body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
em {
    font-style: normal;
}

strong,
th {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th {
    text-align: left;
}

main,
aside {
    display: block;
}

hr {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

img,
fieldset {
    border: 0;
}

img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

li {
    list-style-type: none;
}

select,
button {
    appearance: none;
}

input[type="submit"],
button,
label,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

small {
    font-size: initial;
}

a {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease-out;
}

a:hover {
    text-decoration: none;
}

a:hover,
button:hover {
    opacity: 0.8;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", -apple-system,
        BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
        sans-serif;
    line-height: 1.6;
    color: #000;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
    letter-spacing: 0.05em;
}

input,
button,
textarea,
select {
    line-height: 1.6;
    color: #000;
    font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", -apple-system,
        BlinkMacSystemFont, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN",
        sans-serif;
}

[role="tabpanel"][aria-hidden="true"] {
    display: none;
}

[role="tabpanel"][aria-hidden="false"] {
    display: block;
}

.flex {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.flex.justify_between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
}

.flex.justify_center {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.flex.justify_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex.justify_start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex.aline-cont_center {
    align-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
}

.flex.flex_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex.align_center {
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}

.flex.align_start {
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
}

@media only screen and (max-width: 623px) {
    .flex.justify_center_sp {
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }

    .flex_sp {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }

    .flex_sp.justify_between {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
    }

    .flex_sp.justify_center {
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }

    .flex_sp.justify_end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex_sp.justify_start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex_sp.aline-cont_center {
        align-content: center;
        -webkit-align-content: center;
        -ms-align-content: center;
    }

    .flex_sp.flex_wrap {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .flex_sp.align_center {
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
    }

    .flex_sp.align_start {
        align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
    }

    .flex.flex-reverse_sp {
        flex-direction: column-reverse;
    }

    .flex.flex_wrap_sp {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

.bg_white {
    background-color: #fff;
}

.bg_navy {
    background-color: #2f365f;
}

.bg_light-blue {
    background-color: #f0f3f8;
}

.bg_gray {
    background-color: #dbdbdb;
}

.bg_LightGray {
    background-color: #f2f2f2;
}

.border_radius {
    border-radius: 3rem;
}

.a_btn {
    display: inline-block;
    width: 270px;
    max-width: 100%;
    height: auto;
    text-decoration: none;
    color: #fff !important;
    background-color: #43964e;
    border: 1px solid #43964e;
    border-radius: 5em;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 2.5rem;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .a_btn {
        max-width: 100%;
        font-size: 1.8rem;
        padding: 1.5rem;
    }
}

.a_btn:hover {
    background-color: #fff;
    border: 1px solid #43964e;
    color: #000 !important;
}

.a_btn._yes {
    background-color: #e1455a;
}

.a_btn._no {
    background-color: #3764c6;
}

.a_btn._icon {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.a_btn._arrow-right {
    padding: 2.5rem 4rem 2.5rem 4rem;
    position: relative;
    width: 360px;
}

@media only screen and (max-width: 768px) {
    .a_btn._arrow-right {
        padding: 2rem 4rem 2rem 4rem;
    }
}

.a_btn._arrow-right:hover::before {
    content: url(../images/btn_black_right_arrow.svg);
}

.a_btn._arrow-right::before {
    content: url(../images/btn_white_right_arrow.svg);
    width: 6px;
    height: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    line-height: 0;
}

.a_btn._big {
    width: 480px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 2.4rem;
    border-radius: 6rem;
}

@media only screen and (max-width: 623px) {
    .a_btn._big {
        max-width: 100%;
        font-size: 1.8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

._arrow-link {
    position: relative;
    padding: 0 2.5rem;
}

._arrow-link::before {
    content: url(../images/Icon_arrow_left_black.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 0;
}

.w_10per {
    width: 10%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_10per {
        width: 10%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_20per {
    width: 20%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_20per {
        width: 20%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_30per {
    width: 30%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_30per {
        width: 30%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_40per {
    width: 40%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_40per {
        width: 40%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_50per {
    width: 50%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_50per {
        width: 50%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_60per {
    width: 60%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_60per {
        width: 60%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_70per {
    width: 70%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_70per {
        width: 70%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_80per {
    width: 80%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_80per {
        width: 80%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_90per {
    width: 90%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_90per {
        width: 90%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_100per {
    width: 100%;
}

.w_85per {
    width: 85%;
}

.w_75per {
    width: 75%;
}

.w_65per {
    width: 65%;
}

.w_55per {
    width: 55%;
}

.w_45per {
    width: 45%;
}

.w_35per {
    width: 35%;
}

.w_33per-10 {
    width: calc(100% / 3 - 10px);
}

.w_50per-10 {
    width: calc(100% / 2 - 10px);
}

.w_50per-20 {
    width: calc(100% / 2 - 20px);
}

@media only screen and (max-width: 623px) {
    .ws_100per {
        width: 100%;
    }

    .ws_75per {
        width: 75%;
    }

    .ws_50per-5 {
        width: calc(100% / 2 - 5px);
    }

    .ws_35per {
        width: 35%;
    }
}

.w_50per-50 {
    width: calc(100% / 2 - 50px);
}

.m_auto {
    margin: auto !important;
}

.m_minus {
    margin: 0 -0.5em;
}

.p_0 {
    padding: 0 !important;
}

.p_0_5rem {
    padding: 0.5rem !important;
}

.pt_0_5rem {
    padding-top: 0.5rem !important;
}

.pb_0_5rem {
    padding-bottom: 0.5rem !important;
}

.pl_0_5rem {
    padding-left: 0.5rem !important;
}

.pr_0_5rem {
    padding-right: 0.5rem !important;
}

.m_0_5rem {
    margin: 0.5rem !important;
}

.mb_0_5rem {
    margin-bottom: 0.5rem !important;
}

.p_1_5rem {
    padding: 1.5rem !important;
}

.pt_1_5rem {
    padding-top: 1.5rem !important;
}

.pb_1_5rem {
    padding-bottom: 1.5rem !important;
}

.pl_1_5rem {
    padding-left: 1.5rem !important;
}

.pr_1_5rem {
    padding-right: 1.5rem !important;
}

.m_1_5rem {
    margin: 1.5rem !important;
}

.mb_1_5rem {
    margin-bottom: 1.5rem !important;
}

.p_2_5rem {
    padding: 2.5rem !important;
}

.pt_2_5rem {
    padding-top: 2.5rem !important;
}

.pb_2_5rem {
    padding-bottom: 2.5rem !important;
}

.pl_2_5rem {
    padding-left: 2.5rem !important;
}

.pr_2_5rem {
    padding-right: 2.5rem !important;
}

.m_2_5rem {
    margin: 2.5rem !important;
}

.mb_2_5rem {
    margin-bottom: 2.5rem !important;
}

.p_3_5rem {
    padding: 3.5rem !important;
}

.pt_3_5rem {
    padding-top: 3.5rem !important;
}

.pb_3_5rem {
    padding-bottom: 3.5rem !important;
}

.pl_3_5rem {
    padding-left: 3.5rem !important;
}

.pr_3_5rem {
    padding-right: 3.5rem !important;
}

.m_3_5rem {
    margin: 3.5rem !important;
}

.mb_3_5rem {
    margin-bottom: 3.5rem !important;
}

.p_4_5rem {
    padding: 4.5rem !important;
}

.pt_4_5rem {
    padding-top: 4.5rem !important;
}

.pb_4_5rem {
    padding-bottom: 4.5rem !important;
}

.pl_4_5rem {
    padding-left: 4.5rem !important;
}

.pr_4_5rem {
    padding-right: 4.5rem !important;
}

.m_4_5rem {
    margin: 4.5rem !important;
}

.mb_4_5rem {
    margin-bottom: 4.5rem !important;
}

.m_0rem {
    margin: 0rem !important;
}

.p_0rem {
    padding: 0rem !important;
}

.m_1rem {
    margin: 1rem !important;
}

.p_1rem {
    padding: 1rem !important;
}

.m_2rem {
    margin: 2rem !important;
}

.p_2rem {
    padding: 2rem !important;
}

.m_3rem {
    margin: 3rem !important;
}

.p_3rem {
    padding: 3rem !important;
}

.m_4rem {
    margin: 4rem !important;
}

.p_4rem {
    padding: 4rem !important;
}

.m_5rem {
    margin: 5rem !important;
}

.p_5rem {
    padding: 5rem !important;
}

.m_6rem {
    margin: 6rem !important;
}

.p_6rem {
    padding: 6rem !important;
}

.m_7rem {
    margin: 7rem !important;
}

.p_7rem {
    padding: 7rem !important;
}

.m_8rem {
    margin: 8rem !important;
}

.p_8rem {
    padding: 8rem !important;
}

.m_9rem {
    margin: 9rem !important;
}

.p_9rem {
    padding: 9rem !important;
}

.m_10rem {
    margin: 10rem !important;
}

.p_10rem {
    padding: 10rem !important;
}

.m_11rem {
    margin: 11rem !important;
}

.p_11rem {
    padding: 11rem !important;
}

.m_12rem {
    margin: 12rem !important;
}

.p_12rem {
    padding: 12rem !important;
}

.m_13rem {
    margin: 13rem !important;
}

.p_13rem {
    padding: 13rem !important;
}

.m_14rem {
    margin: 14rem !important;
}

.p_14rem {
    padding: 14rem !important;
}

.m_15rem {
    margin: 15rem !important;
}

.p_15rem {
    padding: 15rem !important;
}

.m_16rem {
    margin: 16rem !important;
}

.p_16rem {
    padding: 16rem !important;
}

.m_17rem {
    margin: 17rem !important;
}

.p_17rem {
    padding: 17rem !important;
}

.m_18rem {
    margin: 18rem !important;
}

.p_18rem {
    padding: 18rem !important;
}

.m_19rem {
    margin: 19rem !important;
}

.p_19rem {
    padding: 19rem !important;
}

.m_20rem {
    margin: 20rem !important;
}

.p_20rem {
    padding: 20rem !important;
}

.mr_0rem {
    margin-right: 0rem !important;
}

.mb_0rem {
    margin-bottom: 0rem !important;
}

.mt_0rem {
    margin-top: 0rem !important;
}

.pt_0rem {
    padding-top: 0rem !important;
}

.pb_0rem {
    padding-bottom: 0rem !important;
}

.pl_0rem {
    padding-left: 0rem !important;
}

.pr_0rem {
    padding-right: 0rem !important;
}

.mr_1rem {
    margin-right: 1rem !important;
}

.mb_1rem {
    margin-bottom: 1rem !important;
}

.mt_1rem {
    margin-top: 1rem !important;
}

.pt_1rem {
    padding-top: 1rem !important;
}

.pb_1rem {
    padding-bottom: 1rem !important;
}

.pl_1rem {
    padding-left: 1rem !important;
}

.pr_1rem {
    padding-right: 1rem !important;
}

.mr_2rem {
    margin-right: 2rem !important;
}

.mb_2rem {
    margin-bottom: 2rem !important;
}

.mt_2rem {
    margin-top: 2rem !important;
}

.pt_2rem {
    padding-top: 2rem !important;
}

.pb_2rem {
    padding-bottom: 2rem !important;
}

.pl_2rem {
    padding-left: 2rem !important;
}

.pr_2rem {
    padding-right: 2rem !important;
}

.mr_3rem {
    margin-right: 3rem !important;
}

.mb_3rem {
    margin-bottom: 3rem !important;
}

.mt_3rem {
    margin-top: 3rem !important;
}

.pt_3rem {
    padding-top: 3rem !important;
}

.pb_3rem {
    padding-bottom: 3rem !important;
}

.pl_3rem {
    padding-left: 3rem !important;
}

.pr_3rem {
    padding-right: 3rem !important;
}

.mr_4rem {
    margin-right: 4rem !important;
}

.mb_4rem {
    margin-bottom: 4rem !important;
}

.mt_4rem {
    margin-top: 4rem !important;
}

.pt_4rem {
    padding-top: 4rem !important;
}

.pb_4rem {
    padding-bottom: 4rem !important;
}

.pl_4rem {
    padding-left: 4rem !important;
}

.pr_4rem {
    padding-right: 4rem !important;
}

.mr_5rem {
    margin-right: 5rem !important;
}

.mb_5rem {
    margin-bottom: 5rem !important;
}

.mt_5rem {
    margin-top: 5rem !important;
}

.pt_5rem {
    padding-top: 5rem !important;
}

.pb_5rem {
    padding-bottom: 5rem !important;
}

.pl_5rem {
    padding-left: 5rem !important;
}

.pr_5rem {
    padding-right: 5rem !important;
}

.mr_6rem {
    margin-right: 6rem !important;
}

.mb_6rem {
    margin-bottom: 6rem !important;
}

.mt_6rem {
    margin-top: 6rem !important;
}

.pt_6rem {
    padding-top: 6rem !important;
}

.pb_6rem {
    padding-bottom: 6rem !important;
}

.pl_6rem {
    padding-left: 6rem !important;
}

.pr_6rem {
    padding-right: 6rem !important;
}

.mr_7rem {
    margin-right: 7rem !important;
}

.mb_7rem {
    margin-bottom: 7rem !important;
}

.mt_7rem {
    margin-top: 7rem !important;
}

.pt_7rem {
    padding-top: 7rem !important;
}

.pb_7rem {
    padding-bottom: 7rem !important;
}

.pl_7rem {
    padding-left: 7rem !important;
}

.pr_7rem {
    padding-right: 7rem !important;
}

.mr_8rem {
    margin-right: 8rem !important;
}

.mb_8rem {
    margin-bottom: 8rem !important;
}

.mt_8rem {
    margin-top: 8rem !important;
}

.pt_8rem {
    padding-top: 8rem !important;
}

.pb_8rem {
    padding-bottom: 8rem !important;
}

.pl_8rem {
    padding-left: 8rem !important;
}

.pr_8rem {
    padding-right: 8rem !important;
}

.mr_9rem {
    margin-right: 9rem !important;
}

.mb_9rem {
    margin-bottom: 9rem !important;
}

.mt_9rem {
    margin-top: 9rem !important;
}

.pt_9rem {
    padding-top: 9rem !important;
}

.pb_9rem {
    padding-bottom: 9rem !important;
}

.pl_9rem {
    padding-left: 9rem !important;
}

.pr_9rem {
    padding-right: 9rem !important;
}

.mr_10rem {
    margin-right: 10rem !important;
}

.mb_10rem {
    margin-bottom: 10rem !important;
}

.mt_10rem {
    margin-top: 10rem !important;
}

.pt_10rem {
    padding-top: 10rem !important;
}

.pb_10rem {
    padding-bottom: 10rem !important;
}

.pl_10rem {
    padding-left: 10rem !important;
}

.pr_10rem {
    padding-right: 10rem !important;
}

.mr_11rem {
    margin-right: 11rem !important;
}

.mb_11rem {
    margin-bottom: 11rem !important;
}

.mt_11rem {
    margin-top: 11rem !important;
}

.pt_11rem {
    padding-top: 11rem !important;
}

.pb_11rem {
    padding-bottom: 11rem !important;
}

.pl_11rem {
    padding-left: 11rem !important;
}

.pr_11rem {
    padding-right: 11rem !important;
}

.mr_12rem {
    margin-right: 12rem !important;
}

.mb_12rem {
    margin-bottom: 12rem !important;
}

.mt_12rem {
    margin-top: 12rem !important;
}

.pt_12rem {
    padding-top: 12rem !important;
}

.pb_12rem {
    padding-bottom: 12rem !important;
}

.pl_12rem {
    padding-left: 12rem !important;
}

.pr_12rem {
    padding-right: 12rem !important;
}

.mr_13rem {
    margin-right: 13rem !important;
}

.mb_13rem {
    margin-bottom: 13rem !important;
}

.mt_13rem {
    margin-top: 13rem !important;
}

.pt_13rem {
    padding-top: 13rem !important;
}

.pb_13rem {
    padding-bottom: 13rem !important;
}

.pl_13rem {
    padding-left: 13rem !important;
}

.pr_13rem {
    padding-right: 13rem !important;
}

.mr_14rem {
    margin-right: 14rem !important;
}

.mb_14rem {
    margin-bottom: 14rem !important;
}

.mt_14rem {
    margin-top: 14rem !important;
}

.pt_14rem {
    padding-top: 14rem !important;
}

.pb_14rem {
    padding-bottom: 14rem !important;
}

.pl_14rem {
    padding-left: 14rem !important;
}

.pr_14rem {
    padding-right: 14rem !important;
}

.mr_15rem {
    margin-right: 15rem !important;
}

.mb_15rem {
    margin-bottom: 15rem !important;
}

.mt_15rem {
    margin-top: 15rem !important;
}

.pt_15rem {
    padding-top: 15rem !important;
}

.pb_15rem {
    padding-bottom: 15rem !important;
}

.pl_15rem {
    padding-left: 15rem !important;
}

.pr_15rem {
    padding-right: 15rem !important;
}

.mr_16rem {
    margin-right: 16rem !important;
}

.mb_16rem {
    margin-bottom: 16rem !important;
}

.mt_16rem {
    margin-top: 16rem !important;
}

.pt_16rem {
    padding-top: 16rem !important;
}

.pb_16rem {
    padding-bottom: 16rem !important;
}

.pl_16rem {
    padding-left: 16rem !important;
}

.pr_16rem {
    padding-right: 16rem !important;
}

.mr_17rem {
    margin-right: 17rem !important;
}

.mb_17rem {
    margin-bottom: 17rem !important;
}

.mt_17rem {
    margin-top: 17rem !important;
}

.pt_17rem {
    padding-top: 17rem !important;
}

.pb_17rem {
    padding-bottom: 17rem !important;
}

.pl_17rem {
    padding-left: 17rem !important;
}

.pr_17rem {
    padding-right: 17rem !important;
}

.mr_18rem {
    margin-right: 18rem !important;
}

.mb_18rem {
    margin-bottom: 18rem !important;
}

.mt_18rem {
    margin-top: 18rem !important;
}

.pt_18rem {
    padding-top: 18rem !important;
}

.pb_18rem {
    padding-bottom: 18rem !important;
}

.pl_18rem {
    padding-left: 18rem !important;
}

.pr_18rem {
    padding-right: 18rem !important;
}

.mr_19rem {
    margin-right: 19rem !important;
}

.mb_19rem {
    margin-bottom: 19rem !important;
}

.mt_19rem {
    margin-top: 19rem !important;
}

.pt_19rem {
    padding-top: 19rem !important;
}

.pb_19rem {
    padding-bottom: 19rem !important;
}

.pl_19rem {
    padding-left: 19rem !important;
}

.pr_19rem {
    padding-right: 19rem !important;
}

.mr_20rem {
    margin-right: 20rem !important;
}

.mb_20rem {
    margin-bottom: 20rem !important;
}

.mt_20rem {
    margin-top: 20rem !important;
}

.pt_20rem {
    padding-top: 20rem !important;
}

.pb_20rem {
    padding-bottom: 20rem !important;
}

.pl_20rem {
    padding-left: 20rem !important;
}

.pr_20rem {
    padding-right: 20rem !important;
}

@media only screen and (max-width: 623px) {
    .m_minus-5vw_sp {
        margin-left: -5vw;
        margin-right: -5vw;
        width: calc(100% + 10vw);
    }

    .sp_p_0 {
        padding: 0 !important;
    }

    .sp_mb_0-5rem {
        margin-bottom: 0.5rem;
    }

    .sp_mb_1-5rem {
        margin-bottom: 1.5rem !important;
    }

    .sp_m_auto {
        margin: auto;
    }

    .sp_p_0_5rem {
        padding: 0.5rem !important;
    }

    .sp_pt_0_5rem {
        padding-top: 0.5rem !important;
    }

    .sp_pb_0_5rem {
        padding-bottom: 0.5rem !important;
    }

    .sp_pl_0_5rem {
        padding-left: 0.5rem !important;
    }

    .sp_pr_0_5rem {
        padding-right: 0.5rem !important;
    }

    .sp_m_0_5rem {
        margin: 0.5rem !important;
    }

    .sp_mb_0_5rem {
        margin-bottom: 0.5rem !important;
    }

    .sp_p_1_5rem {
        padding: 1.5rem !important;
    }

    .sp_pt_1_5rem {
        padding-top: 1.5rem !important;
    }

    .sp_pb_1_5rem {
        padding-bottom: 1.5rem !important;
    }

    .sp_pl_1_5rem {
        padding-left: 1.5rem !important;
    }

    .sp_pr_1_5rem {
        padding-right: 1.5rem !important;
    }

    .sp_m_1_5rem {
        margin: 1.5rem !important;
    }

    .sp_mb_1_5rem {
        margin-bottom: 1.5rem !important;
    }

    .sp_p_2_5rem {
        padding: 2.5rem !important;
    }

    .sp_pt_2_5rem {
        padding-top: 2.5rem !important;
    }

    .sp_pb_2_5rem {
        padding-bottom: 2.5rem !important;
    }

    .sp_pl_2_5rem {
        padding-left: 2.5rem !important;
    }

    .sp_pr_2_5rem {
        padding-right: 2.5rem !important;
    }

    .sp_m_2_5rem {
        margin: 2.5rem !important;
    }

    .sp_mb_2_5rem {
        margin-bottom: 2.5rem !important;
    }

    .sp_p_3_5rem {
        padding: 3.5rem !important;
    }

    .sp_pt_3_5rem {
        padding-top: 3.5rem !important;
    }

    .sp_pb_3_5rem {
        padding-bottom: 3.5rem !important;
    }

    .sp_pl_3_5rem {
        padding-left: 3.5rem !important;
    }

    .sp_pr_3_5rem {
        padding-right: 3.5rem !important;
    }

    .sp_m_3_5rem {
        margin: 3.5rem !important;
    }

    .sp_mb_3_5rem {
        margin-bottom: 3.5rem !important;
    }

    .sp_p_4_5rem {
        padding: 4.5rem !important;
    }

    .sp_pt_4_5rem {
        padding-top: 4.5rem !important;
    }

    .sp_pb_4_5rem {
        padding-bottom: 4.5rem !important;
    }

    .sp_pl_4_5rem {
        padding-left: 4.5rem !important;
    }

    .sp_pr_4_5rem {
        padding-right: 4.5rem !important;
    }

    .sp_m_4_5rem {
        margin: 4.5rem !important;
    }

    .sp_mb_4_5rem {
        margin-bottom: 4.5rem !important;
    }

    .sp_mb_0rem {
        margin-bottom: 0rem !important;
    }

    .sp_mt_0rem {
        margin-top: 0rem !important;
    }

    .sp_p_0rem {
        padding: 0rem !important;
    }

    .sp_pt_0rem {
        padding-top: 0rem !important;
    }

    .sp_pb_0rem {
        padding-bottom: 0rem !important;
    }

    .sp_pl_0rem {
        padding-left: 0rem !important;
    }

    .sp_pr_0rem {
        padding-right: 0rem !important;
    }

    .sp_mb_1rem {
        margin-bottom: 1rem !important;
    }

    .sp_mt_1rem {
        margin-top: 1rem !important;
    }

    .sp_p_1rem {
        padding: 1rem !important;
    }

    .sp_pt_1rem {
        padding-top: 1rem !important;
    }

    .sp_pb_1rem {
        padding-bottom: 1rem !important;
    }

    .sp_pl_1rem {
        padding-left: 1rem !important;
    }

    .sp_pr_1rem {
        padding-right: 1rem !important;
    }

    .sp_mb_2rem {
        margin-bottom: 2rem !important;
    }

    .sp_mt_2rem {
        margin-top: 2rem !important;
    }

    .sp_p_2rem {
        padding: 2rem !important;
    }

    .sp_pt_2rem {
        padding-top: 2rem !important;
    }

    .sp_pb_2rem {
        padding-bottom: 2rem !important;
    }

    .sp_pl_2rem {
        padding-left: 2rem !important;
    }

    .sp_pr_2rem {
        padding-right: 2rem !important;
    }

    .sp_mb_3rem {
        margin-bottom: 3rem !important;
    }

    .sp_mt_3rem {
        margin-top: 3rem !important;
    }

    .sp_p_3rem {
        padding: 3rem !important;
    }

    .sp_pt_3rem {
        padding-top: 3rem !important;
    }

    .sp_pb_3rem {
        padding-bottom: 3rem !important;
    }

    .sp_pl_3rem {
        padding-left: 3rem !important;
    }

    .sp_pr_3rem {
        padding-right: 3rem !important;
    }

    .sp_mb_4rem {
        margin-bottom: 4rem !important;
    }

    .sp_mt_4rem {
        margin-top: 4rem !important;
    }

    .sp_p_4rem {
        padding: 4rem !important;
    }

    .sp_pt_4rem {
        padding-top: 4rem !important;
    }

    .sp_pb_4rem {
        padding-bottom: 4rem !important;
    }

    .sp_pl_4rem {
        padding-left: 4rem !important;
    }

    .sp_pr_4rem {
        padding-right: 4rem !important;
    }

    .sp_mb_5rem {
        margin-bottom: 5rem !important;
    }

    .sp_mt_5rem {
        margin-top: 5rem !important;
    }

    .sp_p_5rem {
        padding: 5rem !important;
    }

    .sp_pt_5rem {
        padding-top: 5rem !important;
    }

    .sp_pb_5rem {
        padding-bottom: 5rem !important;
    }

    .sp_pl_5rem {
        padding-left: 5rem !important;
    }

    .sp_pr_5rem {
        padding-right: 5rem !important;
    }

    .sp_mb_6rem {
        margin-bottom: 6rem !important;
    }

    .sp_mt_6rem {
        margin-top: 6rem !important;
    }

    .sp_p_6rem {
        padding: 6rem !important;
    }

    .sp_pt_6rem {
        padding-top: 6rem !important;
    }

    .sp_pb_6rem {
        padding-bottom: 6rem !important;
    }

    .sp_pl_6rem {
        padding-left: 6rem !important;
    }

    .sp_pr_6rem {
        padding-right: 6rem !important;
    }

    .sp_mb_7rem {
        margin-bottom: 7rem !important;
    }

    .sp_mt_7rem {
        margin-top: 7rem !important;
    }

    .sp_p_7rem {
        padding: 7rem !important;
    }

    .sp_pt_7rem {
        padding-top: 7rem !important;
    }

    .sp_pb_7rem {
        padding-bottom: 7rem !important;
    }

    .sp_pl_7rem {
        padding-left: 7rem !important;
    }

    .sp_pr_7rem {
        padding-right: 7rem !important;
    }

    .sp_mb_8rem {
        margin-bottom: 8rem !important;
    }

    .sp_mt_8rem {
        margin-top: 8rem !important;
    }

    .sp_p_8rem {
        padding: 8rem !important;
    }

    .sp_pt_8rem {
        padding-top: 8rem !important;
    }

    .sp_pb_8rem {
        padding-bottom: 8rem !important;
    }

    .sp_pl_8rem {
        padding-left: 8rem !important;
    }

    .sp_pr_8rem {
        padding-right: 8rem !important;
    }

    .sp_mb_9rem {
        margin-bottom: 9rem !important;
    }

    .sp_mt_9rem {
        margin-top: 9rem !important;
    }

    .sp_p_9rem {
        padding: 9rem !important;
    }

    .sp_pt_9rem {
        padding-top: 9rem !important;
    }

    .sp_pb_9rem {
        padding-bottom: 9rem !important;
    }

    .sp_pl_9rem {
        padding-left: 9rem !important;
    }

    .sp_pr_9rem {
        padding-right: 9rem !important;
    }

    .sp_mb_10rem {
        margin-bottom: 10rem !important;
    }

    .sp_mt_10rem {
        margin-top: 10rem !important;
    }

    .sp_p_10rem {
        padding: 10rem !important;
    }

    .sp_pt_10rem {
        padding-top: 10rem !important;
    }

    .sp_pb_10rem {
        padding-bottom: 10rem !important;
    }

    .sp_pl_10rem {
        padding-left: 10rem !important;
    }

    .sp_pr_10rem {
        padding-right: 10rem !important;
    }

    .sp_mb_11rem {
        margin-bottom: 11rem !important;
    }

    .sp_mt_11rem {
        margin-top: 11rem !important;
    }

    .sp_p_11rem {
        padding: 11rem !important;
    }

    .sp_pt_11rem {
        padding-top: 11rem !important;
    }

    .sp_pb_11rem {
        padding-bottom: 11rem !important;
    }

    .sp_pl_11rem {
        padding-left: 11rem !important;
    }

    .sp_pr_11rem {
        padding-right: 11rem !important;
    }

    .sp_mb_12rem {
        margin-bottom: 12rem !important;
    }

    .sp_mt_12rem {
        margin-top: 12rem !important;
    }

    .sp_p_12rem {
        padding: 12rem !important;
    }

    .sp_pt_12rem {
        padding-top: 12rem !important;
    }

    .sp_pb_12rem {
        padding-bottom: 12rem !important;
    }

    .sp_pl_12rem {
        padding-left: 12rem !important;
    }

    .sp_pr_12rem {
        padding-right: 12rem !important;
    }

    .sp_mb_13rem {
        margin-bottom: 13rem !important;
    }

    .sp_mt_13rem {
        margin-top: 13rem !important;
    }

    .sp_p_13rem {
        padding: 13rem !important;
    }

    .sp_pt_13rem {
        padding-top: 13rem !important;
    }

    .sp_pb_13rem {
        padding-bottom: 13rem !important;
    }

    .sp_pl_13rem {
        padding-left: 13rem !important;
    }

    .sp_pr_13rem {
        padding-right: 13rem !important;
    }

    .sp_mb_14rem {
        margin-bottom: 14rem !important;
    }

    .sp_mt_14rem {
        margin-top: 14rem !important;
    }

    .sp_p_14rem {
        padding: 14rem !important;
    }

    .sp_pt_14rem {
        padding-top: 14rem !important;
    }

    .sp_pb_14rem {
        padding-bottom: 14rem !important;
    }

    .sp_pl_14rem {
        padding-left: 14rem !important;
    }

    .sp_pr_14rem {
        padding-right: 14rem !important;
    }

    .sp_mb_15rem {
        margin-bottom: 15rem !important;
    }

    .sp_mt_15rem {
        margin-top: 15rem !important;
    }

    .sp_p_15rem {
        padding: 15rem !important;
    }

    .sp_pt_15rem {
        padding-top: 15rem !important;
    }

    .sp_pb_15rem {
        padding-bottom: 15rem !important;
    }

    .sp_pl_15rem {
        padding-left: 15rem !important;
    }

    .sp_pr_15rem {
        padding-right: 15rem !important;
    }

    .sp_mb_16rem {
        margin-bottom: 16rem !important;
    }

    .sp_mt_16rem {
        margin-top: 16rem !important;
    }

    .sp_p_16rem {
        padding: 16rem !important;
    }

    .sp_pt_16rem {
        padding-top: 16rem !important;
    }

    .sp_pb_16rem {
        padding-bottom: 16rem !important;
    }

    .sp_pl_16rem {
        padding-left: 16rem !important;
    }

    .sp_pr_16rem {
        padding-right: 16rem !important;
    }

    .sp_mb_17rem {
        margin-bottom: 17rem !important;
    }

    .sp_mt_17rem {
        margin-top: 17rem !important;
    }

    .sp_p_17rem {
        padding: 17rem !important;
    }

    .sp_pt_17rem {
        padding-top: 17rem !important;
    }

    .sp_pb_17rem {
        padding-bottom: 17rem !important;
    }

    .sp_pl_17rem {
        padding-left: 17rem !important;
    }

    .sp_pr_17rem {
        padding-right: 17rem !important;
    }

    .sp_mb_18rem {
        margin-bottom: 18rem !important;
    }

    .sp_mt_18rem {
        margin-top: 18rem !important;
    }

    .sp_p_18rem {
        padding: 18rem !important;
    }

    .sp_pt_18rem {
        padding-top: 18rem !important;
    }

    .sp_pb_18rem {
        padding-bottom: 18rem !important;
    }

    .sp_pl_18rem {
        padding-left: 18rem !important;
    }

    .sp_pr_18rem {
        padding-right: 18rem !important;
    }

    .sp_mb_19rem {
        margin-bottom: 19rem !important;
    }

    .sp_mt_19rem {
        margin-top: 19rem !important;
    }

    .sp_p_19rem {
        padding: 19rem !important;
    }

    .sp_pt_19rem {
        padding-top: 19rem !important;
    }

    .sp_pb_19rem {
        padding-bottom: 19rem !important;
    }

    .sp_pl_19rem {
        padding-left: 19rem !important;
    }

    .sp_pr_19rem {
        padding-right: 19rem !important;
    }

    .sp_mb_20rem {
        margin-bottom: 20rem !important;
    }

    .sp_mt_20rem {
        margin-top: 20rem !important;
    }

    .sp_p_20rem {
        padding: 20rem !important;
    }

    .sp_pt_20rem {
        padding-top: 20rem !important;
    }

    .sp_pb_20rem {
        padding-bottom: 20rem !important;
    }

    .sp_pl_20rem {
        padding-left: 20rem !important;
    }

    .sp_pr_20rem {
        padding-right: 20rem !important;
    }
}

.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_bold {
    font-weight: 700;
}

.text_normal {
    font-weight: normal;
}

.text_medium {
    font-weight: 500;
}

.text_white {
    color: #fff;
}

.text_green {
    color: #43964e;
}

.text_alpha {
    font-family: "Cabin", Helvetica, Arial, "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
}

@media only screen and (max-width: 623px) {
    .text_center_sp {
        text-align: center;
    }

    .text_left_sp {
        text-align: left;
    }

    .text_right_sp {
        text-align: right;
    }
}

.fo_4_5 {
    font-size: 4.5rem !important;
}

.line-h_4_5 {
    line-height: 4.5;
}

.fo_4_2 {
    font-size: 4.2rem !important;
}

.line-h_4_2 {
    line-height: 4.2;
}

.fo_4 {
    font-size: 4rem !important;
}

.line-h_4 {
    line-height: 4;
}

.fo_3_6 {
    font-size: 3.6rem !important;
}

.line-h_3_6 {
    line-height: 3.6;
}

.fo_3_4 {
    font-size: 3.4rem !important;
}

.line-h_3_4 {
    line-height: 3.4;
}

.fo_3_3 {
    font-size: 3.3rem !important;
}

.line-h_3_3 {
    line-height: 3.3;
}

.fo_3_2 {
    font-size: 3.2rem !important;
}

.line-h_3_2 {
    line-height: 3.2;
}

.fo_3 {
    font-size: 3rem !important;
}

.line-h_3 {
    line-height: 3;
}

.fo_2_8 {
    font-size: 2.8rem !important;
}

.line-h_2_8 {
    line-height: 2.8;
}

.fo_2_6 {
    font-size: 2.6rem !important;
}

.line-h_2_6 {
    line-height: 2.6;
}

.fo_2_4 {
    font-size: 2.4rem !important;
}

.line-h_2_4 {
    line-height: 2.4;
}

.fo_2_3 {
    font-size: 2.3rem !important;
}

.line-h_2_3 {
    line-height: 2.3;
}

.fo_2_2 {
    font-size: 2.2rem !important;
}

dl.fo_2_2>dt {
    font-size: 2.2rem !important;
}

.line-h_2_2 {
    line-height: 2.2;
}

.fo_2 {
    font-size: 2rem !important;
}

.line-h_2 {
    line-height: 2;
}

.fo_1_9 {
    font-size: 1.9rem !important;
}

.line-h_1_9 {
    line-height: 1.9;
}

.fo_1_8 {
    font-size: 1.8rem !important;
}

.line-h_1_8 {
    line-height: 1.8;
}

.fo_1_7 {
    font-size: 1.7rem !important;
}

.line-h_1_7 {
    line-height: 1.7;
}

.fo_1_6 {
    font-size: 1.6rem !important;
}

.line-h_1_6 {
    line-height: 1.6;
}

.fo_1_5 {
    font-size: 1.5rem !important;
}

.line-h_1_5 {
    line-height: 1.5;
}

.fo_1_4 {
    font-size: 1.4rem !important;
}

.line-h_1_4 {
    line-height: 1.4;
}

.fo_1_3 {
    font-size: 1.3rem !important;
}

.line-h_1_3 {
    line-height: 1.3;
}

.fo_1_2 {
    font-size: 1.2rem !important;
}

.line-h_1_2 {
    line-height: 1.2;
}

.fo_1_1 {
    font-size: 1.1rem !important;
}

.line-h_1_1 {
    line-height: 1.1;
}

.fo_1 {
    font-size: 1rem !important;
}

.line-h_1 {
    line-height: 1;
}

.fo_0_9 {
    font-size: 0.9rem !important;
}

.line-h_0_9 {
    line-height: 0.9;
}

.fo_0 {
    font-size: 0rem !important;
}

.line-h_0 {
    line-height: 0;
}

@media only screen and (max-width: 623px) {
    .sp_fo_4_5 {
        font-size: 4.5rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_4_2 {
        font-size: 4.2rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_4 {
        font-size: 4rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_3_6 {
        font-size: 3.6rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_3_4 {
        font-size: 3.4rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_3_3 {
        font-size: 3.3rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_3_2 {
        font-size: 3.2rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_3 {
        font-size: 3rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2_8 {
        font-size: 2.8rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2_6 {
        font-size: 2.6rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2_4 {
        font-size: 2.4rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2_3 {
        font-size: 2.3rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2_2 {
        font-size: 2.2rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_2 {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_9 {
        font-size: 1.9rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_8 {
        font-size: 1.8rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_7 {
        font-size: 1.7rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_6 {
        font-size: 1.6rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_5 {
        font-size: 1.5rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_4 {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_3 {
        font-size: 1.3rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_2 {
        font-size: 1.2rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1_1 {
        font-size: 1.1rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_1 {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_0_9 {
        font-size: 0.9rem !important;
    }
}

@media only screen and (max-width: 623px) {
    .sp_fo_0 {
        font-size: 0rem !important;
    }
}

.p_relative {
    position: relative;
}

.p_absolute {
    position: absolute;
}

.container {
    box-sizing: border-box;
}

.container.responsive_width,
.container .responsive_width {
    max-width: 1300px;
    margin: auto;
}

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

    .container.responsive_width,
    .container .responsive_width {
        max-width: 750px;
    }
}

@media only screen and (max-width: 623px) {
    .container .pc_only {
        display: none !important;
    }
}

.container .sp_only {
    display: none;
}

@media only screen and (max-width: 623px) {
    .container .sp_only {
        display: block !important;
    }
}

.responsive_width_1120 {
    max-width: 1120px;
    margin: auto;
}

.responsive_width_800 {
    max-width: 800px;
    margin: auto;
}

.responsive_width_750 {
    max-width: 750px;
    margin: auto;
}

.bg_pattern {
    background: url(../images/bg_pattern.svg);
    padding: 4rem 2rem;
}

.logo {
    width: 160px;
}

@media only screen and (max-width: 623px) {
    .logo {
        width: 80px;
    }
}

.page_title._side-icon {
    position: relative;
}

.page_title._side-icon img {
    position: relative;
    z-index: 1;
}

.page_title._side-icon:before {
    content: "";
    background: url(../images/kv_part_left.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 218px;
    height: 152px;
    position: absolute;
    bottom: -1rem;
    left: -45%;
    right: 0;
    margin: auto;
}

@media only screen and (max-width: 623px) {
    .page_title._side-icon:before {
        display: none;
    }
}

.page_title._side-icon::after {
    content: "";
    background: url(../images/kv_part_right.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 202px;
    height: 142px;
    bottom: -1rem;
    right: -45%;
    left: 0;
    margin: auto;
}

@media only screen and (max-width: 623px) {
    .page_title._side-icon::after {
        display: none;
    }
}

.page_title ._title_bubble {
    position: relative;
    text-align: center;
}

.page_title ._title_bubble span {
    position: relative;
    z-index: 1;
    padding: 1rem 2.5rem;
    background-color: #43964e;
    border-radius: 3rem;
}

@media only screen and (max-width: 623px) {
    .page_title ._title_bubble span {
        padding: 0.5rem 2rem;
    }
}

.page_title ._title_bubble span:before {
    content: "";
    background: url(../images/logo_bousai_bubble.svg);
    background-size: cover;
    width: 15px;
    height: 13px;
    position: absolute;
    bottom: -0.8rem;
    left: 2rem;
}

@media only screen and (max-width: 623px) {
    .page_title ._title_bubble span:before {
        left: 3rem;
    }
}

.page_title ._title_logo img {
    width: 260px;
}

@media only screen and (max-width: 623px) {
    .page_title ._title_logo img {
        width: 130px;
    }
}

.sec_bubble {
    position: relative;
}

.sec_bubble:before {
    content: "";
    background: url(../images/bubble_left_01.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 27px;
    margin-right: 1rem;
}

@media only screen and (max-width: 623px) {
    .sec_bubble:before {
        width: 1.2rem;
        height: 1.8rem;
    }
}

.sec_bubble::after {
    content: "";
    background: url(../images/bubble_right_01.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 27px;
    margin-left: 1rem;
}

@media only screen and (max-width: 623px) {
    .sec_bubble::after {
        width: 1.2rem;
        height: 1.8rem;
    }
}

.sec_bubble._item-center {
    display: flex;
    justify-items: center;
}

@media only screen and (max-width: 623px) {
    .sec_bubble._item-center {
        justify-content: center;
    }

    .sec_bubble._item-center:before,
    .sec_bubble._item-center::after {
        background-size: auto;
        background-position: center;
    }
}

.sec_bubble._center {
    display: flex;
    justify-items: center;
    justify-content: center;
}

@media only screen and (max-width: 623px) {
    .sec_bubble._center {
        justify-content: center;
        align-items: flex-end;
    }

    .sec_bubble._center:before,
    .sec_bubble._center::after {
        background-size: auto;
        background-position: center;
    }
}

@media only screen and (max-width: 623px) {
    #index_wrap .character_pit-01 {
        width: 42px;
    }
}

#index_wrap .character_bubble {
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    background-color: #43964e;
    border-radius: 3rem;
    letter-spacing: 0.08em;
    margin-left: 2rem;
}

#index_wrap .character_bubble:before {
    content: "";
    background: url(../images/kv_bubble_01.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: -1.5rem;
    margin: auto;
}

@media only screen and (max-width: 623px) {
    #index_wrap .character_bubble:before {
        width: 25px;
        height: 25px;
        left: -1rem;
    }
}

@media only screen and (max-width: 623px) {
    #index_wrap .character_bubble {
        padding: 0.6rem 1rem;
        margin-left: 1.5rem;
    }
}

#index_wrap .main_title {
    position: relative;
}

#index_wrap .main_title img {
    position: relative;
    z-index: 1;
    max-width: 70%;
}

@media only screen and (max-width: 623px) {
    #index_wrap .main_title img {
        max-width: 85%;
    }
}

#index_wrap .main_title:before {
    content: url(../images/kv_part_left.svg);
    display: inline-block;
    width: 245px;
    height: 206px;
    position: absolute;
    bottom: 0;
    left: -5rem;
}

@media only screen and (max-width: 623px) {
    #index_wrap .main_title:before {
        content: url(../images/kv_part_left_sp.svg);
        width: 74px;
        height: 88px;
        left: 0;
        bottom: -3rem;
    }
}

#index_wrap .main_title::after {
    content: url(../images/kv_part_right.svg);
    display: inline-block;
    position: absolute;
    width: 238px;
    height: 204px;
    bottom: 0;
    right: -5rem;
}

@media only screen and (max-width: 623px) {
    #index_wrap .main_title::after {
        content: url(../images/kv_part_right_sp.svg);
        width: 70px;
        height: 92px;
        right: 0;
        bottom: -3rem;
    }
}

#question_wrap {
    min-height: 100vh;
}

#question_wrap .question_area {
    position: relative;
}

#question_wrap .q_progress {
    background-color: #000;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    z-index: 1;
}

@media only screen and (max-width: 623px) {
    #question_wrap .q_progress {
        width: 5rem;
        height: 5rem;
    }
}

#question_wrap .q_progress>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1;
    height: 1em;
}

@media only screen and (max-width: 623px) {
    #question_wrap #question {
        min-height: 3.6em;
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
}

#question_wrap .a_btn._circle {
    line-height: 1;
}

#question_wrap .a_btn._circle::before {
    content: "";
    background: url(../images/parts_circle.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._circle:hover {
        color: #fff;
        background-color: #43964e;
        border: 1px solid #43964e;
        opacity: 1;
    }
}

#question_wrap .a_btn._circle:hover::before {
    content: "";
    background: url(../images/parts_circle_black.svg) no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._circle:hover::before {
        background: url(../images/parts_circle.svg) no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._circle:active {
        background-color: #fff;
        border: 1px solid #43964e;
        color: #000;
    }

    #question_wrap .a_btn._circle:active::before {
        background: url(../images/parts_circle_black.svg) no-repeat;
        background-size: cover;
    }
}

#question_wrap .a_btn._cross {
    line-height: 1;
}

#question_wrap .a_btn._cross::before {
    content: "";
    background: url(../images/parts_cross.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._cross:hover {
        color: #fff;
        background-color: #43964e;
        border: 1px solid #43964e;
        opacity: 1;
    }
}

#question_wrap .a_btn._cross:hover::before {
    content: "";
    background: url(../images/parts_cross_black.svg) no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._cross:hover::before {
        background: url(../images/parts_cross.svg) no-repeat;
        background-size: cover;
    }
}

@media only screen and (max-width: 623px) {
    #question_wrap .a_btn._cross:hover:active {
        background-color: #fff;
        border: 1px solid #43964e;
        color: #000;
    }

    #question_wrap .a_btn._cross:hover:active::before {
        background: url(../images/parts_cross_black.svg) no-repeat;
        background-size: cover;
    }
}

#question_wrap .character_pit-02 {
    width: 115px;
}

@media only screen and (max-width: 623px) {
    #question_wrap .character_pit-02 {
        width: 66px;
    }
}

#question_wrap .responsive_width_750 {
    position: relative;
    margin-top: -3rem;
}

@media only screen and (max-width: 623px) {
    #question_wrap .responsive_width_750 {
        margin-top: -2rem;
    }
}

#question_wrap .meter_area_box {
    width: calc(100% - 130px);
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box {
        width: 100%;
    }
}

#question_wrap .meter_area_box .meter_area {
    position: relative;
    width: 160px;
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box .meter_area {
        position: absolute;
        top: -3rem;
        left: 1rem;
        width: auto;
        padding: 0 1.5rem 0 2rem;
        transform: rotate(15deg);
    }
}

#question_wrap .meter_area_box .meter_area:before {
    content: "";
    background: url(../images/bubble_up_01.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 27px;
    height: 18px;
    position: absolute;
    top: -1rem;
    left: 0;
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box .meter_area:before {
        background: url(../images/bubble_left_01.svg) no-repeat;
        background-position: center;
        width: 1.2rem;
        height: 1.8rem;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

#question_wrap .meter_area_box .meter_area::after {
    content: "";
    background: url(../images/bubble_under_01.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 27px;
    height: 18px;
    position: absolute;
    bottom: -2rem;
    left: 0;
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box .meter_area::after {
        background: url(../images/bubble_right_01.svg) no-repeat;
        background-position: center;
        width: 1.2rem;
        height: 1.8rem;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        margin: auto;
    }
}

#question_wrap .meter_area_box .q_progress_rest {
    letter-spacing: -0.02em;
    margin-right: 0.02em;
}

#question_wrap .meter_area_box .progress_box {
    width: calc(100% - 180px);
    height: 3rem;
    background-color: #dbdbdb;
    border-radius: 5rem;
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box .progress_box {
        margin-top: 2rem;
        width: 100%;
        height: 2rem;
    }
}

#question_wrap .meter_area_box .progress_box .progress-bar {
    height: 3rem;
    background-color: #43964e;
    border-radius: 5rem 0 0 5rem;
}

@media only screen and (max-width: 623px) {
    #question_wrap .meter_area_box .progress_box .progress-bar {
        height: 2rem;
    }
}

.container {
    width: 100%;
    margin: 0 auto;
}

#data_area {
    display: none;
}

.text_maker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.result_main_sns {
    position: relative;
}

@media only screen and (max-width: 623px) {
    .result_main_sns {
        width: 90%;
    }
}

.result_main_sns .result_main_sns_link {
    position: relative;
    z-index: 2;
}

.result_main_sns .character_pit-03 {
    position: absolute;
    left: -3.5rem;
    bottom: -1rem;
}

@media only screen and (max-width: 623px) {
    .result_main_sns .character_pit-03 {
        left: -2rem;
    }

    .result_main_sns .character_pit-03 img {
        width: 58px;
    }
}

@media only screen and (max-width: 623px) {
    .score_list_wrap .score_list {
        width: calc(4rem * 5);
        margin: auto;
    }
}

.score_list_wrap .score_list dt {
    width: 13em;
}

@media only screen and (max-width: 768px) {
    .score_list_wrap .score_list dt {
        width: 9em;
    }
}

@media only screen and (max-width: 623px) {
    .score_list_wrap .score_list dt {
        width: 100%;
        display: inline-flex;
    }
}

.score_list_wrap .score_list dt img {
    margin-right: 1rem;
    vertical-align: sub;
}

@media only screen and (max-width: 623px) {
    .score_list_wrap .score_list dt img {
        width: 1.7rem;
    }
}

.score_list_wrap .score_list dd {
    width: calc(100% - 14em);
    max-width: 640px;
    padding-left: 1.5rem;
}

@media only screen and (max-width: 768px) {
    .score_list_wrap .score_list dd {
        width: calc(100% - 9em);
    }
}

@media only screen and (max-width: 623px) {
    .score_list_wrap .score_list dd {
        width: 100%;
        padding: 0;
    }
}

.score_list_wrap .score_list dd .score_item {
    padding: 0 0.8rem;
}

@media only screen and (max-width: 623px) {
    .score_list_wrap .score_list dd .score_item {
        padding: 0 0.5rem;
    }

    .score_list_wrap .score_list dd .score_item img {
        width: 3rem;
    }
}

.link_list_wrap .link_list .link_item {
    position: relative;
    width: 9rem;
}

@media only screen and (max-width: 623px) {
    .link_list_wrap .link_list .link_item {
        width: 100%;
    }
}

.link_list_wrap .link_list .link_item .link_balloon {
    display: none;
}

@media only screen and (max-width: 623px) {
    .link_list_wrap .link_list .link_item .link_balloon {
        display: none;
    }
}

.link_list_wrap .link_list .link_item:hover .link_balloon {
    display: block;
    position: absolute;
    margin: auto;
    width: 21.8rem;
    height: 8rem;
    top: -8.5rem;
    left: -6.5rem;
    text-align: center;
}

.link_list_wrap .link_list .link_item:hover .link_balloon img {
    max-width: none;
    max-height: 8rem;
}

@media only screen and (max-width: 623px) {
    .link_list_wrap .link_list .link_item:hover .link_balloon {
        display: none;
    }
}

@media only screen and (max-width: 623px) {
    .link_list_wrap .link_list .link_item .link_badge {
        width: 6rem;
    }

    .link_list_wrap .link_list .link_item .sp_only {
        max-width: calc(100% - 6rem);
        padding-left: 1rem;
    }

    dl.fo_2_2>dt {
        font-size: 1.4rem !important;
    }
}

section {
    margin-top: 0 !important;
}