/* TOP-Button */
.mu_btst {
    position: absolute;
    width: 88px;
    right: 69px;
    top: 15px;
    text-align: center;
    padding: 6px 4px;
    letter-spacing: 0.1em;
    border: 1px solid #b1b1b1;
    color: #555;
    border-radius: 6px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);
}
/* 麵包屑 */
.site-breadcrumb {
    width: 100%;
    max-width: 1170px;
    font-size: 14px;
    color: #333;
    line-height: 1;
    text-align: left;
    padding: 15px 15px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 10;
    transform: translateX(-50%);
}
.site-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}
.site-breadcrumb li::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 20px;
    margin: 0 6px 0 8px;
    background: url(../images/events/arrow_R.svg) center center / contain no-repeat;
}
.site-breadcrumb li:last-child::after {
    display: none;
}
.site-breadcrumb a {
    color: #333;
}
.site-breadcrumb .sb-home a {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .site-breadcrumb {
        display: none;
    }
}

/* TAB-bgColor */
.site-content-wrapper.bg-st-2 {
    background-color: #4B4B4B;
}
/* TAB-titleColor */
.site-content-wrapper.bg-st-2 .cb-title {
    color: #fff;
}
.site-content-wrapper .cb-title,
.site-content-wrapper .content-title {
    color: #444;
}
.site-content-wrapper section {
    padding: 50px 0;
}
.site-content-wrapper .cb-title,
.site-content-wrapper .content-title {
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 45px;
    padding: 0 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .site-content-wrapper .cb-title,
    .site-content-wrapper .content-title {
        font-size: 30px;
    }
}
/* KV-ALL */
.banner-box-l {
    width: 100%;
    height: auto;
    position: relative;
}
.banner-box-l h1 {
    line-height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.banner-box-l .bbl-img img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-box-l .bbl-img .mobile {
    display: none;
}
@media (max-width: 767px) {
    .banner-box-l {
        background-image: none;
    }
    .banner-box-l .bbl-img .pc {
        display: none;
    }
    .banner-box-l .bbl-img .mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .banner-box-l .bbl-img .pc {
        width: 170%;
        margin-left: -240px;
    }
}

/* ----- index.html -------------------- */
/* in-KV */
.banner-box-l .kv-box {
    width: 20%;
    position: absolute;
    left: 55%;
    top: 16%;
}

.banner-box-l .kv-box .txt_con img {
    width: 100%;
    max-width: 378px;
}

/*.banner-box-l .kv-box .txt_con h1 {
    width: 100%;
    max-width: 378px;
    color: #42170c;
    font-size: 46px;
    font-weight: bold;
}*/
.banner-box-l .kv-box .txt_con h3 {
    color: #252525;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0 8px;
}
.banner-box-l .kv-box .txt_con p {
    color: #3f3f3f;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: justify;
}
.banner-box-l .kv-box .txt_con p span {
    display: inline-block;
    background: none repeat 0 0 scroll #FF5252;
    color: #fff;
    font-size: 14px;
    margin: 2px 0 0;
    padding: 2px 10px;
    text-shadow: initial;
}
@media screen and (min-width: 1024px) and (max-width: 1749px) {
    .C-B-index .banner-box-l .bbl-img .pc {
        width: 250%;
        margin-left: -800px;
    }
    .C-B-index .banner-box-l .kv-box {
        width: 37%;
        left: 60%;
        top: 20%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-box-l .bbl-img .pc {
        width: 220%;
        margin-left: -540px;
    }
    .banner-box-l .kv-box {
        width: 43%;
        left: 51%;
    }
}
@media screen and (max-width: 767px) {
    .banner-box-l .kv-box {
        width: 100%;
        max-width: initial;
        margin-right: 0;
        left: 0;
        top: 0;
    }
    .banner-box-l .kv-box .txt_con {
        max-width: 100%;
        width: 100%;
        padding: 0 28px;
        text-align: center;
        position: relative;
        top: 45px;
        right: 0;
    }
    .banner-box-l .kv-box .txt_con img {
        width: 100%;
    }
    /*.banner-box-l .kv-box .txt_con h1 {
        font-size: 39px;
    }*/
    .banner-box-l .kv-box .txt_con h3 {
        font-size: 16px;
        text-align: left;
    }
    .banner-box-l .kv-box .txt_con .txt {
        text-align: left;
    }
}
/* in-KV：button */
.banner-box-l .kv-box a.but_st {
    display: inline-block;
    width: 100%;
    max-width: 184px;
    background: #588c3f;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
    padding: 10px;
    text-align: center;
    transition: 0.4s;
}
.banner-box-l .kv-box a.but_st.but_og {
    max-width: 146px;
    background-color: #FFCC10;
    color: #503600;
    margin: 10px 15px 0 0;
}
.banner-box-l .kv-box a.but_st::before {
    content: "\25BA";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
}
@media (max-width: 767px) {
    .banner-box-l .kv-box a.but_st,
    .banner-box-l .kv-box a.but_st.but_og {
        max-width: 240px;
    }
    .banner-box-l .kv-box a.but_st.but_og {
        margin: 20px auto 15px;
    }
}
@media (max-width: 768px) {
    .banner-box-l .kv-box a.but_st.but_og {
        margin: 20px auto 10px;
    }
}

/* TAB-01 */
.TAB-01 .conb_box {
    display: flex;
}
.TAB-01 .conb_box .tab-box {
    margin: 0 30px 0 0;
    position: relative;
}
.TAB-01 .conb_box .tab-box:last-child {
    margin: 0;
}
.TAB-01 .conb_box .tab-box img {
    width: 250px;
}
.TAB-01 .conb_box .tab-box h4 {
    width: 250px;
    color: #FFEDBE;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .TAB-01 .conb_box {
        flex-wrap: wrap;
    }
    .TAB-01 .conb_box .tab-box {
        width: 50%;
        margin-right: 0;
        margin-bottom: 25px;
        text-align: center;
    }
    .TAB-01 .conb_box .tab-box:nth-child(n + 3) {
        margin: 0;
    }
    .TAB-01 .conb_box .tab-box h4 {
        margin-left: -125px;
        left: 50%;
    }
}
@media (max-width: 767px) {
    .TAB-01 .conb_box {
        flex-direction: column;
    }
    .TAB-01 .conb_box .tab-box {
        margin: 0 auto 40px;
    }
    .TAB-01 .conb_box .tab-box:last-child {
        margin: 0 auto;
    }
}
/* TAB-02 */
.TAB-02 .cona_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 38px;
}
.TAB-02 .cona_box .tab-box {
    display: flex;
    width: calc( (100% / 2) - 38px );
    margin-bottom: 25px;
}
.TAB-02 .cona_box .tab-box:nth-child(2n - 1) {
    margin-right: 25px;
}
.TAB-02 .cona_box .tab-box dt {
    margin-right: 15px;
}
.TAB-02 .cona_box .tab-box dd {
    padding: 35px 0 0 0;
}
.TAB-02 .cona_box .tab-box h4 {
    color: #1C7F61;
    font-size: 18px;
    margin-bottom: 5px;
}
.TAB-02 .cona_box .tab-box p {
    color: #444;
    font-size: 14px;
    line-height: 1.5;
}
.TAB-02 .cona_box .tab-box img {
    width: 250px;
}
@media (max-width: 767px) {
    .TAB-02 .cona_box,
    .TAB-02 .cona_box .tab-box {
        flex-direction: column;
        justify-content: space-around;
    }
    .TAB-02 .cona_box .tab-box {
        margin-bottom: 25px;
        width: 100%;
    }
    .TAB-02 .cona_box .tab-box:last-child {
        margin-bottom: 0;
    }
    .TAB-02 .cona_box .tab-box,
    .TAB-02 .cona_box .tab-box:nth-child(2n - 1) {
        max-width: 250px;
        margin-right: auto;
        margin-left: auto;
    }
    .TAB-02 .cona_box .tab-box dt,
    .TAB-02 .cona_box .tab-box dd {
        text-align: center;
        margin: 0;
    }
    .TAB-02 .cona_box .tab-box dd {
        padding: 15px 0 0;
    }
    .TAB-02 .cona_box .tab-box dd p {
        text-align: center;
    }
}
@media (max-width: 1024px) {
    .TAB-02 .cona_box .tab-box {
        flex-direction: column;
    }
    .TAB-02 .cona_box .tab-box dt,
    .TAB-02 .cona_box .tab-box dd {
        text-align: center;
        margin: 0;
    }
    .TAB-02 .cona_box .tab-box dd {
        padding: 15px 0 0;
    }
    .TAB-02 .cona_box .tab-box dd p {
        width: 250px;
        margin: 0 auto;
    }
}
/* TAB-03 */
.TAB-03 .conc_box table {
    width: 70%;
    margin: 0 auto;
    padding: 4px;
}
.TAB-03 .conc_box th,
.TAB-03 .conc_box td {
    border: 2px solid #4b4b4b;
    text-align: center;
    vertical-align: middle;
}
.TAB-03 .conc_box td {
    color: #444;
    font-size: 14px;
    padding: 15px 0;
}
.TAB-03 .conc_box th span {
    display: inline-block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}
