@charset "utf-8";
/* --------------
 reset
-------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100% !important;
  border: 0;
}
iframe img {
  max-width: none !important;
  border: 0;
}

body * {
  box-sizing: border-box;
}

.printOnly {
  display: none;
}

/* --------------
 clearfix
-------------- */
div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
 base
-------------- */
html body {
  color: #333;
  background: #fff;
  font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sans-serif {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-break: break-word !important;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

/* link */
a {
  color: #1e1b1a;
  /*	word-break: break-all;*/
  word-break: break-word;
  text-decoration: none;
}
a:hover {
  color: #231815;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.break {
  word-break: break-all;
}

.inlineblock {
  display: inline-block !important;
}
.block {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */

.fs05 {
  font-size: 0.5em;
}
.fs06 {
  font-size: 0.6em;
}
.fs07 {
  font-size: 0.7em;
}
.fs08 {
  font-size: 0.8em;
}
.fs09 {
  font-size: 0.9em;
}
.fs10 {
  font-size: 1em;
}
.fs11 {
  font-size: 1.1em;
}
.fs12 {
  font-size: 1.2em;
}
.fs13 {
  font-size: 1.3em;
}
.fs14 {
  font-size: 1.4em;
}
.fs15 {
  font-size: 1.5em;
}
.fs16 {
  font-size: 1.6em;
}
.fs17 {
  font-size: 1.7em;
}
.fs18 {
  font-size: 1.8em;
}
.fs19 {
  font-size: 1.9em;
}
.fs20 {
  font-size: 2em;
}
.fs21 {
  font-size: 2.1em;
}
.fs22 {
  font-size: 2.2em;
}
.fs23 {
  font-size: 2.3em;
}
.fs24 {
  font-size: 2.4em;
}
.fs25 {
  font-size: 2.5em;
}
.fs30 {
  font-size: 3em;
}

/* ---------- font weight */
.thin {
  font-weight: 100;
}
.demilight {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.midium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}

/* ---------- align */
.alc {
  text-align: center !important;
}
.alr {
  text-align: right !important;
}
.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}
.alb {
  text-align: bottom !important;
}
.alm {
  vertical-align: middle !important;
}

.alj {
  /* 文字均等割付 */
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */

.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}

/* ----- text */

.clNormal {
  color: #000;
}

.clWt {
  color: #fff;
}
.clGray {
  color: #777;
}
.clBk {
  color: #000;
}

.clRed {
  color: #e71f22;
}
.clYlw {
  color: #ffeb0e;
}
.clBlue {
  color: #1845bf;
}
.clGrn {
  color: #409347;
}
.clPink {
  color: #e46c7d;
}
.clOg {
  color: #eb621f;
}
.clPpl {
  color: #844acc;
}
.clBeige {
  color: #b3a89a;
}
.clPBlue {
  color: #33c6ff;
}

.cl-notice {
  color: #ff1317;
}
.cl-warning {
  color: #ef4245;
}
.cl-hidden {
  color: #dcdcdc;
}

.cl-pdf {
  color: #d8190c;
}
.cl-word {
  color: #265195;
}
.cl-excel {
  color: #1e6e42;
}

.cl-facebook {
  color: #3b5998;
}
.cl-twitter {
  color: #55acee;
}

mark {
  color: inherit;
  background: #b1f097;
}

.cl-keycolor {
  color: #11376e;
}

.cl-subcolorA1 {
  color: #ebf3ff;
}
.cl-subcolorA2 {
  color: #007cba;
}

.cl-subcolorB1 {
  color: #0eaa67;
}
.cl-subcolorB2 {
  color: #eee;
}

.cl-subcolorC1 {
  color: #ffeb0e;
}
.cl-subcolorC1 {
  color: #333333;
}

.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh15 {
  line-height: 1.5;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}

/* ----- list */
.ulDisc {
  margin-left: 2em;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 2em;
  list-style: outside decimal;
}

.ulDisc li,
.olDecimal li {
  margin-bottom: 5px;
}

/* ----- decoration (button, etc...) */

.bgBox {
  padding: 10px;
}
.bg-color {
  padding: 1rem 0;
}
.bgWt {
  background-color: #fff !important;
}
.bgBk {
  background-color: #000 !important;
}
.bgGray {
  background-color: #666 !important;
}

.bg-keycolor {
  background-color: #11376e !important;
}

.bg-subcolorA1 {
  background-color: #ebf3ff !important;
}
.bg-subcolorA2 {
  background-color: #007cba !important;
}

.bg-subcolorB1 {
  background-color: #0eaa67 !important;
}

hr {
  width: 100%;
  height: 1px;
  border-style: none;
  background: #11376e;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.bdrR5 {
  border-radius: 5px;
  overflow: hidden !important;
}

.bdrR10 {
  border-radius: 10px;
  overflow: hidden !important;
}
.bdrR20 {
  border-radius: 20px;
  overflow: hidden !important;
}
.bdrR30 {
  border-radius: 30px;
  overflow: hidden !important;
}
.bdrAll2-gray {
  border: #aaa solid 2px;
}

/* ----- button */

/* ----- youtube */

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------
 common
-------------- */

/* =header
-------------------------------------------------------------- **/
#header {
  position: relative;
  z-index: 9999;
}
.header__wrap {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 7px;
  align-items: center;
}

.header__login .btn_top{
  max-width: 320px;
}

/* add2025 */
.lang-menu {
  position: relative;
  display: inline-block;
}
.lang-label {
  background: #b70419;
  color: #fafafa;
  font-weight: bold;
  padding: 8px 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border: 2px solid #b70419;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}
.lang-label:hover {
  color: #b70419;
  background-color: #fafafa;
}
.lang-list {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: white;
  border: 1px solid #ccc;
  display: none;
  z-index: 10;
  width: 100%;
}
.lang-list li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.lang-list li a:hover {
  background: #eee;
}

/* チェックボックスがONのとき表示 */
#lang-toggle:checked + .lang-label + .lang-list {
  display: block;
}


/* =siteHeader
---------------------------------------------------- */
#siteHeader {
}

