@charset "utf-8";

html {
	height: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	position: relative;
	min-height: 100%;
	width: 100%;
	height: auto;
	color: #333;
	font-size: 1rem;
	font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
	overflow-x: hidden;
}

.sawarabi {
	font-family: "Sawarabi Gothic";
	/* font-size: 1.6rem; */
	font-size: 4vw;

	line-height: 1.6;
	text-align: center;
	margin-top: -2rem;
	margin-bottom: 1.5rem;
	padding: 0 1rem;
}

.sawarabi span {
	font-size: 1.2rem;
}

.sawarabi strong {
	color: #d33b68;
}



/* ADD 20210127 */
.impbnr_area p {
	margin-bottom: 0;
	line-height: 0;
	border-bottom: solid 1px #ccc;
}

.impbnr_area p img {
	width: 100%;
}




ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	width: 100%;
}

nav {
	display: none;
	position: fixed;
	top: 0;
	width: 255px;
	height: 100%;
	overflow-y: auto;
	z-index: 0;
}

.nav-main {
	width: 100%;
	background-color: #004400;
}

.nav-main .title {
	padding: 20px 0 20px 10px;
	font-weight: bold;
}

.nav-main>li {
	color: #FFF;
	font-size: 1.6rem;
	border-top: 1px solid #003300;
	border-bottom: 1px solid #005500;
}

.nav-main>li a {
	padding: 20px 0 20px 10px;
}

.nav-main>li a {
	display: block;
	color: #FFF;
}

.nav-main .sub-nav {
	padding: 0;
}

.nav-category>li {
	border-top: 1px solid #003300;
	border-bottom: 1px solid #005500;
}

.nav-category>li a {
	padding: 20px 0 20px 26px;
}

.nav-main li {
	position: relative;
}

.nav-main li a:after {
	content: "";
	position: absolute;
	top: 22px;
	right: 12px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 9px solid #ffcc00;
}

.nav-category>li:first-child {
	border-top: none;
}

.nav-category>li:last-child {
	border-bottom: none;
}

#container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	-webkit-transition: 300ms -webkit-transform ease;
	transition: 300ms transform ease;
	z-index: 5;
}

header {
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	box-shadow: 0 2px 5px #666;
	z-index: 6;
}

.header-inner {
	width: 95%;
	margin: 0 auto;
}

.menu-btn {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	padding-top: 9px;
}

.logo {
	float: left;
	width: 120px;
	height: 19px;
	padding-top: 20px;
}

.contact-btn {
	float: right;
	width: 105px;
	height: 37px;
	padding-top: 16px;
}

.contents {
	width: 100%;
	margin-bottom: 80px;
	padding-top: 60px;
	z-index: 1;
}


.contents h2 {
	margin-bottom: 40px;
}

.contents article {
	width: 95%;
	margin: 0 auto 40px;
}

.contact h3,
.contact-btn-f,
.tel-list li {
	margin-bottom: 30px;
}

footer {
	padding-bottom: 40px;
}

.anl-img {
	display: none;
}

.slider {
	position: fixed !important;
}

#menuClose {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent;
	z-index: 10;
}

.nav-active {
	display: block !important;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}







/* ADD 2017 新着 */
.event-fin {
	width: 80%;
	border: solid 1px #e28b8b;
	padding: 1rem;
	color: #e28b8b;
	border-radius: 5px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 auto 1rem auto;
}






/* ADD 2017.04 */

.eve_wrap {
	margin-bottom: 5rem;
	border-top: solid 1px #cac4bb;
	border-bottom: solid 1px #cac4bb;
	height: 100%;
	background-color: #f7f9f0;
}

.eve_fin {
	text-align: center;
	padding: 0.5rem;
	background-color: #f9eded;
	font-style: italic;
	font-weight: bold;
	color: #ce3e3e;
}

.eve_leftcell {
	width: 25%;
	float: left;
}

.eve_rightcell {
	width: 75%;
	float: right;
	background-color: #fff;
}


.eve_leftcell div.inner {
	padding: 1rem;
}

.eve_rightcell div.inner {}

.eve_rightcell h3 {
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 1rem 2rem;
	background-color: #faf6ef;
}

