  @charset "utf-8";

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

body{
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: 0.08em;
	line-height: 1em;
}

body #top.is-menuOpen{  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

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

.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;
}

.br-pc{
}

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

/*===*/

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

/*===*/

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

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

/*===*/

.torikeshi{
	text-decoration: line-through;
}

/*===*/

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

/*===*/

.color01{color: #666666;}
.color02{color: #CC0000;}
.color03{color: #339999;
}

/*===*/

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

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

.list-smp li{
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
}

}

/*===*/

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

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

.title01{
	font-size: 110%;
}

}

/*===*/

@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-cline{
	text-decoration: underline;
	background-color: #E3F7F6;
}

/*===*/

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%;
}

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

.header {
	position: relative;
}

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

/*
header .inner{
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #CCC;
}
*/

header{
	padding-top: 30px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #142D52;
	letter-spacing: 0.22em;
	background-image: url(../images/img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

header h1{
	font-weight: 700;
	font-size: 170%;
	line-height: 1.2em;
	color: #2C0000;
	padding-top: 10px;
	padding-bottom: 10px;
}

header h1 a{
	color: #333333;
}

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

header{
	background-image: none;
}

}

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

header{
	background-image: none;
}

header{
	padding-top: 25px;
	padding-bottom: 25px;
}

header h1{
	font-size: 130%;
}

}

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

}

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

header .inner {
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.top_contents .inner {
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

footer .inner {
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}


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

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

.top_contents .inner {
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

footer .inner{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

}

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

header .inner{
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.top_contents .inner {
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

footer .inner{
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

}

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

header .inner {
	/*width: auto;*/
}

.top_contents .inner {
	/*width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;*/
}

}

/* ヘッダーメニュー
============================================================*/

.header-menu{
	display:flex;
	justify-content: space-between;
}

.HM-right{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	letter-spacing: 0.08em;
	position: relative;
}

.HM-right ul{
}

.HM-right ul li{
	float: left;
	list-style-type: none;
}

.HM-right ul li a{
	margin-right: 20px;
	color: #005AA1;
	font-weight: 600;
}

.HM-right ul li a:hover{
	color: #C93;
}

.HM-right ul li:last-child{
	margin-right: 10px;
}

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

.HM-menu a{
	color: #FFF;
	background-color: #339A99;
	display: block;
	width: 180px;
	text-align: center;
	padding: 15px;
	position: relative;
	top: -22px;
}

.HM-menu a:hover{
	background-color: #277676;
}

.HM-menu a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f023';
	font-weight: 600;
	padding-right: 5px;
}

.HM-menu a span.HM_id{
	font-size: 80%;
	color: #FFC;
	display: block;
}

/*800pxより小さい*/
@media screen and (max-width:800px) {
.HM-right{
	display: none;
}
}

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

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

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

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

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

.drawer_bg{
	background-color: rgba(5,79,142,1.0);
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 30px;
	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: 11px;
}

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

/* アイコンがクリックされたら真ん中の線を透明にする */
#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: #fff;
}

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

#drawer_input:checked ~ .drawer_bg{
	background-color: #339A99;
}
  
/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	left: 0; /* メニューを画面の外に飛ばす */
	z-index: 999;
	transition: .3s;
	color: #FFF;
	padding-top: 80px;
	background-color: rgba(20,46,83,0.95);
}

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

.nav_list li {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

.nav_list li.nav_title01{
	background-color: #603;
	border-top-style: none;
	border-bottom-style: none;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	font-size: 130%;
}

.nav_list li.nav_title02{
	background-color: #603;
	border-top-style: none;
	border-bottom-style: none;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 30px;
	font-size: 130%;
	margin-top: 15px;
}

.nav_list li:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.nav_list li.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.nav_list li a {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
}

.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: #603;
	background-color: #FFF;
}


/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	bottom: 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;
}

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

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

}

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

/*
.kotyaku{
	right:-5px;
}
*/

/*
.drawer_bg{
	background-color: rgba(255,255,255,0.8);
}
*/

}


/* PC用メニュー
============================================================*/

