@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: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  background: #fff8f8;
  border: 1px solid #CCD0D0;
  height: 30px;
  border-radius: 5px;
}
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
    margin-bottom: 0;
  }
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    display: block;
    margin-bottom: 30px;
  }


/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 20px !important;
}

/* チェックボックスとラベルのズレ */
input[type="checkbox"]{
  vertical-align:middle !important;
}

/* 同意チェックなし */
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

  color: #fff;
  background: #dfdfdf;
  border-radius: 30px;
  font-size: 16px;
  width: 120px;
  padding: 10px;
  border: none;
  font-weight: bold;

}

/* 個別調整 */
/*
body.form .item06 input[type=email]{
    width: 90% !important;
}
*/
input#item05{ width: 50% !important;}
input#item06{ width: 90% !important;}


/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/



/* 背景 */
body.form { 
  background-color: #fff7f8;
  background-size: cover;
 }

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
  background: #fff;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  padding: 0 30px 30px;
  background: #fff;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
  text-align: center;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 80px;
}

/* ヘッダー画像 */
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: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.form .contents table .required {
  font-weight: bold;
  color: #f00;
  margin-left: 0.5em;
}

/* --画像-- */
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: 40px;
    margin-top: -30px;
}
body.form .confirm table .form-text .text{
 display:none;
}

/* --区切り線-- */
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] {
  background: #fff8f8;
  border: 1px solid #CCD0D0;
  height: 30px;
  border-radius: 5px;
}
body.form .contents textarea{
  background: #fff8f8;
}

/* --プルダウンメニュー-- */
body.form .form-select select {
  width: auto;
}

/* --ラジオボタン・チェックボックス-- */
body.form .form-radio .item,
body.form .form-checkbox .item {
  margin-right: 30px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
}
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 .item08.form-radio .item{
    width:100%;
}
body.form .item08.form-radio td{
    margin-bottom:0!important;
    padding-bottom:0!important;
}


/* --郵便番号検索ボタン-- */
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 .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: #e8e8e8;
  color: #333;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
body.form .footer .link-close a:hover {
  opacity: 0.5;
}

/* 追加 */
body.form h1{
    margin-bottom: 0px;
    font-size: 24px;
}
body.form h1.text1_tit{
margin-top: -5px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #c30e25;
}
body.form .contents .attention {
    margin-top: 20px;
}
body.form .text1, body.form .text2, body.form .text3{
  line-height: 1.6;
  text-align: left;
}
body.form h2{
  display: none;
}
.list-disk{
    margin-bottom: 30px;
    line-height: 1.2rem;
margin-left: 20px;
}
.list-disk li{
    list-style: unset;
margin-bottom: 5px;
}
.list-disk li .list-inner{
margin-left: 15px;
}
p.text1_tit {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 25px;
    border-bottom: 1px solid rgb(236, 236, 236);
}
body.form .form-textbox.item09{
    margin-top: -30px!important;
    display: block!important;
}
body.form .confirm .form-textbox.item09 th{
    display:none;
}
body.form .confirm .form-textbox.item09{
    margin-top: 10px!important;
}
body.form .contents table .form-textbox.item09 th label{
    font-size: 12px!important;
    font-weight: normal!important;
}
/*
body.form .item01 input[type=text]{
    width: 90%;
}
*/
p.text1_info{
font-size:14px;
}

/*タイトルがある場合
body.form .contents .text1{
  font-size: 12px;
  text-align: left;
  background: #ffe4bd;
  padding: 20px;
  margin-bottom: 30px;
}
*/
body.form .contents .text2{
  font-weight: bold;
  font-size: 18px;
  margin: 10px 0 60px;
text-align: center;
}
body.form .contents .text3{
  font-size: 18px;
  margin: 30px 0;
  text-align: center;
}
body.form .contents .btn-send{
  color: #fff;
  background: #c30e23;
  border-radius: 30px;
  font-size: 16px;
  width: 120px;
  padding: 10px;
  border: none;
  font-weight: bold;
}
body.form .contents .btn-reset{
  background: #e0e0e0;
  border-radius: 30px;
  font-size: 16px;
  width: 120px;
  padding: 10px;
  border: none;
}

body.form .form-error{
  margin-bottom: 60px;
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  background: #f6f6f6;
  padding: 20px;
}
body.form .contents .form-error li label{
  margin-right: 10px;
}

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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;
    margin-bottom: 0;
  }
  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;
    margin-bottom: 30px;
  }
  body.form .contents table td { width: 100%; }

/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* td padding 調整 */
  body.form .contents table td{
    padding: 5px 0px !important;
  }

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    padding: 8px 0;
  }
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    display: block;
    margin-bottom: 30px;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 20px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle !important;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    padding: 5px 20px !important;
    margin-right: 10px;
    width: 120px;
  }

input#item05{ width: 90% !important;}


/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/





  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { width: auto; }

  /* フォームの左右余白を解除 */
  body.form #wrapper .contents {
    width: 100%;
    box-sizing: border-box;
    adding: 0% 5% 5%;
    text-align: left;
    border-radius: 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 {
    padding: 8px 0;
  }
  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;
    margin-bottom: 30px;
  }

  body.form .contents table td { width: 100%; }


  body.form .contents .text1{
    font-size: 14px;
  }
  body.form .contents .text2{
    font-size: 20px;
    margin: 60px 0;
  }
  body.form .contents .btn-set #btn-confirm.btn-send{
    margin-right: 10px;
    width: 120px;
  }
  body.form .contents .btn-set input .btn-reset{
    width: 120px;
  }
  body.form .contents .btn-set .link-send .btn-send{
    margin-right: 10px;
    width: 120px;
  }
  body.form .contents .btn-set .link-back .btn-reset{
    width: 120px;
  }
  /* --ラジオボタン・チェックボックス-- */
  body.form .form-radio .item,
  body.form .form-checkbox .item {
    margin-right: 0;
    width: 100%;
  }

    body.form .form-textbox.item09{
        margin-top: -40px!important;
    }
    body.form .form-textbox.item09 th{
    font-weight: normal!important;
}

}