﻿@charset "utf-8";

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body,
input,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	background: #ffffff;
	font-size: 1em;
}

/* for IE6 */
* html body,
* html input,
* html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* スマホでＰＣと同じ文字サイズを維持 */
html,
body {
	text-size-adjust: none;
}

/*アンドロイドの自動調整ズレ対策（4.2くらい）
----------------------------------------------*/
/*
#main h3,#main p,#main table,#main td,#main th{
	background-image:url(images);
}
*/
/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix::after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.tC {
	text-align: center;
}

.tL {
	text-align: left;
}

.tR {
	text-align: right;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.red {
	color: #ff0000;
}

.ippai {
	width: 100%;
	display: block;
	max-width: 1080px;
	margin: 0 auto;
}

.ippai2 {
	width: 50%;
	margin: 0 20px 0 0;
	float: left;
}

@media screen and (max-width:480px) {
	.ippai2 {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}

.ippai3 {
	width: 30%;
	margin: 0 20px 10px 0;
	clear: both;
	float: left;
}

@media screen and (max-width:480px) {
	.ippai3 {
		width: 100%;
		margin: 0 auto;
	}
}

.ippai4 {
	width: 100%;
	display: block;
	max-width: 1080px;
	margin: 0 auto 0 auto;
}


/*PCで無効*/
.pc_hid {
	display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
	.pc_hid {
		display: block;
	}
}

/*スマホで無効*/
.sp_hid {
	display: block;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
	.sp_hid {
		display: none;
	}
}

.txtbox5 {
	width: 100%;
	background: #ffffd5;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px;
	margin: 0px 0 0 0;
}


.txtbox5 span {
	color: #ff0000;
}

.modorubutton {
	font-size: 1.8rem;
	border: 2px solid #555250;
	padding: 5px;
	background: linear-gradient(#8f8e8d, #555250);
	border-radius: 5px;
	color: #ffffff;
	margin: auto;
	margin-bottom: 30px;
	display: block;
	text-align: center;
	width: 200px;
}

hr {
	color: gray;
	margin: 5px 0;
}


/*----------------------------------------------------
	bnr
----------------------------------------------------*/
#bnr {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
}

#bnr a {
	display: inline-block;
	width: 80%;
	margin: 10px auto 0 auto;
}

@media screen and (max-width:480px) {
	#bnr a {
		width: 95%;
	}
}

#bnr .ippai_bnr {
	width: 100%;
	display: block;
	max-width: none;
	margin: 0;
}

@media screen and (max-width:480px) {
	#bnr .ippai_bnr {
		width: 95%;
	}
}

.ippai_bnr2 {
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
	border: 1px solid #666666;
}

@media screen and (max-width:480px) {
	.ippai_bnr2 {
		width: 90%;
	}
}




/*----------------------------------------------------
	h1
----------------------------------------------------*/
h1 {
	font-size: 1.4rem;
	max-width: 1080px;
	margin: 5px auto 15px auto;
	color: #666666;
}

@media screen and (max-width:480px) {
	h1 {
		font-size: 1.4rem;
		margin-left: 10px;
		margin-right: 10px;
	}
}

/*----------------------------------------------------
	h2
----------------------------------------------------*/
/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
	position: sticky;
	top: 0;
	background-color: #ffffff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

.head {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	height: 45px;
	display: flex;
}

@media screen and (max-width:480px) {
	header .head {
		height: 40px;
	}
}

.head h1 {
	flex-grow: 2;
	font-size: 3.4rem;
	color: #000000;
	padding: 1px 0 5px 15px;
}

@media screen and (max-width:480px) {
	.head h1 {
		padding: 0px 0 15px 0px;
		width:366px;
	}
}

.head h5 {
	width: 45px;
	height: 100%;
}

.head img {
	height: 100%;
}

.head p {
	margin: 0 0px 0 0;
	height: 100%;
}

nav {
	position: fixed;
	top: -560px;
	/* これで隠れる */
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: 500px;
	padding-top: 80px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
	font-size: 1.7rem;
	font-weight: 700;
}

@media screen and (max-width:480px) {
	nav {
		width: 100%;
		height: 100vh;
		top: -100vh;
	}
}

nav ul,
nav ol {
	display: flex;
	flex-wrap: wrap;
}

