@font-face {
	font-family: 'corp';
	src: url(../fonts/corp_round_v1.ttf);
}

html{
	overflow-x: hidden;
}

/* ページトップボタン */
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
	z-index: 100;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/* ディスプレイ切り替え */
.viewPc{ display: block; }
.viewSp{ display: none; }
.brPc{ display: inline; }
.brSp{ 	display: none;}

	@media screen and (max-width:768px) {
		img{ max-width: 100%; }
		.viewPc{ display: none!important;}
		.viewSp{ display: block; }
		.brPc{ display: none; }
		.brSp{ display: inline; }
		.pagetop {right: 16px;}
	}

main {
	position: relative;
}

/*=============================
 * 余白
 *============================= */
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pt60{ padding-top: 60px; }
.pt80{ padding-top: 80px; }
.pt75_2{ padding-top: 75px; }
.pt90{ padding-top: 90px; }
.pt95{ padding-top: 95px; }
.pt110{ padding-top: 110px; }
.pt120{ padding-top: 120px; }
.pt130{ padding-top: 130px; }
.pt140{ padding-top: 10vw; }

.pb30{ padding-bottom: 30px; }
.pb95{ padding-bottom: 95px; }
.pb60{ padding-bottom: 60px; }
.pb60_2{ padding-bottom: 60px; }
.pb100{ padding-bottom: 100px; }
.pb105{ padding-bottom: 105px; }
.pb115{ padding-bottom: 115px; }
.pb130{ padding-bottom: 130px; }
.pb130_2{ padding-bottom: 130px; }
.pb175{ padding-bottom: 175px; }
.mb110{ margin-bottom: 110px; }
.mb0{ margin-bottom: 0px!important; }

.mt60 {margin-top: 3vw;}
.mt140 {margin-top: 140px;}
.mt87r {margin-top: 8.7rem;}


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

	.sp-mb0{margin-bottom: 0px!important;}
	.pt90_2{ padding-top: 75px; }
	.pb60_2{ padding-bottom: 30px; }
	.pb0_sp{padding-bottom: 0!important;}
	.mt87r {margin-top: 6rem;}
	.pb130_2{ padding-bottom: 30px; }
	.mt-2_sp{margin-top: -2rem;}
}
/*=============================
 * max-width
 *============================= */
.max550 {
	width: 48%;
	max-width: 768px;
}


@media screen and (max-width:768px) {
	.pt80{ padding-top: 40px; }
	.pt90{ padding-top: 45px; }
	.pt95{ padding-top: 47.5px; }
	.pt110{ padding-top: 55px; }
	.pt120{ padding-top: 60px; }
	.pt130{ padding-top: 65px; }
	.pt140{ padding-top: 0px; }

	.pb95{ padding-bottom: 47.5px; }
	.pb100{ padding-bottom: 50px; }
	.pb105{ padding-bottom: 52.5px; }
	.pb115{ padding-bottom: 57.5px; }
	.pb130{ padding-bottom: 65px; }
	.pb175{ padding-bottom: 87.5px; }
	.mb110{ margin-bottom: 55px; }
}

.txt-center {
	text-align: center;
}
.w80 {
	width: 80%;
	min-width: 300px;
}
/*=============================
 * 装飾
 *============================= */
 /* タイトルの吹き出し */
.title-frame01{
	text-align: center;
	padding: 4vw 0;
}
.title-frame01 .title-main{
	display: inline-block;
	font-size: 2.6vw;
    letter-spacing: 0.85vw;
	color: black;
	padding: 0 1.25em;
	font-weight: 600;
}
.title-frame01 .title-sub{
	display: block;
    font-size: 1.5vw;
    font-weight: normal;    
}
.title-frame02{
	text-align: center;
}
.title-frame02 .title-main{
	display: inline-block;
	font-size: 2.6vw;
    letter-spacing: 0.3vw;
	padding: 0 1.25em;
	font-weight: 600;
}
.title-frame02 .title-sub{
	display: block;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
    font-weight: normal;    
}
.title-frame02 .subtitle{
	font-size: 1.4rem;
    color: white;
    padding-bottom: 5px;
	display: inline-block;
    border-bottom: 2px solid white;
    margin-bottom: 3rem;
	font-weight: 500;
	letter-spacing: 6px;
	padding-left: 6px;
}


@media screen and (max-width:768px) {
	.title-frame01 .title-main{
		font-size: 5vw;
		letter-spacing: 6px;
	}
	.title-frame01 .title-sub{
		font-size: 3.5vw;
	}
	.title-frame02 .title-main{
		font-size: 5vw;
		letter-spacing: 6px;
	}
	.title-frame02 .title-sub{	
		font-size: 3.5vw;
	}
	.title-frame02 .subtitle{
		font-size: 4vw;
		margin-bottom: 2rem;
	}
}

