@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;
}
.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: 140px; }

.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: 60px;}
.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 {max-width: 550px!important;}


@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: 70px; }

	.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;
}
.title-frame01 .title-main{
	display: inline-block;
	font-size: 30px;
	letter-spacing: 10px;
	color: black;
	padding: 0 1.25em;
	font-weight: 500;
}
.title-frame01 .title-sub{
	display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #026eb7;
}
.title-frame02{
	text-align: center;
}
.title-frame02 .title-main{
	display: inline-block;
	font-size: 30px;
	letter-spacing: 10px;
	color: white;
	padding: 0 1.25em;
	font-weight: 500;
}
.title-frame02 .title-sub{
	display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 2px;
    color: white;
}
.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: 18px;
		letter-spacing: 6px;
	}
	.title-frame01 .title-sub{
		font-size: 18px;
	}
	.title-frame02 .title-main{
		font-size: 18px;
		letter-spacing: 6px;
	}
	.title-frame02 .title-sub{	
		font-size: 18px;
	}
	.title-frame02 .subtitle{
		font-size: 18px;
		margin-bottom: 2rem;
	}
}

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

/* 背景色 */
.bg-blue{ background-color: #026eb7; }
.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%;
	padding:0;
	margin: 0px auto 20px auto;
	z-index: 1;
	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;
	align-items: center;
	box-sizing: border-box;
	width:100%;
	max-width: 100%;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

.logo{
	box-sizing: border-box;
	float: left;
	width: 200px;
	padding: 20px;
}

.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;
		background-color: white;
	}
	.logo{
		position: relative;
		width: 180px;
		padding: 15px;
		z-index: 11;
		
	}
	.hdr-inner{
		display: block;
		padding: 0;
	}

	/* menu */
	.sp-menu{
		display: block;
		position: fixed;
		top: -1px;
		right: -1px;
		background-color: #026eb7;
		border: 1px solid #026eb7;
		z-index: 100;
	}
	.sp-menu input {
  display: none;
	}
	label {
		position: relative;
		width: 55px;
		height: 45px;
		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: 33px;
    left: 11px;
    border-radius: 4px;
		transition: all .5s;
	}
	
  label span:first-child {
    top: 13px;
  }
  label span:nth-child(2) {
    top: 25px;
  }
  label span:nth-child(3) {
    top: 37px;
    
  }
	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: 24px;
    left: 3px;
	}
  #menu:checked + label span:nth-child(3) {
    width: 90%;
    left: 5px;
    top: 24px;
    transform: rotate(45deg);
  }

}

/*=============================
 * nav
 *============================= */
.gmenu{
	margin-right: 4rem;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-left: 10px;
}
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 0;
	margin-left: 10px;
}
	
.navBtn{
	list-style: none;
	font-size: 16px;
	border-radius: 10px;
	display: inline-block;
	margin-right: 18px;
}
.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: bold;
	display: block;
	font-size:16px;
	letter-spacing: 0.5px;
  color:black;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
	position:relative;
	padding: 10px;
}
.eff{
	display: block;
  width:70%;
  height:2px;
  left:-71%;
  background:#036eb8;
  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: white;
		background-repeat: repeat;
		z-index: 10;
	}
	.nav{
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 50px 0;
		margin: 0;
	}
	.nav li{
		display: block;
		float: none;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid #0098d9;
	}
	.nav li span{
		display: none;
	}
	.navBtn,
	.navBtn-inner{
		border-radius: 0;
	}
	.navBtn-inner a{
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.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;
	width: 739px;
	max-width: 100%;
	box-shadow: 6px 6px 0px #c9caca;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.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: 15px;
	padding-right: 15px;
	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: relative;
    background-image: url(../images/mv.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 0%;
    padding-bottom: 60%;
    margin-top: 6rem;
}

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

.btn_link img{
	width:90%;
}

@media screen and (max-width:768px) {
	.mv{
		background: none;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 3.2rem;
	}
	.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: space-between;
}
.reason-list .reason-list-item{
	width: 32%;
}
.reason-list .reason-list-item .reason-list-item-top{
	position: relative;
}
.reason-list .reason-list-number{
	position: relative;
	top: -2.0em;
	font-weight: bold;
	text-align: center;
}
.reason-list .reason-list-number img{
	height: 38px;
	width: auto;
}
.reason-list .reason-list-title{
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #f39800;
	letter-spacing: 10px;
	text-align: center;
	margin-top: 34px;
	margin-bottom: 34px;
}
.reason-list .reason-list-title:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: -23px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 29px;
	height: 4px;
	background-color: #f39800;
}
.reason-list .reason-list-text{
	text-align: center;
    padding-top: 20px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 5px;
    background: rgb(2 110 183 / 50%);
    font-size: 2.4rem;
}
.reason-list .reason-list-disc{
	padding: 1rem 2rem;
    font-size: 1.2rem;
}

@media screen and (max-width:768px) {
	#reason {
		padding-top: 4rem;
	}
	.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;
	}
	.reason-list .reason-list-item{
		width: 100%;
		padding-bottom: 24px;
		margin-bottom: 1em;
	}
	.reason-list .reason-list-item .reason-list-item-top img{
		width: 100%;
	}
	.reason-list .reason-list-number{
		position: static;
		font-size: 30px;
		letter-spacing: 8px;
		padding: 1em 0;
	}
	.reason-list .reason-list-title{
		font-size: 30px;
		letter-spacing: 8px;
		margin-top: 17px;
		margin-bottom: 17px;
	}
	.reason-list .reason-list-text{
		font-size: 20px;
	}
}

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

}
.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{
	background-image: url(../images/bg-result.png);
    background-repeat: no-repeat;
    background-size: cover;
 }