nav ul li {
	width: 50%;
	background: #014292;
	color: #ffffff;
}

@media screen and (max-width:480px) {
	nav ul li {
		width: 50%;

	}
}


nav ul li a {
	display: block;
	padding: 15px 15px;
	border: 1px solid #ffffff;
}

@media screen and (max-width:480px) {
	nav ul li a {
		padding: 15px 5px;
	}
}




nav ol li {
	width: 45%;
	text-align: center;
}

nav ol li a {
	display: block;
	margin: 20px auto;
	padding: 20px 0;
	border: 2px solid #999999;
	border-radius: 8px;
	width: 80%;
	color: #999999;
}

/* ハンバーガー */
#hamburger {
	display: none;
}

@media screen and (max-width:480px) {
	#hamburger {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		/* クリックしやすいようにちゃんと幅を指定する */
		height: 45px;
		/* クリックしやすいようにちゃんと高さを指定する */
		cursor: pointer;
		z-index: 300;
	}
}




.line_1,
.line_2,
.line_3 {
	position: absolute;
	left: 7px;
	width: 31px;
	height: 2px;
	background-color: #014292;
	transition: all .6s;
}

.line_1 {
	top: 12px;
}

.line_2 {
	top: 22px;
}

.line_3 {
	top: 32px;
}

@media screen and (max-width:480px) {
	.line_1 {
		top: 9px;
	}

	.line_2 {
		top: 19px;
	}

	.line_3 {
		top: 29px;
	}
}

#black_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open nav {
	top: 0;
}

.nav-open #black_bg {
	opacity: .8;
	visibility: visible;
}

.nav-open .line_1 {
	transform: rotate(405deg);
	top: 20px;
}

.nav-open .line_2 {
	width: 0;
	left: 50%;
}

.nav-open .line_3 {
	transform: rotate(-405deg);
	top: 20px;
}

/* 印刷時の固定解除 */
@media print {
	header {
		position: relative;
	}

	nav {
		display: none;
	}
}

/*----------------------------------------------------
	header
	header_new
----------------------------------------------------*/

#header {
	max-width: 1080px;
	margin: 10px auto;
}

@media screen and (max-width:480px) {
	#header {
		display: none;
	}
}

#header ul.h_shiken {
	margin: 0;
	float: none;
}

#header ul.h_shiken li {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #000000;
	margin: 2px 4px;
	padding: 0 7px 0 7px;
	float: left;
	border-left: 1px solid #000000;
}

#header ul.h_shiken li span {
	font-size: 1.3rem;
	margin: 0 30px 0 0;
}


#header ul.h_shiken li.end {
	border-right: 1px solid #000000;
	color: #000000;
	padding: 0 5px 0 5px;
}

#header ul.h_shiken li a,
header ul.h_shiken li a:visited {
	color: #000000;
	font-size: 85%;
	margin: 0px;
	text-decoration: none;
}

#header_new {
	max-width: 1080px;
	margin: 10px auto;
}

@media screen and (max-width:480px) {
	#header_new {
		display: none;
	}
}

#header_new ul.h_shiken {
	margin: 0;
	float: none;
}

#header_new ul.h_shiken li {
	font-size: 1.5rem;
	line-height: 1.4;
	color: #000000;
	margin: 2px 4px;
	padding: 0 7px 0 7px;
	float: left;
	border-left: 1px solid #000000;
}

#header_new ul.h_shiken li span {
	font-size: 1.3rem;
	margin: 0 30px 0 0;
}


#header_new ul.h_shiken li.end {
	border-right: 1px solid #000000;
	color: #000000;
	padding: 0 5px 0 5px;
}

#header_new ul.h_shiken li a,
header ul.h_shiken li a:visited {
	color: #000000;
	font-size: 85%;
	margin: 0px;
	text-decoration: none;
}

/*----------------------------------------------------
	bar_menu
----------------------------------------------------*/
#bar_menu {
	max-width: 1080px;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media screen and (max-width:480px) {
	#bar_menu {
		display: none;
	}
}



#bar_menu ul {
	width: 100%;
	border-top: 1px solid #9966ff;
	border-bottom: 1px solid #9966ff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#bar_menu ul li a {
	display: block;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	font-size: 1.8rem;
	color: 333333;
}

@media screen and (max-width:480px) {
	#bar_menu ul li a {
		font-size: 1.5rem;
	}
}

