  @charset "utf-8";

/* 全体
============================================================*/

body{
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Zen Maru Gothic", "メイリオ", Meiryo, serif;*/
	letter-spacing: 0.08em;
}

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

body{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
}

}

*/

a{
	transition: all 0.5s 0s ease;
}

.contents{
	font-size: 120%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}

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

.contents{
	margin-bottom: 30px;
}

}

.contents_bg{
	background-color: #F4F7FC;
	padding-top: 60px;
	padding-bottom: 60px;
}

.contents_bg02{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 60px;
}

/*PCでは無効（改行しない）*/
.br-sma{
    display: none;
}

/*PCでは無効（改行しない）*/
.br-sma02{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .br-sma{
        display: block;
    }
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:690px) {
    .br-sma02{
        display: block;
    }
}

/*===*/

.big120{font-size: 120%;}
.small60{font-size: 60%;}
.small70{font-size: 70%;}
.small80{font-size: 80%;}
.small90{font-size: 90%;}

/*===*/

.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}

.pb30{padding-bottom: 30px;}

/*===*/

.p-center{text-align: center;}
.p-left{text-align: left;}
.p-right{text-align: right;}

/*===*/

.color01{color: #666666;}
.color02{color: #CC0000;}
.color03{color: #7DC034;}
.color04{color: #802C80;}

/*===*/

.bg-color01{
	background-color: #FFF4EA;
	padding: 5px;
}

.bg-color02{
	background-color: #E0F0D0;
	padding: 5px;
}

.bg-color03{
	background-color: #E6D9F2;
	padding: 5px;
}

.bg-color04{
	background-color: #E5E5E5;
	padding: 5px;
}

/*===*/

.list-disc{
	list-style-type: disc;
	padding-left: 20px;
}

.list-border li{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-border02 li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

li.list-border_none{
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*===*/

.border_under{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 50px;
}

/*===*/

.title01{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #F66;
	line-height: 1.4em;
}

.title02{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #F90;
	line-height: 1.4em;
}

.title03{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #09C;
	line-height: 1.4em;
}

.sub_title02{
	color: #FFF;
	background-color: #FE9900;
	padding-top: 7px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left: 30px;
	font-size: 120%;
	display: inline-block;
	border-radius:50px;
}

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

.title01{
	font-size: 110%;
}

.title02{
	font-size: 110%;
}

.title03{
	font-size: 110%;
}

.sub_title02{
	font-size: 110%;
	border-radius:15px;
}

}

/*350pxより小さい*/
@media screen and (max-width:350px) {

.title01{
	font-size: 100%;
}

.title02{
	font-size: 100%;
}

.title03{
	font-size: 100%;
}

}

/*===*/

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

.none-tb{
	display: none;
}
}

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

.none-smp{
	display: none;
}
}

/*===*/

img.img-border{
	border: 1px solid #CCC;
}

/*===*/

.under-line{text-decoration: underline;}
.under-back{
	background-color: #FFEAEA;
	padding: 5px;
}

/*===*/

select.select01{
	width: 40px;
}

/*===*/

.photo-left{
	float: left;
}
  
.photo-left img{
	padding-right: 15px;
	padding-bottom: 10px;
	height: auto;
}

.photo-right{
	float: right;
}

.photo-right img{
	padding-left: 15px;
	padding-bottom: 10px;
	height: auto;
}

@media print, screen and (max-width:800px) {
  
.photo-left{
	float: none;
	padding-right: 0px;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-left img{
	padding-left: 0px;
	padding-bottom: 0px;
}
  
.photo-right{
	float: none;
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
  
.photo-right img{
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100%;
}
  
}

/*===*/

.imgmaxW img{
}

.img100 img{
}

.img80 img{
	width: 80%;
	height: auto;
}

.img50 img{
	width: 50%;
	height: auto;
}

/*800pxより小さい*/
@media screen and (max-width:800px) {

.imgmaxW img{
	max-width: 100%;
	height: auto;
}

.img100 img{
	width: 100%;
	height: auto;
}

.img80 img{
	width: 80%;
	height: auto;
}

.img50 img{
	width: 50%;
	height: auto;
}

}

/*===*/


.a_img a:hover{
	opacity: 0.7;
	opacity: 70%;
}

/*===*/

.cp_hr01 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#F99 50%,transparent 100%);
	background-image: linear-gradient(90deg,
	transparent 0%,#F99 50%,transparent 100%);
	margin-top: 50px;
	margin-bottom: 50px;
}

.cp_hr02 {
	margin-top: 50px;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.cp_hr01 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.cp_hr02 {
	margin-top: 30px;
	margin-bottom: 30px;
}

}

/*===*/

h2.top_h2{
	font-family: "Playfair Display", serif;
	border-bottom: solid 5px #CCCCCC;
	position: relative;
	letter-spacing: 0.08em;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 15px;
}

h2.top_h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 5px #660066;
	bottom: -5px;
	width: 25%;
	left: 0px;
}

/*===*/


/* ヘッダー
============================================================*/

/*トップページ*/
.top_header{
	position: relative;
	background-image: url(../images/main-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	background-position: 0px -50px;
	margin-bottom: 80px;
}

.top_header .top_h1{
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	width: 50em;
	position: relative;
	top: 25%;
	padding-left: 20%;
	background-color: rgba(124,191,51,0.8);
}


.top_header h1{
	font-family: "Playfair Display", serif;
	font-size: 280%;
	width: 100%;
	position: relative;
	/*padding-left: 170px;*/
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2em;
}

.top_header h1 span{
	line-height: 1em;
	text-align: center !important;
	display: inline-block;
}

/****/

.header {
	position: relative;
}

header a{
	text-decoration: none !important;
}


/*19200pxより大きい*/
@media (min-width:1920px) {

.header {
	width: 1900px;
	margin-right: auto;
	margin-left: auto;
}

.top_header{
	width: 1900px;
	margin-right: auto;
	margin-left: auto;
}

}

/*1800pxより大きい*/
@media (min-width:1800px) {

.top_header .top_h1{
	width: 70em;
	padding-left: 15%;
}

}

/*以下*/
@media (max-width:1800px) {

.top_header .top_h1{
	padding-left: 8%;
}

}

@media (max-width:1200px) {

.top_header .top_h1{
}

}

@media (max-width:930px) {

.top_header .top_h1{
	padding-left: %;
	}

.top_header .top_h1{
	width: %;
	}

}

@media (max-width:820px) {

.top_header{
	height: 300px;
	background-position: center bottom;
}

.top_header .top_h1{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 40em;
	}

.top_header h1{
	font-size: 250%;
}

}

/*600pxより小さい*/
@media screen and (max-width:720px) {

.top_header{
	height: 250px;
	/*background-position: right bottom;*/
}

.top_header .top_h1{
	width: 30em;
	}

.top_header h1{
	font-size: 200%;
	/*width: 100%;
	padding-left: 160px;*/
}

}

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

.top_header h1{
	font-size: 160%;
}

.top_header .top_h1{
	width: 80%;
	}

}

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

.top_header{
	height: 230px;
	background-position: -240px bottom;
	margin-bottom: 40px;
}

.top_header h1{
	font-size: 140%;
	font-weight: bold;
}

.top_header .top_h1{
	width: 90%;
	}

}


/* 下層ページのヘッダー
============================================================*/

.sub_header{
	background-image: url(../images/sub-image.jpg);
	background-repeat: no-repeat;
	object-fit: fill;
	background-position: right -150px;
	padding-top: 35px;
	padding-bottom: 40px;
	height: 120px;
}

.sub_header h1{
	font-family: "Playfair Display", serif;
	padding-left: 20%;
}

.sub_header h1 a{
	color: #75B430;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

/*19200pxより大きい*/
@media (min-width:1920px) {

.sub_header{
	width: 1900px;
	margin-right: auto;
	margin-left: auto;
}

}

/*1500pxより大きい*/
@media (min-width:1500px) {

.sub_header{
	background-size:cover;
}

}

/*1200pxより小さい*/
@media screen and (max-width:1200px) {

.sub_header h1{
	padding-left: 10%;
}

}

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

.sub_header{
	height: 100px;
}
.sub_header h1{
	font-size: 150%;
}

}

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

.sub_header{
	padding-top: 20px;
}

}

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

.sub_header{
	padding-top: 27px;
}

.sub_header h1{
	font-size: 115%;
}

}

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

.sub_header h1{
	font-size: 120%;
}

}


