@charset "utf-8";

/* ////////////////////////////////////////////
 *                 Reset
 * //////////////////////////////////////////// */

/* Reset
------------------------------------------*/
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background: url(../images/home/story01.svg) no-repeat center center;
	background: url(../images/home/story02.svg) no-repeat center center;
	background: url(../images/home/story03.svg) no-repeat center center;
	background: url(../images/home/story04.svg) no-repeat center center;
	background: url(../images/home/story05.svg) no-repeat center center;
	background: url(../images/home/story06.svg) no-repeat center center;
	background: url(../images/home/story07.svg) no-repeat center center;
	background: url(../images/home/story08.svg) no-repeat center center;
}
*{
	margin: 0;
	box-sizing: border-box;
}
a,
input{
	outline: none;
}
p{
	margin: 0;
}
p:empty{
	margin: 0!important;
}
ul, ol, dl{
	margin: 0;
	padding: 0;
}
dt, dd{
	margin: 0;
}
li{
	list-style: none;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
}
em{
	font-style: italic;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,
textarea,
[type="password"],
[type="number"],
[type="text"]{
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

/* Typography
------------------------------------------*/
#container {
    margin: 0 0 0px 0;
}

body{
	font-size: 16px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	color: #26393E;
}
@media screen and (max-width:767px) {
	body{
		font-size: 14px;
	}
}
a{
	color: #26393E;
	text-decoration: none;
	cursor: pointer;
    transition: all .3s;
}
a:hover,
a:focus{
	color: #26393E;
	text-decoration: none;
	opacity: 0.7;
}
img{
    transition: all .3s;
}
/* a:hover img{
	opacity: 0.7;
} */
.clx::after {
    content: "";
    display: table;
    clear: both;
}
.flex{
	display: flex;
 	justify-content: space-between;
}
.flex-align{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}
.r9{
	transform: rotate( 90deg );
}
.z18{
	transform: rotateY( 180deg );
}
.sp{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	text-align: center;
}
.wrapp{
}

@media screen and (max-width:767px) {
	.mb5{margin-bottom: 1vw!important;}
	.mb10{margin-bottom: 1.5vw!important;}
	.mb15{margin-bottom: 2vw!important;}
	.mb20{margin-bottom: 2.5vw!important;}
	.mb25{margin-bottom: 3vw!important;}
	.mb30{margin-bottom: 3.5vw!important;}
	.mb35{margin-bottom: 4vw!important;}
	.mb40{margin-bottom: 4.5vw!important;}
	.mb45{margin-bottom: 5vw!important;}
	.mb50{margin-bottom: 5.5vw!important;}
	.mb55{margin-bottom: 6vw!important;}
	.mb60{margin-bottom: 6.5vw!important;}
	.mb65{margin-bottom: 7vw!important;}
	.mb70{margin-bottom: 7.5vw!important;}
	.mb75{margin-bottom: 8vw!important;}
	.mb80{margin-bottom: 8.5vw!important;}
	.mb85{margin-bottom: 9vw!important;}
	.mb90{margin-bottom: 9.5vw!important;}
	.mb95{margin-bottom: 10vw!important;}
	.mb100{margin-bottom: 11vw!important;}
}

/* Layout
------------------------------------------*/
body{
	text-align: center;
}
#content .wrap,
#finr,
#hinr{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}


@media screen and (max-width:768px) {
	#container{
		overflow: hidden;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
}

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

}

.cont {
	padding-left:50px;
	padding-right:50px;
}

@media screen and (max-width:767px) {
	.cont {
		padding-left:20px;
		padding-right:20px;
	}
}

/* header
------------------------------------------*/
#header{
	padding-top: 35px;
	padding-bottom: 65px;
	background: linear-gradient(177.73501900869428deg, rgba(118, 199, 202,1) 1.3989898989898992%,rgba(118, 199, 202,0.1) 83.62121212121211%);
	//background-color:#76c7ca;
}
#header .logo{
	margin-bottom: 20px;
	width: 180px;
	line-height: 0;
}
#header .menu{
	position: fixed;
	top: 25px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2A393D;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span{
	background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 .8s forwards;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -1px;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
#header .menu-content{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #26393E;
	z-index: 99;
}
#header .menu-content .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100%;
}
#header .menu-content .inr{
	padding-top: 100px;
	width: 100%;
	color: #fff;
	text-align: center;
	background: url(../images/home/logo01.svg) no-repeat center 0;
	background-size: 160px auto;
}
#header .menu-content a{
	color: #fff;
}
#header .menu-content .upper{
	margin-bottom: 45px;
}
#header .menu-content .upper li{
	display: inline-block;
	margin: 0 5px;
	width: 108px;
	height: 36px;
}
#header .menu-content .upper a{
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 36px;
	border-radius: 10px;
}
#header .menu-content .upper li:nth-of-type(1) a{
	background: #76c7ca;
}
#header .menu-content .upper li:nth-of-type(2) a{
	color: #26393e;
	background: #AAE3E5;
}
#header .menu-content .bottom {
	margin: 0 auto;
	width: 180px;
}
#header .menu-content .bottom li{
	padding: 10px;
	border-bottom: #707070 1px solid;
}
#header .menu-content .bottom a{
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.mv{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}
.mv .image{
	margin-bottom: 25px;
}
.mv .info{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	padding: 35px 25px 15px 30px;
	border: #2a393d 2px solid;
	border-radius: 13px;
}
.mv .info .price{
	margin-top: -50px;
	width: 46.8%;
}
.mv .info ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
	margin-top: -15px;
}
.mv .info ul .LINE-bottun{
	/* margin-top: -15px; */
	width: 90%;
	margin-left: 5%;
}
.mv .info ul .LINE-bottun .LINE-color{
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #00B900;
	box-shadow: 5px 5px 0 #009400;
	border-radius: 14px;
}
.mv .info li{
	width: 31.9%;
}
/* .mv .info li a{
	display: block;
	padding: 15px 0;
	color: #fff;
	font-size: 17px;
	font-size: clamp(17px, 1vw, 22px);
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #61b0e2;
	box-shadow: 5px 5px 0 #369ada;
	border-radius: 14px;
}
.mv .info li:nth-of-type(2) a{
	background: #ea6382;
	box-shadow: 5px 5px 0 #ca1c30;
}
.mv .info li:nth-of-type(3) a{
	background-color: #ffd150;
	box-shadow: 5px 5px 0 #ffc41d;
}

.mv .info li a:active {
	box-shadow: none;
	transform: translateY(5px);
} */
.mv .info li a .def_img{
	display: inline;
}
.mv .info li a .sp_img{
	display: none;
}

.mvCv {
	text-align:center;
	margin-top:40px;
}

.mvCv a {
	display:inline-block;
	width:510px;
}

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

}

@media screen and (max-width:1000px) {
	.mv .info{
		padding-top: 2vw;
	}
	.mv .info .price{
		margin-top: -3.5vw;
	}
}

@media screen and (max-width:768px) {
	.mv .info li a .def_img{
		display: none;
	}
	.mv .info li a .sp_img{
		display: inline;
	}
	#header{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#header .logo{
		margin: 0 auto;
		margin-bottom: 5vw;
		width: 125px;
	}
	#header .menu{
		right: 20px;
	}
	.menu-trigger {
	  width: 30px;
	  height: 21px;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 9px;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  bottom: -5px;
	}
	.mv{
		margin:0 auto;
		max-width: 450px;
	}
	.mv .image{
		margin-right: 0;
		margin-bottom: 0;
	}
	.mv .info{
		padding: 0;
		border: none;
	}
	.mv .info .price{
		margin-top: 0;
		margin-bottom: 6vw;
		padding: 0 3vw;
		width: 100%;
	}
	.mv .info ul{
		justify-content: space-around;
		width: 100%;
	}
	.mv .info .LINE-box{
		justify-content: space-between;
	}
	.mv .info li{
		width: 27vw;
		height: 27vw;
	}
	.mv .info ul .LINE-bottun{
		height: auto;
	}
	.mv .info li a{
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		height: 100%;
		font-size: 16px;
		font-size: clamp(16px, 3vw, 20px);
		line-height: 1.4;
		/* border-radius: 0; */
	}
	.mv .info li:nth-of-type(1) a{
		/* background: url(../images/home/octagon01.svg) no-repeat center center; */
		background-size: 100% auto;
	}
	.mv .info li:nth-of-type(2) a{
		/* background: url(../images/home/octagon02.svg) no-repeat center center; */
		background-size: 100% auto;
	}
	.mv .info li:nth-of-type(3) a{
		/* background: url(../images/home/octagon03.svg) no-repeat center center; */
		background-size: 100% auto;
	}
}

