@charset "UTF-8";
/*
Theme Name: LeySer Website - 2019 -
Theme URI: https://leyser.jp/
Description: GrapeCity LeySerSystem
Version: 1.2
Author: GrapeCity inc.
Author URI: https://grapecity.co.jp/
*/

/* -------------- Emergency -------------- */
/*            緊急用お知らせゾーン         */
/* --------------------------------------- */
.emergency {
    position: fixed;
    top: 0;
	width:100%;
    height: 60px;
	padding:0.1rem 0;
	text-align: center;
    z-index: 9997;
}

/* 帯の色・テキスト設定 */
.emergency {
	display:none;
    /* 表示→display:block; 非表示→display:none; */

    color:#fff;
    /* 文字色 黒:#111 白:#fff */

	background:#81292D;
    /* 背景イエロー:#FFEA18 背景グレー:#2a2a2a 背景ブルー:#255398 背景えんじ:#81292D  */
}

.emergency a, .emergency a:visited { color:#f9f9f9; } /* ブルー：color:#00a6a4; */
.emergency a:hover, .emergency a:active { color:#fff; text-decoration: underline;}/* ブルー：color:#00cbc9; */

/* 掲載しない時はコメントアウト
.emergency + header { margin-top: 60px; }
.emergency > .header__nav.fixed { top:auto; }
*/

/* -------------- Common -------------- */
*{ box-sizing: border-box !important; }
:root {
    --lscolor:0, 72, 153;
    --lscolor-light:135, 151, 201;
    --lscolor-dark:0, 52, 119;
    --lscolor-darkness:24, 34, 57;

    --kaikeicolor:145, 115, 190;
    --kaikeicolor-light:176, 175, 215;
    --kaikeicolor-dark:106, 85, 139;

    --kyuyocolor:93, 173, 108;
    --kyuyocolor-light:178, 212,180;
    --kyuyocolor-dark:71, 137, 85;

    --shisancolor:224, 119, 144;
    --shisancolor-light:229, 193, 205;
    --shisancolor-dark:161, 90, 118;

    --gakuhicolor:220, 175, 39;
    --gakuhicolor-light:241, 218, 144;
    --gakuhicolor-dark:171, 140, 31;

    --jinjicolor:112, 155, 176;
    --jinjicolor-light:183, 205, 218;
    --jinjicolor-dark:107, 133, 146;

    --webcolor:223, 116, 3;
    --webcolor-light:239, 195, 180;
    --webcolor-dark:176, 91, 0;

    --connectcolor:246, 171, 0;
    --connectcolor-light:245, 193, 90;
    --connectcolor-dark:220, 136, 0;

    --kidscolor:0, 72, 153;
}

html {
	overflow-y:scroll;
	height:100%;
	margin:0;
	padding:0;
	color:#444;
	/*font-family: HiraginoSans-W3, "Hiragino Sans W3", "ヒラギノ角ゴシック W3", "BIZ UDPゴシック", "BIZ UDPGothic", "メイリオ", "Meiryo", "verdana", sans-serif;*/
	font-size:100%;
	line-height: 1.6rem;
	-webkit-font-feature-settings:"palt";
	font-feature-settings:"palt";
}
body{
	min-width:320px;
	margin:0 auto;
	padding:0;
	-webkit-text-size-adjust:100%;
}

/* -------------- Header -------------- */
header {
    overflow:hidden;
	position:relative;
	width:100%;
    height:auto;
	/*background-image:url("./imgs/index_header_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-size:cover;*/
    /*z-index: 5;*/
}
header:after {
	display:inline-block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:rgba(40, 50, 60, 0.6);*/
	/*z-index:6;*/
}
.header__nav {
    position: fixed;
    /*position: relative;*/
	width:100%;
	height:70px;
	background:rgba(6, 42, 82, 0.8);
	z-index: 9997;
}

/* Global Navigation is stellarnav.css */

.header__content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 2.7rem;
    line-height: 4rem;
    text-align: center;
    /*font-family:"FOT-マティス Pro M", "MatissePro-M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ","sans-serif";*/
    z-index: 7;
}
    .header__content span { color:#ffcc33; }
    .header__content span.font-large { font-size:3.8rem; }
    .header__content em { font-style:normal; font-size:3.3rem; }

/* Header Background Video */
#background {
  height: 720px;
  overflow: hidden;
  max-width: 100%;
  /*padding-bottom: 56.25%;*/ /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  padding-bottom: 56.25%;
  position: relative;
}
    #background iframe {
      box-sizing: border-box;
      height: 56.25vw; /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
      left: 50%;
      min-height: 100%;
      max-height: 720px;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 177.77777778vh; /* 16:9 の幅なので 177.77% (= 16 ÷ 9) */
    }
    #background:after {
        display:block;
        content:"";

        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(22, 55, 80, 0.2);
    }
#background iframe.on { display: inherit; }
#background iframe.off { display: none; }
#background.off:after { background:transparent; }

/* -------------- Single Page ------------- */
.subpages header {
	position:relative;
	height:415px;
	background-size:cover;
}
	.subpages .header__content {
		display:flex;
		align-items:center;
		max-width: 1200px;
		margin: 4rem auto 0;
		padding: 0 2rem;
		text-align: left;
		color: #fff;
		font-size: 1.6rem;
		line-height: 2rem;
	}
.subpages .header__content:after {
	display:block;
	content:"";
	clear:both;
	overflow:visible;
}
.subpages .header__content h1 { margin:0; font-weight:normal; }
.subpages .header__content h1 span{
	padding-left: 0.5rem;
	color:#fff;
	font-size:1.4rem;
	line-height:4.5rem;;
}
/* Simple Header */
.simple-header header {	height:360px; }
	.simple-header .header__content {
        height: calc(100% - 70px);
		margin: 0 auto;
	}

