@charset "UTF-8";
/* ============ Reset & basics ============ */
html {
    font-size: 16px;
 overflow-y: scroll;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: system-ui, -apple-system, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Segoe UI", Roboto, "Helvetica Neue", Arial;
    line-height: 1.4;
    color: #222
}
a {
    color: inherit;
    text-decoration: none
}
.noto {
    font-family: 'Noto Sans JP', sans-serif;
}
.section {
    padding: 48px 0
}
.text-center {
    text-align: center;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

div.archive ul li{
margin-bottom:0.4em;
}


div.archive ul li a:hover{
text-decoration:underline;
}

.osirase dt{
padding:15px 0 3px 12px;color:#bbb;
}
.osirase dd{
padding:0 0 0px 12px;width:100%;border-bottom:dotted 1px #ddd;
}
.osirase dd p{
margin-top:15px;color:#1e6275;font-weight:bold;line-height:20px;padding-left:5px;font-size:110% !important;padding-bottom: 0.7em;
}
.content_wrap_kiji h2.osirase_list{
margin-bottom:0.4em;
}
.about_naro:hover{
text-decoration: underline;
}
.kiji_border{
border-top:solid 1px #888;
text-align:right;
padding-top:10px;
margin-top:4.5em;
}
.kiji_border a:hover{
text-decoration:underline;
}
.tarh_inner a.youtube:hover {
    color: #e34949;
}
.tarh_inner a.x_tw:hover {
    color: #333;
}

.tarh_inner a.facebook:hover {
    color: #377fde;
}

.tarh_page h2 ,.content_wrap_kiji h2{
font-size: 1.8rem;
margin-bottom:1.5em;
color:#444;
}
.tarh_page h2 + div ,.content_wrap_kiji h2 + div{
padding-top:1.2em;
line-height:1.7;
}
.tarh_page h2 + div p,.content_wrap_kiji h2 + div p{
padding-bottom:0.6em;
}
.tarh_page h3,.content_wrap_kiji h3 {
    font-size: 1.3rem;
    margin-bottom: 0.7em;
    margin-left: 0.4em;
    color: #444;
    padding: 0.05rem 1.2rem;
    border-left: solid 7px #54aec8;
}
.all_wrap_page{
background:#959595;
width:100%;
padding:150px 0 50px;
}

.content_wrap.tarh_page{
max-width:1000px;
width:100%;
margin:0 auto;
background:#fff;
padding:80px 9% 90px;
border-radius: 2px;
line-height: 1.6;
}


.all_wrap_kiji{
background:#959595;
width:100%;
padding:150px 0 50px;
}

.content_wrap_kiji{
position:relative;
max-width:1000px;
width:100%;
margin:0 auto;
background:#fff;
padding:50px 80px;
border-radius: 3px;
min-height:500px;
}

.scroll_line {
    position: absolute;
    font-size: 13px;
    writing-mode: vertical-rl;
    top: 50%;
    left: 2%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}
.scroll_line::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -115px;
    transform : translateX(-50%);
    width : 1px;
    height : 100px;
    animation: scroll_down 1.5s infinite;
}
@keyframes scroll_down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.scroll_line2 {
    position: absolute;
    font-size: 13px;
    writing-mode: vertical-rl;
    top: 50%;
    left: 2%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
}


/* Header *****************************************************************************************************************/
.top-strip {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
    pointer-events: none;
    z-index: 900;
    transition: opacity 220ms ease;
    opacity: 0;
    background: transparent
}
.top-strip.visible {
    background: transparent;
    opacity: 1
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 250ms ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    background: transparent;
    /* 初期は透過 */
    backdrop-filter: blur(0px);
}

.site-header .brand {
opacity:0;
    font-size: 170%;

    font-weight: bold;
    color: #008fa1;
}

.site-header.scrolled .brand {
opacity:1;
transition-duration:0.8s;
transition-delay: 0.2s;
    margin-left: 103px;
    color: #008fa1;
font-size:clamp(30px, 2.1vw, 32px);
    font-weight: 500;
letter-spacing: -1px;
}
.site-header .yoyaku_form {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.5rem 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition-duration: 0.6s;
}
.site-header .yoyaku_form:hover {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.5rem 3.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-position: 100% 0;
    transition-duration: 0.9s;
}
.site-header.scrolled .yoyaku_form {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    background-size: 200% auto;
    height: 100%;
    color: #fff;
    padding: 1.3rem 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}