/* main
------------------------------------------*/
#about {
	position: relative;
	padding-top: 120px;
	padding-bottom: 75px;
	background: #f7f7f0;
}
#about:before {
	content: '';
	position: absolute;
	top: 38px;
	left: 50%;
	margin-left: -32px;
	width: 64px;
	height: 100px;
	background: url(../images/home/about01.svg) no-repeat center 0;
}
#about .wrap{
	text-align: center;
}
#about h2{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 60px;
	height: 68px;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
#about h2 span{
	display: flex;
	align-items: flex-end;
	height: 100%;
}
#about h2 b{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -5px;
	width: 200px;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/home/logo02.svg) no-repeat 0 bottom;
	background-size: 200px auto;
}
#about .upper{
	padding-bottom: 15px;
}
#about .upper p{
	margin-bottom: 15px;
}
#about .upper .box{
	margin: 0 auto;
	margin-bottom: 25px;
	padding: 20px 10px;
	max-width: 480px;
	background: #fff;
	border-radius: 12px
}
#about .upper li{
	margin-bottom: 10px;
	color: #ea6382;
	font-size: 18px;
	font-weight: bold;
}
#about .upper li:last-of-type{
	margin-bottom: 0;
}
#about .middle {
	position: relative;
	margin-bottom: 100px;
	padding: 0 10%;
}
#about .middle:before{
	content: '';
	position: absolute;
	top: 0;
	right: 10%;
	width: 42.5%;
	height: 100%;
	background: url(../images/home/book.svg) no-repeat right center;
	background-size: contain;
}
#about .middle .inr{
	width: 55%;
}
#about .middle .box{
	padding: 25px 0;
	font-size: 24px;
	letter-spacing: -2px
}
#about .middle .box .p1{
	padding-bottom: 15px;
	font-size: 28px;
	background: url(../images/home/equal.svg) no-repeat center bottom;
}
#about .middle .box .p2{
	display: inline-block;
	margin-bottom: 10px;
	color: #76c7ca;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.5;
	background: linear-gradient(transparent 70%, #FFFA7B 30%);
}

#whatMy.lower {
	position: relative;
	//padding: 175px 10% 50px 10%;
	padding: 20px 10% 50px 10%;
	color: #323232;
	background: #f7f7f0;
	border-radius: 20px;
}

#whatMy.lower:before {
	//content: '';
	position: absolute;
	top: -50px;
	left: 40.5%;
	width: 19%;
	height: 100%;
	max-height: 200px;
	background: url(../images/home/about02.svg) no-repeat center 0;
	background-size: 100% auto;
}
#whatMy.lower dt{
	margin-bottom:25px;
	text-align: center;
}
#whatMy.lower dt span {
	display:inline-block;
	position: relative;
	padding-left:120px;
}
#whatMy.lower dt span:before {
	content: '';
	position: absolute;
	top: -53px;
	left: 0;
	width: 100px;
	height: 107px;
	background: url(../images/home/about02.svg) no-repeat center 0;
	background-size: contain;
}
#whatMy.lower .box{
	display: none;
	padding-top: 35px;
	text-align: left;
}

#whatMy.lower .more{
	position: relative;
}
#whatMy.lower p{
	margin-bottom: 10px;
}
#whatMy.lower .p1{
	color: #76c7ca;
	font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
	#whatMy.lower {
		//margin: 0 6.5%;
		padding: 20px 20px 20px;
		border-radius: 8px;
	}
	#whatMy.lower:before {
		top: -7vw;
		left: 0;
		width: 100%;
		height: 32vw;
		background: url(../images/home/about02.svg) no-repeat center 0;
		background-size: 30vw auto;
	}
	#whatMy.lower .box{
		padding-top: 20px;
		font-size:13px;
	}
	#whatMy.lower dt{
		margin-bottom:15px;
	}
	#whatMy.lower dt span {
		display:inline-block;
		position: relative;
		padding-left:0;
	}
	#whatMy.lower dt span:before {
		content: '';
		position: absolute;
		top: -53px;
		left: 50%;
		margin-left:-25px;
		width: 50px;
		height: 54px;
		background: url(../images/home/about02.svg) no-repeat center 0;
		background-size: contain;
	}
	#whatMy.lower .p1{
		font-size: 16px;
	}
}


#whatMy.lower .p2{
	font-size: 14px;
}
#point {
	position: relative;
	margin-bottom: 100px;
	padding-top: 160px;
	padding-bottom: 60px;
	background: #76c7ca;
}
#point:before {
	content: '';
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 100px;
	background: url(../images/home/logo01.svg) no-repeat center 0;
	background-size: 100% auto;
}
#point .wrap{
	text-align: center;
}
#point h2{
	position: relative;
	display: inline-block;
	margin-bottom: 50px;
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
}
#point h2:after,
#point h2:before{
	content: '';
	position: absolute;
	top: 50%;
	width: 124px;
	height: 1px;
	background: #fff;
}
#point h2:before{
	left: -160px;
}
#point h2:after{
	right: -160px;
}
#point h2 span{
	font-size: 52px;
}
#point .inr{
	text-align: left;
}
#point .box{
	margin-bottom: 40px;
	padding: 60px 10%;
	padding-bottom: 40px;
	background: #fff;
	border-radius: 12px;
}
#point .box h3{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	padding-left: 265px;
	height: 160px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#point .box h3 span{
	display: inline-block;
	text-align: left;
}
#point .box h3 b{
	color: #EA6382;
	font-size: 46px;
	line-height: 1.1;
	letter-spacing: 5px;
}
#point .box.point1 h3{
	background: url(../images/home/point-header01.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#point .box.point2 h3{
	background: url(../images/home/point-header02.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#point .box.point3 h3{
	background: url(../images/home/point-header03.svg) no-repeat 0 0;
	background-size: auto 100%;
}
#point .point1 .box-inr{
	margin-top: -30px;
	padding-top: 30px;
	background: url(../images/home/point01.jpg) no-repeat right 0;
	background-size: 195px auto;
}
#point .point2 .box-inr{
	margin-top: -30px;
	padding-top: 30px;
	background: url(../images/home/point02.svg) no-repeat right 0;
	background-size: 170px auto;
}
#point .point3 .box-inr{
	margin-top: -20px;
	padding-top: 20px;
	background: url(../images/home/point03.svg) no-repeat right 0;
	background-size: 195px auto;
}
#point .upper{
	margin-bottom: 40px;
	padding-right: 230px;
}
#point .lower p,
#point .upper p{
	margin-bottom: 25px;
}
#point .point1 .upper .p1{
	font-size: 20px;
	line-height: 1.6;
}
#point .point1 .upper .p1 span{
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFFA7B 30%);
}
#point .lower {
	margin: 0 8.75%;
	padding: 40px 8%;
	background: #f7f7f0;
	border-radius: 20px;
}
#point .point1 .lower .p1{
	color: #76c7ca;
	font-size: 14px;
	font-weight: bold;
}
#point .point1 .lower .p2{
	color: #76c7ca;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}
#point .point1 .lower .p2 span{
	font-size: 18px;
}
#point .point2 .upper .p1{
	font-size: 20px;
}
#point .point2 .upper .p1 span{
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFFA7B 30%);
}
#point .point2 .middle{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#point .point2 .middle .p1{
	margin-bottom: 20px;
	color: #76c7ca;
	font-size: 30px;
	line-height: 1.2;
}
#point .point2 .middle .p1 span{
	font-size: 60px;
}
#point .point2 .middle .more{
	height: 80px;
	position: relative;
}
#point .point2 .middle .more a{
	height: 100%;
}
#point .point2 .middle .more a img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/* #point .point2 .middle .more a{
	position: relative;
	display: inline-block;
	width: 320px;
	height: 80px;
	color: #fff;
	font-size: 19px;
	line-height: 80px;
	background: #76c7ca;
	border-radius: 70px;
}
#point .point2 .middle .more a:before{
	content: '';
	position: absolute;
	top: 0%;
	right: 36px;
	height: 100%;
	width: 18px;
	background: url(../images/home/arrow05.svg) no-repeat center center;
	background-size: 100% auto;
} */
#point .point2 .lower .p1{
	margin-bottom: 10px;
	color: #76c7ca;
	font-size: 14px;
	font-weight: bold;
}
#point .point3 .upper .p1{
	//padding-top: 20px;
	font-size: 20px;
	line-height: 1.5;
}
#point .point3 .upper .p1 span{
	font-size: 24px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFFA7B 30%);
}
#point .point3 .lower .p1{
	color: #76c7ca;
	font-weight: bold;
	font-size: 14px;
}
#point .point3 .p2{
	color: #76c7ca;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