#siteHeader .subHeader {
}

#siteHeader .logo {
}

.siteHeader {
  background-color: #000 !important;
  text-align: right;
  width: 100%;
}

/* =container
-------------------------------------------------------------- **/
/* #container {
  margin-top: 2rem;
} */

.clm2 > .fll > a,
.clm3 > .fll > a,
.clm4 > .fll > a,
.clm5 > .fll > a,
.clm6 > .fll > a,
.spclm2 > .fll > a,
.spclm3 > .fll > a .spclm4 > .fll > a,
.spclm5 > .fll > a,
.spclm6 > .fll > a {
  display: block;
  text-decoration: none;
}

/* =headline / titles
---------------------------------------------------- */
.contents h1 {
  font-size: 1.5em;
  clear: both;
  margin-bottom: 0.5rem;
}
.pageTtl {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contents h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.6em;
  line-height: 1.1em;
  /* border-bottom: 2px solid #00A5D5; */
  padding-bottom: 0.3em;
  background: #e8342f;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  padding: 1em;
}

.contents h3 {
  /*margin-top: 1rem;*/
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.2em;
  line-height: 1.1em;

  border-left: 3px solid #00a5d5;
  padding-left: 0.3em;
}
.contents h4 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.1em;
  line-height: 1.1em;
}
.contents h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1em;
  line-height: 1.1em;
}

/* コンテンツ中身 */
.contents p {
  margin-bottom: 1rem;
}
/* テーブル */
.contents table,
.contents table td,
.contents table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.contents table {
  width: 100%;
  margin-bottom: 1rem;
}
.contents table th,
.contents table td {
  padding: 5px 10px;
}
.contents table th {
  background: #f3feff;
  vertical-align: top;
}
.contents table td {
  background: #fff;
}

