@charset "UTF-8";
.postid-2423 .lp-content .lp-content__inner {
box-shadow: 0 0 5px #eee;
max-width: var(--swl-lp_content_width, 900px);
}
.postid-2423 .l-footer {
max-width: 500px;
width: 100%;
margin: 0 auto;
color: #999;
}
.postid-2423 .l-footer .l-footer__nav,
.postid-2423 .l-footer .c-iconList{
display: none;
}

svg,
img[src$=".svg"] {
display: block;
width: 100%;
height: auto;
overflow: visible;
}

h3.h3_line{
position: relative !important;
}
h3.h3_line::before{
content: '';
position: absolute;
bottom: -5px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 2px;
background: #246FC3;
opacity: 1;
}

.mv_box{
background-position: top;
background-image: url(/wp-content/uploads/2026/05/obj01.png);
background-repeat: no-repeat;
background-size: cover;
width: 100%;
padding: 0 15px;
position: relative;
}

.mv_left{
position: relative;
z-index: 99;
}

.mv_right{
position: absolute;
top: 20px;
right: 0;
width: 60%;
z-index: 1;
}

/* ===== .lesson ===== */
.lesson_box {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 4px 16px rgba(0, 120, 200, 0.15);
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
gap: 0;
width: 100%;
}
.lesson_left {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}
.lesson_label {
font-size: 16px;
font-weight: 700;
color: #000;
line-height: 1.4;
}
.lesson_price {
display: flex;
align-items: baseline;
gap: 0;
line-height: 1;
}
.lesson_price-num {
font-family: 'Gotham', sans-serif;
font-size: 35px;
font-weight: bold;
color: #1a7fd4;
letter-spacing: -0.02em;
line-height: 1;
}
.lesson_price {
font-size: 15px;
font-weight: 700;
color: #000;
margin-left: 2px;
}
.lesson_center {
width: 2px;
height: 40px;
background-color: #000;
flex-shrink: 0;
align-self: center;
margin: 0 20px;
}
.lesson_right {
display: flex;
flex-direction: column;
gap: 4px;
}
.lesson_text {
font-size: 15px;
color: #000;
line-height: 1.5;
}
.lesson_text .lesson_ye {
color: #f5a800;
font-weight: bold;
}

/* ===== ボタン ===== */
.cta_btn {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
background: #FFC107;
box-shadow: 0 4px 16px rgba(0, 120, 200, 0.15);
border-radius: 80px;
padding: 15px 20px;
text-decoration: none;
transition: opacity 0.2s;
width: 95%;
margin: 0 auto;
}
.cta_btn:hover {
opacity: 0.85;
}
.cta_btn_arrow {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #fff;
}
.cta_btn_arrow svg {
width: 13px;
height: 13px;
}
.cta_btn span {
font-size: 22px;
font-weight: bold;
color: #000;
letter-spacing: 0.02em;
line-height: 1;
}

.check01,
.map_icon,
.top_l_line{
position: relative;
}
.top_l_line::before{
content: '';
position: absolute;
top: -20px;
left: 0;
width: 35px;
height: 2px;
background: #333;
border-radius: 2px;
}
.map_icon::before{
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url(/wp-content/uploads/2026/05/map.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-right: 10px;
}
.check01::before{
content: "";
display: inline-block;
width: 18px;
height: 18px;
background-image: url(/wp-content/uploads/2026/05/check.svg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-right: 10px;
top: 2px;
position: relative;
}


/* ===== その他 ===== */
.gry_bg{
background: rgba(219, 234, 245, 0.8);
padding: 10px;
}
.blu_grd{
padding: 40px 0;
background: linear-gradient(180deg, rgb(239, 247, 255) 0%, rgb(213, 238, 255) 100%);
}
.no_gap{
gap: 0 !important;
}
.blu_label{
position: absolute;
width: 60%;
top: -30px;
left: 50%;
transform: translateX(-50%);
color: #fff;
text-align: center;
padding: 10px;
background: #246FC3;
z-index: 99;
}

@media (max-width: 781px) {
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
flex-basis: 50% !important;
}
}

@media screen and (max-width : 500px) {
.postid-2423 .lp-content .lp-content__inner {
box-shadow: none;
}
.mv_right{
top: 10%;
}
.cta_btn span{
font-size: 16px;
}
.wp-block-columns.sp_column2.no_gap>.wp-block-column{
flex-basis: 50% !important;
}
}