/* ハンバーガーメニュー
============================================================*/

.nav{
	display: none;
	visibility: hidden;
}

/*800pxより小さい*/
@media screen and (max-width:1200px) {

.nav{
	display: inline;
	visibility: visible;
}

}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	height: 50px;
	width: 80px;
	justify-content: center;
	align-items: center;
	z-index: 1000;/* 重なり順を一番上にする */
	cursor: pointer;
	border: 2px solid #fff;
}

.kotyaku{
	width:55px;
	position:fixed;
	top:25px;
	right:15px;
}

.drawer_bg{
	background-color: rgba(255,153,153,0.9);
	border-radius: 5px;
}

.drawer_bg.doc{
	background-color: rgba(95,23,86,0.9);
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 28px;
	border-radius: 3px;
	transition: 0.5s;
	position: absolute;
	background-color: #FFFFFF;
	/*box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 1);*/
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 10px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 10px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background-color: #602552;
}

#drawer_input:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background-color: #602552;
}

#drawer_input:checked ~ .drawer_bg{
	background-color: #FFF;
}
  
/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	top: 100%; /* メニューを画面の外に飛ばす */
	z-index: 999;
	transition: .3s;
	color: #FFF;
	padding-top: 50px;
	background-color: rgba(95,24,89,0.9);
}

.nav_content.doc {
	background-color: rgba(0,0,0,0.7);
}

/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
	margin-top: 30px;
}

