
.font-size-rempx {
    font-size: 	.625rem; /* 10px */
    font-size: .6875rem; /* 11px */
    font-size: .75rem;   /* 12px */
    font-size: .8125rem; /* 13px */
    font-size: .875rem;  /* 14px */
    font-size: .9375rem; /* 15px */
    font-size: 1rem;     /* 16px */
    font-size: 1.0625rem;/* 17px */
    font-size: 1.125rem; /* 18px */
    font-size: 1.25rem;  /* 20px */
    font-size: 1.375rem; /* 22px */
    font-size: 1.4375rem;/* 23px */
    font-size: 1.5rem;   /* 24px */
    font-size: 1.75rem;  /* 28px */
    font-size: 2rem;     /* 32px */
    font-size: 2.25rem;  /* 36px */
    font-size: 2.625rem; /* 42px */
}

body {
    font-family: 'Kiwi Maru', serif;
	font-size: 1rem;
    position: relative;
}


/********************************************************************************
COMMON LAYOUT
********************************************************************************/

.c-block {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.block-title {
    font-size: 1.4375rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

.fixed-app {
    position: fixed;
    bottom: 50px;
    left: 6px;
    z-index: 10;
}
.fixed-pagetop {
    position: fixed;
    bottom: 50px;
    right: 6px;
    z-index: 10;
}

section {
  scroll-margin-top: 80px;
}

/* --------------------------------
full-box
-------------------------------- */

.box-wrap {
    margin-bottom: 0;
}

.full-box {
    color: #2e2e2e;
    text-align: left;
    background: #fffbf0;
    padding: 25px 20px;
    border-radius: 30px;
    margin-bottom: 30px;
    min-height: 585px;
}

.full-box .box-date {
    color: #fffbf0;
    font-size: .9375rem;
    padding: 2px 30px;
    background: #43a85a;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.3;
}

.full-box .box-left {
    display: flex;
    flex-direction: column;
}

.full-box .box-header {
    color: #43a85a;
    border-bottom: 1px dashed #43a85a;
    margin-bottom: 20px;
}

.full-box .box-title {
    font-size: 1.0625rem;
    margin-bottom: 10px;
}

.full-box .box-link {
    text-align: right !important;
    margin-top: auto;
    margin-bottom: 25px;
}

.full-box .box-content {
    font-size: .9375rem;
    line-height: 1.6;
}

.full-box .box-content p {
    margin-bottom: 5px;

}

.full-box .box-content img {
    display: none;
}

.full-box .more-link {
    font-size: .8125rem;
    color: #fffbf0;
    padding: 5px 15px;
    background: #eb832a;
    border-radius: 5px;
}

.c-block .box-footer {
    display: inline;
}

.c-block .box-footer a {
    color: #fffbf0;
    font-size: 1.25rem;
    display: inline-block;
    padding: 5px 30px 10px 5px;
    width: 13rem;
    height: 5rem;
    background-image: url(../images/share/box-content-link-all.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    text-align: left;
}


/* --------------------------------
carousel base layout 
-------------------------------- */

.c-block .carousel {
    position: relative;
}

.c-block .carousel-control-prev,
.c-block .carousel-control-next {
    color: #fff;
    text-align: center;
    position: absolute;
    width: 45px;
    padding: 0;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
    z-index: 1;
    bottom: 30px;
    top: auto;
}


.c-block .carousel-control-next {
    right: 0;
}

.c-block .carousel-control-prev {
    left: 0;
}

.c-block .carousel-control-prev-icon,
.c-block .carousel-control-next-icon {
    display: inline-block;
    width: 45px;
    height:45px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.c-block .carousel-control-next-icon {
    background-image: url(../images/share/carousel2-control-next-icon.svg);
}

.c-block .carousel-control-prev-icon {
    background-image: url(../images/share/carousel2-control-prev-icon.svg);
}



/********************************************************************************
CONTENTS AREA
********************************************************************************/

/* --------------------------------
header_block #header
-------------------------------- */
.header_block {
    color: #2e2e2e;
    background: #fffbf0;
    min-height: 80px;
    
}

.fixed-sp {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fffbf0;
    padding: 15px 0 0;
}

.header_block-logo-wrap {
    text-align: center;
}

.header_block h1 {
    font-size: .75rem;
}

.navbar, .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbar-nav {
    padding: 40px 15px;
    background: #60A662;
}

.nav-item {
    color: #2e2e2e;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.nav-item span {
    color: #43a85a;
    font-size: 1.25rem;
    font-weight: bold;
    display: block;
    line-height: 1;
}



.navbar .nav li a {
    color: #fffbf0;
    line-height: 1.4;
    padding: 0 10px 0;
}




/* --------------------------------
mainv_block #mainv
-------------------------------- */
.mainv_block {
    color: #2e2e2e;
    background: #fffbf0;
    padding: 0 5px;
}

.mainv_block .carousel-control-prev,
.mainv_block .carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    z-index: 1;
    width: 3rem;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.8;
    transition: opacity 0.15s ease;
}

.mainv_block .carousel-control-next {
    right: -4rem;
}

.mainv_block .carousel-control-prev {
    left: -4rem;
}

.mainv_block .carousel-control-prev-icon,
.mainv_block .carousel-control-next-icon {
    display: inline-block;
    width: 3rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.mainv_block .carousel-control-next-icon {
    background-image: url(../images/share/carousel-control-next-icon.svg);
}
.mainv_block .carousel-control-prev-icon {
    background-image: url(../images/share/carousel-control-prev-icon.svg);
}


/* --------------------------------
news_block #news
-------------------------------- */
.news_block {
    color: #fffbf0;
    background: #43a85a;
}

.news_block .block-title-sub {
    font-size: .875rem;
    display: block;
}

.news_block .box-wrap {
    position: relative;
    overflow: hidden;
}

.news_block .full-box {
    color: #2e2e2e;
    text-align: left;
    background: #fffbf0;
    border: 15px solid #43a85a;
}

/* --------------------------------
about_block #about
-------------------------------- */
.about_block {
    color: #43a85a;
    padding-bottom: 0;
    background: linear-gradient(to top,#fffbf0 10%,transparent 20%),url(../images/share/activity_block-bg.jpg) no-repeat top left -200px #fffbf0;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about_block .block-title {
    margin-bottom: 30px;
}

.about_block .block-desc {
    color: #eb832a;
    font-size: 1.125rem;
}

.about_block .block-desc p {
    margin-bottom: 30px;
}
/* --------------------------------
activity_block #activity
-------------------------------- */
.activity_block {
    color: #43a85a;
    background: #fffbf0;
}

.activity_block .block-title {
    margin-bottom: 30px;
}

.activity_block .box-right .box-content-end {
    font-size: .625rem;
    font-size: .625rem;
    margin-bottom: 1rem;
}

.activity_block .box-right .box-content-end {
    font-size: 1.125rem;
    font-size: .625rem;
    margin-bottom: 1rem;
}


.split-box-wrap {
    margin-bottom: 30px;
}

.split-box {
    color: #fffbf0;
    background: #eb832a;
    border-radius: 30px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.split-box .box-title {
    border-bottom: 1px solid #fffbf0;
    padding: 10px 15px 20px;
}

.split-box .box-title h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.split-box .box-content {
    padding: 30px 15px 15px;
    margin-bottom: 15px;
}

.split-box .box-content p {
    font-size: 1.0625rem;
    margin-bottom: 0;
}

.split-box .box-img {
    margin-top: auto;
    margin-bottom: 15px;
}

.split-box .box-content span {
    font-size: .9375rem;
    display: block;
}

.activity_block .full-box {
    color: #2e2e2e;
    text-align: left;
    background: #43a85a;
    padding: 20px;
    border-radius: 23px;
    margin-bottom: 30px;
}

.activity_block .full-box .box-right {
    display: flex;
    flex-direction: column;
}

.activity_block .full-box .box-header {
    margin-bottom: 0;
}

.activity_block .full-box .box-title {
    color: #fffbf0;
    font-size: 1.0625rem;
    text-align: center;
    margin-bottom: 10px;
}

.activity_block .box-right p {
    margin-bottom: 0;
}


.activity_block .box-right p:first-child {
    text-indent: 1em;
}
.activity_block .box-img {
    text-align: center;
}

.box-right .box-footer {
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
}


/* --------------------------------
topics_block #topics
-------------------------------- */
.topics_block {
    color: #fffbf0;
    background: #eb832a;
}

.topics_block .box-wrap {
    position: relative;
    overflow: hidden;
}

.topics_block .block-title-sub {
    font-size: 1rem;
    display: block;
}
.topics_block .full-box {
    color: #2e2e2e;
    text-align: left;
    background: #fffbf0;
    border: 15px solid #eb832a;
}

/* --------------------------------
member_block #member
-------------------------------- */
.member_block {
    color: #2e2e2e;
    background: #fffbf0;
}

.member_block .block-title {
    color: #43a85a;
}

.member_block .block-desc {
    text-align: left;
    padding: 15px;
}

.member_block .full-box {
    color: #fffbf0;
    text-align: left;
    background: #43a85a;
    border: 15px solid #fffbf0;
    min-height: 735px;
}

.member_block .box-wrap {
    position: relative;
    overflow: hidden;
}

.member_block .full-box .box-cate {
    color: #fffbf0;
    font-size: .9375rem;
    padding: 2px 15px;
    background: #eb832a;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 10px;
}

.member_block .full-box .box-header {
    color: #fffbf0;
    border-bottom: 2px dashed #fffbf0;
}

.member_block .full-box .box-title {
    color: #fffbf0;
    font-size: 1.375rem;
}

.member_block .box-content-sub {
    font-size: .75rem;
    margin-bottom: 15px;
}

.member_block .box-content-sub p {
    font-size: .8125rem;
    color: #fffbf0;
    margin-bottom: 0;
}

.c-block.member_block .box-footer a {
    color: #43a85a;
    background-image: url(../images/share/box-content-link-pdf.svg);
}


.c-block.member_block .carousel-control-next-icon {
    background-image: url(../images/share/carousel3-control-next-icon.svg);
}

.c-block.member_block .carousel-control-prev-icon {
    background-image: url(../images/share/carousel3-control-prev-icon.svg);
}

.box-address,
.box-phone {
    font-size: .8125rem;
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 10px;
}

.box-address::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url(../../assets/images/share/address-icon.svg);
}
.box-phone::after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url(../../assets/images/share/phone-icon.svg);

}


.box-data .outerlink-icon {
    color: #ffffff!important;
    float: right;
}

.box-data .outerlink-icon::after {
    content:"\f08e";
    font-family:FontAwesome;
    margin-left:5px;
    position: relative;
}

.box-img {
    position: relative;
}

.img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 251, 240, .75);
    opacity: 0;
	transition: all 0.4s ease;
}

.img-overlay:hover {
    opacity: 1;
	transition: all 0.4s ease;
}

.img-overlay-text {
    margin-bottom: 0;
}

.img-overlay-text span::after {
    content:"\f08e";
    font-family:FontAwesome;
    margin-left:5px;
    position: relative;

}


/* --------------------------------
apply_block #apply
-------------------------------- */
.apply_block {
    color: #2e2e2e;
    background: #43a85a;
}

.apply_block .block-title {
    color: #fffbf0;
}

.apply_block .block-title-sub {
    font-size: .875rem;
    display: block;
}

.apply_block .block-link img {
    border: 1px solid #707070;
    border-radius: 8px;
}

.apply_block .block-desc {
    font-size: .8125rem;
    text-align: left;
    margin-bottom: 30px;
}

.apply_block .form-group {
    color: #ffffff;
    text-align: left;
    font-size: .9375rem;
}

.required-mark {
    color: #FFF;
    background-color: #eb832a;
    display: inline-block;
    margin: 0 5px 2px;
    padding: 2px 8px;
    font-size: .6875rem;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

.control-form-label {
    margin-bottom: 5px;
}

/* ---- form ---- */
.form-horizontal {
    max-width: 800px;
    margin: 0 auto 30px;
}
.form-control {
    line-height: 1.25;
    font-size: .875rem;
    padding: 10px 15px;
    border: 1px solid #000000;
    border-radius: 8px;
}

.input-group > .form-select {
    border-radius: 8px;
    border: 1px solid #000000;
}

div.mfp_err {
    color: #ffeb3b;
    position: static!important;
    right: 0px;
    bottom: -2em;
    font-size: 0.8rem;
    text-align: left;
    margin-bottom: 10px;
    clear: both;
    background: none;
}

select {
    word-wrap: normal;
}

.policy-title {
    color: #ffffff;
    font-size: 1.125rem;
}

.policy-box {
    color: #000000;
    max-height: 300px;
    width: 100%;
    text-align: left;
}

.btn-submit {
    color: #fff;
    background-color: #eb832a;
    padding: 2px 28px;
}
/* --------------------------------
FOOTER BLOCK
-------------------------------- */
.footer_block {
    color: #2e2e2e;
    background: #fffbf0;
}

.bana-box {
    text-align: center;
    margin-bottom: 20px;
}

.bana-box img {
    border: 1px solid #505050;
    border-radius: 20px;
}

.contact-wrap {
    margin-bottom: 60px;
}

.contact-box {
    font-size: .8125rem;
    text-align: center;
}

.contact-text {
    font-size: .8125rem;
    margin-top: 15px;
}

.footer_block-logo-link {
    margin-bottom: 30px;
    display: block;
}

.contact-box p {
    margin-bottom: 0;
}

.copywrap {
    margin-bottom: 15px;
}

.copy-text {
    color: #43a85a;
    font-size: 	.625rem;
    text-align: center;
}



/********************************************************************************
color Setting
********************************************************************************/

.fc-base { color: #2e2e2e; }
.fc-base2{ color: #fffbf0; }
.fc-main { color: #43a85a; }
.fc-sub  { color: #eb832a; }
.fc-white,
.fc-white:hover,
.fc-white:focus {
	color: #ffffff;
}

.bg-base { background-color: #fffbf0; }
.bg-main { background-color: #43a85a; }
.bg-sub  { background-color: #eb832a; }
.bg-white{ background-color: #ffffff; }




/********************************************************************************
@media query Small devices
********************************************************************************/
@media screen and (min-width: 576px) {

	.member_block .full-box {
        min-height: 780px;
    }

}


/********************************************************************************
@media query Medium devices
********************************************************************************/
@media screen and (min-width: 768px) {

    
    .fixed-app {
        position: fixed;
        bottom: 50px;
        left: 10px;
        z-index: 10;
    }
    .fixed-pagetop {
        position: fixed;
        bottom: 50px;
        right: 10px;
        z-index: 10;
    }


    /* --------------------------------
    full-box
    -------------------------------- */

    .full-box {
        padding: 45px;
        border-radius: 50px;
        margin-bottom: 30px;
        min-height: 655px;
    }

    .full-box .box-title {
        font-size: 1.375rem;
    }

    .mainv_block {
        color: #2e2e2e;
        background: #fffbf0;
        padding: 0 30px;
    }

    .c-block {
        text-align: center;
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

    .c-block .box-footer a {
        color: #fffbf0;
        font-size: 1.75rem;
        display: inline-block;
        padding: 5px 70px 10px 15px;
        width: 20rem;
        height: 6rem;
        background-image: url(../images/share/box-content-link-all.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%;
    }
    
    
    .block-title {
        font-size: 2.4375rem;
        margin-bottom: 45px;
    }

    .c-block .carousel {
        position: relative;
        padding: 0 100px;
    }

    .c-block .carousel-control-prev,
    .c-block .carousel-control-next {
        color: #fff;
        text-align: center;
        position: absolute;
        width: 5%;
        padding: 0;
        background: none;
        border: 0;
        opacity: 1;
        transition: opacity 0.15s ease;
        top: 40%;
        bottom: auto;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    
    .c-block .box-footer {
        display: block;
    }

    /* --------------------------------
    news_block #news
    -------------------------------- */
    .news_block .block-title-sub {
        font-size: 1.75rem;
        display: block;
    }

    /* --------------------------------
    topics_block #activity
    -------------------------------- */
    
    /* --------------------------------
    about_block #about
    -------------------------------- */
    .about_block {
        color: #43a85a;
        padding-bottom: 0;
        background: linear-gradient(to top,#fffbf0 10%,transparent 20%),url(../images/share/activity_block-bg.jpg) no-repeat top center #fffbf0;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    
    .about_block .block-desc {
        color: #eb832a;
        font-size: 1.375rem;
    }

    .about_block .block-desc p {
        margin-bottom: 45px;
    }
    
    
    .topics_block .block-title-sub {
        font-size: 1.75rem;
    }


    /* --------------------------------
    .activity_block #activity
    -------------------------------- */
    .activity_block .block-title {
        margin-bottom: 30px;
    }

    .activity_block .box-right .box-content-end {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    

    .split-box-wrap {
        margin-bottom: 30px;
    }

    .split-box {
        color: #fffbf0;
        background: #eb832a;
        border-radius: 30px;
        padding: 15px;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .split-box .box-title {
        border-bottom: 1px solid #fffbf0;
        padding: 15px;
    }

    .split-box .box-title h3 {
        font-size: 1.375rem;
        margin-bottom: 0;
    }

    .split-box .box-content p {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .split-box .box-content span {
        font-size: 1.0625rem;
        display: block;
    }

    .split-box .box-content {
        padding: 30px 0 15px;
        margin-bottom: 15px;
    }

    .activity_block .full-box {
        color: #2e2e2e;
        text-align: left;
        background: #43a85a;
        padding: 30px 50px;
        border-radius: 50px;
        margin-bottom: 30px;
    }

    .activity_block .full-box .box-title {
        font-size: 1.125rem;
    }

    .activity_block .box-right p {
        text-indent: 1em;
    }

    .activity_block .box-content-end {
        font-size: 	1rem;
    }
    
    /* --------------------------------
    .member_block #member
    -------------------------------- */

    .member_block .full-box {
        min-height: 800px;
    }

    .member_block .block-desc {
        text-align: center;
        margin-bottom: 60px;
    }
    /* --------------------------------
    apply_block #apply
    -------------------------------- */
    .apply_block .block-title-sub {
        font-size: 1.75rem;
        border-radius: 40px;
    }
    
    .apply_block .block-desc {
        font-size: 1rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .apply_block .form-group {
        color: #ffffff;
        text-align: left;
        font-size: 1.25rem;
    }

    .form-control {
        font-size: 1.25rem;
    }
    
    .policy-title {
        color: #ffffff;
        font-size: 1.75rem;
    }
    
    .text-rl {
        font-size: 1.5rem;
        /* -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        line-height: 1;
        height: auto; */
        text-align: left;
        position: relative;
        z-index: 10;
        margin: 0 auto;
      }
    
     .text-rl p {
        margin-bottom: 0;
     }
     
    /* --------------------------------
    footer
    -------------------------------- */
    .contact-box {
        font-size: 1rem;
        text-align: left;
    }
    
    .contact-text {
        font-size: 1rem;
    }
    .copy-text {
        color: #43a85a;
        font-size: .8125rem;
        text-align: center;
    }

    
}


/********************************************************************************
@media query Large devices
********************************************************************************/
@media screen and (min-width: 992px) {
    
        
    .fixed-sp {
        position: static;
        top: auto;
        right: auto;
        left: auto;
        z-index: auto;
    }

    .navbar-nav {
        padding: 30px 15% 5px;
        background: #fffbf0;
    }

    .navbar .nav li a {
        color: #2e2e2e;
        line-height: 1.4;
        padding: 0 10px 0;
        background:
            linear-gradient(rgba(67, 168, 90, .35), rgba(67, 168, 90, .35)) 0 100% / 0 30% no-repeat,
            linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 0 100% / 100% 30% no-repeat;
        /* background-size: 100% 30%; */
        transition: all .4s;
    }

    .navbar .nav li a:hover {
        background:
            linear-gradient(rgba(67, 168, 90, .35), rgba(67, 168, 90, .35)) 0 100% / 100% 30% no-repeat,
            linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 0 100% / 100% 30% no-repeat;
        /* background-size: 100% 30%; */
        transition: all .4s;
    }

    .mainv_block {
        color: #2e2e2e;
        background: #fffbf0;
        padding: 0 150px;
    }

    .text-rl {
        font-size: 1.5rem;
        -webkit-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        -ms-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        display: inline-block;
        line-height: 1;
        height: auto;
        text-align: left;
        position: relative;
        z-index: 10;
    }

    
    .nav-item {
        color: #2e2e2e;
        font-size: 1.2rem;
    }

    .full-box .box-right .box-img {
        margin-bottom: 25px;
    }

    .full-box {
        min-height: 480px;
        padding: 60px 45px 40px;
    }

    .activity_block .full-box .box-title {
        font-size: 1.2rem;
    }

    .about_block .block-desc {
        font-size: 1.75rem;
    }





    /* --------------------------------
    .member_block #member
    -------------------------------- */
    .member_block .full-box {
        min-height: 680px;
    }



    




}

/********************************************************************************
@media query X-Large devices
********************************************************************************/
@media screen and (min-width: 1200px) {

    .nav-item {
        color: #2e2e2e;
        font-size: 1.5rem;
    }

    .split-box .box-title h3 {
        font-size: 1.75rem;
        margin-bottom: 0;
    }

    /* --------------------------------
    .member_block #member
    -------------------------------- */
    .member_block .full-box {
        min-height: 560px;
    }



}

/********************************************************************************
@media query XX-Large devices
********************************************************************************/
@media screen and (min-width: 1400px) {

    .block-title {
        font-size: 2.625rem;
        margin-bottom: 45px;
    }

    .split-box .box-title h3 {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .full-box {
        min-height: 410px;
    }

    .activity_block .full-box .box-title {
        font-size: 1.62rem;
    }

    /* --------------------------------
    .member_block #member
    -------------------------------- */
    .member_block .full-box {
        min-height: 540px;
    }

    .split-box .box-title h3 {
        font-size: 1.375rem;
        margin-bottom: 0;
    }

    .split-box .box-content p {
        font-size: 1.375rem;
        margin-bottom: 0;
    }

    .split-box .box-content span {
        font-size: 1.125rem;
        display: block;
    }






}

