.container {
    max-width: 1299px;
    justify-content: space-between;
    margin: 0 auto 5rem;
}

main {
    margin-top: 70px !important;
    font-size: 16px;
    background: #ffffff;
}

a:hover {
    color: #373937;
}

main {
    margin-right: 5% !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    main {
        margin-right: 0 !important;
    }
}

#article-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    word-break: break-all;
}

#article-container>section {
    width: 100%;
    margin: 0 auto;
}


/* article common parts start */

.bg-gray {
    background: #f5f5f5;
}

.bold-underline-blue {
    background: linear-gradient(transparent 50%, #bce5fe 50%);
    font-weight: bold;
}

#article-content .link-blue {
    text-decoration: underline;
    color: #008ad3;
}

#article-content .link-black {
    text-decoration: underline;
    color: #373937;
}

#article-content a:hover {
    color: #ed6d00;
    opacity: 1;
}

#article-content .light-green {
    color: #51b18d;
    padding-bottom: 1px;
    border-bottom: #51b18d 1px solid;
}


/* アイコンを太くする */

#article-content .appeal-inner-banner .appeal-button .green-button .bi-box-arrow-up-right:before,
#article-content .mid-appeal .orange-button .bi-box-arrow-up-right:before {
    text-stroke: 0.8px;
    -webkit-text-stroke: 0.8px;
}


/* article common parts end */

#article-heading {
    padding: 0;
}

#article-heading>.edited-timestamp {
    margin: 0 0 0.2rem;
    font-size: 14px;
    color: #6C757D;
}

#article-heading>.tag {
    margin: 0 0 0.5rem;
    font-size: 12px;
}

#article-heading>.tag .tag-text {
    margin-right: 1.4rem;
}

#article-heading>h1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 0 1rem;
}

#article-main-visual {
    padding: 0;
}

#article-main-visual img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border: solid 1px #e3e3e3;
}

@media screen and (max-width: 767px) {
    #article-main-visual img {
        width: 100vw;
        margin: 0 calc(50% - 50vw) 20px;
    }
}

#article-first-appeal {
    margin: 2.5rem auto 1rem !important;
    width: 100%;
}

#article-first-appeal .supervisor {
    position: relative;
    padding: 1rem 0.8rem 1rem 1.2rem;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
}

#article-first-appeal .supervisor .supervisor-title {
    position: absolute;
    top: -6.5%;
    left: 3%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    background: #ffffff;
    padding: 0 10px;
}

#article-first-appeal .supervisor .supervisor-title .supervisor-title-text {
    display: inline-block;
    margin: 0;
}

#article-first-appeal .supervisor .supervisor-title .supervisor-title-img {
    display: inline-block;
    width: 14px;
    height: auto;
    margin: 0;
}

#article-first-appeal .supervisor-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#article-first-appeal .supervisor-wrap .supervisor-left {
    width: 14%;
    text-align: center;
}

#article-first-appeal .supervisor-wrap .supervisor-left .supervisor-left-img {
    width: 100%;
    min-width: 85px;
    height: auto;
    border-radius: 50%;
}

#article-first-appeal .supervisor-wrap .supervisor-right {
    width: 86%;
    text-align: left;
    padding: 0.8rem 0 0 1.4rem;
}

#article-first-appeal .supervisor-wrap .supervisor-right .supervisor-name {
    font-weight: bold;
    margin: 0 0 0.4rem;
}

#article-first-appeal .supervisor-wrap .supervisor-right .supervisor-profile {
    font-size: 14px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    #article-first-appeal .supervisor-wrap .supervisor-left {
        width: 24%;
    }
    #article-first-appeal .supervisor-wrap .supervisor-left .supervisor-left-img {
        width: 100%;
        min-width: 60px;
    }
    #article-first-appeal .supervisor-wrap .supervisor-right {
        width: 76%;
        padding: 0.8rem 0 0 1.4rem;
    }
}

#article-summary {
    margin: 0 auto;
}

#article-summary>p {
    margin: 0;
}

#article-agenda {
    margin-bottom: 26px;
}

#article-agenda .agenda-area {
    margin-bottom: 28px;
    border: 1px solid #e5e5e5;
}

#article-agenda .agenda-area .agenda-nav {
    padding: 22px 16px 10px 45px;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#article-agenda .agenda-area .agenda-nav .agenda-heading {
    font-size: 17px;
    font-weight: bold;
    margin: 0;
}

#article-agenda .agenda-area .agenda-list-area {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 60px;
    position: relative;
}

#article-agenda .agenda-area .agenda-list {
    padding: 22px 16px 10px 45px;
    counter-reset: agenda-list-number;
    height: 140px;
    overflow: hidden;
}

#article-agenda .agenda-area .agenda-button-area {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
}

#article-agenda .agenda-area .agenda-button-area.agenda-open {
    top: 100%;
    position: relative;
}

#article-agenda .agenda-area .agenda-button {
    width: 300px;
    display: block;
    position: relative;
    padding: 16px 35px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
    border-radius: 30px;
    text-align: center;
    border: 1px #000000 solid;
    white-space: nowrap;
    margin: 0 auto;
    cursor: pointer;
}

#article-agenda .agenda-area .agenda-list.open {
    height: auto;
}

#article-agenda .agenda-area .agenda-list .agenda-list-item:not(:last-child) {
    margin-bottom: 15px;
}

#article-agenda .agenda-area .agenda-list .agenda-list-item:before {
    color: #fd6e00;
    display: inline-block;
    counter-increment: agenda-list-number 1;
    content: counter(agenda-list-number) ".";
    text-align: center;
    font-weight: bold;
    margin-right: 6px;
}

#article-agenda .agenda-area .agenda-list a {
    font-weight: bold;
}

#article-agenda .agenda-area .agenda-list a:hover {
    text-decoration: underline;
}

#article-agenda .agenda-area .agenda-list-item-sub a {
    font-weight: normal !important;
    font-size: 15px;
}

