/** Start: fuji-harness line  **/
.rod__line {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dotted__line {
    border-bottom: 1px dashed #666;
    margin-top: 20px;
    margin-bottom: 20px
}
.footprint__line {
    margin-top: 20px;
    margin-bottom: 20px
}
/** End: fuji-harness line  **/

/** fuji-harness body  **/
#fuji {
    display: flex;
    max-width: 1000px;
    margin: 0 auto  40px;
}
.fuji-content-wraper {
    display: flex;
}
.main-fuji-harness {
    width: 1010px;
    margin: auto;
    padding-bottom: 80px;
    margin-top: -1%;
}
.imgage-slide {
    width: 100%;
}
.main-fuji-harness-content {
    max-width: 700px;
    margin-right: 50px;
}
.each-slide-effect > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    height: 460px;
  }
.top_news {
    position: relative;
    padding-top: 25px;
    margin-bottom: 1.5em;
}
.imagetitle{
    background: url(../img/title_bg.png) no-repeat;
    padding: 5px 0 6px 1em;
}
ul.list_link {
    width: 400px;
    position: absolute;
    top: 36px;
    right: 0;
    font-size: 75%;
    margin-bottom: 0;
}
ul.list_link li {
    float: left;
    width: auto;
    background: #FFF;
    margin-right: 10px;
    border: none;
    list-style: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    border-radius: 0.3em;
    padding: 0;
}
ul.list_link li.news a {
    /* background: url(../img/news_arrow.png) 5px center no-repeat; */
    padding: 0px 7px;
    color: #dd337a;
}
ul.list_link li.news img {
   margin-left: 5px;
}

ul.list_link li.event a {
    /* background: url(../img/event_arrow.png) 5px center no-repeat; */
    padding: 0px 7px;
    color: #4ab0e1;
}
ul.list_link li.event img {
    margin-left: 5px;
}
ul.list_link li.koinu a {
    /* background: url(../img/foot_arrow.png) 5px center no-repeat; */
    padding: 0px 7px;
    color: #8cbf48;
}
ul.list_link li.koinu img {
    margin-left: 5px;
}
.top_news_content {
    margin-top: 5px;
}
.news-item {
    line-height: 1.7;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px dotted #aaa;
    align-items: center;
    font-size: 100%;
}
.main-fuji-harness .news-item {
    border-bottom: 2px dotted #4ab0e1;
}
.news-item .title {
    font-size: 111%;
    letter-spacing: -1px;
    /* max-width: 470px;
    width: 60%; */
    display: block;
    flex: 1;
}
/* .days-en {
    font-size: 100%;
    width: 6em;
} */
.days {
    font-size: 100%;
    width: 9.5em;
}
.days.news__detail__day {
    flex: 1;
    text-align: end;
}
.days p {
    margin: 0;
    display: inline;
}
.cate {
  margin: 5px 10px;
  font-size: 81%;
  font-weight: bold;
  text-align: center;
  width: 5.5em;
  border-radius: 4px;
  line-height: 10px;
  margin-right: 15px;
  padding: 4px;
}
.abc {
    margin-left: 239px;
}
.event__List .news-item {
    display: block;
    line-height: 36px;
}
.event__List .news-item .days {
    float: left;
}
.event__List .news-item .cate {
    float: left;
    margin: 8px 10px 0 0;
}
.event__List .cate {
    width: unset;
    word-break: keep-all;
}
.event__List .news-item .title {
    word-break: break-word;
    flex: 1;
    width: unset;
    margin-left: 239px;
}

.event__List .event__List__type .List__type__item {

    cursor: pointer;
    font-size: 100%;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}
.cate.b{
    background: #444;
    color: #FFF;
}
.cate.k{
    background: #8cbf48;
    color: #FFF;
}
.cate.e {
    background: #cfe0f8;
    color: #4ab0e1;
}
.cate.e_fuji {
    background: #4ab0e1;
    color: #ffffff
}
.cate.n {
    background: #f8cfdf;
    color: #dd337a;
}
.cate.n_fuji {
    background: #dd337a;
    color: #ffffff;
}

.cate.m {
    background: #d0eee7;
    color: #42ba9f;
}
.cate.m {
    background: #d0eee7;
    color: #42ba9f;
}
.cate.others {
    background: #ffe9c2;
    color: #ff8200;
}
.imagetitle {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    padding: 11px 0 6px 1em;
    height: 45px;
    margin-bottom: 1em;
}
.main_news {
    display: flex;
    justify-content: space-between;
    min-height: 292px;
}
.main_news.content-left {
    flex-direction: row-reverse;
    justify-content: space-between;
}

.main_news .img__position.img-right {
    max-width: 251px;
    max-height: 292px;
    position: relative;
    top: -70px;
}
.main_news_right {
    max-width: 251px;
    max-height: 292px;
}
.main_news_left {
    display: flex;
    flex-direction: column;
    width: 60%;
}
.main_news.content-left .main_news_left {
    width: 58.9%
}
.fuji-content-wraper h3 {
    color: #8cbf48;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 60px;
    font-size: 110%;
    margin-bottom: 1em;
}
.fuji-content-wraper .news-fuji__detail h3 {
    color: #562009;
    font-size: 1.3em !important;
    border: none;
    padding: 0;
    margin-bottom: 0;
    word-wrap: break-word;
}
.main_news_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: url(../img/dogicon_01.png) 5px top no-repeat; */
    width: 100%;
    color: #8cbf48;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
}
.main_news.content-left .main_news_title {
    width: 140%;
}
.main_news_left p {
    margin-bottom: 0;
}
.main_news_title span {
    font-size: 60%;
}

