@charset "utf-8";

.lw2023_accordion {
max-width: 100%;
justify-content: center;
margin: 10px;
}
.lw2023_price_accordion {
max-width: 100%;
display: flex;
justify-content: center;
margin: 10px;
}
.lw2023_price_accordion_divide {
max-width: 50%;
display: flex;
justify-content: center;
margin: 10px;
}
.lw2023_acc_outframe {
display: flex;
justify-content: center;
width: 90%;
margin: 30px;
}
.lw2023_acc_outframe2 {
display: flex;
justify-content: center;
width: 90%;
margin: 30px;
}
.lw2023_price_acc_outframe {
display: flex;
justify-content: center;
width: 90%;
margin: 30px;
}
.lw2023_acc_toggle {
display: none;
}
.lw2023_price_acc_toggle {
display: none;
}
.lw2023_acc_option {
width: 70%;
margin: 20px;
}
.lw2023_acc_option2 {
width: 100%;
margin: 20px;
}
.lw2023_price_acc_option {
width: 100%;
margin: 20px;
}
.lw2023_acc_title,
.lw2023_acc_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.lw2023_price_acc_title,
.lw2023_price_acc_content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.lw2023_acc_title {
border: solid 1px #ccc;
padding-left: 3em;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 3em;
display: block;
color: #ffffff;
font-weight: bold;
}
.lw2023_price_acc_title {
border: solid 1px #ccc;
border-radius: 20px;
padding-left: 3em;
padding-top: 1em;
padding-bottom: 1em;
padding-right: 3em;
display: block;
color: #ffffff;
font-weight: bold;
}
.lw2023_acc_title::after,
.lw2023_acc_title::before {
content: "";
position: absolute;
left: 1.25em;
top: 1.25em;
width: 2px;
height: 1em;
background-color: #999;
transition: all 0.3s;
}
.lw2023_price_acc_title::after,
.lw2023_price_acc_title::before {
content: "";
position: absolute;
left: 1.25em;
top: 1.25em;
width: 2px;
height: 1em;
background-color: #999;
transition: all 0.3s;
}
.lw2023_acc_title::after {
transform: rotate(90deg);
}
.lw2023_price_acc_title::after {
transform: rotate(90deg);
}
.lw2023_acc_content {
max-height: 100%;
overflow: hidden;
}
.lw2023_price_acc_content {
max-height: 0;
overflow: hidden;
}
.lw2023_acc_content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.lw2023_price_acc_content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
color: #ffffff;
}
.lw2023_acc_toggle:checked + .lw2023_acc_title + .lw2023_acc_content {
max-height: 100%;
transition: all 1.5s;
}
.lw2023_price_acc_toggle:checked + .lw2023_price_acc_title + .lw2023_price_acc_content {
max-height: 100%;
transition: all 1.5s;
}
.lw2023_acc_toggle:checked + .lw2023_acc_title::before {
transform: rotate(90deg) !important;
}
.lw2023_price_acc_toggle:checked + .lw2023_price_acc_title::before {
transform: rotate(90deg) !important;
}

.accordion-007 {
	justify-content: center;
    width: 500px;
    margin: 15px;
}

.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border: 2px solid #2589d0;
    border-radius: 25px;
	background-color: #2589d0;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}
.accordion-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .3s;
}
.accordion-007[open] summary::after {
    transform: rotate(225deg);
}

.accordion-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #2589d0;
    border-radius: 25px;
    background-color: #ffff;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion-007[open] p {
    transform: none;
    opacity: 1;
}

.accordion-007 p::before,
.accordion-007 p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 p::before {
    background-color: #2589d0;
}

.accordion-007 p::after {
    top: -12px;
    background-color: #fff;
}



.accordion-001 {
	display: flex;
    max-width: 500px;
    background-color: #f0f5f9;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border: 2px solid #2589d0;
    border-radius: 25px;
	background-color: #2589d0;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}
