.article__mv_btm {
    position: relative;
}
.article__mv_btm .cat_txt {
    text-align: center;
    font-size: 16px;
    background-color: #222;
    width: 190px;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
}
.cat_txt {
    font-size: 16px;
    color: #fff;
    background-color: #222;
    width: 260px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}
.article__mv_btm {
    position: relative;
}
.article__good {
    width: 135px;
    position: absolute;
    right: 0;
    bottom: 40px;
}
.wp_ulike_general_class.wp_ulike_is_not_liked {
    background-color: #fff;
}
.wpulike .wp_ulike_put_text {
    font-size: 11px !important;
}

.fb_btn {
    width: 120px;
    position: absolute;
    top: -50px;
    left: 20px;
    cursor: pointer;
}
.btm_fb {
    cursor: pointer;
    position: fixed;
    bottom: 140px;
    left: 10px;
    z-index: 80;
    max-width: 40%;
}


.article__cont01 {
    margin-top: 40px;
    padding: 0 20px;
}
.article__day {
    text-align: center;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 20px;
}
.article__sub_ttl {
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}
.article__amazon_card_wrap {
    display: flex;
    margin-bottom: 15px;
}
.article__amazon_card_img {
    width: 140px;
    margin-right: 20px;
}
.article__amazon_card_img img {
    height: auto;
}
.article__amazon_card_txt_area {
    width: calc(100% - 160px);
}
.article__amazon_day {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
}
.article__amazon_card_txt {
    line-height: 1.4;
    font-size: 14px;
}
.span.bold {
    font-weight: bold;
}
.article__amazon_card_btn>a {
    width: 165px;
    display: flex;
	justify-content: center;
    align-items: center;
    background-color: #f09b2d;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin: 0 auto;
    font-size: 12px;
    font-weight: bold;
}
.article__rakuten_card_btn>a {
    width: 165px;
    display: flex;
	justify-content: center;
    align-items: center;
    background-color: #bf0000;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    font-size: 12px;
    font-weight: bold;
}
.article__amazon_card_btn>a::before,
.article__rakuten_card_btn>a::before {
    display: inline-block;
    content: "";
    background: url(../img/article/article__arrow_icon.png) no-repeat;
    background-size: contain;
    width: 11px;
    height: 13px;
    margin-right: 10px;
}
.article__amazon_btn_area {
    display: flex;
    justify-content: flex-end;
}
.article__amazon_card_btn {
    width: calc((100% - 20px)/2);
}
.article__rakuten_card_btn {
    margin-left: 20px;
    width: calc((100% - 20px)/2);
}
.article__item_table {
    margin-top: 20px;
    font-size: 14px;
    width: 100%;
}
.article__item_table tr {
    border-bottom: 1px solid #ccc;
}
.article__item_table th {
    width: 100px;
    background-color: #ebebeb;
    padding: 10px 0;
}
.article__item_table td {
    padding: 10px 20px;
    line-height: 1.3;
}
/* .article__cont02 .cmn_sub_ttl {
    max-width: 170px;
} */
.article__cont02 .cmn_sub_ttl_area {
    margin-bottom: 20px;
}
.article__cont02 {
    padding: 0 20px;
    margin-bottom: 50px;
}
.mokuji_list {
    border-top: 1px solid #000;
    padding-top: 30px;
    counter-reset: number 0;
}
.mokuji_list>li {
    position: relative;
    padding: 10px 0 10px 40px;
    border-bottom: 1px dashed #ccc;
    line-height: 1.3;
    font-size: 16px;
}
.mokuji_list>li::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    counter-increment: number 1;
    content: counter(number) " ";
    display: block;
    background-color: #222;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}