#bar_menu div {
	margin: 10px 10px 0 0;
}

#bar_menu div a {
	display: block;
	border: 2px solid #3366ff;
	border-radius: 8px;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #3366ff;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
	background: #666666;
	color: #cccccc;
}

footer h4 {
	font-size: 2rem;
	max-width: 1080px;
	margin: 30px auto 15px auto;
	padding: 20px 0 20px 10px;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	max-width: 1080px;
	margin: 0 auto;
}

footer ul li {
	width: 25%;
	font-size: 1.3rem;
	line-height: 1.4;
}

@media screen and (max-width:480px) {
	footer ul li {
		width: 50%;
		font-size: 1.0rem;
	}
}

footer ul li span {
	font-size: 1.2rem;
}

footer ul li a {
	display: block;
	padding: 10px 0 5px 10px;
}

footer h5 {
	text-align: center;
	font-size: 1.8rem;
	margin: 20px 0 15px 0;
}

footer h6 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 0 15px 0;
}

footer p {
	text-align: center;
	font-size: 1.0rem;
	padding: 0 0 30px 0;
}

footer .copyright {
	text-align: center;
	font-size: 1.0rem;
	padding: 0 0 30px 0;
}

footer .linkbox1 {
	margin: 0 auto 10px auto;
	padding: 0 auto 10px auto;
	font-size: 1.5rem;
}

footer .linkbox1 th,
footer .linkbox1 td {
	padding: 5px;
}

@media screen and (max-width:480px) {

	footer .linkbox1 th,
	footer .linkbox1 td {
		width: 100%;
		display: block;
		padding: 10px 5px 2px 5px;
	}
}

/*----------------------------------------------------
	追従リンク
----------------------------------------------------*/

.page_top {
	position: fixed;
	bottom: 0px;
	padding: 30px 80px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 0px;
	width: 100%;
	margin: 0 auto 0 auto;

}

@media screen and (max-width:480px) {
	.page_top {
		position: fixed;
		margin: 0 auto;
		width: 100%;
		bottom: 0px;
		right: 0px;
		padding: 20px 10px;
		color: #fff;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		border-radius: 0px;
		margin: 0 0 0 10px;
	}
}

.button_box {
	width: 100%;
	float: right !important;
}

@media screen and (max-width:480px) {
	.button_box {
		width: 100%;
		display: flex !important;
	}
}

.menu_button {
	border: 1px solid #ffffff;
	background: #014292;
	color: #ffffff;
	padding: 10px;
	font-size: 120%;
	border-radius: 5px;
	margin: 0 0 0 10px;
	float: right;
}

.menu_button_line {
	display: none;
}

@media screen and (max-width:480px) {
	.button_box a {
		font-size: 1.5rem;
	}

	.menu_button {
		margin: 0 !important;
		width: 28%;
	}

	.menu_button_line {
		display: block;
		border: 1px solid #ffffff;
		background: #06c755;
		color: #ffffff;
		padding: 10px;
		font-size: 120%;
		border-radius: 5px;
		text-align: center;
		margin: 0 3px;
		width: 40%;
	}
}

.menu_button_line i {
	margin: 0 5px 0 0;
	display: inline-block;
}



/*----------------------------------------------------
	フォーム
----------------------------------------------------*/
#form {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width:480px) {
	#form {
		width: 100%;
		margin: 0 auto;
	}
}

#form .cap {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 5 0 10px 0;
}

#form table {
	border-collapse: collapse;
}

#form h3 {
	margin: 0px auto 10px auto;
	font-size: 3.8rem;
	text-align: center;
	color: #ffffff;
}

#form h4 {
	margin: 0px auto 10px auto;
	font-size: 2.6rem;
	text-align: center;
	color: #ffffff;
}

@media screen and (max-width:480px) {
	#form h4 {
		margin: 0px auto 10px auto;
		font-size: 2.0rem;
		text-align: center;
		color: #ffffff;
	}
}



#form .midashi_waku {
	padding: 5px;
	border: 1px solid #2e75b6;
	border-radius: 5px;
	background: #2e75b6;
	width: 400px;
	margin: 0 auto 10px auto;
}