#article-agenda .agenda-area .agenda-list-sub .agenda-list-item-sub:not(:last-child) {
    margin-bottom: 10px;
}

#article-agenda .agenda-area .agenda-list-sub .agenda-list-item-sub::before {
    display: inline-block;
    content: 'ー';
    margin-right: 10px;
}

#article-content h2 {
    background: #f6ab00;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 20px;
    margin: 30px 0;
    border-bottom-right-radius: 30px;
}

#article-content h3 {
    font-size: 18px;
    font-weight: bold;
    border-left: #f6ab00 6px solid;
    padding: 10px 12px;
    margin: 30px 0;
}

#article-content h4 {
    font-size: 16px;
    font-weight: bold;
    border-bottom: #000000 2px solid;
    padding: 10px 0;
}

#article-content h5,
#article-content h6 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

#article-content img {
    display: block;
    width: 80%;
    height: auto;
    /* margin: 0 auto 24px; */
}

#article-content p {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #article-content p {
        font-size: 14px;
    }
}

#article-content .chat {
    margin: 22px 0;
}

#article-content .chat .comment {
    position: relative;
    display: block;
    background: #f5f5f5;
    border-radius: 4px;
}

#article-content .chat-left,
#article-content .chat-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#article-content .chat-left .flex-left,
#article-content .chat-right .flex-right {
    text-align: center;
    width: 18%;
}

#article-content .chat-left .flex-left img,
#article-content .chat-right .flex-right img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 1px solid #a7a7a7;
    background: #fffada;
    margin: 0 auto;
    padding-bottom: initial;
    object-fit: cover;
}

#article-content .chat-left .flex-left .speaker-name,
#article-content .chat-right .flex-right .speaker-name {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 6px;
}

#article-content .chat-left .flex-right,
#article-content .chat-right .flex-left {
    width: 81%;
}

#article-content .chat-left .flex-right .comment,
#article-content .chat-right .flex-left .comment {
    min-height: 90px;
    padding: 14px 20px;
}

#article-content .chat-left .flex-right .comment p,
#article-content .chat-right .flex-left .comment p {
    margin-bottom: 0;
}

#article-content .chat-left .flex-right .comment:before {
    content: "";
    position: absolute;
    top: 36px;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #f5f5f5;
}

#article-content .chat-right .flex-left .comment:before {
    content: "";
    position: absolute;
    top: 36px;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #f5f5f5;
}

#article-summary .box,
#article-content .box {
    margin: 20px 0;
}

#article-summary .box .header,
#article-content .box .header {
    width: 100%;
    font-weight: bold;
    color: #373937;
    padding: 12px 22px 8px;
    line-height: 28px;
    margin-bottom: 0;
}

#article-summary .box .content,
#article-content .box .content {
    padding: 18px 30px 12px;
    font-size: 16px;
}

#article-summary .box .content p,
#article-content .box .content p {
    margin-bottom: 10px;
}

#article-content .box .content ul,
#article-content .box .content ol {
    padding-left: 0;
    margin-bottom: 10px;
}

#article-content .box .content ol {
    counter-reset: box-ol-number;
}

#article-content .box .content ul li {
    position: relative;
    padding-left: 20px;
}

#article-content .box .content ul li:not(:last-child),
#article-content .box .content ol li:not(:last-child) {
    margin-bottom: 4px;
}

#article-content .box .content ul li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    color: transparent;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    text-indent: 0;
}

#article-content .box-pink .content ul li:before,
#article-content .point-pink .content ul li:before {
    background: #dd6771;
}

#article-content .box-blue .content ul li:before,
#article-content .point-blue .content ul li:before {
    background: #1b7cdf;
}

#article-content .box-yellow .content ul li:before,
#article-content .point-yellow .content ul li:before {
    background: #f6ab00;
}

#article-content .box-gray .content ul li:before,
#article-content .point-gray .content ul li:before {
    background: #000000;
}

#article-content .box .content ol li:before {
    display: inline-block;
    counter-increment: box-ol-number 1;
    content: counter(box-ol-number) ".";
    text-align: center;
    font-weight: bold;
    margin-right: 6px;
}

#article-content .box-pink .content ol li:before,
#article-content .point-pink .content ol li:before {
    color: #dd6771;
}

#article-content .box-blue .content ol li:before,
#article-content .point-blue .content ol li:before {
    color: #1b7cdf;
}

#article-content .box-yellow .content ol li:before,
#article-content .point-yellow .content ol li:before {
    color: #f6ab00;
}

#article-content .box-gray .content ol li:before,
#article-content .point-gray .content ol li:before {
    color: #000000;
}

#article-content .box-pink,
#article-content .point-pink {
    background: #faeced;
}

#article-content .box-blue,
#article-content .point-blue {
    background: #f0f6fc;
}

#article-content .box-yellow,
#article-content .point-yellow {
    background: #fcf9e9;
}

#article-content .box-gray,
#article-content .point-gray {
    background: #f5f5f5;
}

#article-content .box-pink .header {
    border-bottom: 1px solid #eaa3a9;
}

#article-content .box-blue .header {
    border-bottom: 1px solid #9bc7f4;
}

#article-content .box-yellow .header {
    border-bottom: 1px solid #f8ca5d;
}

#article-content .box-gray .header {
    border-bottom: 1px solid #b2b2b2;
}

#article-summary .point-yellow {
    background: #f5f5f5;
    border-bottom: none;
}

#article-content .point-pink .header {
    position: relative;
    color: #ffffff;
    background: #dd6771;
    width: 19%;
    min-width: 140px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px 6px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

#article-content .point-blue .header {
    position: relative;
    color: #ffffff;
    background: #1b7cdf;
    width: 19%;
    min-width: 140px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px 6px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

#article-content .point-yellow .header {
    position: relative;
    color: #ffffff;
    background: #f6ab00;
    width: 19%;
    min-width: 140px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px 6px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

#article-content .point-gray .header {
    position: relative;
    color: #ffffff;
    background: #808080;
    width: 19%;
    min-width: 140px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 26px 6px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

