﻿@charset "utf-8";

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6 {}

.col_1-2 {}

.col_1-3 {}

.col_2-1 {}

.col_2-3 {}

.col_3-1 {}

.col_3-2 {}

.col_child {
    float: left;
    box-sizing: border-box;
    padding-left: 1%;
    padding-right: 1%
}

.col_child:first-child,
.col_child:first-child:last-child {
    padding-left: 0;
    padding-right: 2%
}

.col_child:last-child {
    padding-left: 2%;
    padding-right: 0
}

.col_2 .col_child {
    width: 50%
}

.col_3 .col_child {
    width: 33.3%
}

.col_4 .col_child {
    width: 25%
}

.col_5 .col_child {
    width: 20%
}

.col_6 .col_child {
    width: 16.6%
}

.col_1-2 .col_child:nth-child(1) {
    width: 33.3%
}

.col_1-2 .col_child:nth-child(2) {
    width: 66.6%
}

.col_2-1 .col_child:nth-child(1) {
    width: 66.6%
}

.col_2-1 .col_child:nth-child(2) {
    width: 33.3%
}

.col_1-3 .col_child:nth-child(1) {
    width: 25%
}

.col_1-3 .col_child:nth-child(2) {
    width: 75%
}

.col_3-1 .col_child:nth-child(1) {
    width: 75%
}

.col_3-1 .col_child:nth-child(2) {
    width: 25%
}

.col_2-3 .col_child:nth-child(1) {
    width: 40%
}

.col_2-3 .col_child:nth-child(2) {
    width: 60%
}

.col_3-2 .col_child:nth-child(1) {
    width: 60%
}

.col_3-2 .col_child:nth-child(2) {
    width: 40%
}

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

    .col_1>.col_child,
    .col_2>.col_child,
    .col_3>.col_child,
    .col_4>.col_child,
    .col_5>.col_child,
    .col_6>.col_child,
    .fix.col_1-2>.col_child,
    .fix.col_1-3>.col_child,
    .fix.col_2-1>.col_child,
    .fix.col_2-3>.col_child,
    .fix.col_3-1>.col_child,
    .fix.col_3-2>.col_child {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .col_4 .col_child,
    .col_5 .col_child {
        width: 50%
    }

    .col_4 .col_child:nth-child(odd),
    .col_5 .col_child:nth-child(odd) {
        padding-right: 1%
    }

    .col_4 .col_child:nth-child(even),
    .col_5 .col_child:nth-child(even) {
        padding-left: 1%
    }
}

.h_style01 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px
}

.h_style01 span {
    padding: 30px 30px 20px;
    display: inline-block;
    border-top: #E60012 solid 4px
}

.h_style01 sub {
    display: block;
    font-size: 18px;
    color: #E50012;
    font-weight: 400;
    font-family: 'Century'
}

.h_style02 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    background: #e3f5ff;
    padding: 20px 20px 15px;
    line-height: 1.2;
    border-bottom: 3px solid #142e7a
}

.h_style02.large {
    font-size: 32px
}

.h_style03 {
    display: block;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #E50012;
    margin-bottom: 60px
}

.h_style03 sub {
    display: block;
    font-size: 19px;
    color: #1F1F1F;
    margin-top: 10px
}

.h_style04 {
    font-size: 20px;
    font-weight: 700;
    color: #1F1F1F;
    padding: 5px 20px;
    border-left: #1F1F1F solid 4px;
    margin-bottom: 20px
}

.h_style04.blue {
    font-size: 18px;
    border-left: #142e7a solid 4px
}

.h_style05 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

p.text,
.texts>p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align: left
}

.u_line {
    text-decoration: underline
}

@media screen and (max-width: 768px) {
    .h_style02 {
        font-size: 1.285rem;
        margin-bottom: 20px;
        padding: 12px 12px 10px
    }

    p.text,
    .texts>p {
        font-size: 14px
    }

    .f_small {
        font-size: 12px
    }
}

.text_link a,
a.text_link {
    text-decoration: underline;
    color: #142e7a
}

