@charset "utf-8";
/* basic
----------------------------------------------------------- */
.colorStrong {
    color: #c51729;
}
/* list --------------- */
.list {
    list-style: disc;
    margin-left: 1.5em;
    text-align: left;
}
.list li {
    margin-bottom: 1em;
}
/* btn --------------- */
.btnBasic, .btnBack, .mypageNavi li {
    text-align: center;
}
.mypageNavi li {
    margin-bottom: 1em;
}
.btnBasic a, .btnBack a, .mypageNavi a {
    display: block;
    position: relative;
    border: 1px solid #c51729;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 25px 10px 20px;
    color: #c51729;
    font-size: 14px;
    overflow: hidden;
    z-index: 1;
    transition: 0.2s linear;
}
body.forum .btnBasic a {
    background-color: #82C164;
    border-color: #82C164;
    color: #fff;
}
body.prize .btnBasic a {
    background-color: #68A7E7;
    border-color: #68A7E7;
    color: #fff;
}
body.academia .btnBasic a {
    background-color: #D2C940;
    border-color: #D2C940;
    color: #fff;
}
body.kemono .btnBasic a {
    background-color: #A197D9;
    border-color: #A197D9;
    color: #fff;
}
.mypageNavi a {
    max-width: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.btnBasic a {
    width: 230px;
}
.btnBack a {
    width: 200px;
    margin-top: 2em;
}
.btnBasic a::after, .btnBack a::after, .mypageNavi a::after {
    position: absolute;
    right: 12px;
    content: "";
}
.btnBasic a::after {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 7px;
    height: 12px;
    background-image: url("../images/ic_arrow.svg");
    background-repeat: no-repeat;
    background-size: 7px 12px;
}
body.forum .btnBasic a::after, body.prize .btnBasic a::after, body.academia .btnBasic a::after, body.kemono .btnBasic a::after {
    background-image: url("../images/ic_arrow_wt.svg");
}
.btnBasic a::before, .btnBack a::before, .mypageNavi a::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    content: "";
    z-index: -1;
    transition: 0.2s linear;
}
body.forum .btnBasic a::before {
    background-color: #82C164;
    color: #fff;
}
body.prize .btnBasic a::before {
    background-color: #68A7E7;
    color: #fff;
}
body.academia .btnBasic a::before {
    background-color: #D2C940;
    color: #333;
}
body.kemono .btnBasic a::before {
    background-color: #A197D9;
    color: #333;
}
.btnBasic a:hover, .btnBack a:hover, .mypageNavi a:hover {
    background-color: #c51729;
    color: #fff;
}
body.forum .btnBasic a:hover {
    background-color: #fff;
    color: #82C164;
}
body.prize .btnBasic a:hover {
    background-color: #fff;
    color: #68A7E7;
}
body.academia .btnBasic a:hover {
    background-color: #fff;
    color: #D2C940;
}
body.kemono .btnBasic a:hover {
    background-color: #fff;
    color: #A197D9;
}
.btnBasic a:hover::after {
    background-image: url("../images/ic_arrow_wt.svg");
}
body.prize .btnBasic a:hover::after, body.academia .btnBasic a:hover::after, body.kemono .btnBasic a:hover::after {
    background-image: none;
}
.btnBasic a:hover::before, .btnBack a:hover::before, .mypageNavi a:hover::before {
    width: 0;
    height: 100%;
    left: 100%;
    top: 0;
}
/* table --------------- */
.tbl, .tblNarrow {
    width: 100%;
    font-size: 14px;
}
.tbl th, .tbl td, .tblNarrow th, .tblNarrow td {
    border: 1px solid #D8D8D8;
}
.tblOfficer {
    width: 100%;
    border-top: 1px solid #ECECEC;
}
.tblOfficer th, .tblOfficer td {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 0 10px 2%;
}
.tblOfficer th {
    width: 40%;
    text-align: left;
}
.bdNone {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.tblOfficer td span {
    padding-left: 10%;
    color: #777;
}
.tbl th, .tbl td {
    padding: 10px;
}
.tblNarrow th, .tblNarrow td, .tbl-executive th, .tbl-executive td {
    padding: 6px 10px;
}
.tbl th, .tblNarrow th {
    background-color: #F9F9F9;
    text-align: left;
    white-space: nowrap;
}
.tbl tr.title-tbl-executive th {
    background-color: #E6E6E6;
    white-space: normal;
}
.tbl-executive th {
    text-align: center;
}
.tbl-executive th.title-executive {
    font-size: clamp(1.60rem, 0.49vw + 1.42rem, 1.80rem);
    text-align: left;
}
.tbl-executive td {
    word-break: break-all;
}
.tbl-executive td:first-child {
    width: 50%;
}
.tbl-executive td:nth-child(2), .tbl-executive td:nth-child(3) {
    width: 25%;
    font-size: clamp(1.40rem, 0.25vw + 1.31rem, 1.50rem);
}
.icPdf a {
    display: block;
    background: url("../images/ic_pdf.svg") no-repeat 1px 4px;
    background-size: 16px;
    margin-top: 4px;
    padding-left: 24px;
}
.box, .box02 {
    border: 1px solid #D7D7D7;
    padding: 10px 15px;
}
.box {
    background-color: #F7F7F7;
}
@media print, screen and (min-width: 768px) {
    .caption {
        font-size: 15px;
    }
    .btnBasic a, .btnBack a {
        padding: 14px 0;
        font-size: 15px;
    }
    .btnBasic a {
        width: 350px;
    }
    .btnBack a {
        margin-top: 3em;
        width: 250px;
    }
    .btnBasic a::after {
        right: 40px;
    }
    .mypageNavi {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .mypageNavi li {
        width: calc((100% - 40px) / 2);
    }
    .tbl, .tblNarrow {
        font-size: 16px;
    }
    .tbl th, .tbl td {
        padding: 12px 25px;
    }
    .tblNarrow th, .tblNarrow td, .tbl-executive td {
        padding: 8px 25px;
    }
    .tbl-executive th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tblOfficer th {
        width: 17em;
    }
    .tblOfficer th, .tblOfficer td {
        padding: 12px 0 12px 150px;
    }
    .tblOfficer td span {
        padding-left: 3em;
    }
    .icPdf a {
        background-position: 1px 2px;
        background-size: 18px;
        margin-top: 4px;
        padding-left: 27px;
    }
    .box, .box02 {
        padding: 15px 25px;
    }
}
/* color --------------- */
.colorSub {
    color: #777;
}
/* news
----------------------------------------------------------- */
.newsListTop, .newsList {
    margin-bottom: 1.5em;
}
.newsListTop li, .newsList li {
    margin-bottom: 12px;
    font-size: 14px;
}
.areaNewsDateList, .areaNewsDate {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.areaNewsDateList {
    margin-bottom: 3px;
}
.areaNewsDate {
    margin-bottom: 0.8em;
}
.newsDate {
    padding-right: 12px;
    color: #666;
    font-size: 14px;
}
.icNews {
    width: 80px;
    padding: 1px 0;
    font-size: 10px;
    text-align: center;
}
.ctgNew {
    background-color: #E6E6E6;
}
.ctgNotice {
    background-color: #F5DBDB;
}
.newsDetail a {
    color: #333;
}
@media print, screen and (min-width: 768px) {
    .newsListTop {
        margin-bottom: 40px;
        text-align: center;
    }
    .newsList {
        margin-bottom: 3em;
    }
    .newsListTop li, .newsList li {
        margin-bottom: 20px;
        text-align: left;
        font-size: 15px;
    }
    .newsListTop dl, .newsList dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .areaNewsDateList, .areaNewsDate {
        padding-right: 30px;
    }
    .areaNewsDateList {
        margin-bottom: 0;
    }
    .newsDate {
        padding-right: 25px;
        font-size: 15px;
    }
    .icNews {
        width: 110px;
        font-size: 12px;
    }
    .newsDetail {
        flex: 1;
    }
}
/* news detail --------------- */
.detailNewsDate {
    text-align: right;
    margin-bottom: 0.4em;
    color: #666;
    font-size: 1.4rem;
}
.ttlNews {
    margin-bottom: 1em;
    padding: 8px 2px 7px;
    font-size: 1.6rem;
}
@media print, screen and (min-width: 600px) {
    .areaNewsList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .areaNewsList a {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 768px) {
    /* news --------------- */
    .areaNewsList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        font-size: 0.938em;
    }
    .areaNews {
        display: block;
    }
    .newsImg {
        width: 100%;
        max-width: none;
    }
    .news {
        margin-left: 0;
    }
    .areaNewsList::after {
        content: "";
        display: block;
        width: 31%;
    }
    .areaNewsList a {
        width: 31%;
        margin-bottom: 40px;
    }
    .detailNewsDate {
        font-size: 0.938em;
    }
    .ttlNews {
        font-size: 1.25em;
    }
}
/* academia --------------- */
.presidentName {
    padding-left: 1em;
    font-size: 18px;
    letter-spacing: 0.5em;
}
@media print, screen and (min-width: 768px) {
    .presidentName {
        font-size: 20px;
    }
}
/* prize --------------- */
.prizeList {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.prizeList dt {
    width: 2em;
}
.prizeList dd {
    flex: 1;
}
.prizeListSub li {
    margin-bottom: 0.5em;
    padding-left: 2em;
    line-height: 1.5;
    text-indent: -2em;
}
.dlPrize dt {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
}
.dlPrize dd {
    padding-left: 1em;
    color: #666;
}
@media print, screen and (min-width: 768px) {
    .dlPrize dt {
        font-size: 17px;
    }
}
/* glossary --------------- */
.listGlossary {
    border-top: 1px dotted #ccc;
}
.listGlossary li {
    border-bottom: 1px dotted #ccc;
    padding: 12px;
}
.listGlossary a {
    color: #333;
}
.listGlossary a:hover {
    color: #53B9A0;
}
/* newsletter --------------- */
.newsletterCard {
    border: 1px solid #D7D7D7;
    margin-bottom: 20px;
    padding: 10px 12px 10px 14px;
    font-size: 14px;
}
.newsletterIssue {
    margin-bottom: 0.6em;
}
.issueNumber a {
    display: inline-block;
    background: url("../images/ic_pdf.svg") no-repeat left 4px;
    background-size: 18px;
    padding-left: 30px;
    padding-right: 1.5em;
    font-size: 16px;
}
.issueDate {
    color: #777;
}
@media print, screen and (min-width: 680px) {
    .areaNewsletter {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .newsletterCard {
        width: calc((100% - 22px) / 2);
        margin-bottom: 22px;
    }
}
@media print, screen and (min-width: 768px) {
    .newsletterCard {
        width: calc((100% - 40px) / 2);
        margin-bottom: 40px;
        padding: 14px 15px 12px 30px;
        font-size: 15px;
    }
    .issueNumber a {
        background-size: 22px;
        font-size: 18px;
    }
}
/*  --------------- */
.officerList li {
    border-bottom: 1px solid #ECECEC;
    padding: 10px 20px;
}
.officerNum {
    display: inline-block;
    width: 5em;
}
.ex-chairmanList {
    list-style: none;
    counter-reset: li;
    margin-left: 0;
}
.ex-chairmanList li {
    position: relative;
    margin-bottom: 0;
    padding-left: 50px;
}
.ex-chairmanList li::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    counter-increment: li;
    content: counter(li)'.';
}
.officerType {
    padding-left: 1.5em;
    color: #777;
}
.tblStrength tbody tr:nth-child(even) th, .tblStrength tbody tr:nth-child(even) td {
    background: rgba(224, 224, 224, 0.21);
}
@media print, screen and (min-width: 768px) {
    .officerList {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .officerList::after {
        content: "";
        display: block;
        width: calc((100% - 40px) / 3);
    }
    .officerList li {
        width: calc((100% - 40px) / 3);
    }
    .officerList li.wide {
        width: 100%;
    }
}
/* regulations --------------- */
.regulationsTxt {
    padding-left: 4em;
    text-indent: -4em;
}
.regulationsTxt02 {
    padding-left: 5em;
    text-indent: -5em;
}
.regulationsNum, .regulationsNum02 {
    display: block;
    float: left;
    text-align: right;
    clear: left;
}
.regulationsNum {
    width: 3em;
}
.regulationsNum02 {
    width: 4em;
}
.regulationsNumTxt {
    display: block;
    margin-left: 4em;
}
.regulationsNumTxt02 {
    display: block;
    margin-left: 5em;
}
.regulationsList dd {
    margin-bottom: 0.8em;
}
.regulationsListSub li {
    margin-top: 0.5em;
    margin-bottom: 0;
    padding-left: 3.3em;
    text-indent: -3.3em;
}
@media print, screen and (min-width: 768px) {
    .regulationsList dt {
        float: left;
        clear: left;
    }
    .regulationsList dt {
        width: 8.8em;
    }
    .regulationsList dd {
        margin-left: 8.5em;
    }
    .regulationsNum02 {
        width: 4.1em;
    }
    .regulationsNumTxt02 {
        display: block;
        margin-left: 5.1em;
    }
}
/* forum
----------------------------------------------------------- */
.dlForum dt {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.3;
}
.dlForum dd {
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    color: #666;
    line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
    .dlForum dt {
        margin-bottom: 8px;
        font-size: 17px;
    }
    .dlForum dd {
        margin-bottom: 1em;
        padding-bottom: 1em;
    }
}
/* kemono --------------- */
.ttlKemono {
    font-size: 16px;
    line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
    .ttlKemono {
        font-size: 18px;
    }
}
/* link --------------- */
.listLink li a {
    display: inline-block;
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 16px;
}
.listLink li a:before {
    position: absolute;
    top: 8px;
    left: 1px;
    width: 6px;
    height: 6px;
    background-color: #E8B653;
    content: "";
}
.listLink a {
    color: #333;
}
.listLink a:hover {
    color: #E8B653;
}
/* contact
----------------------------------------------------------- */
.required {
    color: #c51729;
    font-weight: 400 !important;
    font-size: 0.8em;
}
.tblContact {
    width: 100%;
    border-top: 1px solid #EBEBEB;
}
.tblContact th {
    display: block;
    padding: 8px 1em 0;
    text-align: left;
}
.tblContact td {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding: 6px 10px 12px;
}
.box2S {
    width: 80px !important;
}
.boxS {
    width: 45% !important;
}
.boxM {
    width: 70% !important;
}
.boxL {
    width: 95% !important;
}
.boxMes {
    width: 95%;
    height: 15em;
}
.areaPurpose {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.btnForm {
    width: 260px;
    height: 52px;
    display: block;
    background-color: #e83637;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
}
.btnFormBack {
    width: 258px;
    height: 50px;
    display: block;
    background-color: #fff;
    border: 1px solid #e83637;
    color: #e83637;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
}
.btnFormBack {
    margin-bottom: 1em;
}
.btnForm, .btnFormBack {
    margin-right: auto;
    margin-left: auto;
}
.btnFormBack:hover {
    opacity: 0.7;
}
.btnForm:hover {
    background-color: #fff;
    border: 1px solid #e83637;
    color: #e83637;
}
@media print, screen and (min-width: 768px) {
    .tblContact th {
        display: table-cell;
        width: 7em;
        border-bottom: 1px solid #EBEBEB;
        padding: 16px 1em;
        white-space: nowrap;
    }
    .tblContact td {
        display: table-cell;
        padding: 16px 1em 16px 2em;
        vertical-align: middle;
    }
    .areaPurpose {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .areaPurpose > span {
        width: calc((100% - 40px) / 2);
        text-align: left;
    }
    .areaPurpose > span:first-child {
        padding-right: 1em;
    }
    .box2S {
        width: 80px !important;
    }
    .boxS {
        width: 45% !important;
    }
    .boxM {
        width: 70% !important;
    }
    .boxL {
        width: 95% !important;
    }
    .btnForm, .btnFormBack {
        height: 60px;
        padding: 1em 0;
    }
    .btnForm {
        width: 300px;
    }
    .btnFormBack {
        width: 150px;
        margin: 0;
    }
    body.confirm .areaFormBtn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    body.confirm .btnForm {
        margin-right: 0;
        margin-left: 90px;
    }
}
/* aava
----------------------------------------------------------- */
/* statutes --------------- */
.listStatutes {
    margin-left: 1.8em;
}
.listStatutes > li {
    list-style-type: none;
    counter-increment: cnt;
    position: relative;
}
.listStatutes > li:before {
    content: "("counter(cnt) ")";
    display: inline-block;
    margin-left: -1.8em;
    width: 1em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
/* laws --------------- */
.listLaws {
    margin-left: 1.8em;
}
.listLaws > li {
    list-style-type: none;
    counter-increment: calc-ex10;
    position: relative;
}
.listLaws > li:before {
    content: "("counter(calc-ex10, lower-alpha) ")";
    display: inline-block;
    margin-left: -1.8em;
    width: 1em;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
}
/* executive --------------- */
.listExecutive li:not(:last-child) {
    margin-bottom: 0.5em;
}
/* congress --------------- */
.imgCongress {
    margin-bottom: 1em;
    text-align: center;
}
.imgCongress img {
    width: 200px;
}
.areaCongressTxt dt, .areaUpcomingTxt dt {
    margin-bottom: 0.5em;
}
.h2Congress {
    background-color: #2059A6;
    border-top: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    padding: 5px 15px;
    color: #fff;
    font-size: 17px;
}
.boxCongress {
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
    padding: 15px 4%;
}
@media print, screen and (min-width: 768px) {
    .imgCongress {
        margin-bottom: 0;
    }
    .imgCongress img {
        width: 150px;
    }
    .areaCongress {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .h2Congress {
        font-size: 22px;
    }
    .areaCongressTxt {
        flex: 1;
        order: -1;
        margin-right: 60px;
    }
    .boxCongress {
        padding: 2em 3em 2.5em;
    }
}