@charset "UTF-8";
/***********************************
* トップ  *
***********************************/
/* --- 緊急情報 --- */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
.p-top-emergency {
	width: 1200px;
	margin: 35px auto 0;
}

@media only screen and (max-width: 639px) {
	.p-top-emergency {
		width: auto;
		margin: 20px 15px 0;
	}
	.p-top-emergency__heading {
		font-size: 9px;
	}
}

.p-top-emergency__heading span i {
	top: 5px;
}

@media only screen and (max-width: 639px) {
	.p-top-emergency__heading span i {
		transform: scale(0.5);
		top: 0;
		left: -18px;
	}
}

@media only screen and (max-width: 639px) {
	.p-top-emergency__list {
		padding: 10px;
	}
}

.p-top-emergency__list p {
	font-size: 18px;
}

@media only screen and (max-width: 639px) {
	.p-top-emergency__list p {
		font-size: 10px;
	}
	.p-top-emergency__list p:first-child {
		display: block;
		margin-bottom: 3px;
	}
}

.p-top-emergency__link a {
	font-size: 16px;
}

@media only screen and (max-width: 639px) {
	.p-top-emergency__link a {
		font-size: 10px;
	}
}

/* --- お見舞い --- */
.p-top-omimai {
	box-sizing: border-box;
	width: 1200px;
	margin: 35px auto 0;
	border: 3px solid #D2D2D2;
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

@media only screen and (max-width: 639px) {
	.p-top-omimai {
		width: auto;
		padding: 15px;
		margin: 20px 15px 0;
		border: 2px solid #D2D2D2;
		font-size: 10px;
	}
}

/* --- メインビジュアル --- */
.section-main-visual {
	padding: 37px 0 30px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual {
		padding: 10px 0;
	}
	.section-main-visual .tpl-inner-wrap {
		padding: 0 10px;
	}
}

.section-main-visual .course-panel-wrap {
	width: 735px;
	height: 350px;
	float: left;
	visibility: hidden;
	position: relative;
	left: -5px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .course-panel-wrap {
		width: auto;
		float: none;
		position: static;
		height: auto;
	}
}

.section-main-visual .course-panel {
	float: left;
	width: 245px;
	height: 100%;
	background: none;
	box-sizing: border-box;
	display: table;
	padding: 0 5px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .course-panel {
		width: 33.33%;
	}
}

@media only screen and (min-width: 640px) {
	.section-main-visual .course-panel:hover {
		margin-top: 2px;
	}
}

.section-main-visual .course-panel-inner {
	border-radius: 5px;
	text-align: center;
	position: relative;
	box-shadow: 0 3px #CCCCCC;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .course-panel-inner {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 640px) {
	.section-main-visual .course-panel:hover .course-panel-inner {
		box-shadow: 0 1px #CCCCCC;
	}
}

.section-main-visual .course-panel.es .course-panel-inner {
	background-color: #8EC37A;
}

.section-main-visual .course-panel.jhs .course-panel-inner {
	background-color: #7DABC7;
}

.section-main-visual .course-panel.hs .course-panel-inner {
	background-color: #D199C5;
}

.section-main-visual .course-panel a {
	text-decoration: none;
	display: block;
}

.section-main-visual .course-panel a:hover {
	color: inherit;
}

.section-main-visual .course-label {
	font-size: 3.2rem;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	margin-bottom: 24px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .course-label {
		font-size: 20px;
		margin-bottom: 10px;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 374px) {
	.section-main-visual .course-label {
		padding-top: 5px;
		font-size: 14px;
	}
}

.section-main-visual .c-list-horizontal {
	display: inline-block;
	margin-bottom: 13px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .c-list-horizontal {
		height: 27px;
		margin-bottom: 0;
	}
}

.section-main-visual .c-list-horizontal li {
	margin: 0 2px 1px 0;
}

.section-main-visual .c-list-horizontal li:nth-child(4) {
	clear: left;
}

.section-main-visual .c-list-horizontal li .label {
	padding: 3px 7px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .c-list-horizontal li .label {
		font-size: 9px;
		padding: 1px 3px;
	}
}

.section-main-visual .coaching-label {
	width: 133px;
	margin: 0 auto 25px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .coaching-label {
		width: 75%;
		margin: 0 auto 10px;
		font-size: 8px;
	}
}

.section-main-visual .arrow-icon {
	position: relative;
	height: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .arrow-icon {
		margin-bottom: 0px;
	}
}

.section-main-visual .arrow-icon::before,
.section-main-visual .arrow-icon::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	content: "";
	vertical-align: middle;
	width: 11px;
	height: 11px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .arrow-icon::before,
	.section-main-visual .arrow-icon::after {
		width: 6px;
		height: 6px;
		margin-left: -6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

.section-main-visual .coaching-label li {
	background-color: #fff;
	padding: 4px 0;
	margin-bottom: 5px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .coaching-label li {
		padding: 2px 0;
		margin-bottom: 3px;
	}
}

.section-main-visual .subject-label {
	color: #fff;
	font-size: 1.6rem;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .subject-label {
		font-size: 9px;
	}
}

.section-main-visual .subject-label li {
	margin-bottom: 0.75rem;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .subject-label li {
		margin-bottom: 0.25rem;
	}
}

.section-main-visual .course-list-link {
	font-size: 1.4rem;
	position: absolute;
	bottom: -25px;
	left: 5px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .course-list-link {
		position: static;
		font-size: 13px;
		padding: 12px 5px 5px;
		clear: both;
	}
}

.section-main-visual .pickup-wrap {
	width: 575px;
	overflow: hidden;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .pickup-wrap {
		width: 100%;
		/*position: absolute;*/
		left: 0;
		/*border-bottom: 1px solid #D1D1D1;*/
		padding-bottom: 30px;
		/*visibility: hidden;*/
		z-index: 99;
	}
}

.section-main-visual .pickup-wrap .p-top-block {
	margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .pickup-wrap .p-top-block {
		margin-bottom: 0;
		/*  width: 92%;
  margin-left: 4%;*/
		overflow: hidden;
	}
}

.section-main-visual .pickup-wrap .pickup-slide li {
	float: left;
}

.section-main-visual .pickup-wrap .p-top-block .main-image {
	width: auto;
	float: none;
	margin-right: 0;
}

.section-main-visual .pickup-wrap .p-top-block .main-image__heading {
	border-bottom: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 2.8rem;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .pickup-wrap .p-top-block .main-image__heading {
		font-size: 23px;
		margin-bottom: 10px;
	}
}

.section-main-visual .pickup-wrap .p-top-block .slider__image img {
	width: 100%;
}

.section-main-visual .pickup-wrap .p-top-block .slider__title {
	margin-bottom: 5px;
}

@media only screen and (max-width: 639px) {
	.section-main-visual .pickup-wrap .p-top-block .slider__title {
		font-size: 15px;
		margin-bottom: 3px;
	}
	.section-main-visual .pickup-wrap .p-top-block .slider__text {
		font-size: 13px;
	}
}

.section-main-visual .pickup-wrap .p-top-block .slick-dots li {
	margin-top: 10px;
	padding: 0 3px;
	box-sizing: border-box;
	width: 20%;
	height: 10px;
}

.section-main-visual .pickup-wrap .p-top-block .slick-dots li:last-child {
	padding-right: 0;
}

.section-main-visual .pickup-wrap .p-top-block .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	text-indent: -9999px;
	background-color: #E7E7E7;
}

.section-main-visual .pickup-wrap .p-top-block .slick-dots li.slick-active button,
.section-main-visual .pickup-wrap .p-top-block .slick-dots li:hover button {
	background-color: #00BA25;
}

.section-main-visual .pickup-wrap .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
	margin-right: 0;
}

/* --- コース別パネルのライトボックス --- */
.course-panel-lb-wrap {
	display: none;
}

.course-panel-lb {
	background-color: #fff;
	text-align: center;
	padding: 40px 0 70px;
	height: auto;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb {
		padding: 10px 0 30px;
	}
}

.course-panel-lb .lb-ttl {
	font-size: 3.5rem;
	font-weight: 500;
	margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-ttl {
		font-size: 21px;
		margin-bottom: 10px;
	}
}

.course-panel-lb .c-list-horizontal {
	margin-bottom: 25px;
	display: inline-block;
}

.course-panel-lb .c-list-horizontal li {
	margin: 0 2px 0 0;
}

.course-panel-lb .label {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1px 10px;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .label {
		font-size: 1.4rem;
	}
}

.course-panel-lb .lb-counter-btn {
	width: 720px;
	margin: auto;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-counter-btn {
		width: auto;
	}
}

.course-panel-lb .lb-counter-btn li {
	float: left;
	margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-counter-btn li {
		float: none;
		margin-bottom: 10px;
	}
}

.course-panel-lb .lb-counter-btn li:nth-child(odd) {
	margin-right: 20px;
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-counter-btn li:nth-child(odd) {
		margin-right: 0;
	}
}

.course-panel-lb .lb-counter-btn .tpl-btn a {
	width: 350px;
	height: 70px;
	line-height: 68px;
	font-size: 2em;
	box-shadow: 0 3px #CCCCCC;
}

.course-panel-lb.jhs .lb-counter-btn .tpl-btn a {
	height: 140px;
	line-height: 138px;
	font-size: 2.4em;
}

@media only screen and (min-width: 640px) {
	.course-panel-lb .lb-counter-btn .tpl-btn a:hover {
		box-shadow: 0 1px #CCCCCC;
	}
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-counter-btn .tpl-btn a {
		width: 100%;
		font-size: 15px;
		height: 50px;
		line-height: 48px;
	}
	.course-panel-lb.jhs .lb-counter-btn .tpl-btn a {
		height: 100px;
		line-height: 98px;
		font-size: 18px;
	}
}

.course-panel-lb.es .lb-counter-btn .tpl-btn a {
	background-color: #8EC37A;
	border: 1px solid #8EC37A;
}

.course-panel-lb.jhs .lb-counter-btn .tpl-btn a {
	background-color: #7DABC7;
	border: 1px solid #7DABC7;
}

.course-panel-lb.hs .lb-counter-btn .tpl-btn a {
	background-color: #D199C5;
	border: 1px solid #D199C5;
}

@media only screen and (min-width: 640px) {
	.course-panel-lb .lb-counter-btn .tpl-btn a:hover {
		background-color: #fff;
	}
	.course-panel-lb.es .lb-counter-btn .tpl-btn a:hover {
		color: #8EC37A;
	}
	.course-panel-lb.jhs .lb-counter-btn .tpl-btn a:hover {
		color: #7DABC7;
	}
	.course-panel-lb.hs .lb-counter-btn .tpl-btn a:hover {
		color: #D199C5;
	}
}

@media only screen and (max-width: 639px) {
	.course-panel-lb .lb-counter-btn .tpl-btn a:hover {
		color: #fff;
	}
	.course-panel-lb .lb-counter-btn .tpl-btn a:hover:before, .course-panel-lb .lb-counter-btn .tpl-btn a:hover:after {
		border-top: 2px solid #fff !important;
		border-right: 2px solid #fff !important;
	}
}

.course-panel-lb.es .lb-counter-btn .tpl-btn:hover a::before {
	border-top: 3px solid #8EC37A;
	border-right: 3px solid #8EC37A;
}

.course-panel-lb.jhs .lb-counter-btn .tpl-btn:hover a::before {
	border-top: 3px solid #7DABC7;
	border-right: 3px solid #7DABC7;
}

.course-panel-lb.hs .lb-counter-btn .tpl-btn:hover a::before {
	border-top: 3px solid #D199C5;
	border-right: 3px solid #D199C5;
}

@media only screen and (min-width: 640px) {
	#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
		display: none;
	}
}