/* 色 */
.bb{ color: #025085!important; }
.API {
	color: #9adeff;
}
.AVI {
	color: #a02929;
}

/* 背景色 */
.bg-light-blue{  background-color: #aac2ef; }
.bg-beige{ background-color: #e8e4dd; }
.bg-gray{ background-color: #f2f2f3; }

/* マーカー */
.bg-marker{
	background-image: url(../images/bg-intro-bark.svg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.text-center{
	text-align: center;
}

/*=============================
 * スクロール
 *============================= */
.effect-fade {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1s;
}

.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade-left {
	opacity : 0;
	transform: translateX(-100px);
	transition : all 1s;
}

.effect-fade-left.effect-scroll-left {
	opacity : 1;
	transform :  translateX(0);
}

/*=============================
 * HEADER
 *============================= */
.hdr{
	position: fixed;
	width: 100%;
	z-index: 100;
	transition: all 1s ease-out;
	top: 0;
}
.hdr.bg{
	transition: all 1s ease-out;
}

.hdr-inner{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width:100%;
	max-width: 100%;
	padding-right: 1vw;
	margin-left: auto;
	margin-right: auto;
}

.logo{
	box-sizing: border-box;
	float: left;
	width: 17vw;
	padding: 1.7vw 3vw;
}

.logo .mv-left-headerlogo{
	width: 9vw;
}

.sp-menu{
	display: none;
}

@media screen and (max-width:768px) {
	.hdr{
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		z-index: 11;
		padding-bottom: 0;
	}
	.logo{
		position: relative;
		width: 22vw;
		padding: 3vw 0vw 4vw 3vw;
		z-index: 11;
		
	}
	.hdr-inner{
		display: block;
		padding: 0;
	}

	/* menu */
	.sp-menu{
		display: block;
		position: fixed;
		top: -1px;
		right: -1px;
		background-color: #0071bb;
		width: 15vw;
    	height: 14.5vw;
		z-index: 100;
	}
	.sp-menu input {
  display: none;
	}
	label {
		position: relative;
		width: 15vw;
    	height: 14.5vw;
		display: inline-block;
		cursor: pointer;
		transition: all .5s;
		text-align: left;
	}

	label span,
	label span:before,
	label span:after {
		background: #fff;
		position: absolute;
		height: 3px;
		width: 8vw;    
		left: 3.5vw;
		border-radius: 4px;
		transition: all .5s;
	}
	
  label span:first-child {
    top: 4.5vw;
  }
  label span:nth-child(2) {
	top: 7.5vw;
  }
  label span:nth-child(3) {
    top: 10.5vw;
    
  }
	label span {
    transition: all .3s;
  }
	
  #menu:checked + label span:first-child {
    top: 25%;
    left: 3%;
    width: 0;
    transform: rotate(45deg);
  }
  #menu:checked + label span:nth-child(2) {
    transform: rotate(-45deg);
    width: 90%;
    top: 7vw;
    left: 3px;
	}
  #menu:checked + label span:nth-child(3) {
    width: 90%;
    left: 5px;
    top: 7vw;
    transform: rotate(45deg);
  }

}

/*=============================
 * nav
 *============================= */
.gmenu{
	margin-right: 8vw;
	margin-top: 1.6rem;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-left: 1vw;
}
	
.navBtn{
	list-style: none;
	font-size: 1vw;
	border-radius: 10px;
	display: inline-block;
	margin-right: 1vw;
}
.navBtn:last-child{
	margin-right: 0;
}

.navBtn-inner{
  width:100%;
	height:100%;
	border-radius: 10px;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
	overflow:hidden;
}
.navBtn-inner a{
	font-weight: 500;
	display: block;
	font-size:1.1vw;
	letter-spacing: 0.5px;
  color:black;
  text-align: center;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
	position:relative;
	padding: 1vw;
	font-family: 'Noto Sans JP', sans-serif;
}
.eff{
	display: block;
  width:70%;
  height:2px;
  left:-71%;
  background:#1d2428;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  bottom: 3px;
  margin: 0 auto;
}
.navBtn-inner:hover .eff{
	left:15%;
	width: 70%;
}

@media screen and (max-width:768px) {
	.gmenu{
		position: fixed;
		top: -120%;
		left: 0;
		width: 100%;
		height: 100vh;
		background-repeat: repeat;
		background: #0071bb;
		z-index: 10;
		margin-top: 0;
	}
	.nav{
		display: block;
		width: 100%;
		background-color: #0071bb;
		padding: 50px 0;
		margin: 0;
	}
	.nav li{
		display: block;
		float: none;
		width: 100%;
		background-color: #0071bb;
	}
	.nav li span{
		display: none;
	}
	.navBtn,
	.navBtn-inner{
		border-radius: 0;
		text-align: left;
	}
	.navBtn-inner a{
		font-size: 5vw;
		padding-top: 1em;
		padding-bottom: 1em;
		color:white;
	}
	.navBtn:last-child a{
		border-bottom: none;
	}
}

/*=============================
* CTA
*============================= */
/* .cta-wrapper{
	padding: 62px 0 45px;
} */
.cta{
	text-align: center;
 }
.mv-cta-wrapper{
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#f2f2f3',GradientType=0 );
}
.cta-btn{
	display: block;
	position: relative;
	background-color: #0071bb;
	width: 739px;
	max-width: 100%;
	box-shadow: 6px 6px 0px #00497c;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	transition: 0.3s ease-in-out;
}
.cta-btn:hover{
	background-color: #00497c;
	box-shadow: 0 0 0;
	transform: translate(5px, 5px);
}

.cta-btn .icon-mail,
.cta-btn .icon-mail-hover{
	position: absolute;
	top: 50%;
	right: 6%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 15%;
	max-width: 79px;
}
.cta-btn .icon-mail-hover{
	display: none;
}
.cta-btn:hover{
	top: 6px;
	left: 6px;
	box-shadow: none;
}
.cta-btn:hover .icon-mail{
	display: none;
}
.cta-btn:hover .icon-mail-hover{
	display: inline-block;
}

.icon-scroll{
	position: relative;
	top: 20px;
	width: 49px;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}
.business-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.business-info p{
	font-size: 19px;
	font-weight: bold;
}
.business-info .icon-tel{
	display: inline-block;
	position: relative;
	font-size: 33px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #00a0e9;
	margin-left: 1em;
}
.icon-tel:before{
	content: "";
	display: inline-block;
	left: -1em;
	width: 23px;
	height: 26px;
	background-image: url(../images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.icon-tel a[href*="tel:"] {
	width: 100%;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.business-info .open-hour{
	margin-left: 25px;
}
.business-info .open-week{
	margin-left: 25px;
}
.mv .business-info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.mv .business-info p{
	font-size: 15px;
	font-weight: bold;
}
.mv .business-info .icon-tel{
	display: inline-block;
    position: relative;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #00a0e9;
    margin-left: 1em;
}
.icon-tel:before{
	content: "";
	display: inline-block;
	left: -1em;
	width: 18px;
	height: 18px;
	background-image: url(../images/icon-tel.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.icon-tel a[href*="tel:"] {
	width: 100%;
	font-weight: bold;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.mv .business-info .open-hour{
	margin-left: 9px;
}
.mv .business-info .open-week{
	margin-left: 10px;
}


@media screen and (max-width:768px) {
	.business-info{
		display: block;
	}
}

/*=============================
 * content
 *============================= */
 .mv-state-wrapper{
	position: absolute;
    top: 1%;
    left: 12%;
 }
 .mv-state-wrapper .mv-state-top{
	 display: block;
	letter-spacing: 4px;
    font-size: 2vw;
	color: #166fb7;
 }
 .mv-state-wrapper .mv-state{
	font-size: 6.1vw;
    padding-top: 0.6rem;
    color: #c00;
 }
 .mv-state-wrapper .mv-state span{
	display: inline-block;
    border-bottom: 2px solid #c00;
	line-height: 1.4;
 }
 .mv-state-wrapper .mv-state-mini-wrapper{
	text-align: right;
 }
 .mv-state-wrapper .mv-state-mini-wrapper .mv-state-mini{
	text-align: left;
    display: inline-block;
    margin-top: 3vw;
    font-size: 1.4vw;
    letter-spacing: 4px;
    line-height: 2;
    margin-right: 0.3vw;
	color: #126eb7;
 }
 .mv-state-wrapper .mv-state-mini-wrapper .mv-state-mini span{
	color: red;
 }
.mv .content-inner{
	position: relative;
	box-sizing: border-box;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
    top: 31vw;
    right: 0;
    width: 70%;
	padding: 0;
}
.mv-cta-wrapper .content-inner{
	position: static;
    width: 50%;
}
.cta-wrapper .content-inner{
	position: static;
    width: 50%;
}
.content-inner{
	box-sizing: border-box;
	width: 1100px;
	max-width: 100%;
	padding-left: 1vw;
	padding-right: 1vw;
	margin-left: auto;
	margin-right: auto;
	
}
.content-title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #f39800;
}

@media screen and (max-width:768px) {
	.content-title{
		font-size: 30px;
	}
	.mv-cta-wrapper .content-inner{
		margin-top: 0;
		width: 100%;
	}
	.cta-wrapper .content-inner{
		margin-top: 0;
		width: 100%;
	}
}

/*=============================
 * MV
 *============================= */
.mv{
	position: absolute;
    padding-top: 0%;
    margin-top: 0rem;
	width: 100%;
    margin-bottom: 3vw;
}
.mv::before{
	position: absolute;
    content: '';
    background-image: url(../images/mv-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 60vw;
    z-index: -1;
    right: 0;
    top: -2.6vw;
}

.btn_link{
	position: absolute;
	right: 0;
	bottom: 10px;
}

.btn_link img{
	width:90%;
}

.mv .img1{
	position: absolute;
	width: 42vw;
    top: 7.2vw;
    left: 52vw;
}
.mv .img2{
	position: absolute;
    width: 15vw;
    top: 28.5vw;
    left: 32vw;
}
.mv .img3{
	position: absolute;
    width: 24vw;
    top: 38.5vw;
    left: 5vw;
}

.mv-wrapper{
	margin-left: 9.5vw;
    margin-right: 5vw;
    margin-top: 9vw;
}
.mv-wrapper .top{
    padding-top: 5vw;
}
.mv-wrapper .top .copy{
	font-size: 5vw;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
	letter-spacing: 16px;
	line-height: 8.6vw;
}
.mv-wrapper .top .copy .copy-strong1{
    padding-top: 1.5vw;
	position: relative;
	color: #00a6d9;
	font-weight: 700;
}

.mv-wrapper .top .copy .copy-strong2{
	position: relative;
}

.mv-wrapper .top .copy .copy-strong2 .copy-strong2-2{
	padding-top: 1.5vw;
	position: relative;
	color: #00a6d9;
	font-weight: 700;
}
.mv-wrapper .top .copy .copy-strong1::after{
	position: absolute;
    content: "";
    width: 0.15em;
    height: 0.15em;
    border-radius: 50%;
    background-color: #006ab0;
    top: 0.4vw;
    left: 45%;
    transform: translate(-50%, 0);
}
.mv-wrapper .top .copy .copy-strong2 .copy-strong2-2::after{
	position: absolute;
    content: "";
    width: 0.15em;
    height: 0.15em;
    border-radius: 50%;
    background-color: #006ab0;
    top: 0.4vw;
    left: 45%;
    transform: translate(-50%, 0);
}
.mv-wrapper .top .copy .copy-strong2::before{
	background-color: #fff9a7;
	content: '';
	position: absolute;
	bottom: 5%;
	display: inline-block;
	opacity: 0.75;
	width: 12vw;
    right: 2%;
	height: 1.2vw;
	transform:skewX(-15deg);
	z-index: -1;
}
.mv-wrapper .top .copy .copy-strong1::before{
	background-color: #fff9a7;
	content: '';
	position: absolute;
	bottom: 0.3vw;
	display: inline-block;
	opacity: 0.75;
	width: 6vw;
    right: 0.4vw;
    top: 5.8vw;
    height: 1.2vw;
	transform:skewX(-15deg);
	z-index: -1;
}
.mv-wrapper .top p{
	color: #fed400;
    font-size: 2.3vw;
    margin-top: 2vw;
    letter-spacing: 0.2vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
}

.mv-wrapper .middle{
	margin-top: 3vw;
    margin-left: 10vw;
}
.mv-wrapper .middle ul{
	position: relative;
	display: flex;
    justify-content: space-around;    
    align-items: center;
}
.mv-wrapper .middle ul::before{
	position: absolute;
	content: '';
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: white;
	transform: skewX(-20deg);
	z-index: -1;
}
.mv-wrapper .middle ul li{
	padding: 0.5vw 0;
    width: 33%;
    text-align: center;
}
.mv-wrapper .middle ul li:nth-of-type(2){
	border-left: 1px solid;
    border-right: 1px solid;
}
.mv-wrapper .middle ul li p{
	font-size: 1vw;
}


.mv-wrapper .bottom{
	display: flex;
    justify-content: flex-end;
    margin-top: 3.5vw;
    color: white;
}
.mv-wrapper .bottom .left{
	margin-right: 4vw;
}
.mv-wrapper .bottom .left .sub-title{
	font-size: 1.2vw;
    color: white;
}
.mv-wrapper .bottom .left .title{
	font-family: 'Inter', sans-serif;
	display: flex;
    align-items: center;
    color: white;
	margin-top: .5vw;
}
.mv-wrapper .bottom .left .title span{
	border: 1px solid #fff100;
    padding: 0.5vw 1vw;
    color: #fff100;
    margin-right: 2vw;
    font-size: 1vw;
    font-weight: 100;
}
.mv-wrapper .bottom .left .title strong{
	font-size: 5vw;
	font-weight: 300;
}
.mv-wrapper .bottom .left .contact_me{
	display: block;
    padding: 0.3vw 1vw;
    margin-top: 1.3vw;
    border: 1px solid;
    font-size: 0.8vw;
    text-align: center;
    color: white;
    letter-spacing: 0.2vw;
}
.mv-wrapper .bottom .right li{
	margin-bottom: 1.2vw;
    color: white;
}
.mv-wrapper .bottom .right li span{
	font-size: 1.1vw;
}
.mv-wrapper .bottom .right li p{
	font-size: 2.2vw;
    color: white;
    margin-top: 0.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    letter-spacing: 0.1vw;
}
.mv-wrapper .cta-wrapper .content-inner{
	width: 100%;
    margin-top: 3vw;
}



@media screen and (max-width:768px) {
	.mv{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	.mv::before{
		content: none;
	}
	.mv .bg{	
		width: 100%;
	}
	.mv .img1{
		width: 80vw;
		top: 15vw;
		left: 10vw;
	}
	.mv .img2{
		width: 86vw;
		left: 7vw;
		top: 80vw;
	}
	.mv .img3{
		width: 80vw;
		top: 164vw;
		left: 10vw;	
	}
	.mv .cta-wrapper{
		margin-top: 6vw;
	}
	.mv .content-inner{
		padding: 0;
		width: 100%;
		position: static;
	}
	.mv-cta-wrapper{
		box-sizing: border-box;
		position: static;
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-wrapper{
		box-sizing: border-box;
		position: static;
		padding: 0 15px;
	}
	.business-info .icon-tel{
		width: 100%;
		margin-left: 0;
	}
	.business-info .open-hour,
	.business-info .open-week{
		margin-left: 0;
	}
	.icon-tel a[href*="tel:"] {
		width: 100%;
		pointer-events: auto;
		cursor: pointer;
		text-decoration: none;
	}
}


/*=============================
 * イントロ
 *============================= */
.intro-title{
	line-height: 2.5;
	letter-spacing: 13px;
	margin-bottom: 80px;
}
.intro-title span{
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #604c3f;
	letter-spacing: 7px;
	line-height: 1;
}
.fukidashi{
	box-sizing: border-box;
	display: block;
	font-size: 25px;
	letter-spacing: 7px;
	width: 690px;
	max-width: 100%;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left center, right center, left center;
	background-size: contain;
	padding: 40px 20px 40px 30px;
	margin-bottom: 36px;
}
.fukidashi.fukidashi-l{
	background-image: 
		url(../images/fukidashi-l1.png),
		url(../images/fukidashi-l2.png),
		url(../images/fukidashi.png);
	padding-left: 60px;
	margin-left: 55px;
	margin-right: auto;
}
.fukidashi.fukidashi-r{
	background-image: 
		url(../images/fukidashi-r1.png),
		url(../images/fukidashi-r2.png),
		url(../images/fukidashi.png);
	margin-left: auto;
	margin-right: 40px;
}
.fukidashi:before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 1.0em;
	background-image: url(../images/fukidashi-check.svg);
	background-repeat: no-repeat;
}
.intro .intro-text{
	display: block;
	width: 12em;
	font-size: 35px;
	color: #37b9bd;
	text-align: center;
	letter-spacing: 4px;
	padding-left: 1em;
	padding-right: 1em;
	margin: 100px auto 0;
}

.reason-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
.reason-list .reason-list-item{
	width: 32%;
}
.reason-list .reason-list-item .reason-list-item-top{
	position: relative;
	width: 75%;
	margin: 0 auto;
}

.reason-list .reason-list-disc{
	padding-top: 2vw;
    font-size: 1.3vw;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.reason-list .reason-list-disc.ce_fda{
	padding-top: 1.5vw;
}
.reason-list .reason-list-disc img{
	width: 15vw;
    display: block;
    margin: 0 auto;
}
.reason-list .reason-list-disc strong{
	font-weight: bold;
    color: #fed400;
}
.reason-list-item span{
	text-align: center;
    display: block;
    margin-top: 1vw;
    font-size: 1.2vw;
}
.reason-list-item span a{
	color: #2da6e0;
}



@media screen and (max-width:768px) {
	#reason {
		padding-top: 4rem;
		padding-bottom: 20vw;
	}
	.intro-title{
		line-height: 1.5;
		letter-spacing: 0;
		margin-bottom: 40px;
	}
	.intro-title span{
		font-size: 21px;
		letter-spacing: 5px;
		margin: 1em 0;
	}
	.intro .intro-text{
		font-size: 25px;
		letter-spacing: 2px;
		padding: 0;
		margin-top: 50px;
	}
	.fukidashi.fukidashi-l,
	.fukidashi.fukidashi-r{
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 0 2em 0;
	}
	.fukidashi.fukidashi-l{
		padding-left: 35px;
	}
	.fukidashi{
		font-size: 18px;
		letter-spacing: 1px;
	}
	.fukidashi:before{
		width: 1.5em;
	}
	.reason-list{
		display: block;
		margin-top: 6vw;
	}
	.reason-list .reason-list-item{
		width: 100%;
		padding-bottom: 6vw;
    	margin-bottom: 3vw;
	}
	.reason-list .reason-list-item .inner{
		display: flex;
    align-items: center;
	}
	
	.reason-list .reason-list-item .reason-list-item-top{
		width: 45%;
		margin-left: 5vw;
	}
	.reason-list .reason-list-item .reason-list-item-top img{
		width: 100%;
	}	
	
	.reason-list .reason-list-disc{
		text-align: left;
		margin-left: 6vw;
		font-size: 4vw;
		margin-right: 4vw;
	}
	.reason-list .reason-list-disc.ce_fda{
		padding-top: 0;
	}
	.reason-list .reason-list-disc img{
		width: 40vw;
		margin: 0;
	}
	.reason-list-item span{
		margin-top: 2vw;
		font-size: 3vw;	
	}
}

/*=============================
 * ノンメディカル市場に登場
 *============================= */

.about-title{
	letter-spacing: 8px;
	margin-bottom: 40px;
}
.about-title-sub{
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #604c3f;
	margin-bottom: 17px;
}
.about-text{
	font-size: 18px;
	text-align: center;
	line-height: 2;
	padding: 0 27px;
	margin-bottom: 108px;
}
.about-image{
	text-align: center;
	margin-bottom: 53px;
}
.about-image-title{
	font-size: 35px;
	color: #37b9bd;
	text-align: center;
	letter-spacing: 4px;
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 50px;
}
.about-ages-risk{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 64px;
}
.about-ages-risk-item{
	width: 32.5%;
	background-color: #efefef;
	font-size: 24px;
	letter-spacing: 6px;
	color: #7a6a56;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 10px;
}
.about-ages-risk::after{
  content:"";
  display: block;
  width:32.5%;
}
.about-ages-risk-summary{
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

@media screen and (max-width:768px) {
	.about-title{
		font-size: 26px;
	}
	.about-title-sub{
		font-size: 16px;
		letter-spacing: 2px;
	}
	.about-text{
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 54px;
	}
	.about-image-title{
		font-size: 30px;
		letter-spacing: 0;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.about-ages-risk-item{
		box-sizing: border-box;
		width: 49%;
		font-size: 20px;
		letter-spacing: 4px;
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.about-ages-risk-summary{
		font-size: 28px;
		letter-spacing: 1px;
	}
}

/*=============================
 * 糖化が進行しやすいもの
 *============================= */
.saccharification{

}
.saccharification-title{
	margin-bottom: 70px;
}

@media screen and (max-width:768px) {
	.saccharification-title{
		margin-bottom: 35px;
	}
}

/*=============================
 * 測定と結果
 *============================= */
 .result{
	 position: relative;	 
	 width: 100%;
	 z-index: 1;
 }
.step-text{
	position: absolute;
    width: calc(100% - 30px);
	text-align: center;
	top: 370px;
}
.step-text span{
	color: #126eb7;
    background: white;
    display: inline-block;
    padding: 7px 14px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 16px;
}
.step-list{
    width: 85%;
    margin: 0 auto;
    display: flex;
	justify-content: center;
	align-items: center;
}
.step-list-item{
	position: relative;
    text-align: center;
    width: 48%;
    align-items: center;
    margin-bottom: 5vw;
}
.step-list-item img{
	width: 90%;
}
.step-list-item-img{
	position: relative; 
	font-weight: bold;
	font-size: 1.7vw;
    letter-spacing: 0.1vw;
	flex-grow: 1;
}
.step-list-title{
	font-size: 30px;
	margin-bottom: 15px;
}
.step-list-point{
	font-size: 30px;
}
.step-list-point span{
	background-color: #f8b62d;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	margin-right: 10px;
}
.step-list-link{
	font-size: 21px;
	color: #f39800;
	text-decoration: underline;
}

@media screen and (max-width:768px) {	
	#result{
		margin-top: 8vw;
	}
	.result::after{
		height: 270vw;
	}
	 .result-title-wrapper{
		padding-top: 10vw;
	 }
	.step-text{
		font-size: 20px;
		top: 17rem;
	}
	.step-text span{
		padding: 4px 16px;
	}
	.step-list{
		display: block;
	}
	.step-list-item{
		width: 80%;
    margin: 0 auto 5vw;    
    flex-direction: column;
	}
	.step-list-item:first-child:after{
		top: unset;
		bottom: 0;
		left: 50%;
		right: unset;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 80%;
		height: 1px;
	}
	.step-list-item:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.step-list-item img{
		width: 100%;
	}
	.step-list-item-img{
		font-size: 4vw;
	}
	.step-list-title{
		font-size: 32px;
	}
	.step-list-point{
		font-size: 24px;
	}
	.step-list-point span{
		font-size: 18px;
	}
}

/*=============================
 * こんな所でご活用ください
 *============================= */
 .example{
	 padding-top: 16vw;
 }
.example .remarks{
	position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 7px;
    color: black;
    padding-top: 15px;
    padding-bottom: 9px;
    margin-bottom: 60px;
    z-index: 10;
}
.example .remarks::after{
	content: "";
    display: block;
    height: 11px;
    width: 100%;
    background-color: #aaddf2;
    margin-top: -12px;
    position: absolute;
    transform: skewX(-45deg);
    z-index: -5;
}
.practical-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.practical-list-item{
	width: 49%;
    border-top: 1px solid;
    border-left: 1px solid;
}
.practical-list-item:nth-child(2n){
    border-right: 1px solid;
}
.practical-list-item:nth-child(3n){
    border-bottom: 1px solid;
}
.practical-list-item:last-child{
    border-bottom: 1px solid;
}
.practical-list-item .practical-list-top{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 0 2rem;
}
.practical-list-item .practical-list-top img{
	width: 75px;
    margin-right: 2rem;
}
.practical-list-item .practical-list-top .practical-item-title{
	color: black;
	display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
	height: 78px;
}
/* .practical-list-item.item01 .practical-item-title{
	background-image: url(../images/icon-practical01.png);
}
.practical-list-item.item02 .practical-item-title{
	background-image: url(../images/icon-practical02.png);
}
.practical-list-item.item03 .practical-item-title{
	background-image: url(../images/icon-practical03.png);
}
.practical-list-item.item04 .practical-item-title{
	background-image: url(../images/icon-practical04.png);
}
.practical-list-item.item05 .practical-item-title{
	background-image: url(../images/icon-practical05.png);
}
.practical-list-item.item06 .practical-item-title{
	background-image: url(../images/icon-practical06.png);
}
.practical-list-item.item07 .practical-item-title{
	background-image: url(../images/icon-practical07.png);
}
.practical-list-item.item08 .practical-item-title{
	background-image: url(../images/icon-practical08.png);
} */
.use-for-list{
	width: 220px;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.use-for-list .use-for-item{
	font-size: 16px;
    margin-bottom: 6px;
    width: 300px;
    display: inline-block;
    color: black;
    letter-spacing: 1px;
}
.use-for-list .use-for-item:before{
	content: '';
	display: inline-block;
	width: 18px;
    height: 18px;
	background-image: url(../images/icon-check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}

@media screen and (max-width:768px) {
	.examplel{
		padding-top: 22vw;
		padding-bottom: 3em;
	}
	.examplel .remarks{
		font-size: 18px;
		margin-bottom: 40px;
		letter-spacing: 5px;
	}
	.practical-list{
		display: block;
	}
	.practical-list-item{
		border: 1px solid;
		border-bottom: 0;
		width: 100%;
	}
	.practical-list-item:nth-child(3n){
		border-bottom:0;
	}
	.practical-list-item:last-child{
		border-bottom: 1px solid;
	}
	.practical-list-item .practical-list-top img {
		width: 55px;
	}
	.practical-list-item .practical-list-top .practical-item-title{
		padding-left: 0;
		font-size: 22px;
	}
	/* .use-for-list{		
		width: calc(100% - 3rem);
		margin-left: 3rem;
		margin-bottom: 0;
		padding-bottom: 2rem;
	}
	.use-for-list .use-for-item{
		font-size: 16px;
		text-indent: -2.0em;
		margin-left: 2.0em;
		width: calc(100% - 2em);
	}
	.use-for-list .use-for-item:before{
		margin-right: 0.5em;
	} */
	
}


/*=============================
 * 製品仕様
 *============================= */

.specification .eyecatch{
	position: relative;
}
.specification .eyecatch .item-left{
	position: absolute;
	height: 100%;
	top: 0;
}
.specification .eyecatch .item-left .item1{
	position: absolute;
    top: 5.5vw;
	left: 79.5vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item2{
	position: absolute;
	top: 11vw;
	left: 70vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item3{
	position: absolute;
	top: 16.5vw;
	left: 79.5vw;
    width: 12.6vw;
}
.specification .eyecatch .item-left .item4{
	position: absolute;
	top: 22vw;
    width: 12.6vw;
	left: 70vw;
}
.specification .eyecatch .item-right{
	position: absolute;
	top: 0;
}
.specification .eyecatch .item-right .printer{
	position: absolute;
	left: 54vw;
    width: 15vw;
    top: 18.8vw;
}
.specification .eyecatch .item-right .tab{
	position: absolute;
    top: 18.8vw;
    left: 34vw;
    width: 15vw;
}
.specification .eyecatch .item-right .product{
	position: absolute;
	top: 4.8vw;
	width: 30vw;
    left: 5vw;
}
.specification .eyecatch .item-right .plus1{
	position: absolute;
    top: 29.99vw;
    left: 50vw;
    width: 3vw;
}
.specification .eyecatch .item-right .plus2{
	position: absolute;
    top: 29.99vw;
	left: 30.5vw;
    width: 3vw;
}
.specification .eyecatch .item-right img{
	width: 200px;
}
.specification .eyecatch img{
	width: 100%;
	max-width: unset;
}
.specification .eyecatch .eyecatch-image{
	text-align: right;
	padding: 30px 0;
}
.specification-badge{
	padding-right: 60px;
}
.specification-price{
	margin-top: 40px;
}
.specification-price img{
	width: 430px;
	max-width: 100%;
}
.specification-table{
	border-collapse: separate;
	border-spacing: 5px 10px;
	width: 85%;	
    margin: 2vw auto 0;
}
.specification-table th{
	box-sizing: border-box;
	width: 3vw;
    text-align: center;
    background-color: #0071bb;
    color: #fff;
    padding: 3.5vw 0;
    font-size: 1.3vw;
    font-weight: 500;
	vertical-align: middle;
}
.specification-table td{
	font-size: 1.3vw;
	padding: 1.5vw 0 1.5vw 3vw;
    font-weight: 100;
	vertical-align: middle;
}
.specification-caution{
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 112px;
}
.specification-sub-title{
	font-size: 35px;
	font-weight: bold;
	color: #f39800;
	text-align: center;	
	margin-bottom: 60px;
}
.option-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 85px;
}
.option-list-item{
	width: 24%;
	text-align: center;
}
.option-title{
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	height: 3em;
	margin-top: 14px;
	margin-bottom: 6px;
}
.option-title span{
	font-size: 15px;
}
.option-numer{
	display: inline-block;
	border: 6px solid #efefef;
	text-align: center;
	padding: 0 1em;
}
.option-fullset{
	box-sizing: border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 612px;
	max-width: 100%;
	border-top: 1px solid #604c3f;
	border-bottom: 1px solid #604c3f;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
	margin-bottom: 30px;
}
.option-fullset-text{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #fff794;
	text-align: center;
	padding: 0.5em 1em;
}
.option-fullset-price{
	position: relative;
	font-size: 53px;
	letter-spacing: 1px;
	color: #85b7e3;
	padding-right: 74px;
}
.option-fullset-price .yen{
	position: absolute;
	bottom: 25px;
	margin-left: 10px;
}
.option-fullset-price .yen img{
	width: 20px;
}
.warranty-image{
	text-align: center;
	width: 980px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 53px;
}
.warranty-text{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
}

@media screen and (max-width:768px) {
	.specification .eyecatch{
		display: none;
	}
	.specification-badge{
		padding-right: 0;
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.specification-price{
		text-align: center;
	}
	.specification-price img{
		width: 80%;
	}
	.specification-table tr,
	.specification-table th,
	.specification-table td{
		font-size: 16px;
		text-align: center;
	}
	.specification-table th,
	.specification-table td{
		box-sizing: border-box;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.specification-caution{
		font-size: 16px;
		margin-bottom: 56px;
	}
	.specification-sub-title{
		font-size: 40px;
	}
	.option-list{
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 42px;
	}
	.option-list-item{
		width: 48%;
		margin-bottom: 2em;
	}
	.option-title{
		font-size: 16px;
	}
	.option-title span{
		font-size: 12px;
	}
	.option-numer{
		border-width: 3px;
	}
	.option-fullset{
		display: block;
		padding-left: 0;
		padding-bottom: 20px;
	}
	.option-fullset-price{
		line-height: 1;
		padding-top: 0.5em;
		text-align: center;
		padding-right: 0;
	}
	.option-fullset-price .yen{
		bottom: 7px;
	}
	.specification-sub-title{
		margin-bottom: 30px;
	}
	.warranty-image{
		margin-bottom: 26px;
	}
	.warranty-text{
		font-size: 28px;
		letter-spacing: 1px;
	}
}

/*=============================
 * 安全制について
 *============================= */

.safety-frame{
	background-color: #fff;
	padding: 3rem 2rem;
}
.safety-images{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.safety-images p:first-child{
	width: 186px;
	max-width: 25%;
}
.safety-images p:last-child{
	width: 613px;
	max-width: 75%;
}
.safety-text{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 35px;
}
.safety-text:last-of-type{
	margin-bottom: 0;
}

@media screen and (max-width:768px) {
	.safety-frame{
		padding: 45px 20px;
	}
	.safety-images{
		margin-bottom: 40px;
	}
	.safety-text{
		font-size: 16px;
		margin-bottom: 17px;
	}
}

/*=============================
 * お客様の声
 *============================= */
.voice-frame{
	font-size: 24px;
    text-align: center;
    letter-spacing: 7px;
    padding: 9em 0;
    background: whitesmoke;
}

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

/*=============================
 * よくある質問
 *============================= */

.faq-list{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 14px;
}
.faq-q{
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	background-color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
}
.faq-q:before{
	content: '';
	display: block;
	background-image: url(../images/icon-q.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 20px;
    height: 28px;
    margin-right: 1em;
}
.faq-q:after{
	content: '';
	display: block;
	background-image: url(../images/icon-arrow-open.svg);
	background-repeat: no-repeat;
	width: 30px;
	height: 17px;
	margin-right: 20px;
	margin-left: auto;
}
.faq-q.close:after{
	background-image: url(../images/icon-arrow-close.svg);
}
.faq-a{
	display: none;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 20px;
	color: white;
}

@media screen and (max-width:768px) {
	.faq-list{
		width: 95%;
    	margin: 5vw auto;
	}
	.faq-q{
		font-size: 4vw;
		padding: 10px 0 10px 12px;
	}
	.faq-q:before{
		width: 64px;
		margin-right: 5px;
	}
	.faq-q:after{
		background-position: right center;
		width: 64px;
		margin-right: 10px;
	}
	.faq-a{
		font-size: 4vw;
		padding-top: 16px;
		padding-bottom: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*=============================
/*-- お問い合わせ・資料請求
 *============================= */
#contact-zone{
	box-sizing: border-box;
	clear:both;
	margin:0 auto 0 auto;
	padding:0 15px;
	width:100%;
	max-width:1100px;
	}

p.center{
	color: #F00;
	text-align: center;
	padding-bottom: 2rem;
}

p.bold{
	text-align: left!important;
	font-weight: bold;
	padding-top: 30px;
	width: 100%!important;
	margin: 0 auto!important;
}

p.left{
	text-align: left!important;
	padding-bottom: 10px;
	width: 100%!important;
	margin: 0 auto!important;
}

span.mail{
	display: block;
	line-height: 20px;
}

.c3{
	margin:0 auto!important;
	padding:15px 0 0 0;
	width:750px!important;
	text-align:center;
}
	
.c1{
	background:#fff;
	margin:0 auto 0 auto;
	padding:15px 20px;
	font-weight:bold;
	color:#595858;
	display:block;
	line-height:50px;
	width:calc(100% - 40px);
	text-align:left;
}
 
.c2{
	padding:20px;
	margin:0 auto 0 auto;
	font-weight:bold;
	color:#595858;
	line-height:50px;
	width:calc(100% - 40px);
}
 
p.c1,p.c2{
	margin:0;
}
 
.c1:hover,.c2:hover{
	background:#FFEEEE;
}
 
.c1.last,.c2.last{
	border-bottom:none;
}

.submit{
	text-align:center;
	padding:10px 0 20px 0;
}
form#mailformpro .submit input {
    width: 33%!important;
}
form#mailformpro .agreement input {
    width: unset!important;
	margin-right: 7px;
}
form#mailformpro input.post-code {
    width: 100px!important;
}
 
.m-alert{
    padding: 5px;
    background: #ff0000;
    color: #fff;
    margin: 5px;
    font-weight: normal;
}
 
input[type=text],input[type=tel],input[type=email]{
	font-size:15px;
}
 
.c1 textarea,.c2 textarea{
	font-size:13px;
	width:100%;
}
 
.file{
	margin:10px;
	display:block;
}
 
span.wpcf7-list-item { display: block; }

 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
}
 
input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:33%;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}

input[type=reset]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:33%;
	height:50px;
	font-size:20px;
	padding:0 3px;
	margin:15px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
	text-shadow:1px 1px 0px #fff;
}

.contact_form input[type=submit]{
	width:50%;
}

.contact_form input[type=text],.contact_form input[type=email]{
	height:50px;
	font-size:1.5em;
}
 
input[type="radio"]{
	margin: 0 0 4px 0 !important;
}
button.btn-primary{
    display: block;
    width: 33%!important;
    height: 50px;
    margin: 15px auto;
    padding: 0 3px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background: transparent;
    border: #0071bb 1px solid;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%), 0 0 2px rgb(0 0 0 / 30%);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%), 0 0 2px rgb(0 0 0 / 30%);
}

button.btn-primary:hover{
	background: #0071bb;
	color: white;
}

@media screen and (max-width:768px) {
	#contact-zone{
		width: 100%;
	}
	.c1,
	.c2,
	.c3{
		box-sizing: border-box;
		width: 100%;
		padding: 0 5px;
	}
	.c3{
		padding: 1em;
	}
	#mailformpro input[type="text"],
	#mailformpro input[type="email"],
	#mailformpro input[type="email2"],
	#mailformpro textarea{
		box-sizing: border-box;
		width: 100% !important;
		border: 1px solid #eeeeee;
	}
	#mailformpro textarea{
		height: 150px;
		padding-bottom: 1em;
		margin-bottom: 1em;
	}
	#mailformpro input.zip{
		width: 6.5em !important;
	}
	#mailformpro select{
		background-color: #fff;
	}
	p.center{
		font-size: 12px;
		padding-top: 1em;
	}
	span.mail{
		font-size: 12px;
		padding: 1em 0;
	}
}

/*=============================
 * footer
 *============================= */
.footer{
	width:100%;
	margin:60px 0 0 0;
	background-color: #0071bb;
 }
.copylight{
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
    margin-right: 35vw;
    color: #fff;
    padding: 10px
}

@media screen and (max-width:768px) {
	.copylight{
		text-align: center;
		font-size: 3vw;
		font-weight: bold;
		color: #fff;
		padding:10px;
		margin-right: 0;
		margin-left: 0;
	}
}

/*=============================
 * thanksページ
 *============================= */
.thanks-page{
	background-color: #f8b952;
}
.thanks-main{
	padding-top: 150px;
	padding-top: 75px;
}
.thanks-main .title{
	text-align: center;
}
.thanks-main .thanks-frame{
	background-color: #fff;
	border-radius: 10px;
	padding: 2em;
	margin-top: 2em;
}
.thanks-main .thanks-frame .caution{
	margin-top: 2em;
}

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


/* ------------------------------------------
		2021.6.15 pasesa-3 
------------------------------------------ */

.contact-btn {
	position: absolute;
    width: 7vw;
    background: #0071bb;
    top: 0;
    right: 0;
}
.contact-btn img{
	width: 3vw;
    padding: 2.1vw;
    margin: 0 auto;
    display: block;
}
.item-intro {
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3rem;
}
.item-intro .left h1{
	color: white;
    font-size: 3.7vw;
    letter-spacing: 3px;
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.item-intro .left h1 .number{
	margin: 0;
    padding-bottom: 0.3vw;
}
.item-intro .left h1 .number img{
	width: 2.2vw;
    padding-left: 0.4rem;
}
.item-intro .left h1 span{
	font-size: 1.7vw;
    margin-left: 1rem;
}
.item-intro .left ul{
	display: flex;
    justify-content: center;
    align-items: center;
}
.item-intro .left ul li{
	background: white;
	margin-right: 2px;
}
.item-intro .left ul li:last-child{
	margin-right: 0;
}
.item-intro .left ul li p{
	color: #0098da;
    padding: 0.3rem 0.5rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
.item-intro .right{
	margin-left: 2rem;
}
.item-intro .right .price-state{
	border: 2px solid white;
    display: inline-block;
    padding: 0.05rem 1rem;
    color: white;
    letter-spacing: 3px;
    margin-bottom: 5px;
	font-weight: 600;
}
.item-intro .right p{
	font-size: 3vw;
    color: white;
    letter-spacing: 3px;
}
.item-intro .right p span{
	font-size: 10px;
    letter-spacing: 1px;
    display: inherit;
}

/* --------------------------------------
		strong 
-------------------------------------- */
.strong-inner {
	box-sizing: border-box;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
}
.strong-list-item {
	position: relative;
}
.strong-number{
	position: absolute;
    top: 0;
    left: 11rem;
    font-size: 7.5rem;
    letter-spacing: 5px;
    color: #026eb7;
	font-weight: 100;
}
.strong-list1 {
	background-image: url(../images/strong-list1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.strong-list1-list{
	display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 11rem;
    padding-top: 9rem;
    width: 80%;
    margin: 0 auto;
	padding-left: 4rem;
	max-width: 1100px;
}
.strong-list1-list .list1{
	width: 30%;
}
.strong-list1-list .list1.right{
	width: 30%;
	margin-left: 4rem;
}
.strong-list1-list .list1 img{
	width: 145px;
}
.strong-list1-list .list1 h4{
	font-size: 1.7rem;
    letter-spacing: 4px;
    font-weight: bold;
    padding-right: 5rem;
    margin: 2rem 0 1.5rem;
    color: black;
}
.strong-list1-list .list1 p{
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    color: black;
}
.strong-list1-list .list2{
	width: 40%;
}

.strong-list2-list{
	display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    flex-flow: column;
    align-items: flex-start;
    padding: 14rem 0rem 5rem;
	max-width: 1100px;
}
.strong-list2-list .list2-1{
	width: 100%;
	position: relative;
}
.strong-list2-list .list2-1 img{
	position: absolute;
    bottom: -2rem;
    right: 1rem;
    width: 50%;
    z-index: -1;
    max-width: 450px;
}
.strong-list2-list .list2-1 h4{
	font-size: 2rem;
    letter-spacing: 4px;
    font-weight: bold;
    padding-right: 5rem;
    margin: 2rem 0;
    color: black;
}
.strong-list2-list .list2-1 p{
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
    color: black;
    letter-spacing: 5px;
}
.strong-list2-list .list2-1 p span{
    color: #026eb7;
    margin-right: 0.5rem;
	font-weight: bold;
}
.strong-list2-list .list2-2{
	display: flex;
    align-items: center;
	margin-top: 9rem;
}
.strong-list2-list .list2-2 img{
	width: 50%;
    margin-right: 2rem;
}
.strong-list2-list .list2-2 h4{
	font-size: 2rem;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 2rem;
    color: black;
}
.strong-list2-list .list2-2 p{
	font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    color: black;
}

.strong-list3-list{
	width: 75%;
    margin: 0 auto;
    padding: 11rem 0;
	max-width: 1100px;
}
.strong-list3-list .list3{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.strong-list3-list .list3 .list3-txt{
	max-width: 512px;
	width: 50%;
}
.strong-list3-list .list3 .list3-txt h4{
	font-size: 2rem;
    letter-spacing: 4px;
    font-weight: bold;
    margin: 5rem 0 3rem;
    color: black;
}
.strong-list3-list .list3 .list3-txt .title-disc{
	font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    color: black;
}
.strong-list3-list .list3 .list3-txt .content-disc{
	font-size: 1rem;
    font-weight: bold;
    line-height: 2.3;
    color: #026eb7;
    padding: 1rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 2.5rem;
}
.strong-list3-list .list3 .list3-img{
	width: 50%;
    max-width: 450px;
}
.strong-list3-list .list3 .list3-img p{
	text-align: center;
    color: black;
    margin-top: 1rem;
}

@media screen and (max-width:768px){
	#strong {
		padding-top: 0!important;
	}
	.strong-number{
		left: 0;
		top: 0.5rem;
		width: 100%;
		text-align: center;
		font-size: 5rem;
	}
	.strong-list1 {
		background-image: url(../images/strong-list1-sp.png);
	}
	.strong-list1-list{
		flex-flow: column;
		width: 100%;
		padding: 1rem 0;
	}
	.strong-list1-list .list1{
		width: 100%;
		margin-top: 3rem;
	}
	.strong-list1-list .list1.right{
		width: 100%;
		margin-left: 0rem;
		margin-top: 3rem;
		padding-bottom: 4rem;
	}
	.strong-list1-list .list1 img{
		margin: 0 auto;
		display: block;
	}
	.strong-list1-list .list1 h4{
		padding: 0 1rem;
		font-size: 1.5rem;
		text-align: center;
	}
	.strong-list1-list .list1 p{
		padding-left: 2rem;

	}
	.strong-list1-list .list2{
		width: 100%;
		padding-top: 8rem;
		text-align: center;
	}
	.strong-list1-list .list2 img{
		width: 80%;
	}
	
	.strong-list2-list{
		width: 100%;
		padding-bottom: 4rem;
		padding-top: 10rem;
	}
	.strong-list2-list .list2-1 img{
		position: static;
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	.strong-list2-list .list2-1 h4{
		padding: 0 1rem;
		text-align: center;
		font-size: 1.5rem;
		margin: 2rem 0 1.5rem;
	}
	.strong-list2-list .list2-1 p{
		padding: 0 2rem;
		font-size: 1rem;
	}
	.strong-list2-list .list2-2{
		flex-direction: column;
		margin-top: 4rem;
	}
	.strong-list2-list .list2-2 img{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.strong-list2-list .list2-2 h4{
		padding: 0 1rem;
		margin: 2rem 0 1.5rem;
		font-size: 1.5rem;
	}
	.strong-list2-list .list2-2 p{
		padding: 0 1rem;
	}
	
	.strong-list3-list{
		width: 100%;
		padding-bottom: 8rem;
	}
	.strong-list3-list .list3{
		flex-flow: column-reverse;
	}
	.strong-list3-list .list3 .list3-txt{
		width: 100%;
	}
	.strong-list3-list .list3 .list3-txt h4{
		padding: 0 1rem;
		margin: 2rem 0 1.5rem;
		font-size: 1.5rem;
	}
	.strong-list3-list .list3 .list3-txt .title-disc{
		padding: 0 2rem;
	}
	.strong-list3-list .list3 .list3-txt .content-disc{
		margin: 2.5rem 2rem 0;
	}
	.strong-list3-list .list3 .list3-img{
		width: 85%;
	}
	.strong-list3-list .list3 .list3-img p{
		margin: 2rem 1rem 0;
	}
	
}


/* =========================================
 * display & report
 =========================================*/
 .display_img::after{
	content: "";
	display: block;
	z-index: -5;
	width: 105%;
	border-bottom: 100px solid #c5e3f7;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	height: 0;
	margin: -45px auto 0;
	margin-left: -45px;
 }
.display-bottom{
	margin-top: 4rem;
}
.display-bottom .h3-title{
	text-align: center;
}
.display-bottom .h3-title h3{
	display: inline-block;
    font-size: 1.5rem;
    color: #0e6eb7;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
    letter-spacing: 5px;
}
.display-bottom p{
	width: 85%;
    text-align: left;
    margin: 2rem auto 0;
    font-size: 1rem;
    line-height: 2.5;
    color: black;
    letter-spacing: 3px;
}
.display-bottom .img-wrapper{
	display: flex;
    width: 100%;
    margin: 2rem auto 0;
    justify-content: space-around;
}
.display-bottom .img-wrapper img{
	width: 45%;
}
@media screen and (max-width:768px){
	.display_img::after{
		width: 96%;
    	 margin-left: -13px;
	 }
}
/* =========================================
 * college
 =========================================*/
 .college-list{
	width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem;
}
.college-list .college-item{
	font-size: 16px;
    margin: 0 auto 6px;
    width: calc(100% - 8rem);
    display: block;
    color: black;
    letter-spacing: 1px;
    padding: 1rem 1rem 0 1rem;
    border-bottom: 1px dashed #ccc;
}
.college-list .college-item:before{
	content: '';
	display: inline-block;
	width: 18px;
    height: 18px;
	background-image: url(../images/icon-check.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
}
.college-list .college-item .college-name{
	display: inline-block;
    float: right;
    color: #026eb7;
}

@media screen and (max-width:768px){
	.college-list .college-item{
		border-bottom: 0;
		width: calc(100% - 2rem);
	}	
	.college-list .college-item:before{
		width: 20px;
		height: 20px;
		margin-right: 6px;
	}
	.college-list .college-item .college-name{
		padding: 15px 0;
		float: none;
		display: block;
		width: 100%;
		text-align: center;
		border-bottom: 1px dashed;
	}
}

/* =========================================
 * plan
 =========================================*/
.plan-title-wrapper{
	background-image: url(../images/bg-plan-title.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: top;
	height: 300px;
}
.plan-text{
	text-align: center;
    letter-spacing: 3px;
    font-size: 1rem;
    color: black;
    font-weight: bold;
    margin-top: -1rem;
}
.plan-list{
	display: flex;
    justify-content: center;
    margin-top: 3rem;
	align-items: flex-start;
}
.plan-list .plan-list-item{
	width: 50%;
}
.plan-list .plan-list-item:first-child{
	margin-right: 4px;
}
.plan-list .plan-list-item img{
	width: 100%;
	pointer-events: none;
    user-select: none;
}
.plan-price-banner {
	width: 55%;
    margin: 4rem auto 0;
    border: 3px solid #026eb7;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.plan-price-banner .title {
	color: #026eb7;
    font-size: 1.2rem;
    padding: 1rem 0;
    width: 45%;
    text-align: center;
}
.plan-price-banner .price-box {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
}
.plan-price-banner .price-box .name{
	background-color: #026eb7;
    color: white;
    padding: 2px 4px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 11px;
}
.plan-price-banner .price-box .price{
	font-size: 1.5rem;
    letter-spacing: 2px;
    color: #026eb7;
    margin-left: 1rem;
}
.plan-price-banner .price-box .tax{
	font-weight: bold;
	color: #026eb7;
    letter-spacing: 2px;
    font-size: 12px;
    padding-top: 5px;
}

@media screen and (max-width:768px){
	.plan-list{
		flex-direction: column;
	}
	.plan-list .plan-list-item{
		width: 100%;
		margin-bottom: 3rem;
	}
	.plan-list .plan-list-item:first-child{
		margin-right: 0px;
	}
	.plan-price-banner {
		flex-direction: column;
		margin-bottom: 2rem;
		margin-top: 1rem;
		width: 85%;
	}
	.plan-price-banner .title {
		width: 100%;
		padding-top: 2rem;
		font-size: 1rem;
	}
	.plan-price-banner .price-box {
		width: 100%;
		flex-flow: column;
		padding-bottom: 1.1rem;
	}
	.plan-price-banner .price-box .name{
		display: block;
	}
	.plan-price-banner .price-box .price{
		margin-right: 0;
		margin-left: 0;
		padding: 14px 0 0px;
	}
}

/* =========================================
 * button 
 =========================================*/
.blue-btn{
	text-align: center;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.blue-btn a{
	display: inline-block;
    padding: 0.7rem 3rem;
    background: white;
    color: #026eb7;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 5px;
    border-radius: 10px;
    font-weight: bold;
}


/* =========================================
 * me-byo 
 =========================================*/
.me-byo {
	background-color: rgba(0, 0, 0, .05);
    padding-bottom: 5rem;
}
.me-byo .title-wrapper{
	text-align: center;
	margin-top: 2rem;
}
.me-byo .title-wrapper .title{
    font-size: 1.7rem;
    color: #026eb7;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    letter-spacing: 5px;
}
.me-byo-wrapper{
	display: flex;
    width: 80%;
    margin: 2rem auto 0;
	align-items: center;
	justify-content: center;
}
.me-byo-wrapper img{
    width: 200px;
}
.me-byo-wrapper .me-byo-list{
    margin-left: 2rem;
}
.me-byo-wrapper .me-byo-list .top{
	font-weight: bold;
    color: #656565;
    font-size: 1rem;
    display: inline-block;
    border-bottom: 1px solid;
}
.me-byo-wrapper .me-byo-list .txt{
	color: #656565;
    margin-top: 1rem;
}

@media screen and (max-width:768px){
	.me-byo-wrapper{
		flex-direction: column;
	}
	.me-byo-wrapper .me-byo-list{
		margin: 2rem 0;
		text-align: center;
	}
	.me-byo .title-wrapper .title{
		font-size: 18px;
	}
}

/* ------------------------------------
	POPUP
------------------------------------ */

.slide_visual_1,.slide_visual_2,.slide_visual_3,.slide_visual_4,.slide_visual_5 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
    width: 100%;
    height: auto;
}
.slide_close{
	position: absolute;
    top: 12px;
    right: 12px;
    color: rgba(255, 255, 255, 0.46);
    cursor: pointer;
	font-size: 2rem;
}
.slide_image1,.slide_image2,.slide_image3,.slide_image4,.slide_image5{
	position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide_image1 img,.slide_image2 img,.slide_image3 img,.slide_image4 img,.slide_image5 img{	
    width: 65%;
}


.agreement_required{
	text-align: center;
    line-height: 3;

}

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

	.slide_image1 img,.slide_image2 img,.slide_image3 img,.slide_image4 img,.slide_image5 img{	
		width: 90%;
	}	
}

/* -------------------------------------
		comfirm 
------------------------------------- */

#breadcrumb{
	margin-top: 12vw;
}
#breadcrumb ul{
	display: flex;
    padding-left: 1rem;
    font-size: 12px;
}
#breadcrumb ul li{
    font-size: 12px;
}
#breadcrumb ul li.top{
	margin-right: 1rem;
}

.confirm_title{
	text-align: center;
    font-size: 30px;
    letter-spacing: 10px;
    color: black;
    font-weight: 500;
	margin: 16rem auto 6rem;
    width: 50%;
    padding-bottom: 2vw;
    border-bottom: 5px solid #0071bb;
}
.confirm_title_sub{
	text-align: center;
    margin: 3rem 0 5rem;
}
.confirm_table{
	background: #effdfc;
    padding-bottom: 4rem;
}
.confirm_table table{
	margin: 0 auto;
    width: 800px;
}
.confirm_table table caption{
	text-align: center;
    font-size: 1rem;
    padding: 3rem 0;
	font-weight: bold;
}
.confirm_table table tbody{
	border-bottom: 1px solid;
}
.confirm_table table tr{
	border-top: 1px solid;
}
.confirm_table table tr th{
	font-size: 1rem;
	font-weight: bold;
	padding: 1.5rem 0rem 1.5rem 1rem;
	width: 25%;
}
.confirm_table table tr td{
	font-size: 1rem;
	padding: 1.5rem 0rem 1.5rem 1rem;
	padding-left: 0;
}
.confirm_btn{
	display: flex;
    justify-content: center;
    margin: 2rem 0;
}
.confirm_btn form{
	width: 33%;
    margin: 0 15px;
}
.confirm_btn form button{
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border: #a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%), 0 0 2px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%), 0 0 2px rgb(0 0 0 / 30%);
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0 3px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
    background: #f5f5f5;
    text-shadow: 1px 1px 0px #fff;
}

@media screen and (max-width:768px){
	#breadcrumb{
		display: none;
	}
	
	.confirm_title{
		margin: 9rem auto 4rem;
		font-size: 20px;
		letter-spacing: 4px;
		width: 80%;
		border-bottom: 2px solid #0071bb;
	}
	.confirm_table table{
		width: 100%;
	}
	.confirm_table table tr{
		width: 100%;
		display: block;
	}
	.confirm_table table tr th{
		padding: 5vw 0 2vw;
		width: 100%;
		display: block;
		text-align: center;
	}
	.confirm_table table tr td{
		padding: 5vw 0 5vw;
		width: 100%;
		display: block;
		background-color: #fff;
		text-align: center;
	}
	.confirm_btn{
		flex-direction: column-reverse;
		align-items: center;
	}
	.confirm_btn form{
		margin: 1rem 0;
	}

	.confirm_title_sub{
		margin: 3rem 0 3rem;
	}

	.confirm_table{
		padding-bottom: 3rem;
	}
}
/* -------------------------------------
		complete 
------------------------------------- */

#complete_content{
	height: 90vh;
}
#complete_maincontent{
	text-align: center;
    padding: 11rem 0;
	margin: 16vw auto 0;
	width: 90%;
    background-color: #effdfc;
}
#complete_maincontent h2{
	text-align: center;
    font-size: 3vw;
    letter-spacing: 10px;
    color: black;
    font-weight: 500;
    margin-bottom: 3rem;
	padding: 2vw 0;
	margin: 0 auto 2vw;
    width: 50%;
	border-bottom: 5px solid #0071bb;
}
#complete_maincontent .complete_title_sub{
	padding: 1rem 0;
	font-size: 1vw;
}

#complete_maincontent .complete_title_sub .error-mail-ver{
	color: red;
	font-size: 0.7vw;
}
@media screen and (max-width:768px){
	#complete_content{
		height: 95vh;
	}
	#complete_maincontent h2{
		font-size: 6vw;
		letter-spacing: 4px;
		border-bottom: 2px solid #0071bb;
	}
	#complete_maincontent{
		padding: 8rem 0;
        margin: 32vw auto 0vw;
	}
	#complete_maincontent .complete_title_sub{
		font-size: 3vw;
	}
	#complete_maincontent .complete_title_sub .error-mail-ver{
		font-size: 2vw;
	}
}





/* -------------------------------------
		add 2021/10
------------------------------------- */

.reason-box{
	position: relative;
    margin-left: auto;
    margin-right: auto;
}
#reason1.reason-box{
    margin-top: 3vw;
    background-color: #e3fcfa;
}
.reason-box .animate{
	position: absolute;
    right: 6vw;
    width: 12vw;
    top: 16vw;
    z-index: 11;
}
#reason1.reason-box .img-disc{
	position: absolute;
    right: 6vw;
    top: 25vw;
    letter-spacing: 0.1vw;
    font-weight: bold;
    font-size: 1vw;
    z-index: 100;
    font-family: 'Noto Sans JP';
}
#reason2.reason-box img{	
	left: 7.8vw;
    right: auto;
	top: 10vw;
}
.reason-box .sec4-wrapper{
    text-align: left;
    z-index: 10;
    position: relative;
}
#reason2.reason-box .sec4-wrapper{
    margin-right: 0;
    height: 40vw;
}
.reason-box .sec4-wrapper .sec4-inner{
	margin-left: 9vw;    
}
#reason2.reason-box .sec4-wrapper .sec4-inner{
	margin-left: 35vw;
	margin-right: 12vw;
}
/*.reason-box .sec4-wrapper .sec4-inner span{
	color: #fed400;
    border-bottom: 2px solid #fed400;
    font-size: 4vw;
    position: absolute;
    top: -3.5vw;
}*/
.reason-box .sec4-wrapper .sec4-inner .sec-title{	
	font-size: 3vw;
    display: inline-block;
    letter-spacing: 0.1vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    border-bottom: 4px solid #fbed21;    
	padding-bottom: .5vw;
	margin-bottom: 3vw;
}


