@charset "UTF-8";

/*
商品詳細ページ
*/
#page_product_detail article {
    padding: 25px 0;
}

#page_product_detail article+article {
    border-top: 2px solid #ccc;
}

#page_product_detail .ec-layoutRole__contents article h2 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 1em;
    font-weight: 400;
    color: #111;
}

.footer-product-review dl {
    display: flex;
    border: 1px solid #ccc;
    background: #F3F3F3;
    padding: 26px 54px;
    border-radius: 5px;
    position: relative;
    z-index: 3;
}

.footer-product-review dl+dl {
    margin-top: 1em;
}

.footer-product-review dl:nth-child(2n-1) {
    margin-left: 30px;
}

.footer-product-review dl:nth-child(2n) {
    margin-right: 30px;
}

.footer-product-review dl:nth-child(2n-1)::before {
    content: '';
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 30px solid #F3F3F3;
    top: calc(50% - 30px);
    z-index: 2;
    left: -30px;
}

.footer-product-review dl:nth-child(2n-1)::after {
    content: '';
    position: absolute;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-right: 31px solid #ccc;
    top: calc(50% - 31px);
    z-index: 1;
    left: -31px;
}

.footer-product-review dl:nth-child(2n)::before {
    content: '';
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #F3F3F3;
    top: calc(50% - 30px);
    z-index: 2;
    right: -30px;
}

.footer-product-review dl:nth-child(2n)::after {
    content: '';
    position: absolute;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 31px solid #ccc;
    top: calc(50% - 31px);
    z-index: 1;
    right: -31px;
}

.footer-product-review dl dt {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.footer-product-review dl dt h2 {
    font-size: 18px;
    color: #111;
}

.footer-product-review dl dt p {
    font-weight: 300;
    font-size: 15px;
}

.footer-product-review dl dt p.link {
    padding-top: 1em;
}

.footer-product-review dl dd {
    max-width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.footer-product-review dl dd img {
    padding-left: 1em;
}

.footer-product-cut img {
    margin-bottom: 1em;
}

.footer-product-cut h2 {
    font-size: 18px;
}

.footer-product-cut p {
    font-size: 14px;
    margin-bottom: 30px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 1em;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:767px) {
    #page_product_detail article {
        font-size: 13px;
    }

    #page_product_detail .ec-layoutRole__contents article h2 {
        font-size: 20px;
        margin-bottom: .5em;
    }

    .footer-product-review dl {
        padding: 18px 1em;
        flex-wrap: wrap;
    }

    .footer-product-review dl dt {
        margin-bottom: 1em;
    }

    .footer-product-review dl dt h2 {
        font-size: 16px;
    }

    .footer-product-review dl dt p {
        font-size: 13px;
    }

    .footer-product-review dl dd {
        max-width: 100%;
    }

    .footer-product-review dl dd img {
        padding-left: 0;

    }
}

/*
news
*/
#page_news dl.col-news {
    color: #111;
    background: #f3f3f3;
    padding: 16px 36px;
    overflow-wrap: break-word;
}

#page_news dl.col-news .category {
    margin-bottom: .5em;
}

#page_news dl.col-news .category p {
    letter-spacing: 2px;
}

#page_news dl.col-news h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 24px;
}

#page_news dl.col-news p.desc {
    font-size: 14px;
    margin-bottom: 15px;
}

#page_news dl.col-news p.date {
    letter-spacing: 2px;
    font-size: 14px;
}

#page_news dl.col-news a.detail {
    color: #111;
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
}

#page_news dl.col-news a.detail:hover {
    text-decoration: none;
    font-weight: 600;
}

#page_news dl.col-news a.detail::after {
    content: '';
    background-color: #846249;
    width: 83px;
    height: 3px;
    position: absolute;
    bottom: -8px;
    left: 0;
}

@media(max-width:767px) {
    #page_news dl.col-news {
        padding: 16px 1em;
    }
}

/*
portiapay
*/
#portiapay {
    font-family: "Noto Sans JP";
}

#portiapay article+article {
    padding-top: 85px;
}

.p-title {
    background: #fdfcf0;
    border-left: 4px solid #1c73ab;
    margin-bottom: 30px;
}