.btn-detail {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-detail a {
    width: 200px;
    text-align: center;
    font-size: 100%;
    padding: 6px 0 5px;
    border-radius: 0.3em;
    color: #FFF;
    background: #8cbf48 url(../img/link_arrow.jpg) 35px center no-repeat;
    text-decoration: none;
}
.main_pr .btn-detail a {
    width: 100%;
}
.main_pr {
    margin-top: 1.5em;
    width: 700px;
}
.main_pr h3 {
    /* background: url(../img/dogicon2.png) left top no-repeat; */
    /* color: #8cbf48;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 60px;
    font-size: 110%;
    margin-bottom: 1em; */
}
.main_pr p {
    margin-bottom: 0;
}
.pr-list {
    background: url(../img/pr_bg_top.jpg) top center no-repeat;
    padding-top: 21px;
}
.pr-list ul{
    display: flex;
    background: url(../img/pr_bg.jpg) top center repeat;
    overflow: hidden;
    padding: 15px 26px;
    margin-top: -1px;
    column-gap: 10px;
}
.pr-list ul li {
    width: calc(100%/3);
    list-style: none;
}
.pr-list ul .first p {
    text-align: center;
    font-size: 80%;
    margin-bottom: 0;
}
.pr-list ul .first p a{
    color: #044104;
    text-decoration: none;
}
.first h4 {
    text-align: center;
}
.first h4 a{
    color: #044104;
    text-decoration: none;
}

.pr-list ul .second p {
    text-align: center;
    font-size: 80%;
    margin-bottom: 0;
}
.pr-list ul .second p a{
    color: #044104;
    text-decoration: none;
}

.birth {
    margin-top: 1.5em;
    width: 700px;
    position: relative;
}
.birth h3 {
    background: url(../img/dogicon_03.png) left top no-repeat;
    width: 90%;
    color: #8cbf48;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
.birth p {
    margin-bottom: 0;
}
/* .birth img {
    position: absolute;
    top: 0;
    right: 0;
} */
.birth-contents {
    width: 420px;
}

@media(max-width: 767px) {
    #fuji {
        flex-direction: column;
        padding: 0 24px;
    }
    .main_news_right {
        max-width: 40%;
    }
    .main-fuji-harness {
        width: 100%;
        margin: auto;
    }
    .fuji-content-wraper {
        display: flex;
        flex-direction: column;
        margin: 0 24px;
    }
    ul.list_link  {
        font-size: 70%;
        position: static;
        display: flex;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .pr-list img {
        max-width: 160px;
    }
    ul.list_link .news ,
    ul.list_link .event,
    ul.list_link .koinu{
        flex: 1;
        justify-content: center;
        align-items: center;
        display: flex;
        line-height: 25px;
    }
    ul.list_link .news {
        border: 2px solid #dd337a;
        margin-bottom: 5px;
    }
    ul.list_link .event {
        border: 2px solid #4ab0e1;
        margin-bottom: 5px;
    }
    ul.list_link .koinu {
        border: 2px solid #8cbf48;
        margin-bottom: 5px;
    }
    .main-fuji-harness-content {
        max-width: 100%;
        margin: 0;
    }

    .imagetitle {
        background: #40bbf7 url(../img/sp_title_bg.jpg) right bottom no-repeat;
        border-radius: 0.3em;
        padding: 1% 0px 1% 20px;
        margin-bottom: 1em;
    }
    .news-item {
        display: block;
    }
    .main_news.content-left {
        display: block;
    }
    .main_news.content-left {
        display: block;
    }
    .main_news .img__position.img-right {
        float: right;
        position: unset;
        width: 45%;
        margin-left: 5%;
    }
    .main_news .img__position{
        width: 90%;
    }
    .main_news .main_news_left {
        width: 55%;
    }
    .main_news.content-left .main_news_left {
        width: 100%;
        display: block;
    }
    .main_news_title {
        width: 100%;
    }
    .main_news_title p{
        margin-bottom: 0;
    }
    .main_pr {
        width: 100%;
    }
    .pr-list ul {
        display: block;
        padding: 15px 8px;
    }
    .pr-list ul .first {
        display: flex;
        width: 100%;
    }
    .first-content {
        margin-left: 10px;
    }
    .pr-list ul .first p {
        text-align: start;
    }
    .first h4 {
        text-align: start;
    }
   
    .birth {
        width: 100%;
    }
    .birth h3 {
        width: 100%;
    }
    .birth img {
        width: 40%;
        top: unset;
        height: 40%;
        object-fit: contain;
    }
    .birth-contents {
        width: 100%;
    }
    .birth-contents .birth-item:last-child #text-birth-content {
        width: 100%;
    }
    #text-birth-content {
        width: 60%;
        line-height: 20px;
    }
    .btn-detail {
        margin: 10px;
    }
    .btn-detail a {
        width: 100%;
    }
    .days {
      display: inline-block;
    }
    .event__List .event__List__type .List__type__item {
        font-size: 95%;
        margin: 10px 20px 0 0;
        letter-spacing: 1px;
        padding: 6px 8px;
        font-weight: bold;
        line-height: 1;
    }
    .event__List__type {
        margin-bottom: 25px;
    }
    .event__List .cate {
        padding: 6px;
    }
    .event__List .news-item .title {
        margin-left: 0;
    }
    .event__List .news-item .days {
        width: 8.5em;
    }
}
@media(max-width: 350px) {
    ul.list_link  {
        font-size: 60%;
        position: static;
        display: flex;
        margin: 0;
        width: 100%;
        padding: 0;
    }
}
.touch-header {
    color: #8cbf48;
    background: url(../img/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
/** fuji-harness body  **/
/* START: Fuji-harness Header */
#header_fuji {
    margin-bottom: 30px;
}
.logo__fuji .logo__caption {
    position: absolute;
    top: 145px;
}
.wraper .logo__fuji {
    position: absolute;
    background-color: #ffffff;
    padding: 10px 19px;
    box-shadow: 0 8px 8px rgb(0 0 0 / 4%), 0 5px 10px rgb(0 0 0 / 16%);
    border-radius: 0 0 5px 5px;
}
.logo__caption {
    display: block;
    color: #444;
    font-size: 100%;
}
.switch-page {
    width: 100%;
    margin: auto;
    background: #5ccaff;
    color: #FFF;
    height: 34px;
}
.switch-page .wraper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.switch__button {
    display: inline-flex;
    top: 4px;
    right: 0;
    position: absolute;
    align-items: center;
}
.switch__button a.arrow-head {
    padding: 4px 10px 0 16px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    position: relative;
}
.switch__button a.arrow-head:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.switch__button .changeFontSize {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding-right: 10px;
}
.changeFontSize a {
    margin-right: 4px;
}
.switch__button .arrow-head::before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    background-image: url(../img/fuji_header/arrow_white.png);
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
}
.intro {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 210px 10px 250px;
}
.intro .gr-tx {
    color:#8dd630;
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 7px;
}
.intro .pk-bx {
    background: #ffeef4;
    padding: 5px;
    border: 2px solid #e977a8;
    color: #e977a8!important;
    border-radius: 7px;
    font-size: 85%;
    text-align: center;
    line-height: 14px;
    width: 75%;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
}
.intro a {
    text-decoration: none   ;
}
.intro a:hover {
    text-decoration:underline; 
    text-decoration-color: #e977a8;
}
.intro ul {
    list-style: none;
    display: inline-flex;
    padding-left: 0;
    font-size: 90%;
    width: 90%;
    margin-bottom: 30px;
}
.intro ul  li {
    padding-left: 26px;
    margin-right: 7px;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.intro ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
}
.intro ul  li.guide::before {
    background-image: url(../img/fuji_header/guide.png);
}
.intro ul  li.access::before {
    background-image: url(../img/fuji_header/access.png);
}
.intro ul  li.faq::before {
    background-image: url(../img/fuji_header/faq.png);
}
.intro ul  li.inq::before {
    background-image: url(../img/fuji_header/inquiry.png);
}
.intro ul li a {
    font-size: 100%;
    color: #666 !important;
    position: relative;
    letter-spacing: 0.5px;
}
.intro ul li a:hover {
    text-decoration: underline;
}
.navi {
    background: url(../img/fuji_header/navi_bg.jpg);
    width: 100%;
    height: 76px;
    margin-top: -32px;
}
.navi .navi-top {
    background: url(../img/fuji_header/navi_bg_top.png);
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}
.navi .wraper {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.navi ul {
    list-style: none;
    display: flex;
    padding-left: 0;
    z-index: 10;
}
.navi ul li {
    margin-right: 10px;
}
.navi .wraper .close-bg {
    top: -49px;
    position: absolute;
    right: 0;       
}
.navi .wraper .cls-bx-background {
    position: absolute;
    right: -11px;
    top: -130px;
    background: url(../img/fuji_header/img1.png) top center / cover no-repeat;
    width: 290px;
    height: 100px;
}

.navi .wraper .cls-bx {
    position: absolute;
    right: 40px;
    top: 10px;
}
.wraper .cls-bx .title {
    display: flex;
    height: 22px;
    border-bottom: 1px solid #FFB300;
    margin-bottom: 5px;
}
.cls-bx .title p {
    font-size: 12px;
    padding: 2px 30px 0 0;
    position: relative;
    color: #444;
}
.cls-bx .title a {
    text-decoration: none;
}
.cls-bx .title a:hover {
    text-decoration: underline;
    text-decoration-color: #666;
    cursor: pointer;
}
/* .cls-bx .title p::before {
    content: '';
    position: absolute;
    background: url(../img/fuji_header/clock.png);
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    left: 0;
} */
.cls-bx .title p::after {
    content: '';
    position: absolute;
    background: url(../img/yellow.png);
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    right: -100px;
    top: 6px
}
.cls-bx .title img {
    height: 21px;
    margin-right: 12px;
}
.cls-bx .title img.clock {
    height: 19px;
    padding-top: 2px;
}
.cls-details {
    width: 85%;
    position: relative;
    line-height: 1.5;
    height: auto;
    margin-left: 10px;
    color: #666;
    font-weight: bold;
    font-size: 12px;
}
.navi .wraper .navi-item-pc a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #75B327;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    background-color: #75B327;
    box-shadow: inset 1px 1px 0px #888;
    
}
.navi .wraper .navi-item-pc a:hover,
.navi .wraper .navi-item-pc a.isCurrentMenu {
    background-color: #5C8B1F;
}
.wraper .navi-item-pc .icon__nav{
    width: 20px;
    margin-right: 4px;
}

@media (max-width: 480px) and (orientation: portrait) {
    .header__info__sp {
        max-height: 90%;
        font-size: 0.62em;
    }
}

@media(max-width: 768px) {
    .text-top {
        background: #5ccaff;
        width: 100%;
        top: 0;
        text-align: center;
        color: #FFF;
        font-size: 10px;
        padding: 5px 0;
        line-height: 10px;
    }
    .text-lie-top {
        font-size: 13px;
        color: #044104;
        text-decoration: none;
        text-align: center;
        padding-left: 16px;
        position: relative;
        width: 167px;
        margin: 8px auto;
    }
    .text-lie-top::before {
        content: "";
        display: block;
        position: absolute;
        left: 16px;
        top: 5px;
        background-image: url(../img/fuji_header/event_arrow.png);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
    }
    #header_fuji .header__between__sp {
        display: flex;
    }
    #header_fuji .between__sp__left {
        min-width: 8em;
    }
    #header_fuji .between__sp__left img {
        width: 90%;
        height: 90%;
    }
    #header_fuji .header__between__sp .between__sp__right {
        width: 60%;
    }
    .header__info__sp {
        min-height: 45px;
        width: 70%;
        height: fit-content;
        font-size: 0.71em;
        background: #ffeef4;
        padding: 5px;
        border: 2px solid #e977a8;
        -webkit-border-radius: 0.6em;
        -moz-border-radius: 0.6em;
        -ms-border-radius: 0.6em;
        border-radius: 0.6em;
        line-height: 1.7;
        color: #666;
        text-decoration: none;
        margin-right: 8px;
    }
    #header_fuji .header__between__sp .between__sp__left {
        margin: 0 8px 0 8px;
    }
    #header_fuji .header__between__sp .between__sp__right .header__menu__sp {
        background:#66CC00;
        height: 90%;
    }
    .closed {
        width: 96%;
        clear: both;
        margin-left: 2%;
        font-size: 75%;
        background: #FEF3D5;
        padding: 8px 5px;
        -webkit-border-radius: 0.6em;
        -moz-border-radius: 0.6em;
        -ms-border-radius: 0.6em;
        border-radius: 0.6em;
        margin-top: -5px;
    }
    .closed-item {
        display: flex;
    }
    .closed-item img.close {
        width: 53px;
        height: 20px;
        margin-right: 12px;
    }
    .closed_detail {
        font-size: 9px;
        margin-bottom: 0;
    }
    a.closed_detail {
        text-decoration: none;
        color: #666;
        padding-top: 4px;
        margin: 0;
    }
    .clock.indent img {
        height: 16px;
    }
    .clock.indent {
        text-align: right;
        margin-right: 12px;
    }
    .indent {
        width: 53px;
        margin-bottom: 0;
    }
    .wrapper__menu__nav__item #fujiCategory {
        padding: 0;
    }
    .menu__nav__item.category img.sub-fig {
        width: 8px;
        height: 13px;
        right: 20px
    }
    #fujiCategory a.fuji-cate-link p.cate-text {
        position: relative;
        width: 100%;
        padding: 15px 36px 15px 20px;
    }
    .menu__nav__item p.sub-text {
        font-weight: 100;
    }
}
/* END: Fuji-harness Header */