.article__area {
    counter-reset: number 0;
}
.article__ttl {
    padding: 15px 0;
    background-color: #222;
    color: #fff;
    line-height: 1.6;
}
.article__ttl p {
    position: relative;
    font-size: 20px;
    margin: 0 20px;
    padding-left: 20px;
}
.article__ttl p::before {
    position: absolute;
    left: 0;
    counter-increment: number 1;
    content: counter(number) ".";
    font-size: 20px;
}
.list_arae {
    margin-bottom: 50px;
}
.list_arae>ul {
    background-color: #ebebeb;
    padding: 20px;
}
.list_arae li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 15px;
}
.list_arae li:last-child {
    margin-bottom: 0;
}
.article__wrap {
    padding: 0 20px;
    margin: 25px 0;
}
.article__txt {
    font-size: 15px;
    line-height: 1.8;
    /* margin-bottom: 35px; */
}
.article__txt > a {
    color: #6495ed;
    display: inline-block;
}
.article__txt > a[target="_blank"] {
    padding-right: 8px;
    position: relative;
}
.article__txt > a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/article/link_icon.png) no-repeat;
    background-size: contain;
    position: relative;
    right: -5px;
}
.article__img_area {
    margin-bottom: 35px;
}
.txt_border {
    background: -webkit-linear-gradient(left, rgb(255,251,162) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,251,162) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,251,162) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
    font-weight: bolder;
}
.txt_border.is-active-maker {
    background-position: 0% .5em;
}
.article__sub_txt {
    border-bottom: 4px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-top: 20px;
}
.article__sub_txt p {
    font-size: 18px;
    line-height: 1.3;
}
.list_img_area {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list_img {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
}
/* .list_img_area .list_img:last-child {
    margin-right: 0;
} */
.list_img_area .list_img:nth-child(2) {
    margin-right: 0;
}
.article__matome {
    background-color: #ebebeb;
    padding: 30px 20px 20px;
    margin-bottom: 35px;
}
.article__matome_bold_txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.article__matome_txt {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.article__matome_txt:last-child {
    margin-bottom: 0;
}
.article__iine_btn_area {
    text-align: center;
    margin: 70px 0;
}
.article__iine_btn {
    background-color: #222;
    color: #fff;
    width: 220px;
    border-radius: 10px;
    padding: 6px;
    line-height: 1.3;
    position: relative;
}
.article__iine_btn::after {
    display: block;
    content: "";
    background: url(../img/article/article__good_img.png) no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}
.article__cont04 .cmn_sub_ttl_area {
    padding-top: 0;
}
/* .article__cont04 .cmn_sub_ttl {
    max-width: 85px;
} */
.article__cont04 {
    margin-top: 100px;
    padding: 0 20px;
}
.article__tag_list .tag>a {
    display: inline-block;
    background-color: #ebebeb;
    margin-right: 15px;
    border-radius: 15px;
    padding: 7px 15px;
    margin-bottom: 10px;
}
.user_area {
    display: flex;
    align-items: center;
    margin: 70px 0;
    padding: 20px 0;
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid #ebebeb;
}
.user_img_area {
    width: 96px;
    margin-right: 10px;
}
.user_txt_area {
    width: calc(100% - 106px);
}
.user_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.user_txt {
    font-size: 15px;
    line-height: 1.8;
}
.article__comment_ttl {
    font-size: 21px;
    margin-bottom: 20px;
}
.article__comment_txt {
    font-size: 15px;
    line-height: 1.8;
}
.comment_red {
    color: #ff0000;
}
.comment-form textarea,
.comment-form input {
    border: 1px solid #333;
    font-size: 16px;
}
#commentform {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
#reply-title,
#commentform .comment-notes,
#commentform .comment-form-url,
#commentform .comment-form-cookies-consent {
    display: none;
}
#commentform p {
    display: flex;
    flex-direction: column;
}
#commentform .comment-form-author {
    order: 1 !important;
    margin-bottom: 15px;
}
#commentform  .comment-form-email {
    order: 2 !important;
    margin-bottom: 15px;
}
#commentform .comment-form-comment {
    order: 3 !important;
}
.form-submit {
    margin-top: 130px;
    order: 4 !important;
    position: relative;
}
.form-submit #submit {
    width: 240px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #222;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 20px;
}
/* .form-submit::before {
    display: inline-block;
    content: "";
    background: url(../img/article/arrow_icon03.png) no-repeat;
    background-size: contain;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 255px;
    transform: translateY(-50%);
} */
.required,
em.comment-awaiting-moderation {
    color: #ff0000;
}
.article__comment_form {
    position: relative;
    margin-top: 30px;
}
.recaptcha_area {
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}
#comments {
    display: none;
}
.commentlist {
    margin-top: 10px;
}
.comment-author.vcard {
    font-weight: bold;
    margin-bottom: 10px;
}
.comment-body {
    margin: 10px 0;
}
.commentlist li {
    background-color: #eee;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 15px;
}
span#lb-dislike-0 {
    display: none;
}
.sns__area {
    margin: 0 auto;
    padding: 0 50px;
}
.sns__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.sns__list li {
    width: calc((100% - 60px)/5);
    margin-right: 15px;
}
.sns__list li:last-child {
    margin-right: 0;
}
/* .sns__area .cmn_sub_ttl {
    max-width: 132px;
} */
.sns__area .cmn_sub_ttl_area {
    margin-bottom: 45px;
}
.awasete_area {
    border: 1px solid #ebebeb;
    padding: 20px 12px 12px 12px;
    position: relative;
	margin-top: 40px;
    margin-bottom: 30px;
}
.awasete_ttl {
    font-size: 12px;
    background-color: #333;
    max-width: 160px;
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    top: -17px;
}
.awasete__flex {
    display: flex;
}
.awasete__img {
    width: calc(100% - 200px);
    margin-right: 20px;
}
.awasete__img img {
    height: auto;
}
.awasete__txt_area {
    width: 180px;
}
.awasete__day {
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
}
.awasete__post_ttl {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
}
.awasete__txt {
    font-size: 14px;
    line-height: 1.3;
}
.awasete__btn_area {
    display: flex;
    justify-content: center;
}
.awasete__btn_area>a {
    font-size: 14px;
    display: flex;
    background-color: #777;
    width: 180px;
    padding: 10px 0;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.awasete__btn_area>a::after {
	display: inline-block;
    content: "";
	background: url(../img/article/article__arrow_icon.png) no-repeat;
    background-size: contain;
    width: 11px;
    height: 13px;
	margin-left: 5px;
}
.wpulike-default .count-box {
    margin: 0 !important;
}
.wpulike-default .wp_ulike_btn {
    background-color: #eee !important;
}
.comment-meta.commentmetadata {
    margin-bottom: 6px;
}
.comment-meta.commentmetadata a {
    font-size: 12px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
}
.comment-body p {
    line-height: 1.5;
}
.logged-in-as {
    display: none;
}
.wpulike-heart .wp_ulike_general_class {
    background-color: #fff !important;
}
.post_link {
    padding: 0 20px;
}
.post_link__area {
    display: flex;
    justify-content: space-between;
}
.post_link__area li > a {
    padding: 5px 12px;
    background-color: #333;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.copytext {
    position: relative;
    display: block;
    margin: 15px auto 0;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fcfcfc;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 25%);
    border-radius: 0.45rem;
    border-color: rgb(80,80,80,0.1);
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}
.copytext p {
    margin-bottom: 0;
}
.copytext:hover {
    opacity: 0.7;
}
.gray_bg {
    background-color: #ebebeb;
    padding: 0 15px 20px;
    margin-bottom: 20px;
}
.gray_bg h4 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
}
.gray_bg p {
    font-size: 15px;
    line-height: 1.7;
}

