@charset "UTF-8";

/* ------------------------------
    sec_first
------------------------------ */
.sec_first{
	min-width: 1200px; /*min-width*/
	padding: 60px 0;
	background: url(../img/common/check_bg01.png);
}
.sec_first .ttl_sec{
	margin-bottom: 60px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-size: 5.0rem;
	color: #0065AF;
}
.sec_first .txt_lead{
	line-height: 2.125;
	text-align: center;
	font-size: 1.6rem;
}
.sec_first .txt_lead .em{
	font-style: normal;
	color: #0065A8;
}
.sec_first .btn_link{
	width: 640px;
	margin-top: 50px;
}
.cover_first{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
	margin-top: 60px;
}
.cover_first .box_first{
    width: 360px;
    padding: 0 25px 35px;
    text-align: center;
    background-color: #fff;
    border: 5px solid #0065AF;
}
.cover_first .box_first .ttl_first{
    display: inline-block;
    height: 44px;
    margin: -22px 0 25px;
    padding: 0 12px 0 8px;
    line-height: 44px;
    letter-spacing: -0.02em;
    font-style: italic;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    background-color: #0065AF;
}
.cover_first .box_first .txt{
	line-height: 2;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.sec_first{
		min-width: 0;
		padding: 10% 0;
		background-size: 700px auto;
	}
	.sec_first .ttl_sec{
		line-height: 1.2;
		font-size: 2.4rem;
	}
	.sec_first .txt_lead{
		line-height: 1.8;
		font-size: 1.3rem;
	}
	.sec_first .btn_link{
		width: auto;
		margin-top: 10%;
		text-align: center;
	}
	.sec_first .btn_link .link_txt{
		line-height: 1.2;
	}
	.cover_first{
		display: block;
		margin-top: 20%;
	}
	.cover_first .box_first{
		width: auto;
    	padding: 0 5% 5%;
	}
	.cover_first .box_first + .box_first{
		margin-top: 8%;
	}
	.cover_first .box_first .ttl_first{
	    height: 30px;
	    margin: -15px 0 1em;
	    padding: 0 3%;
	    line-height: 30px;
	    font-size: 1.8rem;
	}
	.cover_first .box_first .txt{
		line-height: 1.875;
		font-size: 1.3rem;
	}
}

/* ------------------------------
    sec_attention
------------------------------ */
.sec_attention{
	min-width: 1200px; /*min-width*/
	padding: 105px 0 10px;
}
.sec_attention .box_att{
	position: relative;
	padding: 0 80px 80px;
	text-align: center;
	border: 1px solid #141414;
	border-top: none;
}
.sec_attention .box_att + .box_att{
	margin-top: 85px;
}
.sec_attention .box_att .ttl_att{
	display: inline-block;
	margin: -0.5em 0 55px;
	font-style: italic;
	font-weight: 700;
	font-size: 3.4rem;
}
.js-ttlbar{
	width: 100%;
	height: 1px;
}
.js-ttlbar .bar01,
.js-ttlbar .bar02{
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #141414;
	opacity: 1;
}
.js-ttlbar .bar01{
	left: 0;
}
.js-ttlbar .bar02{
	right: 0;
}
.sec_attention .box_att .txt{
	line-height: 1.875;
	text-align: center;
	font-size: 1.6rem;
}
.sec_attention .box_att.att03 .txt{
	text-align: left;
	padding-bottom: 20px
}
.sec_attention .box_att .txt .em{
	font-style: normal;
	color: #0065A8;
}
.sec_attention .box_att .txt_att{
	margin-top: 1.5em;
	text-align: center;
	font-size: 1.2rem;
}
.sec_attention .box_att .box_step{
	position: relative;
	margin-top: 45px;
	padding: 45px;
	background-color: #E5F0F7;
}
.sec_attention .box_att .box_step:before{
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	content: "";
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #FF6700 transparent transparent transparent;
}
.sec_attention .box_att .btn_link{
	width: 380px;
	margin-top: 35px;
}
.sec_attention .box_att .cover_dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0 -20px;
}
.sec_attention .box_att .cover_dl .dl_att{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	width: 510px;
	min-height: 80px;
	margin-bottom: 20px;
	padding: 15px 20px;
	background-color: #E5F0F7;
}
.sec_attention .box_att .cover_dl .dt_att{
	width: 110px;
	font-size: 1.6rem;
	color: #0065AF;
}
.sec_attention .box_att .cover_dl .dd_att{
	line-height: 1.5;
	font-size: 1.6rem;
}
.sec_attention .box_att .cover_dl .dl_att .box_balloon{
	position: absolute;
	top: -55px;
	left: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 304px;
	height: 78px;
	margin: auto;
	background: url(../img/service/attention_bg01.svg) no-repeat;
}
.sec_attention .box_att .cover_dl .dl_att .box_balloon p{
	padding-bottom: 16px;
	line-height: 1.375;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	color: #0065AF;
}


@media screen and (max-width: 768px) {
	.sec_attention{
		min-width: 0;
		padding: 10% 0;
	}
	.sec_attention .box_att{
		padding: 0 5% 8%;
	}
	.sec_attention .box_att.att03{
		padding-bottom: 2%;
	}
	.sec_attention .box_att + .box_att{
		margin-top: 15%;
	}
	.sec_attention .box_att .ttl_att{
		margin-bottom: 1em;
		line-height: 1.3;
		text-align: center;
		font-size: 1.8rem;
	}
	.sec_attention .box_att .txt{
		text-align: left;
		font-size: 1.3rem;
	}
	.sec_attention .box_att .box_step{
		margin-top: 8%;
		padding: 30px 5% 8%;
	}
	.sec_attention .box_att .box_step:before{
		top: -10px;
		border-width: 20px 20px 0 20px;
	}
	.sec_attention .box_att .box_step .txt{
		text-align: left;
	}
	.sec_attention .box_att .box_step .txt_att{
		padding-left: 1em;
		line-height: 1.5;
		text-indent: -1em;
		text-align: left;
	}
	.sec_attention .box_att .btn_link{
		width: auto;
		margin-top: 8%;
	}
	.sec_attention .box_att .cover_dl{
		display: block;
		margin: 8% 0 0;
	}
	.sec_attention .box_att .cover_dl .dl_att{
		display: block;
		width: auto;
		min-height: 0;
	}
	.sec_attention .box_att .cover_dl .dl_att:first-child{
		padding-bottom: 25px;
	}
	.sec_attention .box_att .cover_dl .dt_att{
		width: auto;
		margin-bottom: 0.5em;
		font-size: 1.4rem;
	}
	.sec_attention .box_att .cover_dl .dd_att{
		font-size: 1.4rem;
	}
	.sec_attention .box_att .cover_dl .dl_att .box_balloon{
		top: -40px;
		left: 30%;
		width: 202px;
		height: 52px;
	}
	.sec_attention .box_att .cover_dl .dl_att .box_balloon p{
		padding-bottom: 11px;
		font-size: 1.1rem;
	}
}