@charset "UTF-8";
/* --------------------------------------------

FileName    :    style.css

-------------------------------------------- */
/*
$size01: 1220.5;
$size_sp: 767.5;

$size01_px: 1220.5px;
$size_sp_px: 767.5px;
*/
/*--------------------
page.scss
--------------------*/
/* Reset input[type="search"] */
.input[type="search"]:focus {
  outline-style: none;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

/*==================================================
1.layout
==================================================*/
/*--------------------
html,body,wrapper
--------------------*/
html {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  font-size: 10px;
  letter-spacing: 0;
  color: #333333;
}

/*body{
  visibility: hidden;
}
body.active {
  visibility: visible;
  animation: fadeIn 1.0s linear 0s forwards;
}*/
@-webkit-keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}
@keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

body {
  width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media all and (max-width: 768.5px) {
  body {
    width: 100%;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  color: #231815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

:focus {
  outline: none;
}

b {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}



.border-top-none {
  border-top: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-top-1px {
  border-top: 1px solid gray !important;
}

.border-left-1px {
  border-left: 1px solid gray !important;
}

.border-right-1px {
  border-right: 1px solid gray !important;
}

.border-bottom-1px {
  border-bottom: 1px solid gray !important;
}

.ami {
  background-color: #ecf7cb !important;
}

.ami2 {
  background-color: #e6f4ba !important;
}

.ami3 {
  background-color: #d9e895 !important;
}

.ami4 {
  background-color: #ccdb77 !important;
}

@media screen and (max-width: 768.5px) {
  .mt20 {
    margin-top: 2.60247vw;
  }
  .mt25 {
    margin-top: 3.25309vw;
  }
}

.l-wrapper {
  background-color: #424142;
  padding: 20px 20px;
}

@media all and (max-width: 768.5px) {
  .l-wrapper {
    width: 100%;
    background-color: #424142;
    padding: 3.90371vw 3.90371vw;
  }
}

body > .l-wrapper > section > div,
body > .l-wrapper > div {
  max-width: 1024px;
  width: 100%;
  margin: 20px auto 0;
}

body > .l-wrapper > section:first-of-type,
body > .l-wrapper > div:first-of-type {
  margin: 0 auto;
}

.l-page {
  /*min-height:1440px;*/
  background-color: #FFFFFF;
  padding: 25px 25px 200px;
  position: relative;
}

.l-page.cor {
  background-image: url('../images/cor_footer.png');
  background-repeat: repeat-x;
  background-size: auto 98px;
  background-position: bottom;
}

/*.l-page.red_sheet{
  background-color: #ffcccc;
}*/
.l-page p {
  font-size: 16px;
}

.red {
  color: #ce217d;
  font-weight: bold;
}
span.red {
  vertical-align: baseline !important;
}
.l-page-link {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-page-link.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-page-link a {
  min-width: 100px;
  text-align: center;
  display: inline-block;
  line-height: 14px;
  padding: 10px 15px;
  border: solid;
  border-radius: 20px;
  bborder-bottom-color: #6d1418;
  font-weight: bold;
  color: #6d1418;
  font-size: 16px;
  background: #FFFFFF;
}
.l-page-link a.mokuji {
  min-width: 150px;
}
.highlight {
  color: #000;
  background-color: yellow;
  font-weight: bold;
}

@media all and (max-width: 768.5px) {
  .l-page-link a {
    min-width: 22vw;
  }
  .l-page-link a.mokuji {
    min-width: 30vw;
  }
}

/*.l-page p > span span {
  color: #333333;
  font-weight:normal;
}*/
.l-page p.p-caution {
  font-size: 14px;
}

.l-page-footer {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0px;
    padding: 0 25px;
}
.l-page.cor .l-page-footer{
  bottom: 120px;
}

@media all and (max-width: 768.5px) {
  .l-page-link a {
    min-width: 22vw;
  }
  .l-page-link a.mokuji {
    min-width: 30vw;
  }
  .l-page.cor {
    background-size: auto 50px;
    padding-bottom: 220px;
  }
  .l-page.cor .l-page-footer{
    bottom: 50px;
  }
}

.l-page-footer .pn {
  font-size: 16px;
  text-align: center;
}
.l-page-footer .pn .pn_total {
  margin-left: 3px;
}
.l-page-footer .pn .pn_total::before {
  content: "/";
  margin-right: 3px;
}

.l-page-footer .ftr {
  width: 100%;
  display: table;
  margin: 30px auto 0;
}

.l-page-footer .ftr > p {
  display: table-cell;
  vertical-align: top;
}

.l-page-footer .ftr01 {
  width: 60%;
  font-size: 10px;
  text-align: left;
}

.l-page-footer .ftr02 {
  width: auto;
  font-size: 10px;
  text-align: right;
}

.s-2 {
  color: white;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  text-indent: 0;
  background-color: #6e1318;
  border-radius: 5px;
  width: 100%;
  margin: 25px 0px 10px 0px;
  font-size: 16px;
}

.s-3 {
  font-weight: bold;
  padding: 0px;
  margin: 25px 0px 10px 0px;
  text-indent: 0;
  font-size: 16px;
  color: #b86d5b;
}

.k-1 {
  background-color: #6e1318;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 7px 13px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  text-indent: 0;
}

.k-1 img {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.k-2 {
  background-color: #fff7d4;
  padding: 10px 20px 15px 20px;
  margin: 0px;
  text-indent: 0;
  font-size: 16px;
  line-height: 1.5;
}

.l-pop-up {
  display: block;
  text-align: left;
  margin-top: 15px;
}

.window .l-pop-up {
  margin-top: 30px;
}

.l-pop-up span {
  display: inline-block;
  line-height: 14px;
  padding: 5px;
  border: solid;
  border-radius: 5px;
  border-bottom-color: #ce217d;
  font-weight: bold;
  color: #ce217d;
  font-size: 14px;
  background: #FFFFFF;
}

.l-pop-up span:hover {
  cursor: pointer;
}

[id^="setumei"] {
  display: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #ce217d;
}

.window {
  max-width: 700px;
  width: 100%;
  height: 70vh;
  padding-top: 50px;
  background: none;
}

.window .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}

.window .close span {
  color: #FFFFFF;
  font-size: 30px;
}

.window-inner {
  text-align: left;
  padding: 25px 25px 25px 25px;
  background-color: #ffffff;
  overflow: auto;
  height: 100%;
}

.window-title {
  display: inline-block;
  line-height: 14px;
  padding: 5px 20px;
  border: solid;
  border-radius: 150px;
  font-weight: bold;
  color: white;
  background-color: #ce217d;
  font-size: 14px;
}

.window-inner p {
  font-size: 14px;
  padding-top: 20px;
}

/*.modal-video{
  background-color: rgba(0, 0, 0, 0.5);
}*/
.modal-video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-end;
  margin-top: 0;
  padding-bottom: 68px;
}
.modalVideo-top .modal-video-inner {
  align-items: flex-start;
  margin-top: 45px;
}

.js-modal-btn {
  font-family: sans-serif !important;
  margin-top: 15px;
  background: #003b95;
  border: none;
  color: white;
  border-radius: 3px;
  padding: 10px 20px 10px 15px;
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
}

.d-1 {
  position: relative;
}
.play.js-modal-btn {
  width: 22%;
  position: absolute;
  top: 70%;
  left: 39%;
  padding: 0;
  background: none;
}
.play.js-modal-btn:hover {
  cursor: pointer;
}

.modal-video-close-btn {
  top: -35px;
  right: 0;
}

.search-result-close-btn {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  top: 20px;
  right: 15px;
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  background: #333333;
}

.search-result-close-btn:before, .search-result-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #333333;
  border-radius: 5px;
  margin-top: -6px;
}

.search-result-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-result-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ebt table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}

.ebt table tr th,
.ebt table tr td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  border: 1px solid gray;
  border-bottom: 0;
  border-right: 0;
  vertical-align: middle;
  /* background: #FFFFFF; */
}

.ebt table tr td:last-of-type {
  border-right: 1px solid gray;
}

.ebt table tr:last-of-type td {
  border-bottom: 1px solid gray;
}

.ebt2 table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}