.nav_list li {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.nav_list li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #92D050;
	border-radius:5px;
}

.nav_list li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	font-size: 18px;
	padding-right: 10px;
}

.nav_list a:hover {
	padding-right: 20px;
	color: #fff !important;
	background-color: #5E1858;
}

/*
.nav_content.doc .nav_list li a {
	padding-left: 40px;
}
*/

.nav_content.doc .nav_list a:hover{
	color: #036;
}

.nav_list li ul li{
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	margin-bottom: 5px;
	list-style-type: none;
}

.nav_list li ul li:first-child{
	margin-top: 5px;
}

.nav_list li ul li a{
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid #693;
	background-color: #FFF;
	color: #693;
	padding-right: 17px;
	padding-left: 17px;
}

.nav_list li ul li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f101';
	font-size: 18px;
	padding-right: 10px;
}

.nav_list li ul li a:hover{
	background-color: #5E1858;
	color: #fff !important;
	border: 2px solid #5E1858;
}

/*800pxより大きい*/
@media screen and (min-width:800px) {

.nav_list li ul li{
	margin-left: -15px;
	width: 102.5%;
}

}

/**/

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	top: 0;/* メニューを画面に入れる */
}

.nav-arrow::before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-wigth: 400;
	font-size: 120%;
	float: right;
}

.nav-arrow02::before{
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-wigth: 400;
	font-size: 120%;
	float: right;
	margin-top: 15px;
}


/*800pxより小さい*/
@media screen and (max-width:800px) {

/* メニューのデザイン*/
.nav_content {
	overflow-y: scroll;
}
.nav_list li {
	width: 80%;
}

.nav_list li a {
	/*font-size: 100%;*/
	padding-right: 20px;
	padding-left: 20px;
}

}


/*　サイト幅
============================================================*/

header .inner {
	/*width: 1100px;	幅*/
	margin: 0 auto;
	overflow: hidden;
}

.contents .inner {
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
}

footer .inner {
	margin-top: 0;
	margin-right: 20%;
	margin-bottom: 0;
	margin-left: 20%;
}

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

.contents .inner {
	margin-right: 10%;
	margin-left: 10%;
}

footer .inner {
	margin-right: 10%;
	margin-left: 10%;
}

}

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

header .inner {
	width: auto;
}

.contents .inner {
	width: auto;
	margin-top: 0px;
	margin-right: 8%;
	margin-bottom: 20px;
	margin-left: 8%;
}

footer .inner {
	width: auto;
	margin-right: 8%;
	margin-left: 8%;
}

}

/*　スライダー
============================================================*/

.slider{
	width: 100%;/* スライダーの幅を指定*/
	padding: 0px;
	margin-top: 0px;
}

.slider.slick-initialized {
	display: block;
}

.slider div{
	background-size: cover;
	background-position: center top;
	height: 600px;
	background-color: #FFF4DD;
	background-repeat: repeat-x;
}

.slider div.img01 {
  background-image: url(../images/main-image/img01.jpg);
}
.slider div.img02 {
  background-image: url(../images/main-image/img02.jpg);
}


/*900pxより小さい*/
@media screen and (max-width:900px) {

.slider div{
	height: 450px;
}

}

/*600pxより小さい*/
@media screen and (max-width:680px) {

.slider div{
	background-size: cover;
	background-position:top center;
	height: 200px;
}

}


/*　ニュース
============================================================*/

.news{
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.news div{
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-radius: 30px;
	margin-bottom: 10px;
	color: #2C0000;
	font-size: 120%;
}

.news div a{
	display: block;
	text-decoration: none;
	color: #2C0000;
}

.news div a:hover{
	color: #F66;
}

.news div .time_day{
	font-weight: bold;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;

}

.news div .time_title{
	font-weight: 400;
	padding-left: 15px;
}

.news div a .time_title{
	text-decoration: underline;
}

.news div a .time_title:hover{
	text-decoration: none;
}

.news_pdf{
	color: #FFF;
	background-color: #2C0001;
	text-align: center;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	border-radius: 3px;
	font-size: 90%;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1em;
}

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

.news div .time_day{
	display: block;
	padding-right: 0px;
	border-right-style: none;
}

.news div .time_title{
	padding-left: 0px;
	font-size: 90%;
}

}

/*680pxより小さい*/
@media screen and (max-width:680px) {

.news{
	width: 90%;
	line-height: 1.8em;
}

.news div{
	border-radius: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

.news_pdf{
	font-size: 80%;
}

}

/*　トップコンテンツ
============================================================*/

.top_box01{
	margin-bottom: 80px;
	display: block;
}

.top_content{
	display:flex;
	position: relative;
}

.top_content .main{
	background-color: #F1F1F1;
	width: 62%;
	margin-right: 3%;
	padding-left: 20%;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 35px;
}

.top_content .main h2{
	font-family: "Playfair Display", serif;
	text-shadow: 0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066;
	font-size: 300%;
	color: #F0F0F0;
	letter-spacing: 0.15em;
	margin-bottom: 40px;
	position: relative;
}

.top_content .main h2 span a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #6E2D66;
	font-size: 18px;
	line-height: 1em;
	text-shadow: none;
	display: block;
	text-align: center;
	width: 150px;
	position: absolute;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: 0.05em;
	font-weight: normal;
	right: 0px;
	top: 6px;
	border-radius: 5px;
}

