/* ---------------------------------------
    common
--------------------------------------- */
.clear  {
    clear: both;
}

.wrap   {
    max-width: 1100px;
    margin: 0 auto;
    padding: 100px 0 110px;
}

.wrap_full  {
    margin: 100px auto 110px;
}

.sp {
   display: none; 
}

.tab    {
    display: none;
}

@media screen and (max-width: 1100px) {
    .wrap   {
        width: 100%;
        padding: 80px 40px;
    }
}

@media screen and (max-width: 770px) {
    .pc {
        display: none;
    }

    .tab    {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .wrap   {
        width: 100%;
        padding: 80px 16px;
    }

    .sp {
        display: block;
    }
}
/* ---------------------------------------
    botton
--------------------------------------- */
.btn {
    display: block;
    width: 230px;
    margin: 80px auto 0;
    padding: 14px 0;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 32px;
    transition-duration: 1s;
}

.btn img    {
    display: inline-block;
    width: 22px;
    vertical-align: bottom;
    margin-right: 6px;
}

.btn.rental {
    background-color: #fafe92;
    color: #02c2c4;
}

.btn.tel,
.btn.contact    {
    width: 320px;
    padding: 20px 0;
    color: #fff;
    font-size: 2.0rem;
}

.btn.tel img,
.btn.contact img    {
    width: 26px;
    margin-right: 10px;
}

.btn.tel    {
    background-color: #fd6d92;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
}

.btn.tel span   {
    text-align: center;
    font-size: 2.3rem;
}

.btn.tel span small    {
    display: block;
    margin-top: 3px;
    font-size: 1.2rem;
}

.btn.contact    {
    background-color: #26b5e9;
}

.btn_area   {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    .btn    {
        margin: 40px auto 0;
    }

    .btn_area   {
        flex-direction: column;
    }

    .btn.tel,
    .btn.contact    {
        width: 100%;
    }
}

/* ---------------------------------------
    font
--------------------------------------- */
html    {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size:62.5%;
    color: #3f4344;
}

h2  {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.4;
}

h3 {
    font-size: 2rem;
    line-height: 1.4;
}

p,
li,
dt,
dd   {
    font-size: 1.6rem;
    line-height: 1.6;
}

.pink   {
    color: #fd6d92;
}

.blue   {
    color: #26b5e9;
}

@media screen and (max-width: 640px) {
    h2  {
        font-size: 2.0rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    p{
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

/*
font-family: 'Fredoka One', cursive;
font-family: 'M PLUS Rounded 1c', sans-serif;
*/

/* ---------------------------------------
    header
--------------------------------------- */
header  {
    max-width: 1100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

header h1 img   {
    width: 140px;
    margin-top: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

header nav ul   {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0;
}

header nav ul li:nth-child(3)   {
    margin-right: 100px;
}

header nav ul li:nth-child(4)   {
    margin-left: 100px;
}

header nav ul li a  {
    display: block;
    height: 80px;
    width: 150px;
    padding: 7px 0 0;
    text-align: center;
    text-decoration: none;
    transition-duration: 1s;
    color: #26b5e9;
    border-left: 3px dotted #fd6d92;
}

header nav ul li:nth-child(3) a   {
    border-right: 3px dotted #fd6d92;
}

header nav ul li:nth-child(6) a {
    border-right: 3px dotted #fd6d92;
}

header nav ul li:nth-child(1) a::before   {
    content: "";
    display: block;
    width: 60px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_news.svg);
    background-repeat: no-repeat;
}

header nav ul li:nth-child(2) a::before   {
    content: "";
    display: block;
    width: 60px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_policy.svg);
    background-repeat: no-repeat;
}

header nav ul li:nth-child(3) a::before   {
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_class.svg);
    background-repeat: no-repeat;
}

header nav ul li:nth-child(4) a::before   {
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_teacher.svg);
    background-repeat: no-repeat;
}

header nav ul li:nth-child(5) a::before   {
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_access.svg);
    background-repeat: no-repeat;
}

header nav ul li:nth-child(6) a::before   {
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    margin: 0 auto 7px;
    background-image: url(../img/icon/icon_mail.svg);
    background-repeat: no-repeat;
}

.drawer-hidden {
    display: none;
}

@media screen and (max-width: 1100px) {
    header nav ul li a  {
        width: 130px;
    }
}
  
@media screen and (max-width: 770px) {
    /* ハンバーガーアイコンの設置スペース */
    .drawer-open {
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 100;/* 重なり順を一番上に */
        cursor: pointer;
        margin-left: auto;
    }
    
    /* ハンバーガーメニューのアイコン */
    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #26b5e9;
        transition: 0.5s;
        position: absolute;
    }
    
    /* 三本線のうち一番上の棒の位置調整 */
    .drawer-open span:before {
        bottom: 8px;
    }
    
    /* 三本線のうち一番下の棒の位置調整 */
    .drawer-open span:after {
        top: 8px;
    }
    
    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer-check:checked ~ .drawer-open span {
        background: rgba(255, 255, 255, 0);
    }
    
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer-check:checked ~ .drawer-open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    
    #drawer-check:checked ~ .drawer-open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
        
    /* メニューのデザイン*/
    .drawer-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 54px;
        left: 100%;/* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #fff;
        transition: .5s;
    }
    
    /* アイコンがクリックされたらメニューを表示 */
    #drawer-check:checked ~ .drawer-content {
        left: 0;/* メニューを画面に入れる */
    }

    header  {
        height: 64px;
        width: 100%;
    }

    header h1 img {
        width: 190px;
        margin-top: 11px;
        left: 20px;
        transform: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
    }

    header nav ul   {
        flex-direction: column;
    }

    header nav ul li    {
        height: 60px;
        border-bottom: 3px dotted #fd6d92;
    }

    header nav ul li a  {
        width: 200px;
        height: auto;
        margin: 0 auto;
        text-align: left;
        border-left: none;
    } 

    header nav ul li:nth-child(3)   {
        margin-right: 0;
    }

    header nav ul li:nth-child(4)   {
        margin-left: 0;
    }

    header nav ul li:nth-child(3) a {
        border-right: none;
    }

    header nav ul li:nth-child(6) a {
        border-right: none;
    }

    header nav ul li:nth-child(1) a::before,
    header nav ul li:nth-child(2) a::before,
    header nav ul li:nth-child(3) a::before,
    header nav ul li:nth-child(4) a::before,
    header nav ul li:nth-child(5) a::before,
    header nav ul li:nth-child(6) a::before {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        margin-right: 25px;
        margin-top: 3px;
    }

    header nav ul li:nth-child(1) a::before   {
        width: 50px;
        height: 45px;
        position: relative;
        top: 3px;
    }
    
    header nav ul li:nth-child(2) a::before   {
        width: 50px;
        height: 45px;
    }
    
    header nav ul li:nth-child(3) a::before   {
        width: 40px;
        height: 45px;
    }
    
    header nav ul li:nth-child(4) a::before   {
        width: 40px;
        height: 45px;
    }
    
    header nav ul li:nth-child(5) a::before   {
        width: 40px;
        height: 45px;
    }
    
    header nav ul li:nth-child(6) a::before   {
        width: 40px;
        height: 45px;
        position: relative;
        top: 3px;
    }
}
/* ---------------------------------------
    footer
--------------------------------------- */
/* ----- contact -----*/
article.contact {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 80px;
}

