@charset "UTF-8";
/* =================================== */

/*
/*     Name: lyout CSS
/*    Description: lyout Settings
/*
/*    Create: 180913
/*
/* =================================== */

/************************************************

1.container

************************************************/

div#container {
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    padding-bottom: 0;
    z-index: 10;
}
/************************************************

2.contents

************************************************/

div#contents {
    width: auto;
    margin: 0 auto;
    text-align: left;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
}
/************************************************

3.header & nav

************************************************/
main {
    width: auto;
    margin: 0 auto;
    text-align: left;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
}

body.under {
	background: #fff;
    padding-top: 60px;
}

/* 共通ヘッダー */

.logo {
    width: 100px;
    height: 100%;
	float: left;
	padding: 0;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.logo a {
    display: block;
    width: 100%;
}
.hearder{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999999;
	height: 60px;
	transition: all 0.2s;
	box-sizing: border-box;
}
.hearder_inner {
	margin: 0 auto;
	padding: 11px 30px;
	position: relative;
	width: 100%;
    height: 100%;
}
.header_menu {
	/* display: none; */
    float: right;
}
.header_menu_lst {
    padding: 0;
    float: left;
    z-index: 502;
}
.header_menu_lst li {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    float: left;
    z-index: 70;
    font-weight: 400;
    position: relative;
    font-family: 'Noto Serif JP', sans-serif;
		text-align: left;
}

.header_menu_lst li a {
	color: #1A2336;
    display: block;
    margin: 0 15px;
	padding: 12px 0;
    position: relative;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: inherit;
    text-align: inherit;
    line-height: 14px;
}
.header_menu_lst li a:hover {
    text-decoration: none;
}
.header_menu_lst li a.current{
    color: #fff;
    text-decoration: none;
}
.header_menu_lst li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(0) translateX(0);
    width: 0;
    bottom: -11px;
    background: #1A2336;
    height: 1px;
    -webkit-transition: width .2s ease-out;
    transition: width .2s ease-out;
}
.header_menu_lst li a:hover:before{
    width: 100%;
}
.header_menu_lst li a.current:before {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(0) translateX(0);
    width: 100%;
}

/* nav_contact */
.header_menu_lst li.nav_contact{
  font-family: inherit;
  margin: 0 0 0 25px;
	text-align: center;
}
.header_menu_lst li.nav_contact a{
	color: #fff;
    font-weight: bold;
	background: rgb(249,188,0);
	background: linear-gradient(90deg, rgba(249,188,0,1) 0%, rgba(235,95,2,1) 100%);
	padding: 12px 20px;
    margin: 0;
	z-index: 1;
    letter-spacing: 0;
}
.header_menu_lst li.nav_contact a:before{
	height: 100%;
    left: 0;
	bottom: 0;
	z-index: -1;
}
.header_menu_lst li.nav_contact a:before:hover{
    width: 100%;
}

/* --------- .btn_contact ------------*/
.btn_contact{
	display: none;
	position: relative;
}
.btn_contact a{
	color: #fff;
    font-weight: bold;
	background: rgb(249,188,0);
	background: linear-gradient(90deg, rgba(249,188,0,1) 0%, rgba(235,95,2,1) 100%);
	line-height: 1;
	padding: 12px 20px;
    margin: 0;
	z-index: 1;
    letter-spacing: 0;
}
.btn_contact a:before{
	width: 0;
	height: 100%;
    left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(0) translateX(0);
	background: #1A2336;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}
.btn_contact a:hover:before{
    width: 100%;
}

/* --------- .btn_menu ------------*/
.btn_menu {
	padding: 14px 10px 14px 0;
	display: none;
	position: absolute;
	right: 10px;
	top: 7px;
}
.btn_menu a {
	text-decoration: none;
}

/* Icon 3 */
.nav-icon {
	width: 22px;
	height: 20px;
	position: relative;
	margin: 0 auto 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #1A2336;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
	top: 8px;
}
.nav-icon span:nth-child(4) {
	top: 16px;
}
.nav-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}
.nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(4) {
	top: 16px;
	width: 0%;
	left: 50%;
}

/* #bg_box_out */
#bg_box_out {
	display: none;
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 8888;
	left: 0;
	top: 0;
	z-index: 2;
}
html.js_fixed{
	overflow: hidden;
}

/* --------- TOPページヘッダー ------------*/
.header_mv .logo{
    position: relative;
    display: block;
}
.header_mv .logo a{
    width: 150%;
	height: 90px;
	background-image: url(../../common/img/logo_wh.svg);
	background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
}
.header_mv .logo img{
	display: none;
}

.index .header_top .hearder{
	top: -100px;
	left: 0;
}
.index .header_top .hearder.show {
	top: 0;
}
/*  TOP MV ヘッダー */
.header_mv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.header_mv .hearder{
    position: static;
    background-color: transparent;
}
.header_mv .header_menu_lst li a{
    color: #fff;
}

.header_mv .header_menu_lst li.nav_contact a{
	border: 1px solid #fff;
    background: transparent;
}
.header_mv .header_menu_lst li.nav_contact a:hover{
    color: #1A2336;
}
.header_mv .header_menu_lst li a:hover::before{
    background: #fff;
}


.header_mv .btn_contact a{
	border: 1px solid #fff;
    background: transparent;
}
.header_mv .btn_contact a:hover{
    color: #1A2336;
}
.header_mv .btn_contact a:hover::before{
    background: #fff;
}

.header_mv .nav-icon span {
	background-color: #fff;
}


@media (max-width: 1235px) {
	.header_menu_lst li {
			font-size: 12px;
	}
	.header_menu_lst li.nav_contact{
		margin-left: 15px;
	}
}
@media (min-width: 1131px) {
    .header_mv .hearder_inner{
        padding: 20px 30px;
    }
}
@media (max-width: 1130px) {
	.header_mv .logo {
        width: 74px;
		height: 67px;
	}
    html.js_fixed .header_mv{
        background-color: #000;
    }
    html.js_fixed .header_mv .logo{
        width: 100px;
        height: 100%;
        display: flex;
    }
    html.js_fixed .header_mv .logo a{
        height: 0;
        padding-top: calc(100% * 0.28);
        background-image: none;
        background-image: url(../../common/img/middle/executive/common/header_logo_wh.png);
        transition: background .2s;
    }
    .btn_menu {
        display: block;
        z-index: 3;

    }
    .hearder_inner {
            padding: 11px 20px;
    }
    .header_menu {
        display: none;
        width: 100vw;
        height: calc(100vh - 55px);
        position: fixed;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 9999;
        padding-bottom: 100px;
    }
    .header_menu_lst {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #eee;
    }
    .header_menu_lst li {
        font-size: 14px;
        width: 100%;
        padding: 0;
        background: none;
        border-bottom: 1px solid #eee;
        /* padding-right: 10px; */
    }
    .header_mv .header_menu{
        background: #000;
    }
    .header_mv .header_menu_lst {
        border-top: 1px solid #555;
    }
    .header_mv .header_menu_lst li {
        border-bottom: 1px solid #555;
    }
    
    .header_menu_lst li a {
        line-height: 50px;
        margin: 0;
        padding: 0 20px;
    }
    .header_mv .header_menu_lst li a {
        color: #fff;
    }
    .header_menu_lst li a:before{
        display:none;
    }
	.header_menu_lst li.nav_contact,
	.header_mv .header_menu_lst li.nav_contact{
		margin: auto;
		border: none;
		padding: 0;
	}
	.header_menu_lst li.nav_contact a,
	.header_mv .header_menu_lst li.nav_contact a{
		width: calc(100% - 40px);
		max-width: 350px;
		margin: 20px auto 0;
		line-height: 2.5;
	}
	.header_menu_lst li.nav_contact a:before{
        display:block;
    }
	.btn_contact{
		display: block;
	}
	.btn_contact a{
		font-size: 13px;
		position: absolute;
        top: 0;
        right: 42px;
	}
	.header_mv .btn_contact a{
	}
}

@media (max-width: 576px) {
	.logo {
		width: 26.66vw;
	}
}
@media (max-width: 375px) {
	.hearder_inner{
		padding: 11px 5vw;
	}
	.btn_menu{
		padding: 14px 0;
		right: 5vw;
	}
	.btn_contact a{
		font-size: 3.2vw;
		padding: 4vw;
		right: clac(22px + 5vw + 4vw);
	}
}

/* ===================================

4: Footer

====================================== */

/*
foot [
----------------------------------------------------------- */

/* footer - Contact */
.w_footContact{
	padding: 0 0 30px;
}
.footContact_box{
	padding: 80px 30px;
	background-color: #fff;
	width: 100%;
	max-width: 920px;
    position: relative;
    top: -110px;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.footContact_box_ttl_jp{
    font-size: 3.8rem;
}
.footContact_box_ttl_en{
    font-size: 2.4rem;
}
.footContact_box_txt{
    margin-bottom: 2em;
}
@media (max-width: 576px){
    .w_footContact{
        padding: 0 0 140px;
    }
	.footContact_box{
		padding: 55px 30px;
        top: -320px;
        margin-bottom: -300px;
	}
    .footContact_box_ttl_jp{
        font-size: 2.4rem;
    }
    .footContact_box_ttl_en{
        font-size: 1.4rem;
    }
}

/* #footer  ================ */

footer {
    clear: both;
    position: relative;
    background-color: #fff;
border-top:1px solid #EDF0F3;
}
footer * {
    color: #878787;
}
div#footer {
    clear: both;
    margin: 0 auto;
    padding: 4rem 2.0rem 4rem;
    position: relative;
    text-align: left;
}
.footer_logo{
    width: 134px;
}
.footer_logo {
	float: left;
}
.footer_link {
	float: right;
}
.footer_link li {
    color: #222;
	float: left;
	padding: 0 0 0 40px;
    letter-spacing: 0;
}
.footer_link li a {
    color: inherit;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 13px;
	display: block;
	line-height: 45px;
	position: relative;
}
.footer_link li a:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(0) translateX(0);
	width: 0;
	bottom: 8px;
	background: #222;
	height: 1px;
	-webkit-transition-property: left, width;
	-webkit-transition-property: width;
	transition-property: width;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.footer_link li a:hover:before, .footer_link li a:focus:before, .footer_link li a:active:before {
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(0) translateX(0);
	width: 100%;
}

.footer-copy {
    color: #B7B7B7;
    font-size: 10px;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    letter-spacing: 1;
	clear:both;
	width:100%;

}
#sticky_menu_footer {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	box-sizing: border-box;
	display: none;
}
#sticky_menu_footer li {
	width: 40px;
    border-radius: 100%;
    background-color: rgba(27, 36, 55, 1.0);
    transition: background .2s;
}
#sticky_menu_footer li:hover{
    background-color: rgba(27, 36, 55, 0.6);
}
#sticky_menu_footer li a{
    display: block;
}

@media (max-width: 896px){
    #footer{
        padding: 60px 0 30px;
    }
    #footer > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_logo{
        order: 2;
        width: 100px;
        margin: 30px auto 60px;
    }
    .footer_link{
        order: 1;
        float: none;
        width: 100%;
    }
    .footer_link li{
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .footer_link li + li{
        margin-top: 15px;
    }
    .footer_link li a {
        line-height: 1.6;
    }
    .footer_link li a::before{
        display: none;
    }
    .footer-copy {
        text-align: center;
        order: 3;
    }
}
/* =================================== */

/*
/*     Name: Object CSS
/*    Description: Object Settings
/*
/*    Create: 180808
/*
/*    1:Component - .c-*
/*    2:Project - .p-*
/*    3:Utility - .u-*
/*
/*
/* =================================== */

/* ===================================

1: Component

====================================== */

