@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 0 0 10px !important;
}

/* 電話番号・メールアドレス・生年月日調整 */
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  padding-bottom: 15px;
  font-size: 1.4rem;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 100%;
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box; /* Firefox用 */
  box-sizing: border-box; /* 標準 */
}
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  display: block;
  width: auto;
}
body.form .contents table .form-tel td,
body.form .contents table .form-email td {
  display: block;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  background-color: #fffbeb !important;
  border: solid 1px #ffd700 !important;
  font-size: 1.8rem !important;
  padding: 10px !important;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

  width: 120px;
  background-color: #dfdfdf;
  border: 2px solid #dfdfdf;
  /* border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; */
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}


/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/

/* 背景 */
body.form {
  background: #ffe7d9;
}

/* ------------------------------------------------------
remでのフォントサイズ指定用
------------------------------------------------------ */

html {
  color: #222;
  font-size: 62.5%;
}

/* ------------------------------------------------------
レイアウト
------------------------------------------------------ */

/* -- ヘッダー画像 -- */
body.form #wrapper h1 img {
  max-width: 100%;
}

/* ページ最小横幅指定 */
body.form {
  min-width: 640px;
}

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 640px;
  min-height: 100vh;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 70px;
}

/* ------------------------------------------------------
フォーム
------------------------------------------------------ */

/* --フォームの横幅指定を解除-- */
body.form .input-form,
body.form .contents table,
body.form .contents .entry,
body.form .footer .link-group,
body.bbs-form .contents form,
body.bbs-form .contents table,
body.bbs-form .footer .link-group,
body.bbs-list .footer .link-group {
  width: auto;
}

body.form .contents table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}

body.form .contents center {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #cae8ff;
  border-radius: 10px;
  padding: 20px;
}

/* --項目名-- */
body.form .contents table .form-textbox th,
body.form .contents table .form-textarea th,
body.form .contents table .form-select th,
body.form .contents table .form-radio th,
body.form .contents table .form-checkbox th,
body.form .contents table .form-photo th,
body.form .contents table .form-movie th {
  padding-bottom: 15px;
  font-size: 1.4rem;
}

/* --必須の米印-- */
body.form .contents table .required {
  color: #ff7200;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 0.5rem;
}

/* --画像-- */
body.form .contents table .form-img .img {
  margin-bottom: 20px;
}
body.form .contents table .form-img .img img {
  width: 100%;
  vertical-align: bottom;
}

/* --テキスト-- */
body.form .contents table .form-text .text {
  margin-bottom: 20px;
}

/* --区切り線-- */
body.form .contents table .form-hr .form-hr hr {
  margin-bottom: 20px;
}

/* --入力枠-- */
body.form .contents input,
body.form .contents textarea {
  padding: 5px;
}
body.form .contents textarea {
  width: 95%;
}

body.form .contents table .form-textbox input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box; /* Firefox用 */
  box-sizing: border-box; /* 標準 */
}
/* --入力枠-- 姓名、e-mail */
body.form .contents table .item01 input[type="text"],
body.form .contents table .item02 input[type="text"],
body.form .contents table .item03 input[type="text"] {
  width: 70%;
}
/* --入力枠-- 年齢 */
body.form .contents table .item05 input[type="text"] {
  width: 15%;
}
/* --入力枠-- 電話番号 */
body.form .contents table .item07 input[type="tel"] {
  width: 50%;
}

/* --プルダウンメニュー-- */
body.form .form-select select {
  width: auto;
}

/* --ラジオボタン・チェックボックス-- */
body.form .form-radio .item,
body.form .form-checkbox .item {
  text-align: center;
}
body.form .form-radio .item img,
body.form .form-checkbox .item img {
  display: block;
  margin-bottom: 5px;
}
body.form .form-radio .item input,
body.form .form-checkbox .item input {
  display: inline-block;
  margin-right: 10px;
}

/* --郵便番号検索ボタン-- */
body.form .contents table .form-zipcode-btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 10rem;
  padding: 5px 0;
  margin: 5px 0 0;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}
body.form .contents table .form-zipcode-btn:hover {
  opacity: 0.5;
}

/* --画像投稿・動画投稿-- */
body.form .contents table .form-image,
body.form .contents table .form-video,
body.form .contents table .form-photo,
body.form .contents table .form-movie {
  word-break: break-all;
}

/* --ボタン（確認・投稿する、リセット・戻る）-- */
body.form .contents .btn-set input[type="button"],
body.form .contents .btn-set input[type="reset"] {
  -webkit-appearance: none;
}
body.form .contents .btn-set input[type="button"]:hover,
body.form .contents .btn-set input[type="reset"]:hover {
  opacity: 0.6;
  transition: opacity ease 0.2s;
}