.top_content .main h2 span a:hover{
	background-color: #333;
}

/*以下*/
@media screen and (max-width:1200px) {

.top_content{
	flex-wrap: wrap;
}

.top_content .main{
	width: 100%;
	margin-right: 0%;
	padding-left: 10%;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-right: 10%;
	margin-bottom: 50px;
}

}

/*以下*/
@media screen and (max-width:800px) {

.top_content .main{
	padding-left: 8%;
	padding-top: 50px;
	padding-right: 8%;
}

.top_content .main h2{
	text-shadow: 0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066,0 0 2px #660066;
	font-size: 300%;
	color: #F0F0F0;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	line-height: 1.0em;
}

.top_content .main h2 span a{
	top: 20px;
}


}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.top_content .main h2{
	font-size: 220%;
	margin-bottom: 25px;
}


.top_content .main h2 span a{
	top: 8px;
}


}

@media screen and (max-width:500px) {
.top_box01{
	margin-bottom: 40px;
}

.top_content .main{
	padding-top: 35px;
	margin-bottom: 30px;
}

}

/*370pxより小さい*/
@media screen and (max-width:370px) {

.top_content .main h2{
	font-size: 200%;
}

}

/*　コンテンツ
============================================================*/

.content{
	display:flex;
	position: relative;
}

h2.h2_headline{
	font-family: "Playfair Display", serif;
	font-size: 200%;
	letter-spacing: 0.15em;
	background-image: url(../images/headline.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:cover;
	display: block;
	padding-left: 20%;
	padding-bottom: 30px;
	padding-top: 25px;
	color: #FFF;
	width: 63.5%;
	position: absolute;
	left: 0px;
	top: 0px;
}

h2.h2_headline::after{
	content: '　　';
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	position: relative;
	left: 15px;
	top: 30px;
}

.content .main{
	width: 50%;
	margin-right: 3%;
	margin-left: 20%;
	padding-bottom: 20px;
	padding-top: 120px;
}

.content .main a{
	color: #339933;
	text-decoration: underline;
}

.content .main a:hover{
	background-color: #E0F0D0;
	color: #F60;
}

.content .main h3{
	color: #606;
	padding-left: 13px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #606;
	margin-bottom: 15px;
	font-size: 130%;
}

.content .main h4{
	color: #7ABB33;
	margin-bottom: 15px;
	font-size: 115%;
	margin-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8DCD45;
}

.content .main h4.crc-h4{
	padding-left: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #8DCD45;
	padding-top: 5px;
	padding-bottom: 5px;
}

.content .main h5{
	margin-bottom: 10px;
	font-size: 103%;
	margin-left: 15px;
	background-color: #F3F3F3;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 32px;
	position: relative;
	color: #333;
	border: 1px solid #E3E3E3;
}

.content .main h5::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f0da';
	font-size: 16px;
	position: absolute;
	left: 17px;
	top: 7px;
}

.content .main .member_border{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.content .main section p,table,ul,ol{
	margin-left: 17px;
}

/*以下*/
@media screen and (max-width:1200px) {

.content{
	flex-wrap: wrap;
}

.content .main{
	width: 100%;
	margin-right: 0%;
	margin-left: 10%;
	padding-bottom: 20px;
	padding-right: 10%;
	margin-bottom: 50px;
}

h2.h2_headline{
	width: 90%;
	padding-left: 10%;
}
}

/*以下*/
@media screen and (max-width:800px) {

.content .main{
	margin-left: 8%;
	padding-right: 8%;
}

h2.h2_headline{
	font-size: 150%;
	padding-left: 7%;
}

h2.h2_headline::after{
	top: 22px;
}

.content .main h3{
	font-size: 110%;
	margin-left: 0px;
}

.content .main h4{
	font-size: 100%;
	margin-left: 0px;
}

.content .main h5{
	font-size: 100%;
	margin-left: 0px;
}

.content .main section p,table,ul,ol{
	margin-left: 0px;
}

}

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

.content .main{
	padding-top: 80px;
	margin-bottom: 30px;
}

h2.h2_headline{
	font-size: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
	word-spacing: 0.01em;
}

h2.h2_headline::after{
	top: 17px;
}

}


/*370pxより小さい*/
@media screen and (max-width:370px) {

}

/*　サイド
============================================================*/

aside{
	width: 35%;
	padding-right: 20%;
}

aside .menu ul{
	list-style-type: none;
}

aside .menu ul li.tbl-on{
	display: none;
}

