@charset "utf-8";
/* CSS Document */

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* Clear Fix */

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

a.btn,
a img{
	transition: all .3s linear;
}
a.btn:hover,
a:hover img{
	opacity: .7;
}

/*
----------------------------------------- Common */
html {
	font-size: 62.5%;
}
body {
	font-family: Arial, Helvetica, Verdana, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 1.4em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .05em;
}

/**================================= Link Setting =================================**/

a {color:#00498F; text-decoration:underline;}
a:visited {color:#00498F; text-decoration:underline;}
a:hover {color:#EE2F1B; text-decoration:none;}
a:active {color:#EE2F1B; text-decoration:none;}
a:focus {outline:none;}

a:link[href^="tel:"] {
	color: #FFF;
	text-decoration: none;
	cursor: default;
}

.formUnit {
	display: none;/*20240724*/
	position: fixed;
	top: -webkit-calc(50% - 230px) ;
	top: calc(50% - 230px) ;
	right: 0;
	width: 36px;
	height: 320px;
	z-index: 100;
}
a.formUnit__btn {
	display: block;
	width: 36px;
	height: 100px;
	font-size: 1.3rem;
	color: #FFF;
	text-decoration: none;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	padding-right: 11px;
	margin-top: 10px;
}
a.formUnit__btn--shiryo {
	background-color: #00498F;
	margin-top: 0;
}
a.formUnit__btn--toiawase {
	background-color: #0C9BCF;
}
a.formUnit__btn--moshikomi {
	background-color: #00A49F;
}

/*
----------------------------------------- Header */
.blockHeader {
	height: 140px;
	display: flex;
}
.Header__inner__left {
	width: 20%;
	min-width: 210px;
	background-color: #00498F;
	height: 100%;
}
.glogo {
	min-width: 180px;
	width: 70%;
	margin: 0 auto;
	line-height: 140px;
}
.glogo img {
	vertical-align: middle;
	max-height: 50px;
}

.btnSpMenuWrap {
	display: none;
}

.Header__inner__right {
	width: 80%;
	min-width: 790px;
	background-color: #E3EDFB;
}

/********* Visiter Navi **********/
.visitNavBox {
	height: 40px;
	background-color: #FFF;
}
.visitNavWrap {
	text-align: right;
	padding-right: 3%;
}
.visitNavItem {
	display: inline-block;
	line-height: 40px;
	margin-left: 3%;
	font-size: 1.3rem;
}
.visitNavItem a {
	color: #333;
	text-decoration: none;
}
.visitNavItem a:hover {
	color: #EE2F1B;
	text-decoration: none;
}

/********* Other Navi **********/
.otherNavBox {
	float: right;
}
.otherNavWrap {
	background-color: #F7F9FD;	
	float: left;
}
.otherNav__item {
	display: inline-block;
}
.otherNav__item a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #00498F;
	text-decoration: none;
	padding-right: 30px;
}
.otherNav__item:first-child a {
	padding-left: 30px;
}
.otherNav__item a:hover {
	color: #EE2F1B;
	text-decoration: none;
}

.headSearchBox {
	float: right;
	overflow: hidden;
}
.headSearchBox__txtbox {
	display: block;
	float: left;
	border: #00498F solid 1px;
	width: 250px;
	padding: 0 10px;
	background-color: #FFF;
	height: 40px;
	margin-right: -250px;
	transition: all 0.3s linear;
}
.headSearchBox__txtbox.active {
	margin-right: 0;
}
.headSearchBox__btnbox {
	display: block;
	float: right;
}
.headSearchBox input {
	margin: 0;
	padding: 0;
	border: none !important;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.headSearchBox input[type="text"] {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.headSearchBox input[type="submit"] {
	background: #00498F url(../images/common/icn_search.png) no-repeat center center;
	background-size: 25px auto;
	height: 40px;
	width: 40px;
	text-indent: -9999px;
	cursor: pointer;
}

/********* Global Navi 
.gnavBox {
	clear: both;
	height: 59px;
	background-color: #FFF;
	border-bottom: #E3EDFB solid 1px;
}
.gnavWrap {
	text-align: right;
	padding-right: 3.5%;
}
.gnavItem {
	display: inline-block;
	margin-left: 3.5%;
}
.gnavItem:nth-child(2) {
	margin-left: 0;
}
.gnavItem a {
	line-height: 60px;
	color: #00498F;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
.gnavItem a::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #00498F;
  -webkit-transition: all .3s ease;
  transition: all .2s ease;
}
.visitNavItem a:hover {
	color:#333;
}
.gnavItem a:hover::after,
.gnavItem a.current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
**********/
/*
----------------------------------------- Header-Special */
.blockHeaderSpcl {
	height: 80px;
	border-bottom: #E0D2D3 solid 1px;
}
.blockHeaderSpcl--index {
	border-bottom: none;
}
.blockHeaderSpcl__inner {
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-align-items: center; /* Safari */
	align-items:         center;
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}
.glogo--spcl {
	width: 280px;
}
.glogo--msc {
	width: 182px;
}

/*
----------------------------------------- Header-Special02 */
.blockHeaderSpcl02 {
	height: 80px;
	background-color: #00498F;
	position: relative;
}
.glogo--spcl02 {
	width: 20%; 
	min-width: 180px;
	max-width: 280px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	line-height: 80px;
}
.glogo--spcl02 img {
	vertical-align: middle;
}
.blockHeaderSpcl02__headTitle {
	text-align: center;
	font-size: 3.2rem;
	line-height: 80px;
	color: #FFF;
}

/*
----------------------------------------- Contents */
.contentsWrapper {
	margin-top: 0;
}


/********* Third Layer *********/
.clm2Container {
	max-width: 1000px;/*20250210*/
	margin: 0 auto 80px;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}




/* Main Column */
.blockMainContents {
	width:742px;/*20250210*/
}

/* Local Navigation */
.blockLocalNavi {
	width: 226px;/*20250210*/
}
.localNaviTitle {
	line-height: 1.4;
	height: 120px;
	border-bottom: #BBB solid 1px;
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
.localNaviTitle__txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 120px;
	font-size: 2.6rem;
	width: 100%;
}
.localNaviTitle__txt__fss {
	font-size: 1.8rem;
}
.localNaviTitle__small {
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 12px;
	margin-top: 40px;
	font-weight: 500;
}
.localNaviTitle__small:first-of-type {
	margin-top: 0;
}
.localNaviBody {
	border-bottom: #BBB solid 1px;
}
.localNavi__item {
	border-top: #999 dotted 1px;
}
.localNavi__item--bg {
	background: url(../images/common/bg_sidenav_act.png) repeat left top;	
}
.localNavi__item:first-child {
	border-top: #BBB solid 1px;
}
.localNavi__item > a {
	display: block;
	padding: 11px 0 11px 16px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.4;
	text-decoration: none;
}
.localNavi__item > a:hover,
.localNavi__item > a.current {
	background: url(../images/common/bg_sidenav_act.png) repeat left top;
}

.localNavi__item--catTopLink {
	border-top: #BBB solid 1px;
	border-bottom: #BBB solid 1px;
	margin-top: 40px;
}

/* 4th Navi */
.localNavi__item__4thlink {
	padding-left: 32px; 
	padding-bottom: 12px;
}
.localNavi__item__4thlink__item {
	line-height: 1.6;
	margin-top: 5px;
}
.localNavi__item__4thlink__item > a {
	text-decoration: none;
}
.localNavi__item__4thlink__item > a.current {
	font-weight: bold;
	color: #EE2F1B;
}

/* 5th Navi */
.localNavi__item__5thlink {
	padding-left: 16px; 
	padding-bottom: 12px;
}
.localNavi__item__5thlink__item {
	line-height: 1.6;
	margin-top: 5px;
}
.localNavi__item__5thlink__item > a {
	text-decoration: none;
}
.localNavi__item__5thlink__item > a.current {
	font-weight: bold;
	color: #EE2F1B;
}

/* Gakuyukai NewsLink */
.localNavi__item__gnewsArchiveLink {
	padding-left: 16px; 
	padding-bottom: 12px;
}
.localNavi__item__gnewsArchiveLink__item {
	line-height: 1.6;
	margin-top: 5px;
}
.localNavi__item__gnewsArchiveLink__item > a {
	text-decoration: none;
}
.localNavi__item__gnewsArchiveLink__item > a::before {
	content: "・";
}

/*
----------------------------------------- Footer */
.blockFooter {
	width: 100%;
	background-color: #003676;
	padding-top: 25px;
	color: #FFF;
}
.blockFooter--bdw {
	border-top: #809BBB solid 1px;
}
.footNavWrap {
	min-width: 1000px;
	text-align: center;
	margin-bottom: 30px;
}
.fNav__item {
	display: inline-block;
	margin-left: 30px;
}
.fNav__item a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
}
.fNav__item a:hover {
	text-decoration: underline;
}
.fNav__item:first-child {
	margin-left: 0;
}
.fNav__item--last a {
	width: 200px;
	background-color: #CCD7E4;
	color: #003576;
	font-weight: bold;
	transition: all 0.3s linear;
}
.fNav__item--last a::after {
	display: inline-block;
	content: "";
	background: url(../images/common/arrow_right_blue.png) no-repeat center center;
	background-size: 7px auto;
	width: 7px;
	height: 13px;
	margin-left: 15px;
}
.fNav__item--last a:hover {
	background-color: #FFF;
	text-decoration: none;
}

.footBtmContWrap {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	padding-bottom: 30px;
}
.fLogo {
	width: 220px;
	float: left;
	margin-right: 30px;
	padding-top: 2px;
}
.footer__address {
	float: left;
	font-size: 1.3rem;
	line-height: 1.6;
}
.copyright {
	padding-top:23px;
	font-size: 1.1rem;
}

/* Footer Special */
.blockFooter--spcl--gakuyu {
	padding-top: 35px;
}
.footBtmContWrap--spcl {
	text-align: center;
	display: block;
}
.fLogo--spcl {
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
}

/* Footer Gakuyukai */
.fLogo--gakuyu {
	width: 300px;
}
.blockFooter--spcl--gakuyu {
	background-color: #661C21;
}


.btnPageTop {
	min-width: 1000px;
	background-color: #000B37;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	padding: 7px;
	cursor: pointer;
}
.btnPageTop::before {
	content: "";
	display: block;
	background: url(../images/common/arrow_top_white.png) no-repeat center top / 17px auto;
	height: 9px;
	width: 100%;
	margin-bottom: 7px;
}

.btnPageTop--gakuyu {
	background-color: #290304;
}











