@charset "utf-8";
/*
Theme Name: 日教弘
Theme URI: https://kyokohokkaido.com/
Author: tocci
Author URI:
Version: 1.0
*/


:root {
	--main-color: #338e6e;
	--dropmenu-color: #2faa6f;
	--sec-color: #b2ecd7;
	--thin-color: #6aa865;
}


* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #333;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover img, form.contact_form input.form_btn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
li {
	list-style-type: none;
}
a {
/*	color: #0066CC;*/
	color: #339933;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
/*	color: #0099CC;*/
	color: #66cc66;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img.img_left {
	background-color: #F6F6F6;
	padding: 10px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	padding: 10px;
	float: right;
	display: block;
	margin-left: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.g_map {
	padding: 2px;
	background-color: #FFF;
	margin-bottom: 10px;
	border: 10px solid #F6F6F6;
}

.a_point {
	margin-top: -90px;
	padding-bottom: 90px;
	display: block;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	background-color: var(--main-color);
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
}

.toppage header {
	height: auto !important;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	z-index: 1000;
}

header .h_box,
header .h_btn {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

header .h_btn a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: var(--main-color);
	text-decoration: none;
	width: 210px;
	padding-right: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 15, 44, 0.3) 0px 0px 7px 0px;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
}

header .h_btn a::after {
	font-size: 10px;
	display: block;
	width: 30px;
	line-height: 26px;
	position: absolute;
	top: 2px;
	right: 0px;
	content: '>';
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A2CAD5;
}

header .h_btn a:hover {
	color: #FFF;
	box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 50, 150, 0.3) 0px 0px 7px 0px;
	background-color: var(--main-color);
}

header .h_box {
	background-color: rgba(0,0,0,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_list li a {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 5px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
}

header .h_box .h_list li:last-child a {
	border-right-style: none;
}

header .h_box .h_list li a:hover {
	background-color: rgba(0,0,0,0.3);
}
header .h_box ul.h_lang {
	display: block;
	float: right;
/*	width: 270px;*/
	height: 30px;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a {
	display: block;
/*	float: left;*/
/*	font-size: 14px;*/
	line-height: 20px;
/*	color: var(--main-color);*/
	text-align: center;
	text-decoration: none;
/*	width: 120px;*/
	padding-left: 18px;
	padding-right: 18px;
/*	margin-top: 5px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

header .h_box .h_lang li a:hover {
	background-color: rgba(255,255,255,0.5);
}
header .h_box .h_lang li a.selected {
	background-color: var(--main-color);
	color: #FFFFFF;
	box-shadow:rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 3px 0px;
}

header .he_tel {
	font-family: 'EB Garamond', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 2px;
}

header .he_tel strong {
	font-weight: normal;
}

header .he_tel a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

header .he_tel strong {
	font-size: 28px;
}

header .he_tel i {
	padding-right: 10px;
	font-size: 26px;
	padding-top: 3px;
}

/*
グローバルナビ
-------------------------------------------*/

#g_navi {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 15px;
}

#g_navi ul li a.ac_menu {
	cursor: pointer;
}


/*
メインコンテンツ
-------------------------------------------*/
.content {
	clear: both;
}

.main_cont {
	margin-bottom: 10px;
}
.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	color: var(--main-color);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: normal;
}
h2 i {
	padding-right: 10px;
/*	color: #4694B9;*/
	color: #61a45c;
	font-size: 22px;
}
h2 a.btn_list {
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	display: block;
	width: 100px;
	position: absolute;
	top: 10px;
	right: 0px;
	letter-spacing: 0px;
	padding-left: 30px;
	color: #FFF;
	background-color: var(--main-color);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px
}

h2 a.btn_list::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 15px;
	content: '>';
}

h2 a.btn_list:hover {
	background-color: #FFF;
	color: var(--main-color);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
}

h2.h2_title_01 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
h2.h2_title_01 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}

.content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #044760;
	display: block;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	border: 1px solid #FFFFFF;
	clear: both;
}
.content h3::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.content h4 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	background-color: #F6F6F6;
	display: block;
	/*position: relative;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	/*clear: both;*/
}
.content h4::before {
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	content: "";
	top: 13px;
	left: 20px;
	background-color: #65B7DA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#grant_area h5 {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
	color: #044760;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 36px;
	border-bottom: 1px #999 dotted;
	position: relative;
}