/* START: Fuji-harness Footer */
#footer_fuji {
    max-width: 1920px;
    border-top: 2px solid #5ccaff;
}
#footer_fuji .wraper {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.wraper .content-wrap {
    display: flex;
    flex-direction: row;
}
.wraper .cl-bx {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.wraper .cl-bx.img img {
    margin-bottom: 15px;
}
.wraper .cl-bx.img img.scd-img {
    height: 35px;
    width: 163px;
}
.wraper .cl-bx.text {
    font-size: 0.75em;
    margin-right: 40px;
}
.wraper .right-text {
    font-size: 0.75em;
    display: flex;
}
.wraper .cl-bx.text div {
    margin-bottom: 15px;
}
.wraper .right-text a {
    margin-right: 24px;
    font-size: 85%;
    color: #000;
}
.rights {
    border-top: 1px solid #999;
    text-align: center;
    padding: 10px 0;
    font-size: 100%;
}
#toTopScroll {
    position: absolute;
    top: -32px;
    right: 0;
}
@media(max-width: 767px) {
    #footer_fuji .wraper .content-wrap {
        flex-direction: column-reverse;
    }
    .cl-bx.img {
        display: none;
    }
    #footer_fuji .wraper {
        margin: 0 24px;
        padding-top: 8px;
    }
    .wraper .cl-bx.text {
        margin-right: 0;
    }
    .wraper .right-text a {
        color: #666;
        padding-left: 16px;
        position: relative;
    }
    .wraper .right-text a::before {
        content: "";
        display: block;
        position: absolute;
        left: 4px;
        top: 3px;
        background-image: url(../img/fuji_footer/foot_arrow.png);
        width: 13px;
        height: 13px;
        background-repeat: no-repeat;
    }
    .right-text {
        padding-left: 34px;
    }
    .cl-bx.text {
        color: #666;
        line-height: 20px;
    }
    .wraper .cl-bx.text div {
        margin-bottom: 7px;
    }
    .rights {
        font-size: 11px;
    }
}
/* END: Fuji-harness Footer */

/* START: Fuji-harness SideBar */
.sidebar.fuji {
    position: relative;
    top: 0;
    right: 0;
    width: 290px;
    height: auto;
    order: 2;
}
.fuji .banner img {
    width: 100%;
}
.banner .tit-access {
    text-align: center;
    border-bottom: 3px solid #5ccaff;
    background: none;
    padding: 0;
    width: 100%;
}
.fuji .banner .tit-access img {
    width: 119px
}
.banner.map iframe {
    width: 100%;
    height: 250px!important;
}
.banner.map .map_link a {
    margin-right: 1em;
    color: #044104;
    text-decoration: none;
}
.banner.map .map_link a:hover {
    text-decoration: underline;
}
.banner.map .map_link {
    text-align: center;
    margin-bottom: 10px;
}
.banner .img_caption {
    color: #444;
}
.sidebar.fuji .catalogue__lst {
    margin-top: 43px;
    border-top: 4px solid #64C300;
    padding-bottom: 2px;
    background: #E9F9CD;
    margin-bottom: 1.5em;
}
.sidebar.fuji .catalogue__lst ul {
    list-style-type: none;
    padding-left: 10px;
}
.sidebar.fuji .catalogue__lst ul li.active {
    background: url(../img/child_fuji/fig_icong.gif) left 3px no-repeat;
    color: #45732b;
}
.sidebar.fuji .catalogue__lst #catalogues > li {
    width: 96%;
    padding: 0;
    margin: 0 auto;
    color: #562009;
    text-shadow: 2px 2px 13px rgb(0 0 0 / 17%);
    border-bottom: 2px dotted #64C300;
}
.sidebar.fuji .catalogue__lst ul li a {
    background: url(../img/child_fuji/rm_icon.png) 5px center no-repeat;
    text-decoration: none;
    padding: 0.5em 0 0.5em 35px;
    display: block;
    font-size: 90%;
    font-weight: bold;
    color: #044104;
}
.sidebar.fuji .catalogue__lst ul li a:hover {
    text-decoration: underline;
}
.sidebar.fuji .catalogue__lst ul li.active > a {
    color: #dc8b69;
}
@media (min-width: 767px) and (max-width: 1120px){
    body {
        zoom: 82%;
    }
}
@media (max-width: 767px) {
    .sidebar.fuji {
        width: 100%;
    }
}
/* END: Fuji-harness SideBar */

/* START: breadcrumb fuji */
#breadcrumb-fuji a {
    color: #dc8b69;
    text-decoration: none;
    line-height: 33px;
}
#breadcrumb-fuji h1 {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    background: url(../img/child_fuji/title_bg.png) left top no-repeat;
    padding: 0 15px;
    height: 45px;
    margin-bottom: 1em;
    margin-top: 10px;
    align-items: center;
    display: flex;
}
#breadcrumb-fuji p {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
    background: url(../img/child_fuji/title_bg.png) left top no-repeat;
    padding: 0 15px;
    height: 45px;
    margin-bottom: 1em;
    margin-top: 10px;
    align-items: center;
    display: flex;
}
#breadcrumb-fuji {
    margin-bottom: 1em;
    width: 100%;
}
@media(max-width: 767px) {
    #breadcrumb-fuji h2 {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        background: #40bbf7 url(../img/child_fuji/sp_title_bg.jpg) right bottom no-repeat;
        padding: 10px;
        margin-bottom: 1em;
        background-size: contain;
        border-radius: 0.3em;
    }
    #breadcrumb-fuji a,#breadcrumb-fuji span  {
        font-size: 14px;
    }
}
/* End: breadcrumb fuji */

