@charset "utf-8";

:root{ --color-main: #FD0C08;
--color-main-dark: #910706;
--color-gray: #F7F7F7;
--color-gray-dark: #A0A0A0;
--color-white: #ffffff;
--color-black: #000000;
--button-hover: rgba(253,12,8,0.7);
--button-white-hover: rgba(255,255,255,0.7);
--button-gray-hover: rgba(230,230,230,0.7);
--button-gray-dark-hover: rgba(160,160,160,0.7); --fs-12: 1.2rem;
--fs-14: 13px;
--fs-16: 14px;
--fs-20: 15px;
--fs-24: 18px;
--fs-28: 20px;
--fs-32: 22px;
--fs-36: 24px;
--fs-number: 3.5rem; --ff-ja: "Noto Sans JP", sans-serif;
--ff-en: "Outfit", sans-serif;
--ff-awesome: "Font Awesome 6 Free";
--ls-base: 0.1em; --header-height: 50px;
--border-solid: 1px solid var(--color-gray-dark);
}
@media (min-width: 576px){
:root{
--header-height: 70px;
} 
}
@media (min-width: 768px){
:root{ --fs-14: 14px;
--fs-16: 16px;
--fs-20: 2rem;
--fs-24: 2.4rem;
--fs-28: 2.8rem;
--fs-32: 3.2rem;
--fs-36: 3.6rem;
} 
}
@media (min-width: 992px){
:root{
--header-height: 150px;
}
}
body, input, textarea, select, option{
font-family: var(--ff-ja);
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
color: var(--color-black);
font-size: var(--fs-14);
line-height: 1.714285714285714;
letter-spacing: var(--ls-base);
}
body{
display: flex;
flex-direction: column;
height: 100vh;
counter-reset: diamond-number;
}
section{
counter-reset: point-number;
}
li{
position: relative;
}
figcaption{
text-align: center;
}
a, a::before, a::after{
transition: 0.5s;
}
a:not(.button-common):hover{
opacity: 0.7;
}
table td:empty::before{
content: "-";
}
img.img-border{
border: var(--border-solid);
aspect-ratio: 4 / 3;
object-fit: cover;
}
img.img-border.img-full{
aspect-ratio: auto;
}
.anchor-point{
position: relative;
top: calc(-1 * var(--header-height));
width: 0;
height: 0;
}
.ff-en{
font-family: var(--ff-en);
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
letter-spacing: var(--ls-base);
}
.fs-12{
font-size: var(--fs-12);
letter-spacing: var(--ls-base);
}
.fs-16{
font-size: var(--fs-16);
letter-spacing: var(--ls-base);
}
.fs-20{
font-size: var(--fs-20);
letter-spacing: var(--ls-base);
}
.fs-24{
font-size: var(--fs-24);
letter-spacing: var(--ls-base);
}
.fw-b{
font-weight: bold;
}
.color-main{
color: var(--color-main);
}  [class^="title-"],
h2,h3,h4,h5,h6{
line-height: 1.5;
letter-spacing: var(--ls-base);
}
.title-diamond{
position: relative;
margin-bottom: 5rem;
font-size: var(--fs-32);
text-align: center;
}
.title-diamond::after{
content: "";
display: block;
width: 25px;
height: 25px;
margin: 1.5rem auto 0;
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/icon-diamond.svg) no-repeat center / contain;
}
.title-diamond + .lead-text{
margin-top: -2rem;
margin-bottom: 5rem;
}
@media (max-width: 575px){
.lead-text.xs-br-none br{
display: none;
}
}
.title-box{
margin-bottom: 3rem;
background-color: var(--color-main);
padding: 1rem 2rem;
font-size: var(--fs-28);
color: var(--color-white);
}
.title-box-gray, .editor h4{
margin-bottom: 3rem;
background-color: var(--color-gray);
font-size: var(--fs-20);
padding: 1rem 2rem;
}
.title-bb, .editor h2{
margin-bottom: 3rem;
border-bottom: 3px solid var(--color-main);
padding-bottom: 1rem;
font-size: var(--fs-28);
}
.title-bb.small{
font-size: var(--fs-16);
border-width: 1px;
}
.title-bb .title-link{
position: relative;
display: flex;
padding-right: 20px;
}
.title-bb .title-link::after{
content: "\f0da";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
font-family: var(--ff-awesome);
color: var(--color-main);
font-size: 15px;
}
.title-bl, .editor h3{
margin-bottom: 3rem;
border-left: 5px solid var(--color-main);
padding-left: 20px;
font-size: var(--fs-24);
}
.title-bl.number-l{
display: flex;
align-items: center;
}
.title-bl.number-l .number{
margin-right: 2rem;
color: var(--color-main);
white-space: nowrap;
font-size: 3.5rem;
}
.title-bb-gray, .editor h5{
margin-bottom: 3rem;
border-bottom: var(--border-solid);
padding-bottom: 1rem;
font-size: var(--fs-16);
}
.title-bgarrow{
position: relative;
z-index: 2;
padding: 3.5rem 0;
text-align: center;
font-size: var(--fs-36);
color: var(--color-main);
font-weight: bold;
text-shadow: 0 0 15px var(--color-white),0 0 15px var(--color-white),0 0 15px var(--color-white),0 0 15px var(--color-white),0 0 15px var(--color-white),0 0 15px var(--color-white),0 0 15px var(--color-white);
}
.title-bgarrow::before,
.title-bgarrow.character::after{
content: "";
position: absolute;
display: block;
z-index: -1;
}
.title-bgarrow::before{
left: 50%;
top: 0;
transform: translateX(-50%);
width: 100%;
max-width: 420px;
height: 100%;
background-color: var(--color-main-dark);
clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.title-bgarrow.character{
padding: 6rem 0 5rem;
}
.title-bgarrow.character::after{
left: 50%;
top: calc(50% - 2rem);
transform: translate(-50%, -50%);
width: 13.5rem;
height: calc(100% + 4rem);
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/character-kawaharaion.webp) no-repeat center / contain;
} .title-point{
display: flex;
flex-direction: column;
margin-bottom: 3rem;
color: var(--color-main);
}
.title-point .number{
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: inherit;
margin-bottom: 10px;
background-color: var(--color-main);
padding: 1.5rem;
color: var(--color-white);
font-family: var(--ff-en);
line-height: 1;
}
.title-point .number .point{
display: flex;
align-items: center;
}
.title-point .number .point::before{
content: "POINT";
font-size: 13px;
}
.title-point .number .point::after{
counter-increment: point-number;
content: counter(point-number, decimal-leading-zero);
margin-left: 10px;
font-size: var(--fs-number);
}
.title-point .text{
align-self: center;
color: var(--color-main);
font-size: var(--fs-28);
}
@media(min-width: 768px){
.title-point{
flex-direction: row;
}
.title-point .number{
width: 80px;
margin-bottom: 0;
clip-path: polygon( calc(100% - 1rem) 0, 100% 50%, calc(100% - 1rem) 100%, 0 100%, 0 0);
padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}
.title-point .number .point{
flex-direction: column;
}
.title-point .number .point::after{
margin-top: 10px;
margin-left: 0;
}
.title-point .text{
padding-left: 2rem;
}
}
.title-diamond-number{
margin-bottom: 3rem;
font-size: var(--fs-28);
text-align: center;
}
.title-diamond-number .number{
position: relative;
display: block;
height: 10rem;
margin-bottom: 3rem;
line-height: 1;
}
.title-diamond-number .number::before{
content: "";
position: absolute;
top: 50%;
left: 0;
z-index: 1;
width: 100%;
height: 1px;
background-color: var(--color-main);
}
.title-diamond-number .number::after{
counter-increment: diamond-number;
content: counter(diamond-number, decimal-leading-zero);
position: absolute;
top: 0;
left: calc(50% - 5rem);
z-index: 2;
display: flex;
align-items: center;
justify-content: center;
width: 10rem;
height: 10rem;
margin: 0 auto;
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/icon-diamond.svg) no-repeat center / contain;
font-family: var(--ff-en);
color: var(--color-white);
font-size: var(--fs-number);
}
.lead-text{
font-size: var(--fs-16);
line-height: 2;
text-align: center;
} .button-common{
position: relative;
display: block;
width: 100%;
max-width: 42rem;
margin-left: auto;
margin-right: auto;
border-radius: 10px !important;
background-color: var(--color-main);
padding: 15px 3rem;
text-align: center;
color: var(--color-white);
font-size: var(--fs-16);
line-height: 1.5;
font-weight: bold;
transition: 0.5s;
}
.button-common:hover{
background-color: var(--button-hover);
cursor: pointer;  
}
.button-common.arrow{
padding-left: 6.5rem;
padding-right: 6.5rem;
}
.button-common.arrow::after{
content: "\f138";
position: absolute;
right: 3rem;
top: 50%;
font-family: var(--ff-awesome); 
transform: translateY(-50%);
}
.button-common.white{
background-color: var(--color-white);
color: var(--color-black);
}
.button-common.white:hover{
background-color: var(--button-white-hover);
}
.button-common.search{
background-color: var(--color-gray-dark);
}
.button-common.search:hover{
background-color: var(--button-gray-dark-hover);
} ol.list-color ,
.editor ol{
counter-reset: list-number;
}
.list-color li,
.editor li{
padding-left: 1.5em;
line-height: 1.5;
}
.list-color li::marker,
.list-triangle li::before,
.editor li::marker{
color: var(--color-main);
}
.list-triangle li, .list-color li,
.editor li{
margin-bottom: 10px;
}
.list-color li:last-child,
.editor li:last-child{
margin-bottom: 0;
}
ul.list-color li::before, .editor ul > li::before,
ol.list-color li::before, .editor ol > li::before{
position: absolute;
top: 0;
left: 0;
display: block;
color: var(--color-main);
}
ul.list-color li::before,
.editor ul > li::before{
content: "";
width: 1em;
height: 100%;
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/icon-diamond.svg) no-repeat center 0.25em / contain;
}
ol.list-color li::before, 
.editor ol > li::before{
counter-increment: list-number;
content: counter(list-number)".";
font-family: var(--ff-en);
font-weight: bold;
}
[class^="list-"].row{
margin-left: 0;
margin-right: 0;
}
.list-triangle li{
padding-left: 1em;
}
.list-triangle li::before{
content: "\f0da";
position: absolute;
left: 0;
top: 0;
font-family: var(--ff-awesome);
font-weight: bold;
} .bg-gray{
background-color: var(--color-gray);
}
.content-bt{
border-top: var(--border-solid);
padding-top: 7rem;
}
.content-bb{
border-bottom: var(--border-solid);
padding-bottom: 7rem;
} .table-scroll{
overflow-x: auto;
}
.table-scroll table th{
white-space: nowrap;
}
.table-scroll table th,
.table-scroll table td{
min-width: 3em;
}
.table-simple ,
.editor table{
table-layout: fixed;
}
.table-simple th,.table-simple td,
.editor table th, .editor table td{
border: var(--border-solid);
padding: 1rem 2rem;
line-height: 1.5;
text-align: left;
vertical-align: middle;
}
.table-simple th,
.editor table th{
background-color: var(--color-gray);
font-weight: normal;
}
@media (max-width: 575px){
.table-simple{
border-bottom: var(--border-solid);
}
.table-simple th,.table-simple td{
display: block;
border-bottom: 0;
padding: 1rem;
}
.table-simple td{
padding: 1;
}
} .common-header{
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: var(--header-height);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
background-color: var(--color-white);
line-height: 1;
}
.common-main{
margin-top: var(--header-height);
}
.header-top{
display: flex;
height: 100%;
}
.header-logo{
align-self: center;
padding: 10px 15px 10px 0;
}
.header-tel{
display: flex;
align-items: center;
margin-left: auto;
}
.header-button-list{
width: calc(70px * 3);
}
.header-button{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 70px;
height: 100%;
padding: 10px;
text-align: center;
font-size: var(--fs-14);
line-height: 1.5;
font-weight: bold;
letter-spacing: var(--ls-base);
}
.header-tel img,
.header-button img{
width: auto;
height: 20px;
line-height: 1;
}
.header-button span{
margin-right: -0.1em;
}
.header-button.contact{
background-color: var(--color-main);
color: var(--color-white);
}
.header-button.contact img{
width: 20px;
height: auto;
filter: brightness(0) invert(1);
}
.header-button.download{
background-color: var(--color-gray);
}
.header-button.company{
background-color: var(--color-black);
color: var(--color-white);
}
.header-button.company img{
filter: brightness(0) invert(1);
}
@media(max-width: 991px){
.header-top{
padding-right: var(--header-height);
}
.header-tel{
justify-content: center;
width: var(--header-height);
height: var(--header-height);
background-color: var(--color-main-dark);
}
.header-tel img{
filter: brightness(0) invert(1);
}
}
@media (min-width: 576px){
.site-logo{
max-width: 345px;
margin-bottom: 5px;
}
.header-logo-kawahara{
width: 83px;
}
}
@media(min-width: 992px){
.header-top{
height: calc(var(--header-height) - 60px);
}
.site-logo{
width: 382px;
max-width: 100%;
}
.header-logo-text{
margin-bottom: 10px;
font-weight: normal;
}
.header-tel{
min-width: 205px;
margin-right: 15px;
white-space: nowrap;
}
.header-tel .tel-text{
width: calc(100% - 20px);
padding-left: 5px;
font-size: 24px;
}
.header-button-list{
width: calc(100px * 3);
margin-right: 0;
}
.header-button{
width: 100px;
}
.header-button img{
margin-bottom: 5px;
}
.header-button.company img{
margin-bottom: 15px;
}
}
@media(min-width: 1200px){
.header-logo{
display: flex;
align-items: flex-end;
}
.site-logo{
width: 500px;
margin-bottom: 0;
}
.site-produced{
margin-left: 10px;
}
.header-logo-kawahara{
width: 110px;
margin-top: 2px;
}
} .hamburger{
position: absolute;
top: 0;
right: 0;
width: var(--header-height);
height: var(--header-height);
}
.hamburger .line,
.hamburger .line::before,
.hamburger .line::after{
position: absolute;
left: calc(50% - 12.5px);
display: block;
width: 25px;
height: 1px;
background-color: var(--color-gray-dark);
transition: 0.5s;
}
.hamburger .line{
top: 50%;
}
.hamburger .line::before,
.hamburger .line::after{
content: "";
}
.hamburger .line::before{
top: calc(50% -  10px);
}
.hamburger .line::after{
top: calc(50% + 9px);
}
.navi-open .hamburger .line{
background-color: transparent;
}
.navi-open .hamburger .line::before{
top: 50%;
transform: rotate(45deg);
}
.navi-open .hamburger .line::after{
top: 50%;
transform: rotate(-45deg);
}
@media (max-width: 991px){
.header-navi{
position: absolute;
top: 100%;
left: 100%;
width: 100%;
height: calc(100vh - var(--header-height) - 50px);
border-top: var(--border-solid);
background-color: var(--color-white);
padding: 30px 0 20px;
white-space: nowrap;
transition: 0.5s;
}
.navi-open .header-navi{
left: 0;
}
.header-navi .out-container{
max-width: 600px;
}
.header-navi-list{
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: -15px;
}
.header-navi-item{
width: 50%;
margin-bottom: 15px;
}
.header-navi-item br{
display: none;
}
.header-navi-item a{
position: relative;
display: block;
padding: 5px 0;
font-size: 1.8rem;
}
.header-navi-item a::after{
content: "\f138";
display: inline-block;
margin-left: 10px;
font-family: var(--ff-awesome);
color: var(--color-main);
font-weight: bold;
}
}
@media (max-width: 575px){
.header-navi-item{
width: 100%;
}
}
@media(min-width: 992px){
.hamburger{
display: none;
}
.header-navi{
height: 60px;
border-top: var(--border-solid);
}
.header-navi *{
height: 100%;
}
.header-navi-list{
display: flex;
justify-content: space-between;
height: 100%;
margin: 0 -10px;
}
.header-navi-item{
padding: 0 10px;
}
.header-navi-item a{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px 5px;
text-align: center;
line-height: 1.5;
}
.header-navi-item a::after{
content: "";
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 3px;
background-color: var(--color-main);
}
.header-navi-item a:hover::after,
.header-navi-item a.active::after{
left: 0;
width: 100%;
}
} .page-header-bg{
position: relative;
margin-bottom: 20px;
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/page-header.webp) no-repeat center / cover;
padding: 7.5rem 0;
}
.title-page{
position: relative;
z-index: 2;
color: var(--color-white);
font-size: 3.2rem;
letter-spacing: var(--ls-base);
line-height: 1.3;
}
@media (min-width: 768px){
.title-page{
font-size: 4rem;
}
} .bread-list > span{
display: inline-block;
} .main-wrap{
margin-top: 7rem;
}
.page-header + .main-wrap{
margin-top: 30px;
}
.main-wrap.out-container{
padding: 0;
}
.common-sidemenu{
display: none;
width: calc(260px + 15px + 25px);
padding-left: 15px;
padding-right: 25px;
}
.sidemenu-link-box{
display: flex;
align-items: center;
border: var(--border-solid);
}
.sidemenu-link-box:not(.banner) {
background-color: var(--color-gray);
padding: 10px 20px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.5;
}
.sidemenu-link-box:not(.banner) img{
width: 20px;
margin-right: 10px;
}
.sidemenu-link-box span{
width: calc(100% - 20px);
}
.sidemenu-download{
display: block;
}
.common-sidemenu .title-bb-gray{
font-size: var(--fs-14);
margin-bottom: 10px;
}
@media(min-width: 992px){
.main-wrap{
display: flex;
flex-direction: row-reverse;
}
.common-sidemenu{
display: block;
}
.main-content{
width: calc(100% - (260px + 15px + 25px));
}
} .other-link-box{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
border: var(--border-solid);
background-color: var(--color-white);
padding: 2rem;
font-size: var(--fs-16);
text-align: center;
line-height: 1;
font-weight: bold;
}
.other-link-box img{
height: 25px;
margin-bottom: 10px;
}
@media(min-width: 992px){
.other-link-box{
padding: 3rem;
font-size: var(--fs-32);
}
.other-link-box img{
height: 5rem;
margin-bottom: 2rem;
}
}
.footer-contact{
background-color: var(--color-main-dark);
color: var(--color-white);
}
.footer-tel{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
font-size: 3.6rem;
letter-spacing: var(--ls-base);
}
.footer-tel img{
width: 30px;
margin-right: 10px;
vertical-align: middle;
}
.footer-contact .button-common{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.footer-contact .button-common img{
margin-right: 20px;
}
.button-common.contact img{
height: 20px;
filter: brightness(0) invert(1);
}
.button-common.download img{
height: 30px;
}
.footer-contact-img{
max-width: 345px;
margin: 4rem auto 0;
}
.footer-contact-circle{
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
margin-bottom: 2rem;
padding: 2rem;
background-color: var(--color-white);
border-radius: 100vw;
}
.footer-contact-img img{
min-width: 100px;
max-width: 178px;
}
@media (min-width: 992px){
.footer-contact-box{
display: flex;
}
.footer-contact-text{
width: calc(100% - 34.5rem);
padding-right: 7.5rem;
}
.footer-contact-img{
width: 34.5rem;
max-width: none;
margin: 0;
}
} .footer-logo{
width: 765px;
}
.sitemap-item{
margin-bottom: 3rem;
} .chase-banner-wrap{
position: fixed;
z-index: 99;
}
.chase-banner-link{
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
font-weight: bold;
text-align: center;
line-height: 1.5;
}
.chase-banner-link img{
line-height: 1;
}
.chase-banner-link.contact{
background-color: var(--color-main);
color: var(--color-white);
}
.chase-banner-link.contact img{
width: 20px;
filter: brightness(0) invert(1);
}
.chase-banner-link.download{
background-color: var(--color-white);
}
.chase-banner-link.download img{
height: 20px;
}
@media (max-width: 991px){
.chase-banner-wrap{
bottom: 0;
left: 0;
width: 100%;
display: flex;
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.chase-banner-link{
width: 50%;
height: 50px;
}
.chase-banner-link img{
margin-right: 10px;
}
.grecaptcha-badge{
bottom: 55px !important;
}
}
@media (min-width: 992px){
.chase-banner-wrap{
right: 0;
top: 50%;
transform: translateY(-50%);
opacity: 0;
pointer-events: none;
transition: 0.5s;
}
.chase-banner-wrap.active{
opacity: 1;
pointer-events: all;
}
.chase-banner-link{
flex-direction: column;
width: 100px;
height: 90px;
}
.chase-banner-link + .chase-banner-link{
margin-top: 10px;
}
.chase-banner-link.download{
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.chase-banner-link img{
margin-bottom: 10px;
}
} .case-item-link{
display: flex;
flex-direction: column;
border: var(--border-solid);
height: 100%;
}
.case-item-text{
padding: 10px 2rem 2rem;
}
.case-item-text .title-bb{
margin-bottom: 10px;
}
.case-item-link .bg-gray{
padding: 15px 2rem;
}
.case-item-link > picture  .img-border{
border-top: 0;
border-left: 0;
border-right: 0;
}
.news-category{
display: inline-block;
margin-right: 1rem;
margin-bottom: 1rem;
border-radius: 100vw;
padding: 5px 15px;
font-size: var(--fs-12);
text-align: center;
line-height: 1;
color: var(--color-white);
}
.news-category.color{
background-color: var(--color-main);
}
.news-category.gray{
background-color: var(--color-gray-dark);
} .search-button-wrap{
position: relative;
color: var(--color-white);
line-height: 1;
}
.search-button{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
background-color: var(--color-gray-dark);
line-height: 1;
font-size: var(--fs-16);
transition: 0.5s;
font-weight: bold;
}
.search-button-wrap::before{
content: "\f002";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
font-family: var(--ff-awesome);
font-weight: bold;
pointer-events: none;
}
.search-button:hover{
cursor: pointer;
background-color: var(--button-gray-dark-hover);
}
.search-form select {
-webkit-appearance: none;
appearance: none;
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/icon-down.svg) no-repeat calc(100% - 5px) center / 10px;
}
@media (min-width: 576px){
.search-form select{
background-position-x: calc(100% - 2rem);
}
} .form-issue{
display: flex;
max-width: 720px;
margin: auto;
border: var(--border-solid);
border-radius: 10px;
overflow: hidden;
}
.form-issue input{
height: 100%;
border: 0;
padding: 1rem 2rem;
}
.form-issue .search-keyword{
width: calc(100% - 75px);
border-radius: 10px 0 0 10px;
}
.form-issue .search-button-wrap{
width: 75px;
} .form-lineup .form-th{
margin-bottom: 10px;
font-weight: bold;
font-size: var(--fs-16);
line-height: 1;
}
.form-lineup .form-th::before{
display: inline-block;
margin-right: 10px;
padding: 5px 8px;
color: var(--color-white);
font-size: var(--fs-12);
line-height: 1;
}
.form-lineup .form-th.required::before{
content: "必須";
background-color: var(--color-main);
}
.form-lineup .form-th.option::before{
content: "任意";
background-color: var(--color-gray-dark);
}
.form-lineup select{
width: 100%;
border: var(--border-solid);
padding: 1.5rem 2rem;
}
.form-lineup .search-button-wrap{
max-width: 270px;
margin-left: auto;
margin-right: auto;
}
.form-lineup .search-button{
height: 50px;
border-radius: 10px;
}
.form-lineup .search-button-wrap::before{
content: "検索する";
background: url(//www.kawahara.com/solution/lift/cms/wp-content/themes/kawahara-lift/assets/images/common/icon-search.svg) no-repeat left center / contain;
padding: 2px 0 2px 30px;
font-family: var(--ff-ja);
} .editor{
overflow: hidden;
}
.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{
margin-bottom: 0;
}
.editor > * + *{
margin-top: 2em;
}
.editor * + h2{
margin-top: 1.66666666em;
}
.editor * + h5,
.editor * + h6{
margin-top: 1.875em;
}
.editor h2 + *,
.editor h3 + *,
.editor h4 + *{
margin-top: 3rem;
}
.editor h5 + *,
.editor h6 + *{
margin-top: 2rem;
}
.editor a{
text-decoration: underline;
text-underline-offset: 3px;
word-break: break-all;
color: var(--color-main);
font-weight: bold;
}
.editor sub,
.editor sup{
position: relative;
font-size: 0.75em;
line-height: 1;
}
.editor sub{
bottom: -0.25em
} 
.editor sup{
top: -0.5em;
} .editor img{
width: auto;
max-width: 100%;
}
.editor picture{
display: block;
}
.editor .align-wrap{
overflow: hidden;
max-width: 100% !important;
}
.editor p:has(img){
overflow: hidden;
}
.editor .clear{
clear: both;
}
.editor .alignleft,
.editor .alignright{
display: block;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.editor .aligncenter{
text-align: center;
}
.editor .align-wrap.aligncenter{
margin-left: auto;
margin-right: auto;
}
.editor .wp-caption-text,
.editor figcaption{
margin-top: 10px;
text-align: center;
font-size: var(--fs-16);
font-weight: bold;
}
@media (min-width: 768px){
.editor .alignleft{
float: left;
margin-right: 1em;
margin-bottom: 0.25em;
}
.editor .alignright{
float: right;
margin-left: 1em;
margin-bottom: 0.25em;
}
}