/* heading
------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    clear: both;
    margin: 0;
    font-weight: normal;
    font-feature-setting: "pkna" 1;
}
.ttl--Xl {
    /* 基本h2に適用 */
    font-size: 3.8rem !important;
    margin-bottom: 0;
    line-height: 1.2 !important;
    font-weight: 400;
    letter-spacing: 2px;
}
.ttl--Xl span {
    display: block;
    font-size: 1.0rem !important;
    /*margin-bottom: 0;*/
    line-height: 1.2 !important;
    font-weight: 400;
    letter-spacing: 3px;
    padding-top: 10px;
    margin-bottom: 20px;
    color: #AEACAC;
}
.ttl--l {
    /* 基本h2に適用 */
    font-size: 2.4rem !important;
    margin-bottom: 40px;
    line-height: 1.6 !important;
    font-weight: 500;
    letter-spacing: 3px;
}
.ttl--lead {
    /* 基本h2に適用 */
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
    font-weight: 400;
}
.title_en {
    font-size: 4.0rem;
    /* font-family: 'Caveat', cursive; */
    font-family: Snell Roundhand, 'MonteCarlo', cursive;
    line-height: 1;
}

@media only screen and (max-width: 992px) {
/* heading
    ------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-size: 16px;
    clear: both;
    margin: 0;
    font-weight: normal;
}
.ttl--Xl {
    font-size: 2.8rem !important;
    margin-bottom: 0px;
    line-height: 1.4 !important;
}
.ttl--lead {
    font-size: 1.5rem !important;
    margin-bottom: 20px;
    text-align: left;
}
.ttl--l {
    font-size: 2rem !important;
    margin-bottom: 30px;
    letter-spacing: 0;
    text-align: left;
}
.title_en {
    font-size: 3.2rem;
}
}
/* button
------------------------------------------ */

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.btn > * {
    color: #fff !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 15px 20px !important;
    letter-spacing: 1px;
}
.btn > *:before {
    content: "";
    display: block;
}
.btn > *:after {
    content: "";
    display: block;
}
.btn > *:before, .btn > *:after {
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    opacity: 0;
}
.btn > *:before {
    left: -1px;
    top: -1px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.btn > *:after {
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.btn.blue > * {
    background-color: #3E6BC5;
    border: 1px solid #3E6BC5;
    font-weight: 400;
}
.btn.blue > a:hover {
    background-color: #34589e;
    border: 1px solid #34589e !important;
}
.btn.green > * {
    background-color: #27B89A;
    border: 1px solid #27B89A;
    font-weight: 400;
}
.btn.green > a:hover {
    background-color: #1b826d;
    border: 1px solid #1b826d !important;
}
.btn_center {
    width: 240px;
    margin: 0 auto;
}
.btn.center {
    margin-left: auto;
    margin-right: auto;
}
.btn:hover > * {
    border-color: transparent;
}
.btn:hover > *:before, .btn:hover > *:after {
    opacity: 1;
    width: 96%;
    width: calc(100% + 2px);
    height: 96%;
    height: calc(100% + 2px);
}

@media only screen and (max-width: 576px) {
main .btn {
    width: auto !important;
}
.btn > * {
    font-size: 14px !important;
    width: auto;
}
}


/* ===================================

2:Project

====================================== */
/*
cover [
----------------------------------------------------------- */
/* 
.cover_wrap {
    width: 100%;
    position: relative;
} */
/* .enter-img
------------------------------------*/

.enter-img {
    /* position: absolute !important;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 1000px;
    z-index: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    position: relative;
    z-index: -1;
}
@-webkit-keyframes bgscale {
    0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    }
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
    }
    @keyframes bgscale {
    0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    }
    100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    }
}
.enter-img::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 0%, 0.6);
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 0;
}

.kv_center {
    display: block;
    max-width: 1380px;
    width: 85%;
    margin: 0 auto 0;
    text-align: left;
    z-index: 1;
}
.kv_center #catch01 {
    margin-bottom: 25px;
    font-size: 2.8rem;
    line-height: 1.71;
    text-align: left;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
}
.kv_center #catch01 h2{
    font-size: inherit;
    line-height: inherit;
}
.kv_center #catch02 {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8;
    text-align: left;
}
.kv_center #catch02 span{
    line-height: inherit;
}
.kv_bnr {
    position: absolute;
    bottom: 60px;
    z-index: 10;
    right: 0;
    left: 0;
    margin: auto;
}
.kv_bnr_inr{
  max-width: 800px;
  margin: 0 auto;
}
.kv_bnr .g_bnr{
  width: 48%;
}

@media (max-width: 1040px){

}
@media screen and (max-width:767px){
    .kv_bnr {
        max-width: 500px;
        width: calc(100% - 40px);
    }
}
@media only screen and (max-width: 576px) {
    .kv_center #catch01 {
        font-size: 1.8rem;
    }
    .kv_center #catch02 {
        font-size: 1rem;
    }
}


/*
sw-message [
----------------------------------------------------------- */

.sw-message {
    width: 94%;
    max-width: 1180px;
    -webkit-box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    box-shadow: 0 0px 20px rgba(0,0,0,0.30);
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
    background: #1A2336;
    position: relative;
    padding: 68px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
.sw-message_Catch {
    font-size: 2.6rem;
    font-family: 'kouzan', 'Noto Serif JP', sans-serif;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
    line-height: 1.6;
}
.sw-message_Read {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
	color:#fff;
}

@media only screen and (max-width: 576px) {
.sw-message {
    width: auto;
    padding: 30px 30px;
    margin: 0 20px;
}
.sw-message_Catch {
    font-size: 1.8rem;
    margin: 0 0 20px 0;
}
.sw-message_Read {
    font-size: 1.4rem;
    text-align: left;
}
.sw-message_body {
    font-size: 1.6rem;
    text-align: left;
}
}
/*
icon_section [
----------------------------------------------------------- */

.icon_section .col-md-2dot4 {
    margin-bottom: 30px;
}
.icon_section .col-6 {
    margin-bottom: 30px;
}
.icon_section figure {
    text-align: center;
    margin-bottom: 15px;
}
.icon_section img {
    width: auto;
    max-height: 60px;
}
.icon_section.training figure {
    margin-bottom: 20px;
}
.icon_section.training h3 {
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-weight: 700;
}
.icon_section li {
    font-size: 1.4rem;
    line-height: 2.4;
}

@media only screen and (max-width: 576px) {
.icon_section figure {
    margin-bottom: 10px !important;
}
.icon_section h3 {
    font-size: 1rem;
    margin-bottom: 30px;
}
.icon_section img {
    width: auto;
    max-height: 60px;
}
.icon_section .col-md-2dot4 {
    margin-bottom: 20px;
}
.icon_section .col-6 {
    margin-bottom: 20px;
}
.icon_section.training figure {
    margin-bottom: 20px !important;
}
.icon_section.training h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.icon_section.training li {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: left;
}
}
/*
position_training [
----------------------------------------------------------- */

dl.position_training {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}
dl.position_training dt {
    width: 20%;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}
dl.position_training dd {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #ccc;
    width: 80%;
    background: #fff;
    box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
dl.position_training {
    flex-flow: column nowrap;
}
dl.position_training dt,  dl.position_training dd {
    width: 100%;
}
}

@media only screen and (max-width: 576px) {
dl.position_training dt {
    padding: 10px 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
}
dl.position_training dd {
    padding: 0 0 10px 0;
    border-top: none;
    font-size: 1.2rem;
}
}
/*
hero_wrap  [
----------------------------------------------------------- */

.hero_wrap {
    text-align: center;
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.hero_wrap * {
    color: #fff;
}
.hero_bg {
    background-image: url(../images/bg_case@2x.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #1A2336;
    width: 100%;
}
.hero__valign {
    text-align: center;
    padding: 100px 0 700px 0;
    z-index: 4;
    position: relative;
}
.hero_wrap h2 {
    margin-bottom: 50px;
    color: #fff;
}
.hero_wrap .kv_center {
    max-width: 1000px;
    text-align: center;
}
/*
flow [
----------------------------------------------------------- */
.flow {
    display: table;
    margin: 0 0 0;
    width: 100%;
    text-align: left;
}
.flow li.day {
    box-sizing: border-box;
    width: 25%;
    background-position: left top 16px;
    display: table-cell;
    padding: 0 30px 0 0;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.6;
}
.flow li.day:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
}
.flow li.day:nth-of-type(4):after {
    display: none;
}
.flow li.day > div {
    background-repeat: no-repeat;
    padding: 30px 0 15px;
    font-weight: 400;
    font-size: 2.0rem;
}
.flow li.day > div:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.flow ul {
    padding-left: 20px;
}
.flow li li {
    list-style-type: disc;
    font-size: 1.4rem;
    width: 100%;
    padding: 0;
    line-height: 1.6;
    padding-top: 5px;
}

@media only screen and (max-width: 576px) {
.hero_wrap .hero__valign {
    padding: 60px 0 600px;
}
.hero_wrap .fwB {
    display: block;
    line-height: 1.5;
}
.hero_wrap h2 {
    margin-bottom: 30px;
}
.hero_bg {
    background-position: 30% bottom;
}
.flow li.day {
    box-sizing: border-box;
    width: 100%;
    background-position: left top 16px;
    display: block;
    padding: 0 0 0 40px;
    position: relative;
    font-size: 1.4rem;
    margin-bottom: 15px;
    line-height: 1;
}
.flow li.day:after {
    content: "";
    width: 1px;
    height: 140%;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}
.flow li.day:nth-of-type(4):after {
    display: none;
}
.flow li.day > div {
    background-repeat: no-repeat;
    padding: 0 10px 10px 0;
    line-height: 1;
    display: inline-block;
}
.flow li.day > div:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
}
.flow li li {
    font-size: 1.2rem;
}
}
/*
vision_section [
----------------------------------------------------------- */

.vision_section img {
    max-height: 60px;
    width: auto;
}
.vision_section p {
    margin: 10px 0 10px 0;
}
/*
comp__section--outline [
----------------------------------------------------------- */

.bg_navyblue {
    background-color: #1A2336 !important;
}
.bg_navyblue * {
    color: #fff;
}
.bg_navyblue a {
    color: #fff;
}
dl.comp__section--outline, .comp__section--outline dt, .comp__section--outline dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl.comp__section--outline {
}
.comp__section--outline dt, .comp__section--outline dd {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
.comp__section--outline dt {
    width: 140px;
    float: left;
    font-weight: 600;
}
.comp__section--outline dd {
    margin-left: 140px;
}
/*
contact-section [
----------------------------------------------------------- */

.contact-section {
    font-size: 1.8rem;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
    margin-top: 40px;
}
.contact-section p {
    margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
dl.comp__section--outline, .comp__section--outline dt,  .comp__section--outline dd {
    font-size: 1.4rem;
}
dl.comp__section--outline, .comp__section--outline dt, .comp__section--outline dd {
    display: block;
    width: auto;
    float: none;
    padding: 0 0 0 0;
    margin: 0 0 0;
    text-align: center;
}
.comp__section--outline dd {
    margin: 0 0 15px;
}
}

/*
consulatnt_section [
----------------------------------------------------------- */
.consulatnt_section a {
  color: currentColor;
  display: block;
  transition: .5s;
}

.consulatnt_section a:hover {
  opacity: .6;
}

.consulatnt_section p {
  font-size: 1.4rem;
}

.consulatnt_section figure {
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.consulatnt_section h3 {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.consulatnt_section h3  span{
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

.consulatnt_section_inner { margin-top: 70px; }


/*
★★コンサルタントページ(consulting.html)
----------------------------------------------------------- */
.consultantBoxCont {
  margin: 0 auto 30px;
  max-width: 830px;
}
.consultantBox {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}

.consultantBox_inner {
  flex: 0 0 auto;
  width: 50%;
}

.consultantBox_inner figure { display: block; }

.consultantBox_inner.profile {
  background-color: #182235;
  color: #fff;
  padding: 20px;
}

.consultantBox_inner.photo img  {
  /*max-width: none;
  width: 100%;*/
}


.consultantBox_name {
  font-size: 40px;
  margin-bottom: 20px;
}

.consultantBox_name >span {
  display: block;
  font-size: 16px;
}

/* 経歴 */
.careerBox {}

.careerBox_contents {
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  justify-content: flex-start;
  width: 100%;
}

.careerBox_contents + .careerBox_contents { margin-top: 20px; }

.careerBox_ttl {
  flex: 0 0 auto;
  width: 65px;
}

/* コメント以下 */
.profileBox {
  display: flex;
  flex-flow: row nowrap;
  font-size: 16px;
  justify-content: flex-start;
  margin-bottom: 30px;
  width: 100%;
}

.profileBox_ttl {
  flex: 0 0 auto;
  line-height: 1.5;
  width: 20%;
}

.profileBox_contents{
  border-left: 2px solid #666;
  padding-left: 10px;
}

.profileBox_contents p {
  line-height: 1.5;
  margin-bottom: 0;
}

.profileBox_contents li {
  line-height: 1.5;
}

.profileBox_contents li + li { margin-top: 10px; }




/***************
レスポンシブ
***************/
@media screen and (max-width:767px){
.consultantBoxCont {
  font-size: 0; 
  padding: 0 10px;
  width: auto;
}
.consultantBox {
  flex-direction: column-reverse;
}
.consultantBox_inner { width: 100%; }
.profileBox { font-size: 14px; }

}/* @media */
@media screen and (max-width:411px){
.profileBox_ttl { width: 30%; }
}


/*
newInfo_section【新着情報】
----------------------------------------------------------- */
.newInfoList {
  overflow: auto;
}

.newInfoList {
  /* height: 150px; */
  border-top: 1px solid #EEE;
  margin-bottom: 30px;
}

.newInfoList_box {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #EEE;
} 
.newInfoList_datebox{
    margin-bottom: 10px;
}
.newInfoList_date {
  margin-right: 20px;
  width: 80px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1;
  display: block;
}
.newInfoList_catList{
}
.newInfoList_cat{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    min-width: 80px;
    margin-right: 10px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 1000px;
    background-color: #F2F2F2;
}

.newInfoList_txt {
  width: 100%;
}

.newInfoList_txt a {
  display: block;
}

.newInfoList_txt a:hover {
}

/*
★★ラインナップ一覧ページ(/lineup.html)
----------------------------------------------------------- */
/* ナビ・研修一覧アイコン */
.iconList {
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
}

.iconList_item {
  flex: 0 1 auto;
  margin: 20px 0;
  text-align: center;
  width: calc(100% / 5);
}

.iconList_item img {
  max-height: 50px;
  width: auto;
}

.iconList_item a {
  color: inherit;
  display: block;
}

.iconList_item a[href]:hover {
  opacity: .6;
}

/*  */
.p_container {
  margin: 30px 0;
}

.p_container-borderTop {
  border-top: 1px solid #333;
  padding-top: 30px;
}

/* タイトル */
.headingTtl {
  font-size: 23px;
  margin-bottom: 30px;
}

.headingTtl-icon {
  font-size: 23px;
}

.headingTtl-icon_icon {
  max-height: 60px;
  margin-right: 10px;
}

/* 研修一覧リスト */
.lineupList {}

.lineupList_item { line-height: 1.5; }

.lineupList_item + .lineupList_item { margin-top: 5px; }

/* 矢印付きリンク */
.linkIcon-arrow {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  position: relative;
}

.linkIcon-arrow::before {
  content: '';
  background-image: url(../../common/img/middle/executive/common/ic_aroow_nv.svg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 12px;
  height: 5px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  vertical-align: middle;
}

/* 説明リスト（その他おすすめ研修） */
.descriptionList {}

.descriptionList_ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.descriptionList_ttl.ti2 {/* １桁 */
  padding-left: 2em;
  text-indent: -2em;
}

.descriptionList_ttl.ti3 {/* ２桁 */
  padding-left: 3em;
  text-indent: -3em;
}

.descriptionList_contents { line-height: 1.5; }

.descriptionList_contents + .descriptionList_ttl {
  border-top: 1px dotted #333;
  margin-top: 20px;
  padding-top: 20px;
}

/***************
レスポンシブ
***************/
@media screen and (max-width:576px){
.iconList_item { width: calc(100% / 3); }

}/* @media */


/*
★★カリキュラムページ(/curriculim/~.html)
----------------------------------------------------------- */
.curriculumBoxCont {
  margin: 0 auto 0px;
  max-width: 830px;
}

.crrclmSection a{
    text-decoration: underline;
}
.crrclmSection a:hover{
    text-decoration: none;
}

.crrlmTtl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.crrlmSubTtl {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

/* ねらい */
.aimBox {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
}

.aimBox_ttl {
  flex: 0 0 auto;
  font-size: 18px;
  text-align: center;
  width: 150px;
}

.aimBox_txt{
  border-left: 3px solid #1A2336;
  padding-left: 20px;
}

/* カリキュラム */
.crrclmTblBox { margin: 50px 0; }

.crrclmTbl {
  border: 1px solid #1A2336;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.crrclmTbl th {
  background-color: #1A2336;
  border: 1px solid #1A2336;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.crrclmTbl th:first-of-type { width: 75%; }


.crrclmTbl td {
  border: 1px solid #1A2336;
  padding: 20px;
}

.crrclmTbl td:nth-of-type(2) {
  text-align: center;
  vertical-align: middle;
}

/***************
レスポンシブ
***************/
@media screen and (max-width:870px){
  .curriculumBoxCont {
      padding: 0 20px;
      width: auto;
  }
}
@media screen and (max-width:768px){
.curriculumBoxCont {
  /* padding: 0 10px; */
  /* width: auto; */
}

/* ねらい */
.aimBox {
  align-items: center;
  display: block;
  flex-flow: row nowrap;
}

.aimBox_ttl {
  flex: 0 0 auto;
  font-size: 18px;
  text-align: left;
  width: auto;
  border-bottom: 1px dashed #333;
}

.aimBox_txt{
  border-left: none;
  padding-left: 0;
}

/* カリキュラム */
.crrclmTblBox { width: 100%;overflow: scroll; }
.crrclmTblBox::-webkit-scrollbar { height: 10px;width: 0; }
.crrclmTblBox::-webkit-scrollbar-thumb{ background: #999;border-radius: 5px; }
.crrclmTblBox::-webkit-scrollbar-track-piece { background: #efefef; }
.crrclmTbl { width: 100%; min-width:430px; }
.crrclmTbl td{
	font-size:14px;
	padding:8px;
}
}/* @media */



/*
★★採用ページ
----------------------------------------------------------- */
.recruitBoxCont {
  margin: 0 auto 0px;
  max-width: 830px;
}

@media screen and (max-width:768px){
  .recruitBoxCont {
    padding: 0 10px;
    width: auto;
  }
}


/* =================================== */

/*
/*     utility CSS
/*     last update 180808
/*
/*    1:Utility - .u-*
/*
/*
/* =================================== */

/* font size
------------------------------------------ */

.u-tx10 {
    font-size: 10px !important;
}
/*renders 10px */

.u-tx11 {
    font-size: 11px !important;
}
/*renders 11px */

.u-tx12 {
    font-size: 12px !important;
}
/*renders 12px */

.u-tx13 {
    font-size: 13px !important;
}
/*renders 13px */

.u-tx14 {
    font-size: 14px !important;
}
/*renders 14px */

.u-tx15 {
    font-size: 15px !important;
}
/*renders 15px */

.u-tx16 {
    font-size: 16px !important;
}
/*renders 16px */

.u-tx17 {
    font-size: 17px !important;
}
/*renders 17px */

.u-tx18 {
    font-size: 18px !important;
}
/*renders 18px */

.u-tx19 {
    font-size: 19px !important;
}
/*renders 19px */

.u-tx20 {
    font-size: 20px !important;
}
/*renders 20px */

.u-tx21 {
    font-size: 21px !important;
}
/*renders 21px */

.u-tx22 {
    font-size: 22px !important;
}
/*renders 22px */

.u-tx23 {
    font-size: 23px !important;
}
/*renders 23px */

.u-tx24 {
    font-size: 24px !important;
}
/*renders 24px */

.u-tx25 {
    font-size: 25px !important;
}
/*renders 25px */

.u-tx36 {
    font-size: 36px !important;
    line-height: 1.2;
}
/*renders 25px */

/* Form
------------------------------------------ */

/* IME : For Windows IE */

.imeA {
    ime-mode: active;
}
.imeD {
    ime-mode: disabled;
}
.hidden {
    display: none !important;
}

/* = Selected Text
----------------------------------------------- */

::-moz-selection {
 background: #1A2336;
    /* Safari */
    color: #fff;
}
::selection {
    background: #1A2336;
    /* Safari */
    color: #fff;
}

::-moz-selection {
 background: #1A2336;
    /* Firefox */
    color: #fff;
}
/* = js
----------------------------------------------- */

.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
/* = sp & pc
----------------------------------------------- */

.pc_none {
    display: none !important;
}
.sp_none {
    display: inline-block !important;
}
.pc_br {
    display: inline-block !important;
}
.tbl_br{
    display: none !important;
}
.pc_br.tbl_br{
    display: inline-block !important;
}
.sp_br {
    display: none !important;
}

@media only screen and (max-width: 992px) {
    .pc_br {
        display: none !important;
    }
    .pc_br.tbl_br{
        display: inline-block !important;
    }
    .tbl_br{
        display: inline-block !important;
    }
    .sp_br {
        display: none !important;
    }
    .tbl_br.sp_br{
        display: inline-block !important;
    }
}
@media only screen and (max-width: 576px) {
    .pc_br {
        display: none !important;
    }
    .tbl_br{
        display: none !important;
    }
    .pc_br.tbl_br{
        display: none !important;
    }
    .sp_br {
        display: inline-block !important;
    }
    .tbl_br.sp_br{
        display: inline-block !important;
    }
}

@media only screen and (max-width: 48em) {
.pc_none {
    display: inline-block !important;
}
.sp_none {
    display: none !important;
}
}
/* page padding
------------------------------------------ */

.content--basic-padding {
    padding: 100px 0;
}
.content--3quarter-padding {
    padding: 70px 0;
}
.content--harf-padding {
    padding: 50px 0;
}
.content--30-padding {
    padding: 30px 0;
}
.content--quarter-padding {
    padding: 25px 0;
}
.content--top-padding {
    padding: 100px 0 0;
}
.content--bottom-padding {
    padding: 0 0 100px;
}
.content--bottomharf-padding {
    padding: 0 0 50px;
}
.content--article_border-padding {
    padding: 70px 0;
    border-top: 1px solid #ccc;
}
.page-title--article {
    padding: 30px 0 50px;
}

@media only screen and (max-width: 48em) {
.content--basic-padding {
    padding: 50px 0;
}
.content--3quarter-padding {
    padding: 40px 0;
}
.content--harf-padding {
    padding: 20px 0;
}
.content--30-padding {
    padding: 20px 0;
}
.content--quarter-padding {
    padding: 10px 0;
}
.content--top-padding {
    padding: 50px 0 0;
}
.content--bottom-padding {
    padding: 0 0 40px;
}
.content--article_border-padding {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
.page-title--article {
    padding: 15px 0 25px;
}
}

@media screen and (max-width:640px) {
.content--basic-padding{
    padding-top:10px;
}
}

/* line-height
------------------------------------------ */

.lh0 {
    line-height: 0 !important;
}
.lh10 {
    line-height: 1.0 !important;
}
.lh11 {
    line-height: 1.1 !important;
}
.lh12 {
    line-height: 1.2 !important;
}
.lh13 {
    line-height: 1.3 !important;
}
.lh14 {
    line-height: 1.4 !important;
}
.lh15 {
    line-height: 1.5 !important;
}
.lh16 {
    line-height: 1.6 !important;
}
.lh17 {
    line-height: 1.7 !important;
}
.lh175 {
    line-height: 1.75 !important;
}
.lh18 {
    line-height: 1.8 !important;
}
.lh19 {
    line-height: 1.9 !important;
}
.lh20 {
    line-height: 2.0 !important;
}
/* font-weight
------------------------------------------ */

.fwB {
    font-weight: 600 !important;
}
.fwN {
    font-weight: 400 !important;
}
.fwTin {
    font-weight: 100 !important;
}
/* display
------------------------------------------ */

.dsB {
    display: block;
}
/* font color
------------------------------------------ */

.fcGray {
    color: #909090 !important;
}
.fcbk {
    color: #222 !important;
}
.fcHot {
    color: #D90101 !important;
}
.fcblue {
    color: #30508F !important;
}
/* BG color
------------------------------------------ */

.bg_owh {
    background-color: #FAFAFA !important;
}
.bg_wh {
    background-color: #fff !important;
}
.bg_gr {
    background-color: #EDF0F3 !important;
}
.bg_grl {
    background-color: #efefef !important;
}
.bg_icjb {
    background-color: #005EAC !important;
}
.bg_cream {
    background-color: #F9F9F0 !important;
}
.bg_creamy {
    background-color: #fffef7 !important;
}
/* font decoration
------------------------------------------ */

.fdU {
    text-decoration: underline;
}
/* indent
------------------------------------------ */

.indent1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent2 {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.indent3 {
    padding-left: 3em;
    text-indent: -3em;
}
/* letter-spacing
------------------------------------------ */

.ls1 {
    letter-spacing: 1px;
}
/* lock
------------------------------------------ */

.lock {
    overflow: hidden;
}
/* modal-overlay
------------------------------------------ */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 5200;
}
/* text-align
------------------------------------------ */

.taL {
    text-align: left !important;
}
.taC {
    text-align: center !important;
}
.taR {
    text-align: right !important;
}
/* vertical-align
------------------------------------------ */

.vaT {
    vertical-align: top !important;
}
.vaM {
    vertical-align: middle !important;
}
.vaB {
    vertical-align: bottom !important;
}
/* float
------------------------------------------ */

.flL {
    float: left;
}
.flR {
    float: right;
}
/* overflow
------------------------------------------ */

.ofH {
    overflow: hidden;
}
/* clear
------------------------------------------ */

.clear {
    line-height: 1;
    clear: both;
}
.clearboth {
    clear: both;
}
/* inline block
------------------------------------------ */

.iBlk {
    display: -moz-inline-box;
    display: inline-block;
}
/* nowrap
------------------------------------------ */

.nwrp {
    white-space: nowrap;
}
.wba {
    word-break: break-all;
}
.wsN {
    white-space: pre;
}
/* smt
------------------------------------------ */

.sp-on {
    /* スマートフォンのみ表示 */
    display: none !important;
}
.responsive * {
    max-width: 100%;
    height: auto;
}
/* width
------------------------------------------ */

.w100p {
    width: 100% !important;
}
.w80 {
    width: 80px !important;
}
.w100 {
    width: 100px !important;
}
.w110 {
    width: 110px !important;
}
.w120 {
    width: 120px !important;
}
.w125 {
    width: 125px !important;
}
.w130 {
    width: 130px !important;
}
.w140 {
    width: 140px !important;
}
.w150 {
    width: 150px !important;
}
.w180 {
    width: 180px !important;
}
.w190 {
    width: 190px !important;
}
.w200 {
    width: 200px !important;
}
.w210 {
    width: 210px !important;
}
.w240 {
    width: 240px !important;
}
.w220 {
    width: 220px !important;
}
.w225 {
    width: 225px !important;
}
.w230 {
    width: 230px !important;
}
.w240 {
    width: 240px !important;
}
.w245 {
    width: 245px !important;
}
.w246 {
    width: 246px !important;
}
.w260 {
    width: 260px !important;
}
.w270 {
    width: 270px !important;
}
.w280 {
    width: 280px !important;
}
.w290 {
    width: 290px !important;
}
.w295 {
    width: 295px !important;
}
.w300 {
    width: 300px !important;
}
.w320 {
    width: 320px !important;
}
.w315 {
    width: 315px !important;
}
.w330 {
    width: 330px !important;
}
.w340 {
    width: 340px !important;
}
.w345 {
    width: 345px !important;
}
.w350 {
    width: 350px !important;
}
.w360 {
    width: 360px !important;
}
.w370 {
    width: 370px !important;
}
.w390 {
    width: 390px !important;
}
.w400 {
    width: 400px !important;
}
.w410 {
    width: 410px !important;
}
.w430 {
    width: 430px !important;
}
.w440 {
    width: 440px !important;
}
.w450 {
    width: 450px !important;
}
.w460 {
    width: 460px !important;
}
.w470 {
    width: 470px !important;
}
.w480 {
    width: 480px !important;
}
.w500 {
    width: 500px !important;
}
.w520 {
    width: 520px !important;
}
.w530 {
    width: 530px !important;
}
.w542 {
    width: 542px !important;
}
.w550 {
    width: 550px !important;
}
.w560 {
    width: 560px !important;
}
.w590 {
    width: 590px !important;
}
.w600 {
    width: 600px !important;
}
.w640 {
    width: 640px !important;
}
.w675 {
    width: 675px !important;
}
.w680 {
    width: 680px !important;
}
.w780 {
    width: 780px !important;
}
.w730 {
    width: 730px !important;
}
.w820 {
    width: 820px !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}
.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

@media print,  screen and (min-width: 48em) {
.medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
}

@media print,  screen and (min-width: 53em) {
.mlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.mlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.mlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.mlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.mlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.mlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
}

@media print,  screen and (min-width: 64em) {
.large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
}

@media screen and (min-width: 75em) {
.xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
}

@media only screen and (max-width: 48em) {
.taL {
    text-align: left;
}
.taC {
    text-align: center;
}
.taR {
    text-align: right;
    display: block;
    margin-bottom: 10px;
}
.tr {
    text-align: right;
}
.wsN {
    white-space: normal;
}
.w180 {
    width: 100% !important;
}
/* Responsive images and other embedded objects */
#contents object,  #contents embed,  #contents video {
    width: auto;
    max-width: 100%;
}
/* Responsive images aspeсt ratio */
#contents video {
    height: auto;
}
/* font size
    ------------------------------------------ */
.u-tx10 {
    font-size: 1.0rem !important;
}
/*renders 10px */
.u-tx11 {
    font-size: 1.1rem !important;
}
/*renders 11px */
.u-tx12 {
    font-size: 1.2rem !important;
}
/*renders 12px */
.u-tx13 {
    font-size: 1.3rem !important;
}
/*renders 13px */
.u-tx14 {
    font-size: 1.4rem !important;
}
/*renders 14px */
.u-tx15 {
    font-size: 1.4rem !important;
}
/*renders 15px */
.u-tx16 {
    font-size: 1.6rem !important;
}
/*renders 16px */
.u-tx17 {
    font-size: 1.6rem !important;
}
/*renders 17px */
.u-tx18 {
    font-size: 1.6rem !important;
}
/*renders 18px */
.u-tx19 {
    font-size: 1.6rem !important;
}
/*renders 19px */
.u-tx20 {
    font-size: 1.8rem !important;
}
/*renders 20px */
.u-tx21 {
    font-size: 1.8rem !important;
}
/*renders 21px */
.u-tx22 {
    font-size: 1.6rem !important;
}
/*renders 22px */
.u-tx23 {
    font-size: 1.6rem !important;
}
/*renders 23px */
.u-tx24 {
    font-size: 1.8rem !important;
}
/*renders 24px */
.u-tx25 {
    font-size: 1.6rem !important;
}
/*renders 25px */
.u-tx36 {
    font-size: 2.4rem !important;
    line-height: 1.2;
}
/*renders 25px */
.sp-taL br {
    display: none;
}
.sp-taL {
    text-align: left !important;
}
/* width
    ============================== */
.w270 {
    width: 100% !important;
}
.w280 {
    width: 100% !important;
}
.w290 {
    width: 100% !important;
}
.w295 {
    width: 100% !important;
}
.w300 {
    width: 100% !important;
}
.w320 {
    width: 100% !important;
}
.w315 {
    width: 100% !important;
}
.w330 {
    width: 100% !important;
}
.w340 {
    width: 100% !important;
}
.w345 {
    width: 100% !important;
}
.w350 {
    width: 100% !important;
}
.w360 {
    width: 100% !important;
}
.w370 {
    width: 100% !important;
}
.w390 {
    width: 100% !important;
}
.w400 {
    width: 100% !important;
}
.w410 {
    width: 100% !important;
}
.w430 {
    width: 100% !important;
}
.w440 {
    width: 100% !important;
}
.w450 {
    width: 100% !important;
}
.w460 {
    width: 100% !important;
}
.w470 {
    width: 100% !important;
}
.w480 {
    width: 100% !important;
}
.w500 {
    width: 100% !important;
}
.w520 {
    width: 100% !important;
}
.w530 {
    width: 100% !important;
}
.w542 {
    width: 100% !important;
}
.w550 {
    width: 100% !important;
}
.w560 {
    width: 100% !important;
}
.w590 {
    width: 100% !important;
}
.w600 {
    width: 100% !important;
}
.w640 {
    width: 100% !important;
}
.w675 {
    width: 100% !important;
}
.w680 {
    width: 100% !important;
}
.w780 {
    width: 100% !important;
}
.w730 {
    width: 100% !important;
}
.w740 {
    width: 100% !important;
}
.w820 {
    width: 100% !important;
}
}
/* Margin
------------------------------------------ */

/* ------ margin-top ------ */

.mt0 {
    margin-top: 0 !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt7 {
    margin-top: 7px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
/* ------ margin-right ------ */

.mrA {
    margin-right: auto !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr1 {
    margin-right: 1px !important;
}
.mr3 {
    margin-right: 3px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr35 {
    margin-right: 35px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr45 {
    margin-right: 45px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr55 {
    margin-right: 55px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr65 {
    margin-right: 65px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr75 {
    margin-right: 75px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr85 {
    margin-right: 85px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr95 {
    margin-right: 95px !important;
}
.mr100 {
    margin-right: 100px !important;
}
/* ------ margin-bottom ------ */

.mb0 {
    margin-bottom: 0 !important;
}
.mb1 {
    margin-bottom: 1px !important;
}
.mb3 {
    margin-bottom: 3px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb7 {
    margin-bottom: 7px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb65 {
    margin-bottom: 65px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb75 {
    margin-bottom: 75px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb85 {
    margin-bottom: 85px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb95 {
    margin-bottom: 95px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb170 {
    margin-bottom: 170px !important;
}
/* ------ margin-left ------ */

.mlA {
    margin-left: auto !important;
}
.ml0 {
    margin-left: 0 !important;
}
.ml1 {
    margin-left: 1px !important;
}
.ml3 {
    margin-left: 3px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml7 {
    margin-left: 7px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml25 {
    margin-left: 25px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml35 {
    margin-left: 35px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml45 {
    margin-left: 45px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml55 {
    margin-left: 55px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml65 {
    margin-left: 65px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml75 {
    margin-left: 75px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml85 {
    margin-left: 85px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml95 {
    margin-left: 95px !important;
}
.ml100 {
    margin-left: 100px !important;
}
/* padding
------------------------------------------ */

.pa10 {
    padding: 10px !important;
}
.pa20 {
    padding: 20px !important;
}
.pa30 {
    padding: 30px !important;
}
.pa40 {
    padding: 40px !important;
}
.pa50 {
    padding: 50px !important;
}

@media only screen and (max-width: 48em) {
.pa50 {
    padding: 30px !important;
}
}
/* ------ padding-top ------ */

.p0 {
    padding: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt1 {
    padding-top: 1px !important;
}
.pt4 {
    padding-top: 4px !important;
}
.pt3 {
    padding-top: 3px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt7 {
    padding-top: 7px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pt35 {
    padding-top: 35px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pt45 {
    padding-top: 45px !important;
}
.pt50 {
    padding-top: 50px !important;
}
.pt55 {
    padding-top: 55px !important;
}
.pt60 {
    padding-top: 60px !important;
}
.pt65 {
    padding-top: 65px !important;
}
.pt70 {
    padding-top: 70px !important;
}
.pt75 {
    padding-top: 75px !important;
}
.pt80 {
    padding-top: 80px !important;
}
.pt85 {
    padding-top: 85px !important;
}
.pt90 {
    padding-top: 90px !important;
}
.pt95 {
    padding-top: 95px !important;
}
.pt100 {
    padding-top: 100px !important;
}
/* ------ padding-right ------ */

.pr0 {
    padding-right: 0 !important;
}
.pr1 {
    padding-right: 1px !important;
}
.pr3 {
    padding-right: 3px !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr7 {
    padding-right: 7px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.pr55 {
    padding-right: 55px !important;
}
.pr60 {
    padding-right: 60px !important;
}
.pr65 {
    padding-right: 65px !important;
}
.pr70 {
    padding-right: 70px !important;
}
.pr75 {
    padding-right: 75px !important;
}
.pr80 {
    padding-right: 80px !important;
}
.pr85 {
    padding-right: 85px !important;
}
.pr90 {
    padding-right: 90px !important;
}
.pr95 {
    padding-right: 95px !important;
}
.pr100 {
    padding-right: 100px !important;
}
/* ------ padding-bottom ------ */

.pb0 {
    padding-bottom: 0 !important;
}
.pb1 {
    padding-bottom: 1px !important;
}
.pb3 {
    padding-bottom: 3px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb7 {
    padding-bottom: 7px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pb35 {
    padding-bottom: 35px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.pb45 {
    padding-bottom: 45px !important;
}
.pb50 {
    padding-bottom: 50px !important;
}
.pb55 {
    padding-bottom: 55px !important;
}
.pb60 {
    padding-bottom: 60px !important;
}
.pb65 {
    padding-bottom: 65px !important;
}
.pb70 {
    padding-bottom: 70px !important;
}
.pb75 {
    padding-bottom: 75px !important;
}
.pb80 {
    padding-bottom: 80px !important;
}
.pb85 {
    padding-bottom: 85px !important;
}
.pb90 {
    padding-bottom: 90px !important;
}
.pb95 {
    padding-bottom: 95px !important;
}
.pb100 {
    padding-bottom: 100px !important;
}
/* ------ padding-left ------ */

.pl0 {
    padding-left: 0 !important;
}
.pl1 {
    padding-left: 1px !important;
}
.pl3 {
    padding-left: 3px !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl7 {
    padding-left: 7px !important;
}
.pl8 {
    padding-left: 8px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pl55 {
    padding-left: 55px !important;
}
.pl60 {
    padding-left: 60px !important;
}
.pl65 {
    padding-left: 65px !important;
}
.pl70 {
    padding-left: 70px !important;
}
.pl75 {
    padding-left: 75px !important;
}
.pl80 {
    padding-left: 80px !important;
}
.pl85 {
    padding-left: 85px !important;
}
.pl90 {
    padding-left: 90px !important;
}
.pl95 {
    padding-left: 95px !important;
}
.pl100 {
    padding-left: 100px !important;
}
.m-0 {
    margin: 0 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-1 {
    margin: 1rem 1rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-2 {
    margin: 2rem 2rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mr-2 {
    margin-right: 2rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}
.ml-2 {
    margin-left: 2rem !important;
}
.mx-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-3 {
    margin: 3rem 3rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mr-3 {
    margin-right: 3rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.ml-3 {
    margin-left: 3rem !important;
}
.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-4 {
    margin: 4rem 4rem !important;
}
.mt-4 {
    margin-top: 4rem !important;
}
.mr-4 {
    margin-right: 4rem !important;
}
.mb-4 {
    margin-bottom: 4rem !important;
}
.ml-4 {
    margin-left: 4rem !important;
}
.mx-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-5 {
    margin: 5rem 5rem !important;
}
.mt-5 {
    margin-top: 5rem !important;
}
.mr-5 {
    margin-right: 5rem !important;
}
.mb-5 {
    margin-bottom: 5rem !important;
}
.ml-5 {
    margin-left: 5rem !important;
}
.mx-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.p-0 {
    padding: 0 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 1rem 1rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-2 {
    padding: 2rem 2rem !important;
}
.pt-2 {
    padding-top: 2rem !important;
}
.pr-2 {
    padding-right: 2rem !important;
}
.pb-2 {
    padding-bottom: 2rem !important;
}
.pl-2 {
    padding-left: 2rem !important;
}
.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-3 {
    padding: 3rem 3rem !important;
}
.pt-3 {
    padding-top: 3rem !important;
}
.pr-3 {
    padding-right: 3rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.pl-3 {
    padding-left: 3rem !important;
}
.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-4 {
    padding: 4rem 4rem !important;
}
.pt-4 {
    padding-top: 4rem !important;
}
.pr-4 {
    padding-right: 4rem !important;
}
.pb-4 {
    padding-bottom: 4rem !important;
}
.pl-4 {
    padding-left: 4rem !important;
}
.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-5 {
    padding: 5rem 5rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.pr-5 {
    padding-right: 5rem !important;
}
.pb-5 {
    padding-bottom: 5rem !important;
}
.pl-5 {
    padding-left: 5rem !important;
}
.px-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
.m-sm-0 {
    margin: 0 0 !important;
}
.mt-sm-0 {
    margin-top: 0 !important;
}
.mr-sm-0 {
    margin-right: 0 !important;
}
.mb-sm-0 {
    margin-bottom: 0 !important;
}
.ml-sm-0 {
    margin-left: 0 !important;
}
.mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-sm-1 {
    margin: 1rem 1rem !important;
}
.mt-sm-1 {
    margin-top: 1rem !important;
}
.mr-sm-1 {
    margin-right: 1rem !important;
}
.mb-sm-1 {
    margin-bottom: 1rem !important;
}
.ml-sm-1 {
    margin-left: 1rem !important;
}
.mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-sm-2 {
    margin: 2rem 2rem !important;
}
.mt-sm-2 {
    margin-top: 2rem !important;
}
.mr-sm-2 {
    margin-right: 2rem !important;
}
.mb-sm-2 {
    margin-bottom: 2rem !important;
}
.ml-sm-2 {
    margin-left: 2rem !important;
}
.mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-sm-3 {
    margin: 3rem 3rem !important;
}
.mt-sm-3 {
    margin-top: 3rem !important;
}
.mr-sm-3 {
    margin-right: 3rem !important;
}
.mb-sm-3 {
    margin-bottom: 3rem !important;
}
.ml-sm-3 {
    margin-left: 3rem !important;
}
.mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-sm-4 {
    margin: 4rem 4rem !important;
}
.mt-sm-4 {
    margin-top: 4rem !important;
}
.mr-sm-4 {
    margin-right: 4rem !important;
}
.mb-sm-4 {
    margin-bottom: 4rem !important;
}
.ml-sm-4 {
    margin-left: 4rem !important;
}
.mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-sm-5 {
    margin: 5rem 5rem !important;
}
.mt-sm-5 {
    margin-top: 5rem !important;
}
.mr-sm-5 {
    margin-right: 5rem !important;
}
.mb-sm-5 {
    margin-bottom: 5rem !important;
}
.ml-sm-5 {
    margin-left: 5rem !important;
}
.mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.p-sm-0 {
    padding: 0 0 !important;
}
.pt-sm-0 {
    padding-top: 0 !important;
}
.pr-sm-0 {
    padding-right: 0 !important;
}
.pb-sm-0 {
    padding-bottom: 0 !important;
}
.pl-sm-0 {
    padding-left: 0 !important;
}
.px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-sm-1 {
    padding: 1rem 1rem !important;
}
.pt-sm-1 {
    padding-top: 1rem !important;
}
.pr-sm-1 {
    padding-right: 1rem!important;
}
.pb-sm-1 {
    padding-bottom: 1rem !important;
}
.pl-sm-1 {
    padding-left: 1rem !important;
}
.px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-sm-2 {
    padding: 2rem 2rem !important;
}
.pt-sm-2 {
    padding-top: 2rem !important;
}
.pr-sm-2 {
    padding-right: 2rem !important;
}
.pb-sm-2 {
    padding-bottom: 2rem !important;
}
.pl-sm-2 {
    padding-left: 2rem !important;
}
.px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-sm-3 {
    padding: 3rem 3rem !important;
}
.pt-sm-3 {
    padding-top: 3rem !important;
}
.pr-sm-3 {
    padding-right: 3rem !important;
}
.pb-sm-3 {
    padding-bottom: 3rem !important;
}
.pl-sm-3 {
    padding-left: 3rem !important;
}
.px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-sm-4 {
    padding: 4rem 4rem !important;
}
.pt-sm-4 {
    padding-top: 4rem !important;
}
.pr-sm-4 {
    padding-right: 4rem !important;
}
.pb-sm-4 {
    padding-bottom: 4rem !important;
}
.pl-sm-4 {
    padding-left: 4rem !important;
}
.px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-sm-5 {
    padding: 5rem 5rem !important;
}
.pt-sm-5 {
    padding-top: 5rem !important;
}
.pr-sm-5 {
    padding-right: 5rem !important;
}
.pb-sm-5 {
    padding-bottom: 5rem !important;
}
.pl-sm-5 {
    padding-left: 5rem !important;
}
.px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.m-sm-auto {
    margin: auto !important;
}
.mt-sm-auto {
    margin-top: auto !important;
}
.mr-sm-auto {
    margin-right: auto !important;
}
.mb-sm-auto {
    margin-bottom: auto !important;
}
.ml-sm-auto {
    margin-left: auto !important;
}
.mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
}

@media (min-width: 768px) {
.m-md-0 {
    margin: 0 0 !important;
}
.mt-md-0 {
    margin-top: 0 !important;
}
.mr-md-0 {
    margin-right: 0 !important;
}
.mb-md-0 {
    margin-bottom: 0 !important;
}
.ml-md-0 {
    margin-left: 0 !important;
}
.mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-md-1 {
    margin: 1rem 1rem !important;
}
.mt-md-1 {
    margin-top: 1rem !important;
}
.mr-md-1 {
    margin-right: 1rem !important;
}
.mb-md-1 {
    margin-bottom: 1rem !important;
}
.ml-md-1 {
    margin-left: 1rem !important;
}
.mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-md-2 {
    margin: 2rem 2rem !important;
}
.mt-md-2 {
    margin-top: 2rem !important;
}
.mr-md-2 {
    margin-right: 2rem !important;
}
.mb-md-2 {
    margin-bottom: 2rem !important;
}
.ml-md-2 {
    margin-left: 2rem !important;
}
.mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-md-3 {
    margin: 3rem 3rem !important;
}
.mt-md-3 {
    margin-top: 3rem !important;
}
.mr-md-3 {
    margin-right: 3rem !important;
}
.mb-md-3 {
    margin-bottom: 3rem !important;
}
.ml-md-3 {
    margin-left: 3rem !important;
}
.mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-md-4 {
    margin: 4rem 4rem !important;
}
.mt-md-4 {
    margin-top: 4rem !important;
}
.mr-md-4 {
    margin-right: 4rem !important;
}
.mb-md-4 {
    margin-bottom: 4rem !important;
}
.ml-md-4 {
    margin-left: 4rem !important;
}
.mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-md-5 {
    margin: 5rem 5rem !important;
}
.mt-md-5 {
    margin-top: 5rem !important;
}
.mr-md-5 {
    margin-right: 5rem !important;
}
.mb-md-5 {
    margin-bottom: 5rem !important;
}
.ml-md-5 {
    margin-left: 5rem !important;
}
.mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.p-md-0 {
    padding: 0 0 !important;
}
.pt-md-0 {
    padding-top: 0 !important;
}
.pr-md-0 {
    padding-right: 0 !important;
}
.pb-md-0 {
    padding-bottom: 0 !important;
}
.pl-md-0 {
    padding-left: 0 !important;
}
.px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-md-1 {
    padding: 1rem 1rem !important;
}
.pt-md-1 {
    padding-top: 1rem !important;
}
.pr-md-1 {
    padding-right: 1rem !important;
}
.pb-md-1 {
    padding-bottom: 1rem !important;
}
.pl-md-1 {
    padding-left: 1rem !important;
}
.px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-md-2 {
    padding: 2rem 2rem !important;
}
.pt-md-2 {
    padding-top: 2rem !important;
}
.pr-md-2 {
    padding-right: 2rem !important;
}
.pb-md-2 {
    padding-bottom: 2rem !important;
}
.pl-md-2 {
    padding-left: 2rem !important;
}
.px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-md-3 {
    padding: 3rem 3rem !important;
}
.pt-md-3 {
    padding-top: 3rem !important;
}
.pr-md-3 {
    padding-right: 3rem !important;
}
.pb-md-3 {
    padding-bottom: 3rem !important;
}
.pl-md-3 {
    padding-left: 3rem !important;
}
.px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-md-4 {
    padding: 4rem 4rem !important;
}
.pt-md-4 {
    padding-top: 4rem !important;
}
.pr-md-4 {
    padding-right: 4rem !important;
}
.pb-md-4 {
    padding-bottom: 4rem !important;
}
.pl-md-4 {
    padding-left: 4rem !important;
}
.px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-md-5 {
    padding: 5rem 5rem !important;
}
.pt-md-5 {
    padding-top: 5rem !important;
}
.pr-md-5 {
    padding-right: 5rem !important;
}
.pb-md-5 {
    padding-bottom: 5rem !important;
}
.pl-md-5 {
    padding-left: 5rem !important;
}
.px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.m-md-auto {
    margin: auto !important;
}
.mt-md-auto {
    margin-top: auto !important;
}
.mr-md-auto {
    margin-right: auto !important;
}
.mb-md-auto {
    margin-bottom: auto !important;
}
.ml-md-auto {
    margin-left: auto !important;
}
.mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
}

@media (min-width: 992px) {
.m-lg-0 {
    margin: 0 0 !important;
}
.mt-lg-0 {
    margin-top: 0 !important;
}
.mr-lg-0 {
    margin-right: 0 !important;
}
.mb-lg-0 {
    margin-bottom: 0 !important;
}
.ml-lg-0 {
    margin-left: 0 !important;
}
.mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-lg-1 {
    margin: 1rem 1rem !important;
}
.mt-lg-1 {
    margin-top: 1rem !important;
}
.mr-lg-1 {
    margin-right: 1rem !important;
}
.mb-lg-1 {
    margin-bottom: 1rem !important;
}
.ml-lg-1 {
    margin-left: 1rem !important;
}
.mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-lg-2 {
    margin: 2rem 2rem !important;
}
.mt-lg-2 {
    margin-top: 2rem !important;
}
.mr-lg-2 {
    margin-right: 2rem !important;
}
.mb-lg-2 {
    margin-bottom: 2rem !important;
}
.ml-lg-2 {
    margin-left: 2rem !important;
}
.mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-lg-3 {
    margin: 3rem 3rem !important;
}
.mt-lg-3 {
    margin-top: 3rem !important;
}
.mr-lg-3 {
    margin-right: 3rem !important;
}
.mb-lg-3 {
    margin-bottom: 3rem !important;
}
.ml-lg-3 {
    margin-left: 3rem !important;
}
.mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-lg-4 {
    margin: 4rem 4rem !important;
}
.mt-lg-4 {
    margin-top: 4rem !important;
}
.mr-lg-4 {
    margin-right: 4rem !important;
}
.mb-lg-4 {
    margin-bottom: 4rem !important;
}
.ml-lg-4 {
    margin-left: 4rem !important;
}
.mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-lg-5 {
    margin: 5rem 5rem !important;
}
.mt-lg-5 {
    margin-top: 5rem !important;
}
.mr-lg-5 {
    margin-right: 5rem !important;
}
.mb-lg-5 {
    margin-bottom: 5rem !important;
}
.ml-lg-5 {
    margin-left: 5rem !important;
}
.mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.p-lg-0 {
    padding: 0 0 !important;
}
.pt-lg-0 {
    padding-top: 0 !important;
}
.pr-lg-0 {
    padding-right: 0 !important;
}
.pb-lg-0 {
    padding-bottom: 0 !important;
}
.pl-lg-0 {
    padding-left: 0 !important;
}
.px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-lg-1 {
    padding: 1rem 1rem !important;
}
.pt-lg-1 {
    padding-top: 1rem !important;
}
.pr-lg-1 {
    padding-right: 1rem !important;
}
.pb-lg-1 {
    padding-bottom: 1rem !important;
}
.pl-lg-1 {
    padding-left: 1rem !important;
}
.px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-lg-2 {
    padding: 2rem 2rem !important;
}
.pt-lg-2 {
    padding-top: 2rem !important;
}
.pr-lg-2 {
    padding-right: 2rem !important;
}
.pb-lg-2 {
    padding-bottom: 2rem !important;
}
.pl-lg-2 {
    padding-left: 2rem !important;
}
.px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 0.5rem !important;
}
.py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-lg-3 {
    padding: 3rem 3rem !important;
}
.pt-lg-3 {
    padding-top: 3rem !important;
}
.pr-lg-3 {
    padding-right: 3rem !important;
}
.pb-lg-3 {
    padding-bottom: 3rem !important;
}
.pl-lg-3 {
    padding-left: 3rem !important;
}
.px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-lg-4 {
    padding: 4rem 4rem !important;
}
.pt-lg-4 {
    padding-top: 4rem !important;
}
.pr-lg-4 {
    padding-right: 4rem !important;
}
.pb-lg-4 {
    padding-bottom: 4rem !important;
}
.pl-lg-4 {
    padding-left: 4rem !important;
}
.px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-lg-5 {
    padding: 5rem 5rem !important;
}
.pt-lg-5 {
    padding-top: 5rem !important;
}
.pr-lg-5 {
    padding-right: 5rem !important;
}
.pb-lg-5 {
    padding-bottom: 5rem !important;
}
.pl-lg-5 {
    padding-left: 5rem !important;
}
.px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.m-lg-auto {
    margin: auto !important;
}
.mt-lg-auto {
    margin-top: auto !important;
}
.mr-lg-auto {
    margin-right: auto !important;
}
.mb-lg-auto {
    margin-bottom: auto !important;
}
.ml-lg-auto {
    margin-left: auto !important;
}
.mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
}

@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0 0 !important;
}
.mt-xl-0 {
    margin-top: 0 !important;
}
.mr-xl-0 {
    margin-right: 0 !important;
}
.mb-xl-0 {
    margin-bottom: 0 !important;
}
.ml-xl-0 {
    margin-left: 0 !important;
}
.mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-xl-1 {
    margin: 1rem 1rem !important;
}
.mt-xl-1 {
    margin-top: 1rem !important;
}
.mr-xl-1 {
    margin-right: 1rem !important;
}
.mb-xl-1 {
    margin-bottom: 1rem !important;
}
.ml-xl-1 {
    margin-left: 1rem !important;
}
.mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-xl-2 {
    margin: 2rem 2rem !important;
}
.mt-xl-2 {
    margin-top: 2rem !important;
}
.mr-xl-2 {
    margin-right: 2rem !important;
}
.mb-xl-2 {
    margin-bottom: 2rem !important;
}
.ml-xl-2 {
    margin-left: 2rem !important;
}
.mx-xl-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}
.my-xl-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.m-xl-3 {
    margin: 3rem 3rem !important;
}
.mt-xl-3 {
    margin-top: 3rem !important;
}
.mr-xl-3 {
    margin-right: 3rem !important;
}
.mb-xl-3 {
    margin-bottom: 3rem !important;
}
.ml-xl-3 {
    margin-left: 3rem !important;
}
.mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.m-xl-4 {
    margin: 4rem 4rem !important;
}
.mt-xl-4 {
    margin-top: 4rem !important;
}
.mr-xl-4 {
    margin-right: 4rem !important;
}
.mb-xl-4 {
    margin-bottom: 4rem !important;
}
.ml-xl-4 {
    margin-left: 4rem !important;
}
.mx-xl-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}
.my-xl-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}
.m-xl-5 {
    margin: 5rem 5rem !important;
}
.mt-xl-5 {
    margin-top: 5rem !important;
}
.mr-xl-5 {
    margin-right: 5rem !important;
}
.mb-xl-5 {
    margin-bottom: 5rem !important;
}
.ml-xl-5 {
    margin-left: 5rem !important;
}
.mx-xl-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}
.my-xl-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}
.p-xl-0 {
    padding: 0 0 !important;
}
.pt-xl-0 {
    padding-top: 0 !important;
}
.pr-xl-0 {
    padding-right: 0 !important;
}
.pb-xl-0 {
    padding-bottom: 0 !important;
}
.pl-xl-0 {
    padding-left: 0 !important;
}
.px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-xl-1 {
    padding: 1rem 1rem !important;
}
.pt-xl-1 {
    padding-top: 1rem !important;
}
.pr-xl-1 {
    padding-right: 1rem !important;
}
.pb-xl-1 {
    padding-bottom: 1rem !important;
}
.pl-xl-1 {
    padding-left: 1rem !important;
}
.px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-xl-2 {
    padding: 2rem 2rem !important;
}
.pt-xl-2 {
    padding-top: 2rem !important;
}
.pr-xl-2 {
    padding-right: 2rem !important;
}
.pb-xl-2 {
    padding-bottom: 2rem !important;
}
.pl-xl-2 {
    padding-left: 2rem !important;
}
.px-xl-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}
.py-xl-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.p-xl-3 {
    padding: 3rem 3rem !important;
}
.pt-xl-3 {
    padding-top: 3rem !important;
}
.pr-xl-3 {
    padding-right: 3rem !important;
}
.pb-xl-3 {
    padding-bottom: 3rem !important;
}
.pl-xl-3 {
    padding-left: 3rem !important;
}
.px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.p-xl-4 {
    padding: 4rem 4rem !important;
}
.pt-xl-4 {
    padding-top: 4rem !important;
}
.pr-xl-4 {
    padding-right: 4rem !important;
}
.pb-xl-4 {
    padding-bottom: 4rem !important;
}
.pl-xl-4 {
    padding-left: 4rem !important;
}
.px-xl-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}
.py-xl-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.p-xl-5 {
    padding: 5rem 5rem !important;
}
.pt-xl-5 {
    padding-top: 5rem !important;
}
.pr-xl-5 {
    padding-right: 5rem !important;
}
.pb-xl-5 {
    padding-bottom: 5rem !important;
}
.pl-xl-5 {
    padding-left: 5rem !important;
}
.px-xl-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}
.py-xl-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.m-xl-auto {
    margin: auto !important;
}
.mt-xl-auto {
    margin-top: auto !important;
}
.mr-xl-auto {
    margin-right: auto !important;
}
.mb-xl-auto {
    margin-bottom: auto !important;
}
.ml-xl-auto {
    margin-left: auto !important;
}
.mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
}
/*
clearfix [
----------------------------------------------------------- */

/* For modern browsers */

.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* **************************************************
/*
/*    Name: state.css
/*
/*    Description: javascript Settings
/*
/*    Create: 180808
/*    Update: XXXX.XX.XX
/*
***************************************************** */

/*animations*/

/******************
* Bounce in right *
*******************/


.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    transform: translate3d(0px, 0px, 0px);
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s;
}
/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.delay-500 {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-750 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.delay-1000 {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}
.delay-1250 {
    -webkit-animation-delay: 1.25s;
    -moz-animation-delay: 1.25s;
    -o-animation-delay: 1.25s;
    animation-delay: 1.25s;
}
.delay-1500 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-1750 {
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
}
.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-2000 {
    -webkit-animation-delay: 2.0s;
    -moz-animation-delay: 2.0s;
    -o-animation-delay: 2.0s;
    animation-delay: 2.0s;
}
.delay-2500 {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
.delay-3000 {
    -webkit-animation-delay: 3.0s;
    -moz-animation-delay: 3.0s;
    -o-animation-delay: 3.0s;
    animation-delay: 3.0s;
}
.delay-3500 {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    animation-delay: 3.5s;
}
@keyframes bounce {
 from, 20%, 53%, 80%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
 transform: translate3d(0, 0, 0);
}
 40%, 43% {
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 transform: translate3d(0, -30px, 0);
}
 70% {
 animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
 transform: translate3d(0, -15px, 0);
}
 90% {
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
 from, 50%, to {
 opacity: 1;
}
 25%, 75% {
 opacity: 0;
}
}
.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
 from {
 transform: scale3d(1, 1, 1);
}
 50% {
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
 from {
 transform: scale3d(1, 1, 1);
}
 30% {
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
 transform: scale3d(.95, 1.05, 1);
}
 75% {
 transform: scale3d(1.05, .95, 1);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
 from, to {
 transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 transform: translate3d(10px, 0, 0);
}
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
 0% {
 transform: translateX(0);
}
 6.5% {
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
 transform: translateX(2px) rotateY(3deg);
}
 50% {
 transform: translateX(0);
}
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
 20% {
 transform: rotate3d(0, 0, 1, 15deg);
}
 40% {
 transform: rotate3d(0, 0, 1, -10deg);
}
 60% {
 transform: rotate3d(0, 0, 1, 5deg);
}
 80% {
 transform: rotate3d(0, 0, 1, -5deg);
}
 to {
 transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
 from {
 transform: scale3d(1, 1, 1);
}
 10%, 20% {
 transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
 30%, 50%, 70%, 90% {
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
 40%, 60%, 80% {
 transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
 to {
 transform: scale3d(1, 1, 1);
}
}
.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
 from {
 transform: none;
}
 15% {
 transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
 30% {
 transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
 45% {
 transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
 60% {
 transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 75% {
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 to {
 transform: none;
}
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
 from, 11.1%, to {
 transform: none;
}
 22.2% {
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
 transform: skewX(0.390625deg) skewY(0.390625deg);
}
 88.8% {
 transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
    animation-name: jello;
    transform-origin: center;
}
@keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
 20% {
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 transform: scale3d(.9, .9, .9);
}
 60% {
 opacity: 1;
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 transform: scale3d(.97, .97, .97);
}
 to {
 opacity: 1;
 transform: scale3d(1, 1, 1);
}
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
 from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 transform: translate3d(0, -3000px, 0);
}
 60% {
 opacity: 1;
 transform: translate3d(0, 25px, 0);
}
 75% {
 transform: translate3d(0, -10px, 0);
}
 90% {
 transform: translate3d(0, 5px, 0);
}
 to {
 transform: none;
}
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
 from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 0% {
 opacity: 0;
 transform: translate3d(-3000px, 0, 0);
}
 60% {
 opacity: 1;
 transform: translate3d(25px, 0, 0);
}
 75% {
 transform: translate3d(-10px, 0, 0);
}
 90% {
 transform: translate3d(5px, 0, 0);
}
 to {
 transform: none;
}
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
 from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 transform: translate3d(3000px, 0, 0);
}
 60% {
 opacity: 1;
 transform: translate3d(-25px, 0, 0);
}
 75% {
 transform: translate3d(10px, 0, 0);
}
 90% {
 transform: translate3d(-5px, 0, 0);
}
 to {
 transform: none;
}
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
 from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
 from {
 opacity: 0;
 transform: translate3d(0, 3000px, 0);
}
 60% {
 opacity: 1;
 transform: translate3d(0, -20px, 0);
}
 75% {
 transform: translate3d(0, 10px, 0);
}
 90% {
 transform: translate3d(0, -5px, 0);
}
 to {
 transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
 20% {
 transform: scale3d(.9, .9, .9);
}
 50%, 55% {
 opacity: 1;
 transform: scale3d(1.1, 1.1, 1.1);
}
 to {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
 20% {
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
 opacity: 1;
 transform: translate3d(0, -20px, 0);
}
 to {
 opacity: 0;
 transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
 20% {
 opacity: 1;
 transform: translate3d(20px, 0, 0);
}
 to {
 opacity: 0;
 transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
 20% {
 opacity: 1;
 transform: translate3d(-20px, 0, 0);
}
 to {
 opacity: 0;
 transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
 20% {
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
 opacity: 1;
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 0;
 transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
 from {
 opacity: 0;
 transform: translate3d(0, -2000px, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
 from {
 opacity: 0;
 transform: translate3d(-100%, 0, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
 from {
 opacity: 0;
 transform: translate3d(-2000px, 0, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
 from {
 opacity: 0;
 transform: translate3d(100%, 0, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
 from {
 opacity: 0;
 transform: translate3d(2000px, 0, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
 from {
 opacity: 0;
 transform: translate3d(0, 2000px, 0);
}
 to {
 opacity: 1;
 transform: none;
}
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
 from {
 transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
 animation-timing-function: ease-out;
}
 40% {
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
 animation-timing-function: ease-out;
}
 50% {
 transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
 animation-timing-function: ease-in;
}
 80% {
 transform: perspective(400px) scale3d(.95, .95, .95);
 animation-timing-function: ease-in;
}
 to {
 transform: perspective(400px);
 animation-timing-function: ease-in;
}
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
 from {
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 animation-timing-function: ease-in;
}
 60% {
 transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
 opacity: 1;
}
 80% {
 transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
 to {
 transform: perspective(400px);
}
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInY {
 from {
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 animation-timing-function: ease-in;
 opacity: 0;
}
 40% {
 transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
 animation-timing-function: ease-in;
}
 60% {
 transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
 opacity: 1;
}
 80% {
 transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
 to {
 transform: perspective(400px);
}
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
 from {
 transform: perspective(400px);
}
 30% {
 transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
 opacity: 1;
}
 to {
 transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
 opacity: 0;
}
}
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
 from {
 transform: perspective(400px);
}
 30% {
 transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
 opacity: 1;
}
 to {
 transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
 opacity: 0;
}
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
 from {
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
 transform: skewX(20deg);
 opacity: 1;
}
 80% {
 transform: skewX(-5deg);
 opacity: 1;
}
 to {
 transform: none;
 opacity: 1;
}
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
 from {
 opacity: 1;
}
 to {
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
 from {
 transform-origin: center;
 transform: rotate3d(0, 0, 1, -200deg);
 opacity: 0;
}
 to {
 transform-origin: center;
 transform: none;
 opacity: 1;
}
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
 from {
 transform-origin: left bottom;
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
 to {
 transform-origin: left bottom;
 transform: none;
 opacity: 1;
}
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
 from {
 transform-origin: right bottom;
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 transform-origin: right bottom;
 transform: none;
 opacity: 1;
}
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
 from {
 transform-origin: left bottom;
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
 to {
 transform-origin: left bottom;
 transform: none;
 opacity: 1;
}
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
 from {
 transform-origin: right bottom;
 transform: rotate3d(0, 0, 1, -90deg);
 opacity: 0;
}
 to {
 transform-origin: right bottom;
 transform: none;
 opacity: 1;
}
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
 from {
 transform-origin: center;
 opacity: 1;
}
 to {
 transform-origin: center;
 transform: rotate3d(0, 0, 1, 200deg);
 opacity: 0;
}
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
 from {
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 transform-origin: left bottom;
 transform: rotate3d(0, 0, 1, 45deg);
 opacity: 0;
}
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
 from {
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 transform-origin: right bottom;
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
 from {
 transform-origin: left bottom;
 opacity: 1;
}
 to {
 transform-origin: left bottom;
 transform: rotate3d(0, 0, 1, -45deg);
 opacity: 0;
}
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
 from {
 transform-origin: right bottom;
 opacity: 1;
}
 to {
 transform-origin: right bottom;
 transform: rotate3d(0, 0, 1, 90deg);
 opacity: 0;
}
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
 0% {
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
 transform: rotate3d(0, 0, 1, 80deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
}
 40%, 80% {
 transform: rotate3d(0, 0, 1, 60deg);
 transform-origin: top left;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
 from {
 opacity: 0;
 transform: scale(0.1) rotate(30deg);
 transform-origin: center bottom;
}
 50% {
 transform: rotate(-10deg);
}
 70% {
 transform: rotate(3deg);
}
 to {
 opacity: 1;
 transform: scale(1);
}
}
.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
 from {
 opacity: 0;
 transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
 to {
 opacity: 1;
 transform: none;
}
}
.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
 transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
 from {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
 from {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
 from {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
 from {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
 from {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 60% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
 from {
 opacity: 1;
}
 50% {
 opacity: 0;
 transform: scale3d(.3, .3, .3);
}
 to {
 opacity: 0;
}
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
 40% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
 transform-origin: center bottom;
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
 40% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
 to {
 opacity: 0;
 transform: scale(.1) translate3d(-2000px, 0, 0);
 transform-origin: left center;
}
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
 40% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
 to {
 opacity: 0;
 transform: scale(.1) translate3d(2000px, 0, 0);
 transform-origin: right center;
}
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
 40% {
 opacity: 1;
 transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
 animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
 to {
 opacity: 0;
 transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
 transform-origin: center bottom;
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
 from {
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 to {
 transform: translate3d(0, 0, 0);
}
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
 from {
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
 transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
 from {
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
 transform: translate3d(0, 0, 0);
}
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
 from {
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 to {
 transform: translate3d(0, 0, 0);
}
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
 from {
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
 from {
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
 from {
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
 from {
 transform: translate3d(0, 0, 0);
}
 to {
 visibility: hidden;
 transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
    animation-name: slideOutUp;
}

/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
 0% {
 opacity: 0;
 -webkit-transform: translateY(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@keyframes fadeInUpShort {
 0% {
 opacity: 0;
 transform: translateY(20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInUpShort {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@keyframes fadeInDownShort {
 0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort
*********************/
@-webkit-keyframes fadeInRightShort {
 0% {
 opacity: 0;
 -webkit-transform: translateX(20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
@keyframes fadeInRightShort {
 0% {
 opacity: 0;
 transform: translateX(20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.fadeInRightShort {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.fadeInRightShort.go {
    -webkit-animation-name: fadeInRightShort;
    animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort
*********************/
@-webkit-keyframes fadeInLeftShort {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
}
}
@keyframes fadeInLeftShort {
 0% {
 opacity: 0;
 transform: translateX(-20px);
}
 100% {
 opacity: 1;
 transform: translateX(0);
}
}
.fadeInLeftShort {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.fadeInLeftShort.go {
    -webkit-animation-name: fadeInLeftShort;
    animation-name: fadeInLeftShort;
}
/*********************
* slideaction
*********************/

.u-animation.go:before {
    -webkit-animation-name: obiStart, obiEnd;
    animation-name: obiStart, obiEnd;
    -webkit-animation-duration: .5s, .5s;
    animation-duration: .5s, .5s;
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
    animation-timing-function: cubic-bezier(.86, 0, .07, 1), cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-delay: 0s, .5s;
    animation-delay: 0s, .5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.u-animation.go .u-animation__inner {
    -webkit-animation-name: obiInner;
    animation-name: obiInner;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transform: translate3d(0, 0, 0);
}
.u-animation--1.go:before {
    -webkit-animation-delay: .1s, .7s;
    animation-delay: .1s, .7s
}
.u-animation--1.go .u-animation__inner {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.u-animation--2.go:before {
    -webkit-animation-delay: .2s, .8s;
    animation-delay: .2s, .8s
}
.u-animation--2.go .u-animation__inner {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.u-animation--3.go:before {
    -webkit-animation-delay: .3s, .9s;
    animation-delay: .3s, .9s
}
.u-animation--3.go .u-animation__inner {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}
.u-animation--4.go:before {
    -webkit-animation-delay: .4s, 1s;
    animation-delay: .4s, 1s
}
.u-animation--4.go .u-animation__inner {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.u-animation--5.go:before {
    -webkit-animation-delay: .5s, 1.1s;
    animation-delay: .5s, 1.1s
}
.u-animation--5.go .u-animation__inner {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}
.u-animation--6.go:before {
    -webkit-animation-delay: .6s, 1.2s;
    animation-delay: .6s, 1.2s
}
.u-animation--6.go .u-animation__inner {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}
.u-animation--7.go:before {
    -webkit-animation-delay: .7s, 1.3s;
    animation-delay: .7s, 1.3s
}
.u-animation--7.go .u-animation__inner {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}
.u-animation--8.go:before {
    -webkit-animation-delay: .8s, 1.4s;
    animation-delay: .8s, 1.4s
}
.u-animation--8.go .u-animation__inner {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}
.u-animation--9.go:before {
    -webkit-animation-delay: .9s, 1.5s;
    animation-delay: .9s, 1.5s
}
.u-animation--9.go .u-animation__inner {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.u-animation--10.go:before {
    -webkit-animation-delay: 1s, 1.6s;
    animation-delay: 1s, 1.6s
}
.u-animation--10.go .u-animation__inner {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}
.u-animation {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
    padding: 0 !important;
}
.u-animation:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1A2336;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    top: 0;
    left: 0;
    z-index: 150;
}
.u-animation--full {
    display: block !important;
}

@media(min-width:1024px) {
.u-animation--mdIb {
    display: inline-block !important;
}
}

@media(min-width:1024px) {
.u-animation--mdfull {
    display: block!important;
}
}
.u-animation__inner {
    opacity: 0;
    padding: 0!important;
}
@-webkit-keyframes obiInner {
 0% {
 opacity:0
}
 100% {
 opacity:1
}
}
@keyframes obiInner {
 0% {
 opacity:0
}
 100% {
 opacity:1
}
}
@-webkit-keyframes obiStart {
 0% {
 -webkit-transform:translateX(-101%);
 transform:translateX(-101%)
}
 100% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
}
@keyframes obiStart {
 0% {
 -webkit-transform:translateX(-101%);
 transform:translateX(-101%)
}
 100% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
}
@-webkit-keyframes obiEnd {
 0% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
 100% {
 -webkit-transform:translateX(101%);
 transform:translateX(101%)
}
}
@keyframes obiEnd {
 0% {
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
 100% {
 -webkit-transform:translateX(101%);
 transform:translateX(101%)
}
}




/*    HText Align
=====================================================*/
.u_alignC,
.u_alignC_spR,
.u_alignC_spL{
  text-align: center;
}
.u_alignL_spC,
.u_alignL_spR{
  text-align: left;
}
.u_alignR,
.u_alignR_spC,
.u_alignR_spL{
  text-align: right;
}
/*-- SP --*/
@media (max-width: 576px){
  .u_alignL_spC,
  .u_alignR_spC{
    text-align: center;
  }
  .u_alignR_spL,
  .u_alignC_spL{
    text-align: left;
  }
  .u_alignL_spR,
  .u_alignC_spR{
    text-align: right;
  }
}

/*    flex
=====================================================*/
.l_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.l_flexNoWrap{
  -ms-flex-wrap: nowrap ;
	flex-wrap: nowrap ;
}
.l_directionColumn{
  -webkit-box-orient: vertical ;
  -webkit-box-direction: normal ;
  -ms-flex-direction: column ;
  flex-direction: column ;
}
.l_alignItemsCenter{
  -ms-flex-align: center;
  align-items: center;
}
.l_alignItemsStart{
  -ms-flex-align: start;
  align-items: flex-start;
}
.l_alignItemsEnd{
  -ms-flex-align: end;
  align-items: flex-end;
}
.l_alignContentCenter{
  -ms-flex-line-pack: center;
  align-content: center;
}
.l_alignContentStart{
  -ms-flex-line-pack: start;
  align-content: flex-start ;
}
.l_alignContentEnd{
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.l_alignSelfCenter{
  -ms-flex-item-align: center;
	align-self: center;
}
.l_alignSelfStart{
  -ms-flex-item-align: start;
	align-self: flex-start;
}
.l_alignSelfEnd{
  -ms-flex-item-align: end;
	align-self: flex-end;
}
.l_justifyContentCenter{
  -ms-flex-pack: center;
	justify-content: center;
}
.l_justifyContentStart{
  -ms-flex-pack: start;
	justify-content: flex-start;
}
.l_justifyContentEnd{
  -ms-flex-pack: end;
	justify-content: flex-end;
}
.l_justifyContentAround{
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.l_justifyContentBetween{
  -ms-flex-pack: justify;
  justify-content: space-between;
}


@media (max-width: 896px){
  .l_flex_md{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_md{
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .l_directionColumn_md{
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .l_alignItemsCenter_md{
    -ms-flex-align: center;
    align-items: center;
  }
  .l_alignItemsStart_md{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l_alignItemsEnd_md{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l_alignContentCenter_md{
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .l_alignContentStart_md{
    -ms-flex-line-pack: start;
    align-content: flex-start ;
  }
  .l_alignContentEnd_md{
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .l_alignSelfCenter_md{
    -ms-flex-item-align: center;
    align-self: center;
  }
  .l_alignSelfStart_md{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .l_alignSelfEnd_md{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .l_justifyContentCenter_md{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l_justifyContentStart_md{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l_justifyContentEnd_md{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l_justifyContentAround_md{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .l_justifyContentBetween_md{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 576px){
  .l_flex_sm{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flexNoWrap_sm{
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  .l_directionColumn_sm{
    -webkit-box-orient: vertical ;
    -webkit-box-direction: normal ;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  .l_alignItemsCenter_sm{
    -ms-flex-align: center;
    align-items: center;
  }
  .l_alignItemsStart_sm{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .l_alignItemsEnd_sm{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .l_alignContentCenter_sm{
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .l_alignContentStart_sm{
    -ms-flex-line-pack: start;
    align-content: flex-start ;
  }
  .l_alignContentEnd_sm{
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .l_alignSelfCenter_sm{
    -ms-flex-item-align: center;
    align-self: center;
  }
  .l_alignSelfStart_sm{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .l_alignSelfEnd_sm{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .l_justifyContentCenter_sm{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l_justifyContentStart_sm{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l_justifyContentEnd_sm{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l_justifyContentAround_sm{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .l_justifyContentBetween_sm{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}


/*=====================================================
    general
=====================================================*/
/*    背景画像
=========================*/
.g_bg{
	width: 100%;
	height: 100vh;
	position: fixed;
	background-image: url(../../common/img/middle/executive/common/bg_fixed.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -10;
	top: 0;
	left: 0;
}

/*    セクション
=========================*/
.g_sec{
    padding-top: 100px;
}
.g_sec_last{
    padding-bottom: 290px;
}
@media (max-width: 576px){
    .g_sec{
    }
    .g_sec_last{
        padding-bottom: 420px;
    }
}

/*    タイトル
=========================*/
.g_head,
.g_head_ib{
    margin-bottom: 35px;
}
.g_head_ib{
    margin-bottom: 35px;
}
.g_head span,
.g_head_ib span{
    display: block;
    margin-bottom: 0;
    text-align: inherit;
}
.g_head_ib h2,
.g_head_ib span{
    display: inline-block;
}
.g_head_ib span{
    margin-left: 15px;
}
.g_head span{
    margin-top: 0.7em;
}

@media (max-width: 896px){
    .g_head{
    }
    .g_head_ib h2,
    .g_head_ib span{
        display: block;
    }
    .g_head_ib span{
        margin-left: 0;
        margin-top: 10px;
    }
}

/*    テキスト
=========================*/
.g_intro{
    font-size: 2.4rem;
    line-height: 1.6;
}

@media (max-width: 992px){
    .g_intro{
        font-size: 1.8rem;
    }
}

/*    ボタン
=========================*/
/* ベーシック */
.g_btn{
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    background-color: #121C31;
    margin: 0 auto;
    width: 100%;
    max-width: 244px;
    z-index: 1;
    position: relative;
}
.g_btn::before{
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #34415D;
    transition: width .2s;
}
.g_btn:hover::before{
    width: 100%;
}
.g_btn::after{
    content: '';
    width: 12px;
    height: 5px;
    background-image: url(../../common/img/middle/executive/common/ic_arrow_wh.svg);
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0;
}
.g_btn a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 15px;
}

/* お問い合わせ */
.g_btn_cont{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    background: rgb(249,188,0);
    background: linear-gradient(90deg, rgba(249,188,0,1) 0%, rgba(235,95,2,1) 100%);
    margin: 0 auto;
    width: 100%;
    max-width: 314px;
    z-index: 1;
    position: relative;
}
.g_btn_cont::before{
    content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1A2336;
    transition: width .2s;
}
.g_btn_cont:hover::before{
    width: 100%;
}
.g_btn_cont a{
    color: inherit;
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 15px;
}

/*    リンク
=========================*/
.g_link_transp{
    color: inherit;
	transition: opacity .2s;
}
.g_link_transp:hover{
	opacity: .7;
}
.g_link_transp a{
    color: inherit;
}

.g_link{
    color: #1A2336;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 42px 5px 0;
    position: relative;
}
a.g_link:hover,
.g_link:hover a{
    color: inherit;
}
.g_arrow_rel{
}
.g_arrow_wh,
.g_arrow_nv{
    width: 32px;
    height: 32px;
    border-radius: 1000px;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.g_arrow_wh::before,
.g_arrow_nv::before{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #eee;
    margin: auto;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    transition: width .2s;
}
.g_arrow_wh::after,
.g_arrow_nv::after{
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.g_arrow_wh::after{
    background-image: url(../../common/img/middle/executive/common/btn_arrow_wh.svg);   
}
.g_arrow_nv::after{
    background-image: url(../../common/img/middle/executive/common/btn_arrow_nv.svg);
}
.g_arrow_wh__lg::after{
    background-image: url(../../common/img/middle/executive/common/btn_arrow_wh_lg.svg);   
}
.g_arrow_nv__lg::after{
    background-image: url(../../common/img/middle/executive/common/btn_arrow_nv_lg.svg);
}
.g_arrow_rel:hover .g_arrow_wh::before,
.g_arrow_rel:hover .g_arrow_nv::before{
    width: 100%;
}

/*    banner
=========================*/
.g_bnr{
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 80px auto 0;
    line-height: 0;
}
.g_bnr > span.animated{
    width: 100%;
}


/*    Breadcrumb
=========================*/
.g_breadcrumb{
    padding: 20px 0 0;
    border-top: 1px solid #eee;
}
.g_breadcrumb_lst{
}
.g_breadcrumb_lst_li{
	position: relative;
	font-size: 1.2rem;
	line-height: 1.5;
}
.g_breadcrumb_lst_li + .g_breadcrumb_lst_li {
	padding-left: 25px;
}
.g_breadcrumb_lst_li + .g_breadcrumb_lst_li::before{
	content: "";
	position: absolute;
	margin: auto;
	width: 4px;
	height: 4px;
	top: 0.6em;
	left: 0.75em;
	border-top: 1px solid #1A2336;
	border-right: 1px solid #1A2336;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.g_breadcrumb_lst_li a{
  transition: opacity .2s;
}
.g_breadcrumb_lst_li a:hover{
	opacity: .7;
}
@media (max-width: 896px){
    .g_breadcrumb{
        padding-top: 10px;
    }
	.g_breadcrumb_lst{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.g_breadcrumb_lst_li{
		display: inline-block;
		white-space: nowrap;
	}
}

/*    List
=========================*/
.g_lst{
	padding-left: 1.6em;
	list-style-type: disc;
}
.g_lst li{
	font-size: inherit;
	list-style: inherit;
}