@charset "UTF-8";

/*******************************
#mainTitle
*******************************/
#mainTitleLow p {
    font-size: 100%;
    color: #fff;
    margin-top: auto;
    margin-left: 22px;
    margin-bottom: 52px;
}

.boxWrap .detail .table dl dd .LinkBox {
    max-width: 500px;
    margin: 10px 0 0 0;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap {
    width: 100%;
    height: 60px;
    font-size: 140%;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap.btn01 {
    margin-bottom: 0;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap div {
    width: 98%;
    height: 50px;
}

.boxWrap .detail .table dl dd .LinkBox .btnWrap a {
    display: block;
    height: 100%;
    line-height: 1.6em;
}


.boxWrap h3 {
    font-size: 140%;
}

.boxWrap h4 {
    font-size: 125%;
}

.boxWrap .detail {
    margin-top: 60px;
}

.boxWrap .under {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.boxWrap ul li.read {
    font-size: 125%;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.boxWrap ul li .caution {
    display: block;
    font-size: 85%;
    text-indent: -1em;
    padding-left: 2.5em;
}

.boxWrap .indent {
    padding-left: 1em;
    text-indent: -1em;
}

.boxWrap .detail .option .over {
    align-items: center;
}

.boxWrap .detail .option .over .support:first-child {
    margin-bottom: 0;
}

/*******************************
#stop
*******************************/
#stop {
    margin-bottom: 100px;
}

#stop h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}

#stop .boxWrap {
    max-width: 1000px;
    margin: 0 auto;
}

/*******************************
#day
*******************************/
#day {
    margin-bottom: 100px;
}
#day h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}
#day .inner {
    max-width: 1000px;
    margin: 0 auto;
}
#day table {
    width: 100%;
}
#day table th,
#day table td {
    padding: 4px;
    box-sizing: border-box;
}
#day table th {
    background-color: #f5f3f2;
    border: 1px solid #666666;
    font-weight: 400;
    vertical-align: middle;
    font-size: 112.5%;
}
#day table tr:first-child th:first-child {
    border: none;
    background-color: #fff;
}
#day table td {
    border: 1px solid #666666;
    text-align: center;
    vertical-align: middle;
    font-size: 112.5%;
}
#day table .fw {
    font-weight: 700;
}
#day table .tokuten {
    background-color: #beaf73;
    border: 1px solid  #beaf73;
}

/*******************************
#other
*******************************/
#other {
    margin-bottom: 100px;
}

#other h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}

#other .boxWrap {
    max-width: 1000px;
    margin: 0 auto;
}

#other .caution {
    font-size: 18px;
}

#other dl {
    margin-bottom: 30px;
}

#other dt {
    font-size: 162.5%;
    color: #00336a;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #00336a;
    letter-spacing: 0.02em;
}

#other dd {
    font-size: 125%;
    letter-spacing: 0.05em;
}

#other table {
    width: 100%;
    font-size: 125%;
    margin: 8px auto;
}

#other table th,
#other table td {
    border: 1px solid #00336a;
    padding: 15px 0;
}

#other table tr td {
    padding-left: 28px;
}

#other table tr:first-child th {
    background-color: #ebe7d5;
    color: #00336a;
}

#other table tr th:nth-child(1),
#other table tr td:nth-child(2) {
    font-weight: 700;
    color: #00336a;
}

#other table tr:first-child th:nth-child(1) {
    width: 60px;
}

#other table tr:first-child th:nth-child(2) {
    width: 380px;
    font-weight: 400;
}

#other table tr:first-child th:nth-child(3) {
    width: 560px;
    font-weight: 400;
}

/*******************************
#requirements
*******************************/

#requirements h2 {
    background-color: #e5ebf0;
    font-size: 187.5%;
    color: #00336a;
    font-weight: 700;
    padding: 30px 0 30px 100px;
    margin-bottom: 55px;
}

#requirements .boxWrap .leadTxt {
    margin-bottom: 25px;
}

#requirements a {
    font-size: 125%;
}

#requirements a img {
    width: 2.25em;
    vertical-align: middle;
    display: inline-block;
    margin: -0.5em 0.25em 0 0;
}