@media screen and (max-width:1250px) {
.site-header.scrolled .brand {
    margin-left: 120px;
 
}
}
@media screen and (max-width:1000px) {
.site-header.scrolled .brand {
    margin-left: 115px;
 
}
}
@media screen and (max-width:970px) {
.site-header.scrolled .brand {
    margin-left: 110px;
font-size: 30px;
 
}
}
/* ============ Global nav ============ */
.global_m {
    position: relative;
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding-top: 12px;
}
.global_m li {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}
.site-header .global_m li a {
    display: block;
    width: 100%;
    height: 100%;
padding: 0 0.8rem;
    position: relative;
    color: #fff;
    text-decoration: none;
}
.site-header .global_m li:nth-child(6) a {
padding: 0 0;
}
.site-header .global_m li:nth-child(7) a {
    padding: 0 0 0 0.8rem;
}

.site-header .global_m li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 0;
    /* 最初は高さゼロで非表示 */
    background: #fff;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}
.site-header .global_m li a:hover::after {
    height: 4px;
    /* hover時にせり上がる */
}
.site-header .global_m li:nth-child(6) a:hover::after {
    height:0;
}

.site-header .global_m li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.site-header.scrolled .global_m li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 0;
    /* 最初は高さゼロで非表示 */
    background: #0b8291;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
}
.site-header.scrolled .global_m li a:hover::after {
    height: 6px;
    /* hover時にせり上がる */
}

.site-header.scrolled .global_m li:nth-child(6) a:hover::after {
    height: 0;
}
.site-header.scrolled .global_m li a:hover sub {
    color: #4fb1bd;
}
.site-header.scrolled .global_m {
    position: relative;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    list-style-type: none;
    padding-top: 0px;
}


.nav a .sub {
     font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    color: #83f3f3;
    font-size: .875rem;
}

.nav a:hover .sub {
    color: #06edff;
}

.site-header .nav a:hover .sub {
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    font-size: .875rem;
}
.site-header.scrolled .nav a .sub {
    font-weight: normal;
    letter-spacing: 0.05em;
    font-weight: normal;
    display: block;
    color: #43b1a4;
    font-size: .875rem;
}

.site-header.scrolled .nav a:hover span.sub {
    color:#00c7ff;
}


.nav a .main {
    margin: 0 0 3px;
    display: inline-block;
    font-weight: bold;
    font-weight: 600;
}
.nav {
    display: flex;
    gap: 22px;
    align-items: center
}
.nav a {
    padding: 0;
    border-radius: 0;
    font-weight: 600
}
.site-header .nav a {
    color: #fff;
}

.nav a:hover {
    /*    background: rgba(0, 0, 0, 0.4) */
}


.en_jp{
margin: 6px 3px 0 15px;
}

.switch_image {
    position: relative;

display:block;
}

.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}


@media screen and (max-width:1100px) {
.site-header .global_m li a {
transition-duration:0.6s;
padding: 0 0.6rem;
}
}
/* ============ accordion / sub_menu ============ */
.site-header .global_m li .accordion-content ul li a {
margin: 0.3em 0 0.5em 1.8em;
    color: #fff !important;
}
.site-header .global_m li .accordion-content ul li a:hover {
    opacity: 0.6;
}
.site-header .global_m li .accordion-content ul li {
    text-align: left !important;
}
.site-header.scrolled .global_m .accordion-content ul li a:hover::after {
    height: 0;
    /* hover時にせり上がる */
}
.site-header .global_m .accordion-content ul li a:hover::after {
    height: 0;
    /* hover時にせり上がる */
}
.accordion-title {
    position: relative;
}
.accordion-title:hover::after {
    transform: scaleY(1);
}
.accordion-content {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: #222;
    transition: max-height 0.4s ease, padding 0.4s ease;
    margin: 16px 0 0 0;
    width: 532px;
}
.site-header.scrolled .accordion-content {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    background: #222;
    transition: max-height 0.4s ease, padding 0.4s ease;
    margin: 20px 0 0 0;
    width: 532px;
}

/* hoverしたら開く */
.accordion-item:hover .accordion-content {
    max-height: 552px;
    /* 開く高さは調整OK */
    padding: 25px;
}
.global_m li .kannai-guide_sub-menu li {
    display: flex;
    justify-content: start;
    margin-bottom: 1em;
align-items: normal;
}
.global_m li .kannai-guide_sub-menu li img {
    max-width: 140px;
}
.sub_menu_wrap {
    max-width: 320px;
}
.sub_menu_wrap a {
    height: auto !important;
    margin-left: 2.0em;
    padding: 0 0 0 0.9em !important;
    border-left: solid 8px #1ba1b2;
    margin-top: 1px;
}
.sub_menu_wrap p {
    color: #fff;
    font-weight: normal !important;
    font-size: 90%;
    padding: 1em 0 0 2.8em !important;
}
.site-header.scrolled .sub_menu_wrap {
    max-width: 280px;
}
/* ============ form_btn ============ */
.global_m li.form_btn a {
    height: 84%;
}