/* --ボタン（確認・投稿する）-- */
body.form .contents .btn-set .btn-send {
  width: 120px;
  background-color: #ff7200;
  border: 2px solid #ff7200;
  /* border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; */
  padding: 10px 20px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

/* --ボタン（リセット・戻る）-- */
body.form .contents .btn-set .btn-reset {
  width: 120px;
  background-color: #fff;
  border: 2px solid #ff7200;
  /* border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; */
  font-size: 1.6rem;
  color: #ff7200;
  font-weight: bold;
  padding: 10px 20px;
  margin-right: 0;
}

/* --閉じるボタン-- */
body.form .footer .link-close {
  margin-bottom: 0;
}
body.form .footer .link-close a {
  width: 235px;
  display: block;
  background: #999;
  margin: 30px auto 0;
  padding: 10px 10px;
  /* border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; */
  font-size: 1.6rem;
  color: #ddd;
  text-align: center;
  text-decoration: none;
}
body.form .footer .link-close a:hover {
  opacity: 0.6;
  transition: opacity ease 0.2s;
}

/* --閉じるボタン余白-- */
body.form .contents .attention {
  margin-top: 20px;
}

/* ------------------------------------------------------
PC追加
------------------------------------------------------ */

/* ------------------------------------------------------
フォームのラベルと入力項目を横並びにする場合は下記を削除
------------------------------------------------------ */

body.form .contents table {
  width: 100%;
}

body.form .contents table .form-img th,
body.form .contents table .form-text th,
body.form .contents table .form-hr th,
body.form .contents table .form-textbox th,
body.form .contents table .form-textarea th,
body.form .contents table .form-select th,
body.form .contents table .form-radio th,
body.form .contents table .form-checkbox th,
body.form .contents table .form-photo th,
body.form .contents table .form-movie th {
  display: block;
  width: auto;
}

body.form .contents table .form-textbox td,
body.form .contents table .form-textarea td,
body.form .contents table .form-select td,
body.form .contents table .form-radio td,
body.form .contents table .form-checkbox td,
body.form .contents table .form-photo td,
body.form .contents table .form-movie td {
  display: block;
}

body.form .contents table td {
  width: 100%;
}

/* --ヘッダー文言削除-- */
body.form #wrapper .header {
  display: none;
}

/* --プライバシー文言-- */
body.form #wrapper .contents .text1 {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
}
body.form #wrapper .contents .text1 a {
  color: #ff7200;
}
body.form #wrapper .contents .text1 a:hover {
  opacity: 0.6;
  transition: opacity ease 0.2s;
}
body.form #wrapper .contents .text1 span.policy {
  color: #999;
  font-size: 1.3rem;
}

/* --項目名-- */
body.form #wrapper .contents table tbody th {
  /* background: #222; */
  /* border-bottom: 1px solid #fff; */
  /* width: 30%; */
  /* padding: 10px 30px; */
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box; /* Firefox用 */
  box-sizing: border-box; /* 標準 */
  color: #777;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  vertical-align: middle;
  margin: 25px 0 0;
}

/* --項目名　装飾-- */
th:before {
  display: inline-block;
  content: "";
  font-size: 1rem;
  width: 3px;
  height: 1.4rem;
  background-color: #ff7200;
  margin-right: 1rem;
}

/* --入力枠-- */
body.form #wrapper .contents table tbody td {
  background: #fff;
  border-bottom: 1px solid #fff;
  /* padding: 10px 20px; */
  -webkit-box-sizing: border-box; /* Webkit系用 */
  -moz-box-sizing: border-box; /* Firefox用 */
  box-sizing: border-box; /* 標準 */
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
}

/* --入力枠に色付け-- */
body.form .contents table .form-textbox input[type="text"] {
  background-color: #fffbeb;
  border: solid 1px #ffd700;
  font-size: 1.8rem;
  padding: 10px;
}
body.form .contents textarea {
  background-color: #fffbeb;
  border: solid 1px #ffd700;
  font-size: 1.8rem;
  padding: 10px;
}

/* --ラジオボタン　調整-- */
body.form #wrapper .contents table tbody td .item {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
body.form #wrapper .contents table tbody td .item:last-child {
  margin-bottom: 0;
}
/* --ラジオボタン　装飾-- */
input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* --プルダウン　装飾-- */
select {
  background-color: #fffbeb;
  border: solid 1px #ffd700;
  padding: 10px;
}