.text_link a:hover,
a.text_link:hover {
    text-decoration: none
}

.block_link a,
a.block_link {
    display: block;
    transition: opacity 1s, background 1s, color 1s, border 1s
}

.block_link a:hover,
a.block_link:hover {
    opacity: .7;
    text-decoration: none;
    transition: opacity .7s
}

.txt_links a,
a .txt_links {
    position: relative;
    padding-right: 25px;
    font-size: 14px;
    color: #142e7a;
    text-decoration: underline
}

a .txt_links {
    display: inline-block
}

.txt_links a:before,
a .txt_links:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
    z-index: 10
}

.txt_links a:after,
a .txt_links:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: #142e7a;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.txt_links a:hover,
a:hover .txt_links {
    text-decoration: none
}

.btn_links a {
    position: relative;
    display: block;
    width: 333px;
    border: 1px solid #142e7a;
    background: #142e7a;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    box-sizing: border-box;
    font-weight: 700;
    transition: background .4s, color .4s
}

.btn_links a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(45deg);
    transition: border-color .4s
}

.btn_links a:hover {
    text-decoration: none;
    background: #ffec0f;
    color: #282828
}

.btn_links a:hover:before {
    border-color: #282828
}

.btn_links.bg_grn a {
    border: 1px solid #00b900;
    background: #00b900
}

.btn_links.bg_grn a:hover {
    background: #ffec0f
}

.btn_links.bg_blu a {
    border: 1px solid #2973d7;
    background: #2973d7
}

.btn_links.bg_blu a:hover {
    background: #ffec0f
}

.btn_links02 a {
    position: relative;
    display: block;
    width: 380px;
    border: 1px solid #142e7a;
    background: #142e7a;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 18px 30px;
    box-sizing: border-box;
    font-weight: 700;
    transition: background .4s, color .4s
}

.btn_links02 a:hover {
    background: #fff;
    color: #142e7a;
    text-decoration: none
}

.btn_links02 a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/common/arrow.png);
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    transition: right .4s
}

.btn_links02 a:hover:before {
    background: url(../img/common/arrow_blu.png);
    right: 10px
}

.btn_links02 a b {
    font-size: 1.5rem;
    color: #ffec0f
}

.btn_links02 a:hover b {
    color: #142e7a
}

.btn_links_wrap {
    margin-bottom: 2em
}

.btn_links_wrap,
.waterheater .btn_links_wrap.flex_btn,
.stoveburner .btn_links_wrap.flex_btn,
.rangefood .btn_links_wrap.flex_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.btn_links03 a {
    position: relative;
    display: block;
    width: 310px;
    border: 1px solid #142e7a;
    background: #142e7a;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    padding: 15px 30px;
    box-sizing: border-box;
    font-weight: 700;
    transition: background .4s, color .4s
}

.btn_links03 a:hover {
    background: #fff;
    color: #142e7a;
    text-decoration: none
}

.btn_links03.white a {
    background: #fff;
    color: #142e7a;
    text-decoration: none
}

.btn_links03 a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 23px;
    height: 23px;
    background: url(../img/common/arrow.png);
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto
}

.btn_links03 a:hover:before {
    background: url(../img/common/arrow_blu.png)
}

.btn_links03.white a:before {
    background: url(../img/common/arrow_blu.png)
}

.btn_links03 a b {
    display: block;
    font-size: 1.5rem;
    color: #ffec0f
}

.btn_links03 a:hover b {
    color: #142e7a
}

.btn_links03.white a b {
    color: #142e7a
}

.btn_links_wrap div {
    width: 30%
}

.btn_links_wrap .btn_links04 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-repeat: no-repeat;
    padding: 21px 17px;
    box-sizing: border-box;
    border: solid 1px #dedede;
    border-radius: 10px;
    transition: border .4s;
    position: relative
}

.btn_links_wrap .btn_links04:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    z-index: 10
}

.btn_links_wrap .btn_links04::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 30px;
    height: 30px;
    background: #142e7a;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto
}

.link_txt a,
a.link_txt {
    text-decoration: underline;
    color: #142e7a
}