.eve_rightcell h3 a {
	text-decoration: none;
	color: #333;
}

.eve_rightcell h3 a:hover {
	text-decoration: underline;
	color: #43cc91;
}

.eve_rightcell h4 {
	font-size: 0.8rem;
	padding: 0 2rem 1rem 2rem;
	background-color: #faf6ef;
	color: #675e4e;
}

.eve_rightcell div.eve_detail {
	padding: 2rem;

}



.eve_type {
	width: 100%;
	color: #fff;
	border-radius: 5px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 1rem;
}

.type1 {
	background-color: #e04343;
	position: relative;
}

.eve_date {
	margin-bottom: 1rem;
}

.eve_cost {
	margin-bottom: 1rem;
	border: solid 1px #f3914a;
	padding: 0.1rem;
	text-align: center;
	background-color: #fff5ec;
	border-radius: 5px;
}

.eve_target li {
	border: solid 1px #50ce93;
	padding: 0.1rem;
	text-align: center;
	border-radius: 5px;
	font-size: 0.6rem;
	margin-bottom: 0.3rem;
	background-color: #fff;
	color: #2fb175;
}


.eve_detail table {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #e6dfd5;
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

.eve_detail table tr:hover {
	background-color: #faf6ef;
}

.eve_detail table th {
	color: #675e4e;
	width: 30%;
	padding: 10px;
	font-weight: normal;
	vertical-align: top;
	border-bottom: 1px solid #e6dfd5;
	/* 	border-right: 1px dashed #e6dfd5; */
}

.eve_detail table td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #e6dfd5;
}

.eve_cvbt {}

.eve_cvbt a {
	width: 100%;
	float: right;
	background-color: #50ce93;
	text-align: center;
	padding: 1rem 0;
	border-radius: 5px;
	color: #fff;
	font-size: 1.0rem;
	margin-bottom: 1rem;
	text-decoration: none;
}

.eve_cvbt a:hover {
	background-color: #60dea3;
	text-decoration: underline;
}


/* add 合格速報 2017.11 */

.prompt-rep,
.prompt-rep-nnl {
	/* 	border: solid 1px #ea173d; */

	margin-bottom: 2rem;
	color: #555;
	background-color: #f1efe8;
	border-radius: 0 0 5px 5px;
}

.prompt-rep dl dt {
	/* 	background-color: #ea173d; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea173d+0,f7946a+100 */
	background: #ea173d;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea173d', endColorstr='#f7946a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.8rem 0 0.5rem 0;
	border-radius: 5px 5px 0 0;
	letter-spacing: 0.05rem;
}

.prompt-rep-nnl dl dt {
	/* 	background-color: #ea173d; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea173d+0,f7946a+100 */
	background: #ea173d;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #1160d7 0%, #6bc0f8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #1160d7 0%, #6bc0f8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #1160d7 0%, #6bc0f8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1160d7', endColorstr='#6bc0f8', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.8rem 0 0.5rem 0;
	border-radius: 5px 5px 0 0;
	letter-spacing: 0.05rem;
}

.prompt-rep dl dt span, .prompt-rep-nnl dl dt span {
	font-size: 1.6rem;
	font-weight: bold;
}




.prompt-rep dl dd,
.prompt-rep-nnl dl dd {
	padding: 0.8rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: dotted 1px #ccc;
	letter-spacing: -0.05rem;
}

/* 	.prompt-rep dl dd:before { content: ""; } */
.prompt-rep dl dd:last-child, .prompt-rep-nnl dl dd:last-child {
	border-bottom: none;
}

.prompt-rep dl dd .mgnr, .prompt-rep-nnl dl dd .mgnr {
	margin-right: 1.5rem;
	font-style: italic;
	border-bottom: solid 1px #e37a8e;
}

.mcell1 {
	width: 60%;
	float: left;
}

.mcell1-full {
	width: 100%;
	float: none;
}

.mcell1-full-btm {
	width: 100%;
	float: none;
	font-size: 0.8rem;
	font-weight: normal;
	padding: 1rem;
	clear: both;
	line-height: 1.4
}

.mcell2 {
	margin-right: 0.2rem;
	width: 8%;
	float: left;
	color: #ea173d;
	font-style: italic;
}

