@layer reset{
#dcms_layoutPageBlock>.full-width:first-child {
    margin-top: 0px
}

@media screen and (max-width:768px) {
    #dcms_layoutPageBlock>.full-width:first-child {
        margin-top: 0px
    }
}

.full-width__inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}

.full-width img {
    display: block
}

.full-width .ttl__wrap {
    font-weight: bold;
    text-align: center
}

.full-width .ttl__wrap h2 {
    font-size: 48px
}

.full-width .ttl__wrap h2.black {
    color: #1f1f1f
}

.full-width.faq .ttl__wrap {
    margin-top: 80px
}

@media screen and (max-width:768px) {
    .full-width .ttl__wrap h2 {
        font-size: 6.4vw
    }
}

.mod-faq-v2 .contentsHeading {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .contentsHeading {
        font-size: 2rem;
        margin-bottom: 0.5rem
    }
}

.mod-faq-v2 .linktext {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center
}

.mod-faq-v2 .linktext a {
    color: #ed6103
}

.mod-faq-v2 .linktext a:hover {
    text-decoration: none
}

.mod-faq-v2 .contents-wrap {
    background-color: #F9F9F9;
    padding: 40px 35px;
    margin-top: 30px
}

@media (max-width:768px) {
    .mod-faq-v2 .contents-wrap {
        padding: 20px
    }
}

.mod-faq-v2 .body {
    border-radius: 3px;
    border-bottom: none
}

.mod-faq-v2 .item {
    line-height: 1.4
}

.mod-faq-v2 .item .a,
.mod-faq-v2 .item .q {
    padding: 24px 30px
}

@media screen and (max-width:768px) {

    .mod-faq-v2 .item .a,
    .mod-faq-v2 .item .q {
        padding: 2rem 3rem 2rem 2rem;
        min-height: 85px
    }
}

.mod-faq-v2 .item .a a,
.mod-faq-v2 .item .q a {
    color: #0052E8;
    font-weight: bold;
    text-decoration: underline;
}

.mod-faq-v2 .item .a a:hover,
.mod-faq-v2 .item .q a:hover {
    text-decoration: none
}

.mod-faq-v2 .item .q {
    position: relative;
    border: 1px solid #DDD;
    border-bottom: none;
    cursor: pointer;
    background-color: #fff
}

.mod-faq-v2 .item .q.last {
    border-bottom: 1px solid #DDD
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q {
        background: #fff
    }
}

.mod-faq-v2 .item .q:before {
    display: inline-block;
    content: "Q";
    color: #ed6103;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.63;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q:before {
        margin-right: 0;
        vertical-align: top;
        font-size: 4.8vw
    }
}

.mod-faq-v2 .item .q span {
    display: inline-block;
    max-width: 540px;
    vertical-align: top;
    font-size: 3.2rem;
    line-height: 1.63;
    padding-left: 20px
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q span {
        padding-left: 0.6em;
        width: calc(100% - 30px);
        font-size: 4.26vw
    }
}

.mod-faq-v2 .item .q::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 24px;
    right: 1.8rem;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ed6103;
    border-right: 2px solid #ed6103;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .q::after {
        width: 9px;
        height: 9px;
        border-top: 2px solid #ed6103;
        border-right: 2px solid #ed6103
    }
}

.mod-faq-v2 .item .a {
    display: none;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
}