.head_nav{
	background-color: #005AA1;
	width: 100%;
}

.head_nav li.menu-item-has-children:hover{
	background-color: #214987;
}

.head_nav .inner{
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #142D52;
}

.hn_buttan01{
	display: none;
}
.hn_buttan02{
	display: none;
}

.hn_buttan02 span.HM_id{
	font-size: 80%;
	color: #FFC;
	display: block;
	margin-top: 5px;
}

.head_nav ul{
	list-style-type: none;
	letter-spacing: 0.12em;
}

.head_nav ul li{
  	width: 16.5%;
}

/* 親メニュー - Parent nav */
.head_nav nav > ul > li {
  position: relative;
  float: left;
 /* margin-right: 45px;*/
}

.head_nav nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 19px;
	padding-bottom: 20px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #142D52;
}

.head_nav nav ul a:hover {
	background-color: #214987;
}

li.menu-item-has-children a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 600;
	font-size: 18px;
	padding-right: 20px;
	position: absolute;
	left: 18px;
	padding-top: 1px;
}

/*
li.menu-item-has-children a:hover::before{
	transform: translateY(3px);
	transition: all 0.5s 0s ease;
}
*/

/****/

/* 子メニュー - .sub-menu */


/*

.head_nav nav .sub-menu {
	position: absolute;
	width: 270px;
	top: 55px;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	background-color: #214987;
	left: -1px;
}


.head_nav nav .sub-menu {
	position: absolute;
	top: 55px;
	opacity: 0;
	width: 270px;

	visibility: hidden;
	transition: 0.5s;
	background-color: #214987;
	left: -1px;
	display: none;
}
*/

.head_nav nav .sub-menu {
	position: absolute;
	top: 55px;
	opacity: 0;
	width: 270px;
	transition: 0.5s;
	background-color: #214987;
	left: -1px;
	/*display: none;
	visibility: hidden;*/
}

.head_nav nav .sub-menu li a{
	width: 270px; /*上のwidthに合わせる*/
	display: block;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #fff;
	font-size: 95%;
	color: #fff;
	border-right-style: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 17px;
	padding-left: 20px;
}

.head_nav nav .sub-menu li a:hover {
  color: #fff;
}

.sub-menu li a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 600;
	font-size: 13px;
	padding-right: 10px;
	padding-top: 0px;
	position: static;
	transition: all 0.5s 0s ease;
}

/****/

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

/* ホバーで子メニュー表示*/

.head_nav nav .sub-menu {
	visibility: hidden;
}

.head_nav nav .menu-item-has-children:hover ul {
	opacity: 1;
	visibility: visible;
	display: inline;
}

.head_nav nav .menu-item-has-children:hover ul,
.head_nav nav .menu-item-has-children ul.focused {
  opacity: 1;
	visibility: visible;
	display: inline;
}
.head_nav nav li.menu-item-has-children li a:hover,
.head_nav nav li.menu-item-has-children li a:focus {
  background: #0090aa;
}

/****/

}


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

.head_nav .inner{
	width: 90%;
}

.head_nav ul li{
	font-size: 90%;
}

li.menu-item-has-children a::before{
	left: 11px;
}

}

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

.head_nav{
	background-color:transparent
}


.head_nav .inner{
	width: 100%;
	height: auto;
	border-left-style: none;
}

.nav_content{
	visibility: hidden;
}
/*クリックするまで消す*/

#drawer_input:checked ~ .nav_content {
	visibility: visible;
}
/*クリックしたらコンテンツを表示*/

.nav_content ul{
	margin-bottom: 40px;
	margin-top: 20px;
}

.hn_buttan01{
	display: inline;
}

.hn_buttan01 a{
	display: block;
	border-top-style: none !important;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #005AA1 !important;
	background-color: #FFF;
	border-radius: 50px;
	font-size: 110%;
	font-weight: 700;
	text-align: center !important;
	margin-bottom: 10px;
}

.hn_buttan01 a:hover{
	background-color: #FFCC00;
}


.hn_buttan02{
	display: inline;
}