.mcell3 {
	margin-right: 0;
	width: 30%;
	float: left;
}

.prompt-rep dl dd .mcell1 span, .prompt-rep-nnl dl dd .mcell1 span {
	font-style: italic;
	border-bottom: solid 1px #e37a8e;
}

.prompt-rep dl dd i {
	margin-right: 0.5rem;
	color: #ea173d;
	font-style: italic
}

.prompt-rep-nnl dl dd i {
	margin-right: 0.5rem;
	color: #1160d7;
	font-style: italic
}

.prompt-rep .shubetsu {
	font-size: 0.9rem;
	margin-right: 0.5rem;
}

.prompt-rep-ttl p {
	/* 	background-color: #ea173d; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea173d+0,f7946a+100 */
	background: #ea173d;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ea173d 0%, #f7946a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea173d', endColorstr='#f7946a', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

	font-size: 1.4rem;
	text-align: center;
	padding: 1rem 0;
	border-radius: 5px;
	letter-spacing: 0.05rem;
}

.prompt-rep-ttl p a {
	color: #fff;
	text-decoration: none;
}

.prompt-rep-ttl p a:hover {
	text-decoration: underline;
}


/* add 2018.01 */

.school-phone-inner a {
	color: #fff;
	font-weight: bold;
}

.school-annotation {
	width: 100%;
	margin: 40px auto;
	border: solid 1px #20824F;
	box-sizing: border-box;
}

.school-annotation .anno-title {
	float: left;
	width: 40%;
	margin: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 150%;
}

.school-annotation .anno-text {
	float: left;
	width: 50%;
	margin: 10px 0;
	font-size: 1.2rem;
	line-height: 150%;
}

.school-block {
	margin-bottom: 60px;
}

.school-block .school-image {
	width: 116px;
	float: left;
	line-height: 1px;
}

.school-block .school-detail {
	width: 54%;
	float: left;
	margin-left: 20px;
}

.school-block .school-detail .school-title {
	margin-bottom: 20px;
}

.school-block .school-detail #tokyo {
	width: 72px;
}

.school-block .school-detail #nagoya {
	width: 96px;
}

.school-block .school-detail #okayama {
	width: 72px;
}

.school-block .school-detail #kokura {
	width: 72px;
}

.school-block .school-detail #fukuoka {
	width: 72px;
}

.school-block .school-detail #kagoshima {
	width: 96px;
}

.school-block .school-detail .school-address {
	margin-bottom: 20px;
	font-size: 1.3rem;
	line-height: 150%;
}

.school-block .school-detail .school-phone {
	padding: 16px 0;
	background-color: #309A65;
	font-size: 2rem;
	text-align: center;
	color: #FFF;
}



/* add 2018.11 */

.school-title a {
	color: #309A65;
	font-size: 2.5rem;
	font-weight: bold;
}



/* ADD 20200320 */

.kosha_gsokuho {
	border: solid 2px #ffa6a6;
	padding: 1rem;
	background-color: #faf5f5;
	border-radius: 5px;
	line-height: 1.6;
}

.kosha_gsokuho h2 {
	color: #000;
	font-size: 2.2rem;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

.contents .kosha_gsokuho h2 {
	padding-top: 0.5em;
}

.kosha_gsokuho h3 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 1rem;
	/* margin-top: -2rem; */
	line-height: 1;
}

.kosha_gsokuho h3 span {
	font-size: 2rem;
	font-style: italic;
	color: #ff0000;
	margin: 0 0.3rem;
}

.kosha_gsokuho p {
	font-size: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}

.kosha_gsokuho dl {}

.kosha_gsokuho dl dt {
	font-size: 1rem;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 2px;
	color: #fff;
	text-align: center;
}

.kosha_gsokuho dl dd {
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	width: 46%;
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
}

.kosha_gsokuho dl dd span {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.3rem;
}

.kosha_gsokuho dl dd.notice_hoketsu {
	background: none;
	padding-top: 0.6rem;
}







/* ADD 20210126 */

.kosha_gsokuho_fk {
	border: solid 2px #ffa6a6;
	padding: 1rem;
	background-color: #fffbfb;
	border-radius: 5px;
	line-height: 1.6;
}

