#tyoukyu_area{
display:none;
}

#tyoukyu_area.tyokyu-22gw-01{
display:block;
}

/*
#tyoukyu_area.tyokyu-22gw-02{
display:block;
}
*/

/*
#tyoukyu_area.tyokyu-22gw-03{
display:block;
}
*/
#tyoukyu_area{
display:none;
}

#tyoukyu_area.tyokyu-22gw-01{
display:block;
}

/*
#tyoukyu_area.tyokyu-22gw-02{
display:block;
}
*/

/*
#tyoukyu_area.tyokyu-22gw-03{
display:block;
}
*/

/*スマホの100％表示設定*/

body {
    margin-top: 0 !important;
}

.sp_display {
    display: none;
}

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

    .kotei,
    #container,
    #pan,
    #main_left,
    .pc_display,
    .kotei-review {
        display: none !important;
    }

    #all,
    #content_faq,
    #main_right,
    .infowrap #main_right {
        width: 100vw;
    }

    #faq_wrap {
        padding: 0 10vw;
        width: 100vw;
        position: relative;
    }

    .sp_display {
        display: block;
    }
}

body {
    margin: 0;
}

body #pan {
    margin-bottom: 20px;
}

#content_faq {
    overflow: hidden;
}

#content_faq ul,
#content_faq il {
    padding: 0;
    margin: 0;
}

/*awesmeの設定*/
.fa,
.fas,
.fab {
    font-family: FontAwesome;
}

.accshow img,
.notice_question img {
    width: 100%;
    margin: 5% 0;
}

/*タイトル部のリセットとnoto化*/
#faq_wrap,
#faq_wrap p,
#faq_wrap a,
#faq_wrap h1,
#faq_wrap h2,
#faq_wrap h3,
#faq_wrap h4,
#faq_wrap span,
#faq_wrap .accshow,
#faq_all label:before,
#faq_wrap h5,
td.mail {
    /*    font-family:;*/
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #404040;
    line-height: 23px;
    font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
    font-weight: 500;
    -webkit-print-color-adjust: exact;
}

ul,
li {
    list-style: none;
}

#faq_wrap a {
    text-decoration: none;
}

#sp_nav {
    height: 21.3vw;
}

/*ボックス全体*/
.accbox {
    margin: 3px auto 100px auto;
    padding: 0;
    width: 540px;
    /*最大幅*/
    text-align: center;
}

#faq_wrap h1 {
    font-size: 28px;
    font-weight: bold;
    padding: 60px 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #444;
    text-align: center;
}

#faq_wrap h2 {
    color: #444;
    margin-top: 5%;
    padding-left: 0.6rem;
    font-size: 16px;
    text-align: left;
    border-left: solid 8px #e0a138;
    margin-top: 60px;
}

#notice_faq h2 {
    margin-top: 0;
}

.accshow h4 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin: 30px 0 10px 0;
    padding: 0.2em 0.5em 0.5em;
    border-left: 2px solid #e0a138;
    border-bottom: 2px solid #e0a138;
}

.accshow h5 {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin: 20px 0 10px 0;
    line-height: 1.5rem;
}

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

    /*ボックス全体*/
    #faq_wrap {
        margin: 0 auto 100px auto;
        padding: 0;
        width: 80.2vw;
        text-align: center;
    }

    .accbox {
        width: 100%;
    }

    /*各見出し*/
    #faq_wrap h1 {
        font-size: 19px;
        font-weight: bold;
        padding: 9.3vw 0;
        font-weight: 400;
        letter-spacing: 0.1em;
        color: #444;
    }

    #faq_wrap h2 {
        margin-top: 5%;
        padding-left: 0.6rem;
        font-size: 1.2rem;
        text-align: left;
        border-left: solid 5px #e0a138;
        margin-top: 8.6vw;
    }

    #notice_faq h2 {
        margin-top: 0;
        line-height: 2rem;
    }

    /*    検索BOX使用開始の際は削除*/
    .accshow h4 {
        font-size: 1.2em;
        text-align: left;
        font-weight: bold;
        margin: 30px 0 10px 0;
        padding: 0.2em 0.5em 0.5em;
        border-left: 2px solid #e0a138;
        border-bottom: 2px solid #e0a138;
    }

    .accshow h5 {
        font-size: 1.1em;
        text-align: left;
        font-weight: bold;
        margin: 20px 0 10px 0;
        line-height: 1.5rem;
    }
}

