@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;
min-width: 1080px;
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
}

#wrapper { display: flex; }

/*==============================================================================*/
/*hover */
/*==============================================================================*/
.mailBtn a,nav li a,#btnPagetop a, .btn a, #submitBtn input,
#contentLogo a,#breadcrumb a,#abstractmail a,.place a,.externalIcon2 a,.moreBtn a,
#bannerCont a,.vote li 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,.vote li a:hover{  filter: alpha(opacity=85); -moz-opacity:0.85; opacity:0.85; }

/*==============================================================================*/
/*header */
/*==============================================================================*/
header{ position: relative; z-index: 3; background: #fff; }

/*==============================================================================*/
/*aside */
/*==============================================================================*/
aside{  width:240px; box-sizing: border-box; z-index: 2; 
	background:#fff;
	 /*position:absolute;left: 0;top: 0; height:100%;*/
}

aside,
header{ box-shadow: 0 0 3px #aaa;  }


/*logo*/
#logo a{ display: inline-block; padding: 15px 40px; transition: 1.0s ;}


#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; }


/*==============================================================================*/
/* nav*/


/*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:#f6f9f6;  color:#127264;}

nav li a:hover,
.externalIcon2 a:hover,.numList a:hover { color:#127264 ; }
nav li a:hover.active{ color:#127264; background:#fafbfa; }


nav li a::after{ border-top: 2px solid #00b7b3;
	border-right: 2px solid #00b7b3; 
	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 */
/*==============================================================================*/
#bannerWrap,#officeBox{ position: relative; z-index: 0; }

#bannerWrap{background: #fff; border-top: 2px solid #19463c; }
#bannerCont { display: flex; flex-wrap: wrap; justify-content: /*space-between*/flex-start;}
#bannerCont li { width: 31.3%; }
#bannerCont li:not(nth-child(3n)){ margin-right: 2%; }
#bannerCont li a{ margin-bottom: 30px;
    max-width: 306px;
    display: flex;
    /*color: #377b81;
    border: 1px solid #ccc;height: 60px; */
    justify-content: center;
    align-items: center;
    }

    #bannerCont li a img{ width: 100%; }

main{ 
	position:relative; z-index: 1;
	/*display: flex; flex-wrap: wrap;*/
}


#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; }

.btn a{ position: relative; }
.btn a::after,
.moreBtn a:after{ position: absolute; content: ""; 
    border-color: #00b7b3;
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: block;
    height: 8px;
    width: 8px;
    }

.btn a::after{ right: 10%;
        top: 22px;transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
    #entryBtn.btn a::after{ top: 55%; right: 5%;}
    #entryBtn.btn a{ max-width: 300px; }
    .btn a:hover{ background: #127264; border-color: #127264; color: #fff;}


/*外部リンクアイコン*/
.externalIcon a i{ position: relative; }
.externalIcon a i::after { background: url(../img/externalIcon.svg) 0 0 no-repeat;
position: absolute; content: ""; width:  50px; height: 50px; margin-left: 8px; background-size: 20%;
}

.externalIcon2 a{color: #131313; }
.externalIcon2 a i::after {
    background: url(../img/externalIcon2.png) 0 0 no-repeat;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

.innerBox{margin: 0 auto; box-sizing: border-box;  }
#societyBox dl ,
.innerBox{ width:1000px;max-width: 90%; }

#infoTitle, .maintitle { font-size: 1.1em; position: relative; }


.maintitle::before{
    position: absolute; left:0; content: attr(data-before-content);
    top: -75px;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 1.45;
    color:#636f6c;
  }


/*事務局*/
#officeBox {
    background: #f7fbfc;
    z-index: 0;
    position: relative;
}
#officeBox div {
    display: flex; justify-content: space-between;
}

#secretariatBox ,#managementBox { 
    border-top :3px solid #016859;
    background: #fff; 
    padding: 30px 50px;
    box-sizing: border-box;
    width: 48%;
}


.secretariatBox dt{ font-size: 1.125em; }

.secretariatTitle {
    font-size: 1.125em;
    line-height: 1em;
    margin-bottom: 20px;
    color: #016859;
    position: relative;
    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: 3px;
	line-height: 1.6em;
	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 #64b4a2;
    color: #007a78;
    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:#19463c; border-color: #19463c; 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(55, 123, 129, 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, 123, 150,0.8) }

#btnPagetop a span {display: none;}
/* arrow */
#btnPagetop a::before { display: block;}
#btnPagetop a::after{ transform : skewX(-30deg); }

footer{ background:#19463c; color:#fff; padding:25px 3%; text-align: center; }

/*=========================================================*/
/*sp-----------------------------------------------------*/


/*sp1270px↓ or pc1410px↑*/
@media (max-width: 1270px), (min-width: 1410px){
body{ width: 100%; }
aside{ position:absolute;left: 0; top: 0; padding-top: 96px;  height:100%;}
#main{ box-sizing: border-box;  }

/*nav*/

nav li:last-child a{ border-bottom:none; }
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% ;}

#bannerCont{ padding: 4% 0; }
#bannerWrap { padding-top: 130px ;padding-bottom:  70px; }

}




/*pc-----------------------------------------------------*/
@media screen and (min-width: 1271px) and (max-width: 1442px)  {
/*.telnum { margin-right: 10px;}*/
#secretariatBox, #managementBox{ padding: 30px 3.5%; }
}
@media screen and (min-width: 1271px) and (max-width: 1409px)  {
main{ width:calc(100% - 240px); }

#wrapper{ width: 100%;}
/*nav*/


/*外部リンクアイコン*/
/**/
#bannerCont{ padding: 4% 2%; }
#bannerWrap{ padding: 130px 5% 70px;}

#officeBox{ padding:45px 0 }
}