@charset "UTF-8";
/*-----------------------------------------------------
　下層共通
------------------------------------------------------*/
.l-contents {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.l-contents .l-contents-box {
    width: 100%;
    margin: 0 auto 80px;
    padding: 50px 8%;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    position: relative;
}
.l-contents .l-contents-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
@media (max-width: 599px) {
    .l-contents {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 80px;
    }
    .l-contents .l-contents-box {
        width: 100%;
        margin: 0 auto 40px;
        padding: 40px 5%;
        background: #FFF;
        box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    }
}
/*-----------------------------------------------------
　下層共通 見出し(h2)・パンクズ部分
------------------------------------------------------*/
/*--- h2 ---*/
.m-common-h2 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/bg_subpage_h2.png"), linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
    background-repeat: no-repeat;
    background-position: center right 5%;
}
.m-common-h2 .m-common-h2-in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.m-common-h2 .m-common-h2-in h2 {
    width: 100%;
    margin: 0 auto 24px;
    padding-top: 50px;
    padding-left: 30px;
    border-left: 1px solid #dd122b;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    color: #FFF;
}
.m-common-h2 .m-common-h2-in h2 span {
    display: block;
    margin-bottom: 20px;
    font-family: 'Comfortaa', cursive;
    font-size: 20px;
    font-weight: 400;
    color: #dd122b;
}
.m-common-h2 .m-common-h2-in p.m-common-h2-in__readtext {
    margin: 0 auto;
    padding-left: 30px;
    font-size: 1.216vw;
    font-weight: 500;
    color: #FFF;
}
/*--- パンクズ ---*/
.m-common-h2 .m-common-breadcrumb {
    width: 100%;
    margin: 24px auto 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in {
    width: calc(100% - 100px);
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li {
    margin-left: 10px;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li:first-child {
    margin-left: 0;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li a {
    display: block;
    font-size: 14px;
    color: #ff9800;
    transition: 0.3s ease-in-out;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li a:hover {
    opacity: 0.6;
}
.m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li img {
    width: 5px;
    margin-top: -2px;
}
@media (min-width: 1400px) {
    .m-common-h2 .m-common-h2-in p.m-common-h2-in__readtext {
        margin: 0 auto;
        padding-left: 30px;
        font-size: 17px;
        font-weight: 500;
        color: #FFF;
    }
}
@media (max-width: 599px) {
    /*--- h2 ---*/
    .m-common-h2 {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/bg_subpage_h2.png"), linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
        background-repeat: no-repeat;
        background-position: center right 10%;
    }
    .m-common-h2 .m-common-h2-in h2 {
        width: 100%;
        margin: 0 auto 30px;
        padding-top: 40px;
        padding-left: 5%;
        border-left: 1px solid #dd122b;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 7vw;
        font-weight: bold;
        line-height: 1.3;
        color: #FFF;
    }
    .m-common-h2 .m-common-h2-in h2 span {
        display: block;
        margin-bottom: 10px;
        font-family: 'Comfortaa', cursive;
        font-size: 5vw;
        font-weight: 400;
        color: #dd122b;
    }
    .m-common-h2 .m-common-h2-in p.m-common-h2-in__readtext {
        margin: 0 auto;
        padding-left: 0;
        font-size: 3.4vw;
        font-weight: 500;
        color: #FFF;
        line-height: 1.6;
    }
    /*--- パンクズ ---*/
    .m-common-h2 .m-common-breadcrumb {
        width: 100%;
        margin: 14px auto 0;
        padding-bottom: 6px;
        border-bottom: 1px solid #FFF;
    }
    .m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li {
        margin-left: 6px;
    }
    .m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li a {
        display: block;
        font-size: 2.8vw;
        color: #ff9800;
        transition: 0.3s ease-in-out;
    }
    .m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li a:hover {
        opacity: 0.6;
    }
    .m-common-h2 .m-common-breadcrumb ul.m-common-breadcrumb-in li img {
        width: 1.3vw;
        margin-top: -2px;
    }
}
/*-----------------------------------------------------
　NEWS詳細・Case詳細用下層 h2
------------------------------------------------------*/
.m-common-h2.article {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
    background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
}
.m-common-h2.article .m-common-breadcrumb {
    width: 100%;
    margin: 0 auto 0;
    padding: 60px 0 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
}
@media (max-width: 599px) {
    .m-common-h2.article {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 10px;
        background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
    }
    .m-common-h2.article .m-common-breadcrumb {
        width: 100%;
        margin: 0 auto 0;
        padding: 30px 0 0;
        padding-bottom: 6px;
        border-bottom: 1px solid #FFF;
    }
}
/*-----------------------------------------------------
　下層共通 h2下タイトル・リードテキスト部分
------------------------------------------------------*/
.m-page-mainttl {
    width: 100%;
    margin: 0 auto 60px;
}
.m-page-mainttl p.m-page-maincopy {
    width: 100%;
    margin: 0 auto 26px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
.m-page-mainttl p.m-page-maincopy span.marker {
    background: linear-gradient(transparent 60%, #ff9800 60%);
}
.m-page-mainttl p.m-page-readtext {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.m-page-mainttl p.m-page-readtext span {
    display: block;
    font-size: 14px;
}
@media (max-width: 599px) {
    .m-page-mainttl {
        width: 100%;
        margin: 0 auto 50px;
    }
    .m-page-mainttl p.m-page-maincopy {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 7.0vw;
        font-weight: bold;
        text-align: center;
    }
    .m-page-mainttl p.m-page-readtext {
        width: 100%;
        margin: 0 auto;
        font-size: 4.4vw;
        font-weight: 500;
        text-align: center;
    }
    .m-page-mainttl p.m-page-readtext span {
        display: block;
        font-size: 3.2vw;
        text-align: left;
    }
}
/*-----------------------------------------------------
　下層共通 見出し
------------------------------------------------------*/
h3.m-common-h3 {
    width: 100%;
    /*margin: 0 auto 40px;*/
    margin: 0 auto 26px;
    padding: 14px 10px 10px 40px;
    background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
    display: flex;
    align-items: flex-end;
}
h3.m-common-h3 p.m-common-h3__main {
    font-size: 2.15vw;
    font-weight: bold;
    color: #FFF;
}
h3.m-common-h3 span.m-common-h3__main {
    font-size: 2.15vw;
    font-weight: bold;
    color: #FFF;
}
h3.m-common-h3 span.m-common-h3__sub {
    display: block;
    margin-bottom: 10px;
    margin-left: 40px;
    padding-left: 20px;
    font-size: 1.7vw;
    color: #dd122b;
    line-height: 1.2;
    border-left: 1px solid #dd122b;
}
h4.m-common-h4 {
    width: 100%;
    margin: 0 auto 26px;
    font-size: 1.85vw;
    font-weight: bold;
    color: #4d4d4d;
    position: relative;
}
h4.m-common-h4::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
h5.m-common-h5 {
    width: 100%;
    margin: 0 auto 26px;
    font-size: 1.75vw;
    font-weight: bold;
    color: #7f7f92;
    border-bottom: 1px solid #7f7f92;
}
p.m-common-textttl {
    margin: 0 auto 10px;
    font-size: 17px;
    font-weight: bold;
}
@media (min-width: 1400px) {
    h3.m-common-h3 p.m-common-h3__main {
        font-size: 30px;
        font-weight: bold;
        color: #FFF;
    }
	    h3.m-common-h3 span.m-common-h3__main {
        font-size: 30px;
        font-weight: bold;
        color: #FFF;
    }
    h3.m-common-h3 span.m-common-h3__sub {
        display: block;
        margin-bottom: 10px;
        margin-left: 40px;
        padding-left: 20px;
        font-size: 24px;
        color: #dd122b;
        line-height: 1.2;
        border-left: 1px solid #dd122b;
    }
    h4.m-common-h4 {
        width: 100%;
        margin: 0 auto 26px;
        font-size: 26px;
        font-weight: bold;
        color: #4d4d4d;
    }
    h5.m-common-h5 {
        width: 100%;
        margin: 0 auto 26px;
        font-size: 24px;
        font-weight: bold;
        color: #7f7f92;
        border-bottom: 1px solid #7f7f92;
    }
}
@media (max-width: 599px) {
    h3.m-common-h3 {
        width: 100%;
        margin: 0 auto 16px;
        padding: 14px 14px 10px 20px;
        background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);
        display: flex;
        align-items: flex-end;
    }
    h3.m-common-h3 p.m-common-h3__main {
        font-size: 5.5vw;
        font-weight: bold;
        color: #FFF;
    }
	    h3.m-common-h3 span.m-common-h3__main {
        font-size: 5.5vw;
        font-weight: bold;
        color: #FFF;
    }
    h3.m-common-h3 span.m-common-h3__sub {
        display: block;
        margin-bottom: 8px;
        margin-left: 20px;
        padding-left: 12px;
        font-size: 4.5vw;
        color: #dd122b;
        line-height: 1.2;
        border-left: 1px solid #dd122b;
    }
    h4.m-common-h4 {
        width: 100%;
        margin: 0 auto 16px;
        font-size: 4.8vw;
        font-weight: bold;
        color: #4d4d4d;
    }
    h5.m-common-h5 {
        width: 100%;
        margin: 0 auto 16px;
        font-size: 4.8vw;
        font-weight: bold;
        color: #7f7f92;
        border-bottom: 1px solid #7f7f92;
    }
    p.m-common-textttl {
        margin: 0 auto 0;
        font-size: 4.0vw;
        font-weight: bold;
    }
}
/*-----------------------------------------------------
　下層共通 contents内section・テキスト一式
------------------------------------------------------*/
.l-contents-box .l-contents-box__section {
    width: 100%;
    margin: 0 auto 60px;
}
p.m-common-readtext {
    width: 100%;
    margin: 0 auto 40px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
p.m-common-text {
    font-size: 15px;
}
span.m-common-comments {
    font-size: 13px;
}
ul.m-common-textlist {
    width: 100%;
    margin: 10px auto 0;
    font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}
ul.m-common-textlist li {
    margin-bottom: 5px;
    font-size: 15px;
}
ul.m-common-textlist.numbering li {
    text-indent: -1em;
    padding-left: 1em;
}
ul.m-common-textlist.checklist li {
    font-size: 17px;
    text-indent: -1.4em;
    padding-left: 1.4em;
}
ul.m-common-textlist.checklist li::before {
    display: inline-block;
    content: '';
    width: 17px;
    height: 17px;
    margin-top: -5px;
    margin-right: 8px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_check_ye.svg") no-repeat;
    background-size: 100%;
    vertical-align: middle;
}
@media (max-width: 599px) {
    /*--- contents内section・テキスト ---*/
    .l-contents-box .l-contents-box__section {
        width: 100%;
        margin: 0 auto 50px;
    }
    p.m-common-readtext {
        margin: 0 auto 7vw;
        font-size: 4.4vw;
    }
    p.m-common-text {
        font-size: 3.5vw;
    }
    ul.m-common-textlist li {
        margin-bottom: 5px;
        font-size: 3.5vw;
    }
    ul.m-common-textlist.numbering li {
        text-indent: -3vw;
        padding-left: 3vw;
    }
    ul.m-common-textlist.checklist li {
        font-size: 3.8vw;
        text-indent: -5.6vw;
        padding-left: 5.6vw;
    }
    ul.m-common-textlist.checklist li::before {
        display: inline-block;
        content: '';
        width: 4vw;
        height: 4vw;
        margin-top: -2px;
        margin-right: 6px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_check_ye.svg") no-repeat;
        background-size: 100%;
        vertical-align: middle;
    }
}
/*--- contents内section画像 ---*/
.m-common-img {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 599px) {
    .m-common-img {
        width: 100%;
        margin: 0 auto;
    }
}
/*--- リンク ---*/
.l-contents-box .l-contents-box__section a.m-common-text__link {
    display: inline-block;
    color: #dd122b;
    position: relative;
}
.l-contents-box .l-contents-box__section a.m-common-text__link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dd122b;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.l-contents-box .l-contents-box__section a.m-common-text__link:hover::after {
    transform: scale(1, 1);
}
.l-contents-box .l-contents-box__section a.m-common-text__link span.link-blank {
    display: inline-block;
    width: 16px;
    height: 13px;
    margin-top: -2px;
    margin-left: 4px;
    vertical-align: middle;
}
/*-----------------------------------------------------
　下層共通 よくあるご質問
------------------------------------------------------*/
.l-contents-box ul.m-faq-wrap {
    width: 100%;
    margin: 0 auto;
}
.l-contents-box ul.m-faq-wrap li {
    width: 100%;
    margin: 0 auto 30px;
    box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
}
/*--- toggle_btn ---*/
.l-contents-box ul.m-faq-wrap li .m-faq-more {
    width: 100%;
    margin: 0 auto;
    padding: 16px 60px 16px 20px;
    /*background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);*/
    background: #0e1336;
    display: flex;
    position: relative;
}
.l-contents-box ul.m-faq-wrap li .m-faq-more::after {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_plus_ye.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 20px;
    transition: transform .3s;
}
.l-contents-box ul.m-faq-wrap li .m-faq-more.is-active::after {
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_minus_ye.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 30px;
    right: 20px;
}
.l-contents-box ul.m-faq-wrap li .m-faq-more p.m-faq-more__q {
    width: 40px;
    height: 40px;
    padding-top: 5px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0e1336;
    background: #FFF;
    border-radius: 100%;
}
.l-contents-box ul.m-faq-wrap li .m-faq-more p.m-faq-more__q-text {
    width: calc(100% - 60px);
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.l-contents-box ul.m-faq-wrap li .m-faq-mainbox-wrap {
    display: none;
}
.l-contents-box ul.m-faq-wrap li .m-faq-mainbox {
    width: 100%;
    padding: 20px 20px;
    font-size: 15px;
    display: flex;
}
.l-contents-box ul.m-faq-wrap li .m-faq-mainbox p.m-faq-mainbox__a {
    width: 40px;
    height: 40px;
    padding-top: 4px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    background: #0e1336;
    border-radius: 100%;
}
.l-contents-box ul.m-faq-wrap li .m-faq-mainbox p.m-faq-mainbox__a-text {
    width: calc(100% - 60px);
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
}
@media (max-width: 599px) {
    .l-contents-box ul.m-faq-wrap li {
        width: 100%;
        margin: 0 auto 20px;
        box-shadow: 0 0 15px 0 rgba(177, 177, 188, 0.75);
    }
    /*--- toggle_btn ---*/
    .l-contents-box ul.m-faq-wrap li .m-faq-more {
        width: 100%;
        margin: 0 auto;
        padding: 16px 40px 16px 16px;
        /*background: linear-gradient(to left, #1f1f25 0%, #1e2336 100%);*/
        background: #0e1336;
        display: flex;
        position: relative;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-more::after {
        display: inline-block;
        content: '';
        width: 12px;
        height: 12px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_plus_ye.svg") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 25px;
        right: 15px;
        transition: transform .3s;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-more.is-active::after {
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_minus_ye.svg") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 25px;
        right: 15px;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-more p.m-faq-more__q {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #0e1336;
        background: #FFF;
        border-radius: 100%;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-more p.m-faq-more__q-text {
        width: calc(100% - 40px);
        margin-top: 5px;
        font-size: 3.8vw;
        font-weight: bold;
        color: #FFF;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-mainbox-wrap {
        display: none;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-mainbox {
        width: 100%;
        padding: 20px 16px;
        font-size: 3.5vw;
        display: flex;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-mainbox p.m-faq-mainbox__a {
        width: 30px;
        height: 30px;
        padding-top: 4px;
        margin-right: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        background: #0e1336;
        border-radius: 100%;
    }
    .l-contents-box ul.m-faq-wrap li .m-faq-mainbox p.m-faq-mainbox__a-text {
        width: calc(100% - 40px);
        margin-top: 5px;
        font-size: 15px;
        font-weight: 500;
    }
}
/*-----------------------------------------------------
　MAP（アクセス）　ページ
------------------------------------------------------*/
.p-map-gmap-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 365px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
}
.p-map-gmap-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
p.p-map-common-btn {
    width: 320px;
    margin: 40px auto 0;
}
p.p-map-common-btn a {
    display: block;
    width: 100%;
    padding: 16px 0 12px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    background: #dd122b;
    box-shadow: 0 5px 0 0 #96122b;
    transform: translate3d(0, -5px, 0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
}
p.p-map-common-btn a::after {
    display: block;
    content: '';
    width: 20px;
    height: 17px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_blank.svg") no-repeat;
    position: absolute;
    top: calc((100% - 17px)/2);
    right: 20px;
}
p.p-map-common-btn a:hover {
    box-shadow: 0 0px 0 0 #96122b;
    transform: translate3d(0, 5px, 0);
}
@media (max-width: 599px) {
    .p-map-gmap-wrap {
        width: 100%;
        height: 0;
        padding-bottom: 200px;
        margin: 20px auto 0;
        overflow: hidden;
        position: relative;
    }
    .p-map-gmap-wrap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    p.p-map-common-btn {
        width: 100%;
        margin: 8% auto 0;
    }
    p.p-map-common-btn a {
        display: block;
        width: 100%;
        padding: 16px 0 12px;
        font-size: 4.6vw;
        font-weight: bold;
        text-align: center;
        color: #FFF;
        border-radius: 10px;
        background: #dd122b;
        box-shadow: 0 5px 0 0 #96122b;
        transform: translate3d(0, -5px, 0);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        position: relative;
    }
    p.p-map-common-btn a::after {
        display: block;
        content: '';
        width: 5.0vw;
        height: 4.7vw;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_blank.svg") no-repeat;
        position: absolute;
        top: calc((100% - 4.7vw)/2);
        right: 20px;
    }
}
/*-----------------------------------------------------
　プライバシーポリシー
------------------------------------------------------*/
table.p-privacy-table {
    width: 100%;
    margin: 20px auto 30px;
}
table.p-privacy-table th, table.p-privacy-table td {
    padding: 14px 30px;
    font-size: 15px;
    border-bottom: 1px solid #DADADA;
}
table.p-privacy-table th:first-child, table.p-privacy-table td:first-child {
    border-top: 1px solid #DADADA;
}
table.p-privacy-table th {
    width: 25%;
    font-weight: bold;
    text-align: left;
    background: #f2f2f2;
}
table.p-privacy-table td {
    width: 75%;
    border-top: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}
@media (max-width: 599px) {
    table.p-privacy-table {
        width: 100%;
        margin: 20px auto 20px;
    }
    table.p-privacy-table th, table.p-privacy-table td {
        padding: 14px 10px;
        font-size: 3.5vw;
        border-bottom: 1px solid #DADADA;
    }
    table.p-privacy-table th:first-child, table.p-privacy-table td:first-child {
        border-top: 1px solid #DADADA;
    }
    table.p-privacy-table th {
        width: 28%;
        font-weight: bold;
        text-align: left;
        background: #f2f2f2;
    }
    table.p-privacy-table td {
        width: 72%;
        border-top: 1px solid #DADADA;
        border-right: 1px solid #DADADA;
    }
}
/*-----------------------------------------------------
　サイトマップ
------------------------------------------------------*/
ul.p-sitemap-list {
    width: 100%;
    margin: 0 auto;
}
ul.p-sitemap-list li.p-sitemap-list-item {
    padding: 20px 10px;
    position: relative;
}
ul.p-sitemap-list li.p-sitemap-list-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: -webkit-gradient(linear, left top, right top, from(#dd122b), to(#0e1336));
    background-image: -webkit-linear-gradient(left, #dd122b 0%, #0e1336 100%);
    background-image: linear-gradient(to right, #dd122b 0%, #0e1336 100%);
}
ul.p-sitemap-list li.p-sitemap-list-item > a {
    display: block;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #dd122b;
    position: relative;
    transition: 0.3s ease-in-out;
}
ul.p-sitemap-list li.p-sitemap-list-item > a span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
ul.p-sitemap-list li.p-sitemap-list-item > a.blank::after {
    position: absolute;
    top: 3px;
    left: 50px;
    content: '';
    width: 17px;
    height: 12px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_blank_re.svg") no-repeat;
    background-size: cover;
}
ul.p-sitemap-list li.p-sitemap-list-item > a:hover {
    transform: translate3d(10px, 0, 0);
}
ul.p-sitemap-list li.p-sitemap-list-item > a:hover span {
    color: #dd122b;
}
ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl {
    width: calc(100% - 20px);
    margin: 15px 0 15px auto;
    transition: 0.3s ease-in-out;
}
ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    /*color: #dd122b;*/
    padding-left: 16px;
    line-height: 1.5;
    transition: all .3s;
    position: relative;
}
ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a::before {
    display: inline-block;
    content: '';
    width: 7px;
    height: 14px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_re.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 4px;
    left: 0;
}
ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a:hover {
    /*opacity: 0.6;*/
    color: #dd122b;
    transform: translate3d(9px, 0, 0);
}
/*sunbavi*/
ul.p-sitemap-list__subnavi {
    width: calc(100% - 30px);
    margin: 15px 0 0 auto;
}
ul.p-sitemap-list__subnavi li {
    margin-bottom: 10px;
}
ul.p-sitemap-list__subnavi li a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #4d4d4d;
    padding-left: 16px;
    line-height: 1.5;
    transition: all .3s;
    position: relative;
}
ul.p-sitemap-list__subnavi li a::before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 12px;
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_gr.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 4px;
    left: 0;
}
ul.p-sitemap-list__subnavi li a:hover {
    color: #dd122b;
    transform: translate3d(9px, 0, 0);
}
ul.p-sitemap-list__subnavi li a:hover::before {
    background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_re.svg") no-repeat;
}
@media (max-width: 599px) {
    ul.p-sitemap-list li.p-sitemap-list-item > a {
        display: block;
        height: 100%;
        font-size: 18px;
        font-weight: 500;
        line-height: 1;
        color: #dd122b;
        position: relative;
        transition: 0.3s ease-in-out;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > a span {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 400;
        color: #4d4d4d;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > a.blank::after {
        position: absolute;
        top: 3px;
        left: 12vw;
        content: '';
        width: 17px;
        height: 12px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_blank_re.svg") no-repeat;
        background-size: cover;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > a:hover {
        transform: translate3d(0, 0, 0);
    }
    ul.p-sitemap-list li.p-sitemap-list-item > a:hover span {
        color: #dd122b;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl {
        width: calc(100% - 10px);
        margin: 15px 0 15px auto;
        transition: 0.3s ease-in-out;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a {
        display: block;
        width: 100%;
        font-size: 15px;
        font-weight: bold;
        padding-left: 16px;
        line-height: 1.5;
        transition: all .3s;
        position: relative;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a::before {
        display: inline-block;
        content: '';
        width: 7px;
        height: 14px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_re.svg") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 4px;
        left: 0;
    }
    ul.p-sitemap-list li.p-sitemap-list-item > p.p-sitemap-list-item__subnavittl a:hover {
        color: #dd122b;
        transform: translate3d(0, 0, 0);
    }
    /*sunbavi*/
    ul.p-sitemap-list__subnavi {
        width: calc(100% - 15px);
        margin: 15px 0 0 auto;
    }
    ul.p-sitemap-list__subnavi li {
        margin-bottom: 10px;
    }
    ul.p-sitemap-list__subnavi li a {
        display: block;
        width: 100%;
        font-size: 13px;
        color: #4d4d4d;
        padding-left: 16px;
        line-height: 1.5;
        transition: all .3s;
        position: relative;
    }
    ul.p-sitemap-list__subnavi li a::before {
        display: inline-block;
        content: '';
        width: 6px;
        height: 12px;
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_gr.svg") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 4px;
        left: 0;
    }
    ul.p-sitemap-list__subnavi li a:hover {
        color: #dd122b;
        transform: translate3d(9px, 0, 0);
    }
    ul.p-sitemap-list__subnavi li a:hover::before {
        background: url("/wp-content/themes/cpi-web/assets/images/common/icon_arrow_r_re.svg") no-repeat;
    }
}