@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 10px !important;
}

/* 電話番号・メールアドレス調整 */
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  padding: 10px;
  background-color: #ffeeee;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 20em;
}
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  display: block;
  width: auto;
  padding-bottom: 5px;
}
body.form .contents table .form-tel td,
body.form .contents table .form-email td {
  display: block;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */
/*
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

  background: #dddddd;
  font-size: 18px;
  width: 160px;
  padding: 14px 1.5em;
  border: 2px solid #dddddd;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 15px;
  cursor:default;
}
*/

/* 個別調整 */
#item02,
#item05,
#item06,
#item03,
#item01,
#item07,
#item08,
#item09,
#item10,
#item11,
#item13,
#item14,
#item15,
#item16,
#item17,
#item18,
#item19,
#item20,
#item21,
#item22,
#item23,
#item24,
#item25,
#item30,
#item31
{
  width: 90%;
}
/* 年齢 */
#item04,
#item12
{
  width: 20%;
}
#item29 {
  display: none;
}
body.form .contents table .form-img.item29 {
  display: none;
}


/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/



/* 背景 */
body.form { 
  background-color: #35d4e7; 
  background-image:url(../img/2efab19c-d298-4af6-957e-52a2e4cebfa4/background.jpg) ;
  font-weight:normal;
  font-size: 14px;
}

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
  background-color: #fff6e4;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 120px;
}

/* ヘッダー画像 */
body.form #wrapper .title img { width: 100%; }

/* ヘッダー */
body.form #wrapper .header {
  display: none;
}

/* 注意文 */
#wrapper .contents .text1 {
  background-color: #FFF;
  text-align: left;
  display: block;
  padding: 15px;
  height: auto;
  width: auto;
  border: 3px solid #E92040;
  line-height: 1.8em;
  margin-bottom: 20px;

}
#wrapper .contents .text3 {
  text-align: center;
  font-weight: bold;
  color: #E92040;
  font-size: 1.1em;
}
#wrapper .contents.complete .text2 {
  text-align: center;
  font-weight: bold;
  color: #E92040;
  font-size: 1.8em;
  padding-top: 50px;
}

/* ------------------------------------------------------
    フォーム
   ------------------------------------------------------ */

/* --フォームの横幅指定を解除-- */
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;
    font-size: 0.97em;
}
body.form .contents table {
  background-color: #fff;
}

/* --項目名-- */
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: 10px;
  background-color: #ffeeee;
}
body.form .contents table .required {
  color: #d70000;
}

body.form .contents table td {
  padding: 10px;
}
/*
#item05,
#item06,
#item03,
#item04,
#item07,
#item08,
#item09,
#item10,
#item12,
#item13,
#item14,
#item15,
#item16,
#item17,
#item18,
#item19,
#item20,
#item21,
#item22,
#item23,
#item24,
#item25,
#item29,
#item30,
#item31
{
  width: 90%;
}
*/
/* 年齢 */
/*
#item01,
#item11
{
  width: 20%;
}
#item26 {
  display: none;
}
body.form .contents table .form-img.item26 {
  display: none;
}
*/

/* --画像-- */
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 {
  resize: vertical;
}
body.form .contents table .form-textbox input[type=text] {
  width: 20em;
}

/* --プルダウンメニュー-- */
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;
}

/* --郵便番号検索ボタン-- */
body.form .contents table .form-zipcode-btn {
  display: inline-block;
  width: 8em;
  padding: 7px 0;
  background-color: #eee;
  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 .btn-set {
  padding-bottom: 20px;
  background-color: #fff6e4;
}

/* --閉じるボタン-- */
body.form .footer .link-close {
  margin-bottom: 0;
}
body.form .footer .link-close a {
  display: block;
  width: 8em;
  margin: 10px auto 0;
  padding: .6em 0;
  background-color: #333;
  color: #ddd;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
body.form .footer .link-close a:hover {
  opacity: 0.5;
}


  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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;
    padding-bottom: 5px;
  }
  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: 95%; }

/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){

  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { 
    width: auto; 
    background-color: #fff6e4;
  }

  /* フォームの左右余白を解除 */
  body.form #wrapper .contents {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    background-color: #fff6e4;
  }

  /* --入力枠横幅リセット-- */
  body.form .contents table .form-textbox input[type=text] {
    width: auto;
  }

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  body.form .contents table { width: 100%;}

 body.form .contents table th {
  font-weight: normal;
 } 

  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;
    font-weight: normal;
  }
  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: 95%; }
}