.p-title-inner {
    border-left: 4px solid #f9bc12;
    padding: 1em 16px;
    font-weight: bold;
    text-align: center;
}

.p-title-inner h2 {
    font-size: 21px;
    color: #111;
    display: inline-flex;
    margin: 0;
}

.p-title-inner h2 span {
    display: flex;
    flex-wrap: wrap;
}

.p-title-inner h2 span img {
    width: 130px;
    height: 24px;
    object-fit: contain;
    margin-left: .5em;
}

#portiapay h1 {
    text-align: center;
    font-size: 29px;
    color: #e4007f;
    font-weight: 500;
    margin: 0 0 .75em;
}

#portiapay h1 span {
    font-size: 90%;
    margin-left: -.5em;
    margin-right: -.5em;
}

#portiapay .entry {
    padding-top: 35px;
}

#portiapay .entry h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 500;
}

#portiapay .entry h2 span {
    position: relative;
}

#portiapay .entry h2 span:before {
    content: '';
    width: 3px;
    height: 150%;
    background-color: #111;
    position: absolute;
    transform: rotate(-30deg);
    filter: drop-shadow(-7px -3px 0px #111);
    left: -26px;
    top: -5px;
}

#portiapay .entry h2 span:after {
    content: '';
    width: 3px;
    height: 150%;
    background-color: #111;
    position: absolute;
    transform: rotate(30deg);
    filter: drop-shadow(-7px 3px 0px #111);
    right: -26px;
    top: -5px;
}

.entry-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-left: 10.5%;
    width: 78%;
}

.entry-col {
    width: 100%;
    padding: 0 8px;
}

.entry-col img {
    margin-bottom: 75px;
}

a.p-btn {
    background-color: #5ca5db;
    color: white;
    font-size: 20px;
    display: block;
    line-height: 1;
    padding: .65em 1em;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

a.p-link::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    right: 16px;
    transform: rotate(-135deg);
    top: calc(50% - 6px);
}

.step-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

.step-col+.step-col:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: -16px;
    margin-right: -14px;
    border-top: 30px solid #f9bc12;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    transform: rotate(-90deg);
}

.step-col+.step-col:after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    width: 31px;
    height: 29px;
    background-color: #f9bc12;
    left: -35px;
    margin-right: -14px;
}

.step-col {
    width: calc(100% / 3 - 24px);
    border: 2px solid #1d79b6;
    border-radius: 20px;
    padding: 1em;
    margin: 0 12px;
    position: relative;
    margin-bottom: 1em;
}

.step-col img {
    padding: 0 16px;
    margin: 0 0 1em;
    object-fit: contain;
}

.step-col-title {
    display: flex;
    margin-bottom: 16px;
}

.step-col-title-num {
    background-color: #53b0fd;
    color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 19px;
    position: relative;
    margin-right: 10px;
}

.step-col-title-num::before {
    content: 'step';
    color: white;
    position: absolute;
    font-size: 12px;
    width: 45px;
    left: 0;
    top: 5px;
}

.step-col-title h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #1d79b6;
    font-size: 21px;
    width: calc(100% - 55px);
    margin: 0;
}

.step-col-panel h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 .5em;
}

.step-col-panel {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.step-col-panel p {
    font-size: 13px;
    margin: 0 0 1em;
}

.step-col-panel p.text-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 4em;
    width: 100%;
}

.step-row small {
    width: 100%;
    text-align: right;
}

.support-row {
    margin-left: calc(10% / 2);
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 0;
}

.support-row>div {
    padding: 0 16px;
}

.support-row .support-col-l {
    width: 25%;
}

.support-row .support-col-l img {
    height: 100%;
    object-fit: contain;
}

.support-row .support-col-r {
    width: 75%;
}

.support-row .support-p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    border: 2px solid #1d79b6;
    border-radius: 20px;
    padding: 25px 45px;
    position: relative;
}

.support-p::before {
    content: '';
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    background-color: white;
    position: absolute;
    top: calc(50% - 15px);
    left: -15px;
    z-index: 1;
}

.support-p::after {
    content: '';
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    background-color: #1c73ab;
    position: absolute;
    top: calc(50% - 15px);
    left: -17px;
}