@media screen and (max-width:400px) {
    #faq_wrap {
        width: 83vw;
    }
}

/*----------検索ボックス----------*/
#search_box {
    display: none;
}

/* 検索BOX使用開始の際は削除*/
.search_container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #999;
    display: block;
    border-radius: 500px;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.search_container input[type="text"] {
    border: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 16px;
    letter-spacing: 0.1rem;
    font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
    width: 500px;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #fff;
    color: #999;
    position: absolute;
    width: 3.5em;
    /* height: 3.0em; */
    right: 0%;
    top: 30%;
    outline: none;
}

#search_box img {
    width: 24px;
    position: absolute;
    right: 18px;
    top: 10px;
    opacity: 0.6;
}

@media screen and (max-width:500px) {
    #search_box img {
        width: 4.5vw;
        top: 2.1vw;
        right: 3.0vw;
    }
}

@media screen and (max-width:500px) {
    .search_container {
        box-sizing: border-box;
        position: relative;
        border: 1px solid #999;
        display: block;
        border-radius: 500px;
        height: 9.3vw;
        width: 100%;
        overflow: hidden;
    }

    .search_container input[type="text"] {
        border: none;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 55%;
        font-size: 1.2rem;
        letter-spacing: 0.2rem;
        font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
        width: 100%;
    }

    .search_container input[type="submit"] {
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #fff;
        color: #999;
        position: absolute;
        width: 3.5em;
        /* height: 3.0em; */
        right: 0%;
        top: 38%;
        outline: none;
    }
}

/*----------検索ボックス----------*/
/*----------注目FAQ----------*/
.ttl_usualqa {
    width: 570px;
    font-size: 30px;
    color: #7d7d7d;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 180%;
}

/*メニュー*/
/*注目FAQ*/
#notice_faq {
    letter-spacing: 0.1em;
}

#notice_faq h4 {
    padding: 14px;
    font-size: 1.2em;
    margin-bottom: 1em;
}

@media screen and (max-width:500px) {
    #notice_faq h4 {
        padding: 2vw;
        font-size: 1.1em;
        margin-bottom: 1em;
    }
}

#notice_faq h5 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0.5em;
}

@media screen and (max-width:500px) {
    #notice_faq h5 {
        font-size: 1.2em;
    }
}

#notice_faq ul {
    margin-top: 10px;
}

@media screen and (max-width:500px) {
    #notice_faq ul {
        margin-top: 1.6vw;
    }
}

#notice_faq li {
    border-bottom: 1px solid #444;
}

#notice_faq label {
    position: relative;
    display: block;
    padding: 20px 0;
    color: #444;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
    /*    border-bottom: 1px solid #444;*/
    width: 100%;
}

@media screen and (max-width:500px) {
    #notice_faq label {
        position: relative;
        display: block;
        padding: 3.1vw 0;
        color: #444;
        font-weight: bold;
        background: #ffffff;
        cursor: pointer;
        transition: all 0.3s;
        text-align: left;
        /*    border-bottom: 1px solid #444;*/
        width: 100%;
    }
}

#notice_faq label p {
    font-size: 15px;
    line-height: 1.5rem;
    letter-spacing: 0.15em;
}

@media screen and (max-width:500px) {
    #notice_faq label p {
        font-size: 12px;
        line-height: 1.5rem;
        width: 94%;
    }
}

#notice_faq label .question {
    width: 85%;
    display: block;
    margin: 0 0 0 45px;
}

#notice_faq label::after {
    right: 1vw;
    content: '';
    padding-right: 6px;
    position: absolute;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    top: 40%;
    border-top: 2px solid #e8b367;
    border-right: 2px solid #e8b367;
    transform: rotate(135deg);
    /* width: 0px; */
    height: 6px;
}

#notice_faq input {
    display: none;
}

/*中身を非表示にしておく*/
#notice_faq .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    text-align: left;
    line-height: 150%;
    font-weight: 400;
    padding: 0 30px;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    #notice_faq .accshow {
        font-size: 1.1em;
        padding: 0 3.4vw;
    }
}

@media screen and (max-width: 500px) {
    #notice_faq .accshow {
        font-size: 1.1em;
    }
}

