@charset "UTF-8";
#contents {
  font-feature-settings: "palt";
  width: 1000px;
}

/*******************************
#leadTxt
*******************************/
#leadTxt {
    margin-bottom: 130px;
}
#leadTxt p {
    font-size: 125%;
    line-height: 1.8
}


/*******************************
.accWrap 共通
*******************************/
.accWrap {
    margin-bottom: 55px;
}
.accWrap h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
}
.accWrap h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}
.accWrap h2 a {
    position: relative;
    display: block;
}

.accWrap .normalTxt {
    font-size: 112.5%;
    margin-bottom: 60px;
}



/*--------------------
プルダウン
--------------------*/
.mod_panel .panelTitle a:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/accWrap_icon_open.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.mod_panel .panelTitle a.open:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/accWrap_icon_close.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.mod_panel_inner {
    padding: 50px 0 40px 0;
}
.mod_panel_inner.close {
    display: none;
}
.mod_panel_inner_btn {
    margin-top: 25px;
}
.mod_panel_inner_btn p.closebtn {
    font-size: 112.5%;
    text-align: right;
}
.mod_panel_inner_btn p.closebtn a {
    color: #00336a;
    text-decoration: underline;
    font-weight: 500;
}


/*******************************
#certificateBox01
*******************************/
#certificateBox01 {

}
#certificateBox01 .normalTxt span {
    font-weight: 700;
    text-decoration: underline;
}

#certificateBox01 .boxWrap .inner {
    width: 96%;
    margin: 0 auto;
}
#certificateBox01 .boxWrap h3 {
    font-weight: 500;
    font-size: 162.5%;
    color: #fff;
    background-color: #00336a;
    padding: 5px 20px;
    margin-bottom: 40px;
}
#certificateBox01 .boxWrap .bTxt {
    font-weight: 700;
    font-size: 137.5%;
    margin-bottom: 45px;
    line-height: 1.8;
}
#certificateBox01 .boxWrap .bTxt .col {
    color: #00336a;
}
#certificateBox01 .boxWrap .bTxt .num {
    font-size: 136.3%;
}
#certificateBox01 .boxWrap .list {
    padding-left: 1em;
    margin-bottom: 60px;
}
#certificateBox01 .boxWrap .list li {
    font-size: 112.5%;
    list-style: disc;
    line-height: 1.8;
}
#certificateBox01 .boxWrap .list li .bld {
    font-weight: 700;
    color: #00336a;
}
#certificateBox01 .boxWrap .list li .red {
    color: #ff0000;
}

#certificateBox01 .secWrap {
    background-color: #f5f3f2;
    padding: 40px;
    margin-bottom: 50px;
}
#certificateBox01 .secWrap .title {
    color: #00336a;
    font-weight: 700;
    font-size: 137.5%;
    margin-bottom: 30px;
}
#certificateBox01 .secWrap .title .num {
    font-size: 136.3%;
    margin-right: 5px;
}
#certificateBox01 .secWrap .title .line {
    text-decoration: underline;
}
#certificateBox01 .secWrap .pdfBox {
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}
#certificateBox01 .secWrap .pdfBox a {
    font-size: 112.5%;
    color: #00336a;
    text-decoration: underline;
    padding-left: 45px;
    position: relative;
}
#certificateBox01 .secWrap .pdfBox a::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 40px;
    background-image: url(../../common/images/pdfIcon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}


/*-- table 共通 --*/
#certificateBox01 .tableWrap {
    width: 860px;
    margin-left: auto;
}
#certificateBox01 .tableWrap table {
    width: 100%;
    margin: 20px 0 10px 0;
}
#certificateBox01 .tableWrap table tr th {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    background-color: #d9e0e9;
    font-weight: 400;
    font-size: 112.5%;
    width: 210px;
    padding: 10px 0;
    vertical-align: middle;
}
#certificateBox01 .tableWrap table tr td {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: center;
    font-size: 112.5%;
    background-color: #fff;
    vertical-align: middle;
    padding: 10px 0;
}






