/*
    ショートコード box_grey
*/
.box01 {
    position: relative;
    padding: 1rem .25rem;
    margin-bottom: 2rem;
    border: 1px solid #eee;
    line-height: 1.2;
}
.box01 ul {
    margin: 0 0 0 16px;
}
.entry-content>ul li, .box01 li {
    list-style: none;
}
.entry-content>ul li:before, .box01 li:before {
    position: absolute;
    transform: translateX(-125%);
    content: "・";
    color: #ff7364;
}
.box01 li {
    font-weight: normal;
}

/*
    ショートコード voice
*/
.box_voice {
    position: relative;
    padding: 4rem 6rem;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px){
    .box_voice{
    margin-bottom: 20px;
    }
    blockquote{
    margin-bottom: 20px;
    }
}
.box_voice:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5.5rem;
    height: 5.5rem;
    border-top: 2px solid #ff7364;
    border-left: 2px solid #ff7364;
    margin: 0;
}
.box_voice:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5.5rem;
    height: 5.5rem;
    border-bottom: 2px solid #ff7364;
    border-right: 2px solid #ff7364;
    margin: 0;
}

/*
    ショートコード notes-wrapper
*/
dl.notes-wrapper {
    color: #444444;
    background-color: #f9f9fb;
    padding: 30px;
    margin-bottom: 60px;
}

/*
    ショートコード notes-title
*/
dt.notes-title {
    font-size: 18px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 20px;
}
dt.notes-title::before {
    color: #ff7362;
    content: "\2022\00a0\00a0";
    font-size: 26px;
}

/*
    ショートコード notes-body
*/
dd.notes-body {
    margin: 0;
    line-height: 1.7em;
}
dd.notes-body > a {
    color: #00f !important;
    display: inline-block;
    border-bottom: #00f dashed 1px;
    text-decoration: none;
}
dd.notes-body > a:hover {
    text-decoration: none;
}

/*
    ショートコード img-caption
*/
.img-caption {
    margin-top: -10px;
    color: #999;
    font-size: 80%;
    line-height: 1.6;
    margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
    .img-caption {
        margin-bottom: 20px;
    }
}

/*
    ショートコード code_result、end系についてはstyle無し
*/

/*
    ショートコード calender
*/
.blog_calendar_btn {
    display: block;
    max-width: 380px;
    margin: 30px auto;
    padding: 0.75rem 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    line-height: 1.8;
    border: 2px solid #FFF;
    border-radius: 10rem;
    background: linear-gradient(90.26deg, rgba(190, 0, 10, 0.9) 4.44%, rgba(190, 0, 10, 0) 97.36%), #FF0000;
    box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 20%);
    text-decoration: none;
}
.blog_calendar_btn:hover{
    opacity: 0.8;
    text-decoration: none !important;
}
.blog_calendar_btn span {
    display: block;
    font-weight: bold;
}
@media only screen and (max-width: 480px) {
.blog_calendar_btn {
    margin: 20px auto;
    font-size: 14px;
}
}

/*
    ショートコード button2
*/
.sc_button2 {
    display: block;
    margin: 10px auto;
    padding: 16px;
    background: #e72d29;
    border: 2px solid #b8130a;
    box-shadow: 0 4px 0 0 #b8130a;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none !important;
    transition: all .2s;
}
.sc_button2:hover {
    opacity: .7;
}


/*
    ショートコード blogcard
*/
.blog-card {
    display: block;
    border: 1px solid #e8e8ec;
    padding: 1rem;
    margin-bottom: 30px;
}

.blog-card:hover *{
    text-decoration: none !important;
}
.blog-card-content {
    display: flex;
    align-items: center;
}
.blog-card-thumbnail {
    width: 30%;
    max-width: 130px;
    margin-right: 20px;
}
.blog-card-title {
    font-weight: bold;
    color: #454969;
    min-height: 57px;
}
.blog-card-title-anchor {
    font-weight: bold;
    color: #454969 !important;
    text-decoration: none !important;
}

.blog-card-anchor:hover {
    text-decoration: none !important;
}

.blog-card-update-date {
    font-size: 14px;
    text-align: right;
    color: #9799aa;
}

.blog-card .blog-card-content .blog-card-title-wrap {
    width: 75%;
}
.register .merit {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}
.register .merit hr {
    width: 70%;
    background-color: #000;
    height: 2px;
    border: 0;
    padding: 0;
    margin: 0 auto;
}
.register .merit p {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 20px auto;
}
.register .merit ul {
    padding: 0;
    margin: 10px auto;
    list-style: none;
    width: 70%;
}
.register .merit ul li{
    margin: 0 auto;
    width: 95%;
    text-align: left;
    padding: 0 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media only screen and (max-width: 670px) and (min-width: 200px) {
    .blog-card {
        margin-bottom: 20px;
        padding: 1rem;
    }
    .blog-card .blog-card-content .blog-card-thumbnail {
        margin-right: 10px;
    }
    .blog-card .blog-card-content .blog-card-title-wrap .blog-card-title a {
        font-size: 1em;
    }
    .blog-card .blog-card-content .blog-card-title-wrap .blog-card-update-date {
        font-size: 0.8em;
    }

    .register .merit hr {
        width: 90%;
    }
    .register .merit ul {
        width: 90%;
    }
    .register .merit p {
        font-size: 1.6rem;
        margin: 10px auto;
    }
    .register .merit ul li{
        font-size: 1rem;
    }
}

/*
    ショートコード list_box list_box_item
*/
.sc_list_box {
    margin: 24px auto;
    padding: 16px;
    background: #f9f9f9;
    border: 1px solid #f6f6f6;
}
.sc_list_box .title {
    margin: 0 auto 16px;
    padding-bottom: 4px;
    border-bottom: 3px solid #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.sc_list_box ul {
    margin: 0;
    list-style: none;
}
.sc_list_box li {
    padding-left: 24px;
    position: relative;
}
.sc_list_box li + li {
    margin-top: 8px;
}
.sc_list_box li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #e2001b;
    position: absolute;
    top: 4px;
    left: 0;
}
.sc_list_box li:after {
    content: '';
    display: block;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(35deg);
    position: absolute;
    top: 6px;
    left: 6px;
}
.sc_list_box .large {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
.sc_list_box .small {
    color: #666;
}
@media screen and (min-width: 768px) {
    .sc_list_box ul {
    max-width: 90%;
    margin: 0 auto;
    }
}

/*
    ショートコード btn01
*/
.main-box.cta .vce-single .entry-content .btn01_interview {
    margin-bottom: 0;
}
@media only screen and (min-width: 200px) and (max-width: 670px) {
    a.btn01_interview{
        font-size: 18px !important;
    }
}
.btn01_interview{
    font-size: 20px;
    display: block;
    background-color: #f25253;
    color: #fff!important;
    padding: 15px 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 0px 0px #b72728;
    text-align: center;
    max-width: 400px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 60px auto;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: .2s;
}
.btn01_interview:hover{
    box-shadow: 0 2px 0 0 #b72728;
    top: 3px;
    text-decoration: none!important;
}
.main-box.cta .vce-single .entry-content .btn01_interview {
    margin-bottom: 0;
}