/* table */
.table {
    overflow: scroll;
    cursor:grab;
    position: relative;
    margin-bottom: 20px;
}
.table:active {
    cursor:grabbing;
}
.table__list {
    width: 780px;
}
.table_nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../img/article/table_nav.png) no-repeat;
    background-size: contain;
    width: 110px;
    height: 110px;
}
.table_remove {
    opacity: 0;
    transition: 0.5s;
}
.table_note,
.table_note a {
    font-size: 16px;
}
.table__list td,
.table__list th {
    font-size: 16px;
}
#table01 .table__list .item {
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 40px;
}
#table01 .table__list .item th,
#table01 .table__list .item td {
    background-color: #606060 !important;
}
#table01 .table__list .item th,
#table01 .table__list .item td {
    font-size: 16px;
}
#table01 .table__list th,
#table01 .table__list td {
    border-right: 1px solid #d2d2d2;
}
#table01 .table__list td:last-child {
    border-right: none;
}
#table01 .table__list th {
    /* width: 120px; */
    background-color: #eee;
}
#table01 .table__list td {
    vertical-align: middle;
    /* width: 120px; */
    text-align: center;
    height: 40px;
}
#table01 .table__list tr:nth-child(odd) td {
    background-color: #eee;
}
#table01 .table__list .item th {
    background-color: #606060;
}
#table01 .table__list .item td {
    background-color: #606060;
}
#table01 .table__list tr {
    border-bottom: 1px solid #d2d2d2;
}
#table02 .table__list th {
    background-color: #606060;
    /* width: 220px; */
    color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#table02 .table__list tr:nth-child(even) td {
    background-color: #eee;
}
#table02 .table__list td {
    vertical-align: middle;
    text-align: center;
    max-height: 80px;
    padding: 10px;
    line-height: 1.7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#table03 .table__list .item {
    color: #fff;
}
#table03 .table__list th {
    background-color: #606060;
    /* width: 220px; */
    color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#table03 .table__list tr:nth-child(even) td {
    background-color: #eee;
}
#table03 .table__list td {
    vertical-align: middle;
    text-align: center;
    max-height: 80px;
    padding: 10px;
    line-height: 1.7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#table03 .table__list .item td {
    background-color: #606060;
}
#table04 .table__list .item {
    color: #fff;
}
#table04 .table__list th {
    background-color: #606060;
    /* width: 220px; */
    color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#table04 .table__list td {
    vertical-align: middle;
    text-align: center;
    max-height: 80px;
    padding: 10px;
    line-height: 1.7;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#table04 .table__list .item td {
    background-color: #606060;
}
#table04 .table__list tr:nth-child(even) th,
#table04 .table__list tr:nth-child(even) td {
    background-color: #fff;
    color: #000;
}
#table04 .table__list tr:nth-child(even) th {
    border-left: 1px solid #ccc;
}


