@charset "utf-8";
/* CSS Document */

/*font
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');
@import url("/font.css?a");*/

/*chrome*/
*:focus {
outline: none;
}

body{ font-family: 'Noto Sans JP',"游ゴシック", 'YuGothic', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro",'Meiryo', sans-serif;
-webkit-text-size-adjust: none;
position: relative;
display: flex;
min-width: 1080px;
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
}

.linethrough {
    text-decoration-line: line-through;
    text-decoration-color: #f00;
  }

.redTxt{ color: #f00; }
/*==============================================================================*/
/*hover */
/*==============================================================================*/
.mailBtn a,nav li a,#btnPagetop a, #placeName a, #outlineTable a, .btn a,.btn2 a,.btn3 a,#submitBtn input,
#contentLogo a,#breadcrumb a,#abstractmail a,.place a,.externalIcon2 a,.moreBtn a,
#bannerCont a,.entryBtn2 li a,#newsInner a{	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;}
	
#placeName a:hover,
#contentLogo a:hover,#newsInner a:hover{  filter: alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; }

/*==============================================================================*/
/*header */
/*==============================================================================*/
header{  width:240px; box-sizing: border-box; z-index: 2; 
	box-shadow: 0 0 3px #aaa; 
	background:#fff;
	 /*position:absolute;left: 0;top: 0; height:100%;*/
}

header,
#societyBox{ border-top: 4px solid #c8a063; }


/*logo*/
#logo a{ display: block; text-align: center;
padding:35px 10px 0 ; margin:0 auto; transition: 1.0s ;}

#logo a img{ width: 100%;  }
#logo a:hover,#bannerCont li a:hover { opacity: 0.6 ;}

/*logo*/
#contentLogo{  position:relative; text-align: center; z-index :2;  padding-top: 15px; width: 47%;}
#contentLogo a{ display: block; }
#contentLogo a img:nth-child(2){ padding-top: 10px; }


#main{

	/*
	margin-top: -12%;*/
	z-index: 1;
}

#bannerWrap{background: #eaf4f7;}
  #bannerCont {
    display: flex;
    flex-wrap: wrap;
    
  }

/*==============================================================================*/
/* nav*/

#sideTheme dt{ background: #c8a063; width: 182px; height: 25px; text-align: center; margin: 24px auto -40px;
padding: 1px 0; box-sizing: border-box; position: relative; z-index: 3;
display: flex;
justify-content: center;
align-items: center;
}

#sideTheme dt img{ height: 16px; }