#worry {
	background-color:#f7f7f0;
	padding:40px;
	text-align: center;
	border-radius: 30px;
	margin-bottom:40px;
}

@media screen and (max-width:1000px) {
	#worry img {
		display:none;
	}
}

@media screen and (max-width:768px) {
	#worry {
		padding:20px;
		border-radius: 15px;
		margin-bottom:20px;
	}
}

#worryIn {
	position: relative;
}
#worryIn ul {
display: inline-block;
}
#worryIn ul li {
	font-weight: bold;
	position: relative;
	padding-left:20px;
	text-align: left;
}

#worryIn ul li:not(:first-child) {
	margin-top:5px;
}

#worryIn ul li:before {
	content: '';
	position: absolute;
	top: 7px;
	left:0;
	width: 16px;
	height: 16px;
	background: url(../images/new/check.svg) no-repeat center center;
	background-size: contain;
}
@media screen and (max-width:768px) {
	#worryIn ul li:before {
		top: 4px;
	}
}

#worryIn img {
	position: absolute;
	top:50%;
	width:auto;
	margin-top:-70px;
	height:140px;
}

#worryIn img.worry1 {
	right:7%;
	transform: rotate(10deg);
}

#worryIn img.worry2 {
	left:7%;
	transform: rotate(-10deg);
}

#worryText {
	text-align: center;
	margin-bottom:80px;
}
@media screen and (max-width:768px) {
	#worryText {
		margin-bottom:40px;
	}
}
#worryText img {
	width:750px;
}

#story{
	padding-top:80px;
	margin-bottom: 100px;
}
#story h2{
	margin-bottom: 45px;
	color: #76c7ca;
	font-size: 36px;
	text-align: center;
	line-height: 1.7;
}
#story h2 span{
	position: relative;
	display: inline-block;
	padding: 0 45px;
	color: #26393e;
	font-size: 22px;
}
#story h2 span:after,
#story h2 span:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width: 20px;
	height: 35px;
	background: url(../images/home/story-header01.svg) no-repeat center center;
	background-size: 100% auto;
}
#story h2 span:before{
	left: 0;
}
#story h2 span:after{
	right: 0;
	transform: rotateY( 180deg );
}
#story .menu ul{
	display: flex;
	flex-wrap: wrap;
}
#story .menu li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px;
	width: 25%;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	cursor: pointer;
}
#story .menu li:hover,
#story .menu li.on{
	background: #fffa7b;
}
#story .menu li span{
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
#story .content{
	margin-bottom: 100px;
	padding-bottom: 20px;
	background: #f7f7f0;
}
#story .content .box{
	display: none;
	margin-bottom: 15px;
	padding: 15px 5%;
}
#story .content .box:first-of-type{
	display: block;
}
#story .ba{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 90px;
}
#story .ba:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 75px;
	height: 75px;
	background: url(../images/home/arrow02.svg) no-repeat center center;
	background-size: 75px auto;
    transform: translateY(-50%) translateX(-50%) rotate( -90deg );
}
#story .ba>div{
	position: relative;
	width: 42%;
	z-index: 9;
}
#story .ba>div:before{
	content: '';
	display: block;
	margin-bottom: 10px;
	padding-top: 55%;
}
#story .after{
	font-weight: bold;
}
#story .story1 .before:before{
	background: url(../images/home/story01.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story1 .after:before{
	background: url(../images/home/story02.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story2 .before:before{
	background: url(../images/home/story03.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story2 .after:before{
	background: url(../images/home/story04.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story3 .before:before{
	background: url(../images/home/story05.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story3 .after:before{
	background: url(../images/home/story06.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story4 .before:before{
	background: url(../images/home/story07.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .story4 .after:before{
	background: url(../images/home/story08.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .ba span{
	background: linear-gradient(transparent 70%, #FFFA7B 30%);
}
#story .answer{
	position: relative;
	margin: 0 16.5%;
	padding-top: 50px;
	padding-bottom: 20px;
	text-align: center;
	border: #76c7ca 2px solid;
	border-radius: 15px;
}
#story .answer h3{
	position: absolute;
	top: -40px;
	left: 30px;
	padding-left: 15px;
	padding-right: 150px;
	height: 85px;
	font-size: 20px;
	font-weight: bold;
	line-height: 85px;
	text-align: left;
	background: #f7f7f0;
}
#story .answer h3:before{
	content: '';
	position: absolute;
	top: 0;
	right: 15px;
	width: 100%;
	height: 100%;
	background: url(../images/home/book.svg) no-repeat right center;
	background-size: auto 100%;
}
#story .answer h3 span{
	display: inline-block;
	margin-right: 20px;
	width: 160px;
	text-indent: -9999px;
	background: url(../images/home/logo02.svg) no-repeat center center;
	background-size: 100% auto;
}
#story .answer ul{
	display: inline-block;
}
#story .answer li{
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: url(../images/home/check.svg) no-repeat 0 center;
	background-size: auto 22px;
}
#story .content .inr+p{
	margin: 0 9%;
	font-size: 14px;
}
#bunseki.middle {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 17.5%;
	margin-bottom: 65px;
	padding: 25px 0 15px 230px;
	min-height: 200px;
	background: url(../images/home/story09.svg) no-repeat 0 center;
	background-size: auto 200px;
}
#bunseki.middle span{
	color: #76c7ca;
	font-weight: bold;
}
#bunseki.middle .p1{
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5;
}
#bunseki.middle .p1 span{
	color: #76c7ca;
	font-size: 40px;
}

#privacyBox {
	margin-bottom: 80px;
}

#privacyBox .lower {
	position: relative;
	margin: 0 17.5%;
	padding: 40px;
	padding-top: 100px;
	background: #f4f4f4;
	border-radius: 12px;
}
#privacyBox .lower:before{
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(../images/home/story10.svg) no-repeat center 0;
	background-size: 60px auto;
}
#privacyBox .lower h3{
	margin-bottom: 10px;
	color: #ea6382;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
#step {
	margin-bottom: 120px;
}
#step h2{
	margin-bottom: 40px;
	color: #76c7ca;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#step h2 span{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 40px;
	color: #26393e;
	font-size: 23px;
}
#step h2 span:after,
#step h2 span:before{
	content: '';
	position: absolute;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../images/home/story-header02.svg) no-repeat center 9px;
	background-size: 100% auto;
}
#step h2 span:before{
	left: 0;
}
#step h2 span:after{
	right: 0;
	transform: rotateY( 180deg );
}
#step h2 b{
	font-size: 52px;
}
#step .inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#step .box{
	position: relative;
	padding: 25px;
	width: 22.5%;
	background: #f7f7f0;
	border: #aae3e5 1px solid;
	border-radius: 10px;
}
#step .box:before{
	content: '';
	position: absolute;
	top: 0;
	right: -28px;
	width: 22px;
	height: 100%;
	background: url(../images/home/arrow03.svg) no-repeat center center;
	background-size: 100% auto;
}
#step .box:last-of-type:before{
	display: none;
}
#step dt{
	margin-bottom: 40px;
	height: 135px;
	text-indent: -9999px;
}
#step .step1 dt{
	background: url(../images/home/step01.svg) no-repeat center center;
	background-size: auto 100%;
}
#step .step2 dt{
	background: url(../images/home/step02.svg) no-repeat center center;
	background-size: auto 100%;
}
#step .step3 dt{
	background: url(../images/home/step03.svg) no-repeat center center;
	background-size: auto 100%;
}
#step .step4 dt{
	background: url(../images/home/step04.svg) no-repeat center center;
	background-size: auto 100%;
}
#lineup {
	margin-bottom: 110px;
	padding-top: 70px;
	padding-bottom: 60px;
	background: #f4f4f4;
}
#lineup h2{
	margin-bottom: 10px;
	color: #76c7ca;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#lineup h2 img{
	display: inline-block;
	margin-bottom: 20px;
}
#lineup .p1{
	margin-bottom: 30px;
	text-align: center;
}
#lineup .p1 span{
	font-size: 18px;
}
#lineup .price{
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	background: #fff;
	border-radius: 16px;
}
#lineup .price dl{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#lineup .price dt{
	padding-right: 5%;
	padding-left: 20px;
	width: 41%;
	font-size: 14px;
	text-align: right;
	border-right: #afaeae 1px solid;
}
#lineup .price dt span{
	position: relative;
	display: inline-block;
	padding-top: 65px;
}
#lineup .price dt span:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 65px;
	background: url(../images/home/logo02.svg) no-repeat center 10px;
	background-size: 100% auto;
}
#lineup .price dt b{
	font-size: 18px;
	font-weight: bold;
}
#lineup .price dd{
	padding-left: 5.5%;
	padding-right: 20px;
	width: 59%;
	text-align: left;
}
#lineup .price dd img{
	width: 100%;
	max-width: 400px;
}
#lineup .item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
#lineup .more{
	height: 80px;
	position: relative;
}
#lineup .more a{
	height: 100%;
}
#lineup .more a img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#lineup .item .box{
	position: relative;
	padding: 65px 15px 115px 15px;
	width: 31%;
	background: #fff url(../images/home/logo02.svg) no-repeat 20px 20px;
	background-size: 100px auto;
	border-radius: 12px;
	overflow: hidden;
}
#lineup .item .box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
}
#lineup .item .item1:before{
	background: url(../images/home/lineup02.svg) no-repeat center bottom;
	background-size: 80.6% auto;
}
#lineup .item .item2:before{
	bottom: -10px;
	background: url(../images/home/lineup04.svg) no-repeat center bottom;
	background-size: 77.4% auto;
}
#lineup .item .item3:before{
	bottom: -5px;
	background: url(../images/home/lineup06.svg) no-repeat center bottom;
	background-size: 59.6% auto;
}
#lineup .item .upper{
	position: relative;
	margin: 0 5px;
	margin-bottom: 35px;
	padding-right: 155px;
	min-height: 225px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
