@charset "utf-8";

/* ----- common ----- */
body{
/*  background-image: url(../img/bg.webp); */
    background-color: #fff;
    background-position: top center;
    background-repeat: repeat;
    width: 100%;
    background-size:cover;
    background-attachment: fixed
}

#section-kv{
background-color: #891818;
margin-bottom: 30px;
}

.kv-wrap{
padding: 45px 0;
}

.kv-wrap h1{
color: #FFF;
text-align: left;
font-size: 26px;
line-height: 1.1;
font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
font-weight: 600;
margin-bottom: 15px;
}

.kv-wrap h2{
color: #fff;
text-align: left;
font-size: 16px;
line-height: 1.1;
font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
font-weight: 400;
}



/* ----- home ----- */

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

.body-contents{
width: 70%;
padding-bottom: 60px;
}

.side-navi{
width: 25%;
padding: 0 0 60px 0;
}
.side-navi ul {
border-top: 1px solid #891818;
}

#side-navi a{
    font-size: 16px;
    font-weight: bold;
    color:#333;
    line-height: 60px;
    width: 100%;
    border-top: 1px solid #891818;
    border-bottom: 1px solid #891818;
    background-color: #fff;
    display: inline-block;
    margin-top: -1px;
}

#side-navi a{
    text-decoration: none;
}

#side-navi a.current{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #891818;
    color: #FFF;
}

#side-navi a:hover{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #891818;
    color: #FFF;
}
.body-contents{
    margin: 0 0 10px 0;
}
.contents-wrap{
    text-align: left;
}

#section-home .contents-wrap{
}

.box01{
font-size: 16px;
font-weight: 400;
padding: 20px 30px;
border: 1px solid #555;
margin-bottom: 40px;
}

.body-contents .box01 p {
font-size: 16px;
margin-bottom: 0;
}


.copy01{
    font-size: 18px;
    font-weight: 400;
    color: #666;
}

.body-contents h2 {
font-size: 26px;
letter-spacing: 0.1rem;
color:#01013A;
font-family: georgia,palatino,'book antiqua','palatino linotype',serif;
font-weight: 400;
margin-bottom: 30px;
}

.body-contents h2:nth-of-type(n+2) {
padding-top: 40px;
}

.body-contents h3 {
font-size: 16px;
color:#01013A;
font-weight: 600;
margin-bottom: 20px;
border-left: 4px solid #891818;
padding-left: 10px;
}

.body-contents h3:nth-of-type(n+2) {
margin-top: 40px;
}

.body-contents p {
font-size: 15px;
margin-bottom: 15px;
}

.body-contents p img {
margin-bottom: -5px;
}




.body-contents ul {
font-size: 15px;
margin-bottom: 15px;
}



.news-item{
     padding: 0 0 20px 0;
}
.border01{
    border-bottom: 2px solid #666;
        margin: 0 0 10px 0;
}
.dl-wrap{
    text-align: center;
    margin: 60px 0 80px 0;
}

p.caption{
   font-size: 13px;
}

/* ----- about us ----- */

#section-about .contents-wrap{
}
.copy02{
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px 0;
    color: #666;
}
/* ----- president ----- */
#section-president .contents-wrap{
}
.president-name{
    text-align: right;
}
/* ----- yakuinn ----- */
#section-yakuinn .contents-wrap{
}
#section-yakuinn table{
    width: 100%;
    text-align: center;
    border: 3px solid #666;
}

#section-yakuinn table td {
text-align: left;
font-size: 16px;
padding: 10px 5px 10px 15px;
}

.table-bg01{
    color: #FFF;
    background-color: #A75E62;
}
.table-bg02{
    color: #333;
    background-color: #E1B3B3;
}
.table-bg03{
    color: #333;
    background-color: #FFF;
}
#section-yakuinn th, #section-yakuinn td{
text-align: left;
    display: table-cell;
    padding: 10px 5px 10px 15px;
    font-size: 17px;
    font-weight: 400;
}

#section-yakuinn .heading{
    font-size: 26px;
    text-align: left;
    color: #333;
    margin: 20px 0 0 0;
}

/* ----- history ----- */
#section-history .contents-wrap{
}
#section-history table{
    width: 100%;
    text-align: center;
    border: 3px solid #666;
}
#section-history th{
    font-size: 17px;
}

#section-history td{
    font-size: 14px;
}

#section-history th, #section-history td{
    display: table-cell;
    padding: 7px 6px 4px 6px;
    font-weight: 400;
}
.table-bg04{
    color: #01013A;
    background-color: #A7A7DC;
}
.table-bg05{
    color: #01013A;
    background-color:#7D7DBA;
}
#section-history .body-contents {
    margin: 0;
}

/* ----- papersubmission ----- */

#section-papersubmission .contents-wrap{
}
#section-papersubmission p{
    color: #555;
}
#section-papersubmission p.caption{
    font-size: 14px;
}
.paper-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    text-align: center;
    margin: 20px 0 0 0;
    row-gap: 20px;
}
.paper-item{
    width: 250px;
}
#section-papersubmission .body-contents{
    margin: 0;
}

/* ----- ruleoflaw ----- */
#section-ruleoflaw p{
    font-size: 13px;
}

#section-ruleoflaw .contents-wrap{

}
ol{
        font-size: 13px;
        color: #666;
}
#ruleoflaw-contents li {
  margin-left: 15px;
  padding-left: 5px;
  list-style: decimal;
}
.copy03{
  font-size: 24px;
  color: #333; 

}

/* ----- membershipfee ----- */

#section-membershipfee p{
    font-size: 16px;
}

#section-membershipfee .contents-wrap{
}
#fee li{
      margin-left: 30px;
  padding-left: 0px;
    list-style: initial;
    color: #666;
}

#payee li{
  padding-left: 0px;
    list-style: initial;
    color: #333;
    font-size: 20px;
    margin: 20px 0 0 30px;
}

/* ----- contact ----- */
#section-contact .contents-wrap{
}

#section-contact a{
    color: #666;
}

/* ----- footer ----- */
footer{
    width: 100%;
    background-color: #efefef;
    border-top: 1px solid #aaa;
    padding: 18px 0 18px 0 ;
}

footer p {
font-size: 15px;
line-height: 1.6;
text-align: left;
color: #666;
}