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


/*******************************
#topicBox
*******************************/
#topicBox {
    margin-bottom: 100px;
}
#topicBox h2 {
    font-size: 212.5%;
    font-weight: 700;
    color: #00336a;
    border-bottom: 1px solid #00336a;
    padding-bottom: 10px;
    margin-bottom: 45px;
}
#topicBox h2 span {
    display: block;
    border-left: 5px solid #beaf73;
    padding-left: 20px;
    line-height: 1;
}


/*******************************
.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;
}

/*--------------------
プルダウン
--------------------*/
.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;
}




/*******************************
#timeBox
*******************************/
#timeBox .table {
    margin-bottom: 40px;
}
#timeBox .table dt {
    color: #00336a;
    font-size: 137.5%;
    font-weight: 700;
    margin-bottom: 15px;
}
#timeBox .table dd table {
    font-size: 112.5%;
    width: 100%;
}
#timeBox .table dd table th {
    width: 176px;
    background-color: #f5f3f2;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: left;
    vertical-align: middle;
}
#timeBox .table dd table td {
    padding: 5px 0 5px 25px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}

#timeBox .note {
    display: flex;
    line-height: 1.8;
}
#timeBox .note dt {
    margin-right: 25px;
}


/*******************************
#libraryBox
*******************************/
#libraryBox .table {
    margin-bottom: 40px;
}
#libraryBox .table dt {
    color: #00336a;
    font-size: 137.5%;
    font-weight: 700;
    margin-bottom: 15px;
}
#libraryBox .table dd table {
    font-size: 112.5%;
    width: 100%;
}
#libraryBox .table dd table th {
    width: 176px;
    background-color: #f5f3f2;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
    text-align: left;
    vertical-align: middle;
}
#libraryBox .table dd table td {
    padding: 5px 0 5px 25px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
#libraryBox .note {
    display: flex;
    line-height: 1.8;
}
#libraryBox .note dt {
    margin-right: 25px;
}
#libraryBox .pdfLink {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
#libraryBox .pdfLink li {
    margin: 0 30px;
}
#libraryBox .pdfLink li a {
    position: relative;
    font-size: 112.5%;
    color: #00336a;
    padding-left: 50px;
    display: flex;
    align-items: baseline;
}
#libraryBox .pdfLink li a p {
    text-decoration: underline;
}
#libraryBox .pdfLink li 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;
}
#libraryBox .pdfLink li a .small {
    font-size: 80%;
    text-decoration: none;
    vertical-align: bottom;
}
#libraryBox .otLinkBtn {
    margin-top: 56px;
}
#libraryBox .otLinkBtn a {
    height: 80px;
    width: 450px;
    line-height: 80px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #000000;
    box-shadow: 4px 4px 0 #000000;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 150%;
    font-weight: 500;
    margin: 0 auto;
}


/*******************************
#certificateBox
*******************************/
#certificateBox .txt {
    font-size: 112.5%;
    line-height: 1.8;
}
#certificateBox ul {
    padding-left: 1.5em;
}
#certificateBox ul li {
    font-size: 112.5%;
    line-height: 1.8;
    list-style: disc;
}
#certificateBox .table {
    margin-bottom: 40px;
    margin-top: 40px;
}
#certificateBox .table dt {
    color: #00336a;
    font-size: 137.5%;
    font-weight: 700;
    margin-bottom: 15px;
}
#certificateBox .table dd table {
    font-size: 112.5%;
    width: 100%;
}
#certificateBox .table dd table th {
    width: 240px;
    background-color: #f5f3f2;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
#certificateBox .table dd table td {
    padding: 5px 0 5px 25px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}


/*******************************
#healthBox
*******************************/
#healthBox p {
    font-size: 112.5%;
}
#healthBox p:first-child {
    margin-bottom: 2em;
}

/*******************************
#employmentBox
*******************************/
#employmentBox .table {
    margin-bottom: 30px;
}
/*#employmentBox .table dt {
    color: #00336a;
    font-size: 137.5%;
    font-weight: 700;
    margin-bottom: 15px;
}*/
#employmentBox .table table {
    font-size: 112.5%;
    width: 100%;
}
#employmentBox .table table th {
    width: 144px;
    background-color: #f5f3f2;
    padding: 5px 0 5px 20px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
#employmentBox .table table td {
    padding: 5px 0 5px 25px;
    border-top: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
#employmentBox .table table td a {
    font-weight: 700;
    color: #00336a;
    text-decoration: underline;
}


/*******************************
#volunteerBox
*******************************/
#volunteerBox p {
    font-size: 112.5%;
}
#volunteerBox dl {
    margin-top: 50px;
}
#volunteerBox dl dt {
    font-size: 137.5%;
    font-weight: 700;
    color: #00336a;
    margin-bottom: 15px;
}
#volunteerBox dl dd {
    font-size: 112.5%;
    line-height: 1.8;
}

/*******************************
#circleBox
*******************************/
#circleBox dl dt {
    font-size: 137.5%;
    font-weight: 700;
    color: #00336a;
    margin-bottom: 15px;
}
#circleBox dl dd {
    font-size: 112.5%;
    line-height: 1.8;
}

/*******************************
#ticketBox
*******************************/
#ticketBox .boxWrap {
    display: flex;
    justify-content: space-between;
}
#ticketBox dl dt {
    font-size: 137.5%;
    font-weight: 700;
    color: #00336a;
    margin-bottom: 20px;
}
#ticketBox dl dd {
    font-size: 112.5%;
    line-height: 1.8;
}
#ticketBox dl dd span {
    color: #00336a;
}
#ticketBox .txt {
    font-weight: 700;
    color: #00336a;
    margin-top: 30px;
}
#ticketBox .txt a {
    font-size: 162.5%;
}
#ticketBox .otLinkBtn {
    margin-top: 10px;
}
#ticketBox .otLinkBtn a {
    height: 70px;
    width: 400px;
    line-height: 70px;
    text-align: center;
    background: #00336a;
    -webkit-box-shadow: 4px 4px 0 #000000;
    box-shadow: 4px 4px 0 #000000;
    box-sizing: border-box;
    display: block;
    color: #fff;
    font-size: 137.5%;
    font-weight: 500;
}










/*******************************
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;
}