#grant_area h5::before {
	display: block;
	width: 2px;
	height: 24px;
	content: "◆";
	top: 9px;
	left: 13px;
	position: absolute;
}



/*
お知らせ
-------------------------------------------*/

.content .news h2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: var(--main-color);
}
.content .news ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B5A57B;
}
.content .news ul li a {
	font-size: 1em;
	color: #333;
	text-decoration: none;
	letter-spacing: 1px;
}

/*
トップフォーム
-------------------------------------------*/

.top_catch {
	position: absolute;
	bottom: 60px;
	right: 0;
	z-index: 100;

	padding: 10px 15px;
	background-color: rgba(255, 255, 255, 0.6);
}

.top_catch p {
	font-size: 15px;
	color: #333;
}

/*
４列メインコンテンツ
-------------------------------------------*/
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cont_list .list_box {
/*	width: 32%;*/
	width: 24%;
	background-color: #EEE;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 2px solid #FFF;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin-bottom: 20px;
	position: relative;
}

.cont_list .list_box:hover {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px 0px;
}

.cont_list .list_box h2 {
	text-align: center;
	padding-top: 10px;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
/*	border-bottom-color: #2E749A;*/
	border-bottom-color: ver(--sec-color);
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.content .list_box h3 {
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #044760;
	background-color: #F9F9F9;
	border-bottom-color: #BBB;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
	border-bottom-style: dotted;
}

.content .list_box p {
	font-size: 14px;
}

.cont_list .list_box img {
	width: 96%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	opacity: 0.2;
}

.content .cont_list .list_box p {
	position: absolute;
	top: 80px;
}

@media screen and (max-width: 900px) {

.cont_list .list_box {
	width: 49%;
}

}

/*
フォームエリア
-------------------------------------------*/

.form_area {
	background-color: var(--sec-color);
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center 2px;
}

.form_area h2 {
	text-align: center;
	color: var(--main-color);
	margin-bottom: 30px;
}
.form_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form_box ul li {
	display: block;
	width: calc(50% - 20px);
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
	position: relative;
}

.form_box ul li p {
	position: absolute;
	top: calc(50% - 1.4em);
	z-index: 9999;
	width: calc(100% - 40px);
	margin: auto;
	color: #fff;
	font-size: 1.4em;
}

.form_box ul li a img {
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
	border-radius: 8px;
}


@media screen and (max-width: 600px) {
	.form_box ul li {
		width: 100%;
	}
}


/*
ダウンロード部分
-------------------------------------------*/

.obi {
	background-color: #338e6e;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background-image: url(./img/obi.png);
	background-repeat: no-repeat;
	background-position: center 2px;
}

.obi h2 {
	text-align: center;
	color: #FFF;
	margin-bottom: 30px;
	background-image: url(./img/obi.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	padding-bottom: 15px;
}
.service ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service ul li {
	display: block;
	width: 25%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
}

.service ul li p {
	font-size: 12px;
	margin: 10px;
}
.service ul li a {
	text-decoration: none;
	color: #FFF;
}
.service ul li p strong {
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.service ul li p .rubi {
	font-size: 10px;
	letter-spacing: 2px;
}
.service ul li a .mask {
	width: 200px;
	height: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	border-radius: 25px 10px;*/
	border-radius: 50%;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.service ul li a img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: block;
}
.service ul li a:hover img {
	width: 120%;
	max-width: 120% !important;
	top: -10%;
	left: -10%;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}



/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 4px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: var(--main-color);
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 30px;
}
.foot_logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: var(--sec-color);
	font-size: 1.0em;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 0.9em;
	line-height: 22px;
	position: relative;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

address {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	margin: 0px 15px;
}

/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 10px;
	right: 30px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width:50px;
	height:35px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	padding-top: 15px;
	background-color: rgba(22,98,17,0.8);
}
#to_top a:hover,
#to_top a:hover img {
	background-color: rgba(22,98,17,1.0);
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.content table.table_01,
#mailform table.table_form {
	width: 98%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table.table_01 th,
.content table.table_01 td {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.content table.table_01 th {
	background-color: #F9F9F9;
	color: var(--main-color);
	letter-spacing: 2px;
}

#mailform table.table_form th {
	text-align: right;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font-size: 14px;
	font-weight: normal;
	padding: 20px;
	background-color: #F9F9F9;
}
.content #mailform table.table_form th p {
	font-size: 10px;
	line-height: 14px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}