.ebt2 table tr th,
.ebt2 table tr td {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  border: 1px solid gray;
  border-bottom: 0;
  border-right: 0;
  vertical-align: top;
  /* background: #FFFFFF; */
}

.ebt2 table tr td:last-of-type {
  border-right: 1px solid gray;
}

.ebt2 table tr:last-of-type td {
  border-bottom: 1px solid gray;
}

.ebt3 table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: auto;
}

.ebt3 table tr th,
.ebt3 table tr td {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  border: 1px solid #d4e0ba;
  border-bottom: 0;
  border-right: 0;
  vertical-align: top;
  /* background: #FFFFFF; */
}

.ebt3 table tr td:last-of-type {
  border-right: 1px solid #d4e0ba;
}

.ebt3 table tr:last-of-type td {
  border-bottom: 1px solid #d4e0ba;
}

.l-box {
  background-color: #fef8ee;
  padding: 15px 15px;
  border: 1.5px solid #f9d2b4;	
}


/*.l-box {
  border: 1px solid gray;
  padding: 15px 15px;
}

.l-box2 {
  background-color: #fef8ee;
  padding: 15px 15px;
  border: 1.5px solid #f9d2b4;	
}
*/

@media screen and (max-width: 768.5px) {
  body > .l-wrapper > section > div,
  body > .l-wrapper > div {
    max-width: 100%;
    width: 100%;
    margin: 3.90371vw auto 0;
  }
  body > .l-wrapper > section:first-of-type,
  body > .l-wrapper > div:first-of-type {
    margin: 0 auto;
  }
  .l-page {
    /*min-height:1440px;*/
    background-color: #FFFFFF;
    padding: 3.25309vw 3.25309vw 50.04945vw;
    position: relative;
  }
  .l-page p {
    font-size: 3.64346vw;
  }
  .red {
    color: #ce217d;
    font-weight: bold;
  }
  /*.l-page p > span span {
    color: #333333;
    font-weight:normal;
  }*/
  .l-page p.p-caution {
    font-size: 2.60247vw;
  }
  .l-page-footer {
    width: 100%;
    position: absolute;
    bottom: 3.25309vw;
    left: 0;
    padding: 0 3.25309vw;
  }
  .l-page-footer .pn {
    font-size: 3.64346vw;
    text-align: center;
  }
  .l-page-footer .ftr {
    width: 100%;
    display: block;
    margin: 3.90371vw auto 0;
  }
  .l-page-footer .ftr > p {
    width: 100%;
    display: block;
  }
  .l-page-footer .ftr01 {
    width: 100%;
    font-size: 2.60247vw;
    text-align: left;
  }
  .l-page-footer .ftr02 {
    width: 100%;
    font-size: 2.60247vw;
    text-align: center;
    margin: 3.90371vw auto 0;
  }
  .s-2 {
    color: white;
    font-weight: bold;
    padding: 0.65062vw 0.65062vw 0.65062vw 1.95185vw;
    text-indent: 0;
    background-color: #6e1318;
    border-radius: 0.65062vw;
    width: 100%;
    margin: 3.25309vw 0px 1.30124vw 0px;
    font-size: 3.64346vw;
  }
  .s-3 {
    font-weight: bold;
    padding: 0px;
    margin: 3.25309vw 0px 1.30124vw 0px;
    text-indent: 0;
    font-size: 3.64346vw;
  }
  .k-1 {
    background-color: #6e1318;
    color: #fff;
    border-top-right-radius: 1.30124vw;
    border-top-left-radius: 1.30124vw;
    padding: 0.91087vw 1.69161vw;
    font-size: 3.64346vw;
    font-weight: bold;
    margin: 3.25309vw 0px 0px 0px;
    text-indent: 0;
  }
  .k-1 img {
    width: 3.25309vw;
    margin-right: 1.30124vw;
    vertical-align: middle;
  }
  .k-2 {
    background-color: #fff7d4;
    padding: 1.30124vw 2.60247vw 1.95185vw 2.60247vw;
    margin: 0px;
    text-indent: 0;
    font-size: 3.64346vw;
    line-height: 1.5;
  }
  .l-pop-up {
    display: block;
    text-align: left;
    margin-top: 5.20494vw;
    margin-bottom: 5.20494vw;
  }
  .l-pop-up span {
    display: inline-block;
    line-height: 1.5;
    padding: 1.30124vw 1.30124vw;
    border: solid;
    border-radius: 0.65062vw;
    border-bottom-color: #ce217d;
    font-weight: bold;
    color: #ce217d;
    font-size: 3.38321vw;
    background: #FFFFFF;
  }
  .l-pop-up span:hover {
    cursor: pointer;
  }
  #setumei, #setumei-1, #setumei-2, #setumei-3, #setumei-4, #setumei-5,
  #setumei-6, #setumei-7, #setumei-8, #setumei-9, #setumei-10, #setumei-11,
  #setumei-11, #setumei-12, #setumei-13, #setumei-14, #setumei-15, #setumei-16,
  #setumei-17, #setumei-18, #setumei-19, #setumei-20 {
    display: none;
    cursor: pointer;
    font-size: 3.38321vw;
    font-weight: bold;
    color: #ce217d;
  }
  .window {
    max-width: 83.27912vw;
    width: 100%;
    height: 70vh;
    overflow: auto;
    padding-top: 7.80742vw;
    background: none;
  }
  .window .close {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .window .close span {
    color: #FFFFFF;
    font-size: 5.46519vw;
  }
  .window-inner {
    text-align: left;
    padding: 3.25309vw 3.25309vw 3.25309vw 3.25309vw;
    background-color: #ffffff;
    overflow: auto;
    height: 100%;
  }
  .window-title {
    display: inline-block;
    line-height: 1.5;
    padding: 0.65062vw 2.60247vw;
    border: solid;
    border-radius: 19.51854vw;
    font-weight: bold;
    color: white;
    background-color: #ce217d;
    font-size: 3.38321vw;
  }
  .window-inner p {
    font-size: 3.38321vw;
    padding-top: 2.60247vw;
  }
  /*.modal-video{
    background-color: rgba(0, 0, 0, 0.5);
  }*/
  .modal-video-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-end;
    margin-top: 0;
    padding-bottom: 46px;
  }
  .modalVideo-top .modal-video-inner {
    align-items: flex-start;
    margin-top: 7.80742vw;
  }
  .js-modal-btn {
    background: #003b95;
    border: none;
    color: white;
    border-radius: 0.39037vw;
    padding: 1.95185vw 3.90371vw 1.95185vw 2.60247vw;
    font-size: 3.12297vw;
    line-height: 3.12297vw;
    font-weight: bold;
    margin-top: 5.20494vw;
    margin-bottom: 7.80742vw;
  }
  .play.js-modal-btn {
    margin: 0;
    padding: 0;
  }
  .modal-video-close-btn {
    top: -5.20494vw;
    right: 0;
    position: absolute;
    z-index: 2;
    right: 0;
    display: inline-block;
    width: 4.55433vw;
    height: 4.55433vw;
    overflow: hidden;
    border: none;
    background: transparent;
  }
  .search-result-close-btn {
    position: absolute;
    z-index: 2;
    right: 5.20494vw;
    display: inline-block;
    width: 5.20494vw;
    height: 5.20494vw;
    overflow: hidden;
    border: none;
    background: transparent;
  }
  .modal-video-close-btn:before, .modal-video-close-btn:after,
  .search-result-close-btn:before, .search-result-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 0.65062vw;
  }
  .modal-video-close-btn:before, .modal-video-close-btn:after,
  .search-result-close-btn:before, .search-result-close-btn:after {
    background: #333333;
  }
  .ebt table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }
  .ebt table tr th,
  .ebt table tr td {
    padding: 1.30124vw;
    text-align: center;
    font-size: 3.64346vw;
    border: 1px solid gray;
    border-bottom: 0;
    border-right: 0;
    vertical-align: middle;
    /* background: #FFFFFF; */
  }
  .ebt table tr td:last-of-type {
    border-right: 1px solid gray;
  }
  .ebt table tr:last-of-type td {
    border-bottom: 1px solid gray;
  }
  
  .ebt2 table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }
  .ebt2 table tr th,
  .ebt2 table tr td {
    padding: 1.30124vw;
    text-align: left;
    font-size: 3.64346vw;
    border: 1px solid gray;
    border-bottom: 0;
    border-right: 0;
    vertical-align: top;
    /* background: #FFFFFF; */
  }
  .ebt2 table tr td:last-of-type {
    border-right: 1px solid gray;
  }
  .ebt2 table tr:last-of-type td {
    border-bottom: 1px solid gray;
  }
  
  .ebt3 table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }
  .ebt3 table tr th,
  .ebt3 table tr td {
    padding: 1.30124vw;
    text-align: left;
    font-size: 3.64346vw;
    border: 1px solid #d4e0ba;
    border-bottom: 0;
    border-right: 0;
    vertical-align: top;
    /* background: #FFFFFF; */
  }
  .ebt3 table tr td:last-of-type {
    border-right: 1px solid #d4e0ba;
  }
  .ebt3 table tr:last-of-type td {
    border-bottom: 1px solid #d4e0ba;
  }
  
  .l-box {
  background-color: #fef8ee;
  border: 1.5px solid #f9d2b4;	
    padding: 1.95185vw 1.95185vw;
  }
  .l-box2 {
    border: 1.5px solid #d4e0ba;
    padding: 1.95185vw 1.95185vw;
  }	
}

