.lv1{margin-bottom:1.5rem;}
.lv2{margin-bottom:1.3rem;}
.lv3{margin-bottom:1.3rem;}
.lv4{margin-bottom:1.3rem;}
.text-only{margin-bottom:1rem;}
.photo-only{margin-bottom:2rem;}
.photo-and-text{margin-bottom:2rem;}
.two-photo{margin-bottom:2rem;}
.three-photo{margin-bottom:1.5rem;}
.list-on{margin-bottom:2rem;}
.category.cat1 {
	--cat-font-color: #00a5b1;
	--cat-back-color: #ffffff;
	--cat-line-color: #00a5b1;	
	transition: all .35s ease;
}
a.category.cat1:is(:hover,:active,:focus) {
	color:var(--cat-back-color);
	background-color:var(--cat-font-color);
}
@media screen and (max-width: 767px){

.photo-and-text.vertical_center span.photo-area img{
 width: 45%;
}

main div.page-title h2 span.en {
        font-size: 2.2rem;
        margin-bottom: 0px;
        line-height: 1.2;
       letter-spacing:0.03em;
}
}