@media screen and (max-width:768px){
	#reason1.reason-box{
		margin-top: 47vw;
		
	}
	.reason-box{
		margin-top: 54vw;
		
	}
	#reason2.reason-box{
		margin-top: 0;
		
	}
	.reason-box img{		
		width: 100%;
    	top: -35vw;
	}
	#reason1.reason-box .img-disc{
		font-size: 2.5vw;
		top: -40vw;
	}
	#reason2.reason-box img{	
		width: 25vw;
		top: 28vw;
	}
	.reason-box .sec4-wrapper{
		padding: 6vw 0 7vw;	
	}
	#reason2.reason-box .sec4-wrapper{
		padding: 15vw 3vw 9vw;		
		height: auto;
	}
	.reason-box .sec4-wrapper .sec4-inner{
		margin-right: 6vw;
	}
	#reason2.reason-box .sec4-wrapper .sec4-inner{
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.reason-box .sec4-wrapper .sec4-inner span{
		font-size: 18vw;
		display: block;
		margin-top: 6vw;
	}
	#reason2.reason-box .sec4-wrapper .sec4-inner span{
		right: 10vw;
	}
	.reason-box .sec4-wrapper .sec4-inner .sec-title{	
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.reason-box .sec4-wrapper .sec4-inner p{
		font-size: 3vw;
		margin-top: 4vw;
	}
	#reason2.reason-box .sec4-wrapper .sec4-inner p{	
		margin:auto 2vw;    		
	}

}