#article-summary .point-yellow .header {
    position: relative;
    color: #ffffff;
    background: #f6ab00;
    width: 23%;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 26px 6px 20px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 0;
    white-space: nowrap;
    min-width: 198px;
}

#article-content .point-pink .header:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 45px transparent;
    border-bottom: solid 50px #faeced;
    z-index: 1;
}

#article-content .point-blue .header:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 45px transparent;
    border-bottom: solid 50px #f0f6fc;
    z-index: 1;
}

#article-content .point-yellow .header:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 45px transparent;
    border-bottom: solid 50px #fcf9e9;
    z-index: 1;
}

#article-content .point-gray .header:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 45px transparent;
    border-bottom: solid 50px #f5f5f5;
    z-index: 1;
}

#article-summary .point-yellow .header:after {
    position: absolute;
    content: "";
    right: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-left: solid 45px transparent;
    border-bottom: solid 50px #f5f5f5;
    z-index: 1;
}

#article-content .jump-link-box {
    margin: 20px 0;
    padding: 18px 14px 18px 24px;
    border: solid 1.5px #cccccc;
}

#article-content .jump-link-box ul {
    padding-left: 0;
}

#article-content .jump-link-box ul li {
    padding: 0 0 0 32px;
    list-style: none;
    position: relative;
}

#article-content .jump-link-box ul li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    height: 22px;
    width: 22px;
    background-image: url("/blog/img/article/jump-link-check.png");
    background-size: 22px;
    background-repeat: no-repeat;
}

#article-content .jump-link-box ul li:not(:last-child) {
    margin-bottom: 10px;
}

#article-content .jump-link-box ul li a {
    display: inline-block;
}

#article-content .appeal-inner-banner {
    max-width: 700px;
    width: 92%;
    margin: 28px auto;
    border: #ebebeb 2px solid;
    border-radius: 12px;
    background-color: #ffffff;
}

#article-content .appeal-inner-banner .inner-banner-title {
    position: relative;
    padding: 12px 0;
    background: #ed6d00;
    margin-bottom: 18px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    font-size: 20px;
}

#article-content .appeal-inner-banner .inner-banner-title:before {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ed6d00;
}

#article-content .appeal-inner-banner .inner-banner-title p {
    margin-bottom: 0;
}

#article-content .appeal-inner-banner .inner-banner-title a {
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: #ffffff 2px solid;
}

#article-content .appeal-inner-banner .inner-banner-summary {
    width: 94%;
    margin: 0 auto 10px;
    line-height: 1.5;
}

#article-content .appeal-inner-banner .inner-banner-img {
    border-top: #ebebeb solid 2px;
    border-bottom: #ebebeb solid 2px;
}

#article-content .appeal-inner-banner .inner-banner-img img {
    width: 100%;
    height: auto;
    margin: 0;
}

#article-content .appeal-inner-banner .inner-banner-point {
    width: 94%;
    margin: 0 auto 10px;
    padding-top: 10px;
}

#article-content .appeal-inner-banner .inner-banner-point .point-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

#article-content .appeal-inner-banner .inner-banner-point ol {
    counter-reset: inner-banner-ol-number;
    padding-left: 0;
    margin-bottom: 14px;
}

#article-content .appeal-inner-banner .inner-banner-point ol li:not(:last-child) {
    margin-bottom: 6px;
}

#article-content .appeal-inner-banner .inner-banner-point ol li:before {
    color: #51b18d;
    display: inline-block;
    counter-increment: inner-banner-ol-number 1;
    content: counter(inner-banner-ol-number) ".";
    text-align: center;
    font-weight: bold;
    margin-right: 6px;
}

#article-content .appeal-inner-banner .appeal-button {
    margin-bottom: 28px;
    text-align: center;
}

#article-content .appeal-inner-banner .appeal-button .green-button {
    display: inline-block;
    position: relative;
    padding: 12px 35px;
    font-weight: bold;
    color: #ffffff;
    background: #51b18d;
    border-radius: 6px;
    transition: all 0.2s ease;
    box-shadow: 0 5px 0 #168b5f;
}

#article-content .appeal-inner-banner .appeal-button .green-button:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 transparent;
}

#article-content .mid-appeal {
    margin: 28px 0;
    text-align: center;
}

#article-first-appeal .mid-appeal {
    margin: 42px 0;
    text-align: center;
}

#article-first-appeal .mid-appeal .orange-button,
#article-content .mid-appeal .orange-button {
    width: 320px;
    display: inline-block;
    position: relative;
    padding: 14px 35px;
    font-weight: bold;
    background: #ed6d00;
    color: #ffffff;
    transition: all 0.2s ease;
    box-shadow: 0 5px 0 #cb5d00;
    border-radius: 100px;
    white-space: nowrap;
}

#article-first-appeal .mid-appeal .orange-button:hover,
#article-content .mid-appeal .orange-button:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 transparent;
}

#article-first-appeal .mid-appeal .orange-button .text,
#article-content .mid-appeal .orange-button .text {
    display: inline-block;
    margin-bottom: 0;
}

#article-first-appeal .mid-appeal .orange-button .check,
#article-content .mid-appeal .orange-button .check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
    width: 20px;
    height: auto;
    background: transparent;
}

#article-first-appeal .mid-appeal .orange-button .hand,
#article-content .mid-appeal .orange-button .hand {
    position: absolute;
    top: 30%;
    right: 25px;
    width: 38px;
    height: auto;
    background: transparent;
}

#article-content .table {
    table-layout: fixed;
    width: 96%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 28px auto;
}

#article-content .table thead tr th,
#article-content .table tbody tr th,
#article-content .table tbody td {
    border: #cfcfcf 1px solid;
    padding: 12px;
}

#article-content .table thead tr th,
#article-content .table tbody tr th {
    text-align: center;
    background: #fedcbd;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}

#article-content .table-adjust-content {
    table-layout: auto;
}

#article-content .scroll-wrap {
    overflow: auto;
}

#article-footer div {
    margin-top: 80px;
}

