/*---- 共通css---- */
html { scroll-behavior: smooth;}
body {
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    opacity: .7;
}

.forSP {
    display: none;
}

.bgc-lightB {
    background-color: #161E31;
}

.bgc-darkB {
    background-color: #121823;
}

.alC {
    text-align: center;
}

/* h2  */
.ttllv2 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 3px solid #BF0000;
    font-size: 30px;
}

/* -------------------
header
------------------ */
.head-inner {
    background-color: #121823;


}

.head-wrap {
    width: 87%;
    margin: 0 auto;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-logo a:hover {
    opacity: 1;
}

.head-tel a {
    position: relative;
    display: inline-block;
    width: 260px;
    text-align: right;
    font-size: 31px;
}

.head-tel a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 32px;
    height: 24px;
    background: url(./assets/icon/tell.png) no-repeat;
}

.head-opening {
    margin-top: 0px;
    text-align: center;
}

.menu-inner {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
}

.menu-list {
    position: relative;
    padding: 0 25px;
}

.menu-list:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 0;
    height: 15px;
    border-right: 1px solid #070D1B;
    transform: skewX(165deg);
}

.menu-list a {
    color: #070D1B;
}

/* -------------------
main
------------------ */
/* -------news------- */
article {
    padding: 90px 0;
}

.news-inner {
    width: 730px;
    margin: 0 auto;
}

.news-list {
    margin-bottom: 20px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #880408;
}

.news-ttl {
    margin-right: 20px;
    font-size: 30px;
}

.news-date {
    margin-right: 20px;
    float: left;
}

.bnr-area {
    margin-top: 45px;
}

.bnr-image {
    margin-top: 30px;
}

/* -------pape------- */
.page section {
    display: flex;
}

.page section:nth-child(n+2) {
    margin-top: 150px;
}

.page section:nth-child(2n) {
    flex-direction: row-reverse;
}

.part-about {
    width: 580px;
}

.part-about:nth-child(n+1) {
    margin-right: 20px;
}

.page section:nth-child(2n) .part-about {
    width: 500px;
    margin-right: 30px;
}

.part-ttl {
    margin-bottom: 15px;
    padding: 3px 0;
    font-size: 30px;
    border-bottom: 3px solid #BF0000;
}

.part-text {
    margin-top: 10px;
}

.part-about .button {
    margin: 30px 0 0 auto;
    width: 346px;
    height: 57px;
    background-color: #BF0000;
}

.part-about .button a {
    display: block;
    line-height: 57px;
    text-align: center;
    font-size: 20px;
}

/* TOPresults*/
.results-type {
    position: relative;
    width: 1090px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
}

.results-type::after {
    content: "";
    position: absolute;
    top: 39%;
    left: 49%;
    height: calc(95px / 1);
    width: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
}

.results-card {
    text-align: center;
}

.results-be-af {
    margin-bottom: 15px;
    font-size: 30px;
}

.results .button {
    margin: 40px auto 0;
    width: 360px;
    height: 52px;
    background-color: #BF0000;
}

.results .button a {
    display: block;
    line-height: 52px;
    text-align: center;
}

/* contact */
.contact {
    padding: 45px;
    text-align: center;
    background: url(./assets/bg-contact.png) no-repeat;
    background-size: cover;
}

.contact-ttl {
    font-size: 30px;
}

.contact-board {
    width: 740px;
    margin: 25px auto;
    padding: 35px 0;
    background-color: rgba(7, 13, 27, 0.5);
}

.contact-here {
    font-size: 25px;
}

.contact-tel {
    font-size: 56px;
}

.contact-opening {
    font-size: 20px;
}

.contact-button {
    margin: 20px auto 0;
    width: 368px;
    height: 57px;
    border-radius: 5px;
    background-color: #E45200;
}

.contact-button a {
    display: block;
    line-height: 57px;
    font-size: 20px;
}

/* access */
.access {
    text-align: center;
    background-color: #070D1B;
}

.access-address {
    margin-top: 45px;
    font-size: 25px;
    line-height: 1.5;
}

.access-tip {
    font-size: 20px;
}

.access-map {
    margin-top: 20px;
}