/*-- sec01 --*/
#certificateBox01 .sec01 .capTxt {
    font-size: 112.5%;
}
#certificateBox01 .sec01 ul {
    padding-left: 1.3em;
}
#certificateBox01 .sec01 ul li {
    list-style: disc;
    font-size: 112.5%;
}
/*-- sec02 --*/
#certificateBox01 .sec02 p {
    font-size: 112.5%;
}
/*-- sec03 --*/
#certificateBox01 .sec03 .leadTxt {
    font-size: 112.5%;
}
#certificateBox01 .sec03 table tr:first-child td:nth-child(n+2):nth-child(-n+4) {
    width: 130px;
    border-right: 1px solid #969696;
}
#certificateBox01 .sec03 table tr:first-child td:last-child {
    width: 260px;
}
#certificateBox01 .sec03 table tr:last-child td:nth-child(2) {
    border-right: 1px solid #969696;
}
/*-- sec04 --*/
#certificateBox01 .sec04 table tr th {
    width: 210px;
}
#certificateBox01 .sec04 table tr td {
    width: 325px;
}
#certificateBox01 .sec04 table tr td:first-child,
#certificateBox01 .sec04 table tr:first-child td:nth-child(2) {
    border-right: 1px solid #969696;
}
#certificateBox01 .sec04 .tableWrap:first-of-type {
    margin-bottom: 45px;
}
#certificateBox01 .sec04 .infoWrap {
    margin-top: 60px;
}
#certificateBox01 .sec04 .infoWrap table {
    margin: 0 auto;
}
#certificateBox01 .sec04 .infoWrap table tr th {
    background-color: #ded7b9;
    font-size: 112.5%;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    font-weight: 400;
}
#certificateBox01 .sec04 .infoWrap .fw01 {
    font-size: 125%;
    font-weight: 500;
    width: auto;
    border-right: none !important;
    padding-left: 20px;
}
#certificateBox01 .sec04 .infoWrap table tr:last-child td {
    font-size: 87.5%;
    border-right: none;
    padding-top: 15px;
}
#certificateBox01 .sec04 .indent {
    padding-left: 1em;
    text-indent: -1em;
}

#certificateBox01 .sec04 p a {
    text-decoration: underline;
    text-underline-offset: 3px;
}
/*-- sec05 --*/
#certificateBox01 .sec05 ul {
    padding-left: 1.3em;
}
#certificateBox01 .sec05 ul li {
    list-style: disc;
    font-size: 112.5%;
}


/*******************************
#certificateBox02
*******************************/
#certificateBox02 .boxWrap .inner {
    width: 96%;
    margin: 0 auto;
}
#certificateBox02 .boxWrap h3 {
    font-weight: 500;
    font-size: 162.5%;
    color: #fff;
    background-color: #00336a;
    padding: 5px 20px;
    margin-bottom: 40px;
}
#certificateBox02 .boxWrap .bTxt {
    font-weight: 700;
    font-size: 137.5%;
    margin-bottom: 45px;
    line-height: 1.8;
}
#certificateBox02 .boxWrap .bTxt .col {
    color: #00336a;
}
#certificateBox02 .boxWrap .bTxt .num {
    font-size: 136.3%;
}
#certificateBox02 .boxWrap .list {
    padding-left: 1em;
    margin-bottom: 60px;
}
#certificateBox02 .boxWrap .list li {
    font-size: 112.5%;
    list-style: disc;
    line-height: 1.8;
}

#certificateBox02 .tableWrap {
    width: 860px;
    margin-left: auto;
}
#certificateBox02 .tableWrap table {
    width: 100%;
    margin: 20px 0 10px 0;
}
#certificateBox02 .tableWrap table tr th {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    background-color: #d9e0e9;
    font-weight: 400;
    font-size: 112.5%;
    width: 210px;
    padding: 10px 0;
    vertical-align: middle;
}
#certificateBox02 .tableWrap table tr td {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: center;
    font-size: 112.5%;
    background-color: #fff;
    vertical-align: middle;
    padding: 10px 0;
}









