@charset "utf-8";
@import url("returnFade.css");
@import url("formParts.css");
@import url("slick.css");
@import url("slick-theme.css");

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
}

@media screen and (max-width:736px){

body{
	position: relative;
	padding: 0 0 96px 0;
}

.noFooter{
	padding: 0;
}

/* header */

header{
	width: 100%;
	height: 54px;
	padding: 12px 0;
}

.stepHeader{
	margin: 0 auto 10px auto;
}

.headerInner{
	width: 100%;
	height: 30px;
}

.headerLogo{
	height: 33px;
	text-align: center;
}

.headerLogo img{
	width: auto;
	height: 30px;
}

.headerInqWpr{

}

.blueBanner{
	width: 100%;
	padding: 10px 0;
	background-color: #0C1C5F;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	line-height: 21px;
}

.blueBanner span{
	color: #ffff00;
}

/* fv */
.fvOuter{
	position: relative;
	width: 100%;
	height: 230px;
	background: linear-gradient(to bottom, #d75a66 0%,#d75a66 25%, #C71122 60%, #C71122 100%);
	box-shadow: 0 4px 6px rgba(0,0,0,.5);
	z-index: 50;
}

.fv{
	width: 330px;
	margin: 0 auto;
	padding: 14px 0 11px 0;
}

.fvUpr{
	width: 100%;
	margin: 0 0 10px 0;
}

.fvTitle{
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.fvEarth{
	position: absolute;
	width: 40px;
	top: -5px;
	left: -20px;
	z-index: 100;
}

.gpTitle{
	position: relative;
	width: 310px;
	top: 0;
	z-index: 110;
}

.gpTitle img{
	width: 310px;
	height: auto;
}

.whiteRound{
	position: relative;
	width: 220px;
	height: 49px;
	margin: 2px 10px 0 0;
	padding: 4px 0;
	border-radius: 25px;
	background-color: #FFF;
	font-size: 14px;
	color: #202020;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0;
	font-weight: 700;
	z-index: 101;
}

.whiteRound span{
	color: #CC0000;
}

.mainTitle{
	width: 100%;
	position: relative;
	margin: 0 0 0 15px;
	z-index: 102;
}

.mainTitle .fvEarth img{
	position: relative;
	width: 40px;
	height: auto;
	z-index: 105;
}

.device{
	width: 102px;
}

.device img{
	width: 102px;
	height: auto;
}

.fvlwr{
	width: 100%;
}

.skewWpr{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 10px 0;
}

.fvSkew{
	display: block;
	margin: 0 10px 0 0;
	padding: 0 20px;
	background-color: #FFF;
	border-left: 4px solid #FFEA00;
	font-size: 19px;
	font-weight: 900;
	color: #CC0000;
	line-height: 35px;
	transform: skewX(-15deg);
}

.fvLabel{
	width: 330px;
	margin: 12px auto 0 auto;
	border-radius: 4px;
	background-color: #FFEA00;
	font-size: 14px;
	font-weight: 900;
	color: #CC0000;
	line-height: 33px;
	text-align: center;
}

.fvLabel i{
	margin: 0 10px 0 0 ;
	font-size: 14px;
	color: #202020;
	line-height: 33px;
}

/* navButton */
.navButtonOuter{
	position: relative;
	width: 100%;
	background-image: url('../image/skyBlueBg.png');
	padding: 15px 0;
	z-index: 40;
}

.navButtonWpr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
}

.navButton.red{
	display: block;
	position: relative;
	width: 100%;
	height: 215px;
	padding: 20px 13px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #C71122 0%, #C71122 100%);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	text-align: center;
	color: #FFF;
}

.navButton.red:hover{
	background: linear-gradient(to bottom, #C71122 0%, #a3000f 100%);
}

.navButton.navy{
	display: block;
	position: relative;
	width: 49%;
	margin: 10px 0 0 0;
	padding: 15px 10px 7px 10px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #506987 0%, #506987 100%);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	text-align: center;
	color: #FFF;
}

.navButton.navy:hover{
	background: linear-gradient(to bottom, #506987 0%, #38516f 100%);
}

.navButton.red .whiteArch{
	position: absolute;
	width: 347px;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navButton.navy .whiteArch{
	position: absolute;
	width: 97%;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navButton .whiteArch img{
	width: 100%;
	height: auto;
}

.navButton div span{
	color: #ffea00;
}

.packName{
	margin: 0 0 16px 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 26px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.red .packName{
	margin: 0 0 16px 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 32px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.navy .packName{
	margin: 0 ;
	font-size: 17px;
	color: #FFF;
}

.navy .packName span{
	margin: 0 ;
	font-size: 17px;
	color: #ffea00;
}

.packPrice{
	margin: 0 0 15px 0;
	font-size: 15px;
}

.navy .packPrice{
	margin: 0 0 8px 0;
}

.navy .packPrice span{
	margin: 0 0 15px 0;
	font-size: 19px;
}

.navButton div span{
	margin: 0 4px;
	font-size: 31px;
	font-weight: 900;
}

.navButton div span.mid{
	margin: 0 4px 0 0;
	font-size: 14px;
	color: #FFF;
	font-weight: 700;
}

.packNote{
	width: 100%;
	padding: 5px 0;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2) inset;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #202020;
}

.navButton:hover .packNote{
	background-color: #FFEA00;
}

.red .packNote{
	width: 100%;
	padding: 7px 0;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2) inset;
	font-size: 17px;
	font-weight: 700;
	line-height: 23px;
	color: #202020;
}

.navButton .packNote span{
	font-size: 16px;
	color: #CC0000;
}

.greenArrow{
	font-size: 26px;
	color: #42FF00;
}


/* pack */
.packOuter{
	width: 100%;
	padding: 30px 0 35px 0;
	background-image: url('../image/slashBorder.png');
	background-repeat: repeat-x;
}

.packOuterNarrow{
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	background-image: url('../image/slashBorder.png');
	background-repeat: repeat-x;
}

.packUnit{
	width: 95%;
	margin: 0 auto;
}

.pacTitleWpr{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto 70px auto;
}

.packTitleEn{
	font-size: 40px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 36px;
	letter-spacing: -0.1rem;
}

.packTitle{
	position: absolute;
	font-size: 25px;
	font-weight: 900;
	color: #c71122;
	top: 60px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.packTitle.navy{
	color: #506987;
}

.packTitleBar{
	position: absolute;
	width: 175px;
	height: 3px;
	top: 95px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #202020;
}

.featureUnitWpr{

}

.cnFeatureUnitOuter{
	position: relative;
	width: 330px;
	margin: 0 auto 25px auto;
}

.cnFeatureUnit{
	position: relative;
	width: 330px;
	margin: 0 auto 7px auto;
	padding: 0 0 10px 0;
	background-color: #C61122;
	border-radius: 4px;
	overflow: hidden;
}

.awFeatureUnit{
	position: relative;
	width: 330px;
	margin: 0 0 7px 0;
	padding: 0 0 10px 0;
	background-color: #506987;
	border-radius: 4px;
	overflow: hidden;
}

.unitNumWpr{
	position: absolute;
	display: flex;
	justify-content: center;
	width: 131px;
	padding: 5px 0 ;
	background-color: #FFEA00;
	border: 3px solid #FFF;
	border-radius: 3px;
	top: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 330;
}

.unitNum{
	font-size: 17px;
	font-weight: 700;
	color: #202020;
}

.unitNumCircle{
	margin: 1px 0 0 8px;
	width: 21px;
	height: 21px;
	border-radius: 10px;
	background-color: #202020;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #FFEA00;
}

.featureUnitSlash{
	position: absolute;
	width: 300px;
	height: 166px;
	left: 160px;
	background-color: #D1404D;
	transform: skewX(-15deg);
	z-index: 310;
}

.awFeatureUnit .featureUnitSlash{
	position: absolute;
	width: 300px;
	height: 166px;
	left: 160px;
	background-color: #73879F;
	transform: skewX(-15deg);
	z-index: 310;
}

.featureUnitLeed{
	position: relative;
	padding: 25px 0 0 0;
	font-size: 14px;
	font-weight: 900;
	color: #FFF;
	line-height: 22px;
	text-align: center;
	z-index: 320;
}

.cnFeatureUnitOuter .awFeatureUnit .featureUnitLeed.fl{
	margin: 0;
}


.featureUnitLeed span{
	color: #FFEA00;
}

.featureUnitBody{
	font-size: 13px;
	color: #202020;
	line-height: 19px;
}


/* fee */

.feeWpr{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 35px 0;
}

.blockTitle{
	margin: 0 0 20px 0;
	font-size: 26px;
	font-weight: 900;
	color: #202020;
	text-align: center;
}

.tableTitle{
	width: 95%;
	height: 44px;
	margin: 0 auto;
	background-color: #979797;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	line-height: 43px;
	text-align: center;
}

table.feeList{
	width: 95%;
	margin: 0 auto 20px auto;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
}

table.feeList tr.split{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

table.feeList tr td{
	display: block;
	width: 100%;
	padding: 8px;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	background-color: #F1FAFD;
	color: #202020;
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

table.feeList tr td.pc{
	display: none;
}

table.feeList tr td.sp{
	display: block;
}

table.feeList tr td.flexCell{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
}

table.feeList tr td.flexCell div{
	width: 50%;
	border-top: 1px solid #979797;
	padding: 8px;
}

table.feeList tr td.flexCell div:nth-child(2n-1){
	border-right: 1px solid #979797;	
}

table.feeList tr td.flexCell div:first-child,
table.feeList tr td.flexCell div:nth-child(2){
	border-top: 0px solid #979797;	
}

table.feeList tr td.flexCell div.tabCell{
	background-color: #F1FAFD;
}

table.feeList tr td:first-child{
	background-color: #C3E9F3;
}

table.feeList tr td:last-child{
	background-color: #FFF;
}

table.feeList tr td.sub{
	background-color: #F1FAFD;
}

table.feeList tr td span.large{
	margin: 0 3px 0 0;
	font-size: 24px;
	font-weight: 900;
}

table.feeList tr td span.mid{
	margin: 0 3px 0 0;
	font-size: 23px;
	font-weight: 700;
}

table.feeList tr td span.red{
	color: #CC0000;
}

table.feeList tr td span.small{
	font-size: 14px;
	font-weight: 400;
}

/*　chargeGraph　*/

.charge{
	width: 95%;
	margin: 0 auto;
}

.chargeTitle{
	margin: 0 0 25px 0;
	font-size: 25px;
	font-weight: 900;
	text-align: center;
	color: #202020;
}

.chargeWpr{
	width: 100%;
	padding: 10px;
	border: 3px solid #D4D4D4;
	border-radius: 5px;
}

.chargeLeed{
	width: 100%;
	margin: 0 auto 25px auto;
	background-color: #FFF;
	padding: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #202020;
	line-height: 22px;
	border-radius: 4px;
}

.chargeLeed span{
	font-size: 12px;
	font-weight: 400;
}

.chargeGraph{
	width: 100%;
	padding: 0 0 0 10px;
}

.chargeGraph img{
	width: 100%;
	height: auto;
}


/* inq unit */

.inqUnitWpr{
	width: 100%;
	padding: 15px;
	background-image: url('../image/skyBlueBg.png');
}

.inqUnitTitle{
	display: block;
	position: relative;
	width: 90%;
	height: 20px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-size: 16px;
	color: #14175E;
	line-height: 20px;
}

.inqUnitTitle::before{
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	top: 0x;
	left: 5px;
	width: 3px;
	border-right: 3px solid #14175E;
	border-left: 3px solid #14175E;
	transform: skew(20deg);
}

.inqUnitTitle::after{
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	top: 0px;
	right: 5px;
	width: 3px;
	border-right: 3px solid #14175E;
	border-left: 3px solid #14175E;
	transform: skew(-20deg);
}

.inqUnitTitle span{
	font-weight: 900;
}

.inqUnitInnerWpr{
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 18px;
	background-color: #FFF;
	border-radius: 4xp;
}

.inqInfoWpr{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}

.inqUnitButton{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 3px;
	background: linear-gradient(to bottom,  #e06572 0%,#d0182a 100%);
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 49px;
	text-align: center;
	text-shadow: 2px 2px 1px #444;
	transition: 0.3s;
}

.inqUnitButton:hover{
	color: #FBED28;
	transition: 0.3s;
}

.inqUnitButton span{
	display: inline-block;
	margin: 0 10px;
	line-height: 49px;
}

.inqUnitButton i{
	font-size: 18px;
}

.inqInfoInnerWpr{
	width: 100%;
	margin: 0 0 10px 0;
}

.inqInfoTelFreeNumWpr{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 35px;
	margin: 0 0 8px 0;
}

.inqInfofreeIcon{
	width: 45px;
}

.inqInfofreeIcon img{
	width: 45px;
	height: auto;
}

.inqInfoTelNum{
	display: block;
	margin: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	font-weight: 700;
	color: #d01829 !important;
	line-height: 30px;
	text-decoration: none !important;
}

.inqInfoTelNumWpr{
	display: flex;
	justify-content: center;
}

.inqInfoTelNumTag{
	position: relative;
	width: 130px;
	height: 23px;
	background-color: #d01829;
	border-radius: 1px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #FFF;
}

.inqInfoTelNumSmall{
	margin: 0 0 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	color: #d01829;
	line-height: 23px;
}

.inqInfoTelNumTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 10px;
	border-color: transparent transparent transparent #d01829;
}

.inqInfoAvailable{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #666666;
	border-radius: 1px;
	text-align: center;
	font-size: 13px;
	color: #000;
	line-height: 26px;
}

.inqInfoAvailable span{
	margin: 0 5px;
	font-weight: bold;
	font-size: 14px;
}



/* step */

.stepOuter{
	width: 95%;
	margin: 0 auto 25px auto;
	padding: 30px 0 0 0;
	background-repeat: repeat-x;
}

.stepWpr{
	position: relative;
	width: 100%;
	border: 3px solid #D4D4D4;
	border-radius: 4px;
	padding: 35px 0 10px 0;
	text-align: center;
}

.stepTitle{
	position: absolute;
	width: calc(100% + 6px);
	height: 46px;
	top: -23px;
	left: -3px;
	right: 0;
	margin: 0 auto;
	background-color: #0C1C5F;
	font-size: 22px;
	font-weight: 900;
	color:#FFF;
	text-align: center;
	line-height: 44px;
}


/* note */

.notificatrionWpr{
	width: 95%;
	margin: 0 auto;
}

.noteUnit{
	margin: 0 0 15px 0;
}

.noteTitle{
	width: 100%;
	margin: 0 0 12px 0;
	padding: 7px 10px;
	border-radius: 3px;
	background-color: #666666;
}

.noteTitle p{
	padding: 0 0 0 10px;
	border-left: 4px solid #FFEA00;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	line-height: 25px;
}

.noteBody{
	font-size: 13px;
	line-height: 20px;
	color: #202020;
}

.noteBody p{
	padding: 0 0 0 13px;
	text-indent: -13px;
	font-size: 13px;
	line-height: 20px;
	color: #202020;
	letter-spacing: -0.03rem;
}




/* qa */
.qaOuter{
	width: 95%;
	margin: 0 auto 30px auto;
}

.qaUnit{
	border-top: 1px dotted #999999;
	padding: 9px 0 11px 0;
}

.qaUnit:last-child{
	border-bottom: 1px dotted #999999;
}

.qaTitleWpr{
	position: relative;
	width: 100%;
	height: 95px;
	text-align: center;
	margin: 0 0 40px 0;
}

.qaTitleEn{
	font-size: 50px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 39px;
	letter-spacing: -0.4rem;
}

.qaTitle{
	position: absolute;
	font-size: 25px;
	font-weight: 900;
	color: #506987;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.1rem;
}

.qaTitleLeed{
	position: absolute;
	font-size: 15px;
	color: #202020;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.025rem;
	text-align: center;
}


.qWpr{
	display: flex;
	justify-content: start;
	margin: 0 0 14px 0;
}

.qTag{
	min-width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	border-radius: 20px;
	background-color: #D01829;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #FFF;
	line-height: 24px;
	text-align: center;
}

.qBody{
	min-width: 300px;
	padding: 0px 0 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #d01829;
	line-height: 21px;
}

.aWpr{
	display: flex;
	justify-content: start;
}

.aTag{
	min-width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	border-radius: 20px;
	background-color: #FFE900;
	font-size: 15px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #333300;
	line-height: 24px;
	text-align: center;
}

.aBody{
	width: 895px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: 400;
	color: #333300;
	line-height: 19px;
}

.aBody a{
	margin: 0 4px;
	color: #506987;
	text-decoration: underline;
}

/* voice */
.voiceOuter{
	width: 95%;
	margin: 0 auto 40px auto;
}

.voiceUnit{
	position: relative;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 55px 10px 15px 10px;
	border-radius: 4px;
	background-color: #C3E9F3;
}

.voiceTagWpr{
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 110px;
	height: 45px;
	background-color: #D01829;
}

.voiceTag{
	width: 54px;
	height: 26px;
	font-size: 12px;
	font-weight: 700;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	line-height: 26px;
	text-align: right;
}

.voiceTagNum{
	width: 56px;
	height: 45px;
	padding: 0 0 0 7px;
	font-size: 35px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-style: oblique;
	color: #FFF;
	line-height: 46px;
	letter-spacing: -0.1rem;
}

.voiceTitleWpr{
	width: 95%;
	margin: 0 auto 20px auto;
}

.voiceImg{
	width: 76px;
	height: 76px;
	margin: 0 auto;
	border-radius: 75px;
	overflow: hidden;
}

.voiceImg img{
	width: 76px;
	height: auto;
}

.voiceTitle{
	width: 95%;
	padding: 20px 0 0 15px;
	text-indent: -15px;
	font-size: 19px;
	font-weight: 900;
	font-family: serif;
	line-height: 24px;
	color: #202020;
}

.voiceRegWpr{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
}

.voiceRegUnit{
	display: flex;
	justify-content: start;
	width: 100%;
	margin: 0 auto 10px auto;
	padding: 0;
	background-color: #FFF;
	border-radius: 2px;
}

.voiceRegUnit:last-child{
	margin: 0 auto;
}

.voiceRegTag{
	position: relative;
	display: block;
	width: 90px;
	height: 27px;
	border-radius: 2px 0 0 2px;
	background-color: #d01829;
	margin: 0 20px 0 0;
	padding: 0 0px 0 7px;
	font-size: 11px;
	color: #FFF;
	line-height: 27px;
}

.voiceRegTag.nar{
	position: relative;
	display: block;
	width: 50px;
	height: 27px;
	border-radius: 2px 0 0 2px;
	background-color: #d01829;
	margin: 0 20px 0 0;
	padding: 0 5px 0 7px;
	font-size: 12px;
	color: #FFF;
	line-height: 27px;
}

.voiceRegTag.blueTag{
	width: 100px;
	background-color: #506987;
}

.voiceRegTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 0 13.5px 14px;
	border-color: transparent transparent transparent #d01829;
}

.voiceRegTag.blueTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 0 13.5px 14px;
	border-color: transparent transparent transparent #506987;
}

.voiceReg{
	display: block;
	height: 27px;
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: 700;
	color: #202020;
	line-height: 27px;
}

.voiceBody{
	font-size: 12px;
	line-height: 20px;
	color: #202020;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* contact */
.mainInqWpr{
	padding: 0 0 10px 0;
}

.inqTitleWpr{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 120px 0;
	/*background-color: red;*/
}

.inqTitleEn{
	font-size: 93px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 77px;
	letter-spacing: -0.2rem;
}

.inqTitle{
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	color: #506987;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.05rem;
}

.test{
	width: 90%;
	margin: 0 auto;
	background-image: url('../image/contactTitleBg.png');
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 21px;
	font-weight: 900;
	color: #506987;
	letter-spacing: -0.05rem;
}


.stepSecTitle{
	width: 90%;
	margin: 0 auto 10px auto;
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #999;
	background-image: url('../image/contactTitleBg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60%;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #506987;
	letter-spacing: -0.05rem;
}

.inqTitleLeed{
	width: 95%;
	margin: 0 auto 40px auto;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: center;
}

.inqTitleLeed span{
	font-weight: 700;
	color: #CC0000;
}

.err{
	width: 95%;
	margin: 0 auto 10px auto;
	padding: 10px 0;
	background-color: #C91F28;
	text-align: center;
	font-size: 14px;
	color: #fff600;
	font-weight: 700;
}

table.form{
	width: 95%;
	margin: 0 auto 20px auto;
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;

}

table.form td{
	display: block;
	width: 100%;
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
}

table.form td:first-child{
	position: relative;
	padding: 10px;
	background-color: #ffffe5;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	/*
	border-bottom: 1px dotted #666666;
	border-right: 1px dotted #666666;
	*/
}

table.form tr:last-child td:last-child{
	/*
	border-bottom: 1px dotted #666666;
	border-top: 1px dotted #666666;
	*/
}

table.form td:last-child{
	padding: 10px 10px;
	text-align: left;
	line-height: 30px;
	/*
	border-right: 1px dotted #666666;
	*/
}

table.form td:last-child span{
	padding: 8px 0 0 0;
	color: #999;
}


table.form td span.telred{
	color: #CC0000;
}

table.form td span.days{
	display: block;
	margin: 0 0 0 0;
	color: #CC0000;
}

.required{
	display: inline;
	margin: 0 0 0 10px;
	background-color: #cc0000;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

.unrequired{
	display: inline;
	margin: 0 0 0 10px;
	background-color: #999999;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

.fullbyte{
	display: inline;
	margin: 0 0 0 5px;
	background-color: #536886;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

/* form parts */

table.form td:last-child span.service{
	font-weight: bold;
	color: #202020;
}

input{
	margin: 0 10px 0 0 ;
}

input[type="text"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
}

input[type="date"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
	border: 1px solid #CCC;
	box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
	border-radius: 3px;
}

input[type='email']{
	padding: 7px;
	font-size: 16px;
	color: #666;
}
input.long{
	width: 100%;
}

input.mid{
	padding: 7px;
	width: 200px;
	color: #666;
	font-size: 16px;
}

input.zip{
	padding: 7px;
	width: 150px;
	color: #666;
	font-size: 16px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}

input.tel{
	padding: 7px;
	width: 180px;
	color: #666;
	font-size: 16px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}

input.short{
	width: 70px;
}

label{
	display: block;
	color: #666;
}


.formEntryPlan{
	width: 100%;
	margin: 10px 0;
	padding: 3px 10px 7px 10px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}

.serviceName{
	margin: 0 0 3px 0;
	font-weight: 700;
	color: #303030;
	line-height: 30px;
	text-align: center;
}

.planName{
	width: 190px;
	height: 30px;
	margin: 0 auto;
	border-radius: 15px;
	background-color: #0359B7;
	color: #FFF;
	line-height: 29px;
	text-align: center;
}

.planNotice{
	width: 180px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	height: 30px;
	border-radius: 15px;
	color: #0359B7;
	line-height: 29px;
	text-align: center;
}


.planSep{
	width: 100%;
	height: 1px;
	margin: 0 0 20px 0;
}


.checkSelectWpr label{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

label.float{
	display: inline-block;
	color: #666;
	margin: 0 20px 0 0;
}

.ppWpr{
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	display: block;
	width: 95%;
	height: 200px;
	border: 1px solid #cccccc;
	margin: 0 auto 20px auto;
	padding: 10px;
	overflow-y: scroll;
	font-size: 13px;
}

.ppWpr p{
	margin: 0 0 20px 0;
}

.pp{
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
	border-left: 6px solid #0d0d5f;
	color: #333;
}

.ppItem{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #333;
}

.back{
	display: block;
	width: 320px;
	margin: 0 auto 60px auto;
	text-align: center;
	text-decoration: none;
}

table.form tr td input{
	margin: 0 10px 0 0;
}

.submitButton{
	display: block;
	width: 90%;
	height: 50px;
	margin: 0 auto 30px auto;
	border-radius: 40px;
	background-color: #CD2323;
	color: #FFF;
	font-weight: 900;
	font-size: 18px;
	line-height: 48px;
	border: none;
	outline: none;
	text-decoration: none;
}

.disable{
	
}

.submitButton:hover{
	background-color: #e34343;
	transition: .3s;
}

.submitButton i{
	margin: 0 0 0 10px;
}

#check_message{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 8px 15px;
	background-color: #CC0000;
	color: #FFF;
}


#error_message{
	width: 100%;
	margin: 10px 0;
	padding: 8px 15px;
	background-color: #CC0000;
	color: #FFF;
}

.checkSelectWpr{
	width: 100%;
	margin: 0 0 5px 0;
}

.checkSelectWpr label{
	display: inline-block;
	width: 110px;
}

.checkSelectWpr span{
	margin: 0 8px 0 0px;
	font-size: 15px;
	color: #202020;
}

.hide{
	display: none;
}

.show{
	display: block;
}





.entryButtonWpr button{
	width: 95%;
	height: 55px;
	margin: 0 auto 10px auto;
	border-radius: 45px;
	background-color: #C91F28;
	font-size: 18px;
	color: #FFF;
	font-weight: 700; 
}

.docButtonWpr button{
	width: 95%;
	height: 44px;
	margin: 0 auto 15px auto;
	border-radius: 35px;
	background-color: #4c4c4c;
	font-size: 19px;
	color: #FFF;
	font-weight: 700; 
}

.entryButtonWpr button i,
.docButtonWpr button i{
	margin: 0 5px 0 0;
}


/* footer */

footer{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 23px 0;
	text-align: center;
}

footer.inq{
	position: absolute;
    bottom: 0;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 23px 0;
	text-align: center;
}

/* check */
.checkHeader{
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
}

.checkHeaderImg{
	width: 200px;
	margin: 0 auto 30px auto;
}

.checkNotice{
	text-align: center;
}

.checkNotice span{
	font-weight: 700;
}


.orderType{
	font-size: 16px;
	font-weight: 700;
	color: #202020;
}

.orderWpr{
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px dotted #CCC;
}

.orderUnit{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-top: 1px dotted #CCC;
	font-size: 16px;
}

.orderAmount{
	width: 50px;
	text-align: right;
	color: #202020;
}

.orderPlan{
	width: 250px;
	color: #202020;
}

.back{
	display: block;
	width: 300px;
	height: 44px;
	border-radius: 22px;
	background-color: #999999;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
}

.entrySend{
	margin: 0 auto 40px auto;
	padding: 20px 40px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-radius: 3px;
	font-size: 18px;
}

.returnTop{
	font-size: 18px;
	color: #202020;
}

.returnTop i{
	margin: 0 10px 0 0;
}

.returnEntryPage{
	display: block;
	width: 350px;
	height: 50px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #004080 0, #003464 100%);
	border-radius: 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	transition: .3s;
}

section#contact{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

body.checkBody{
	position: relative;
	min-height: 100vh;
	padding: 0 0 80px 0;
}

.success{
	margin: 0 0 60px 0;
	text-align: center;
	color: #202020;
	font-size: 17px;
	line-height: 26px;
}



/* company */

.companyWpr{
	width: 95%;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

.companyTitle{
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
}

.companyChar{
	width: 30px;
	height: 30px;
	margin: 0 4px 0 0 ;
	background-color: #666666;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 29px;
	color: #FFF;
}

table.company{
	width: 100%;
}

table.company tr{
	display: block;
	padding: 2px;
	border-top: 1px solid #999999;
}

table.company tr:last-child{
	border-bottom: 1px solid #999999;
}

table.company tr td{
	display: block;
	width: 100%;
	padding: 8px;
	text-align: center;
}

table.company tr td a{
	color: #006666;
	text-decoration: underline;
}

table.company tr td:first-child{
	width: 100%;
	background-color: #eaeaea;
	text-align: center;
	font-size: 14px;
	color: #333300;
	font-weight: 700;
}

table.company tr td:last-child{
	padding: 5px;
	font-size: 16px;
	color: #333300;
}

/* float */
.floatButton{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 0 0 0;
	background-color: #FFF;
	box-shadow: -7px 0 7px rgba(0,0,0,.7);
	z-index: 600;
}

.headerInqParts{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 95%;
	height: 29px;
	margin: 0 auto 10px auto;
}

.fd{
	width: 35px;
	margin: 3px 4px 0 0;
}

.fd img{
	width: 100%;
	height: auto;
}

.headerTel{
	display: block;
	width: 140px;
	height: 22px;
	margin: 4px 0 0 0;
	font-size: 23px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	color: #f18100;
	letter-spacing: -0.05rem;
}

.headerButton{
	display: block;
	width: 155px;
	height: 29px;
	background-color: #F18100;
	border-radius: 2px;
	font-size: 12px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
	letter-spacing: -0.05rem;
}

.headerInqLeed{
	width: 100%;
	padding: 0 5px 10px 0;
	font-size: 13px;
	color: #333;
	text-align: center;
}

.headerInqLeed span{
	font-weight: 700;
}

.celPhoneWpr{
	display: flex;
	justify-content: center;
	padding: 8px 0;
	border-top: 1px solid #CCC;
}

.celPhoneTag{
	width: 100px;
	height: 29px;
	margin: 0 6px 0 0;
	padding: 0 6px;
	border-radius: 2px;
	background-color: #536886;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	line-height: 28px;
}

.celPhoneNum{
	display: inline-block;
	margin: 0 9px 0 0;
	font-size: 22px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 28px;
	color: #536886;
	letter-spacing: -0.03rem;
}

.celPhoneNote{
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}

.inqStepImage{
	width: 260px;
	margin: 0 auto 10px auto;
}


.moveButtonWpr{
	width: 95%;
	margin: 0 auto;
}

#moveButton{
	cursor: pointer;
	width: 250px;
	height: 33px;
	margin: 0 auto 15px auto;
	background-color: #556785;
	border-radius: 22px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
}

#moveButton i{
	margin: 0 5px 0 0;
}


.pc{
	display: none;
}




}

@media screen and (min-width:737px){



/* header */

header{
	width: 100%;
	height: 85px;
	padding: 15px 0;
}

.stepHeader{
	margin: 0 auto 20px auto;
}

.headerInner{
	display: flex;
	justify-content: space-between;
	width: 960px;
	height: 55px;
	margin: 0 auto;
}

.headerLogo{
	width: 130px;
	height: 33px;
	padding: 11px 0;
}

.headerInqWpr{
	width: 400px;
}

.headerInqParts{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 400px;
	height: 29px;
	margin: 0 0 7px 0;
}

.fd{
	width: 34px;
	height: 22px;
	margin: 3px 5px 0 0;
}

.headerTel{
	width: 175px;
	height: 22px;
	margin: 4px 0 0 0;
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	color: #f18100;
}

.headerButton{
	display: block;
	width: 170px;
	height: 29px;
	background-color: #F18100;
	border-radius: 2px;
	font-size: 12px;
	line-height: 28px;
	color: #FFF;
	text-align: center;
}

.headerInqLeed{
	width: 400px;
	padding: 0 5px 0 0;
	font-size: 15px;
	color: #333;
	text-align: center;
}

.headerInqLeed span{
	font-weight: 700;
}

.blueBanner{
	width: 100%;
	height: 46px;
	background-color: #0C1C5F;
	font-size: 21px;
	font-weight: 900;
	text-align: center;
	color: #FFF;
	line-height: 44px;
}

.blueBanner span{
	color: #ffff00;
}


/* fv */
.fvOuter{
	position: relative;
	width: 100%;
	height: 240px;
	background: linear-gradient(to bottom, #d75a66 0%,#d75a66 25%, #C71122 60%, #C71122 100%);
	box-shadow: 0 4px 6px rgba(0,0,0,.5);
	z-index: 50;
}

.fv{
	width: 960px;
	margin: 0 auto;
	padding: 25px 0;
}

.fvUpr{
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 145px;
}

.fvTitle{
	position: relative;
	width: 700px;
}

.fvEarth{
	position: absolute;
	width: 88px;
	height: 89px;
	top: 0;
	left: 23px;
	z-index: 100;
}

.whiteRound{
	position: relative;
	width: 415px;
	height: 31px;
	margin: 0 0 10px 82px;
	border-radius: 16px;
	background-color: #FFF;
	font-size: 14px;
	color: #202020;
	text-align: center;
	line-height: 30px;
	letter-spacing: 0;
	font-weight: 700;
	z-index: 101;
}

.whiteRound span{
	color: #CC0000;
}

.mainTitle{
	position: relative;
	margin: 0 0 0 55px;
	z-index: 102;
}

.device{
	width: 260px;
	padding: 5px 0 0 30px;
}

.fvlwr{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.skewWpr{
	display: flex;
	width: 535px;
}

.fvSkew{
	display: inline-block;
	height: 47px;
	margin: 0 10px 0 0;
	padding: 0 30px;
	background-color: #FFF;
	border-left: 10px solid #FFEA00;
	font-size: 29px;
	font-weight: 900;
	color: #CC0000;
	line-height: 45px;
	transform: skewX(-15deg);
}

.fvLabel{
	width: 390px;
	height: 45px;
	margin: 4px 0 0 0;
	border-radius: 4px;
	background-color: #FFEA00;
	font-size: 21px;
	font-weight: 900;
	color: #CC0000;
	line-height: 44px;
	text-align: center;
}

.fvLabel i{
	margin: 0 10px 0 0 ;
	font-size: 22px;
	color: #202020;
	line-height: 44px;
}

/* navButton */

.navButtonOuter{
	position: relative;
	width: 100%;
	background-image: url('../image/skyBlueBg.png');
	padding: 25px 0;
	z-index: 40;
}

.navButtonWpr{
	display: flex;
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
}

.navButton.red{
	display: block;
	position: relative;
	width: 355px;
	height: 215px;
	padding: 20px 13px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #C71122 0%, #C71122 100%);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	text-align: center;
	color: #FFF;
}

.navButton.red:hover{
	background: linear-gradient(to bottom, #C71122 0%, #a3000f 100%);
}

.navButton.navy{
	display: block;
	position: relative;
	width: 286px;
	height: 171px;
	margin: 20px 0 0 0;
	padding: 20px 13px;
	border-radius: 4px;
	background: linear-gradient(to bottom, #506987 0%, #506987 100%);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	text-align: center;
	color: #FFF;
}

.navButton.navy:hover{
	background: linear-gradient(to bottom, #506987 0%, #38516f 100%);
}

.navButton.red .whiteArch{
	position: absolute;
	width: 347px;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navButton.navy .whiteArch{
	position: absolute;
	width: 278px;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.navButton .whiteArch img{
	width: 100%;
	height: auto;
}

.navButton div span{
	color: #ffea00;
}

.packName{
	margin: 0 0 16px 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 26px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.red .packName{
	margin: 0 0 16px 0;
	font-size: 32px;
	font-weight: 900;
	line-height: 32px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.4);
}

.navy .packName span{
	margin: 0 ;
	font-size: 26px;
	color: #ffea00;
}

.packPrice{
	margin: 0 0 15px 0;
	font-size: 15px;
}

.red .packPrice{
	margin: 0 0 20px 0;
}

.navButton div span{
	margin: 0 4px;
	font-size: 31px;
	font-weight: 900;
}

.navButton div span.mid{
	font-size: 20px;
	color: #FFF;
	font-weight: 700;
}

.packNote{
	width: 100%;
	padding: 5px 0;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2) inset;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #202020;
}

.navButton:hover .packNote{
	background-color: #FFEA00;
}

.red .packNote{
	width: 100%;
	padding: 7px 0;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2) inset;
	font-size: 17px;
	font-weight: 700;
	line-height: 23px;
	color: #202020;
}

.navButton .packNote span{
	font-size: 16px;
	color: #CC0000;
}

.greenArrow{
	font-size: 20px;
	color: #42FF00;
}

/* pack */
.packOuter{
	width: 100%;
	padding: 85px 0 75px 0;
	background-image: url('../image/slashBorder.png');
	background-repeat: repeat-x;
}

.packOuterNarrow{
	width: 960px;
	margin: 0 auto;
	padding: 85px 0 75px 0;
	background-image: url('../image/slashBorder.png');
	background-repeat: repeat-x;
}

.packUnit{
	width: 960px;
	margin: 0 auto;
}

.pacTitleWpr{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 110px 0;
}

.packTitleEn{
	font-size: 93px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 77px;
	letter-spacing: -0.3rem;
}

.packTitle{
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	color: #c71122;
	top: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.packTitle.navy{
	color: #506987;
}

.packTitleBar{
	display: none;
	/*
	position: absolute;
	width: 175px;
	height: 4px;
	top: 200px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #202020;
	*/
}

.featureUnitWpr{
	display: flex;
	justify-content: space-between;
}

.cnFeatureUnitOuter{
	position: relative;
	width: 300px;
}

.cnFeatureUnit{
	position: relative;
	width: 300px;
	height: 166px;
	margin: 0 0 22px 0;
	background-color: #C61122;
	border-radius: 4px;
	overflow: hidden;
}

.awFeatureUnit{
	position: relative;
	width: 300px;
	height: 166px;
	margin: 0 0 22px 0;
	background-color: #506987;
	border-radius: 4px;
	overflow: hidden;
}

.unitNumWpr{
	position: absolute;
	display: flex;
	justify-content: center;
	width: 131px;
	height: 43px;
	padding: 7px 0 ;
	background-color: #FFEA00;
	border: 3px solid #FFF;
	border-radius: 3px;
	top: -21px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 330;
}

.unitNum{
	font-size: 19px;
	font-weight: 700;
	color: #202020;
}

.unitNumCircle{
	margin: 1px 0 0 8px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #202020;
	font-size: 16px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	text-align: center;
	color: #FFEA00;
}

.featureUnitSlash{
	position: absolute;
	width: 300px;
	height: 166px;
	left: 160px;
	background-color: #D1404D;
	transform: skewX(-15deg);
	z-index: 310;
}

.awFeatureUnit .featureUnitSlash{
	position: absolute;
	width: 300px;
	height: 166px;
	left: 160px;
	background-color: #73879F;
	transform: skewX(-15deg);
	z-index: 310;
}

.featureUnitLeed{
	position: relative;
	padding: 35px 0 0 0;
	font-size: 21px;
	font-weight: 900;
	color: #FFF;
	line-height: 28px;
	text-align: center;
	z-index: 320;
}

.cnFeatureUnitOuter:nth-child(2) .cnFeatureUnit .featureUnitLeed{
	margin: 23px 0 0 0;
}

.cnFeatureUnitOuter:last-child .cnFeatureUnit .featureUnitLeed{
	margin: 15px 0 0 0;
}


.cnFeatureUnitOuter .awFeatureUnit .featureUnitLeed{
	margin: 15px 0 0 0;
}

.cnFeatureUnitOuter .awFeatureUnit .featureUnitLeed.fl{
	margin: 0;
}


.featureUnitLeed span{
	color: #FFEA00;
}

.featureUnitBody{
	font-size: 15px;
	color: #202020;
	line-height: 23px;
}


/* fee */

.feeWpr{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 65px 0;
}

.blockTitle{
	margin: 0 0 45px 0;
	font-size: 26px;
	font-weight: 900;
	color: #202020;
	text-align: center;
}

.tableTitle{
	width: 960px;
	height: 44px;
	background-color: #979797;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	line-height: 43px;
	text-align: center;
}

table.feeList{
	width: 960px;
	margin: 0 auto 70px auto;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
}

table.feeList tr td{
	padding: 12px;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	background-color: #F1FAFD;
	color: #202020;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}

table.feeList tr td:first-child{
	background-color: #C3E9F3;
}

table.feeList tr td:last-child,
table.feeList tr td:nth-child(3){
	width: 570px;
	background-color: #FFF;
}

table.feeList tr td.sub{
	background-color: #F1FAFD;
}

table.feeList tr td span.large{
	margin: 0 3px 0 0;
	font-size: 29px;
	font-weight: 900;
}

table.feeList tr td span.mid{
	margin: 0 3px 0 0;
	font-size: 23px;
	font-weight: 700;
}

table.feeList tr td span.red{
	color: #CC0000;
}


table.feeList tr td span.small{
	font-size: 14px;
	font-weight: 400;
}

table.feeList tr td.sp{
	display: none;
}

/*　chargeGraph　*/

.charge{
	width: 810px;
	margin: 0 auto;
}

.chargeTitle{
	margin: 0 0 25px 0;
	font-size: 27px;
	font-weight: 900;
	text-align: center;
	color: #202020;
}

.chargeWpr{
	width: 100%;
	padding: 25px 30px;
	border: 3px solid #D4D4D4;
	background-color: #FAFAFA;
	border-radius: 5px;
}

.chargeLeed{
	width: 595px;
	margin: 0 auto 25px auto;
	background-color: #FFF;
	padding: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #202020;
	line-height: 28px;
	border-radius: 4px;
}

.chargeLeed span{
	font-size: 15px;
	font-weight: 400;
}

.chargeGraph{
	width: 100%;
	padding: 0 0 0 10px;
}

.chargeGraph img{
	width: 726px;
	height: auto;
}


/* inq unit */

.inqUnitWpr{
	width: 100%;
	padding: 25px 0 45px 0;
	background-image: url('../image/skyBlueBg.png');
}

.inqUnitTitle{
	display: block;
	position: relative;
	width: 520px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	color: #14175E;
	line-height: 40px;
}

.inqUnitTitle::before{
	display: block;
	position: absolute;
	content: "";
	height: 40px;
	top: -1px;
	left: -15px;
	width: 3px;
	border-right: 3px solid #14175E;
	border-left: 3px solid #14175E;
	transform: skew(20deg);
}

.inqUnitTitle::after{
	display: block;
	position: absolute;
	content: "";
	height: 40px;
	top: -1px;
	right: -15px;
	width: 3px;
	border-right: 3px solid #14175E;
	border-left: 3px solid #14175E;
	transform: skew(-20deg);
}

.inqUnitTitle span{
	font-weight: 900;
}

.inqUnitInnerWpr{
	justify-content: space-between;
	width: 960px;
	margin: 0 auto;
	padding: 27px 20px 23px 30px;
	background-color: #FFF;
	border-radius: 4xp;
}

.inqInfoWpr{
	justify-content: space-between;
	width: 465px;
}

.inqUnitButton{
	display: block;
	width: 418px;
	height: 79px;
	background-image: url('../image/inqSqareButton.png');
	background-repeat: no-repeat;
	background-size: 418px 79px;
	background-position: right;
	font-size: 23px;
	color: #FFF;
	font-weight: bold;
	line-height: 76px;
	text-align: center;
	text-shadow: 3px 3px 1px #222;
	transition: 0.3s;
}

.inqUnitButton:hover{
	color: #FBED28;
	transition: 0.3s;
}

.inqUnitButton span{
	display: inline-block;
	margin: 0 10px;
	line-height: 60px;
}

.inqUnitButton i{
	font-size: 26px;
}

.inqInfoInnerWpr{
	width: 360px;
}

.inqInfoTelFreeNumWpr{
	width: 410px;
	height: 35px;
	margin: 0 0 15px 0;
}

.inqInfofreeIcon{
	width: 54px;
}

.inqInfofreeIcon img{
	width: 54px;
	height: auto;
}

.inqInfoTelNum{
	margin: 0 0 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #d01829;
	line-height: 35px;
}

.inqInfoTelNumTag{
	position: relative;
	width: 200px;
	height: 23px;
	background-color: #d01829;
	border-radius: 1px;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	color: #FFF;
}


.inqInfoTelNumSmall{
	margin: 0 0 0 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #d01829;
	line-height: 23px;
}


.inqInfoTelNumTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 0 11.5px 10px;
	border-color: transparent transparent transparent #d01829;
}

.inqInfoAvailable{
	width: 100px;
	padding: 7px 0 0 0;
	border: 1px solid #666666;
	border-radius: 1px;
	text-align: center;
	font-size: 13px;
	color: #000;
	line-height: 20px;
}

.inqInfoAvailable span{
	font-weight: bold;
	font-size: 14px;
}


/* step */
.stepOuter{
	width: 960px;
	margin: 0 auto 65px auto;
	padding: 90px 0 0 0;
	background-image: url('../image/slashBorder.png');
	background-repeat: repeat-x;
}

.stepWpr{
	position: relative;
	width: 100%;
	border: 3px solid #D4D4D4;
	border-radius: 4px;
	padding: 55px 0 30px 0;
	text-align: center;
}

.stepTitle{
	position: absolute;
	width: 900px;
	height: 46px;
	top: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #0C1C5F;
	font-size: 22px;
	font-weight: 900;
	color:#FFF;
	text-align: center;
	line-height: 44px;
}

/* note */

.notificatrionWpr{
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

.noteUnit{
	margin: 0 0 45px 0;
}

.noteTitle{
	width: 100%;
	margin: 0 0 22px 0;
	padding: 10px 15px;
	border-radius: 3px;
	background-color: #666666;
}

.noteTitle p{
	height: 25px;
	padding: 0 0 0 18px;
	border-left: 7px solid #FFEA00;
	font-size: 19px;
	font-weight: 700;
	color: #FFF;
	line-height: 25px;
}

.noteBody{
	font-size: 17px;
	line-height: 25px;
	color: #202020;
}

.noteBody p{
	padding: 0 0 0 17px;
	text-indent: -17px;
	font-size: 17px;
	line-height: 25px;
	color: #202020;
	letter-spacing: -0.03rem;
}

/* qa */
.qaOuter{
	width: 960px;
	margin: 0 auto 60px auto;
}

.qaUnit{
	border-top: 1px dotted #999999;
	padding: 18px 0 22px 0;
}

.qaUnit:last-child{
	border-bottom: 1px dotted #999999;
}

.qaTitleWpr{
	position: relative;
	width: 100%;
	height: 160px;
	text-align: center;
	margin: 0 0 80px 0;
}

.qaTitleEn{
	font-size: 93px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 77px;
	letter-spacing: -0.9rem;
}

.qaTitle{
	position: absolute;
	font-size: 66px;
	font-weight: 900;
	color: #506987;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.3rem;
}

.qaTitleLeed{
	position: absolute;
	font-size: 19px;
	color: #202020;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.025rem;
	text-align: center;
}

.qWpr{
	display: flex;
	justify-content: start;
	margin: 0 0 14px 0;
}

.qTag{
	width: 39px;
	height: 39px;
	margin: 0 25px 0 0;
	border-radius: 20px;
	background-color: #D01829;
	font-size: 22px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #FFF;
	line-height: 38px;
	text-align: center;
}

.qBody{
	width: 895px;
	padding: 4px 0 0 0;
	font-size: 23px;
	font-weight: 700;
	color: #d01829;
	line-height: 29px;
}

.aWpr{
	display: flex;
	justify-content: start;
}

.aTag{
	width: 39px;
	height: 39px;
	margin: 0 25px 0 0;
	border-radius: 20px;
	background-color: #FFE900;
	font-size: 22px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	color: #333300;
	line-height: 38px;
	text-align: center;
}

.aBody{
	width: 895px;
	padding: 4px 0 0 0;
	font-size: 19px;
	font-weight: 400;
	color: #333300;
	line-height: 31px;
}

.aBody a{
	margin: 0 4px;
	color: #506987;
	text-decoration: underline;
}

/* voice */

.voiceOuter{
	width: 960px;
	margin: 80px auto 140px auto;
}

.voiceUnit{
	position: relative;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 55px 45px 35px 45px;
	border-radius: 4px;
	background-color: #C3E9F3;
}

.voiceTagWpr{
	position: absolute;
	top: -20px;
	display: flex;
	justify-content: space-between;
	width: 145px;
	height: 60px;
	background-color: #D01829;
}

.voiceTag{
	width: 75px;
	height: 35px;
	font-size: 17px;
	font-weight: 700;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	line-height: 35px;
	text-align: right;
}

.voiceTagNum{
	width: 70px;
	height: 60px;
	padding: 0 0 0 4px;
	font-size: 45px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	font-style: oblique;
	color: #FFF;
	line-height: 60px;
	letter-spacing: -0.1rem;
}

.voiceTitleWpr{
	display: flex;
	justify-content: space-between;
	width: 870px;
	margin: 0 0 20px 0;
}

.voiceImg{
	width: 145px;
	height: 145px;
	border-radius: 75px;
	overflow: hidden;
}

.voiceImg img{
	width: 145px;
	height: auto;
}

.voiceTitle{
	width: 700px;
	height: 145px;
	padding: 20px 0 0 15px;
	text-indent: -15px;
	font-size: 31px;
	font-weight: 900;
	font-family: serif;
	line-height: 39px;
	color: #202020;
}

.voiceTitle.double{
	padding: 35px 0 0 15px;
}


.voiceRegWpr{
	display: flex;
	justify-content: start;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 12px 17px;
	background-color: #FFF;
	border-radius: 2px;
}

.voiceRegUnit{
	display: flex;
	justify-content: start;
}

.voiceRegTag{
	position: relative;
	height: 27px;
	border-radius: 2px 0 0 2px;
	background-color: #d01829;
	margin: 0 20px 0 0;
	padding: 0 10px 0 17px;
	font-size: 16px;
	color: #FFF;
	line-height: 27px;
}

.voiceRegTag.blueTag{
	background-color: #506987;
}

.voiceRegTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 0 13.5px 14px;
	border-color: transparent transparent transparent #d01829;
}

.voiceRegTag.blueTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.5px 0 13.5px 14px;
	border-color: transparent transparent transparent #506987;
}

.voiceReg{
	height: 27px;
	margin: 0 30px 0 0;
	padding: 0 10px 0 17px;
	font-size: 19px;
	font-weight: 700;
	color: #202020;
	line-height: 27px;
}

.voiceBody{
	font-size: 17px;
	line-height: 27px;
	color: #202020;
	letter-spacing: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}


/* contact */
.mainInqWpr{
	padding: 0 0 60px 0;
}

.inqTitleWpr{
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
	/*background-color: red;*/
}

.inqTitleEn{
	font-size: 93px;
	font-weight: 900;
	color: #f1f1f1;
	line-height: 77px;
	letter-spacing: -0.2rem;
}

.inqTitle{
	position: absolute;
	font-size: 50px;
	font-weight: 900;
	color: #506987;
	top: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	letter-spacing: -0.05rem;
}

.test{
	width: 100%;
	padding: 65px 0 90px 0;
	background-image: url('../image/contactTitleBg.png');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	color: #506987;
	letter-spacing: -0.05rem;
}

.stepSecTitle{
	width: 960px;
	margin: 0 auto 40px auto;
	padding: 0 0 5px 0;
	background-image: url('../image/contactTitleBg.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	text-align: left;
	font-size: 20px;
	font-weight: 900;
	color: #506987;
	letter-spacing: -0.05rem;
	border-bottom: 1px dotted #666; 
}

.inqTitleLeed{
	width: 960px;
	margin: 0 auto 40px auto;
	font-size: 18px;
	line-height: 23px;
	color: #333;
	text-align: left;
}

.inqTitleLeed span{
	font-weight: 700;
	color: #CC0000;
}

.err{
	width: 960px;
	margin: 0 auto 20px auto;
	padding: 10px 0;
	background-color: #C91F28;
	text-align: center;
	font-size: 18px;
	color: #fff600;
	font-weight: 700;
}


table.form{
	width: 960px;
	margin: 0 auto 40px auto;
border-collapse: collapse;
}

table.form td{
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
}

table.form td:first-child{
	position: relative;
	width: 275px;
	padding: 20px 15px;
	background-color: #ffffe5;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

table.form tr:last-child td:first-child{
	border-bottom: 1px dotted #666666;
}

table.form td:last-child{
	width: 735px;
	padding: 10px 20px;
	text-align: left;
	line-height: 22px;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

table.form td:last-child span{
	padding: 8px 0 0 0;
	color: #999;
}

table.form td span.telred{
	color: #CC0000;
}

table.form td span.days{
	margin: 0 0 0 10px;
	color: #CC0000;
}

.required{
	display: inline;
	margin: 0 0 0 10px;
	background-color: #cc0000;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

.unrequired{
	display: inline;
	margin: 0 0 0 10px;
	background-color: #999999;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

.fullbyte{
	display: inline;
	margin: 0 0 0 5px;
	background-color: #536886;
	border-radius: 2px;
	padding: 0 7px 1px 7px;
	color: #FFF;
	font-size: 13px;
	height: 20px;
	font-weight: normal;
}

/* form parts */

table.form td:last-child span.service{
	font-weight: bold;
	color: #202020;
}

input{
	margin: 0 10px 0 0 ;
}

input[type="text"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
}

input[type="date"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
	border: 1px solid #CCC;
	box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
	border-radius: 3px;
}

input[type='email']{
	padding: 7px;
	font-size: 16px;
	color: #666;
}
input.long{
	width: 320px;
}

input.mid{
	padding: 7px;
	width: 200px;
	color: #666;
	font-size: 16px;
}

input.zip{
	padding: 7px;
	width: 150px;
	color: #666;
	font-size: 16px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}

input.tel{
	padding: 7px;
	width: 180px;
	color: #666;
	font-size: 16px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
}


input.short{
	width: 70px;
}

label{
	display: block;
	color: #666;
}

.formEntryPlan{
	display: flex;
	width: 100%;
	margin: 10px 0 20px 0;
	padding: 10px 15px;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
}

.serviceName{
	margin: 0 20px 0 0;
	font-weight: 700;
	color: #303030;
	line-height: 30px;
}

.planName{
	width: 190px;
	height: 30px;
	border-radius: 15px;
	background-color: #0359B7;
	color: #FFF;
	line-height: 29px;
	text-align: center;
}

.planNotice{
	width: 180px;
	padding: 0 0 0 10px;
	height: 30px;
	border-radius: 15px;
	color: #0359B7;
	line-height: 29px;
	text-align: left;
}

.planSep{
	width: 100%;
	height: 1px;
	margin: 0 0 20px 0;
}

.checkSelectWpr label{
	display: inline-block;
	width: 120px;
}

label.float{
	display: inline-block;
	color: #666;
	margin: 0 20px 0 0;
}

label.formLabel{
	margin: 0 0 8px 0;
}

.ppWpr{
	font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
	display: block;
	width: 960px;
	height: 200px;
	border: 1px solid #cccccc;
	margin: 0 auto 70px auto;
	padding: 20px;
	overflow-y: scroll;
	font-size: 14px;
}

.ppWpr p{
	margin: 0 0 20px 0;
}

.pp{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
	border-left: 6px solid #0d0d5f;
	color: #333;
}

.ppItem{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #333;
}

.submitButton{
	display: block;
	width:495px;
	height: 79px;
	margin: 0 auto 30px auto;
	border: none;
	outline: none;
	background: transparent;
	text-decoration: none;
}

.back{
	display: block;
	width: 320px;
	margin: 0 auto 60px auto;
	text-align: center;
}

table.form tr td input{
	margin: 0 10px 0 0;
}

.submitButton{
	display: block;
	width: 520px;
	height: 80px;
	border-radius: 40px;
	background-color: #CD2323;
	color: #FFF;
	font-weight: 900;
	font-size: 28px;
	line-height: 78px;
	transition: .3s;
}

.disable{
	
}

.submitButton:hover{
	background-color: #e34343;
	transition: .3s;
}

.submitButton i{
	margin: 0 0 0 10px;
}

#check_message{
	width: 425px;
	margin: 0 0 20px 0;
	padding: 8px 15px;
	background-color: #CC0000;
	color: #FFF;
}

#error_message{
	width: 425px;
	margin: 0 0 20px 0;
	padding: 8px 15px;
	background-color: #CC0000;
	color: #FFF;
}

.hide{
	display: none;
}

.show{
	display: block;
}

.entryButtonWpr button{
	cursor: pointer;
	width: 700px;
	height: 90px;
	margin: 0 auto 20px auto;
	border-radius: 45px;
	background-color: #C91F28;
	font-size: 36px;
	color: #FFF;
	font-weight: 700; 
}

.docButtonWpr button{
	cursor: pointer;
	width: 600px;
	height: 70px;
	margin: 0 auto 15px auto;
	border-radius: 35px;
	background-color: #4c4c4c;
	font-size: 30px;
	color: #FFF;
	font-weight: 700; 
}

.entryButtonWpr button i,
.docButtonWpr button i{
	margin: 0 10px 0 0;
}


/* footer */

footer{
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 23px 0;
	text-align: center;
}

footer.inq{
	position: absolute;
    bottom: 0;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 23px 0;
	text-align: center;
}


/* check */
.checkHeader{
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
}

.checkHeaderImg{
	width: 200px;
	margin: 0 auto 30px auto;
}

.checkNotice{
	text-align: center;
}

.checkNotice span{
	font-weight: 700;
}

.orderType{
	font-size: 16px;
	font-weight: 700;
	color: #202020;
}

.orderWpr{
	width: 500px;
	margin: 10px 0;
	border-bottom: 1px dotted #CCC;
}

.orderUnit{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	border-top: 1px dotted #CCC;
	font-size: 16px;
}

.orderAmount{
	width: 50px;
	text-align: right;
	color: #202020;
}

.orderPlan{
	width: 400px;
	color: #202020;
}

.back{
	display: block;
	width: 300px;
	height: 44px;
	border-radius: 22px;
	background-color: #999999;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
}

.entrySend{
	margin: 0 auto 40px auto;
	padding: 20px 40px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-radius: 3px;
	font-size: 18px;
}

.returnTop{
	font-size: 18px;
	color: #202020;
}

.returnTop i{
	margin: 0 10px 0 0;
}

.returnEntryPage{
	display: block;
	width: 350px;
	height: 50px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #004080 0, #003464 100%);
	border-radius: 25px;
	font-size: 20px;
	font-weight: 700;
	line-height: 48px;
	color: #FFF;
	text-align: center;
	transition: .3s;
}

section#contact{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

body.checkBody{
	position: relative;
	min-height: 100vh;
	padding: 0 0 80px 0;
}

.success{
	margin: 0 0 60px 0;
	text-align: center;
	color: #202020;
	font-size: 17px;
	line-height: 26px;
}

.floatButton{
	display: none;
}




/* company */

.companyWpr{
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 120px 0;
}

.companyTitle{
	justify-content: center;
	margin: 0 0 40px 0;
}

.companyChar{
	width: 43px;
	height: 43px;
	margin: 0 4px 0 0 ;
	background-color: #666666;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	line-height: 42px;
	color: #FFF;
}

table.company{
	width: 100%;
}

table.company tr{
	display: block;
	padding: 2px;
	border-top: 1px solid #999999;
}

table.company tr:last-child{
	border-bottom: 1px solid #999999;
}

table.company tr td{
	height: 52px;
}

table.company tr td a{
	color: #006666;
	text-decoration: underline;
}

table.company tr td:first-child{
	width: 225px;
	background-color: #eaeaea;
	text-align: center;
	font-size: 17px;
	color: #333300;
	font-weight: 700;
}

table.company tr td:last-child{
	padding: 0 0 0 20px;
	font-size: 17px;
	color: #333300;
}

/* show hide */

.slide-div{
	display: none;
}

.form-select-box {
    display: flex;
    justify-content: space-between;
}
.form-select {
    position: relative;
}

.form-select::before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 10px;
    right: 17px;
}

.dropdown-toggle {
    padding: 8px 23px 8px 14px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: white;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    font-size: 14px;
}

.inqStepImage{
	width: 960px;
	height: 46px;
	margin: 0 auto 30px auto;
}

.moveButtonWpr{
	width: 960px;
	margin: 0 auto;
}

#moveButton{
	cursor: pointer;
	width: 250px;
	height: 33px;
	margin: 0 0 15px auto;
	background-color: #556785;
	border-radius: 22px;
	color: #FFF;
	text-align: center;
	line-height: 32px;
}

#moveButton i{
	margin: 0 5px 0 0;
}

.eregPagingWpr{
	width: 100%;
	padding: 40px 0;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
}

.eregPaging{
	margin: 0 0 20px 0;
}

.eregPagingAnkre{
	display: block;
	width: 250px;
	height: 44px;
	margin: 0 auto;
	border-radius: 22px;
	background-color: #999;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height: 42px;
	text-decoration: none;
}

.planBodyTitle{
	font-size: 30px;
	text-align: left;
}



.sp{
	display: none;
}

.flex{
	display: flex;
}

}