.global_m li.form_btn {
    display: flex;
    justify-content: center;
/*    align-items: start; */
    text-align: center;
padding: 0 1.3rem 0 0.5rem;
}

.site-header .global_m li.form_btn a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;

    /*  background: #00d3ee; /* 下線の色 */
    */ transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.site-header .global_m li.form_btn a:hover::after {
    height: 0;
    /* 下線の太さ */
}
.site-header.scrolled .global_m li.form_btn {
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
    padding: 0 0 0 0.5rem;
    transition-duration: 0.6s;
}
.site-header.scrolled .global_m li.form_btn a {
    height: 100%;
}



/* ============ Mobile ============ */
.hamburger {
    display: none;
    background: none;
    border: 0;
    padding: 20px;
    cursor: pointer
}
.hamburger .bar {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin: 10px 10px 0 0;
    transition: transform 200ms ease, opacity 200ms ease;
}

.site-header.scrolled .hamburger .bar {
    display: block;
    width: 40px;
    height: 2px;
    background: #333;
    margin: 10px 10px 0 0;
    transition: transform 200ms ease, opacity 200ms ease;
}

.site-header.scrolled .hamburger {
    background: none;
    border: 0;
    padding: 16px 14px 24px;
    cursor: pointer
}


.mobile-menu {
    display: none;
    position: fixed;
    top: 72px;
    right: 18px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 8px 30px rgba(8, 12, 20, 0.12)
}
.mobile-menu a {
    display: block;
    padding: 10px 6px
}
@media (max-width:1020px) {
    .nav {
        display: none
    }
    .hamburger {
        display: block
    }
    .mobile-menu {
        min-width: 180px
    }
}
/* left_Menu *****************************************************************************************************************/

.tarh_header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9998;
    -webkit-box-align: center;
    align-items: center;
}


.tarh {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
overflow:hidden;
}

.tarh_inner {
    height: 100vh;
    background: #fff;
    position: absolute;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 40px;
    color: #5bb0bb;
}
.tarh_inner a {
    color: #5bb0bb;
}
.tarh_inner a:hover {
    color: #78d0e9;
}
.flex01 {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}
.tarh_logo {
    z-index: 9998;
    opacity: 1;
    width: 122px;
height:120px;
    position: relative;
    display: block;
    margin-right: auto;
    top: 100px;
    border-radius: 0px 4px 4px 0px;
    padding: 18px 25px 18px;
    overflow: hidden;
    transition-duration: 0.6s;
}


.tarh_logo span {
    display: block;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-align: center;
opacity:1;
transition-duration:0.3s;
}
.tarh_header .tarh_logo span img {
    width: 72px;
}
.tarh_header.logo_scroll .tarh_logo span img {
width: 100%;
    margin-top: 5px;
}
.tarh_header .tarh_logo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    z-index: 1;
    left: 0px;
    background:rgb(227 244 243);
    border-radius: 0px 5px 5px 0px;
}

/*
.tarh_header .tarh_logo:hover::after {
background: rgb(214 234 234);
transition-duration:0.6s;
}
*/

.tarh_header.logo_scroll .tarh_logo::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    z-index: 1;
    left: 0px;
 /*   background: rgb(229 239 239); */
    border-radius: 0px;
 
}
.tarh_header.logo_scroll .tarh_logo {
    top: 0px;
    width: 90px;
    height: 86px;
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 9px 19px 0;
    border-radius: 0px;
    display: block;
}


@media screen and (max-width:1200px) {
.tarh_logo {
    z-index: 9998;
    opacity: 1;
    width: 0;
    position: relative;
    display: block;
    margin-right: auto;
    top: 100px;
    border-radius: 0px 4px 4px 0px;
    padding: 18px 0 18px;
    overflow: hidden;
    transition-duration: 0.6s;
}
.tarh_logo span {
opacity:0;
}
}


@media screen and (max-width:1150px) {
.tarh_header.logo_scroll .tarh_logo {
transition-duration:0.6s;
    width: 0; 
}

.tarh_header.logo_scroll .tarh_logo::after {
transition-duration:0.6s;
    width: 0; 
}
.site-header.scrolled .brand {
    margin-left: 25px;
}
}



.search-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 0.2em;
}
/* 検索アイコン */
.search-icon {
    width: 40px;
    height: 40px;
    background: #5bb0bb;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-icon:hover {
    background: #62c22d;
}