#article-footer div .article-footer-image {
    width: 100%;
    height: auto;
}

#article-footer div .article-footer-image-mobile {
    display: none;
}


/* サイドバナー */

#sticky-side-banner {
    position: fixed;
    right: 8px;
    top: 190px;
    width: 260px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 100;
}

#sticky-side-banner ul {
    padding-left: 0;
}

#sticky-side-banner ul li {
    margin-bottom: 8px;
}

#sticky-side-banner ul li a:hover {
    opacity: 0.6;
}

#sticky-side-banner ul li a img {
    width: 260px;
    height: auto;
}

@media (max-width: 1245px) {
    .d-lg-block {
        display: none !important;
    }
}


/* 追従フッターボタン */

#sticky-footer-banner {
    display: none;
}

@media (max-width: 1245px) {
    #sticky-footer-banner {
        display: block !important;
    }
}

@keyframes shiny {
    0% {
        left: -20%;
    }
    10% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

#sticky-footer-banner .sticky-footer-button {
    display: none;
    background-color: rgba(255, 255, 255, .5);
    color: #373937;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 100px;
    text-align: center;
    padding-top: 5px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}

#sticky-footer-banner .sticky-footer-button a:hover {
    opacity: 0.6;
}

#sticky-footer-banner .sticky-footer-button a {
    font-size: 14px;
}

#sticky-footer-banner .mid-appeal .display-box {
    display: flex;
    justify-content: center;
}

#sticky-footer-banner .mid-appeal .display-box .border-left-img {
    height: 95%;
    margin-right: 5px;
}

#sticky-footer-banner .mid-appeal .display-box .border-right-img {
    height: 95%;
    margin-left: 5px;
}

#sticky-footer-banner .mid-appeal p {
    margin-bottom: 5px;
    color: #373937;
    font-size: 14px;
}

#sticky-footer-banner .mid-appeal p b {
    font-weight: bold;
}

#sticky-footer-banner .mid-appeal p span {
    color: #ed6d00;
}

#sticky-footer-banner .mid-appeal .orange-button {
    width: 300px;
    height: 56px;
    display: inline-block;
    position: relative;
    padding: 0 35px;
    font-weight: bold;
    background: #ed6d00;
    color: #ffffff;
    transition: all 0.2s ease;
    box-shadow: 0 5px 0 #cb5d00;
    border-radius: 100px;
    white-space: nowrap;
    overflow: hidden;
}

#sticky-footer-banner .mid-appeal .orange-button::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

#sticky-footer-banner .mid-appeal .orange-button .check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 20px;
    height: auto;
    background: transparent;
}

#sticky-footer-banner .mid-appeal .orange-button .text {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0;
}

#sticky-footer-banner .mid-appeal .orange-button .hand {
    position: absolute;
    top: 40%;
    right: 25px;
    width: 8px;
    height: auto;
    background: transparent;
}

@media screen and (max-width: 767px) {
    #article-container {
        padding-bottom: 3rem;
        font-size: 16px;
    }
    #article-container>section {
        width: 94%;
        line-height: 1.7;
    }
    #article-heading>h1 {
        font-size: 20px;
        line-height: 24px;
    }
    #article-agenda .agenda-area .agenda-nav {
        padding: 20px;
        margin-bottom: 7px;
    }
    #article-agenda .agenda-area .agenda-list {
        padding: 20px;
        height: 260px;
    }
    #article-agenda .agenda-area .agenda-nav .agenda-button {
        font-size: 10px;
    }
    #article-agenda .agenda-area .agenda-list-sub .agenda-list-item-sub a {
        font-size: 14px;
    }
    #article-agenda .agenda-area .agenda-button-area {
        top: 200px;
        padding-top: 40px;
    }
    #article-agenda .agenda-area .agenda-list-area {
        padding-bottom: 50px;
    }
    #article-agenda .agenda-area .agenda-button {
        width: 280px;
    }
    #article-agenda .agenda-area .agenda-button {
        padding: 10px 35px;
    }
    #article-agenda .agenda-area .agenda-button-area.agenda-open {
        top: 100%;
        padding-top: 0;
    }
    #article-content h2 {
        width: 95vw;
        margin: 24px 0 20px calc(50% - 50vw);
    }
    #article-content h3 {
        font-size: 16px;
        margin: 24px 0;
    }
    #article-content img {
        width: 100%;
    }
    #article-content .chat-left .flex-left,
    #article-content .chat-right .flex-right {
        text-align: center;
        width: 20%;
    }
    #article-content .chat-left .flex-left img,
    #article-content .chat-right .flex-right img {
        width: 70px !important;
        height: 70px !important;
    }
    #article-content .chat-left .flex-right,
    #article-content .chat-right .flex-left {
        width: 72%;
    }
    #article-content .chat-left .flex-right .comment,
    #article-content .chat-right .flex-left .comment {
        padding: 10px;
    }
    #article-summary .box .header,
    #article-content .box .header {
        padding: 12px 8px;
        line-height: 18px;
    }
    #article-summary .box .content,
    #article-content .box .content {
        padding: 12px;
        font-size: 14px;
    }
    #article-content .point-pink .header,
    #article-content .point-blue .header,
    #article-content .point-yellow .header,
    #article-content .point-gray .header {
        width: 42%;
        max-width: 140px;
        padding: 14px 16px 10px 30px;
        font-size: 12px;
    }
    #article-summary .point-yellow .header {
        width: 52%;
        max-width: 200px;
        padding: 8px 16px 6px 16px;
    }
    #article-content .appeal-inner-banner {
        width: 94%;
    }
    #article-content .appeal-inner-banner .inner-banner-title {
        font-size: 15px;
        padding: 8px 0;
        margin-bottom: 15px;
    }
    #article-content .appeal-inner-banner .inner-banner-title:before {
        margin-left: -12px;
        border: 12px solid transparent;
        border-top: #ed6d00 solid 12px;
    }
    #article-content .appeal-inner-banner .inner-banner-point {
        width: 90%;
        font-size: 12px;
        font-weight: bold;
    }
    #article-content .appeal-inner-banner .inner-banner-point .point-title {
        font-size: 15px;
        margin-bottom: 6px;
    }
    #article-content .appeal-inner-banner .appeal-button {
        margin-bottom: 20px;
    }
    #article-content .appeal-inner-banner .appeal-button .green-button {
        padding: 10px 20px;
        font-size: 12px;
        border-radius: 6px;
    }
    #article-content .table {
        width: 100%;
        font-size: 12px;
    }
    #article-footer div {
        margin-top: 50px;
    }
    #article-footer div .article-footer-image {
        display: none;
    }
    #article-footer div .article-footer-image-mobile {
        display: inline;
        width: 100%;
        height: auto;
    }
    #article-summary .point-yellow .header:after {
        border-bottom: solid 35px #f5f5f5;
    }
    #article-content .point-pink .header:after {
        border-bottom: solid 45px #faeced;
    }
}