/* 画像中央寄せトリミング */
.centerPhoto {
  position: relative;
  /*width: 100%;*/
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.centerPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerPhoto.imgBnrFeature img {
  max-width: none !important;
  width: 120%;
}

/* 64:27 */
.centerPhoto.size6427 {
  padding-top: 42.18%;
}

/* 4:3 */
.centerPhoto.size43 {
  padding-top: 75%;
}
/* 1:1 */
.centerPhoto.size11 {
  padding-top: 100%;
}
.centerPhoto.size11 img {
  max-width: none !important;
  max-height: 100% !important;
}

.formDeco select {
  cursor: pointer;
  padding: 3px 5px;
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/arwB-select.png) right 50% no-repeat;
  background-size: 22px 33px;
  border: 1px solid #999;

  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
.formDeco select::-ms-expand {
  display: none;
}

.formDeco select option[value=""] {
  /*color: #aaa;*/
}

.formDeco input[type="checkbox"],
.formDeco input[type="radio"] {
  display: none;
}
.formDeco input[type="checkbox"] + span,
.formDeco input[type="radio"] + span {
  display: inline-block;
  padding: 8px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}
.formDeco input[type="checkbox"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff;
}
.formDeco input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #e8342f;
  border-right: 3px solid #e8342f;
}

.formDeco input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 0.5px solid #999;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
  transform: translate(0, -50%);
}
.formDeco input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #e8342f;
  border-radius: 50%;
  transform: translate(0, -50%);
  z-index: 4;
}

.formDeco input[type="checkbox"]:checked + span,
.formDeco input[type="radio"]:checked + span {
  font-weight: bold;
  background: #fff3b2;
}

.formDeco textarea {
  width: 100%;
  height: 5em;
  font-size: 16px !important;
}

.formDeco input[type="text"],
.formDeco input[type="tel"] {
  padding: 0.3em;
  font-size: 16px !important;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
  font-size: 108%;
  text-align: left;
}

.formDeco input[name="email"] {
  font-size: 16px !important;
}

input:focus {
  outline-color: #ea6864;
}

.quesBox {
  padding: 2%;
  border-bottom: 1px solid #dddddd;
}

.quesGroup:first-of-type > .quesBox {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}

.confirm .quesGroup:first-of-type > .quesBox {
  border-bottom: 1px solid #dddddd;
  border-top: none;
}

.errorBox {
  border: 2px solid #ea271c;
  padding: 1.5em;
}
.errorBox + .errorBox {
  border-top-width: 0;
}
.errorBox > p,
.errmsg {
  color: #ea271c;
  font-weight: 800;
}

.quesBox input {
  margin: 1px;
}
.quesBox dt {
  font-weight: 800;
}
/*
input:read-only,
textarea:read-only {
	border: 0;
	outline: 0;
}
*/
.btnSubmit {
  text-align: center;
  margin-top: 4em;
}

.btnSubmit > input,
.btnSubmit > button {
  font-size: 1.4em;
  display: inline-block;
  margin: auto 0;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.3em 15%;
  border-radius: 3px 3px 3px 3px;

  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
}

.confirm dd {
  color: #737373;
  font-weight: 700;
}

.btnSubmit > .submit {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea6864+0,e8342f+100 */
  background: #ea6864; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ea6864 0%,
    #e8342f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ea6864 0%,
    #e8342f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ea6864 0%,
    #e8342f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea6864', endColorstr='#e8342f',GradientType=0 ); /* IE6-9 */
}
.btnSubmit > .submit:disabled {
  filter: grayscale(100%);
}
.btnSubmit > .backbtn {
  background: #313131;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d5d5d+0,313131+100 */
  background: #5d5d5d; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #5d5d5d 0%,
    #313131 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #5d5d5d 0%,
    #313131 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #5d5d5d 0%,
    #313131 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#313131',GradientType=0 ); /* IE6-9 */
}

