@charset "utf-8";
/* basic
----------------------------------------------------------- */
.caption {
    padding-top: 6px;
    font-size: 14px;
}
/* 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, .btnBackSearch 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;
}
body.technical .btnBasic a {
    background-color: #79CCD9;
    border-color: #79CCD9;
    color: #fff;
}
body.glossary .btnBasic a {
    background-color: #53B9A0;
    border-color: #53B9A0;
    color: #fff;
}
.mypageNavi a {
    max-width: 320px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.btnBasic a {
    width: 230px;
}
.btnBack a {
    width: 200px;
    margin-top: 2em;
}
.btnBackSearch a {
    width: 90%;
    margin-top: 2em;
    text-align: center;
}
.btnBasic a::after, .btnBack a::after, .mypageNavi a::after, .btnBackSearch a::after {
    position: absolute;
    right: 12px;
    content: "";
}
.btnBasic a::after, .btnBackSearch 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, body.technical .btnBasic a::after, body.glossary .btnBasic a::after {
    background-image: url("../images/ic_arrow_wt.svg");
}
.btnBasic a::before, .btnBack a::before, .mypageNavi a::before, .btnBackBefore 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;
}
body.technical .btnBasic a::before {
    background-color: #79CCD9;
    color: #333;
}
body.glossary .btnBasic a::before {
    background-color: #53B9A0;
    color: #333;
}
body.glossary .btnBasic a {
    width: 90%;
}
.btnBasic a:hover, .btnBack a:hover, .mypageNavi a:hover, .btnBackSearch 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;
}
body.technical .btnBasic a:hover {
    background-color: #fff;
    color: #79CCD9;
}
body.glossary .btnBasic a:hover {
    background-color: #fff;
    color: #53B9A0;
}
.btnBasic a:hover::after, .btnBackSearch 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,  body.kemono .btnBasic a:hover::after, body.technical .btnBasic a:hover::after, body.glossary .btnBasic a:hover::after {
    background-image: none;
}
.btnBasic a:hover::before, .btnBack a:hover::before, .mypageNavi a:hover::before, .btnBackSearch 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;
}
.tblSearch {
    width: 1000px;
    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;
}
.icPdf a {
    display: inline-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, .btnBackSearch a {
        padding: 14px 0;
        font-size: 15px;
    }
    .btnBasic a {
        width: 350px;
    }
    .btnBack a {
        margin-top: 3em;
        width: 250px;
    }
    .btnBackSearch a {
        margin-top: 3em;
        width: 400px;
    }
    .btnBasic a::after {
        right: 40px;
    }
    body.glossary .btnBasic a {
        width: 60%;
    }
    .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 {
        padding: 5px 25px;
    }
    .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;*/
}
body.glossary .officerList a {
    display: block;
    position: relative;
}
body.glossary .officerList a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #53B9A0;
    border-right: 1px solid #53B9A0;
    transform: rotate(45deg);
    content: "";
}
body.glossary .officerList a:hover {
    color: #53B9A0;
}
/* glossary search --------------- */
.tblSearch th, .tblSearch td {
    border-bottom: 1px solid #ECECEC;
    padding: 5px;
    letter-spacing: 0;
}
.tblSearch thead th {
    width: calc(100% / 7);
    /*width: 170px;*/
    background-color: #F9F9F9;
    border-right: 1px solid #ECECEC;
    white-space: nowrap;
    font-size: 13px;
}
.tblSearch thead th.thGlossary {
    width: 82px !important;
}
.tblSearch thead th.thPass, .tblSearch thead th.thAnnotation {
    width: 240px !important;
}
.tblSearch tbody td {
    border-left: 1px solid #ECECEC;
    font-size: 12px;
    -ms-word-break: break-all;
    word-break: break-all;
}
.tblSearch tbody tr td:first-of-type {
    border-left: none;
    padding-left: 0;
}
.tblSearch tbody tr td:nth-of-type(2) {
    font-size: 13px;
}
.tblSearch tbody tr td:last-of-type {
    padding-right: 0;
}
body.glossary .officerList li a {
    color: #333;
}
#searchTxt {
    width: 80%;
    padding: 8px;
    border-radius: 4px;
}
.btnSearch {
    background-color: #666;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    line-height: 32px;
}
.areaSearchOption {
    margin-top: 0.8em;
    padding-bottom: 0.5em;
}
.areaSearchTerm p, .areaSearchTerm div, .areaSearchOption div {
    margin-bottom: 0.2em;
}
a.btnSort {
    color: #53B9A0;
}
a.btnSort:hover {
    color: #999;
}
a.btnSort.select {
    color: #068063;
}
.areaSearchPagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0.6em;
    letter-spacing: 0;
}
.areaSearchPagination select {
    padding: 6px 10px 6px 6px;
}
.areaSearchPagination p {
    margin-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
    #searchTxt {
        width: 400px;
    }
    .tblSearch {
        width: 100%;
    }
    .areaSearchTerm, .areaSearchOption {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .areaSearchTerm p, .areaSearchTerm div:not(:last-child) {
        margin-right: 3em;
    }
    .searchOption01 {
        margin-right: 5em;
    }
}
/* 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: #8A8A8A;
}
.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;
}
.box3S {
    width: 100px !important;
}
.box2S {
    width: 120px !important;
}
.boxS {
    width: 40% !important;
    min-width: 120px;
}
.boxM {
    width: 70% !important;
}
.boxL {
    width: 95% !important;
}
.mgnBox {
    margin-right: 10px !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: #ddd;
    border: none;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
}
.btnFormBack {
    width: 258px;
    height: 50px;
    display: block;
    background-color: #fff;
    border: 1px solid #c51729;
    color: #c51729;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
}
.btnFormBack {
    margin-bottom: 1em;
}
.btnForm, .btnFormBack {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    margin-right: auto;
    margin-left: auto;
}
.btnFormBack:hover {
    opacity: 0.7;
}
.btnFormAgree {
    background-color: #c51729;
    color: #fff;
}
.btnFormAgree:hover {
    background-color: #fff;
    border: 1px solid #c51729;
    color: #c51729;
}
@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;
    }
    .boxS {
        width: 30% !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: 200px;
    }
}
/* grossary --------------- */
.naviGrossary a {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 6px;
    padding-left: 17px;
    line-height: 1.4;
    background-image: url("../images/ic_arrow.svg");
}