/* specification */

#differance{
	margin-top: 13vw;
	position: relative;
	padding-bottom: 12vw;
}
#differance::before{
	position: absolute;
    content: '';
    top: -3vw;
    left: 0;
    width: 100vw;
    height: 75vw;
    z-index: -1;
    background-color: #effdfc;
}
#differance .title-frame01{
padding-bottom: 4vw;
padding-top: 7vw;
position: relative;
}
#differance .title-frame01 .title-main{
}

.product-wrapper .images{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
	max-width: 1100px;
}
.product-wrapper .images .img1{
	width: 25%;
    margin: 0 3vw;
}
.product-wrapper .images .img2{
	width: 30%;
}
.product-wrapper .images .img3{
	width: 26%;
}
.product-wrapper .disc{
	width: 80%;
    margin: 0 auto;
    display: flex;
	justify-content: center;
	max-width: 1100px;
	margin-top: 4vw;
}
.product-wrapper .disc .left{
	margin-right: 5vw;
}
.product-wrapper .disc .left .sub-title{
	font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-weight: bold;
}
.product-wrapper .disc .left .title{
	font-size: 5.5vw;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    margin-top: 2vw;
}
.product-wrapper .disc .left .title span{
	border: 1px solid #f39800;
    padding: 0.5vw 1vw;
    color: #f39800;
    margin-right: 3vw;
    font-size: 1vw;
    font-weight: 400;
}
.product-wrapper .disc .left .title strong{
	font-weight: 300;
}
.product-wrapper .disc .right{
	width: 55%;
}
.product-wrapper .disc .right .price li{
	display: flex;
    font-size: 1.5vw;
    width: 100%;
    justify-content: space-between;
    align-items: center;    
}
.product-wrapper .disc .right .price li:first-of-type{	
    border-bottom: 1px solid black;
    padding-bottom: .5vw;
}
.product-wrapper .disc .right .price li:last-of-type{	
	padding-top: .5vw;
}
.product-wrapper .disc .right .price li span{	
    font-weight: bold;
}
.product-wrapper .disc .right .price li p{	
    font-size: 2.5vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1vw;
}
.product-wrapper .disc .right .price li p strong{	
    color: #f39800;
	font-weight: 300;
}
.product-wrapper .disc .right .cation{	
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1vw;
}
.product-wrapper .disc .right .cation li{	
	width: 48%;
    text-align: center;
    font-size: .8vw;
    border: 1px solid;
    padding: 0.2vw;
}

