@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html, body {
  width: 100%;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
@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;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
  color: #212121;
  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%;
}
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: 1000px;
  margin: 0 auto;
}
.w12 {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.w108 {
  position: relative;
  display: block;
  max-width: 1080px;
  margin: 0 auto;
}
/* ヘッダー
============================================================================================================ */
#header {
  padding-left: 2vw;
  /*font-size: 1.4rem;*/
  font-size: 2.4rem;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
  box-sizing: border-box;
}
#header .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* logo */
#header .logo {
  position: relative;
  width: 26rem;
}
#header .logo img {
  aspect-ratio: 266/80;
  width: 100%;
}
@media screen and (max-width: 1380px) {
  #header {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  #header {
    height: 60px;
    padding-left: 5vw;
    font-size: 1.8rem;
  }
  #header .logo {
    margin-top: 0;
    width: 14rem;
  }
}
@media screen and (max-width: 680px) {
  #header .logo {
    width: 13.5rem;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #header .logo {
    margin-top: 0.5em;
    width: 14rem;
  }
}
/* globalnavi */
@media screen and (min-width:961px), print {
  #header nav #global {
    display: flex;
    margin-right: 22rem;
  }
  #header nav #global > li {
    position: relative;
    z-index: 2;
  }
  #header nav #global > li:last-child {
    display: none;
  }
  #header nav #global > li a {
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    height: 100px;
    position: relative;
    letter-spacing: 0.1rem;
  }
  #header nav #global > li a::before {
    position: absolute;
    content: "";
    background: url("../images/top/red_arrow.svg") no-repeat;
    width: 1em;
    height: 1em;
    left: 0;
    /*top: 3em;*/
  }
}
/* #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  {
        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;
}
/*contact*/
.nav_contact {
  position: fixed;
  right: 0;
  top: 0;
  height: 100px;
}
.nav_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 100%;
  background: #ff001a;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
}
.nav_contact a::before {
  position: absolute;
  content: "";
  background: url("../images/top/contact_arrow.svg") no-repeat;
  background-size: contain;
  aspect-ratio: 220/22;
  height: 2.2rem;
  bottom: -2.2rem;
}
@media screen and (max-width: 960px) {
  .nav_contact a {
    display: none;
  }
  #header nav #global > li:last-child {
    display: block;
  }
}
@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(255, 0, 4, 0.90);
    pointer-events: auto;
  }
  #header nav #global > li {
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #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: #ff0018;
    -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: #fff;
  color: #000;
  font-size: 1rem;
  /*padding: 45px 0;*/
  padding: 30px 0;
  text-align: center;
}
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: 337px;
  height: auto;
}
@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: 7em;
  right: 3em;
  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;
  }
}
@media screen and (max-width: 680px) {
  .page_top {
    bottom: 3em;
  }
}
.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: 1250px) {
  .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: 4rem;
    padding-bottom: 4rem;
  }
  .pdt_l {
    padding-top: 4rem;
  }
  .pdb_l {
    padding-bottom: 4rem;
  }
  .pd_m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pdt_m {
    padding-top: 3rem;
  }
  .pdb_m {
    padding-bottom: 3rem;
  }
  .pd_ms {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .pdt_ms {
    padding-top: 2rem;
  }
  .pdb_ms {
    padding-bottom: 2rem;
  }
  .pd_s {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .pdt_s {
    padding-top: 1.5rem;
  }
  .pdb_s {
    padding-bottom: 1.5rem;
  }
}
/* btn
============================================================================================================ */
.btn > * {
  display: inline-flex;
  border: solid 1px #ff001a;
  padding: 15px 20px;
  color: #ff001a;
  transition: 0.3s;
  box-sizing: border-box;
}
.btn > *:hover {
  border: solid 1px #ff001a;
  background: #ff001a;
  color: #fff;
  opacity: 1 !important;
}
.btn.back > * {
  background: #ff001a;
  color: #fff !important;
}
.btn.back > *:hover {
  background: #fff;
  color: #ff001a !important;
}
/*arrow
-------------------------------------*/
.btn_arrow {
  position: relative;
  padding: 15px 50px;
}
.btn_arrow:before {
  content: "";
  background: url("../images/btn_arrow_red.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.svg") no-repeat;
  background-size: contain;
}
.back .btn_arrow:before {
  left: 0;
  transform: rotate(180deg) translate(-0%, 35%);
  background: url("../images/btn_arrow.svg") no-repeat;
}
.back .btn_arrow:hover:before {
  background: url("../images/btn_arrow_red.svg") no-repeat;
}
/*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: 1.5em;
  line-height: 2;
}
ul.circle li:before {
  content: "●";
  position: absolute;
  color: #ff001a;
  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;
}
/* check
------------------------------------------------------------- */
ul.check li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
  letter-spacing: 0.1rem;
}
ul.check li:before {
  content: "";
  background: url("../images/top/check.svg") no-repeat;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.5em;
  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
============================================================================================================ */