#lineup .item1 .upper{
	background: url(../images/home/lineup01.jpg) no-repeat right 0;
	background-size: 140px auto;
}
#lineup .item2 .upper{
	background: url(../images/home/lineup03.jpg) no-repeat right 0;
	background-size: 140px auto;
}
#lineup .item3 .upper{
	background: url(../images/home/lineup05.jpg) no-repeat right 0;
	background-size: 140px auto;
}
#lineup .item .p1{
	margin-top: 5px;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 100px;
}
#lineup .item1 .p1{
	background: url(../images/home/octagon01.svg) no-repeat center center;
	background-size: 100% auto;
}
#lineup .item2 .p1{
	background: url(../images/home/octagon02.svg) no-repeat center center;
	background-size: 100% auto;
}
#lineup .item3 .p1{
	background: url(../images/home/octagon03.svg) no-repeat center center;
	background-size: 100% auto;
}
#lineup .item .p2{
	position: absolute;
	right: 155px;
	bottom: 0;
	font-size: 18px;
}
#lineup .item .p2 span{
	font-size: 10px;
	vertical-align: top;
}
/* #lineup .item .more{
	height: 70px;
	text-align: center;
	line-height: 70px;
}
#lineup .item .more a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 18px;
	border-radius: 16px;
	z-index: 9;
}
#lineup .item1 .more a{
	background: #598de0;
}
#lineup .item2 .more a{
	background: #EA6382;
}
#lineup .item3 .more a{
	background: #F7D257;
}
#lineup .item .more a:before{
	content: '';
	position: absolute;
	top: 0;
	right: 10px;
	width: 15px;
	height: 100%;
	background: url(../images/home/arrow05.svg) no-repeat center center;
	background-size: 100% auto;
} */
#lineup .item .p3{
	position: absolute;
	left: 9.6%;
	bottom: 75px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
}
#lineup .lower{
	font-size: 12px;
}
#faq {
	margin-bottom: 100px;
}
#faq h2{
	margin-bottom: 5px;
	text-align: center;
}
#faq .inr{
	padding: 0 17%;
}
#faq .box{
	position: relative;
	padding: 20px 0;
	padding-left: 10px;
	border-bottom: #afaeae 1px solid;
	cursor: pointer;
}
#faq .box:before{
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 25px;
	height: 25px;
	background: url(../images/home/plus.svg) no-repeat 0 0;
	background-size: 100% auto;
}
#faq .box.on:before{
	background: url(../images/home/minus.svg) no-repeat 0 0;
	background-size: 100% auto;
}
#faq .box:last-of-type{
	border: none;
}
#faq dt{
	padding-left: 7.5%;
	padding-right: 30px;
	min-height: 30px;
	background: url(../images/home/q.svg) no-repeat 0 0;
	background-size: 30px auto;
}
#faq dd{
	display: none;
	margin-top: 15px;
	padding-left: 7.5%;
	min-height: 30px;
	background: url(../images/home/a.svg) no-repeat 0 0;
	background-size: 30px auto;
}
#note {
	margin-bottom: 30px;
	padding-top: 100px;
	background: url(../images/home/logo02.svg) no-repeat center 0;
	background-size: 240px auto;
}
#note .inr {
	padding: 0 17%;
	font-size: 14px;
}

