@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/* ========================================================
	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.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: "ヒラギノ角ゴ Pro W3", "游ゴシック 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: #000;
}
@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;
}
.w11 {
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}
.w12 {
  position: relative;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.w13 {
  position: relative;
  display: block;
  max-width: 1300px;
  margin: 0 auto;
}
/* ヘッダー
============================================================================================================ */
#header {
    padding-left: 2vw;
    font-size: 1.4rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
    /*background: #f8f9fb;*/
    box-sizing: border-box;
}
#header .head {
    display: flex;
    justify-content: space-between;
}
/* logo */
#header .logo {
    margin-top: 15px;
    width: auto;
    position: relative;
}
#header .logo .title{
    font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
    #header {
        height: 60px;
        padding-left: 5vw;
    }
    #header .logo {
        margin-top: 0;
    }
    #header .logo .title{
    font-size: 1.6rem;
}
}

/* globalnavi */
@media screen and (min-width:961px), print {
    #header nav #global {
        display: flex;
        /*margin-right: 150px;*/
        margin-right: 50px;
    }
    #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: #349dc6;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
      #header nav #global > li a:last-child:after {
        display: none;
    }
    #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 #349dc6;
        border-right: 1px solid #349dc6;
        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: #fff;
        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: #349dc6;
        color: #fff;
        opacity: 1;
    }
    #header nav #global li:hover ul {
        overflow: visible;
        opacity: 1;
        height: auto;
        top: 100px;
    }
    #header nav .nav_down {
        display: none;
    }
    #header nav #global li:last-child span{
               background: #349dc6;
        padding: 0.5em 2em;
        border-radius: 50px;
        color: #fff;
        border: 1px solid #349dc6;
    }
     #header nav #global li:last-child span:hover{
        background: #fff;
        padding: 0.5em 2em;
        border-radius: 50px;
         border: 1px solid #349dc6;
        color: #349dc6;
    }
}
@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, 255, 255, 1);
        pointer-events: auto;
    }
    #header nav #global > li {
        position: relative;
        border-bottom: 1px solid #c7c7c7;
    }
    #header nav #global > li a {
        display: block;
        padding: 1.25em 2em;
        height: auto;
        position: relative;
        color: #222;
        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: #d9effa;
  color: #000;
  font-size: 1.6rem;
  position: relative;
}
footer .w13 {
  padding: 2em 4em 0 4em;
}
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: #000;
}
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 {
    font-size: 1.4rem;
  }
  footer .w13 {
    padding: 2em 2em 0 2em;
  }
  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;
  }
}
@media screen and (max-width: 680px) {
  footer .w13 {
    padding: 2em 0.5em;
  }
}
.footer__navi-heading {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.footer__logo {
  margin-bottom: 1.5rem;
}
.footer__logo img {
  margin-right: 1em;
}
.footer__logo .text {
  font-size: 2.2rem;
  /*font-weight: 500;*/
}
.footer a {
  color: #000;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.footer a:hover {
  opacity: 0.7;
}
.footer__navi li {
  margin-bottom: 0.75rem;
  margin-left: 0.5em;
  font-size: 1.4rem;
}
.footer__navi li a {
  margin-bottom: 0.75rem;
  margin-left: 0.5em;
  color: #000;
}
.footer__address {
  margin-bottom: 2rem;
}
.footer__address a {
  text-decoration: underline;
  transition: color 0.2s, background-color 0.2s, background-image 0.2s, border 0.2s, opacity 0.2s;
  color: #000 !important;
}
.footer_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.footer_flex .right {
  width: 60%;
}
@media screen and (max-width: 960px) {
  .footer__address {
    margin-bottom: 1rem;
  }
  .footer_flex {
    display: block;
  }
  .footer_flex .right {
    width: auto;
  }
  .footer__logo .text {
    font-size: 1.8rem;
  }
  .footer__navi li {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .footer__address a {
    text-decoration: none;
    pointer-events: none;
    color: #fff;
  }
}
.footer_fbox {
  display: flex;
  justify-content: space-between;
}
.footer_fbox > div {
  width: auto;
}
.footer_fbox_item01 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2%;
}
.footer_fbox_item01 > div:first-child {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
  .footer_fbox {
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .footer_fbox_item01 {
    flex-direction: row;
  }
  .footer_fbox_item01 > div {
    width: 100%;
  }
  .footer_fbox > div.footer_fbox_item01 {
    width: 100%;
    margin-top: 0;
  }
  .footer_fbox > div {
    width: 48%;
    margin-top: 1em;
  }
  .footer_fbox_item01 div:nth-child(2) {
    margin-left: 2%;
  }
}
/* copyright
------------------------------------------------------------- */
.copyright {
  display: block;
  margin-top: 2em;
  font-size: 1.2rem;
  text-align: center;
  background: #349dc6;
  color: #fff;
  padding: 1em 0;
}
@media screen and (max-width: 960px) {
  .copyright {
    display: block;
    margin-top: 0;
    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 {
  position: fixed;
  bottom: 3em;
  right: 2em;
  z-index: 10;
}
.page_top a {
  display: block;
  background: #349dc6;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50px;
}
.page_top a:hover {
  opacity: 0.8;
}
.page_top a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  right: 0;
  left: 0;
  top: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .page_top {
    right: 1em;
  }
  .page_top a {
    width: 40px;
    height: 40px;
  }
  .page_top a:after {
    top: 8px;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.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: #f8f9fb;*/
     background: #fff;
    padding: 7px 50px;
    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;
  }
}*/
#container {
  position: relative;
  font-size: 1.6rem;
  /*padding-top: 132px;*/
    padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #container {
    font-size: 1.4rem;
    padding-top: 70px;
    /*padding: 70px;*/
  }
}
.f_16 {
  font-size: 16px;
}
.f_14 {
  font-size: 14px;
}
/* section
============================================================================================================ */
@media screen and (max-width: 1000px) {
  .sp_section_m {
    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_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_s {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .pdt_s {
    padding-top: 2.5rem;
  }
  .pdb_s {
    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%;
  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;'
}
/* fbox
============================================================================================================ */
.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 681px), print {
  .fbox.f_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fbox.f_sp {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .fbox.f_pc {
    display: block;
  }
  .fbox.f_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ff_re {
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.jc_sp {
  justify-content: space-between;
}
.it_cener {
  align-items: center;
}
.jc_start {
  justify-content: flex-start !important;
}
/*分割比*/
/*横3列　複数  sp2列
----------------------------------------------*/
.fbox_col_3_wrap {
  flex-wrap: wrap;
}
.fbox_col_3_wrap > * {
  /*width: 32%;*/
  width: 31%;
  margin-top: 2%;
  margin-right: 2%;
}
.fbox_col_3_wrap > *:nth-child(3n) {
  margin-right: 0;
}
.fbox_col_3_wrap > *:nth-child(-n+3) {
  margin-top: 0%;
}
@media screen and (max-width: 680px) {
  .fbox_col_3_wrap > * {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }
  .fbox_col_3_wrap > *:nth-child(3n) {
    margin-right: 2%;
  }
  .fbox_col_3_wrap > *:nth-child(-n+3) {
    margin-top: 2%;
  }
  .fbox_col_3_wrap > *:nth-child(2n) {
    margin-right: auto;
  }
  .fbox_col_3_wrap > *:nth-child(-n+2) {
    margin-top: auto;
  }
}
/*横3列　複数     sp1列
----------------------------------------------*/
@media screen and (max-width: 680px) {
  .fbox_col_3_wrap.f_pc > * {
    display: block;
  }
  .fbox_col_3_wrap.f_pc > * {
    width: auto;
    margin-top: auto;
    margin-right: auto;
  }
  .fbox_col_3_wrap.f_pc > *:nth-child(3n) {
    margin-right: auto;
  }
  .fbox_col_3_wrap.f_pc > *:nth-child(-n+3) {
    margin-top: auto;
  }
  .fbox_col_3_wrap.f_pc > *:nth-child(2n) {
    margin-right: auto;
  }
  .fbox_col_3_wrap.f_pc > *:nth-child(-n+2) {
    margin-top: auto;
  }
  .fbox_col_3_wrap.f_pc > * + * {
    margin-top: 5% !important;
  }
}
/*横4列　複数
----------------------------------------------*/
.fbox_col_4_wrap {
  flex-wrap: wrap;
}
.fbox_col_4_wrap > * {
  width: 23.5%;
  margin-top: 2%;
  margin-right: 2%;
}
.fbox_col_4_wrap > *:nth-child(4n) {
  margin-right: 0;
}
.fbox_col_4_wrap > *:nth-child(-n+4) {
  margin-top: 0%;
}
@media screen and (max-width: 680px) {
  .fbox_col_4_wrap > * {
    width: 49%;
    margin-top: 2%;
    margin-right: 2%;
  }
  .fbox_col_4_wrap > *:nth-child(4n) {
    margin-right: 2%;
  }
  .fbox_col_4_wrap > *:nth-child(-n+4) {
    margin-top: 2%;
  }
  .fbox_col_4_wrap > *:nth-child(2n) {
    margin-right: auto;
  }
  .fbox_col_4_wrap > *:nth-child(-n+2) {
    margin-top: auto;
  }
}
/*横4列　複数     sp1列
----------------------------------------------*/
@media screen and (max-width: 680px) {
  .fbox_col_4_wrap.f_pc > * {
    display: block;
  }
  .fbox_col_4_wrap.f_pc > * {
    width: auto;
    margin-top: auto;
    margin-right: auto;
  }
  .fbox_col_4_wrap.f_pc > *:nth-child(4n) {
    margin-right: auto;
  }
  .fbox_col_4_wrap.f_pc > *:nth-child(-n+4) {
    margin-top: auto;
  }
  .fbox_col_4_wrap.f_pc > *:nth-child(2n) {
    margin-right: auto;
  }
  .fbox_col_4_wrap.f_pc > *:nth-child(-n+2) {
    margin-top: auto;
  }
  .fbox_col_4_wrap.f_pc > * + * {
    margin-top: 5% !important;
  }
}
/*fbox_col2
----------------------------------------------*/
.fbox_col2 {
  justify-content: space-between;
}
.fbox_col2 > * {
  width: 48%;
}
.fbox_col2 > * + * {
  margin-left: 4%;
}
.fbox_col2 + .fbox_col2 {
  margin-top: 5%;
}
@media screen and (max-width: 680px) {
  .fbox_col2.f_pc > * {
    width: auto;
  }
  .fbox_col2.f_pc > * + * {
    margin-left: auto;
    margin-top: 4%;
  }
  .fbox_col2 + .fbox_col2 {
    margin-top: 8%;
  }
}
/*fbox_col3
----------------------------------------------*/
.fbox_col3 {
  justify-content: space-between;
}
.fbox_col3 > * {
  width: 32%;
}
.fbox_col3 > * + * {
  margin-left: 2%;
}
.fbox_col3.ff_re > * + * {
  margin-left: auto;
  margin-right: 2%;
}
.fbox_col3 + .fbox_col3 {
  margin-top: 3%;
}
@media screen and (max-width: 680px) {
  .fbox_col3.f_pc > * {
    width: auto;
  }
  .fbox_col3.f_pc > * + * {
    margin-left: auto;
    margin-top: 8%;
  }
  .fbox_col3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_4_6
----------------------------------------------*/
.fbox_4_6 > *:nth-child(1) {
  width: 37%;
}
.fbox_4_6 > *:nth-child(2) {
  width: 58%;
}
.fbox_4_6 > * + * {
  margin-left: 5%;
}
.fbox_4_6.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_4_6 + .fbox_4_6 {
  margin-top: 5%;
}
@media screen and (max-width: 680px) {
  .fbox_4_6.f_pc > *:nth-child(1) {
    width: auto;
  }
  .fbox_4_6.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_4_6 > * + * {
    margin-left: auto;
    margin-top: 8%;
  }
  .fbox_4_6.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_6_4
----------------------------------------------*/
.fbox_6_4 > *:nth-child(1) {
  width: 58%;
}
.fbox_6_4 > *:nth-child(2) {
  width: 37%;
}
.fbox_6_4 > * + * {
  margin-left: 5%;
}
.fbox_6_4.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_6_4 + .fbox_6_4 {
  margin-top: 5%;
}
@media screen and (max-width: 680px) {
  .fbox_6_4.f_pc > *:nth-child(1) {
    width: auto;
  }
  .fbox_6_4.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_6_4 > * + * {
    margin-left: auto;
    margin-top: 8%;
  }
  .fbox_6_4.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_7_3
----------------------------------------------*/
.fbox_7_3 > *:nth-child(1) {
  width: 65%;
}
.fbox_7_3 > *:nth-child(2) {
  width: 30%;
}
.fbox_7_3 > * + * {
  margin-left: 5%;
}
.fbox_7_3.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_7_3 + .fbox_7_3 {
  margin-top: 5%;
}
@media screen and (max-width: 680px) {
  .fbox_7_3.f_pc > *:nth-child(1) {
    width: auto;
  }
  .fbox_7_3.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_7_3 > * + * {
    margin-left: auto;
    margin-top: 8%;
  }
  .fbox_7_3.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*fbox_3_7
----------------------------------------------*/
.fbox_3_7 > *:nth-child(1) {
  width: 30%;
}
.fbox_3_7 > *:nth-child(2) {
  width: 65%;
}
.fbox_3_7 > * + * {
  margin-left: 5%;
}
.fbox_3_7.ff_re > * + * {
  margin-left: auto;
  margin-right: 5%;
}
.fbox_3_7 + .fbox_3_7 {
  margin-top: 5%;
}
@media screen and (max-width: 680px) {
  .fbox_3_7.f_pc > *:nth-child(1) {
    width: auto;
  }
  .fbox_3_7.f_pc > *:nth-child(2) {
    width: auto;
  }
  .fbox_3_7 > * + * {
    margin-left: auto;
    margin-top: 8%;
  }
  .fbox_3_7.ff_re.f_pc > * + * {
    margin-right: auto;
  }
}
/*
============================================================================================================ */
.external_fbox {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.external {
  position: relative;
  /*font-weight: 500;*/
}
.external::before {
  content: "";
  background: url("../images/external.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: -1.3em;
  bottom: 0;
  width: 1em;
  aspect-ratio: 16 / 19;
}
@media screen and (max-width: 960px) {
  .external_fbox {
    justify-content: flex-start;
    gap: 9%;
  }
}
/* background
============================================================================================================ */
/*.bg_gray {
  background: #f8f9fb;
}*/
.bg_yellow {
  background: #f2ebe3;
  max-width: 900px;
  padding: 1em;
  margin-top: 1.5em;
}
.section_w {
  /*background: #fff;*/
  padding: 3em;
}
.bg_gray_box {
  background: #f7f6f4;
  padding: 1.5em;
}
.bg_fff {
  background: #efece8;
  padding: 1em 0.5em;
}
@media screen and (max-width: 960px) {
  .section_w {
    padding: 3em 0;
  }
}
@media screen and (max-width: 680px) {
  .section_w {
    padding: 2em 0;
  }
}