aside .menu ul a{
	font-family: "Playfair Display", serif;
	font-size: 90%;
	color: #FFF;
	background-color: #81C635;
	display: block;
	padding-right: 20px;
	padding-left: 35px;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 13px;
	padding-bottom: 15px;
	border-radius: 8px 0px 8px 0px;
	position: relative;
}

aside .menu ul a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f054';
	font-size: 16px;
	position: absolute;
	left: 18px;
}

aside .menu ul a:hover{
	background-color: #660066;
}

aside .menu ul li ul li a{
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top: -5px;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 2px solid #5B8C26;
	font-size: 80%;
	color: #5B8C26;
	background-color: #FFF;
	width: 111%;
	position: relative;
	left: -18px;
	font-weight: bold;
	line-height: 1.3em;
}

aside .menu ul li ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: '\f107';
	font-size: 16px;
	position: absolute;
	top:3px;
	left: 13px;
}

aside .menu ul li ul li a:hover{
	color: #FFF;
	background-color: #5B8C26;
}

/*以下*/
@media screen and (max-width:1200px) {

aside{
	width: 100%;
	padding-left: 20%;
	padding-right: 20%;
}

aside .menu ul li.tbl-on{
	display: inline;
}

aside .menu ul a{
	font-size: 110%;
	font-weight: bold;
}

aside .menu ul li ul li a{
	width: 103%;
}

aside .menu ul li ul li a::before{
	content: '\f077';
	top:2px;
}

}

/*以下*/
@media screen and (max-width:800px) {

aside{
	padding-left: 8%;
	padding-right: 8%;
}

aside .menu ul li ul li a{
	left: 0px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

aside .menu ul li ul li a::before{
	top:5px;
}

}

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

aside .menu ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}


}


.top_bg{
	round-color: #FFF2EC;
	padding-top: 80px;
	padding-bottom: 80px;
}

.top_bg02{
	padding-top: 80px;
	padding-bottom: 80px;
}

.top_bg03{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #FFFBEF;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.top_bg{
	padding-top: 40px;
	padding-bottom: 40px;
}

.top_bg02{
	padding-top: 40px;
	padding-bottom: 40px;
}

.top_bg03{
	padding-top: 40px;
	padding-bottom: 40px;
}

}

/*400pxより小さい*/
@media screen and (max-width:400px) {

}

/*　トップページnewアーカイブ
============================================================*/