ul.ansItemList {
  display: inline-block;
}

.ansItemList li {
  margin-top: 0.5em;
}

dt.required:after {
  content: attr(data-required);
  color: #ea271c;
  white-space: nowrap;
}

.confirmTxt {
  background: #f1f1f1;
  padding: 2em;
}
/*
input[readonly] {
	border: none!important;
    box-shadow: none!important;
}
*/

.btn_Yellow {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0.5em 2%;
  width: 96%;
  text-decoration: none !important;
  color: #333;
  border: 0;
  border-radius: 3px;
  /* other browser */
  background: #ffc571;
  /* for old webkit */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffce87),
    color-stop(1, #ffc571)
  );
  /* for modern browser */
  background: linear-gradient(to bottom, #ffce87 0%, #ffc571 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: bold;
}

.btn_Red {
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  background: #e8342f;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ea6864),
    color-stop(1, #e8342f)
  );
  background: linear-gradient(to bottom, #ea6864 0%, #e8342f 100%);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.3em;
  text-decoration: none !important;
}

.btn_Lemon {
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  background: #f98c15;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #efbb84),
    color-stop(1, #f98c15)
  );
  /*background: linear-gradient( to bottom, #f98c15 0%, #efbb84 100% );
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);*/
  color: #ffffff;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.3em;
  display: inline-block;
  text-decoration: none !important;
}

.btn_Yellow:hover,
.btn_Red:hover,
.btn_Lemon:hover {
  opacity: 0.9;
}

button[disabled].btn_Yellow,
button[disabled].btn_Red,
a[disabled].btn_Lemon {
  filter: grayscale(100%);
}

button[disabled].btn_Yellow {
  /* other browser */
  background: #ffc571;
  /* for old webkit */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffc571),
    color-stop(1, #ffce87)
  );
  /* for modern browser */
  background: linear-gradient(to bottom, #ffc571 0%, #ffce87 100%);
}

button[disabled].btn_Red {
  background: #e8342f;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e8342f),
    color-stop(1, #ea6864)
  );
  background: linear-gradient(to bottom, #e8342f 0%, #ea6864 100%);
}

a[disabled].btn_Lemon {
  background: #f98c15;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #f98c15),
    color-stop(1, #efbb84)
  );
  background: linear-gradient(to bottom, #f98c15 0%, #efbb84 100%);
}

.login_form h2,
.trouble_page h2.head_txt,
.app_use h2.head_txt {
  margin: 0;
  padding: 10px;
  background: #e8342f;
  color: #ffffff;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
}

.btn_pre {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #c21f7e;
  font-size: 35px;
  color: #c21f7e;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}

.btn_pre:hover {
  background-color: #c21f7e;
  border-color: #c66a7e;
  color: #fff;
}

.btn_pre_gai {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #0080ff;
  font-size: 30px;
  color: #0080ff;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}

.btn_pre_gai:hover {
  background-color: #0080ff;
  border-color: #0055ff;
  color: #fff;
}

.btn_mypage_top {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #ff8800;
  font-size: 35px;
  color: #ff8800;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: 0.4s;
}

.btn_mypage_top:hover {
  background-color: #ffb929;
  color: #fff;
}

.btn_mypage {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #e8342f;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px;
  border-radius: 4px;
  transition: 0.4s;
  background-color: #e8342f;
  color: #fff;
}

.btn_mypage:hover {
  background-color: #fff;
  color: #e8342f;
}

.btn_top {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  text-align: center;
  border: 2px solid #4169e1;
  font-size: 40px;
  color: #fff;
  background-color: #4169e1;
  text-decoration: none !important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
}

.btn_top:hover {
  background-color: #fff;
  color: #4169e1;
}

/* -------------------btn 2024.08*/

.btn_top {
  border: 2px solid #e71a10;
  background-color: #fff;
  color: #e71a10;
}

.btn_top:hover {
  color: #fff;
  background-color: #e71a10;
}

.btnA {
  background: #000000;
}

/* =footer
-------------------------------------------------------------- **/
#footer {
  /* margin-top: 2em; */
  /* background: #4169e1; */
  background: #000;
  color: #fff;
  text-align: center;
  padding: 2em 0;
}

#footer p + p {
  margin-top: 1em;
}

#footer_pre {
  background: #fff586;
  color: #000;
  text-align: center;
  padding: 2em 0;
}
#footer_pre p + p {
  margin-top: 2em;
}

/* add2025 */
#Footer{
  background: #000;
  color: #fff;
  padding: 2em 15px;
}
.footer__btn {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
}
.footer__btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* =copyright
---------------------------------------------------- */
#copyright {
  padding: 7px 0;
  text-align: center;
  font-size: 0.7em;
  background: #11376e;
  color: #fff;
}