.link_txt a:hover,
a:hover.link_txt {
    text-decoration: none
}

a:hover img.opacity {
    opacity: .7;
    text-decoration: none;
    transition: opacity .7s
}

.common_btn {
    text-align: center;
    margin: 20px auto 30px
}

.common_btn a {
    display: block;
    max-width: 390px;
    border: solid 2px #535353;
    border-radius: 10px;
    color: #535353;
    font-size: 22px;
    font-weight: 700;
    padding: 25px 0;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    background: #eee
}

.common_btn a:before,
.common_btn a:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 8px solid #000;
    display: inline-block;
    position: absolute;
    border-radius: 4px;
    right: 20px;
    top: 50%;
    margin-top: -8px
}

.common_btn a:after {
    border: 8px solid transparent;
    border-left: 8px solid #eee;
    right: 23px
}

a.arrow_link,
.arrow_link a {
    position: relative;
    padding-left: 14px
}

a.arrow_link:before,
.arrow_link a:before {
    content: "";
    position: absolute;
    left: -1px;
    margin-top: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ico_blank {
    position: relative;
    padding-right: 20px
}

.ico_blank:before,
.ico_blank:after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    position: absolute;
    border: 1px solid #333;
    background: #fff;
    right: 0;
    top: 2px;
    z-index: 10
}

.ico_blank:after {
    right: 3px;
    top: 5px;
    z-index: 9
}

img.icon {
    vertical-align: middle;
    margin-right: 5px
}

@media screen and (max-width: 768px) {
    .btn_links a {
        width: 100%
    }

    .btn_links03 a {
        width: 100%;
        padding: 14px 8px;
        margin: auto
    }

    .btn_links03 a b {
        font-size: 18px
    }

    .btn_links03 a:before {
        right: 4px
    }

    .btn_links_wrap .btn_links03:first-of-type {
        width: 100%;
        margin-bottom: 1rem
    }

    .btn_links_wrap .btn_links03:first-of-type a {
        width: 48%
    }

    .btn_links_wrap .btn_links03:nth-of-type(2) {
        width: 48%
    }

    .btn_links_wrap .btn_links03:nth-of-type(3) {
        width: 48%
    }

    .btn_links.bg_skyblu a,
    .btn_links.bg_ylw a {
        font-size: 3.35vw
    }

    .btn_links.bg_skyblu a {
        background: #ebf4fe;
        padding: 14px 20px;
        color: #333
    }

    .btn_links.bg_skyblu a:before,
    .btn_links.bg_ylw a:before {
        border-color: #051d63;
        right: 12px
    }

    .btn_links.bg_ylw a {
        background: #ffec0f;
        color: #333;
        padding: 14px 20px
    }

    .btn_links02 a {
        width: 75%;
        font-size: .875rem
    }

    .btn_links02 a b {
        font-size: 1rem
    }
}

.scale {}

.scale_m {
    max-width: 100%;
    width: auto;
    height: auto
}

.scale_all {
    width: 100%;
    height: auto
}

@media screen and (max-width: 768px) {
    .scale {
        width: 100%;
        height: auto
    }
}

.table_style {
    border: #ddd solid 1px;
    border-bottom: none
}

.table_style dl {
    position: relative;
    border-bottom: #c7c7c7 solid 1px;
    width: 100%
}

.table_style dt {
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f3f3;
    border-right: 1px solid #c7c7c7;
    width: 250px;
    height: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 700
}

.table_style .pay_way dt {
    padding: 40px 15px
}

.table_style dd {
    padding: 10px 15px;
    padding-left: 270px;
    box-sizing: border-box
}

.table_style dd p {
    word-break: break-all
}

.txt_indent {
    padding-left: 1em;
    text-indent: -1em
}

.list_style ul li {
    margin-left: 1em;
    margin-bottom: 5px;
    text-indent: -1em
}

.list_style ul li:before {
    content: "\30FB";
    margin-right: 5px;
    color: #005BAC;
    font-weight: 700
}