#certificateBox02 .secWrap {
    background-color: #f5f3f2;
    padding: 40px;
    margin-bottom: 50px;
}
#certificateBox02 .secWrap .title {
    color: #00336a;
    font-weight: 700;
    font-size: 137.5%;
    margin-bottom: 30px;
}
#certificateBox02 .secWrap .title .num {
    font-size: 136.3%;
    margin-right: 5px;
}
#certificateBox02 .secWrap .title .line {
    text-decoration: underline;
}
#certificateBox02 .secWrap .pdfBox {
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
}
#certificateBox02 .secWrap .pdfBox a {
    font-size: 112.5%;
    color: #00336a;
    text-decoration: underline;
    padding-left: 45px;
    position: relative;
}
#certificateBox02 .secWrap .pdfBox a::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 40px;
    background-image: url(../../common/images/pdfIcon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}


/*--sec01--*/
#certificateBox02 .sec01 .capTxt {
    font-size: 112.5%;
}
#certificateBox02 .sec01 ul {
    padding-left: 1.3em;
}
#certificateBox02 .sec01 ul li {
    list-style: disc;
    font-size: 112.5%;
}
/*--sec02--*/
#certificateBox02 .sec02 tr th {
    width: 209px;
}
#certificateBox02 .sec02 tr td {
    width: 217px;
}
#certificateBox02 .sec02 tr td:nth-child(3) {
    border-right: 1px solid #969696;
    border-left: 1px solid #969696;
}
/*--sec03--*/
#certificateBox02 .sec03 .infoWrap {
    margin-top: 30px;
}
#certificateBox02 .sec03 .infoWrap table {
    margin: 0 auto;
}
#certificateBox02 .sec03 .infoWrap table tr th {
    background-color: #ded7b9;
    font-size: 112.5%;
    text-align: center;
    width: 120px;
    vertical-align: middle;
    font-weight: 400;
}
#certificateBox02 .sec03 .infoWrap .fw01 {
    font-size: 125%;
    font-weight: 500;
    width: auto;
    border-right: none !important;
    padding-left: 20px;
}

/*******************************
#reunionBox
*******************************/
#reunionBox .boxWrap {
    margin-bottom: 84px;
}
#reunionBox .boxWrap h3 {
    font-weight: 500;
    font-size: 162.5%;
    color: #fff;
    background-color: #00336a;
    padding: 5px 20px;
    margin-bottom: 40px;
}
#reunionBox .boxWrap .bTxt {
    font-weight: 700;
    font-size: 137.5%;
    margin-bottom: 45px;
    line-height: 1.8;
}
#reunionBox .tableWrap {
    margin-top: 30px;
}
#reunionBox .tableWrap p {
    font-size: 112.5%;
    margin-bottom: 10px;
}
#reunionBox .tableWrap table {
    width: 100%;
}
#reunionBox .tableWrap table tr th {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    background-color: #d9e0e9;
    font-weight: 400;
    font-size: 112.5%;
    width: 164px;
    padding: 10px 0;
    vertical-align: middle;
}
#reunionBox .tableWrap table tr td {
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: center;
    font-size: 112.5%;
    background-color: #fff;
    vertical-align: middle;
    padding: 10px 0 10px 20px;
    text-align: left;
}
#reunionBox .tableWrap table tr td a {
    color: #00336a;
    font-weight: 700;
}
#reunionBox .tableWrap table tr td a .line {
    text-decoration: underline;
}
#reunionBox .tableWrap table tr td a .small {
    font-size: 80%;
}
#reunionBox .tableWrap table tr td dl {
    display: flex;
    align-items: flex-start;
}
#reunionBox .tableWrap table tr td dt {
    min-width: 145px;
}
#reunionBox .tableWrap table tr td img {
    display: block;
    margin-top: 8px;
    width: 100%;
    max-width: 400px;
}
#reunionBox .infoWrap {
    margin-top: 30px;
}
#reunionBox .infoWrap table {
    margin: 0 auto;
}
#reunionBox .infoWrap table tr th {
    background-color: #ded7b9;
    font-size: 112.5%;
    text-align: center;
    width: 120px;
    height: 50px;
    vertical-align: middle;
    font-weight: 400;
}
#reunionBox .infoWrap table tr td {
    font-size: 125%;
    font-weight: 500;
    padding-left: 20px;
    vertical-align: middle;
}
#reunionBox .party {
    margin-top: 75px;
}
#reunionBox .party .title {
    font-size: 125%;
    font-weight: 700;
    color: #00336a;
    margin-bottom: 15px;
}
#reunionBox .party .past {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#reunionBox .party .past .imgBox {

}
#reunionBox .party .past .txtBox {

}
#reunionBox .party .past .txtBox a {
    color: #00336a;
    font-weight: 700;
}
#reunionBox .party .past .txtBox a .line {
    text-decoration: underline;
}
#reunionBox .party .past .txtBox a .small {
    font-size: 80%;
}
#reunionBox .party .past .abTxt {
    position: absolute;
    width: 510px;
    border: 1px solid #00336a;
    background-color: #fff;
    top: -50px;
    right: 0;
    padding: 22px 0;
    text-align: center;
}
#reunionBox .party .past .abTxt p {
    font-weight: 500;
    line-height: 1.8;
    color: #00336a;
}
#reunionBox .party .past .abTxt::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -22px;
    left: 159px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #00336a;
    border-width: 0px 22px 22px 22px;
}
#reunionBox .party .past .abTxt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 160px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 0px 20px 20px 20px;
}
/*----*/
#reunionBox.accWrap .box02 .normalTxt {
    margin-bottom: 40px;
}
#reunionBox .boxWrap.box02 .flBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
#reunionBox .box02 .infoWrap {
    margin-top: 0;
    margin-right: 80px;
}

