@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
  padding: 0;
}
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.5vw;
    }
}
@media screen and (max-width: 680px) {
    html {
        font-size: 2.0vw;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 2.8vw;
    }
}
body {
    /*background-color: #fff;*/
    background: #f1f5f9;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
    font-family: "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    -webkit-text-size-adjust: 100%;
}
.font-noto_serif {
   font-family: "Noto Serif JP"; 
}
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;
}
@media screen and (max-width: 1024px) {
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        outline: none !important;
    } /*青い線の削除*/
    a:focus {
        outline: none !important;
    }
    a *:active, a *:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
        outline: none !important;
    }
}
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;
}

.link_style {
    text-decoration: underline;
    color: var(--col_main);
}
.link_style:hover {
    text-decoration: none;
}
.link_style_list a {
    text-decoration: underline;
    color: var(--col_main);
}
.link_style_list a:hover {
    text-decoration: underline;
    color: var(--col_main);
}

/* pc / tab / sp
============================================================================================================ */
.sp {
    display: none;
}
.sp_68 {
    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: 680px) {
.sp_68 {
    display: block;
}

}
@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: 434px; 
  margin: 0 auto;
  padding: 1em;
}
.w_pd0 {
  position: relative;
  display: block;
  max-width: 466px; 
  margin: 0 auto;  
}
/* ヘッダー
============================================================================================================ */
#header {
    padding-left: 2vw;
    font-size: 1.4rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    box-sizing: border-box;
}
#header .head {
    display: flex;
    justify-content: space-between;
}
/* logo */
#header .logo {
    margin-top: 15px;
    width: auto;
    position: relative;
}
@media screen and (max-width: 960px) {
    #header {
        height: 60px;
        padding-left: 5vw;
    }
    #header .logo {
        margin-top: 0;
    }
}
/* globalnavi */
@media screen and (min-width:961px), print {
    #header nav #global {
        display: flex;
        margin-right: 150px;
    }
    #header nav #global > li {
        position: relative;
        z-index: 2;
    }
    #header nav #global > li a {
        display: flex;
        align-items: center;
        padding: 0 1.5vw;
        height: 100px;
        position: relative;
    }
    #header nav #global > li a:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 0px;
        background: #349B13;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    #header nav #global > li a:hover {
        opacity: 0.9;
    }
    #header nav #global > li:hover a:after /*, #header nav #global > li.open a:after */ {
        bottom: 0px;
        opacity: 1;
        visibility: visible;
        height: 5px;
    }
    #header nav #global > li.navi_color a {
        padding: 0 2vw;
        background: #EAEAEA;
        transition: all 0.5s linear;
    }
    #header nav #global > li.navi_color a:after {
        content: none;
    }
    #header nav #global > li.navi_color a:before {
        content: "";
        position: relative;
        margin: auto;
        top: 0;
        bottom: 0;
        left: -6px;
        width: 4px;
        height: 4px;
        border-top: 1px solid #349B13;
        border-right: 1px solid #349B13;
        transform: rotate(45deg);
    }
    #header nav #global > li.navi_color a:hover {
        background: #E0DFDE;
    }
    #header nav #global ul {
        position: absolute;
        left: 0;
        top: 90px; /*高さ-10px*/
        height: 0;
        overflow: hidden;
        opacity: 0;
        z-index: 10;
        min-width: 100%;
        transition: all 0.15s ease;
    }
    #header nav #global ul li + li {
        border-top: 1px solid #ccc;
    }
    #header nav #global ul li a {
        background: #EAEAEA;
        padding: 1em 1.5em;
        height: auto;
        min-width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
    }
    #header nav #global ul li a:after {
        content: none;
    }
    #header nav #global ul li a:hover {
        background: #063306;
        color: #fff;
        opacity: 1;
    }
    #header nav #global li:hover ul {
        overflow: visible;
        opacity: 1;
        height: auto;
        top: 100px;
    }
    #header nav .nav_down {
        display: none;
    }
}
@media screen and (max-width: 960px) {
    #header nav #global {
        display: block;
        margin-right: 0;
        font-size: 1.4rem;
    }
    #header nav {
        position: fixed;
        overflow: hidden;
        height: -webkit-calc(100% - 60px);
        height: calc(100% - 60px);
        top: 60px;
        right: 0;
        width: 0;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #header nav > div {
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #header nav > div > div {
        height: 100%;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.90);
        pointer-events: auto;
    }
    #header nav #global > li {
        position: relative;
        border-bottom: 1px solid #444;
    }
    #header nav #global > li a {
        display: block;
        padding: 1.25em 2em;
        height: auto;
        position: relative;
        color: #fff;
        text-align: center;
    }
    #header nav #global > li a:after {
        content: "";
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 12px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
    }
    #header nav #global > li.has_snav > a:after {
        content: none;
    }
    #header nav #global ul {
        background: rgba(50, 50, 50, 0.90);
        height: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #header nav #global ul.open {
        height: auto;
        visibility: visible;
        opacity: 1;
    }
    #header nav #global ul li {
        border-top: 1px solid #444;
    }
    /* plus icon */
    #header nav .nav_down {
        position: absolute;
        right: 0;
        top: 25px;
        width: 40px;
        height: 60px;
        margin-top: -26px;
        z-index: 10;
    }
    #header nav #global .has_snav > .nav_down:after {
        content: "";
        display: block;
        position: absolute;
        left: auto;
        bottom: auto;
        right: 9px;
        top: 50%;
        width: 13px;
        height: 1px;
        margin-top: -1px;
        background-color: #fff;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #header nav #global .has_snav > .nav_down:before {
        content: "";
        display: block;
        position: absolute;
        left: auto;
        bottom: auto;
        right: 15px;
        top: 50%;
        width: 1px;
        height: 13px;
        background-color: #fff;
        margin-top: -7px;
    }
    #header nav #global .has_snav > .nav_down.open:before {
        transform: translateY(0) rotate(90deg);
    }
}
/* nav ハンバーガー
------------------------------------------------------------- */
#header nav {}
#header .nav_btn {
    display: none;
}
@media screen and (max-width: 960px) {
    #header .nav_btn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    #header .nav_btn span {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        z-index: 2;
    }
    #header .nav_btn:before, #header .nav_btn span:before, #header .nav_btn span:after {
        content: "";
        position: absolute;
        left: 15px;
        right: 15px;
        top: 50%;
        height: 2px;
        margin-top: -1px;
        background-color: #212121;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    #header .nav_btn span:before {
        transform: translateY(-8px);
    }
    #header .nav_btn span:after {
        transform: translateY(8px);
    }
    /* open */
    #header.open nav {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }
    #header.open .nav_btn:before {
        opacity: 0;
    }
    #header.open .nav_btn span:before {
        transform: translateY(0) rotate(45deg);
    }
    #header.open .nav_btn span:after {
        transform: translateY(0) rotate(-45deg);
    }
}
/* fixed
------------------------------------------------------------- */
#header.fixed {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.12);
}
@media print {
    #header {
        position: relative !important;
    }
    #header.fixed {
        position: relative !important;
    }
}
/* footer
============================================================================================================ */
footer {
    background: #333333;
    color: #fff;
    font-size: 1.6rem;
    padding: 3.5em 1em 1em 1em;
    max-width: 434px;
    margin: 0 auto;
}
footer .foot_area {
    display: flex;
}
footer .foot_nav ul {
    display: flex;
}
footer .foot_nav ul li {
    padding: 0 1.5em;
    margin-bottom: 0.5em;
}
footer .foot_nav ul li a {
    color: #ddd;
}
footer .foot_nav ul li a:hover {
    opacity: 0.8;
}
footer .foot_info .foot_logo {
    margin-bottom: 10px;
}
footer .foot_info .foot_logo img {
    width: auto;
    height: auto;
}