@media screen and (max-width:480px) {
	#form .midashi_waku {
		padding: 5px;
		border: 1px solid #2e75b6;
		border-radius: 5px;
		background: #2e75b6;
		width: 70%;
		margin: 0 auto 10px auto;
	}
}


#form .midashi_waku_lecture {
	padding: 5px;
	border: 1px solid #558ed5;
	border-radius: 5px;
	background: #558ed5;
	width: 400px;
	margin: 0 auto 10px auto;

	font-size: 3.8rem;
	text-align: center;
	color: #ffffff;


}

@media screen and (max-width:480px) {
	#form .midashi_waku_lecture {
		padding: 5px;
		border: 1px solid #558ed5;
		border-radius: 5px;
		background: #558ed5;
		font-size: 1.4rem;
		width: 70%;
		margin: 0 auto 10px auto;
		font-size: 2.8rem;
		text-align: center;
		color: #ffffff;
	}
}







input[type="submit"],
input[type="text"],
#form textarea,
#form button {}


#form select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	background-color: #fdffe7;
	margin-bottom: 1px;

}




input[type="text"],
#form textarea {
	background: #f8f8f8;
	display: block;
	font-size: 16px;
	padding: 12px 15px;
	width: 480px;
	transition: 0.8s;
	border-radius: 0;
	border: 1px solid #000000;
}

@media screen and (max-width:480px) {

	input[type="text"],
	#form textarea {
		background: #f8f8f8;
		display: block;
		font-size: 16px;
		padding: 12px 15px;
		width: 100%;
		transition: 0.8s;
		border-radius: 0;
	}
}






input[type="text"]:focus,
textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
	display: inline-block;
	width: 100%;
	height: 200px;
}

input::placeholder,
textarea::placeholder {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}






#form .form-table {
	width: 860px;
	margin: 0 0 0 0;

}

@media screen and (max-width:480px) {
	#form .form-table {
		width: 100%;
		margin: 0 auto 0 auto;
	}
}

#form .form-table th {
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	font-size: 1.8rem;
	padding: 20px;
	width: 320px;
}

@media screen and (max-width:480px) {
	.form-table th {
		display: block;
		font-size: 1.8rem;
		width: 100%;
		border-bottom: none;
	}
}

#form .form-table td {
	font-size: 1.6rem;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	padding: 20px;
}

@media screen and (max-width:480px) {
	.form-table td {
		font-size: 1.4rem;
		display: block;
		width: 100%;
		border-bottom: none;
	}
}

#form .form-table td span {
	font-size: 1.2rem;
}


/*----------------------------------------------------
	フォーム・試験問い合わせ用
----------------------------------------------------*/

#form .form-table-exam {
	width: 960px;
	margin: 0 auto 0 auto;

}

@media screen and (max-width:480px) {
	#form .form-table-exam {
		width: 100%;
		margin: 0 auto 0 auto;
	}
}

#form .form-table-exam th {
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	font-size: 1.6rem;
	padding: 20px;
	width: 230px;
}

@media screen and (max-width:480px) {
	.form-table-exam th {
		display: block;
		font-size: 1.4rem;
		width: 100%;
		border-bottom: none;
	}
}

#form .form-table-exam td {
	font-size: 1.4rem;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	padding: 20px;
}

@media screen and (max-width:480px) {
	.form-table-exam td {
		font-size: 1.2rem;
		display: block;
		width: 100%;
		border-bottom: none;
	}
}


#form .okyakusama {
	font-size: 2.1rem;
	font-weight: 700;
	color: #000000;
	margin: 30px 0 10px 10px;
}


#form .button {
	font-size: 1.8rem;
	border: 2px solid #555250;
	padding: 5px;
	background: linear-gradient(#8f8e8d, #555250);
	border-radius: 5px;
	color: #ffffff;
	margin: 10px 0 0 0;
}

#form .naiyou td {
	border: 0px solid #ffffff;
	text-align: left;
}

@media screen and (max-width:480px) {
	#form .naiyou td {
		border: 0px solid #ffffff;
		text-align: left;
		line-height: 1.2;
		font-size: 1.7rem;
		width: 100%;
	}
}

#form .naiyou td span {
	font-size: 1.5rem;
}

@media screen and (max-width:480px) {
	#form .naiyou td span {
		font-size: 1.8rem;
		clear: both;
		display: block;
	}
}