/* 検索窓(非表示状態) */
.search-box {
    position: absolute;
    top: 0;
    left: 50px;
    /* ← right → left に変更! */
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: width 0.4s ease, opacity 0.3s ease;
}
/* 表示された状態 */
.search-wrapper.active .search-box {
    width: 300px;
    opacity: 1;
    margin-left: 18px;
}
}
/* Googleカスタム検索ボックス用のスタイル */
.gsc-control-cse {
    background: #fff;
    border-radius: 20px;
    padding: 5px;
}
.gsc-input input.gsc-input {
    border: none !important;
    outline: none !important;
    font-size: 14px !important;
}
.gsc-search-button input.gsc-search-button {
    background: #4285f4 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 0 20px 20px 0 !important;
    padding: 6px 12px !important;
}
.fa-magnifying-glass {
    font-size: 25px;
}
.fa-square-x-twitter {
    margin-bottom: 0.1em;
}


@media (max-width:970px) {
.tarh_inner {
    width: 43px;
transition-duration:0.6s;
    font-size: 31px;
}
.search-icon {
    width: 31px;
    height: 31px;
}
}
/* ============ Scrolled state ============ */
.site-header.scrolled {
    background: rgba(255, 255, 255, 1);
   box-shadow: 0 6px 18px rgba(13, 20, 30, 0.08); 
    padding: 0 0;
    backdrop-filter: blur(6px);
}
.site-header.scrolled .logo {
    height: 40px
}

.site-header.scrolled .nav a {
    color: #111
}
/* Top *****************************************************************************************************************/
.top_txt {
    position: absolute;
    top: calc(47% + 0em);
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: clamp(42px, 5.8vw, 6.8rem);
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.4;
width: auto;

text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
}
.top_txt span.text_future {
    font-size: 50%;
}
.top_txt span.bikkuri {
    font-style: italic;
}
.top_mv {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
background:#444;
}
.top_mv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

@media screen and (max-width:768px) {
.top_txt {
    position: relative;
    top: calc(47% + 0em);
   left:5%; 
  transform: translate(0, -50%);
    font-size: clamp(38px, 5.0vw, 7rem);
    color: #fff;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.4;
width: 100%;
text-align:center;
transition-duration:0.6s;
}
}
/* about_tarh *****************************************************************************************************************/
#about_tarh {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
border-top: solid 0 #fff;
transition-duration:0.6s
}
#about_tarh img {
    vertical-align: middle;
}
.about_flex01, .about_flex02 {
    display: flex;
}
.about_left01, .about_left02 {
    width: 30%;
}
 .about_left02 {
    position: relative;
    overflow: hidden;
}

.about_right01, .about_right02 {
    width: 70%;
}
.about_right01 img {
    max-width: none;
    width: 100%;
}
.about_left02 img {
    max-width: none;
    width: 100%;
position: absolute;
    bottom: 0;
}
.about_right02 div {
    color: #000;
    padding: 0 10% 10% 17%;
   font-size: clamp(14px, 1.2vw, 18px);
line-height: 1.8;
}
.tarh_setsumei {
transition-duration:0.6s;
    color: #154a66;
  font-size:clamp(20px, 2.2vw, 33px);
    font-weight: 500;
    letter-spacing:1px;
    line-height: 3.4;
    display: block;
    padding-left: 8%;
padding-top:30px;
    position: relative;
}
.tarh_setsumei::before {
    content: '';
    width: 5.5vw;
    height: 1px;
    display: inline-block;
    background: #145475;
    margin: 10px 10px 10px 0;
    top: 50%;
    left: 3.2em;
}

.rare_txt {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    vertical-align: middle;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    color: #008899;
    font-size: clamp(22px, 3.1vw, 45px);
    position: absolute;
    z-index: 999;
    left: 10%;
top: 125px;
font-weight: 500;
font-family: 'Noto Sans JP', sans-serif;
line-height:2.0;
}

.rare_txt span {
 font-weight: 500;
    color: #008899;
    letter-spacing: 3px;
}

.rare_txt span.rare {
font-weight: 500;
    color: #065f8e;
    letter-spacing: -1px;
}

.rare_txt span span{
    letter-spacing: -0.15em;
}


@media screen and (max-width:1400px) {
.rare_txt {
transition-duration:0.3s;
    left: 9.4%;
top: 120px;
line-height:1.8;
}
}

@media screen and (max-width:1200px) {
.rare_txt {
    left: 10%;
top: 120px;
line-height:1.7;
}
}

@media screen and (max-width:1100px) {

.tarh_setsumei {
transition-duration:0.6s;
  
  font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 500;
    letter-spacing:1px;
    line-height: 3.4;
    display: block;
    padding-left: 10%;
padding-top:10px;
    position: relative;
}
}
@media screen and (max-width:900px) {
#about_tarh {
border-top: solid 9px #fff;
}

