@charset "UTF-8";
/*　基本色　*/
/*　マスターワイズ　*/
/* 読み上げ文字 */
.vi {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

/* 一括初期化  */
/*テーブル*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*ヘッディング*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
}

/*パラグラフ*/
p {
  margin: 0;
  padding: 0;
}

/*　水平線　*/
hr {
  width: auto;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
}

/*　アドレス　*/
address {
  font-style: normal;
}

/*　iframe */
iframe {
  border: none;
}

/* フォーム部品 */
form {
  width: 600px;
  margin: 40px auto 50px;
}

form input[type=text],
form input[type=number],
form input[type=tel],
form input[type=email],
form input[type=password],
form textarea {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  padding: 6px;
}

form input[type=text]:focus,
form input[type=number]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form textarea:focus {
  background-color: #f8f8f8;
}

form textarea {
  width: 100%;
  height: 10em;
}

form input[type=checkbox] {
  margin: 0 .5em 0 4px;
}

form label {
  cursor: pointer;
}

/* フォーム用リスト- 送信用 */
#list_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  list-style: none;
  /* 背景付き送信ボタン */
}

#list_submit li {
  margin: 0 10px;
}

#list_submit .submit_back,
#list_submit .submit_next {
  display: block;
  width: 168px;
  font-family: 'Noto Sans Bold', sans-serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border-radius: 50px;
  background-color: #EA551E;
  padding: 18px 0;
}

#list_submit .submit_back {
  background-color: #ccc;
}

/* 必須項目 */
.item_required:after {
  content: "必須";
  font-family: 'Noto Sans Bold', sans-serif;
  color: #FF0000;
  line-height: 1;
  font-size: 1.6rem;
  margin: 0 0 0 5px;
}

/* 注意リスト */
.list_caution {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin-left: 0 !important;
}

.list_caution li:before {
  content: "※";
  font-family: sans-serif;
}

/*　テキストコントロール */
body {
  /* アライン */
}

body .align_left {
  text-align: left;
}

body .align_right {
  text-align: right;
}

body .align_center {
  text-align: center;
}

/* マージン */
body .mar00 {
  margin-bottom: 0px;
}

body .mar05 {
  margin-bottom: 5px;
}

body .mar10 {
  margin-bottom: 10px;
}

body .mar15 {
  margin-bottom: 15px;
}

body .mar20 {
  margin-bottom: 20px;
}

body .mar25 {
  margin-bottom: 25px;
}

body .mar30 {
  margin-bottom: 30px;
}

body .mar40 {
  margin-bottom: 40px;
}

body .mar50 {
  margin-bottom: 50px;
}

body .mar60 {
  margin-bottom: 60px;
}

body .mar70 {
  margin-bottom: 70px;
}

body .mar80 {
  margin-bottom: 80px;
}

/* サイズ補正用 */
body .width05 {
  width: 5%;
}

body .width10 {
  width: 10%;
}

body .width15 {
  width: 15%;
}

body .width20 {
  width: 20%;
}

body .width25 {
  width: 25%;
}

body .width30 {
  width: 30%;
}

body .width40 {
  width: 40%;
}

body .width50 {
  width: 50%;
}

body .width50_2 {
  width: 48%;
}

body .width60 {
  width: 60%;
}

body .width70 {
  width: 70%;
}

body .width80 {
  width: 80%;
}

body .width90 {
  width: 90%;
}

body .width100 {
  width: 100%;
}

/*　======= レスポンシブ対応（ブレークポイント 1000px ======= */
@media screen and (max-width: 1000px) {
  /*　サイズ補正用　*/
  body .width60,
  body .width70,
  body .width80,
  body .width90,
  body .width100 {
    width: auto;
  }
  /* フォーム用リスト- 送信用 */
  #list_submit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #list_submit li {
    margin: 10px 0;
  }
  /*　イメージフローティング */
  .float_right,
  .float_left {
    float: none;
    width: 100%;
    text-align: center;
  }
  /* フォーム部品 */
  form {
    width: auto;
    margin: 40px auto;
  }
  form input[type=text],
  form input[type=number],
  form input[type=tel],
  form input[type=email],
  form input[type=password],
  form textarea {
    width: 100%;
  }
  form .mar30 {
    margin-bottom: 25px;
  }
  /* フォーム用リスト- 送信用 */
  #list_submit {
    display: block;
    margin: 0 0 50px !important;
    /* 背景付き送信ボタン */
  }
  #list_submit li {
    width: 100%;
    margin: 10px 0;
  }
  #list_submit .submit_back,
  #list_submit .submit_next {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }
  /* 必須項目 */
  .item_required:after {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=module.css.map */