@charset "UTF-8";


/*============================
mv
===========================*/

.header{
	width:100%;
	height: 899px;
	background: url("../img/index/bg_mv.jpg") center top no-repeat;
	background-size: cover;
}

@media screen and (max-width: 768px) {
	
	.header{
		height: auto;
		background: none;
	}
}

.mv {
	position:relative;
	width:1000px;
	height: 789px;
	margin: 0 auto;
}
.mv .txt_mv{
	position: absolute;
	top:0;
	left:calc(50% - 527px);
	width: 1054px;
	height: 558px;
}

.mv .link_bnr {
    width: 481px;
    float: left;
    position: relative;
	top: 600px;
}

.mv .bn1{
    margin-right: 40px;
    margin-left:-25px;
}

.mv .link_bnr .btn_orange {
	position: absolute;
	right: 30px;
	bottom: 22px;
	width: 424px;
	height: 40px;
	line-height: 42px;
	box-shadow: none;
}

.mv .link_bnr .btn_orange:hover {
	transform: none;
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	
	.mv {
		width:100%;
		height: auto;
		margin-top: 50px;
	}
	.mv .txt_mv{
		position: static;
		top:auto;
		left:auto;
		width: 100%;
		height: auto;
	}
	.mv .txt_mv img{
		width: 100%;
		max-width: initial;
		max-width: auto;
	}
	
    .bn-set{
        margin-top: -74%;
        margin-bottom: 3%;
    }
    
	.mv .link_bnr {
        width: 100%;
		top: auto;
		left: auto;
        float: none;
		bottom: 16px;
		padding: 0 15px;      
        position: static;
        top: 600px;
	}
    .mv .bn1{
        margin: 0 auto 15px;
        width: 100%;
    }
    
    .link_bnr img{
        width: 100%;
    }

    
	.mv .link_bnr .btn_orange {
		right: 0;
		left: 0;
		bottom: 15px;
		margin: auto;
		width: 79.6vw;
		height: 24px;
		line-height: 24px;
		font-size: 9px;
	}
}

/*============================
opt
===========================*/

.opt {
	width: 100%;
	background: #333;
	padding: 30px 0;
}
.opt .wrap{
	width: 930px;
}
.opt .ttl_opt{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 3px solid #fff;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.opt .box_opt{
	justify-content: space-between;
}
.opt .tel_opt{
	width: 374px;
}
.opt .txt_opt {
	color: #FFF91D;
	font-size: 2.7rem;
	font-weight: bold;
}
.opt .txt_line:before,
.opt .txt_line:after{
	background: #FFF91D;
}
.opt .btn_orange{
	margin: 10px auto 0;
}

@media screen and (max-width: 768px) {

	.opt {
		padding: 5% 0 7%;
	}
	.opt .wrap{
		width: 90%;
	}
	.opt .ttl_opt{
		padding-bottom: 2%;
		margin-bottom: 3%;
		border-bottom: 2px solid #fff;
		font-size: 1.1rem;
		text-align: left;
		line-height: 1.4;
	}
	.opt .box_opt{
		flex-wrap: wrap;
	}
	.opt .box_opt > p,
	.opt .box_opt > div{
		width: 100%;
	}
	.opt .tel_opt img{
		width: 100%;
	}
	.opt .btn_opt{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 40px;
		margin: 2% auto 5%;
		border-radius: 20px;
		background: #fff;
		box-shadow: 0 5px #ddd;
	}
	.opt .btn_opt img{
		width: auto;
		max-width: initial;
		max-width: auto;
		height: 24px;
	}
	.opt .txt_opt {
		font-size: 1.4rem;
	}
	.opt .btn_orange{
		margin: 2% auto 0;
	}
	
}

/*============================
sec01
===========================*/

