@charset "utf-8";
/* CSS Document */
.guide .col-inner{
	padding:0 3%;
}
.tab-tel{
	display:table;
	padding: 0 1rem 0 0;
}
.tab-tel dt,
.tab-tel dd{
	display:table-cell;
	padding: 0 1rem 1rem 0;
}
.txt-center{
	text-align:center;
}
.guide blockquote {
	position: relative;
	padding: 1em 2em;
	box-sizing: border-box;
	font-style: italic;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #E8E8E8;
	margin-bottom:2em;
}
.guide blockquote a{
	color:#000;
	text-decoration:underline;
}
.tab-kencho{
	display:table;
	border-collapse: separate;
	border-spacing:0 .5rem;
	width:100%
}
.tab-kencho th,
.tab-kencho td{
	display:table-cell;
	padding:1% 3% ;
}
.tab-kencho th{
	background: #4D4648;
	text-align: center;
	color:#FFF;
	white-space:nowrap;
}
.txt-course{
	line-height:2;
	margin-top:5%
}
.btn-guide {
	width: auto;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	font-size: 2.2rem;
	line-height: 1;
	text-align:center;
	position:relative;
	width:100%;
}
.ico-arrow{
	width: 30px;
	height: 30px;
	border: 2px solid;
	border-color:  transparent transparent #312D2E #312D2E;
	transform: rotate(-45deg);
	margin:0 auto;
}
.btn-guide a {
	background: #312D2E;
	color: #FFF;
	padding: 14px 40px;
	border-radius:40px;
	position:relative;
	margin:5% auto 5% auto;
	display: inline-block;
	border:#312D2E solid 2px;
}
.btn-guide a:hover {
	background: #fff;
	color: #312D2E;
	padding: 14px 40px;
	border-radius:40px;
	position:relative;
	margin:5% auto 5% auto;
	display: inline-block;
	border:#4D5065 solid 2px;
}
/*.btn-guide a::after {
	margin-top: -1.6rem;
	content:"\f105";
	font-family:fontawesome;
	margin-left:1rem;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}*/
.btn-guide .btn-arrow {
	display: inline-block;
	margin-bottom: 8rem;
}
.arrow{
	position: absolute;
	top:50%;
	right:20px;
	display: inline-block;
	padding: 0 0 0 16px;
	margin-top:0px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.btn-guide  span {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.btn-guide  span:first-child {
	font-size:1.3rem;
	padding-right: 2rem;
}
/* ttl */
.ttl-sub01 {
	font-size:2.3rem;
	text-align:center;
	padding:1.5% 0;
	border-top:2px solid #4D4648;
	border-bottom:2px solid #4D4648;
	margin-bottom:3%;
	font-weight: bold;
}
 .guide .column-02 h3 {
	margin-bottom:6%;
}
.ttl-sub02 {
	font-size:2rem;
	text-align:center;
	padding:1.5% 0;
	background:#CACACA;
	margin: 3% 0 ;
}
.guide .ttl-kengaku{
	font-size:2rem;
	text-align:center;
	margin:2% 0 ;
}
.guide .ttl-sub03{
	background:#4D4648;
	font-size:1.6rem;
	color:#FFF;
	text-align:center;
	margin:3% 0 ;
	padding:1% 0;
}
.column-02 .ttl-sub03{
	margin: .5rem 0 ;
	padding:2.5% 0;
}
/* column-02-03 */
.column-02,
.column-03{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 10px -20px 10px 0;
}
.column-02 > div {
	width:calc(100% / 2 - 20px);
	margin-right:20px;
	margin-bottom:40px;
}
.column-02 > div:nth-child(2n) {
	margin-right: 0;
}
.column-03 > div {
	width:calc(100% / 3 - 20px);
	margin-right:20px;
	margin-bottom:40px;
}
.column-03 > div:nth-child(3n) {
	margin-right: 0;
}
.col-item figure{
	position: relative;
	width: 100%;
}
.col-item figure img {
	width: 100%;
	height: auto;
}
.col-item figure figcaption{
	font-size:1.3rem;
	margin-top:5%;
}
.col-item p{
	margin-top:5%;
}

@media screen and (max-width: 767px) {
	.btn-guide {
		font-size: 1.8rem;
	}
	/* ttl */
	.ttl-sub01,
	.ttl-sub02,
	.guide .ttl-kengaku{
		font-size:1.8rem;
	}
	.guide .ttl-sub03{
		font-size:1.5rem;
	}
	/* column-02-03 */
	.column-02,
	.column-03{
		margin: 10px -20px 10px 0;
	}
	.column-02 > div {
		width:calc(100% / 2 - 20px);
		margin-right:20px;
		margin-bottom:20px;
	}
	.column-02 > div:nth-child(2n) {
		margin-right: 0;
	}
	.column-03 > div {
		width:calc(100% / 3 - 20px);
		margin-right:20px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 420px) {
		.btn-guide {
			font-size: 1.5rem;
		}
		/* ttl */
		.ttl-sub01,
		.ttl-sub02,
		.guide .ttl-kengaku{
			font-size:1.5rem;
		}
		.guide .ttl-sub03{
			font-size:1.3rem;
		}
		/* column-02-03 */
		.column-02,
		.column-03{
			display: block ;
			margin: 10px 0 10px 0;
		}
		.column-02 > div {
			width:100%;
		}
		.column-02 > div:nth-child(2n) {
			margin-right: 0;
		}
		.column-03 > div {
			width:100%;
		}
}