#cboxClose {
	bottom: 20px;
	font-weight: normal;
}

@media only screen and (max-width: 639px) {
	#cboxClose {
		bottom: 5px;
		font-size: 12px;
		left: 50%;
		margin-left: -30px;
		right: auto;
	}
}

.l-row .col2 {
	width: auto;
}

/* --- 最寄りの教室を探す --- */
.section-search {
	background-color: #EAEAEA;
	padding: 60px 0;
}

@media only screen and (max-width: 639px) {
	.section-search {
		background-color: #fff;
		padding: 0 0 20px;
		border-bottom: 1px solid #D1D1D1;
		text-align: center;
	}
}

.renew-2016 .section-search .tpl-section-ttl {
	float: left;
	margin-top: 12px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
	.section-search .tpl-section-ttl {
		display: none;
	}
}

.section-search .search-form {
	height: 56px;
	float: left;
}

@media only screen and (max-width: 639px) {
	.section-search .search-form {
		display: none;
	}
}

.section-search .search-form input[type="text"] {
	width: 328px;
	height: 100%;
	border: 1px solid #D6D6D6;
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
	font-size: 16px;
	padding-left: 20px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-form input[type="text"] {
		width: 70%;
		font-size: 12px;
	}
}

.section-search .search-form button[type="submit"] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #22ac38;
	width: 133px;
	height: 100%;
	border-radius: 0 5px 5px 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-form button[type="submit"] {
		width: 30%;
		font-size: 12px;
	}
}