@media screen and (max-width:768px) {
	#about-wrap{
		margin-top: -8vw;
		padding-top: 8vw;
	}
	#about {
		padding-top: 12vw;
		padding-bottom: 8vw;
	}
	#about:before {
		top: -5.5vw;
		left: 50%;
		margin-left: -9vw;
		width: 18vw;
		height: 18vw;
		background: url(../images/home/about01.svg) no-repeat center 0;
		background-size: 100% auto;
	}
	#about h2{
		margin-bottom: 5vw;
		height: 20vw;
	}
	#about h2 b{
		width: 60vw;
		height: 100%;
		background: url(../images/home/logo02.svg) no-repeat 0 bottom;
		background-size: 100% auto;
	}
	#about .upper{
		padding-bottom: 6vw;
	}
	#about .upper p{
		margin-bottom: 5.5vw;
	}
	#about .upper .box{
		margin: 0 12vw;
		margin-bottom: 6vw;
	}
	#about .upper p span{
		display: block;
		margin-bottom: 5vw;
	}
	#about .middle {
		margin-bottom: 13vw;
		padding: 0;
		padding-top: 57vw;
	}
	#about .middle:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 53vw;
		background: url(../images/home/book.svg) no-repeat center 0;
		background-size: auto 100%;
	}
	#about .middle .inr{
		width: 100%;
	}
	#about .middle .box{
		padding: 0;
		font-size: 4vw;
		letter-spacing: 0;
	}
	#about .middle .box .p1{
		font-size: 5vw;
		background: url(../images/home/equal.svg) no-repeat center bottom;
		background-size: 10px auto;
	}
	#about .middle .box .p2{
		font-size: 7vw;
		background: linear-gradient(transparent 75%, #FFFA7B 25%);
	}
	#point {
		position: relative;
		margin-bottom: 10vw;
		padding: 0 3.35%;
		padding-top: 16vw;
		padding-bottom: 3vw;
	}
	#point:before {
		top: 9vw;
		left: 50%;
		margin-left: -13vw;
		width: 26vw;
		height: 10vw;
	}
	#point h2{
		margin-bottom: 8vw;
		font-size: 7vw;
	}
	#point h2:after,
	#point h2:before{
		top: 50%;
		width: 15vw;
	}
	#point h2:before{
		left: -19vw;
	}
	#point h2:after{
		right: -19vw;
	}
	#point h2 span{
		font-size: 9vw;
	}
	#point .box{
		margin-bottom: 4vw;
		padding: 8vw 6vw;
		border-radius: 8px;
	}
	#point .box h3{
		margin-bottom: 6vw;
		padding-left: 24vw;
		height: 24vw;
		font-size: 3.3vw;
		line-height: 2.5;
		background-position: -5vw 0;
	}
	#point .box.point1 h3{
		background: url(../images/home/point-header01.svg) no-repeat -5.5vw 0;
		background-size: auto 100%;
	}
	#point .box.point2 h3{
		background: url(../images/home/point-header02.svg) no-repeat -5.5vw 0;
		background-size: auto 100%;
	}
	#point .box.point3 h3{
		background: url(../images/home/point-header03.svg) no-repeat -5.5vw 0;
		background-size: auto 100%;
	}
	#point .box h3 b{
		font-size: 7vw;
	}
	#point .point3 h3 b{
		font-size: 6vw;
		letter-spacing: 0;
	}
	#point .point3 .p2{
		font-size: 5vw;
	}
	#point .box .box-inr{
		margin-top: 0;
		padding: 0 3.5vw;
		background: none;
	}
	#point .upper{
		position: relative;
		margin-bottom: 3vw;
		padding-right: 0;
		padding-bottom: 22vw;
		overflow: hidden;
	}
	#point .point2 .upper{
		padding-bottom: 22vw;
	}
	#point .point1 .upper:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: -5vw;
		width: 100%;
		height: 32vw;
		background: url(../images/home/point01.jpg) no-repeat center bottom;
		background-size: 22vw auto;
	}
	#point .point2 .upper:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 28vw;
		background: url(../images/home/point02.svg) no-repeat center bottom;
		background-size: 20vw auto;
	}
	#point .point3 .upper:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 32vw;
		background: url(../images/home/point03.svg) no-repeat center bottom;
		background-size: 22vw auto;
	}
	#point .box .upper .p1{
		font-size: 3.6vw;
		line-height: 1.6;
		text-align: center;
	}
	#point .box .upper .p1 span{
		display: inline-block;
		margin-bottom: 7vw;
		font-size: 4.2vw;
		font-weight: bold;
		background: linear-gradient(transparent 75%, #FFFA7B 25%);
	}
	#point .point2 .middle .more a{
		max-width: 100%;
	}
	#point .lower {
		margin: 0;
		padding: 6.5vw 6vw;
		border-radius: 8px;
	}
	#point .point1 .lower .p2{
		font-size: 5vw;
	}
	#point .point1 .lower .p2 span{
		font-size: 3vw;
	}
	#point .point2 .middle{
		margin-bottom: 8vw;
		font-size: 4vw;
	}
	#point .point2 .middle .p1{
		margin-bottom: 2vw;
		font-size: 5.5vw;
		line-height: 1.8;
	}
	#point .point2 .middle .p1 span{
		font-size: 10vw;
	}
	#story{
		margin-top: 0;
		margin-bottom: 40px;
		padding: 0 4.1%;
		padding-top: 40px;
	}
	#story h2{
		margin-bottom: 5vw;
		font-size: 7vw;
		line-height: 1.4;
	}
	#story h2 span{
		margin-bottom: 2vw;
		padding: 0 8vw;
		font-size: 4.5vw;
	}
	#story h2 span:after,
	#story h2 span:before{
		margin-top: -17px;
		width: 17px;
	}
	#story .menu li{
		padding: 3vw 0;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	#story .menu li span{
		font-size: 3vw;
	}
	#story .content{
		margin-bottom: 10vw;
	}
	#story .content .box{
		margin-bottom: 3vw;
		padding: 0 5vw;
	}
	#story .ba{
		margin-bottom: 16vw;
	}
	#story .ba:before{
		display: none;
	}
	#story .ba>div{
		width: 100%;
	}
	#story .box .before{
		padding-bottom: 18vw;
	}
	#story .box .after:before,
	#story .box .before:before{
		width: 105%;
	}
	#story .box .before:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		background: url(../images/home/arrow02.svg) no-repeat center bottom;
		background-size: auto 100%;
	}
	#story .answer{
		margin: 0;
		padding: 6vw 2.5vw;
		border-radius: 8px;
	}
	#story .answer h3{
		top: -5.5vw;
		left: 4vw;
		padding-left: 3vw;
		padding-right: 23vw;
		height: 11vw;
		font-size: 3vw;
		line-height: 12vw;
	}
	#story .answer h3:before{
		content: '';
		position: absolute;
		top: -2.5vw;
		right: 4vw;
		width: 100%;
		height: 100%;
		background: url(../images/home/book.svg) no-repeat right center;
		background-size: auto 100%;
	}
	#story .answer h3 span{
		margin-right: 2vw;
		width: 26vw;
		background: url(../images/home/logo02.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#story .answer li{
		margin-bottom: 0;
		padding-left: 20px;
		font-size: 4vw;
		background: url(../images/home/check.svg) no-repeat 0 center;
		background-size: auto 16px;
	}
	#story .content .inr+p{
		margin: 0 5vw;
		line-height: 1.5;
	}
	#bunseki.middle {
		margin: 0 2vw;
		margin-bottom: 15vw;
		padding: 0;
		min-height: auto;
		background: none;
	}
	#bunseki.middle span{
		color: #76c7ca;
		font-weight: bold;
		font-size: 4vw;
	}
	#bunseki.middle .p1{
		margin-bottom: 6vw;
		padding: 0 0 0 36vw;
		min-height: 32vw;
		font-size: 5vw;
		line-height: 1.9;
		background: url(../images/home/story09.svg) no-repeat 0 center;
		background-size: auto 32vw;
	}
	#bunseki.middle .p1 span{
		font-size: 7vw;
	}
	#privacyBox .lower {
		margin: 0 2vw;
		padding: 5vw;
		padding-top: 14vw;
		border-radius: 8px;
	}
	#privacyBox .lower:before{
		top: -5vw;
		height: 18vw;
		background: url(../images/home/story10.svg) no-repeat center 0;
		background-size: 10vw auto;
	}
	#privacyBox .lower h3{
		margin-bottom: 5vw;
		font-size: 4.5vw;
	}
	#step {
		margin-bottom: 12vw;
		padding: 0 6.5%;
	}
	#step h2{
		margin-bottom: 6vw;
		font-size: 7.5vw;
		line-height: 1.3;
	}
	#step h2 span{
		margin-bottom: 0;
		padding: 0 6vw;
		font-size: 3.5vw;
		line-height: 2;
	}
	#step h2 b{
		font-size: 12vw;
	}
	#step h2 span:after,
	#step h2 span:before{
		top: -5px;
	}
	#step .box{
		margin-bottom: 9vw;
		padding: 2vw 5vw;
		width: 100%;
	}
	#step .box:last-of-type{
		margin-bottom: 0;
	}
	#step .box:before{
		top: auto;
		left: 50%;
		right: auto;
		bottom: -8vw;
		width: 6vw;
		height: 6vw;
		background: url(../images/home/arrow03.svg) no-repeat center center;
		background-size: 100% auto;
	    transform: translateX(-50%) rotate( 90deg );
	}
	#step .box dl{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#step dt{
		margin-bottom: 0;
		width: 26%;
		height: 28vw;
		max-height: 135px;
	}
	#step dd{
		width: 68.5%;
	}
	#step .step1 dt{
		background: url(../images/home/step01.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#step .step2 dt{
		background: url(../images/home/step02.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#step .step3 dt{
		background: url(../images/home/step03.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#step .step4 dt{
		background: url(../images/home/step04.svg) no-repeat center center;
		background-size: 100% auto;
	}
	#lineup {
		margin-bottom: 10vw;
		padding: 0 6.5%;
		padding-top: 13vw;
		padding-bottom: 7vw;
	}
	#lineup h2{
		margin-bottom: 5vw;
		font-size: 5vw;
		overflow: hidden;
	}
	#lineup h2 img{
		display: inline-block;
		margin-left: -12.5%;
		margin-bottom: 3.5vw;
		width: 125%;
		max-width: none;
	}
	#lineup .p1{
		margin-bottom: 10vw;
		font-size: 3.5vw;
		letter-spacing: -1.5px;
	}
	#lineup .p1 span{
		font-size: 4.2vw;
	}
	#lineup .nav {
		margin-bottom: 8vw;
	}
	#lineup .nav ul{
		display: flex;
		justify-content: space-between;
	}
	#lineup .nav li{
		display: block;
		padding: 4vw;
		width: 30%;
		color: #fff;
		font-size: 4vw;
		text-align: center;
		border-radius: 8px;
	}
	#lineup .nav li:nth-of-type(1){
		background: #598de0;
	}
	#lineup .nav li:nth-of-type(2){
		background: #EA6382;
	}
	#lineup .nav li:nth-of-type(3){
		background: #F7D257;
	}
	#lineup .item {
		margin-bottom: 16vw;
	}
	#lineup .item .box{
		padding: 15vw 3.5vw 28vw 3.5vw;
		width: 100%;
		border-radius: 8px;
	}
	#lineup .item .box:before{
		height: 23vw;
	}
	#lineup .item .item2:before{
		height: 26vw;
		bottom: -3vw;
	}
	#lineup .item .item3:before{
		bottom: -5px;
	}
	#lineup .item .upper{
		margin: 0 3vw;
		margin-bottom: 7vw;
		padding-right: 40vw;
		min-height: 58vw;
	}
	#lineup .item1 .upper{
		background: url(../images/home/lineup01.jpg) no-repeat right 0;
		background-size: auto 100%;
	}
	#lineup .item2 .upper{
		background: url(../images/home/lineup03.jpg) no-repeat right 0;
		background-size: auto 100%;
	}
	#lineup .item3 .upper{
		background: url(../images/home/lineup05.jpg) no-repeat right 0;
		background-size: auto 100%;
	}
	#lineup .item .p1{
		margin-top: 2vw;
		width: 26vw;
		height: 26vw;
		font-size: 4vw;
		line-height: 26vw;
	}
	#lineup .item .more{
		margin: 0 3.5vw;
		height: 80px;
		text-align: center;
		line-height: 80px;
	}
	#lineup .sp-price{
		margin-bottom: 3vw;
	}
	#lineup .item .p3{
		left: 12%;
		bottom: 23vw;
	}
	#lineup .slick-arrow{
		position: absolute;
		top: 63vw;
		width: 38px;
		height: 38px;
		color: #fff;
		text-indent: -9999px;
		background: #afaeae url(../images/home/arrow06.svg) no-repeat center center;
		background-size: 15px auto;
		border: none;
		border-radius: 100%;
		z-index: 9;
	}
	#lineup .slick-next{
		right: 5px;
		transform: rotateY( 180deg );
	}
	#lineup .slick-prev{
		left: 5px;
	}
	#lineup .slick-dots{
		position: absolute;
		left: 0;
		bottom: -13vw;
		width: 100%;
		text-align: center;
	}
	#lineup .slick-dots li{
		display: inline-block;
		margin: 0 6vw;
		width: 12px;
		height: 12px;
		text-indent: -9999px;
		border: #707070 1px solid;
		border-radius: 100%;
	}
	#lineup .slick-dots li.slick-active{
		background: #2b2b2b;
		border-color: #2B2B2B;
	}
	#faq {
		margin-bottom: 0;
		padding: 0 6.5%;
	}
	#faq h2{
		margin-bottom: 0;
		text-align: center;
		overflow: hidden;
	}
	#faq h2 img{
		margin-left: -12.5%;
		width: 125%;
		max-width: none;
	}
	#faq .inr{
		padding: 0;
	}
	#faq .box{
		padding: 9vw 0;
		padding-left: 0;
	}
	#faq .box:before{
		top: 9vw;
	}
	#faq dd,
	#faq dt{
		padding-left: 40px;
		padding-right: 10vw;
	}
	#faq dd{
		margin-top: 7vw;
	}
	#note {
		margin-bottom: 5vw;
		padding: 0 6.5%;
		padding-top: 0;
		background: none;
	}
	#note .inr{
		padding: 0;
		line-height: 1.5;
	}
}