#form .naiyou th {
	border: 0px solid #ffffff;
	width: 140px;
}

@media screen and (max-width:480px) {
	#form .naiyou th {
		font-size: 2rem;
		border: 0px solid #ffffff;
	}
}


#form .error_messe {
	font-size: 1.9rem;
	margin: 0 0 5px 0
}

@media screen and (max-width:480px) {
	#form .error_messe {
		font-size: 1.7rem;
		margin: 0 0 5px 0
	}
}



#form .form_midashi {
	margin: 10px auto 10px auto;
	font-size: 2.6rem;
	text-align: center;
}

@media screen and (max-width:480px) {
	#form .form_midashi {
		margin: 10px auto 10px auto;
		font-size: 1.8rem;
		text-align: center;
	}
}

#form .komidashi {
	margin: 20px 0 10px 0;
	font-size: 1.6rem;

}

#form .komidashi+hr {
	color: gray;
}

#form .honbun {
	margin: 10px 0 10px 20px;
	font-size: 1.4rem;
	text-indent: -1em;

}

#form li {
	margin: 10px 0 10px 20px;
	font-size: 1.4rem;

}


/*----------------------------------------------------
	ナビゲーション（）
----------------------------------------------------*/
header {
	position: sticky;
	top: 0;
	z-index: 999;
}

header h1 {
	max-width: 1080px;
	margin: 5px 10px;
	color: #666666;
}

@media screen and (max-width: 480px) {
	header h1 {
		margin: auto 10px;
	}
}

.head {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 45px;
}

@media screen and (max-width: 480px) {
	.head {
		height: 55px;
	}
}

.head h1 {
	margin: auto 5px;
}

.head h1 a {
	font-size: 3.4rem;
}

@media screen and (max-width: 480px) {
	.head h1 a {
		font-size: 2.3rem;
	}
}

@media screen and (max-width: 480px) {
	#hamburger {
		display: block;
		position: relative;
		width: 75px;
		cursor: pointer;
		z-index: 300;
		/* right: 0; */
		/* top: 0; */
		/* height: 45px; */
	}
}

#top_nav {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
}

@media screen and (max-width: 480px) {
	#top_nav {
		display: none;
	}
}

#top_nav>div {
	width: 100%;
	height: 32px;
	border: 1px solid #000000;
	text-align: center;
	background: linear-gradient(#014292, #031c3a);
	color: #ffffff;
}

#top_nav>div>a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 1.2rem;
}

nav ul li {
	width: 100%;
}

#top_nav .conte {
	border: 1px solid #000000;
	padding: 10px 0px;
	text-align: center;
	width: calc(100% / 9);
	float: left;
	font-size: 1.2rem;
	background: linear-gradient(#014292, #031c3a);
	color: #ffffff;
}

@media screen and (max-width:480px) {
	#top_nav .conte {
		display: none;
	}
}

#top_nav .conte i {
	margin: 0 5px 0 0;
}

@media screen and (max-width:480px) {
	#top_nav {
		padding: 0 0 0px 0;
	}
}

#top_nav .conte3 {
	border: 1px solid #000000;
	padding: 10px 0px;
	text-align: center;
	width: calc(100% / 9);
	float: left;
	font-size: 1.2rem;
	background: linear-gradient(#014292, #031c3a);
	color: #ffffff;
}

@media screen and (max-width:480px) {
	#top_nav .conte3 {
		width: 100%;
		float: left;
		font-size: 1.5rem;
		padding: 15px 4px;
	}
}

/*----------------------------------------------------
	ページ内リンクオーバーラン対策
----------------------------------------------------*/
a.anchor {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

@media screen and (max-width:480px) {
	a.anchor {
		display: block;
		padding-top: 30px;
		margin-top: -30px;
	}
}

a i {
	margin: 0 5px 0 0;
}



/*----------------------------------------------------
	#side
----------------------------------------------------*/
#s_box {
	margin-bottom: 20px;
}

#s_box h5 {
	margin: 15px 0 0 0;
	color: #ffffff;
	font-weight: normal;
	background: #338095;
	text-align: center;
	padding: 10px;
}

#s_box ul,
#e_box ul,
#link ul,
#n_box ul {
	list-style-type: none;
	margin: 0;
}

#s_box li {
	border-bottom: 1px solid #cccccc;
}

