@import url("mainStyle_base.css");

@media (width < 768px) {
	#history_inner {
		height: 240dvw;
	}

	#currentStatus_inner {
		height: 260dvw;
	}

	#adv_golfton_bg {
		width: 100dvw;
		min-height: 228.519dvw;
	}
	
	#adv_golfton_link {
		top: 67.389dvw;
	}

	#adv_golfton_site {
		top: 78.574dvw;
	}

	#adv_golfton_site_m {
		top: 154.019dvw;
	}

	#adv_golfton_site_ment {
		top: 137.63dvw;
	}

	#golfpay_body_inner {

		height: 88dvw;
	}

	#golfpay_body_inner h1 {
		line-height: 9.444dvw;
	}

	#golfpay_body_inner h1 span {
		padding-top: 20dvw;
		line-height: 9.444dvw;
	}

	#adv_golfpay_title {
		top: 41.444dvw;
	}

	#adv_golfpay_link {
		top: 30.148dvw;
	}

	#history_inner > div > article > p {
		margin-bottom: 2.778dvw;
	}

	#history_inner > div > article {
		row-gap: 1dvw;
	}

	#currentStatus_inner > article:nth-of-type(2) {
		top: 156.944dvw;
	}

	
	#businessArea_list > article > div {
		height: 70.861dvw;
	}

	#businessArea_list > article > div > ul {
		height: 19.722dvw;
	}
}

@media (width >= 768px) {
	#adv_golfton_bg {
		height: 1773px;
	}

	#adv_golfton h1 span {
		display: inline-block;
		word-break: break-word;
	}

	#adv_golfton_link {
		top: 461px;
	}

	#adv_golfton_site {
		top: 461px;
	}

	#adv_golfton_site img {
		margin-left: min( 0px, calc( ( 100% - 1076px  ) / 2 ) );
	}

	#adv_golfton_site_m {
		top: 1076px;
	}

	#adv_golfton_site_ment {
		top: 1131px;
	}

	#golfpay_body_inner {
		height: 900px;
	}

	#golfpay_body_inner h1 {
		text-wrap: nowrap;
	}

	#currentStatus_inner > article
	{
		position: relative;

		width: calc( 100% - 300px );

		word-break: keep-all;
	}

	#currentStatus_inner > article:nth-of-type(2) {
		margin-left: max(300px, calc(100dvw - 1000px));
	}

	#businessArea_list > article > div > h2 {
		font-size: 50px;
		line-height: 50px;
	}
}