@charset "UTF-8";

.entry-column h2 {
    margin: 0 0 25px;
    padding: 3px 10px;
    font-size: 27px;
    color: #111;
    border-left: none;
    line-height: 1.35;
}

.entry-column h2.h2_2 {
    border-bottom: 3px solid var(--main-color1);
    background: none;
    border-left: initial;
    padding: 10px 7px;
    margin-bottom: 30px;
    margin-right: 7px;
    margin-left: 7px;
}

.entry-column h2.h2_3 {
    font-size: 24px;
    border-bottom: initial;
    border-left: none;
    padding-left: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.entry-column h2.h2_4 {
    border-bottom: 2px solid var(--main-color1);
    background: none;
    border-left: initial;
    padding: 3px 10px 3px 7px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.entry-column h2.h2_5 {
    padding: 15px 20px;
    border-left: none;
    background: var(--main-color3);
    font-size: 25px;
    color: #fff;
    margin: 50px 7px 40px;
}

.entry-column {
    blockquote {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 30px;
        padding: 40px 30px;
        line-height: 1.8;
        background: #f5f5f5;
        border-left: none;
        font-size: 16px;
        border-radius: 15px;

        p.quoteTitle {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            text-overflow: ellipsis;
            white-space: initial;
        }

        p.quoteTitle,
        .quoteSiteName,
        .quoteDescription {
            text-align: initial !important;
        }
    }
}

.entry-column h3 {
    line-height: 1.35;
    background: none;
    font-size: 21px;
    padding-left: 0;
}

.entry-column h3.h3_2 {
    border-bottom: 2px solid var(--main-color3);
    font-size: 22px;
    padding: 10px;
    margin: 0 7px 25px;
    line-height: 1.5;
}

.entry-column h3.h3_3 {
    line-height: 1.35;
    background: none;
    font-size: 21px;
    padding-left: 0;
    background: #eee;
    padding: 12px 15px;
    line-height: 1.5;
    margin: 0 7px 25px;
}

.entry-column h4 {
    padding-left: 0;
}

.entry-column p {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.85;
}

.entry-column h4.h4_2 {
    background: var(--main-color2-l);
    font-size: 18px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    margin: 0 7px 30px;
    line-height: 1.5;
}

.entry-column ul,
.entry-column ol {
    margin: 0 0 40px;
    padding: 0 0 0 2em;
}

.entry-column ul li,
.entry-column ol li {
    line-height: 1.85;
    margin-right: 10px;
}

ul.ul_bold {
    font-weight: bold;
}

ol.ol_bold {
    font-weight: bold;
}

p.p_center {
    text-align: center
}

[class*=column-quote] .quoteTitle {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.65;
}

.entry-column .column-quote-auto blockquote {
    padding: 15px;
}

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

    .entry-column td,
    .entry-column th {
        display: table-cell;
        padding: 15px 10px;
        color: #333;
        line-height: 1.75;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dfdfdf;
        font-size: 16px
    }

    .entry-column img {
        border-radius: 10px
    }
}

@media screen and (max-width:480px) {
    .entry-column p {
        line-height: 1.8
    }

    .entry-column ol li,
    .entry-column ul li {
        line-height: 1.8;
        margin: 0 0 10px
    }

    .entry-column td,
    .entry-column th {
        _font-size: 16px
    }
}

.ug-bg-color h2,
.ug-bg-color h3,
.ug-bg-color h4 {
    margin-bottom: 20px !important;
}

span.text_custom1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--main-color2-l)));
    background: linear-gradient(transparent 60%, var(--main-color2-l) 60%);
}

span.text_custom2 {
    color: #ff0016;
}

span.text_custom3 {
    color: #4baefe;
}

span.text_custom4 {
    font-weight: bold;
}

.entry-column .column-quote-auto blockquote {
    border: none;
}

@media screen and (max-width:980px) {
    .entry-title {
        font-size: 30px
    }
}

@media screen and (max-width:767px) {
    .entry-title {
        font-size: 24px
    }

    .entry-column h2 {
        font-size: 22px
    }

    .entry-column h2.h2_3 {
        font-size: 22px
    }

    .entry-column h2.h2_5 {
        padding: 25px 10px;
        font-size: 20px
    }

    .entry-column h3 {
        margin: 0 10px 20px;
        font-size: 18px;
        color: #111
    }

    .entry-column h3.h3_3 {
        line-height: 1.35;
        background: none;
        font-size: 20px;
        padding-left: 0;
        background: #eee;
        padding: 10px 10px;
        line-height: 1.5
    }

    .entry-column h4 {
        margin: 0 10px 20px;
        font-size: 17px;
        color: #111
    }
}