.mod-faq-v2 .item .a.a2 {
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.mod-faq-v2 .item .a.a2.last {
    border-bottom: 1px solid #ddd;
}

.mod-faq-v2 .item .a.last {
    border-top: none
}

.mod-faq-v2 .item .a:before {
    display: inline-block;
    margin-right: 16px;
    margin-right: 1rem;
    content: "A";
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    vertical-align: top
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .a:before {
        margin-right: 0;
        font-size: 4.8vw
    }
}

.mod-faq-v2 .item .a p {
    display: inline-block;
    max-width: 540px;
    vertical-align: top;
    font-size: 3.2rem;
    line-height: 1.5
}

@media screen and (max-width:768px) {
    .mod-faq-v2 .item .a p {
        padding-left: 0.6em;
        width: calc(100% - 30px);
        font-size: 4.26vw
    }
}

.mod-faq-v2 .item .-active.q::after {
    top: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mod-faq-v2 .item.open:last-of-type .q {
    border-bottom: 1px solid #eee
}

.cv-fixed {
    position: fixed !important;
    display: flex;
    top: auto;
    bottom: 0;
    height: auto;
    background: #f2f2f2;
    z-index: 10;
    width: 100%;
    text-align: center;
    justify-content: center;
    gap: 0
}

/* モーダル非表示 */
.lity-hide {
    display: none
}

.sec-footer {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    background: none;
    border-top: 1px solid #D2D2D2
}

.mod-footer {
    display: block;
    align-items: center
}

.mod-securityArea {
    border-top: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 1.5rem 0;
    font-size: 1.1rem
}

.mod-securityArea .councilBox,
.mod-securityArea .specificationBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 1.2rem 2rem 0;
    font-size: 2.2rem
}

@media screen and (max-width:768px) {

    .mod-securityArea .councilBox,
    .mod-securityArea .specificationBox {
        font-size: 1.1rem;
        padding: 0.6rem 1rem 0
    }
}

.mod-securityArea .councilBox dt,
.mod-securityArea .specificationBox dt {
    padding-bottom: 2rem;
    width: 100%
}

.mod-securityArea .councilBox dt img,
.mod-securityArea .specificationBox dt img {
    display: block;
    margin: auto
}

.mod-securityArea .councilBox dd,
.mod-securityArea .specificationBox dd {
    width: 100%;
    line-height: 1.4;
    word-break: break-all
}

.mod-securityArea .councilBox {
    border-right: 1px solid #d8d8d8
}

.mod-securityArea .councilBox dt a {
    display: block;
    width: 100%
}

.mod-securityArea .councilBox dt img {
    width: 62px
}

.mod-securityArea .specificationBox dt img {
    width: 130px
}

.mod-footer {
    background-color: #ed6103
}

.mod-footer.has-fixedInquireBtn {
    padding-bottom: 200px
}

@media screen and (max-width:768px) {
    .mod-footer.has-fixedInquireBtn {
        padding-bottom: 100px
    }
}

.mod-footer .navUtility li a {
    display: block;
    padding: 30px 40px;
    border-bottom: 1px solid #fff;
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.3;
    text-decoration: none
}

@media screen and (max-width:768px) {
    .mod-footer .navUtility li a {
        padding: 15px 20px;
        font-size: 1.3rem
    }
}

.mod-footer .companyIdentity {
    text-align: center;
    padding: 10px 25px
}

.mod-footer .companyIdentity .logo {
    padding-bottom: 20px
}

.mod-footer .companyIdentity .logo img {
    display: inline-block;
    width: calc(212px*2)
}

@media screen and (max-width:768px) {
    .mod-footer .companyIdentity .logo {
        padding-bottom: 10px
    }

    .mod-footer .companyIdentity .logo img {
        width: 212px
    }
}

.mod-footer .companyIdentity .copyright {
    line-height: 1.4;
    padding: 0 20px;
    font-size: 2.4rem;
    color: #fff
}

@media screen and (max-width:768px) {
    .mod-footer .companyIdentity .copyright {
        font-size: 1.2rem
    }
}

.site-footer__middle__lead {
    font-weight: bold;
    background: #F5F5F5;
    font-size: 2.8rem;
    width: calc(100% - 20px);
    margin: 20px auto 0;
    padding: 20px;
    text-align: left
}

@media screen and (max-width:768px) {
    .site-footer__middle__lead {
        font-size: 1.2rem;
        margin: 10px auto 0;
        padding: 10px
    }
}

.cv-fixed {
    a {
        display: block;
    }
}
}