.TAB-03 .conc_box span.bl-bg {
    background-color: #76C5CA;
}
.TAB-03 .conc_box span.gr-bg {
    background-color: #7FF18F;
}
.TAB-03 .conc_box td.item {
    background-color: #FFC629;
    color: #2A2A2A;
}
.TAB-03 .conc_box td.l-bl-bg {
    background-color: #D3F9FB;
}
.TAB-03 .conc_box td.l-gr-bg {
    background-color: #E9F9E8;
}
@media (max-width: 767px) {
    .TAB-03 .conc_box table {
        width: 90%;
    }
    .TAB-03 .conc_box td.l-gr-bg {
        padding: 15px;
    }
}
/* TAB-04 */
.TAB-04 .mtb50 {
    padding-bottom: 0;
}
.TAB-04 .mtb50 .cona_box {
    display: flex;
}
.TAB-04 .mtb50 .cona_w,
.TAB-04 .mtb50 .cona_img {
    width: 50%;
}
.TAB-04 .mtb50 .cona_w {
    padding: 0 40px;
}
.TAB-04 .mtb50 .cona_img {
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.TAB-04 .mtb50 .cona_img img {
    width: 90%;    
}
.TAB-04 .content-des {
    font-size: 17px;
    color: #555;
    line-height: 1.7;
    padding: 6px 10px;
    border: #588c3f 2px dashed;
    margin: 10px 0px;    
}
.TAB-04 .pdf_lin {
    color: #588c3f;
    vertical-align: middle;
    transition: 0.4s;
    display: inline-block;
    margin-top: 15px;
}
.TAB-04 .pdf_lin img {
    vertical-align: sub;
    margin-right: 5px;
    width: 20px;
    height: auto;
}
@media (max-width: 767px) {
    .TAB-04 .mtb50 .cona_box {
        flex-direction: column;
    }
    .TAB-04 .mtb50 .cona_w,
    .TAB-04 .mtb50 .cona_img {
        width: 100%;
    }
    .TAB-04 .mtb50 .cona_w {
        margin-bottom: 35px;
    }
    .TAB-04 .mtb50 .cona_img {
        justify-content: center;
    }
    .TAB-04 .mtb50 .cona_img img {
        width: 90%;
    }
}
@media (max-width: 1024px) {
    .TAB-04 .mtb50 .cona_w {
        margin-bottom: 35px;
    }
}
/* TAB-05 */
.TAB-05 .conb_box {
    text-align: center;
}
.TAB-05 .conb_box p {
    font-size: 17px;
    color: #b5b5b5;
    line-height: 22px;
    padding: 0 15px;
    text-align: center;
}
.TAB-05 a.but_st_b {
    width: 300px;
    background: #588c3f;
    border-radius: 10px;
    color: #fff;
    transition: 0.4s;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/* ----- send.html -------------------- */

/* TAB-01 */
.C-B-send .TAB-01 .cond_box {
    display: flex;
    flex-wrap: wrap;
}
.C-B-send .TAB-01 .tab-box {
    width: calc(100% / 3);
    margin: 0 0 30px;
}
.C-B-send .TAB-01 ul {
    background-color: #fff;
    width: 90%;
    border: 5px solid #1C7F61;
    border-radius: 12px;
    margin: 0 auto;
}
.C-B-send .TAB-01 ul li {
    text-align: center;
    padding: 17px 0 0;
    position: relative;
}
.C-B-send .cond_box .tab-box li img {
    width: 100%;
    margin-bottom: 30px;
}
.C-B-send .TAB-01 .cond_box .tab-box h4 {
    width: 100%;
    color: #1C7F61;
    font-size: 16px;
    line-height: 1.2;
    padding: 0 30px 20px;
    position: absolute;
    bottom: 15px;
}
.C-B-send .TAB-01 .cb-subtitle {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}
.C-B-send .TAB-01 .cond_box p {
    font-size: 16px;
    color: #b5b5b5;
    text-align: center;
    line-height: 22px;
}
.C-B-send .TAB-01 .p_stt {
    background: #fff;
    padding: 16px;
    border-radius: 6px;
}
.C-B-send .TAB-01 .pdf_lin {
    color: #588c3f;
    vertical-align: middle;
    transition: 0.4s;
    display: inline-block;
}
.C-B-send .TAB-01 .pdf_lin img {
    vertical-align: sub;
    margin-right: 5px;
    width: 20px;
    height: auto;
}
@media (max-width: 1024px) {
    .C-B-send .TAB-01 .cb-subtitle,
    .C-B-send .TAB-01 .p_stt {
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .C-B-send .TAB-01 .tab-box {
        width: 100%;
        margin: 0 0 30px;
    }
    .C-B-send .TAB-01 .tab-box ul {
        margin: 0 auto;
        height: initial;
    }
    .C-B-send .TAB-01 .cond_box .tab-box h4 {
        width: 100%;
        margin-left: 0;
        left: initial;
    }
    .C-B-send .TAB-01 .cond_box .tab-box:nth-child(n + 3) {
        margin-bottom: 30px;
    }
    .C-B-send .TAB-01 .cb-subtitle,
    .C-B-send .TAB-01 .p_stt {
        margin-right: 15px;
        margin-left: 15px;
    }
}

/* ----- rookie.html ------------------ */
/* Q&A */
.C-B-rookie .site-content-wrapper .sfw-box {
    width: 100%;
    max-width: 1024px;
    margin-bottom: 20px;
    margin: 0 auto 20px;
}
.C-B-rookie .site-content-wrapper .sfw-box dt {
    width: 100%;
    min-height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #535353;
    background: #eef2ec;
    padding: 20px 50px 20px 60px;
    position: relative;
    cursor: pointer;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.C-B-rookie .site-content-wrapper .sfw-box dt::before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    background: url(../images/events/ic_que.svg) center center no-repeat;
    position: absolute;
    left: 20px;
    top: calc(50% - 13px);
    z-index: 5;
}
.C-B-rookie .site-content-wrapper .sfw-box dt::after {
    content: '';
    width: 16px;
    height: 8px;
    display: block;
    background: url(../images/events/ic_arrow_down.svg) center center no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
    z-index: 5;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.C-B-rookie .site-content-wrapper .sfw-box dt.sft-act::after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.C-B-rookie .site-content-wrapper .sfw-box dt .sft-txt {
    line-height: 1.6;
}
.C-B-rookie .site-content-wrapper .sfw-box dd {
    display: none;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 1.7;
    color: #535353;
    padding: 20px 30px;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
}
.C-B-rookie .site-content-wrapper.bg-st-2 .sfw-box dd {
    color: #fff;
}
.C-B-rookie .site-content-wrapper .sfw-box a {
    color: #588C3F;
    text-decoration: none;
}
.C-B-rookie .site-content-wrapper .sfw-box a:hover {
    text-decoration: underline;
}
.C-B-rookie .site-content-wrapper .sfw-box span.red {
    color: #FF5252;
}
.C-B-rookie .site-content-wrapper .sfw-box dd {
    line-height: 1.8;
}
.C-B-rookie .site-content-wrapper .sfw-box dd h5 {
    margin: 10px 0 0px;
}
.C-B-rookie .site-content-wrapper .sfw-box ol.decimal {
    list-style-type: decimal;
    margin: 0 0 20px 20px;
}
.C-B-rookie .site-content-wrapper .sfw-box ol li {
    line-height: 1.8;
}
.C-B-rookie .site-content-wrapper .sfw-box p+ol.decimal {
    margin: 20px 0 0 20px;
}
.C-B-rookie .site-content-wrapper .sfw-box ol li a.but_st_b {
    display: inline-block;
    width: 200px;
    background: #588c3f;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    padding: 10px;
    text-align: center;
    transition: 0.4s;
}
@media (max-width: 1024px) {
    .C-B-rookie .site-content {
        padding: 0 15px;
    }
}