/*クリックで中身表示*/
#notice_faq .notice_label:checked + label + .accshow {
    height: auto;
    padding: 30px;
    background: #fff9f4;
    opacity: 1;
    text-align: left;
    border-top: 1px solid #999;
    line-height: 150%;
    font-weight: 500;
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    #notice_faq .notice_label:checked + label + .accshow {
        font-size: 1.1em;
        font-weight: 400;
        padding: 3.4vw;
    }
}

@media screen and (max-width: 500px) {
    #notice_faq .notice_label .accshow {
        height: 0;
        padding: 3.4vw;
        overflow: hidden;
        opacity: 0;
        transition: 0.3s;
        text-align: left;
        line-height: 150%;
        width: 86%;
        font-size: 1.0em;
    }
}

.notice_question::first-letter {
    color: #e1ae66;
}

/*----------注目FAQEND----------*/
/*------カテゴリー選択パネル-----*/
#cate_panel ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

#cate_panel li {
    width: 166px;
    height: 150px;
    border: 1px solid #e1ae66;
    margin-bottom: 20px;
    box-sizing: border-box;
}

#cate_panel li a {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    flex-direction: column;
    justify-content: space-around;
    color: #444;
    position: relative;
    transform: translate(-50%, -50%);
    top: 48%;
    left: 50%;
    padding: 28px 0;
}

#cate_panel li p {
    width: 100%;
    text-align: center;
    line-height: 1.4rem;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    margin-top: 0.4rem;
    color: #444;
    font-weight: 500;
}

#cate_panel p span {
    font-size: 1.3em;
    font-weight: 600;
}

#cate_panel li img {
    margin: 0 auto;
    width: auto;
    height: 50px;
    display: block;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width:500px) {
    #cate_panel ul {
        margin-top: 5.3vw;
    }

    #cate_panel li {
        width: 24.9vw;
        height: 22.9vw;
        margin-bottom: 2.8vw;
        position: relative;
    }

    #cate_panel li a {
        display: flex;
        flex-wrap: wrap;
        align-self: center;
        flex-direction: column;
        justify-content: space-around;
        color: #444;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        padding: 0.8rem 0 1.2rem 0;
    }

    #cate_panel li p {
        width: 100%;
        text-align: center;
        line-height: 1.0rem;
        margin-top: 0rem;
        font-size: 0.8em;
    }

    #cate_panel p span {
        font-size: 1.3em;
        font-weight: 600;
    }

    #cate_panel li img {
        margin: 0 auto;
        width: auto;
        height: 9vw;
        display: block;
    }
}

@media screen and (max-width:350px) {
    #cate_panel li p {
        font-size: 0.75em;
    }
}

/*------カテゴリー選択パネル-----*/
/*-----質問一覧-----*/
#faq_all h3 {
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 45px;
    margin: 40px 0 20px 0;
    font-weight: bold;
    color: #444;
    position: relative;
    letter-spacing: 0.05em;
}

#faq_all h3 .icn-cate_ttl {
    position: absolute;
    top: -5px;
    left: 2px;
    width: 34px;
    margin-right: 20px;
    image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width:500px) {
    #faq_all h3 {
        font-size: 1.2em;
        text-align: left;
        padding: 0 0 0 9.6vw;
        margin: 8vw 0 5.3vw 0;
        font-weight: bold;
    }
}

@media screen and (max-width:500px) {
    #faq_all h3 .icn-cate_ttl {
        left: -0.3vw;
        width: 8vw;
        top: -0.8vw;
    }
}

#faq_all label {
    position: relative;
    display: block;
    margin: -1px 0;
    padding: 20px 15px;
    color: #444;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s;
    text-align: left;
    border: 1px solid #d0aa75;
}

#faq_all label .question {
    width: 85%;
    display: block;
    margin: 0 0 0 35px;
    font-size: 14px;
    color: #444444;
}

@media screen and (max-width:500px) {
    #faq_all label .question {
        width: 85%;
        display: block;
        font-size: inherit;
        margin: 0 0 0 6vw;
        letter-spacing: 0.05em;
        font-size: 12px;
    }
}

/*アイコンを表示*/
#faq_all label:before {
    content: 'Q';
    position: absolute;
    color: #e8b367;
    float: left;
    font-size: 22px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 5%;
}

@media screen and (max-width:500px) {
    #faq_all label:before {
        top: 50%;
        left: 4.8vw;
    }
}

