/* ---------------------------------

記事装飾 

-----------------------------------*/
#column h2 {
    background-color: #297842;
    color: #FFF;
    font-size: 24px;
    padding: 10px 24px;
    position: relative;
    margin-top: 5%;
}

#column h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    background-color: #90B99D;
    left: 0;
    top: 0;
}

#column h3{
    padding: 10px 17px;
    color: #000;
    background-color: #F4F4F4;
    font-size: 20px;
    margin:5% 0 3% 0;
}

#column h3::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #00A333;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

#column h4{
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #2A7842;
}

#column h4::before {
    content: "▼";
    color: #2A7842;
    font-size: 12px;
    margin-right: 5px;
}

#column img {
    margin-bottom: 30px;
}

#column a {
    color: #3D7DE3;
    text-decoration: underline;
}

#column .line {
    text-decoration: underline;
}

#column .orange-line,
#column .blue-line {
    text-decoration: underline;
    text-decoration-thickness: 0.5em;
    text-underline-offset: -0.2em;
    text-decoration-skip-ink: none;
}

#column .orange-line {
    text-decoration-color: #FABE7A;
}

#column .blue-line {
    text-decoration-color: #A6CCF7;
}

#column table th {
    background-color: #F4F4F4;
    vertical-align: middle;
}

#column table td {
    background-color: #FFF;
}

#column ul,
#column ol,
#column .list-box {
    background-color: #FCFCFC;
    padding: 20px 20px 20px 40px;
    position: relative;
    margin-bottom: 20px;
}

#column .list-box {
    padding: 20px;
}

#column ul::before,
#column ol::before,
#column .list-box::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #297842;
    top: 0;
    left: 0;
}

#column .list-box ul,
#column .list-box ol {
    padding: 0;
    background-color: unset;
    margin-left: 20px;
    margin-bottom: 0;
}

#column .list-box ul::before,
#column .list-box ol::before {
    content: "";
    display: none;
}

#column .list-box .list-title {
    font-weight: bold;
}


/* ポイントボックス */
#column .point {
    border: 1px solid #8BB698;
    padding: 26px 24px 20px;
    position: relative;
    max-width: 738px;
    width: 95%;
    margin: 0 auto 20px;
}

#column .point .point-title {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFF;
    padding: 10px 5px;
    top: -18px;
    left: 2%;
}

#column .point p {
    margin: 0;
}

/* 引用ボックス */
#column .citing-box {
    max-width: 738px;
    width: 95%;
    margin: 0 auto 20px;
    padding: 24px;
    padding-top: 68px;
    background-color: #F2F2F2;
    position: relative;
}

#column .citing-box::before {
    content: "\201C";
    font-size: 90px;
    color: #CECECE;
    position: absolute;
    top: -9%;
    left: 2%;
}

#column .citing-box p {
    color: #414141;
}

#column .citing-box .citing-url {
    color: #818181;
    font-size: 12px;
    display: block;
    text-align: right;
}

/* 関連記事 */

#column .wp-embedded-content {
    display: block;
    max-width: 738px;
    width: 95%;
    margin: 0 auto 30px;
}

.wp-embed {
    padding: 20px;
    box-shadow: none;
    text-decoration: unset;
    color: #000;
    border: 1px solid #8BB698;
    box-shadow: 0 0 10px rgba(0,0,0, 0.2);

}

#column .wp-embed {
    border: 1px solid #8BB698;
    box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}

.wp-embed .wp-embed-content {
    display: flex;
    gap: 0 15px;
    align-items: center;
}


.wp-embed-featured-image {
    max-width: 260px;
    width: 95%;
    margin-bottom: 0;
}

.wp-embed-featured-image img {
    width: 100%;
    height: auto;
}

.wp-embed-text {
    max-width: 410px;
    width: 95%;
}

p.wp-embed-heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

a.wp-embed-excerpt {
    display: block;
    min-height: 58px;
}

.wp-embed-excerpt p {
    font-size: 13px;
}

.wp-embed-more {
    display: none;
}

.wp-embed-text span {
    display: block;
    width: fit-content;
    margin-left: auto;
    font-size: 14px;
    color: #FFF;
    background-color: #297842;
    padding: 5px 9px;
}

.wp-embed-text span a {
    display: block;
    color: #FFF;
}