.section-search .search-form button[type="submit"] span {
	padding-left: 28px;
	background: url(/images/top/search-submit-icon.png) no-repeat left center;
}

@media only screen and (max-width: 639px) {
	.section-search .search-form button[type="submit"] span {
		padding-left: 28px;
		background-size: 16px;
	}
}

.section-search .search-btn {
	font-size: 16px;
	font-weight: bold;
	float: right;
}

@media only screen and (max-width: 639px) {
	.section-search .search-btn {
		float: none;
		overflow: hidden;
	}
}

.section-search .search-btn li {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	margin-left: 3px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-btn li {
		width: 49%;
	}
	.section-search .search-btn li:first-child {
		float: left;
	}
	.section-search .search-btn li:last-child {
		float: right;
	}
}

.section-search .search-btn li a {
	text-decoration: none;
	width: 190px;
	height: 54px;
	line-height: 52px;
	padding-left: 20px;
}

.section-search .search-btn li img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

@media only screen and (max-width: 639px) {
	.section-search .tpl-btn.only-sp a {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		text-align: center;
	}
}

.section-search .search-room {
	clear: both;
	font-size: 14px;
	padding-top: 30px;
	overflow: hidden;
	margin-bottom: -10px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-room {
		padding-top: 15px;
		display: inline-block;
	}
}

.section-search .search-room li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-room li {
		margin-right: 0;
		float: left !important;
	}
}

.section-search .search-room li:nth-child(6n) {
	margin-right: 0;
}

.section-search .search-room li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 175px;
	height: 32px;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}

@media only screen and (max-width: 639px) {
	.section-search .search-room li a {
		display: block;
		width: auto;
		box-shadow: none !important;
		background: none;
		border: none;
		font-size: 13px;
		border-right: 1px solid #000;
		height: auto;
		border-radius: 0px;
		line-height: inherit;
		padding-right: 3px;
		margin-right: 3px;
		/* font-size: 8px; */
	}
	.section-search .search-room li:last-child a {
		padding-right: 0;
		border-right: none;
		margin-right: 0;
	}
}

.section-search .search-room li a::before,
.section-search .search-room li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #22ac38;
	border-right: 2px solid #22ac38;
}

@media only screen and (max-width: 639px) {
	.section-search .search-room li a::before,
	.section-search .search-room li a::after {
		display: none;
	}
}

/* --- 受付中のイベント --- */
.section-event {
	padding-top: 50px;
}

@media only screen and (max-width: 639px) {
	.section-event {
		position: relative;
		padding-bottom: 0px;
	}
}

.section-event .tpl-section-ttl {
	position: relative;
	top: 0.5rem;
	margin-right: 1.5rem;
}

.section-event .section-event-block {
	width: 50%;
	box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block {
		width: auto;
	}
}