.option{
	display: flex;
    justify-content: center;
	margin: 5vw auto 0;
	max-width: 1100px;   
	width: 80%; 
}
.option .title{
	text-align: center;
    width: 17%;
    background: #1d2428;
    padding: 1.2vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.option .title h4{
	color: white;
    font-size: 1.4vw;
    font-family: 'Inter', sans-serif;
}
.option .title h4 span{
	display: block;
    font-size: 0.9vw;
    font-weight: 100;
}
.option ul{
	width: 83%;
    display: flex;
    flex-flow: row wrap;
    background: #f7f8f8;
    align-items: center;    
    padding: 1vw 0 1vw 3vw;
}
.option ul li{
	width: 25%;
    margin-right: 1vw;
    line-height: 0.5;
    font-size: 1vw;
}
.option ul li:last-child{
	width: 45%;
    margin: 0;
}


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

	#differance{
		margin-top: 20vw;
		margin-bottom: 15vw;
	}
	#differance::before{
		top: -5vw;
		height: 202vw;		
	}
	#differance .title-frame01{
	padding-bottom: 7vw;	
	}

	.product-wrapper .images{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 85%;
		margin: 0 auto;
		max-width: 1100px;
	}
	.product-wrapper .disc{
		flex-direction: column;		
		margin-top: 14vw;
		width: 85%;
	}
	.product-wrapper .disc .left{
		margin-right: 0;
	}
	.product-wrapper .disc .left .sub-title{
		font-size: 3.5vw;
	}
	.product-wrapper .disc .left .title{
		font-size: 11vw;
		margin-top: 5vw;
	}
	.product-wrapper .disc .left .title span{
		font-size: 3vw;
	}
	.product-wrapper .disc .right{
		width: 100%;
	}
	.product-wrapper .disc .right .price{
		margin-top: 6vw;
	}
	.product-wrapper .disc .right .price li{
		font-size: 4vw;  
	}
	.product-wrapper .disc .right .price li:first-of-type{			
		padding-bottom: 1vw;
	}
	.product-wrapper .disc .right .price li:last-of-type{	
		padding-top: 1vw;
	}
	.product-wrapper .disc .right .price li p{	
		font-size: 5vw;
	}
	.product-wrapper .disc .right .cation{	
		flex-direction: column;
    	margin-top: 6vw;
	}
	.product-wrapper .disc .right .cation li{	
		margin-bottom: 2vw;
		width: 100%;
		font-size: 3vw;
	}
	.specification-table{
		width: 95%;
	}

	.option{
		flex-direction: column;
    	margin-top: 10vw;
		width: 85%;
	}
	.option .title{
		width: 100%;
		padding: 3vw 0 2vw;
	}
	.option .title h4{
		font-size: 4vw;
	}
	.option .title h4 span{
		font-size: 2.5vw;
	}
	.option ul{
		width: 100%;
		flex-direction: column;
		padding: 0;
		align-items: flex-start;
		padding-left: 0vw;
		padding-bottom: 3vw;
	}
	.option ul li{
		font-size: 3vw;
		width: 100%;
		padding-left: 3vw;
		margin-top: 2vw;
	}
	.option ul li:last-child{
		width: 100%;
		padding-left: 3vw;
		margin-top: 2vw;
	}
}