/*nav*/
#mainNav{  padding-bottom: 20px; margin-bottom:20px}
nav{  margin-bottom:40px; letter-spacing: 0; }
nav li a{ transition: none;
	/**/padding:0 15px 0 20px;  display: block;  color:#333; position: relative; }

nav li:first-child a span{ border-top: 1px solid #e5e5e4; }
nav li a span{ display: block;
    border-bottom: 1px solid #e5e5e4;
    padding: 13px 0; }


nav li a .navName, #subNav li a span{ margin-bottom:-1px; padding-bottom:2px ;}

/*externalLink*/
#mainNav .externalIcon i:before{ top: 6px;}
#mainNav .externalIcon i:after{ top: 4px; width: 14px;  height: 14px; background-size: 70% auto; }

nav li a.active, 
#subNav li a.active span, #subNav li a:hover span{ background:#f5f5f4;  color:#003763;}

nav li a:hover,
.numList a:hover { color:#003763 ; }
nav li a:hover.active{ color:#003763; background:#f0f4f6; }


nav li a::after{ 	border-top: 2px solid #003763;
	border-right: 2px solid #003763; 
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	right: 15px;
}

nav li.nolink a::after{ border-color: #ccc; }


/* > */
nav li a::after,
#btnPagetop a::before{ 
	content: '';
	position: absolute;
	top: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -2px;
}

#btnPagetop a::before{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	right: 21px;
}


/*linkない*/
.nolink a{ pointer-events: none; color:#ccc; } 

.txtbr span span{ font-size:0.9em; }
.navName span br{ display:none; }


#subNav{ font-size: 0.8666666666666667em; position:relative; }


/* > */
/*font awesome共通設定*/
#btnPagetop a::before{ font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 0.7em; }




/*==============================================================================*/
/*content */
/*==============================================================================*/
main{ 
	position:relative; z-index: 1;
	/*display: flex;
	flex-wrap: wrap;*/
}

#wrapper{ display: block;}

#societyBox {
    /*background: url(../img/headerBg.png) 0 0 no-repeat;*/
    /*background-size: auto;
    background-size: cover;*/
    z-index: 2;
    position: relative;
    min-height: 172px;
	overflow: hidden;
}

#societyBox dl {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

#societyBox dd {
    display: flex;
    align-items: end;
    padding-top: 1%;
    width: 46%;
}

#societyBox dd p:nth-child(2){ margin-left: 24px; }
#placename img{ width: 200px; margin-left: 5px; }

#redTxt{ color: #a52e2a; }

/*外部リンクアイコン*/
.externalIcon a i,.externalIcon2 a i{ position: relative; }
.externalIcon a i::after { background: url(../img/externalIcon.svg) 0 0 no-repeat;}
.externalIcon a i::after,
.externalIcon2 a i::after{ position: absolute; content: ""; width:  50px; height: 50px; margin-left: 8px; }
.telnum.externalIcon a{ color:#121212 ; }
.telnum.externalIcon a:hover{ color:#001c7a ; }

.externalIcon2 a i::after { background: url(../img/externalIcon2.svg) 0 0 no-repeat; }

.innerBox{margin: 0 auto; box-sizing: border-box;  }
#societyBox dl ,
.innerBox,
#mainInfo{ width:1000px;max-width: 90%; }

.maintitle {padding-left: 2%; position: relative; }
#infoTitle, .maintitle { font-size: 1.75em; }
.maintitle:before{ position: absolute; content: ""; }
.maintitle:before{ background: #c8a063;
    width: 4px; height: 36px; left: 0; top: 5px;}



/*事務局*/
#officeBox {
    background: no-repeat url(../img/footerBg.jpg) 0 0 #daedf1;
    margin-top: -2px;
    z-index: 0;
    position: relative;
}
#officeBox div {
    display: flex;
}

#secretariatBox ,#managementBox { background: #fff; 
    padding: 30px 60px;
    box-sizing: border-box;
    width: 49%;
	/*border: 1px solid #eee;*/
}


.secretariatBox dt{ font-size: 1.125em; }

.secretariatTitle {
    font-size: 1.1em;
    line-height: 1em;
    padding: 10px;
    margin-bottom: 10px;
    color: #003763;
    border:1px solid #003763;
    position: relative;
    text-align: center;
    width: 160px;
    box-sizing: border-box;
}

.secretariatTitle::after {
    content: "";
    width: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.secretariatBox p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/*運営事務局*/
#managementBox { margin-left: 4px; }
address{ padding-top: 7px;
	line-height: 1.8em;
	margin-bottom: 20px;}
.addtel{ color:#001c7a;padding-right:5px; }
.telnum, .faxnum{ display:inline-block; }
.telnum{margin-right:40px;}

.telnum span, .faxnum span {
    background: #f5f6f6;
    padding: 2px 8px;
    margin-right: 8px;
    font-size: 0.875em;
}

/*mail*/
.mailBtn a, .btn a{ border-radius: 4px;  }

.mailBtn a, .btn a, .moreBtn a{
    border: 1px solid #003763;
    color: #416696;
    background: #fff;
    display: block;
    padding: 14px 0;
    max-width: 340px;
    box-sizing: border-box;
    text-align: center;
}




.mailBtn a i {
    margin-right: 10px;
}
.mailBtn, .mailBtn2,#entryBtn li,.entryBtn2 li,.dlbtn,.moreBtn a { position:relative; }

.mailBtn a:hover{ background-color:#003763; border-color: #003763; color:#fff; }


/*==============================================================================*/
/* footer
============================================================================== */
/*pagetop btn*/
#btnPagetop{position: fixed;bottom: 20px;right: 20px;font-size: 21px; z-index: 99;}
#btnPagetop a { width: 50px;  height: 50px;  padding: 11px 0;
background:rgba(0, 93, 135,0.8);	text-decoration: none;color: #fff;box-sizing: border-box;
text-align: center;display: block;
border-radius: 50%;
z-index: 3;
}
#btnPagetop a:hover{ background: rgba(0, 55, 99,0.8) }

#btnPagetop a span {display: none;}
/* arrow */
#btnPagetop a::before { display: block;}
#btnPagetop a::after{ transform : skewX(-30deg); }

footer{ background:#003763; color:#fff; padding:25px 3%; text-align: center; }

/*=========================================================*/
/*sp-----------------------------------------------------*/



@media screen and (max-width: 1270px) {
body{ width: 100%; }
header{ position:absolute;left: 0;top: 0;  height:100%;}
#main{ box-sizing: border-box; width:1330px; }

/*nav*/
nav li a{ border-bottom:1px solid #d9d9d9; }
nav li:last-child a{ border-bottom:none; }
nav li a::after{  }
nav li:last-child a::after{ line-height: 2em; }



#subNav li a:after{color:#ccc; }



#subNav .externalIcon a span { background-position:100px 4px; }
.externalIcon a:after{ margin-top:-9px; line-height: 0; }

main{padding-left:240px; /*width: 100%;*/}

#officeBox{padding: 4% ; background-size: 120%;}

#bannerCont{ padding: 4% 0; }	
}




/*pc-----------------------------------------------------*/
@media screen and (min-width: 1271px) {
main{ width:calc(100% - 240px); }

#wrapper{ width: 100%;}
/*nav*/





/*外部リンクアイコン*/








 /**/


#bannerCont{ padding: 4% 2%; }

/*footer*/

#officeBox{padding: 50px 0 ; background-size: cover;}

}