@charset "utf-8";
/* reset __________________________________ */

@media print{
	.spNav{
		display: none; 
	}
}

.user_pc a[href^="tel:"] {
	pointer-events: none !important;
}

.spOnly {
	display: none;
}

.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.alignR {
	text-align: right;
}
a:hover {
	opacity: 0.7;
}

.arwlink {
	margin-top: 5px;
	margin-bottom: 15px;
}
.arwlink a {
	color: #407cba;
	background-image: url(/wr_css/wr_img/under/left_navi_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

#main, #main p {
	font-size: 15px;
	line-height: 1.5em;
}
#main h1 {
	box-sizing: border-box;
	width: 100% !important;
	height: auto;
	margin: 0 0 50px !important;
	padding: 2em 0;
	background: linear-gradient(135deg, #33a2c3 0%, #4a63b1 100%);
	color: #fff;
	text-align: center;
	font-size: 30px !important;
	font-weight: normal;
	line-height: 1.2em;
}
#main .inner {
	width: 910px;
	margin: 30px auto;
}

#main h2 {
	border: solid 1px #c4d8e1;
	padding: 5px;
	margin: 60px 0 15px;
}

#main h3 {
	margin: 30px 0 10px;
}

#main ul {
	list-style-type: none;
}
#main ul.attention,
#main ul.note {
	margin-top: 20px;
	padding: 0 0 0 13px;
	font-size: 13px;
	line-height: 1.5;
}
#main ul.attention li,
#main ul.note li {
	position: relative;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 5px;
}
#main ul.attention li::before,
#main ul.note li::before {
	position: absolute;
	content: '※';
	left: -13px;
	top: 0;
}
#main ul.note li::before {
	content: '・';
}
#main ul.note li ul.attention {
	margin-top: 0;
}
#main ul.note li ul.attention li::before {
	content: '※';
}
.table_wap table {
	width: 100%;
	margin: 10px auto 20px;
	border: 1px solid #CCCCCC;
}
.table_wap table tr.course th {
	white-space: nowrap;
}
.table_wap table tr th {
	text-align: center;
	background: #F1F9FA;
}
.table_wap table tr th,
.table_wap table tr td {
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding: 3px 10px;
}
.table_wap table tr td.a-left {
	text-align: left;
	padding: 5px;
}
.table_wap table tr td:nth-of-type(1) {
	width: 40%;
}
.border_area {
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.secchi_txt_s {
	padding-left:20px;
	color:#3c3c3c;
	margin-top: 10px;
}
.note_s_secchi_red {
	color: #e5004f;
}
.btn-area {
	width: 45%;
	margin: 20px auto 0;
}
.btn-area a {
	position: relative;
	box-sizing: border-box;
	border-radius: 6px;
	background-color: #0091e8;
	font-size: 16px;
	font-weight: bold;
	color: #fff !important;
	height: 55px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}
.btn-area a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.date_txt {
	text-align: right;
	color: #63309C;
}
.table_bank table td {
	background: #eee;
}
.table_bank table tr:nth-child(odd) td {
	background: #fff;
}
.annotation li {
	font-size: 13px;
	padding-left: 3.5em;
	text-indent: -3.5em;
}
#main p.tel {
	font-weight: bold;
	font-size: 21px;
	margin: 5px 0;
	letter-spacing: 0.5px;
}
#main p.tel span.font_red {
	color: #e5004f;
	font-size: 33px;
	vertical-align: text-bottom;
}
.table_wap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.table_wap div {
	width: 49%;
}


@media screen and (max-width: 767px){

	body.spNav_fixed::before {
		z-index: 150;
	}

	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}

	#main h1 {
		margin-bottom: 20px !important;
		padding: 1em 10px;
		font-size: 22px !important;
		line-height: 1.2em;
	}

	#main .inner {
		width: 93%;
	}

	.revo_topimgarea {
		width: 100%;
	}

	#main .box > div {
		display: block;
		width: 100%;
		margin: 20px auto;
	}

	.sim_box {
		padding: 20px 10px;
	}

	.btn-area {
		width: 95%;
	}
	.btn-area a {
		font-size: 15px;
		text-align: center;
		padding: 0 32px 0 20px;
	}

	#main section {
		margin-top: -50px;
		padding-top: 100px;
	}

	.table_wap table {
		width: 100%;
		line-height: 1.5;
	}
	.table_wap table tr th,
	.table_wap table tr td {
		padding: 7px 3px;
	}
	.table_wap table tr td:nth-of-type(2) {
		font-size: 105%;
	}
	.tel a, .tel a:visited {
		color: #333333 !important;
	}
	.table_wap {
		display: block;
	}
	.table_wap div {
		width: 100%;
	}
}

