@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/*---------------Insurance---------------*/
/* .wrapper-insurance{background:url(../images/bg-header.jpg) no-repeat #f1f8fd; background-size:100%; padding: 10px 0;} */
.title-header {
    background-image: url(../images/title.png);
}

.title-insurance {
    padding: 10px 0 11px;
    margin: 0 0 0px;
    font-size: 23px;
    font-weight: 700;
    color: #1A1A1A;
    border-bottom: 3px solid #ff6900;
}

.title-insurance span {
    display: inline-block;
    color: #ffffff;
    padding: 2px 10px;
    margin: 0 10px 0 0;
    background: #0d0d0d;
    font-size: 14px;
}

.title-insurance h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

.insurance-service_item,
.insurance-service {
    /* border-bottom: 2px solid #e9e9e9; */
    padding: 30px 0 60px;
}

.insurance-service {
    overflow: hidden;
    /* margin:0 auto 20px; */
}

.insurance-service .wrapper div,
.insurance-service figure {
    display: inline-block;
}

.insurance-service .wrapper div {
    width: 62%;
}

@media (max-width: 980px) {
    .insurance-service .wrapper div {
        width: 100%;
    }
}

.insurance-service figure {
    float: right;
    width: 355px;
}

.insurance-service figure img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: baseline;
}

.insurance-service div p {
    /* border-bottom: 3px solid #fffd40; */
    font-size: 16px;
    display: inline;
    line-height: 28pt;
    font-weight: 700;
}

.insurance-service div strong {
    display: block;
    padding: 15px 0;
}

.table-insurance {
    padding: 0;
}

.table-insurance strong {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 5px;
    display: block;
}

.table-insurance table {
    width: 100%;
}

.table-insurance table tr td {
    border: 2px solid #0d0d0d;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    color: #0d0d0d;
    font-weight: 500;
}

.table-insurance table tr:first-child td {
    color: #FFF;
    background: #0d0d0d;
}

.table-insurance table tr:nth-child(2) td:first-child {
    background: #FFF;
}

.hide-table {
    margin: 0 0 20px;
}

/*---------------Pop-Up---------------*/
.popup-list {
    padding: 0 0 0 20px;
    float: left;
}

.popup-list div {
    display: list-item;
    font-size: 16px;
    list-style-type: disc;
    padding: 0 0 10px;
    font-weight: 700;
}

.car-layout {
    position: relative;
    width: 529px;
    float: right;
    padding: 12px 0;
}

.mappopup {
    background: url(../images/plancar.jpg) no-repeat center;
    width: 500px;
    height: 330px;
    position: relative;
}

.btn-industry {
    background: #fff;
    border: 3px solid #0d0d0d;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    color: #0d0d0d;
    line-height: 1.2;
    cursor: pointer;
}

.btn-industry:hover {
    border: 3px solid #0d0d0d;
}

.btn-industry:focus {
    outline: none;
}

.btn-industry.active {
    background: #0d0d0d;
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 5px #0d0d0d;
    color: #ffffff;
    width: 78px;
    height: 78px;
}

.btn-industry#item1 {
    position: absolute;
    top: 0;
    left: 18px;
}

.btn-industry#item2 {
    position: absolute;
    top: 0;
    left: 165px;
}

.btn-industry#item3 {
    position: absolute;
    top: 0;
    left: 260px;
}

.btn-industry#item4 {
    position: absolute;
    top: 0;
    right: 78px;
}

.btn-industry#item5 {
    position: absolute;
    top: 103px;
    right: -30px;
}

.btn-industry#item6 {
    position: absolute;
    bottom: 0;
    left: 33px;
}

.btn-industry#item7 {
    position: absolute;
    bottom: 0;
    left: 180px;
}

.btn-industry#item8 {
    position: absolute;
    bottom: 0;
    right: 140px;
}

.btn-industry#item9 {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.btn-industry#item10 {
    position: absolute;
    top: 189px;
    right: -30px;
}

#content-item2 {
    width: 530px;
}

#content-item5 {
    width: 300px;
}

#content-item6,
#content-item7,
#content-item8,
#content-item9 {
    width: 275px;
}

#content-item3 li,
#content-item4 li,
#content-item5 li,
#content-item6 li,
#content-item7 li,
#content-item8 li,
#content-item9 li,
#content-item10 li {
    width: 100%;
}

.content-car {
    background: #fff;
    width: 350px;
    border: 2px solid #0d0d0d;
    max-height: 170px;
    overflow-y: auto;
    position: absolute;
    left: -150px;
    top: 95px;
    padding-bottom: 4px;
    display: none;
}

