@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 767px) {


    .contents .container section.contents00:not(:last-child) {
        margin-bottom: 45px;
    }

    .title_contents3 {
        padding-bottom: 20px;
    }

    .title_contents2 h2,
    .title_contents3 h2 {
        padding-top: 10px;
    }

    .contents04 .title_contents3 h2 {
        font-size: 13px;
    }

    .title_contents3 h3 {
        font-size: 26px;
    }

    /* contents02 */

    .contents04 {
        padding: 50px 0px;
    }

    /* layout01 */

    .layout01 {
        padding-top: 20px;
    }

    .layout01 .box {
        justify-content: center;
        padding: 20px 6%;
        gap: 30px;
    }

    .layout01 .box:nth-child(even) {
        padding: 0px;
        flex-direction: column;
    }

    .layout01 .box:not(:last-child) {
        margin-bottom: 50px;
    }

    .layout01 .box-detail {
        padding: 0px 0px;
        padding-top: 20px;
    }

    .layout01 .box:nth-child(2) .box-detail {
        margin-left: 5%;
        padding-left: 0px;
    }

    .layout01 .box-detail::before {
        height: 50px;
        margin-top: -40px;
    }

    .layout01 .box:nth-child(2) .box-detail::before {
        margin-top: -30px;
    }

    .layout01 .box-img {
        width: 100%;
    }

    .layout01 .box:nth-child(1) .box-img,
    .layout01 .box:nth-child(3) .box-img {
        width: 100%;
        position: static;
        margin-top: 0px;
    }

    .layout01 .box:nth-child(2) .box-img {
        width: 92%;
        margin: 0px auto;
    }

    .layout01 .box-value {
        width: 100%;
    }

    .layout01 h4 {
        font-size: 28px;
    }

    .layout01 h5 {
        font-size: 18px;
    }

    .layout01 h6 {
        font-size: 15px;
        width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .layout01 .box-value p {
        font-size: 15px;
        letter-spacing: 0.1em;
        padding-left: 15px;
        padding-bottom: 8px;
    }


    /* layout02 */

    .layout02 table td {
        padding: 15px 5px;
        font-size: 14px;
    }
	.layout02 table td p {
        padding: 15px 5px;
        font-size: 14px;
    }

    .layout02 table td span {
        font-size: 12px;
        display: block;
        line-height: 1.6;
    }

    .layout02 table td:first-child {
        font-size: 16px;
        letter-spacing: 0em;
    }

    /* layout03 */

    .layout03 ul {}

    .layout03 ul li {
        width: 33.33%;
    }

    .layout03 ul li:nth-child(4),
    .layout03 ul li:nth-child(5) {
        width: 50%;
    }


    /* layout04 */

    .layout04 .box-group {
        justify-content: center;
        gap: 40px 4%;
    }

    .layout04 .box {
        width: 100%;
        padding-top: 30px;
    }

    .layout04 .box::before,
    .layout04 .box::after {
        font-size: 16px;
        line-height: 1.2;
    }

    .layout04 .box::after {
        font-size: 14px;
    }


    @media screen and (max-width: 500px) {
        .layout04 .box {
            width: 100%;
            max-width: 400px;
            text-align: center;
        }

    }

    .layout04 .title_contents {
        background-image: none;
    }

    .layout04 .title_contents h3 {
        font-size: 26px;
    }


    /* layout05 */

    .layout05 {
        width: 100%;
        height: auto;
    }

    .layout05::before {
        left: 22px;
        top: 15px;
        width: 12px;
        height: 100%;
    }

    .layout05 .box {
        gap: 0px 5%;
        width: 100%;
        position: static;
    }

    .layout05 .box:not(:last-child) {
        margin-bottom: 20px;
    }

    .layout05 .box:nth-child(even) {
        flex-direction: row;
    }

    .layout05 .box-year {
        padding-top: 10px;
    }

    .layout05 .box-detail {
        width: auto;
        flex: 1;
    }

    .layout05 .box-detail::before {
        top: 23px;
    }

    .layout05 .box:nth-child(even) .box-detail::before {
        left: 0px;
        margin-left: -40px;
    }

    .layout05 p {
        font-size: 13px;
    }

    .layout05 p span {
        font-size: 11px;
    }



    .pc-view {
        display: none;
    }

    .sp-view {
        display: inline-block;
    }

}