/*-------------------------    2022/10開発    -------------------------------*/
.mv-img-bottom{
	position: absolute;
    top: 46vw;
    left: 59vw;
	text-align: center;
}

.mv-img-bottom p{
	font-size: 1vw;
	font-weight: 700;
	letter-spacing: 0.15vw;
}

.mv-img-bottom .service-name-top{
	color: #f05a24;
	font-size: 1.3vw;
	font-weight: 600;
}

.mv-img-bottom .service-name{
	font-weight: 900;
	position: relative;
	font-size: 4.2vw;
}

.Recommend-content{
	display: flex;
	width: 80%;
	justify-content: center;
	align-items: stretch;
	gap: 100px;
	margin: 6vw auto 3vw;
}

.Recommend-box{
   background-color: #e3fcfa;
   text-align: center;
   padding: 4vw;
   z-index: -2;
   position: relative;
}

.Recommend-box::before{
	content: "";
    position: absolute;
	top: -3%;
    left: 44%;
    border: 2vw solid transparent;
    border-top: 3.5vw solid #e5d3c1;   /* 好みで色を変えてください */
}

.Recommend-content .Recommend-box h3{
	font-size: 3vw;
}

.Recommend-content .Recommend-box .maker-underline{
	position: relative;
	font-weight: 600;
}