/* START: fuji news */
#fuji_news .fuji-harness__news {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
#fuji_news .fuji-harness__news .news a {
    color: #dc8b69;
    text-decoration: none;
    padding: 0 6px;
}
#fuji_news .fuji-harness__news .news p {
    margin: 10px 0px;
    font-size: 0.9em;
    line-height: 1.7;
}
#fuji_news .fuji-harness__news .news .news-lst {
    padding-left: 1rem;
}
#fuji_news .fuji-harness__news .news .news-lst .news-item span.cate_e {
    margin: 5px 10px;
    background: #dd337a;
    font-size: 80%;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 6em;
    font-weight: bold;
    border-radius: 4px;
    line-height: 10px;
    margin-right: 15px;
    padding: 6px 6px;
}
#fuji_news .fuji-harness__news .news .news-lst .news-item span.cate_n {
    margin: 5px 10px;
    border-radius: 4px;
    background: #4ab0e1;
    font-size: 80%;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 6em;
    font-weight: bold;
    line-height: 10px;
    padding: 6px 4px;
}
@media(max-width: 767px) {
    #fuji_news {
        margin: 0 24px;
    }
    #fuji_news .fuji-harness__news .news .news_top {
        position: relative;
        padding-top: 0;
        margin-bottom: 1.5em;
        font-size: 16px;
    }
    #fuji_news .fuji-harness__news .news .news-lst {
        padding-left: 0;
    }
    
}
/* End: fuji news */
/* START: fuji event */
#fuji_events .fuji-harness__events {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
#fuji_events .fuji-harness__events .events p {
    margin: 10px 0px;
    font-size: 0.9em;
    line-height: 1.7;
}
#fuji_events .fuji-harness__events .events a {
    color: #dc8b69;
    text-decoration: none;
    padding: 0px 6px;
}
#fuji_events .fuji-harness__events .events .event__lst {
    padding-left: 1rem;
}
#fuji_events .fuji-harness__events .events .event__lst .event-item {
    line-height: 1.7;
    margin: 0 auto 0.5em;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    padding: 2px 0;
    border-bottom: 2px dotted #4ab0e1;
    align-items: center;
    flex-wrap: wrap;
    font-size: 90%;
}
#fuji_events .fuji-harness__events .events .event__lst .event-item:last-child {
    border-bottom: 0;
}
#fuji_events .fuji-harness__events .events .event__lst .event-item .days {
    font-size: 90%;
    width: 8em;
}
#fuji_events .fuji-harness__events .events .event__lst .event-item span.title {
    width: 62%;
}
#fuji_events .fuji-harness__events .events .event__lst .event-item span.cate_e {
    margin: 5px 10px;
    background: #4ab0e1;
    font-size: 80%;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 6em;
    font-weight: bold;
    border-radius: 4px;
    line-height: 10px;
    margin-right: 15px;
    padding: 6px 6px;
}
@media(max-width: 767px) {
    #fuji_events {
        margin: 0 24px;
    }
    #fuji_events .fuji-harness__events .events .top_event {
        position: relative;
        padding-top: 0;
        margin-bottom: 1.5em;
        font-size: 16px;
    }
    #fuji_events .fuji-harness__events .events .event__lst {
        padding-left: 0;
    }
    #fuji_events .fuji-harness__events .events .event__lst .event-item span.title {
        width: 100%;

    }
}
/* End: fuji event */
/* START: fuji Koinu */
#fuji_koinu .fuji-harness__koinus {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
#fuji_koinu .fuji-harness__koinus .koinus p {
    margin: 10px 0px;
    font-size: 0.9em;
    line-height: 1.7;
}
#fuji_koinu .fuji-harness__koinus .koinus a {
    color: #dc8b69;
    text-decoration: none;
    padding: 0px 6px;
}
#fuji_koinu .fuji-harness__koinus .koinus .koinu__lst {
    padding-left: 1rem;
}
#fuji_koinu .fuji-harness__koinus .koinus .koinu__lst .koinu-item {
    line-height: 1.7;
    margin: 0 auto 0.5em;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    padding: 2px 0;
    border-bottom: 2px dotted #4ab0e1;
    align-items: center;
    flex-wrap: wrap;
    font-size: 90%;
}
#fuji_koinu .fuji-harness__koinus .koinus .koinu__lst .koinu-item:last-child {
    border-bottom: 0;
}
#fuji_koinu .fuji-harness__koinus .koinus .koinu__lst .koinu-item .days {
    font-size: 90%;
    width: 8em;
}
#fuji_koinu .fuji-harness__koinus .koinus .koinu__lst .koinu-item span.title {
    width: 64%;
}
@media(max-width: 767px) {
    #fuji_koinu {
        margin: 0 24px;
    }
    #fuji_koinu .fuji-harness__koinus .koinus .top_koinu {
        position: relative;
        padding-top: 0;
        margin-bottom: 1.5em;
        font-size: 16px;
    }
    #fuji_koinu .fuji-harness__koinus .koinus .koinu__lst {
        padding-left: 0;
    }
    #fuji_koinu .fuji-harness__koinus .koinus .koinu__lst .koinu-item span.title {
        width: 100%;
    }
}
/* End: fuji Koinu */

/* Start: fuji about */
#fuji_about .fuji-harness__about {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
#fuji_about .fuji-harness__about .about section {
    margin-bottom: 25px;
}
#fuji_about .fuji-harness__about .about section .m-100 {
    width: none;
}
#fuji_about .fuji-harness__about .about section h3 {
    color: #8cbf48;
    background: url(../img/child_fuji/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
#fuji_about .fuji-harness__about .about section article {
    display: flex;
    margin-bottom: 10px;
}
#fuji_about .fuji-harness__about .about .img_left {
    margin-right: 10px;
}
#fuji_about .fuji-harness__about .about .img_left img {
    margin-bottom: 10px;
    min-width: 180px;
}
#fuji_about .fuji-harness__about .about .text-right {
    margin-right: 10px;
}
#fuji_about .fuji-harness__about .about section p {
    font-size: 0.9em;
    line-height: 1.7;
    margin: 10px 0px;
}
#fuji_about .fuji-harness__about .about .img_right {
    margin-left: 10px;
}
#fuji_about .fuji-harness__about .about .img_right img {
    min-width: 326px;
}
#fuji_about .fuji-harness__about .about .img_right img.w-200{
    min-width: 200px !important;
}
#fuji_about .fuji-harness__about .about .img_right img.w-250{
    min-width: 250px !important;
}
#fuji_about .fuji-harness__about .about section .uline {
    width: 100%;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#fuji_about .fuji-harness__about .about section h4 {
    font-size: 0.9em;
    color: #562009;
    font-weight: bold;
}
#fuji_about .fuji-harness__about .about section a {
    color: #dc8b69;
    line-height: 1.7;
    text-decoration: none;
}
#fuji_about .fuji-harness__about .about section .float-left {
    float: left;
    margin: 0 10px 0 0;
}
@media(max-width: 767px) {
    #fuji_about {
        margin: 0 24px;
    }
    #fuji_about .fuji-harness__about .about section .m-100 {
        width: 100%;
    }
    #fuji_about .fuji-harness__about .about section article {
        display: block;
        margin-bottom: 10px;
    }
    #fuji_about .fuji-harness__about .about section p {
        font-size: 15px;
        text-align: left;
    }
    #fuji_about .fuji-harness__about .about .img_right,
    #fuji_about .fuji-harness__about .about .img_left {
        margin: 0;
        text-align: center;
    }
}

/* End: fuji about */

/* START: go-fuji content */
.faq__content,
.go-fuji__content {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
    word-break: break-word;
}
.about-fuji-harness {
    margin-bottom: 50px;
    margin-top: 40px;
}
.faq-fuji .title, 
.about-fuji-harness .title {
    position: relative;
    padding-left: 32px;
    font-size: 110%;
    border-bottom: 5px solid #8cbf48;
    color: #8cbf48;
    margin-bottom: 30px;
}
.faq-fuji .title::before,
.about-fuji-harness .title::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/child_fuji/dogicon_01.png);
    height: 38px;
    width: 27px;
    left: 0;
    bottom: 0;
}
.about-fuji-harness img {
    margin-bottom: 16px;
}
.about-fuji-harness h1 {
    font-size: 1.36em;
    color: #8cbf48;
    word-wrap: break-word;
}
.about-fuji-harness h2 {
    position: relative;
    padding-left: 32px;
    font-size: 15px;
    border-bottom: 5px solid #8cbf48;
    color: #8cbf48;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.about-fuji-harness h2::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/child_fuji/dogicon_01.png);
    height: 38px;
    width: 27px;
    left: 0;
    bottom: 0;
}
.about-fuji-harness .explain {
    color: #444;
    font-size: 0.9em;
    line-height: 1.7;
}

@media(max-width: 767px) {
    .about-fuji-harness img {
        width: 100%;
    }
    
}

/* END: go-fuji content */