.l-picture img {
  width: 100%;
}
.l-picture img.w10 {
  width: 10%;
}
.l-picture img.w20 {
  width: 20%;
}
.l-picture img.w30 {
  width: 30%;
}
.l-picture img.w40 {
  width: 40%;
}
.l-picture img.w50 {
  width: 50%;
}
.l-picture img.w60 {
  width: 60%;
}
.l-picture img.w70 {
  width: 70%;
}
.l-picture img.w80 {
  width: 80%;
}
.l-picture img.w90 {
  width: 90%;
}

@media screen and (max-width: 768.5px) {
  .l-picture img,
  .l-picture img.w10,
  .l-picture img.w20,
  .l-picture img.w30,
  .l-picture img.w40,
  .l-picture img.w50,
  .l-picture img.w60,
  .l-picture img.w70,
  .l-picture img.w80
  .l-picture img.w90 {
    width: 100%;
  }
}

@media screen and (max-width: 768.5px) {
  .l-page p {
    font-size: 2.5vw;
  }
  .l-page p.p-caution {
    font-size: 1.78vw;
  }
  .l-page-footer .pn {
    font-size: 2.5vw;
  }
  .l-page-footer .ftr01 {
    font-size: 1.78vw;
  }
  .l-page-footer .ftr02 {
    font-size: 1.78vw;
  }
  .s-2 {
    font-size: 2.5vw;
  }
  .s-3 {
    font-size: 2.5vw;
  }
  .k-1 {
    font-size: 2.5vw;
  }
  .k-2 {
    font-size: 2.5vw;
  }
  .l-pop-up span {
    font-size: 2.32vw;
  }
  #setumei, #setumei-1, #setumei-2, #setumei-3, #setumei-4, #setumei-5,
  #setumei-6, #setumei-7, #setumei-8, #setumei-9, #setumei-10, #setumei-11,
  #setumei-11, #setumei-12, #setumei-13, #setumei-14, #setumei-15, #setumei-16,
  #setumei-17, #setumei-18, #setumei-19, #setumei-20 {
    font-size: 2.32vw;
  }
  .window .close span {
    font-size: 3.75vw;
  }
  .window-title {
    font-size: 2.32vw;
  }
  .window-inner p {
    font-size: 2.32vw;
  }
  .js-modal-btn {
    font-size: 2.14vw;
  }
  .ebt table tr th,
  .ebt table tr td {
    font-size: 2.5vw;
  }
  .ebt2 table tr th,
  .ebt2 table tr td {
    font-size: 2.5vw;
  }
  .ebt3 table tr th,
  .ebt3 table tr td {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 428.5px) {
  .l-page p {
    font-size: 3.5vw;
  }
  .l-page p.p-caution {
    font-size: 2.49vw;
  }
  .l-page-footer .pn {
    font-size: 3.5vw;
  }
  .l-page-footer .ftr01 {
    font-size: 2.49vw;
  }
  .l-page-footer .ftr02 {
    font-size: 2.49vw;
  }
  .s-2 {
    font-size: 3.5vw;
  }
  .s-3 {
    font-size: 3.5vw;
  }
  .k-1 {
    font-size: 3.5vw;
  }
  .k-2 {
    font-size: 3.5vw;
  }
  .l-pop-up span {
    font-size: 3.24vw;
  }
  #setumei, #setumei-1, #setumei-2, #setumei-3, #setumei-4, #setumei-5,
  #setumei-6, #setumei-7, #setumei-8, #setumei-9, #setumei-10, #setumei-11,
  #setumei-11, #setumei-12, #setumei-13, #setumei-14, #setumei-15, #setumei-16,
  #setumei-17, #setumei-18, #setumei-19, #setumei-20 {
    font-size: 3.24vw;
  }
  .window .close span {
    font-size: 5.25vw;
  }
  .window-title {
    font-size: 3.24vw;
  }
  .window-inner p {
    font-size: 3.24vw;
  }
  .js-modal-btn {
    font-size: 3vw;
  }
  .ebt table tr th,
  .ebt table tr td {
    font-size: 3.5vw;
  }
  .ebt2 table tr th,
  .ebt2 table tr td {
    font-size: 3.5vw;
  }
  .ebt3 table tr th,
  .ebt3 table tr td {
    font-size: 3.5vw;
  }  
}

