@charset "utf-8";
@import url("reset.css");
@import url("returnFade.css");
@import url("formParts.css");

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

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


img{
	width: auto;
	height: 100%;
}


/* header */


body{
	border-top: 5px solid #007ccb;
}


/* header */

header{
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 88px;
	margin: 0 auto;
	padding: 15px 0 12px 0;
}

.headerLogo{
	width: 255px;
	height: 52px;
}

.headerLogo img{
	width: auto;
	height: 100%;
}

.spInq{
	display: flex;
	justify-content: space-between;
	width: 103px;
	height: 53px;
	padding: 5px 0 0 0;
}

.spInq a{
	display: block;
	width: 48px;
}

/* fv */

.fv{
	width: 100%;
	margin: 0 auto 10px auto;
}

.fv img{
	display: block;
	width: 100%;
	height: auto;
}

.spDisc{
	width: 95%;
	margin: 0 auto 25px auto;
	padding: 0 0 0 5px;
}

.spDisc img{
	display: block;
	width: 100%;
	height: auto;
}

/* panel */

.panel{
	position: relative;
	width: 95%;
	height: 336px;
	margin: 0 auto 11px auto;
}

.panelTag{
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	width: 95%;
	margin: 0 auto;
	height: 26px;
	z-index: 190;
	text-align: center;
}

.panelTag img{
	width: auto;
	height: 100%;
}

.panelHeader{
	position: relative;
	width: 100%;
	height: 71px;
	padding: 24px 0 11px 0;
	background-color: #27a2f0;
	border-radius: 4px 4px 0 0;
	z-index: 150;
}


.panelTitle{
	margin: 0 auto;
	width: 90%;
	height: 34px;
	text-align: center;
}