/** fuji support  */
.fuji_support-content-wraper {
    display: grid;
    grid-template-columns: 700px auto ;
    grid-column-gap: 50px;
}
.support-content h2 {
    color: #8cbf48;
    background: url(../img/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
.support-content h4 {
    font-size: 0.9em;
    color: #562009;
    font-weight: bold;
}
.support-content p {
    margin: 10px 0px;
    font-size: 0.9em;
    line-height: 1.7;
}
.support-content a {
    color: #dc8b69;
    line-height: 1.7;
    text-decoration: none;
}
@media(max-width: 767px) {
    .fuji_support-content-wraper {
        display: block;
        padding: 0 24px;
    }
}
/** END: fuji support  */
/* Start: fuji_inquiry */
#fuji_inquiry .fuji-harness__inquiry {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
#fuji_inquiry .fuji-harness__inquiry .inquiry h3 {
    background: url(../img/child_fuji/dogicon_01.png) 5px top no-repeat;
    color: #8cbf48;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
/** END: fuji support  */

/** fuji volunteer  */
.volunteer-content h3 {
    color: #8cbf48;
    background: url(../img/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
#fuji_inquiry .fuji-harness__inquiry .inquiry p {
    font-size: 0.9em;
    line-height: 1.7;
}
/* END: fuji_inquiry */
.volunteer-content-detail {
    display: flex;
    width: 100%;
}
.volunteer-content-detail img {
    width: 100%;
}
.text-detail {
    width: 45%;
}
.text-detail a {
    color: #dc8b69;
    line-height: 1.7;
    text-decoration: none;
}
.image-detail {
    margin-left: 15px;
}
.image-detail p {
    margin: 10px 0 35px 0;
}
.volunteer-content-child-title {
    font-size: 14pt;
    color: #000000;
    background-color: #ffff00;
}
.volunteer-content-child {
    font-size: 0.9em;
    line-height: 1.7;
}
.volunteer-content-child a {
    color: #dc8b69;
    line-height: 1.7;
    text-decoration: none;
}
.text-red {
    color: #ff0000;
}
@media(max-width: 767px) {
  .volunteer-content-detail {
    display: block;
  }
  .image-detail {
    margin-left: 0;
  }
  .text-detail {
    width: 100%;
}
}
/** END:fuji volunteer  */

/* START: faq content */
.faq__content #breadcrumb-fuji {
    margin-bottom: 35px;
}
.faq-fuji .title {
    margin-bottom: 20px;
}
.question,
.answer {
    position: relative;
    padding-left: 35px;
}
.question {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.question::before,
.answer::before {
    content: "";
    display: block;
    position: absolute;
    height: 38px;
    width: 27px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.answer::before {
    background-image: url(../img/child_fuji/fig_faqa.gif);
}
.question::before {
    background-image: url(../img/child_fuji/fig_faqq.gif);
}
.qa_wrapper {
    margin-bottom: 35px;
    color: #444;
}
/* END: faq content  */
/** fuji-harness-touch-pr */
.pr-contents p{
    font-size: 0.9em;
    line-height: 1.7;
    margin: 10px 0px;
}
.pr-content-child {
    border: 1px solid #64C300;
    padding: 15px;
    margin-bottom: 20px;
}
.pr-content-child ul {
    margin-top: 15px;
}
.pr-content-child h4 {
    font-size: 0.9em;
    color: #562009;
    font-weight: bold;
}
.pr-contents-list-img {
    list-style-type: none;
    display: flex;
    padding-left: 0;
}
.pr-contents-list-img li{
    margin-right: 15px;
}
@media(max-width: 767px) {
    .pr-contents-list-img{
        display: block;
    }
    .pr-contents-list-img li{
       margin-bottom: 15px;
       margin-right: 0;
       display: flex;
       justify-content: center;
    }
}

/** END:fuji-harness-touch-pr */
/** fuji-harness touch **/
.fuji_touch-content-wraper {
    display: grid;
    grid-template-columns: 700px auto ;
    grid-column-gap: 50px;
}
section#touch_content {
    background: url(../img/touch_bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 30px;
}
.text-touch_content p{
    position: relative;
    top: 115px;
    left: 25px;
    color: #000;
    font-size: 103%;
}
.demo_menu {
    position: relative;
    top: 110px;
    left: 25px;
    width: 280px;
    border-radius: 2em;
    background: #FFF;
    box-shadow: rgb(113 135 164 / 50%) 0px 0px 3px 1px;
}
.demo_menu h3 {
    color: #FFF;
    background: #8dd630;
    border-bottom: none;
    border-radius: 1em 1em 0 0;
    padding: 7px 0;
    text-align: center;
    margin-bottom: 5px;
}
.demo_menu ul {
    list-style: none;
    width: 96%;
    padding: 0;
    margin: 0 auto;
}
.demo_menu ul li {
    padding: 15px 0 15px 45px;
    font-size: 100%;
    border-bottom: 2px dotted #8dd630;
    line-height: 1;
    background: url(../img/demo_menu.jpg) 5px center no-repeat;
}
.demo_menu ul li:last-child {
    border: none;
}
.schedule {
    position: relative;
    top: 5px;
    left: 330px;
    width: 370px;
}
.schedule .schedule-time {
    display: grid;
    grid-template-columns: 70px auto ;
}
.schedule .schedule-time p {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF5C26;
    width: 50px;
    height: 26px;
    border-radius: 0.4em;
    color: #FFF;
}
.schedule .schedule-location {
    display: grid;
    grid-template-columns: 70px auto ;
}
.schedule .schedule-location p {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40BBF7;
    width: 50px;
    border-radius: 0.4em;
    color: #FFF;
}
.touch_content-img {
    margin-top: 30px;
}
.touch_content-img img {
    width: 100%;
}
.touch_content-img p {
    margin-top: 30px;
}
section.touch {
    width: 100%;
    margin-bottom: 30px;
}

.touch-content {
    display: flex;
}
.touch-content-right {
    margin: 10px 0 0 24px;
}
#btn-touch-content {
    justify-content: start;
}
.meets {
    width: 100%;
}
.meets-header {
    color: #8cbf48;
    background: url(../img/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 5px 40px;
    font-size: 110%;
    margin-bottom: 1em;
}
.meets-content {
    display: flex;
}
.meets-content-right {
    margin: 10px 0 0 24px;
}
#btn-meets-content {
    justify-content: start;
}
#btn-meets-content a {
    background: #8cbf48 url(../img/link_arrow.jpg) 10px center no-repeat;
}
@media(max-width: 767px) {
    .fuji_touch-content-wraper {
        display: block;
        padding: 0 24px;
    }
    section#touch_content {
        position: static;
        background:  url(../img/touch_bg.jpg) center top no-repeat;
        background-size: 280px auto;
        padding-top: 130px;
    }
    .text-touch_content p {
        position: relative;
        text-align: center;
        top: 65px;
        left: 0;
        color: #0061D2;
    }
    .demo_menu {
        position: static;
        margin-top: 90px;
        width: 100%;
    }
    .schedule {
        position: static;
        margin-top: 24px;
        width: 100%;
    }
    .touch-content {
        display: block;
    }
    .touch-content-right {
        margin: 0;
    }
    .meets-content {
        display: block;
        margin-bottom: 50px;
    }
    .meets-content-right {
        margin: 0;
    }
}
/** END:fuji-harness touch */

/** START: detail new, event, koinu **/
.news-fuji__detail .news-content-right {
    display: flex;
    justify-content: end;
    align-items: center;
}
/** END: detail new, event, koinu */

/** start: policy */
#policy__fuji h4 {
    font-size: 0.9em;
    color: #562009;
    font-weight: bold;
}
#policy__fuji p {
    margin: 10px 0;
}
#policy__fuji ul.txt-list {
    margin: 5px 0 5px 25px;
}
#policy__fuji ul.txt-list li {
    list-style-image: url("../img/fig_txt-list.gif");
    padding: 0px 0px 0px 10px;
}
/* END: policy  */

/**
*
* Page En
*
*/