@media screen and (max-width:767px) {
	#lineup .item .p3{
		bottom: 18vw;
	}
}

/* footer
------------------------------------------*/
#footer{
	padding-top: 30px;
	padding-bottom: 160px;
	color: #fff;
	font-size: 12px;
	background: #76c7ca;
}
#footer-LINE{
	padding-top: 30px;
	padding-bottom: 5%;
	color: #fff;
	font-size: 12px;
	background: #76c7ca;
}
#finr{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.pagetop a{
	position: fixed;
	right: 40px;
	bottom: 25px;
}
.pagetop-LINE a{
	position: fixed;
	right: 0%;
	bottom: 3%;
	width: 10%;
}
.pagetop-LINE a img{
	width: 60%;
}

.LINE-conductor{
	display: block;
    width: 25%;
    /* height: 102px; */
    /* background: #EEEEEE; */
    position:fixed;
    bottom:104px;
	right:1%;
	opacity: 0.9;
	z-index: 10;
}
.new-conductor {
    display: block;
    width: 100%;
    height: 102px;
    background: #EEEEEE;
    position:fixed;
    bottom:0%;
	right:0%;
	opacity: 0.9;
	z-index: 10;
}
.only-LINE li a img{
	display: block;
    width: 35%;
    position:fixed;
    bottom:10px;
	right:10%;
	opacity: 0.9;
	/* z-index: 10; */
}
.new-conductor ul{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	width: 100%;
	padding: 0 10%;
}
.new-conductor li a {
    display: flex;
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #598de0;
	border-radius: 14px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.new-conductor li:nth-of-type(2) a {
    background: #ea6382;
}
.new-conductor li:nth-of-type(3) a {
    background: #F7D257;
}
.new-conductor li:nth-of-type(4) a {
    background: lightgreen;
}
.new-conductor li {
    width: 32%;
}
#footer .p1{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
#footer .p1 span{
	margin-right: 25px;
}
#footer .copyright{
	margin-top: 25px;
	font-size: 10px;
}
#footer a{
	color: #fff;
}
#footer .tel{
	pointer-events: none;
}

#footer-LINE .p1{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
#footer-LINE .p1 span{
	margin-right: 25px;
}
#footer-LINE .copyright{
	margin-top: 25px;
	font-size: 10px;
}
#footer-LINE a{
	color: #fff;
}
#footer-LINE .tel{
	pointer-events: none;
}

@media screen and (max-width:450px) {
	.new-conductor {
		height: 85px;
	}
	.new-conductor ul{
		width: 80%;
		padding: 2% 0 2% 3%;
	}
	.new-conductor li a {
		padding: 3px 0;
		font-size: 14px;
	}
	#container{
		margin: 0 0 0% 0;
	}
}

@media screen and (max-width:768px) {
	#footer{
		padding-top: 12vw;
		padding-bottom: 120px;
		background: #76c7ca url(../images/home/logo01.svg) no-repeat center 3.5vw;
		background-size: 120px auto;
	}
	#footer-LINE{
		padding-top: 30px;
		padding-bottom: 90px;
		color: #fff;
		font-size: 12px;
		background: #76c7ca;
	}
	#finr{
		margin: 0 auto;
		padding: 4vw 6.5%;
		padding-bottom: 3vw;
		color: #26393e;
		text-align: left;
		background: #fff;
	}
	#footer a{
		/* color: #26393e; */
	}
	#footer .p1 {
		font-weight: normal;
	}
	#footer .p1 span{
		display: block;
	}
	.pagetop a{
		right: 10px;
		bottom: 10px;
	}
	#footer .copyright{
		margin-top: 5vw;
		text-align: center;
	}
	#footer .tel{
		pointer-events: auto;
	}
	#footer .mail{
		pointer-events: none;
	}
	#footer-LINE .p1 {
		font-weight: normal;
	}
	#footer-LINE .p1 span{
		display: block;
	}
	#footer-LINE .copyright{
		margin-top: 5vw;
		text-align: center;
	}
	#footer-LINE .tel{
		pointer-events: auto;
	}
	#footer-LINE .mail{
		pointer-events: none;
	}
	.only-LINE li a img{
		display: block;
		width: 80%;
		position:fixed;
		bottom:0px;
		right:20%;
		opacity: 0.9;
		height: 10%;
		/* z-index: 10; */
	}
	.pagetop-LINE a{
		position: fixed;
		right: 5%;
		bottom: 1%;
	}
	.pagetop-LINE a img{
		width: 100%;
	}
	.LINE-conductor{
		width: 60%;
		bottom:88px;
	}
	.new-conductor li a {
		display: flex;
		padding: 15px 0;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 14px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

/*共通*/
.nofade:hover,
.nofade:focus{
	opacity: 1;
}

.link-s1 {
	display:inline-block;
	height:60px;
	line-height:60px;
	width:100%;
	text-align: center;
	background-color:#76c7ca;
	border-radius: 30px;
	color:#ffffff;
	position: relative;
}

.link-s1:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top:-10px;
	width: 20px;
	height: 20px;
	background: url(../images/new/arrow-down-sign-to-navigate.svg) no-repeat center 0;
	background-size: contain;
}
.link-s1.on:before {
	transform: rotate(180deg);
}

