@charset "UTF-8";
/*//////////////////////////////////////////////////////////////

business-tank

/////////////////////////////////////////////////////////////*/

/* --------------------------------------------------
contents
-------------------------------------------------- */
.figure-block {
	margin: 0 !important;
	padding: 0 !important;
	border-top: none !important;
}

dt.title {
	color: #128A2B;
}

.figure-block .left-box {
	width: 500px;
	float: left;
}

.figure-block .right-box {
	width: 500px;
	float: right;
}


.figure-block .pht-m {
	width: 500px !important;
	overflow: hidden !important;
}


ul.business-flow {}

ul.business-flow li {
	width: 100%;
	height: 54px;
	background: url(../img/business/bg-flow.png) no-repeat;
	font-size: 18px;
	font-size: 1.8rem;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}

ul.business-flow li.last {
	background: url(../img/business/bg-flow-last.png) no-repeat;
}


/*results*/
section.business-area .attention-block {
	padding: 30px 30px;
	background: #fcfcfc;
}

section.business-area .attention-block .attl {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	font-size: 2.2rem;
}

section.business-area .attention-box .pht-s {
	width: 325px;
	float: left;
}

section.business-area .attention-box .txt-box {
	width: 640px;
	float: right;
	text-align: left;

}


section.business-area .attention-box .btn-next-m a {
	background: #0E2A7D !important;
}

section.business-area .attention-box .btn-next-m a:hover {
	background: #1E991F !important;
}

/* 26年2月16日追記 */
.youtube {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-bottom: 29px;
}

.youtube iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}


@media screen and (max-width:750px) {
	.pickup-box_last {
		margin-bottom: 15px !important;
	}
}

.banner-link {
	display: block;
	line-height: 0;
}

.banner-link img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.2s ease;
}

.banner-link:hover img {
	opacity: 0.8;
}

.pickup-block {
	margin-top: 10px;
}


@media screen and (max-width:750px) {
	.p-hide-sp {
		display: none !important;
	}
}

@media screen and (min-width:750px) {
	.p-hide-pc {
		display: none !important;
	}
}

.banner-box{
	margin-bottom: 0px;
}