#s_box a {
	text-decoration: none;
	display: block;
	height: 30px;
	padding: 15px 0 0 5px;
	color: #333333;
}

#s_box a:visited,
#e_box a:visited,
#link a:visited,
#n_box a:visited {
	color: #333333;
}

#s_box a:hover {
	text-decoration: none;
	color: #338095;
}

#e_box {
	margin-bottom: 20px;
}

#e_box h5 {
	margin-bottom: 5px;
}

#e_box a,
#link a,
#n_box a {
	text-decoration: none;
	display: block;
	height: 20px;
	padding: 15px 0 10px 5px;
	font-size: 1.1rem;
	color: #333333;
}

#shiken-notice .info1030 {
	border: 2px solid gray;
	margin: 10px auto 5px auto;
	padding: 5px 10px;
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
	border-radius: 20px;
}

#shiken-notice .info1030 .p1 {
	font-size: 1.7rem;
	margin: 0;
	padding: 0;
	line-height: 18px;
	text-align: center;
	font-weight: 700;
}

#shiken-notice .info1030 .p2 {
	font-size: 1.7rem;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 1.4;
	font-weight: 700;
	padding-left: 1em;
	text-indent: -1em;
}

#shiken-notice .info1030 .p3 {
	font-size: 1.5rem;
	margin: 2px 0 0 0;
	padding: 0;
	line-height: 1.4;
	text-indent: -1.8em;
	padding-left: 1.8em;
}

#shiken-notice .info1030 .p4 {
	font-size: 1.5rem;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 1.4;
	text-align: right;
	font-weight: 700;
}

#shiken-notice .info1030 a {
	color: blue;
	text-decoration: underline;
}

#shiken-notice .info1030 a:hover {
	color: red;
	text-decoration: none;
}

#shiken-notice .info1030 a:visited {
	color: #000000;
	text-decoration: none;
}



.button_box_footer {
	position: fixed;
	padding: 20px 10px;
	bottom: 10px;
	right: 90px;
}

@media screen and (max-width:480px) {
	.button_box_footer {
		color: blue;
		right: 10px;

		display: block;
		flex-direction: none;
		justify-content: none;

	}
}

.button_box_footer .menu_button {
	font-size: 1.5rem;
	border: 1px solid #ffffff;
	background: #031c3a;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	float: right;
	display: inline-block;
	margin: 0 0 0 10px;
}

@media screen and (max-width:480px) {
	.button_box_footer .menu_button {
		float: none;
		width: 70px;
	}
}

.button_box_footer .menu_button_o {
	font-size: 1.5rem;
	border: 1px solid #ffffff;
	background: #ea7f03;
	color: #ffffff;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	float: right;
	display: inline-block;
	margin: 0 0 0 10px;
}

@media screen and (max-width:480px) {
	.button_box_footer .menu_button_o {
		float: none;
		width: 100px;
		margin: 0 0 0 0px;
	}


}

.button_box_footer .menu_button_line_new {

	display: none;
}

@media screen and (max-width:480px) {
	.button_box_footer .menu_button_line_new {
		font-size: 1.5rem;
		border: 1px solid #ffffff;
		background: #06c755;
		color: #ffffff;
		padding: 10px;
		border-radius: 5px;
		text-align: center;
		display: inline-block;
		float: none;
		width: 120px;
	}


}


.btn_cntl {
	float: right;
}

@media screen and (max-width:480px) {
	.btn_cntl {
		float: none;
	}
}




/* ポップアップの背景 */
#main .leftbox .popup-overlay {
	display: none;
	/* 初期は非表示 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明の黒 */
	justify-content: center;
	align-items: center;
}

/* ポップアップウインドウ */
#main .leftbox .popup-content {
	position: relative;
	display: block;
	/* 初期は非表示 */
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	/* 半透明の白 */
	padding: 15px;
	max-width: 350px;
	border: 1px solid #000000;

}

/* 閉じるボタン */
#main .leftbox .popup-content .close-btn {
	background-color: #007bff;
	width: 40px;
	height: 40px;
	background-color: #ee6419;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
	/* 外枠の上に表示 */
	position: relative;
	top: -40px;
	/* 上から10px */
	left: 25px;
	/* 右から10px */
	float: right;
}