.section-event .section-event-block.es-block {
	float: left;
	padding-right: 20px;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block.es-block {
		float: none;
		padding-right: 0;
		margin-bottom: 15px;
	}
}

.section-event .section-event-block.jhs-block {
	float: right;
	padding-left: 20px;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block.jhs-block {
		float: none;
		padding-left: 0;
	}
}

.section-event .section-event-block .tpl-btn a {
	display: block;
	width: 100%;
	height: 77px;
	font-size: 2.4rem;
	text-align: center;
	line-height: 77px;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block .tpl-btn a {
		font-size: 20px;
		height: 54px;
		line-height: 54px;
	}
}

.section-event .section-event-block.es-block .tpl-btn a {
	background-color: #8EC37A;
	box-shadow: 0 5px #53903C;
	border: 1px solid #8EC37A;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block.es-block .tpl-btn a {
		box-shadow: 0 3px #53903C;
	}
}

.section-event .section-event-block.jhs-block .tpl-btn a {
	background-color: #7DABC7;
	box-shadow: 0 5px #4F7992;
	border: 1px solid #7DABC7;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block.jhs-block .tpl-btn a {
		box-shadow: 0 3px #4F7992;
	}
}

.section-event .section-event-block.es-block .tpl-btn a:hover {
	color: #53903C;
	background-color: #fff;
	box-shadow: 0 3px #53903C;
}

.section-event .section-event-block.jhs-block .tpl-btn a:hover {
	color: #7DABC7;
	background-color: #fff;
	box-shadow: 0 3px #7DABC7;
}

