  @charset "utf-8";

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

body{
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family: "Kosugi Maru", "メイリオ", Meiryo, 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_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;
}

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

/*===*/

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

/*===*/

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

/*===*/

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

/*===*/

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

}

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

.header {
	position: relative;
}

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

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

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

}

/* ID・ロゴマーク
============================================================*/

.header .logo_bg{
	background-image: url(../images/top_bg04.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	position: relative;
	top: -270px;
	padding-left: 7%;
	margin-bottom: -240px;
}

.header .logo_bg .logo_img{
}

.header .logo_bg h1{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	color: #2C0000;
	font-size: 150%;
	margin-bottom: 5px;
	position: relative;
	top: -48px;
	padding-left: 130px;
}

.header .logo_bg h2{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-weight: 600;
	color: #FF6666;
	font-size: 250%;
	position: relative;
	top: -40px;
}

.header .logo_bg span.bg_white{
	background-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	box-shadow: 3px 3px 6px -4px rgba(255, 153, 153, 1.0);
}

.header .logo_bg span.bg_white02{
	background-color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

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

.header .logo_bg{
	padding-left: 6%;
	top: -195px;
	margin-bottom: -160px;
}

.header .logo_bg h1{
	font-size: 130%;
}

.header .logo_bg h2{
	font-size: 190%;
}

}

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

.header .logo_bg{
	padding-left: 3%;
	top: -190px;
	margin-bottom: -190px;
}

.header .logo_bg h1{
	top: -65px;
}

.header .logo_bg h2{
	font-size: 150%;
	position: relative;
	top: -60px;
}

}

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

.header .logo_bg{
	top: -85px;
	padding-bottom: 0px;
	margin-bottom: -90px;
}

.header .logo_bg .logo_img{
	position: relative;
	top: 0px;
}

.header .logo_img img{
	width: 20%;
	height: auto;
}

.header .logo_bg h1{
	top: -50px;
	padding-left: 120px;
	font-size: 90%;
}
.header .logo_bg h2{
	position: relative;
	top: -45px;
	font-size: 98%;
}

}

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

.header .logo_bg h1{
	padding-left: 90px;
}

}

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

.header .logo_bg{
	padding-left: 5%;
	margin-bottom: -100px;
}

.header .logo_bg h1{
}

.header .logo_bg h2{
	font-size: 89%;
}

.header .logo_bg span.bg_white{
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	box-shadow: none;
}

}

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

.header .logo_bg h1{
}

.header .logo_bg h2{
	font-size: 80%;
}

}


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

.sub_header{
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sub_header h1{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-size: 130%;
	line-height: 1.2em;
	color: #2C0000;
	font-weight: 500;
	background-image: url(../images/logo.jpg);
	background-size: 40px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	background-position: 0px 7px;
}

.sub_header h1 a{
	color: #2C0000;
}

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

.sub_header{
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

}

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

.sub_header h1{
	font-size: 93%;
	line-height: 1.2em;
	padding-top: 7px;
	padding-left: 43px;
	background-size:30px;
}

}

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

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

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

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

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

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

.drawer_bg.doc{
	background-color: rgba(0,51,102,0.9);
}

/* ハンバーガーメニューのアイコン */
.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: transparent;
}
  
/* メニューのデザイン*/
.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(255,102,102,0.9);
}

.nav_content.doc {
	background-color: rgba(0,153,204,0.9);
}

/* メニュー黒ポチを消す */
.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: #660D00;
	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.nav_title03{
	background-color: #036;
	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: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
	padding-left: 30px;
	padding-right: 30px;
}

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

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

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


/* アイコンがクリックされたらメニューを表示 */
#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 .to_top a {
	color: #F66;
	text-align: center;
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 3px solid #FFF;
	display: block;
	background-color: #FFF;
	border-radius: 50px;
	font-weight: 600;
}

.nav_content.doc .to_top a {
	color: #39C;
}

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

/* メニューのデザイン*/
.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);
}
*/

}

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

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

.contents .inner {
	width: 1200px;	/*幅*/
	margin: 0 auto;
}

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

header .inner {
	width: auto;
}

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

}

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

.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-contents{
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: -20px 80px;
	width: 100%;
	margin-bottom: 40px;
}

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

.top-contents{
	background-position: -20px 370px;
}

}

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

.top-contents{
	background-position: -20px 300px;
}

}

.top_bg{
	background-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;
}

/****/

