@charset "UTF-8";

.main-visual {
    text-align: center;
}

.heading-s {
    margin-bottom: 8px;
}

.img-size-adjust01 img {
    width: 240px;
    height: 160px;
}

.img-size-adjust02 img {
    width: 160px;
    height: 160px;
}

.col-around-l {
    width: calc(50% - 12px);
    display: inline-block;
}

.col-around-r {
    width: calc(50% - 12px);
    float: right;
    margin-left: 24px;
    margin-bottom: 24px;
}

.youtube-video{
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.youtube-video iframe{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 652px;
    max-height: 367px;
}

.btn-base .c-error {
    color: #dc3545;
}

@media screen and (max-width:600px) {
    .main-visual img {
        width: 100%;
    }

    .heading-s {
        margin-bottom: 16px;
    }

    .img-size-adjust01 {
        float: inherit;
    }

    .img-size-adjust01 img {
        width: 100%;
        height: auto;
    }

    .col2-row {
        padding-bottom: 0;
    }

    .col2:nth-child(odd) {
        margin-bottom: 16px;
    }

    .col2:last-child {
        margin-bottom: 0;
    }

    .col-around-l {
        width: 100%;
    }
    
    .col-around-r {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 16px;
    }
}

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

}