.section-event .section-event-block .tpl-btn a::before,
.section-event .section-event-block .tpl-btn a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.section-event .section-event-block .tpl-btn a::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	right: 23px;
	transition: 0.3s;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block .tpl-btn a::before {
		right: 18px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

.section-event .section-event-block.es-block .tpl-btn a:hover::before {
	border-top: 3px solid #8EC37A;
	border-right: 3px solid #8EC37A;
}

.section-event .section-event-block.jhs-block .tpl-btn a:hover::before {
	border-top: 3px solid #7DABC7;
	border-right: 3px solid #7DABC7;
}

.section-event .section-event-block .event-list {
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.75;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block .event-list {
		margin-top: 5px;
		font-size: 13px;
	}
}

.section-event .section-event-block .event-list li {
	display: inline;
}

.section-event .section-event-block .event-list li .new-event-icon {
	display: inline-block;
	background-color: #CC0000;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 5px;
	margin-right: 5px;
}

@media only screen and (max-width: 639px) {
	.section-event .section-event-block .event-list li .new-event-icon {
		font-size: 10px;
	}
}

.section-event .section-event-block .event-list li::after {
	content: "/";
	padding: 0 0 0 3px;
}

.section-event .section-event-block .event-list li a, .tpl-inner-wrap .course-list-link a {
	color: #003cd5;
}

.section-event .section-event-block .event-list li a:hover, .tpl-inner-wrap .course-list-link a:hover {
	color: #333;
}

/* --- 栄光ゼミナールのおすすめ --- */
.section-recommend {
	padding-top: 60px;
}

.section-recommend .top-recommend {
	margin: 0 0 -30px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
	.section-recommend .top-recommend {
		display: block;
	}
}

.section-recommend .toggle-wrap {
	display: none;
}

.section-recommend .toggle-ul {
	margin-top: 30px;
	overflow: hidden;
}

@media only screen and (max-width: 639px) {
	.section-recommend .toggle-ul {
		margin-top: 50px;
	}
}

.section-recommend .top-recommend > li {
	margin: 0 37px 30px 0;
	width: 210px;
	box-sizing: border-box;
	float: none;
	height: auto !important;
}

.section-recommend .top-recommend > li:nth-child(5n) {
	margin-right: 0;
}

@media only screen and (max-width: 639px) {
	.section-recommend .top-recommend > li {
		width: auto;
		margin: 0 0 15px;
		padding-right: 0;
		height: auto !important;
	}
	.section-recommend .top-recommend > li:last-child {
		margin: 0;
	}
	.section-recommend .top-recommend > li:nth-child(odd),
	.section-recommend .toggle-ul > li:nth-child(odd) {
		float: none;
	}
	.section-recommend .top-recommend > li:nth-child(even),
	.section-recommend .toggle-ul > li:nth-child(even) {
		float: none;
	}
	.section-recommend .top-recommend > li .media--s {
		display: -webkit-flex;
		/* Safari */
		display: flex;
	}
}

.section-recommend .top-recommend > li:nth-child(2n) {
	padding-right: 0;
}

.section-recommend .top-recommend > li .media--s__image--left {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
	.section-recommend .top-recommend > li .media--s__image--left {
		margin-right: 0;
		margin-bottom: 0;
		min-width: 100px;
		max-width: 100px;
	}
	.section-recommend .top-recommend > li .media--s__image--left img {
		width: 100%;
	}
	.section-recommend .top-recommend > li .media--s__body {
		padding-left: 15px;
		box-sizing: border-box;
	}
}

.section-recommend .top-recommend > li .top-recommend__title {
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}

.section-recommend .top-recommend > li .media--s__body > p {
	line-height: 1.4;
	text-decoration: none;
	font-size: 14px;
	font-size: 1.4rem;
}

@media only screen and (max-width: 639px) {
	.section-recommend .top-recommend > li .top-recommend__title {
		font-size: 15px;
	}
	.section-recommend .top-recommend > li .media--s__body > p {
		font-size: 13px;
		height: auto;
	}
}

.section-recommend .tpl-btn {
	width: 200px;
	margin: 30px auto 0;
}

@media only screen and (max-width: 639px) {
	.section-recommend .tpl-btn {
		width: calc(100% - 30px);
		margin-left: auto;
		margin-right: auto;
	}
}

.section-recommend .tpl-btn a {
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 37px;
	text-align: center;
	display: inline-block;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-recommend .tpl-btn a::before {
	transform: rotate(135deg);
	left: -100px;
}

.section-recommend .tpl-btn a.active::before {
	transform: rotate(-45deg);
	top: 5px;
	left: -60px;
}

@media only screen and (min-width: 640px) {
	.top-recommend .media--s__image--left img,
	.toggle-ul .media--s__image--left img {
		width: auto;
		height: 140px;
	}
}

@media only screen and (max-width: 639px) {
	.top-recommend .media--s__image--left img,
	.toggle-ul .media--s__image--left img {
		width: 100%;
		height: auto;
	}
}

/* --- お知らせ --- */
.section-news {
	border-bottom: none;
	margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
	.section-news {
		position: relative;
		margin-bottom: 10px;
	}
	.section-news .tpl-btn {
		width: 100%;
	}
	.section-news .tpl-btn a {
		height: 40px;
		line-height: 38px;
		padding-left: 0;
		text-align: center;
		font-size: 14px;
	}
}

.section-news .tpl-section-ttl {
	position: relative;
	top: 0.5rem;
	margin-right: 1.5rem;
	float: left;
}

.section-news .tpl-section-ttl + .tpl-btn {
	float: left;
	margin-top: 3px;
}

.section-news .tpl-section-ttl + .tpl-btn a {
	width: 132px;
	height: 30px;
	line-height: 28px;
	font-size: 1.4rem;
	padding-left: 25px;
}

.section-news .top-info {
	clear: left;
	border-top: 1px dotted #B2B2B2;
	width: 795px;
	float: left;
}

@media only screen and (max-width: 639px) {
	.section-news .top-info {
		width: auto;
		float: none;
	}
}

.section-news .top-info > li {
	border-bottom: 1px dotted #B2B2B2;
	padding: 17px 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
	.section-news .top-info > li {
		padding: 10px 0;
	}
}

.section-news .top-info .date {
	font-size: 14px;
	font-weight: bold;
}

@media only screen and (max-width: 639px) {
	.section-news .top-info .date {
		font-size: 13px;
		font-weight: normal;
	}
}

.section-news .top-info .cate {
	width: 134px;
	font-size: 14px;
	line-height: 1;
	padding: 5px 0;
}

@media only screen and (max-width: 639px) {
	.section-news .top-info .cate {
		width: auto;
		font-size: 13px;
		line-height: 1;
		padding: 3px 10px;
	}
	.section-news .top-info .top-info__title {
		font-size: 13px;
		margin-top: 5px;
	}
	.section-news .top-info .top-info__title img {
		vertical-align: middle;
	}
}

.section-news .special-facebook {
	float: right;
}

@media only screen and (max-width: 639px) {
	.section-news .special-facebook {
		float: none;
		padding: 30px 0 0;
	}
}

.section-news .special-facebook .tpl-btn a {
	width: 100%;
	height: 30px;
	line-height: 28px;
	font-size: 1.4rem;
	text-align: center;
}

@media only screen and (max-width: 639px) {
	.section-news .special-facebook .tpl-btn a {
		height: 40px;
		line-height: 38px;
		font-size: 14px;
	}
}

/* --- プライバシーマークなど --- */
.aside-security {
	overflow: hidden;
	padding-bottom: 20px;
}

@media only screen and (max-width: 639px) {
	.aside-security {
		padding-bottom: 14px;
	}
	.aside-security .p-top-aside {
		display: block;
	}
}

.aside-security li {
	float: left;
	margin-right: 20px;
}

@media only screen and (max-width: 639px) {
	.aside-security li {
		height: 40px;
	}
	.aside-security li img {
		width: auto;
		height: 100%;
	}
}

/* 画像が揃ったら消す とりあえず書いてるだけ */
@media only screen and (min-width: 640px) {
	.top-recommend .media--s__image--left img,
	.toggle-ul .media--s__image--left img {
		/*  width: 240px;
  height: 160px;*/
	}
}

@media only screen and (max-width: 639px) {
	.top-recommend .media--s__image--left img,
	.toggle-ul .media--s__image--left img {
		/* width: 240px;
  height: 160px; */
	}
}

/*//////////////////20170228 telbox/////////////////*/
.l-txt {
	width: 400px;
	float: left;
}

.fsL {
	font-size: 1.4em;
	font-weight: bold;
}

.book {
	width: 300px;
	float: right;
}

.r-txt {
	width: 400px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 30px 10px;
}

.r-txt span {
	color: #c00;
}

.only-sp .ttl {
	text-align: left !important;
}

.section-line {
	padding: 25px 5px 0;
}

.section-line .tpl-box {
	padding: 15px 12px;
	position: relative;
}

.section-line .tpl-box .ttl {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.17;
	color: #00b900;
	padding-bottom: 15px;
	border-bottom: 3px dashed #00b900;
	margin-bottom: 10px;
}

.section-line .tpl-box .description {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}

.section-line .tpl-box .time {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.section-line .tpl-box .inquiry-btn {
	margin-bottom: 10px;
}

.section-line .tpl-box .inquiry-btn a {
	display: block;
	background-color: #00b900;
	color: #fff;
	height: 45px;
	font-size: 18px;
	line-height: 1px;
	line-height: 45px;
	text-decoration: none;
	text-align: center;
	font-weight: 900;
	border-radius: 45px;
	box-shadow: 0px 3px #1C7B0C;
}

.section-line .tpl-box .notes {
	text-align: center;
	font-size: 12px;
}

.section-line .tpl-box .inquiry-btn a span {
	display: inline-block;
	background-image: url(/images/top/line-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 45px auto;
	padding-left: 50px;
	padding-right: 30px;
}

.section-line .tpl-box .limited-time-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 70px;
	height: 70px;
	background-image: url(/images/top/limited-time-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	text-indent: -9999px;
	top: -10px;
	right: 0px;
}

#main-bnr {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	margin-bottom: 50px;
}

@media only screen and (max-width: 639px) {
	#main-bnr {
		margin-bottom: 0px;
	}
}

#main-bnr a {
	display: block;
}

@media only screen and (min-width: 640px) {
	#main-bnr a:hover {
		opacity: 0.7;
		transition: opacity 0.3s;
	}
}