.hn_buttan02 a{
	display: block;
	border-top-style: none !important;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF !important;
	background-color: #339A99;
	font-size: 110%;
	font-weight: 700;
	text-align: center !important;
	margin-top: 20px;
}

.hn_buttan02 a:hover{
	background-color: #267373;
}

.hn_buttan02 a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f023';
	font-weight: 600;
	font-size: 17px;
	padding-right: 10px;
	padding-top: 0px;
}

.head_nav ul li{
	font-size: 100%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

/* 親メニュー - Parent nav */
.head_nav nav > ul > li {
	position: relative;
	float: none;
	clear: both;
}

.head_nav nav a {
	text-align: left;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-right: 15px;
	padding-left: 15px;
}

.head_nav nav .hn_last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.head_nav nav li a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 600;
	font-size: 17px;
	padding-right: 10px;
	padding-top: 0px;
	position: static;
	transition: all 0.5s 0s ease;
	color: #339A99;
}

.head_nav nav li.menu-item-has-children  > a::after{
	font-family: "Font Awesome 5 Free";
	content: '\f0d7';
	font-weight: 600;
	font-size: 18px;
	padding-right: 20px;
	padding-top: 1px;
	padding-left: 10px;
}

/****/
/* 子メニュー - .sub-menu */

.head_nav nav .sub-menu {
	position: static;
	width: 100%;
	z-index: 10;
	top: 38px;
	padding: 0px;
	left: 0px;
	display: none;
}

.head_nav nav .sub-menu li{
	background-color: #FFFFFF;
	width: 100%; /*上のwidthに合わせる*/
}

.head_nav nav .sub-menu li a{
	width: 100%; /*上のwidthに合わせる*/
	border-top-style: none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #214987;
	color: #214987;
	padding-left: 40px;
}

.head_nav nav .sub-menu li a:hover {
	background-color: #214987 !important;
}

.head_nav nav .menu-item-has-children ul.SB-open {
	/*opacity: 1;
	display: inline;
	visibility: visible;*/

	/* 初期設定 */
  opacity: 0; /* 最初は透明 */
  /* transform: translateY(20px); 少し下に配置 */
  display: inline; /* インライン表示の指定 */
  
  /* アニメーションの適用 */
  animation: MIHC_fadeIn 0s ease-out forwards;

}

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

.hn_buttan01 a{
	width: 80%;
}

.hn_buttan02 a{
	width: 80%;
}

}

/****/

}

@keyframes MIHC_fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*　トップイメージ
============================================================*/

.top_image{
}

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

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

.top_image{
	background-color: #E1F3FF;
}

.top_image img{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

}


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

.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_box{
	background-color: #EFFAFE;
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../images/bg_news.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 50%;
	margin-bottom: 70px;
}

.news{
	background-color: rgba(255,255,255,0.9);
	display:flex;
}

.news .news_left{
	width: 20%;
	display: table;
}

.news .news_left .news_title{
	font-size: 150%;
	text-align: center;
	font-weight: 600;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 0.2em;
	position: relative;
}
.news .news_left .news_title_sub{
	font-size: 70%;
	color: #C90;
	font-weight: 600;
	display: block;
	padding-top: 5px;
	letter-spacing: 0.06em;
}

.news .news_left .news_title a.news_archive{
	font-size: 50% !important;
	color: #FFF;
	background-color: #005AA1;
	display: block;
	text-decoration: none;
	letter-spacing: 0.05em;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -15px;
	padding-top: 5px;
	padding-bottom: 6px;
}

.news .news_left .news_title a:hover.news_archive{
	background-color: #0090AA;
}

/****/

.news .news_right{
	width: 80%;
	overflow-y: scroll;
	height: 250px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
}

.news .news_right a{
	color: #333;
}

.news .news_right a:hover{
	color: #005AA1;
	background-color: #E6F3F9;
}

.news .news_right dt{
	font-size: 85%;
	color: #7E7E7E;
	font-weight: 600;
	padding-bottom: 5px;
}

.news .news_right dt.news_update::after{
	content: '更新';
	color: #132C52;
	background-color: #F3E4C7;
	text-align: center;
	display: inline-block;
	width: 120px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-left: 15px;
}