#fb_box {
    width: 82%;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
    border: 2px solid #007bff;
    border-radius: 4px;
    padding: 0;
}

#fb_box:before {
    content: "\3059\3079\3066\306E\30D5\30A3\30FC\30C9\30D0\30C3\30AF";
    background-color: #007bff;
    color: #ffffff;
    padding: 4px 8px;
    margin-left: 10px;
    border-radius: 2px;
}

#fb_box a {
    color: #444444;
    font-weight: bold;
    padding: 0px 10px;
    font-size: 12px;
}

.writer_feedback {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    width: 100%;
    color: #555;
    background: #fff;
    border: solid 3px #007bff;
    box-sizing: border-box;
    font-size: 12px;
}

.writer_feedback:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    z-index: 2;
}

.writer_feedback:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #007bff;
    z-index: 1;
}

.writer_feedback span {
    display: block;
    width: 80px;
    background-color: #007bff;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
}

section#related-articles {
    border: 2px #f6ab00 solid;
    margin-top: 80px;
}

.related-articles-title {
    background: #f6ab00;
    color: #fff;
    text-align: center;
    padding: 0.7rem;
}

#related-articles-list {
    margin: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.related-articles-items {
    width: 30%;
    position: relative;
    margin: 1rem;
}

.related-articles-items img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    section#related-articles {
        margin-top: 6.6667vw;
    }
    #related-articles-list {
        flex-direction: column;
        margin: 1rem 0.5rem;
    }
    .related-articles-items {
        width: 100%;
        margin: 0.5rem 0;
        padding: 0 1rem;
    }
}

#tag {
    margin-top: 80px;
}

#tag .content-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

#tag .content-title-small-pc {
    font-weight: bold;
    font-size: 14px;
    color: #ed6d00;
}

#tag .tag__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

#tag .tag__wrap .item {
    border: 1px solid #333;
    border-radius: 50px;
    padding: 0.625rem 1.25rem;
    margin: 0.4rem;
    font-size: 12px;
    font-weight: bold;
}

.mainvisual__btn2 a {
    margin: 0 auto;
    margin-bottom: 3rem;
    display: block;
    width: 18.75rem;
    font-size: 1rem;
    padding: 0.8125rem;
    border-radius: 30px;
    border: 1px solid #333;
    text-align: center;
    font-weight: bold;
}

.mainvisual__btn2 a:hover,
.tag__wrap .item:hover {
    background-color: black;
    color: white;
}

@media screen and (max-width: 767px) {
    .container {
        margin: 0 auto;
    }
    #tag {
        padding: 0 1rem;
        margin: 0;
    }
    #tag .tag__wrap {
        margin: 1.5rem auto;
    }
    .content-title-small-sp {
        font-weight: bold;
        font-size: 14px;
        color: #ed6d00;
        display: flex;
        text-align: left;
        margin-top: 1px;
    }
    .content-title-small-sp:after {
        margin-left: 10px;
    }
    .content-title-small-sp:after {
        border-top: 1px solid #ed6d00;
        content: "";
        width: 3rem;
        margin-top: 10px;
    }
    .content-title {
        text-align: left;
    }
}

#article-content .mid-appeal.rich-cta {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/blog/img/article/bg_cta_img.jpg");
    height: min(24.8062vw, 320px);
    width: min(69.7674vw, 900px);
}

#article-content .mid-appeal.rich-cta .orange-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: min(5.03875vw, 65px);
    width: min(410px, 31.7829vw);
    font-size: min(24px, 1.8604vw);
    padding: min(14px, 1.0852vw) min(35px, 2.7131vw);
}

#article-content .mid-appeal.rich-cta .orange-button .check {
    width: min(2.0155vw, 26px);
    left: min(55px, 4.2635vw);
}

#article-content .mid-appeal.rich-cta .orange-button .hand {
    width: min(4.1860vw, 54px);
    right: min(25px, 1.9379vw);
}

#article-content .mid-appeal.rich-cta .cta_text_1 {
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    text-align: center;
    top: min(2.3076vw, 30px);
    font-size: min(1.5384vw, 20px);
    letter-spacing: 1px;
    font-weight: bold;
    color: #29498f;
    white-space: nowrap;
    display: inline-block;
}

#article-content .mid-appeal.rich-cta .cta_text_1 span.maji {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    font-size: min(2.3076vw, 30px);
}

#article-content .mid-appeal.rich-cta .cta_text_1 span:first-child {
    margin-right: min(1.1538vw, 15px);
    display: block;
    float: left;
    margin-top: 5px;
}

#article-content .mid-appeal.rich-cta .cta_naitei {
    width: min(25.0769vw, 326px)!important;
    height: min(7vw, 91px)!important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-image: url(/blog/img/article/bg_cta_naitei.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: min(6.53846vw, 85px);
    color: #8e7f44;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}

#article-content .mid-appeal.rich-cta .cta_naitei .cta_naitei_text_1 {
    font-size: min(1.84615vw, 24px);
    margin-bottom: min(0.46153vw, 6px);
}