.support-row .support-p h3 {
    font-size: 22px;
    margin: 0 0 1em;
    color: #111;
    font-weight: 300;
    line-height: 1.3;
}

.whats-portiapay {
    width: 85%;
    margin-left: calc(15% / 2);
}

.whats-portiapay-hr {
    margin-bottom: 40px;
}

.whats-portiapay-hr h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    color: #111;
    border-top: 2px solid #f9bc12;
    border-bottom: 2px solid #f9bc12;
    padding: .5em 1em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.whats-portiapay-hr h2 span {
    color: #1d79b6;
    font-weight: 600;
}

.whats-portiapay-hr p {
    font-size: 17.8px;
    line-height: 1.7;
}

.whats-portiapay-hr small {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 13px;
}

.whats-portiapay-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: 5%;
    width: 90%;
}

.whats-portiapay-col {
    width: calc(100% / 3);
    padding: 0 16px;
    margin-bottom: 30px;
}

.whats-portiapay-free {
    margin-left: 25%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.whats-portiapay-free-col {
    width: 100%;
}

.whats-portiapay-free-col h2 {
    color: #1d79b6;
    font-size: 18px;
    text-align: center;
    margin: 0 0 55px;
}

.whats-portiapay-inner {
    background-color: #1d79b6;
    position: relative;
    border-radius: 30px;
    padding: 30px;
    color: white;
    text-align: center;
    margin-bottom: 130px;
}

.whats-portiapay-inner h3 {
    font-size: 33px;
    font-weight: 500;
    margin: 0;
    line-height: 1.35;
}

.whats-portiapay-inner h3 span {
    color: #f9bc12;
    font-size: 165%;
    font-weight: 700;
}

.whats-portiapay-inner img {
    position: absolute;
    width: 185px;
    right: calc(-50% + 50px);
    top: 15px;
}

.portiapay-flow {
    margin-bottom: 35px;
}

.portiapay-flow img {
    margin-bottom: 50px;
}

.p-flow {
    display: flex;
    flex-wrap: wrap;
    min-height: 120px;
}

.p-flow-num {
    width: 25%;
    padding-right: 16px;
}

.p-flow-num h5 {
    text-align: center;
    background: #1c73ab;
    color: white;
    margin: 0;
    padding: .5em 1em;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.p-flow-text {
    width: 75%;
    margin-bottom: 55px;
}

.p-flow-text p {
    font-size: 19px;
    line-height: 1.5;
}

.p-flow-text p span {
    border-bottom: 3px solid #e4007f;
}

.p-flow-text p small {
    font-size: 15px;
}

.p-flow-num .p-arrow {
    width: 10px;
    background: #1c73ab;
    margin: 7px auto 15px;
    position: relative;
    height: calc(100% - 75px);
}

.p-flow-num .p-arrow::after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: 50%;
    margin-right: -14px;
    border-top: 14px solid #1D79B6;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
}

@media(min-width:576px) {
    .entry-row {}

    .entry-col {
        width: 50%;
        padding: 0 16px;
    }

    .entry-col-offset {
        width: 85%;
        padding: 0 0 0 15%;
    }

    .btn-row {
        margin-left: 25%;
        width: 50%;
    }
}

@media(max-width:858px) {
    #portiapay article+article {
        padding-top: 65px;
    }

    #portiapay h1 {
        font-size: 22px;
    }

    #portiapay .entry h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    a.p-btn {
        font-size: 18px;
    }

    .p-title-inner h2 {
        font-size: 19px;
    }

    .step-col-title h2 {
        font-size: 17px;
    }

    .step-col-panel h3 {
        font-size: 15px;
    }

    .step-col-panel p {
        font-size: 11px;
    }

    .support-row {
        width: 100%;
        margin-left: 0;
    }

    .support-row .support-p {
        padding: 25px 1em;
    }

    .support-row .support-p h3 {
        font-size: 20px;
    }

    .whats-portiapay-hr h2 {
        font-size: 20px;
    }

    .whats-portiapay-hr p {
        font-size: 18px;
    }

    .whats-portiapay-free-col h2 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .whats-portiapay-inner h3 {
        font-size: 26px;
    }

    .whats-portiapay-inner img {
        width: 174px;
        right: calc(-50% + 39px);
    }

    .whats-portiapay-inner {
        margin-bottom: 108px;
    }

    .portiapay-flow {
        margin-bottom: 20px;
    }

    .p-flow-num h5 {
        font-size: 15px;
    }

    .p-flow-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    .p-flow-text p small {
        font-size: 12px;
    }

    .p-flow-text {
        margin-bottom: 34px;
    }

    .p-flow-num .p-arrow {
        height: calc(100% - 60px);
    }
}