/* Navigation */
.header__nav-subpages {
	position:absolute;
	bottom:0;
	width:100%;
	color:#fff;
	background:#0d4891;
	z-index: 9990;
}
	.header__nav-subpages div.header__nav-subpages__inner {
		position: relative;
		display:flex;
		justify-content: space-between;
		align-items: center;
		width:90%;
		max-width:1200px;
		height:100%;
		margin:0 auto;
	}
	.nav-subpages__menu {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-left: 0;
	}
		.nav-subpages__menu ul {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			margin:0;
			padding:0;
		}
			.nav-subpages__menu li {
				list-style-type: none;
                margin-bottom:0;
				padding-right:2rem;
			}
			.nav-subpages__menu li:last-child { padding-right: 0; }
                .nav-subpages__menu li i { display: none; }
                .nav-subpages__menu li:hover i {
                    display: inline;
                    padding-right:0.5rem;
                    padding-bottom:0.4rem;
                    font-size: 0.5rem;
                    color:#f4d24b;
                    vertical-align: middle;
                }
                .header__nav-subpages a { color:#fff; }
                .nav-subpages__menu li:hover, .nav-subpages__menu li:hover a,
                .header__nav-subpages a:hover, .header__nav-subpages a:active {
                    color:#f4d24b;
                    text-decoration: none;
                }

            .nav-subpages__menu li.current_page_item a, .nav-subpages__menu li.menu-item-object-category.current-menu-item a { color:#f4d24b; }
            .nav-subpages__menu li.current_page_item i, .nav-subpages__menu li.menu-item-object-category.current-menu-item i {
                display: inline-block;
                padding-right: 0.5rem;
                padding-bottom: 0.2rem;
                vertical-align: middle;
                font-size: 0.5rem;
                color:#f4d24b;
            }
	.nav-subpages--title { font-size:1.1rem; }
	.nav-subpages--gotop {
		margin:0;
		font-size: 1.6rem;
	}
@media only screen and (max-width : 1200px) {}
@media only screen and (max-width : 960px) {
    header { height: 520px; }
    .header__content {
		margin: 0 auto;
		padding:2.8rem;
		font-size: 2.7rem;
		line-height: 3.6rem;
	}
}
@media only screen and (max-width : 768px) {

    .header__content span.font-large { font-size:3rem; }
    .header__content em { font-style:normal; font-size:2.8rem; }

    /* Nav Subpges */
    .nav-subpages__menu { flex-wrap: wrap; }
    .h1-sectitle {
        margin: 0.5rem 0 2rem;
        font-size: 1.5rem;
    }
}
@media only screen and (max-width : 480px) {
header { height: 420px; }
    header iframe { display:none; }
        .h1-sectitle { margin: 0; font-size: 1.2rem; }

    .header__content span.font-large { font-size:2.3rem; }
    .header__content em { font-style:normal; font-size:2rem; }

    #background {
        height: 100%;
        padding-bottom: 0;
    }
}

/* -------------- Footer -------------- */
footer { width:100%; }

/* sub info */
.footer__subinfo {
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:2rem 0;
}
.footer__subinfo__content {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.footer__subinfo__content div {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	padding:1rem;
}
.footer__subinfo__content div:first-child p { padding-left:2rem; }
	.iconbox-twitter {
		margin-right:0.8rem;
		padding:1.5rem;
		border:solid 1px #ccc;
		background:#0085c4;
	}
		.fa-twitter { color:#fff; }

/* footer navigation area */
.footer__nav {
	width:100%;
	margin:0 auto;
	padding:4rem 0;
	text-align:center;
	color:#fff;
	background:#43484d;
}
	.footer__nav__content {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
        text-align: left;
	}
	.footer__nav a:link, .footer__nav a:visited { color:#fff; }
	.footer__nav a:hover, .footer__nav a:active { text-decoration: underline; }

	/* footer__nav__link */
	.footer__nav__link a {
		padding:0 1rem 0;
		border-right:solid 1px #fff;
	}
    .footer__nav__link a:first-child { padding:0 1rem 0 0; }
	.footer__nav__link a:last-child { padding:0 0 0 1rem; border-right:0; }

	/* footer__nav__tel */
	.footer__nav__tel { margin:1rem 0; }
		.footer__nav__tel span {
			padding:0 1rem 0 0;
			/* border-right:solid 1px #fff; */
		}
			.footer__nav__tel span.title { border-right:0; }

    /* footer Address */
    .footer__nav__address ul{
        margin:1em 0 2em;
        padding:0;
        font-size: .9rem;
    }
        .footer__nav__address li{
            list-style: none;
            margin-bottom:.2em;
        }
        .footer__nav__address li span {
            position: relative;
        }
        .footer__nav__address li span::after {
            content:"：";
            display: inline-block;
        }

        /* footer logo */
        .footer__nav__logo {
            width:30%;
            max-width: 200px;
            margin:3.5rem 0 0;
        }
            .footer__mslogo img {
                width: 100%;
                max-width: calc( 160px + 34px );
                padding: 18px;
                border: solid 1px #ccc;
            }


        /* footer Layout */
        .footer__bottom {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }
        .footer__bottom-left {}
        .footer__bottom-right {
            max-width: 60%;
            display: flex;
            flex-wrap: wrap;
            gap: 0 16px;
        }
        .footer__bottom-right .bl_banner {
            height: 100%;
        }
            .bl_banner p { margin:0; padding:0; }
                .el_banner-saas { max-width: 90px; }
                .el_banner-sec { max-width: 75px; }
                .el_banner-ms { max-width: 180px; }
            .bl_banner img { width:100%; height: 100%; }
            .el-banner-caption {
                display: block;
                text-align: center;
                color:#fff;
                font-size: .6rem;
            }

        .hp-mslogo {
            padding: 1.5rem 1.5rem;
            border:solid 1px #846c2d;
            background-color:#fff;
        }

/* -- Media Query ------------------------- */
@media only screen and (max-width: 1200px) {
    .footer__nav { padding: 3rem 1.5rem; }
    .footer__bottom-right { justify-content: flex-end; }
    .bl_banner p { margin-top: 1rem; }
}
@media only screen and (max-width: 768px) {
    .footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        align-items: initial;
    }
    .footer__bottom-right { max-width: 100%; }

    /* sub info */
    .footer__subinfo,
    .footer__subinfo__content,
    .footer__subinfo__content div:nth-child(1) {
        display:block;
        text-align: center;
    }
        .footer__subinfo__content div:nth-child(2) { justify-content: center; }
        .footer__subinfo__content div:first-child p { padding-left: 0; }
            .footer__subinfo__content div:first-child p br { display:none; }

            .footer__nav__tel span { display: inline-block; }
}
@media only screen and (max-width: 640px) {
    .footer__bottom-right { flex-wrap: nowrap; }
}
@media only screen and (max-width: 480px) {
	/* footer__nav__link */
    .footer__nav { padding: 2rem 0; }
	.footer__nav__link a {
        display: block;
        margin-bottom: 0.5rem;
		border-right:none;
        text-align: center;
	}
    /* .footer__nav__link a:first-child { padding:0; } */
	.footer__nav__link a:last-child { padding: 0 0 1.2rem 0; border-bottom: dotted 1px #999; }

    .footer__nav__tel span.title {
        display: block;
        padding:0 0 .5em 0;
        text-align: center;
    }
    .footer__nav__tel span.tel_link {
        display: block;
        margin:0 auto;
        text-align: center;
    }

    /* footer address */
    .footer__nav__address { padding:0 .5em; }
    .footer__nav__address ul { font-size: .85rem; }
        .footer__nav__address li:not(:last-child) { margin-bottom:.8em; }
        .footer__nav__address li span { display: block; }
        .footer__nav__address li span::before {
            content:"【";
            display: inline-block;
        }
        .footer__nav__address li span::after {
            content:"】";
            display: inline-block;
        }
    /* footer copy */
    .footer__nav__copy { margin-top: 2.5rem; text-align: center; font-size: .85rem; }
	.footer__nav__logo { width: 50%; margin: 2.5rem auto 0; }

    /* Banner */
    .footer__bottom-right {
        gap: 0 8px;
        margin-top: 0.5rem;
        padding: 8px 8px 0;
        border-top: dotted 1px #999;
    }
}
/* -------------- Content Common ------------- */
main { width: 100%; }
    .partition { width: 100%; }
    .partition:nth-child(odd), .bg_gray { background-color:#f6f6f6; }

    .bg-gra-kaikei { background:linear-gradient(#fff, #cae0ec); }
    .bg-gra-kyuyo { background:linear-gradient(#fff, #cae0ec); }
    .bg-gra-gakuhi { background:linear-gradient(#fff, #e9e3c6); }
    .bg-gra-shisan { background:linear-gradient(#fff, #efd9e1); }
    .bg-gra-jinji { background:linear-gradient(#fff, #cae0ec); }

    .content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding:4rem 0;
    }
          .content h2 {
            font-size: 2.5em;
            line-height: 2.5rem;
            color:#1b3856;
        }

/* Whats LeySer System */
.content__whatsleyser {
    position:relative;
    width:100%;
    background:url("./imgs/bg_bot_whatsleyser.jpg") no-repeat center center;
    background-size:cover;
}
.content__whatsleyser:after {
    position: absolute;
    top: 0;
    display: block;
    content:"";
    width:100%;
    height:100%;
    background:rgba(33, 53, 84, 0.8);
    z-index:3;
}
    .whatsleyser__inner {
        position:inherit;
        max-width:640px;
        margin:0 auto;
        padding:4rem 0;
        text-align:center;
        color:#fff;
        z-index:4;
    }
    .whatsleyser__icon { font-size: 1.5rem; }
    .whatsleyser__icon-logo { width:3.8rem; margin-bottom:0.5rem; }
    .whatsleyser__text-logo { width:240px;  }

/* Product Approach */
.content__product-link {
	padding:4rem 0;
	background: #223951;
}
    .product-link__item {
        width:80vw;
        max-width:700px;
        margin:0 auto;
        text-align:center;
        color:#fff;
        line-height:1.6rem;
    }
    .product-link__item .title {
        display:inline-block;
        padding-bottom:2.5rem;
        font-size:1.6rem;
    }
    .product-link__item  img { margin-bottom:0.5rem; }
.product-link__ico-ls { max-width:60px; }
.product-link__logo { max-width:20rem; }

/* Product More Information */
.content__product-more {
    position:relative;
    width:100%;
    background:url("./imgs/bg_bot_productmore.jpg") no-repeat center center;
    background-size:cover;
}
.content__product-more:after {
    position: absolute;
    top: 0;
    display: block;
    content:"";
    width:100%;
    height:100%;
    background:rgba(33, 53, 84, 0.8);
    z-index:3;
}
    .product-more__inner {
        position:inherit;
        display:flex;
        max-width:1200px;
        margin:0 auto;
        padding:4rem 0;
        text-align:center;
        color:#fff;
        z-index:4;
    }
    .product-more__inner div {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        text-align:center;
    }
        .product-more__inner div:first-child { border-right:solid 1px #a0bed5; }
            .product-more__inner div a.btn {
                min-width:50%;
                padding:1rem 3rem;
                color:#fff;
                background-color: rgba(160, 190, 213, 0.5);
                border-radius: .2rem;
            }
            .product-more__inner div a.btn:hover, .product-more__inner div a.btn:active { color:#fff; background-color: rgba(120, 140, 160, 0.6); }

/* Bottom Banner - Kids */
.content__appeal_kids {
    position:relative;
    width:100%;
    padding:3em 0 5em;
    box-sizing: border-box;
    background:#f6f6f6;
}
.content__appeal_kids h2 { color:#0F3760; }
.appeal_kids-inner {
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    text-align: center;
}
    .appeal_kids-boxparent {
        display: flex;
        justify-content: space-between;
        margin:3em auto 0;
    }
        .appeal_kids-boxparent figure img { max-height: 86px; }
        .appeal_kids-boxparent div:nth-child(3) figure img { max-height: 82px; }
        .appeal_kids-boxparent figcaption {
            margin:1em 0 0;
            font-size: 1.6em;
        }
        .appeal_kids-boxparent div {
            display: flex;
            flex-direction: column;
            /* justify-content: space-between; */
            width: 31%;
            margin:0 auto;
            padding:2em 2.5em;
            color:#fff;
            box-sizing: border-box;
            border-radius: .25em;
        }

        .appeal_kids-boxparent div:nth-child(1) { background-color: #3398CD; }
        .appeal_kids-boxparent div:nth-child(2) { background-color: #1F7BBD; }
        .appeal_kids-boxparent div:nth-child(3) { background-color: #1464A2; }

        .appeal_kids-boxparent div li {
            display: inline-block;
            margin-left: -1em;
            text-align: center;
        }
        .appeal_kids-boxparent div ul { margin:1em 0 0 -1.5em; }
        .appeal_kids-boxparent div li::before{
            content:"\02022";
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            padding-right:1em;
        }

/* bottom banner */
.content__bottom-link {
    margin-top: -5rem;
	padding:9rem 0 5rem;
	background: #a0bed5;
}
.subpages .content__bottom-link, .products .content__bottom-link, .products-page .content__bottom-link { margin-top: 0; padding: 5rem 0; }

	.bottom-link__item {
		display: flex;
		justify-content: center;
		align-items: center;
		width:90vw;
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
	}
	.bottom-link__item a {
		display: inline-block;
		width:25%;
		height:100%;
		margin: 0;
		padding:5% 2%;
		text-align: center;
		color:#fff;
	}
        .bottom-link__item a:hover, .bottom-link__item a:active { text-decoration: none; }
	.bottom-link__item img { min-height:1.8rem; margin-bottom:10px }
	.bottom-link__item a:nth-of-type(odd) { color:#fff; background:#557694; }
		.bottom-link__item a:nth-of-type(odd):hover,
		.bottom-link__item a:nth-of-type(odd):active { color:#fff; background:#456078; }
	.bottom-link__item a:nth-of-type(even) { color:#fff; background:#235d91; }
		.bottom-link__item a:nth-of-type(even):hover,
		.bottom-link__item a:nth-of-type(even):active { color:#fff; background:#1f517e; }

/* ------------------------------------------ */
/*    Common Parts                            */
/* ------------------------------------------ */

/* Information List of Index & Category Pages */
span.ls, span.lk, span.lsg, span.ls_plus, span.lc {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-indent: -9999px;
}
span.ls { background: url("./imgs/ico-ls_bl.svg") no-repeat 50% 0; }
span.lk { background: url("./imgs/ico_kids.svg") no-repeat 50% 0; }
span.lsg { background: url("./imgs/ico_web.svg") no-repeat 50% 0; }
span.ls_plus { background: url("./imgs/ico-lsp_bl.svg") no-repeat 50% 0; }
span.lc { background: url("./imgs/ico_connect.svg") no-repeat 50% 0; }

/* Box Style */
.box-style-shadow {
    margin:4rem 0;
    padding:3rem 0rem;
    box-shadow: 0 0 18px rgba(0,0,0,0.2);
}
    .box-style-shadow .note { padding:0 1rem; color:#666; }
    .box-style-shadow__up {
        padding-bottom: 3rem;
        border-bottom:solid 1px #ccc;
    }
    .box-style-shadow__down { margin-top:2rem; }
    .box-style-shadow__flex-2 {
        display: flex;
        justify-content: space-between;
        padding:2rem 0;
    }
        .box-style-shadow__flex-2 div {
            width: 50%;
            padding:0 3rem;
        }
            .box-style-shadow__flex-2 div:first-child { border-right:solid 1px #ccc; }

    .box-style-shadow__flex-2-imgset {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding:2rem 0;
    }
        .box-style-shadow__flex-2-imgset div { padding:0 3rem; }
        .box-style-shadow__flex-2-imgset div.img {
            width:40%;
            margin:0;
            padding:0 1rem;
            text-align: center;
        }

    .box-style-shadow__flex-3 {
        display: flex;
        justify-content: space-between;
        padding:2rem 0;
    }
        .box-style-shadow__flex-3 div {
            width: 33%;
            padding:0 3rem;
            border-right:solid 1px #ccc;
        }
            .box-style-shadow__flex-3 div:last-child { border-right:0; }
            .box-style-shadow h3 {
                color:#111;
                font-size:1.4rem;
            }
            .box-style-shadow .box-style-shadow__flex-2 h4.lsw { padding-left:2.8rem; font-size:1.4rem; }
            .box-style-shadow h4.lsw {
                padding-left:2.4rem;
                font-size:1.2rem;
                background: url("./imgs/ico_web.svg") no-repeat center left;
                background-size: 2.2rem 1.8rem;
            }
            h3.section-title-web {  font-size:1.7rem; text-align:center; }
            h3.section-title-web span {
                padding: 1rem 0 1rem 2.8rem;
                background: url("./imgs/ico_web.svg") no-repeat center left;
                background-size: 2.4rem 2rem;
            }
            h4.lsw-noico { padding-left:0; font-size:1.2rem; }

    .box-style-shadow.mb-none { margin-bottom:0; }

/* Recommend Settings Area */
.recommend-setting {
    width:90%;
    margin:4rem auto 2rem;
    text-align: left;
}
.recommend-setting .note { padding-left:2rem; }

/* feature box */
.box-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width:90%;
    margin:2rem auto;
}
    .box-feature-item {
        width:33%;
        padding: 3% 6%;
        text-align: center;
    }
        .box-feature-item img {
            max-width:100px;
            padding:0;
        }
        .box-feature-item .note {
            font-size:0.8rem;
            color:#666;
        }
/* web - shutugan feature box */
.web-feature-list {
    display: flex;
    flex-wrap: wrap;
    gap:5%;
    width:90%;
    margin:2rem auto;
    text-align: center;
}
    .web-feature-list .wp-block-column { margin-left:0; }
    .web-feature-list figcaption {
        width: 76%;
        margin: 0.5em auto 0;
    }
    .web-feature-list img {
        max-width:100px;
        padding:0;
    }
        .web-feature-list .note {
            font-size:0.8rem;
            color:#666;
        }
@media (max-width: 782px) {
    .content .web-feature-list {
        align-items: flex-start;
        gap:1%;
        width:100%;
    }
    .web-feature-list .wp-block-column { margin:0 auto 1em; text-align: center; }
}

/* Layout */
.or-block-group { margin-top: 56px; }

/* Table */
th, td { padding: 0.5rem 1.5rem; }

.summary-bg-gray {
    margin:2rem 0;
    border:0;
    border-collapse: collapse;
}
    .summary-bg-gray td {
        padding:0.5rem 1rem;
        border:solid 2px #fff;
        background:#ededed;
    }
.summary-bg-pat2 {
    margin:2rem 0;
    border:0;
    border-collapse: collapse;
}
    .summary-bg-pat2 td {
        padding:0.5rem 1rem;
        border:solid 2px #f4f4f4;
        background:#fff;
    }
    .summary-bg-pat2 .bg-pat2-color {
        padding:0.5rem 1rem;
        border:solid 2px #f4f4f4;
        background:#ddd8cb;
    }
    .summary-bg-pat2 td.title { text-align: center; }

table.table_list-border {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
    .table_list-border th {
        border: solid 1px #fff;
        background-color: #b9cbd7;
    }
    .table_list-border td { border: solid 1px #c2c2c2; }

/****** Media Setting **********************/
@media only screen and (max-width : 1200px) {
    /* Bottom Link Kids */
    .appeal_kids-boxparent div {
        width: 31%;
        padding:2em 1.5em;
    }
}
@media only screen and (max-width : 960px) {
    .content { max-width: 90%; }

    .whatsleyser__inner {
        max-width: 90%;
        padding: 2rem 0;
    }
	.bottom-link__item { flex-wrap: wrap; }
		.bottom-link__item a { min-width:50%; margin:0 0 0.2rem 0; }
		.bottom-link__item a:nth-child(even) { margin:0 0 0.2rem 0;}

    /* box shadow */
    .box-style-shadow__flex-3 div {
        width: 33%;
        padding: 0 1.5rem;
        border-right: solid 1px #ccc;
    }
    .recommend-setting, .box-feature-list { width:100%; }
    .box-feature-list { justify-content: flex-start; }
    .box-feature-item { width: 50%; }

    /* Bottom Link Kids */
    .content__appeal_kids { padding: 2em 0; }
    .appeal_kids-boxparent {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
        .appeal_kids-boxparent div {
            width: 49%;
            margin:0 auto;
            padding:2em 2.5em;
        }
        .appeal_kids-boxparent div:last-child { margin-top:1.5em; }
}
@media only screen and (max-width : 768px) {
    .box-style-shadow__flex-2, .box-style-shadow__flex-3 { flex-direction: column; padding:2rem 1rem; }
    .box-style-shadow__flex-2 div:first-child { border-right: 0; }
        .box-style-shadow__flex-2 div, .box-style-shadow__flex-3 div {
            width: 100%;
            padding: 0 1rem;
            border-right: 0;
        }

    .box-style-shadow__flex-2-imgset {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding: 2rem 0;
    }
    .box-style-shadow__flex-2-imgset div.img {
        width: 90%;
        margin: 2rem 0 0;
    }
    .bottom-link__item a {
        min-width:48%;
        margin:0 0.2rem 0.2rem 0;
        padding:5rem 0;
    }
    .bottom-link__item a:nth-child(even) { margin:0 0 0.2rem 0;}

    /* Recommend */
    .recommend-setting .note { display:block; padding-left:0; }
}
@media only screen and (max-width : 640px) {
    .summary-bg-gray tr {
        display: flex;
        flex-direction:column;
    }
    .summary-bg-gray tr td:first-child { margin-bottom:0; font-weight:bold; }
    .summary-bg-pat2 tr{
        display: flex;
        flex-direction:column;
    }
    .summary-bg-pat2 td.title,
    .summary-bg-pat2 td.sub-title { font-weight:bold; }

    .table_list-border tr th:nth-child(1),
    .table_list-border tr td:nth-child(1) {
        display: none;
    }

    /* Bottom Link Kids */
    .appeal_kids-boxparent {
        width: 100%;
        margin: 1em auto 0;
    }
        .content__appeal_kids h2 { width: 94%; }
        .appeal_kids-boxparent div {
            width: 94%;
            margin:0 auto;
            padding: 1em 2.5em;
        }
        .appeal_kids-boxparent div:not(:first-child) { margin-top:1em; }
        .appeal_kids-boxparent div li { display: block; }
}

@media only screen and (max-width : 480px) {
    .box-style-shadow { margin: 2.5rem 0; }
    .box-style-shadow__flex-2-imgset div { padding: 0 2rem; }
    .box-style-shadow h4.lsw,
    .box-style-shadow .box-style-shadow__flex-2 h4.lsw {
        padding-left: 0;
        padding-top: 3.2rem;
        text-align: center;
        background-position: top center;
        background-size: 2.6rem 2.6rem;
    }

	.bottom-link__item { display: block; }
        .bottom-link__item a {
            display: block;
            width:100%;
            margin:0 0 0.2rem 0;
            padding: 5% 2%;
        }

    .box-feature-item { width: 100%; }
    .box-style-shadow .note { padding:0 1rem; }
}

/* ------- Blog TOP ------- */
.subpages h1.single-title.blog { font-size:2.6rem; }

.blogbox {
	display: flex;
	align-items: stretch;
}
	.blogbox-left {
		flex-grow: 3;
        max-width: 75%;
		padding-right:4em;
	}
	.blogbox-right { max-width: 26%; }
		.blogbox-right .widgettitle { font-size:1.2rem; }
		.blogbox-right ul { padding-left:0; }
			.blogbox-right ul li { list-style-type: none; }
			.blogbox-right ul a { color: #1e5c91; }
			.blogbox-right .widget { margin-bottom:3rem; }

.blog-list__pagenation {
	color: #2583ad;
	margin: 30px auto;
	line-height:2em;
	text-align: center;
}
	a.page-numbers, .blog-list__pagenation .current {
		color: #00019b;
		padding: 10px;
		border:solid 1px #ccc;
		text-decoration:none;
		font-size:smaller;
		background:white;
	}
	a.page-numbers:hover {
		color:white;
		background: #328ab2;
	}
	.blog-list__pagenation .current {
		color: white;
		background: #328ab2;
		border: #328ab2;
		font-weight:bold;
	}
	.next,
	.prev {
		border:0 none;
		background:transparent;
		font-weight:bold;
	}
@media only screen and (max-width : 768px) {
    .blogbox img { width:100%; }
    .blogbox-left { width:98%; max-width: 98%; padding-right: 0; }
    .blogbox-right { display: none; }
    .subpages h1.single-title.blog { font-size: calc(100vw / 15); }
}

.blogbox__article {
	margin-bottom:2rem;
	padding:2rem 1rem;
	border-bottom:dotted 1px #ccc;
}
	.blogbox__article span.date {
		font-size:90%;
		color:#777;
	}
	.blogbox__article h3 a { color: #1e5c91; }
	.blogbox__article h3 a:hover,
	.blogbox__article h3 a:active { color: #3285CB; }

	.blogbox__article article a { color: #555; }
	.blogbox__article article a:hover,
	.blogbox__article article a:active { text-decoration: underline; }

.blogbox__article-pagenation {
	display: flex;
	justify-content: space-between;
	border-top:solid 1px #999;
	margin-top:1rem;
	padding:1rem 0.6rem 0;
}
    .blogbox__article-pagenation .next { font-weight: normal; }
    .blogbox__article-pagenation .prev { font-weight: normal; text-align: right; }
    .blogbox__article-pagenation .next a, .blogbox__article-pagenation .prev a { color: #1e5c91; }
    .blogbox__article-pagenation .next a:hover,
    .blogbox__article-pagenation .next a:active,
    .blogbox__article-pagenation .prev a:hover,
    .blogbox__article-pagenation .prev a:active { color: #3285CB; }

@media only screen and (max-width : 480px) {
	a.page-numbers, .blog-list__pagenation .current { padding: 5px; }
}

/* ------- WhatsNew & Information ------- */
.news-list {
    margin: 0 0 5rem;
    padding: 0;
    border-bottom:solid 2px #182239;
}
    .news-list li {
        list-style-type: none;
        padding:1rem 2rem;
    }
        .news-list li:nth-child(odd) { background:#f3f3f3; }
        .news-list li:last-child { margin-bottom:0; padding-bottom:1.6rem; }
            .news-list span:nth-child(1) { display: inline-block; width:15%; color: #666; }
            .news-list span:nth-child(2) { display: inline-block; width:75%; }
            .news-list span:nth-child(3) { display: inline-block; width:10%; color: #666; }

            .news-list.info span:nth-child(1) { width:5%; }

    .news-list li.news-list-title {
        display:flex;
        justify-content:space-around;
        align-items: center;
        color:#fff;
        background: #182239;
    }
    .news-list li.news-list-title span { color:#fff; }
    .news-list li a {
        display:flex;
        justify-content:space-around;
        align-items: center;
        color: #1e5c91;
    }
    .news-list li a:hover, .news-list li a:active { text-decoration:none; }
        .news-list span:nth-child(1) { display: inline-block; width:15%; color: #666; text-align: center; }
        .news-list span:nth-child(2) { display: inline-block; width:75%; }
        .news-list span:nth-child(3) { display: inline-block; width:10%; color: #666; }

/* contents */
.whatsnew-page__title,
.info-page__title {
    margin:4rem 0;
    padding:4rem 0.5rem;
    border-top:solid 2px #182239;
    border-bottom:solid 2px #182239;
}
    .whatsnew-page__title p, .info-page__title p { margin:0; }
    .whatsnew-page__title h3, .info-page__title h3 {
        margin:0.5rem 0;
        font-size:1.8rem;
        font-weight: normal;
        color:#333;
    }
.whatsnew-page__text {
    margin-bottom:4rem;
    padding-bottom:4rem;
    border-bottom:solid 2px #182239;
}

@media only screen and (max-width : 768px) {
	.news-list span:nth-child(1) { display:none; }
    .whatsnew-page__text { overflow: hidden; }
}
@media only screen and (max-width : 480px) {
    .news-list li.news-list-title { display:none; }
    .news-list li:nth-child(2) {
        margin-top: 0;
        padding-top: 1.6rem;
        border-top: solid 2px #182239;
    }
    .news-list li a {
        flex-direction:column;
        align-items:baseline;
    }
    .news-list span:nth-child(2) { display: inline-block; width:95%; }
    .news-list span:nth-child(3) { text-align: right; }

    .whatsnew-page__title h3, .info-page__title h3 {
        margin:0.5rem 0;
        padding:0;
        font-size:1.5rem;
        text-align: left;
        line-height: 3rem;
    }
}

/* ----------------------------------------
    Component
---------------------------------------- */
/* Background --------*/
.hp-bg-gray { background-color: #F2F2F2; }
.hp-bg-lBlue { background-color: #f0f3f6; }
.hp-bg-lMango { background-color: #f9f6ef; }

/* Button ------- */
.btn {
    display:inline-block;
    margin:1rem auto;
    padding:0.5rem 1.5rem;
    border-radius:0.3rem;
    color:#fff;
    text-align:center;
}
a.btn:hover { text-decoration:none; }

/* button size */
.btn_size_s .wp-block-button__link { padding:8px 24px; }
.btn_pad-m a { padding:1em 2em; }

/* button styliing */
.btn-leyserblue:link, .btn-leyserblue:visited,
.btn-color-leyserblue .wp-block-button__link, .btn-color-leyserblue .wp-block-button__link:visited { color:#fff; background-color:#3687d7; }
    .btn-leyserblue:hover, .btn-leyserblue:active,
    .btn-color-leyserblue .wp-block-button__link:hover, .btn-color-leyserblue .wp-block-button__link:active { color:#fff; background-color:#296db0; }

.btn-leyserblue02:link, .btn-leyserblue02:visited { color:#fff; background-color:#32568f; }
    .btn-leyserblue02:hover, .btn-leyserblue02:active { color:#fff; background-color:#21395f; }

.btn_guide {
    padding:1rem 3rem;
    font-size:1.4rem;
    border-radius: .1rem;
}
.btn_guide.c_lsk, .btn_guide.c_lsk:link, .btn_guide.c_lsk:visited {
    color:#fff;
    background-color:#1a547c;
}
    .btn_guide.c_lsk:hover, .btn_guide.c_lsk:active {
        text-decoration: none;
        color:#fff;
        background-color:#103853;
    }
.btn_style01 {
	display: inline-block;
	padding:0.7rem 1.5rem;
	border-radius: 1.5rem;
	background-color:#6694cc;
}
	.btn_style01:hover, .btn_style01:active { background-color:#557cab; }
	.btn_style01, .btn_style01:visited, .btn_style01:hover { color:#fff; }

    .btn-color-style01 .wp-block-button__link, .btn-color-style01 .wp-block-button__link:visited { color:#fff; background-color:#6694cc; }
    .btn-color-style01 .wp-block-button__link:hover, .btn-color-style01 .wp-block-button__link:active { color:#fff; background-color:#557cab; }

.btn_style02 {
	display: inline-block;
	padding:0.7rem 1.5rem;
	border-radius: 1.5rem;
	background-color:#66b3cc;
}
	.btn_style02:hover,.btn_style02:active { background-color:#5799ae; }
	.btn_style02, .btn_style02:visited, .btn_style02:hover { color:#fff; }

    .btn-color-style02 .wp-block-button__link, .btn-color-style02 .wp-block-button__link:visited { color:#fff; background-color:#66b3cc; }
    .btn-color-style02 .wp-block-button__link:hover, .btn-color-style02 .wp-block-button__link:active { color:#fff; background-color:#5799ae; }

.btn_style03 {
    display: inline-block;
    padding:0.7rem 1.5rem;
    border-radius: 1.5rem;
    background-color:#3687D6;
}
    .btn_style03:hover,.btn_style03:active { background-color:#2487C9; }
    .btn_style03, .btn_style03:visited, .btn_style03:hover { color:#fff; }

    .btn-color-style03 .wp-block-button__link, .btn-color-style03 .wp-block-button__link:visited { color:#fff; background-color:#3687D6; }
    .btn-color-style03 .wp-block-button__link:hover, .btn-color-style03 .wp-block-button__link:active { color:#fff; background-color:#2487C9; }


/* 共通用ボタンスタイル */
.cmbtn-kaikei a, .cmbtn-kyuyo a, .cmbtn-shisan a, .cmbtn-gakuhi a, .cmbtn-jinji a, .cmbtn-web a { transition: .3s; }
.cmbtn-kaikei a:hover, .cmbtn-kyuyo a:hover, .cmbtn-shisan a:hover, .cmbtn-gakuhi a:hover, .cmbtn-jinji a:hover, .cmbtn-web a:hover { text-decoration: none; }

.cmbtn-kaikei a { background-color:#6A558B; }
    .cmbtn-kaikei a:hover, .cmbtn-kaikei a:active { background-color:#9173BE; }

.cmbtn-kyuyo a { background-color:#478955; }
    .cmbtn-kyuyo a:hover, .cmbtn-kyuyo a:active { background-color:#5DAD6C; }

.cmbtn-shisan a { background-color:#A15A76; }
    .cmbtn-shisan a:hover, .cmbtn-shisan a:active { background-color:#E07790; }

.cmbtn-gakuhi a { background-color:#AB8C1F; }
    .cmbtn-gakuhi a:hover, .cmbtn-gakuhi a:active { background-color:#DCAF27; }

.cmbtn-jinji a { background-color:#6B8491; }
    .cmbtn-jinji a:hover, .cmbtn-jinji a:active { background-color:#6F9BB0; }

.cmbtn-web a { background-color:#b05a00; }
    .cmbtn-web a:hover, .cmbtn-web a:active { background-color:#de7402; }

/* アイコン付きボタン */
.btn-icon-leftarw .wp-block-button__link { position: relative; }
.btn-icon-leftarw .wp-block-button__link:before{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-right: 30px;
    background-image: url(//leyser.jp/wp-content/uploads/2021/04/arrow-alt-circle-left-regular_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-icon-newwin .wp-block-button__link { position: relative; }
.btn-icon-newwin .wp-block-button__link:after{
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 30px;
    background-image: url(//leyser.jp/wp-content/uploads/2021/04/ico_external_link_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.link-icon-newwin a { position: relative; }
.link-icon-newwin a:after{
    content:"";
    width: 18px;
    height: 18px;
    padding-left: 30px;
    background-image: url(//leyser.jp/wp-content/uploads/2021/04/arrow-up-right-from-square-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    opacity: .6;
}

/* blockquote ------- */
blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media only screen and (max-width : 480px) {
    .indent-list { padding-left:0; }
}
/* Border ----- */
.br-top { border-top: solid 1px #ccc; }
.br-rig { border-right: solid 1px #ccc; }
@media only screen and (max-width : 960px) {
    .br-rig.nobr-960 { border-right: 0; }
}
@media only screen and (max-width : 480px) {
    .br-rig { border-right: 0; }
}
/* Box Size ------- */
.fullwidth { width:100%; }
.box-width90 {
    width:90%;
    margin:0 auto;
    text-align: left;
}
.groupBox-pad { padding: 3rem; }

@media (max-width : 1024px) {
    .groupBox-pad .wp-block-column { padding: 1rem 1.5rem; }
}

/* center line */
h3.hp-headline-center-border {
    color:#1b3856;
    font-size:1.88em;
    line-height: 1.2;
}
.hp-headline-center-border {
    display: block;
    text-align: center;
}
    .hp-headline-center-border span{
        position: relative;
        display: inline-block;
        padding: 0 0.5em;
    }
    .hp-headline-center-border span::before, .hp-headline-center-border span::after{
        position: absolute;
        top: 50%;
        content: '';
        width: 1.5em;
        height: 2px;
        background-color: black;
    }
    .hp-headline-center-border span::before { left: 100%; }
    .hp-headline-center-border span::after { right: 100%; }

@media only screen and (max-width : 640px) {
    h3.hp-headline-center-border { font-size:1.5em; }
}

/* Color ------- */
.must { color:red; }
.point { color:#227ad3; }

/* Display grid ------- */
.grid-row { display: grid; }
    .grid-row dt {
        grid-row: 1;
        grid-column: 1;
    }
    .grid-row dd {
        grid-row: 1;
        grid-column: 2;
        margin-left: 1rem;
        text-align: left;
    }
/* decoration ----- */
.hp-boderbox {
    margin-bottom: 1em;
    padding: 1em 2em;
    border: 1px solid #666;
}
.hp-boderbox-radius {
    margin-bottom: 1em;
    padding: 1.5em 2em;
    border: 1px solid #666;
    border-radius: 1em;
}
.hp-boderbox-radius_ls {
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0.8rem;
    border: 1px solid #1f4a99;
    border-radius: .4rem;
    color:#1f4a99;
    font-size: .9rem;
}
.hp-boderbox-radius_lc {
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0.8rem;
    border: 1px solid #e29d00;
    border-radius: .4rem;
    color:#e29d00;
    font-size: .9rem;
}

/* Flex ------- */
.hp-flex-between { justify-content: space-between!important; }
.hp-flex-ali-start { align-items: flex-start!important; }

/* Headline ------- */
h3 { font-size:1.8em; margin:.7em 0; line-height: 1.5; }
h4 { font-size:1.4em; margin:.6em 0; }
h5 { font-size:1.3em; margin:.5em 0; }
h6 { font-size:1.1em; margin:.3em 0; }

/* Image ------- */
img { border:0; }
.wp-block-image { margin:auto 0; }
.br-img img { border:solid 10px #fff; }
.hp-img_link-radius img {
    max-width: 960px;
    width: 100%;
    border-radius: .6rem;
    box-shadow: 0 0 15px 3px rgba(0,0,0,0.2);
}

/* Icon ------- */
.icon-leftarw .wp-block-button__link { position: relative; }
.icon-leftarw .wp-block-button__link:before{
    content:"";
    display: block;
    width: 20px;
    height: 20px;
    padding-right: 30px;
    background-image: url(//leyser.jp/wp-content/uploads/2021/04/arrow-alt-circle-left-regular_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
/* Layout ------- */
.hp-gap-initial { gap: initial; }

/* Link ------- */
a, a:visited { color:#01529c; text-decoration:none; }
a:hover, a:active { color:#0b6eb7; text-decoration:none; }

.link-gray a, .link-gray a:visited { color:#494949; text-decoration:underline; }
.link-gray a:hover, .link-gray a:active { color:#606060; text-decoration:none; }

/* Position ------- */
.fixed {
	position:fixed;
	top: 0;
	bottom: auto;
    transform: translate3d(0, 0, -1);
}
.aligncenter, .center {
    margin:0 auto;
    text-align: center;
}
.alignright, .right { text-align:right; }

/* ---　Table --- */
.table-default { overflow-x: auto; }
@media (max-width: 768px) {
	.table-default { white-space: nowrap; }
}
@media (max-width: 640px) {
	.table-head-col th, .table-head-col td {
		display: block;
	}
}
/* Text ------- */
.freetxt_center {
    width:65%;
    margin:2rem auto;
    text-align: center;
}
.large-title { font-size:1.5rem; }
.font-small { font-size:90%; }

.indent-list { padding-left:2rem; }
.hp-text-underline { text-decoration: underline; }

/* UL * OL ------- */
ul { margin-bottom:1.2rem; }
    ul li { margin-bottom:0.6rem; }
    ul.mark_ls_blue li::marker { color:#32568f; }

ol.counter {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
    ol.counter li {
        position: relative;
        margin-bottom: 12px;
        padding-left: 30px;
    }

.hp-multi-list li { margin-bottom: 12px; }
.hp-multi-list-firstline li { margin-bottom: 12px; }
.hp-multi-list-firstline li:not(:first-child) { margin-top: 24px; }
.hp-multi-list-firstline li::first-line { line-height:3; }
.hp-list-nomark { list-style-type: none; padding-left:0; }
.hp-list-lower-alpha { list-style-type: lower-alpha; }
.hp-list-katakana-iroha { list-style-type:katakana-iroha; }
.hp-list-cjk-ideographic { list-style-type:cjk-ideographic; }
.hp-list-katakana { list-style-type:katakana; }

/* Space ------- */
.wp-block-column .pad-tb1em, .content .pad-tb1em, .pad-tb1em   { padding-top:1em; padding-bottom:1em; }
.wp-block-column .pad-top3rem, .content .pad-top3rem, .pad-top3rem { padding-top:3rem; }

.wp-block-column .pad-bot0, .content .pad-bot0, .pad-bot0 { padding-bottom:0; }
.wp-block-column .pad-bot2rem, .content .pad-bot2rem, .pad-bot2rem { padding-bottom:2rem; }
.wp-block-column .pad-bot3rem, .content .pad-bot3rem, .pad-bot3rem { padding-bottom:3rem; }

.wp-block-column .pad-lef16, .content .pad-lef16, .pad-lef16 { padding-left:16px; }
.wp-block-column .pad-lef24, .content .pad-lef24, .pad-lef24 { padding-left:24px; }
.wp-block-column .pad-lef32, .content .pad-lef32, .pad-lef32 { padding-left:32px; }

.wp-block-column .mgn0, .content .mgn0, .mgn0 { margin:0; }
.wp-block-column .mgn-top8, .content .mgn-top8, .mgn-top8 { margin-top:8px; }
.wp-block-column .mgn-top16, .content .mgn-top16, .mgn-top16 { margin-top:16px; }
.wp-block-column .mgn-top24, .content .mgn-top24, .mgn-top24 { margin-top:24px; }
.wp-block-column .mgn-top32, .content .mgn-top32, .mgn-top32 { margin-top:32px; }
.wp-block-column .mgn-top40, .content .mgn-top40, .mgn-top40 { margin-top:40px; }
.wp-block-column .mgn-top48, .content .mgn-top48, .mgn-top48 { margin-top:48px; }
.wp-block-column .mgn-top56, .content .mgn-top56, .mgn-top56 { margin-top:56px; }
.wp-block-column .mgn-top64, .content .mgn-top64, .mgn-top64 { margin-top:64px; }

.wp-block-column .mgn-bot0, .content .mgn-bot0, .mgn-bot0  { margin-bottom:0; }
.wp-block-column .mgn-bot8, .content .mgn-bot8, .mgn-bot8 { margin-bottom:8px; }
.wp-block-column .mgn-bot16, .content .mgn-bot16, .mgn-bot16 { margin-bottom:16px; }
.wp-block-column .mgn-bot24, .content .mgn-bot24, .mgn-bot24 { margin-bottom:24px; }
.wp-block-column .mgn-bot32, .content .mgn-bot32, .mgn-bot32 { margin-bottom:32px; }
.wp-block-column .mgn-bot40, .content .mgn-bot40, .mgn-bot40 { margin-bottom:40px; }
.wp-block-column .mgn-bot48, .content .mgn-bot48, .mgn-bot48 { margin-bottom:48px; }
.wp-block-column .mgn-bot56, .content .mgn-bot56, .mgn-bot56 { margin-bottom:56px; }
.wp-block-column .mgn-bot64, .content .mgn-bot64, .mgn-bot64 { margin-bottom:64px; }

.wp-block-column .mgn-rig16, .content .mgn-rig8, .mgn-rig8 { margin-right:8px; }
.wp-block-column .mgn-rig16, .content .mgn-rig16, .mgn-rig16 { margin-right:16px; }
.wp-block-column .mgn-rig24, .content .mgn-rig24, .mgn-rig24 { margin-right:24px; }
.wp-block-column .mgn-rig32, .content .mgn-rig32, .mgn-rig32 { margin-right:32px; }
.wp-block-column .mgn-rig40, .content .mgn-rig40, .mgn-rig40 { margin-right:40px; }
.wp-block-column .mgn-rig48, .content .mgn-rig48, .mgn-rig48 { margin-right:48px; }

.wp-block-column .mgn-lef8, .content .mgn-lef8, .mgn-lef8 { margin-left:8px; }
.wp-block-column .mgn-lef16, .content .mgn-lef16, .mgn-lef16 { margin-left:16px; }
.wp-block-column .mgn-lef24, .content .mgn-lef24, .mgn-lef24 { margin-left:24px; }
.wp-block-column .mgn-lef32, .content .mgn-lef32, .mgn-lef32 { margin-left:32px; }
.wp-block-column .mgn-lef40, .content .mgn-lef40, .mgn-lef40 { margin-left:40px; }
.wp-block-column .mgn-lef48, .content .mgn-lef48, .mgn-lef48 { margin-left:48px; }

@media only screen and (max-width : 960px) {
    .wp-block-column .mgn-top56, .content .mgn-top56, .mgn-top56 { margin-top:48px; }
    .wp-block-column .mgn-top64, .content .mgn-top64, .mgn-top64 { margin-top:56px; }
    .wp-block-column .mgn-bot56, .content .mgn-bot56, .mgn-bot56 { margin-bottom:48px; }
    .wp-block-column .mgn-bot64, .content .mgn-bot64, .mgn-bot64 { margin-bottom:56px; }

    .wp-block-column .mgn-rig40, .content .mgn-rig40, .mgn-rig40 { margin-right:32px; }
    .wp-block-column .mgn-rig48, .content .mgn-rig48, .mgn-rig48 { margin-right:40px; }
    .wp-block-column .mgn-lef40, .content .mgn-lef40, .mgn-lef40 { margin-left:32px; }
    .wp-block-column .mgn-lef48, .content .mgn-lef48, .mgn-lef48 { margin-left:40px; }
}
@media only screen and (max-width : 768px) {
    .wp-block-column .mgn-top56, .content .mgn-top56, .mgn-top56 { margin-top:40px; }
    .wp-block-column .mgn-top64, .content .mgn-top64, .mgn-top64 { margin-top:48px; }
    .wp-block-column .mgn-bot56, .content .mgn-bot56, .mgn-bot56 { margin-bottom:40px; }
    .wp-block-column .mgn-bot64, .content .mgn-bot64, .mgn-bot64 { margin-bottom:48px; }

    .wp-block-column .mgn-rig40, .content .mgn-rig40, .mgn-rig40 { margin-right:24px; }
    .wp-block-column .mgn-rig48, .content .mgn-rig48, .mgn-rig48 { margin-right:32px; }
    .wp-block-column .mgn-lef40, .content .mgn-lef40, .mgn-lef40 { margin-left:24px; }
    .wp-block-column .mgn-lef48, .content .mgn-lef48, .mgn-lef48 { margin-left:32px; }
}

/* Mix other css */
.content.pad-bot0 { padding-bottom:0!important; }

/* ------- Search ------- */
input { padding:.5em; }
.screen-reader-text { display: none; }

/* ------- Width ------- */
.width30 { width: 30%; }
.width40 { width: 40%; }
.width50 { width: 50%; }
.width60 { width: 60%; }
.width70 { width: 70%; }
.width80 { width: 80%; }
.width90 { width: 90%; }
.width100 { width: 100%; }

@media only screen and (max-width : 960px) {
    .width30 { width: 50%; }
    .width40 { width: 60%; }
    .width100 { width: 90%; }
}
@media only screen and (max-width : 768px) {
    .width30 { width: 70%; }
    .width40 { width: 70%; }
    .width50 { width: 80%; }
    .width60 { width: 80%; }
    .width70 { width: 90%; }
}