.top_arc{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.top_arc dt{
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #333;
	margin-bottom: 3px;
}

.abst_button{
	color: #FFF;
	text-align: center;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #333;
	width: 120px;
	font-size: 90%;
	margin-bottom: 3px;
}

.abst_name{
	margin-bottom: 15px;
}

.abst_more a{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFF;
	background-color: #606;
	text-align: center;
	display: block;
	text-decoration: none;
	border-radius:5px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.abst_more a:hover{
	background-color: #2F549A;
	box-shadow: none;
}

/*　アーカイブ
============================================================*/

.archive-box{
	line-height: 1.15em;
}

.archive-box dl{
	margin-left: 17px;
	margin-bottom: 40px;
	padding-bottom: 27px;
}

.archive-box dl dt{
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.archive-box dd{
	font-size: 90%;
}

.archive-box .archive_more a{
	width: 50%;
	color: #333 !important;
	text-align: center;
	display: block;
	text-decoration: none !important;
	border-radius: 5px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #666;
	background-color: #F6F6F6;
}

.archive-box a:hover{
	background-color: #999999 !important;
	box-shadow: none;
}

.archive-box .archive_more a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f1c1';
	font-size: 15px;
	padding-right: 5px;
}

.archive-box.in p{
	font-size: 95%;
	line-height: 1.4em;
}

.archive-name{
	font-size: 95%;
	color: #525252;
}

h3.archive_h3{
	border-left-style: none !important;
	color: #333333 !important;
	line-height: 1.1em;
	padding-bottom: 10px !important;
	margin-bottom: 5px !important;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}

.figures-box{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.figures-box img{
	max-width: 100%;
	height: auto;
}

/**/
.colorbox-img {
   cursor: zoom-in;
}

#cboxLoadedContent img {
	width: 100%;
}

/*以下*/
@media screen and (max-width:800px) {

h3.archive_h3{
	padding-left: 0px !important;
}

.archive-box dl{
	margin-left: 0px;
}

.archive-box a{
	width: 50%;
}

}


/*　アーカイブリスト
============================================================*/

.archive-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.al-top{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

.archive-list li{
	list-style-type: none;
	display: block;
	width: 19%;
	margin-bottom: 8px;
}

.archive-list li a{
	list-style-type: none;
	color: #333 !important;
	text-decoration: none !important;
	display: block;
	border: 1px solid #666666;
	text-align: center;
	font-size: 70%;
	letter-spacing: 0.02em;
	line-height: 1.15em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.archive-list li a:hover{
	background-color: #D9D9D9 !important;
}

.archive-list li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f0da';
	font-size: 15px;
	padding-right: 5px;
}



/*　フッター
============================================================*/

footer{
	padding-top: 40px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #8DCD45;
}

footer a{
	color: #333;
}

footer a:hover{
	color: #8DCD45;
}

footer.doc{
	background-color: #0099CC;
}

footer .footer_id{
	font-size: 120%;
	font-weight: 500;
	position: relative;
	padding-left: 165px;
	margin-bottom: 40px;
	line-height: 1.5em;
}

footer .footer_id span.footer_button{
	font-family: "Playfair Display", serif;
	color: #FFF;
	background-color: #8DCD45;
	position: absolute;
	left: 0px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	border-radius: 5px;
}

footer .footer_id strong{
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

footer .copyright{
	font-family: "Playfair Display", serif;
	background-color: #F1F1F1 !important;
	text-align: center !important;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block !important;
	font-weight: bold;
	font-size: 90%;
	line-height: 1.5em;
	letter-spacing: 0.08em;
}

/*以下*/
@media screen and (max-width:800px) {

footer .footer_id{
	position: static;
	padding-left: 0px;
	padding-bottom: 10px;
}

footer .footer_id span.footer_button{
	position: static;
	margin-bottom: 15px;
}

}


/*以下*/
@media screen and (max-width:680px) {

footer .footer_id{
	font-size: 100%;
	margin-bottom: 10px;
}

footer .copyright{
	font-size: 70%;
}

footer .footer_id span.footer_button{
	font-size: 140%;
	font-weight: bold;
}

}

/*400pxより小さい*/
@media screen and (max-width:400px) {

footer .footer_id{
	font-size: 80%;
}

footer .copyright{
	font-size: 50%;
}

}

/*　ページ見出し
============================================================*/

.headline{
	background-color: #FEFAEE;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;	
}

.headline-img{
	padding-right: 50px;
}

.headline .headline-text{
	margin-right: 100px;
}

.headline .headline-title{
	font-size: 180%;
	font-weight: 600;
	color: #2B0000;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 5px;
}

/*800pxより小さい*/
@media screen and (max-width:800px) {

.headline{
	margin-bottom: 60px;	
}

}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.headline{
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.headline-img{
	padding-right: 0px;
	width: 100%;
	margin-bottom: 8px;
}

.headline-img p{
	text-align: center;
}

.headline-img img{
	width: 30%;
	height: auto;
}

.headline .headline-text{
	width: 100%;
	margin-right: 0px;
}

.headline .headline-title{
	font-size: 120%;
	padding-top: 0px;
	font-weight: 600;
}

}

/*　パンくず
============================================================*/

.pnqz{
	background-color: #8DCD45;
	padding-right: 20%;
	padding-left: 20%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 50px;
}

.pnqz ul{
	list-style-type: none;
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
}

.pnqz ul li{
	color: #FFF;
	padding-right: 25px;
}

.pnqz li::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: '\f054';
	font-size: 15px;
	position: relative;
	left: 17px;
	top: 0px;
	padding-right: 10px;
}

.pnqz li a{
	color: #FFF;
	text-decoration: none;
}

.pnqz li:last-child::after{
	content: '';
}

.pnqz a:hover{
	color: #FF9;
	text-decoration: underline;
}

/*1200pxより小さい*/
@media screen and (max-width:1200px) {

.pnqz{
	padding-right: 10%;
	padding-left: 10%;
}

}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.pnqz{
	/*font-size: 80%;*/
	padding-bottom: 8px;
	margin-bottom: 30px;
}

}

/*　col2-1
============================================================*/

.col2-1{
	display: flex;
}

.col2-1 div{
	width: 50%;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.col2-1{
	flex-wrap: wrap;
}

.col2-1 div{
	width: 100%;
}

}


/*　テーブル
============================================================*/

.table01{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-bottom: 50px;
}

.table01 th{
	background-color: #2068B2;
	color: #FFF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 15px;
}

.table01 td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCCCCC;
	padding: 15px;
}


.table-box01 table{
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgb(204,204,204);
	border-left-color: rgb(204,204,204);
	word-break: break-all;
}

.table_10{
	width: 10%;
}

.table_45{
	width: 45%;
}

.table_50{
	width: 50%;
}

.table-box01 a{
	text-decoration: underline;
	color: #FF8600 !important;
}

.table-box01 a:hover{
	text-decoration: underline;
	color: #600 !important;
}

.table-box01 th{
	background-color: #FFF5D9;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 10px;
}

.table-box01.doc a{
	text-decoration: underline;
	color: #0099CC !important;
}

.table-box01.doc th{
	background-color: #DFF4FF;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 10px;
}

.table-box01 td{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

.table-box01 td.table_bg01{
	background-color: #FAFAFA;
}

/*
.table-box01 tr:nth-child(odd){
	background-color: rgb(255,253,247);
}
*/

.t_nowrap{
	white-space: nowrap
}

@media screen and (max-width: 1000px){
.t_nowrap{
	white-space: wrap
}
}

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

.table-box01 td.table_bg01{
	background-color: #FF9900;
	color: #FFF;
}

.table-box01.doc td.table_bg01{
	background-color: #0099CC;
	color: #FFF;
}

.table-box01 td.table_smp_bg01{
	background-color: #FAFAFA;
}

.table-box01 td.table_smp_bg02{
	background-color: #FF8C00;
	color: #FFF;
}


  .tbl-r01 {
    width: 80%;
  } 
  .tbl-r01 .thead {
    display: none;
  }
  .tbl-r01 tr,
  .tbl-r01 td{
    display: block;
    width: 100%;
    position: relative;
  }
 
 /*
  .tbl-r04 td:first-child:before {
    content: "見出し:before";
    background: #e9727e;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
 */
  .tbl-r01 tr {
  }
}

/*=====*/

.table-box02 table{
	width: 100%;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgb(204,204,204);
	border-left-color: rgb(204,204,204);
}

.table-box02 th{
	background-color: #F2F3F7;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	padding: 10px;
	text-align: left;
}

.table-box02 td{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

.table-box02 tr:nth-child(odd){
	background-color: rgb(242,243,247);
}

/*=====*/

.table-box03 table{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204,204,204);
}

.table-box03 th{
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding: 10px;
	text-align: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}

.table-box03 td{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.table-box03 th.w20-30{
	width: 20%;
}

.table-box03 th.w20-40{
	width: 20%;
}

.table-box03 tr:nth-child(odd){
	background-color: rgb(242,243,247);
}

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

.table-box03 th.w20-30{
	width: 30%;
}

.table-box03 th.w20-40{
	width: 40%;
}

}

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

  .scroll {
    overflow-x: auto;
  }

}


