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

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-weight: 400;
    display: inline-block;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);*/
}

ul.resp-tabs-list li.parent-horizontal-tab a {
    display: block;
    padding: 12px 20px 14px 20px !important;
    background-color: rgb(245, 245, 245);
    color: #333;
}

ul.resp-tabs-list li.child-vertical-tab a {
    display: block;
    padding: 14px 15px 15px 14px !important;
    color: #333;
}

.resp-tabs-container {
    padding: 30px;
    background-color: #fff;
    clear: left;
    border: none;
    word-wrap: break-word;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-active {
    border-bottom: 0px #fff solid !important;
}
.resp-tab-active {
    background-color: #3f3f46 !important;
}
.resp-tab-active > a {
    font-weight: 500;
    background-color: #3f3f46 !important;
    color: #f2f2f2 !important;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    font-weight:500;
    margin: 0px;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 28%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

#ChildVerticalTab ul.resp-tabs-list {
    float: left;
    width: 28%;
    margin-top: 3px;
}

#ChildVerticalTab ul.resp-tabs-list li.child-vertical-tab {
    display: flex;
    width: 100%;
    background-color: rgb(245, 245, 245);
    margin-bottom: 4px !important;
}

#ChildVerticalTab .resp-tabs-list li.child-vertical-tab a{
    display: block;
    width: 100%;
}
.resp-tabs-container-content {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: right;
    width: 70%;
    border-radius: 6px;
    clear: none;
}
.resp-tabs-container-content {
    border-color: rgb(255, 255, 255);
}

.resp-tab-none {
    display: none;
}

.resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-bottom: 4px !important;
    transition: all 0.2s ease;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #dfdfe1;
}
h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #5e5e63;
}

/*-----------Accordion styles-----------*/
h2 {
    font-size: 13px;
}
h2.resp-tab-active {
    background-color: #3f3f46 !important;
}
h3 > a, h4 > a {
    display: block;
    color: #333;!important;
}
h4.section-title {
    border-top: 0;
    border-bottom: 0;
    background: none;
    margin-top: 0;
    letter-spacing: 0px;
    margin-bottom: 1.4em;;
    font-size: 28px;
    color: #333;
    font-weight: 400;
    padding: 0;
}
h4.section-title > a:hover {
    color: #333;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    /*border-top: 1px solid #c1c1c1;*/
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
        font-weight: 400;
    }
    #ChildVerticalTab {
        margin-top: 15px;
    }
    ul.resp-tabs-list {
        display: none;
    }
    .resp-tab-active {
        background-color: #ff0000;
    }
    h2 {
        margin: 0;
    }

    .resp-tabs-container .clearfix {
        max-height: 100%;!important;
        padding-bottom: 20px;
    }

    h2.resp-accordion {
        display: block;
        padding: 20px 15px;
        color: #f2f2f2;
    }
    h2.resp-tab-active {
        padding: 20px 15px !important;
    }
    .resp-tabs-container {
        padding: 0px;
    }
    .resp-tabs-container h4, h3 {
        padding: 20px 15px;
        font-size: 13px;
        background-color: rgb(245, 245, 245);
        font-weight: 500;
        margin: 0;
    }
    .resp-tab-none h4 {
        margin: 0px 15px;
    }
    .resp-tabs-container-content {
        border: none;
        float: none;
        width: 100%;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-tab-content {
        box-shadow: none;
        padding: 0 15px ;/*追加*/
    }
    .resp-tab-content h4 {
        padding: 18.5px 15px !important;
        font-size: 13px;
    }
    .section-title > a {
        color: #333;
    }
    .resp-tabs-container-content .content {
        padding: 15px;
    }
    .resp-tab-content > .content:last-child {
        border-bottom: 2px solid #f2f2f2 !important;
    }
    .resp-tab-none {
        display: block;
    }
    .active {
        background-color: #3f3f46 !important;
    }
    .active > a {
        font-weight: 500;
        color: #f2f2f2 !important;
    }
    .content img.pc {
        display: none !important;
    }
    p.small {
        padding-bottom: 15px;
    }
    .subscribe h2 {
        font-size: 30px;
    }
}