.rare_txt {
    left: 9%;
top: 80px;
}

.tarh_setsumei {
transition-duration:0.6s;

  font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 500;
    letter-spacing:1px;
    line-height: 3.6;
    display: block;
    padding-left: 10%;
padding-top:5px;
    position: relative;
}
.about_right02 div {
padding: 0 12% 8%;
        font-size: 14px;
        line-height: 1.6;
}
}

@media screen and (max-width:768px) {
.rare_txt {
        left: 9%;
        top: 60px;
}

.tarh_setsumei {
        transition-duration: 0.6s;

        font-size: clamp(18px, 2.4vw, 36px);
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 2.7;
        display: block;
        padding-left: 8%;
        padding-top: 14px;
        position: relative;
}
.tarh_setsumei::before {
    content: '';
    width: 5.0vw;
    height: 1px;
    display: inline-block;
    background: #0270ab;
    margin: 5px 10px 5px 0;
    top: 50%;
    left: 4.2em;
transition-duration:0.6s;
}

.about_right02 div {
padding: 0 10% 8%;
        font-size: 14px;
        line-height: 1.6;
}
}

@media screen and (max-width:600px) {
.rare_txt {
        left: 7%;
        top: 60px;
}
}
/* scroll_zone *****************************************************************************************************************/



/* wrapper_02 *****************************************************************************************************************/
.wrapper_02 {
    position: relative;
    z-index: 1;
}
.wrapper_02 .sticky_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip: rect(auto, auto, auto, auto);
    z-index: -1;
}
.wrapper_02 .sticky_back::after {
    content: '';
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/tarh/topimg/tarh_naikan.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}


@media screen and (max-width:1000px) {
.wrapper_02 .sticky_back::after {
    content: '';
    width: 100%;
    height: 100vh;
    height: 100svh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/tarh/topimg/tarh_naikan.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 150% auto;
}

}
/* midokoro ************************************************************************************************************/
#midokoro_zone .inner_01 {
    padding: min(120px, 120 / 1920 * 100 * 1vw) 0;
    /* padding-left: calc((100vw - min(1400px, 1400 / 1920 * 100 * 1vw)) / 2); */
    padding-top: 150px;
    padding-bottom: 310px;
    width: 100%;
    margin: 0 auto;
transition-duration:0.6s;
}
#midokoro_zone h2 {
font-size: clamp(30px, 4.6vw, 2.8rem);
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    text-align: center;
line-height: 1.1;
margin-bottom:1em;
position:relative;
}

.sticy_zone h2 div.sub_txt {
    font-size: clamp(13px, 1.8vw, 1.2rem);

padding-top: 23px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sticy_zone h2 div.sub_txt::before {
    content: '';
    width: 6vw;
    max-width: 100px;
    height: 1px;
    display: inline-block;
    margin: 0 18px 7px 0;
    background: #fff;
}
#midokoro_pickup {
    background-image: linear-gradient(90deg, #31bab4 0%, #3190ba 50%, #31bab4 100%);
    padding-bottom: 80px;
}
#midokoro_pickup .midokoro_list {
    display: flex;
    justify-content: center;
    width: min(1620px, 1620 / 1920 * 100 * 1vw);
    margin: 0 auto;
    list-style: none;
        padding-top: 0;
}
#midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
    margin: -160px min(80px, 80 / 1920 * 100 * 1vw) 0 0;
}
#midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
    margin: -160px 0 0 0;
}
#midokoro_pickup .midokoro_list .midokoro_box {
     width: 100%;
    max-width: calc((100% - 80px * 2) / 3);
    transition: .4s ease-in-out;
    background: #eee;

/*    font-weight: 500;*/
min-width:300px;
border-radius: 3px;
overflow:hidden;
}

#midokoro_pickup .midokoro_list .midokoro_box  h3{
text-align:center;
font-size:clamp(20px,1.4vw,35px);
    font-family: 'Noto Sans JP', sans-serif;
color:#008924;
padding-top:0.5em;
}


#midokoro_pickup .midokoro_list .midokoro_box  p{
text-align: left;
    font-size: clamp(15px, 0.8vw, 28px);
    color: #222;
    padding: 1.2em 2.4em 1.9em;
line-height: 1.6;
}

@media screen and (max-width:1400px) {
#midokoro_pickup .midokoro_list {
    display: flex;
    justify-content: center;
    width: 95%;
transition-duration:0.6s;
    margin: 0 auto;
}
}

@media screen and (max-width:1200px) {
#midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
    margin: -160px 1.5% 0 0;
}

#midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
    margin: -160px 0 0 0;
}
}