.Recommend-content .Recommend-box .maker-underline2{
	position: relative;
	font-weight: 600;
}

.Recommend-content .Recommend-box .maker-underline::before{
	background-color: #fff581;
	content: '';
	position: absolute;
    top: 3vw;
	display: inline-block;
	opacity: 0.75;
    width: 10vw;
    right: -1.2vw;
	height: 1.5vw;
	transform:skewX(-20deg);
	z-index: -1;
}

.Recommend-content .Recommend-box .maker-underline2::before{
	background-color: #fff581;
	content: '';
	position: absolute;
    top: 3vw;
	display: inline-block;
	opacity: 0.75;
	width: 21vw;
	right: -1.55vw;
	height: 1.5vw;
	transform:skewX(-20deg);
	z-index: -1;
}

.Recommend-content .Recommend-box img{
	margin: 1.5vw 0 1vw;
}

.Recommend-content .Recommend-box ul{
	text-align: left;
}

.Recommend-content .Recommend-box ul li{
	font-size: 1.2vw;
    font-weight: 600;
    line-height: 2.4vw;
    letter-spacing: 0.1vw;
}

.allcontents-box{
	padding-top: 58vw;
}

.feature-content{
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 80%;
	margin: auto;
}

.feature-content .feature-box{
	position: relative;
	text-align: center;
	padding: 2vw 2vw 5vw;
	width: 20%;
}

.feature-content .feature-border-box .feature-box-image{
	width: 8vw;
}
.feature-content .feature-box .feature-box-image{
	width: 8vw;
}

.feature-content .feature-box p{
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
	margin-top: 2vw;
}

.feature-content .feature-box::after{
	content: "";
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	color: #8babd2;
	line-height: 1;
	margin-top: 2vw;
	width: 1.3vw;
	height: 1.3vw;
	border: 4px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}

.feature-content .feature-box:hover{
    background-color: #d8e4f3;
}

.feature-content .feature-border-box{
	position: relative;
	text-align: center;
	border-right: solid 0.5px #8babd2;
	padding: 2vw 2vw 5vw;
	width: 20%;
}

.feature-content .feature-border-box::after{
	content: "";
	display: inline-block;
	position: absolute;
	vertical-align: middle;
	color: #8babd2;
	line-height: 1;
	margin-top: 2vw;
	width: 1.3vw;
	height: 1.3vw;
	border: 4px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	transition: 0.5s;
}

.feature-content .feature-border-box:hover{
    background-color: #d8e4f3;
}


.feature-content .feature-border-box p{
    font-size: 1.2vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
	margin-top: 2vw;
}

.reason-box .feature-number-white{
	position: absolute;
    right: 4.5vw;
    width: 15vw;
    top: 1vw;
    z-index: 11;
	font-size: 14vw;
	font-weight: 500;
	color: white;
	font-family: 'Roboto', sans-serif;
}

.reason-box .feature-number-color{
	position: absolute;
    right: 79vw;
    width: 15vw;
    top: -5vw;
    z-index: 11;
	font-size: 14vw;
	font-weight: 500;
	color: #e3fcfa;
	font-family: 'Roboto', sans-serif;
}

.color-feature-box{
	margin-top: 3vw;
}

.whitebg-feature-box{
    margin-top: 8vw;
}

.bgcolor-inner01{
    height: 36vw;
    padding: 7vw 0;
	margin-right: 30vw;
}

.bgcolor-inner03{
	height: 51vw;
	padding: 7vw 0;
	margin-right: 30vw;
}

.sec4-inner .feature-detail-box{
	display: flex;
	background-color: #f7f8f8;
	align-items: flex-start;
	align-items: center;
	margin-bottom: 2.5vw;
	border-radius: 20px;
    padding: 2vw 0 2vw 2vw
}

.sec4-inner .feature-detail-box .detail-textbox{
	margin-left: 3vw;
	font-size: 1.2vw;
	letter-spacing: 0.1vw;
	line-height: 2vw;
}

.bgcolor-inner .feature-detail-box{
	display: flex;
	background-color: white;
	margin-bottom: 2.5vw;
	border-radius: 20px;
}

.bgcolor-inner .feature-detail-box .detail-textbox{
	margin-left: 3vw;
	font-size: 1.2vw;
}

.bgcolor-inner01 p{
    margin-bottom: 4vw;
    font-size: 1.7vw;
}

.sec-title-attention{
	font-size: 3vw;
    display: inline-block;
    letter-spacing: 0.1vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #fbed21;
    padding-bottom: 0.5vw;
}

.bgcolor-inner03 .attention{
	margin: 0.5vw 0 4vw;
    font-size: 1.2vw;
	color: #f05a24;
}

.bgcolor-inner03 p{
    font-size: 1.7vw;
}

.bgcolor-inner03 .example2-image{
	margin: 3.5vw 0 3vw;
}

.example-content{
	display: flex;
	align-items: center;
}
.example-content .example1-txet{
	font-size: 2vw;
	font-weight: 300;
	letter-spacing: 3px;
	color: #8babd2;
	line-height: 6vw;
	margin-left: 2.5vw;
}

.example-content .big-strong{
	letter-spacing: 4px;
	font-size: 8vw;
	font-weight: 100;
}

.specification-table .table-titlebox{
	background-color: transparent;
	color: #000000;
	padding-top: 2vw;
    vertical-align: baseline;
}

.specification-table .table-titlebox .subscription-title-sub{
	font-size: 1.5vw;
	position: relative;
	letter-spacing: 0.1vw;
	font-weight: 500;
}

.specification-table .table-titlebox .subscription-title-main{
	font-size: 2.8vw;
	color: #333333;
    font-weight: 800;
	position: relative;
}

.specification-table .table-titlebox .subscription-title-sub::after{
	background-color: #fff8a3;
    content: '';
    position: absolute;
	top: 1.4vw;
    display: inline-block;
    opacity: 0.75;
    width: 100%;
    right: 0.2vw;
    height: 1.5vw;
    transform: skewX(-20deg);
    z-index: -1;
}

.specification-table .table-titlebox .subscription-title-main::after{
	background-color: #fff8a3;
    content: '';
    position: absolute;
	top: 2.6vw;
    display: block;
    opacity: 0.75;
    width: 23.5vw;
    right: -0.4vw;
    height: 1.8vw;
    transform: skewX(-20deg);
    z-index: -1;
}

.specification-table .bg-white{
	background-color: #ffffff;
	font-weight: 600;
}

.specification-table .bg-yellow{
	background-color: #ffffe8;
	font-weight: 600;
}

.product-all-content{
	width: 90%;
	margin: 0 auto;
}

.top-medicalproduct-content{
	margin-top: 4vw;
	text-align: center;
}

.top-medicalproduct-content h3{
	background-color: #0071bb;
	color: white;
	font-weight: 600;
	font-size: 2vw;
	padding: 3vw 0;
	letter-spacing: 0.2vw;
}

.top-medicalproduct-content .product-h3{
	font-size: 1.5vw;
}

.top-medicalproduct-content .price-strong{
	margin: 4vw 0 4vw;
	font-size: 2.8vw;
	font-weight: 800;
	font-family: 'Noto Sans JP', sans-serif;
}

.top-medicalproduct-content .price-strong .red-price{
	font-size: 4vw;
	font-weight: 700;
	color: #ec1c24;
	padding: 0 0.5vw;
}

.medical-productbox .link-btn-content{
	width: 80%;
	margin: 0 auto;
}

.medical-productbox .link-btn-box{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0071bb;
    font-size: 0.9vw;
}

.medical-productbox .link-btn-box .link-btn-box-hover{
    width: 100%;
    color: #ffffff;
    z-index: 10;
}

.medical-productbox .link-btn-box .link-btn-box-hover::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #35afff;
    z-index: -1;
    transition: .2s;
}

.medical-productbox .link-btn-box .link-btn-box-hover:hover{
	color: #fff;
}

.medical-productbox .link-btn-box .link-btn-box-hover:hover::before{
    width: 100%;
}


.medical-productbox .link-btn-box .link-btn-box-hover img{
    width: 0.9vw;
    margin-right: 1vw;
    padding: 0 0 0.1rem;
}

.medical-product-contentbox .product-name{
	margin: 2vw 0;
	font-size: 1.2vw;
	font-weight: 600;
	letter-spacing: 0.1vw;
}

.medical-product-contentbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 95%;
	gap: 4vw 6vw;
	margin: auto;
}

.medical-product-contentbox .medical-productbox{
	width: 20%;
}

.medical-productbox .link-btn-box::after{
    content: "\f08e";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
}

.product-attention {
	display: block;
	margin: 3vw 0 1vw;
}

.product-attention p{
	display: inline-block;
	text-align: left;
	font-size: 1vw;
	font-weight: 600;
}

.process-box{
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 5vw 5vw;
	background-color: #f9efdc;
}

.process-box h2{
	margin-bottom: 5vw;
	font-size: 2vw;
	font-weight: 600;
	border-bottom: solid 6px white;
	padding-bottom: 1vw;
	margin-right: 12vw;
    margin-left: 12vw;
}

.process-text{
	position: relative;
	margin-bottom: 3vw;
	z-index: 1;
}

.process-text h3{
	font-weight: 600;
	font-size: 1.5vw;
	position: relative;
}

.process-text h3::after{
	background-color: #ece267;
    content: '';
    position: absolute;
    top: 1.3vw;
    display: block;
    opacity: 0.75;
    width: 7.8vw;
    right: 30.9vw;
    height: 1vw;
    transform: skewX(-20deg);
    z-index: -1;
}

.process-text p{
	font-size: 1.4vw;
    margin-top: 1vw;
	font-weight: 600;
}

#reason3.reason-box{
	background-color: #e3fcfa;
}

#reason4.reason-box .sec4-wrapper{
	margin-right: 0;
    height: 39vw;
}

#reason4.reason-box .sec4-wrapper .sec4-inner{
	margin-left: 30vw;
    margin-right: 9vw;
}

#reason4.reason-box img{
	left: 7.8vw;
    right: auto;
    top: 10vw;
}

.title-centerline{
    border: solid 2px #efdb46;
    display: block;
    margin: 1.2vw auto;
    width: 6%;
}

.example-content .min-width300{
	min-width: 40%;
}

.exercise-textbox{
    border-bottom: dotted 6px #f05a24;
    border-top: dotted 6px #f05a24;
    padding: 4.1vw 0;
    margin: 0 4vw;
}

.exercise-textbox-center{
    border-bottom: dotted 6px #f05a24;
    border-top: dotted 6px #f05a24;
    padding: 3vw 0;
    margin: 0 4vw;
}

.contact-waybox{
	display: flex;
}