.list_style ul li.inlist ul {
    margin-top: 5px
}

.list_style ul li.inlist li {
    margin-left: 4em;
    padding-left: 0;
    text-indent: -4em
}

.ol_style ol li {
    margin-left: 0;
    padding-left: 1em;
    margin-bottom: 5px;
    text-indent: -1.5em;
    list-style-position: inside
}

.ol_style ol li::marker {
    font-weight: 700
}

.dl_style dl {
    margin: 0;
    border: 1px solid #c7c7c7
}

.dl_style dl dt {
    background: #f6f6f6;
    font-weight: 700;
    padding: 16px 0 16px 30px;
    border-bottom: 1px solid #c7c7c7
}

.dl_style dl dd {
    padding: 12px 0 12px 30px;
    border-bottom: 1px solid #c7c7c7
}

.table_wrap {
    margin: 40px 0
}

.table_wrap.overs {
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden
}

.table_wrap table {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px
}

.table_wrap table th,
.table_wrap table td {
    box-sizing: border-box;
    padding: 20px;
    border: solid 1px #ddd
}

.table_wrap::-webkit-scrollbar {
    height: 15px
}

.table_wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #c1c1c1
}

.table_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #666
}

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

    .table_style dl,
    .table_style dt,
    .table_style dd {
        display: block
    }

    .table_style .goods_pay dt,
    .table_style .recall dt,
    .table_style .attention dt {
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        height: 13%
    }

    .table_style dt {
        width: 100%;
        padding: 15px 10px;
        text-align: center;
        height: 9%
    }

    .table_style dd {
        padding: 15px 10px
    }

    .dl_style dl {
        font-size: 14px;
        margin: 0
    }

    .dl_style dl dt {
        padding: 1em 10px
    }

    .dl_style dl dd {
        padding: 1em 10px
    }

    .table_wrap {
        overflow-x: auto
    }

    .table_wrap table {
        font-size: 12px
    }

    .table_wrap table th,
    .table_wrap table td {
        padding: 10px
    }
}

.topics_list {
    border-top: #DDD solid 1px
}

.topics_list li {
    border-bottom: #c7c7c7 solid 1px
}

.topics_list li:first-of-type {
    border-top: #c7c7c7 solid 1px
}

.topics_list li a {
    position: relative;
    display: block;
    padding: 15px 20px;
    transition: background .4s
}

.topics_list li a:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #142e7a;
    border-right: 2px solid #142e7a;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.topics_list li a:hover {
    text-decoration: none;
    background: #ebf4fe
}

.topics_list time,
.topics_list h2,
.topics_list p {
    display: inline-block
}

.topics_list a:hover h2 {
    color: #fff;
    background: #E60012;
    border-color: #ddd;
    transition: background-color 0.5s, color .5s
}

.topics_list a:hover time,
.topics_list a:hover p {
    text-decoration: none
}

.topics_list time {
    margin-right: 20px
}

.topics_list h2 {
    padding: 5px 20px;
    width: 5em;
    text-align: center;
    border: solid 1px #666;
    margin-right: 20px;
    transition: background-color 1s, color 1s
}

@media only screen and (max-width: 768px) {
    .topics_list li a {
        padding: 5px 20px 5px 5px
    }

    .topics_list li p {
        display: block
    }
}

.map_wrap iframe {
    width: 100%
}

#campus_map {
    height: 390px;
    margin-bottom: 20px
}

.movie_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.movie_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.movie_wrap2 {
    width: 100%;
    height: 0;
    padding-bottom: 590px;
    overflow: hidden;
    position: relative
}

.movie_wrap2 iframe,
.movie_wrap2 video {
    min-width: 100%;
    min-height: 590px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (max-width: 768px) {
    #campus_map {
        margin: 0 15px;
        box-sizing: border-box;
        width: auto;
        height: 320px
    }
}

#pan ul {
    margin: 20px 0 40px
}

#pan li {
    display: inline;
    vertical-align: middle
}

#pan li a,
#pan li span,
#pan li img {
    vertical-align: middle
}