@media screen and (max-width:1000px) {

#midokoro_zone .inner_01 {
    padding-top: 110px;
    padding-bottom: 140px;
}

#midokoro_pickup {
    padding-bottom: 60px;
}
#midokoro_pickup .midokoro_list {
flex-wrap:wrap;
        padding-top: 40px;
}
#midokoro_pickup .midokoro_list .midokoro_box{
width:70%;
min-width:70%;
}

#midokoro_pickup .midokoro_list .midokoro_box:not(:last-of-type) {
    margin: 20px 0 0 0;
}

#midokoro_pickup .midokoro_list .midokoro_box:last-of-type {
    margin: 20px 0 0 0;
}

}


@media screen and (max-width:900px) {
.sticy_zone h2 span.sub_txt::before {
transition-duration:0.6s;
    content: '';
    width: 6vw;
    max-width: 100px;
    height: 1px;
    display: inline-block;
    margin: 4px 18px 4px 0;
    background: #fff;
}

}

@media screen and (max-width:768px) {
#midokoro_pickup .midokoro_list .midokoro_box{
width:80%;
min-width:80%;
}

}
/* info ************************************************************************************************************/
#info_zone .inner_01 {
    background-color: #fff;
    padding: 140px 0 40px;
}
#info_zone .inner_01 div.info_wrap {
    background-color: #9bcdd2;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 40px 40px;
}
#info_zone .inner_01 div.info_wrap h3 {
    border-bottom: solid 2px #fff;
    font-size: clamp(150%, 2.1vw, 280%);
    padding: 0 0.5em 0.2em;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0.9em;
}
#info_zone .inner_01 dl {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
#info_zone .inner_01 dl dt {
    font-size: 17px;
    background: #48a2af;
    color: #fff;
    padding: 0 0;
    width: 112px;
min-height:112px;
    text-align: center;
    margin-bottom: 0.2em;
    position: relative;
    line-height: 1.1;
display: flex;justify-content: center;align-items: center;
}
#info_zone .inner_01 dl dt span:nth-of-type(2) {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    right: 68%;

}
#info_zone .inner_01 dl dt span:nth-of-type(3) {
font-size: 30px;
    font-weight: bold;
    position: absolute;
    left: 24%;
}
#info_zone .inner_01 dl dt span:nth-of-type(3)::after {
    content: "";
    width: 52px;
    height: 2px;
    background-color: #fff;
    display: block;
    transform: rotate(125deg);
    transform-origin: 22px -18px;
}
#info_zone .inner_01 dl dt span:nth-of-type(4) {
    bottom: -10%;
    left: 40%;
    font-size: 60px;
    transform: rotate(140deg);
    position: absolute;
}
#info_zone .inner_01 dl dd {
    font-size: 16px;
    background: #fff;
    color: #000;
    padding: 2em 2em;

width:calc(100% - 112px);
    margin-bottom: 0.2em;
}


.date_wrap{
   position: relative;
    height: 74px;
line-height: 1.16;
}


@media screen and (max-width:768px) {
#info_zone .inner_01 div.info_wrap {
    background-color: #a6dbe1;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 40px 6px;
}

#info_zone .inner_01 dl dt {
transition-duration:0.6s;
    width: 85px;
}
#info_zone .inner_01 dl dd {
width:calc(100% - 85px);
}
#info_zone .inner_01 dl dt span:nth-of-type(3) {
transition-duration:0.6s;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    left: 20%;
}

#info_zone .inner_01 dl dt span:nth-of-type(3)::after {
        transition-duration: 0.6s;
        content: "";
        width: 48px;
        height: 2px;
        background-color: #fff;
        display: block;
        transform: rotate(125deg);
        transform-origin: 21px -15px;
}

}
/* calender ************************************************************************************************************/
.fc .fc-view-harness {
    z-index: 55;
    background: #fff;
    border: solid 5px #fff;
}
.fc .fc-button-primary {
    background-color: #0b8291 !important;
    border-color: #109aab !important;
}
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0px;
    color: #363636;
z-index:999;
position:relative;
padding-left:0.5em;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(229 238 229);
}

#calendar_tbl {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    z-index: 33;
    position: relative;
}
#calender_zone {
    position: relative;
    z-index: 1;
    padding: 70px 0 100px;
    background: #fff;
overflow:hidden;
}

#calender_zone .inner_01 {
max-width:1000px;
padding:0 5%;
}

  .fc-day-other .fc-event {
  opacity: 0.5; 
}
  .fc-daygrid-day:not(.fc-day-other) {
  background-color: #f4f7f4; 
}
  
  .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    z-index: 999;
}