/* --------------
 page contents
-------------- */

/* =XXX
---------------------------------------------------- */

/* =coupon.php
---------------------------------------------------- */
/*.coupon_use a,.wall_use a,.app_use a,.thanks a:not([class]),.trouble_page a:not([class]){*/
.app_use a:not([class]),
.thanks a:not([class]),
.trouble_page a:not([class]) {
  text-decoration: underline;
  color: #e8342f;
}

/*.coupon_use a:hover,.wall_use a:hover,.app_use a:hover,.thanks a:not([class]):hover,.trouble_page a:not([class]):hover{*/
.app_use a:not([class]):hover,
.thanks a:not([class]):hover,
.trouble_page a:not([class]):hover {
  color: #ff8b88;
}

.coupon_use .coupon_btn,
.wall_use .wall_btn {
  margin: 4em 2em;
  text-align: center;
}
.coupon_btn form,
.wall_btn form {
  display: inline-block;
}

/* =application.php
---------------------------------------------------- */

.app_submit {
  text-align: center;
}

.app_submit button {
  font-size: 1.2em;
  margin: 2em auto;
  width: 44vw;
}

.pre_submit {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e8342f; /*ボタン色*/
  color: #fff;
  border-radius: 3px;
  border-bottom: solid 3px #af1013;
  width: 300px;
  font-size: 250%;
}
.pre_submit:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.pre_box {
  position: relative;
  margin: 2em auto;
  padding: 1.2em;
  width: 90%;
  color: #000000;
  background-color: #fff;
  border: 6px double #ea271c;
}

.double-border {
  width: 96%;
  border: 3px solid #f00;
  outline: 1px solid #f00; /* 線幅、線のスタイル、カラー */
  outline-offset: -10px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
  padding: 2%;
}