@media screen and (max-width:480px) {
    .entry-title {
        margin: 0;
        font-size: 23px;
        line-height: 1.3
    }

    .entry-column h2 {
        border-bottom: initial;
        padding-left: 10px;
        font-size: 20px
    }

    .entry-column h2.h2_2 {
        border-bottom: 3px solid var(--main-color1);
        background: none;
        border-left: initial;
        font-size: 20px;
        padding: 5px;
        margin: 20px 5px
    }

    .entry-column {
        color: #111;
        word-wrap: break-word;
        padding: 3px
    }

    .entry-column h2.h2_5 {
        padding: 15px 20px;
        border-left: none;
        background: var(--main-color3);
        font-size: 25px;
        color: #fff;
        margin: 20px 5px 30px
    }

    .entry-column h2.h2_3 {
        font-size: 20px;
        border-left: initial;
        padding: 0;
        line-height: 1.2
    }

    .entry-column h2.h2_4 {
        font-size: 20px;
        border-left: initial;
        padding: 5px;
        line-height: 1.2;
        border-bottom: 1px solid var(--main-color1)
    }

    .entry-column h2.h2_5 {
        padding: 15px 10px;
        font-size: 20px
    }

    .entry-column h3 {
        line-height: 1.35;
        font-size: 19px;
        padding: 10px 0
    }

    .entry-column h3.h3_2 {
        font-size: 18px;
        margin: 10px 5px 20px;
        border-bottom: 1px solid var(--main-color3);
        line-height: 1.5;
        padding: 10px 5px
    }

    .entry-column h3.h3_3 {
        font-size: 19px;
        background: #eee;
        padding: 10px 12px;
        line-height: 1.5;
        margin: 0 10px 20px
    }

    .entry-column h4.h4_2 {
        background: var(--main-color2-l);
        font-size: 17px;
        padding: 8px 10px;
        margin: 0 5px 30px
    }

    .entry-column h4 {
        margin: 0 5px 20px;
        font-size: 17px;
        padding: 10px 5px;
        line-height: 1.5
    }

    .entry-column blockquote {
        padding: 40px 15px;
        line-height: 1.7;
        font-size: 16px
    }
}

section.product_wrap {
    margin: 10px auto 25px;
}

.product_wrap_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product_img {
    width: 30%;
    padding: 0 10px;
}

.product_detail h3 {
    font-size: 19px;
    line-height: 1.4;
    background: var(--main-color1);
    color: #fff;
    padding: 6px 15px;
}

p.product_info_p {
    font-size: 14px;
    line-height: 1.5;
}

a.amazon_a {
    width: 47%;
    display: inline-block;
    border: 1px solid #ff9900;
    font-size: 13px;
    color: #ff9900;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
}

a.amazon_a:hover {
    background: rgba(255, 153, 0, .1);
    text-decoration: none;
}

a.rakuten_a {
    width: 47%;
    display: inline-block;
    border: 1px solid #bf0000;
    font-size: 13px;
    color: #bf0000;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
}

a.rakuten_a:hover {
    background: rgba(191, 0, 0, .1);
    text-decoration: none;
}

a.rakuten_a:visited {
    color: #bf0000;
}

a.amazon_a:visited {
    color: #ff9900;
}

a.other_link_a {
    width: 47%;
    display: inline-block;
    border: 1px solid #444;
    font-size: 13px;
    color: #444;
    text-align: center;
    border-radius: 3px;
    padding: 4px;
}

a.other_link_a:hover {
    background: rgba(204, 204, 204, .4);
    text-decoration: none;
}

.product_detail {
    width: 70%;
}

.url_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width:480px) {
    .product_detail h3 {
        font-size: 16px
    }

    .product_img {
        width: 60%;
        padding: 0 10px;
        margin: 0 auto 18px
    }

    .product_wrap_flex {
        display: block
    }

    .product_detail {
        width: 100%
    }

    p.product_info_p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px
    }
}

p.custom_hr1 {
    text-align: center;
}

