@charset "UTF-8";

.info_cat {
    color: #387DD8;
    background: #fff;
    border: solid 1px #387DD8;
    padding: 5px 10px;
    font-weight: 500;
    border-radius: 6px;
}

.info_cnt.-magazine {
    gap: 0;
}

.info_single .inner {
    max-width: 860px;
}

.title h2 {
    font-size: 32px;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
    margin-bottom: 30px;
}

.title h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 100%;
    background-color: #50A2EC;
}

.single_thumbnail {
    margin-bottom: 32px;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 800 / 420;
}

.single_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro {
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 400;
}

.intro span {
    font-weight: bold;
}

/* supervision */

.supervision {
    background: #F0F0F0;
    padding: 50px 25px 15px;
    position: relative;
    margin-bottom: 80px;
}

.supervision_label {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #50A2EC;
    padding: 5px 10px;
    font-weight: bold;
}

.supervision_cnt {
    display: flex;
    gap: 25px;
}

.supervision_img {
    width: 100%;
    max-width: 138px;
    height: 100%;
    aspect-ratio: 1/1;
}

.supervision_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.supervision_cnt_row .text {
    font-size: 16px;
}


/* article_mokuji */

.article_mokuji {
    background: #EEF7FC;
    border: solid 1px #50A2EC;
    border-radius: 8px;
    padding: 25px 35px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.article_mokuji H2 {
    margin-bottom: 10px;
}

.article_mokuji ul li {
    margin-bottom: 5px;
}

.article_mokuji ul li:last-child {
    margin-bottom: 0;
}

.article_mokuji ul li a {
    color: #50A2EC;
    position: relative;
    padding-left: 20px;
}

.article_mokuji ul li a::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(/img/cmn/icon-mokuji.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 50%;
}


/* section */

.info_single_cnt {
    margin-bottom: 50px;
}

.head {
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 3px #D6D6D6;
    position: relative;
    margin-bottom: 15px;
    padding-top: 160px;
    margin-top: -130px;
    z-index: -1;
}

.head:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 220px;
    height: 3px;
    background-color: #50A2EC;
}

.info_single_body {
    margin-bottom: 50px;
}

.small_head {
    font-size: 17px;
    font-weight: bold;
    background: #EEF7FC;
    border: solid 1px #50A2EC;
    border-radius: 8px;
    padding: 10px 20px;
    margin-bottom: 23px;
}

.sentence {
    margin-bottom: 35px;
}

.sentence strong {
    font-weight: bold;
}

.sentence p {
    font-size: 15px;
    font-weight: 400;
}

.sentence ul li::marker {
    content: none;
}

.sentence ul li {
    padding-left: 15px;
    position: relative;
    font-size: 15px;
}

.sentence ul li strong {
    font-weight: bold;
}

.sentence ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}

.article_table {
    margin-bottom: 35px;
}

.article_table dl {
    display: flex;
    padding: 12px 5px;
    border-bottom: solid 1px #BFBFBF;
}

.article_table dt p {
    width: 160px;
    font-size: 15px;
    font-weight: 400;
}

.article_table dd p {
    font-size: 15px;
    flex: 1;
    font-weight: 400;
}

.article_table dl strong {
    font-weight: bold;
}

.info_single_img {
    margin-bottom: 30px;
}

.link {
    display: block;
    color: #52A0EC;
    font-size: 17px; 
    padding-left: 20px;
    position: relative;
    margin: -20px 0 30px;
}

.link::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(/img/magazine/icon-link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    transform: translateY(50%);
    bottom: 50%;
}

.link:hover {
    text-decoration: none;
}


/* free */

.free {
    background: #53A0EC;
    padding: 25px;
    border-radius: 8px;
}

.free_cnt {
    background: #fff;
    padding: 25px 20px;
    border-radius: 8px;
}

.free_logo {
    text-align: center;
    margin-bottom: 20px;
}

.free_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}

.free_txt {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}

.free_cnt .free_btn {
    display: block;
    width: 100%;
    max-width: 320px;
    background: #FEF100;
    border-radius: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-decoration: none;
    padding: 10px;
    transition-duration: 0.5s;
}

.free_cnt .free_btn:hover {
    box-shadow: none;
}


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

    .magazine.-single {
        padding-top: 50px;
    }

    .magazine .info_single {
        margin-bottom: 50px;
    }

    .info_single_body {
        margin-bottom: 0;
    }
    
    .info_single .inner {
        padding: 0;
    }

    .title h2 {
        font-size: 20px;
    }

    .supervision_cnt {
        flex-flow: column;
        gap: 20px;
    }

    .head {
        font-size: 20px;
        padding-top: 60px;
        margin-top: -60px;
    }

    .head:before {
        width: 100px;
    }

    .small_head {
        font-size: 18px;
    }

    .article_mokuji {
        padding: 15px 10px;
    }

    .link::before {
        bottom: unset;
        transform: unset;
        top: 10px;
    }

    .article_table dt {
        width: 110px;
    }

    .title h2 {
        padding-left: 20px;
    }

    .title h2:before {
        width: 4px;
    }

    .free {
        padding: 10px;
    }

    .free_cnt {
        padding: 10px;
    }

    .free_logo {
        width: 70%;
        margin: 0 auto 20px;
    }

    .free_ttl {
        font-size: 18px;
    }

    .free_txt {
        font-size: 15px;
        text-align: left;
    }
}