.sec01 {
	width: 100%;
	background: #EDEDED;
}
.sec01 .wrap{
	padding: 90px 0 100px;
}
.sec01 .ttl_sec{
	padding-top: 50px;
	margin-bottom: 40px;
}
.sec01 .txt_line {
	font-size: 2.8rem;
	font-weight: bold;
}
.sec01 .txt_line:before,
.sec01 .txt_line:after{
	background: #333333;
}
.sec01 .txt_line:before{
	margin-right: 15px;
}
.sec01 .txt_line:after{
	margin-left: 15px;
}
.sec01 .ttl_sec h2{
	margin-top: 15px;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
}
.sec01 .img_sec01{
	margin-bottom: 20px;
	text-align: center;
}
.sec01 .arw_btm{
	text-align: center;
}
.sec01 .arw_btm img{
	width: 74px;
}
.sec01 .txt_sec01{
	width: 659px;
	margin: 40px auto 0;
	text-align: center;
}

@media screen and (max-width: 768px) {
	
	.sec01 .wrap{
		padding:8% 0;
	}
	.sec01 .ttl_sec{
		padding-top: 5px;
		margin-bottom: 5%;
	}
	.sec01 .txt_line {
		font-size: 1.2rem;
	}
	.sec01 .txt_line:before{
		margin-right: 10px;
	}
	.sec01 .txt_line:after{
		margin-left: 10px;
	}
	.sec01 .ttl_sec h2{
		margin-top: 5px;
		font-size: 2rem;
		line-height: 1.3;
	}
	.sec01 .img_sec01{
		margin-bottom: 5%;
	}
	.sec01 .img_sec01 img{
		box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
	}
	.sec01 .arw_btm img{
		width: 37px;
	}
	.sec01 .txt_sec01{
		width: 100%;
		margin: 5% auto 0;
	}
	
}


/*============================
sec02
============================*/

.sec02 {
	background: url("../img/index/bg_sec02.jpg") 0 0 no-repeat;
	background-size: cover;
}
.sec02 {
	padding: 80px 0 90px;
}
.sec02 h2{
	width: 944px;
	margin: 0 auto;
}
.sec02 .img_sec02{
	justify-content: space-between;
	width: 880px;
	margin: 30px auto 40px;
}
.sec02 .img_sec02 li{
	width: 278px;
	height: 278px;
	border-radius: 139px;
	background: #fff;
	box-shadow:3px 3px 8px 0px rgba(0,0,0,0.2);
}
.sec02 .arw_btn{
	text-align: center;
}
.sec02 .arw_btn img{
	width: 74px;
}
.sec02 .txt_sec02{
	margin-top: 25px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}
.sec02 .txt_yellow{
	font-size: 120%;
}

@media screen and (max-width: 768px) {

	.sec02 {
		padding: 8% 0;
	}
	.sec02 h2{
		width: 100%;
	}
	.sec02 .img_sec02{
		flex-wrap: wrap;
		justify-content: center;
		width: 200px;
		margin: 8% auto;
	}
	.sec02 .img_sec02 li{
		width: 200px;
		height: 200px;
		border-radius: 100px;
	}
	.sec02 .img_sec02 li + li{
		margin-top: 5%;
	}
	.sec02 .arw_btn img{
		width: 37px;
	}
	.sec02 .txt_sec02{
		margin-top: 8%;
		font-size: 1.8rem;
		text-align: left;
	}
	.sec02 .txt_yellow{
		font-size: 120%;
	}

}

/*============================
sec03
============================*/