.content-car.active {
    display: block;
}

.content-car .title {
    /* background: #2447bd; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 12px;
    position: relative;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(90deg, rgba(180,34,34,1) 0%, rgba(247,136,131,1) 100%); */
}

.content-car .title strong {
    color: #ffe504;
    font-size: 30px;
    line-height: 20pt;
}

.content-car .title a {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}

.content-car ul {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 10px 12px 28px;
}

.content-car ul li {
    width: 50%;
    padding: 0 17px 2px 2px;
    font-size: 14px;
    list-style: disc;
    font-weight: 700;
}

.content-tab .tabs_wrap {
    background-color: #efefef;
    border-bottom: 6px solid #0d0d0d;
    padding: 28px 0 0 0;
}

.content-tab .tabs {
    list-style: none;
    /* width: 50%; */
    display: inline-block;
    width: auto;
}

.content-tab .tabs div {
    display: inline-block;
}

.content-tab .tabs li {
    color: #0d0d0d;
    border-width: 3px 3px 0;
    border: solid #FFF;
    display: inline-block;
    padding: 14px 4px;
    width: 134px;
    /* margin-bottom: -2px; */
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background: #fff;
    /* border: 2px solid #0047a6; */
    border-bottom: 0;
}

.content-tab .tabs li.title-type-car {
    border-radius: 0;
    border: solid #0d0d0d;
    border-width: 3px 3px 0;
    color: #0d0d0d;
    cursor: auto;
    background: #FFF;
}

.content-tab .tabs li.current {
    border: solid #0d0d0d;
    border-width: 3px 3px 0;
    background: #0d0d0d;
    color: #FFF;
}

.content-tab .tab-pane {
    display: none;
    margin: 0 auto;
}

.content-tab .tab-pane.current {
    display: block;
}

.content-tab .tab-contents {
    padding: 12px;
    background: #fff;
    font-weight: normal;
}

.remark {
    padding: 10px;
}

.remark ul li {
    position: relative;
    padding-left: 20px;
}

.remark ul li::before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.remark ul li.strong {
    font-weight: bold;
}

/*---------------Responsive---------------*/

@media(max-width:1000px) {
    .content-car {
        left: 0;
    }
}

@media (max-width: 980px) {
    .popup-list {
        float: none;
        overflow: hidden;
    }

    .popup-list div {
        width: 50%;
        float: left;
    }

    .car-layout {
        margin: 0 auto;
        float: none;
    }

    .wrapper-insurance {
        background-size: cover;
    }

    .insurance-service div {
        width: 100%;
    }

    .insurance-service figure {
        float: none;
        text-align: center;
    }

    .hide-table {
        width: 100%;
        overflow-x: scroll;
    }

    .table-insurance table {
        width: 800px;
    }

    .content-tab .tabs {
        text-align: center;
        width: 49%;
        vertical-align: top;
    }

    .content-tab .tabs div {
        display: inline-block;
        width: 49%;
        margin: 0 auto;
        vertical-align: top;
        text-align: left;
    }

    .content-tab .tabs li {
        /* border-bottom: 2px solid #0047a6; */
        /* margin: 2px auto -3px; */
        width: 32%;
        font-size: 14px;
        padding: 8px 2px;
    }

    .content-tab .tabs li.title-type-car {
        width: 100%;
        font-size: 14px;
        border: 3px solid #0d0d0d;
        padding: 8px 0;
        margin: 0 0 4px;
    }

}

@media(max-width:580px) {
    .car-layout {
        width: 100%;
    }

    .mappopup {
        width: 280px;
        height: 250px;
        background-size: contain;
        padding: 0 10px;
        margin: 0 auto;
    }

    .mappopup button {
        line-height: 9pt;
    }

    .btn-industry {
        font-size: 10px;
        width: 56px;
        height: 56px;
    }

    .btn-industry#item1 {
        position: absolute;
        top: 18px;
        left: -13px;
    }

    .btn-industry#item2 {
        position: absolute;
        top: 0;
        left: 78px;
    }

    .btn-industry#item3 {
        position: absolute;
        top: 12px;
        left: 144px;
    }

    .btn-industry#item4 {
        position: absolute;
        top: 0;
        right: 12px;
    }

    .btn-industry#item5 {
        position: absolute;
        top: 100px;
        right: -13px;
    }

    .btn-industry#item6 {
        position: absolute;
        bottom: 0;
        left: -13px;
    }

    .btn-industry#item7 {
        position: absolute;
        bottom: 0;
        left: 85px;
    }

    .btn-industry#item8 {
        position: absolute;
        bottom: 0;
        right: 60px;
    }

    .btn-industry#item9 {
        position: absolute;
        bottom: 0;
        right: -10px;
    }

    .btn-industry#item10 {
        position: absolute;
        top: 23px;
        right: -50px;
    }

    .content-car {
        position: relative;
        width: 100% !important;
        margin: 12px auto;
        top: 0;
        max-height: none;
        overflow-y: auto;
    }

    .insurance-service figure {
        width: 100%;
    }

    .insurance-service figure img {
        width: 100%;
        height: auto;
        display: block;
        vertical-align: baseline;
    }
}

