/*body {
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-family: 'Segoe UI';
}*/

ul.resp-tabs-list {
	width: 100%;
    display: flex;
    gap: 5px;
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    width: calc(100% / 5);
    padding: 0.2777777777777778vw 0.7777777777777778vw; /* 1800px基準でpadding: 5px 14px; */
    margin: 0;
    list-style: none;
    cursor: pointer;
    font-size: 1vw; /* 1800px基準で18px; */
    letter-spacing: -0.1em;
	text-align: center;
	color: #ffffff;
}

.resp-tabs-container {
    margin: 1.1111111111111112vw 0 0; /* 1800px基準でmargin: 22px 0 0; */
    padding: 0px;
	border: none !important;
    background: #ddeff6;
}

.tabdetailwrap01 {
	width: 100%;
	display: block;
	line-height: 140%;
	margin: 0;
	padding: 0 0 0 1.9444444444444444vw; /* 1800px基準でpadding: 0 0 0 35px; */
	box-sizing: border-box;
    background: rgba(211, 239, 246, 0.4);
    border-bottom: 3px solid #ffffff;
}
.tabdetailwrap01:last-child {
    border-bottom: none;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 0.2777777777777778vw; /* 1800px基準でpadding: 5px; */
    display: none;
	color: #ffffff;
	border: 1px solid #ffffff !important;
    background: #43aacc !important;
}

.resp-tab-content {
    display: none;
    padding: 0;
}
.resp-tab-item {
    background: #43aacc !important;
}
.resp-tab-active {
	padding: 0.2777777777777778vw 0.7777777777777778vw !important; /* 1800px基準でpadding: 5px 14px !important; */
    background: #2a70ba !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
	font-weight: 500;
    background: rgba(255, 255, 255, 0.5) !important;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #ffffff;
    border-top: 0px solid #ffffff;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #ffffff !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
    background: #2a70ba !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #ffffff !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #ffffff;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #ffffff;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}
h2.resp-tab-active {
	border-bottom: 4px solid #ffffff !important;
}

.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;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767.98px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }

.tabwrap01 {
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-radius: 0;
}
.tabwrap02 {
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-radius: 0;
}
.tabwrap03 {
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-radius: 0;
}
.tabwrap04 {
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-radius: 0;
}
.tabwrap05 {
	border-left: 1px solid #ffffff !important;
	border-right: 1px solid #ffffff !important;
	border-radius: 0;
}

.tabdetailwrap01 {
	width: calc(100%);
	display: block;
    font-size: 2.933333333333333vw; /* 750px基準で22px */
	line-height: 140%;
	margin: 0;
	padding: 0 0 0 2%;
	box-sizing: border-box;
    background: rgba(211, 239, 246, 0.4);
    border-bottom: 3px solid #ffffff;
}
.tabdetailwrap01:last-child {
    border-bottom: none;
}
}

.tabdetailinner01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    background: #c6e5f0;
    gap: 0 2.2222222222222223vw; /* 1800px基準でgap: 0 40px; */
    padding: 0.8333333333333334vw; /* 1800px基準でpadding: 15px; */
}
.tabdetailinner02 {
    width: 100%;
    background: #c6e5f0;
    padding: 1.5vw 0.8333333333333334vw ; /* 1800px基準でpadding: 43px 15px; */
}

/* レスポンシブ */
@media (max-width: 767.98px) {
.tabdetailinner01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    background: #c6e5f0;
    gap: 0;
    padding: 15px;
}
.tabdetailinner02 {
    width: 100%;
    background: #c6e5f0;
    padding: 15px;
}
}