.link-s1:hover {
	background-color:#afaeae;
	border-radius: 30px;
	color:#ffffff;
}


.link-s1 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width:768px) {
	.link-s1 {
		height:40px;
		line-height:40px;
		border-radius: 20px;
	}
	.link-s1:before {
		right: 20px;
		margin-top:-7px;
		width: 14px;
		height: 14px;
	}
}
/* .link-s1 {
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	background: #76c7ca;
	border-radius: 24px
}
.link-s1:before {
	content: '';
	position: absolute;
	top: 0;
	right: 18px;
	width: 20px;
	height: 100%;
	background: url(../images/home/arrow04.svg) no-repeat center center;
	transform: rotate( 180deg );
}
.link-s1:hover {
	color: #fff;
	text-decoration: none;
}
.link-s1.on {
	color: #fff;
	text-decoration: none;
	background: #afaeae;
}
.link-s1.on:before {
	transform: rotate( 0deg );
} */
p:last-child{
	margin-bottom: 0!important;
}

@media screen and (max-width:768px) {
	/* .link-s1 {
		padding: 0.5vw;
		font-size: 4vw;
	}
	.link-s1:before {
		top: 0;
		right: 14vw;
		width: 12px;
		background: url(../images/home/arrow04.svg) no-repeat center center;
	} */
	.new-conductor ul li a img {
		height: auto;
	}

	/* モーダルウィンドウ用 */
	.modal_block {
		display: flex;
	}
	.male_children {
		font-size: 14px;
	}
	.female_children {
		font-size: 14px;
	}
}

/* モーダルウィンドウ用 */
.hide-area{
	display: none;
}
.modaal-container {
	border-radius: 15px;
	box-shadow: 5px 5px 0 #7d7d7d;
}
.modaal-content-container {
	padding: 30px 50px;
}
.modal_block {
	display: flex;
	justify-content: space-between;
}
.male_children {
	width: 45%;
	font-size: 24px;
	color: #61b0e2;
	text-align: center;
}
.female_children {
	width: 45%;
	font-size: 24px;
	color: #ea6382;
	text-align: center;
	right: 0;
}

/* CVエリア */

.priceBox {
	background-color: #ffffff;
	border:solid 3px #598de0;
	border-radius: 20px;
	padding:20px 20px 20px;
	position: relative;
	display:flex;
	margin-top:60px;
}


#priceMen.priceBox {
	border-color: #598de0;
}

#priceWomen.priceBox {
	border-color: #ea6382;
}

#priceChild.priceBox {
	border-color: #f7d257;
	display:block;
	width:50%;
}

.priceBoxR {
	width:50%;
	border-left:dashed 3px #598de0;
	padding-left:20px;
}

.priceBoxL {
	width:50%;
	padding-right:20px;
}

#priceMen .priceBoxR {
	border-color:#598de0;
}

#priceWomen .priceBoxR {
	border-color:#ea6382;
}

#priceChild .priceBoxR {
	border-color:#f7d257;
}

.priceBoxTag {
	position: absolute;
	left:-45px;
	top:-45px;
	width:90px;
	height:auto;
}

.priceBoxTitle {
	display: flex;
	align-items:flex-end;
	justify-content: center;
	margin-top:-50px;
}

.priceBoxTitle p {
	font-weight: bold;
	font-size: 18px;
	margin-left:10px;
}

.priceBoxTitle p span {
	font-size: 24px;
}

#priceMen .priceBoxTitle p span {
	color: #598de0;
}

#priceWomen .priceBoxTitle p span {
	color: #ea6382;
}

#priceChild .priceBoxTitle p span {
	color: #f7d257;
}

.priceBoxTitle img {
	width:70px;
	height:auto;
}

.priceBoxIn {
	display:flex;
	margin-top:20px;
}

.priceBoxInL {
	width:170px;
	padding-right:20px;
}

#priceChild .priceBoxInL {
	padding-bottom:50px;
}

.priceBoxInR {
	flex:1;
	position: relative;
}

.priceBoxInRTop {
	display:flex;
}

#priceChild .priceBoxInRTop {
	display:block;
}

.priceBoxInRTopBox {
	width:50%;
	font-size: 13px;
	margin:0 5px;
}

#priceChild .priceBoxInRTopBox {
	width:100%;
}

#priceMen .priceBoxInRTopBoxTitle {
	background-color:#598de0;
}

#priceWomen .priceBoxInRTopBoxTitle {
	background-color:#ea6382;
}

#priceChild .priceBoxInRTopBoxTitle {
	background-color:#f7d257;
}

.priceBoxInRTopBoxTitle {
	color:#ffffff;
	font-weight: bold;
	height:24px;
	line-height:24px;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.priceBoxInRTopBox ul li {
	font-weight: bold;
	position: relative;
	padding-left:20px;
}

#priceMen .priceBoxInRTopBox ul li:before {
	background-image: url(../images/new/check_men.svg);
}

#priceWomen .priceBoxInRTopBox ul li:before {
	background-image: url(../images/new/check_women.svg);
}

#priceChild .priceBoxInRTopBox ul li:before {
	background-image: url(../images/new/check_child.svg);
}

.priceBoxInRTopBox ul li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0px;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.priceBoxInRTopBoxAtt {
	font-size: 15px;
}
.priceNum {
	font-size: 14px;
	text-align: right;
	position: relative;
	bottom:-15px;
	line-height: 1;
}

.priceNum div {
	display: inline;
	font-size: 20px;
	font-weight: bold;
}

.priceCvArea {
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
}

.priceCvArea > .shopify-buy-frame {
	max-width: 100%!important;
}

.priceCvBt {
	height:64px;
	line-height:64px;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	font-size: 18px;
	display: block;
	border-radius: 15px;
	width:100%;
	position: relative;
}
.priceCvBt:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top:-8px;
	width: 16px;
	height: 16px;
	background: url(../images/new/arrow-down-sign-to-navigate.svg) no-repeat center 0;
	background-size: contain;
	transform: rotate(-90deg);
}

#priceMen .priceCvBt {
	background-color:#598de0;
}

#priceWomen .priceCvBt {
	background-color:#ea6382;
}

#priceChild .priceCvBt {
	background-color:#f7d257;
}
.priceCvBt:hover {
	color:#ffffff;
}

@media screen and (max-width:1000px) {
	#priceBoxWrap {
		max-width:500px;
		margin:0 auto;
		width:100%;
	}
	.priceBox {
		margin-top:40px;
		display:block;
		padding:20px 10px;
	}
	#priceChild.priceBox {
		border-color: #f7d257;
		display:block;
		width:100%;
	}
	.priceBoxR {
		width:100%;
		border:none;
		border-top:dashed 3px #598de0;
		padding-top:50px;
		padding-left:0px;
	}
	.priceBoxL {
		width:100%;
		padding-right:0;
		padding-bottom:20px;
	}
	.priceBoxTag {
		position: absolute;
		left:-20px;
		top:-20px;
		width:60px;
		height:auto;
	}
	.priceBoxTitle {
		margin-top:-40px;
	}
	.priceBoxTitle p {
		font-size: 16px;
		margin-left:10px;
	}
	.priceBoxTitle p span {
		font-size: 20px;
	}
	.priceBoxTitle img {
		width:50px;
	}
	.priceBoxIn {
		display:block;
		margin-top:10px;
	}
	.priceBoxInL {
		width:60px;
		margin:0 auto;
		padding-right:0;
		margin-bottom:20px;
	}
	#priceChild .priceBoxInL {
		padding-bottom:0px;
	}
	.priceBoxInR {
		flex:auto;
	}
	.priceCvArea {
		position: static;
		width:100%;
		margin-top:10px;
	}
	.priceNum {
		text-align: center;
	}
	.priceCvBt {
		height:54px;
		line-height:54px;
		text-align: center;
		color:#ffffff;
		font-weight: bold;
		font-size: 18px;
		display: block;
		border-radius: 10px;
		width:100%;
		position: relative;
	}

	.priceCvBt:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top:-8px;
		width: 16px;
		height: 16px;
		background: url(../images/new/arrow-down-sign-to-navigate.svg) no-repeat center 0;
		background-size: contain;
		transform: rotate(-90deg);
	}
}