/* Q&A */
.qa .ttl::before {
    left: 140px;
    width: 49px;
    height: 46px;
    background: url(./assets/icon/Q&A.png)no-repeat;
}

.qa .ttl::after {
    right: 140px;
    width: 49px;
    height: 46px;
    background: url(./assets/icon/Q&A.png)no-repeat;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 90%;
    max-width: 760px;
    margin: 45px auto 0;
}

.accordion-area li {
    margin: 15px 0;
    background-color: #fff;
    border-radius: 5px;
}

.accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 40px;
    transition: all .5s ease;
    color: #121823;
    letter-spacing: 1.7px;
}

/* アイコン */
.accordion-title::before,
.accordion-title::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #333;
    transition: all .4s;

}

.accordion-title::before {
    top: 18px;
    right: 32px;
    transform: rotate(-45deg);
}

.accordion-title::after {
    top: 18px;
    right: 39px;
    transform: rotate(45deg);
}

.accordion-title.close::before {
    transform: rotate(-134deg);
}

.accordion-title.close::after {
    transform: rotate(-45deg);
}

.accordion-box {
    display: none;
    color: #FF0000;
    margin: 0px 60px 0 40px;
    padding: 0 0 10px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 700;
}

/* -------------------
allpost
------------------ */
section.main_post {
    width: 70%;
    margin: 5% auto 5%;
}
.bolg-ttl {
    font-size: 20px;
    padding-bottom: 1%;
}
section.main_post ul li {
    margin-bottom: 7%;
}
.bolg-ttl {
    font-size: 20px;
    margin-bottom: 1%;
    border-bottom: 3px solid #880408;
}
@media only screen and (max-width: 767px) {
section.main_post {
    width: 90%;
}
}

/* -------------------
footer
------------------ */
.footer {
    padding: 30px 20px;
    text-align: center;
    background-color: #070D1B;
}

.foot-menu-inner {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-menu-list {
    position: relative;
    padding: 0 20px;
}

.foot-menu-list:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 0;
    height: 15px;
    border-right: 1px solid #fff;
    transform: skewX(165deg);
}

.foot-menu-list a {
    color: #fff;
}

.foot-name {
    margin-top: 15px;
    font-size: 20px;
}

.foot-comp-info {
    margin-top: 10px;
    font-size: 15px;
}

.copyright {
    margin-top: 45px;
    font-size: 12px;
}

/* -------------------
鈑金塗装
------------------ */
/* TOP-results */
.head-txtarea {
    width: 880px;
    margin: 40px auto 0;
}

.results-txt {
    margin-top: 20px;
}

.painting-page section {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 1150px;
    margin: 0 auto;
}

.painting-part-text {
    margin-top: 20px;
}

.painting-part-about {
    margin-right: 30px;
}

.painting-part-ttl {
    margin-bottom: 15px;
    padding: 3px 0;
    font-size: 30px;
    border-bottom: 3px solid #BF0000;
}

.painting-ol {
    margin: 30px 0 0 23px;
    list-style: auto;
}

.painting-li {
    margin-top: 20px;
}

/* contact */
.painting .contact {
    background: url(./assets/bg-contact02.png) no-repeat;
    background-size: cover;
}

/* -------------------
鈑金修理
------------------ */
.repair-page section {
    width: 1150px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.repair-part-about {
    width: 653px;
}

.repair-ol {
    margin: 20px 25px;
    list-style: auto;
}

.repair-li {
    margin-top: 10px;
}

/* -------------------
施工事例
------------------ */
.results-page .results-area {
    margin-top: 90px;
    margin-bottom: 90px;
}

.results-page .results-type {
    position: relative;
    width: 700px;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
}

.results-page .results-type:nth-child(n+2) {
    border-top: 2px solid #fff;
    padding-top: 45px;
}

.results-page .results-type::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 49%;
    height: calc(70px / 1);
    width: 25px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #BF0000;
}

.results-page .results-card {
    text-align: center;
}

.results-page .results-be-af {
    margin-bottom: 15px;
    font-size: 20px;
}


/* -------------------
会社概要
------------------ */
.company-detail {
    margin: 70px auto 0;
}

.company-detail,
.company-desc,
.company-head {
    border: 1px solid #BF0000;
    border-collapse: collapse;
}