@media only screen and (max-width: 639px) {
	#main-bnr a img {
		width: 100%;
	}
}

#main-bnr .main-bnr__course {
	width: 740px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-align-content: space-between;
	/* Safari */
	align-content: space-between;
}

@media only screen and (max-width: 639px) {
	#main-bnr .main-bnr__course {
		width: 62%;
	}
	#main-bnr .main-bnr__individual {
		width: 36%;
	}
	#main-bnr .main-bnr__course .main-bnr__course__panel__jhs {
		width: 48%;
	}
}

#main-bnr .main-bnr__course .main-bnr__course__panel__down {
	width: 100%;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-align-content: space-between;
	/* Safari */
	align-content: space-between;
}

#main-bnr .main-bnr__course .main-bnr__course__panel__down .main-bnr__course__panel__jr-r {
	width: calc(100% - 250px - 20px);
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
	-webkit-align-content: space-between;
	/* Safari */
	align-content: space-between;
}

@media only screen and (max-width: 639px) {
	#main-bnr .main-bnr__course .main-bnr__course__panel__down .main-bnr__course__panel__jr-r {
		width: calc(100% - 48% - 4%);
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		/* Safari */
		justify-content: space-between;
		-webkit-align-content: space-between;
		/* Safari */
		align-content: space-between;
	}
}

.section-pickup {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}

@media only screen and (max-width: 639px) {
	.section-pickup {
		display: block;
	}
}

.section-pickup .event-wrap {
	width: 575px;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap {
		width: auto;
	}
}

.section-pickup .event-wrap * {
	box-sizing: border-box;
}

.section-pickup .event-wrap .main-image__heading {
	border-bottom: none;
	padding: 0;
	margin-bottom: 15px;
	font-size: 2.8rem;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap .main-image__heading {
		font-size: 23px;
		margin-bottom: 10px;
	}
}

.section-pickup .event-wrap table {
	width: 100%;
	font-size: 16px;
	border-top: 1px dotted #B2B2B2;
	line-height: 1.5;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap table {
		font-size: 13px;
	}
}

.section-pickup .event-wrap table tr {
	border-bottom: 1px dotted #B2B2B2;
}

.section-pickup .event-wrap table tr > * {
	padding: 10px;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap table tr > * {
		padding: 10px;
	}
}

.section-pickup .event-wrap table tr > th {
	width: 68px;
	color: white;
	font-weight: normal;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap table tr > th {
		width: 65px;
	}
}

.section-pickup .event-wrap table tr > th.event-jr {
	background-color: #63AC22;
}

.section-pickup .event-wrap table tr > th.event-jhs {
	background-color: #2266AC;
}

.section-pickup .event-wrap table tr > th.event-jr {
	background-color: #63AC22;
}

.section-pickup .event-wrap table tr > th.event-jhs {
	background-color: #2266AC;
}

.section-pickup .event-wrap table tr > th.event-small-jr {
	background-color: #ed6d9a;
}

.section-pickup .event-wrap table tr > th.event-jr-jhs {
	background-color: #2d92cb;
}

.section-pickup .event-wrap table tr:nth-child(even) > td {
	background-color: #EEEEEE;
}

.section-pickup .event-wrap table tr > td a {
	color: #003cd5;
}

.section-pickup .event-wrap table tr > td .new-event-icon {
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 5px;
	margin-left: 10px;
}

@media only screen and (max-width: 639px) {
	.section-pickup .event-wrap table tr > td .new-event-icon {
		font-size: 10px;
		padding: 0px 3px;
		margin-left: 5px;
	}
}

.section-pickup .event-wrap .txt-link p.line-link {
	margin-top: 10px;
	font-size: 1.3em;
}

/***********************************
* 2020年リニューアル  *
***********************************/
#top-2020 {
	display: block;
}

@media screen and (min-width: 640px) {
	#top-2020 .show-sp {
		display: none !important;
	}
}

@media screen and (max-width: 639px) {
	#top-2020 .show-pc {
		display: none !important;
	}
}

