@charset "utf-8";


/* -------------------------------- /tetsuzuki/otoiawase/index.html */
@media print, screen and (max-width: 767px) {
	#tetsuzuki_otoiawase_index .clm2 .clmIn:nth-child(2n),
	#tetsuzuki_otoiawase_index .clm2 .clmIn:nth-child(n+3){
		margin-top: 30px;
	}
}

.ttlBgBlue{
	margin-bottom: 20px;
}
.bdrBoxSubject .ttlBox{
	margin-bottom: 5px;
}


/* -------------------------------- /otoiawase/index.html */
/* ウェブから問い合わせる */
.contactBox .clm3 .clmIn:first-child,
.contactBox .clm3 .clmIn:nth-child(2){
	border-right: #9c9c9c 1px dotted;
}

.contactBox .clm3 .clmIn:nth-child(2),
.contactBox .clm3 .clmIn:nth-child(3n){
	padding-left: 20px;
}

.contactBox .clm3 .clmIn:first-child {
	padding-right: 15px;
	width: 33%;
}
.contactBox .clm3 .clmIn:nth-child(2) {
	width: 33%;
	padding-right: 15px;
	padding-left: 15px;
}

.contactBox .clm3 .clmIn:last-child {
	width: 33%;
	padding-left: 15px;
}
.contactBox .clm3 .clmIn .btnOval {
	padding: 9px 40px 9px 40px;
}

@media print, screen and (max-width: 767px) {
	.contactBox .clm3 .clmIn{
		width: 100%!important;
		float: none;
		padding-left: 0;
	}
	.contactBox .clm3 .clmIn:first-child,
	.contactBox .clm3 .clmIn:nth-child(2){
		border-right: none;
		padding-right: 0!important;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: #9c9c9c 1px dotted;
	}

	.contactBox .clm3 .clmIn:nth-child(2),
	.contactBox .clm3 .clmIn:nth-child(3n){
		padding-left: 0;
	}
}

/* 電話で問い合わせる */
.bdrBoxSubject{
	padding: 10px 20px;
}
@media print, screen and (max-width: 767px) {
	.bdrBoxSubject{
		padding: 10px;
	}
}