.company-desc,
.company-head {
    padding: 3px;
    width: 30px;
    height: 25px;
}

.company-head {
    width: 140px;
    padding: 5px 10px;
    background: #880408;
}

.company-desc {
    width: 364px;
    padding: 5px 15px;
}

.company-access-map {
    margin-top: 70px;
    text-align: center;
}

/* -------------------
お問い合わせ
------------------ */

.contact-request .ttl-area {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

.contact-seat {
    width: 600px;
    margin: 30px auto 0;
    padding: 40px 100px;
    background-color: #32374D;
}

.contact-explanation {
    text-align: center;
    font-size: 20px;
}

.contact-form {
    margin-top: 30px;
}

.form-group {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.contact-form input,
textarea {
    padding: 10px;
    font-size: 17px;
    border-radius: 5px;
}

.contact-request .must {
    margin-left: 10px;
    font-size: 15px;
    color: #BF0000;
}

.contact-request .any {
    margin-left: 10px;
    font-size: 15px;
    color: #009F06;
}

.checkbox-area {
    width: 310px;
    margin: 30px auto 0;
}

.contact-request button {
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: #E45200;
}

.contact-request .button {
    width: 230px;
    margin: 30px auto 0;
}

.button .wpcf7-submit {
    background: #E45200;
    color: #fff;
    width: 230px;
    padding: 4%;
    cursor: pointer;
    font-size: 22px;
}

.button .wpcf7-submit:hover {
    background: #FF6E1D;
}

.post_area {
    background: #121823;
    padding: 1px 0;
}

.post_contents {
    width: 750px;
    margin: 70px auto;
}

.post_contents h2 {
    font-size: 25px;
    font-weight: bold;
    border-left: 5px solid #BF0000;
    padding-left: 13px;
    margin-bottom: 20px;
}

.post_contents p {
    border-top: 3px solid #BF0000;
    margin-top: 30px;
    padding-top: 15px;
    line-height: 1.7;
}

.pp_container {
    margin: 40px auto;
    width: 800px;
    color: #333;
}

.pp_container h2 {
    margin-bottom: 10px;
    margin-top: 50px;
    border-left: 5px solid #BF0000;
    padding-left: 10px;
    line-height: 1.3;
}
.pp_container p {
    line-height: 1.5;
}








































/* -----------------------
-----------------------
sp
-----------------------
----------------------- */

@media only screen and (max-width: 767px) {
    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    body {
        height: 100%;
        /* overflow: hidden; */
    }

    /* -------------------
header
------------------ */
    .ttllv2 {
        width: 90%;
        padding-bottom: 10px;
        font-size: 23px;
    }

    .head-sp {
        padding: 10px;
        background-color: #121823;
    }

    .head-logo-sp {
        width: 100px;
        margin: 0 auto;
    }

    .head-wrap {
        width: 90%;
        padding: 10px 0;
    }

    /* -------------------
main
------------------ */
    /* news */
    article {
        padding: 40px 0;
    }

    .news-inner {
        width: 90%;
    }

    .bnr-image {
        margin-top: 15px;
    }

    /* -------pape------- */
    .page section {
        display: block;
    }

    .page section:nth-child(odd) .part-image {
        margin-right: 80px;
    }

    .page section:nth-child(even) .part-image {
        margin-left: 80px;
    }

    .page section:nth-child(n+2) {
        margin-top: 70px;
    }

    .part-about,
    .page section:nth-child(2n) .part-about {
        width: 90%;
        margin: 15px auto 0;
    }

    .part-ttl {
        font-size: 20px;
    }

    .part-about .button {
        margin: 30px auto 0;
        width: 290px;
    }

    /* results */

    .results-type {
        width: 90%;
        margin: 30px auto 0;
    }

    .results-be-af {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .results-card {
        width: 150px;
    }

    .results-type::after {
        top: 54%;
        left: 49%;
        height: calc(25px / 1);
        width: 11px;
    }

    .results .button {
        margin: 30px auto 0;
        width: 200px;
        height: 40px;
    }

    .results .button a {
        line-height: 40px;
    }

    /* contact */
    .contact {
        padding: 30px 10px;
    }

    .contact-ttl {
        font-size: 19px;
    }

    .contact-board {
        width: auto;
        margin: 20px auto;
        padding: 20px 0;
    }

    .contact-here {
        font-size: 17px;
    }

    .contact-tel {
        position: relative;
        width: 250px;
        height: 40px;
        margin: 10px auto;
        border-radius: 5px;
        background-color: #009F06;
    }

    .contact-tel a {
        display: block;
        margin-left: 20px;
        line-height: 40px;
        font-size: 25px;
    }

    .contact-tel a::after {
        content: "";
        position: absolute;
        top: 11px;
        left: 17px;
        width: 22px;
        height: 22px;
        background: url(./assets/icon/tell.png) no-repeat;
        background-size: contain;
    }

    .contact-opening {
        width: 275px;
        margin: 0 auto;
        border-bottom: 1px solid #fff;
        font-size: 17px;
    }

    .contact-button {
        margin: 10px auto 0;
        width: 250px;
        height: 40px;
        border-radius: 5px;
        background-color: #E45200;
    }

    .contact-button a {
        display: block;
        line-height: 40px;
        font-size: 15px;
    }

    /* access */
    .access-address {
        margin-top: 30px;
        font-size: 17px;
    }

    .access-tip {
        font-size: 15px;
    }

    .access-map iframe {
        width: 90%;
    }

    /* Q&A */
    .accordion-title {
        font-size: 17px;
        padding: 6px 30px 6px 10px;
    }

    .accordion-box {
        margin: 0px 30px 0 10px;
        padding: 0 0 10px;
    }

    .accordion-title::before {
        top: 18px;
        right: 10px;
    }

    .accordion-title::after {
        top: 18px;
        right: 17px;
    }

    /* -------------------
footer
------------------ */

    .footer {
        padding: 30px 10px;
    }

    .foot-menu-inner {
        padding: 0px;
        flex-wrap: wrap;
    }


    /* -------------------
鈑金塗装
------------------ */
    /* TOP-results */
    .head-txtarea {
        width: 94%;
        margin: 40px auto 0;
    }

    .results-txt {
        margin-top: 20px;
    }

    .painting-page section {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 1150px;
        margin: 0 auto;
    }


    .painting-part-about {
        margin: 20px 0 0 0;
    }

    .painting-part-ttl {
        margin-bottom: 15px;
        padding: 3px 0;
        font-size: 30px;
        border-bottom: 3px solid #BF0000;
    }

    .painting-ol {
        margin: 30px 0 0 23px;
        list-style: auto;
    }

    .painting-li {
        margin-top: 20px;
    }


    .painting-page section {
        display: block;
        width: 94%;
        margin: 0 auto;
    }

    .painting-part-ttl {
        font-size: 20px;
    }

    /* contact */
    .painting .contact {
        background: url(./assets/bg-contact02.png) no-repeat;
        background-size: cover;
    }

    /* -------------------
鈑金修理
------------------ */
    .repair-page section {
        width: 90%;
        margin: 40px auto 0;
        display: block;
    }

    .repair-part-image {
        margin-top: 30px;
    }

    .repair-part-about {
        width: auto;
    }

    .repair-ol {
        margin: 20px 0 0 20px;
        list-style: auto;
    }

    .repair-li {
        margin-top: 10px;
    }

    /* -------------------
施工事例
------------------ */
    .results-page .results-type {
        position: relative;
        width: 90%;
        margin: 45px auto 0;
        display: flex;
        justify-content: space-between;
    }

    .results-page .results-type::after {
        top: 54%;
        left: 49%;
        height: calc(25px / 1);
        width: 11px;
    }

    .results-page .results-type:nth-child(n+2):after {
        top: 64%;

    }

    /* -------------------
会社概要
------------------ */
    .company-access-map iframe {
        width: 90%;
    }

    .company-detail {
        width: 90%;
    }

    /* -------------------
お問い合わせ
------------------ */
    .contact-request .ttl-area {
        font-size: 22px;
    }

    .contact-seat {
        width: 90%;
        padding: 30px 10px;
    }

    .form-group {
        display: block;
    }

    .contact-form {
        margin-top: 20px;
    }

    .contact-form .form-group input,
    textarea {
        width: 100%;
    }
    .post_contents h2{
        font-size: 20px;
    }
    .post_contents {
        width: 90%;
    }






}