@charset "UTF-8";
.c-ttl {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 0 0 30px 0;
}
.c-ttl:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    width: 60px;
    height: 3px;
    background: #fff;
}
.c-ttl.is-ver2:before {
    background: #FFE036;
}
.c-txt {
    font-size: 16px;
    margin: 20px 0 0 0;
    text-align: center;
}
.c-srcBox_wrap {
    padding: 40px;
    border-radius: 6px;
    background: #FFE036;
}
.c-srcBox_word {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #fef3b4;
}
.c-word_input {
    margin: 0 40px 0 0;
}
.c-src-txt {
    width: 100%;
    max-width: 125px;
    font-size: 16px;
    font-weight: bold;
}
input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
input[type="text"].is-wid01 {
    width: 526px;
}
.c-check_input li {
    margin: 0 30px 0 0;
}
.c-check_input li:last-child {
    margin: 0;
}
input[type="checkbox"] + label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 0 0 0 35px;
    cursor: pointer;
}
input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    margin-top: -12px;
    z-index: 10;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    background: #fff;
}
input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 10;
    width: 12px;
    height: 7px;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
}
.c-srcBox_conditions {
    margin: 0 0 40px 0;
}
.c-srcBox_tglbtn {
    display: none;
}
.c-srcBox_wid {
    width: 50%;
}
.c-conditions_input {
    margin: 12px 0 0 0;
}
.c-conditions_input:first-child {
    margin: 0;
}
.c-srcBox_select {
    position: relative;
}
.c-srcBox_select:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
select {
    width: 415px;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}
.c-cv_wrap {
    padding: 60px 0;
    background: #FFE036;
}
.c-cv_ml {
    width: 570px;
}
.c-cv_knti {
    width: 570px;
    padding: 20px 0 40px 0;
    background: #fff;
    border-radius: 6px;
}
.c-cv_ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px 0;
    text-align: center;
}
.c-cv_ttl span {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #000;
}
.c-cv_img {
    text-align: center;
}
.c-cv_img img {
    width: 300px;
}
.c-cv_img.is-ver2 img {
    width: 320px;
}
.c-cv_txt {
    font-size: 12px;
    line-height: 2;
    margin: 25px 0 0 0;
    text-align: center;
}
.c-cv_txt.is-ver2 {
    margin: 10px 0 0 0;
}
.c-cv_btn {
    margin: 30px 0 0 0;
}
.c-btn.is-src {
    width: 600px;
    height: 56px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}