#top-2020 * {
	box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
	#top-2020 .tpl-inner-wrap {
		padding: 0 10px;
	}
}

#top-2020 .tpl-btn.green.small {
	display: block;
	width: 132px;
	height: 30px;
	margin: auto;
}

@media only screen and (max-width: 639px) {
	#top-2020 .tpl-btn.green.small {
		width: auto;
		height: 37px;
	}
}

#top-2020 .tpl-btn.green.small a {
	line-height: 28px;
	font-size: 1.4rem;
	padding-left: 25px;
}

@media only screen and (max-width: 639px) {
	#top-2020 .tpl-btn.green.small a {
		line-height: 35px;
		text-align: center;
		padding-left: 0;
	}
}

#top-2020 .tpl-btn.green.small a:hover {
	background-color: #22ac38;
	color: white;
}

#top-2020 .tpl-btn.green.small a:hover::before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#top-2020 .sec-top-bnr {
	font-size: 14px;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-top-bnr {
		font-size: 13px;
	}
}

#top-2020 .sec-top-bnr a {
	color: #003cd5;
	line-height: 1.5;
}

#top-2020 .sec-top-bnr a img {
	margin: 0 0 10px;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-top-bnr a img {
		margin: 0 0 5px;
		width: 100%;
	}
}

#top-2020 .sec-top-bnr a:hover {
	color: #003cd5;
}

#top-2020 .sec-top-bnr a:hover img {
	opacity: 0.7;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-top-bnr a:hover img {
		opacity: 1;
	}
}

#top-2020 #sec-main-bnr {
	padding: 30px 0 25px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-main-bnr {
		padding: 20px 0;
	}
}

#top-2020 #sec-main-bnr .tpl-visual .pc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-main-bnr .tpl-visual .pc {
		display: none;
	}
}

#top-2020 #sec-main-bnr .tpl-visual .pc .lt {
	width: 820px;
}

#top-2020 #sec-main-bnr .tpl-visual .pc .lt img {
	width: 100%;
}

#top-2020 #sec-main-bnr .tpl-visual .pc .rt {
	width: 360px;
}

#top-2020 #sec-main-bnr .tpl-visual .pc .rt img {
	width: 100%;
}

#top-2020 #sec-main-bnr .tpl-visual .sp {
	display: none;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-main-bnr .tpl-visual .sp {
		display: block;
	}
}

#top-2020 #sec-main-bnr .tpl-visual .sp .lt {
	width: 100%;
}

#top-2020 #sec-main-bnr .tpl-visual .sp .lt img {
	width: 100%;
}

#top-2020 #sec-main-bnr .tpl-visual .sp .rt {
	width: 100%;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-main-bnr .tpl-visual .sp .rt {
		margin-top: 1.33333vw;
	}
}

#top-2020 #sec-main-bnr .tpl-visual .sp .rt img {
	width: 100%;
}

#top-2020 #sec-exam-bnr {
	padding: 0 0 10px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-exam-bnr {
		padding: 0;
		margin-bottom: 20px;
	}
}

#top-2020 #sec-exam-bnr .tpl-inner-wrap {
	display: flex;
	justify-content: space-between;
}

#top-2020 #sec-exam-bnr .sec-exam-bnr--item {
	width: 590px;
	min-width: 590px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-exam-bnr .sec-exam-bnr--item {
		width: 48.57143%;
		min-width: 48.57143%;
	}
}

#top-2020 #sec-exam-bnr .sec-exam-bnr--item ul li {
	display: inline;
	margin-right: 13px;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-exam-bnr .sec-exam-bnr--item ul li {
		display: block;
		margin-right: 0;
		padding: 5px 0;
	}
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-exam-bnr .sec-exam-bnr--item ul li:last-child {
		padding-bottom: 0;
	}
}

#top-2020 #sec-exam-bnr .sec-exam-bnr--item .new-icon {
	font-size: 12px;
	color: white;
	background-color: #CC0000;
	line-height: 1;
	display: inline-block;
	padding: 3px 5px;
	margin-left: 7px;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-exam-bnr .sec-exam-bnr--item .new-icon {
		font-size: 10px;
		padding: 2px 3px;
		margin-left: 3px;
	}
}

#top-2020 #sec-slide-bnr {
	margin-bottom: 60px;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr {
		background-color: #EAEAEA;
		padding: 20px 0;
		margin-bottom: 30px;
	}
}

#top-2020 #sec-slide-bnr .sec-exam-bnr--wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr .sec-exam-bnr--wrap {
		padding-bottom: 15px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#top-2020 #sec-slide-bnr .sec-exam-bnr--wrap::-webkit-scrollbar {
		height: 3px;
	}
	#top-2020 #sec-slide-bnr .sec-exam-bnr--wrap::-webkit-scrollbar-track {
		background: #DBDBDB;
		border-radius: 3px;
	}
	#top-2020 #sec-slide-bnr .sec-exam-bnr--wrap::-webkit-scrollbar-thumb {
		background: #ADADAD;
		border-radius: 3px;
	}
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr .sec-exam-bnr--item {
		min-width: 105px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr .sec-exam-bnr--item:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr .sec-exam-bnr--item figcaption {
		font-size: 10px;
	}
}

#top-2020 #sec-slide-bnr .sec-exam-bnr--item .blank-icon {
	width: 12px;
	height: 12px;
	margin-left: 7px;
}