/* list */
.list_arae .list01 li,
.list_arae .list03 li {
    counter-increment: cnt;
}
.list_arae .list00 li::before {
    content: "●";
}
.list_arae .list01 li::before {
    content: "【"counter(cnt)"】";
}
.list_arae .list02 {
    counter-reset: my-counter;
    padding: 20px 40px 20px 50px;
}
.list_arae .list02 li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #000;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-top: 2px;
    margin-left: -30px;
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.list_arae .list03 li::before {
    content: counter(cnt)".";
}
.list_arae .list04 {
    background-color: #fff;
    padding: 0;
}
.list_arae .list04 li {
    font-size: 15px;
    text-indent: -20px;
    padding-left: 20px;
}
.list_arae .list04 li::before {
    content: "●";
    margin-right: 5px;
}
.article__spase iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.article__tag_list {
    text-align: center;
}
.article__area .pkpk {
    margin-bottom: 30px;
}
.article__area .pkpk .t_txt {
    padding: 10px;
    border: 2px solid #000;
    font-size: 15px;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #e7e7e7e7;
}
.article__area .pkpk .t_txt::after {
    display: block;
    content: "＋";
}
.article__area .pkpk .t_txt.active::after {
    content: "－";
}
.article__area .pkpk .m_txt {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
}
.article__area .citation {
    padding: 20px;
    background-color: #e7e7e7;
    margin-bottom: 30px;
}
.article__area .merit-demerit {
    margin-bottom: 30px;
}
.article__area .merit-demerit .l-area .h_txt {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #5c99c0;
}
.article__area .merit-demerit .r-area .h_txt {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #eb9393;
}
.article__area .merit-demerit .l-area .txt-area {
    padding: 20px;
    background-color: #e5eaee;
}
.article__area .merit-demerit .r-area .txt-area {
    padding: 20px;
    background-color: #f2e0e0;
}
.article__area .merit-demerit .l-area .txt-area .list_arae {
    margin-bottom: 0;
}
.article__area .merit-demerit .l-area .txt-area .list_arae > ul {
    padding: 0;
    background: none;
}
.article__area .merit-demerit .l-area .txt-area .list_arae .list00 li::before {
    color: #5c99c0;
}
.article__area .merit-demerit .r-area .txt-area .list_arae {
    margin-bottom: 0;
}
.article__area .merit-demerit .r-area .txt-area .list_arae > ul {
    padding: 0;
    background: none;
}
.article__area .merit-demerit .r-area .txt-area .list_arae .list00 li::before {
    color: #eb9393;
}