.classGuide{
	margin-bottom: 20px;
}
.classGuide a{
	display: block;
}
.classGuide .contGuide{
	display: table;
}
.classGuide .contGuide.contWrap{
	width: 100%;
	padding: 25px 90px;
}
.classGuide .contGuide .lCont{
	display: table-cell;
	border-right: #cccccc 1px dotted;
}
.classGuide .contGuide .rCont{
	display: table-cell;
	padding-left: 15px;
}
.classGuide .contGuide .telArea{
	position: relative;
	padding-left: 50px;
}
.classGuide .contGuide .telArea:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6%;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 40px;
	background: url(/common_2019/img/icon/icon_phone_dblu.svg) no-repeat;
	background-size: contain;
}
.classGuide .contGuide .telArea .sub{
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.classGuide .contGuide .telArea .number{
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

@media print, screen and (min-width: 768px) {
	.classGuide a{
		pointer-events: none;
	}
	.classGuide .ttlGuideArea{
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.classGuide .contGuide{
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}
}

@media screen and (max-width: 767px) {
	.classGuide .contGuide{
		display: block;
    border: #e6e6e6 2px solid;
    border-radius: 10px;
    padding: 0 20px 20px;
    margin-top: 20px;
	}
	.classGuide .contGuide.contWrap{
		padding: 0;
	}
	.classGuide .contGuide .lCont{
		display: block;
		padding-right: 0;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.classGuide .contGuide .boxBd{
		/*border: #e6e6e6 2px solid;
		border-radius: 10px;
		padding: 20px;*/
	}
	.classGuide .contGuide .telArea .number{
		font-size: 26px;
	}
	.classGuide .contGuide .rCont{
		display: block;
		padding-left: 0;
	}
}
@media print, screen and (min-width: 768px) {
div#classGuide .contGuide {
    border-radius: 5px;
    border: none;
}
}
@media print, screen and (max-width: 767px) {
	.classGuide .contGuide > p {
    display: inline-block;
	}
	.classGuide .contGuide > p.text-bold {
		padding-right: 8px;
	}
}



.telAreaWrap{
	border: #e6e6e6 2px solid;
	border-radius: 10px;
	padding: 15px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.telAreaWrap .telArea {
    position: relative;
    padding-left: 50px;
}
.telAreaWrap .telArea:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6%;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 40px;
	background: url(/common_2019/img/icon/icon_phone_dblu.svg) no-repeat;
	background-size: contain;
}
.telAreaWrap .telArea .sub {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.telAreaWrap .telArea .number {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
@media print, screen and (max-width: 767px) {
	.telAreaWrap{
		padding: 20px;
	}
}


/* -------------------------------- 無料体験学習 */
.arrowWrap{
	padding: 20px 0 60px;
	margin-bottom: 25px;
	background: url(/tetsuzuki/otoiawase/img/arrow_dblu_d.png) no-repeat bottom center;
	background-size: 80px auto;
}
.arrowWrap .txt{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #1069c4;
}
.taiken{}
.taiken .taikenMeta{}
.taiken .taikenMeta .intr{
}
.taiken .taikenMeta .intr .txt{
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 1.545;
	position: relative;
}
.taiken .taikenMeta .intr .txt:before{
	content: "";
	background: url(/tetsuzuki/otoiawase/img/illust_01.png) top left no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.taiken .arrowWrap{
	display: none;
}
.taiken .campaignInner{
	background: #ffffff;
	border-radius: 10px;
}
.taiken .campaignArea .col2{
	display: table;
	width: 100%;
}
.taiken .campaignArea .lCont{
	display: table-cell;
	vertical-align: middle;
	padding: 15px 4.4%;
}
.taiken .campaignArea .rCont{
	display: table-cell;
	width: 380px;
	vertical-align: middle;
	line-height: 1;
}
.taiken .campaignArea .heading{
	font-size: 32px;
	text-align: center;
}
.taiken .campaignArea .heading .txtBig{
	font-size: 36px;
}
.taiken .campaignArea .ttlSub{
	color: #1069c4;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}
.taiken .campaignArea .listDot .dot{
	font-size: 16px;
}
.taiken .campaignArea .btnOval{
	font-weight: bold;
}

@media print, screen and (min-width: 768px) {
	.taiken{}
	.taiken .taikenIn{
		padding: 30px;
		background-color: #fff9d8;
		border-top: 6px solid #1069c4;
		border-bottom: 6px solid #1069c4;
	}
	.taiken .taikenMeta{
		width: 100%;
		display: table;
		margin-bottom: 40px;
	}
	.taiken .taikenMeta .intr{
		display: table-cell;
		vertical-align: middle;
		position: relative;
	}
	.taiken .taikenMeta .intr .txt{
		padding-left: 94px;
		font-size: 32px;
	}
	.taiken .taikenMeta .intr .txt:before{
		width: 85px;
		height: 75px;
		margin-top: -37px;
	}
	.taiken .taikenMeta .btn{
		width: 250px;
		display: table-cell;
		vertical-align: middle;
	}
	.taiken .taikenMeta .btn a{
		padding: 9px 25px;
		font-weight: bold;
		display: block;
	}
}

@media print, screen and (max-width: 767px) {
	.taiken{}
	.taiken .taikenIn{}
	.taiken .taikenMeta{
		padding: 20px 4% 35px;
		background-color: #fff9d8;
	}
	.taiken .taikenMeta .intr .txt{
		padding-left: 85px;
		font-size: 22px;
	}
	.taiken .taikenMeta .intr .txt:before{
		width: 75px;
		height: 68px;
		margin-top: -34px;
	}
	.taiken .taikenMeta .btn{
		margin-top: 20px;
	}
	.taiken .arrowWrap{
	display: block;
	padding: 20px 0 40px;
	margin-bottom: 25px;
	background: url(/tetsuzuki/otoiawase/img/arrow_dblu_d.png) no-repeat bottom center;
	background-size: 60px auto;
	}
	.taiken .arrowWrap .txt{
		font-size: 26px;
	}
	.taiken .campaignArea{
		background: #1069c4;
		padding: 15px 4%;
		margin-top: 25px;
	}
	.taiken .campaignInner{
		padding: 15px 5% 30px;
	}
	.taiken .campaignArea .col2{
		display: block;
	}
	.taiken .campaignArea .lCont,
	.taiken .campaignArea .rCont{
		display: block;
		padding: 0;
	}
	.taiken .campaignArea .rCont{
		display: none;
	}
	.taiken .campaignArea .heading{
		font-size: 25px;
	}
	.taiken .campaignArea .heading .txtBig{
		font-size: 28px;
	}
	.taiken .campaignArea .ttlSub{
		font-size: 16px;
	}
}