.inf_box {
  padding: 0.5em 1em;
  margin: 2em 0;
  /*font-size: 1.2em;*/
  font-weight: bold;
  color: #6091d3; /*文字色*/
  background: #fff;
  border: solid 3px #6091d3; /*線*/
  border-radius: 10px; /*角の丸み*/
}
.inf_box p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.inf_box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  /*font-size: 1.2em;*/
  /*font-weight: bold;*/
  /*color: #6091d3;/*文字色*/
  background: #fff;
  border: solid 3px #6091d3; /*線*/
  border-radius: 10px; /*角の丸み*/
}
.inf_box1 p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.inf_box1 h2 {
  margin-bottom: 10px;
  padding: 10px;
  background: #e8342f;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
.display_none {
  display: none;
}
.display_block {
  display: block;
}

/* 言語選択 */
nav.lang {
  /* background-color: #4169e1 !important;
  text-align: right;
  width: 100%;
  height: 40px; */
  /*
    position: absolute;
    right: 0;
    top: 11px;
	*/
}

nav.lang li {
  vertical-align: middle;
  display: inline-block;
  margin: 10px 5px;
}

nav.lang li a {
  /*color: #fff;*/
  /*-webkit-text-stroke: 0.2px #fff;*/
  /*font-size: 12px;
    font-size: 1.2rem;*/
  position: relative;
}

nav.lang li a.clRed {
  color: #f00;
}

/*spot*/
.btnA {
  display: inline-block;
  /*margin: 3px 0;*/
  padding: 10px 20px;
  border-radius: 3px;
  border: #fff solid 1px;
  color: #fff;
  text-decoration: none;
  background: #000080;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
  word-break: keep-all !important;
  white-space: nowrap !important;
  vertical-align: middle;
  font-size: 18px;
}

.btnA.og {
  background: #eb7d44;
}
.btnA.red {
  background: #f00;
  color: #fff !important;
}
.btnA.grn {
  background: #57ac5e;
}
.btnA.sort {
  padding: 0.1em 0.3em;
  line-height: 1;
  background: #888;
  font-size: 0.8em;
}

.btnB {
  display: inline-block;
  /*margin: 3px 0;*/
  padding: 3px 6px;
  border-radius: 3px;
  border: #fff solid 1px;
  color: #fff;
  text-decoration: none;
  background: #000080;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.25) inset;
  word-break: keep-all !important;
  white-space: nowrap !important;
  vertical-align: middle;
  font-size: 90%;
}

.btnA:hover,
.btnB:hover,
.footer__btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

/* = reserve form
---------------------------------------------------- */

.reserve table {
  border-collapse: collapse;
}

.form-table input,
.form-table select {
  display: inline-block;
  font-size: 16px;
  padding: 12px 15px;
  transition: 0.8s;
}

.form-table input:focus,
.form-table select:focus {
  background: #e9f5fb;
  border-color: #00fa9a;
  outline: none;
}

.form-table input::placeholder,
.form-table textarea::placeholder {
  color: #ccc;
}

.form-table ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 100%;
}

.form-table th,
.form-table td {
  border: 1px solid #d7d7d7;
  padding: 10px;
  text-align: left;
}

.form-table th {
  background: #f0f8ff;
  /*padding-left: 50px;*/
  position: relative;
  text-align: left;
  width: 300px;
}

.form-table label {
  font-size: 14px;
  display: block;
}

.form-table label.required_ja:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 4px;
  border-radius: 4px;
  font-size: 0.7em;
  color: white;
  background-color: #ff0f87;
  content: "必須";
}
.form-table label.required_en:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 4px;
  border-radius: 4px;
  font-size: 0.7em;
  color: white;
  background-color: #ff0f87;
  content: "Required";
}

.form-table label.required_tc:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 4px;
  border-radius: 4px;
  font-size: 0.7em;
  color: white;
  background-color: #ff0f87;
  content: "Required";
}
.form-table label.required_ko:before {
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding: 4px;
  border-radius: 4px;
  font-size: 0.7em;
  color: white;
  background-color: #ff0f87;
  content: "Required";
}

.list-table {
  width: 100%;
}

.list-table th,
.list-table td {
  border: 1px solid #d7d7d7;
  padding: 10px;
  text-align: left;
}

.list-table th {
  background: #f0f8ff;
  /*padding-left: 50px;*/
  position: relative;
  text-align: left;
  width: 300px;
}

.select2 {
  font-size: 16px;
}

.select2-container *:focus {
  outline: none !important;
  background: #e9f5fb;
  border-color: #00fa9a !important;
}

.select2-results__option {
  font-size: 16px;
}

.select2-container--default .select2-selection--single {
  width: 95% !important;
  height: calc(2.25rem + 2px) !important;
  padding: 0.25rem 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  width: 95% !important;
  height: calc(2.25rem + 2px) !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 90% !important;
}
.reserve h1 {
  color: #364e96; /*文字色*/
  border: solid 3px #000080; /*線色*/
  padding: 0.5em; /*文字周りの余白*/
  border-radius: 0.5em; /*角丸*/
  margin-bottom: 15px;
}

