@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html, body {
    width: 100%;
    overflow-x: hidden;
}
html {
    font-size: 62.5%;
    font-feature-settings: "palt";
}
@media print {
    body {
        zoom: 75%;
    }
}
/*@media screen and (max-width: 1370px) {
    html {
        font-size: 0.8vw;
    }
}*/
@media screen and (max-width: 960px) {
    html {
        font-size: 1.3vw;
    }
}
@media screen and (max-width: 680px) {
    html {
        font-size: 2.1vw;
    }
}
body {
    background-color: #fff;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #212121;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-text-size-adjust: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.7;
}
a {
    text-decoration: none;
    transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
    color: #212121;
}
label {
    cursor: pointer;
}
input, select, textarea, button {
    margin: 0;
    vertical-align: middle;
    font-family: inherit;
    outline: none;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
iframe {
    vertical-align: middle;
}
@media screen and (max-width: 960px) {
    img {
        max-width: 100%;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    iframe {
        max-width: 100%;
        height: 200px;
    }
}
@media screen and (min-width: 1200px), print {
    a.tel_link[href^="tel:"] {
        pointer-events: none;
    }
}
/*色変数 var_____*/ :root {
    --col_btn: #d0002b;
    --col_btn_back: #898989;
    --col_main: #d0002b;
    --col_radio: #36404e;
    --col_check: #36404e;
    --col_gray: #f7f7f7;
}
/* pc / tab / sp
============================================================================================================ */
.sp {
    display: none;
}
.pc {
    display: block;
}
.tab {
    display: none;
}
.pc_tab {
    display: block;
}
.tab_sp {
    display: none;
}
@media screen and (max-width: 960px) {
    .pc {
        display: none !important;
    }
    .tab {
        display: block !important;
    }
    .sp {
        display: none;
    }
    .tab_sp {
        display: block !important;
    }
}
@media screen and (max-width: 480px) {
    .tab {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .pc_tab {
        display: none !important;
    }
    .tab_sp {
        display: block !important;
    }
}
/* sp
============================================================================================================ */
@media screen and (max-width: 960px) {
    *[data-label] img {
        display: none;
    }
    *[data-label]:before {
        content: attr(data-label);
    }
    *[data-label-r]:after {
        content: attr(data-label-r);
    }
}
/* w
============================================================================================================ */
.w {
    position: relative;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
/* ヘッダー
============================================================================================================ */
#header {
    padding-left: 2vw;
    font-size: 1.7rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fcfaf0;
    box-sizing: border-box;
}

#header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* footer
============================================================================================================ */

/* copyright
------------------------------------------------------------- */
.copyright {
    display: block;
    margin-top: 100px;
    font-size: 1.2rem;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .copyright {
        display: block;
        margin-top: 30px;
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
        margin-right: 0;
    }
}

/* コンテナ
============================================================================================================ */
#container {
    position: relative;
    font-size: 1.6rem;
    padding-top: 100px;
}
@media screen and (max-width: 960px) {
    #container {
        font-size: 1.4rem;
        padding-top: 60px;
    }
}
.f_16 {
    font-size: 16px;
}
.f_14 {
    font-size: 14px;
}
/* section
============================================================================================================ */
@media screen and (max-width: 1000px) {
    .sp_section_ {
        max-width: 95%;
        margin: auto;
    }
    .sp_section_s {
        max-width: 90%;
        margin: auto;
    }
}
.section_ll + .section_ll {
    margin-top: 9rem;
}
.section_l + .section_l {
    margin-top: 6rem;
}
.section_m + .section_m {
    margin-top: 5rem;
}
.section_s + .section_s {
    margin-top: 3rem;
}
@media screen and (max-width: 480px) {
    .section_ll + .section_ll {
        margin-top: 8rem;
    }
    .section_l + .section_l {
        margin-top: 5rem;
    }
    .section_m + .section_m {
        margin-top: 3rem;
    }
    .section_s + .section_s {
        margin-top: 2.5rem;
    }
}
/* padding
============================================================================================================ */
.pd_l {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.pd_m {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.pd_s {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media screen and (max-width: 480px) {
    .pd_l {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .pd_m {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pd_s {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
}
/* btn
============================================================================================================ */
.btn > * {
    display: inline-flex;
    border: solid 1px var(--col_main);
    padding: 15px 20px;
    color: var(--col_main);
    transition: 0.3s;
    box-sizing: border-box;
}
.btn > *:hover {
    border: solid 1px var(--col_main);
    background: var(--col_main);
    color: #fff;
    opacity: 1 !important;
}
/*arrow
-------------------------------------*/
.btn_arrow {
    position: relative;
    padding: 15px 50px;
}
.btn_arrow:before {
    content: "";
    background: url("../images/btn_arrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 0;
    transform: translate(-0%, -50%);
}
.btn_arrow:hover:before {
    background: url("../images/btn_arrow_ff.svg") no-repeat;
    background-size: contain;
}
/*btn size
----------------------------------------------------------------------------------------------------------------*/
.btn_s > * {
    width: 10rem;
    display: block;
}
.btn_m > * {
    width: 8rem;
    display: block;
}
.btn_l > * {
    width: 6rem;
    display: block;
}
/*ボタンの位置*/
.btn_center {
    margin: auto;
}
@media screen and (max-width: 960px) {
    .btn_tabsp_center {
        margin: auto;
    }
}
@media screen and (max-width: 960px) {
    .btn_sp_center {
        margin: auto;
    }
}
/* title
============================================================================================================ */
.title_ll {
    font-size: 3.3rem;
}
.title_l {
    font-size: 3.0rem;
}
.title_ml {
    font-size: 2.4rem;
}
.title_m {
    font-size: 2.2rem;
}
.title_ms {
    font-size: 2.0rem;
}
.title_s {
    font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
    .title_l {
        font-size: 2.4rem;
    }
    .title_ml {
        font-size: 2.2rem;
    }
    .title_m {
        font-size: 2.0rem;
    }
    .title_ms {
        font-size: 1.8rem;
    }
    .title_s {
        font-size: 1.6rem;
    }
}
/* table
============================================================================================================ */
table.basic {
    width: 100%;
    border: 1px solid #d9d9d9;
    line-height: 1.6;
    table-layout: fixed;
}
table.basic th, table.basic td {
    padding: 0.6em 1em;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
}
table.basic th {
    background: #f2f2f2;
}
table.basic.th_center th {
    text-align: center;
    font-weight: bold;
}
table.basic.td_cetner td {
    text-align: center;
}
table.basic.td_right td {
    text-align: right;
}
table.border_none td, table.border_none th {
    padding-bottom: 20px;
}
table.basic.border_c th, table.basic.border_c td {
    border: 1px solid #231815 !important;
}
@media screen and (max-width: 960px) {
    table.basic {
        border-width: 2px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    table.basic th, table.basic td {
        padding: 0.5em;
    }
    table.basic th {
        width: 10%;
    }
    table.basic td {
        width: 20%;
    }
    table.form th, table.form td {
        display: block;
        border-right: none;
        padding: 10px;
    }
    table.form td {
        background: none !important;
    }
}
table .w10 {
    width: 10%;
}
table .w15 {
    width: 15%;
}
table .w20 {
    width: 20%;
}
table .w25 {
    width: 25%;
}
table .w30 {
    width: 30%;
}
table .w35 {
    width: 35%;
}
table .w40 {
    width: 40%;
}
table .w45 {
    width: 45%;
}
table .w50 {
    width: 50%!important;
}
table .w50_sp100 {
    width: 50%!important;
}
@media screen and (max-width: 960px) {
table .w50_sp100 {
    width: 100%!important;
}
}
/* li
============================================================================================================ */
/* square
------------------------------------------------------------- */
ul.square li {
    position: relative;
    padding-left: 1em;
}
ul.square li:before {
    content: "■";
    position: absolute;
    left: 0;
}
/* circle
------------------------------------------------------------- */
ul.circle li {
    position: relative;
    padding-left: 1em;
}
ul.circle li:before {
    content: "●";
    position: absolute;
    left: 0;
}
/* asterisk
------------------------------------------------------------- */
ul.asterisk li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
ul.asterisk li:before {
    content: "＊";
    position: absolute;
    left: 0;
}
/* disc
------------------------------------------------------------- */
ul.disc li {
    position: relative;
    padding-left: 1em;
}
ul.disc li:before {
    content: "・";
    position: absolute;
    left: 0;
}
/* notes
------------------------------------------------------------- */
ul.notes li {
    position: relative;
    padding-left: 1em;
}
ul.notes li:before {
    content: "※";
    position: absolute;
    left: 0;
}
/* decimal
------------------------------------------------------------- */
ol.decimal {
    list-style-type: decimal;
}
ol.decimal li {
    margin-left: 2em;
}
/* parentheses
------------------------------------------------------------- */
ol.parentheses li {
    position: relative;
    padding-left: 2em;
}
ol.parentheses li .num {
    position: absolute;
    left: 0;
}
/* img
============================================================================================================ */
.ofi {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.ofi.cont {
    object-fit: contain;
    font-family: 'object-fit: contain;'
}
/* background
============================================================================================================ */
/* background
============================================================================================================ */