@media(max-width:700px) {
    #portiapay {
        padding-top: 0;
    }

    #portiapay h1 {
        font-size: 15px;
    }

    #portiapay .entry h2 {
        font-size: 14px;
    }

    #portiapay .entry h2 {
        font-size: 14px;
    }

    .btn-row {
        width: 100%;
        margin-left: 0;
    }

    a.p-btn {
        font-size: 15px;
    }

    .entry-col img {
        margin-bottom: 1em;
    }

    .p-title-inner h2 {
        font-size: 15px;
    }

    .step-row {
        padding: 0;
    }

    .step-col {
        width: 100%;
        margin: 0 0 12px;
    }

    .step-col+.step-col:after {
        top: -35px;
        width: 24px;
        height: 25px;
        left: calc(50% - 12px);
        margin-right: -14px;
    }

    .step-col+.step-col:before {
        top: -10px;
        left: calc(50% - 22px);
        margin-right: 20px;
        border-top: 23px solid #f9bc12;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        transform: inherit;
    }

    .support-row .support-p h3 {
        font-size: 14px;
    }

    .support-row .support-p p {
        font-size: 13px;
    }

    .support-row {
        padding: 0;
    }

    .whats-portiapay {
        width: 100%;
        margin-left: 0;
    }

    .whats-portiapay-hr h2 {
        font-size: 15px;
    }

    .whats-portiapay-hr p {
        font-size: 13px;
        text-align: justify;
    }

    .whats-portiapay-hr small {
        font-size: 12px;
    }

    .whats-portiapay-row {
        margin-left: 0;
        width: 100%;
    }

    .whats-portiapay-col {
        padding: 0 6px;
    }

    .whats-portiapay-free {
        margin-left: 15%;
        width: 70%;
    }

    .whats-portiapay-inner h3 {
        font-size: 16px;
    }

    .whats-portiapay-inner img {
        width: 105px;
        right: calc(-50% + 129px);
    }

    .whats-portiapay-inner {
        margin-bottom: 47px;
        padding: 16px 30px;
    }

    .p-title-inner h2 span img {
        width: 95px;
        height: 18px;
    }

    .p-flow-num {
        width: 100%;
        padding-right: 0;
    }

    .portiapay-flow img {
        margin-bottom: 30px;
    }

    .p-flow-num h5 {
        font-size: 13px;
        margin-bottom: 1em;
    }

    .p-flow-text {
        margin-bottom: 21px;
        width: 100%;
    }

    .p-flow-text p {
        font-size: 13px;
    }

    .portiapay-flow {
        margin-bottom: 0;
    }

    .p-flow-num .p-arrow {
        height: 24px;
        bottom: -25px;
        left: calc(50% - 5px);
        position: absolute;
    }

    #portiapay .entry h2 span:after {
        width: 2px;
        filter: drop-shadow(-7px 3px 0px #111);
        top: -3px;
    }

    #portiapay .entry h2 span:before {
        width: 2px;
        filter: drop-shadow(-7px -3px 0px #111);
        top: -3px;
    }

    .p-flow {
        position: relative;
        margin-bottom: 0;
    }

    .p-flow+.p-flow {
        padding-top: 36px;
    }
}

@media(max-width:575px) {
    .whats-portiapay-inner img {
        width: 105px;
        right: calc(-50% + 59px);
    }
}

/*
FAQ
*/

#faq .faq-link {
    margin-bottom: 40px;
    padding-top: 1em;
}

#faq .faq-link li {
    list-style: none;
    text-align: center;
    border: 1px solid #111;
    box-shadow: 0 2px 0 #d1d1d1;
    margin: 0 0 1em;
}

#faq .faq-link li a {
    display: block;
    padding: 25px 1em 34px;
    color: #111;
    font-size: 17px;
    font-weight: 400;
}

