@charset "UTF-8";
@media screen and (min-width: 1081px), print {
  .list_news li {
    padding: 17px 0;
    border-bottom: 1px dashed #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_news li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .list_news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_news li a:hover {
    opacity: 0.8;
  }
  .list_news li a:hover span {
    text-decoration: none;
  }
  .list_news li a.link_here {
    display: inline;
    font-size: 1.6rem;
    line-height: 24px;
    color: #0099e8;
    text-decoration: underline;
  }
  .list_news li a.link_here:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .list_news li time {
    font-size: 1.8rem;
    line-height: 22px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    width: 110px;
    letter-spacing: 1px;
    display: block;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
  .list_news li em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 24px;
    width: 100%;
    letter-spacing: 1px;
  }
  .list_news li em span {
    text-decoration: underline;
    color: #0099e8;
  }
  .pagi {
    margin: 30px 0 100px;
  }
  .gr_art article + article {
    margin-top: 74px;
  }
  .gr_news .row {
    max-width: 940px;
  }
  .gr_detail {
    padding: 0 0 100px;
  }
  .gr_detail .row {
    max-width: 940px;
    padding: 0 70px;
    border-bottom: 1px dashed #dcdcdc;
  }
  .gr_detail_ttl time {
    font-size: 1.8rem;
    line-height: 22px;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding-right: 2px;
  }
  .gr_detail h3 {
    font-size: 2.2rem;
    line-height: 24px;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 18px 0 16px;
    margin: 19px 0 20px;
    letter-spacing: 2px;
  }
  .gr_detail figure {
    margin-bottom: 22px;
  }
  .gr_detail figure img {
    width: 100%;
  }
  .gr_detail p {
    font-size: 1.6rem;
    line-height: 30px;
    color: #000;
    letter-spacing: 1px;
  }
  .gr_detail p.txt_red {
    color: #f00000;
  }
  .gr_detail p + p {
    margin-top: 30px;
  }
  .gr_detail em {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 24px;
    padding-bottom: 34px;
    display: block;
  }
  .gr_detail em .tel {
    pointer-events: none;
    display: inline-block;
  }
  .gr_detail .btn_red {
    margin: 20px 0 32px;
  }
  .gr_detail .btn_black {
    margin-top: 40px;
  }
  .st_facility .gr_ttl_ctn {
    margin-bottom: 70px;
  }
  .st_facility.st_facility_02 .gr_ttl_ctn {
    margin-bottom: 61px;
  }
  .st_facility .gr_center .row {
    max-width: 940px;
  }
  .st_facility .gr_center .top_ctn {
    margin-bottom: 70px;
  }
  .st_facility .gr_center .top_ctn .list_link {
    margin-bottom: 22px;
  }
  .st_facility .gr_center .top_ctn p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .list_ab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 26px 0 50px 0;
  }
  .st_facility .gr_center .list_ab li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(50% - 50px);
    width: -moz-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 50px;
  }
  .st_facility .gr_center .list_ab li a {
    margin-right: 20px;
  }
  .st_facility .gr_center .list_ab li:last-of-type {
    margin-left: 29px;
  }
  .st_facility .gr_center .txt_n {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 7px 11px;
    margin-bottom: 16px;
    letter-spacing: 2px;
  }
  .st_facility .gr_center .link_pdf {
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .link_pdf:after {
    content: "";
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 18px;
    height: 23px;
    position: relative;
    display: inline-block;
    margin: 0 0 -2px 9px;
  }
  .st_facility .gr_center .link_pdf:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .st_facility .gr_center .b_pdf p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .b_pdf p + p {
    margin-top: 30px;
  }
  .st_facility .gr_center .b_pdf a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .b_pdf a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .st_facility .gr_center .bx_tel {
    border: 1px solid #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 43px 0 100px;
  }
  .st_facility .gr_center .bx_tel dt {
    font-size: 1.4rem;
    line-height: 30px;
    background-color: #f3f3f3;
    border-right: 1px solid #bebebe;
    width: 235px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_facility .gr_center .bx_tel dd {
    width: -webkit-calc(100% - 235px);
    width: -moz-calc(100% - 235px);
    width: calc(100% - 235px);
    padding: 14px 20px 9px;
  }
  .st_facility .gr_center .bx_tel dd em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 25px;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em span {
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em span + span {
    margin-left: 20px;
  }
  .st_facility .gr_center .bx_tel dd em .tel {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em small {
    font-size: 1.6rem;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em ins {
    color: #fff;
    background-color: #780e00;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 2px 5px;
    text-decoration: none;
    margin-right: 10px;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em.mail a:hover {
    color: #0099e8;
  }
  .st_facility .gr_center .list_file {
    margin-bottom: 22px;
  }
  .st_facility .gr_center .list_file li {
    border-bottom: 1px dashed #bebebe;
    padding: 13px 0;
  }
  .st_facility .gr_center .list_file li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_facility .gr_center .list_file li.i_pdf a:after {
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 18px;
    height: 23px;
  }
  .st_facility .gr_center .list_file li.i_word a:after {
    background: url(/facility/img/icon_word.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 22px;
    height: 22px;
  }
  .st_facility .gr_center .list_file li a {
    font-size: 1.6rem;
    line-height: 30px;
    color: #0099e8;
    text-decoration: underline;
    position: relative;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin: 0 7px 3px 0;
    background-color: #780e00;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0 -4px 9px;
  }
  .st_facility .gr_center .list_file li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .st_facility .gr_center .tbl {
    margin-bottom: 49px;
  }
  .st_facility .gr_center .tbl table, .st_facility .gr_center .tbl th, .st_facility .gr_center .tbl td {
    border-collapse: collapse;
    border: 1px solid #bebebe;
  }
  .st_facility .gr_center .tbl .tbl_reg {
    width: 100%;
  }
  .st_facility .gr_center .tbl .tbl_reg th {
    font-size: 1.4rem;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: normal;
    padding: 14px 20px;
  }
  .st_facility .gr_center .tbl .tbl_reg td {
    font-size: 1.6rem;
    line-height: 24px;
    vertical-align: middle;
    padding: 15px 20px;
  }
  .st_facility .gr_center .list_bt {
    padding-bottom: 91px;
  }
  .st_facility .gr_center .list_bt li {
    font-size: 1.6rem;
    line-height: 30px;
    position: relative;
  }
  .st_facility .gr_center .list_bt li:before {
    content: "・";
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .gr_dl dl:not(:last-child) {
    margin-bottom: 44px;
  }
  .st_facility .gr_center .gr_dl dl dt {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 7px 11px;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .st_facility .gr_center .gr_dl dl dd p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .gr_dl dl dd .b_img img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -56px;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul ul {
    width: -webkit-calc(50% - 56px);
    width: -moz-calc(50% - 56px);
    width: calc(50% - 56px);
    margin-left: 56px;
  }
  .st_facility .gr_center .mg_top {
    margin-top: 30px;
  }
  .st_facility .gr_center .link {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .st_facility .gr_center .bx_txt p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .bx_txt p + p {
    margin-top: 20px;
  }
  .st_facility .gr_center .bx_txt p strong {
    font-weight: bold;
  }
  .st_facility .gr_center .bx_txt p .tel {
    pointer-events: none;
  }
  .st_facility .gr_center .bx_txt p.txt_sp {
    position: relative;
  }
  .st_facility .gr_center .bx_txt p.txt_sp span {
    display: inline-block;
    vertical-align: top;
  }
  .st_facility .gr_center .bx_txt p.txt_sp em {
    font-style: normal;
    display: inline-block;
  }
  .st_facility .gr_center .bx_txt p.txt_hana {
    position: relative;
    padding-left: 18px;
  }
  .st_facility .gr_center .bx_txt p.txt_hana:before {
    content: "※";
    font-size: 1.6rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .txt_ar {
    position: relative;
    padding-left: 20px;
    font-style: normal;
    display: block;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .st_facility .gr_center .bx_txt .txt_ar:before {
    content: "◎";
    font-size: 1.6rem;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .btn_cts a {
    margin: 30px 0;
    width: 324px;
    height: 50px;
  }
  .st_facility .gr_center .bx_txt strong {
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
  }
  .st_facility .gr_center .gr_school {
    padding-bottom: 90px;
  }
  .st_facility .gr_center .gr_school .b_tar em {
    margin-bottom: 0;
  }
  .st_facility .gr_center .gr_school .gr_dl dl {
    margin-top: 40px;
  }
  .st_facility .gr_center .gr_cfte4 .ttl_art {
    margin-bottom: 12px;
  }
  .st_facility .gr_center .gr_cfte4 p {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt {
    padding: 38px 0 95px;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt h4 {
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: normal;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt strong {
    font-size: 1.6rem;
    line-height: 30px;
    display: block;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt p + p {
    margin-top: 30px;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em {
    display: block;
    font-style: normal;
    margin-top: 23px;
  }
  .st_facility .gr_main .row {
    max-width: 940px;
  }
  .st_facility .gr_main .txt_top {
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 70px;
  }
  .st_facility .gr_main .gr_item article + article {
    margin-top: 25px;
  }
  .st_facility .gr_main .gr_item article .b_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -58px;
  }
  .st_facility .gr_main .gr_item article .b_item .item {
    width: -webkit-calc(50% - 58px);
    width: -moz-calc(50% - 58px);
    width: calc(50% - 58px);
    margin: 0 0 43px 58px;
  }
  .st_facility .gr_main .gr_item article .b_item .item .ttl_item {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 7px 11px;
    margin-bottom: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure {
    margin-bottom: 13px;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_main .gr_item article .b_item .item p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .st_facility .gr_main .gr_item article .b_item .item p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_main .gr_item article .b_item .item p a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .st_facility .gr_main .gr_item article .b_item .item .btn_black {
    margin-top: 20px;
  }
  .contact form {
    padding: 69px 30px;
  }
  .contact form .ttl_art {
    margin-bottom: 13px;
    letter-spacing: 1.5px;
  }
  .contact form > p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  .contact form .rfields {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 1.2px;
    color: #f00;
    margin: 13px 0 0;
  }
  .contact form .row_form {
    border-top: 1px dashed #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
  .contact form .row_form > label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 147px;
    font-size: 1.6rem;
    line-height: 30px;
  }
  .contact form .row_form > label.hsnote {
    height: 51px;
  }
  .contact form .row_form > label small {
    font-size: 100%;
    color: #f00;
    margin-left: 9px;
  }
  .contact form .row_form .wrap {
    width: -webkit-calc(100% - 147px);
    width: -moz-calc(100% - 147px);
    width: calc(100% - 147px);
  }
  .contact form .row_form .wrap .note {
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 1.5px;
    margin: 6px 0 -10px;
  }
  .contact form .row_form .wrap input[type="text"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 51px;
    background: #eee;
    border: none;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 2.3px;
    padding: 0 13px;
  }
  .contact form .row_form .wrap input[type="text"]::-ms-clear {
    display: none;
  }
}

@media screen and (min-width: 1081px) and (-ms-high-contrast: active), screen and (min-width: 1081px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .contact form .row_form .wrap input[type="text"] {
    padding-top: 3px;
  }
}

@media screen and (min-width: 1081px), print {
  .contact form .row_form .wrap ::-webkit-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap ::-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-ms-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap textarea {
    display: block;
    width: 100%;
    height: 200px;
    background: #eee;
    border: none;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 15px 13px;
    resize: vertical;
  }
  .contact form .row_form .wrap .radio input[type="radio"] {
    display: none;
  }
  .contact form .row_form .wrap .radio input[type="radio"]:checked ~ label::after {
    opacity: 1;
  }
  .contact form .row_form .wrap .radio label {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
  }
  .contact form .row_form .wrap .radio label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact form .row_form .wrap .radio label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .contact form .row_form .wrap .date {
    margin-top: -8px;
    margin-bottom: -6px;
  }
  .contact form .row_form .wrap .date dl {
    padding: 0 2px;
  }
  .contact form .row_form .wrap .date dl:not(:last-of-type) {
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  .contact form .row_form .wrap .date dl dt {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
  }
  .contact form .row_form .wrap .date dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact form .row_form .wrap .date dl dd .radio {
    width: 113px;
  }
  .contact form .row_form .wrap .presentation {
    padding-left: 5px;
    margin-top: -10px;
    margin-bottom: -6px;
  }
  .contact form .row_form .wrap .presentation p {
    font-size: 1.6rem;
    line-height: 30px;
    letter-spacing: 2.3px;
  }
  .contact form .row_form .wrap .presentation p a {
    color: #0099e8;
    text-decoration: underline;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .contact form .row_form .wrap .presentation p a:hover {
    opacity: 0.8;
  }
  .contact form .row_form .wrap .presentation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 13px;
    margin-left: -3px;
  }
  .contact form .row_form .wrap .presentation ul li {
    width: 195px;
  }
  .contact form .row_form .wrap .presentation ul li:nth-of-type(2) {
    width: 209px;
  }
  .contact form .btn_black {
    width: 100%;
    padding: 30px 0 10px;
  }
  .contact .confirm > p {
    margin-bottom: 23px;
  }
  .contact .confirm .row_form {
    padding: 13px 0;
  }
  .contact .confirm .row_form .wrap .cf {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .contact .confirm .row_form .wrap .date {
    margin: 0;
  }
  .contact .confirm .row_form .wrap .date dl:not(:last-child) {
    padding-bottom: 12px;
  }
  .contact .confirm .row_form .wrap .date dl dt {
    margin-bottom: 0;
  }
  .contact .confirm .row_form .btn_black {
    padding-top: 37px;
  }
  .contact .confirm .row_form .back {
    width: 100%;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .contact .confirm .row_form .back a {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    color: #0099e8;
    letter-spacing: 1px;
    position: relative;
  }
  .contact .confirm .row_form .back a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0099e8;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
  }
  .contact .confirm .row_form .back a:hover::after {
    width: 0;
  }
  .contact .error .row_form .wrap .er {
    font-size: 1.4rem;
    line-height: 24px;
    color: #f00;
    letter-spacing: 2.3px;
    margin-top: 10px;
    margin-bottom: -6px;
  }
  .contact .error .row_form .wrap input[type="text"] {
    background: #fff0f0;
  }
  .contact .error .row_form .wrap .radio label::before {
    background: #fff0f0;
  }
  .contact .complete {
    padding: 97px 15px 100px;
    text-align: center;
  }
  .contact .complete h3 {
    font-weight: bold;
    font-size: 4rem;
    line-height: 1;
    color: #780e00;
    letter-spacing: 3.7px;
  }
  .contact .complete strong {
    display: block;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 28px;
    letter-spacing: 2.7px;
    margin: 42px 0 8px;
  }
  .contact .complete p {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .list_news li {
    padding: 1.57407vw 0;
    border-bottom: 1px dashed #bebebe;
    display: block;
  }
  .list_news li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .list_news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list_news li a:hover {
    opacity: 0.8;
  }
  .list_news li a:hover span {
    text-decoration: none;
  }
  .list_news li a.link_here {
    display: inline;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    color: #0099e8;
    text-decoration: underline;
  }
  .list_news li a.link_here:hover {
    text-decoration: none;
  }
  .list_news li time {
    display: block;
    font-size: 1.66667vw;
    line-height: 2.03704vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    margin-right: 1.85185vw;
    letter-spacing: 1px;
    width: 8.33333vw;
  }
  .list_news li em {
    display: inline;
    font-style: normal;
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    width: -webkit-calc(100% - 8.33333vw);
    width: -moz-calc(100% - 8.33333vw);
    width: calc(100% - 8.33333vw);
    letter-spacing: 1px;
  }
  .list_news li em span {
    text-decoration: underline;
    color: #0099e8;
  }
  .pagi {
    margin: 2.77778vw 0 9.25926vw;
  }
  .gr_art article + article {
    margin-top: 6.85185vw;
  }
  .gr_detail {
    padding: 0 0 9.25926vw;
  }
  .gr_detail .row {
    border-bottom: 1px dashed #dcdcdc;
  }
  .gr_detail_ttl time {
    font-size: 1.66667vw;
    line-height: 2.03704vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 0.11574vw;
    padding-right: 0.18519vw;
  }
  .gr_detail h3 {
    font-size: 2.03704vw;
    line-height: 2.22222vw;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 1.66667vw 0 1.48148vw;
    margin: 1.75926vw 0 1.85185vw;
    letter-spacing: 0.18519vw;
  }
  .gr_detail figure {
    margin-bottom: 2.03704vw;
  }
  .gr_detail figure img {
    width: 100%;
  }
  .gr_detail p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #000;
    letter-spacing: 1px;
  }
  .gr_detail p.txt_red {
    color: #f00000;
  }
  .gr_detail p + p {
    margin-top: 2.77778vw;
  }
  .gr_detail em {
    font-style: normal;
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    padding-bottom: 3.14815vw;
    display: block;
  }
  .gr_detail em .tel {
    pointer-events: none;
    display: inline-block;
  }
  .gr_detail .btn_red {
    margin: 1.85185vw 0 2.96296vw;
  }
  .gr_detail .btn_black {
    margin-top: 3.7037vw;
  }
  .st_facility .gr_ttl_ctn {
    margin-bottom: 6.48148vw;
  }
  .st_facility.st_facility_02 .gr_ttl_ctn {
    margin-bottom: 5.64815vw;
  }
  .st_facility .gr_center .top_ctn {
    margin-bottom: 6.48148vw;
  }
  .st_facility .gr_center .top_ctn .list_link {
    margin-bottom: 2.03704vw;
  }
  .st_facility .gr_center .top_ctn p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .list_ab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.40741vw 0 4.62963vw -1.85185vw;
  }
  .st_facility .gr_center .list_ab li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-calc(50% - 1.85185vw);
    width: -moz-calc(50% - 1.85185vw);
    width: calc(50% - 1.85185vw);
    margin-left: 1.85185vw;
  }
  .st_facility .gr_center .list_ab li a {
    margin-right: 1.85185vw;
  }
  .st_facility .gr_center .list_ab li:last-of-type {
    margin-left: 2.68519vw;
  }
  .st_facility .gr_center .txt_n {
    font-size: 2.03704vw;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 0.64815vw 1.01852vw;
    margin-bottom: 1.48148vw;
    letter-spacing: 0.18519vw;
  }
  .st_facility .gr_center .link_pdf {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: relative;
  }
  .st_facility .gr_center .link_pdf:after {
    content: "";
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 1.66667vw;
    height: 2.03704vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -2.77778vw;
  }
  .st_facility .gr_center .link_pdf:hover {
    text-decoration: none;
  }
  .st_facility .gr_center .b_pdf p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .b_pdf p + p {
    margin-top: 2.77778vw;
  }
  .st_facility .gr_center .b_pdf a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .bx_tel {
    border: 1px solid #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3.98148vw 0 9.25926vw;
  }
  .st_facility .gr_center .bx_tel dt {
    font-size: 1.2963vw;
    line-height: 2.77778vw;
    background-color: #f3f3f3;
    border-right: 1px solid #bebebe;
    width: 21.75926vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_facility .gr_center .bx_tel dd {
    width: -webkit-calc(100% - 21.75926vw);
    width: -moz-calc(100% - 21.75926vw);
    width: calc(100% - 21.75926vw);
    padding: 1.2963vw 1.85185vw 0.83333vw;
  }
  .st_facility .gr_center .bx_tel dd em {
    display: block;
    font-style: normal;
    font-size: 1.48148vw;
    line-height: 2.31481vw;
  }
  .st_facility .gr_center .bx_tel dd em span + span {
    margin-left: 1.85185vw;
  }
  .st_facility .gr_center .bx_tel dd em .tel {
    pointer-events: none;
    display: inline-block;
  }
  .st_facility .gr_center .bx_tel dd em ins {
    color: #fff;
    background-color: #780e00;
    font-size: 1.11111vw;
    line-height: 2.77778vw;
    padding: 0.18519vw 0.46296vw;
    text-decoration: none;
    margin-right: 0.92593vw;
  }
  .st_facility .gr_center .bx_tel dd em small {
    font-size: 1.48148vw;
    line-height: 2.31481vw;
    display: inline-block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em.mail a:hover {
    color: #0099e8;
  }
  .st_facility .gr_center .list_file {
    margin-bottom: 2.03704vw;
  }
  .st_facility .gr_center .list_file li {
    border-bottom: 1px dashed #bebebe;
    padding: 1.2037vw 0;
  }
  .st_facility .gr_center .list_file li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_facility .gr_center .list_file li.i_pdf a:after {
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 1.66667vw;
    height: 2.12963vw;
  }
  .st_facility .gr_center .list_file li.i_word a:after {
    background: url(/facility/img/icon_word.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.03704vw;
    height: 2.03704vw;
  }
  .st_facility .gr_center .list_file li a {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    color: #0099e8;
    text-decoration: underline;
    position: relative;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:before {
    content: "";
    width: 0.46296vw;
    height: 0.46296vw;
    margin: 0 0.64815vw 0.27778vw 0;
    background-color: #780e00;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0 -0.18519vw 0.83333vw;
  }
  .st_facility .gr_center .list_file li a:hover {
    text-decoration: none;
  }
  .st_facility .gr_center .tbl {
    margin-bottom: 4.53704vw;
  }
  .st_facility .gr_center .tbl table, .st_facility .gr_center .tbl th, .st_facility .gr_center .tbl td {
    border-collapse: collapse;
    border: 1px solid #bebebe;
  }
  .st_facility .gr_center .tbl .tbl_reg {
    width: 100%;
  }
  .st_facility .gr_center .tbl .tbl_reg th {
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    vertical-align: middle;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: normal;
    padding: 1.2963vw 1.85185vw;
  }
  .st_facility .gr_center .tbl .tbl_reg td {
    font-size: 1.48148vw;
    line-height: 2.22222vw;
    vertical-align: middle;
    padding: 1.38889vw 1.85185vw;
  }
  .st_facility .gr_center .list_bt {
    padding-bottom: 8.42593vw;
  }
  .st_facility .gr_center .list_bt li {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: relative;
  }
  .st_facility .gr_center .list_bt li:before {
    content: "・";
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .gr_dl dl:not(:last-child) {
    margin-bottom: 4.07407vw;
  }
  .st_facility .gr_center .gr_dl dl dt {
    font-size: 2.03704vw;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 0.64815vw 1.01852vw;
    margin-bottom: 1.85185vw;
    letter-spacing: 0.18519vw;
  }
  .st_facility .gr_center .gr_dl dl dd p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .gr_dl dl dd .b_img img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5.18519vw;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul ul {
    width: -webkit-calc(50% - 5.18519vw);
    width: -moz-calc(50% - 5.18519vw);
    width: calc(50% - 5.18519vw);
    margin-left: 5.18519vw;
  }
  .st_facility .gr_center .mg_top {
    margin-top: 2.77778vw;
  }
  .st_facility .gr_center .link {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .link:hover {
    text-decoration: none;
  }
  .st_facility .gr_center .bx_txt p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .bx_txt p + p {
    margin-top: 1.85185vw;
  }
  .st_facility .gr_center .bx_txt p strong {
    font-weight: bold;
  }
  .st_facility .gr_center .bx_txt p .tel {
    pointer-events: none;
  }
  .st_facility .gr_center .bx_txt p.txt_sp {
    position: relative;
  }
  .st_facility .gr_center .bx_txt p.txt_sp span {
    display: inline-block;
    vertical-align: top;
  }
  .st_facility .gr_center .bx_txt p.txt_sp em {
    font-style: normal;
    display: inline-block;
  }
  .st_facility .gr_center .bx_txt p.txt_hana {
    position: relative;
    padding-left: 1.66667vw;
  }
  .st_facility .gr_center .bx_txt p.txt_hana:before {
    content: "※";
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .txt_ar {
    position: relative;
    padding-left: 1.85185vw;
    font-style: normal;
    display: block;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-bottom: 1.85185vw;
  }
  .st_facility .gr_center .bx_txt .txt_ar:before {
    content: "◎";
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .btn_cts a {
    margin: 2.77778vw 0;
    width: 30vw;
    height: 4.62963vw;
  }
  .st_facility .gr_center .bx_txt strong {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    display: block;
  }
  .st_facility .gr_center .gr_school {
    padding-bottom: 8.33333vw;
  }
  .st_facility .gr_center .gr_school .b_tar em {
    margin-bottom: 0;
  }
  .st_facility .gr_center .gr_school .gr_dl dl {
    margin-top: 3.7037vw;
  }
  .st_facility .gr_center .gr_school .b_img img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .gr_cfte4 .ttl_art {
    margin-bottom: 1.11111vw;
  }
  .st_facility .gr_center .gr_cfte4 p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt {
    padding: 3.51852vw 0 8.7963vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt h4 {
    font-size: 1.85185vw;
    line-height: 1.5;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: normal;
    padding-bottom: 0.83333vw;
    margin-bottom: 0.92593vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt strong {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    display: block;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt p + p {
    margin-top: 2.77778vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em {
    display: block;
    font-style: normal;
    margin-top: 2.12963vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .st_facility .gr_main .txt_top {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    margin-bottom: 6.48148vw;
  }
  .st_facility .gr_main .gr_item article + article {
    margin-top: 2.31481vw;
  }
  .st_facility .gr_main .gr_item article .b_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -5.37037vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item {
    width: -webkit-calc(50% - 5.37037vw);
    width: -moz-calc(50% - 5.37037vw);
    width: calc(50% - 5.37037vw);
    margin: 0 0 5.37037vw 5.37037vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item .ttl_item {
    font-size: 2.03704vw;
    line-height: 1.5;
    color: #780e00;
    background-color: #f4eceb;
    padding: 0.64815vw 1.01852vw;
    margin-bottom: 1.48148vw;
    font-weight: normal;
    letter-spacing: 0.18519vw;
    margin-bottom: 1.85185vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure {
    margin-bottom: 1.2037vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_main .gr_item article .b_item .item p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.09259vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item p a {
    color: #0099e8;
  }
  .st_facility .gr_main .gr_item article .b_item .item .btn_black {
    margin-top: 1.85185vw;
  }
  .contact form {
    padding-top: 6.38889vw;
    padding-bottom: 6.38889vw;
  }
  .contact form .ttl_art {
    margin-bottom: 1.2037vw;
    letter-spacing: 0.13889vw;
  }
  .contact form > p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
  }
  .contact form .rfields {
    display: block;
    font-weight: bold;
    font-size: 1.48148vw;
    line-height: 2.96296vw;
    letter-spacing: 0.11111vw;
    color: #f00;
    margin: 1.2037vw 0 0;
  }
  .contact form .row_form {
    border-top: 1px dashed #e3e3e3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.85185vw 0;
  }
  .contact form .row_form > label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 13.61111vw;
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .contact form .row_form > label.hsnote {
    height: 4.72222vw;
  }
  .contact form .row_form > label small {
    font-size: 100%;
    color: #f00;
    margin-left: 0.83333vw;
  }
  .contact form .row_form .wrap {
    width: -webkit-calc(100% - 13.61111vw);
    width: -moz-calc(100% - 13.61111vw);
    width: calc(100% - 13.61111vw);
  }
  .contact form .row_form .wrap .note {
    font-size: 1.2963vw;
    line-height: 2.77778vw;
    letter-spacing: 0.13889vw;
    margin: 0.55556vw 0 -0.92593vw;
  }
  .contact form .row_form .wrap input[type="text"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 4.72222vw;
    background: #eee;
    border: none;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 1.48148vw;
    line-height: 1.5;
    letter-spacing: 0.21296vw;
    padding: 0 1.2037vw;
  }
  .contact form .row_form .wrap input[type="text"]::-ms-clear {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (max-width: 1080px) and (-ms-high-contrast: none) {
  .contact form .row_form .wrap input[type="text"] {
    padding-top: 0.27778vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .contact form .row_form .wrap ::-webkit-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap ::-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-ms-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap textarea {
    display: block;
    width: 100%;
    height: 18.51852vw;
    background: #eee;
    border: none;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 1.48148vw;
    line-height: 1.85185vw;
    letter-spacing: 0.09259vw;
    padding: 1.38889vw 1.2037vw;
    resize: vertical;
  }
  .contact form .row_form .wrap .radio input[type="radio"] {
    display: none;
  }
  .contact form .row_form .wrap .radio input[type="radio"]:checked ~ label::after {
    opacity: 1;
  }
  .contact form .row_form .wrap .radio label {
    display: inline-block;
    font-size: 1.48148vw;
    line-height: 30px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
  }
  .contact form .row_form .wrap .radio label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact form .row_form .wrap .radio label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .contact form .row_form .wrap .date {
    margin-top: -0.74074vw;
    margin-bottom: -0.55556vw;
  }
  .contact form .row_form .wrap .date dl {
    padding: 0 0.18519vw;
  }
  .contact form .row_form .wrap .date dl:not(:last-of-type) {
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 1.2963vw;
    margin-bottom: 1.11111vw;
  }
  .contact form .row_form .wrap .date dl dt {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.11111vw;
    margin-bottom: 0.74074vw;
  }
  .contact form .row_form .wrap .date dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact form .row_form .wrap .date dl dd .radio {
    width: 10.46296vw;
  }
  .contact form .row_form .wrap .presentation {
    padding-left: 0.46296vw;
    margin-top: -0.92593vw;
    margin-bottom: -0.55556vw;
  }
  .contact form .row_form .wrap .presentation p {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
    letter-spacing: 0.21296vw;
  }
  .contact form .row_form .wrap .presentation p a {
    color: #0099e8;
    text-decoration: underline;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .contact form .row_form .wrap .presentation p a:hover {
    opacity: 0.8;
  }
  .contact form .row_form .wrap .presentation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.2037vw;
    margin-left: -0.27778vw;
  }
  .contact form .row_form .wrap .presentation ul li {
    width: 18.05556vw;
  }
  .contact form .row_form .wrap .presentation ul li:nth-of-type(2) {
    width: 19.35185vw;
  }
  .contact form .btn_black {
    width: 100%;
    padding: 2.77778vw 0 0.92593vw;
  }
  .contact .confirm > p {
    margin-bottom: 2.12963vw;
  }
  .contact .confirm .row_form {
    padding: 1.2037vw 0;
  }
  .contact .confirm .row_form .wrap .cf {
    font-size: 1.48148vw;
    line-height: 2.77778vw;
  }
  .contact .confirm .row_form .wrap .date {
    margin: 0;
  }
  .contact .confirm .row_form .wrap .date dl:not(:last-child) {
    padding-bottom: 1.11111vw;
  }
  .contact .confirm .row_form .wrap .date dl dt {
    margin-bottom: 0;
  }
  .contact .confirm .row_form .btn_black {
    padding-top: 3.42593vw;
  }
  .contact .confirm .row_form .back {
    width: 100%;
    text-align: center;
    padding-top: 0.64815vw;
    padding-bottom: 0.74074vw;
  }
  .contact .confirm .row_form .back a {
    display: inline-block;
    font-size: 1.48148vw;
    line-height: 1;
    color: #0099e8;
    letter-spacing: 0.09259vw;
    position: relative;
  }
  .contact .confirm .row_form .back a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0099e8;
    position: absolute;
    left: 0;
    bottom: -0.18519vw;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
  }
  .contact .confirm .row_form .back a:hover::after {
    width: 0;
  }
  .contact .error .row_form .wrap .er {
    font-size: 1.2963vw;
    line-height: 2.22222vw;
    color: #f00;
    letter-spacing: 0.21296vw;
    margin-top: 0.92593vw;
    margin-bottom: -0.55556vw;
  }
  .contact .error .row_form .wrap input[type="text"] {
    background: #fff0f0;
  }
  .contact .error .row_form .wrap .radio label::before {
    background: #fff0f0;
  }
  .contact .complete {
    padding: 8.98148vw 2.77778vw 9.25926vw;
    text-align: center;
  }
  .contact .complete h3 {
    font-weight: bold;
    font-size: 3.7037vw;
    line-height: 1;
    color: #780e00;
    letter-spacing: 0.34259vw;
  }
  .contact .complete strong {
    display: block;
    font-weight: bold;
    font-size: 2.22222vw;
    line-height: 2.59259vw;
    letter-spacing: 0.25vw;
    margin: 3.88889vw 0 0.74074vw;
  }
  .contact .complete p {
    font-size: 1.66667vw;
    line-height: 2.77778vw;
    letter-spacing: 0.18519vw;
    margin-bottom: 2.22222vw;
  }
}

@media screen and (max-width: 767px) {
  .pagi {
    margin: 9.11458vw 0 13.02083vw;
  }
  .list_news li {
    padding: 3.90625vw 0;
    border-bottom: 1px dashed #bebebe;
  }
  .list_news li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .list_news li a {
    display: inline;
  }
  .list_news li a.link_here {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    color: #0099e8;
    text-decoration: underline;
  }
  .list_news li time {
    display: block;
    font-size: 3.64583vw;
    line-height: 2.86458vw;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    color: #a0a0a0;
    letter-spacing: 1px;
    margin-bottom: 1.30208vw;
  }
  .list_news li em {
    display: inline;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 6.25vw;
  }
  .list_news li em span {
    text-decoration: underline;
    color: #0099e8;
  }
  .gr_art article + article {
    margin-top: 9.11458vw;
  }
  .gr_detail {
    padding: 0 0 13.02083vw;
  }
  .gr_detail .row {
    border-bottom: 1px dashed #dcdcdc;
  }
  .gr_detail_ttl time {
    font-size: 3.64583vw;
    line-height: 4.16667vw;
    color: #a0a0a0;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    padding-right: 0.65104vw;
    letter-spacing: 0.19531vw;
  }
  .gr_detail h3 {
    font-size: 3.90625vw;
    line-height: 6.51042vw;
    font-weight: 300;
    border-bottom: 1px solid #bebebe;
    border-top: 1px solid #bebebe;
    padding: 2.34375vw 0 2.86458vw;
    margin: 2.08333vw 0 5.20833vw;
  }
  .gr_detail figure {
    margin-bottom: 3.90625vw;
  }
  .gr_detail figure img {
    width: 100%;
    max-width: 100%;
  }
  .gr_detail p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    color: #000;
  }
  .gr_detail p.txt_red {
    color: #f00000;
  }
  .gr_detail p + p {
    margin-top: 4.55729vw;
  }
  .gr_detail em {
    font-style: normal;
    font-size: 3.125vw;
    line-height: 1.5;
    padding-bottom: 4.55729vw;
    display: block;
  }
  .gr_detail em .tel {
    display: inline-block;
  }
  .gr_detail .btn_red {
    margin: 3.90625vw 0 5.20833vw;
  }
  .gr_detail .btn_black {
    margin-top: 5.20833vw;
  }
  .st_facility .gr_ttl_ctn {
    margin-bottom: 9.11458vw;
  }
  .st_facility .gr_center .top_ctn {
    margin-bottom: 6.51042vw;
  }
  .st_facility .gr_center .top_ctn .list_link {
    margin-bottom: 2.60417vw;
  }
  .st_facility .gr_center .top_ctn p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .list_ab {
    margin: 0 0 6.51042vw -6.51042vw;
  }
  .st_facility .gr_center .list_ab li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 6.51042vw;
  }
  .st_facility .gr_center .list_ab li:not(:last-child) {
    margin-bottom: 3.90625vw;
  }
  .st_facility .gr_center .list_ab li a {
    background-color: #000;
    color: #fff;
    font-size: 3.64583vw;
    line-height: 1;
    position: relative;
    width: 52.08333vw;
    height: 9.11458vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3.90625vw;
    position: relative;
  }
  .st_facility .gr_center .list_ab li figure img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .txt_n {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    color: #780e00;
    background-color: #f4eceb;
    padding: 3.25521vw;
    margin-bottom: 3.90625vw;
  }
  .st_facility .gr_center .link_pdf {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    position: relative;
  }
  .st_facility .gr_center .link_pdf:after {
    content: "";
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.86458vw;
    height: 3.51562vw;
    position: absolute;
    bottom: 0.39062vw;
    right: -3.90625vw;
  }
  .st_facility .gr_center .b_pdf p {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .b_pdf p + p {
    margin-top: 5.20833vw;
  }
  .st_facility .gr_center .b_pdf a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .bx_tel {
    border: 1px solid #bebebe;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6.51042vw 0 13.02083vw;
  }
  .st_facility .gr_center .bx_tel dt {
    font-size: 3.125vw;
    line-height: 6.25vw;
    background-color: #f3f3f3;
    border-right: 1px solid #bebebe;
    width: 27.34375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .st_facility .gr_center .bx_tel dd {
    width: -webkit-calc(100% - 27.34375vw);
    width: -moz-calc(100% - 27.34375vw);
    width: calc(100% - 27.34375vw);
    padding: 3.90625vw;
  }
  .st_facility .gr_center .bx_tel dd em {
    display: block;
    font-style: normal;
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .bx_tel dd em + em {
    margin-top: 1.30208vw;
  }
  .st_facility .gr_center .bx_tel dd em span {
    display: block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em span + span {
    margin-top: 1.30208vw;
  }
  .st_facility .gr_center .bx_tel dd em .tel {
    display: inline-block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em ins {
    color: #fff;
    background-color: #780e00;
    font-size: 2.60417vw;
    line-height: 1;
    text-align: center;
    padding: 0.65104vw 1.04167vw 0.78125vw 1.30208vw;
    text-decoration: none;
    display: inline-block;
    margin-right: 1.30208vw;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em small {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    display: inline-block;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em.mail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_facility .gr_center .bx_tel dd em.mail ins {
    width: 14.32292vw;
    height: 3.90625vw;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.65104vw;
    vertical-align: middle;
  }
  .st_facility .gr_center .bx_tel dd em.mail span {
    width: -webkit-calc(100% - 14.32292vw);
    width: -moz-calc(100% - 14.32292vw);
    width: calc(100% - 14.32292vw);
  }
  .st_facility .gr_center .list_file {
    margin-bottom: 3.25521vw;
  }
  .st_facility .gr_center .list_file li {
    border-bottom: 1px dashed #bebebe;
    padding: 1.95312vw 0;
  }
  .st_facility .gr_center .list_file li:first-of-type {
    border-top: 1px dashed #bebebe;
  }
  .st_facility .gr_center .list_file li.i_pdf a:after {
    background: url(/facility/img/icon_pdf.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 2.86458vw;
    height: 3.51562vw;
  }
  .st_facility .gr_center .list_file li.i_word a:after {
    background: url(/facility/img/icon_word.png) no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 4.29688vw;
    height: 4.29688vw;
  }
  .st_facility .gr_center .list_file li a {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    color: #0099e8;
    text-decoration: underline;
    position: relative;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:before {
    content: "";
    width: 1.04167vw;
    height: 1.04167vw;
    margin: 0 1.30208vw 0.65104vw 0;
    background-color: #780e00;
    display: inline-block;
  }
  .st_facility .gr_center .list_file li a:after {
    content: "";
    position: relative;
    display: inline-block;
    margin: 0 0 -0.39062vw 1.5625vw;
  }
  .st_facility .gr_center .list_file li a:hover {
    text-decoration: none;
  }
  .st_facility .gr_center .tbl {
    margin-bottom: 6.51042vw;
    overflow-x: scroll;
  }
  .st_facility .gr_center .tbl table, .st_facility .gr_center .tbl th, .st_facility .gr_center .tbl td {
    border-collapse: collapse;
    border: 1px solid #bebebe;
  }
  .st_facility .gr_center .tbl .tbl_reg {
    width: 130.20833vw;
  }
  .st_facility .gr_center .tbl .tbl_reg th {
    font-size: 3.125vw;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
    background-color: #f3f3f3;
    font-weight: normal;
    padding: 1.82292vw 2.60417vw;
  }
  .st_facility .gr_center .tbl .tbl_reg td {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    vertical-align: middle;
    padding: 1.95312vw 2.60417vw;
  }
  .st_facility .gr_center .list_bt {
    padding-bottom: 13.02083vw;
  }
  .st_facility .gr_center .list_bt li {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    position: relative;
  }
  .st_facility .gr_center .list_bt li:before {
    content: "・";
    font-size: 3.64583vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .list_bt li:not(:last-child) {
    margin-bottom: 1.30208vw;
  }
  .st_facility .gr_center .gr_dl dl:not(:last-child) {
    margin-bottom: 5.72917vw;
  }
  .st_facility .gr_center .gr_dl dl dt {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    color: #780e00;
    background-color: #f4eceb;
    padding: 1.95312vw 3.25521vw;
    margin-bottom: 3.90625vw;
  }
  .st_facility .gr_center .gr_dl dl dd p {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .gr_dl dl dd .b_img img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.60417vw;
  }
  .st_facility .gr_center .gr_dl dl dd .b_ul ul {
    width: -webkit-calc(50% - 2.60417vw);
    width: -moz-calc(50% - 2.60417vw);
    width: calc(50% - 2.60417vw);
    margin-left: 2.60417vw;
  }
  .st_facility .gr_center .mg_top {
    margin-top: 5.20833vw;
  }
  .st_facility .gr_center .link {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_center .bx_txt p {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .bx_txt p + p {
    margin-top: 5.20833vw;
  }
  .st_facility .gr_center .bx_txt p strong {
    font-weight: bold;
  }
  .st_facility .gr_center .bx_txt p.txt_sp {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .st_facility .gr_center .bx_txt p.txt_sp span {
    display: inline-block;
    vertical-align: top;
    width: 10.41667vw;
  }
  .st_facility .gr_center .bx_txt p.txt_sp em {
    font-style: normal;
    width: -webkit-calc(100% - 10.41667vw);
    width: -moz-calc(100% - 10.41667vw);
    width: calc(100% - 10.41667vw);
    display: inline-block;
  }
  .st_facility .gr_center .bx_txt p.txt_hana {
    position: relative;
    padding-left: 3.90625vw;
  }
  .st_facility .gr_center .bx_txt p.txt_hana:before {
    content: "※";
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .txt_ar {
    position: relative;
    padding-left: 4.55729vw;
    font-style: normal;
    display: block;
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    margin-bottom: 3.90625vw;
  }
  .st_facility .gr_center .bx_txt .txt_ar:before {
    content: "◎";
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .st_facility .gr_center .bx_txt .btn_cts a {
    margin: 6.51042vw 0;
    width: 58.59375vw;
    height: 9.11458vw;
  }
  .st_facility .gr_center .bx_txt strong {
    font-size: 3.64583vw;
    line-height: 5.20833vw;
    display: block;
  }
  .st_facility .gr_center .gr_school {
    padding-bottom: 13.02083vw;
  }
  .st_facility .gr_center .gr_school .b_tar em {
    margin-bottom: 0;
  }
  .st_facility .gr_center .gr_school .gr_dl dl {
    margin-top: 5.20833vw;
  }
  .st_facility .gr_center .gr_school .b_img img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_center .gr_cfte4 p {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt {
    padding: 4.94792vw 0 13.02083vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt h4 {
    font-size: 3.90625vw;
    line-height: 1.5;
    border-bottom: 1px dashed #dcdcdc;
    font-weight: normal;
    padding-bottom: 1.17188vw;
    margin-bottom: 1.95312vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt strong {
    font-size: 3.38542vw;
    line-height: 5.20833vw;
    display: block;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt p + p {
    margin-top: 3.90625vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em {
    display: block;
    font-style: normal;
    margin-top: 2.99479vw;
  }
  .st_facility .gr_center .gr_cfte4 .b_bt em a {
    color: #0099e8;
    text-decoration: underline;
  }
  .st_facility .gr_main .txt_top {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    margin-bottom: 9.11458vw;
  }
  .st_facility .gr_main .gr_item article + article {
    margin-top: 3.25521vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item {
    width: 100%;
    margin: 0 0 6.51042vw 0;
  }
  .st_facility .gr_main .gr_item article .b_item .item .ttl_item {
    font-size: 3.64583vw;
    line-height: 5.72917vw;
    color: #780e00;
    background-color: #f4eceb;
    padding: 1.95312vw 2.60417vw;
    font-weight: normal;
    margin-bottom: 3.90625vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure {
    margin-bottom: 1.69271vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item figure img {
    width: 100%;
    height: auto;
  }
  .st_facility .gr_main .gr_item article .b_item .item p {
    font-size: 3.38542vw;
    line-height: 6.25vw;
    letter-spacing: 0.13021vw;
  }
  .st_facility .gr_main .gr_item article .b_item .item p a {
    color: #0099e8;
  }
  .st_facility .gr_main .gr_item article .b_item .item .btn_black {
    margin-top: 2.60417vw;
  }
  .contact form {
    padding: 9.11458vw 3.90625vw 6.51042vw;
  }
  .contact form .ttl_art span {
    margin: 0;
    display: block;
  }
  .contact form > p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.16927vw;
  }
  .contact form .rfields {
    display: block;
    font-weight: bold;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
    color: #f00;
    margin: 2.60417vw 0;
  }
  .contact form .row_form {
    border-top: 1px dashed #e3e3e3;
    padding: 5.20833vw 0;
  }
  .contact form .row_form > label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    margin-bottom: 1.30208vw;
  }
  .contact form .row_form > label small {
    font-size: 100%;
    color: #f00;
    margin-left: 1.95312vw;
  }
  .contact form .row_form .wrap .note {
    font-size: 2.73438vw;
    line-height: 3.125vw;
    letter-spacing: 0.15625vw;
    text-indent: -2.86458vw;
    padding-left: 2.86458vw;
    margin: 1.30208vw 0 0;
  }
  .contact form .row_form .wrap input[type="text"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 13.02083vw;
    background: #eee;
    border: none;
    -moz-border-radius: 0;
         border-radius: 0;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 3.38542vw;
    line-height: 1.5;
    letter-spacing: 0.29948vw;
    padding: 0 2.60417vw;
  }
  .contact form .row_form .wrap ::-webkit-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap ::-moz-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap :-ms-input-placeholder {
    opacity: 1;
    color: #a3a3a3;
  }
  .contact form .row_form .wrap textarea {
    display: block;
    width: 100%;
    height: 36.45833vw;
    background: #eee;
    border: none;
    -moz-border-radius: 0;
         border-radius: 0;
    outline-style: solid;
    outline-color: transparent;
    font-weight: normal;
    font-size: 3.38542vw;
    line-height: 1.5;
    letter-spacing: 0.13021vw;
    padding: 1.95312vw 2.60417vw;
    resize: vertical;
  }
  .contact form .row_form .wrap .radio input[type="radio"] {
    display: none;
  }
  .contact form .row_form .wrap .radio input[type="radio"]:checked ~ label::after {
    opacity: 1;
  }
  .contact form .row_form .wrap .radio label {
    display: inline-block;
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    padding-left: 25px;
    position: relative;
  }
  .contact form .row_form .wrap .radio label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #eee;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact form .row_form .wrap .radio label::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #000;
    -moz-border-radius: 100%;
         border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
  }
  .contact form .row_form .wrap .date {
    padding: 0 3.90625vw;
  }
  .contact form .row_form .wrap .date dl:not(:last-of-type) {
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 2.60417vw;
    margin-bottom: 2.60417vw;
  }
  .contact form .row_form .wrap .date dl dt {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.30208vw;
  }
  .contact form .row_form .wrap .date dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact form .row_form .wrap .date dl dd .radio {
    width: 26.04167vw;
  }
  .contact form .row_form .wrap .presentation p {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
  }
  .contact form .row_form .wrap .presentation p a {
    color: #0099e8;
    text-decoration: underline;
  }
  .contact form .row_form .wrap .presentation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.60417vw;
  }
  .contact form .btn_black {
    padding-top: 2.60417vw;
  }
  .contact .confirm > p {
    margin-bottom: 3.90625vw;
  }
  .contact .confirm .row_form .wrap .cf {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
  }
  .contact .confirm .row_form .back {
    width: 100%;
    text-align: center;
    padding-top: 2.60417vw;
  }
  .contact .confirm .row_form .back a {
    font-size: 3.38542vw;
    line-height: 4.6875vw;
    color: #0099e8;
    letter-spacing: 0.13021vw;
    position: relative;
  }
  .contact .confirm .row_form .back a::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #0099e8;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .contact .error .row_form .wrap .er {
    font-size: 2.73438vw;
    line-height: 1;
    color: #f00;
    letter-spacing: 0.29948vw;
    margin-top: 1.30208vw;
  }
  .contact .error .row_form .wrap input[type="text"] {
    background: #fff0f0;
  }
  .contact .error .row_form .wrap .radio label::before {
    background: #fff0f0;
  }
  .contact .complete {
    padding: 15.625vw 3.90625vw;
    text-align: center;
  }
  .contact .complete h3 {
    font-weight: bold;
    font-size: 6.51042vw;
    line-height: 1;
    color: #780e00;
    letter-spacing: 0.45573vw;
  }
  .contact .complete strong {
    display: block;
    font-weight: bold;
    font-size: 3.90625vw;
    line-height: 1;
    letter-spacing: 0.32552vw;
    margin: 5.20833vw 0 2.60417vw;
  }
  .contact .complete p {
    font-size: 3.38542vw;
    line-height: 4.94792vw;
    margin-bottom: 5.20833vw;
  }
}