#reunionBox .boxWrap.box02 .flBox .pdfBox a {
    font-size: 112.5%;
    color: #00336a;
    text-decoration: underline;
    padding-left: 45px;
    position: relative;
}
#reunionBox .boxWrap.box02 .flBox .pdfBox a::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 40px;
    background-image: url(../../common/images/pdfIcon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}

/*----*/
#reunionBox.accWrap .box04 .normalTxt {
    margin-bottom: 40px;
}
#reunionBox .box04 .linkBox a {
    border: 1px solid #00336a;
    font-size: 125%;
    color: #00336a;
    text-align: center;
    padding: 20px 30px;
    display: inline-block;
}



/*******************************
#ambassadorBox
*******************************/
#ambassadorBox .normalTxt {
    margin-bottom: 50px;
    line-height: 1.8;
}
#ambassadorBox .pdfBox {
    text-align: center;
}
#ambassadorBox .pdfBox a {
    font-size: 112.5%;
    color: #00336a;
    text-decoration: underline;
    padding-left: 45px;
    position: relative;
}
#ambassadorBox .pdfBox a::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 40px;
    background-image: url(../../common/images/pdfIcon_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
}


/*******************************
#changeBox
*******************************/
#changeBox .normalTxt {
    margin-bottom: 70px;
    line-height: 1.8;
}
#changeBox .infoWrap {
    margin-top: 70px;
}
#changeBox .infoWrap table {
    margin: 0 auto;
}
#changeBox .infoWrap table tr th {
    background-color: #ded7b9;
    font-size: 112.5%;
    text-align: center;
    width: 120px;
    height: 50px;
    vertical-align: middle;
    font-weight: 400;
}
#changeBox .infoWrap table tr td {
    font-size: 125%;
    font-weight: 500;
    padding-left: 20px;
    vertical-align: middle;
}



/*******************************
linkArea
*******************************/
#linkArea {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
#linkArea .btnArea {
    width: 480px;
}
#linkArea .btnArea .txt {
    font-size: 137.5%;
    color: #00336a;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}
#linkArea .btnArea .txt span {
    font-size: 120%;
}

#linkArea .btnArea a {
    height: 120px;
    line-height: 110px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #7e7e86;
    box-shadow: 4px 4px 0 #7e7e86;
    box-sizing: border-box;
    position: relative;
    display: block;

    font-size: 212.5%;
    font-weight: 700;
    color: #fff;
}
#linkArea .btnArea a::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/linkArea_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}
#linkArea .btnArea a p {
    border: 1px solid #fff;
    height: 110px;
    width: 470px;
    box-sizing: border-box;
    margin: 5px 0 0 0px;
    text-align: center;
    display: inline-block;
}
