@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  color: #333333;
  font-size: 1em;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea,
button {
  font-family: inherit;
  color: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.floatl {
  float: left;
}

.floatr {
  float: right;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/

.contents {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.img_center {
  margin-left: -450px;
}

.contents1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.op0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.r {
  text-align: right !important;
}

.l {
  text-align: left !important;
}

.b {
  font-weight: bold;
}

.margin20p {
  margin-top: 20px;
}
.margin50p {
  margin-top: 50px;
}
.margin100p {
  margin-top: 100px;
}
.margin200p {
  margin-top: 200px;
}
.padding20p {
  padding-top: 20px;
}
.padding50p {
  padding-top: 50px;
}
.paddingb100p {
  padding-bottom: 100px;
}

.visible900 {
  display: none;
}

/* clearfix */

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*重なりの優先度*/

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

/*横幅*/

.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w85 {
  width: 85%;
}

.w80 {
  width: 80%;
}

.w70 {
  width: 70%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.block {
  display: block;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.pointer_evNone {
  pointer-events: none;
}

.pointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.h_line:hover {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  /* Androidブラウザ用 */
  display: flex;
}

.flex-start {
  -webkit-box-pack: start;
  /* Androidブラウザ用 */
  justify-content: flex-start;
}

.flex-end {
  -webkit-box-pack: end;
  /* Androidブラウザ用 */
  justify-content: flex-end;
}

.flex-center {
  -webkit-box-pack: center;
  /* Androidブラウザ用 */
  justify-content: center;
}

.flex-space-between {
  -webkit-box-pack: justify;
  /* Androidブラウザ用 */
  justify-content: space-between;
}

.flex-a-start {
  -webkit-box-align: start;
  /* Androidブラウザ用 */
  align-items: flex-start;
}

.flex-a-end {
  -webkit-box-align: end;
  /* Androidブラウザ用 */
  align-items: flex-end;
}

.flex-a-center {
  -webkit-box-align: center;
  /* Androidブラウザ用 */
  align-items: center;
}

.flex-a-baseline {
  -webkit-box-align: baseline;
  /* Androidブラウザ用 */
  align-items: baseline;
}

.flex-a-stretch {
  -webkit-box-align: stretch;
  /* Androidブラウザ用 */
  align-items: stretch;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------
定数 ※個別設定
--------------------------------------------------------*/

.scroll::-webkit-scrollbar {
  width: 17px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #333;
  box-shadow: 0px 0px 0px 2px #fff inset;
}

.scroll::-webkit-scrollbar-track-piece:start,
.scroll::-webkit-scrollbar-track-piece:end {
  box-shadow: 0px 0px 0px 2px #333;
  margin-right: 0;
  padding-right: 0;
}

.back_white {
  background-color: #fff;
}

.white {
  color: #fff;
}

/*--------------------------------------------------------
固定ヘッダー
--------------------------------------------------------*/
.fixed {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 1000;
  max-width: 900px;
}

.shadow {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.1);
}

#menu {
  background: #fff;
  height: 50px;
  margin: 0 auto;
}

.pase_03 {
  position: absolute;
  top: 0;
  left: 0;
}

.pase_04 {
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

footer {
  position: relative;
  z-index: 2;
  text-align: center;
  background-color: #000;
}

.copyright {
  padding: 10px 0;
  text-decoration: none;
}

.copyright,
.copyright a {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 431px) {
  .copyright,
  .copyright a {
    font-size: 10px;
  }
}

/*-------------------------------------
    err
-------------------------------------*/

.err_msg {
  font-size: 0.8em;
  color: #ff0000;
  font-weight: bold;
  border-radius: 0.3em;
  margin: 0.5em 1em 0 0;
}

/*--------------------------------------------------------
//top
--------------------------------------------------------*/
.pase_02 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.pase_15 {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translate(-50%);
}

.pase_16 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.pase_17 {
  position: absolute;
  top: 67.5%;
  left: 50%;
  transform: translate(-50%);
}

.pase_plan {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}

.pase_24 {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%);
}

.top_txt1 {
  font-size: 40px;
}

.top_txt2 {
  font-size: 22px;
  text-align: justify;
  height: 115px;
}

.top_txt3 {
  font-size: 20px;
  text-align: right;
  color: #278fc9;
}

.border_dashed_right {
  border-right: 2px dashed #333;
}

.border_dashed_bottom {
  border-bottom: 2px dashed #333;
}
/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.form_table {
  margin-bottom: 10px;
  margin: 0 5% 10px;
}

.form_table li {
  display: inline-block;
}

.form_th {
  background-color: #333333;
  color: #fff;
  padding: 11px 6px 9px 6px;
  width: 25%;
  text-align: center;
}

.form_td {
  width: 74%;
  padding: 10px 6px 8px 6px;
  border: 1px solid #333333;
  background-color: #fff;
}

.form_td2 {
  width: 74%;
  padding: 10px 6px 7.7px 6px;
  border: 1px solid #333333;
  background-color: #fff;
}

.form_table input[type="text"],
.form_table select,
.form_table input[type="number"] {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  font-size: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0 !important;
  min-height: 0 !important;
}

.form input:focus {
  outline: none; /* フォーカス時のアウトラインを消す */
}

form .err_msg {
  color: #ff0000;
  font-weight: bold;
  font-size: 1em;

  padding-bottom: 10px;
  padding: 0 5%;

  position: relative;
  top: -10px;
}

/*チェックボックス*/

.checkbox {
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}

body.check .checkbox {
  padding-top: 1em;
  padding-bottom: 1em;
}

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 2em;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.checkbox label span.txt {
  display: inline-block;
  line-height: 1.3;
  position: relative;
}

.checkbox label input {
  display: none;
}

.checkbox label input + span.txt::before {
  content: "";
  display: block;
  background: #fff;
  width: 1em;
  height: 1em;
  box-shadow: none;
  margin-right: 0.7em;
  position: absolute;
  left: -1.5em;
  border: 1px solid #001932;
  top: 8%;
}

.checkbox label input:checked + span.txt::after {
  position: absolute;
  display: block;
  content: "";
  display: block;
  position: absolute;
  left: -1.1em;
  width: 0.5em;
  height: 1em;
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  border-bottom: 3px solid #ff141e;
  border-right: 3px solid #ff141e;
  top: -1%;
}

/*--------------------------------------------------------
//conf
--------------------------------------------------------*/
.conf_txt1 {
  font-size: 40px;
}

.conf .form_td {
  width: 74%;
  padding: 10px 6px 8px 6px;
  background-color: #fff;
  border: 1px solid #fff;
}

.price_box {
  position: absolute;
  top: 59%;
  left: 45%;
  font-size: 25px;
}

.count_box input {
  position: absolute;
  top: 60%;
  right: 23%;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #b3b3b3;
}

.modoru {
  font-size: 20px;
  color: #278fc9;
}
/*--------------------------------------------------------
//pay
--------------------------------------------------------*/
.pay_text1 {
  font-size: 30px;
}

.pay_text2 {
  font-size: 20px;
}

.ginko {
  width: 50%;
}
/*セレクトボックス*/

.pay select {
  width: 100%;
  height: 2em;
  border: 0;
  font-size: 1.2em;
  padding: 0.3em 0.6em;
  background-color: #f3f3f3;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pay option {
  color: #333;
  border: thin solid #fff;
}

.pay .wrap {
  position: relative;
  z-index: +2;
}

.pay .wrap::after {
  content: "\025bc";
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  font-size: 1.2em;
  right: 0;
  height: 1em;
  color: #333;
  margin: auto;
  width: 2em;
  padding-top: 0.3em;
  padding-left: 0.5em;
  pointer-events: none; /*セレクトボックスの▼をクリックした際に反応する記述*/
}

.pay select::-ms-expand {
  display: none;
}

.pay select::-ms-expand {
  display: none;
}