/*　Googlemap
============================================================*/

.G-map{
	width: 80%;
	height: 600px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.G-map02{
	width: 80%;
	height: 600px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/*800pxより小さい*/
@media screen and (max-width:800px) {

.G-map{
	width: 100%;
	height: 400px;
	margin-bottom: 60px;
}

.G-map02{
	width: 100%;
	height: 300px;
	margin-bottom: 60px;
}

}


/*　お問い合わせ
============================================================*/

.form-table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 30px;
}

.form-table th{
	background-color: #F2F2F7;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 30%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
}

.form-table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 15px;
}

.form-table button,
input,
select,
textarea {
	border: 1px solid #CCC;
}

.form-input{
	width: 50%;
}
.form-input02{
	width: 80%;
}
.form-button{
	color: #FFF;
	background-color: #333;
	text-align: center;
	width: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.form-button:hover{
	background-color: #005792;
}

.required{
}

.required:before{
	content: '必須';
	color: #FFF;
	background-color: #C33;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	vertical-align: baseline;
	margin-right: 10px;
	border-radius: 3px;
}

.no_required{
}

.no_required:before{
	content: '任意';
	color: #FFF;
	background-color: #4169E1;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1.5em;
	vertical-align: baseline;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-right: 10px;
	border-radius: 3px;
}


@media (max-width: 860px) {
.form-table th{
	width: 35%;
}

.form-input{
	width: 80%;
}

}

@media (max-width: 640px) {

.form-table th{
	width: 35% !important;
	font-size: 90%;
	padding-right: 15px;
	padding-left: 15px;
}

.form-table textarea,
.form-input,
.form-input02 {
	width: 100%;
}

select{
	width: 100%;
}
.form-button{
	width: 40%;
}

.required:before{
	margin-right: 0px;
	width: 100%;
	display: block;
}

.no_required:before{
	margin-right: 0px;
	width: 100%;
	display: block;
}

}


/*　注意ボックス
============================================================*/

.caution-box{
	color: #900;
	background-color: #FCFCF8;
	border: 3px solid #903;
	padding: 25px;
}


/*　リンクボックス
============================================================*/

.more-box01 a{
	font-size: 120%;
	font-weight: bold;
	color: #222B89;
	background-color: #FFFFFF;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 3px solid #222B89;
	border-radius: 5px;
	margin-top: 50px;
}

.more-box01 a:hover{
	color: #FFF;
	background-color: #1A5AA1;
	border-top-color: #1A5AA1;
	border-right-color: #1A5AA1;
	border-bottom-color: #1A5AA1;
	border-left-color: #1A5AA1;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.more-box01 a{
	width: 100%;
}

}


/*　スタッフ紹介
============================================================*/

.staff-box{
}



/*　写真（横2枚）
============================================================*/

.photo_box-fl2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.photo_box-fl2 div{
	width: 40%;
	margin-bottom: 20px;
}

.photo_box-fl2 div img{
	max-width: 100%;
	height: auto;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.photo_box-fl2 div{
	width: 100%;
}

.photo_box-fl2 div img{
	max-width: 100%;
}

}


/*　消える
============================================================*/

.bg_pc{
}

.bg_mb{
	display: none;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.bg_pc{
	display: none;
}

.bg_mb{
	display: inline;
}

}


/*　ポイントボックス
============================================================*/

.point_box01{
	background-color: #FBFBFB;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 3px solid #4169E1;
}