#faq .faq-link li a:hover {
    opacity: .5;
    text-decoration: none;
}

#faq .faq-link li a::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: calc(50% + 7px);
    left: 50%;
    transition: 0.1s;
    transform: rotate(-45deg);
}

#faq .faq-category h2 {
    font-size: 21px;
    color: #111;
    padding-left: 1em;
    position: relative;
    margin-bottom: 1em;
}

#faq .faq-category {
    margin-bottom: 50px;
}

#faq .faq-category h2::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: 0;
    top: .5px;
}

#faq .faq-category .faq-category-active {
    border: 1px solid #111;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 0 #d1d1d1;
    cursor: pointer;
    margin: 0 0 1em;
}

#faq .faq-category .faq-category-active h3 {
    font-size: 15px;
    color: #111;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    height: 4em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#faq .faq-category .faq-category-inner {
    width: 100%;
    padding: 13px 1em;
    position: relative;
}

#faq .faq-category .faq-category-inner::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: calc(50% - 4px);
    right: 27px;
    transition: 0.1s;
    transform: rotate(-45deg);
}

#faq .faq-category .faq-category-inner.active::after {
    top: calc(50% + 4px);
    transform: rotate(135deg);
}

#faq .faq-category .faq-category-inner img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

#faq .faq-category-wrap ul {
    padding: 1em 1em 0;
    margin: 0 0 1em;
    list-style: none;
    width: 100%;
    display: none;
}

#faq .faq-category-wrap ul li {
    margin: 0 0 .5em;
    line-height: 1.2;
}

#faq .faq-category-wrap ul li>a {
    color: #a5a5a5;
    font-size: 15px;
    position: relative;
    display: block;
    padding-right: 1em;
}

#faq .faq-category-wrap ul li>a::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
    position: absolute;
    top: calc(50% - 3px);
    right: 2px;
    transition: 0.1s;
    transform: rotate(-135deg);
}

#faq .faq-category-wrap ul li p a {
    display: inline;
    word-break: all;
}

@media(max-width:767px) {
    #faq .faq-link li a {
        padding: 20px 1em 30px;
        font-size: 15px;
    }

    #faq .faq-category .faq-category-inner img {
        width: 50px;
        height: 50px;
    }
}

/*
FAQ｜回答ページ
*/
.faq-container h2 {
    font-size: 22px;
    color: #111;
    margin: 0 0 1em;
}

.faq-container h1 {
    font-size: 21px;
    color: #111;
    padding-left: 1em;
    position: relative;
    margin-bottom: 1em;
}

.faq-container h1::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #111;
    position: absolute;
    left: 0;
    top: .5px;
}

.faq-container dl dt {
    cursor: pointer;
    color: #111;
    font-weight: 300;
    position: relative;
    padding: 11px 15px 11px 58px;
    margin-bottom: 30px;
}

.faq-container dl dt::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f002';
    font-weight: 900;
    color: white;
    background-color: #111;
    padding: .75em;
    border-radius: 50%;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    top: calc(50% - 22.5px);
    left: 0;
}

.faq-container dl dt::after {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: -15px;
    height: 2px;
    background-color: #ccc;
}

.faq-container dl dl dd {
    display: none;
    background-color: #f1f4f5;
    padding: 2em 1em;
    margin-bottom: 1em;
    font-size: 14px;
    color: #111;
    font-weight: 300;
}

.faq-container dl dl dd ul {
    margin-bottom: 0;
}

.row-breadcrumbs-faq {
    display: inline-flex;
    list-style: none;
    padding: .5em 0 0;
    font-size: 15px;
    margin-bottom: .5em;
}

.row-breadcrumbs-faq a {
    padding-right: .5em;
}

.row-breadcrumbs-faq p {
    padding-left: .5em;
}

@media(max-width:767px) {
    .faq-container h2 {
        font-size: 19px;
    }

    .faq-container h3 {
        font-size: 17px;
    }

    .faq-container dl dt::before {
        width: 36px;
        height: 36px;
        font-size: 14px;
        padding: .7em;
        top: calc(50% - 18px);
    }

    .faq-container dl dt {
        padding: 11px 0 11px 48px;
        margin-bottom: 18px;
        font-size: 15px;
    }

    .faq-container dl dt::after {
        bottom: -9px;
        height: 1px;
    }
}