.feature-detail-box .maintain-icon{
	width: 5.5vw;
}

.medical-product-contentbox .medical-productbox .images img{
	width: 100%;
}

.hp-linkbox{
    width: 50%;
    margin: 5vw auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffd600;
    padding: 2vw 0;
}

.hp-linkbox:hover{
	opacity: 70%;
}

.hp-linkbox .hp-linkimg{
	width: 1.5vw;
	margin-right: 1vw;
}

.hp-linkbox .hp-linktxet{
	font-size: 1.3vw;
    font-weight: 500;
}

.feature-bottom-cta{
	margin: auto;
	width: 60%;
}

.footer-content-inner{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2vw 0;
}

.footer-content-inner .footer-hp-icon{
	width: 12vw;
	margin-left: 5vw;
}

.sec4-inner .feature-detail-box-white{
	display: flex;
    background-color: white;
    align-items: center;
    margin-bottom: 2.5vw;
    border-radius: 20px;
    padding: 2vw 0 2vw 2vw;
}

.sec4-inner .feature-detail-box-white .detail-textbox{
	margin-left: 3vw;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    line-height: 2vw;
}

.feature-detail-box-white .maintain-icon{
	width: 5.5vw;
}

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

	.max550{
		width: 80%;
		margin: auto;
	}

	.logo .mv-left-headerlogo{
		width: 18vw;
	}

	.cta-btn{
		margin-bottom: 10px;
	}

	.allcontents-box{
		padding-top: 209vw;
	}

	.Recommend-content{
		flex-wrap: wrap;
		gap: 60px;
		width: 90%;
	}

	.Recommend-box{
		padding: 10vw 4vw;
	}

	.Recommend-box::before{
		top: -3.5vw;
        left: 40vw;
		border: 5vw solid transparent;
		border-top: 8.5vw solid #e5d3c1;
	}

	.Recommend-content .Recommend-box h3{
		font-size: 7vw;
	}

	.Recommend-content .Recommend-box .maker-underline{
		font-weight: 700;
	}

	.Recommend-content .Recommend-box .maker-underline::before{
		top: 7vw;
		height: 4vw;
		right: -4vw;
		width: 26vw;
	}

	.Recommend-content .Recommend-box .maker-underline2::before{
		top: 7vw;
		height: 4vw;
		right: -4vw;
		width: 50vw;
	}

	.Recommend-content .Recommend-box ul{
		padding: 0 7vw;
	}

	.Recommend-content .Recommend-box ul li{
		font-size: 3.2vw;
        line-height: 5vw;
	}

	.title-centerline{
		width: 14%;
		border: solid 1px #fbed21;
	}


	.feature-content .feature-box{
		position: relative;
		width: 45%;
	}

	.feature-content .feature-box::after{
		content: "";
		display: inline-block;
		position: absolute;
		vertical-align: middle;
		color: #8babd2;
		line-height: 1;
		margin-top: 2vw;
		width: 2.3vw;
		height: 2.3vw;
		border: 4px solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: 0.5s;
	}

	.feature-content .feature-border-box::after {
		width: 2.3vw;
		height: 2.3vw;
	}


	.feature-content .feature-box .white-center-box{
		position: relative;
	}

	.feature-content .feature-box .white-center-box::before{
		right: 9.1vw;
		bottom: 22.2vw;
		content: "";
		position: absolute;
		display: block;
		width: 5vw;
		height: 5vw;
		background: white;
		z-index: 1;
	}


	.feature-content .feature-border-box .feature-box-image{
		width: 20vw;
	}

	.feature-content .feature-box .feature-box-image{
		width: 20vw;
		position: relative;
	}

	.feature-content .feature-border-box p{
		font-size: 3vw;
        font-weight: 700;
	}

	.feature-content .feature-box p{
		font-size: 3vw;
        font-weight: 700;
	}

	.feature-content .feature-border-box .link-icon-arrow{
		margin-top: 4vw;
		width: 3.3vw;
		height: 3.3vw;
		border: 2px solid currentColor;
		border-left: 0;
        border-bottom: 0;
	}

	.feature-content .feature-box .link-icon-arrow{
		margin-top: 4vw;
		width: 3.3vw;
		height: 3.3vw;
		border: 2px solid currentColor;
		border-left: 0;
        border-bottom: 0;
	}

	#reason1.reason-box{
		margin-top: 5vw;
		background-color: #e3fcfa;
	}

	#reason3.reason-box{
		background-color: #e3fcfa;
	}
	
	.bgcolor-inner01{
		height: 110vw;
		padding: 5vw 0;
	}

	.whitebg-feature-box{
		margin-top: 0;
	}

	.reason-box{
		margin-top: 0;
	}

	.reason-box .animate{
		width: 22vw;
		top: 28vw;
		right: 6vw;
		opacity: 75%;
		z-index: 1;
	}

	#reason2.reason-box img{
		left: 70vw;
		opacity: 75%;
	}

	.reason-box .feature-number-white{
		width: initial;
		right: 3vw;
		top: 1vw;
		font-size: 24vw;
		opacity: 75%;
		z-index: 1;
	}

	.reason-box .feature-number-color{
		font-size: 24vw;
	}

	.reason-box .feature-number-color{
		right: 10vw;
		top: 1vw;
		opacity: 75%;
	}

	.reason-box .sec4-wrapper .sec4-inner p{
		font-size: 3.3vw;
		line-height: 5vw;
		text-align: left;
		margin-bottom: 4vw;
		margin-right: 3vw;
	}

	.sec-title-attention{
		font-size: 6vw;
	}

	.bgcolor-inner03 .example2-image{
		margin: 0 0 3vw;
	}

	#reason4.reason-box .sec4-wrapper .sec4-inner{
		margin-left: 0;
		margin-right: 0;
	}

	#reason4.reason-box .sec4-wrapper{
		margin: 4vw 6vw 0 9vw;
		height: 79vw;
	}

	#reason4.reason-box img{
		left: 72vw;
		top: 29vw;
		opacity: 75%;
	}

	.feature-detail-box .maintain-icon{
		width: 15vw !important;
	}

	.feature-detail-box-white .maintain-icon{
		width: 15vw !important;
	}

	.bgcolor-inner03{
		height: 102vw;
	}

	.sec4-inner .feature-detail-box .detail-textbox{
		margin-top: 0;
	}

	.sec4-inner .feature-detail-box{
		background-color: transparent;
		margin-bottom: 3vw;
	}

	.sec4-inner .feature-detail-box-white{
		background-color: white;
		margin-bottom: 3vw;
	}

	.feature-bottom-cta{
		width: 81%;
	}

	.example-content{
		display: block;
		text-align: center;
	}

	.example-content .example1-txet{
		margin-left: 0;
		margin-top: 8vw;
		font-size: 6vw;
	}

	.exercise-textbox{
		border-bottom: dotted 4px #f05a24;
        border-top: dotted 4px #f05a24;
		margin: 0 8vw;
		padding: 6vw 0;
		position: relative;
	}

	.example-content .example1-txet::before{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		right: 48%;
        bottom: 27%;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-top: 16px solid #8babd2;
	}

	.exercise-textbox-center{
		border-bottom: dotted 4px #f05a24;
        border-top: dotted 4px #f05a24;
		margin: 0 8vw;
		padding: 6vw 0;
	}

	.specification-table{
		border-spacing: 2px 4px;
	}

	.specification-table .table-titlebox{
		padding: 0.5rem 0;
	}

	.specification-table .table-titlebox .subscription-title-sub{
        font-size: 2.8vw;
		font-weight: 700;
	}

	.specification-table .table-titlebox .subscription-title-sub::after{
		top: 3.2vw;
		width: 38.5vw;
		height: 1.8vw;
		display: block;
	}

	.specification-table .table-titlebox .subscription-title-main{
		font-size: 4.2vw;
	}

	.specification-table .table-titlebox .subscription-title-main::before{
		font-size: 2.5vw;
		top: 0.6vw;
		left: -3.5vw;
	}
	.specification-table .table-titlebox .subscription-title-main::after{
		width: 35vw;
		top: 4.6vw;
	}

	.specification-table .blue-title{
		width: 12%;
		height: unset;
		font-size: 3.5vw;
	    writing-mode: vertical-lr;
	}

	.specification-table .bg-white{
		font-size: 3.5vw;
		text-align: left;
	}

	.specification-table .bg-yellow{
		font-size: 3.5vw;
		text-align: left;
	}

	.top-medicalproduct-content h3{
		font-size: 6vw;
	}

	.top-medicalproduct-content .product-h3{
		font-size: 5vw;
	}

	.top-medicalproduct-content .price-strong{
		font-size: 8vw;
	}

	.top-medicalproduct-content .price-strong .red-price{
		font-size: 12vw;
		padding: 0 2.5vw;
	}

	.medical-product-contentbox{
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 9vw 0;
	}

	.medical-product-contentbox .medical-productbox{
		width: 45%;
	}

	.medical-product-contentbox .product-name{
		font-size: 3vw;
		font-weight: 700;
	}

	.medical-productbox .link-btn-box{
		font-size: 2.5vw;
		padding: 2vw 0;
		letter-spacing: 0.2vw;
	}

	.medical-productbox .link-btn-box img{
		width: 3.1vw;
        margin-right: 2vw;
	}

	.product-attention{
		margin: 8vw 0 12vw;
	}

	.product-attention p{
		font-size: 2.3vw;
	}

	.process-box h2{
		font-size: 4vw;
        font-weight: 700;
		border-bottom: solid 4px white;
		margin-right: 0;
		margin-left: 0;
	}

	.process-text h3{
		font-weight: 800;
		font-size: 4vw;
		padding-bottom: 0.5rem;
	}

	.process-text h3::after{
		width: 22.8vw;
        right: 29vw;
		top: 3.3vw;
		height: 3vw;
	}

	.process-text p{
		font-size: 3.4vw;
	}

	.hp-linkbox{
		width: 90%;
		padding: 3vw 0;
	}

	.hp-linkbox .hp-linkimg{
		width: 2.5vw;
	}

	.hp-linkbox .hp-linktxet{
		font-size: 2vw;
		font-weight: 700;
	}

	.process-box{
		width: 80%;
	}

	.radio-space{
		display: block;
		line-height: 3;
	}

	.agreement_required{
		font-size: 2vw;
        padding-bottom: 3vw;
        padding-top: 5vw;
        line-height: 2;
	}

	.contact-waybox{
		display: block;
	}

	.footer-content-inner{
		display: block;
		text-align: center;
		padding: 8vw 0 2vw;
		justify-content: center;
	}

	.footer-content-inner .footer-hp-icon{
		width: 30vw;
		margin-bottom: 3vw;
		margin-left: 0;
	}

	.medical-productbox .link-btn-box .link-btn-box-hover img {
    width: 2.2vw;
    }
}

@media screen and (max-width: 768px){
.feature-content {
    width: 90%;
    flex-flow: row wrap;
    margin-top: 6vw;
}
.feature-content .feature-border-box {
    width: calc(45% - 1px);
    border-right: 0;
    margin-bottom: 6vw;
}
.feature-content .feature-border-box:nth-of-type(2) {
    border-left: 2px solid #8babd2;
}
.feature-content .feature-border-box:nth-of-type(3)::before {
    content: "";
    width: calc(100% - 3vw);
    height: 2px;
    position: absolute;
    top: -3vw;
    left: 0;
    background-color: #8babd2;'
}
.feature-content .feature-box{
border-left: 2px solid #8babd2;
}
.feature-content .feature-box::before  {
    content: "";
    width: calc(100% - 3vw);
    height: 2px;
    position: absolute;
    top: -3vw;
    right: 0;
    background-color: #8babd2;
}
.feature-content .feature-box:hover{
    background-color: #fff;
}
.feature-content .feature-border-box:hover{
    background-color: #fff;
}
.specification-table .blue-title .ios-vertical-rl{
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: pre;
}
}