@media screen and (max-width: 1100px) {
    article.contact   {
        width: 100%;
        padding: 0 40px 80px;
    }
}

@media screen and (max-width: 640px) {
    article.contact   {
        width: 100%;
        padding: 0 16px 50px;
    }
}
/* ----- END contact -----*/
footer  {
    background: linear-gradient(to right, #fef5d2, #fff7a2);
}

footer nav  {
    background-color: #fef693;
    padding: 16px 0;
}

footer nav .top,
footer nav .bottom  {
    max-width: 1100px;
    margin: 0 auto;
}

footer nav .top  {
    padding-bottom: 26px;
    border-bottom: 2px solid #fff;
}

footer nav .bottom  {
    padding-top: 26px;
}

footer nav ul   {
    display: flex;
    flex-direction: row;
    justify-content:center;
}

footer nav ul li    {
    border-right: 1px solid #26b5e9;
}

footer nav ul li:last-child {
    border-right: none;
}

footer nav ul li a  {
    text-decoration: none;
    color: #26b5e9;
    padding: 0 20px;
}

footer p.copyright  {
    background-color: #26b5e9;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    color: #fff;
}

@media screen and (max-width: 640px) {
    footer nav ul   {
        flex-direction: column;
        text-align: center;
    }

    footer nav ul li    {
        margin-bottom: 6px;
    }

    footer nav ul li:last-child {
        margin-bottom: 0;
    }

    footer p.copyright  {
        font-size: 1.2rem;
    }
}

/* ---------------------------------------
    commo style 2023.03add
--------------------------------------- */

/*  Arrangement
	----------------------------------------------- */
	.align-r{ text-align:right; }
	.align-c{ text-align:center; }
	.align-l{ text-align:left; }
	.valign-t{vertical-align: top;}
	
	*.bl-center{margin:auto;}
	*.bl-left{margin-right:auto; margin-left:0 !important;}
	*.bl-right{margin-left:auto; margin-right:0 !important;}
	
	@include sp{
		.spalign-r{ text-align:right; }
		.spalign-c{ text-align:center; }
		.spalign-l{ text-align:left; }
	}
	
	/*----------------------------------------------------------
		margin / position
	--------------------------------------------------------- */
	
	*.height1em{min-height:1em;}
	*.height1_5em{min-height:1.5em;}
	*.height2em{min-height:2em;}
	*.height2_5em{min-height:2.5em;}
	*.height3em{min-height:3em;}
	*.height3_5em{min-height:3.5em;}
	*.height4em{min-height:4em;}
	*.height4_5em{min-height:4.5em;}
	*.height5em{min-height:5em;}
	
	*.sp-b1em{margin-bottom:1em;}
	*.sp-b2em{margin-bottom:2em;}
	*.sp-b3em{margin-bottom:3em;}
	*.sp-t1em{margin-top:1em;}
	*.sp-t2em{margin-top:2em;}
	*.sp-t3em{margin-top:3em;}
	*.sp-r1em{margin-right:1em;}
	*.sp-r2em{margin-right:2em;}
	*.sp-r3em{margin-right:3em;}
	*.sp-l1em{margin-left:1em;}
	*.sp-l2em{margin-left:2em;}
	*.sp-l3em{margin-left:3em;}
	
	*.sp-v0 { margin-top: 0px !important; margin-bottom: 0px !important; }
	*.sp-v5 { margin-top: 5px !important; margin-bottom: 5px !important; }
	*.sp-v10 { margin-top: 10px !important; margin-bottom: 10px !important; }
	*.sp-v15 { margin-top: 15px !important; margin-bottom: 15px !important; }
	*.sp-v20 { margin-top: 20px !important; margin-bottom: 20px !important; }
	*.sp-v25 { margin-top: 25px !important; margin-bottom: 25px !important; }
	*.sp-v30 { margin-top: 30px !important; margin-bottom: 30px !important; }
	*.sp-v40 { margin-top: 40px !important; margin-bottom: 40px !important; }
	*.sp-v50 { margin-top: 50px !important; margin-bottom: 50px !important; }
	*.sp-v60 { margin-top: 60px !important; margin-bottom: 60px !important; }
	*.sp-v70 { margin-top: 70px !important; margin-bottom: 70px !important; }
	*.sp-v80 { margin-top: 80px !important; margin-bottom: 80px !important; }
	*.sp-v90 { margin-top: 90px !important; margin-bottom: 90px !important; }
	
	*.sp-t0 { margin-top: 0px !important; }
	*.sp-t5 { margin-top: 5px !important; }
	*.sp-t10 { margin-top: 10px !important;}
	*.sp-t15 { margin-top: 15px !important;}
	*.sp-t20 { margin-top: 20px !important;}
	*.sp-t25 { margin-top: 25px !important;}
	*.sp-t30 { margin-top: 30px !important;}
	*.sp-t40 { margin-top: 40px !important;}
	*.sp-t50 { margin-top: 50px !important;}
	*.sp-t60 { margin-top: 60px !important;}
	*.sp-t70 { margin-top: 70px !important;}
	*.sp-t80 { margin-top: 80px !important;}
	*.sp-t90 { margin-top: 90px !important;}
	
	*.sp-b0 { margin-bottom: 0px !important; }
	*.sp-b5 { margin-bottom: 5px !important;}
	*.sp-b10 { margin-bottom: 10px !important;}
	*.sp-b15 { margin-bottom: 15px !important;}
	*.sp-b20 { margin-bottom: 20px !important;}
	*.sp-b25 { margin-bottom: 25px !important;}
	*.sp-b30 { margin-bottom: 30px !important;}
	*.sp-b40 { margin-bottom: 40px !important;}
	*.sp-b50 { margin-bottom: 50px !important;}
	*.sp-b60 { margin-bottom: 60px !important;}
	*.sp-b70 { margin-bottom: 70px !important;}
	*.sp-b80 { margin-bottom: 80px !important;}
	*.sp-b90 { margin-bottom: 90px !important;}
	
	*.sp-r0 { margin-right: 0px !important; }
	*.sp-r5 { margin-right: 5px !important;}
	*.sp-r10 { margin-right: 10px !important;}
	*.sp-r15 { margin-right: 15px !important;}
	*.sp-r20 { margin-right: 20px !important;}
	*.sp-r25 { margin-right: 25px !important;}
	*.sp-r30 { margin-right: 30px !important;}
	*.sp-r40 { margin-right: 40px !important;}
	*.sp-r50 { margin-right: 50px !important;}
	*.sp-r60 { margin-right: 60px !important;}
	*.sp-r70 { margin-right: 70px !important;}
	*.sp-r80 { margin-right: 80px !important;}
	*.sp-r90 { margin-right: 90px !important;}
	
	*.sp-l0 { margin-left: 0px !important; }
	*.sp-l5 { margin-left: 5px !important;}
	*.sp-l10 { margin-left: 10px !important;}
	*.sp-l15 { margin-left: 15px !important;}
	*.sp-l20 { margin-left: 20px !important;}
	*.sp-l25 { margin-left: 25px !important;}
	*.sp-l30 { margin-left: 30px !important;}
	*.sp-l40 { margin-left: 40px !important;}
	*.sp-l50 { margin-left: 50px !important;}
	*.sp-l60 { margin-left: 60px !important;}
	*.sp-l70 { margin-left: 70px !important;}
	*.sp-l80 { margin-left: 80px !important;}
	*.sp-l90 { margin-left: 90px !important;}
	
	*.sp-mt5 { margin-top: -5px !important; }
	*.sp-mt10 { margin-top: -10px !important;}
	*.sp-mt15 { margin-top: -15px !important;}
	*.sp-mt20 { margin-top: -20px !important;}
	*.sp-mt25 { margin-top: -25px !important;}
	*.sp-mt30 { margin-top: -30px !important;}
	*.sp-mt40 { margin-top: -40px !important;}
	*.sp-mt50 { margin-top: -50px !important;}
	
	*.sp-mb5 { margin-bottom: -5px !important; }
	*.sp-mb10 { margin-bottom: -10px !important;}
	*.sp-mb15 { margin-bottom: -15px !important;}
	*.sp-mb20 { margin-bottom: -20px !important;}
	*.sp-mb25 { margin-bottom: -25px !important;}
	*.sp-mb30 { margin-bottom: -30px !important;}
	*.sp-mb40 { margin-bottom: -40px !important;}
	*.sp-mb50 { margin-bottom: -50px !important;}
	
	*.sp-lr0 { margin-left: 0px !important;margin-left: 0px !important; }
	*.sp-lr5 { margin-left: 5px !important;margin-left: 5px !important;}
	*.sp-lr10 { margin-left: 10px !important;margin-left: 10px !important;}
	*.sp-lr15 { margin-left: 15px !important;margin-left: 15px !important;}
	*.sp-lr20 { margin-left: 20px !important;margin-left: 20px !important;}
	*.sp-lr25 { margin-left: 25px !important;margin-left: 25px !important;}
	*.sp-lr30 { margin-left: 30px !important;margin-left: 30px !important;}
	*.sp-lr40 { margin-left: 40px !important;margin-left: 40px !important;}
	*.sp-lr50 { margin-left: 50px !important;margin-left: 50px !important;}
	*.sp-lr60 { margin-left: 60px !important;margin-left: 60px !important;}
	*.sp-lr70 { margin-left: 70px !important;margin-left: 70px !important;}
	*.sp-lr80 { margin-left: 80px !important;margin-left: 80px !important;}
	*.sp-lr90 { margin-left: 90px !important;margin-left: 90px !important;}
	
	*.sp-lr3p{ margin-right:3%; margin-left:3%;}
	*.sp-lr4p{ margin-right:4%; margin-left:4%;}
	*.sp-lr5p{ margin-right:5%; margin-left:5%;}
	*.sp-lr10p{ margin-right:10%; margin-left:10%;}
	*.sp-lr15p{ margin-right:15%; margin-left:15%;}
	*.sp-lr20p{ margin-right:20%; margin-left:20%;}
	*.sp-lr30p{ margin-right:30%; margin-left:30%;}
	*.sp-lrAuto{ margin-right:auto; margin-left:auto;}	

	* .w10p{width:10% !important;}
	* .w20p{width:20% !important;}
	* .w30p{width:30% !important;}
	* .w40p{width:40% !important;}
	* .w50p{width:50% !important;}
	* .w60p{width:60% !important;}
	* .w70p{width:70% !important;}
	* .w80p{width:80% !important;}
	* .w90p{width:90% !important;}
	* .w100p{width:100% !important;}
	
	*.pd5{padding:5px;}
	*.pd10{padding:10px;}
	*.pd15{padding:15px;}
	*.pd20{padding:20px;}
	*.pd25{padding:25px;}
	*.pd30{padding:30px;}
	*.pd40{padding:40px;}
	*.pd50{padding:50px;}
	
	*.pd-lr5{ padding-right:5px; padding-left:5px;}
	*.pd-lr10{ padding-right:10px; padding-left:10px;}
	*.pd-lr15{ padding-right:15px; padding-left:15px;}
	*.pd-lr20{ padding-right:20px; padding-left:20px;}
	*.pd-lr25{ padding-right:25px; padding-left:25px;}
	*.pd-lr30{ padding-right:30px; padding-left:30px;}
	*.pd-lr40{ padding-right:40px; padding-left:40px;}
	*.pd-lr50{ padding-right:50px; padding-left:50px;}
	
	*.pd-lr3p{ padding-right:3%; padding-left:3%;}
	*.pd-lr4p{ padding-right:4%; padding-left:4%;}
	*.pd-lr5p{ padding-right:5%; padding-left:5%;}
	*.pd-lr10p{ padding-right:10%; padding-left:10%;}
	*.pd-lr15p{ padding-right:15%; padding-left:15%;}
	*.pd-lr20p{ padding-right:20%; padding-left:20%;}
	*.pd-lr30p{ padding-right:30%; padding-left:30%;}
	
	*.pd-v5{ padding-top:5px; padding-bottom:5px;}
	*.pd-v10{ padding-top:10px; padding-bottom:10px;}
	*.pd-v15{ padding-top:15px; padding-bottom:15px;}
	*.pd-v20{ padding-top:20px; padding-bottom:20px;}
	*.pd-v25{ padding-top:25px; padding-bottom:25px;}
	*.pd-v30{ padding-top:30px; padding-bottom:30px;}
	*.pd-v40{ padding-top:40px; padding-bottom:40px;}
	*.pd-v50{ padding-top:50px; padding-bottom:50px;}
	
	*.pd-t0 {padding-top: 0px !important; }
	*.pd-t5 {padding-top: 5px !important; }
	*.pd-t10 {padding-top: 10px !important;}
	*.pd-t15 {padding-top: 15px !important;}
	*.pd-t20 {padding-top: 20px !important;}
	*.pd-t25 {padding-top: 25px !important;}
	*.pd-t30 {padding-top: 30px !important;}
	*.pd-t40 {padding-top: 40px !important;}
	*.pd-t50 {padding-top: 50px !important;}
	*.pd-t60 {padding-top: 60px !important;}
	*.pd-t70 {padding-top: 70px !important;}
	*.pd-t80 {padding-top: 80px !important;}
	*.pd-t90 {padding-top: 90px !important;}
	
	*.pd-b0 {padding-bottom: 0px !important; }
	*.pd-b5 {padding-bottom: 5px !important;}
	*.pd-b10 {padding-bottom: 10px !important;}
	*.pd-b15 {padding-bottom: 15px !important;}
	*.pd-b20 {padding-bottom: 20px !important;}
	*.pd-b25 {padding-bottom: 25px !important;}
	*.pd-b30 {padding-bottom: 30px !important;}
	*.pd-b40 {padding-bottom: 40px !important;}
	*.pd-b50 {padding-bottom: 50px !important;}
	*.pd-b60 {padding-bottom: 60px !important;}
	*.pd-b70 {padding-bottom: 70px !important;}
	*.pd-b80 {padding-bottom: 80px !important;}
	*.pd-b90 {padding-bottom: 90px !important;}
	
	*.pd-r0 {padding-right: 0px !important; }
	*.pd-r5 {padding-right: 5px !important;}
	*.pd-r10 {padding-right: 10px !important;}
	*.pd-r15 {padding-right: 15px !important;}
	*.pd-r20 {padding-right: 20px !important;}
	*.pd-r25 {padding-right: 25px !important;}
	*.pd-r30 {padding-right: 30px !important;}
	*.pd-r40 {padding-right: 40px !important;}
	*.pd-r50 {padding-right: 50px !important;}
	*.pd-r60 {padding-right: 60px !important;}
	*.pd-r70 {padding-right: 70px !important;}
	*.pd-r80 {padding-right: 80px !important;}
	*.pd-r90 {padding-right: 90px !important;}
	
	*.pd-l0 {padding-left: 0px !important; }
	*.pd-l5 {padding-left: 5px !important;}
	*.pd-l10 {padding-left: 10px !important;}
	*.pd-l15 {padding-left: 15px !important;}
	*.pd-l20 {padding-left: 20px !important;}
	*.pd-l25 {padding-left: 25px !important;}
	*.pd-l30 {padding-left: 30px !important;}
	*.pd-l40 {padding-left: 40px !important;}
	*.pd-l50 {padding-left: 50px !important;}
	*.pd-l60 {padding-left: 60px !important;}
	*.pd-l70 {padding-left: 70px !important;}
	*.pd-l80 {padding-left: 80px !important;}
	*.pd-l90 {padding-left: 90px !important;}
	
	.radius3{border-radius: 3px;}
	.radius5{border-radius: 5px;}
	.radius10{border-radius: 10px;}
	.radius15{border-radius: 15px;}
	.radius20{border-radius: 20px;}
	.radius30{border-radius: 30px;}
	.radius40{border-radius: 40px;}
	.radius50{border-radius: 50px;}
	.o-hidden{overflow: hidden;}

.clm2-space,
.clm3-space,
.clm4-space {
  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;
}
.clm2-space .cmt, .clm2-space .caption,
.clm3-space .cmt,
.clm3-space .caption,
.clm4-space .cmt,
.clm4-space .caption {
  font-size: 0.8rem;
}

.clm2-space .clm {
  -ms-flex-preferred-size: 48.5%;
      flex-basis: 48.5%;
  max-width: 48.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm3-space::after {
  width: 32%;
  content: "";
  display: block;
}
.clm3-space .clm {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  max-width: 32%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clm4-space::after, .clm4-space::before {
  width: 24%;
  content: "";
  display: block;
}
.clm4-space::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.clm4-space .clm {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  max-width: 24%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgBlockT {
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.imgBlockB {
-webkit-box-align: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
}

.imgBlockC {
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.imgBlockB, .imgBlockC, .imgBlockT {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
    align-content: space-between;
}

.imgBlockB.imgL .cont, .imgBlockC.imgL .cont, .imgBlockT.imgL .cont {
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.imgBlockB.imgL .img, .imgBlockC.imgL .img, .imgBlockT.imgL .img {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
margin-right: 1.5vw; /*flex:1;*/
}
.imgBlockB.imgL .img img, .imgBlockC.imgL .img img, .imgBlockT.imgL .img img {
max-width: 100%;
}

.imgBlockB.imgR .cont, .imgBlockC.imgR .cont, .imgBlockT.imgR .cont {
-webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
        order: 1;
-webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}
.imgBlockB.imgR .img, .imgBlockC.imgR .img, .imgBlockT.imgR .img {
-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
        order: 2;
margin-left: 1.5vw; /* flex:1;*/
}
.imgBlockB.imgR .img img, .imgBlockC.imgR .img img, .imgBlockT.imgR .img img {
max-width: 100%;
}

ul.clm2 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.clm2 li {
max-width: 50%;
-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

ul.clm3 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.clm3 li {
max-width: 33%;
-ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

ul.clm4 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.clm4 li {
max-width: 25%;
-ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

div.clm2 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.clm2 .clm {
max-width: 50%;
-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

div.clm3 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.clm3 .clm {
max-width: 33%;
-ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

div.clm4 {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div.clm4 .clm {
max-width: 25%;
-ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

ul.clm2-space {
display: -ms-grid;
display: grid;
gap: 15px;
-ms-grid-columns: 1fr 15px 1fr;
grid-template-columns: 1fr 1fr;
}
ul.clm2-space li {
max-width: 100%;
}

ul.clm3-space {
display: -ms-grid;
display: grid;
gap: 15px;
-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
grid-template-columns: 1fr 1fr 1fr;
}
ul.clm3-space li {
max-width: 100%;
}

ul.clm4-space {
display: -ms-grid;
display: grid;
gap: 15px;
-ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.clm4-space li {
max-width: 100%;
}
@media screen and (max-width: 770px) {
    ul.spclm1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
      }
      ul.spclm2 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      ul.spclm2 li {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
      }
      ul.spclm3 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      ul.spclm3 li {
        max-width: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
      }
      ul.spclm4 {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      ul.spclm4 li {
        max-width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
      }
      ul.spclm2-space {
        display: -ms-grid;
        display: grid;
        gap: 12px;
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr;
      }
      ul.spclm2-space li {
        max-width: 100%;
      }
      ul.spclm3-space {
        display: -ms-grid;
        display: grid;
        gap: 12px;
        -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
      }
      ul.spclm3-space li {
        max-width: 100%;
      }
      ul.spclm4-space {
        display: -ms-grid;
        display: grid;
        gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
      ul.spclm4-space li {
        max-width: 100%;
      }
      .spclm2-space {
        display: -ms-grid;
        display: grid;
        gap: 12px;
        -ms-grid-columns: 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr;
      }
      .spclm2-space .clm {
        max-width: 100%;
      }
      .spclm3-space {
        display: -ms-grid;
        display: grid;
        gap: 12px;
        -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
      }
      .spclm3-space .clm {
        max-width: 100%;
      }
      .spclm4-space {
        display: -ms-grid;
        display: grid;
        gap: 10px;
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
      .spclm4-space .clm {
        max-width: 100%;
      }
      .spclm1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      .spclm1 > * {
        width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
        max-width: 100% !important;
      }
      .spclm2 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      .spclm2 > * {
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
        max-width: 50%;
      }
      .spclm3 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
      .spclm3 > * {
        -ms-flex-preferred-size: 33% !important;
            flex-basis: 33% !important;
        max-width: 33%;
      }

}