.news .news_right dt.news_topics::after{
	content: 'お知らせ';
	color: #132C52;
	background-color: #DBF3FD;
	text-align: center;
	display: inline-block;
	width: 120px;
	padding-top: 1px;
	padding-bottom: 3px;
	margin-left: 15px;
}

.news .news_right dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.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 .news_left .news_title{
	font-size: 120%;
}

.news .news_right{
	margin-right: 20px;
}

}

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

.news{
	flex-wrap: wrap;
}

.news .news_left .news_title{
	font-size: 150%;
}

.news .news_left{
	width: 100%;
	padding-top: 35px;
}

.news .news_right{
	width: 100%;
	padding-left: 30px;
}

}

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

.news_pdf{
	font-size: 80%;
}

}

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

.top_contents{
	padding-top: 60px;
	padding-bottom: 60px;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	font-size: 105%;
}

.top_contents h2{
	font-weight: 700;
	text-align: center;
	font-size: 160%;
}

.h2_bottom{
	font-size: 90%;
	font-weight: 700;
	color: #C90;
	text-align: center;
	margin-top: 15px;
}

.top_contents h3{
	font-weight: 700;
	font-size: 160%;
	position: relative;
	padding-left: 110px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.top_contents h3::before {
	content: "";
	width: 80px;
	height: 6px;
	background-color: #005AA1;
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
}

.top_contents h3 span.h3_side{
	font-size: 60%;
	color: #C90;
	padding-left: 20px;
	position: relative;
	top: -3px;
	letter-spacing: 0.06em;
}

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

.top_contents h3{
	font-size: 135%;
	position: relative;
	padding-left: 55px;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}

.top_contents h3::before {
	width: 40px;
}

.top_contents h3 span.h3_side{
	padding-left: 15px;
}

}

/**お知らせ**/

.notice_box{
	background-image: url(../images/bg_notics.jpg);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	background-size: 50%;
	padding-bottom: 40px;
	margin-bottom: 80px;
}

.notice{
	background-color: rgba(255,255,255,0.8);
	display: block;
	border-radius: 5px;
	box-shadow: 0px 3px 7px 2px rgba(206, 220, 244, 0.8);
	margin-top: 60px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}

.notice .notice_title{
	font-size: 120%;
	font-weight: 600;
	color: #005AA1;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005AA1;
}

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

.notice{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 90%;
}

}



/**バナー**/

.banner_box{
	margin-bottom: 80px;
}

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

.banner_in div{
	width: 32%;
	margin-bottom: 20px;
	position: relative;
}

.banner_in div a{
	display: block;
	width: 100%;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	font-weight: 600;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	line-height: 1em;
}

.banner_in div.BI_green a span{
	font-weight: 800;
	font-size: 85%;
	padding-left: 20px;
	color: #9AC2CC;
}

.banner_in div.BI_blue a span{
	font-weight: 800;
	font-size: 85%;
	padding-left: 20px;
	color: #5BA9D1;
}

.banner_in div a::before{
	content: "";
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-right: 15px;
	padding-bottom: 2px;
}

.banner_in div a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	padding-left: 5px;
	text-decoration: none;
	position: absolute;
	right: 30px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.banner_in div a:hover::after{
	right: 25px;
}


@property --custom-color-1 {
    syntax: "<color>";
    inherits: false;
    initial-value: #2E7496;
}

@property --custom-color-2 {
    syntax: "<color>";
    inherits: false;
    initial-value: #339999;
}

@property --custom-color-3 {
    syntax: "<color>";
    inherits: false;
    initial-value: #005AA2;
}

@property --custom-color-4 {
    syntax: "<color>";
    inherits: false;
    initial-value: #0099CC;
}


.banner_in div.BI_green a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-1), var(--custom-color-2));
    transition: --custom-color-1 .5s, --custom-color-2 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-1: #339999;
            --custom-color-2: #2E7496;
        }
    }
}