/*
お問い合わせページ
*/

#page_contact .ec-borderedDefs {
    display: none;
}

dl#top_box__render1 {
    display: flex;
    flex-wrap: wrap;
}

dl#top_box__render1 dt {
    width: 30%;
    line-height: 1.41;
    display: flex;
    align-items: center;
    padding: 0;
}

dl#top_box__render1 dt label {
    font-weight: 500;
    font-size: 15px;
    color: #111;
}

dl#top_box__render1 dd {
    width: 70%;
    margin: 0;
}

dl#top_box__render1 dd #contact_user_type {
    display: flex;
    flex-wrap: wrap;
}

dl#top_box__render1 dd label {
    width: calc(50% - 10px);
    background-color: #f5f5f5;
    height: 120px;
    border: 1px solid #C4CCCE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 0;
    cursor: pointer;
}

dl#top_box__render1 dd .ec-select {
    margin-bottom: 0;
}

#page_contact dl#top_box__render1 dd input {
    position: relative;
    transform: scale(1.5);
    width: 38px;
}

form[novalidate] dl#top_box__render4 {
    flex-wrap: wrap;
}

form[novalidate] dl#top_box__render4 p.ec-errorMessage {
    text-align: center;
}

form[novalidate] dl#top_box__render4 dt {
    width: 100%;
}

form[novalidate] dl#top_box__render4 dd {
    width: 100%;
}

dl#top_box__render4 .scroll-area {
    height: 13em;
    overflow-y: scroll;
    line-height: 1.42857;
    color: #111;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    margin-bottom: 30px;
}

dl#top_box__render4 dd #contact_policy {
    max-width: 80%;
    margin-left: 10%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

dl#top_box__render4 dd label {
    width: calc(50% - 10px);
    background-color: #f5f5f5;
    height: 50px;
    border: 1px solid #C4CCCE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.35;
    margin: 0 5px 1em;
    cursor: pointer;
}

#page_contact dl#top_box__render4 dd input {
    position: relative;
    width: 38px;
    margin: 0;
}

@media(max-width:767px) {
    #page_contact dl dt {
        width: 100%;
    }

    #page_contact dl dd {
        width: 100%;
    }

    dl#top_box__render1 dt {
        width: 100%;
    }

    #page_contact dl#top_box__render1 dd input {
        transform: scale(1);
    }

    #page_contact .ec-select label {
        width: 100%;
        border: 1px solid #C4CCCE;
        text-align: center;
        background: #f5f5f5;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 54px;
        margin: 8px 0 0;
        font-size: 13px;
    }

    #page_contact .ec-select label {
        height: 42px;
    }
}

/*
会社概要
*/
#page_corp .ec-off1Grid {
    color: #111;
}

#page_corp .ec-role h2 {
    font-size: 23px;
    margin-bottom: .5em;
    padding-top: 1em;
}

#page_corp .ec-borderedDefs dl {
    padding: 1em 0;
}

#page_corp .ec-borderedDefs dd {
    line-height: 1.41;
    margin-bottom: 0;
}

#page_corp .ec-borderedDefs dt {
    padding: 0 1em;
}

#page_corp .ec-borderedDefs dt label {
    font-weight: 500;
}

@media(max-width:767px) {
    #page_corp .ec-role h2 {
        font-size: 18px;
    }

    #page_corp .ec-borderedDefs dt {
        padding: 0;
    }
}

/*
サイトマップ
*/

#page_sitemap .ec-role {
    color: #111;
}

#page_sitemap .ec-role h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1em;
    padding-top: 1em;
}

#page_sitemap .ec-role h2 a {
    color: #111;
}

#page_sitemap .ec-role ul.parent {
    list-style: none;
    padding: 0;
    margin: 0;
}

#page_sitemap .ec-role ul.child {
    list-style: none;
    padding-left: 1em;
    padding-top: .5em;
    margin-bottom: 1em;
}

#page_sitemap .ec-role ul li {
    margin-bottom: .5em;
    font-size: 14px;
}

#page_sitemap .ec-role ul li a {
    color: #0066c0;
}