.point_box01 .point_title{
	background-color: #4169E1;
	display: block;
	width: 40%;
	color: #FFF;
	text-align: center;
	border-bottom-width: 3px;
	margin-bottom: 10px;
	border-right-width: 3px;
	border-radius: 5px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

@media (max-width: 640px) {

.point_box01 .point_title{
	width: 100%;
}

}

/*　リンクボックス
============================================================*/

.link_box01{
	padding: 20px;
	border-radius:15px;
}

.link_box_bg01{
	background-color: #FFF2EC;
}

.link_box_bg02{
	background-color: #FFF5D9;
}


.link_box01 strong{
	color: #600;
	font-size: 110%;
}

.link_box01 .link_title{
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #600;
	width: 150px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.link_box01 ul{
	list-style-type: none;
	position: relative;
}

.link_box01 ul li a{
	background-color: #FFF;
	display: block;
	margin-bottom: 5px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 60px;
	color: #511B35;
}

.link_box01 .link_pdf ul li a:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1c1';
	padding-right: 15px;
	font-size: 25px;
	text-decoration: none !important;
	position: relative;
	top: 3px;
}

.link_box01  ul.link_window li a:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f35d';
	padding-right: 15px;
	font-size: 25px;
	text-decoration: none !important;
	position: absolute;
	top: 10px;
	left: 20px;
}

.link_box01 ul li a:hover{
	color: #903;
	text-decoration: none;
	background-color: #FFFCF9;
}

.link_box01 p.moreB_link{
	text-align: right;
}

.link_box01 .moreB_link a{
	color: #660000;
	font-size: 90%;
	text-decoration: none;
}

.link_box01 .moreB_link a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-left: 5px;
	text-decoration: none;
}

.link_box01 .moreB_link a:hover{
	color: #FFF;
	background-color: #903;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-radius:30px;
}

/*600pxより小さい*/
@media screen and (max-width:600px) {

.link_box01 strong{
	font-size: 100%;
}

.link_box01 ul li{
	position: relative;
}

.link_box01 ul li a{
	padding-right: 20px;
	padding-left: 50px;
	margin-bottom: 10px;
	border-radius: 10px;
	padding-top: 10px;
}

.link_box01 ul li a:before{
	margin-bottom: 50px;
	position: absolute;
	left: 20px;
	top: 10px;
}

}

.link_buttan{
}

.link_buttan a{
	display: inline-block;
	color: #FFF !important;
	background-color: #2A52A9;
	margin-left: 10px;
	text-decoration: none !important;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-radius: 5px;
	font-size: 95%;
}


/*　モーダル
============================================================*/

.modalArea {
	display: none;
	position: fixed;
	z-index: 990; /*数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalArea02 {
	display: none;
	position: fixed;
	z-index: 990; /*数値は調整 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	max-width: 500px;
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}

.modal-flex div a{
	background-color: #F99;
	display: block;
	width: 95%;
	padding-top: 14px;
	padding-bottom: 15px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.modal-flex div a:hover{
	background-color: #06C;
}

/*
.modal-flex div a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f14d';
	font-size: 21px;
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 10px;
}
*/

.modal-flex02 div a{
	background-color: #399;
	display: block;
	width: 95%;
	padding-top: 14px;
	padding-bottom: 15px;
	border-radius: 5px;
	color: #FFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

.modal-flex02 div a:hover{
	background-color: #06C;
}

/*
.modal-flex02 div a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f14d';
	font-size: 21px;
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 10px;
}
*/


@media (max-width: 640px) {

.modalWrapper {
	font-size: 90%;
}

}

/*　スクロール
============================================================*/

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_down ｜下から上へ出現
----------------------------*/
.scroll_down {
  transition: 0.8s ease-in-out;
  transform: translateY(-30px);
  opacity: 0;
}
.scroll_down.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}


/****/

.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 2s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}

/**/

.underline-before {

	background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
	/*左から、カラー（始点と終点それぞれ同じものを指定）、position / サイズ横縦 繰り返しの有無 */

	transition: background 2s;
	/*トランジションの設定。下線を引く動きをアニメーションにするのに必要 */

	text-decoration: none;
	/*テキストの装飾の設定 */
}

.underline-after {
	background-size: 100% 2px;
  /* 変化後のスタイル。横サイズを0から100%に変えることで指定の文字列に下線を引く */
}

/*　トップへ戻るボタン
============================================================*/

#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 40px;
	opacity: 0.8;
	border-radius: 10px;
	z-index: 70;
	background-color: #5E0059;
	transition: all 0.5s 0s ease;
}

#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}

#page_top.doc{
	background-color: #660066;
}

#page_top:hover{
	background-color: #2F487E;
}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 25px;
	color: #f6f6e9;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media (max-width: 680px) {

#page_top{
	width: 50px;
	height: 50px;
	right: 15px;
}

#page_top a{
  width: 50px;
  height: 50px;
}

#page_top a::before{
	font-size: 20px;
	top: 3px;
}

}