.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{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.step-list-item{
	position: relative;
	text-align: center;
	width: 48%;
}
.step-list-item-top h3{
	font-size: 5rem;
    /* color: yellow; */
}
.step-list-item-top span{
	/* color: yellow; */
    font-size: 1.3rem;
    padding-bottom: 1rem;
    display: block;
    border-bottom: 1px solid white;
    margin-top: 2rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.step-list-item-top p{
	min-height: 196px;
	color: white;
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    letter-spacing: 2px;
}
.step-list-item-img{
	margin-top: 40px;
	margin-bottom: 15px;
}
.step-list-item-img .img-title{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
}
.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{
		background-image: url(../images/bg-result-sp.png);
	 }
	 .result-title-wrapper{
		padding-top: 3rem;
	 }
	.step-text{
		font-size: 20px;
		top: 17rem;
	}
	.step-text span{
		padding: 4px 16px;
	}
	.step-list{
		display: block;
		margin-top: 3rem;
	}
	.step-list-item{
		width: 100%;
		padding-bottom: 3em;
		margin-bottom: 0;
	}
	.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-top span{
		margin-top: 1rem;
	}
	.step-list-item-img img{
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	.step-list-title{
		font-size: 32px;
	}
	.step-list-point{
		font-size: 24px;
	}
	.step-list-point span{
		font-size: 18px;
	}
}

/*=============================
 * こんな所でご活用ください
 *============================= */
.practical .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;
}
.practical .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) {
	.practical{
		padding-bottom: 3em;
	}
	.practical .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: collapse;
	border: 1px solid #dcdcdc;
	width: 100%;
	margin-bottom: 45px;
}
.specification-table tr{
	border-bottom: 1px solid #dcdcdc;
}
.specification-table th{
	box-sizing: border-box;
	width: 167px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background-color: #8bbce5;
	color: #fff;
	border-right: 1px solid #dcdcdc;
	padding: 15px 0;
}
.specification-table td{
	font-size: 19px;
	padding: 15px;
}
.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{
		display: block;
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	.specification-table th,
	.specification-table td{
		box-sizing: border-box;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 1em;
		padding-right: 1em;
	}
	.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{
		margin-left: 0;
		margin-right: 0;
	}
	.faq-q{
		font-size: 16px;
		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: 16px;
		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;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color:#595858;
	display:block;
	line-height:50px;
	width:calc(100% - 40px);
	text-align:left;
}
 
.c2{
	background:#E8EEF9;
	padding:20px;
	margin:0 auto 0 auto;
	border-bottom:1px solid #ccc;
	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:#ff8080;
	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: #f5f5f5;
    border: #a9a9a9 1px solid;
    cursor: pointer;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%), 0 0 2px rgb(0 0 0 / 30%);
    text-shadow: 1px 1px 0px #fff;
    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%);
}

@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;
 }
.copylight{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:10px;
}

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

/*=============================
 * 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: 74px;
    background: #026eb7;
    top: 0px;
    right: 0px;
}
.contact-btn img{
	width: 36px;
	padding: 1.1rem;
    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: 25%;
    width: 100%;
    text-align: center;
}



/* .reason-img{
	display: none;
	transition: all 0.3s ease 0s;
}
.reason-list-item-top:hover .reason-img{
	display: block;
	animation: anim 0.3s;
}
  
@keyframes anim {
	0% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateX(0px);
	}
} */


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

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

#breadcrumb{
	margin-top: 4rem;
}
#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;
    margin-top: 4rem;
    font-size: 30px;
    letter-spacing: 10px;
    color: black;
    font-weight: 500;
}
.confirm_title_sub{
	text-align: center;
    margin: 3rem 0 1rem;
}
.confirm_table{
	background: #E8EEF9;
    padding-bottom: 3rem;
}
.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: 1rem;
	width: 25%;
}
.confirm_table table tr td{
	font-size: 1rem;
    padding: 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-top: 7rem;
		font-size: 20px;
		letter-spacing: 4px;
	}
	.confirm_table table{
		width: 100%;
	}
	.confirm_table table tr{
		width: 100%;
		display: block;
	}
	.confirm_table table tr th{
		width: 100%;
		display: block;
		text-align: center;
	}
	.confirm_table table tr td{
		width: 100%;
		display: block;
		text-align: center;
	}
	.confirm_btn{
		flex-direction: column-reverse;
		align-items: center;
	}
	.confirm_btn form{
		margin: 1rem 0;
	}
}
/* -------------------------------------
		complete 
------------------------------------- */

#complete_content{
	height: 80vh;
}
#complete_maincontent{
	text-align: center;
    padding: 11rem 0;
}
#complete_maincontent h2{
	text-align: center;
    font-size: 30px;
    letter-spacing: 10px;
    color: black;
    font-weight: 500;
    margin-bottom: 3rem;
}
#complete_maincontent .complete_title_sub{
	padding: 1rem 0;
}
@media screen and (max-width:768px){
	#complete_content{
		height: 95vh;
	}
	#complete_maincontent h2{
		font-size: 20px;
		letter-spacing: 4px;
	}
}