.banner_in div.BI_blue a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-3), var(--custom-color-4));
    transition: --custom-color-3 .5s, --custom-color-4 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-3: #0099CC;
            --custom-color-4: #005AA2;
        }
    }
}

/*
.banner_in div.BI_green a{
	background-image: linear-gradient(90deg, rgba(46, 116, 150, 1), rgba(51, 153, 153, 1));
}

.banner_in div.BI_green a:hover{
	background-image: linear-gradient(90deg, rgba(51, 153, 153, 1), rgba(46, 116, 150, 1));
}
*/

/**	
**/

/**バナー2**/

.banner_box02{
}

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

.banner02_in div{
	width: 49%;
	margin-bottom: 20px;
}

.banner02_in div img{
	height: auto;
	width: 100%;
}

.banner02_in div a:hover{
	opacity:0.5;
	transition:0.3s;
}

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

.banner_in div{
	width: 47%;
}

}

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

.notice_box{
	margin-bottom: 50px;
}

.notice{
	margin-top: 30px;
}

/****/

.banner_box{
	margin-bottom: 40px;
}

/****/

.banner02_in{
	justify-content: center;
}

.banner02_in div{
	width: 90%;
	margin-bottom: 10px;
}


}

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

.banner_in div{
	width: 100%;
	margin-bottom: 15px;
}

}


/*　下層ページのコンテンツ
============================================================*/

.sub_contents{
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	flex-wrap: wrap;
}

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

.sub_contents{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
}

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

.sub_contents{
	width: 90%;
}
}

/****/

.sub_contents .sub_main{
	width: 69.5%;
	font-size: 100%;
	line-height: 1.55em;
	word-break: break-all;
}

.sub_contents .sub_main a{
	color: #005AA1;
}

.sub_contents .sub_main a:hover{
	color: #C90;
}

.sub_contents .sub_main h2{
	font-size: 190%;
	line-height: 1em;
	letter-spacing: 0.06em;
	padding-top: 20px;
	color: #333;
	margin-bottom: 30px;
}

.sub_contents .sub_main h2{
  padding-bottom: 5px;
  font-weight: bold;
  position: relative;
  border-top: 5px solid #CCCCCC;/*右*/
}

.sub_contents .sub_main h2::before{
  content: '';
  position: absolute;
  top: -5px;
  width: 30%;
  height: 5px;
  background: #005AA2;/*左*/
}

.sub_contents .sub_main h3{
	color: #FFFFFF;
	/*background-color: #005AA1;*/
	background-image: linear-gradient(90deg, #005AA1 50%, #084780);
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 110%;
}

.sub_contents .sub_main h4{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
	font-size: 115%;
	color: #005AA1;
	padding-bottom: 8px;
}

/****/

.sub_contents .sub_side{
	width: 25%;
}

nav.side_nav{
	margin-bottom: 20px;
	border: 1px solid #005AA1;
}

nav.side_nav .snav_title01{
	background-color: #005AA1;
	font-size: 130%;
	font-weight: 600;
	color: #FFF;
	padding-top: 19px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 15px;
}

nav.side_nav .snav_title01::before{
	content: '';
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFF;
	font-size: 80%;
	padding-right: 15px;
}

/*
nav.side_nav .snav_title02{
	background-color: #FEBF01;
	font-size: 120%;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	letter-spacing: 0.05em;
}
*/

nav.side_nav .snav li{
	list-style-type: none;
}

nav.side_nav .snav li a{
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 40px;
	position: relative;
	color: #333;
	font-weight: 500;
	line-height: 1.2em;
}

nav.side_nav .snav li a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	font-size: 16px;
	padding-right: 5px;
	position: absolute;
	left: 15px;
	top: 15px;
	color: #005AA1;
}

nav.side_nav .snav li a:hover{
	background-color: #E0F1F8;
	color: #005AA1;
}

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

.sub_contents .sub_main{
	width: 100%;
	font-size: 105%;
	margin-bottom: 40px;
}

.sub_contents .sub_side{
	width: 100%;
}

/*
nav.side_nav .snav li a::before{
	content: '\f062';
}
*/

}

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

.sub_contents .sub_main h2{
	font-size: 150%;
}

}