@media(max-width: 480px) {
    .content-tab .tabs li {
        width: 100%;
        margin: 2px 0;
    }

    .content-tab .tabs li.current {
        position: relative;
        background: url(../images/down.png) #0d0d0d no-repeat bottom center;
        /* border-bottom: 2px solid #0047a6; */
    }

    .content-tab .tabs li.current:before {
        content: '';
        width: 5px;
        height: 5px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #FFF;
        position: absolute;
        bottom: 1px;
        left: 50%;
        margin: 0 0 0 -5px;
    }

}

@media(max-width:395px) {
    .btn-industry#item10 {
        top: 63px;
        right: 190px;
    }
}

/* 202406 FAQ */
section.faq{
    margin-top: 70px;
    font-family: 'Noto Sans JP', sans-serif;
}

section.faq .faq__container {
    margin-top: 28px;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__container {
        margin-top: 20px;
    }
}

section.faq>.wysiwyg-editor {
    margin-bottom: 0;
}

section.faq .faq__contents {
    padding: 25px;
    background: rgba(155, 158, 160, 0.1);
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents {
        padding: 18px;
    }
}

section.faq .faq__contents:nth-child(n+2) {
    margin-top: 15px;
}

section.faq .faq__contents .question__contents {
    display: flex;
    line-height: 1.6;
}

section.faq .faq__contents .question__contents .mark01 {
    font-size: 17px;
    font-weight: 700;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .question__contents .mark01 {
        font-size: 16px;
    }
}

section.faq .faq__contents .question__contents .txt01 {
    padding-top: 1.5px;
    margin-left: 12px;
    font-size: 17px;
    font-weight: 600;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .question__contents .txt01 {
        font-size: 16px;
    }
}

section.faq .faq__contents .answer__contents {
    margin-top: 15px;
    padding: 18px;
    display: flex;
    background-color: #fff;
    line-height: 1.75;
    letter-spacing: 0.03rem;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents {
        margin-top: 10px;
        padding: 14px;
    }
}

section.faq .faq__contents .answer__contents .mark01 {
    color: #ff6900;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents .mark01 {
        font-size: 14px;
    }
}

section.faq .faq__contents .answer__contents .txt01 {
    margin-left: 3px;
    font-weight: 400;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents .txt01 {
        font-size: 14px;
    }
}

section.faq .faq__contents .answer__contents .list__item01 {
    position: relative;
    padding-left: 20px;
    display: block;
}

section.faq .faq__contents .answer__contents .list__item01::before {
    content: "①";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 1;
    font-size: inherit;
}
@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents .list__item01::before {
        top: 5px;
    }
}
section.faq .faq__contents .answer__contents .list__item01:nth-child(2):before {
    content: "②";
}
section.faq .faq__contents .answer__contents .list__item01:nth-child(3):before {
    content: "③";
}
section.faq .faq__contents .answer__contents .list__item01:nth-child(4):before {
    content: "④";
}
section.faq .faq__contents .answer__contents .list__item01:nth-child(5):before {
    content: "⑤";
}
section.faq .faq__contents .answer__contents .list__item01:nth-child(6):before {
    content: "⑥";
}

section.faq .faq__contents .answer__contents .list__item01:nth-child(n + 2){
    margin-top: 22px;
}
@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents .list__item01:nth-child(n + 2){
        margin-top: 17px;
    }
}

section.faq .faq__contents .answer__contents .txt01 a{
    display: inline-block;
    /* text-decoration: underline!important; */
    color: #007bff;
    transition: opacity 0.3s;
}
section.faq .faq__contents .answer__contents .list__item01 > a:hover{
    opacity: 0.8;
}

section.faq .faq__contents .answer__contents .txt01 .img01{
    margin-top: 10px;
    display: block;
    width: auto;
    max-width: 100%;
}

@media not screen and (min-width: 600px),
print {
    section.faq .faq__contents .answer__contents .txt01 .img01{
        margin-top: 5px;
    }
}