#calender_zone h3 {
    margin: 0 0 80px 3%;
    text-align: center;
    color: #3eb3c0;
    font-size: clamp(170%, 2.0vw, 250%);
}
#calender_zone .inner_01 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
#calender_zone img {
    position: absolute;
    width: 390px;
    max-width: 390px;
    height: auto;
    animation: kurukuru 70s linear infinite;
    right: -160px;
    top: -80px;
    z-index: 1;
}
@keyframes kurukuru {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* shisetsu_annai *****************************************************************************************************************/
#shisetsu_annai_zone {
    position: relative;
}
#shisetsu_annai_zone .inner_01 {
    background-color: #eee;
    padding: 40px 0 84px;
}
#shisetsu_annai_zone .inner_01 h3 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #393939;
    font-size: clamp(170%, 2.0vw, 250%);
}
.tbl_wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.table_design03 {
  border-collapse: collapse; 
    width: 100%;
}
.table_design03 td {
    border-bottom: 4px solid #ddd;
    padding: 1em 1em 1em 2em;
    font-size: clamp(106%, 1.2vw, 125%);
color:#111;
}
.table_design03 td a {
    float: right;
}
.table_design03 td br {
    display: none;
}
.table_design03 th {
    clear: both;
    font-size:clamp(15px, 1.8vw, 19px);
color:#2d9aa6;

	border-bottom:solid 4px #4ca8b3;
    padding: 1em;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
}
.tbl_wrap p {
    padding: 1.5em 0.1em 1.5em;
    text-indent: 0;
    text-align: right;
}
.tbl_wrap a {
    color: #008fe2;
}
.tbl_wrap a:hover {
cursor:pointer;
    color: #0056b3;
    text-decoration: underline !important;
}
.tbl_wrap td a {
    font-size: clamp(80%, 0.8vw, 95%);
}
@media screen and (max-width:800px) {
    .tbl_wrap p {
        padding: 1.5em 1em 1.5em 2em;
        text-indent: -1em;
        text-align: left;
    }
    .table_design03 td a {
        float: none;
    }
    .table_design03 td br {
        display: inline;
    }
}

@media screen and (max-width:768px) {
.table_design03 th span{
letter-spacing:0.2em !important;
transition-duration:0.6s;
}

.table_design03 th {
    padding: 1em 0 1em 3.5vw;
    width: 20%;
transition-duration:0.6s;
    text-align: left;
}

}

/* map *****************************************************************************************************************/
#map_zone {}
#map_zone .inner_01 {
    background-color: #fff;
    padding-top: 60px;
}
#map_zone .inner_01 h3 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    color: #3eb3c0;
    font-size: 2.0vw;
line-height:1.2;
    font-size: clamp(170%, 2.0vw, 250%);
}
#map_zone .gmap_wrap {
    width: 100%;
    margin: 0 auto;
}
.gmap {
    position: relative;
    padding-bottom: 600px;
    overflow: hidden;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 450px !important;
    margin-top: 0px;
    pointer-events: none;
}
/* footer *****************************************************************************************************************/
#footer_zone {
    background-color: #fff;
    position: relative;
}
#footer_zone .inner_01 {
    margin: 0 auto;
    padding: 28px 0;
    border: 2px solid #F2EFEF;
    border-width: 2px 0 0;
    text-align: center;
    width: 90%;
    max-width: 1500px;
    font-size: clamp(75%, 0.9vw, 90%);
}
/* pagetop *****************************************************************************************************************/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;

z-index:9999;
right: 45px;
}

.pagetop a {
    display: block;
    background-color: #00a7bc;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 15px 20px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 1;
    border-radius: 3px;
}













/********************************************************
            framework
*********************************************************/