/****/


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

footer{
	padding-top: 30px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #142D52;
}

footer .footer_id{
	font-size: 150%;
	font-weight: 600;
	color: #142E53;
	margin-bottom: 20px;
}

footer .footer_text{
	line-height: 1.5em;
	margin-bottom: 25px;
}

footer .copyright{
	font-size: 80%;
	text-align: center;
	color: #FFF;
	background-color: #005AA1;
	padding-top: 10px;
	padding-bottom: 10px;
}

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

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


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

}

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

/*

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

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

*/

}

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

.headline{
	background-color: #E5F4FB;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 15px;
	background-image: url(../images/headline_bg.jpg);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center center;
}

.headline .headline-title{
	font-size: 200%;
	font-weight: 800;
	color: #142E51;
	text-align: center;
	letter-spacing: 0.2em;
}

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

}

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

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

.headline .headline-title{
	font-size: 150%;
}

}

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

.pnqz{
	width: 80%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.pnqz ul{
	list-style-type: none;
	display: flex;
	font-size: 100%;
}

/*
.pnqz ul::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f015';
	padding-right: 15px;
	font-size: 18px;
	text-decoration: none !important;
	position: relative;
	top: 3px;
	color: #666;
}
*/
.pnqz ul li{
	color: #666;
	position: relative;
	margin-right: 15px;
}

.pnqz ul li img{
	position: relative;
	top: 2px;
}

.pnqz ul li::after{

	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	content: '\f105';
	padding-left: 15px;
	font-size: 25px;
	text-decoration: none !important;
	position: relative;
	top: 3px;

}

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

.pnqz a{
	color: #005AA1;
}

.pnqz a:hover{
	color: #C90;
	text-decoration: none;
}

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

.pnqz{
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
}

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

.pnqz{
	width: 90%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
}

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

.pnqz{
	font-size: 80%;
}

}

/*　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{
	width: 100%;
	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);
}

.table-box01 th{
	background-color: #19196F;
	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: 10px;
	font-size: 80%;
}

.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 tr:nth-child(odd){
	background-color: rgb(249,249,249);
}

/*=====*/

.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 !important;
	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%;
}

}

/*more
---------------------------------------------------------------------------*/

.more {
}
.more a{
	/*background-color: #339899;*/
	text-align: center;
	display: block;
	width: 60%;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	line-height: 1em;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF !important;
	text-decoration: none;
	position: relative;
}

.more a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	position: relative;
	left: 15px;
}

.more a:hover::after{
	left: 20px;
}

.more a.ML_pdf::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1c1';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 10px;
}


@property --custom-color-5 {
    syntax: "<color>";
    inherits: false;
    initial-value: #339899;
}

@property --custom-color-6 {
    syntax: "<color>";
    inherits: false;
    initial-value: #339899;
}

.more a{
    box-sizing: border-box;
    background: linear-gradient(90deg, var(--custom-color-5), var(--custom-color-6));
    transition: --custom-color-5 .5s, --custom-color-6 .5s;

    /* ホバーで背景色を変更 */
    @media (any-hover: hover) {
        &:hover {
            --custom-color-5: #339899;
            --custom-color-6: #005AA1;
        }
    }
}


.more a:hover{
	background-color: #C90;
}


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

.more a{
	width: 80%;
}

}

/****/

.more02 a{
	color: #FFF !important;
	background-color: #333;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 11px;
	padding-right: 15px;
	padding-left: 15px;
}

.more02 a.ML02_80p{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.more02 a.ML02_70p{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.more02 a.ML02_60p{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.more02 a:hover{
	background-color: #277676;
}

.more02 a.ML02_arrow::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f054';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 10px;
}

.more02 a.ML02_pdf::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f1c1';
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-right: 10px;
}

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

.more02 a.ML02_80p{
	width: 100%;
}

.more02 a.ML02_70p{
	width: 100%;
}

.more02 a.ML02_60p{
	width: 100%;
}

}

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

.staff-box{
}