.top-contents h2{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	color: #660000;
	text-align: center;
	margin-bottom: 15px;
}

.top-contents h2 span{
	font-size: 150%;
}

.hpv-text_box01{
	background-color: #FFF;
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 3%;
	padding-bottom: 18px;
	padding-left: 3%;
	border-radius: 13px;
	font-size: 21px;
	font-weight: 500;
	color: #2C0000;
	line-height: 1.8em;
}

.hpv-banner_box01{
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	justify-content: space-between;
}

.hpv-banner_box01 div{
	width: 48%;
}


.hpv-banner_box01 div a{
	width: 100%;
	display: block;
	box-shadow: 0px 0px 10px -5px #777777;
	border-radius: 7px;
	font-size: 1.5vw;
	font-weight: bold;
	color: #2C0000;
	text-decoration: none;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}

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

.hpv-banner_box01 div a{
	font-size: 1.5vw;
}

}

.hpv-banner_box01 div a:hover{
	box-shadow: 0px 0px 15px -5px #FF6666;
	color: #FF6666;
	text-decoration: underline;
}

.hpv-banner_box01 div.nav_banner01{
	background-image: url(../images/img02.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 150px;
}

.hpv-banner_box01 div.nav_banner02{
	background-image: url(../images/img03.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 150px;
}

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


.hpv-banner_box01 div a{
	font-size: 1.5vw;
}

}

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

.top-contents h2{
	font-size: 120%;
}

.hpv-banner_box01{
	width: 80%;
	flex-wrap: wrap;
	justify-content: center;
}

.hpv-banner_box01 div{
	width: 100%;
}

.hpv-banner_box01 div a{
	font-size: 4vw;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 30px;
	padding-left: 30px;
}

.hpv-banner_box01 div.nav_banner01{
	margin-bottom: 20px;
}

}

/*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;
}

/****/

.top-contents h2{
	font-size: 85%;
}

.hpv-text_box01{
	width: 90%;
	font-size: 100%;
	padding: 20px;
}

/****/

.hpv-banner_box01{
	width: 90%;
	flex-wrap: wrap;
	justify-content: center;
}

.hpv-banner_box01 div{
	width: 100%;
}

/*
.hpv-banner_box01 div a{
	font-size: 4.5vw;
}
*/

.hpv-banner_box01 div.nav_banner01{
	background-size: 130px;
	margin-bottom: 20px;
}

.hpv-banner_box01 div.nav_banner02{
	background-size: 130px;
}

}

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

.top-contents h2{
	font-size: 75%;
}

}


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

.sub_contents{
}

.sub_contents a{
	color: #600;
}

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

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

.sub_contents .inner{
	width: 90%;
}

}

/****/

.sub_contents .main{
	float: right;
	width: 68%;
	color: #2C0000;
	font-size: 105%;
	font-weight: 500;
	line-height: 1.8em;
}

.sub_contents .main h2{
	font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, sans-serif;
	font-size: 200%;
	color: #660000;
	line-height: 1em;
}

/****/

.sub_contents .side{
	float: left;
	width: 26%;
}

nav.side_nav{
	margin-bottom: 20px;
}

nav.side_nav .snav_title01{
	background-color: #FF9899;
	font-size: 120%;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius:5px;
}

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_title03{
	background-color: #0099CC;
	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;
	color: #2C0000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-weight: 500;
	position: relative;
}

nav.side_nav .snav li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f063';
	font-size: 16px;
	padding-right: 5px;
	position: absolute;
	left: 10px;
	top: 9px;
}

nav.side_nav .snav li a:hover{
	background-color: #FEFAEE;
	color: #900;
}

nav.side_nav .snav.doc li a:hover{
	background-color: #FEFAEE;
	color: #069;
}


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

.sub_contents .main{
	float: none;
	width: 100%;
	font-size: 105%;
	clear: both;
}

.sub_contents .side{
	float: none;
	width: 100%;
	clear: both;
}

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

}

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

.sub_contents .main h2{
	font-size: 160%;
}

nav.side_nav .snav li a{
	padding-top: 15px;
	padding-bottom: 13px;
}

nav.side_nav .snav li a::before{
	top: 15px;
}

}

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

.sub_contents .main h2{
	font-size: 140%;
}

}

/****/


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

footer{
	background-color: #FF9899;
	padding-top: 20px;
	padding-bottom: 20px;
}

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

footer .footer_id{
	font-size: 120%;
	font-weight: 500;
	text-align: center;
	color: #FFF;
}

