@charset "UTF-8";

.gBody_inner {
}

.u-headline01 {
    margin-bottom: 60px;
}

.intro {
    margin-bottom: 81px;
}

.intro_inner {
}

.intro_title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 27px;
    line-height: 1.4;
}

.intro_text {
    text-align: center;
    line-height: 2.6;
}

.mat {
    margin-bottom: 88px;
}

.mat:last-of-type {
    margin-bottom: 0;
}

.mat_inner {
}

.mat_title {
}

.mat_title > b {
}

.mat_video {
    text-align: center;
}

.mat_video a {
    display: inline-block;
}

.mat_item_cnt {
    margin-top: 140px;
}

.mat_item {
    display: flex;
}

.mat_item:nth-child(n+2) {
    margin-top: 45px;
}

.mat_item_img {
    width: 184px;
}

.mat_item_detail {
    flex: 1;
    margin-left: 42px;
}

.mat_item_detail_ttl {
    font-size: 18px;
    font-weight: bold;
    color: #E16912;
    border-bottom: 1px solid #CCCDCE;
    position: relative;
    line-height: 1.4;
    padding-bottom: 8px;
}

.mat_item_detail_ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 35%;
    height: 1px;
    background: #F16C00;
}

.mat_item_detail_ttl span {
    display: inline-block;
}

.mat_item_detail_txt {
    margin-top: 15px;
    line-height: 1.5;
}

.mat_item_detail_list {
    display: flex;
    flex-wrap: wrap;
    background: #F2F3F4;
    padding: 17px;
    margin-top: 13px;
}

.mat_item_detail_list li {
    color: #F16C00;
    list-style-type: none;
    position: relative;
    padding-left: 13px;
    margin-right: 22px;
}

.mat_item_detail_list li:last-child {
    margin-right: 0;
}

.mat_item_detail_list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    margin-top: -0.2em;
}

.btn {
    max-width: 480px;
    margin: 70px auto 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 1;
}

.btn a {
    background: #DF6A10;
    border-radius: 3px;
    display: block;
    color: #FFF;
    padding: 22px;
    text-decoration: none;
    transition: background 0.4s;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}

.btn a:hover {
    background: #000;
    opacity: 1;
}

@media screen and (min-width:1000px) {
}

@media screen and (max-width:999px) {
    .gBody_inner {
    }

    .u-headline01 {
        margin-bottom: 30px;
    }

    .intro {
        margin-bottom: 60px;
    }

    .intro_inner {
    }

    .intro_title {
        font-size: 20px;
    }

    .intro_text {
        line-height: inherit;
        text-align: left;
    }

    .mat {
        margin-bottom: 60px;
    }

    .mat_inner {
    }

    .mat_title {
    }

    .mat_title > b {
    }

    @media screen and (max-width:699px) {
        .gBody_inner {
        }

        .intro {
            margin-bottom: 35px;
        }

        .intro_inner {
        }

        .intro_title {
            font-size: 16px;
            margin-bottom: 15px;
        }

        .intro_text {
        }

        .mat {
            margin-bottom: 35px;
        }

        .mat_inner {
        }

        .mat_title {
        }

        .mat_title > b {
        }

        .mat_video {
        }

        .mat_item_cnt {
            margin-top: 70px;
        }

        .mat_item {
            display: block;
        }

        .mat_item:nth-child(n+2) {
        }

        .mat_item_img {
            margin: 0 auto;
        }

        .mat_item_detail {
            margin-left: 0;
        }

        .mat_item_detail_ttl {
            font-size: 16px;
            margin-top: 15px;
        }

        .mat_item_detail_ttl:before {
        }

        .mat_item_detail_txt {
        }

        .mat_item_detail_list {
        }

        .mat_item_detail_list li {
        }

        .mat_item_detail_list li:last-child {
        }

        .mat_item_detail_list li:before {
        }

        .btn {
            margin-top: 50px;
        }

        .btn a {
        }

        .btn a:hover {
        }