div.message_box p.message_text{
    font-size: 1.8rem;
    line-height: 2em;
}
div.message_box p.tel_text{
    font-size: 4rem;
    font-family: "Noto Serif JP";
    font-weight: 600;
    line-height: 1.4em;
}

div.message_box p.tel_text a{
    color: #fff!important;
}
div.address_box p.company_name {
  font-size: 2.4rem;
    font-family: "Noto Serif JP";
    font-weight: 600;
}
div.address_box p.company_name span{
  font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: 600;
    color: #999999;
    display: block;
}
div.address_box p.address_text{
  font-size: 1.4rem;
    font-family: "Noto Serif JP";
}
@media screen and (max-width: 960px) {
   /* footer {
        padding: 45px 0;
    }
    footer .foot_area {
        display: block;
    }
    footer .foot_nav {
        width: 100%;
        margin-bottom: 40px;
    }
    footer .foot_nav ul {
        justify-content: center;
    }
    footer .foot_info p {
        ;
        display: flex;
        justify-content: center;
    }
    footer .foot_info .foot_logo img {
        width: 280px;
        height: auto;
    }*/
}
/* copyright
------------------------------------------------------------- */
.copyright {
    display: block;
    margin-top: 20px;
    font-size: 1.2rem;
}
@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;
    }
}
/* .page_top
------------------------------------------------------------- */
.page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.page_top a {
    display: block;
    background: #3BAF1B;
    width: 75px;
    height: 75px;
    position: relative;
}
.page_top a:hover {
    opacity: 0.8;
}
.page_top a:after {
    position: absolute;
    content: "";
    vertical-align: middle;
    right: 0;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
    .page_top a {
        width: 50px;
        height: 48px;
    }
}
.topic_path li {
    display: inline-block;
}
.topic_path li a:after {
    content: ">";
    margin-left: 5px;
}
@media screen and (min-width: 961px), print {
    .topic_path {
        margin-top: 53px;
        font-size: 1.2rem;
        background: #ffffff;
        padding: 7px 0;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
    }
}
/*topic_path sp */
@media screen and (max-width: 960px) {
    /*追従あり*/
    .topic_path {
        padding: 7px 15px;
        margin-top: 0em;
        margin-bottom: 0;
        position: relative;
        z-index: 1;
        white-space: nowrap;
        height: 20px;
        overflow: hidden;
        font-size: 1.2rem;
        -webkit-overflow-scrolling: touch;
    }
    .topic_path ul {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        height: 50px;
        transform: translateZ(0);
    }
    .topic_path ul li:last-child {
        margin-right: 20px;
    }
}
/* コンテナ
============================================================================================================ */
#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: 13rem;
}
.section_l + .section_l {
    margin-top: 10rem;
}
.section_m + .section_m {
    margin-top: 6rem;
}
.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
============================================================================================================ */
.pdpdb_ll_2_ll_2 {
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.pdt_ll_2 {
    padding-top: 15rem;
}
.pdb_ll_2 {
    padding-bottom: 15rem;
}
.pd_ll {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.pdt_ll {
    padding-top: 12rem;
}
.pdb_ll {
    padding-bottom: 12rem;
}
.pd_l {
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.pdt_l {
    padding-top: 8rem;
}
.pdb_l {
    padding-bottom: 8rem;
}
.pd_m {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.pdt_m {
    padding-top: 6rem;
}
.pdb_m {
    padding-bottom: 6rem;
}
.pd_ms {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.pdt_ms {
    padding-top: 4rem;
}
.pdb_ms {
    padding-bottom: 4rem;
}
.pd_s {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.pdt_s {
    padding-top: 2.5rem;
}
.pdb_s {
    padding-bottom: 2.5rem;
}
.pd_ss {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.pdt_ss {
    padding-top: 1.5rem;
}
.pdb_ss {
    padding-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
    .pdpdb_ll_2_ll_2 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .pdt_ll_2 {
        padding-top: 10rem;
    }
    .pdb_ll_2 {
        padding-bottom: 15rem;
    }
    .pd_ll {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .pdt_ll {
        padding-top: 8rem;
    }
    .pdb_ll {
        padding-bottom: 8rem;
    }
    .pd_l {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .pdt_l {
        padding-top: 6rem;
    }
    .pdb_l {
        padding-bottom: 6rem;
    }
    .pd_m {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .pdt_m {
        padding-top: 4rem;
    }
    .pdb_m {
        padding-bottom: 4rem;
    }
    .pd_ms {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pdt_ms {
        padding-top: 3rem;
    }
    .pdb_ms {
        padding-bottom: 3rem;
    }
    .pd_s {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .pdt_s {
        padding-top: 2rem;
    }
    .pdb_s {
        padding-bottom: 2rem;
    }
    .pd_ss {
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
    }
    .pdt_ss {
        padding-top: 1.0rem;
    }
    .pdb_ss {
        padding-bottom: 1.0rem;
    }
}
@media screen and (max-width: 480px) {
    .pd_ll_2 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    .pdt_ll_2 {
        padding-top: 10rem;
    }
    .pdb_ll_2 {
        padding-bottom: 10rem;
    }
    .pd_ll {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .pdt_ll {
        padding-top: 6rem;
    }
    .pdb_ll {
        padding-bottom: 6rem;
    }
    .pd_l {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
    }
    .pdt_l {
        padding-top: 5.5rem;
    }
    .pdb_l {
        padding-bottom: 5.5rem;
    }
    .pd_m {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .pdt_m {
        padding-top: 4rem;
    }
    .pdb_m {
        padding-bottom: 4rem;
    }
     .pd_ms {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .pdt_ms {
        padding-top: 3rem;
    }
    .pdb_ms {
        padding-bottom: 3rem;
    }
    .pd_s {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .pdt_s {
        padding-top: 2rem;
    }
    .pdb_s {
        padding-bottom: 2rem;
    }
}
/* 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%;
    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%;
    }
}
/*basic_02*/
table.basic_02 {
    width: 100%;
    line-height: 1.6;
    table-layout: fixed;
}
table.basic_02 th, table.basic_02 td {
    padding: 0.6em 1em;
    border: 1px solid #d9d9d9;
    word-wrap: break-word;
}
table.basic_02 th {
    background: #FFFAF5;
}
@media screen and (max-width: 960px) {
    table.basic_02 {
        border-width: 2px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    table.basic_02 th, table.basic_02 td {
        padding: 0.5em;
    }
    table.basic_02 th {
        width: 10%;
    }
    table.basic_02 td {
        width: 20%;
    }
}
/* みため変わるとき*/
@media screen and (max-width: 680px) {
    table.basic.sp_block {
        border: 1px solid #d9d9d9;
    }
    table.basic.sp_block th, table.basic.sp_block td {
        display: block;
        border: none;
    }
    table.basic.sp_block th {
        width: auto!important;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
    }
    table.basic.sp_block td {
        width: auto;
    }
    table.basic.sp_block tr:first-child th {
        border-top: none;
    }
    /*basic_02*/
    table.basic_02.sp_block {
        border: 1px solid #d9d9d9;
    }
    table.basic_02.sp_block th, table.basic_02.sp_block td {
        display: block;
        border: none;
    }
    table.basic_02.sp_block th {
        width: auto!important;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
    }
    table.basic_02.sp_block td {
        width: auto;
    }
    table.basic_02.sp_block tr:first-child th {
        border-top: none;
    }
}
table .w10 {
    width: 10%!important;
}
table .w15 {
    width: 15%!important;
}
table .w20 {
    width: 20%!important;
}
table .w25 {
    width: 25%!important;
}
table .w30 {
    width: 30%!important;
}
table .w35 {
    width: 35%!important;
}
table .w40 {
    width: 40%!important;
}
table .w45 {
    width: 45%!important;
}
table .w50 {
    width: 50%!important;
}
table .w55 {
    width: 54%!important;
}

table .w60 {
    width: 60%!important;
}
table .w70 {
    width: 70%!important;
}
table .w80 {
    width: 80%!important;
}
table .w90 {
    width: 90%!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
============================================================================================================ */

/* 追加
============================================================================================================ */

.episode_border_bottom{
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.lh_1-8{
    line-height: 1.8;
}

.title_ss{
    font-size: 1.48rem;
}

.d-block{
    display: block;
}

.d-none{
    display:none;
}

.object-fit-cover{
    object-fit: cover;
}

.pdt_ms_sp {
    padding-top: 0;
}

.position-relative{
    position: relative;
}

.banner-button{
    position: absolute;
    aspect-ratio: 287 / 80;
    max-width: calc(100% - 72px);
    width: 100%;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.m-0{
    margin: 0;
}

.kv-l {
    position: relative;
}

.kv-l::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s ease;
}

.kv.is-in .kv-l::after {
    transform: scaleX(1);
}

.mb60{
    margin-bottom: 60px!important;
}

.special_movie iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
}

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


@media screen and (max-width: 960px) {
    .pdt_ms_sp {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .pdt_ms_sp {
        padding-top: 3rem;
    }
}
@media screen and (min-width: 1400px) {
    .d-xxl-block{
        display: block;
    }

    .top-menu-left {
        position: fixed;
        top: 50%;
        left: 6.5%;
        transform: translateY(-50%);
        z-index: 999;
    }

    .top-menu-right {
        position: fixed;
        top: 50%;
        right: 4%;
        transform: translateY(-50%);
        z-index: 999;
    }

    .top-menu-left-top{
        position: fixed;
        top: 38px;
        left: 6.5%;
        transform: translateY(-50%);
        z-index: 999;
    }
}

@media (max-width: 1399.98px) {
    .top-menu-left-top,
    .top-menu-left,
    .top-menu-right {
        display: none !important;
    }
}