.c-btn.is-ver2 {
    width: 600px;
    height: 56px;
    margin: 60px auto 0 auto;
    border-radius: 6px;
}
.c-btn.is-ver3,
.c-btn.is-ver4,
.c-btn.is-ver5 {
    width: 275px;
    height: 56px;
    border-radius: 6px;
    background: #fff;
}
.c-btn.is-ver5 {
    margin: 0 auto;
}
.c-btn.is-src a {
    font-size: 16px;
}
.c-btn.is-src a:before {
    height: 54px;
}
.c-btn.is-ver2 a {
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.c-btn.is-ver2 a:before {
    height: 54px;
    background: #333;
}
.c-btn.is-ver3 a,
.c-btn.is-ver5 a {
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
}
.c-btn.is-ver3 a:before,
.c-btn.is-ver5 a:before {
    height: 54px;
    background: #000;
}
.c-btn.is-ver4 a {
    font-size: 15px;
    background: #F04A4A;
    border: 1px solid #F04A4A;
}
.c-btn.is-ver4 a:before {
    height: 54px;
}
.c-btn.is-src .is-btn,
.c-btn.is-ver2 .is-btn,
.c-btn.is-ver3 .is-btn,
.c-btn.is-ver4 .is-btn,
.c-btn.is-ver5 .is-btn {
    display: block;
}
.c-btn.is-src .is-btn:before {
    right: 20px;
}
.c-btn.is-ver4 .is-btn:before {
    right: 20px;
}
.c-btn.is-ver2 .is-btn:before,
.c-btn.is-ver3 .is-btn:before,
.c-btn.is-ver5 .is-btn:before {
    right: 20px;
    background: url("/cmn/svg/arw_black_right.svg") no-repeat 0 0;
    background-size: 100% auto;
}
.c-btn.is-blank .is-btn:before {
    width: 10px;
    height: 8px;
    background: url("/cmn/svg/icn_blank.svg") no-repeat 0 0;
    background-size: 100% auto;
}
footer {
    padding: 100px 0;
    background: #000;
}
.footer_wrap {
    width: 1200px;
    margin: 0 auto;
}
.f-top_link {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 60px 0;
}
.footer_menu {
    box-sizing: border-box;
}
.footer_menu .link {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}
.footer_menu ul li {
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
}
.footer_menu ul li:last-child {
    margin: 0;
}
.footer_menu ul li a {
    color: #fff;
    position: relative;
}
.footer_menu ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.footer_menu ul li.is-blank a {
    padding-right: 20px;
    position: relative;
}
.footer_menu ul li.is-blank a:before {
    content: '';
    display: block;
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_blank_white.svg) no-repeat center;
    background-size: 100% auto;
}
.footer_read {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #393939;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.footer_read .txt {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.copy-txt {
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.pagetop {
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 999;
}
.pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 40px;
    background: #FFE036 url(/cmn/svg/arw_black_up.svg) no-repeat center;
    background-size: 8px auto;
}
.fixedMenu_wrap {
    display: none;
}
.c-breadcrumbs {
    padding: 10px 0;
    background: #FFFBE1;
}
.c-breadcrumbs .list {
    line-height: 1;
    text-align: left;
    letter-spacing: -.4em;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.c-breadcrumbs .list li {
    display: inline;
    font-size: 12px;
    padding-left: 25px;
    position: relative;
    letter-spacing: normal;
}
.c-breadcrumbs .list li:before {
    content: '>';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.c-breadcrumbs .list li:first-child {
    padding-left: 0;
}
.c-breadcrumbs .list li:first-child:before {
    content: none;
}
.c-breadcrumbs .list li:last-child {
    padding-right: 25px;
}
.c-breadcrumbs .list li a {
    text-decoration: underline;
}
.c-prfctsch_ttl {
    margin-bottom: 29px;
}
.c-prfctsch-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4615;
}
.c-prfctsch-txt {
    font-size: 16px;
    margin-bottom: 5px;
}
.c-prfctsch-txt .txt {
    line-height: 1;
    vertical-align: middle;
}
.c-prfctsch-txt > .label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #ffffff;
    background-color: #F04A4A;
    width: 56px;
    height: 22px;
    border-radius: 6px;
    box-sizing: border-box;
    margin-right: 10px;
    font-weight: bold;
}
.c-prfctsch_in {
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
}
.c-prfctsch_in .c-prfctsch_box {
    padding: 34px 0 62px;
    box-sizing: border-box;
    background: #FFE036 url(/cmn/img/japanmap.png) no-repeat right 261px top 40px;
}
.c-prfctscharea_wrap {
    background: #EFCF1F;
    padding: 30px 34px 0 30px;
    box-sizing: border-box;
}
.c-prfctsch_subttl {
    padding-left: 30px;
    margin-bottom: 12px;
}
.c-prfctsch-subttl {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4615;
    padding: 6px 0 6px 65px;
}
.c-prfctsch-subttl .fs-l {
    font-size: 26px;
}
.c-prfctsch-subttl::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff url(/cmn/svg/icn_japan.svg) no-repeat center / 36px auto;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    z-index: 9;
}
.c-prfctschBtn-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 55px;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    border: 1px solid #222222;
    border-radius: 6px;
    background: #fff;
}
.c-prfctscharea-txt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 20px;
}
.c-prfctscharea-lst {
    display: flex;
    justify-content: left;
    gap: 10px;
    flex-wrap: wrap;
}
.c-prfctscharea-lst > li a {
    display: block;
    color: #222222;
    font-size: 12px;
    padding: 6px 11px;
    border: 1px solid #222222;
    background: #fff;
    border-radius: 76px;
    line-height: 1;
    box-sizing: border-box;
}
.c-btmbnr_wrap {
    padding-bottom: 100px;
}
/* news */
.c-news_in {
    padding: 30px 40px 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
}
.c-nsearchTab_in {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-bottom: 30px;
}
.c-nsearchTab_in .tab {
    cursor: pointer;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    padding: 9.5px 19px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background: #fff;
}
.c-nsearchTab_in .tab.active {
    color: #fff;
    background: #222222;
    border: 1px solid #222222;
}
.c-nsearchDtl_wrap {
    border-bottom: 1px solid #E5E5E5;
}
.c-nsearchDtl_wrap.is-head {
    border-bottom: none;
    background: #F5F5F5;
}
.c-nsearchDtl_in {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 8px 30px;
    position: relative;
}
.c-nsearchDtl_wrap.is-head .name {
    text-decoration: none;
}
.c-nsearchDtl_wrap .name {
    font-size: 14px;
    font-weight: bold;
    width: 539px;
    text-decoration: underline;
    text-align: left;
}
.c-nsearchDtl_wrap .comment {
    width: 82px;
    text-align: left;
}
.c-nsearchDtl_wrap .date {
    font-size: 14px;
    width: 168px;
    text-align: left;
}
.c-nsearchDtl_wrap .classification {
    font-size: 14px;
    width: 153px;
    text-align: left;
}
.c-nsearchDtl_wrap .station {
    font-size: 14px;
    width: 120px;
    text-align: left;
}
.c-nsearchDtl_wrap .comment-icn {
    position: relative;
    display: inline-block;
}
.c-nsearchDtl_wrap.comment-on .comment-quantity {
    position: absolute;
    top: -10px;
    right: -9px;
    z-index: 9;
    font-size: 11px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    background: #FFE036;
    border-radius: 99px;
}
.c-nsearchDtl_wrap .date {
    font-size: 14px;
    width: 168px;
    text-align: left;
}
.c-nsearchDtl_wrap .classification {
    font-size: 14px;
    width: 153px;
    text-align: left;
}
.c-nsearchDtl_wrap .station {
    font-size: 14px;
    width: 120px;
    text-align: left;
}
.c-nsearchDtl_wrap.is-new .c-nsearchDtl_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../svg/pop_new.svg) no-repeat 0 0 / 34px auto;
}
.c-news-readbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.c-news-btn .c-btn.is-ver2 {
    width: 200px;
    height: 34px;
    margin: 0;
}
.c-news-btn .c-btn.is-ver2 a {
    font-size: 13px;
}
.c-news-btn .c-btn.is-ver2 a::before {
    height: 32px;
}
.c-news-btn .c-btn .is-btn {
    padding: 0 34px 0 20px;
    box-sizing: border-box;
    line-height: 1;
}
.c-news-btn .c-btn .is-btn::before {
    right: 19px;
    height: 11px;
}
.c-news_ttl {
    display: flex;
    justify-content: left;
    align-items: end;
    gap: 0 20px;
    padding: 6px 0;
}
.c-news_ttl .c-news-ttl {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4615;
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
}
.c-news_ttl .c-news-ttl::before {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFE036 url(../svg/icn_megaphone.svg) no-repeat center / 32px auto ;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
}
.c-news-txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
}
.c-nsearchLst_wrap .panel {
  display: none;
}
.c-nsearchLst_wrap .panel.active {
  display: block;
  text-align: center;
}
.c-intrdata_in {
    border: 2px solid #222222;
    border-radius: 6px;
    background: #FFFFFF;
}
.c-intrdata_box {
    padding: 30px 49px;
    box-sizing: border-box;
}
.c-intrdata-txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.c-intrdata_box .c-btn.is-ver4 {
    margin: 0 auto 20px;
}
.c-intrdata-question {
    width: 217px;
    margin: 0 auto;
}
.c-intrdata-question a {
    color: #222222;
    background: #FFE036;
    padding: 6px;
    box-sizing: border-box;
    height: 34px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}