/* --文言--
text3　確認ボタンを押してください。
text3　以下の内容でよろしいですか？
text2　投稿が完了いたしました。 */
body.form #wrapper .contents .text2 {
  font-size: 1.8rem;
  color: #ff7200;
  font-weight: bold;
}
body.form #wrapper .contents .text3 {
  font-size: 1.6rem;
  color: #ff7200;
  margin: 30px 0 20px;
}

/* --確認画面：エラー文言-- */
body.form .form-error {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #d75452;
}

/* ------------------------------------------------------
スマートフォン対応
------------------------------------------------------ */

@media screen and (max-width: 640px) {

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* td padding 調整 */
  body.form .contents table td{
    padding: 5px 0 !important;
  }

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel input[type=tel],
  body.form .contents table .form-email input[type=text] {
    width: auto;
  }
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
  }
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    display: block;
  }
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    padding-bottom: 0;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    width: 120px;
    padding: 10px 20px;
    margin-right: 10px;
  }

  /* 個別調整 */
  body.form .contents table .form-tel input[type="tel"],
  body.form .contents table .form-email input[type="text"] {
    width: 100%;
  }

/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/




  /* ページ最小横幅指定解除 */
  body.form {
    min-width: 0;
  }

  /* --コンテンツの幅指定を解除 -- */
  body.form #wrapper {
    width: auto;
  }

  /* --フォームの左右余白を解除-- */
  body.form #wrapper .contents {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box; /* Webkit系用 */
    -moz-box-sizing: border-box; /* Firefox用 */
    box-sizing: border-box; /* 標準 */
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  /* --入力枠横幅リセット -- */
  body.form .contents table .form-textbox input[type="text"] {
    width: auto;
  }

  /* --入力枠の下余白リセット-- */
  body.form .contents input,
  body.form .contents select,
  body.form .contents textarea {
    margin-bottom: 0;
  }

  /* ------------------------------------------------------
フォームのラベルと入力項目を横並びにする場合は下記を削除
------------------------------------------------------ */

  body.form .contents table {
    width: 100%;
  }

  body.form .contents table .form-img th,
  body.form .contents table .form-text th,
  body.form .contents table .form-hr th,
  body.form .contents table .form-textbox th,
  body.form .contents table .form-textarea th,
  body.form .contents table .form-select th,
  body.form .contents table .form-radio th,
  body.form .contents table .form-checkbox th,
  body.form .contents table .form-photo th,
  body.form .contents table .form-movie th {
    display: block;
    width: auto;
  }

  body.form .contents table .form-textbox td,
  body.form .contents table .form-textarea td,
  body.form .contents table .form-select td,
  body.form .contents table .form-radio td,
  body.form .contents table .form-checkbox td,
  body.form .contents table .form-photo td,
  body.form .contents table .form-movie td {
    display: block;
  }

  body.form .contents table td {
    width: 100%;
  }

  /* ------------------------------------------------------
SP追加
------------------------------------------------------ */

  body.form #wrapper form {
    margin-bottom: 0;
  }
  body.form .contents table .form-textbox th,
  body.form .contents table .form-textarea th,
  body.form .contents table .form-select th,
  body.form .contents table .form-radio th,
  body.form .contents table .form-checkbox th,
  body.form .contents table .form-photo th,
  body.form .contents table .form-movie th {
    padding-bottom: 0;
  }

  /* -- SPプライバシー文言 -- */
  body.form #wrapper h1 {
    padding: 0;
  }

  /* -- SP項目名 -- */
  body.form #wrapper .contents table tbody th {
    width: 100%;
    font-size: 1.5rem;
    margin: 15px 0 5px;
  }

  /* --SP必須の米印-- */
  body.form .contents table .required {
    font-size: 1.8rem;
  }

  /* -- SP入力枠1 -- */
  body.form .contents table tbody td {
    width: 100%;
    margin-bottom: 10px;
  }

  /* -- SP入力枠2 -- */
  body.form .contents table .form-textbox input[type="text"] {
    width: 100%;
  }

  /* --SP入力枠-- 年齢 */
  body.form .contents table .item05 input[type="text"] {
    width: 30%;
  }

  /* --ボタン-- */
  body.form #wrapper .contents .text3 {
    margin: 0 0 20px;
  }

  /* --ボタン（確認・投稿する）-- */
  body.form .contents .btn-set input[type="button"].btn-send {
    width: 120px;
    padding: 10px 20px;
    margin-right: 10px;
  }

  /* --ボタン（リセット・戻る）-- */
  body.form .contents .btn-set input[type="reset"].btn-reset,
  body.form .contents .btn-set input[type="button"].btn-reset {
    width: 120px;
    padding: 10px 20px;
  }
}