footer .copyright{
	font-size: 80%;
	text-align: center;
	color: #FFF;
}

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

footer .footer_id{
	font-size: 100%;
	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: #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{
	color: #FF6666;
	font-weight: 500;
	text-align: center;
	font-size: 110%;
}

.pnqz a{
	color: #FF6666;
}

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

.pnqz.doc{
	color: #0099CC;
	font-weight: 500;
	text-align: center;
	font-size: 110%;
}

.pnqz.doc a{
	color: #0099CC;
}

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

/*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{
	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{
}

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

}


/*　セミナー・教育メニュー
============================================================*/

.seminar_menu{
}

.seminar_menu .menu_list{
	width: 1200px;	/*幅*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	font-size: 115%;
}

.seminar_menu .menu_list div{
	width: 48%;
	margin-bottom: 30px;
}

.seminar_menu .menu_list a{
	display: block;
	background-color: #2A3B9F;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	padding-top: 38px;
	padding-right: 35px;
	padding-bottom: 42px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #083672;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.seminar_menu .menu_list a:hover{
	border-color: #1D2558;
	outline-color: transparent;
	outline-offset: 7px;
	cursor: pointer;
	background-color: #191970;
}

.seminar_menu .menu_list a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	font-size: 30px;
	color: #f6f6e9;
	position: relative;
	left: 0px;
	top: 4px;
	padding-right: 15px;
}


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

.seminar_menu .menu_list{
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

.seminar_menu .menu_list a{
	padding-top: 23px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

.seminar_menu .menu_list a::before{
	padding-right: 5px;
}

}

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

.seminar_menu .menu_list{
	margin-right: 0px;
	margin-left: 0px;
}

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

}


/*　同窓会メニュー
============================================================*/

.reunion_menu{
}

.reunion_menu .menu_list{
	width: 1200px;	/*幅*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	font-size: 115%;
}

.reunion_menu .menu_list div{
	width: 48%;
	margin-bottom: 30px;
}

.reunion_menu .menu_list a{
	display: block;
	background-color: #191970;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
	padding-top: 38px;
	padding-right: 35px;
	padding-bottom: 42px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #083672;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.reunion_menu .menu_list a:hover{
	border-color: #1D2558;
	outline-color: transparent;
	outline-offset: 7px;
	cursor: pointer;
	background-color: #1D2558;
}

.reunion_menu .menu_list a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	font-size: 30px;
	color: #f6f6e9;
	position: relative;
	left: 0px;
	top: 4px;
	padding-right: 15px;
}


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

.reunion_menu .menu_list{
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

.reunion_menu .menu_list a{
	padding-top: 19px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.reunion_menu .menu_list a::before{
	padding-right: 5px;
}

}

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

.reunion_menu .menu_list{
	margin-right: 0px;
	margin-left: 0px;
}

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

}


/*　業績ボックス
============================================================*/

.result-box{
	background-color: #F4F4FD;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

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

.result-flex div{
	width: 49%;
}

.result-flex div a{
	background-color: #FFF;
	display: block;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
	padding: 15px;
	border: 1px dotted #FFF;
}

.result-flex div a:hover{
	background-color: #D2D2F7;
	color: #191970;
	border: 1px dotted #191970;
}

.result-flex div span{
	color: #999;
}

.result-flex div span:before{
	content: '｜';
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
	vertical-align: text-top;
}

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

.result-flex div span:before{
	content: '';
	padding-right: 0px;
	padding-left: 0px;
	display: block;
}

}

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

.result-box{
	padding-right: 20px;
	padding-left: 20px;
}

.result-flex div{
	width: 100%;
}

.result-flex div a{
	margin-bottom: 10px;
}

.result-flex div span{
	font-size: 80%;
}

/*
.result-flex div span:before{
	content: '｜';
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}
*/

.result-flex div span:before{
	content: '';
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}

}


/*　関連学会メニュー
============================================================*/

.society_menu{
}

.society_menu .menu_list{
	width: 1200px;	/*幅*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	font-size: 100%;
}

.society_menu .menu_list div{
	width: 48%;
	margin-bottom: 30px;
}

.society_menu .menu_list a{
	display: block;
	background-color: #FFFFFF;
	color: #093773;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 22px;
	padding-left: 25px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #083672;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.society_menu .menu_list a:hover{
	outline-color: transparent;
	outline-offset: 7px;
	cursor: pointer;
	color: #F90;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

.society_menu .menu_list a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f14d';
	font-size: 23px;
	color: #093773;
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 10px;
}

.society_menu .menu_list a:hover::before{
	color: #FF9900;
}


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

.society_menu .menu_list{
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

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

.society_menu .menu_list{
	margin-right: 0px;
	margin-left: 0px;
}

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

}


/*　同窓会(佑坤会) TOPICS
============================================================*/

.alumni-topics{
}

.alumni-topics a{
	color: #333;
	padding: 5px;
}

.alumni-topics a:hover{
	color: #32B9D6;
}

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

.alumni-topics th{
	width: 12%;
	font-weight: normal;
	background-color: #F0F5F9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	vertical-align: baseline;
}

.alumni-topics td{
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	vertical-align: baseline;
}


/*　お悔み
============================================================*/

.alumni-condolences{
	background-color: #F9F9F9;
	padding: 25px;
	border-radius: 5px;
}

.alumni-condolences ul{
	list-style-type: none;
}

.alumni-condolences li a{
	background-color: #FFF;
	display: block;
	color: #333;
	text-decoration: none;
	border: 2px dotted #CCC;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
}

.alumni-condolences li a:hover{
	color: #FFF;
	background-color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.alumni-condolences li a:last-chird{
	margin-bottom: 0px;
}

.alumni-condolences li span::before{
	content: '｜';
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}

.alumni-condolences li.no_link{
	background-color: #FFF;
	display: block;
	color: #333;
	text-decoration: none;
	border: 2px dotted #CCC;
	padding-top: 14px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-bottom: 15px;
}

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

.alumni-condolences{
	padding: 15px;
}

.alumni-condolences li a{
	padding-right: 15px;
	padding-left: 15px;
}

.alumni-condolences li span{
	font-size: 90%;
}

.alumni-condolences li span::before{
	padding-right: 5px;
	padding-left: 5px;
}

.alumni-condolences li.no_link{
	padding-right: 15px;
	padding-left: 15px;
}

}


/*　写真（横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%;
}

}

/*　海外留学/学会メニュー
============================================================*/

.report_menu{
}

.report_menu .menu_list{
	width: 1200px;	/*幅*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	font-size: 100%;
}

.report_menu .menu_list div{
	width: 48%;
	margin-bottom: 30px;
}

.report_menu .menu_list a{
	display: block;
	background-color: #FFFFFF;
	color: #093773;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 18px;
	padding-right: 35px;
	padding-bottom: 22px;
	padding-left: 25px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #083672;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.report_menu .menu_list a:hover{
	outline-color: transparent;
	outline-offset: 7px;
	cursor: pointer;
	color: #F90;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

.report_menu .menu_list a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f061';
	font-size: 23px;
	color: #093773;
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 10px;
}

.report_menu .menu_list a:hover::before{
	color: #FF9900;
}


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

.report_menu .menu_list{
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

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

.report_menu .menu_list{
	margin-right: 0px;
	margin-left: 0px;
}

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

}


/*　セミナー・教育
============================================================*/

.seminar-in_menu{
}

.seminar-in_menu .menu_list{
	width: 1200px;	/*幅*/
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.8em;
	font-size: 100%;
}

.seminar-in_menu .menu_list div{
	width: 48%;
	margin-bottom: 30px;
}

.seminar-in_menu .menu_list a{
	display: block;
	background-color: #FFFFFF;
	color: #2A3B9F;
	text-decoration: none;
	border-radius: 5px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid transparent;
	outline: 1px solid;
	outline-color: #083672;
	outline-offset: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}

.seminar-in_menu .menu_list a:hover{
	outline-color: transparent;
	outline-offset: 7px;
	cursor: pointer;
	color: #F90;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

/*
.seminar-in_menu .menu_list a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f061';
	font-size: 23px;
	color: #093773;
	position: relative;
	left: 0px;
	top: 2px;
	padding-right: 10px;
}


.seminar-in_menu .menu_list a:hover::before{
	color: #FF9900;
}
*/

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

.seminar-in_menu .menu_list{
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
}

}

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

.seminar-in_menu .menu_list{
	margin-right: 0px;
	margin-left: 0px;
}

.seminar-in_menu .menu_list div{
	width: 100%;
	margin-bottom: 15px;
}

}


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

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

}


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

.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: 100px;
	opacity: 0.8;
	border-radius: 50px;
	z-index: 70;
	background-color: #FF9999;
	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: #0099CC;
}

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

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

}