#toppage__en {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.body-toppage__en #toppage__en {
    padding-top: 25px;
}
#toppage__en .content-main__en .content-left {
    max-width: 680px;
    margin-right: 30px;
    width: 100%;
    background: none;
    padding: 20px 0;
}
#toppage__en .content-left .top_news {
    background: url(../img/toppage_en/bg_news1.png) top center no-repeat;
    position: relative;
    padding-top: 25px;
    margin-bottom: 25px;
}
#toppage__en .content-left .top_news h3 {
    background: #FFF;
    padding: 0 0 0 12px;
    margin: 0;
}
#toppage__en .content-left .top_news a.more_link, .staff_blog .more_link {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
    text-decoration: none;
    color: #66CC00;
    background: url(../img/toppage_en/yellow.png) left center no-repeat;
    padding-left: 10px;
}
#toppage__en .content-left .top_news a.more_link:hover {
    text-decoration: underline;
}
#toppage__en .content-left .top_news ul {
    max-width: 680px;
    width: 100%;
    background: #FFF;
    margin: 0;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: rgb(102 102 102 / 30%) 0px 1px 2px 0px;
}
#toppage__en .content-left .top_news ul li {
    width: 96%;
    line-height: 1.7;
    margin: 0 auto 0.5em;
    overflow: hidden;
    display: flex;
    background-color: #fff;
    padding: 2px 0;
    border-bottom: 1px dotted #aaa;
    align-items: center;
    flex-wrap: wrap;
    font-size: 90%;
}
#toppage__en .content-left .top_news ul li:last-child {
    border-bottom: none;
}
#toppage__en .content-left .top_news ul li .days-news {
    font-size: 90%;
    width: 5em;
}
#toppage__en .content-left .top_news ul li .category-news {
    background: #f8cfdf;
    color: #e4407e;
    border-radius: 5px;
    margin: 0 15px;
    display: block;
    font-size: 80%;
    align-items: center;
    text-align: center;
    width: 5em;
    font-weight: bold;
    line-height: 10px;
    margin-right: 15px;
    padding: 6px 6px;
}
#toppage__en .content-left .title {
    max-width: 450px;
    display: block;
}
#toppage__en .content-left .title a {
    color: #444;
    text-decoration: none;
}
#toppage__en .content-left .block-info {
    padding-top: 0.3em;
    margin-bottom: 1.5em;
}
#toppage__en .content-left .block-info .block {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    background: #FFF url(../img/toppage_en/bg_blog.gif) bottom center repeat-x;
   
}
#toppage__en .content-left .block-info .block a {
    text-decoration: none;
}
#toppage__en .content-left .block-info .block a h3 {
    background: url(../img/toppage_en/bg_block2_title.png) center left no-repeat;
    height: 67px;
    line-height: 67px;
    padding-left: 77px;
    color: #27841b;
    position: relative;
    top: -22px;
    margin-bottom: -33px;
    left: -5px;
    font-weight: 600;
}
#toppage__en .content-left .block-info .block .rightbox {
    float: right;
    width: 51%;
}
#toppage__en .content-left .block-info .block .rightbox p {
    margin: 10px 0 0 0;
    color: #444;
    line-height: 20px;
}
#toppage__en .content-left .block-info .block ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#toppage__en .content-left .block-info .block ul li {
    float: left;
    margin-right: 10px;
}
#toppage__en .content-left .block-info .block ul li.last {
    margin-right: 0;
}
#toppage__en .sidebar-right {
    margin-top: 20px;
}
@media (max-width: 767px){
    .main-en#toppage__en {
        margin: 0 24px;
    }
    #toppage__en .content-left span.title {
        max-width: none;
        display: block;
        float: left;
        width: 100%;
    }
    #toppage__en .content-left span.title a {
        color: #551F09;
    }
    #toppage__en .content-left .block-info .block img {
        width: 100%;
    }
    #toppage__en .content-left .block-info .block .rightbox {
        float: left;
        width: 100%;
        padding-top: 25px;
    }
    #toppage__en .content-left .block-info .block ul li {
        margin-right: 2%;
        width: 32%;
    }
    #toppage__en .content-left {
        margin-bottom: 30px;
    }
    #toppage__en .sidebar-right {
        max-width: none;
        width: 100%;
        float: right;
    }
    #toppage__en .sidebar-right .map img {
        width: 100%;
    }
    #toppage__en .content-left .block-info .block .rightbox p {
        font-size: 14px;
    }
}
/* Start:HeaderEN */
#header-en {
    background: url(../img/toppage_en/bg_header.jpg) top repeat-x;
}
#header-en .header-content {
    max-width: 1000px;
    margin: auto;
}
#header-en .header__config ul {
    display: flex;
    margin: 0;
    align-items: center;
    list-style: none;
    padding: 0;
}
#header-en .header__config ul li a:hover {
    text-decoration: underline;
}
#header-en .header__config ul li {
    border-right: 1px solid #666;
    font-size: 13px;
    padding: 0 10px;
}
.changeSize-controller a {
    margin: 0 1px;
}
.header-compsite {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
#header-en form#searchform4 {
    width: 253px;
    display: block;
    height: 30px;
    position: relative;
    margin-top: 20px;
}
#header-en div.searchBox #keywords4 {
    width: 220px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 1px solid #FFF;
    height: 20px;
}
.header-compsite #searchBtn4 {
    position: absolute;
    top: 4px;
    right: 7px;
}
.header-nav {
    background: #044104;
}
/* .header-nav ul {
    display: flex;
    margin: 0 auto;
} */
.header-nav ul {
    display: flex;
    margin: 0 auto;
    list-style: none;
    max-width: 1010px;
    padding: 0;
}
#header-en .header__nav__item {
    position: relative;
    border-right: 1px solid #d9cece;
    display: flex;
    align-items: center;
}
#header-en .header__nav__item.header__nav--active {
    background-color: #558838;
}
#header-en .header__nav__item:first-child a {
    padding-left: 0;
}
#header-en .header__nav__item:last-child {
    border-right: unset;
}
#header-en .header__nav__item a {
    display: block;
    color: #dadcd0;
    text-decoration: none;
    font-size: 17px;
    padding: 0 16px;
    font-weight: 400;
}
.header-nav .header__nav__item .subnav {
    display: none;
    position: absolute;
    z-index: 11;
    top: 100%;
}
.header-nav .header__nav__item:hover .subnav {
    display: block;
    -webkit-animation: hovernav 0.5s;
}
.wrapper-en-image {
    background: #27841b;
}
.wrapper-en-image img {
    display: block;
    margin: 0 auto;
}
#header-en .header-SP .contrast-ver {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contrast-ver a {
    font-size: 0.8em;
}
.btn-menu {
    margin-top: 45px;
}
.btn-menu img {
    height: 80px;
}
@media (max-width: 767px){
    #header-en .header-PC {
        display: none;
    }
    #header-en {
        background: none;
    }
    .header-compsite {
        margin-bottom: 10px;
    }
    #header-en form#searchform4 {
        width: 95%;
        height: 40px;
        margin-top: 5px;
    }
    .header-compsite #searchBtn4 {
        top: 10px;
    }
    .header-compsite .compsite-1 {
        width: 95%;
        padding-left: 10px;
    }
    .wrapper-en-image img {
        width: 100%;
    }

    .btn-menu {
        margin-top: 35px;
    }
    .btn-menu .nav__menu__sp.nav__menu__sp--active {
        right: -1px;
        transition: 950ms;
    }
    .btn-menu .header__menu__sp {
        flex: 1;
        background: #044104;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
    .btn-menu .header__menu__sp p {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0;
    }
    .btn-menu .nav__menu__sp {
        background-color: #333;
        width: 259px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        transition: 550ms;
        overflow-y: auto;
        z-index: 99;
    }
    .btn-menu .header__menu__sp .heading__menu__sp {
        position: relative;
        height: 34px;
        background-color: #1a8501;
    }
    .btn-menu .nav__menu__sp .wrapper__menu__nav__item {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item {
        position: relative;
        padding: 0 15px;
        border-bottom: 1px solid #2c2c2c;
        background: #444;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item p {
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        padding: 15px;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item img {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
        height: 13px;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item.category {
        padding: 0;
        border-bottom: 1px solid #555;
        background: #2c2c2c;
        font-weight: 400;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item.category .font-title {
        padding: 15px 15px 15px 20px;
        font-weight: bold;
        border-bottom: 1px solid #555;
        background: #2c2c2c url(../img/toppage_en/fig_spmenu_category.gif) 95% center no-repeat;
        width: 100%;
        background-size: 10px;
    }
    .btn-menu .wrapper__menu__nav__item .menu__nav__item.category ul {
        padding: 0;
        margin: 0;
    }
    .btn-menu .nav__menu__sp .menu__nav__btn {
        position: relative;
        background: #444;
        padding: 20px 25px;
    }
    .btn-menu .nav__menu__sp .menu__nav__btn p {
        border-radius: 6px;
        background-color: #33cc00;
        padding: 12px;
        text-align: center;
    }
    .btn-menu .nav__menu__sp .menu__nav__btn img {
        position: absolute;
        top: 50%;
        right: 40px;
        transform: translateY(-50%);
        width: 14px;
    }
    
}
/* End:HeaderEN */
/* Start:FooterEN */
#footer .footer {
    padding-bottom: 30px;
    max-width: 1000px;
    margin: 0 auto;
}
#footer .footer__content {
    margin-top: 35px;
}
.footer__content-text .txt-mail {
    margin: 0;
    padding: 0;
}
.footer__content-text .txt-mail a {
    color: #551F09;
    text-decoration: none;
}
.footer__content-text .txt-note {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}
.footer__content-text .txt-guide {
    margin: 0;
    padding: 0;
}
#footer.main.en .footer__item{
    display: flex;
    justify-content: flex-end;
}
#footer.main.en .footer__item {
    margin-right:0;
}
#footer.main.en .footer__content .txt-guide{
    font-size: 14px;
}
#footer.main.en .bg__top__footer .top__scroll {
    padding-top: 10px;
}
@media (max-width: 767px) {
    #footer.main.en .footer__content .footer__content-text {
        text-align: center;
    }
    #footer.main.en .footer__content .txt-guide {
        margin: 10px 0 12px 0;
    }
    #footer.main.en .footer .Copyright__text {
        display: none;
    }
    #footer.main.en .bg__top__footer .top__scroll {
        padding-top: 6px;
    }
}
/* End:FooterEN */
/* START:Breadcrumb */
#breadcrumb.breadcrumb-lst {
    padding-top: 10px;
    width: 100%;
    font-size: 0.9em;
}
#breadcrumb.breadcrumb-lst a {
    color: #dc8b69;
    text-decoration: none;
}
#breadcrumb.breadcrumb-lst h2 {
    background: url(../img/use_toppage/ttl_dog_nomenu.png) left top no-repeat;
    padding: 3px 0px 0px 20px;
    height: 46px;
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: 500;
}
/* END:Breadcrumb */
/* START: all page en */
.background-all__en {
    background: #eae8dd url(../img/child_en/bg_content01.jpg) bottom repeat-x;
    width: 100%;
    margin-bottom: 20px;
}
.main-en {
    max-width: 1000px;
    margin: auto;
    padding: 10px 0;
}
.content-main__en {
    display: flex;
}
.content-main__en .content-left {
    max-width: 680px;
    margin-right: 30px;
    width: 100%;
    background: #fff url(../img/child_en/bg_content02.jpg) top repeat-x;
    padding: 20px;
}
.content-main__en .content-left div{
    margin-bottom: 20px;
}
.content-main__en .content-left .news {
    background-color: #fff;
}
.content-main__en .sidebar-right {
    max-width: 290px;
}
span.cate_n {
    font-size: 0.9em;
    padding: 2px 4px;
    margin: 0 1em;
    font-weight: bold;
    width: 4.5em;
    text-align: center;
}
@media (max-width: 767px) {
    .main-en {
        max-width: 100%;
        margin: 0 24px;
    }
    .content-main__en {
        display: block;
    }
    .content-main__en .sidebar-right {
        max-width: 100%;
    }
    .content-main__en .sidebar-right .map img {
        width: 100%;
    }
}
/* END: all page en */
/* START: Facilities */
#facilities__en .content-left h3.title {
    padding-left: 30px;
    background: url(../img/child_en/dq_bf.gif) no-repeat left top;
    padding-bottom: 5px;
}
#facilities__en .content-left h3.title {
    font-size: 1.2em;
    color: #562009;
    font-weight: normal;
}
#facilities__en .content-left h3.title span {
    background: url(../img/child_en/dq_af-2.gif) no-repeat right bottom;
    padding-bottom: 5px;
    padding-right: 30px;
}
#facilities__en .info-address {
    display: flex;
}
#facilities__en .info-address .caption_l {
    width: 19em;
}
#facilities__en .content-left h4 {
    font-size: 0.9em;
    color: #562009;
    font-weight: bold;
}
#facilities__en .content-left a {
    color: #444;
    font-size: 80%;
    line-height: 1.7;
    text-decoration: none;
}
#facilities__en .content-left a:hover {
    text-decoration: underline;
}
#facilities__en .info-address .img_right {
    display: flex;
    width: 62%;
    justify-content: flex-end;
}
#facilities__en .info-address .image-w {
    width: 180px;
    height: 140px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    #facilities__en .content-left {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
        padding: 20px;
    }
    #facilities__en .info-address {
        display: block;
    }
    #facilities__en .info-address .img_right {
        display: block;
        width: 100%;
        justify-content: flex-end;
        text-align: center;
        margin-top: 15px;
    }
    #facilities__en .info-address .image-w {
        width: 180px;
        height: 140px;
        margin-right: 7px;
        margin-bottom: 10px;
    }
}
/* END: Facilities */
/* START: News */
#news__en .lst-news p {
    margin: 10px 0px;
    line-height: 1.7;
}
#news__en .lst-news p a {
    color: #444;
    font-size: 1.0;
    line-height: 1.7;
    text-decoration: none;
}
#news__en .lst-news p a:hover {
    text-decoration: underline;
}
#news__en .lst-news .news {
    list-style-type: none;
}
#news__en .lst-news .news li {
    font-size: 0.9em;
    line-height: 1.7;
    border-bottom: 1px dotted #aaa;
    margin: 0 auto 8px;
    overflow: hidden;
    display: flex;
    padding: 0 0.1em 0.8em;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