.link-s1.on:before {
	transform: rotate(180deg);
}


#fixCv {
	position: fixed;
	right:30px;
	bottom:50px;
	display:flex;
	align-items: center;
	z-index: 10;
}

#fixCv a {
	margin-left:20px;
	filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.5));
}

.fixCvBt {
	border-radius: 10px;
	border:solid 3px #ffffff;
	height:80px;
	color:#ffffff;
	display:flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.fixCvBt:hover {
	color:#ffffff;
	opacity: 1;
}

#fixCvBtMain {
	background-color: #76c7ca;
	font-size: 24px;
	width:510px;
	font-weight: bold;
}

#fixCvBtMain:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top:-12px;
	width: 24px;
	height: 24px;
	background: url(../images/new/next.svg) no-repeat center 0;
	background-size: contain;
}

#fixCvBtMain img {
	width:95px;
	height:auto;
	position: absolute;
	left:15px;
	bottom:12px;
}

#fixCvBtMain span br {
	display:none;
}

#fixCvBtLIne {
	width:450px;
	background-color: #11c761;
}

#fixCvBtLIneImg1 {
	position: absolute;
	right:10px;
	width:auto;
	height:60px;
	top:50%;
	margin-top:-30px;
}

#fixCvBtLIneImg2 {
	position: absolute;
	left:10px;
	width:auto;
	height:50px;
	margin-top:-25px;
	top:50%;
}

#fixCvBtLIne > span {
	padding-right:60px;
	line-height:1;
}

#fixCvBtLIne > span > span {
	font-weight: bold;
}

#fixCvBtLIne > span > span:first-child {
	position: relative;
	padding:0 15px;
	display:inline-block;
}

#fixCvBtLIne > span > span:first-child:after {
	content:"/";
	transform: scale(-1, 1);
	position: absolute;
	top:0;
	left:0;
}

#fixCvBtLIne > span > span:first-child:before {
	content:"/";
	position: absolute;
	top:0;
	right:3px;
}
#fixCvBtLIne > span > span:nth-child(2) {
	display:none;
}
#fixCvBtLIne > span > span:last-child {
	margin-top:8px;
	display:block;
}

#pagetop img {
	width:56px;
	height:auto;
}

@media screen and (max-width:1200px) {
	#fixCv {
		width: 100%;
		padding:0 20px;
		right:0;
		display: block;
		text-align: center;
	}
	#fixCv a {
		margin-left:0;
	}
	#fixCvBtMain {
		font-size: 20px;
		//width:60%;
		width:100%;
		max-width: 500px;
		//margin-right:10px;
		margin: 0 auto!important;
	}
	#fixCvBtMain img {
		width:70px;
		left:15px;
		bottom:12px;
	}
	#fixCvBtMain span br {
		display:none;
	}
	#fixCvBtLIne {
		//width:40%;
	}
	#fixCvBtLIneImg1 {
		display: none;
	}
	#fixCvBtLIneImg2 {
		height:40px;
		margin-top:-20px;
	}
	#fixCvBtLIne > span {
		padding-right:0px;
	}
	#pagetop {
		display:none;
	}
}

@media screen and (max-width:768px) {
	#fixCv {
		bottom:20px;
		padding:0 20px;
	}
	#fixCv a {
		margin-left:0;
	}
	.fixCvBt {
		height:60px;
	}
	.fixCvBt:hover {
		color:#ffffff;
		opacity: 1;
	}
	#fixCvBtMain {
		font-size: 14px;
		//width:60%;
		width:100%;
		margin-right:10px;
	}
	#fixCvBtMain:before {
		right: 5px;
		margin-top:-6px;
		width: 12px;
		height: 12px;
	}
	#fixCvBtMain img {
		width:35px;
		left:7px;
		bottom:12px;
	}
	#fixCvBtMain span {
		line-height: 1.3;
	}
	#fixCvBtMain span br {
		display:inline;
	}
	#fixCvBtLIne {
		//width:40%;
	}
	#fixCvBtLIneImg1 {
		display:none;
	}
	#fixCvBtLIneImg2 {
		display:none;
	}
	#fixCvBtLIne > span {
		padding-right:0;
	}
	#fixCvBtLIne > span > span:first-child {
		padding:0 10px;
		font-size: 10px;
	}
	#fixCvBtLIne > span > span:first-child:before {
		right:1px;
	}
	#fixCvBtLIne > span > span:nth-child(2) {
		display:block;
		margin-top:5px;
		padding-bottom:5px;
	}
	#fixCvBtLIne > span > span:last-child {
		display:none;
	}
	#pagetop {
		display:none;
	}
}

#otherBt {
	text-align: right;
	margin-top:20px;
}

#otherBt a {
	font-weight: bold;
	display: inline-block;
	padding-right:20px;
	position: relative;
}

#otherBt a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top:-6px;
	width: 12px;
	height: 12px;
	background: url(../images/new/arrow-down-sign-to-navigate_black.svg) no-repeat center 0;
	background-size: contain;
	transform: rotate(-90deg);
}

#pageWrap {
	background-color: #f4f4f4;
	padding:100px 50px;
}

@media screen and (max-width:768px) {
	#pageWrap {
		padding:60px 20px;
	}
}

#pageTitle {
	background-color: #76c7ca;
	height:60px;
	width:100%;
	text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
}

#pageTitleLogo {
	text-align: center;
}

#pageTitleLogo img {
	width:130px;
	height:auto;
}

#pageWrap h1 {
	margin: 0 0 20px;
	font-size: 32px;
	font-weight: bold;
}

@media screen and (max-width:768px) {
	#pageWrap h1 {
		margin: 0 0 20px;
		font-size: 26px;
	}
}

#lineupWrap {
	displaY:flex;
	flex-wrap: wrap;
	margin:0 -10px;
}
.lineupBox {
	width:50%;
	padding:0 10px;
    margin-top: 20px;
}

.lineupBoxIn {
	background-color: #ffffff;
    border: solid 3px #76c7ca;
    border-radius: 20px;
    padding: 20px 20px 140px 20px;
    position: relative;
	height:100%;
}

@media screen and (max-width:768px) {
	#lineupWrap {
		displaY:block;
		margin:0;
	}
	.lineupBox {
		width:100%;
		padding:0;
		margin-top: 20px;
	}
	.lineupBoxIn {
		padding: 20px 20px 20px 20px;
	}
}


.widthM {
	max-width:1000px;
	margin:0 auto;
}

.lineupBoxT {
	text-align: center;
	font-weight: bold;
	margin-bottom:20px;
}

.lineupBoxT span {
	color: #76c7ca;
	font-size: 20px;
}

.lineupBoxKo {
	display: flex;
	margin:0 -5px;
}
.lineupBoxKoBox {
	flex:1;
	padding:0 5px;
	font-size: 13px;
}

@media screen and (max-width:768px) {
	.lineupBoxT {
		margin-bottom:0px;
	}
	.lineupBoxKo {
		flex-wrap: wrap;
	}
	.lineupBoxKoBox {
		flex:auto;
		width:50%;
		margin-top:20px;
	}
}



.lineupBoxInLi li {
	text-align: left;
	font-weight: bold;
    position: relative;
    padding-left: 20px;
}

.lineupBoxInLi li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	background-image: url(../images/new/check_normal.svg);
}

.lineupBoxInT {
	background-color: #76c7ca;
	color: #ffffff;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.lineupBoxPrice {
	position: relative;
    bottom: -20px;
	font-size: 14px;
}

.lineupBoxPrice div {
	display:inline-block;
	font-size: 20px;
	font-weight: bold;
}

.lineupBoxBt {
	position: absolute;
	left:0;
	bottom:15px;
	width:100%;
	padding:0 20px;
	text-align: center;
}

.lineupBoxBtIn {
	display:inline-block;
}

@media screen and (max-width:768px) {
	.lineupBoxBt {
		position: static;
		margin-top:0px;
	}
}