/* カスタマイズ用CSS */

.informationBlogDetailPage-mainArea h2 {
    margin: 40px 0 20px!important;
}
.informationBlogDetailPage-mainArea h3 {
    margin: 40px 0 20px!important;
}
.informationBlogDetailPage-mainArea h4 {
    font-size: 1em;
    border-left: solid 3px #D71E0E;
    margin: 30px 0 10px;
    padding: 0 0 0 4px;
}
.informationBlogDetailPage-mainArea h5 {
    font-size: 16px;
}
p.column_img {
    max-width: 300px;
    margin: 0 auto 30px;
}
p.column_img img {
    width: 100%;
}
.cv_box {
    text-align: center;
    font-weight: bold;
}
.cv_box .cv_cnt {
    background: #FFF7E4;
    padding: 30px 0;
}
.cv_box .cv_cnt br {
    display: none;
}
.cv_box .cv_txt {
    margin: 0 0 20px;
}
.cv_box .cv_txt a:hover {
    opacity: .5;
}
.cv_box .cv_txt .link1 a {
    color: #f00;
    font-size: 1.3em;
    text-decoration: underline;
}
.cv_box .cv_txt .link2 {
    margin: 10px 0 0;
}
.cv_box .cv_txt .link2 a {
    color: #f00;
    font-size: 1em;
    text-decoration: underline;
}
.cv_box .cv_btn {
    display: flex;
    justify-content: center;
}
.cv_box a.btn1 {
    background: #4CC764;
    display: block;
    width: 220px;
    color: #fff;
    margin: 0 20px;
    padding: 10px 0;
    border-radius: 8px;
}
.cv_box a.btn1:hover {
    opacity: .5;
}
.cv_box a.btn2 {
    background: #fff;
    display: block;
    width: 220px;
    color: #D71E0E;
    margin: 0 20px;
    padding: 9px 0;
    border: solid 1px #D71E0E;
    border-radius: 8px;
}
.cv_box a.btn2:hover {
    color: #fff;
    background: #D71E0E;
}
.cv_box .cv_app .cv_app_cnt {
    display: flex;
    justify-content: center;
}
.cv_box .cv_app .cv_app_cnt a {
    width: 200px;
    display: inline-block;
    margin: 0 10px;
}
.cv_box .cv_app .cv_app_cnt a:hover {
    opacity: .5;
}
.cv_box .cv_app .cv_app_txt {
    margin: 20px 0 5px;
}
.cv_box.add .container {
    display: flex;
    justify-content: space-around;
}
.cv_box.add .container .link {
    position: relative;
}
.cv_box.add .container .link a {
    font-size: 1.8rem;
    display: block;
    width: 240px;
    padding: 0.25rem 2rem 1.5rem 2rem;
    color: #fff;
    background: #e94919;
    box-shadow: 0 5px 0 #d44114;
    border-radius: 6px;
}
.cv_box.add .container .link a strong {
    font-size: 1.5rem;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.cv_box.add .container .link a:before {
    content: "";
    position: absolute;
    top: 25%;
    left: 50%;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
}
.cv_box.add .container .link a:after {
    content: "";
    position: absolute;
    top: 20%;
    left: 50%;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.cv_box.add .container .link a img {
    display: inline;
}
@media only screen and (max-width: 767px) {
    .cv_box .cv_cnt br {
        display: block;
    }
    .cv_box .cv_btn {
        display: block;
    }
    .cv_box a.btn1 {
        margin: 10px auto;
    }
    .cv_box a.btn2 {
        margin: 0 auto;
    }
    .cv_box .cv_app_cnt {
        display: block;
    }
}
a.toc_number.toc_depth_3 {
    margin: 0 10px;
    display: block;
}
.informationBlogDetailPage-mainArea p {
    font-family: '遊 ゴシック';
    line-height: 1.8;
    letter-spacing: 1.4px;
    color: #222;
}
.informationBlogDetailPage-mainArea ._unker {
    background: linear-gradient(transparent 60%, #FCF69F 60%);
}
.informationBlogDetailPage-mainArea ._bold {
    font-weight: bold;
}
.banner_box {
    margin: 30px 0;
}
._pc {
    display: block;
}
._sp {
    display: none;
}
.youtube {
    width: 400px;
    height: 600px;
    margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
._pc {
    display: none;
}
._sp {
    display: block;
}
.youtube {
    width: 100%;
}
}