#main .leftbox .popup-content .close-btn i {
	color: #ffffff;
	font-weight: 700;
	font-size: 2.4rem;
	text-align: center;
	display: block;
	margin: 0 0 0 1px;
}

#main .leftbox .popup-content .popup-midashi_r {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 10px auto 5px auto;
	display: block;
	text-align: center;

}

#main .leftbox .popup-content .honbun_r {
	font-size: 1.2rem;
	line-height: 1.2;

}

#main .leftbox .popup-content .honbun_r2 {
	font-size: 1.2rem;
	line-height: 1.2;
	padding-left: 1em;
	text-indent: -1em;

}

#main .leftbox .popup-content .honbun_red {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #ff0000;
	margin: 10px 0 0 0;

}


#main .leftbox .popup-content .honbun_c {
	font-size: 1.2rem;
	line-height: 1.2;
	text-align: center;

}


#main .leftbox .popup-content .btnbox_narrow {
	border: 1px solid #ee6419;
	width: 280px;
	padding: 20px 10px;
	background: #ffeadf;
	margin: 20px auto;
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #000000;


}

#main .leftbox .popup-content .btnbox_narrow:hover {
	border: 1px solid #ee6419;
	background: #ee6419;
	color: #ffffff;

}



#main .leftbox .popup-content .btnbox_narrow span {
	margin: 0px 0 0 0;
	line-height: 1.5;
	float: right;
	color: #ee6419;

}


#main .leftbox .popup-content .td_title {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	margin: 10px 0;

}

#main .leftbox .popup-content .td_lead {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 10px 0;

}

#main .leftbox .popup-content li {
	font-size: 1.5rem;
	line-height: 1.5;
	counter-increment: cnt;
	list-style-type: none;
	padding-left: 1em;
	text-indent: -1em;

}

#main .leftbox .popup-content li::before {
	content: "" counter(cnt) ". ";
	font-weight: bold;

}


/* ポップアップの基本スタイル */
#main .leftbox #popup1_2 {
	display: none;
	/* 初期状態は非表示 */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.8);
	/* 初期状態は縮小 */
	width: 300px;
	padding: 20px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	opacity: 0;
	/* 初期状態は透明 */
	transition: opacity 0.3s ease, transform 0.3s ease;
	/* トランジションでアニメーション */
	z-index: 1001;
}

/* ポップアップを表示するスタイル */
#main .leftbox #popup1_2.show {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 1;
	/* 不透明に */
	transform: translate(-50%, -50%) scale(1);
	/* 元のサイズに拡大 */
}

/* 背景の暗いオーバーレイ */
#main .leftbox .overlay {
	display: none;
	/* 初期は非表示 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明の黒 */
	justify-content: center;
	align-items: center;
}


/*----------------------------------------------------
	日程　#schedule_new
----------------------------------------------------*/
#schedule_new .waku {

	background: #ffffff;
	width: 100%;
	float: left;
	margin: 0px;
	display: block;
	padding: 10px;
	padding-top: 10px;
}

@media screen and (max-width:480px) {
	#schedule_new .waku {
		width: 100%;
		padding: 10px 0;
		clear: both;
		margin: 10px 0;
		padding-top: 10px;
	}
}

#schedule_new .icon_table {
	border: 0px solid #ffffff;
	float: left;
	width: 30%;
}

@media screen and (max-width:480px) {
	#schedule_new .icon_table {
		width: 100%;
	}
}

#schedule_new .icon_table tr,
#schedule_new .icon_table td {
	border: 0px solid #ffffff;
}

#schedule_new .icon_img img {
	padding: 10px;
	width: 130px;
}

@media screen and (max-width:480px) {
	#schedule_new .icon_img img {
		padding: 5px;
		width: 90%;
	}
}

#schedule_new .test_midashi {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
	color: #13870b;
	font-size: 2.5rem;
	margin: 4px 0 4px 10px;
	font-weight: bold;
}

@media screen and (max-width:480px) {
	#schedule_new .test_midashi {
		font-size: 2.0rem;
		margin: 4px 0 4px 0;
	}
}

#schedule_new .test_midashi span {
	font-size: 1.7rem;
}

#schedule_new .test_midashi .midashi1 {
	font-size: 1.7rem;
	float: left;
}

@media screen and (max-width:480px) {
	#schedule_new .test_midashi .midashi1 {
		width: 100%;
	}
}


