@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;
}

.cp_ipselect{
	display:inline-block;
	/*margin: 0 0 10px 0;*/
}

.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 2px;
	background: #ffffff;
box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
}

.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 52px 8px 8px;
	color: #666666;
	font-size: 16px;
}

@media screen and (max-width:736px){

img{
	width: 100%;
	height: auto;
}

/* hreaer */

header{
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0; 
}

.headerLogo{
	width: 160px;
	height: 53px;
	margin: 0 auto;
	padding: 8px 0 0 0;
}

.headerInfoWpr{
	justify-content: center;
	width: 100%;
}

.headerInfoInnerWpr{
	width: 100%;
	margin: 0 0 5px 0;
}

.headerTelWpr{
	display: flex;
	justify-content: center;
	margin: 0 auto 10px auto;
	padding: 3px 0 0 0;
}

.headerfreedial{
	width: 34px;
	height: 22px;
}

.headerTelNo{
	padding: 0 0 0 8px;
	font-size: 23px;
	font-weight: bold;
	color: #f18100;
}

.headerButton{
	display: block;
	width: 80%;
	height: 44px;
	margin: 0 auto;
	border-radius: 3px;
	background-color: #f18100;
	color: #FFF;
	line-height: 43px;
	font-size: 16px;
	text-align: center;
	transition: 0.3s;
}

.headerButton:hover{
	background-color: #ffa43b;
	color: #FFF;
	transition: 0.3s;
}

.headerNotice{
	width: 100%;
	font-size: 13px;
	text-align: center;
}

.headerNotice span{
	font-weight: bold;
}

/* fv */

.fvRibon{
	margin: 0 0 3px 0;
	padding: 8px;
	width: 100%;
	background: linear-gradient(to left, #003E66 0%, #005993 50%, #003E66 100%);
	text-align: center;
	color: #ffff00;
	font-size: 18px;
	line-height: 26px;
	text-shadow: 3px 3px 3px rgba(0,0,0,.3);
	font-weight: 700;
}

.fvWpr{
	margin: 0 0 3px 0;
	width: 100%;
}

.fvPc{
	width: 1022px;
	height: 538px;
	margin: 0 auto;
}

.whiteBgWpr{
	width: 100%;
	margin: 0 auto;
}

/* inq unit */

.inqUnitWpr{
	width: 100%;
	padding: 15px;
	background-image: url('../image/inqBg.png');
}

.inqUnitTitle{
	display: block;
	position: relative;
	width: 90%;
	height: 20px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-size: 16px;
	color: #202020;
	line-height: 20px;
}

.inqUnitTitle::before{
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	top: 0x;
	left: 5px;
	width: 3px;
	border-right: 3px solid #202020;
	border-left: 3px solid #202020;
	transform: skew(20deg);
}

.inqUnitTitle::after{
	display: block;
	position: absolute;
	content: "";
	height: 20px;
	top: 0px;
	right: 5px;
	width: 3px;
	border-right: 3px solid #202020;
	border-left: 3px solid #202020;
	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;
}

.inqInfoTelNum{
	margin: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 33px;
	font-weight: 700;
	color: #d01829;
	line-height: 30px;
}

.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;
}

/* three point */

.pointOuter{
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.pointTitle{
	width: 100%;
	margin: 0 0 15px 0;
}

.pointsWpr{
	justify-content: space-between;
}

.pointUnit{
	position: relative;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border: 4px solid #cc0033;
	border-radius: 5px;
	background: linear-gradient(to right,  #ec969e 1%,#cc0033 100%);
}

.pointNumCircle{
	position: absolute;
	top: 8px;
	left: 12px;
	width: 60px;
	height: 60px;
	background-color: #ec969e;
	border-radius: 30px;
	border: 3px solid #FFF;
}

.pointNum{
	width: 60px;
	height: 30px;
	margin: 0 auto;
	padding: 0 15px 0 0 ;
	text-align: center;
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
	font-style: oblique;
	font-family: 'Open Sans', sans-serif;
	line-height: 50px;
}

.pointNumBar{
	width: 45px;
	margin: 0 auto;
	padding: 4px 0 0 0 ;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-style: oblique;
	font-family: 'Open Sans', sans-serif;
	line-height: 13px;
}

.pointLeed{
	width: 100%;
	padding: 0 10px 10px 0 ;
	font-size: 20px;
	text-align: right;
	font-weight: 900;
	color: #FFF;
	line-height: 27px;
	letter-spacing: -0.045em;
}
	
.fourLine{
	font-size: 20px;
	line-height: 27px;
}

.pointLeed span{
	color: #FFEA00;
}

.pointBody{
	width: 100%;
	padding: 15px;
	background-color: white;
	font-size: 16px;
	line-height: 24px;
	color: #202020;
}

/* nayami */

.nayamiOuterWpr{
	width: 100%;
	padding: 25px 0 20px 0;
	background-image: url('../image/nayamiGridBg.png')
}

.nayamiTitle{
	width: 80%;
	margin: 0 auto 20px auto;
}

.nayamiUnit{
	display: flex;
	justify-content: space-between;
	width: 95%;
	height: 60px;
	margin: 0 auto 20px auto;
	border-radius: 30px;
	overflow: hidden;
	background-color: #FFF;
}

.nayamiUnit:last-child{
	margin: 0 auto;
}

.relUnit{
	display: flex;
	width: 95%;
	height: 60px;
	margin: 0 auto 20px auto;
	border-radius: 30px;
	overflow: hidden;
	background-color: #FFF;
}

.nayamiArrow{
	width: 30px;
	height: 60px;
	background-color: #FFEA00;
	color: #D01829;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
}

.nayamiBody{
	background-color: #FFF;
	font-weight: 900;
	color: #202020;
}


.firstN{
	padding: 10px;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -.05rem;
}

.ThirdN{
	font-size: 14px;
	line-height: 60px;
	text-align: left;
}

.secondWide{
	width: auto;
	padding: 10px;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -0.06em;
}

.smallTxt{
	padding: 10px;
	font-size: 12px;
	line-height: 21px;
}

.nayamiImage{
	width: 25%;
	height: 60px;
}

.nayamiImageIcon{
	width: 25%;
	height: 25px;
	padding: 0 10px 0 0;
}

.nayamiImageIcon img{
	width: auto;
	height: 25px;
	margin: 20px 0 0 0;
}

.nayamiImageCal{
	width: 25%;
	height: 60px;
}

.arrowContainer{
	width: 55px;
	height: 26px;
	margin: 0 auto;
}

.bottomArrowBase{
	position: relative;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 30px 25px 0 25px;
	border-color: #d01829 transparent transparent transparent;
}

.bottonmArrow{
	position: absolute;
	height: 52px;
	top: -40px;
	left: -6px;
	font-size: 20px;
	color: #FFF;
}

/* solution */

.solWpr{
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

.solTitle{
	margin: 0 0 25px 0;
	font-size: 30px;
	font-weight: 900;
	color: #202020;
	text-align: center;
	line-height: 20px;
}

.solUnitWpr{
	width: 95%;
	margin: 0 auto 15px auto;
}

.solUnitHeader{
	justify-content: start;
	/*width: 100%;*/
	padding: 10px 15px;
	background-color: #D01829;
	border-radius: 5px 5px 0 0;
}

.solUnitHeaderDouble{
	justify-content: start;
	width: 100%;
	padding: 10px 15px;
	background-color: #D01829;
	border-radius: 5px 5px 0 0;
}

.solUnitHeaderNum{
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0 0 0 3px;
	border-radius: 30px;
	background-color: #FFF;
	color: #D01829;
	font-size: 18px;
	font-style: oblique;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}

.solUnitHeaderDoubleNum{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0 0 0 5px;
	border-radius: 30px;
	background-color: #FFF;
	color: #D01829;
	font-size: 18x;
	font-style: oblique;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}

.solUnitHeaderLeed{
	display: inline;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	line-height: 26px;
}

.solUnitHeaderLeedDouble{
	display: inline;
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 900;
	color: #FFF;
	line-height: 26px;
}

.solUnitHeaderLeed span,
.solUnitHeaderLeedDouble span{
	color: #FFEA00;
}

.solUnitBody{
	width: 100%;
	padding: 15px 15px 5px 15px;
	border-radius: 0 0 5px 5px;
	background-color: #EAEAEA;
}

.centerLedd{
	margin: 0 0 15px 0 ;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
	color: #202020;
	font-weight: 900;
}

.feeTag{
	margin: 0 auto 28px 0;
	padding: 8px 13px;
	width: 100%;
	background-color: #202020;
}

.feeTag p{
	border-left: 3px solid #FFF;
	padding: 0 0 0 8px;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
}

.feeWpr{
	justify-content: space-between;
}

.feeTabelWpr{
	position: relative;
}

table.feeTabel{
	width: 100%;
	margin: 0 0 30px 0;
}

table.feeTabel tr td{
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 3px 4px;
	background-color: #FFF;
	text-align: center;
	font-size: 13px;
	color: #202020;
}

table.feeTabel tr td.rel{
	position: relative;
}

table.feeTabel tr:first-child td.rel div{

	height: 45px;
	left: 0;
	bottom: 0;
	color: #202020;
	background-color: #FFEA00;
	border-radius: 2px 2px 0 0;
}

table.feeTabel tr:nth-child(2) td.rel div{
	position: absolute;
	width: 55px;
	height: 40px;
	RIGHT: 30px;
	bottom: -25px;
	border-radius: 2px 2px 0 0;
}

table.feeTabel tr:last-child td.rel div{

	height: 50px;
	left: 0;
	top: 0;
	border-radius: 0 0 2px 2px;
	background-color: #D01829;
	line-height: 50px;
}

table.feeTabel tr td:first-child{
	width: 60px;
	font-size: 11px;
}

table.feeTabel tr:first-child td:nth-child(3){
	color: #D01829;
}

table.feeTabel tr:nth-child(2) td,
table.feeTabel tr:nth-child(3) td,
table.feeTabel tr:nth-child(4) td{
	background-color: #D8EFF6;

}

table.feeTabel tr:nth-child(2) td:nth-child(3),
table.feeTabel tr:nth-child(3) td:nth-child(3),
table.feeTabel tr:nth-child(4) td:nth-child(3){
	color: #D01829;
}

table.feeTabel tr td:nth-child(3){
	font-weight: bold;
	text-align: right;
	background-color: #FFEC32;
}

table.feeTabel tr:last-child td:nth-child(3){

}


table.feeTabel tr:first-child td:nth-child(3),
table.feeTabel tr:first-child td:nth-child(4),
table.feeTabel tr:first-child td:nth-child(5){
	text-align: center;
	font-weight: bold;
}

table.feeTabel tr td:nth-child(4),
table.feeTabel tr td:nth-child(5){
	text-align: right;
}


table.feeTabel tr:last-child td{
	height: 40px;
	background-color: #EA808B;
	color: #FFF;
	font-weight: 700;
}

table.feeTabel tr:last-child td:nth-child(2){
	color: #D01829;
	background-color: #D01829;
	color: #FFFF00;
	font-size: 18px;
	font-weight: 900;
}

.feeBaloon{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #202020;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	font-weight: 900;
	line-height: 23px;
}

.feeBaloon span{
	color: #FFFF00;
}

.feeBody{
	width: 100%;
	color: #202020;
}

.expTag{
	display: flex;
	justify-content:space-between;
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #202020;
	border-radius: 2px;
}

.expTagItem{
	width: 65px;
	border-right: 1px solid #202020;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
}

.expTagItemBody{
	width: 240px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.expCaceWpr{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 0 15px 0;
}

.expCace{
	width: 175px;
	font-size: 17px;
	font-weight: bold;
}

.expFee{
	font-size: 17px;
	font-weight: bold;
}

.expFee span{
	margin: 0 5px;
	font-size: 23px;
}

.solBodyNarrowWpr{
	width: 100%;
	margin: 0 auto;
}

.rentalLeedWpr{
	justify-content: space-between;
	width: 100%;
	margin: 0 0 15px 0;
}

.rentalLeedTag{
	width: 100%;
	margin: 0 0 10px 0;
	background-color: #202020;
	border-radius: 3px;
	text-align: center;
	color: #FFFF00;
	font-size: 18px;
	font-weight: 900;
	line-height: 30px;
}

.rentalLeed{
	font-size: 16px;
	color: #202020;
	line-height: 23px;
}

.rentalLeed span{
	color: #CC0000;
	font-weight: 700;
}

.feeGraph{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 8px;
	background-color: #D01829;
	border-radius: 5px;
}

.chinaAnker{
	display: block;
	margin: 0 auto 35px auto;
	width: 100%;
	height: 36px;
	background-color: #FFF;
	border-radius: 2px;
	text-align: center;
	line-height: 34px;
	color: #333333;
	font-size: 16px;
}

.chinaAnker  i{
	margin: 0 10px 0 0;
	color: #FF6600;
}

.connectImageWpr{
	position: relative;
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 30px 20px 15px 20px;
	border-radius: 3px;
	background-color: #FFF;
}

.connectImageTitle{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 200px;
	height: 30px;
	border-radius: 15px;
	background-color: #D01829;
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	color: #FFF;
	line-height: 30px;
}

.connectStep{
	margin: 20px 0 0 0 ;
	font-size: 13px;
	text-align: center;
}

/* fee */


.feeListWpr{
	width: 95%;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

.feeTitleWpr{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 30px;
	margin: 0 auto 15px auto;
}

.feeTitleLeft,
.feeTitleRight{
	width: 31px;
	height: 30px;
}

.feeTitle{
	width: 80%;
	height: 30px;
	background-color: #757575;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}

.feeBodyWpr{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #333300;
	border-radius: 5px;
}

.feeBodyTitle{
	width: 100%;
	height: 36px;
	background-color: #333300;
	font-size: 19px;
	color: #ffea00;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
}

.feeBodyInnerWpr{
	width: 100%;
	padding: 15px;
}

.feeItemWpr{
	justify-content: start;
	width: 100%;
	border-top: 1px dotted #333300;
	padding: 6px 0;
}

.feeItemWpr:nth-child(5){
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #333300;
}

.feeItem{
	width: 100%;
	height: 36px;
	padding: 0;
	background-color: #f5f0c6;
	font-size: 17px;
	color: #333300;
	text-align: center;
	line-height: 35px;
	font-weight: bold;
}

.feeitemBody{
	width: 100%;
	padding: 10px 0 0 0;
	line-height: 30px;
	color: #202020;
	font-size: 17px;
	text-align: center;
}

span.marginNotgice{
	display: block;
	font-size: 13px;
	line-height: 20px;
}

.red{
	color: #D01829;
}

.bold{
	font-weight: 900;
}

.large{
	font-size: 23px;
}

.slash{
	margin: 0 5px 0 0;
}

.marginNotgice{
	margin: 0 0 0 10px; 
}

.feeNotice{
	width: 100%;
	padding: 4px 10px;
	background-color: #757575;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}

/* chinaNet */

.chinaNetWpr{
	width: 100%;
	padding: 15px 10px;
	border-top: 4px solid #FFF;
	background-color: #E8E8E8;
}

.chinaNetInnerWpr{
	width: 95%;
	margin: 0 auto;
}

.chinaNetTitle{
	width: 100%;
	height: 40px;
	margin: 0 0 15px 0;
	background-color: #CCC;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: 900;
	color: #333300;
}

.chinaNetTitle p{
	border-left: 4px solid #990000;
	padding: 0 0 0 5px;
}

.chinaNetLeed{
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #333300;
	line-height: 23px;
}

.chinaNetImage{
	margin: 0 0 25px 0;
}

.chinaNetBody{
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #333300;
	line-height: 21px;
}

.chinaNetBody p{
	padding: 0 0 0 18px;
	text-indent: -16px;
}

/* entry step */

.entryStepWpr{
	width: 100%;
	padding: 0 0 15px 0;
}

.entryStepTitle{
	position: relative;
	width: 200px;
	height: 40px;
	margin: 0 auto 15px auto;
	background-color: #D01829;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	line-height: 39px;
	font-weight: 900;
}

.entryStepTitle::before{
	position:absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: -40px;
	border-style: solid;
	border-width: 0 40px 40px 0;
	border-color: transparent #D01829 transparent transparent;
}

.entryStepTitle::after{
	position:absolute;
	content: "";
	top: 0;
	right: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #D01829 transparent transparent transparent;
}

.entryStepImage{
	width: 95%;
	margin: 0 auto;
	padding: 15px;
	background-color: #e8e8e8;
}

/* usage */

.usageWpr{
	width: 95%;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.usageTitle{
	width: 100%;
	margin: 0 0 15px 0;
	padding: 8px 10px;
	background-color: #666666;
	border-radius: 3px;
}

.usageTitle p{
	padding: 0 0 0 7px;
	border-left: 4px solid #FFF;
	color: #FFF;
	font-size: 16px;
}

.usageBody{
	margin: 0 0 15px 0;
}

.usageBody p{
	padding: 0 0 0 18px;
	text-indent: -18px;
	font-size: 16px;
	line-height: 23px;
}


/* faq */

.faqWpr{
	width: 95%;
	margin: 0 auto 20px auto;
}

.faqTitleWpr{
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto 15px auto;
}

.faqTitleImg{
	width: 30%;
}

.faqTitle{
	margin: 0 0 0 10px;
	width: 70%;
}

.faqTitleUpper{
	margin: 0 0 15px 0;
	font-size: 26px;
	font-weight: 900;
	color: #202020;
	line-height: ;
}

.faqTitleLower{
	margin: 0 0 0 5px;
	font-size: 14px;
	color: #202020;
}

.faqUnit{
	width: 100%;
	padding: 18px 7px;
	border-top: 1px dotted #999999;
}

.qWpr{
	justify-content: start;
	width: 100%;
	margin: 0 0 14px 0;
}

.qItem{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 19px;
	background-color: #d01829;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.qBody{
	display: inline;
	padding: 0 0 0 15px;
	line-height: 22px;
	font-size: 16px;
	color: #996600;
	font-weight: bold;
}

.aWpr{
	justify-content: start;
	width: 100%;
}

.aItem{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 5px 0;
	border-radius: 19px;
	background-color: #ffe900;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	color: #333300;
	font-weight: bold;
}

.aBody{
	display: inline;
	padding: 0 0 0 15px;
	line-height: 22px;
	font-size: 16px;
	color: #333300;
}

.aBody a{
	color: #333300;
}


/* 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;
}

/* voice wpr */

.voiceWpr{
	width: 100%;
	padding: 15px 0;
	background-color: #e8e8e8;
}

.voiceUnit{
	position: relative;
	width: 95%;
	margin: 0 auto 25px auto;
	padding: 15px;
	background-color: #FFF;
	border-radius: 5px;
}

.voiceUnit:last-child{
	margin: 0 auto;
}

.voiceUserWpr{
	justify-content: space-between;
	width: 100%;
	margin: 0 0 15px 0;
}

.label{
	position: absolute;
	width: 115px;
	height: 115px;
	top: -3px;
	left: -3px;
	background-image: url('../image/label.png');
}

.label p{
	padding: 18px 0 0 0;
	transform: rotate(-45deg);
	color: #FFF;
	font-size: 20px;
}

.userImage{
	width: 115px;
	margin: 0 auto;
}

.voiceTitle{
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 20px;
	font-family: YakuHanJP, serif;
	color: #202020;
	font-weight: bold;
	line-height: 28px;
}

.statusWpr{
	width: 100%;
	margin: 0 0 25px 0;
	padding: 12px 15px 5px 15px;
	background-color: #FFE900;
	border-radius: 2px;
}

.statusTag{
	width: 100%;
	margin: 0 0 2px 0;
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	color: #202020;
	background-color: #FFF;
	text-align: center;
}



.status{
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #D01829;
	font-weight: bold;
	line-height: 29px;
	text-align: center;
}


.reasonWpr{
	justify-content: start;
	width: 100%;
	margin: 0 0 20px 0;
}

.reasonWpr:last-child{
	margin: 0;
}

.voiceCircle{
	width: 45px;
	height: 45px;
	margin: 0 auto 10px auto;
	border-radius: 40px;
	background-color: #FFE900;
	text-align: center;
	color: #333300;
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
}

.voiceBody{
	width: 100%;
	font-size: 17px;
	line-height: 26px;
	color: #202020;
}

.voiceBody span.underline{
	margin: 0 4px;
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffe900 51%,#ffe900 100%);
	font-weight: bold;
}

/* inq form */

.mainInqWpr{
	width: 95%;
	margin: 0 auto;
	padding: 30px 0 15px 0;
}

.inqTitle{
	width: 100%;
	height: 44px;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	background-color: #666666;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 43px;
}

.inqLeed{
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #202020;
	line-height: 28px;
}

.inqLeed span{
	color: #CC0000;
	font-weight: bold;
}



/* form */

table.form{
	width: 95%;
	margin: 0 auto 10px auto;
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
}

table.form td{
	display: block;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

table.form td:first-child{
	width: 100%;
	padding: 10px;
	background-color: #ffffe5;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

table.form td:last-child{
	width: 100%;
	padding: 10px;
	text-align: left;
	line-height: 30px;
}

table.form td:last-child span{
	padding: 8px 0 0 0;
	color: #999;
	font-size: 13px;
}

.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;
}

/* form parts */

input{
	margin: 0 10px 0 0 ;
}

input[type="text"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
}

input[type="tel"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
}


input[type='email']{
	padding: 7px;
	font-size: 16px;
	color: #666;
}

input[type='date']{
	width: 150px;
	padding: 7px;
	font-size: 16px;
	border: 1px solid #CCC;
	color: #666;
}


input.long{
	width: 100%;
}

input.mid{
	width: 150px;
}

input.mid{
	padding: 7px;
	width: 200px;
	color: #666;
	font-size: 16px;
}

input.zip{
	padding: 7px;
	width: 150px;
	color: #666;
	font-size: 16px;
}


input.short{
	width: 70px;
}

label{
	display: block;
	color: #666;
}

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: 20px;
	overflow-y: scroll;
	font-size: 14px;

}

.ppWpr p{
	margin: 0 0 10px 0;
}

.pp{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 0 8px;
	border-left: 6px solid #0d0d5f;
	color: #333;
}

.ppItem{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	color: #333;
}

.submitButton{
	display: block;
	width: 85%;
	margin: 20px auto 20px auto;
}


.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: 85%;
	height: 44px;
	border-radius: 40px;
	background-color: #CD2323;
	color: #FFF;
	font-weight: 900;
	font-size: 20px;
	line-height: 42px;
	transition: .3s;
}

.submitButton:hover{
	background-color: #e34343;
	transition: .3s;
}

.submitButton i{
	margin: 0 0 0 10px;
}

table.form td:last-child span.service{
	font-weight: bold;
	color: #202020;
}


/* show hide */

.slide-div{
	display: none;
}

/* footer */

footer{
	padding: 25px 0;
	border-top: 1px solid #cccccc;
}

.footerImage{
	width: 170px;
	margin: 0 auto;
}

.checkHeader{
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
}

.checkHeaderImg{
	width: 200px;
	margin: 0 auto 30px auto;
}

.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;
}

.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;
}


.pc,
.fvPc{
	display: none;
}

}

@media screen and (min-width:737px){


.flex{
	display: flex;
}

img{
	width: 100%;
	height: auto;
}

/* hreaer */

header{
	justify-content: space-between;
	width: 960px;
	height: 95px;
	margin: 0 auto;
	padding: 20px 0; 
}

.headerLogo{
	width: 160px;
	height: 53px;
	padding: 8px 0 0 0;
}

.headerInfoWpr{
	justify-content: space-between;
	width: 350px;
	height: 55px;
}

.headerInfoInnerWpr{
	margin: 0 0 5px 0;
}

.headerTelWpr{
	justify-content: start;
	width: 200px;
	height: 28px;
	padding: 3px 0 0 0;
}

.headerfreedial{
	width: 34px;
	height: 22px;
}

.headerTelNo{
	padding: 0 0 0 8px;
	font-size: 23px;
	font-weight: bold;
	color: #f18100;
}

.headerButton{
	display: block;
	width: 120px;
	height: 29px;
	border-radius: 3px;
	background-color: #f18100;
	color: #FFF;
	line-height: 28px;
	font-size: 12px;
	text-align: center;
	transition: 0.3s;
}


.headerButton:hover{
	background-color: #ffa43b;
	color: #FFF;
	transition: 0.3s;
}

.headerNotice{
	font-size: 16px;
	
}

.headerNotice span{
	font-weight: bold;
}

/* fv */

.fvRibon{
	width: 100%;
	height: 62px;
	background: linear-gradient(to left, #003E66 0%, #005993 50%, #003E66 100%);
	text-align: center;
	color: #ffff00;
	font-size: 24px;
	font-weight: 700;
	line-height: 55px;
	border-bottom: 5px solid #FFF;
	text-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.fvWpr{
	margin: 0 0 5px 0;
	width: 100%;
	height: 538px;
	padding: 105px 0 0 0;
	background-image: url('../image/fvBgPc.jpg');
	background-size: cover;
	background-position: center center;
}


.fvInnerWpr{
	width: 960px;
	height: 538px;
	margin: 0 auto;
}

.fvItemName{
	width: 674px;
	height: 111px;
	margin: 0 0 18px auto;
}


.fvPanelWpr{
	position: relative;
	width: 769px;
	height: 372px;
	margin: 0 0 0 auto;
}

.fvDevice{
	position: absolute;
	top: 62px;
	right: -35px;
	width: 390px;
	height: 232px;
}

.fvPc{
	width: 1022px;
	height: 538px;
	margin: 0 auto;
}

.whiteBgWpr{
	width: 960px;
	margin: 0 auto;
}

/* inq unit */

.inqUnitWpr{
	width: 100%;
	padding: 25px 0 45px 0;
	background-image: url('../image/inqBg.png');
}

.inqUnitTitle{
	display: block;
	position: relative;
	width: 520px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	color: #202020;
	line-height: 40px;
}

.inqUnitTitle::before{
	display: block;
	position: absolute;
	content: "";
	height: 40px;
	top: -1px;
	left: -15px;
	width: 3px;
	border-right: 3px solid #202020;
	border-left: 3px solid #202020;
	transform: skew(20deg);
}

.inqUnitTitle::after{
	display: block;
	position: absolute;
	content: "";
	height: 40px;
	top: -1px;
	right: -15px;
	width: 3px;
	border-right: 3px solid #202020;
	border-left: 3px solid #202020;
	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;
}

.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;
}

/* three point */

.pointOuter{
	padding: 45px 0 60px 0;
}

.pointTitle{
	width: 960px;
	margin: 0 0 105px 0;
}

.pointsWpr{
	justify-content: space-between;
}

.pointUnit{
	position: relative;
	width: 310px;
	padding: 40px 0 0 0;
	border: 4px solid #cc0033;
	border-radius: 5px;
	background: linear-gradient(to right,  #ec969e 1%,#cc0033 100%);
}

.pointNumCircle{
	position: absolute;
	top: -73px;
	left: 12px;
	width: 120px;
	height: 120px;
	background-color: #ec969e;
	border-radius: 60px;
	border: 5px solid #FFF;
}

.pointNum{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding: 0 20px 0 0 ;
	text-align: center;
	font-size: 86px;
	color: #FFF;
	font-weight: 700;
	font-style: oblique;
	font-family: arial;
	line-height: 110px;
}

.pointNumBar{
	width: 70px;
	height: 50px;
	margin: 0 auto;
	padding: 8px 0 0 0 ;
	text-align: center;
	font-size: 19px;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	font-style: oblique;
	font-family: 'Open Sans', sans-serif;
	line-height: 20x;
}

.pointLeed{
	width: 100%;
	height: 145px;
	padding: 0 10px 0 0 ;
	font-size: 24px;
	text-align: right;
	font-weight: 900;
	color: #FFF;
	line-height: 32px;
	letter-spacing: -0.045em;
}
	
.fourLine{
	padding: 25px 10px 0 0;
	font-size: 26px;
	line-height: 34px;
}

.pointLeed span{
	color: #FFEA00;
}

.pointBody{
	width: 100%;
	height: 155px;
	padding: 15px 20px;
	background-color: white;
	font-size: 19px;
	line-height: 30px;
	color: #202020;
}

/* nayami */

.nayamiOuterWpr{
	width: 100%;
	padding: 55px 0 70px 0;
	background-image: url('../image/nayamiGridBg.png')
}

.nayamiTitle{
	width: 570px;
	margin: 0 auto 60px auto;
}

.nayamiUnit{
	justify-content: space-between;
	width: 835px;
	height: 155px;
	margin: 0 auto 40px auto;
	border-radius: 80px;
	overflow: hidden;
}

.nayamiUnit:last-child{
	margin: 0 auto;
}

.relUnit{
	position: relative;
	justify-content: space-between;
	width: 835px;
	height: 155px;
	margin: 0 auto 40px auto;
	border-radius: 80px;
	overflow: hidden;
}

.nayamiArrow{
	width: 65px;
	height: 155px;
	background-color: #FFEA00;
	color: #D01829;
	font-size: 45px;
	line-height: 150px;
	text-align: center;
}

.nayamiBody{
	width: 540px;
	background-color: #FFF;
	font-weight: 900;
	color: #202020;
}


.firstN{
	padding: 30px 0 30px 25px;
	font-size: 30px;
	line-height: 47px;
}

.ThirdN{
	padding: 0 0 0 25px;
	font-size: 32px;
	line-height: 150px;
}

.secondWide{
	width: 775px;
	padding: 30px 0 30px 25px;
	font-size: 30px;
	line-height: 47px;
}

.smallTxt{
	padding: 30px 0 30px 25px;
	font-size: 28px;
	line-height: 47px;
}

.nayamiImage{
	width: 235px;
	height: 155px;
}

.nayamiImageIcon{
	position: absolute;
	width: 172px;
	height: 50px;
	top: 20px;
	right: 60px;
}

.nayamiImageCal{
	position: absolute;
	width: 243px;
	height: 50px;
	top: 0px;
	right: 0;
}

.arrowContainer{
	width: 110px;
	height: 52px;
	margin: 0 auto;
}

.bottomArrowBase{
	position: relative;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 52px 55px 0 55px;
	border-color: #d01829 transparent transparent transparent;
}

.bottonmArrow{
	position: absolute;
	height: 52px;
	top: -80px;
	left: -18px;
	font-size: 60px;
	color: #FFF;
}

/* solution */

.solWpr{
	width: 960px;
	margin: 0 auto;
	padding: 70px 0 20px 0;
}

.solTitle{
	margin: 0 0 45px 0;
	font-size: 66px;
	font-weight: 900;
	color: #202020;
	text-align: center;
	line-height: 66px;
}

.solUnitWpr{
	width: 960px;
	margin: 0 auto 55px auto;
}

.solUnitHeader{
	justify-content: start;
	width: 960px;
	height: 105px;
	padding: 22px 25px;
	background-color: #D01829;
	background-image: url('../image/earth.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 178px 106px;
	border-radius: 5px 5px 0 0;
}

.solUnitHeaderDouble{
	justify-content: start;
	width: 960px;
	height: 105px;
	padding: 11px 25px;
	background-color: #D01829;
	background-image: url('../image/earth.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 178px 106px;
	border-radius: 5px 5px 0 0;
}

.solUnitHeaderNum{
	width: 59px;
	height: 59px;
	padding: 0 0 0 12px;
	border-radius: 30px;
	background-color: #FFF;
	color: #D01829;
	font-size: 43px;
	font-style: oblique;
	line-height: 57px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}

.solUnitHeaderDoubleNum{
	width: 59px;
	height: 59px;
	margin: 10px 0 0 0;
	padding: 0 0 0 12px;
	border-radius: 30px;
	background-color: #FFF;
	color: #D01829;
	font-size: 43px;
	font-style: oblique;
	line-height: 57px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
}

.solUnitHeaderLeed{
	margin: 0 0 0 20px;
	font-size: 33px;
	font-weight: 900;
	color: #FFF;
	line-height: 59px;
}

.solUnitHeaderLeedDouble{
	padding: 5px 0 0 0;
	margin: 0 0 0 20px;
	font-size: 26px;
	font-weight: 900;
	color: #FFF;
	line-height: 36px;
}

.solUnitHeaderLeed span,
.solUnitHeaderLeedDouble span{
	color: #FFEA00;
}

.solUnitBody{
	width: 960px;
	padding: 33px 35px;
	border-radius: 0 0 5px 5px;
	background-color: #EAEAEA;
}

.centerLedd{
	margin: 0 0 25px 0 ;
	padding: 0 0 0 20px;
	text-align: center;
	font-size: 33px;
	line-height: 46px;
	color: #202020;
	font-weight: 900;
}

.feeTag{
	margin: 0 auto 18px 0;
	padding: 8px 13px;
	width: 180px;
	background-color: #202020;
}

.feeTag p{
	border-left: 5px solid #FFF;
	padding: 0 0 0 8px;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
}

.feeWpr{
	justify-content: space-between;
}

.feeTabelWpr{
	position: relative;
}

table.feeTabel{
	width: 615px;
	border-collapse: separate;
	border-spacing: 0;
}

table.feeTabel tr td{
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 5px 15px;
	background-color: #FFF;
	text-align: center;
	font-size: 16px;
	color: #202020;
}

table.feeTabel tr td:nth-child(3){
	width: 127px;
	text-align: left;
}


table.feeTabel tr td:nth-child(2){
	text-align: left;
}

table.feeTabel tr:first-child td{
	height: 56px;
}

table.feeTabel tr:first-child td:nth-child(3){
	font-weight: bold;
	color: #D01829;
}

table.feeTabel tr td:nth-child(3){
	font-weight: bold;
	text-align: right;
	background-color: #FDF4F5;
}

table.feeTabel tr:first-child td:nth-child(3),
table.feeTabel tr:first-child td:nth-child(4),
table.feeTabel tr:first-child td:nth-child(5){
	text-align: center;
	font-weight: bold;
}

table.feeTabel tr:nth-child(2) td,
table.feeTabel tr:nth-child(3) td,
table.feeTabel tr:nth-child(4) td{
	background-color: #D8EFF6;
}

table.feeTabel tr:nth-child(2) td:nth-child(3),
table.feeTabel tr:nth-child(3) td:nth-child(3),
table.feeTabel tr:nth-child(4) td:nth-child(3){
	color: #cc0033;
}

table.feeTabel tr td:nth-child(3){
	background-color: #FFEA00;
	border-bottom: 1px solid #FFF;
}



table.feeTabel tr td:nth-child(4),
table.feeTabel tr td:nth-child(5){
	text-align: right;
}

table.feeTabel tr:last-child td{
	padding: 25px 15px;
	background-color: #EB818B;
	font-weight: bold;
	font-size: 21px;
	color: #FFF;
}

table.feeTabel tr:last-child td:nth-child(2){
	color: #FFFF00;
}

table.feeTabel tr td.rel{
	position: relative;
}

table.feeTabel tr:first-child td.rel div{
	position: absolute;
	width: 127px;
	height: 69px;
	padding: 10px 0 0 0;
	top: -13px;
	left: 0;

	background-color: #FFEA00;
	color: #202020;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	border-bottom: 1px solid #FFF;
}

table.feeTabel tr:nth-child(2) td.rel div{
	position: absolute;
	width: 131px;
	height: 83px;
	padding: 0;
	top: 4px;
	left: -68px;
}


table.feeTabel tr:last-child td.rel div{
	position: absolute;
	width: 125px;
	height: 80px;
	padding: 0;
	top: 0;
	left: 0;
	background-color: #D01829;
	color: #202020;
	font-size: 29px;
	font-weight: 900;
	line-height: 78px;
	color: #FFFF00;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

.feeBaloon{
	position: absolute;
	bottom: 0;
	right: -280px;
	width: 250px;
	padding: 13px;
	background-color: #000;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	font-weight: 900;
	line-height: 36px;
}

.feeBaloon span{
	color: #FFFF00;
}

.feeBaloon::before{
	position: absolute;
	top: 85px;
	left: -35px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 50px 7px 0;
	border-color: transparent #000 transparent transparent;
	transform: rotate(-30deg);
}

.feeBody{
	width: 250px;
	color: #202020;
}

.expTag{
	justify-content: space-between;
	width: 250px;
	margin: 0 0 20px 0;
	border: 1px solid #202020;
	border-radius: 2px;
}

.expTagItem{
	width: 65px;
	border-right: 1px solid #202020;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
}

.expTagItemBody{
	width: 250px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.expCaceWpr{
	justify-content: start;
	width: 250px;
	margin: 0 0 25px 0;
	text-align: center;
}

.expCace{
	width: 250px;
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
}

.expFee{
	font-size: 24px;
	font-weight: bold;
}

.expFee span{
	margin: 0 5px;
	font-size: 32px;
}

.solBodyNarrowWpr{
	width: 630px;
	margin: 0 auto;
}

.rentalLeedWpr{
	justify-content: space-between;
	width: 630px;
	margin: 0 0 30px 0;
}

.rentalLeedTag{
	width: 173px;
	height: 50px;
	background-color: #202020;
	border-radius: 3px;
	text-align: center;
	color: #FFFF00;
	font-size: 22px;
	font-weight: 900;
	line-height: 48px;
}

.rentalLeed{
	font-size: 18px;
	color: #202020;
	line-height: 25px;
}

.rentalLeed span{
	color: #CC0000;
	font-weight: 700;
}

.feeGraph{
	width: 575px;
	margin: 0 auto 20px auto;
}

.chinaAnker{
	display: block;
	margin: 0 auto 65px auto;
	width: 360px;
	height: 36px;
	background-color: #FFF;
	border-radius: 2px;
	text-align: center;
	line-height: 34px;
	color: #333333;
	font-size: 18px;
}

.chinaAnker  i{
	margin: 0 10px 0 0;
	color: #FF6600;
}

.connectImageWpr{
	position: relative;
	width: 860px;
	margin: 0 auto 20px auto;
	padding: 60px 75px 30px 75px;
	border-radius: 3px;
	background-color: #FFF;
}

.connectImageTitle{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 365px;
	height: 40px;
	border-radius: 20px;
	background-color: #D01829;
	text-align: center;
	font-size: 23px;
	font-weight: 900;
	color: #FFF;
	line-height: 38px;
}

.connectStep{
	margin: 20px 0 0 0 ;
	font-size: 18px;
	text-align: right;
}

/* fee */


.feeListWpr{
	width: 960px;
	margin: 0 auto;
	padding: 0 0 65px 0;
}

.feeTitleWpr{
	justify-content: center;
	width: 660px;
	height: 64px;
	margin: 0 auto 55px auto;
}

.feeTitleLeft,
.feeTitleRight{
	width: 65px;
	height: 64px;
}

.feeTitle{
	width: 530px;
	height: 64px;
	background-color: #757575;
	color: #FFF;
	font-size: 32px;
	text-align: center;
	line-height: 62px;
	font-weight: 700;
}

.feeBodyWpr{
	width: 960px;
	margin: 0 auto;
	border: 1px solid #333300;
	border-radius: 5px;
}

.feeBodyTitle{
	width: 100%;
	height: 57px;
	background-color: #333300;
	font-size: 24px;
	color: #ffea00;
	text-align: center;
	line-height: 52px;
	font-weight: bold;
}

.feeBodyInnerWpr{
	width: 100%;
	padding: 35px 27px 27px 27px;
}

.feeItemWpr{
	justify-content: start;
	width: 100%;
	border-top: 1px dotted #333300;
	padding: 6px 0;
}

.feeItemWpr:nth-child(5){
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #333300;
}

.feeItem{
	width: 233px;
	height: 47px;
	padding: 0 0 0 10px;
	background-color: #f5f0c6;
	font-size: 17px;
	color: #333300;
	line-height: 45px;
	font-weight: bold;
}

.feeitemBody{
	width: 665px;
	height: 47px;
	padding: 0 0 0 20px;
	line-height: 47px;
	color: #202020;
	font-size: 17px;
}

.red{
	color: #D01829;
}

.bold{
	font-weight: 900;
}

.large{
	font-size: 26px;
}

.slash{
	margin: 0 5px 0 0;
}

.marginNotgice{
	margin: 0 0 0 10px; 
}

.feeNotice{
	width: 100%;
	height: 33px;
	background-color: #757575;
	color: #FFF;
	text-align: center;
	font-size: 17px;
	line-height: 32px;
}

/* chinaNet */

.chinaNetWpr{
	width: 100%;
	padding: 50px 0;
	border-top: 7px solid #FFF;
	background-color: #E8E8E8;
}

.chinaNetInnerWpr{
	width: 960px;
	margin: 0 auto;
}

.chinaNetTitle{
	width: 960px;
	height: 54px;
	margin: 0 0 30px 0;
	background-color: #CCC;
	padding: 16px 22px;
	font-size: 22px;
	font-weight: 900;
	color: #333300;
}

.chinaNetTitle p{
	border-left: 7px solid #990000;
	padding: 0 0 0 10px;
}

.chinaNetLeed{
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #333300;
}

.chinaNetImage{
	margin: 0 0 25px 0;
}

.chinaNetBody{
	margin: 0 0 30px 0;
	font-size: 18px;
	color: #333300;
	line-height: 21px;
}

.chinaNetBody p{
	padding: 0 0 0 18px;
	text-indent: -18px;
}

/* entry step */

.entryStepWpr{
	width: 100%;
	padding: 0 0 65px 0;
}

.entryStepTitle{
	position: relative;
	width: 420px;
	height: 73px;
	margin: 0 auto 50px auto;
	background-color: #D01829;
	font-size: 32px;
	text-align: center;
	color: #FFF;
	line-height: 71px;
	font-weight: 900;
}

.entryStepTitle::before{
	position:absolute;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: -73px;
	border-style: solid;
	border-width: 0 73px 73px 0;
	border-color: transparent #D01829 transparent transparent;
}

.entryStepTitle::after{
	position:absolute;
	content: "";
	top: 0;
	right: -73px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 73px 73px 0 0;
	border-color: #D01829 transparent transparent transparent;
}

.entryStepImage{
	width: 960px;
	margin: 0 auto;
	padding: 30px;
	background-color: #e8e8e8;
}

/* usage */

.usageWpr{
	width: 960px;
	margin: 0 auto;
	padding: 55px 0;
}

.usageTitle{
	width: 100%;
	height: 54px;
	margin: 0 0 35px 0;
	padding: 14px 22px;
	background-color: #666666;
	border-radius: 3px;
}

.usageTitle p{
	height: 26px;
	padding: 0 0 0 8px;
	border-left: 7px solid #FFF;
	color: #FFF;
	font-size: 22px;
}

.usageBody{
	margin: 0 0 45px 0;
}

.usageBody p{
	padding: 0 0 0 18px;
	text-indent: -18px;
	font-size: 18px;
	line-height: 25px;
}


/* faq */

.faqWpr{
	width: 960px;
	margin: 0 auto 80px auto;
}

.faqTitleWpr{
	justify-content: center;
	width: 960px;
	margin: 0 auto 65px auto;
}

.faqTitleImg{
	width: 195px;
}

.faqTitle{
	margin: 0 0 0 25px;
	width: 500px;
}

.faqTitleUpper{
	margin: 0 0 15px 0;
	font-size: 62px;
	font-weight: 900;
	color: #202020;
	line-height: 63px;
}

.faqTitleLower{
	margin: 0 0 0 5px;
	font-size: 21px;
	color: #202020;
}

.faqUnit{
	width: 100%;
	padding: 18px 7px;
	border-top: 1px dotted #999999;
}

.qWpr{
	justify-content: start;
	width: 100%;
	height: 38px;
	margin: 0 0 14px 0;
}

.qItem{
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-color: #d01829;
	line-height: 37px;
	font-size: 21px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

.qBody{
	width: 880px;
	padding: 0 0 0 15px;
	height: 38px;
	line-height: 37px;
	font-size: 23px;
	color: #996600;
	font-weight: bold;
}

.aWpr{
	justify-content: start;
	width: 100%;
}

.aItem{
	width: 38px;
	height: 38px;
	border-radius: 19px;
	background-color: #ffe900;
	line-height: 37px;
	font-size: 21px;
	text-align: center;
	color: #333300;
	font-weight: bold;
}

.aBody{
	width: 880px;
	padding: 0 0 0 15px;
	line-height: 37px;
	font-size: 23px;
	color: #333300;
}

.aBody a{
	color: #333300;
}


/* company */

.companyWpr{
	width: 960px;
	margin: 0 auto;
	padding: 80px 0 60px 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;
}

/* voice wpr */

.voiceWpr{
	width: 100%;
	padding: 60px 0;
	background-color: #e8e8e8;
}

.voiceUnit{
	position: relative;
	width: 960px;
	margin: 0 auto 45px auto;
	padding: 45px;
	background-color: #FFF;
	border-radius: 5px;
}

.voiceUnit:last-child{
	margin: 0 auto;
}

.voiceUserWpr{
	justify-content: space-between;
	width: 870px;
	margin: 0 0 30px 0;
}

.label{
	position: absolute;
	width: 115px;
	height: 115px;
	top: -3px;
	left: -3px;
	background-image: url('../image/label.png');
}

.label p{
	padding: 18px 0 0 0;
	transform: rotate(-45deg);
	color: #FFF;
	font-size: 20px;
}

.userImage{
	width: 115px;
}

.voiceTitle{
	width: 720px;
	padding: 10px 0 0 0;
	font-size: 32px;
	font-family: YakuHanJP, serif;
	color: #202020;
	font-weight: bold;
	line-height: 40px;
}

.statusWpr{
	width: 100%;
	margin: 0 0 45px 0;
	padding: 12px 15px;
	background-color: #FFE900;
	border-radius: 2px;
}

.statusTag{
	display: inline-block;
	position: relative;
	margin: 0 30px 0 0;
	padding: 0 5px 0 15px;
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	color: #202020;
	background-color: #FFF;
}

.statusTag::after{
	position: absolute;
	content: "";
	top: 0;
	right: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 0 14.5px 15px;
	border-color: transparent transparent transparent #FFF;
}

.status{
	margin: 0 40px 0 0;
	font-size: 18px;
	color: #D01829;
	font-weight: bold;
	line-height: 29px;
}


.reasonWpr{
	justify-content: start;
	width: 100%;
	margin: 0 0 35px 0;
}

.reasonWpr:last-child{
	margin: 0;
}

.voiceCircle{
	width: 75px;
	height: 75px;
	margin: 0 35px 0 0;
	border-radius: 40px;
	background-color: #FFE900;
	text-align: center;
	color: #333300;
	font-size: 18px;
	line-height: 73px;
	font-weight: bold;
}

.voiceBody{
	width: 765px;
	font-size: 19.5px;
	line-height: 31px;
	color: #202020;
}

.voiceBody span.underline{
	margin: 0 4px;
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffe900 51%,#ffe900 100%);
	font-weight: bold;
}

/* inq form */

.mainInqWpr{
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}

.inqTitle{
	width: 100%;
	height: 44px;
	margin: 0 0 30px 0;
	padding: 0 0 0 15px;
	background-color: #666666;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 43px;
}

.inqLeed{
	margin: 0 0 40px 0;
	font-size: 18px;
	color: #202020;
	line-height: 28px;
}

.inqLeed span{
	color: #CC0000;
	font-weight: bold;
}



table.form{
	width: 960px;
	margin: 0 auto 20px auto;
	border-top: 1px dotted #666666;
	border-left: 1px dotted #666666;
}

table.form td{
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
}

table.form td:first-child{
	width: 225px;
	padding: 20px;
	background-color: #ffffe5;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}
table.form td:last-child{
	width: 735px;
	padding: 10px 20px;
	text-align: left;
	line-height: 30px;
}

table.form td:last-child span{
	padding: 8px 0 0 0;
	color: #999;
}

.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;
}

/* 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: 350px;
}

input.mid{
	padding: 7px;
	width: 200px;
	color: #666;
	font-size: 16px;
}

input.zip{
	padding: 7px;
	width: 120px;
	color: #666;
	font-size: 16px;
}

input.short{
	width: 70px;
}

label{
	display: block;
	color: #666;
}

label.float{
	display: inline-block;
	color: #666;
	margin: 0 20px 0 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;
}

.back{
	display: block;
	width: 320px;
	margin: 0 auto 60px auto;
	text-align: center;
}

table.form tr td input{
	margin: 0 10px 0 0;
}

table.form tr td input[type="tel"]{
	padding: 7px;
	font-size: 16px;
	color: #666;
	border: 1px solid #CCC;
}

.submitButton{
	display: block;
	width: 490px;
	height: 80px;
	border-radius: 40px;
	background-color: #CD2323;
	color: #FFF;
	font-weight: 900;
	font-size: 28px;
	line-height: 78px;
	transition: .3s;
}

.submitButton:hover{
	background-color: #e34343;
	transition: .3s;
}

.submitButton i{
	margin: 0 0 0 10px;
}

/* show hide */

.slide-div{
	display: none;
}

/* footer */

footer{
	padding: 25px 0;
	border-top: 1px solid #cccccc;
}

.footerImage{
	width: 170px;
	margin: 0 auto;
}

.checkHeader{
	width: 100%;
	text-align: center;
	padding: 20px 0 40px 0;
}

.checkHeaderImg{
	width: 200px;
	margin: 0 auto 30px auto;
}

.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;
}

.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;
}

.sp,
.fvSp{
	display: none;
	
}

}