#mailform table.table_form td {
	padding: 20px;
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	font-size: 14px;
}
form input.form_btn {
	background-color: #F60;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 18px;
	line-height: 24px;
}
form input.form_btn:hover {
	background-color: #FFF;
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	cursor: pointer;
}
form input.form_btn_gr {
	background-color: #555;
	color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #EEE;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	font-size: 14px;
	line-height: 24px;
}
form input.form_btn_gr:hover {
	background-color: #FFF;
	color: #555;
	border-top-color: #555;
	border-right-color: #555;
	border-bottom-color: #555;
	border-left-color: #555;
	cursor: pointer;
}


@media screen and (min-width:1100px) {

/*
ヘッダー
-------------------------------------------*/
header {
	height: 200px;
}

header h1 {
	left: 20px;
	top: 15px;
}
.sp_menu,
.menu_btn,
.close_btn {
	display: none;
}

header .h_box {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
	width: 520px;
	padding-left: 10px;
}

header .h_btn {
	position: absolute;
	top: 55px;
	right: 20px;
	z-index: 1000;
	width: 240px;
}

/*
PCグローバルナビ
-------------------------------------------*/
#g_navi {
	width: 100%;
	display: block;
	height: 60px;
	background-color: var(--main-color);
/*	position: absolute;*/
	z-index: 1000;
	left: 0px !important;
	bottom: 0px;
}
#g_navi.nav_fixed {
	position: fixed;
	top: 0px;
}
#g_navi ul.navi_base {
	height: 60px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#g_navi ul.navi_base::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 50%;
	background-color: rgba(255,255,255,0.6);
	content: '';
	margin-left: -551px;
}

#g_navi ul li{
/*	width: 137px;*/
	height: 60px;
	float: left;
	display: block;
}

#g_navi li a {
/*	width: 137px;*/
	height: 60px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	padding: 0 10px;
}

#g_navi li a::before {
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 0px;
	background-color: rgba(255,255,255,0.6);
	content: '';
}

#g_navi li a:hover,
#g_navi ul li:hover > a {
	background-color: var(--sec-color);
/*	background-color: #115577;*/
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*
フッター
-------------------------------------------*/
.footer_box  {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 240px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
}
.footer_box .box_in .foot_right p {
	font-size: 0.9em;
/*	margin-bottom: 20px;*/
	line-height: 30px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 250px;
	margin-right: 30px;
}


}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

img.img_left,
img.img_right {
	max-width: 320px;
}
/*
ヘッダー
-------------------------------------------*/

header {
	height: 60px;
}

header h1 {
	left: 10px;
	top: 10px;
/*	width: 180px;*/
}

header #h_box_sp {
	position: fixed;
	width: 100%;
/*	height: 170px; */
	top: 0px;
	left: 0px;
	overflow: auto;
	z-index: 4000;
	background-color: var(--main-color);
	background-color: rgba(0,15,44,1.0);
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 60px;
	display: none;
}


header .h_btn a {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 500px;
}

header .h_btn a::after {
	line-height: 36px;
}


header .h_box .h_list li a {
/*	font-size: 12px;*/
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

header .h_box ul.h_lang {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
メニューボタン
-------------------------------------------*/

.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(51,142,110,1.0);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
/*	color: #003584;*/
	color: var(--sec-color);
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
/*	background-color: #003584;*/
	background-color: var(--sec-color);

}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);  
    -moz-transform: rotate(0deg);    
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);  
    -moz-transform: translateY(-8px);    
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);  
    -moz-transform: translateY(8px);    
}


.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);  
    -moz-transform: translateY(-10px);    
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);  
    -moz-transform: translateY(10px);    
}


.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);  
    -moz-transform: translateX(30px);    
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);  
    -moz-transform: rotate(-45deg) translateY(0px);    
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);  
    -moz-transform: rotate(45deg) translateY(0px);    
}