#schedule_new .test_midashi .midashi2 {
	float: left;
	font-size: 2.5rem;
	margin: 4px 0 4px 10px;
	font-weight: bold;
}

@media screen and (max-width:480px) {
	#schedule_new .test_midashi .midashi2 {
		font-size: 2.0rem;
	}
}



#schedule_new .tbl_nittei_new {
	border: 1px solid #552301;
	border-collapse: collapse;
	text-align: center;
	margin: 6px auto;
	width: 100%;
}

@media screen and (max-width:480px) {
	#schedule_new .tbl_nittei_new {
		border: 1px solid #552301;
		border-collapse: collapse;
		text-align: center;
		margin: 6px auto;
		table-layout: none;
		width: 100%;
	}
}

#schedule_new .tbl_nittei_new .kikan {
	font-size: 1.3rem;
}

#schedule_new .tbl_nittei_new th {
	font-size: 1.5rem;
	border: 1px solid #552301;
	background-color: #fbeee4;
	letter-spacing: 2px;
	padding: 6px;
	text-align: center;
}

#schedule_new .tbl_nittei_new th span {
	font-size: 1.3rem;
}

#schedule_new .tbl_nittei_new td {
	font-size: 1.5rem;
	line-height: 1.4;
	padding: 6px;
	border: 1px solid #552301;
	background-color: #FFF;
}

#schedule_new .tbl_nittei_new .vm {
	vertical-align: middle;
}




#schedule_new .tbl_nittei_new .mo {
	margin: 7px 0 0 0;
}


#schedule_new .tbl_nittei_new .td14 .kikan {
	margin: 5px 0 0 0;
	line-height: 1.3;
}

#schedule_new .tbl_nittei_new .th_cent {
	vertical-align: middle;
}

#schedule_new .tbl_nittei_new .yotei_title {
	vertical-align: middle;
}

#schedule_new .tbl_nittei_new .yotei_title span {
	font-size: 1.2rem;
}

#schedule_new .tbl_nittei_new .tbl_inst {
	float: left;
	font-size: 1.3rem;
}

#schedule_new .tbl_nittei_new .vm {
	width: 80px;
	vertical-align: middle;
}

#schedule_new .tbl_nittei_new .vm2 {
	width: 280px;
}



#schedule_new .button_box2 {
	width: 100%;
	display: block;

}

#schedule_new .button_box2 .button_box_button {
	border: 1px solid #000000;
	border-radius: 5px;
	text-align: center;
	width: 250px;
	padding: 5px;
	font-size: 1.7rem;
	float: left;
	margin: 0 0 0 10px;

}

@media screen and (max-width:480px) {
	#schedule_new .button_box2 .button_box_button {
		width: 95%;
		float: none;
		margin: 10px auto;
		display: block;

	}
}

#schedule_new .price {
	font-size: 1.9rem;
	font-weight: bold;
	margin: 20px 0 3px 20px;
	float: left;
}

@media screen and (max-width:480px) {
	#schedule_new .price {
		margin: 0 0 10px 10px;
	}
}

#schedule_new .bar {
	background: #666666;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 1.5rem;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;

}

.bnrboxtop {
	margin:10px 0;
}
@media screen and (max-width:480px) {
	.bnrboxtop {
	  display: block;
	  flex-direction: none;
	  justify-content: none;
		margin:20px 0;
	}
}


.bnrboxtop .img1{
 width:670px;
	margin:0 auto;
	 display:block;
}
@media screen and (max-width:480px) {
	.bnrboxtop .img1{
	 display:none;
	 width:90%;
	 margin:30px auto;
		
	}
}


.bnrboxtop_sp {
	  display: none;
}
@media screen and (max-width:480px) {
	.bnrboxtop_sp {
	  display: block;
		 margin:0px auto;
	  
	}
}


@media screen and (max-width:480px) {
	.bnrboxtop_sp .img1{
	 width:90%;
	 margin:0px auto;
	  display: block;
	}
}


@media screen and (max-width:480px) {
	.table-scroll {
		overflow: auto;
		/*スクロールさせる*/
		white-space: nowrap;
		/*文字の折り返しを禁止*/
	}
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar {
	height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
	background: #333;
}

.table-scroll::-webkit-scrollbar-thumb {
	background: #999;
}