@charset "utf-8";


/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 15px 0px !important;
}

/* 電話番号・メールアドレス・生年月日調整 */
body.form .contents table .form-tel th,
body.form .contents table .form-email th,
body.form .contents table .form-textbox th,
body.form .contents table .form-tel td,
body.form .contents table .form-email td,
body.form .contents table .form-textbox td{
  width: 50%;
}
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 90%;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */

/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/



/* 背景 */
body.form { background-color: #eee; }

/* ------------------------------------------------------
    追記
   ------------------------------------------------------ */

 body.form .header{
   display: none;
 }


  body.form .text3{
    margin: 40px 0 20px;
    font-size: 14px;
    color: #FF0000;
  }

  #textArea{
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 20px;
    line-height: 1.8;
  }  

  #textArea p{
    padding: 2px 0;
  }

  #textArea a{
    color: #39a6df;
  }

  #textArea h3{
    display: none;
  }

  #textArea h4{
    margin: 10px 0 5px;
    font-weight: bold;
  }

  body.form .contents table .form-textbox th,
  body.form .contents table .form-textbox td{
    width: 50%;
  }

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form {
  margin: 0px;
  padding: 0px;
  min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.4rem;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 120px;
}

/* ヘッダー画像 */
body.form #wrapper .title img { width: 100%; }

/* ------------------------------------------------------
    フォーム
   ------------------------------------------------------ */

/* --フォームの横幅指定を解除-- */
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 .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: 10px;
  font-size: 14px;
  font-weight: bold;
}
body.form .contents table .required {
  font-weight: bold;
}

/* --画像-- */
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: 90%;
}

/* --プルダウンメニュー-- */
body.form .form-select select {
  width: auto;
}

/* --ラジオボタン・チェックボックス-- */
body.form .form-radio .item,
body.form .form-checkbox .item {
  margin-bottom: 20px;
  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;
}

/* --閉じるボタン-- */
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 tr {
    border-bottom: 1px dotted #572617;
  }
  body.form .contents table th {
    padding:15px;
    vertical-align: middle;
  }
  body.form .contents table td{
    padding:15px 0;
    vertical-align: middle;
  }
  body.form .contents .required{
    color: #f00 !important;
  }
 /*  body.form .contents table .item04 td input{
    width: 50px !important;
  }
  body.form .contents table .item05 td{
      padding-bottom: 0;
  }
  body.form .contents table .item05 td label{
    padding-top: 5px;
    padding-right: 5px;
    position: relative;
    top:4px;
  }
  body.form .contents table .item05 td label input{
    margin-right: 8px;
  }
  body.form .contents table .item08 th{
    vertical-align: top;
  }
  body.form .contents table .item08 th label{
    padding-top: 5px;
    display: inline-block;
  } */

  body.form #wrapper .confirm .text3{
    margin-top: 30px;
  }
  body.form #wrapper .confirm table{
    margin: 20px 0;
  }
  body.form #wrapper .confirm table tr{
    border: none;
  }

  body.form #wrapper .complete .text2{
    margin-top: 120px;
    margin-bottom: -70px;
    font-size: 18px;
  }

/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th{
    width: 100% !important;
  }
  body.form .contents table .form-tel input[type=tel],
  body.form .contents table .form-email input[type=text] {
    width: 50% !important;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle;
  }

   body.form .contents table th {
     width: 100% !important;
     display: block !important;
     text-align: left !important;
     padding:15px 0 10px !important;
   }
   body.form .contents table td {
     width: 100% !important;
     display: block !important;
     text-align: left !important;
     padding: 0 0 15px !important;
   }


/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/



  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { width: auto; }

  /* フォームの左右余白を解除 */
  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;
  }

  body.form .contents table .form-textbox th,
  body.form .contents table .form-textbox td{
    width: 100%;
  }

  /* --入力枠横幅リセット-- */
  body.form .contents table .form-textbox input[type=text] {
    width: 50%;
  }
/*
  body.form .contents table .form-textbox input[type=text].input-item03 {
    width:8em;
  }
*/
  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */

   body.form .contents table { width: 100%;}
   body.form .text1{margin:10px 0 20px;}
   body.form .contents table th { width: 100%; display: block; text-align: left; padding:15px 0 0;}
   body.form .contents table td { width: 100%; display: block; text-align: left; padding: 0 0 15px;}
}