#faq_all label:after {
    content: '';
    padding-right: 8px;
    position: absolute;
    /*    right: 2%;*/
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    top: 40%;
    border-top: 2px solid #e8b367;
    border-right: 2px solid #e8b367;
    transform: rotate(135deg);
    /* width: 0px; */
    height: 8px;
}

/*ラベルホバー時*/
#faq_all label:hover {}

/*チェックは隠す*/
#faq_all input {
    display: none;
}

/*中身を非表示にしておく*/
.cssacc .accshow {
    height: 0;
    padding: 0px 24px 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    text-align: left;
    line-height: 150%;
    width: 524px;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 24px 30px;
    background: #fff9f4;
    opacity: 1;
    margin: 0 0 1px 0;
    text-align: left;
    border-top: 1px solid #d0aa75;
    line-height: 150%;
    width: 524px;
}

/*アイコンを表示*/
#faq_all .accshow:before {
    content: '';
}

#faq_all .accshow p {
    margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    transform: rotate(-45deg);
}

@media screen and (max-width:500px) {
    #faq_all .menu {
        width: 100%;
        margin: 50px 0;
        display: block;
        padding: 0;
        height: auto;
        float: left;
    }

    #faq_all .menu ul {
        width: 100%;
    }

    #faq_all .menu li a {
        border: 1px solid #ccc;
        width: 90%;
        float: left;
        padding: 5% 2%;
        margin: 1.5%;
        border-radius: 5px;
        text-decoration: none;
        font-size: 1.2em;
        font-weight: bold;
        color: #797979;
    }

    #faq_all .menu li a:last-child {
        margin-right: 0;
    }

    #faq_all a:hover {
        background-color: #f3f3f3;
    }

    /*ラベル*/
    #faq_all label {
        position: relative;
        display: block;
        padding: 7% 4%;
        color: #756a6a;
        font-weight: bold;
        background: #ffffff;
        cursor: pointer;
        transition: all 0.3s;
        text-align: left;
        border: 1px solid #d0aa75;
        width: 92%;
        font-size: 1.1em;
        margin: -1px 0;
        line-height: 140%;
    }
}

/*-----質問一覧-----*/
/*-----お問合せはこちら-----*/
#faq_all #inquiry {
    margin: 40px 0 10px 0;
}

.inquiry > span {
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: 300;
}

.inquiry {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    font-weight: 300;
}

.inquiry table {
    margin: 14px 0 30px 0;
    border: solid 1px #e8b367;
    width: 540px;
}

@media screen and (max-width:500px) {
    .inquiry > span {
        font-size: 1.2rem;
        line-height: 0em;
    }

    .inquiry table {
        margin: 14px 0 30px 0;
        border: solid 1px #e8b367;
        width: 100%;
    }
}

.inquiry table tr {
    border-bottom: solid 1px #eee;
    font-size: 12px;
}

.inquiry table tr td {
    text-align: center;
    padding: 20px 0 !important;
}

.inquiry table tr td.left {
    font-weight: bold;
    background-color: #e8b367;
    color: #524f4f;
    font-size: 16px;
    /* border-bottom: solid 1px #eab974;*/
}

@media screen and (max-width:500px) {
    .inquiry table tr td.left {
        font-size: 1.1rem;
    }
}

.inquiry-txt {
    text-align: left;
    padding: 20px 30px 20px 30px;
    letter-spacing: 0.03em;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    font-family: 'Noto Sans JP', 'Yu Gothic', sans-serif;
}

#faq_wrap .inquiry-txt .chu-i {
    color: #e40202;
    font-size: 14px;
}

@media screen and (max-width:500px) {
    #faq_wrap .inquiry-txt .chu-i {
        font-size: 12px;
    }
}

.inquiry-txt br {
    height: 0.4rem;
    display: block;
    content: "";
}

.inquiry-btn {
    margin-top: 30px;
}

#faq_wrap .inquiry-btn a {
    text-decoration: none;
    border: solid 2px #666666;
    padding: 20px 60px;
    font-size: 1.4em;
}

@media screen and (max-width:500px) {
    .inquiry-txt {
        padding: 2.6vw;
        font-size: 1.1rem;
        margin-top: 0;
    }

    .inquiry .inquiry-txt {
        line-height: 1.8em;
        padding: 6vw 4vw 8vw 4vw;
    }

    .inquiry table tr td.right {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width:500px) {
    #faq_wrap .inquiry-btn a {
        padding: 5.3vw 6vw;
    }
}

