@charset "UTF-8";
/* =========================================================
	Menu / Simulation
========================================================= */
/* Layout
--------------------------------------------------------- */
#conts {
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	#conts {
		padding-top: 0;
	}
}

/* Common
--------------------------------------------------------- */
#conts .headLine02 {
	padding: 8px 20px 4px;
	font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
	#conts .headLine02 {
		padding: 10px 7px;
		font-size: 1.5rem;
	}
}

/* Contents
--------------------------------------------------------- */
#conts .discountBox {
	padding: 0 20px;
	text-align: center;
}

#conts .discountBox img {
	margin-bottom: 20px;
}

#conts .mainVisual .lead {
	margin-top: 10px;
	padding: 23px 20px;
	background: #EDEDED;
}

#conts .mainVisual .lead p {
	margin-top: 25px;
	font-size: 2.0rem;
	line-height: 1.8;
}

#conts .mainVisual .lead p:first-child {
	margin-top: 0;
}

#conts .simulationSec {
	margin-top: 25px;
}

#conts .simulationSec .inner {
	padding: 0 20px;
}

#conts .simulationSec .lead {
	margin-top: 20px;
	font-size: 2.0rem;
	line-height: 1.4;
}

#conts .simulationSec .attList {
	margin-top: 20px;
	padding: 18px 20px 16px;
	background: #F2F2F2;
}

#conts .simulationSec .attList li {
	margin-left: 1.0em;
	color: #F00;
	font-size: 1.6rem;
	line-height: 1.8;
	text-indent: -1.0em;
}

#conts .simulationSec #table1 {
	width: 100%;
	margin-top: 25px;
	border-collapse: collapse;
}

#conts .simulationSec #table1 th {
	box-sizing: border-box;
	width: 33.33%;
	padding: 16px;
	background: #F1F1F1;
	border: 1px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
}

#conts .simulationSec #table1 th span.pcMargin {
	margin-left: 1.0em;
}

#conts .simulationSec #table1 th span.result_price,
#conts .simulationSec #table1 th span.yen {
	color: #F00;
	font-size: 2.2rem;
	font-weight: bold;
}

#conts .simulationSec #table1 select {
	width: 145px;
	padding: 5px 5px 5px 15px;
	border-radius: 3px;
	font-size: 1.4rem;
}

#conts .simulationSec #table2 {
	width: 920px;
	margin: 30px auto 0;
	border-collapse: collapse;
}

#conts .simulationSec #table2 th {
	box-sizing: border-box;
	padding: 16px;
	background: #F1F1F1;
	border: 1px solid #000;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

#conts .simulationSec #table2 td {
	height: 62px;
	padding: 0 16px;
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}

#conts .simulationSec #table2 .plan {
	background: #8D0300;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
}

#conts .simulationSec #table2 .bui {
	font-size: 1.5rem;
	text-align: left;
	line-height: 24px;
}

#conts .simulationSec #table2 .bui span {
	font-size: 1.3rem;
}

#conts .simulationSec #table2 .course_price {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: right;
}

#conts .simulationSec .att {
	margin-top: 45px;
	color: #A41A19;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#conts .meritSec {
	margin-top: 75px;
}

#conts .meritSec .meritList {
	margin-top: 35px;
	padding: 0 40px;
}

#conts .meritSec .meritList dt {
	margin-top: 25px;
	color: #A41A19;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.4;
}

#conts .meritSec .meritList dt:first-child {
	margin-top: 0;
}

#conts .meritSec .meritList dd {
	margin-top: 8px;
	font-size: 1.8rem;
	line-height: 1.4;
}

#conts .meritSec .bnBox {
	margin-top: 25px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#conts .meritSec .bnBox a:hover img {
		opacity: 0.7;
	}
}

@media screen and (max-width: 767px) {
	#conts .discountBox {
		margin-top: 20px;
		padding: 0 20px;
		text-align: center;
	}

	#conts .discountBox img {
		margin-bottom: 20px;
	}

	#conts .mainVisual .lead {
		margin-top: 0;
		padding: 25px 7px;
	}

	#conts .mainVisual .lead p {
		margin-top: 20px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#conts .simulationSec {
		margin-top: 0;
	}

	#conts .simulationSec .inner {
		padding: 0;
	}

	#conts .simulationSec .lead {
		padding: 0 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	#conts .simulationSec .attList {
		padding: 25px 15px;
	}

	#conts .simulationSec .attList li {
		font-size: 1.3rem;
	}

	#conts .simulationSec .tableOuter {
		margin: 0 15px;
	}

	#conts .simulationSec #table1 {
		margin-top: 30px;
	}

	#conts .simulationSec #table1 th {
		padding: 8px;
		font-size: 1.4rem;
	}

	#conts .simulationSec #table1 th span.pcMargin {
		margin-left: 0;
	}

	#conts .simulationSec #table1 th span.result_price,
	#conts .simulationSec #table1 th span.yen {
		font-size: 1.4rem;
	}

	#conts .simulationSec #table1 select {
		width: auto;
		padding: 3%;
		font-size: 1.6rem;
	}

	#conts .simulationSec #table2 {
		width:100%;
	}

	#conts .simulationSec #table2 th {
		padding: 25px 8px;
		font-size: 1.4rem;
		white-space: nowrap;
	}

	#conts .simulationSec #table2 td {
		height: auto;
		padding: 20px 8px;
		text-align: center;
		vertical-align: middle;
	}

	#conts .simulationSec #table2 .plan {
		padding: 20px 0;
	}

	#conts .simulationSec #table2 .course_price {
		font-size: 1.6rem;
		font-weight:bold;
		text-align:right;
		white-space: nowrap;
	}

	#conts .simulationSec #table2 .bui {
		font-size: 1.3rem;
		line-height: 1.4;
	}

	#conts .simulationSec #table2 .bui span {
		font-size: 1.2rem;
	}

	#conts .simulationSec .att {
		margin-top: 20px;
		font-size: 1.5rem;
	}

	#conts .meritSec {
		margin-top: 55px;
	}

	#conts .meritSec .meritList {
		margin-top: 25px;
		padding: 0 15px;
	}

	#conts .meritSec .meritList dt {
		margin-top: 20px;
		font-size: 1.6rem
	}

	#conts .meritSec .meritList dd {
		font-size: 1.2rem;
		line-height: 1.8;
	}

	#conts .meritSec .bnBox img {
		width: 294px;
	}
}

@media screen and (max-width: 355px) {
	#conts .simulationSec #table1 th {
		font-size: 1.2rem;
	}

	#conts .simulationSec #table2 th {
		font-size: 1.2rem;
	}

	#conts .simulationSec #table2 .plan {
		font-size: 1.6rem;
	}

	#conts .simulationSec #table2 .course_price {
		font-size: 1.4rem;
	}
}