.sec03 {
	padding-top: 80px;
}
.sec03 .ttl_sec {
	padding-top: 50px;
}
.sec03 .txt_sec03 {
	margin: 50px 0 30px;
	font-weight: bold;
	text-align: center;
}
.sec03 .list_sec03 {
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec03 .list_sec03 li {
	width: 295px;
	margin-bottom: 30px;
}
.sec03 .area_sec03 {
	justify-content: space-between;
	width: 970px;
	margin: 0 auto;
}
.sec03 .area_sec03 .txt p{
	padding: 45px 0 0 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.sec03 .area_sec03 .txt p + p{
	padding:30px 0 0 30px;
}
.sec03 .area_sec03 .img{
	width: 325px;
}

@media screen and (max-width: 768px) {

	.sec03 {
		padding-top: 8%;
	}
	.sec03 .ttl_sec {
		padding-top: 25px;
	}
	.sec03 .txt_sec03 {
		margin: 8% 0 5%;
		text-align: left;
	}
	.sec03 .list_sec03 li {
		width: 48%;
		margin-bottom: 5%;
	}
	.sec03 .area_sec03 {
		flex-wrap: wrap;
		width: 100%;
	}
	.sec03 .area_sec03 .txt{
		width: 100%;
	}
	.sec03 .area_sec03 .txt p{
		padding: 0;
		font-size: 1.6rem;
	}
	.sec03 .area_sec03 .txt p + p{
		padding:3% 0 0;
	}
	.sec03 .area_sec03 .img{
		width: 100%;
		margin-top: 5%;
		text-align: center;
	}
	.sec03 .area_sec03 .img img{
		width: 70%;
	}
	
}

/*============================
sec04
============================*/

.sec04 {
	background: linear-gradient(to right, #E6F5F8,#E3FAF4);
}
.sec04 {
	padding: 80px 0 100px;
}
.sec04 .ttl_sec {
	padding-top: 75px;
}
.sec04 .txt_sec04_01 {
	padding-top: 45px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.sec04 .area_sec04 {
	position: relative;
	z-index: 1;
	margin-top: 95px;
}
.sec04 .area_sec04:before{
	content: "";
	position: absolute;
	top:-65px;
	left:calc(50% - 37px);
	z-index: 2;
	width: 74px;
	height: 113px;
}
.sec04 .area_sec04:nth-of-type(1):before{
	background: url("../img/index/no_sec04_01.png") 0 0 no-repeat;
	background-size: 74px auto;
}
.sec04 .area_sec04:nth-of-type(2):before{
	background: url("../img/index/no_sec04_02.png") 0 0 no-repeat;
	background-size: 74px auto;
}
.sec04 .area_sec04:nth-of-type(3):before{
	background: url("../img/index/no_sec04_03.png") 0 0 no-repeat;
	background-size: 74px auto;
}
.sec04 .area_sec04 h3 {
	margin: 30px 0;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.sec04 .area_sec04 .list_sec04 {
	width: 900px;
	margin: 0 auto 40px;
}
.sec04 .area_sec04 .list_sec04 li {
	width: calc(100% / 3);
}
.sec04 .area_sec04 .list_sec04 li:not(:last-of-type){
	border-right: 3px solid #EDEDED;
}
.sec04 .area_sec04 .list_sec04 li p {
	text-align: center;
}
.sec04 .area_sec04 .list_sec04 li p img{
	max-width: 160px;
}
.sec04 .area_sec04 .list_sec04 li dt {
	margin: 13px 0 10px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.sec04 .area_sec04 .list_sec04 li dd {
	font-weight: bold;
	text-align: center;
}
.sec04 .area_sec04 .flex {
	justify-content: space-between;
}
.sec04 .area_sec04 .txt {
	width: 600px;
}
.sec04 .area_sec04:nth-of-type(1) .txt{
	width: 510px;
}
.sec04 .area_sec04 .txt p{
	font-weight: bold;
	line-height: 1.6;
}
.sec04 .area_sec04:nth-of-type(1) .txt p{
	width: 500px;
}
.sec04 .area_sec04:nth-of-type(1) .img{
	width: 330px;
}
.sec04 .area_sec04:nth-of-type(2) .img{
	width: 250px;
}
.sec04 .area_sec04:nth-of-type(3) .txt p + p{
	margin-top: 20px;
}
.sec04 .area_sec04:nth-of-type(3) .img{
	width: 194px;
}
.sec04 .area_sec04 .txt h4 {
	background: url("../img/index/ttl_sec04.png") 0 0 no-repeat;
	background-size: 510px auto;
	padding-left: 14px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 50px;
}
.ie11 .sec04 .area_sec04 .txt h4{
	line-height: 62px;
}
.sec04 .area_sec04 .txt .subttl {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
}

.txt_sec04_2{
	width: 906px;
	margin: 40px auto 0;
}

@media screen and (max-width: 768px) {

	.sec04 {
		padding: 8% 0;
	}
	.sec04 .ttl_sec {
		padding-top: 25px;
	}
	.sec04 .txt_sec04_01 {
		padding-top: 8%;
		font-size: 1.4rem;
		text-align: left;
	}
	.sec04 .area_sec04 {
		margin-top: 14%;
	}
	.sec04 .area_sec04:before{
		content: "";
		position: absolute;
		top:-30px;
		left:calc(50% - 25px);
		z-index: 2;
		width: 50px;
		height: 76px;
	}
	.sec04 .area_sec04:nth-of-type(1):before{
		background: url("../img/index/no_sec04_01.png") 0 0 no-repeat;
		background-size: 50px auto;
	}
	.sec04 .area_sec04:nth-of-type(2):before{
		background: url("../img/index/no_sec04_02.png") 0 0 no-repeat;
		background-size: 50px auto;
	}
	.sec04 .area_sec04:nth-of-type(3):before{
		background: url("../img/index/no_sec04_03.png") 0 0 no-repeat;	
		background-size: 50px auto;
	}
	.sec04 .area_sec04 h3 {
		margin: 30px 0 10%;
		font-size: 1.8rem;
		line-height: 1.3;
	}
	.sec04 .area_sec04 .list_sec04 {
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto 10%;
	}
	.sec04 .area_sec04 .list_sec04 li {
		width:100%
	}
	.sec04 .area_sec04 .list_sec04 li:not(:last-of-type){
		border-right: none;
		border-bottom: 2px solid #EDEDED;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.sec04 .area_sec04 .list_sec04 li dt {
		margin:5% 0 3%;
		font-size: 1.8rem;
	}
	.sec04 .area_sec04 .flex {
		flex-wrap: wrap;
	}
	.sec04 .area_sec04 .txt {
		width: 100%;
	}
	.sec04 .area_sec04:nth-of-type(1) .txt{
		width: 100%;
	}
	.sec04 .area_sec04:nth-of-type(1) .txt p{
		width: 100%;
	}
	.sec04 .area_sec04:nth-of-type(1) .img{
		width: 100%;
	}
	.sec04 .area_sec04:nth-of-type(2) .img{
		width: 100%;
	}
	.sec04 .area_sec04:nth-of-type(3) .img{
		width: 100%;
	}
	.sec04 .area_sec04 .txt p + p{
		margin-top: 5%;
	}
	.sec04 .area_sec04 .txt h4 {
		background: url("../img/index/ttl_sec04.png") left center no-repeat;
		background-size: auto 40px;
		padding-left: 10px;
		margin-bottom: 3%;
		font-size: 2rem;
		line-height: 40px;
	}
	.sec04 .area_sec04 .txt .subttl {
		margin-bottom: 3%;
		font-size: 1.8rem;
	}
	
	.sec04 .area_sec04 .img{
		width: 100%;
		margin-top: 5%;
		text-align: center;
	}
	
	
	.txt_sec04_2{
		width: 100%;
		margin: 8% auto 0;
		text-align: center;
	}
	
}
@media screen and (max-width: 500px) {
	
	.sec04 .area_sec04 .txt h4 {
		background: url("../img/index/ttl_sec04.png") right center no-repeat;
		background-size: auto 40px;
	}
	
}
	
/*============================
sec05
============================*/

.sec05 {
	background: url("../img/index/bg_sec05.jpg") 0 0 no-repeat;
	background-size: cover;
}
.sec05 .wrap {
	padding-top: 80px;
}
.sec05 .ttl_sec {
	padding-top: 85px;
	margin-bottom: 50px;
	background: url(../img/index/ttl_sec05.png) center center no-repeat;
	background-size: 122px auto;
	color: #fff;
}
.sec05 .txt_line {
	margin-bottom: 50px;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
.sec05 .txt_line:before,
.sec05 .txt_line:after{
	background: #fff;
}
.sec05 .area_sec05 {
	justify-content: space-between;
}
.sec05 .area_sec05 .box_shadow02{
	padding: 0;
}
.sec05 .box_sec05{
	position: relative;
	z-index: 1;
	width: 312px;
}
.sec05 .box_sec05:before{
	content: "";
	position: absolute;
	top:-20px;
	left:calc(50% - 100px);
	z-index: 2;
	width: 200px;
	height:51px;
}
.sec05 .box_sec05:nth-of-type(1):before{
	background: url("../img/index/no_sec05_01.png") 0 0 no-repeat;
	background-size: 200px auto;
}
.sec05 .box_sec05:nth-of-type(2):before{
	background: url("../img/index/no_sec05_02.png") 0 0 no-repeat;
	background-size: 200px auto;
}
.sec05 .box_sec05:nth-of-type(3):before{
	background: url("../img/index/no_sec05_03.png") 0 0 no-repeat;
	background-size: 200px auto;
}
.sec05 .box_sec05 .img {
	width: 312px;
	height: 222px;
}
.sec05 .box_sec05 .img img{
	vertical-align: top;
}
.sec05 .box_sec05 .txt{
	padding: 27px;	
}
.sec05 .box_sec05 .txt dt{
	color: #3CD3AD;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
.sec05 .box_sec05 .txt dd{
	margin-top: 5px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
}

.img_sec05{
	width: 800px;
	margin: 35px auto 0;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.sec05 .wrap {
		padding-top: 8%;
	}
	.sec05 .ttl_sec {
		padding-top: 40px;
		margin-bottom: 8%;
		background: url(../img/index/ttl_sec05.png) center center no-repeat;
		background-size: 61px auto;
	}
	.sec05 .txt_line {
		margin-bottom: 12%;
		font-size: 2rem;
	}

	.sec05 .area_sec05 {
		flex-wrap: wrap;
	}
	.sec05 .box_sec05{
		width: 100%;
	}
	.sec05 .box_sec05 + .box_sec05{
		margin-top: 12%;
	}
	.sec05 .box_sec05:before{
		top:-15px;
		left:calc(50% - 60px);
		width: 120px;
		height:31px;
	}
	.sec05 .box_sec05:nth-of-type(1):before{
		background: url("../img/index/no_sec05_01.png") 0 0 no-repeat;
		background-size: 120px auto;
	}
	.sec05 .box_sec05:nth-of-type(2):before{
		background: url("../img/index/no_sec05_02.png") 0 0 no-repeat;
		background-size: 120px auto;
	}
	.sec05 .box_sec05:nth-of-type(3):before{
		background: url("../img/index/no_sec05_03.png") 0 0 no-repeat;
		background-size: 120px auto;
	}
	.sec05 .box_sec05 .img {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 71%;
	}
	.sec05 .box_sec05 .img img{
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
		width: 100%;
		max-width: initial;
		max-width: auto;		
	}
	.sec05 .box_sec05 .txt{
		padding: 8% 5%;	
	}
	.sec05 .box_sec05 .txt dt{
		font-size: 1.6rem;
	}
	.sec05 .box_sec05 .txt dd{
		margin-top: 2%;
		font-size: 1.4rem;
	}

	.img_sec05{
		width: 100%;
		margin: 8% auto 0;
	}
	
}

/*============================
sec06
============================*/

.sec06.wrap {
	padding: 80px 0;
}
.sec06.wrap .area_sec06 {
	justify-content: space-between;
	background: #EDEDED;
	padding: 25px 50px 50px;
}
.sec06.wrap .box_spec {
	flex-wrap: wrap;
	width: 520px;
	padding-top: 25px;
}
.sec06.wrap .box_spec dt {
	width: 177px;
}
.sec06.wrap .box_spec dd {
	width: calc(100% - 177px);
}
.sec06.wrap .box_spec dt,
.sec06.wrap .box_spec dd{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A2A2A2;
	font-size: 1.4rem;
	font-weight: bold;
}
.sec06.wrap .box_spec dd p{
	font-size: 1.4rem;
	font-weight: bold;
}
.sec06.wrap .box_spec dd:nth-of-type(3) p:nth-of-type(1){
	margin-bottom: 12px;
}
.sec06.wrap .box_spec .indent_spec{
	margin-left: 85px;
}
.sec06.wrap .area_img {
	width: 295px;
}
.sec06.wrap .box_mainspec{
	width: 265px;
	margin-top: 25px;
	padding: 20px;
	background: #333333;
}
.sec06.wrap .box_mainspec dt{
	position: relative;
	margin-bottom: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.sec06.wrap .box_mainspec dt:before,
.sec06.wrap .box_mainspec dt:after{
	content: "";
	position: absolute;
	top:12px;
	width: 37px;
	height: 1px;
	border-top: 1px solid #fff;
}
.sec06.wrap .box_mainspec dt:before{
	left:calc(50% - 80px);
}
.sec06.wrap .box_mainspec dt:after{
	right:calc(50% - 80px);
}
.sec06.wrap .box_mainspec dd{
	justify-content: space-between;
}
.sec06.wrap .box_mainspec dd p{
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}

@media screen and (max-width: 768px) {

	.sec06.wrap {
		padding: 8% 0;
	}
	.sec06.wrap .area_sec06 {
		flex-wrap: wrap;
		padding:5%;
	}
	.sec06.wrap .box_spec {
		width: 100%;
		padding-top: 0;
	}
	.sec06.wrap .box_spec dt {
		width: 100%;
		font-size:1.8rem;
		text-align: center;
		border-bottom: 0;
		padding-top: 3%;
	}
	.sec06.wrap .box_spec dd {
		width: 100%;
	}
	.sec06.wrap .box_spec dt,
	.sec06.wrap .box_spec dd{
		padding-bottom: 3%;
		margin-bottom: 3%;
	}
	.sec06.wrap .box_spec dd{
		text-align: center;
		padding-bottom: 7%;
	}
	.sec06.wrap .box_spec dd:nth-of-type(3) p:nth-of-type(1){
		margin-bottom: 3%;
	}
	.sec06.wrap .box_spec .indent_spec{
		margin-left: 0;
	}
	.sec06.wrap .area_img {
		width: 100%;
	}
	.sec06.wrap .area_img .img{
		text-align: center;
	}
	.sec06.wrap .box_mainspec{
		width: 100%;
		margin-top: 5%;
		padding: 5%;
	}
	.sec06.wrap .box_spec dd p{
		text-align:center;
	}
}

/*============================
sec07
============================*/

.sec07 {
	background: #EDEDED;
}
.sec07 .wrap {
	padding: 80px 0;
}
.sec07 .ttl_sec_line:before{
	left:calc(50% - 390px);
}
.sec07 .ttl_sec_line:after{
	right:calc(50% - 390px);
}
.sec07 .area_sec07{
	position: relative;
}
.sec07 .area_sec07 .ico{
	width: 196px;
	position: absolute;
	right: -40px;
	top: -50px;
}
.sec07 .price {
	width: 100%;
	border-bottom: 5px solid #FF5824;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.sec07 .price img{
	width: 633px;
}
.sec07 .box_sec07 {
	justify-content: space-between;
}
.sec07 .box_sec07 .txt {
	width: 380px;
}
.sec07 .box_sec07 .txt p{
	font-size: 1.8rem;
	font-weight: bold;
}
.sec07 .box_sec07 .img{
	width: 485px;
}
.sec07 .box_sec07 .list_sec07{
	background: #F4F4F4;
	margin-top: 30px;
	padding: 18px 30px;
}
.sec07 .box_sec07 .list_sec07 li {
	font-size: 1.4rem;
	font-weight: bold;
	text-indent: -20px;
	margin-left: 20px;
}
.sec07 .txt_sec07_01 {
	margin-top: 13px;
	font-size: 1.2rem;
	font-weight: bold;
}
.sec07 .txt_sec07_02{
	width: 656px;
	margin: 40px auto 0;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.sec07 .wrap {
		padding: 8% 0;
	}
	.sec07 .ttl_sec_line{
		margin-bottom: 2em;
	}
	.sec07 .ttl_sec_line:before,
	.sec07 .ttl_sec_line:after{
		width: 25px;
	}
	.sec07 .ttl_sec_line:before{
		left:calc(50% - 140px);
	}
	.sec07 .ttl_sec_line:after{
		right:calc(50% - 140px);
	}
	.sec07 .area_sec07 .ico{
		width: 24%;
		right: 1%;
		top: -5%;
	}
	.sec07 .price {
		border-bottom: 2px solid #FF5824;
		padding-bottom: 3%;
		margin-bottom: 6%;
	}
	.sec07 .price img{
		width: 100%;
	}
	.sec07 .box_sec07 {
		flex-wrap: wrap;
	}
	.sec07 .box_sec07 .txt {
		width: 100%;
	}
	.sec07 .box_sec07 .txt p{
		font-size: 1.4rem;
	}
	.sec07 .box_sec07 .img{
		width: 100%;
	}
	.sec07 .box_sec07 .list_sec07{
		margin-top: 6%;
		padding: 5%;
	}
	.sec07 .box_sec07 .list_sec07 li {
		font-size: 1.3rem;
	}
	.sec07 .box_sec07 .list_sec07 li + li{
		margin-top: 2%;
	}
	.sec07 .box_sec07 .img{
		margin-top: 6%;
	}
	.sec07 .txt_sec07_01 {
		margin-top: 3%;
	}
	.sec07 .txt_sec07_02{
		width: 100%;
		margin: 8% auto 0;
		text-align: center;
	}
	
}

/*============================
sec08
============================*/

.sec08 {
	background: linear-gradient(to right, #E6F5F8,#E3FAF4);
}
.sec08 .wrap {
	padding: 80px 0 95px;
}
.sec08 .ttl_sec {
	padding-top: 92px;
}
.sec08 .txt_sec08 {
	margin: 50px 0 20px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.sec08 .txt_line {
	margin-bottom: 25px;
	font-size: 3rem;
	font-weight: bold;
}
.sec08 .txt_line:before,
.sec08 .txt_line:after{
	background: #333;
}
.sec08 dl {
	position: relative;
	z-index: 1;
	background: #fff;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.2);
	padding: 30px 30px 30px 155px;
}
.sec08 dl + dl{
	margin-top: 17px;
}
.sec08 dl:before,
.sec08 dl:after{
	content: "";
	position: absolute;
}
.sec08 dl:before{
	top:0;
	left:0;
	z-index: 2;
	width: 126px;
	height: 100%;
	background: linear-gradient(to right, #4CB8C4,#3CD3AD);
}
.sec08 dl:after{
	top:calc(50% - 41px);
	left:28px;
	z-index: 3;
	width: 70px;
	height: 82px;
}
.sec08 dl:nth-of-type(1):after{
	background: url("../img/index/no_sec08_01.png") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec08 dl:nth-of-type(2):after{
	background: url("../img/index/no_sec08_02.png") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec08 dl:nth-of-type(3):after{
	background: url("../img/index/no_sec08_03.png") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec08 dl:nth-of-type(4):after{
	background: url("../img/index/no_sec08_04.png") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec08 dl:nth-of-type(5):after{
	background: url("../img/index/no_sec08_05.png") 0 0 no-repeat;
	background-size: 71px auto;
}
.sec08  dt {
	margin-bottom: 5px;
	font-size: 2rem;
	font-weight: bold;
}
.sec08 .wrap dl dd {
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 768px) {

	.sec08 .wrap {
		padding: 8% 0;
	}
	.sec08 .ttl_sec {
		padding-top: 40px;
	}
	.sec08 .txt_sec08 {
		margin: 8% 0 5%;
		font-size: 1.6rem;
	}
	.sec08 .txt_line {
		margin-bottom: 5%;
		font-size: 1.8rem;
	}
	.sec08 dl {
		padding: 10px 5% 5%;
	}
	.sec08 dl + dl{
		margin-top: 5%;
	}
	.sec08 dl:before{
		top:10px;
		left:10px;
		width: 50px;
		height: 50px;
	}
	.sec08 dl:after{
		top:calc(15px);
		left:18px;
		width: 34px;
		height: 40px;
	}
	.sec08 dl:nth-of-type(1):after{
		background: url("../img/index/no_sec08_01.png") 0 0 no-repeat;
		background-size: auto 40px;
	}
	.sec08 dl:nth-of-type(2):after{
		background: url("../img/index/no_sec08_02.png") 0 0 no-repeat;
		background-size: auto 40px;
	}
	.sec08 dl:nth-of-type(3):after{
		background: url("../img/index/no_sec08_03.png") 0 0 no-repeat;
		background-size: auto 40px;
	}
	.sec08 dl:nth-of-type(4):after{
		background: url("../img/index/no_sec08_04.png") 0 0 no-repeat;
		background-size: auto 40px;
	}
	.sec08 dl:nth-of-type(5):after{
		background: url("../img/index/no_sec08_05.png") 0 0 no-repeat;
		background-size: auto 40px;
	}
	.sec08  dt {
		height: 50px;
		padding: 15px 0 0 50px;
		margin-bottom: 3%;
		font-size: 1.6rem;
	}
	.sec08 .wrap dl dd {
		font-size: 1.4rem;
	}
	
}

/*============================
sec09
============================*/

.sec09 {
	padding: 50px 0 80px;
}
.sec09 .area_sec09 {
	background: #EDEDED;
	padding: 50px;
}
.sec09 .box_sec09 {
	align-items: center;
	justify-content: space-between;
}
.sec09 .box_sec09 .img{
	width: 330px;
}
.sec09 .box_sec09 .txt_company{
	flex-wrap: wrap;
	width: 520px;
}
.sec09 .box_sec09 .txt_company dt,
.sec09 .box_sec09 .txt_company dd{
	margin-top: 12px;
	font-weight: bold;
}
.sec09 .box_sec09 .txt_company dt{
	width: 110px;
}
.sec09 .box_sec09 .txt_company dd{
	width: calc(100% - 110px);
}
.sec09 .box_sec09 .txt_company dt:nth-of-type(1),
.sec09 .box_sec09 .txt_company dd:nth-of-type(1){
	margin-top: 0;
}

.sec09 .txt_message{
	margin-top: 40px;
}
.sec09 .txt_message dt{
	width: 100%;
	height: 50px;
	background: linear-gradient(to right, #4CB8C4,#3CD3AD);
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
}
.ie11 .sec09 .txt_message dt{
	line-height: 62px;
}
.sec09 .txt_message dd{
	padding: 18px 15px 25px;
	background: #fff;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {

	.sec09 {
		padding: 8% 0;
	}
	.sec09 .ttl_sec_line{
		margin-bottom: 8%;
		
	}
	.sec09 .area_sec09 {
		padding: 5%
	}
	.sec09 .box_sec09 {
		flex-wrap: wrap;
	}
	.sec09 .box_sec09 .img{
		order: 2;
		width: 100%;
		text-align: center;
		margin-top: 5%;
	}
	.sec09 .box_sec09 .txt_company{
		order: 1;
		width: 100%;
	}
	.sec09 .box_sec09 .txt_company dt,
	.sec09 .box_sec09 .txt_company dd{
		margin-top: 0;
	}
	.sec09 .box_sec09 .txt_company dt{
		width: 100%;
		font-size: 1.8rem;
		text-align: center;
		border-bottom: 0;
		padding: 2% 0;
	}
	.sec09 .box_sec09 .txt_company dd{
		width: 100%;
		font-size: 1.4rem;
		border-bottom: 1px solid #333;
		text-align: center;
		padding: 2% 0 5%;

	}

	.sec09 .txt_message{
		margin-top: 8%;
	}
	.sec09 .txt_message dt{
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	.sec09 .txt_message dd{
		padding: 5%;
		font-size: 1.4rem;
		text-align: left;
	}
	
}


/*============================
opt
============================*/
.opt_end{
	border-bottom: 3px solid #fff;
}
@media screen and (max-width: 768px) {
	
	.opt_end{
		border-bottom: 2px solid #fff;
	}
}