.inquiry table tr td .tel-number {
    font-size: 30px;
    font-weight: bold;
}

.inquiry table tr td .mail-address {
    margin: 20px 0 0 0;
}

.inquiry table tr td .mail-address a {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 35px;
    border: solid 2px #666666;
    color: #666666;
}

.inquiry table tr td .mail-address a:hover {
    border: solid 2px #666666;
    color: #666666;
}

/*注意文*/
.chu-i {
    font-weight: bold;
    color: #e40202;
}

/*アイコンを表示*/
.accbox label:after {
    content: '';
    padding-right: 8px;
    position: absolute;
    right: 5%;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
    top: 40%;
    border-top: 2px solid #e8b367;
    border-right: 2px solid #e8b367;
    transform: rotate(135deg);
    /* width: 0px; */
    height: 8px;
}

/*ラベルホバー時*/
#faq_all .accbox label:hover {}

/*チェックは隠す*/
#faq_all input {
    display: none;
}

/*中身を非表示にしておく*/
#faq_all .accshow {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
    text-align: left;
    line-height: 150%;
    width: 100%;
    font-size: 1.1em;
    padding: 0 4%;
}

/*クリックで中身表示*/
#faq_all .cssacc:checked + label + .accshow {
    height: auto;
    padding: 4%;
    background: #fff9f4;
    opacity: 1;
    margin: 0 0 1px 0;
    text-align: left;
    border-top: 1px solid #d0aa75;
    line-height: 150%;
    width: 100%;
    font-size: 1.1em;
}

/*アイコンを表示*/
.accbox .accshow:before {
    content: '';
}

.accbox .accshow p {
    margin: 15px 10px
}

/*アイコンを入れ替える*/
#faq_all .cssacc:checked + label:after,
#notice_faq .notice_label:checked + label:after {
    transform: rotate(-45deg);
}

/*上へ戻るボタン*/
.top {
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 999;
    display: none;
}

/*注意文*/
.chu-i {
    font-weight: bold;
    color: #e40202;
}

#to_top-btn a {
    color: #444;
}

#to_top-btn a p {
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

@media screen and (max-width:500px) {
    #to_top-btn a p {
        font-size: 1.2rem;
        font-weight: 600;
    }
}

#Image30 {
    margin: 0 -80px
}

.seo_utext {
    width: 100%;
}

.pagetop {
    text-align: center;
}

/*上に戻るbtn*/
#back_pagetop {

    position: fixed;
    right: 2vw;
    bottom: 3vw;
    z-index: 999;
    height: 48px;
    width: 48px;

}

@media screen and (max-width:500px) {
    #back_pagetop {
        position: fixed;
        right: 4vw;
        bottom: 6vw;

    }
}

/*長期休暇ここから*/

#mainArea {
    height: 3500px;
}
@media screen and (min-width:501px) {
    #tyoukyu_area
    {width: 620px;}
}
#tyoukyu_area {
    text-align: left;
    font-family: "Noto Sans JP" !important;
    font-size: 14px;
}

#tyoukyu_area .ttl_asuraku{
/*        margin-left: 5%;*/
    margin-bottom: 1.5%;
    color: #e62727;
    font-weight: 700;
    font-size: 1.65rem;
        text-align: center;
}
#tyoukyu_area p {
    margin-bottom: 4%;
    color: #222;
    font-size: 1.4rem;
    font-weight: 400;

    letter-spacing: 0.1rem;
    font-family: "Noto Sans JP" !important;

}

#tyoukyu_area h2 {
    font-size: 2rem;
    color: #444;
    margin: 6% 0% 4% -2%;
    letter-spacing: 0.05em;
    font-weight: bolder;
    font-family: "Noto Sans JP" !important;


}

.tyokyu_figure {
    width: 100%;
    border: 1px solid #e62727;
    margin: 3% 0 4% 0;
    box-sizing: border-box;
    padding: 4% 0;
}


.tyokyu_figure li {
font-size: 1.4rem;
    position: relative;

    margin-left: 6%;
    color: #e62727;
    font-weight: bolder;
    font-family: "Noto Sans JP" !important;
}

.tyokyu_figure li:first-child {
    margin-bottom: 1%;
    font-feature-settings: initial;
}

.tyokyu_figure li span {
    color: #e62727;
    font-weight: bolder;
}