.article__area .space-mgn {
    display: block;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .mokuji_list>li {
        font-size: 18px;
    }
    .article__ttl {
        padding: 25px 0;
    }
    .article__txt {
        font-size: 18px;
        /* margin-bottom: 55px; */
    }
    .article__sub_txt p {
        font-size: 24px;
    }
    .article__cont01 {
        padding: 0;
        max-width: 900px;
        margin: 45px auto 0;
    }
    .article__sub_ttl {
        font-size: 30px;
        line-height: 1.8;
    }
    .article__amazon_card {
        position: relative;
    }
    .article__amazon_card_img {
        width: 210px;
    }
    .article__amazon_card_txt_area {
        width: calc(100% - 230px);
    }
    .article__amazon_card_txt {
        font-size: 20px;
    }
    .article__amazon_btn_area {
        position: absolute;
        width: 350px;
        bottom: 0;
        right: 0;
    }
    .article__item_table {
        width: 100%;
    }
    .article__item_table th {
        width: 240px;
    }
    .article__cont02 {
        padding: 0;
        max-width: 720px;
        margin: 0 auto 100px;
        font-size: 22px;
    }
    .article__ttl p {
        padding-left: 30px;
        max-width: 720px;
        margin: 0 auto;
        font-size: 28px;
    }
    .article__ttl p::before {
        font-size: 29px;
    }
    .list_arae>ul {
        max-width: 720px;
        margin: 0 auto;
    }
    .article__wrap {
        padding: 0;
        max-width: 720px;
        margin: 30px auto;
    }
    .article__matome_bold_txt {
        text-align: center;
        font-size: 20px;
    }
    .article__matome_txt {
        font-size: 18px;
    }
    .article__iine_btn {
        width: auto;
        padding: 13px;
    }
    .article__iine_btn::after {
        width: 80px;
        height: 80px;
        right: -65px;
    }
    .article__cont04 {
        padding: 0;
        max-width: 900px;
        margin: 0 auto;
    }
    .article__tag_list {
        max-width: 720px;
        margin: 0 auto;
    }
    .article__tag_list .tag>a {
        margin-bottom: 20px;
    }
    .article__tag_list .tag>a:hover {
        background-color: #333;
        color: #fff;
    }
    .user_area {
        max-width: 720px;
        margin: 20px auto;
    }
    .form-submit #submit {
        width: 445px;
        padding: 20px 0;
    }
    .sns__area {
        margin-bottom: 110px;
        padding: 0;
        width: 280px;
    }
    .awasete_area {
        width: 560px;
        margin: 40px auto 30px;
    }
    .awasete_ttl {
        font-size: 16px;
        padding: 8px 16px;
        top: -22px;
    }
    .awasete__day {
        font-size: 14px;
    }
    .awasete__post_ttl {
        font-size: 16px;
    }
    .awasete__img {
        width: 210px;
        margin-bottom: 0;
    }
    .awasete__img>img {
        max-height: 180px;
    }
    .awasete__txt_area {
        width: calc(100% - 230px);
    }
    .awasete__txt_area_top {
        margin-bottom: 0;
    }
    .comment-meta.commentmetadata a {
        font-size: 14px;
    }
    .article__img_area,
    .list_img {
        overflow: hidden;
    }
    .article__img_area img:hover,
    .list_img img:hover {
        transform: scale(105%);
        transition: 0.5s;
    }
    .table_nav {
        width: 150px;
        height: 150px;
    }
    .article__spase iframe {
        height: 410px;
    }
    .post_link {
        padding: 0;
        width: 720px;
        margin: 0 auto;
    }
    .post_link__area li > a {
        padding: 7px 12px;
        font-size: 16px;
    }

    .list_arae .list04 li {
        font-size: 18px;
        text-indent: -25px;
        padding-left: 25px;
    }

    .gray_bg {
        padding: 0 20px 30px;
    }
    .gray_bg h4 {
        font-size: 24px;
        padding-top: 30px;
    }
    .gray_bg p {
        font-size: 18px;
    }

    .article__area .pkpk .t_txt {
        font-size: 18px;
    }
    .article__area .pkpk .m_txt {
        font-size: 18px;
        margin-top: 15px;
    }
    .article__area .merit-demerit {
        display: flex;
    }
    .article__area .merit-demerit .l-area {
        width: 50%;
    }
    .article__area .merit-demerit .r-area {
        width: 50%;
    }

    .btm_fb {
        bottom: 140px;
        left: 20px;
        max-width: 11%;
    }
}