@charset "UTF-8";

@media screen and (max-width: 1024px) {
  .linkList ul li {
    width: 460px;
  }
}

@media screen and (max-width: 599px) {
    /*******************************
    linkWrap
    *******************************/
    .boxWrap .detail .table dl:first-child {
        display: block;
    }
    .boxWrap .detail .table dl dd {
        width: auto;
        margin-top: 10px;
    }
    .boxWrap .detail .table dd ul li {
        margin-bottom: 10px;
    }
    .boxWrap .detail .table dd table th {
        line-height: normal;
        height: auto;
        padding: 8px 0;
    }
    .boxWrap .detail .table dd table td {
        padding: 8px 0;
    }

    /*******************************
    #day
    *******************************/
    #day {
        width: 93.3%;
        margin: 0 auto 37px auto;
    }
    #day h2 {
        font-size: 120%;
        padding: 15px 0 15px 5%;
        margin-bottom: 20px;
    }
    #day .scroll {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #day table {
        width: 767px;
    }
    #day table th {
        font-size: 80%;
    }
    #day table td {
        font-size: 80%;
    }
    #day table tr:first-child th:nth-child(2) {
        height: 27px;
    }
    #day table tr:nth-child(2) th {
        height: 27px;
    }
    #day table tr:nth-child(n+3) th:first-child {
        height: 40px;
    }


    /*******************************
    #document
    *******************************/
    #document .type01,
    #document .type03,
    #document .type05 {
        display: block;
    }
    #document .type01 dt,
    #document .type03 dt,
    #document .type05 dt {
        width: 100%;
    }
    #document .type01 dt .title,
    #document .type03 dt .title,
    #document .type05 dt .title {
        font-size: 100%;
    }
    #document .type01 dd {
        display: flex;
        justify-content: space-between;
    }
    #document .type01 dd img {
        width: 47.1%;
    }
    #document .type01 dd img:first-child {
        margin-right: 0;
    }

    #document .type03 dt .small {
        font-size: 66.6%;
        margin-top: 5px;
        margin-left: 2.6em;
    }
    #document .type03 dd {
        width: 100%;
        letter-spacing: 0;
    }
    #document .type03 dd .box {
        margin-bottom: 25px;
    }
    #document .type03 dd .box .title {
        font-size: 86.6%;
        padding: 6px;
        margin-bottom: 14px;
    }
    #document .type03 dd ul {
        font-size: 80%;
        padding-left: 0;
    }
    #document .type03 dd ul li {
        margin-bottom: 5px;
    }
    #document .type03 dd ul li span {
        font-size: 65%;
        vertical-align: text-top;
    }
    #document .type03 dd p {
        padding-left: 0;
        font-size: 66.6%;
    }
    #document .type03 .margin01 {
        margin-top: 15px;
    }
    #document .type03 .notes {
        margin-top: 25px;
    }
    #document .type03 .notes li {
        text-indent: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    #document .type03 .box02 .title {
        font-size: 86.6%;
        padding: 6px;
        margin-bottom: 14px;
    }
    #document .type03 .indent01 {
        padding-left: 1em;
    }



    #document .type05 dd .inFlex {
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    #document .type05 dd .inFlex p {
        width: 100%;
        font-size: 80%;
        margin-bottom: 22px;
    }
    #document .type05 dd .inFlex img {
        margin-right: 0;
        width: 47.1%;
    }
    #document .type05 .box02 .title {
        font-size: 86.6%;
        padding: 6px;
        margin-bottom: 14px;
    }
    #document .type05 .box02 ul {
        font-size: 80%;
        padding-left: 0;
    }




}