#pan ul li {
    display: inline-block;
    font-size: 12px
}

#pan ul li+li {
    padding: 0 0 0 10px
}

#pan ul li:before {
    content: "\003E";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

#pan ul li:first-child:before {
    content: "";
    display: none;
    margin-right: 0
}

@media only screen and (max-width: 768px) {
    #pan ul {
        margin: 10px 0 20px;
        font-size: 12px
    }
}

.pager_style {
    text-align: center;
    padding: 0;
    font-size: 1.2em;
    margin: 1em auto 3em;
}

.pager_style ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
}

@media screen and (max-width: 768px) {
    .pager_style {
        font-size: 4.5vw;
    }

    .pager_style ul {
        gap: 0.2em;
    }
}

.pager_style li {
    display: inline-block;
}

.pager_style li a,
.pager_style li span {
    height: 1.5em;
    font-size: 1em;
    color: #142e7a;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 0;
    font-weight: bold;
    border-radius: 0.2em;
    transition: 0.1s all;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager_style li a {
    padding: 0.2em;
    min-width: 1.5em;
}

.pager_style li span {
    font-size: 0.75em;
}

.pager_style li a:hover {
    background: #142e7a
}

.pager_style li.on a {
    background: #142e7a
}

.pager_style li a>* {
    vertical-align: middle
}

.pager_style li.on a {
    color: #fff
}

.pager_style li a:hover {
    color: #fff
}

.pager_style li.prev {
    margin: 0 10px 0 0
}

.pager_style li.next {
    margin: 0 0 0 10px
}

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

    .pager_style li.prev,
    .pager_style li.next {
        margin: 0
    }
}

.pc_center {}

.pc_right {}

.sp_center {}

.sp_right {}

@media screen and (min-width:769px) {
    .pc_center {
        text-align: center !important
    }

    .sp_center {
        text-align: left
    }

    .pc_right {
        text-align: right !important
    }

    .mb50_h {
        margin-bottom: 50px !important
    }

    .mb60_h {
        margin-bottom: 60px !important
    }

    .mb80_h {
        margin-bottom: 80px !important
    }
}

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

    .pc_center,
    .pc_righ {
        text-align: left
    }

    .sp_center {
        text-align: center !important
    }

    .sp_right {
        text-align: right !important
    }

    .mb50_h {
        margin-bottom: 25px !important
    }

    .mb60_h {
        margin-bottom: 30px !important
    }

    .mb80_h {
        margin-bottom: 40px !important
    }
}

.marker_gr,
.marker_ye {
    display: inline-block;
    position: relative;
    z-index: 2
}

.marker_gr:after,
.marker_ye:after {
    content: "";
    width: 100%;
    display: inline-block;
    height: .5em;
    background: #8be17b;
    position: absolute;
    bottom: .125em;
    left: 0;
    z-index: -1
}

.marker_ye:after {
    background: #ffec0f
}

.txt_red {
    color: #d4002d !important
}

.txt_black {
    color: #282828 !important
}

.txt_yellow {
    color: #ffec0f !important
}

.f_small {
    font-size: 75%
}

form input,
form button,
form select,
form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none
}

form textarea {
    resize: vertical
}

form input[type='checkbox'],
form form input[type='radio'] {
    display: none
}

form input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    line-height: 1;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    background-color: #fff
}

form input[type="checkbox"]+label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 4px;
    border-width: 4px;
    border-bottom: solid 2px #0072ce;
    border-right: solid 2px #0072ce;
    width: 6px;
    height: 14px;
    box-sizing: border-box;
    line-height: 1;
    z-index: 1;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .4s
}

form input[type="checkbox"]:checked+label:after {
    opacity: 1
}

form input[type="checkbox"]+label {
    position: relative;
    padding: 0 2em 1em
}

form input[type='submit'],
form input[type='button'],
form label,
form button,
form select {
    cursor: pointer
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="mail"],
form textarea {
    background: #fff;
    font-size: 1rem;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    padding: 5px 10px;
    box-sizing: border-box;
    width: 100%
}

form input[type="radio"] {
    display: none
}