/*
グローバルナビ
-------------------------------------------*/
#g_navi {
	position: fixed;
	width: 80%;
	height: 100%;
	padding-top: 170px;
	top: 0px;
	left: 20%;
	overflow: auto;
	z-index: 3000;
	background-color: var(--main-color);
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#g_navi ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#g_navi ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
/*	border-top-color: #13476F;*/
	border-top-color: var(--main-color);
}
#g_navi ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
/*	border-bottom-color: #13476F;*/
	border-bottom-color: var(--thin-color);
	background-color: var(--main-color);
	background-image: url(./img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#g_navi ul li a:hover {
/*	background-color: #005177;*/
	background-color: var(--main-color);
}

.fixed {
	overflow: hidden;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.content .news, .content .information {
	margin-right: 10px;
	margin-left: 10px;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.obi h2 {
	margin-bottom: 20px;
}

/*
トップフォーム
-------------------------------------------*/

.service ul li {
	width: 25%;
}

.service ul li a .mask {
	width: 170px;
	height: 170px;
}

/*
フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 8px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 24%;
	padding-right: 5px;
}

#to_top {
	bottom: 10px;
	right: 10px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:1100px) {

.top_catch {
	bottom: 0;
}

.top_catch p {
	font-size: 14px;
}

}
/*-----（/～900）-----*/


@media screen and (max-width:760px) {
	
header h1 {
	left: 5px;
	top: 5px;
	width: calc(100% - 60px);
}

.top_img {
	height: 300px !important;
}


/*
トップフォーム
-------------------------------------------*/

.service ul li {
	width: 50%;
}

.service ul li a .mask {
	width: 180px;
	height: 180px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}

.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 92%;
	text-align: center;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}
.footer_box .box_in ul {
	width: 32%;
}
img.foot_logo {
	width: 150px;
}

}
/*-----（/～760）-----*/

@media screen and (max-width:560px) {
	
img.img_left,
img.img_right {
	float: none;
	margin: auto;
}

header .h_box ul.h_lang {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

header .h_btn a {
	float: left;
	margin-left: 13px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 280px;
	background-position: 240px center;
}

header .h_btn a::after {
	line-height: 26px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h2 a.btn_list {
	/*font-size: 14px;*/
	line-height: 26px;
	width: 90px;
	top: 5px;
}

h2 a.btn_list::before {
	line-height: 26px;
}

.cont_list .list_box {
	width: 98%;
}
.service ul li {
	padding: 0px;
	margin-bottom: 30px;
}
.service ul li p {
	margin: 10px 10px 0px 10px;
}
.service ul li img {
	width: 140px;
}

.service ul li a .mask {
	width: 140px;
	height: 140px;
}


.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	/*font-size: 12px;*/
	letter-spacing: 0px;
}

.footer_box ul li a {
	padding-left: 20px;
	/*font-size: 11px;*/
	line-height: 18px;
}

.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

textarea,
input {
	max-width: 360px;
}


}
/*-----（/～560）-----*/

	
@media screen and (max-width:400px) {

.service ul li a .mask {
	width: 150px;
	height: 150px;
}

.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}

textarea,
input {
	max-width: 280px;
}


}
/*-----（/～400）-----*/


/*
ページトップイラスト
---------------------------------------------------------*/

.top_img {
	background: url(./img/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 410px;
}

.message_img {
	background: url(./img/message/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.privacy_img {
	background: url(./img/privacy/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.history_img {
	background: url(./img/history/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.summary_img {
	background: url(./img/summary/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.grant_list_img {
	background: url(./img/grant_list/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.stay_list_img {
	background: url(./img/stay_list/top_image.jpg) no-repeat center right / cover;
	width: 100%;
	height: 300px;
}

.report_img {
	background: url(./img/report/top_image.jpg) no-repeat center right / cover;
	width: 100%;
	height: 300px;
}

.scholarship_img {
	background: url(./img/scholarship/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

.download_img {
	background: url(./img/download/top_image.jpg) no-repeat center right / cover;
	width: 100%;
	height: 300px;
}

.etc_img {
	background: url(./img/etc/top_image.jpg) no-repeat center left / cover;
	width: 100%;
	height: 300px;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(30px);
	transition: 1.0s ease-out;
}

.effect.d_02 { transition-delay:0.2s; }
.effect.d_04 { transition-delay:0.4s; }
.effect.d_06 { transition-delay:0.6s; }
.effect.d_08 { transition-delay:0.8s; }
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateY(0px);
}
/*------------------------------*/

.box_att {
	margin-top: 30px;
	padding: 25px;
	border: 1px dashed #078DC0;
}

.box_att h2 {
	font-weight: normal;
	font-size: 20px;
	color: #0F688B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
.box_att p {
	font-size: 14px;
	margin: 0px;
	color: #0F688B;
}

/*
-------独自css-------
*/

ol.ol_brackets {
	margin-left: 3em;
}

ol.ol_brackets li {
	list-style-type: none;
	counter-increment: cnt;
	line-height: 1.8;
}

ol.ol_brackets li::before {
	content: "(" counter(cnt) ") ";
	display: inline-block;
	margin-left: -2em;
	width: 2em;
}

.mb_1em { margin-bottom: 1em; }
.f_right { float: right; }
.f_left { float: left; }
.t_right { text-align: right; }
.t_center { text-align: center; }
.t_left { text-align: left; }
.bold { font-weight: bold; }
.blue {	color: #00a0e9; }
.pink {	color: #f8c6e9;}
.bgc_yellow { background-color: rgba(255,246,0,0.3); }
.bgc_pink { background-color: rgba(255,102,152,0.3); }
.bb_red { border-bottom: 1px solid #ca1c1e; }

.red { color: #ca1c1e; }
/* タグ内１行目のみ字下げ */
.jisage { text-indent:1em; }
/* タグ内１行目以外字下げ */
.jisage2 { padding-left: 1em; text-indent: -1em; }



/*---トップページ　news area---*/

#news_textarea {
	width: 100%;
	height: 170px;
	margin: auto;
	overflow: auto;
}

#news_list {
    width: 100%;
}

dl#news_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1em;
  width: 95%;
}

#news_list dt {
	width: 9em;
    display: flex;
    justify-content: space-between;
}

#news_list dd {
	width: calc(100% - 9em);

}

#news_list dt, #news_list dd {
    padding: 8px 0;
    border-bottom: 1px dotted #999;
}

.news_text a {
	color: #000;
	text-decoration: none;
}

.news_text a:hover {
	color: #666;
	text-decoration: none;
}

@media screen and (max-width:600px) {

dl#news_list {
	flex-flow: column;
}

#news_list dt, #news_list dd {
	width: 95%;
}


}


/*---トップページ　information area---*/

#infor_area {
	width: 100%;
	overflow: hidden;
	font-size: 100%;
}

.googleCalendar {
	width: 70%;
	float: left;
	margin-right: 30px;
}

.calendar {
	width: 100%;
	height: auto;
}

.remarks {
	width: calc(30% - 50px);
	float: left;
}

.info_text01 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.info_text02 {
	margin-bottom: 10px;
	line-height: 1.2em;
}

.info_text03 {
	color: #006933;
	font-weight: bold;
	margin-bottom: 10px;
}

.info_text04 {
	margin-bottom: 20px;
}

.info_tel {
	color: #fff;
	background-color: #006933;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	border-radius: 20px;
}

.map {
	margin-bottom: 10px;
}

.info_banner {
	border: 1px solid #006933;
	margin-bottom: 10px;
	width: calc(100% - 2px);
	height: auto;
}

@media screen and (max-width: 900px) {

.googleCalendar {
	width: calc(100% - 2px);
	float: none;
	margin-right: 0px;
}

.remarks {
	width: 70%;
	float: none;
	padding-top: 30px;
	margin: auto;
	text-align: center;
}

.remarks img {
	width: 60%;
}

.info_tel {
	color: #fff;
	background-color: #006933;
	font-weight: bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 15px;
	border-radius: 20px;
}

}

/*---沿革史ページ---*/

/* タグ内１行目のみ字下げ */
.jisage {
   text-indent:1em;
}


/*---概要ページ---*/

.table_sum th {
	white-space: nowrap;
}

.content dl.dl_sum {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border-bottom: none;
}

.content dt.dt_sum {
	padding: 5px;
	width: 120px;
	font-weight: bold;
}

.content dd.dd_sum {
	background: #fff;
	padding: 5px;
	width: calc(100% - 140px);
}


/*---ごあいさつページ---*/

.message_h3 {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.message_text01 {
	padding:0px 30px 20px 30px;
	font-size: 110%;
	font-family: Meiryo;
}

.message_text02 {
	text-align: right;
	padding: 0px 30px 0px 0px;
	font-family: Meiryo;
}

/*---プライバシーポリシーページ---*/

.privacy_text01 {
	font-size: 110%;
}

.privacy_text02 {
	padding-bottom: 10px;
}

.privacy_list {
	margin: 0px 0px 0px 2em;
}

.privacy_list li {
	padding-bottom: 5px;
	list-style-type: disc;
}


/*---奨学事業ページ---*/

#schoiarship_area h4 {
	clear: none;
	padding-right: 30px;
	display: inline-block;
}


/*---奨学事業・助成事業ページ　イラスト用---*/

.handy_img {
	max-width: 26%;
}

@media screen and (max-width: 900px) {

#schoiarship_area img, #grant_area img {
	width: 150px;
	height: auto;
}

}

@media screen and (max-width: 480px) {

#schoiarship_area img, #grant_area img {
	display: none;
}

}


/*---助成事業ページ---*/

#grant_area h5 {
	clear: none;
	padding-right: 30px;
	display: inline-block;
}


#grant_area ul li {
	list-style-type: disc;
	line-height: 1.8;
	margin-left: calc(20px + 1em);
}

#grant_area ol li {
	list-style-type: decimal;
	line-height: 1.8;
	margin-left: calc(20px + 1em);
}

.grant_table01 {
	border: 1px solid #333;
	margin: 0 30px 30px 30px;
}

.grant_table01 th {
	vertical-align: top;
	padding: 5px 10px;
	text-align: left;
}

.grant_table01 td {
	padding: 5px 10px;
}

/*5営業日前　数え方テーブル*/
.grant_table02 {
	margin-bottom: 20px;
	display: block;
	border-spacing: 0px;
    border-collapse: collapse;
    font-size: 95%;
  	margin-right: 30px;
}

.grant_table02 th {
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
}

.grant_table02 td {
	padding: 5px;
	border: 1px solid #333;
	text-align: center;
}

.bb_dot {
	border-bottom: 1px solid #666;
	border-bottom-style: dotted;
}

.grant_table02next {
	margin-bottom: 20px;
	display: none;
}


.grant_table02 {
	margin-bottom: 10px;
	display: block;
	border-spacing: 0px;
    border-collapse: collapse;
}

.grant_table02 th {
	padding: 5px;
	border: 1px solid #333;
	text-align: left;
}

.grant_table02 td {
	padding: 5px;
	border: 1px solid #333;
	text-align: center;
}


@media screen and (max-width: 480px) {

.grant_table02 {
	display: none;
}

.grant_table02next {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #333;
	padding-top: 5px;
}

.grant_table02next th {
	padding: 0px 5px 5px 5px;
}

.grant_table02next td {
	padding: 0px 5px 5px 5px;
}

}


/*---宿泊施設一覧ページ---*/

.content .stay_area table.table_01 th {
	text-align: left;
}

/*---事業報告ページ---*/

.content .report_area table.table_01 th {
	text-align: left;
	width: 170px;
}

.report_arts {
	margin-bottom: 60px;
}

@media screen and (max-width: 760px) {

.content .report_area table.table_01 th {
	width: auto;
	vertical-align: top;
}


.content .report_area table.table_01 th, .content .report_area table.table_01 td {
	display: table-cell;
	padding: 12px;
}

}

/*---ダウンロードページ---*/

.content .download_area div.jump_area {
	padding-top: 6rem;
	margin-top: -6rem;
}

.content .download_area h5 {
	color: #337c8e;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px 0px 20px;
    margin: 0px auto 0px auto;
    width: 100%;
}


.content .download_area table.table_01 th {
	background-color: #fff;
	text-align: left;
}

.content .download_area table.table_01 th a {
	color: #439ad2;
}

.content .download_area table.table_01 td {
	text-align: right;
	white-space:nowrap;
}

.content .download_area table.table_01 th.nodown {
	color: #aac9aa;
}

.dl_anker_area {
margin-bottom: 30px;
}
.dl_anker {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.dl_anker li {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.dl_anker li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #666;
}
.dl_anker li a:hover{
    color: #ccc;
}

@media screen and (max-width: 760px) {

.content .download_area table.table_01 th {
	width: auto;
	vertical-align: top;
}


.content .download_area table.table_01 th, .content .download_area table.table_01 td {
	display: table-cell;
	padding: 12px;
}

}

/*---沿革史ページ---*/

.timeline {
    margin: 28px auto 0 auto;
}

.timeline-list {
    padding: 10px 0 0 0;
}

.timeline-list-item {
    display: flex;
    line-height: 1.5;
    font-size: 16px;
}

.timeline-list-item .date {
    padding: 0 20px 0 20px;
    font-weight: bold;
    white-space: nowrap;
}

.timeline-list-item .content {
    position: relative;
    width: 80%;
    padding: 0 20px 40px 30px;
    border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #007E79;
    border-radius: 10px;
}

/*---北海道教弘ページ---*/

#header_kyoko {
	padding: 5px 0px 5px 0px;
	max-width: 1100px;
	margin: auto;
}

#kyoko_imgarea {
	margin-bottom: 30px;
	background: url(./img/kyoko/kyoko_top.jpg) no-repeat center center / cover;
	height: 50vh;
}

#kyoko_imgarea img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

.kyoko_img01 {
	display: block;
	width: 100%;
	height: auto;
}

#kyoko_page {
	max-width: 800px;
	margin: auto;
}

.kyoko_area {
	margin-bottom: 80px;
}

.kyoko_h1 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #06C;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #06c;
/*	padding: 0px 0px 5px 0px;*/
	margin: 0px auto 35px auto;

  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.5em;
  background: #dfefff;
}


.kyoko_titlejp {
	font-size: 70%;
	font-weight: bold;
	color: #60a1e2;
	margin-bottom: 20px;
	padding-left: 20px;
}

.kyoko_table th {
	padding: 0px 0px 20px 0px;
	vertical-align: top;
	color: #096;
	text-align: left;
}

.w90 {
	width: 90px;
}

.kyoko_table td {
	padding: 0px 0px 20px 0px;
}

.kyoko_ul {
	margin: 0px 0px 0px 20px;
}

#kyoko_page ul.kyoko_ul li {
	list-style-type: disc;
}