.c-intrdata-question a span {
    padding-right: 19px;
    line-height: 1;
    position: relative;
}
.c-intrdata-question a span::before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../svg/icn_topquestion.svg) no-repeat center / 14px auto;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    z-index: 9;
}
.c-intrdataSlide_wrap {
    padding: 56px 20px 20px;
    box-sizing: border-box;
    position: relative;
}
.c-intrdataslide-txt {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFE036;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222222;
    z-index: 9;
    width: 100%;
    height: 36px;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0 4px 0 0;
    box-sizing: border-box;
}
.c-intrdata_wrap .basicdata-name {
    display: flex;
    gap: 0 20px;
    align-items: center;
}
.c-intrdata_wrap .basicdata-name .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.45;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: calc(100% - 140px);
}
.c-intrdata-slide.slick-initialized .slick-slide {
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0;
}
.c-intrdata-slidect {
    width: 100%;
}
.c-intrdata-slide .slick-prev,
.c-intrdata-slide .slick-next {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(/cmn/svg/slidebtn_black.svg) no-repeat center / 100% auto;
}
.c-intrdata-slide .slick-prev {
    left: -37px;
}
.c-intrdata-slide .slick-next {
    right: -37px;
    transform: translate(0, -50%) scale(-1,1);
}
.slick-hidden {
    display: none;
}
.c-intrdata-slidect .basicdata-img {
    width: 120px;
    height: 88px;
    overflow: hidden;
    position: relative;
}
.c-intrdata-slidect .basicdata-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media (min-width: 768px) {
    .c-srcBox_word {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-word_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-check_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-srcBox_conditions {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .c-conditions_input {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .c-conditions_input.is-ver2 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .c-cv_in {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-cv_btn {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .c-breadcrumbs .list {
        line-height: 1.2;
    }
    .c-breadcrumbs .list li:before {
        top: 2px;
        transform: none;
    }
    .c-btn.is-ver2 a:hover {
        color: #fff;
    }
    .c-btn.is-ver2 a:hover:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .c-btn.is-ver2 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver3 a:hover {
        color: #fff;
    }
    .c-btn.is-ver3 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_white_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver4 a:hover {
        color: #F04A4A;
    }
    .c-btn.is-ver4 a:hover .is-btn:before {
        background: url(/cmn/svg/arw_pink_right.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-btn.is-ver5 a:hover {
        color: #fff;
    }
    .c-btn.is-blank a:hover .is-btn:before {
        background: url(/cmn/svg/icn_blank_white.svg) no-repeat 0 0;
        background-size: 100% auto;
    }
    .footer_menu ul li a:hover:after,
    .footer_menu .link a:hover:after,
    .f-btm_link ul li a:hover:after {
        transform: scale(1, 1);
    }
    .c-prfctschBtn-btn a:hover {
        background-color: #222222;
        color: #ffffff;
    }
    .c-prfctschBtn_in {
        position: relative;
        width: 680px;
        margin: 0 auto;
        height: 294px;
    }
    .c-prfctschBtn_ct .area-name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
        line-height: 1.5;
    }
    .c-prfctschBtn_btn {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-prfctschBtn_ct.ver1 .c-prfctschBtn_btn,
    .c-prfctschBtn_ct.ver2 .c-prfctschBtn_btn,
    .c-prfctschBtn_ct.ver3 .c-prfctschBtn_btn {
        width: 210px;
        box-sizing: border-box;
    }
    .c-prfctschBtn_ct {
        position: absolute;
        z-index: 9;
    }
    .c-prfctschBtn_ct.ver1 {
        right: 0;
        top: 0;
    }
    .c-prfctschBtn_ct.ver2 {
        right: 0;
        bottom: 0;
    }
    .c-prfctschBtn_ct.ver3 {
        right: 294px;
        top: 0;
    }
    .c-prfctschBtn_ct.ver4 {
        right: 294px;
        bottom: 0;
    }
    .c-prfctschBtn_ct.ver5 {
        left: 52px;
        bottom: 89px;
    }
    .c-prfctschBtn_ct.ver6 {
        left: 0;
        bottom: 0;
    }
    .c-prfctscharea-lst > li a:hover {
        color: #fff;
        background: #222222;
    }
    .c-prfctsch_in {
        height: 450px;
        display: flex;
    }
    .c-prfctsch_in .c-prfctsch_box {
        width: 900px;
    }
    .c-prfctscharea_wrap {
        width: 310px;
    }
    .c-prfctsch_ttl {
        display: flex;
        justify-content: left;
        align-items: end;
        gap: 0 20px;
    }
    .c-btmbnr_in.bnr_box {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .c-btmbnr_wrap .bnr-item a:hover {
        opacity: .8;
    }
    a.c-nsearchDtl_in:hover {
        background: #FFFBE1;
    }
    .c-nsearchTab_in .tab:hover {
        color: #222222;
        border: 1px solid #222222;
        background: #fff;
    }
    .c-nsearchTab_in .tab.active:hover {
        color: #fff;
        background: #222222;
        border: 1px solid #222222;
    }
    /* slide */
    .c-intrdata_wrap .detaildata_box {
        background: #F5F5F5;
        padding: 19px 20px 20px;
        box-sizing: border-box;
    }
    .c-intrdata_wrap .detaildata_box .catch {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.428;
    }
    .c-intrdata_wrap .evolution-txt .star {
        display: flex;
        gap: 0 3px;
    }
    .c-intrdata_wrap .evolution-txt {
        display: flex;
        align-items: center;
        gap: 0 19px;
        margin-bottom: 10px;
    }
    .detaildata_box .rate-txt {
        display: inline-flex;
        align-items: center;
        gap: 0 10px;
    }
    .detaildata_box .text_undr .rate-txt:not(:last-child) {
        margin-right: 20px;
    }
    .c-intrdata_wrap .rate-txt .up,
    .c-intrdata_wrap .rate-txt .flat,
    .c-intrdata_wrap .rate-txt .down {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        padding-left: 22px;
        box-sizing: border-box;
        line-height: 1;
    }
    .c-intrdata_wrap .rate-txt .up {
        color: #4BD01B;
    }
    .c-intrdata_wrap .rate-txt .flat {
        color: #FF9A36;
    }
    .c-intrdata_wrap .rate-txt .down {
        color: #F04A4A;
    }
    .c-intrdata_wrap .rate-txt .up::before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../svg/icn_topup.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
    }
    .c-intrdata_wrap .rate-txt .flat::before {
        content: "";
        width: 16px;
        height: 14px;
        background: url(../svg/icn_topflat.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -8px;
    }
    .c-intrdata_wrap .rate-txt .down::before {
        content: "";
        width: 21px;
        height: 21px;
        background: url(../svg/icn_topdown.svg) no-repeat center / 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        transform: scale(1, -1);
    }
    .c-intrdata_wrap .c-intrdata-question > a:hover {
        opacity: .8;
    }
    .c-intrdata_in {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
        align-items: center;
    }
    .c-intrdata_box {
        width: 498px;
    }
    .c-intrdataSlide_wrap {
        border-left: 1px solid #222222;
        width: calc(100% - 498px);
        min-height: 274px;
    }
    .c-intrdata_box .c-btn.is-ver4 {
        width: 335px;
    }
    .c-intrdata_wrap .intrdata-slideitem .basicdata_box {
        width: calc(100% - 276px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px 0;
    }
    .c-intrdata_wrap .basicdata-name {
        width: 372px;
    }
    .c-intrdata_wrap .intrdata-slideitem {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .c-intrdata_wrap .basicdata-name {
        width: 372px;
    }
}
@media only screen and (max-width: 767px) {
    .c-ttl {
        font-size: 24px;
        line-height: 1.5;
        padding: 0 0 12px 0;
    }
    .c-txt {
        font-size: 14px;
    }
    .c-srcBox_wrap {
        padding: 20px;
    }
    .c-srcBox_word {
        padding: 0 20px 20px 20px;
        margin: 0 -20px 20px -20px;
    }
    .c-word_input {
        margin: 0 0 20px 0;
    }
    .c-src-txt {
        max-width: inherit;
        font-size: 14px;
        margin: 0 0 2px 0;
    }
    input[type="text"] {
        font-size: 14px;
    }
    input[type="text"].is-wid01 {
        width: 100%;
    }
    .c-check_input li {
        margin: 0 0 20px 0;
    }
    input[type="checkbox"] + label {
        font-size: 14px;
    }
    .c-srcBox_conditions {
        display: none;
        margin: 0 0 30px 0;
    }
    .c-srcBox_conditions.on {
        display: block;
    }
    .c-srcBox_wid {
        width: 100%;
    }
    .c-conditions_input {
        margin: 20px 0 0 0;
    }
    .c-conditions_input:first-child {
        margin: 20px 0 0 0;
    }
    select {
        width: 100%;
        font-size: 14px;
    }
    .c-srcBox_tglbtn {
        display: block;
        text-align: center;
        padding: 0 20px 20px 20px;
        margin: 0 -20px 20px -20px;
        border-bottom: 1px solid #fff;
    }
    .c-srcBox_tglbtn .js-cdi {
        display: inline-block;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        padding: 0 20px 0 0;
    }
    .c-srcBox_tglbtn .js-cdi:before {
        content: "";
        position: absolute;
        display: block;
        width: 12px;
        height: 8px;
        top: 50%;
        right: 0;
        margin-top: -4px;
        z-index: 10;
        background: url("../svg/arw_black_down.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-srcBox_tglbtn .js-cdi.on:before {
        background: url("../svg/arw_black_up.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .c-srcBox_tglbtn .js-cdi span {
        display: none;
    }
    .c-srcBox_tglbtn .js-cdi span.on {
        display: block;
    }
    .c-cv_wrap {
        padding: 40px 0;
    }
    .c-cv_ml {
        width: 100%;
        margin: 0 0 40px 0;
    }
    .c-cv_knti {
        width: 100%;
        padding: 20px 30px 30px 30px;
        box-sizing: border-box;
    }
    .c-cv_img img {
        width: 100%;
        max-width: 260px;
    }
    .c-cv_img.is-ver2 img {
        max-width: 240px;
        height: auto;
    }
    .c-cv_ttl {
        margin: 0 0 20px 0;
    }
    .c-cv_txt {
        font-size: 10px;
        margin: 30px 0 0 0;
    }
    .c-cv_txt.is-ver2 {
        text-align: left;
    }
    .c-btn.is-src {
        width: 100%;
        border-radius: 6px;
    }
    .c-btn.is-ver2 {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .c-btn.is-ver3,
    .c-btn.is-ver4,
    .c-btn.is-ver5 {
        width: 100%;
    }
    .c-btn.is-ver4 {
        margin: 20px 0 0 0;
    }
    .c-btn.is-ver2 a {
        border: 1px solid #000;
    }
    .c-btn.is-ver3 a,
    .c-btn.is-ver5 a {
        font-size: 16px;
        border: 1px solid #000;
    }
    .c-btn.is-ver4 a {
        font-size: 16px;
    }
    footer {
        padding: 60px 20px;
    }
    .footer_wrap {
        width: 100%;
    }
    .f-top_link {
        -ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
        padding: 0;
    }
    .footer_menu {
        width: 50%;
        padding: 0 0 40px;
    }
    .footer_menu:nth-child(3),
    .footer_menu:nth-child(4) {
        width: 100%;
        padding: 40px 0;
        border-top: 1px solid #707070;
    }
    .footer_read {
        width: 100%;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .footer_read .txt {
        font-size: 12px;
        text-align: left;
    }
    .copy-txt {
        text-align: center;
        border-top: 1px solid #707070;
        padding-top: 40px;
    }
    .pagetop {
        bottom: 70px;
        right: 20px;
    }
    .fixedMenu_wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background: #fff;
        border-top: 1px solid #e5e5e5;
    }
    .fixedMenu_wrap ul {
        padding: 0 20px;
        height: 60px;
    }
    .fixedMenu_wrap ul li {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
    	-ms-flex-align: center;
    	align-items: center;
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
        float: left;
        width: 20%;
        height: 100%;
    }
    .fixedMenu_wrap ul li.is-list {
        position: relative;
    }
    .fixedMenu_wrap ul li a {
        position: relative;
        font-size: 10px;
        line-height: 1;
        padding: 30px 0 0 0;
    }
    .fixedMenu_wrap ul li a:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .fixedMenu_wrap ul li.is-ver1 a:before {
        width: 19px;
        height: 22px;
        background: url("../svg/icn_menu01.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver2 a:before {
        width: 19px;
        height: 22px;
        background: url("../svg/icn_menu02.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver3 a:before {
        width: 20px;
        height: 22px;
        background: url("../svg/icn_menu03.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver3 .fixed_Menu_drop a:before {
        display: none;
    }
    .fixedMenu_wrap ul li.is-ver4 a:before {
        width: 28px;
        height: 22px;
        background: url("../svg/icn_menu04.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixedMenu_wrap ul li.is-ver5 a:before {
        width: 20px;
        height: 22px;
        background: url("../svg/icn_menu05.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
    .fixed_Menu_drop {
        display: none;
        position: absolute;
        top: -82px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        width: 86px;
    }
    .fixed_Menu_drop.is-on {
        display: block;
    }
    .fixed_Menu_drop ul.fixed_Menu_droplist {
        height: auto;
        padding: 15px 0;
        background-color: #fff;
        border: 1px solid #333;
        box-sizing: border-box;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li {
        display: block;
        float: none;
        width: auto;
        height: auto;
        line-height: 1;
        padding-bottom: 20px;
        text-align: center;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li:last-child {
        padding-bottom: 0;
    }
    .fixedMenu_wrap ul.fixed_Menu_droplist li a {
        font-size: 13px;
        padding: 0;
    }
    .c-breadcrumbs {
        padding: 10px 20px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .c-prfctsch_ttl {
        margin-bottom: 20px;
    }
    .c-prfctsch-ttl {
        font-size: 20px;
        line-height: 1.45;
        margin-bottom: 10px;
    }
    .c-prfctsch-txt {
        font-size: 12px;
        margin-bottom: 0;
    }
    .c-prfctsch_in .c-prfctsch_box {
        padding: 20px;
        background: #FFE036;
    }
    .c-prfctscharea_wrap {
        padding: 20px;
    }
    .c-prfctsch_subttl {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .c-prfctsch-subttl {
        font-size: 14px;
        line-height: 1.45;
        padding: 0 0 0 40px;
    }
    .c-prfctsch-subttl .fs-l {
        font-size: 20px;
    }
    .c-prfctsch-subttl::before {
        width: 30px;
        height: 30px;
        background: #ffffff url(/cmn/svg/icn_japan.svg) no-repeat center / 22px auto;
        margin-top: -15px;
    }
    .c-prfctschBtn-btn a {
        width: 142px;
        height: 48px;
        font-size: 14px;
    }
    .c-prfctschBtn_lst {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-prfctscharea-txt {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .c-prfctscharea-lst {
        display: flex;
        justify-content: left;
        gap: 10px;
        flex-wrap: wrap;
    }
    .c-btmbnr_wrap {
        padding-bottom: 60px;
    }
    .c-btmbnr_in {
        margin-top: 20px;
    }
    .c-btmbnr_in .bnr-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .c-btmbnr_wrap .bnr-item img {
        width: 100%;
        height: auto;
    }
    /* news */
    .c-news_in {
        padding: 20px 0;
    }
    .c-nsearchTab_in {
        gap: 10px;
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .c-nsearchTab_in .tab {
        padding: 0;
        width: 91px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .c-nsearchDtl_wrap.is-head {
        display: none;
    }
    .c-nsearchDtl_in {
        height: auto;
        padding: 15px 20px 15px 20px;
        justify-content: space-between;
    }
    .c-nsearchDtl_wrap .name {
        width: auto;
        line-height: 1.5;
    }
    .c-nsearchDtl_wrap .comment {
        width: 63px;
        margin: 0 0 0 16px;
        display: flex;
    }
    .c-nsearchDtl_wrap .date,
    .c-nsearchDtl_wrap .classification,
    .c-nsearchDtl_wrap .station {
        display: none;
    }
    .c-nsearchDtl_wrap .comment-icn {
        position: relative;
        display: inline-block;
    }
    .c-nsearchDtl_wrap .comment-icn + .comment-icn {
        margin-left: 15px;
    }
    .c-nsearchDtl_wrap.comment-on .comment-quantity {
        position: absolute;
        top: -10px;
        right: -9px;
        z-index: 9;
        font-size: 11px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        background: #FFE036;
        border-radius: 99px;
    }
    .c-nsearchDtl_wrap .date {
        font-size: 14px;
        width: 168px;
        text-align: left;
    }
    .c-nsearchDtl_wrap .classification {
        font-size: 14px;
        width: 153px;
        text-align: left;
    }
    .c-nsearchDtl_wrap .station {
        font-size: 14px;
        width: 120px;
        text-align: left;
    }
    .c-nsearchDtl_wrap.is-new .c-nsearchDtl_in:before {
        content: "";
        position: absolute;
        display: block;
        width: 34px;
        min-height: 34px;
        top: 0;
        left: 0;
        z-index: 10;
        background: url(/cmn/svg/pop_new.svg) no-repeat 0 0 / 34px auto;
    }
    .c-news-readbox {
        display: block;
        margin-bottom: 19px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .c-news-btn .c-btn.is-ver2 {
        width: 197px;
        height: 34px;
        margin: 20px auto 0;
    }
    .c-news-btn .c-btn .is-btn {
        padding: 0 32px 0 20px;
    }
    .c-news-btn .c-btn .is-btn::before {
        right: 20px;
        width: 7px;
        height: 12px;
    }
    .c-news_ttl {
        display: block;
        padding: 0;
    }
    .c-news_ttl .c-news-ttl {
        font-size: 20px;
        line-height: 1.45;
        padding-left: 41px;
    }
    .c-news_ttl .c-news-ttl::before {
        width: 30px;
        height: 30px;
        background: #FFE036 url(../svg/icn_megaphone.svg) no-repeat center / 20px auto ;
        margin-top: -15px;
        z-index: 9;
    }
    .c-news-txt {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 11px;
    }
    .c-nsearchLst_wrap .panel {
        border-top: 1px solid #E5E5E5;
    }
    .c-nsearchLst_wrap .panel .c-nsearchDtl_wrap:nth-child(n+7) {
        display: none;
    }
    .c-intrdata_box {
        padding: 20px;
    }
    .c-intrdata-txt {
        font-size: 14px;
        line-height: 1.571;
        margin-bottom: 10px;
    }
    .c-intrdata_box .c-btn.is-ver4 {
        margin: 0 auto 10px;
    }
    .c-intrdata-question {
        width: 100%;
        margin: 0 auto;
        max-width: 217px;
    }
    .c-intrdataSlide_wrap {
        padding: 55px 0 20px;
        border-bottom: 1px solid #222222;
    }
    .c-intrdata-slide.slick-initialized .slick-slide {
        padding: 0px 19px;
        box-sizing: border-box;
    }
    .c-intrdataslide-txt {
        height: 35px;
        font-size: 14px;
        border-radius: 4px 4px 0 0;
    }
    .c-intrdata_wrap .basicdata-name {
        gap: 0 10px;
        margin-bottom: 20px;
    }
    .c-intrdata_wrap .basicdata-name .name {
        font-size: 13px;
        line-height: 1.5;
        width: calc(100% - 110px);
    }
    .c-intrdata_wrap .intrdata-img img {
        max-width: 240px;
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
    }
    .c-intrdata-slide .slick-next {
        right: -17px;
    }
    .c-intrdata-slide .slick-prev {
        left: -17px;
    }
    .c-intrdata_wrap .basicdata-img img {
        width: 100%;
    }
    .c-intrdata-slidect .basicdata-img {
        width: 100px;
        height: 61px;
    }
}
@media only screen and (max-width: 374px) {
    .c-btn {
        width: 110px;
    }
    .c-btn.is-ver5 a {
        font-size: 14px;
    }
    .c-btn.is-blank a {
        background: #fff url(/cmn/svg/icn_blank.svg) no-repeat center right 10px;
        background-size: 10px auto;
    }
    .c-btn .is-btn {
        padding: 0 15px;
    }
    .c-prfctschBtn-btn {
        width: calc(50% - 5px);
    }
    .c-prfctschBtn-btn a {
        width: 100%;
    }
    .c-nsearchTab_in .tab {
        width: 30%;
        gap: 2%;
    }
    .c-intrdataslide-txt {
        font-size: 13px;
    }
}