/* CTAボタン */
#column .cta-btn {
    display: block;
    background-color: #F8931F;
    min-width: 276px;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 5px #E08114;
    transition: all 0.2s ease;
    position: relative;
    margin: 30px auto 40px;
}

#column .cta-btn:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}

/* 監修者ボックス */

.supervisor {
    width: 90%;
    margin: 40px auto 20px;
}

.supervisor_head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
}

.supervisor_head::before {
    content: "";
    width: 5px;
    height: auto;
    display: block;
    background-color: #297842;
    margin-right: 10px;
}

.supervisor_contents {
    border: 1px solid #297842;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}

.supervisor_contents .supervisor__wrapper {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: space-around;
    margin: 16px auto;
    gap: 16px;
}

.supervisor_contents .supervisor_image {
    width: 150px;
    height: 150px;
    background-color: #DDD;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #297842;
    margin: 0 auto;
}

.supervisor_contents .supervisor_text {
    width: 70%;
}

.supervisor_contents .left_text {
    text-align: center;
}

.supervisor_contents .left_text .supervisor_name {
    font-size: 20px;
    font-weight: bold;
}

.supervisor_contents .left_text .join_store {
    font-size: 14px;
}

.supervisor_contents .supervisor_text p {
    margin: 0;
}

.supervisor_contents .supervisor_text .career {
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

.supervisor_contents .supervisor_text .career_head,
.supervisor_contents .supervisor_text .qualification_head {
    font-weight: bold;
    color: #297842;
}



@media (max-width:480px) {
    #column img {
        margin-bottom: 20px;
    }

    #column .wp-embedded-content {
        width: 98%;
        min-height: 30vw;
        height: fit-content;
    }

    .wp-embed {
        padding: 10px 10px;
    }
    
    p.wp-embed-heading {
        font-size: 16px;
    }

    a.wp-embed-excerpt {
        display: none;
    }
    
    .supervisor_contents .supervisor__wrapper {
        flex-direction: column;
    }

    .supervisor_contents .supervisor_text {
        width: 100%;
    }

    .supervisor_contents .right_text .supervisor_name {
        text-align: center;
        margin-bottom: 10px;
    }

    .supervisor_contents .supervisor_text p {
        font-size: 14px;
    }    

    .supervisor_contents .supervisor_text .career_head,
    .supervisor_contents .supervisor_text .qualification_head {
        font-size: 16px;
    }

    .pc-br {
        display: none;
    }
}



/* ---------------------------------

地域記事用CTAボタン

------------------------------------*/

.sp-only {
    display: none;
}

.topcta-box {
    margin: 40px 0px 40px 0px;
    border: #c78d0e solid 3px;
    background: url(/html2/img/ctabox-back.webp) #efefefbf;
    background-blend-mode: hue;
    background-size: cover;
    background-position: center;
}

.topcta-title {
    text-align: center;
    background-color: #e7a000;
    padding: 20px;
    
}

.topcta-title p {
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 0px;
    font-weight: bold;
}

.topcta-content {
    font-size: 1em;
    margin: 4% 6%;
    font-weight: 500;
    background: #f1fff6d6;
    padding: 20px 20px 6px 20px;
}

.topcta-content p .school-name::after {
    content: "・";
}

.topcta-content p .school-name:last-child:after {
    content: unset;
}

#column .topcta-btn {
    margin: 30px 0 40px;
}

#column .topcta-btn a {
    display: block;
    background-color: #f93636;
    max-width: 65%;
    border-radius: 10px;
    padding: 15px 15px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 5px #b50202;
    transition: all 0.2s ease;
    position: relative;
    margin: 0 auto 16px;
    font-size: 1.1em;
    font-weight: bold;
}

#column .topcta-btn a:last-child {
    margin-bottom: 0;
}

#column .topcta-btn a:hover {
    box-shadow: none;
    transform: translate3d(0, 5px, 0);
}

.topcta-btn ::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }

    #column .topcta-box a {
        font-size: 1rem;
        max-width: 90%;
    }

    .topcta-btn ::before {
        right: 12px;
    }
}

@media screen and (max-width: 480px) {
    .topcta-title p {
        font-size: 18px;
    }
}

/* ---------------------------------

WordPress 画像配置クラス

------------------------------------*/

#column .aligncenter,
#column img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#column .alignleft,
#column img.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

#column .alignright,
#column img.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