form input[type="radio"]~label {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1.5;
    cursor: pointer;
    margin-right: 1em;
    margin-bottom: .5em;
    padding-left: 2em
}

form input[type="radio"]~label:before,
form input[type="radio"]~label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border: solid 1px #333;
    width: 24px;
    height: 24px;
    top: 0;
    left: 4px;
    box-sizing: border-box;
    line-height: 1.2;
    border-radius: 50%;
    z-index: 1
}

form input[type="radio"]~label:after {
    border: solid 1px #142e7a;
    width: 16px;
    height: 16px;
    background: #142e7a;
    top: 4px;
    left: 8px;
    opacity: 0
}

form input[type="radio"]:checked+label:before {
    border: solid 1px #142e7a
}

form input[type="radio"]:checked+label:after {
    opacity: 1
}

form .txt_eror {
    color: red;
    font-weight: 700;
    font-size: 1rem;
    display: block
}

form .btn_submit {
    margin: 0 auto;
    text-align: center
}

form .btn_submit>span {
    display: inline-block;
    position: relative;
    z-index: 5;
    background: #142e7a;
    border-radius: 30px;
    transition: background .4s
}

form .btn_submit input {
    padding: 18px 30px;
    width: 333px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(0, 114, 206, 0);
    transition: color .4s, background .4s;
    border: 1px solid #142e7a;
    font-size: 16px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    font-weight: 700;
    border-radius: 30px
}

form .btn_back>span {
    background: #fff
}

form .btn_back input {
    color: #142e7a
}

form .btn_submit>span:hover {
    background: #fff
}

form .btn_submit span:hover input {
    color: #282828
}

form .btn_submit>span:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(45deg);
    transition: border-color .4s
}

form .btn_back>span:before {
    border-color: #142e7a
}

form .btn_submit>span:hover {
    background: #ffec0f
}

form .btn_submit>span:hover:before {
    border-color: #282828
}

form>dl {
    position: relative;
    border: #c7c7c7 solid 1px;
    background: #f2f3f3;
    border-top: none;
    width: 100%;
    display: flex;
    justify-content: space-between
}

form>dl:first-of-type {
    border-top: #c7c7c7 solid 1px
}

form>dl:after {
    display: none
}

form>dl>dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #f2f3f3;
    width: 250px;
    height: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    font-weight: 700
}

form>dl>dt p {
    width: 150px
}

form>dl>dt .txt_required {
    background: #142e7a;
    color: #fff;
    font-size: .75rem;
    font-weight: 400;
    padding: 2px 5px
}

form>dl>dd {
    width: calc(100% - 250px);
    padding: 10px 15px;
    background: #fff;
    box-sizing: border-box;
    border-left: 1px solid #c7c7c7
}

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

    form>dl,
    form>dl>dt,
    form>dl>dd {
        display: block;
        width: 100%
    }

    form>dl>dt {
        position: static;
        width: 100%;
        padding: 8px 10px;
        text-align: left;
        border-right: none
    }

    form>dl>dd {
        padding: 15px 10px;
        border: none
    }

    form>dl>dt p {
        display: inline-block;
        width: auto
    }

    form>dl>dt .txt_required {
        display: inline-block;
        margin-left: 5px;
        vertical-align: text-top
    }

    form input[type="radio"]~label:before {
        width: 18px;
        height: 18px
    }

    form input[type="radio"]~label:after {
        width: 10px;
        height: 10px
    }

    form .btn_submit input {
        padding: 15px 30px;
        width: 280px
    }
}

.subsidy-wrap dl {
    display: flex;
    flex-direction: column
}

.subsidy-wrap dl dt {
    text-align: center;
    font-weight: 700;
    font-size: 2em
}

.subsidy-wrap dl dt h2 {
    margin: .2em auto
}

.subsidy-banner {
    width: 75%;
    height: 50vh;
    object-fit: contain;
    margin: 0 auto;
    display: block
}

@media all and (max-width:767px) {
    .subsidy-banner {
        width: calc(100% - 2em);
        height: auto
    }
}