.kosha_gsokuho_fk h1 {
	color: #000;
	font-size: 2.9rem;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.kosha_gsokuho_fk h2 {
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 1rem;
}

.kosha_gsokuho_fk h2 span {
	font-size: 2.1rem;
	font-style: italic;
	color: #ff0000;
	margin: 0 0.3rem;
}

.kosha_gsokuho_fk h3 {
	color: #fff;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #d33b68;
	margin: 0 0 1rem 0;
	padding: 0;
}

.kosha_gsokuho_fk h4 {
	color: #d33b68;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #fff4f7;
	border-radius: 5px 5px 0 0;
	border-top: solid 1px #d33b68;
	margin: 0 0 1rem 0;
	padding: 0;
}

.kosha_gsokuho_fk p {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 1rem;
}

.kosha_gsokuho_fk p strong {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 1rem;
	font-style: italic;
	color: #ff0000;
}

.kosha_gsokuho_fk p u {
	text-decoration: underline;
	font-weight: bold;
}

.kosha_gsokuho_fk dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.kosha_gsokuho_fk dl dt {
	font-size: 1.3rem;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 2px;
	color: #fff;
	text-align: center;
}

.kosha_gsokuho_fk dl dd {
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	/* width: 200px;
	float: left;
	margin: 0 10px 10px 0; */
	padding: 0.2rem 1rem;
}

.kosha_gsokuho_fk dl dd span {
	font-size: 1.7rem;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
	margin: 0 0.3rem;
}

.kosha_gsokuho_fk dl dd.notice_hoketsu {
	background: none;
	padding-top: 0.6rem;
}

/* add20220607 */
#breadcrumb {
	width: 95%;
	margin: auto;
	font-size: 12px;
	color: #999;
	padding: 80px 0 0 0;
}

#breadcrumb a {
	color: #999;
}

#breadcrumb ul {
	display: flex;
	padding-bottom: 0.5em;
	max-width: 600px;
	margin: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow: auto;
	white-space: nowrap;
}

/* scrolbar*/
::-webkit-scrollbar {
	width: 15px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(250, 250, 250, 1);
	border: solid 1px rgba(245, 245, 245, 1);
}

::-webkit-scrollbar-thumb {
	background: rgba(190, 190, 190, 1);
	border-radius: 10px;
	box-sizing: border-box;
	border: solid 2px rgba(250, 250, 250, 1);
}

::-webkit-scrollbar-thumb:hover {
	background: rgba(125, 125, 125, 1);
}

::-webkit-scrollbar-corner {
	background: rgba(250, 250, 250, 1);
}

.kosha-wrap {
	padding-top: 20px
}

.inline {
	display: inline-block;
}

.kosha-ttl1 {
	text-align: center;
	font-size: 24px;
	line-height: 1.3em;
}

.contents .kosha-ttl2 {
	text-align: center;
	font-size: 22px;
	padding-top: 0.5em;
	margin-bottom: 1em;
}




/* add 20230406 new-format */

.newformat_cms {
	padding-top: 2rem;
	font-size: 1.4rem;
	line-height: 1.6;
}

.school_news .news {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: dotted 1px #ccc;
}

.desc p {
	/* text-align: center; */
}

.desc p img {
	width: 150px;
	border-radius: 5px;
}



/* add 20230406 new-faq */

.faq h3.sttl {
	margin-top: 6rem;
	padding: 0.5rem 1rem;
	font-size: 1.4rem;
	line-height: 1.6;
	background-color: #009977;
	color: #fff;
	border-radius: 5px;
}

.detail .q {
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	margin-top: 3rem;
	margin-bottom: 1rem;
	color: #009977;
	border-bottom: solid 1px #009977;
}

.q .even,
.q .odd {
	border-bottom: dotted 1px #999;
	padding: 1rem;
	display: block;
}

.q .even a,
.q .odd a {
	display: block;
}

.faq_list a {
	background-color: #009977;
	color: #fff;
	padding: 1rem;
	display: block;
	margin-top: 2rem;
	margin-bottom: 10rem;
	text-align: center;
}