#article-content .mid-appeal.rich-cta .cta_naitei .cta_naitei_text_2 {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    font-size: min(2.61538vw, 34px);
    letter-spacing: min(0.15384vw, 2px);
}

#article-content .mid-appeal.rich-cta .cta_text_2 {
    font-size: min(0.923vw, 12px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0;
    white-space: nowrap;
    color: #4c4c4c;
    font-weight: bold;
    letter-spacing: min(0.03846vw, 0.5px);
}

@media screen and (max-width: 767px) {
    #article-content .mid-appeal.rich-cta {
        margin: 0 calc(50% - 50vw);
        background-image: url("/blog/img/article/bg_cta_sp.jpg");
        height: min(56vw, 420px);
        width: 100vw;
    }
    #article-content .mid-appeal.rich-cta .orange-button {
        position: absolute;
        bottom: 11vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 73.3333vw;
        padding: 3vw 2vw;
        box-shadow: 0 0.5rem 0 #cb5d00;
    }
    #article-content .mid-appeal.rich-cta .orange-button p {
        font-size: 4.26666vw;
    }
    #article-content .mid-appeal.rich-cta .orange-button .check {
        width: 4.8vw;
        left: 8.66666vw;
    }
    #article-content .mid-appeal.rich-cta .orange-button .hand {
        width: 9.8666vw;
        right: 3.3333vw;
    }
}

.banner-cta .title {
    font-size: 20px;
    font-weight: bold;
}

.banner-cta .cta-area {
    border: 1px solid #d4571b;
    padding: 30px 30px 50px;
}

.banner-cta .cta-area .banner img {
    width: 100% !important;
}

.banner-cta .cta-area .heading {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
}

.banner-cta .cta-area .reviews {
    background-color: #f4f4f4;
    font-size: 20px;
    text-align: left;
    padding: 20px 40px 20px 50px;
}

.banner-cta .cta-area .reviews li {
    list-style: disc;
    line-height: 1.8;
}

.banner-cta .cta-area .reviews li::marker {
    font-size: 14px;
}

.banner-cta .cta-area .button-area {
    margin-top: 30px;
    white-space: nowrap;
}

.banner-cta .cta-area .button-area>p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px!important;
}

.banner-cta .cta-area .button-area>p span {
    font-size: 32px;
}

.banner-cta .cta-area .button-area p::after,
.banner-cta .cta-area .button-area p::before {
    position: relative;
    display: inline-block;
    content: "";
    width: 2px;
    height: 2rem;
    margin: 0 1rem;
    margin-top: -.2em;
    vertical-align: middle;
    background: #000;
}

.banner-cta .cta-area .button-area>p::before {
    transform: rotate(-50deg);
}

.banner-cta .cta-area .button-area>p::after {
    transform: rotate(50deg);
}

.banner-cta .cta-area .button-area .cta-button {
    display: inline-block
}

.banner-cta .cta-area .button-area .cta-button a {
    position: relative;
    display: flex;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    padding: 10px 50px 10px 10px;
    border-radius: 80px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 1px;
}

.banner-cta .cta-area .button-area .cta-button a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 transparent;
}

.banner-cta .cta-area .button-area .cta-button a span {
    background-color: #fff;
    border-radius: 50%;
    padding: 16px 11px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    margin-right: 10px;
}

.banner-cta .cta-area .button-area .cta-button a::after {
    display: block;
    content: "";
    background-image: url(/blog/img/article/cta-button-hand.png);
    width: 43px;
    height: 54px;
    position: absolute;
    top: 40%;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-cta .cta-area .button-area.green .cta-button a {
    background-color: #06c755;
    box-shadow: 6px 6px #059e43;
    color: #fff !important;
}

.banner-cta .cta-area .button-area.green .cta-button a span {
    color: #059e43 !important;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    #article-content p {
        margin-bottom: 2.667vw;
    }
    .banner-cta .cta-area {
        padding: 4vw 4vw 8vw;
    }
    .banner-cta .title,
    .banner-cta .cta-area .button-area .cta-button a,
    .banner-cta .cta-area .button-area>p span {
        font-size: 4.267vw!important;
    }
    .banner-cta .cta-area .heading,
    .banner-cta .cta-area .button-area {
        margin-top: 4vw;
    }
    .banner-cta .cta-area .button-area>p {
        font-size: 4.267vw!important;
        margin-bottom: 1.333vw!important;
    }
    .banner-cta .cta-area .heading span {
        font-size: 4.267vw!important;
        margin-left: 1.333vw;
    }
    .banner-cta .cta-area .reviews {
        font-size: 3.733vw;
        padding: 2.667vw 4vw 2.667vw 8vw;
    }
    .banner-cta .cta-area .reviews li::marker {
        font-size: 2.133vw;
    }
    .banner-cta .cta-area .button-area .cta-button a {
        border-radius: 10.667vw;
    }
    .banner-cta .cta-area .button-area .cta-button a span {
        font-size: 3.733vw;
        padding: 2.667vw 1.333vw;
        margin-right: 5.333vw;
    }
    .banner-cta .cta-area .button-area .cta-button a {
        padding: 2vw 16vw 2vw 2vw;
    }
    .banner-cta .cta-area .button-area .cta-button a::after {
        width: 9.867vw;
        height: 12.4vw;
        top: 45%;
        right: 4.667vw;
    }
    .banner-cta .cta-area .button-area.green .cta-button a {
        box-shadow: 0.8vw 0.8vw #059e43;
        line-height: 1.3;
    }
    .banner-cta .cta-area .button-area p::after,
    .banner-cta .cta-area .button-area p::before {
        width: 0.533vw;
        height: 4.8vw;
        margin: 0 1rem;
        margin-top: -.2em;
    }
    .banner-cta .cta-area .button-area>p::before {
        transform: rotate(-30deg);
    }
    .banner-cta .cta-area .button-area>p::after {
        transform: rotate(30deg);
    }
}
#pr_link {
    padding: 0.8em 1em;
    border-radius: 2px;
    display: flex;
    position: relative;
    padding: 1em 1.2em;
    align-items: center;
    background-color: #fafafa;
    margin-top: 1em;
    font-size: .8rem;
}
#pr_link::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23dddddd'%3E%3C/path%3E%3C/svg%3E");
    font-size: 1.1em;
    width: 1.5rem;
    height: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 0.8em 0 0;
}
#pr_link .pr_link_text {
    margin-left: 0.8em;
    border-left: 1px solid #dddddd;
    padding-left: 1rem;
}

