@charset "UTF-8";

/* HTML-style */
.sidebar-main,
.side-bottom {
    display: none;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

/* サムネイル画像非表示 */
.amblog-post-container.-post-page img {
    display: none;
}

/* 記事日付 */
.amblog-date {
    font-weight: bold;
}

/* サイドメニュー-非表示 */
.amblog-post-title {
    display: none;
}

/* ページタイトル-非表示 */
.page-title-wrapper .page-title {
    display: none !important;
}

/* 関連商品ボタン-非表示 */
.product-item-actions {
    display: none;
}

.column__wrap h1 {
    border-bottom: 3px solid #f6809d;
    width: 100%;
    display: inline-block;
    font-size: 3.0rem;
    font-weight: bold;
    background: linear-gradient(270deg, #F26D23 0%, #DC4094 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0;
    line-height: 4rem;
}

.column__wrap h2 {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    background: linear-gradient(90deg, #F67CA1 0%, #F59580 100%);
    color: #fff;
    text-shadow: 1px 1px 0 #E36E81, -1px -1px 0 #E36E81,
        -1px 1px 0 #E36E81, 1px -1px 0 #E36E81,
        0px 1px 0 #E36E81, 0-1px 0 #E36E81,
        -1px 0 0 #E36E81, 1px 0 0 #E36E81;
    padding: 10px;
    border-radius: 3px;
    margin: 35px 0 20px !important;
}

.column__wrap h3 {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    color: #f75989;
    margin: 30px 0 20px !important;
    border-bottom: 3px solid #f6809d;
}

.column__wrap h4 {
    font-size: 1.8rem !important;
    font-weight: bold !important;
    color: #f75989;
    margin: 25px 0 10px !important;
    border-left: 10px solid #f75989;
    padding-left: 10px;
}

.column__wrap p {
    font-size: 1.8rem !important;
    color: #333;
}

.column__wrap div p {
    margin: 10px;
    line-height: 3rem;
}

.column__wrap p a {
    color: #f75989;
}

.column__wrap strong {
    background: linear-gradient(transparent 65%, #ffd3e3 65%);
}

.column__wrap .colum--image {
    text-align: center;
    margin: 20px 0;
}

.column__wrap .colum--image img {
    box-shadow: 2px 5px 5px #ebe1e3;
    display: inline-block;
}

.column__wrap .annotation p {
    font-size: 1.3rem !important;
    color: #777;
}

.mokuji {
    font-size: 1.8rem !important;
    border: 3px solid #f6809d;
    padding: 10px;
    margin: 10px;
}

.mokuji p {
    color: #f75989 !important;
    font-weight: bold !important;
    text-decoration: underline;
    line-height: 4.5rem;
}

.mokuji li {
    color: #f75989 !important;
    font-weight: bold !important;
    text-decoration: underline;
    line-height: 4.5rem;
}

.column__wrap .mokuji a {
    color: #f75989;
}

.normallist {
    font-size: 1.8rem !important;
    color: #333;
    border: 3px solid #f6809d;
    padding: 15px 20px 10px;
    margin: 20px 10px;
}

.normallist ul,
.normallist ol {
    margin-bottom: 0;
}

.normallist li {
    margin-bottom: 0.5rem;
}

.checklist {
    font-size: 1.8rem !important;
    color: #333;
    border: 3px solid #f6809d;
    padding: 15px 20px;
    margin: 10px;
}

.checklist ul {
    margin-bottom: 0;
}

.checklist li {
    padding-left: 10px;
    margin-bottom: 0.5rem;
}

.checklist li::marker {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    transform: translateY(50%);
    font-size: 2.0rem;
    color: #f6809d;
}

.table th {
    background: #ffe4ee;
    border: 3px solid #f790a9;
    text-align: center;
    margin-bottom: 0;
    color: #f97ba2;
    font-size: 1.8rem !important;
}

.table td {
    font-size: 1.8rem;
    border: 3px solid #f790a9;
    text-align: center;
}

/* ボタン */
.column__wrap div.button {
    background: #f75989;
    border: 1px solid #f75989;
    border-radius: 5px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    width: 350px;
}

.column__wrap .button p {
    margin: 0 !important;
}

.column__wrap div.button a,
.column__wrap div.button a:hover {
    color: #fff;
    display: block;
    padding: 10px;
}

.column__wrap div.button a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    transform: translateY(50%);
    font-size: large;
    margin-left: 14px;
    color: #fff;
    font-weight: 900;
}

@media screen and (max-width:768px) {

    /* 記事日付 */
    /* .amblog-date {
            font-weight: bold;
        } */

    /* 記事タイトル */
    .column__wrap h1 {
        font-size: 2.3rem;
        line-height: 3.0rem;
    }

    /* コラム記事中身スタイル */
    .column__wrap h2 {
        font-size: 2.0rem !important;
        margin: 30px 0 20px !important;
    }

    .column__wrap h3 {
        font-size: 2.0rem !important;
        margin: 20px 0 15px !important;
    }

    .column__wrap h4 {
        font-size: 1.5rem !important;
    }

    .column__wrap p {
        font-size: 1.5rem !important;
        line-height: 2.5rem !important;
    }

    .column__wrap div[data-content-type=text] p {
        margin: 0;
    }

    .annotation p {
        font-size: 1.3rem !important;
        line-height: 2.3rem;
    }

    .column__wrap img {
        box-shadow: 2px 5px 5px #ebe1e3;
    }

    .mokuji {
        margin: 20px 0;
    }

    .mokuji p {
        color: #f75989 !important;
        font-weight: bold !important;
        text-decoration: underline;
        margin: 15px 0 !important;
    }

    .normallist {
        font-size: 1.5rem !important;
        margin: 10px 0;
        padding: 7px 0;
    }

    .checklist {
        font-size: 1.5rem !important;
        margin: 10px 0;
        padding: 7px 0px;
    }

    .table {
        margin-bottom: 1.5rem;
    }

    .table th {
        font-size: 1.5rem !important;
    }

    .table td {
        font-size: 1.5rem;
        text-align: start;
    }

    /* ボタン */
    .column__wrap div.button,
    .column__wrap div.button:hover {
        font-size: 1.5rem;
        width: 280px;
    }
}