
.pdBL{
	margin-bottom:18vw;
}
.pdBM{
	margin-bottom:9vw;
}
.pdBS{
	margin-bottom:4.5vw;
}

.pdBSS{
	margin-bottom:2vw;
}


.txtL{
	font-size: 3.6vw;
	letter-spacing: 0;
	line-height:180%;
}
.txtM{
	font-size: 2.4vw;
	letter-spacing: .06em;
	line-height:180%;
}
.txtS{
	font-size: 2.3vw;
	letter-spacing: .02em;
	line-height:180%;
}
.txtSS{
	font-size: 1.9vw;
	line-height:180%;
	letter-spacing: .02em;
}
.txtSSS{
	font-size: 1.7vw;
	line-height:180%;
	letter-spacing: .02em;
}
.txtR{
	text-align: right;
}
.txtC{
	text-align: center;
}
.txtB{
	font-weight: bold;
}



.example {
	position: relative;
	display: inline-block;
}
.example span{
	position: absolute;
	top: -1.6em;
	right: 0;
	font-size: .6em;
}

#otherCont{
	padding: 30vw 7.4vw 20vw;
}


/*productTop*/

#otherTop{
	position: relative;

}
#otherTop section{
	position: relative;
}

#otherDetail{
	min-height: 300px;
	padding: 0;
}



.otherChart1{
	
	display: block;
}

.otherChart1 .otherChart1Title{
	margin-bottom: 3vw;
	font-size: 3vw;
	font-weight: bold;
	letter-spacing: .1em;
	
}

.otherChart1 .otherChart1Body{
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #ddd;

	font-size: 3vw;
	letter-spacing: .1em;
}

.otherChart1TopR{
	text-align: right;
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #ddd;
	font-size: 3vw;
	letter-spacing: .1em;
}

.otherChart1 .otherChart1Body a{
	text-decoration: underline;
}

.formTxt{
	margin-bottom: 3vw;
	padding-bottom: 3vw;
	border-bottom: 1px solid #ddd;
	font-size: 3vw;
	letter-spacing: .1em;

}
.otherChart1 .otherChart1Body.formcheckbox1 .wpcf7-list-item{
	display: block;
}


.otherChart1 .otherChart1Title.hissu{
	
}
.otherChart1 .otherChart1Title.hissu::after{
	content: "※";
	color: #ff0000;
	font-size: 10px;
	display: inline-block;
	padding: 0 0 0 4px;
	
}
.otherChart1 .otherChart1Body input[type=text],
.otherChart1 .otherChart1Body input[type=tel],
.otherChart1 .otherChart1Body input[type=email]{
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.otherChart1 .otherChart1Body .mwform-tel-field input[type=text] {
	width: 20%;

}
.otherChart1 .otherChart1Body textarea{
	width: 100%;
	height: 8em;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}


.otherChart1 .formSubmit{
	text-align: center;
	font-size: 3vw;
	letter-spacing: .1em;
	
}

.otherChart1 .formSubmit input[type=button],
.otherChart1 .formSubmit input[type=submit]{
	padding: 10px 30px;
	color: #fff;
	border: none;
	background: #777777;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	margin: 0 5px;

	
}
span.wpcf7-spinner {
  display: none;
}
.otherChart1Body label{
	display: block;
}
.kaiyakuriyutitle{
	display: block;
	font-size: 3vw;
	letter-spacing: .1em;
	padding: 3vw 0 1vw;
}

.btnBack{
	margin-top: 10vw;
}
.btnBack a{
	font-size: 1.8vw;
	line-height: 100%;
	padding: 1.8vw 3vw;
	border: 1px solid #999;
	border-radius: 40px;
	display: inline-block;
}
.btnBack a::before{
	content: "<<";
	display: inline-block;
	padding-right: 3px;
}


.completeTxt{
	font-size: 3.2vw;
	letter-spacing: 0;
	line-height:180%;
	padding-top: 10vw;
}


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

	
	


	.pdBL{
		margin-bottom:120px;
	}
	.pdBM{
		margin-bottom:60px;
	}
	.pdBS{
		margin-bottom:30px;
	}

	.pdBSS{
		margin-bottom:10px;
	}


	.txtL{
		font-size: 26px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtM{
		font-size: 16px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtS{
		font-size: 12px;
		letter-spacing: 0;
		line-height:180%;
	}
	.txtSS{
		font-size: 10px;
		line-height:180%;
		letter-spacing: 0;
	}
	.txtSSS{
		font-size: 8px;
		line-height:180%;
		letter-spacing: 0;
	}
	.txtR{
		text-align: right;
	}
	.txtC{
		text-align: center;
	}
	.txtB{
		font-weight: bold;
	}


	
	
	#otherCont{
		display: flex;
		padding: 0 7.4vw 5vw;
		
	}

	#otherCont section{
		position: relative;
	}



	#otherTop{
		position: sticky;
		height: auto;
		width: 30%;
		top: 0;
		left: 0;
		padding-top: 13vw;
	}

	#otherDetail{
		width: 65%;
		min-height: 0;
		padding: 0 5vw 5vw 5vw;
		margin-top: 13vw;
		margin-left: 5%;
	}




	.example {
		position: relative;
		display: inline-block;
	}
	.example span{
		position: absolute;
		top: -1.9em;
		right: 0;
		font-size: .4em;
	}

	/*productTop*/



	.otherChart1{

	}


	.otherChart1 .otherChart1Title{
		margin-bottom: 30px;
		font-weight: bold;

		font-size: 14px;
	}

	.otherChart1 .otherChart1Body{
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;

		font-size: 14px;

	}

	.otherChart1TopR{
		text-align: right;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
		font-size: 14px;
	}

	.otherChart1 .otherChart1Body a{
		text-decoration: underline;
	}

	.formTxt{
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
		font-size: 14px;

	}
	



	.formTxt{
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
		font-size: 14px;


	}



	.otherChart1 .otherChart1Title.hissu{

	}
	.otherChart1 .otherChart1Title.hissu::after{
		content: "※";
		color: #ff0000;
		font-size: 10px;
		display: inline-block;
		padding: 0 0 0 4px;

	}
	.otherChart1 .otherChart1Body input[type=text],
	.otherChart1 .otherChart1Body input[type=tel],
	.otherChart1 .otherChart1Body input[type=email]{
		width: 100%;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}
	.otherChart1 .otherChart1Body .mwform-tel-field input[type=text] {
		width: 10%;
	}
	.otherChart1 .otherChart1Body textarea{
		width: 100%;
		height: 8em;
		padding: 10px;
		border: 1px solid #ccc;
		border-radius: 5px;
	}


	.otherChart1 .formSubmit{
		text-align: center;
		font-size: 14px;
		letter-spacing: .1em;

	}

	.otherChart1 .formSubmit input[type=button],
	.otherChart1 .formSubmit input[type=submit]{
		padding: 20px 50px;
		color: #fff;
		border: none;
		background: #777777;
		font-weight: bold;
		border-radius: 5px;


	}


	.kaiyakuriyutitle{
		display: block;
		font-size: 14px;
		padding: 20px 0 8px;
	}
	
	.btnBack{
		margin-top: 60px;
	}
	.btnBack a{
		font-size: 12px;
		line-height: 100%;
		padding: 10px 20px;
		border: 1px solid #999;
		border-radius: 40px;
		cursor: pointer;
		transition: all .3s ease-in-out;
	}
	.pdtBtn01 a:hover{
		background: #eee;
	}


	.completeTxt{
		font-size: 18px;
		letter-spacing: 0;
		line-height:180%;
		padding-top: 0;
		margin-top: -0.2em;
	}

	
}


