@charset "utf-8";
 .text-y{
color: #FFEE00;
font-weight: 900;
} .kasou-header{
height: auto;
overflow:inherit;
}
.kasou-header .header-wrap{
background-color: #fff;
position: relative;
}
.kasou-header .global-navi .global-list {
position: relative;
}
.kasou-mv {
width: 100%;
height: 350px;
position: relative;
top: 0;
z-index: 1;
}
.kasou-mv .kasou-mv-img{
height: 100%;
width:100%;
overflow: hidden;
}
.kasou-mv .kasou-mv-img img{
width:100%;
height:100%;
-o-object-fit:cover;
object-fit:cover;
}
.kasou-mv .contact {
width:20%;
position: absolute;
bottom: -20px;
}
.kasou-mv .contact {
width:20%;
position: absolute;
bottom: -20px;
right:50px;
}
.kasou-mv .kasou-mv-title .mv-title{
font-family: 'Noto Serif JP',serif;
position: absolute;
top:50%;
left:50%;
-webkit-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
padding:30px;
background-color: rgba(255,255,255,0.8);
font-size: 3rem;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
text-align: center;
opacity: 0;
}
.kasou-mv .kasou-mv-title .mv-title.ani.move{
opacity: 1;
}
.breadcrumbs{
position: absolute;
background-color: #FCF6E6;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
bottom:-20px;
left:0;
padding: 15px 20px;
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.breadcrumbs ol{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.breadcrumbs ol li{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.breadcrumbs .post-categories{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.breadcrumbs li a::after{
content: '\f04b';
font-weight: 900;
font-family: "Font Awesome 5 Free";
padding:0 10px;
}
@media screen and (max-width:1080px){
.kasou-mv .contact {
width: 25%;
position: absolute;
bottom: -50px;
right: 50px;
}
.kasou-mv .kasou-mv-title .mv-title{
width: 90%;
}
.kasou-header .header-inner .freedial {
display: none;
}
}
@media screen and (max-width:767px){
.kasou-mv .contact {
display: none;
}
.kasou-mv .kasou-mv-title .mv-title{
padding:20px;
font-size: 2rem;
}
.kasou-header .header-inner{
width: 80%;
}
} .about #section-about1,.about #section-about2{
background-image: none;
}
.about #section-about1 {
padding-bottom: 0px;
}
.about .about-forback{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back1.webp);
background-size: cover;
background-repeat: no-repeat;
}
.about .sec3{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/about/sec3-back.webp); 
background-size: cover;
padding-top:150px;
}
.about .sec3 .sub-title{
color: #fff;
font-weight: 700;
}
.about .sec3 .text{
padding: 50px 0;
color: #fff;
line-height: 1.5;
}
.about .sec3 .sec3-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #fff;
line-height: 1.5;
row-gap:20px;
}
.about .sec3 .sec3-inner{
width: 23%;
border-radius: 50%;
background-color: rgba(255,255,255,0.8);
position: relative;
-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
box-shadow: 0 0 5px 3px rgba(0,0,0,0.1);
}
.about .sec3 .sec3-inner::before{
content: "";
padding-top: 100%;
display: block;
}
.about .sec3 .sec3-inner p{
position: absolute;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color:#00412C;
font-weight: 700;
width: 90%;
text-align: center;
}
@media screen and (max-width:1080px){
.about .sec3{
padding-top:100px;
}
}
@media screen and (max-width:767px){
.about .sec3{
padding-top:70px;
}
.about .sec3 .text{
padding: 25px 0;
}
.about .sec3 .sec3-inner{
width: 48%;
border-radius: 50%;
}
.about .sec3 .sec3-inner p{
position: absolute;
top:50%;
left:50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
color:#00412C;
font-weight: 700;
width: 90%;
text-align: center;
font-size: 1.4rem;
line-height: 1.8rem;
letter-spacing: 0;
}
} .service #section-service .service-text {
margin: 0 auto 50px;
}
.service .sec2{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/service/back.webp);
background-repeat: repeat-y;
background-position: center top;
background-size: contain;
}
.service-sec2-box{
background: #fff;
margin-bottom: 100px;
}
.service-sec2-box:last-of-type{
margin-bottom: 0;
}
.service-sec2-inner1{
position: relative;
}
.service-sec2-inner1-text{
position: absolute;
top: 50%;
left: 5%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
}
.service-sec2-box:nth-of-type(2n) .service-sec2-inner1-text{
right: 5%;
left: auto;
}
.service-sec2-inner1-text h4{
font-family: 'Noto Serif JP';
font-size: 4rem;
padding-bottom: 30px;
color: #00412C;
text-align: center;
}
.service-sec2-inner1-text p{
font-size: 1.8rem;
line-height: 1.5;
}
.service-sec2-inner2{
margin-top: 50px;
}
.service-sec2-inner2 h5{
font-size: 2.5rem;
text-align: center;
}
.service-sec2-inner2 .problem{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 20px;
}
.service-sec2-inner2 .problem-img{
padding: 0 20px;
width: 20%;
}
.service-sec2-inner1-img img{
-o-object-fit: cover;
object-fit: cover;
height: 350px;
}
.service-sec2-inner2 .problem-img p{
font-size: 1.5rem;
font-weight: 700;
text-align: center;
}
.service-sec2-inner2 .problem-box-title{
background: #00412C;
color: #fff;
border-radius: 10px;
padding: 10px;
line-height: 1.2;
font-weight: 700;
text-align: center;
width: 15%;
}
.service-sec2-inner2 .problem-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #F6F1E4;
border-radius: 10px;
padding: 10px 10px 10px 20px;
width: 80%;
margin: 50px auto;
}
.service-sec2-inner2 .problem-box .problem-list{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 85%;
}
.service-sec2-inner2 .problem-box li{
font-size: 1.8rem;
text-align: left;
padding-left: 5px;
line-height: 1.5;
}
.service-sec2-inner3{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 50px;
}
.service-sec2-inner3 .blog{
width: 25%;
border: 1px solid #707070;
padding: 10px;
}
.service-sec2-inner3 .blog a{
display: block;
}
.service-sec2-inner3 .blog-tag a{
background: #00412C;
color: #fff;
font-size: 1.5rem;
display: inline-block;
padding: 10px 20px;
}
.service-sec2-inner3 .blog-text p:nth-child(2){
font-weight: 900;
}
.service-sec2-inner3 .blog-text .day{
color: #929292;
}
.service-sec2-inner3 .blog-button{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
}
.service-sec2-inner3 .blog-button img{
width: 22px;
padding-left: 5px;
}
@media screen and (max-width:1200px){
.service-sec2-inner2 .problem-box{
width: 85%;
}
}
@media screen and (max-width:1080px){
.service-sec2-inner1-text h4{
font-size: 3rem;
padding-bottom: 20px;
}
.service-sec2-inner3 .blog{
width: 50%;
}
.service-sec2-inner1-text p{
font-size: 1.6rem;
line-height: 1.3;
}
.service-sec2-inner2 .problem-img{
padding: 0 10px;
width: 23%;
}
.service-sec2-inner2 .problem-box{
width: 90%;
}
.service-sec2-inner2 .problem-box .problem-list{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service-sec2-inner2 .problem-box-title{
width: 130px;
}
}
@media screen and (max-width:767px){
.page-service .sec2{
padding-top: 50px;
padding-bottom: 50px;
}
.service-sec2-box{
margin-bottom: 50px;
}
.page-service .sec2 .container{
width: 90%;
}
.service-sec2-inner1-img img{
height: 150px;
}
.service-sec2-inner1-text h4{
font-size: 2.5rem;
padding: 20px 0;
}
.service-sec2-inner1-text{
position: static;
top: 0;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 90%;
margin: 0 auto;
}
.service-sec2-inner2 h5{
font-size: 1.8rem;
}
.service-sec2-inner3 .blog{
width: 50%;
}
.service-sec2-inner2 .problem-img{
padding: 0 5px;
width: 25%;
}
.service-sec2-inner3 .blog{
width: 100%;
}
.service-sec2-inner2 .problem-img img{
width: 100%;
margin: 0 auto;
}
}
@media screen and (max-width:650px){
.service-sec2-inner2 .problem{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service-sec2-inner2 .problem-img{
width: 47%;
}
.service-sec2-inner2 .problem-img:nth-of-type(1),.service-sec2-inner2 .problem-img:nth-of-type(2){
padding-bottom: 10px;
}
.service-sec2-inner2 .problem-box{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
}
.service-sec2-inner2 .problem-box-title{
width: 100px;
}
.service-sec2-inner2 .problem-box li{
font-size: 1.6rem;
}
.service-sec2-inner2 .problem-box .problem-list{
width: 60%;
}
.service-sec2-inner3 .blog-button img{
width: 20px;
}
}
@media screen and (max-width:300px){
.service-sec2-inner2 .problem-box{
padding: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service-sec2-inner2 .problem-box-title{
width: 100px;
padding: 5px;
}
.service-sec2-inner2 .problem-box .problem-list{
width: 90%;
}
.service-sec2-inner2 .problem-box li{
font-size: 1.5rem;
padding-left: 0;
}
.service-sec2-inner2 .problem-img{
width: 50%;
}
.service-sec2-inner3 .blog-tag{
padding: 10px;
}
.service-sec2-inner3 .blog a{
padding: 5px;
}
.service-sec2-inner3 .blog-text p{
font-size: 1.4rem;
}
} #section-column.sec1{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back-mamechishiki.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 150px;
}
#section-column .column-bg{
background: #fff;
padding: 40px;
}
#section-column .column-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#section-column .column-inner{
margin-bottom: 50px;
width: 48%;
}
#section-column .column{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
box-shadow: 0 0 6px rgba(0, 0, 0, .16);
position: relative;
height: 200px;
}
#section-column .column-img{
width: auto;
height: 100%;
overflow: hidden;
}
#section-column .column-img img{
height: 100%;
}
#section-column .column-text{
width: 60%;
padding: 0 10px;
margin-bottom: 20px;
}
#section-column .column-text h4{
padding-bottom: 10px;
font-size: 1.8rem;
font-weight: 700;
}
#section-column .column-text p,a{
font-weight: 700;
}
#section-column .column-text p{
line-height: 1.3;
font-weight: 500;
font-size: 1.5rem;
}
#section-column .column-button{
color: #00402C;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
padding-top: 10px;
right: 20px;
bottom: 10px;
}
#section-column .column-button p{
font-weight: 700;
font-size: 1.6rem;
}
#section-column .column-button img{
width: 26px;
height: 100%;
padding-left: 5px;
}
.column-button-box{
margin-left: auto;
}
.column-button-left,.column-button-right{
display: inline-block;
vertical-align: middle;
color: #fff;
line-height: 1;
position: relative;
width: 50px;
height: 50px;
border: 0.1em solid currentColor;
background: currentColor;
border-radius: 50%;
-webkit-box-sizing: content-box;
box-sizing: content-box;
-webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
box-shadow: 0px 0px 6px rgba(0, 0, 0, .16);
}
.column-button-left{
margin-right: 30px;
}
.column-button-left::before,.column-button-right::before{
content: '';
color: #00412C;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-width: 7px 10px;
-webkit-transform: translateX(15%);
-ms-transform: translateX(15%);
transform: translateX(15%);
position: absolute;
top: 0;
right: 0;
bottom: 0;
margin: auto;
}
.column-button-left::before{
border-right-color: currentColor;
border-left: 0;
left: -5px;
}
.column-button-right::before{
border-left-color: currentColor;
border-right: 0;
left: 0;
}
#section-column a.btn-radius-solid{
margin-top: 0;
}
@media screen and (max-width:1200px){
#section-column .column-text{
width: 80%;
}
#section-column .column{
-webkit-box-pack: left;
-ms-flex-pack: left;
justify-content: left;
height: auto;
min-height: 200px;
}
#section-column .column-img{
max-width: 200px;
}
}
@media screen and (max-width:1080px){
#section-column .column-inner{
width: 100%;
}
#section-column .column{
min-height: auto;
}
}
@media screen and (max-width:767px){
#section-column.sec1{
padding-top: 70px;
}
}
@media screen and (max-width:650px){
#section-column .column{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#section-column .column-img{
width: 80%;
margin: 20px auto;
}
#section-column .column-text{
width: 100%;
padding: 10px;
}
#section-column .column-bg{
padding: 10px;
}
#section-column .column-inner{
margin-bottom: 30px;
}
}
@media screen and (max-width:300px){
#section-column .container{
width: 90%;
}
} .company .sec1{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back1.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 150px;
}
.company .sec1 .title{
font-family: 'Noto Sans JP';
color: #303030;
text-align: left;
border: none;
padding: 0;
margin: 0;
font-size: 2.5rem;
}
.company .sec1 .table{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 50px;
}
.company .sec1 ul:first-of-type{
width: 48%;
}
.company .sec1 ul:last-of-type{
width: 48%;
}
.company .sec1 ul li{
border-top: 1px solid #707070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 22px 0;    
}
.company .sec1 ul li:last-of-type{
border-bottom: 1px solid #707070;
}
.company .info-title{
color: #005437;
font-size: 2rem;
font-weight: 900;
width: 30%;
padding-right: 10px;
}
.company .info-text{
font-size: 2rem;
width: 70%;
}
.company .com-office{
padding-bottom: 20px;
}
.company .com-office:last-of-type{
padding-bottom: 0;
}
.company .com-office .name{
font-size: 1.8rem;
font-weight: 700;
padding-bottom: 2px;
}
.company .com-office .address{
font-size: 1.5rem;
line-height: 1.5;
}
@media screen and (max-width:1080px){
.company .sec1 .table{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.company .sec1 ul:first-of-type{
width: 100%;
}
.company .sec1 ul:last-of-type{
width: 100%;
}
.company .sec1 ul:nth-of-type(2) li{
border-top: none;
}
}
@media screen and (max-width:768px){
.company .sec1{
padding-top: 70px;
}
.company .sec1 .title{
font-size: 2.2rem;
line-height: 1.3;
}
}
@media screen and (max-width:650px){
.company .info-title{
font-size: 1.8rem;
}
.company .info-text{
font-size: 1.6rem;
}
}
@media screen and (max-width:300px){
.company .info-title{
font-size: 1.6rem;
}
} .contact .sec1{
padding-top: 150px;
}
.contact .sec1 .contact-bnr{
background: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/contact/contact_banner.webp) center;
background-size: cover;
padding: 50px;
}
.contact .sec1 .common-bnr1 {
background-image:none;
padding: 0;
}
.contact .contact-bnr-box{
width: 43%;
}
.contact .contact-bnr-box p{
color: #fff;
line-height: 1.3;
}
.contact .contact-bnr-box .t1{
padding-bottom: 20px;
}
.contact .contact-bnr-box .freedial-box{
margin-left: 0;
}
.contact .form-wrap{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
row-gap: 50px;
padding-top: 50px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.contact .form-box{
width: 48%;
}
.contact .form-box p.title{
font-weight: 900;
padding-bottom: 10px;
width:-webkit-fit-content;
width:-moz-fit-content;
width:fit-content;
}
.contact .form-box p.hissu::after{
content:'必須';
color:#b80000;
font-size: 1.3rem;
margin-left: 10px;
}
.contact .form-box p.ninni::after{
content:'任意';
color:#707070;
font-size: 1.3rem;
margin-left: 10px;
}
.contact .form-box input{
width: 100%;
border: none;
background: #F3F3F3;
height: 50px;
border-radius: 5px;
padding: 15px;
font-size:1.6rem;
font-family: 'Noto Sans JP', sans-serif;
}
.contact .form-box.w100{
width: 100%;
}
.contact .form-box.check-box input{
display: none;
}
.contact .form-box.check-box .wpcf7-form-control.wpcf7-checkbox{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
}
.contact .form-box.check-box label{
display: block;
color: #005a3b;
border: 1px solid #005a3b;
background: #fff;
border-radius: 5px;
text-align: center;
-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
padding: 10px;
}
.contact .form-box.check-box label:checked{
background: #005a3b;
color: #fff;
}
.contact .form-box.check-box input:checked label{
background: #005a3b;
color: #fff;
}
.contact .form-box.check-box label.checked{
background: #005a3b;
color: #fff;
}
.contact .form-box ul li a{
color: #005a3b;
font-weight: 700;
padding: 10px 20px;
display: block;
}
.contact .form-box textarea{
width: 100%;
border: none;
background: #F3F3F3;
border-radius: 5px;
height: 100px;
padding: 15px;
font-size: 1.6rem;
font-family: 'Noto Sans JP', sans-serif;
}
.contact .form-wrap .acceptance{
width: 100%;
}
.contact .form-wrap .acceptance label{
display: block;
text-align: center;
}
form .scroll_box{
width:100%;
height: 300px;
overflow-y: scroll;
background-color: #f3f3f3;
padding: 30px;
}
.contact .form-wrap .submit{
width: 100%;
}
.contact .form-wrap .submit .btn-radius-solid{
margin-top: 0;
font-size: 2rem;
padding: 20px 50px;
}
@media screen and (max-width:1080px){
.contact .contact-bnr-box{
width: 50%;
left: 50%;
}
.contact form .form-box ul{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact .contact-bnr-box .freedial-box{
width:100%;
margin: 0 auto;
}
.contact .sec1 .container{
width: 90%;
}
.contact .sec1 .contact-bnr {
padding: 30px 15px;
}
.contact .sec1 .common-bnr1 {
background-image: none;
padding:30px 0 0 0;
}
}
@media screen and (max-width:768px){
.contact .sec1{
padding-top: 70px;
padding-bottom: 70px;
}
.contact .contact-bnr-img img{
height: 320px;
}
.contact .contact-bnr-box{
width: 100%;
}
.contact .contact-bnr-box p{
line-height: 1.3;
font-size: 1.5rem;
}
.contact .contact-bnr-box .t2{
font-size: 3rem;
}
.contact .contact-bnr-box .freedial-box{
width: 80%;
}
}
@media screen and (max-width:650px){
.contact .contact-bnr-box .t1{
padding-bottom: 10px;
}
.contact .contact-bnr-box .t2{
font-size: 2rem;
}
.contact form .form-box{
width: 100%;
}
.contact .contact-bnr-box .freedial-box{
width: 100%;
padding: 10px 10px 15px;
}
.common-bnr1 .freedial-icon{
width: 40px;
height: 40px;
}
.common-bnr1 .freedial-icon img{
margin: 11px auto;
}
}
@media screen and (max-width:300px){
.contact .contact-bnr-box .t1{
font-size: 1.4rem;
}
.contact .contact-bnr-box .freedial-box{
padding: 15px 5px;
}
.contact .contact-bnr-box p{
font-size: 1.4rem;
}
.contact .contact-bnr-box{
width: 95%;
}
} .single .sec1{
padding-top: 150px;
}
.category-page-box{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.single .category-page-l{
width: 75%;
}
.single .category-page-r{
width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:50px;
}
.single .title{
font-family: 'Noto Sans JP';
color: #02402C;
text-align: left;
border: none;
padding: 0;
margin: 0;
font-size: 2.5rem;
padding-bottom: 20px;
}
.single .column-inner h4{
font-size: 3rem;
margin:0 0 30px 0;
}
.category-page-img{
width: 100%;
}
.category-page-img img{
height: auto;
}
.single .category-page-text p{
padding-top: 20px;
}
.single .column-button{
color: #00402C;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: right;
-ms-flex-pack: right;
justify-content: right;
margin-top: 15px;
}
.single .column-button p{
color: #00402C;
font-size: 1.4rem;
}
.single .column-button img{
width: 26px;
height: 100%;
padding-left: 5px;
}
.single .column-inner ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:20px;
}
.single .column-inner ul li{
color: #00412C;
border: 1px solid #00412C;
border-radius: 5px;
text-align: center;
-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
box-shadow: 3px 3px 6px rgba(0, 0, 0, .16);
}
.single .column-inner ul li a{
color: #00412C;
font-weight: 700;
display: block;
padding: 20px 10px;
}
.column-text p{
font-weight: 700;
text-align: left;
}
@media screen and (max-width:1080px){
.category-page-box{
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap:50px;
}
.single .category-page-l{
width: 100%;
}
.single .category-page-r{
width: 100%;
}
.single .column {
height: auto;
}
}
@media screen and (max-width:768px){
.single .sec1{
padding-top: 70px;
}
} .privacy .sec1,.sitepolicy .sec1{
background-image: url(//nerima.elife-home.net/wp-content/themes/elifehome-nerima/assets/img/back1.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 150px;
}
.privacy .sec1 .privacy-section h3,.sitepolicy .sec1 .sitepolicy-section h3{
font-size: 20px;
margin: 50px 0 8px 0;
padding-bottom: 4px;
border-bottom: 1px solid #000;
}
.privacy .sec1 .privacy-section h4,.sitepolicy .sec1 .sitepolicy-section h4{
margin-top: 20px;
}
.privacy .sec1 .privacy-section ul,.sitepolicy .sec1 .sitepolicy-section ul{
padding: 5px 20px;
box-sizing: border-box;
} .wpcf7-list-item{
margin: 0 !important;
}
@media screen and (max-width:768px){
.privacy .sec1,.sitepolicy .sec1{
padding-top: 70px;
}
}