#news__en .lst-news .news span.title {
    width: 415px;
    margin-left: 30px;
}
#news__en .lst-news .news span.cate_n {
    background: #f8cfdf;
    color: #e4407e;
    position: absolute;
    right: 0;
}
#news__en .lst-news .news span.title a {
    color: #444;
    text-decoration: none;
}
#news__en .lst-news .news span.title a:hover {
    text-decoration: underline;
}
#news__en .lst-news .news li .days {
    font-size: 90%;
    width: 4em;
}
#news__en .lst-news .news li:last-child {
    border-bottom: none;
}
@media (max-width: 767px) {
    #news__en .lst-news .news {
        padding-left: 0;
    }
    #news__en .lst-news .news li {
        display: block;
    }
    #news__en .lst-news .news span.title {
        margin-left: 0;
    }
    #news__en .lst-news .news span.cate_n {
        position: unset;
    }
}
/* END: News */
/** free-page-fuji */
.fuji-container {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
    word-break: break-word;
}
.free-page-fuji__content a:link:hover {
    text-decoration: underline;
}
.free-page-fuji__content h2 {
    color: #8cbf48;
    background: url(../img/dogicon_01.png) 5px top no-repeat;
    border-bottom: 5px solid #8cbf48;
    padding: 10px 0 10px 40px;
    font-size: 110%;
    margin-bottom: 1em;
    font-weight: bold;
}
.free-page-fuji__content h3 {
    color: #562009;
    font-weight: bold;
    border-bottom: none;
    padding: 0;
    font-size: 100%;
    margin: 10px 0px 10px 0px;
    margin-bottom: unset;
}
/* Start content */
.free-page-fuji__content .img__item__right img {
    margin: 0 0 0 10px ;
    padding-right: 10px;
}
.free-page-fuji__content .img__item__right .content__half {
    width: 50%;
}
.free-page-fuji__content .img__item__right .case_content_half {
    width: 59%;
}
.img__content.four__img,
.img__content.three__img {
    margin-left: -10px;
}
.free-page-fuji__content .three__img__item {
    width: 33.333333%;
    margin-left: 10px;
}
  
.free-page-fuji__content .four__img__item {
    width: 25%;
    margin-left: 10px;
}
.text__content__link {
    display: block;
}
  
.free-page-fuji__content .img__content {
    display: flex;
}
  
.free-page-fuji__content .img__content.two__img .two__img__item {
    width: 50%;
}
.free-page-fuji__content .img_caption {
    text-align: start;
}
.free-page-fuji__content .img__item {
    display: flex;
    margin-bottom: 20px;
}
.free-page-fuji__content .img__item .item__image {
    margin-right: 10px;
}
.free-page-fuji__content .content__half {
    width: 50%;
}
.free-page-fuji__content .case_content_half {
    width: 59%;
}
.free-page-fuji__content .img__item__right .item__image {
    margin-right: unset;
    text-align: center;
}
  