.reserve h2 {
  margin-bottom: 1rem;
  font-size: 1.6em;
  text-align: center;
}

.reserve h3 {
  margin: 30px 0 15px;
  position: relative;
  padding: 0.6em;
  background: #000080;
  color: #fff;
  text-align: left;
}

.reserve h4 {
  margin: 20px 0 10px;
  font-size: 1.2em;
}

/* =form step
------------------------------- */

.form-step-wrap {
  /*	margin:  0 20px;*/
}

.form-step {
  display: flex;
  text-align: center;
  border: #222 solid 1px;
}

.form-step:after {
  display: none;
}

.form-step li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  /*padding: 0 10px;*/
  padding: 10px;
  position: relative;
  line-height: 1.2;
}

.form-step li:not(:last-child):before,
.form-step li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 20px 0 20px 10px;
  border-style: solid;
  top: 0;
  position: absolute;
  z-index: 10;
}

.form-step li:not(:last-child):before {
  border-color: transparent transparent transparent #222;
  right: -10px;
}

.form-step li:not(:last-child):after {
  border-color: transparent transparent transparent #fff;
  right: -9px;
}

.form-step li.current {
  background: #4169e1;
  color: #fff;
  font-weight: bold;
}

.form-step li.current:not(:last-child):after {
  border-left-color: #4169e1;
}

.btn-a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1em;
  border: #333 solid 1px;
  text-align: center;
  border-radius: 1.5em;
  color: #222;
  background: #fff;
}

.error {
  color: #f00;
  font-weight: bold;
}

.subtitle {
  background: #4169e1 !important;
  color: #fff !important;
}

/* add202506 */
.inner {
  max-width: 1440px;
  margin: 0 auto;
}

.bgRed {
  background: #b70419;
}

.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#popup:checked + .popup {
  display: flex;
}
.popup-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  cursor: pointer;
}
/* モーダル */
.popup-content {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-content img {
  max-height: 80vh;
  width: auto;
  height: auto;
  display: block;
}
.popup-close {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  cursor: pointer;
}



#Flow {
  background-image: url(../img/back_hokuriku.jpg);
  background-position: center;
  padding-top: 70px;
  padding-bottom: 140px;
}
#Flow .step-box {
  position: relative;
  display: flex;
  padding: 1rem;
  border-left: 1px solid transparent;
}
#Flow .step-line {
  position: relative;
  width: 20px;
  margin-right: 20px;
}
#Flow .step-line::before{
  content: "";
  position: absolute;
  background-color: orange;
}
#Flow .step-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(../img/back_hokuriku.jpg);
  z-index: 1;
}
#Flow .step-content {
  flex: 1;
}
#Flow .step-number,
#Flow .step-title {
  font-weight: bold;
}

#Flow .step-content {
  background-repeat: no-repeat;
  background-position: 90% 0;
  background-size: 102px;
}

#Flow .step1 {
  background-image: url("../img/step-1.png");
}
#Flow .step2 {
  background-image: url("../img/step-2.png");
}
#Flow .step3 {
  background-image: url("../img/step-3.png");
}

#Search {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
#Search::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: url("../img/back_hokuriku.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#Search .search-area a {
  position: relative;
  display: block;
}
#Search .search-area a img {
  display: block;
  width: 100%;
  height: auto;
}
#Search .search-area a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  color: white;
  z-index: 2;
}

#Access .access-box p:not(:nth-child(3)){
  border-bottom: 1px solid #3a3a3a;
}

.btn{
  margin-bottom: 30px;
}
.btn a {
  max-width: 950px;
  border: 1px solid #af0000;
  color: #af0000;
  display: inline-block;
  width: 60%;
  margin: 0 auto;
  padding: 7px 10px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  transition: 0.2s ease;
  position: relative;
  top: 0;
  text-decoration: none;
}
.btn a:hover {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
  top: 2px;
  background-color: #af0000;
  color: #fafafa;
}