.mincho{
font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.italic{
font-style:italic;
}

cite{
font-style:normal !important;
}

.letter_m1{
letter-spacing:-1px !important;
}
.indent_m05em{
text-indent:-0.5em !important;
}
.indent_m1em{
text-indent:-1em !important;
}


.clear_B{
clear:both !important;
}

.both_E{
text-align: justify;
/* text-justify: inter-ideograph; */
}

.at_m::before{
content:"@";
}


.back_eee{
background-color:#eee !important;
}

ul.disc,ol.disc,li.disc{
list-style-type:disc !important;
}

ul.decimal,ol.decimal,li.decimal{
list-style-type:decimal !important;
}

ul.circle,ol.circle,li.circle{
list-style-type:circle !important;
}

div.common,p.common {
    padding: 0 1em 1.5em 1em !important;
    text-align: justify;
/* text-justify: inter-ideograph; */
}

.kome{
text-indent: -1em;
margin-left: 1em;
}


.letter_02em{
letter-spacing:0.2em;
}

.letter_025em{
letter-spacing:0.25em;
}

.letter_033em{
letter-spacing:0.33em;
}

.letter_05em{
letter-spacing:0.5em;
}

.letter_1em{
letter-spacing:1em;
}

.letter_2em{
letter-spacing:2em;
}

.letter_3em{
letter-spacing:3em;
}

.letter_4em{
letter-spacing:4em;
}

.letter_5em{
letter-spacing:5em;
}


.letter_n1{
letter-spacing:-1px;
}

.letter_1{
letter-spacing:1px;
}

.letter_2{
letter-spacing:2px;
}

.letter_3{
letter-spacing:3px;
}

.letter_4{
letter-spacing:4px;
}

.letter_5{
letter-spacing:5px;
}



.font_80{
font-size:80% !important;
}

.font_85{
font-size:85% !important;
}

.font_90{
font-size:90% !important;
}

.font_95{
font-size:95% !important;
}

.font_100{
font-size:100% !important;
}

.font_110{
font-size:110% !important;
}

.font_120{
font-size:120% !important;
}

.font_10{
font-size:10px !important;
}

.font_11{
font-size:11px !important;
}

.font_12{
font-size:12px !important;
}

.font_13{
font-size:13px !important;
}

.font_14{
font-size:14px !important;
}

.font_15{
font-size:15px !important;
}

.font_16{
font-size:16px !important;
}


.maru1:before{
content:"(1) ";
margin-left:-1.6em;
position:absolute;
}

.maru2:before{
content:"(2) ";
margin-left:-1.6em;
position:absolute;
}

.maru3:before{
content:"(3) ";
margin-left:-1.6em;
position:absolute;
}

.maru4:before{
content:"(4) ";
margin-left:-1.6em;
position:absolute;
}

.maru5:before{
content:"(5) ";
margin-left:-1.6em;
position:absolute;
}

.maru6:before{
content:"(6) ";
margin-left:-1.6em;
position:absolute;
}

.maru7:before{
content:"(7) ";
margin-left:-1.6em;
position:absolute;
}

.maru8:before{
content:"(8) ";
margin-left:-1.6em;
position:absolute;
}

.maru9:before{
content:"(9) ";
margin-left:-1.6em;
position:absolute;
}


.han_kakko1:before{
content:"1) ";
margin-left:-1.2em;
/* position:absolute; */
}

.han_kakko2:before{
content:"2) ";
margin-left:-1.2em;

}

.han_kakko3:before{
content:"3) ";
margin-left:-1.2em;

}

.han_kakko4:before{
content:"4) ";
margin-left:-1.2em;

}

.han_kakko5:before{
content:"5) ";
margin-left:-1.2em;

}

.han_kakko6:before{
content:"6) ";
margin-left:-1.2em;

}

.han_kakko7:before{
content:"7) ";
margin-left:-1.2em;

}

.han_kakko8:before{
content:"8) ";
margin-left:-1.2em;

}

.han_kakko9:before{
content:"9) ";
margin-left:-1.2em;

}

.han_kakko10:before{
content:"10) ";
margin-left:-1.2em;

}

.han_kakko11:before{
content:"11) ";
margin-left:-1.2em;

}

.han_kakko12:before{
content:"12) ";
margin-left:-1.2em;

}

.han_kakko13:before{
content:"13) ";
margin-left:-1.2em;

}

.han_kakko14:before{
content:"14) ";
margin-left:-1.2em;

}

.han_kakko15:before{
content:"15) ";
margin-left:-1.2em;

}

.han_kakko16:before{
content:"16) ";
margin-left:-1.2em;

}

span.click_en{
background:url(/common/img/cm_arrow01_ico.gif) no-repeat 0px 3px;
padding-left:17px;
}

span.click{
background:url(/common/img/cm_arrow04_ico.gif) no-repeat 0px 5px;
padding-left:12px;
}

span.pdf{
color:#999 !important;
}

.br_md_off br{
display:inline;
}
.br_md_on br{
display:none;
}


@media (max-width: 768px) {
.br_md_off br{
display:none;
}
.br_md_on br{
display:inline;
}
}





@-moz-document url-prefix() {
.do_c{
margin-left:0.2em;
letter-spacing:-0.6em;
}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.do_c{
margin-left:0.2em;
letter-spacing:-0.6em;
}
}


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

.w-10{
  width: 10% !important;
}
.w-20{
  width: 20% !important;
}
.w-30{
  width: 30% !important;
}
.w-40{
  width: 40% !important;
}
.w-60{
  width: 60% !important;
}
.w-70{
  width: 70% !important;
}
.w-80{
  width: 80% !important;
}
.w-90{
  width: 90% !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;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

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

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

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

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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