.kyoko_table02 {
	border: 1px solid #333;
}

.kyoko_table02 th {
	padding: 10px;
	color: #096;
	text-align: left;
}

.kyoko_table02 td {
	padding: 10px;
}

#kyoko_footer {
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

.kyoko_flogo {
	font-size: 22px;
	font-weight: bold;
	padding: 30px 0px;
	line-height: 2em;
	border-top: 1px solid #fff;
}


@media screen and (max-width: 820px) {

#kyoko_page {
	width: 90%;
}

}


/* 申請フォーム選択ページ */

.select_contents {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.select_contents li {
	text-align: center;
	margin: 0px 5px 30px 5px;
	border:  1px solid #999;
	flex: 0 0 auto;
	padding: 10px;
	width: calc(31% - 16px);
   border-radius: 5px;
   display: flex;
   align-items: center;
}
.select_contents li:empty {
	border: none;
}

.select_contents li:first-child {
	background-color: rgba(0,153,227,0.6);
}

.select_contents li:nth-child(2) {
	background-color: rgba(102,177,102,0.6);
}

.select_contents li div {
	width:  100%;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-weight:  bold;
}

.select_title {
	font-size: 1.4em;
}

.select_text {
	line-height: 1.5em;
}

#dialog1 {
	width: 350px;
	margin: auto;
	margin-top: 40vh;
	padding: 30px 20px;
	display: none;
	text-align: center;
	border: 1px solid #aaa;
	box-shadow: 2px 2px 4px #888;
	position: absolute;
	top:  0;
	left: calc(50% - 205px);
	background-color: #eee;
}

.yesno_button {
	padding: 2px 5px;
	cursor: pointer;
	width:  80px;
}
/* 注釈文 */
.select_info {
	padding-left: clamp(20px, 20vw, 280px);
	padding-right: clamp(20px, 20vw, 280px);
	margin-inline: auto;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.select_info ol,.select_info li {
	margin-left: 1em;
	list-style-type: decimal;
	line-height: 1.7em;
}
.select_bottom {
	box-sizing: border-box
}

.send_end {
	width: 85%;
	margin: 0px auto 30px auto;
}

.send_end ol, .send_end li {
	margin-left: 1em;
	list-style-type: decimal;
	line-height: 1.7em;
}