@media screen and (max-width: 390.5px) {
  .l-page p {
    font-size: 4.2vw;
  }
  .l-page p.p-caution {
    font-size: 2.98vw;
  }
  .l-page-footer .pn {
    font-size: 4.2vw;
  }
  .l-page-footer .ftr01 {
    font-size: 2.98vw;
  }
  .l-page-footer .ftr02 {
    font-size: 2.98vw;
  }
  .s-2 {
    font-size: 4.2vw;
  }
  .s-3 {
    font-size: 4.2vw;
  }
  .k-1 {
    font-size: 4.2vw;
  }
  .k-2 {
    font-size: 4.2vw;
  }
  .l-pop-up span {
    font-size: 3.88vw;
  }
  #setumei, #setumei-1, #setumei-2, #setumei-3, #setumei-4, #setumei-5,
  #setumei-6, #setumei-7, #setumei-8, #setumei-9, #setumei-10, #setumei-11,
  #setumei-11, #setumei-12, #setumei-13, #setumei-14, #setumei-15, #setumei-16,
  #setumei-17, #setumei-18, #setumei-19, #setumei-20 {
    font-size: 3.88vw;
  }
  .window .close span {
    font-size: 6.3vw;
  }
  .window-title {
    font-size: 3.88vw;
  }
  .window-inner p {
    font-size: 3.88vw;
  }
  .js-modal-btn {
    font-size: 3.6vw;
  }
  .ebt table tr th,
  .ebt table tr td {
    font-size: 4.2vw;
  }
  .ebt2 table tr th,
  .ebt2 table tr td {
    font-size: 4.2vw;
  }
  .ebt3 table tr th,
  .ebt3 table tr td {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 320.5px) {
  .l-page p {
    font-size: 4.5vw;
  }
  .l-page p.p-caution {
    font-size: 3.19vw;
  }
  .l-page-footer .pn {
    font-size: 4.5vw;
  }
  .l-page-footer .ftr01 {
    font-size: 3.19vw;
  }
  .l-page-footer .ftr02 {
    font-size: 3.19vw;
  }
  .s-2 {
    font-size: 4.5vw;
  }
  .s-3 {
    font-size: 4.5vw;
  }
  .k-1 {
    font-size: 4.5vw;
  }
  .k-2 {
    font-size: 4.5vw;
  }
  .l-pop-up span {
    font-size: 4.15vw;
  }
  #setumei, #setumei-1, #setumei-2, #setumei-3, #setumei-4, #setumei-5,
  #setumei-6, #setumei-7, #setumei-8, #setumei-9, #setumei-10, #setumei-11,
  #setumei-11, #setumei-12, #setumei-13, #setumei-14, #setumei-15, #setumei-16,
  #setumei-17, #setumei-18, #setumei-19, #setumei-20 {
    font-size: 4.15vw;
  }
  .window .close span {
    font-size: 6.75vw;
  }
  .window-title {
    font-size: 4.15vw;
  }
  .window-inner p {
    font-size: 4.15vw;
  }
  .js-modal-btn {
    font-size: 3.85vw;
  }
  .ebt table tr th,
  .ebt table tr td {
    font-size: 4.5vw;
  }
  .ebt2 table tr th,
  .ebt2 table tr td {
    font-size: 4.5vw;
  }
  .ebt3 table tr th,
  .ebt3 table tr td {
    font-size: 4.5vw;
  }
}