.staff-box .staff_position{
	color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #0D7AD0;
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.staff-box .staff_name{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 110%;
}

.staff-box .staff_icon{
	display: flex;
	flex-wrap: wrap;
}

.staff-box .staff_icon div{
	background-color: #F1F1F1;
	border-radius: 50px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.staff-box .staff_icon div:last-child{
	margin-right: 0px;
}

.staff-box .staff_icon div span:after{
	content: '｜';
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	vertical-align: text-top;
}

.staff-box .staff_icon .staff_icon-color01{
	background-color: #FFEEEE;
}

.staff-box .staff_icon .staff_icon-color02{
	background-color: #D3F5FA;
}

.staff-box .staff_icon .staff_icon-color03{
	background-color: #FFEEDD;
}

.staff-box .staff_icon .staff_icon-color04{
	background-color: #DBDBEE;
}

.staff-box .staff_icon .staff_icon-color05{
	background-color: #FDF2C1;
}

.staff-box .staff_icon .staff_icon-color06{
	background-color: #D5F5FF;
}

.staff-box .staff_icon .staff_icon-color07{
	background-color: #D1F3DC;
}

.staff-box .staff_icon .staff_icon-color08{
	background-color: #EFE0EF;
}

.staff-box .staff_icon .staff_icon-color09{
	background-color: #D5E2F0;
}

.staff-box .staff_icon .staff_icon-color10{
	background-color: #F5DBC7;
}

.staff-box .staff_icon .staff_icon-color11{
	background-color: #D7F8C7;
}

.staff-box .staff_icon .staff_icon-color12{
	background-color: #DAEDED;
}

.staff-box .staff_icon .staff_icon-color13{
	background-color: #ECDBDD;
}

.staff-box .staff_icon .staff_icon-color14{
	background-color: #FFFFBB;
}

.staff-box .staff_icon .staff_icon-color15{
	background-color: #FFE8B7;
}

.staff-box .staff_icon .staff_icon-color16{
	background-color: #D6DCF5;
}

.staff-box .staff_icon .staff_icon-color17{
	background-color: #CCE6FF;
}

.staff-box .staff_icon .staff_icon-color18{
	background-color: #ECD9C8;
}

.staff-box .staff_icon .staff_icon-color19{
	background-color: #E7CEC9;
}

.staff-box .staff_icon .staff_icon-color20{
	background-color: #B5D9EC;
}

.staff-box .staff_icon .staff_icon-color21{
	background-color: #D7D9FB;
}

.staff-box .staff_icon .staff_icon-color22{
	background-color: #DFBFDF;
}

.staff-box .staff_icon .staff_icon-color23{
	background-color: #C7E4DA;
}

.staff-box .staff_icon .staff_icon-color24{
	background-color: #F1C5C5;
}

.staff-box .staff_icon .staff_icon-color25{
	background-color: #99CCCC;
}

.staff-box .staff_icon .staff_icon-color26{
	background-color: #FFE6F7;
}

.staff-box .staff_icon .staff_icon-color27{
	background-color: #ACE3AC;
}


/*==*/

.staff-box .hospital_icon{
}

.staff-box .hospital_icon div a{
	background-color: #ECF2F7;
	border-radius: 50px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-bottom: 10px;
	display: inline-block;
	color: #333;
	text-decoration: none;
}

.staff-box .hospital_icon div a:hover{
	color: #FFF;
	background-color: #88AECE;
}

.staff-box .hospital_icon div span{
	color: #06C;
}

.staff-box .hospital_icon div span:after{
	content: '｜';
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	vertical-align: text-top;
}

/*==*/

.staff-box table{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.staff-box table th{
	width: 30%;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	vertical-align: baseline;
}

.staff-box table td{
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	vertical-align: baseline;

}

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

.staff-box .staff_position{
	width: 100%;
}
}

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

.staff-box .staff_position{
	width: 95%;
}

.staff-box .staff_name{
	width: 95%;
}

.staff-box .staff_icon{
	display:flex;
	flex-wrap: wrap;
}

.staff-box .staff_icon div{
	border-radius: 5px;
	font-size: 80%;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.staff-box .staff_icon div span:after{
	padding-right: 5px;
	padding-left: 5px;
}

.last td:last-child {
	border-bottom: solid 1px #ccc;
    width: 100%;
}

.staff-box table th{
	width: 100%;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 2px;
	border-bottom-color: #CCC;
}

.staff-box table td{
	width: 100%;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
}

.staff-box .hospital_icon div a{
	border-radius: 8px;
}

.staff_icon_none th{
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-bottom-color: #CCC !important;
}

.staff_icon_none td{
	display: none;
	visibility: hidden;
	height: 1px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

}

/*　会則
============================================================*/

.kaisoku-box{
	margin-bottom: 20px;
}

.kaisoku-box.KB_end{
	margin-bottom: 0px;
}

.kaisoku-box dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.kaisoku-box dt {
  width: 13%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kaisoku-box dd {
  width: 87%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kaisoku-box dd ol{
	margin-left: 25px;
}
.kaisoku-box dd ol li{
	margin-bottom: 8px;
}
.kaisoku-box dd ol li:last-child{
	margin-bottom: 0px;
}

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

.kaisoku-box dt {
	width: 18%;
}

.kaisoku-box dd {
  width: 82%;
}

}

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

.kaisoku-box dt {
  width: 16%;
}

.kaisoku-box dd {
  width: 84%;
}


}

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

.kaisoku-box dt {
  width: 20%;
}

.kaisoku-box dd {
  width: 80%;
}

}

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

.kaisoku-box dt {
  width: 100%;
  padding-bottom: 0px;
  	font-weight: bold;
  margin-bottom: 5px;
}

.kaisoku-box dd {
  width: 100%;
	padding-bottom: 15px;
  	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;

}

}

/*　年次総会
============================================================*/

.nenji-box{
	/*padding: 20px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);*/
}

.nenji-box a:hover{
	color: #C90;
}

.extend{
	padding: 20px;
	border: 2px dashed #C03;
	background-color:#FFFEFB;
}

.extend .extend_title{
	color:#C03;
}

/*　写真（横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{
	border: 2px solid #C00;
	padding: 20px;
	background-color: #FFFEFB;
}

.point_box01 .point_title{
	color: #C00;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00;
	font-size: 120%;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 500;
}

.point_box02{
	border: 2px solid #C00;
	padding: 20px;
	background-color: #FFFEFB;
}

.point_box02 .point_title{
	color: #C00;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #C00;
	font-size: 120%;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: 500;
}

@media (max-width: 640px) {

}

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

.link_box01{
	background-color: #FFF2EC;
	padding: 20px;
}

.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;
}

.link_box01 ul li a{
	background-color: #FFF;
	display: block;
	margin-bottom: 5px;
	border-radius: 30px;
	padding-top: 6px;
	padding-right: 40px;
	padding-bottom: 14px;
	padding-left: 50px;
	color: #511B35;
}

.link_box01 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 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_box02{
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.link_box02 li a{
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 18px;
	display: block;
	color: #333 !important;
	text-decoration: none;
	position: relative;
}

.link_box02 li a:hover{
	color: #339899 !important;
	border-bottom-color: #339899;
}

.link_box02 a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f2d2';
	text-decoration: none;
	position: absolute;
	top:17px;
	left: 10px;
	transition: all 0.5s 0s ease;
}

.link_box02 a:hover::before{
	content: '\f30b';
	left: 15px;
}


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

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

.form-table th{
	background-color: #F5F5F5;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 35%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.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;
}

@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%;
}

}

/*　受講コンテンツ（動画）
============================================================*/

.movie_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.movie_box div{
	margin-bottom: 15px;
	display: block;
	width: 48%;
	font-size: 90%;
}

.movie_box div .MB_title{
	/*border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #025598;
		margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;

	*/
	font-weight: bold;
	color: #02579B;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}

@media (max-width: 920px) {

.movie_box div{
	width: 100%;
	margin-bottom: 20px;
}

}


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

.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;}

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

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

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

#page_top:hover{
	background-color: #CC9900;
}

#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;
	bottom: 30px;
}

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

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

}