/* 口コミ */
.multi-review {
    width: 100%;
    margin: 2rem auto;
    border: 2px solid #f6ab00;
}
.multi-review p {
    margin-bottom: 0!important;
}

.multi-review__heading {
    text-align: center;
    font-weight: bold;
    background: #f6ab00;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.6rem 0;
    letter-spacing: 1px;
}

.multi-review__body {
    padding: 20px 20px 10px;
}

.multi-review__body__more {
    text-align: center;
    display: none;
    background: #fff;
    margin-top: -2.5rem;
    padding: 1rem;
    position: relative;
    background: linear-gradient(to top, #fff 70%, transparent 100%);
}

.multi-review__body__more--btn {
    background: #fff;
    display: inline-block;
    padding: 1rem 7rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    border: 1px solid #000;
    border-radius: 50px;
}
.simple-review {
    background-color: #f5f5f5;
    margin: 2rem auto;
}

.simple-review__main {
    padding: 0 0 3rem 0;
    max-width: 100%;
    margin: 0 2.5rem;
    position: relative;
}

.simple-review .multi-review__heading{
    margin-bottom: 1.5rem!important;
}

.simple-review__body .review {
    /* 固定幅のカードにする */
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 1.5rem;
    box-sizing: border-box;
    max-width: 300px;
}

.simple-review__body .review .review__sub_title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.simple-review__body .review .review__heading__left{
    width: 60px;
}
.simple-review__body .review .review__heading__right--txt {
    margin-bottom: 0 !important;
}
.simple-review__body .review .star-wrap:before,
.simple-review__body .review .star-wrap:after {
    letter-spacing: 0.1rem!important;
    font-size: 1.2rem!important;
}
.simple-review__body .review .review__heading{
    margin-bottom:0 !important;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.review {
    font-weight: bold;
    font-size: 16px;
}

.review__sub_title {
    margin-bottom: 1rem;
    border-bottom: 1px dotted #000;
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: 2px;
}

.review__heading {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
}

.review__heading__left {
    width: 12%;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.review__heading__left--icon {
    width: min(100%, 80px) !important;
    height: auto;
    line-height: normal;
}

.review__heading__right {
    padding-left: 0.5rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 1rem;
}

.review__content {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1rem;
}
.review__heading__right--txt{
    font-weight: normal;
}
.star-score{
    font-size: 2rem;
    margin-right: 0.4rem;
    font-weight: bold;
}

.review__content--clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-bottom: 0;
}

.review__content--clamp p:not(:first-child),
.review__content--clamp br,
.review__content--clamp .review__footer {
    display: none;
}

.simple_blockquote cite,
.review__footer {
    display: block;
    text-align: right;
    font-style: normal;
}

.simple_blockquote cite:before,
.review__footer:before,
.review__footer--link {
    font-size: 0.9rem;
    font-weight: normal;
}

.simple_blockquote cite a,
.review__footer--link {
    color: #999999 !important;
}

.simple_blockquote cite a,
a.review__footer--link {
    text-decoration: underline;
}
.simple_blockquote cite::before,
.review__footer:before {
    content: "\51FA\5178：";
    color: #b4b4b4;
}

/* 星 */

.star-wrap {
    position: relative;
    display: inline-block;
}

.star-wrap:before,
.star-wrap:after {
    content: '★★★★★';
    letter-spacing: 0.2rem;
    font-size: 1.5rem;
}

.star-wrap:before {
    color: #ddd;
}

.star-wrap:after {
    position: absolute;
    left: 0;
    top: 0;
    color: #F9D449;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .multi-review__body__more--btn{
        white-space: nowrap;
        width: 90%;
        padding: 0.8rem 0;
        max-width: 500px;
        color: #000;
    }
    .multi-review__heading{
        font-size: 1rem !important;
    }
    .review__sub_title{
        border-bottom: 2px dotted #000;
    }
    .review__heading__left--icon{
        width: 100px;
        height: auto;
    }
    .review__heading__left{
        width: 30%;
    }
    .star-score{
        font-size: 1.5rem;
    }
    .review__footer {
        font-size: 0.8rem !important;
    }
    .review__footer:before,
    .review__footer--link {
        font-size: 0.8rem !important;
    }
    .review__heading__right {
        padding-left: 0;
    }
    .star-wrap:before,
    .star-wrap:after {
        letter-spacing: 0.1rem;
    }
}
.simple-review .swiper {
    width: 100%;
}
.simple-review .swiper-container::-webkit-scrollbar {
    display: none;
}
.simple-review .swiper-slide {
    height: auto;
}
.simple-review .slide-content {
    height: 100%;
}
.simple-review .swiper-pagination-horizontal.swiper-pagination-bullets{
    position: relative;
    top: 1rem;
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: center;
}
.simple-review .swiper-pagination-bullet {
    background-color: #e5e5e5;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.simple-review .swiper-pagination-bullet-active{
    background-color: #ed6d00;
    width: 14px;
    height: 14px;
}

.simple-review .swiper-button-next,
.simple-review .swiper-button-prev{
    height: 2.5rem;
    width: 2.5rem;
    background: #000;
    border-radius: 50px;
}
.simple-review .swiper-button-next{
    right: -1.2rem;
}
.simple-review .swiper-button-prev {
    left: -1.2rem;
}
.simple-review .swiper-button-next svg,
.simple-review .swiper-button-prev svg {
    height: 18px;
    width: 11px;
}
.simple-review .swiper-button-next svg path,
.simple-review .swiper-button-prev svg path {
    fill: #fff;
}
.simple-review__body .review .slide-content {
    display: flex;
    flex-direction: column;
}
.simple-review__body .slide-content .review__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.simple-review__body .slide-content .review__content p {
    margin-bottom: 0.5rem !important;
    flex-grow: 1;
}
@media screen and (max-width: 767px) {
    .simple-review__main {
        padding: 0 0 2.5rem 0;
        margin: 0 1.5rem;
    }
    .simple-review__body .review{
        padding: 1rem;
    }
    .simple-review__body .review .star-wrap:before,
    .simple-review__body .review .star-wrap:after {
        font-size: 1rem !important;
    }
    .simple-review__body .review .review__heading__left{
        width: 30%;
    }
    .simple-review__body .review .star-score {
        margin-right: 0.2rem;
        font-size: 1.3rem;
    }
    .simple-review__body .review .review__heading__right {
        margin-left: 0.2rem;
    }
    .simple-review .swiper-button-next {
        right: -1.5rem;
    }
    .simple-review .swiper-button-prev {
        left: -1.5rem;
    }
}
#article-content .simple_blockquote {
    position: relative;
    padding: 3rem 4rem;
    margin: 2rem 0;
    background-color: #f5f5f5;
    background-image: linear-gradient(135deg, #fff 60px, transparent 0), linear-gradient(-45deg, #fff 60px, transparent 0);
}
#article-content .simple_blockquote>img {
    width: 100%;
    height: auto;
}
#article-content .simple_blockquote:before {
    display: inline-block;
    content: '';
    background-image: url(/blog/img/shortcode/quote.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: 10px;
    left: 0;
    background-size: contain;
    vertical-align: middle;
}
#article-content .simple_blockquote:after {
    display: inline-block;
    content: '';
    background-image: url(/blog/img/shortcode/quote.png);
    width: 29px;
    height: 29px;
    position: absolute;
    bottom: 10px;
    right: 0;
    background-size: contain;
    vertical-align: middle;
    transform: rotate(180deg);
}
#article-content .simple_blockquote cite {
    display: block;
    text-align: right;
    color: #b4b4b4;
    font-size: .9em;
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    #article-content .simple_blockquote {
        position: relative;
        padding: 2rem;
        margin: 2rem 0;
        background-color: #f5f5f5;
        background-image: linear-gradient(135deg, #fff 35px, transparent 0), linear-gradient(-45deg, #fff 35px, transparent 0);
    }
    #article-content .simple_blockquote:before {
        width: 20px;
        height: 20px;
        top: 5px;
    }

    #article-content .simple_blockquote:after {
        width: 20px;
        height: 20px;
        bottom: 5px;
    }
}
/* 関連記事 */
.kanren_articles_wrap{
    position: relative;
    width: 100%;
    margin: 3rem auto 2rem;
    border: 2px solid #f6ab00;
    padding: 0.5rem 1.5rem 1.5rem;
}
.kanren_articles_wrap .kanren_articles_items {
    display: flex;
    margin-top: 1.5rem;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_img {
    width: 35%;
    padding: 0.5rem 1.5rem 0 0.5rem;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_img img {
    width: 100%!important;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_info {
    width: 75%;
    line-height: 2;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_info span {
    font-size: 12px;
    margin-right: 1rem;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_title{
    font-weight: 700;
    font-size: 18px!important;
    margin-bottom: 0 !important;
}
.kanren_articles_wrap .kanren_articles_items .kanren_articles_info p.tag {
    margin-bottom: 0!important;
}
.kanren_articles_wrap .kanren_articles_wrap_title {
    display: inline-block;
    background: #f6ab00;
    color: #fff;
    padding: 0.5rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    position: absolute;
    top: -1.5rem;
    left: 2rem;
}
@media screen and (max-width: 767px) {
    .kanren_articles_wrap {
        padding: 1.5rem 1rem 1rem;
    }
    .kanren_articles_wrap .kanren_articles_wrap_title {
        padding: 0.5rem 1.5rem;
        left: 1.5rem;
    }
    .kanren_articles_wrap .kanren_articles_items {
        display: flex;
        margin-top: 1rem;
    }
    .kanren_articles_wrap .kanren_articles_items .kanren_articles_info {
        width: 55%;
        line-height: 1.5;
    }
    .kanren_articles_wrap .kanren_articles_items .kanren_articles_img {
        width: 45%;
        padding: 0.5rem 0.5rem 0 0.5rem;
    }
}
.faq_wrap {
    margin: 1.8rem 0;
}

.faq_wrap .qa {
    margin-bottom: 1rem;
}

.faq_wrap .qa>summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3.5em;
    /* cursor: pointer; */
    cursor:initial;
    font-weight: 700;
    font-size: 1.1rem;
    background: #f5f5f5;
}

.faq_wrap .qa>summary::before,
.faq_wrap .qa>div::before {
    position: absolute;
    left: 1.5rem;
    font-weight: 400;
    font-size: 1.9rem;
}

.faq_wrap .qa>summary::before {
    content: "Q";
    top: 5px;
}

/* .faq_wrap .qa>summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
} */

.faq_wrap .qa[open] summary::after {
    transform: rotate(225deg);
}

.faq_wrap .qa>div {
    position: relative;
    transform: translateY(-10px);
    /* opacity: 0; */
    margin: 0;
    padding: 1rem 3rem 1rem 4rem;
    transition: transform .5s, opacity .5s;
    font-size: 1rem;
}

.faq_wrap .qa[open]>div {
    transform: none;
    opacity: 1;
}

.faq_wrap .qa>div::before {
    line-height: 1;
    content: "A";
    color: #f6ab00;
}

.faq_wrap .faq_section_answer .box_design>ul li:before {
    border: 3px solid #008ad3;
    background-color: #fff;
}

.faq_wrap .sc {
    margin: 0 -1.5em 0 -1.5em !important;
}

.faq_wrap .sc>* {
    width: 100% !important;
    margin: 2.5rem auto !important;
}