.tyokyu_figure li .notice {
    position: absolute;
    left: -2.5%;
    top:30.5%;
    font-size: 0.8rem;
    color: #e62727;
    font-weight: bolder;
    font-family: "Noto Sans JP" !important;
}

.tyokyu_figure .tyokyu_date {
    font-size: 2.0rem;
    font-family: 'PT Sans', sans-serif;
    vertical-align: -5%;


}

.tyokyu_figure .tyokyu_week {
    margin: -1%;
    font-size: 1.2rem;
    font-family: "Noto Sans JP" !important;
}

.tyokyu_figure li .ampm {
    font-weight: inherit;
    font-style: inherit;
    font-size: 1.2rem;
    vertical-align: 2%;
    font-family: "Noto Sans JP" !important;
}

.tyokyu_figure li .tilda {
    font-weight: inherit;
    font-style: inherit;
    font-size: 1.2rem;
    vertical-align: 7%;
     font-family: 'Noto Sans JP';

}

.tyokyu_figure .tyokyu_time {
    font-family: 'PT Sans', sans-serif;
    font-feature-settings: normal;
    font-size: 1.8rem;
    vertical-align: -3%;
}

.tyokyu_figure li .semcol {
    font-weight: inherit;
    font-style: inherit;
    font-size: 1.8rem;
    margin-right: 0.2%;
    vertical-align: 3%;
         font-family: 'Noto Sans JP';

}

.tyokyu_figure li .arrow {
    font-weight: inherit;
    font-style: inherit;
    font-size: 0.8rem;
    vertical-align: 6%;
}

.tyokyu_figure li .slash {
    vertical-align: 11%;
    margin-right: 0.3%;
    margin-left: 0.1%;
    font-size: 1.7rem;
    font-family: 'Noto Sans JP';
}

.kome {
    text-indent: -2.6%;
    padding-left: 2.2%;
}

#tyoukyu_area p .smtxt {
    font-size: 1.3rem;
    color: #222;
    font-family: "Noto Sans JP"
}

.kome_rd{
color:#e62727; font-weight:bold;}
@media screen and (max-width:600px) {

    #tyoukyu_area {
        width: 96vw;
        margin: 0 auto;
    }
    #tyoukyu_area .ttl_asuraku{

    font-size: 0.8rem;
}

    #mainC_inner.pc_640,
    #mainC_inner.pc_680 {
        width: 96vw;
    }

    #mainArea {
        height: 80vh;
    }

    #tyoukyu_area {
        font-family: "Noto Sans JP";
        font-size: 10px;
    }

    #tyoukyu_area p {
        font-size: 1.2rem;
    }

    #tyoukyu_area h2 {
        font-size: 1.6rem;
    }

    .tyokyu_figure li {
        font-weight: 500;
        margin-left: 5%;
        letter-spacing: -0.04rem;
        font-size: 1.1rem;
    }

    .tyokyu_figure li .notice {
        font-size: 0.56rem;
    left: -3vw;
    top: 1.7vw;

    }

    .tyokyu_figure .tyokyu_date {
        font-size: 1.4rem;
    }

    .tyokyu_figure .tyokyu_week {
        font-size: 0.8rem;
    }

    .tyokyu_figure .tyokyu_time {
        font-size: 1.4rem;
    }
    .tyokyu_figure li .slash {
        font-size: 0.8rem;
    }

    .tyokyu_figure li .tilda {
        font-size: 0.8rem;
    font-family: 'Noto Sans JP';
    }

    .tyokyu_figure li .ampm {
        font-size: 0.8rem;
    }

    .tyokyu_figure li .semcol {
        font-size: 1.4rem;
    }
    #tyoukyu_area p .smtxt {
    font-size: 1.0rem;
}
}

@media screen and (max-width:400px) {
    #tyoukyu_area {
        width: 98vw;
    }
    .tyokyu_figure li{
        margin-left: 4%;
    }
    .tyokyu_figure li .notice {
        font-size: 0.56rem;
left: -6.5vw;
    top: 2vw;
        margin-left: 4%;
    }

    .tyokyu_figure .tyokyu_date {
        font-size: 1.2rem;
    }

    .tyokyu_figure .tyokyu_week {
        font-size: 0.9rem;
    }

    .tyokyu_figure .tyokyu_time {
        font-size: 1.2rem;
    }
}