.wrap_custom_hr2 img {
    margin: 30px auto 55px;
    width: 70%;
    max-width: 375px;
}

.wrap_custom_hr1 img {
    display: block;
    width: 70%;
    margin: 30px auto 50px;
    max-width: 400px;
}

@media screen and (max-width:480px) {
    .wrap_custom_hr1 img {
        margin: 10px auto 35px;
        width: 80%
    }

    .wrap_custom_hr2 img {
        margin: 10px auto 35px;
        width: 250px
    }
}

.kanren_h2 {
    border-bottom: 1px solid #979797;
}

.kanren_img {
    width: 100%;
}

.kanren_p a {
    font-weight: 300;
    font-size: 13px;
}

.kanren_h3 {
    margin: 10px auto;
}

@media screen and (max-width:480px) {
    .kanren_wrap .acms-col-sm-4 {
        padding: 0 5px
    }

    .kanren_h2 {
        margin-bottom: 12px
    }

    .kanren_h3 {
        font-size: 14px;
        line-height: 1.4;
        margin: 5px auto
    }
}

.link_a01 {
    font-size: 15px;
    border-radius: 25px;
}

a.acms-list-group-item.link_a01 {
    padding: 10px 10px 10px 15px;
}

a.btn_for_cv {
    box-sizing: border-box;
    background: var(--main-color1);
    display: block;
    padding: 20px 25px;
    margin: 40px auto 60px;
    width: 80%;
    max-width: 600px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
}

a.btn_for_cv:visited {
    color: #fff
}

a.btn_for_cv:hover {
    background: var(--main-color1-d);
    text-decoration: none
}

a.btn_for_cv2 {
    background: var(--main-color1);
    display: block;
    padding: 20px 25px;
    margin: 40px auto 60px;
    width: 85%;
    max-width: 600px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: background-color .25s linear;
    transition: background-color .25s linear;
    box-sizing: border-box;
}

a.btn_for_cv2:visited {
    color: #fff
}

a.btn_for_cv2:hover {
    background: var(--main-color1-d);
    text-decoration: none
}

@media screen and (max-width:767px) {
    a.btn_for_cv {
        font-size: 15px
    }
}

@media screen and (max-width:480px) {
    a.btn_for_cv {
        padding: 20px 25px;
        margin: 30px auto;
        width: 90%
    }

    a.btn_for_cv2 {
        font-size: 15px;
        margin: 30px auto;
        width: 90%
    }
}

.entry-column h2.h2__custom_outline {
    border-left: none;
    color: #111;
    padding: 3px;
    margin: 0 10px 15px;
}

p.outline-title.js-except.h2__custom_outline {
    font-weight: bold;
    color: #fff;
    padding: 0;
    margin: 0 10px 15px;
    background: var(--main-color3);
    width: 100px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

nav.outline {
    padding: 20px;
    border-radius: 20px;
    margin: 0 10px 40px;
    background: #f5f5f5;
}

nav.outline ol {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 30px;
}

.entry-column nav.outline ol {
    margin: 0 0 0;
}

ol.level-2 {
    padding: 5px 0 0;
}

ol.level-3 {
    padding: 5px 0 0;
}

nav.outline ol li {
    font-size: 15px
}

nav.outline ol.acms-ol {
    margin-top: 10px;
}

nav.outline ol.level-2.acms-ol {
    margin-top: 0;
}

nav.outline ol.level-3.acms-ol {
    margin-top: 0;
}

nav.outline ol.level-1>li {
    font-weight: bold;
}

nav.outline ol.level-2>li {
    font-weight: initial;
}

nav.outline ol.level-2>li {
    font-weight: initial;
}

@media screen and (max-width:767px) {
    nav.outline ol {
        font-size: 15px;
        margin-bottom: 0;
        padding-left: 20px
    }

    nav.outline ol li {
        margin-bottom: 5px
    }
}

@media screen and (max-width:480px) {
    .entry-column h2.h2__custom_outline {
        margin: 0 10px 15px 2px
    }
}

@media screen and (max-width:767px) {
    .pc_only {
        display: none
    }
}

@media screen and (max-width:480px) {
    .pc_tb_only {
        display: none
    }
}

@media screen and (min-width:768px) {
    .sp_tb_only {
        display: none
    }
}

@media screen and (min-width:481px) {
    .sp_only {
        display: none
    }
}