.panelBody{
	position: relative;
	width: 100%;
	height: 167px;
	padding: 7px 10px 10px 10px;
	background: linear-gradient(to left, #c8eaff 0%, #82cbfa 100%);
	z-index: 150;
	overflow: hidden;
}

.panelBaloon{
	display: none;
}

.panelStaff{
	position: absolute;
	bottom: 0;
	left: -30px;
	height: 160px;
}

.panelDisc{
	width: 297px;
	height: 71px;
	padding: 0 10px 0 0;
	margin: 0 0 7px auto;
	text-align: right;
}

.panelPrice{
	position: relative;
	width: 305px;
	height: 73px;
	margin: 0 0 0 auto;
	text-align: right;
	z-index: 165;
}

.panelPrice image{
	width: 100%;
	height: auto;
}

.panelFooter{
	width: 100%;
	height: 98px;
	border-radius: 0 0 4px 4px;
	background-image: url('../image/panelFooterBg.png');
	padding: 8px
}

.panelLogo{
	width: 210px;
	height: 30px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.panelTel{
	display: block;
	width: 95%;
	height: 35px;
	margin: 0 auto;
	text-align: center;
}

.panelTel img{
	width: auto;
	height: 100;
}

/* available */

.availableWpr{
	position: relative;
	width: 95%;
	height: 30px;
	margin: 0 auto 17px auto;
	border-radius: 3px;
	background-color: #138fdd;
}

.availableWpr::before{
	position: absolute;
	display: block;
	content: "";
	top: -7px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 0 3.5px 7px 3.5px;
	border-color: transparent transparent #27a2f0 transparent;
}

.availableSkew{
	display: flex;
	justify-content: center;
	width: 100%;
}

.availableIcon{
	margin: 0 5px 0 0;
	width: 24px;
	height: 26px;
	padding: 2px 0 0 0;
}

.available{
	height: 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 28px;
	color: #FFF;
}

.available span{
	margin: 0 2px 0 0;
	color: #fff332;
}

/* credit */

.creditWpr{
	width: 95%;
	margin: 0 auto 50px auto;
}

.creditLeed{
	width: 80%;
	height: 30px;
	margin: 0 auto 10px auto;
	background-color: #202020;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 29px;
}

.creditImg{
	width: 95%;
	margin: 0 auto;
}

.creditImg img{
	width: 100%;
	height: auto;
}

/* case */

.caseWpr{
	position: relative;
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 77px 0 15px 0;
	background-image: url('../image/nayamiBg.jpg');
}

.caseTitle{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 95%;
	height: 70px;
	text-align: center;
}

.caseTitle{
	
}

.caseUnitWpr{
	width: 95%;
	margin: 0 auto;
}

.caseUnit{
	position: relative;
	width: 100%;
	margin: 0 auto 28px auto;
	padding: 28px 10px 10px 10px;
	border-radius: 4px;
	background-color: #FFF;
}

.caseUnit:last-child{
	margin: 0 auto;
}


.caseUnitNumWpr{
	position: absolute;
	display: flex;
	justify-content: center;
	top: -8px;
	left: 0;
	right: 0;
	width: 128px;
	height: 27px;
	margin: 0 auto;
	background-color: #007ccb;
}

.caseUnitNumLeed{
	margin: 0 10px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	line-height: 25px;
}

.caseUnitNum{
	font-size: 23px;
	font-weight: 700;
	color: #FFF;
	line-height: 29px;
	font-family: Arial;
}

.caseUnitTitle{
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 auto 18px auto;
	font-size: 19px;
	font-weight: 900;
	border-bottom: 1px solid #bfdef2;
	text-align: center;
}

.caseUnitBodyWpr{
	width: 100%;
}

.caseUnitImgs{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 10px auto;
}

.caseUnitImg{
	position: relative;
	width: 49%;
}

.caseUnitImg img{
	width: 100%;
	height: auto;
}

.caseUnitImg div{
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 106px;
	height: 21px;
	border-radius: 11px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	font-style: oblique;
}

.beforeTag{
	background-color: #202020;
	color: #FFF;
}

.afterTag{
	background-color: #f87902;
	color: #fff332;
}

.caseUnitInfo{
	width: 100%;
}

.amountWpr{
	display: flex;
	justify-content: ;
	width: 100%;
	height: 27px;
	margin: 0 auto 8px auto;
}

.amountTag{
	width: 87px;
	height: 23px;
	margin: 0 10px 0 0;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	color: #fff332;
	background-color: #007ccb;
	text-align: center;
	line-height: 22px;
}

.amount{
	font-size: 23px;
	font-weight: 700;
	color: #ef4702;
	line-height: 23px;
}

.amount span{
	font-size: 17px;
}

.conditionWpr{
	display: flex;
	justify-content: ;
	height: 27px;
	margin: 0 auto 10px auto;
}

.condition{
	display: flex;
	justify-content: ;
	height: 23px;
}

.conditionTag{
	padding: 3px 7px;
	font-size: 12px;
	line-height: 15px;
	background-color: #c6c6c6;
	border-radius: 2px;
	color: #FFF;
	font-weight: 700;
}

.status{
	padding: 3px 7px;
	font-size: 12px;
	line-height: 15px;
	color: #202020;
	font-weight: 400;
}

.caseUnitBody{
	width: 100%;
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
}


/* compare */

.compareWpr{
	width: 100%;
	padding: 20px 0 10px 0;
}

.compare{
	width: 100%;
	margin: 0 auto;
}

.table{
	margin: 0 auto 40px auto;
	padding: 0 0 0 10px;
	text-align: center;
}

.scrollWpr{
	width: 100%;
	margin: 0 auto 5px auto;
	overflow-x: scroll;
}

.scroll{
    width: 700px;
	margin: 0 auto 10px 0;
    text-align: center;
}

.scroll img{
	width: 100%;
	padding: 0 10px 0 0;
	height: auto;
}

.scrollNotice{
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}


.campBanner{
	width: 95%;
	height: 116px;
	margin: 0 auto 30px auto;
	text-align: center;
}


/* step */

.stepWpr{
	position: relative;
	width: 100%;
	margin: 0 auto 35px auto;
	padding: 0;
	background-color: #fff332;
}

.stepArch{
	position: absolute;
	width: 100%;
	height: 65px;
	z-index: 400;
}

.stepArch img{
	width: 100%;
	height: 65px;
}

.stepPattern{
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
	background-image: url('../image/stepBg.png');
	background-repeat: repeat-x;
	z-index: 410;
}

.stepTitle{
	height: 75px;
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	text-align: center;
}

.stepUnitWpr{
	width: 95%;
	margin: 0 auto;

}
.stepUnit{
	position: relative;
	width: 100%;
	margin: 0 0 10px auto;
	padding: 10px;
	border-radius: 4px;
	background-color: #FFF;
}

.stepUnitHeader{
	display: flex;
	width: 100%;
	margin: 0 auto 12px auto;
	height: 32px;
	line-height: 21px;
	border-bottom: 1px solid #CCC;
	font-size: 21px;
	font-weight: 900;
	color: #3396d5;
}

.stepUnitNum{
	width: 80px;
	height: 22px;
	margin: 0 10px 0 0;
	background-color: #3396d5;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	transform: skewX(-15deg);
}

.stepUnitNum p{
	width: 100%;
	text-align: center;
	transform: skewX(15deg);
}

.stepUnitNum p span{
	margin: 0 0 0 5px;
}

.stepUnitTitle{
	width: 100%;
	margin: 0 auto 12px auto;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 900;
	color: #3396d5;
}

.stepUnitImg{
	width: 142px;
	height: 83px;
	padding: 0 0 0 13px;
}

.stepUnitBody{
	font-size: 13px;
	line-height: 21px;
}

.stepUnitBodyWpr{
	display: flex;
	justify-content: space-between;
}


.stepCardWpr{
	padding: 10px 0 0 0;
}

.stepCardLeed{
	width: 145px;
	height: 27px;
	margin: 0 0 10px 0;
	background-color: #202020;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 25px;
	color: #FFF;
}

.stepCardImg{
	width: 315px;
	height: 33px;
}

.stepCardImg img{
	width: 100%;
	height: auto;
}

/* voice */

.voiceWpr{
	width: 100%;
	margin: 0 auto 35px auto;
	padding: 25px 0 10px 0;
	background-image: url('../image/voiceBg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.voiceTitle{
	width: 95%;
	height: 112px;
	margin: 0 auto 10px auto;
	text-align: center;
}

.voiceUnitWpr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}

.voiceUnit{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 15px 25px 25px 25px;
	border-top: 4px solid #27a2f0;
	border-radius: 0 0 4px 4px;
	background-color: #FFF;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

.voiceUnitHeader{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	margin: 0 auto 15px auto;
}

.voiceUnitImg{
	width: 110px;
	height: 100px;
	text-align: center;
}

.voiceUnitInfoWpr{
	width: 210px;
	padding: 9px 0 0 0;
}

.voiceUnitInfoSec{
	display: flex;
	width: 100%;
	height: 23px;
	margin: 0 auto 8px auto;
	border: 1px solid #727272;
}

.voiceUnitInfoItem{
	width: 80px;
	height: 23px;
	background-color: #727272;
	font-size: 12px;
	font-weight: 700;
	color: #ffe400;
	line-height: 21px;
	text-align :center;
}

.voiceUnitInfoSec div:last-child{
	width: 130px;
	height: 23px;
	font-size: 12px;
	font-weight: 700;
	line-height: 21px;
	text-align :center;
}

.voiceUnitInfoPrice{
	color: #cc0000;
}

.voiceUnitInfoStar{
	font-size: 20px;
	color: #f77302;
}

.voiceUnitLetter{
	width: 100%;
	
}

.voiceUnitLetter img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

/* resonable */

.resonableWpr{
	width: 100%;
	padding: 10px 0 15px 0;
	background-image: url('../image/reasonable_bg.png');
}

.resonableTitle{
	width: 95%;
	height: 46px;
	text-align: center;
	margin: 0 auto 20px auto;
}

.resonableBodyWpr{
	position: relative;
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	border: 5px solid #fff332;
	border-radius: 4px;
	background-color: #fff884;
	background-image: url('../image/yen.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	font-size: 14px;
	font-weight: 700;
	color: #202020;
	line-height: 25px;
}

.resonableBodyWpr span{
	font-weight: 900;
	color: #CC0000;
	text-decoration: underline;
}

.resonableArow{
	position: absolute;
	top: -19px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 38px;
	height: 38px;
	transform: rotate(90deg);
}

/* faq */

.faqWpr{
	width: 100%;
	padding: 28px 0 15px 0;
	background-color: #fffbd6;
	border-bottom: 5px solid #FFF;
}

.faqTitle{
	display: flex;
	justify-content: center;
	height: 44px;
	margin: 0 auto 28px auto;
}

.faqTitleImg{
	height: 44px;
}

.faqTitleLeed{
	width: 150px;
	height: 44px;
	font-size: 19px;
	font-weight: 700;
	color: #007ccb;
	text-align: center;
	line-height: 42px;
}

.faqUnitWpr{
	width: 95%;
	margin: 0 auto;
}

.faqUnit{
	width: 100%;
	margin: 0 auto 10px auto;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
}

.faqUnit:last-child{
	margin: 0 auto;
}

.qWpr{
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #27a2f0;
}

.qIcon{
	position: absolute;
	top: 8px;
	left: 10px;
	width: 21px;
	height: 21px;
	font-size: 23px;
	line-height: 25px;
	color: #FFF;
	font-family: Arial;
	font-weight: 700;
}

.qBody{
	width: 100%;
	padding: 0 0 0 35px;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #FFF;
}

.aWpr{
	position: relative;
	width: 100%;
}

.aIcon{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 21px;
	height: 21px;
	font-size: 23px;
	line-height: 25px;
	color: #27a2f0;
	font-family: Arial;
	font-weight: 700;
}

.aBodyWpr{
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 10px 35px;
}

.aBody{
	width: 70%;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #202020;
	line-height: 22x;
}

.aBodyImg{
	width: 30%;
	text-align: center;
}

.aBodyImg img{
	width: 100%;
	height: auto;
}

/* maker */

.makerWpr{
	width: 100%;
	margin: 0 auto 30px auto;
	background-color: #f0f0f0;
	padding: 17px 0 10px 0;
}

.makerInnerWpr{
	position: relative;
	width: 95%;
	margin: 0 auto;
}

.makerTitle{
	width: 95%;
	margin: 0 auto 10px auto;
	text-align: center;
}

.makerTitle img{
	width: 100%;
	height: auto;
}

.makerLogos{
	width: 100%;
	margin: 0 0 0 auto;
	border-radius: 4px;
	background-color: #FFF;
	padding: 10px 15px;
	text-align: center;
}

.makerLogos img{
	width: 100%;
	height: auto;
}


/* company */

.company{
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 10px 0;
}

.companyTitleWpr{
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 77px;
	margin: 0 auto 15px auto;
	background-color: #2a2a2a;
}

.companyTitle{
	position: relative;
	width: 100px;
	height: 77px;
}

.companyTitleCharWpr{
	width: 100px;
	padding: 20px 0 0 10px;
	font-size: 27px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

.charJp{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.charEn{
	font-size: 11px;
	font-weight: 400;
	line-height: 12px;
}

.comInfo{
	width: 95%;
	margin: 0 auto;
	border-top: 1px solid #dae0e0;
}

.comInfo tr td{
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #dae0e0;
	vertical-align: top;
}

.comInfo tr td div{
	margin: 0 0 10px 0;
}

.comInfo tr td:first-child{
	width: 100%;
	background-color: #f7f7f7;
}

.comInfo tr td:first-child p{
	height: 23px;
	padding: 0 0 0 13px;
	border-left: 4px solid #1293d9;
	font-size: 14px;
	font-weight: 700;
}

iframe{
	width: 100%;
	height: 200px;
	border: 1px solid #dae0e0;
}

/* footer */

footer{
	width: 100%;
	text-align: center;
}

.footerUpr{
	width: 100%;
	height: 80px;
	padding: 10px 0 15px 0;
	text-align: center;
	border-bottom: 1px solid #dae0e0;
}

.footerLwr{
	display: block;
	text-align: center;
	padding: 15px 0;
}

footer a{
	color: #202020;
}


/* privacy */


.ppContTitle{
	font-size: 16px;
	font-weight: 700;
	color: #202020;
	text-align: center;
}

.ppContTitleBar{
	width: 100px;
	height: 6px;
	margin: 0 auto;
	background-color: #37a600;
}


.ppBodyWpr{
	width: 100%;
	padding: 0 0 0 0;
}

.ppContTitleWpr{
	width: 100%;
	padding: 20px 0 20px 0;
	border-top: 1px solid #CCC;
}

.privcyTitleTag{
	width: 215px;
	height: 33px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 17px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: center;
	line-height: 32px;
}

.privcyBodyWpr{
	width: 100%;
	padding: 10px 0;
	background-color: #f5f6e3;
}

.privcyBody{
	width: 95%;
	margin: 0 auto;
	padding: 20px 25px;
	background-color: #FFF;
}

.privcyBody p{
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 23px;
}

.privcyBody p span{
	font-weight: 700;
}

.returnTop{
	display: block;
	width: 200px;
	height: 44px;
	margin: 0 auto;
	background-color: #8dc220;
	border-radius: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	line-height: 43px;
	text-align: center;
}

.pc{
	display: none;
}

}

@media screen and (min-width:737px){

body{
	border-top: 5px solid #007ccb;
}


/* header */

header{
	display: flex;
	justify-content: space-between;
	width: 1010px;
	height: 126px;
	margin: 0 auto;
	padding: 26px 0 23px 0;
}

.headerLogo{
	width: 375px;
	height: 67px;
}

.headerTelWpr{
	width: 385px;
	height: 74px;
	padding: 0 15px 0 0;
}

.headercardsWpr{
	display: flex;
	justify-content:space-between;
	margin: 0 0 9px 0;
}

.headerCardsLeed{
	width: 200px;
	height: 25px;
	font-size: 13.5px;
	font-weight: 700;
	color: #202020;
}

.headerCards{
	width: 185px;
	height: 23px;
	padding: 0 0 0 4px;
}

.headerTelNum{
	display: block;
	width: 100%;
	padding: 0 5px 0 0;
}

.headerTelNum img{
	width: 100%;
	height: auto;
}

.headerLine{
	width: 230px;
	height: 77px;
}

/* fv */

.fv{
	width: 100%;
	height: 567px;
	margin: 0 auto 75px 0;
	background-image: url('../image/fvBg.jpg');
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}

.fvInner{
	position: relative;
	width: 1010px;
	height: 567px;
	margin: 0 auto;
	z-index: 50;
}

.fvStaff{
	position: absolute;
	bottom: 0;
	right: -18px;
	width: 414px;
	height: 568px;
	z-index: 60;
}

.medals{
	position: absolute;
	top: 28px;
	left: 30px;
	width: 436px;
	height: 148px;
	z-index: 60;
}

.areaTag{
	position: absolute;
	top: 50px;
	left: 475px;
	width: 250px;
	height: 104px;
	z-index: 60;
}

.fvMainCatch{
	position: absolute;
	top: 188px;
	left: 0;
	width: 665px;
	height: 214px;
	z-index: 60;
}

.fvPrice{
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 588px;
	height: 149px;
	z-index: 60;
}

.fvDisc{
	position: absolute;
	bottom: 18px;
	right: -23px;
	width: 433px;
	height: 133px;
	z-index: 60;
}


/* panel */

.panel{
	position: relative;
	width: 1010px;
	height: 371px;
	margin: 0 auto 15px auto;
}

.panelTag{
	position: absolute;
	top: -29px;
	right: 19px;
	width: 626px;
	height: 42px;
	z-index: 190;
}

.panelHeader{
	position: relative;
	width: 100%;
	height: 107px;
	padding: 28px 20px 0 0;
	background-color: #27a2f0;
	border-radius: 4px 4px 0 0;
	z-index: 150;
}


.panelTitle{
	margin: 0 0 0 auto;
	width: 602px;
	height: 64px;
}

.panelBody{
	position: relative;
	width: 100%;
	height: 131px;
	background: linear-gradient(to left, #82cbfa 0%, #c8eaff 50%, #82cbfa 100%);
	z-index: 150;
}

.panelBaloon{
	position: absolute;
	top: -84px;
	left: 120px;
	width: 243px;
	height: 92px;
}

.panelStaff{
	position: absolute;
	bottom: 0;
	left: 6px;
	width: 189px;
	height: 234px;
}

.panelDisc{
	position: absolute;
	bottom: 18px;
	left: 163px;
	width: 348px;
	height: 104px;
}

.panelPrice{
	position: absolute;
	top: 12px;
	right: 12px;
	width: 460px;
	height: 109px;
}

.panelFooter{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 133px;
	border-radius: 0 0 4px 4px;
	background-image: url('../image/panelFooterBg.png');
	padding: 25px
}

.panelLogo{
	width: 165px;
	height: 87px;
}

.panelTel{
	display: block;
	width: 780px;
	height: 85px;
}

/* available */

.availableWpr{
	width: 1010px;
	height: 52px;
	margin: 0 auto 55px auto;
	border-radius: 3px;
	background-color: #138fdd;
}

.availableSkew{
	display: flex;
	justify-content: center;
	width: 630px;
	height: 52px;
	margin: 0 auto;
	transform: skewX(-15deg);
	background-color: #27a2f0;
}

.availableIcon{
	margin: 0 10px 0 0;
	width: 35px;
	height: 52px;
	padding: 7px 0 0 0;
	transform: skewX(15deg);
}

.available{
	width: 480px;
	height: 52px;
	transform: skewX(15deg);
	font-size: 24px;
	font-weight: 700;
	line-height: 50px;
	color: #FFF;
}

.available span{
	margin: 0 4px 0 0;
	color: #fff332;
}

/* credit */

.creditWpr{
	display: flex;
	justify-content: space-between;
	width: 900px;
	height: 50px;
	margin: 0 auto 100px auto;
}

.creditLeed{
	width: 388px;
	height: 43px;
	margin: 3px 0 0 0;
	background-color: #202020;
	font-size: 17px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 41px;
}

/* case */

.caseWpr{
	position: relative;
	width: 100%;
	margin: 0 auto 85px auto;
	padding: 145px 0 55px 0;
	background-image: url('../image/nayamiBg.jpg');
}

.caseTitle{
	position: absolute;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 801px;
	height: 155px;
}

.caseUnitWpr{
	width: 1010px;
	margin: 0 auto;
}

.caseUnit{
	position: relative;
	width: 100%;
	height: 258px;
	margin: 0 auto 24px auto;
	padding: 19px 25px 24px 15px;
	border-radius: 4px;
	background-color: #FFF;
}

.caseUnit:last-child{
	margin: 0 auto;
}


.caseUnitNumWpr{
	position: absolute;
	top: -8px;
	left: 16px;
	width: 77px;
	height: 77px;
}

.caseUnitTitle{
	width: 100%;
	height: 41px;
	padding: 0 0 0 95px;
	margin: 0 auto 27px auto;
	font-size: 25px;
	font-weight: 900;
	border-bottom: 1px solid #bfdef2;
}

.caseUnitBodyWpr{
	display: flex;
	justify-content: space-between;
	width: 100%;
	
}

.caseUnitImgs{
	display: flex;
	justify-content: space-between;
	width: 387px;
}

.caseUnitImg{
	position: relative;
	width: 189px;
	height: 141px;
}

.caseUnitImg div{
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 106px;
	height: 21px;
	border-radius: 11px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-align: center;
	font-style: oblique;
}

.beforeTag{
	background-color: #202020;
	color: #FFF;
}

.afterTag{
	background-color: #f87902;
	color: #fff332;
}

.caseUnitInfo{
	width: 557px;
}

.amountWpr{
	display: flex;
	justify-content: ;
	width: 100%;
	height: 27px;
	margin: 0 auto 14px auto;
}

.amountTag{
	width: 115px;
	height: 28px;
	margin: 0 20px 0 0;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 700;
	color: #fff332;
	background-color: #007ccb;
	text-align: center;
	line-height: 27px;
}

.amount{
	font-size: 31px;
	font-weight: 700;
	color: #ef4702;
	line-height: 23px;
}

.amount span{
	font-size: 23px;
}

.conditionWpr{
	display: flex;
	justify-content: ;
	height: 27px;
	margin: 0 auto 20px auto;
}

.condition{
	display: flex;
	justify-content: ;
	height: 27px;
}

.conditionTag{
	padding: 5px 20px;
	font-size: 15px;
	line-height: 15px;
	background-color: #c6c6c6;
	border-radius: 2px;
	color: #FFF;
	font-weight: 700;
}

.status{
	padding: 5px 20px;
	font-size: 15px;
	line-height: 15px;
	color: #202020;
	font-weight: 400;
}

.caseUnitBody{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.compare{
	width: 1010px;
	margin: 0 auto 55px auto;
	padding: 30px 0 0 0;
}

.compareTable{
	width: 100%;
}

.campBanner{
	width: 1010px;
	margin: 0 auto 80px auto;
}

/* step */

.stepWpr{
	position: relative;
	width: 100%;
	margin: 0 auto 85px auto;
	padding: 0;
	background-color: #fff332;
}

.stepArch{
	position: absolute;
	width: 100%;
	height: 190px;
	z-index: 400;
}

.stepArch img{
	width: 100%;
	height: 165px;
}

.stepPattern{
	position: relative;
	width: 100%;
	height: 1100px;
	background-image: url('../image/stepBg.png');
	background-repeat: repeat-x;
	z-index: 410;
}

.stepTitle{
	margin: 0 auto 40px auto;
	padding: 10px 0 0 0;
	text-align: center;
}

.stepUnitWpr{
	width: 650px;
	margin: 0 auto;

}
.stepUnit{
	position: relative;
	width: 600px;
	margin: 0 0 14px auto;
	padding: 20px 10px 24px 60px;
	border-radius: 4px;
	background-color: #FFF;
}

.stepUnitNumWpr{
	position: absolute;
	top: 15px;
	left: -37px;
	width: 75px;
	height: 75px;
	padding: 14px 0 0 0;
	border-radius: 38px;
	background-color: #3396d5;
}

.stepUnitNumLeed{
	height: 16px;
	margin: 0 0 9px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 16px;
	color: #FFF;
	font-family: Arial;
}

.stepUnitNum{
	font-size: 37px;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	color: #FFF;
	font-family: Arial;
}

.stepUnitImg{
	position: absolute;
	top: 14px;
	right: -15px;
	width: 173px;
	height: 115px;
}

.stepUnitTitle{
	width: 100%;
	margin: 0 auto 12px auto;
	height: 31px;
	line-height: 21px;
	border-bottom: 1px solid #CCC;
	font-size: 21px;
	font-weight: 900;
	color: #3396d5;
}

.stepUnitBody{
	width: 100%;
	padding: 0 170px 0 0;
	font-size: 15px;
	line-height: 21px;
}

.stepCardWpr{
	display: flex;
	padding: 25px 0 0 0;
}

.stepCardLeed{
	width: 150px;
	height: 33px;
	margin: 0 10px 0 0;
	background-color: #202020;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	line-height: 31px;
	color: #FFF;
}

.stepCardImg{
	width: 315px;
	height: 33px;
}

.stepCardImg img{
	width: 100%;
	height: auto;
}

/* voice */

.voiceWpr{
	width: 100%;
	margin: 0 auto 85px auto;
	padding: 45px 0 50px 0;
	background-image: url('../image/voiceBg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.voiceTitle{
	margin: 0 auto 30px auto;
	text-align: center;
}

.voiceUnitWpr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1010px;
	margin: 0 auto;
}

.voiceUnit{
	width: 500px;
	height: 490px;
	margin: 0 0 22px 0;
	padding: 24px 35px 35px 35px;
	border-top: 5px solid #27a2f0;
	border-radius: 0 0 4px 4px;
	background-color: #FFF;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

.voiceUnitHeader{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 120px;
	margin: 0 auto 30px auto;
}

.voiceUnitImg{
	width: 116px;
	height: 120px;
	text-align: center;
}

.voiceUnitInfoWpr{
	width: 285px;
	padding: 9px 0 0 0;
}

.voiceUnitInfoSec{
	display: flex;
	width: 285px;
	height: 30px;
	margin: 0 auto 8px auto;
	border: 1px solid #727272;
}

.voiceUnitInfoItem{
	width: 110px;
	height: 28px;
	background-color: #727272;
	font-size: 15px;
	font-weight: 700;
	color: #ffe400;
	line-height: 27px;
	text-align :center;
}

.voiceUnitInfoSec div:last-child{
	width: 175px;
	height: 28px;
	font-size: 15px;
	font-weight: 700;
	line-height: 27px;
	text-align :center;
}

.voiceUnitInfoPrice{
	color: #cc0000;
}

.voiceUnitInfoStar{
	font-size: 20px;
	color: #f77302;
}

.voiceUnitLetter{
	width: 100%;
	
}

.voiceUnitLetter img{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}

/* resonable */

.resonableWpr{
	width: 100%;
	padding: 25px 0 60px 0;
	background-image: url('../image/reasonable_bg.png');
}

.resonableTitle{
	text-align: center;
	margin: 0 auto 20px auto;
}

.resonableBodyWpr{
	position: relative;
	width: 690px;
	height: 114px;
	margin: 0 auto;
	padding: 15px 0 15px 40px;
	border: 5px solid #fff332;
	border-radius: 4px;
	background-color: #fff884;
	background-image: url('../image/yen.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-size: 24px;
	font-weight: 700;
	color: #202020;
	line-height: 36px;
}

.resonableBodyWpr span{
	font-weight: 900;
	color: #CC0000;
	text-decoration: underline;
}

.resonableArow{
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	margin: auto 0;
	width: 59px;
	height: 59px;
}

/* faq */

.faqWpr{
	width: 100%;
	padding: 60px 0 55px 0;
	background-color: #fffbd6;
	border-bottom: 5px solid #FFF;
}

.faqTitle{
	display: flex;
	justify-content: space-between;
	width: 360px;
	margin: 0 auto 50px auto;
}

.faqTitleImg{
	width: 170px;
	height: 58px;
}

.faqTitleLeed{
	width: 190px;
	height: 58px;
	font-size: 25px;
	font-weight: 700;
	color: #007ccb;
	text-align: right;
	line-height: 55px;
}

.faqUnitWpr{
	width: 710px;
	margin: 0 auto;
}

.faqUnit{
	width: 100%;
	margin: 0 auto 17px auto;
	background-color: #FFF;
	border-radius: 4px;
	overflow: hidden;
}

.faqUnit:last-child{
	margin: 0 auto;
}

.qWpr{
	position: relative;
	width: 100%;
	height: 46px;
	background-color: #27a2f0;
}

.qIcon{
	position: absolute;
	top: 12px;
	left: 17px;
	width: 21px;
	height: 21px;
	font-size: 25px;
	line-height: 25px;
	color: #FFF;
	font-family: Arial;
	font-weight: 700;
}

.qBody{
	width: 100%;
	height: 46px;
	padding: 0 0 0 55px;
	font-size: 19px;
	font-weight: 400;
	line-height: 44px;
	color: #FFF;
}

.aWpr{
	position: relative;
	width: 100%;
}

.aIcon{
	position: absolute;
	top: 18px;
	left: 17px;
	width: 21px;
	height: 21px;
	font-size: 25px;
	line-height: 25px;
	color: #27a2f0;
	font-family: Arial;
	font-weight: 700;
}

.aBodyWpr{
	display: flex;
	justify-content: space-between;
	padding: 18px 22px 22px 55px;
}

.aBody{
	width: 440px;
	font-size: 16px;
	font-weight: 700;
	color: #202020;
	line-height: 27px;
}

.aBodyImg{
	width: 180px;
	text-align: center;
}

/* maker */

.makerWpr{
	width: 100%;
	margin: 0 auto 75px auto;
	background-color: #f0f0f0;
	padding: 25px 0;
}

.makerInnerWpr{
	position: relative;
	width: 850px;
	margin: 0 auto;
}

.makerTitle{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 222px;
	height: 222px;
}

.makerLogos{
	width: 605px;
	margin: 0 0 0 auto;
	border-radius: 4px;
	background-color: #FFF;
	padding: 16px 30px;
	text-align: center;
}



















/* company */

.company{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 70px 0;
}

.companyTitleWpr{
	display: flex;
	justify-content: space-between;
	width: 1010px;
	height: 105px;
	margin: 0 auto 30px auto;
	background-color: #2a2a2a;
}

.companyTitle{
	position: relative;
	width: 260px;
	height: 105px;
}

.companyTitleCharWpr{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	margin: auto 0;
	display: flex;
	justify-content: space-between;
	width: 260px;
	height: 24px;
	font-size: 27px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

.charJp{
	padding: 0 0 0 12px;
	border-left: 4px solid #FFF;
	width: 140px;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}

.charEn{
	width: 120px;
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
}

.comInfo{
	width: 1010px;
	margin: 0 auto;
	border-top: 1px solid #dae0e0;
}

.comInfo tr td{
	padding: 13px 20px;
	border-bottom: 1px solid #dae0e0;
	vertical-align: top;
}

.comInfo tr td div{
	margin: 0 0 10px 0;
}

.comInfo tr td:first-child{
	width: 265px;
	background-color: #f7f7f7;
}

.comInfo tr td:first-child p{
	height: 23px;
	padding: 0 0 0 13px;
	border-left: 4px solid #1293d9;
	font-size: 14px;
	font-weight: 700;
}

iframe{
	width: 650px;
	height: 300px;
	border: 1px solid #dae0e0;
}

/* footer */

footer{
	width: 100%;
	border-top: 1px solid #dae0e0;
	text-align: center;
}

.footerUpr{
	width: 100%;
	padding: 25px 0;
	text-align: center;
	border-bottom: 1px solid #dae0e0;
}

.footerLwr{
	display: block;
	text-align: center;
	padding: 25px 0;
}

footer a{
	color: #202020;
}

/* privacy */


.ppContTitleWpr{
	width: 100%;
	margin: 0 0 60px 0;
}

.ppContTitle{
	height: 43px;
	font-size: 22px;
	font-weight: 700;
	color: #202020;
	text-align: center;
}

.ppContTitleBar{
	width: 100px;
	height: 6px;
	margin: 0 auto;
	background-color: #37a600;
}


.ppBodyWpr{
	width: 100%;
	padding: 0 0 70px 0;
}

.ppContTitleWpr{
	width: 100%;
	height: 120px;
	padding: 50px 0 40px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.privcyTitleTag{
	width: 215px;
	height: 33px;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 17px;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: center;
	line-height: 32px;
}

.privcyBodyWpr{
	width: 100%;
	padding: 0;
}

.privcyBody{
	width: 665px;
	margin: 0 auto 40px auto;
	padding: 50px 55px;
	background-color: #f5f6e3;
}

.privcyBody p{
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 27px;
}

.privcyBody p span{
	font-weight: 700;
}

.returnTop{
	display: block;
	width: 200px;
	height: 44px;
	margin: 0 auto;
	background-color: #8dc220;
	border-radius: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	line-height: 43px;
	text-align: center;
}

.sp,
.modal{
	display: none;
}

}