.l-search-menu {
  max-width: 228px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1000100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-align: center;
  display: none;
}

.l-search-menu.active {
  display: none;
}

.l-search-menu img {
  max-width: 228px;
  width: 100%;
}

.l-search-menu img:hover {
  cursor: pointer;
}

.l-search {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  /*left:calc(((100% - 1024px)/2));
  width:calc(100% - (100% - 1024px));*/
  padding: 0 20px;
  background: white;
  z-index: 1000101;
  /*transition: all 0.6s;*/
}

.l-search-block {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 25px 0;
}

.l-search-block-table01 {
  max-width: 768px;
  width: 100%;
  display: table;
  margin: 0 auto;
}

.l-search-block-table01 > div {
  display: table-cell;
  vertical-align: middle;
}

.l-search-block-table01-left {
  width: auto;
  text-align: left;
  padding-right: 20px;
}

.l-search-block-table01-left p input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  background: url("../images/btn_bottommenu_search.png") left 18px center no-repeat #242129;
  background-size: 31px auto;
  min-height: 22px;
  border-radius: 8px;
  padding: 10px 10px 10px 60px;
  color: #928f93;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}

.l-search-block-table01-left p input:-internal-autofill-selected {
  background-color: -internal-light-dark(#465a7e, rgba(70, 90, 126, 0.4)) !important;
}

.l-search-block-table01-left p input::-webkit-input-placeholder {
  color: #928f93;
}

.l-search-block-table01-left p input:-ms-input-placeholder {
  color: #928f93;
}

.l-search-block-table01-left p input::-ms-input-placeholder {
  color: #928f93;
}

.l-search-block-table01-left p input::placeholder {
  color: #928f93;
}

/* IE */
.l-search-block-table01-left p input:-ms-input-placeholder {
  color: #928f93;
}

/* Edge */
.l-search-block-table01-left p input::-ms-input-placeholder {
  color: #928f93;
}

.l-search-block-table01-right {
  width: 41px;
  text-align: right;
  border-radius: 8px;
  background: #242129;
}

.l-search-block-table01-right p img {
  max-width: 41px;
  width: 100%;
}

.l-search-block-table01-right p img:hover {
  cursor: pointer;
}

.l-search-block-table02 {
  max-width: 768px;
  width: 100%;
  display: table;
  margin: 20px auto 0;
}

.l-search-block-table02 > div {
  display: table-cell;
  vertical-align: bottom;
}

.l-search-block-table02-left {
  width: auto;
  text-align: right;
  padding-right: 40px;
  padding-bottom: 10px;
}

.l-search-block-table02-left p img {
  max-width: 41px;
  width: 100%;
}

.l-search-block-table02-center {
  width: 153px;
  text-align: center;
}

.l-search-block-table02-center p img {
  max-width: 153px;
  width: 100%;
}

.l-search-block-table02-center p img:hover {
  cursor: pointer;
}

.l-search-block-table02-right {
  width: auto;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 10px;
}
.l-search-block-table02-right .question {
  margin-left: 20px;
}
.l-search-block-table02-right p img {
  max-width: 41px;
  width: 100%;
}

.l-search-result {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 98;
}

.l-search-result-block {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 30px 0;
  font-size: 18px;
  overflow-x: auto;
}

.l-search-result-block a {
  font-weight: bold;
  color: #ce217d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-search-result-block ul li {
  margin: 1rem 2rem;
}

.l-search-result-block > ul > li {
  margin: 2rem;
}

@media all and (max-width: 768.5px) {
  .l-search-menu {
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2.60247vw;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
    display: inline-block;
  }
  .l-search-menu.active {
    display: none;
  }
  .l-search-menu img {
    max-width: 44.50228vw;
    width: 100%;
  }
  .l-search-menu img:hover {
    cursor: pointer;
  }
  .l-search {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    /*left:calc(((100% - 1024px)/2));
    width:calc(100% - (100% - 1024px));*/
    padding: 0 3.90371vw;
    background: rgba(255, 255, 255, 0.9);
  }
  .l-search-block {
    max-width: 133.24658vw;
    width: 100%;
    margin: 0 auto;
    padding: 3.25309vw 3.25309vw 0;
  }
  .l-search-block-table01 {
    max-width: 100%;
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  .l-search-block-table01 > div {
    display: table-cell;
    vertical-align: middle;
  }
  .l-search-block-table01-left {
    width: auto;
    text-align: left;
    padding-right: 2.60247vw;
  }
  .l-search-block-table01-left p input {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    width: 100%;
    background: url("../images/btn_bottommenu_search.png") left 3.51334vw center no-repeat #242129;
    background-size: 5.98569vw auto;
    min-height: 4.29408vw;
    border-radius: 1.56148vw;
    padding: 1.04099vw 1.95185vw 1.04099vw 11.71113vw;
    color: #928f93;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .l-search-block-table01-left p input::-webkit-input-placeholder {
    color: #928f93;
  }
  .l-search-block-table01-left p input:-ms-input-placeholder {
    color: #928f93;
  }
  .l-search-block-table01-left p input::-ms-input-placeholder {
    color: #928f93;
  }
  .l-search-block-table01-left p input::placeholder {
    color: #928f93;
  }
  /* IE */
  .l-search-block-table01-left p input:-ms-input-placeholder {
    color: #928f93;
  }
  /* Edge */
  .l-search-block-table01-left p input::-ms-input-placeholder {
    color: #928f93;
  }
  .l-search-block-table01-right {
    width: 7.93754vw;
    text-align: right;
    border-radius: none;
    background: transparent;
  }
  .l-search-block-table01-right p img {
    max-width: 7.93754vw;
    width: 100%;
  }
  .l-search-block-table01-right p img:hover {
    cursor: pointer;
  }
  .l-search-block-table02 {
    max-width: 100%;
    width: 100%;
    display: table;
    margin: 3.90371vw auto 0;
  }
  .l-search-block-table02 > div {
    display: table-cell;
    vertical-align: bottom;
  }
  .l-search-block-table02-left {
    width: auto;
    text-align: right;
    /* padding-right: 7.80742vw; */
    padding-right: 3.80742vw;
    padding-bottom: 1.95185vw;
  }
  .l-search-block-table02-left p img {
    max-width: 9.75927vw;
    width: 100%;
  }
  .l-search-block-table02-center {
    width: 29.92843vw;
    text-align: center;
  }
  .l-search-block-table02-center p img {
    max-width: 29.92843vw;
    width: 100%;
  }
  .l-search-block-table02-right {
    width: auto;
    text-align: left;
    /* padding-left: 7.80742vw; */
    padding-left: 3.80742vw;
    padding-bottom: 1.95185vw;
  }
  .l-search-block-table02-right p img {
    max-width: 9.75927vw;
    width: 100%;
  }
  .l-search-block-table02-right .question {
    margin-left: 3vw;
  }
  .l-search-result-block {
    max-width: 133.24658vw;
    width: 100%;
    margin: 0 auto;
    padding: 9.10865vw 2.60247vw 0;
  }
}

/*==================================================
2.sp pc
==================================================*/
.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media all and (max-width: 768.5px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/*==================================================
sup
==================================================*/
sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.l-page p.sup {
  margin-top: 40px;
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px dashed gray;
}

/*==================================================
ruby
==================================================*/
.em08 {
  font-size:0.8em;
}

.em06 {
  font-size:0.6em;
}

.em04 {
  font-size:0.4em;
}

.em02 {
  font-size:0.2em;
}

/* 一重の線 */
.under-border1 {
    text-decoration:underline solid black
}
 
/* 二重線 */
.under-border2 {
    text-decoration:underline double black
}
 
/* 点線 */
.under-border3 {
    text-decoration:underline dotted black
}
 
/* 破線 */
.under-border4 {
    text-decoration:underline dashed black
}
 
/* 波状の線 */
.under-border5 {
    text-decoration:underline wavy black
}