.free-page-fuji__content .img__item__right {
    flex-direction: row-reverse;
    margin: 20px 0 25px 0;
    justify-content: space-between;
}
.free-page-fuji__content .img__item__right.img__item_quarter {
    justify-content: space-between;
}
.free-page-fuji__content .img__item__sp {
    display: none;
}
.item__image .img__Twenty-five__percent {
    width: 25%;
    min-width: 25%;
}
.item__image.img__fifty__percent {
    width: 50%;
}
.item__image.img__three__parts__two {
    width: 33.333333%;
    min-width: 33.333333%;
}
.free-page-fuji__content .content__h5 {
    display: flex;
    align-items: center;
    color: #0000ff;
}
.free-page-fuji__content .content__h5 img {  
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.pdf__field__item {
    display: inline-block;
    padding: 5px 73px 5px 5px;
    border: 1px solid #ccc;
    background: url(../img/toppage_en/fig_linkpdf.jpg) right center repeat-x;
    margin-bottom: 10px;
    color: #788183;
    font-weight: 600;
}
.content__h1-component .pdf__field__item:hover {
    border: 1px solid #dc8b69;
    text-decoration: none;
}
.pdf__field .pdf__field__item p {
    margin: 0;
}
.list__field {
    background: url(../img/fig_txt-list.gif) 0px 0.45em no-repeat;
    padding: 0px 0px 0px 25px;
}
.list__field a {
    color: #dc8b69 !important;
    line-height: 1.7;
    margin-left: 10px;
    cursor: pointer;
}

.free-page-fuji__content .button__credit {
    display: block;
    border-radius: 20px;
    margin-top: 7px;
}
.free-page-fuji__content .button__credit .btn__text {
    text-align: center;
    padding: 6px 13px;
}
.free-page-fuji__content .button__credit .btn__text p {
    margin: 0;
    color: #fff;
} 
  @media (max-width: 767px) {
    .free-page-fuji__content .content__half {
        width: 100%;
    }
    .free-page-fuji__content .case_content_half {
        width: 100%;
    }
    .free-page-fuji__content .img__content {
      display: block;
      margin: 0 auto;
      text-align: center;
    }
    .free-page-fuji__content .img__content.two__img img {
      width: 100%;
    }
    .free-page-fuji__content .img__item {
      display: none;
      
    }
    .free-page-fuji__content .img__item__sp {
      display: block;
      margin-bottom: 10px;
    }
  
    .free-page-fuji__content .img__item__sp.text__above {
      display: flex;
      flex-direction: column-reverse;
    }
  
    .free-page-fuji__content .img__item__sp .item__image {
      text-align: center;
      margin-bottom: 10px;
    }
    .free-page-fuji__content .img__item.img__item_quarter img {
      width: unset;
    }
    .free-page-fuji__content .one__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .free-page-fuji__content .img__content.two__img .two__img__item {
      margin: 0 auto;
      text-align: start;
      width: unset;
      margin-top: 10px;
    }
    .free-page-fuji__content .four__img__item,
    .free-page-fuji__content .three__img__item {
      width: 100%;
      margin-top: 10px;
      margin-left: unset;
    }
    .free-page-fuji__content .img__item__sp img,
    .free-page-fuji__content .four__img__item img,
    .free-page-fuji__content .three__img__item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
.title-h4-case1 {
    color: #474747;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
}
.title-h4-case2 {
    color: #552013;
    font-weight: bold;
}
.title-h4-case3 {
    color: #562009;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}
.title-h4-case4 {
    color: #0000ff;
}
.title-h4-with-url {
    color: #dc8b69;
}
/* Start: Table */
.free-page-fuji__content dl.hyogumi {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
    background: #F5F4EF;
    margin: 10px 0px;
  }
.free-page-fuji__content dl.hyogumi.table_field{
    display: grid;
    grid-template-columns: 20% 80%;
  }
.free-page-fuji__content dl.hyogumi .table__dot{
    display: grid;
    grid-template-columns: 20% 80%;
  }
.free-page-fuji__content dl.hyogumi__dot p,
.free-page-fuji__content dl.hyogumi p {
    margin: unset;
}
.free-page-fuji__content dl.hyogumi dt {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: none;
  }
.free-page-fuji__content dl.hyogumi dd {
    padding: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
    width: 100%;
    margin-left: unset;
    margin-bottom: unset;
}
  
.free-page-fuji__content dl.hyogumi__dot {
    border-bottom: 1px dotted #ccc;
    margin: 10px 0px;
}
.free-page-fuji__content dl.hyogumi__dot .hyogumi__dot__table {
   width: 100%;
   display: flex;
}
.free-page-fuji__content dl.hyogumi__dot dt {
    width: 110px;
    padding: 10px;
}
.free-page-fuji__content dl.hyogumi__dot dd {
   width: 100%;
   padding: 10px;
   /* margin-left: 110px; */
   margin-bottom: 0;
}
@media (max-width: 767px) {
    .free-page-fuji__content div:first-child .hyogumi {
      border-top: unset;
    }
    .free-page-fuji__content dl.hyogumi.table_field {
        flex-direction: column;
    }
    .free-page-fuji__content div .hyogumi {
      width: unset;
      border: unset;
      display: unset;
      background: unset;
      margin: 10px;
    }
    .free-page-fuji__content dl.hyogumi dt {
      width: unset;
      float: unset;
      background: #F5F4EF;
      padding: 5px;
    }
    .free-page-fuji__content dl.hyogumi dd {
      margin-left: 0;
      margin-bottom: 10px;
      padding: 5px;
      border-left: unset ;
    }
    .free-page-fuji__content dl.hyogumi__dot dt {
        width: 50%;
    }
}
  /* End: Table */


/** END:free-page-fuji */
/* Start: register/new/sanjoko */
#newRegSajoko input {
    width: 50%;
    margin-bottom: 22px;
}
#newRegSajoko input.small-input {
    width: 10%;
}
#kifu-checkbox {
    margin-top: 15px;
}
#newRegSajoko #kifu-checkbox input {
    width: unset;
    margin-bottom: unset;
}
.kifuchoice {
    width: 638px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: inline-block;
    background: #F5F4EF;
}
.kifuchoice dt {
    line-height: 1.7;
    padding: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.button_form {
    width: 26%;
}
@media (max-width: 767px) { 
    .kifuchoice {
        width: 100%;
    }
    .kifuchoice dt input {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        transform: scale(2);
        margin-right: 10px;
    }
    .kifuchoice dt label {
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        transform: scale(1.8);
        line-height: normal;
        font-size: 0.9em;
        margin-right: 15px;
    }
}
/* END: register/new/sanjoko */

/* START: tempreg */
#tempreg input.button_send {
    background-color: #F0F0F0 !important;
    color: black !important;
    width: 200px;
    margin: 0 20px 0 0;
    padding: 10px 0;
}
#tempreg .err,
#newRegSajoko .err {
    color: #ff0000;
    font-weight: 700;
    font-size: 1.2em;
}
/* END: tempreg */
/* START: PAYMANAGE */
.tabs-form {
    border: 1px solid #000000;
}
.container-form {
    padding: 24px;
}
.container__form--payment {
    border: 1px solid #000000;
    padding: 10px 20px 14px;
    margin-bottom: 20px;
}
.form-pay {
    margin: 10px 0;
}
.form-pay label {
    min-width: 100px;
}
.form-pay span {
    margin: 0 5px;
}
.form-pay input.date-card {
    max-width: 40px;
}
.form-pay input {
    width: 60%;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: bold;
}
.btn__submit--formpay {
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid;
    margin-bottom: 20px;
}
.tabs-form table {
    margin: 20px 0 50px 30px;
    width: 90%;
}
.tabs-form table, th, td {
    border:1px solid black;
}
.tabs-form table tr td , 
.tabs-form table tr th {
    height: 30px;
    text-align: center;
}
.w-20 {
    width: 20%;
}
.mh-200px {
    min-height: 200px;
}
.content nav .nav-link.btn__checked--pay {
    background-color: #27841b;
    color: #fff;
    margin-left: 10px;
    clip-path: polygon(11% 0, 89% 0, 100% 16%, 100% 100%, 0 99%, 0 15%);
    border-color: unset;
    margin-bottom: -2px;
}
.content nav .nav-link.btn__checked--pay.active {
    background-color: #034ea3;
}
@media (max-width: 767px) {
    .form-pay label {
        min-width: 70px;
    }
    .tabs-form table {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .form-pay input {
        width: 60%;
        padding: 7px 5px;
        font-size: 13px;
        font-weight: bold;
    }
}
/* END: PAYMANAGE */
/* START: free-page */
.tit-img-wrap2,
.tit-img-wrap3,
.tit-img-wrap4 {
    display: flex;
}
.img-item {
    height: 100%;
    max-height: 160px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.img-item:last-child {
    margin-right: 0;
}
.tit-img-wrap2 .img-item {
    width: calc((100% / 2 ) - 0.7%);
}
.tit-img-wrap3 .img-item {
    width: calc((100% / 3 ) - 0.7%);
}
.tit-img-wrap4 .img-item {
    width: calc((100% / 4 ) - 0.7%);
}
.img-item img{
    height: 100%;
    max-height: 160px;
    width: 100%;
}
.img-item .img_caption {
    margin-top: 0;
}
/* END: free-page */
/* Page 404 Fuji */
.Slug404__content {
    max-width: 700px;
    margin-right: 50px;
    width: 100%;
}
.Slug404-fuji .title {
    position: relative;
    padding-left: 32px;
    font-size: 110%;
    border-bottom: 5px solid #8cbf48;
    color: #8cbf48;
    margin-bottom: 30px;
}
.Slug404-fuji .title::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/child_fuji/dogicon_01.png);
    height: 38px;
    width: 27px;
    left: 0;
    bottom: 0;
}
.back-top-fuji {
    margin-top: 12px;
}
.back-top-fuji a {
    color: #dc8b69;
}
/* END:Page 404 Fuji */

/* START:mailaddress */
#confirm h4 {
    color: #562009 ;
}
#confirm input {
    width: 50%;
    margin-bottom: 10px;
}
#confirm .confirm__postal span {
    margin: 0 5px;
}
#confirm .mailaddress-btn {
    display: flex;
    width: 53%;
    margin-top: 20px;
    text-align: center;
}
#confirm input.button_send {
    width: 200px;
    margin: 0 20px 0 0;
    padding: 10px 0;
}
#confirm .confirm-btn {
    display: flex;
    margin-top: 20px;
}
#confirm .confirm-btn input {
    width: 150px;
}
#confirm .err {
    color: #ff0000;
    font-weight: 700;
    font-size: 1.2em;
}
@media (max-width: 767px) {
    #confirm .confirm-btn {
        justify-content: space-around;
    }
    #confirm input {
        width: 100%;
    }
    #confirm .mailaddress-btn {
        width: 100%;
    }
}
/* END:mailaddress */

.free-page-fuji__content .one__img img,
.free-page-fuji__content .two__img__item img,
.free-page-fuji__content .three__img__item img,
.free-page-fuji__content .img__fifty__percent img,
.free-page-fuji__content .img__three__parts__two img,
.free-page-fuji .img__forty_percent img,
.free-page-fuji__content .img__Twenty-five__percent img,
.free-page-fuji__content .four__img__item img,
.free-page-fuji__content .img__three__parts__two img
 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.registered_infor {
    padding: 30px 35px;
}
.spinner-wrapper {
    max-width: 102px;
    margin: 0 auto;
}
/* start: donation form */
.card-donat{
    color: #444;
}
.card-donat input{
    width: 100%;
}
/* end: donation form */
/*Start: Maintenance */
.maintenance-container {
    background: #00A593;
    padding: 40px;
    position: fixed;
    width: 100%;
    height: 100%;
}
.maintenance-main h3 {
    font-size: clamp(24px, 1.3786rem + 0.5178vw, 32px);
    color: #2B2B2B;
    font-weight: bold;
    letter-spacing: 1px;
}
.maintenance-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 35px 20px;
    gap: 25px;
    max-width: 1920px;
    margin: 0 auto;
    height: 100%;
}
.img-dog {
    width: 130px;
}
.maintenance-main p {
    color: #000;
    font-size: clamp(14px, 0.8143rem + 0.2589vw, 18px);
}
@media (max-width: 767px) {
    .maintenance-container {
        padding: 40px 12px;
    }
}
/*End: Maintenance */
/* Start:Media form */
.field-text-form {
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 20px;
}
.text-bold-custom {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}
.field.border-full {
    border-bottom: 1px solid #ccc;
}
/* End:Media form */
/* Start: Table Check Field  */
.check_notes > ul {
    list-style-type: initial;
    list-style-position: inside;
}
@media (max-width: 768px) {
    .table-content-checksfield {
        min-width: 500px;
    }
}

/* End: Table Check Field  */