@media screen and (max-width: 639px) {
	#top-2020 #sec-slide-bnr .sec-exam-bnr--item .blank-icon {
		width: 18px;
		height: 18px;
		margin-left: 0;
		transform: scale(0.5);
		vertical-align: top;
	}
}

#top-2020 .sec-headline {
	font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 25px;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-headline {
		margin-bottom: 15px;
	}
}

#top-2020 .sec-headline .headline--ttl {
	font-size: 28px;
	letter-spacing: 0.03em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-headline .headline--ttl {
		font-size: 23px;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}
}

#top-2020 .sec-headline .headline--ttl:after {
	content: "";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #22AC38;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-headline .headline--ttl:after {
		width: 22px;
	}
}

#top-2020 .sec-headline .headline--desc {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-headline .headline--desc {
		font-size: 12px;
		line-height: 1.66667;
	}
}

#top-2020 #sec-inquiry {
	margin-bottom: 60px;
}

#top-2020 #sec-inquiry .section-inquiry-box {
	border: none;
	border-radius: 0;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

#top-2020 #sec-inquiry .section-inquiry-box-l-btn {
	margin-bottom: 20px;
}

#top-2020 #sec-inquiry .section-inquiry-box-l-btn .tpl-base-btn a {
	font-weight: 600;
}

#top-2020 #sec-inquiry .section-inquiry-box-l-btn .tpl-base-btn a:hover {
	background-color: #CC0000;
	color: white;
}

#top-2020 #sec-inquiry .section-inquiry-box-l-btn .tpl-base-btn a:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#top-2020 #sec-inquiry .section-inquiry-box-l-btn .tpl-base-btn-experience a:hover {
	background-color: #2D92CB;
}

#top-2020 #sec-inquiry .section-inquiry-box-r {
	border-radius: 0;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-inquiry .section-inquiry .tpl-box.for-sp {
		border: none;
	}
	#top-2020 #sec-inquiry .section-inquiry .tpl-box .column-l {
		padding: 0px 20px 20px;
		border-bottom: none;
	}
	#top-2020 #sec-inquiry .section-inquiry .tpl-box.for-sp .column-r {
		border: 2px solid #DDDDDD;
		border-radius: 4px;
	}
	#top-2020 #sec-inquiry .section-line {
		padding: 0;
		border: 2px solid #DDDDDD;
		border-radius: 4px;
	}
	#top-2020 #sec-inquiry .section-line .tpl-box {
		border: none;
	}
	#top-2020 #sec-inquiry .section-line .tpl-box .ttl {
		border-bottom: none;
		position: relative;
		padding-bottom: 12px;
		margin-bottom: 15px;
		text-align: center !important;
		letter-spacing: 0.075em;
		font-weight: 800;
	}
	#top-2020 #sec-inquiry .section-line .tpl-box .ttl:after {
		content: "";
		display: none;
		width: 22px;
		height: 3px;
		background-color: #22AC38;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#top-2020 #sec-inquiry .section-line .tpl-box .description {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.46154;
		font-weight: 500;
	}
}

#top-2020 .sec-search-event {
	margin-bottom: 60px;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-search-event {
		margin-bottom: 30px;
	}
}

#top-2020 .sec-search-event .tpl-inner-wrap {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 639px) {
	#top-2020 .sec-search-event .tpl-inner-wrap {
		display: block;
	}
}

#top-2020 #sec-search {
	width: 550px;
	min-width: 550px;
	padding: 0 0 0 50px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search {
		width: auto;
		min-width: auto;
		padding: 0 30px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search .search-room {
		margin-bottom: -15px;
	}
}

#top-2020 #sec-search .search-room li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search .search-room li {
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

#top-2020 #sec-search .search-room li a {
	font-size: 16px;
	color: #003cd5;
	line-height: 2;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search .search-room li a {
		font-size: 13px;
		line-height: 1.5;
	}
}

#top-2020 #sec-search .search-room li a:hover {
	color: #003cd5;
}

#top-2020 #sec-search .search-room-wrap {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search .search-room-wrap .search-room:first-child {
		width: 55%;
	}
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-search .search-room-wrap .search-room:last-child {
		width: 45%;
	}
}

#top-2020 #sec-event {
	width: 560px;
	min-width: 560px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-event {
		width: auto;
		min-width: auto;
	}
}

#top-2020 #sec-event table {
	margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-event table {
		margin-bottom: 15px;
	}
}

#top-2020 #sec-news {
	padding-bottom: 40px;
}

#top-2020 #sec-news .sec-news {
	margin-bottom: 0;
}

#top-2020 #sec-news .section-news {
	margin-bottom: 20px;
}

#top-2020 #sec-news .section-news .top-info {
	width: auto;
	float: none;
}

#top-2020 #sec-news .section-news .top-info .cate {
	margin-right: 15px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-news .section-news .top-info .cate {
		font-size: 10px;
		margin-right: 10px;
	}
}

#top-2020 #sec-news .section-news .top-info li p.date {
	margin-right: 45px;
}

#top-2020 #sec-news .top-info li p a {
	color: #003cd5;
	font-size: 16px;
}

@media only screen and (max-width: 639px) {
	#top-2020 #sec-news .top-info li p a {
		font-size: 13px;
	}
}

.aside-security {
	padding: 0 10px;
}

/*# sourceMappingURL=../_map/css/top.css.map */
