@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: 40px !important;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1.7px;
  color: #333333;
}
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 {
  padding-bottom: 5px;
}
body.form .contents table .form-tel td,
body.form .contents table .form-email td {
  margin-bottom: 10px;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/*
body.form .contents table .form-radio td,
body.form .contents table .form-checkbox td{
  padding-bottom: 0 !important;
}
*/

/* 個別調整 */
body.form #wrapper table #item04, #item01, #item09, #item10 { width: 90%; }
body.form #wrapper table #item05, #item06, #item08 { width: 100%; !important }
body.form #wrapper table #item02 {width: 8em; }

body.form #wrapper .contents.confirm .text1 {
  display:none;
/*
  border-top: 1px solid #e40012;
  border-bottom: 1px solid #e40012;
  padding: 10px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 16px;
*/
}


/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/

/* 背景 */
body.form {
  background-image:url(../img/78c6cd2c-fa3d-4583-913a-f5da6d9ab79a/background.jpg);
}

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */


/* --コンテンツの幅指定-- */
body.form #wrapper {
  min-height: 100vh;
}
/* --コンテンツの枠内背景色-- */
body.form #wrapper {
background-color: #fff0;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 20px;
}

/* ヘッダー画像 */
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: 40px;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 1.7px;
  color: #333333;
}

body.form  .contents table  td{
  max-width:500px;
  word-wrap: break-word;
}

body.form .contents table .required {
  font-weight: bold;
}

/* --フォーム幅 --*/
body.form #wrapper .contents table { width:90%;}

/* --画像-- */
body.form .contents table .form-img .img {
  margin-bottom: 20px;
}
body.form .contents table .form-img .img img {
  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: 10px 20px;
    background-color: #dedede;
    border: none;
}
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 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
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: #E70012;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	border-radius:10px;
}
body.form .footer .link-close a:hover {
  opacity: 0.5;
}

/* --入力フォーム幅-- */
/*
body.form #wrapper table #item01, #item02, #item05, #item06, #item07, #item10, #item11 { width: 90%; }
body.form #wrapper table #item03 {width: 8em; }
*/
/* --確認画面-- */
body.form #wrapper div.contents.confirm table td { 
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

/* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
/* body.form .contents table { width: 100%; } */

/*
body.form .contents table .form-textbox th,
body.form .contents table .form-textbox td,
body.form .contents table .form-textarea th,
body.form .contents table .form-textarea td,
body.form .contents table .form-select th,
body.form .contents table .form-select td,
body.form .contents table .form-radio th,
body.form .contents table .form-radio td,
body.form .contents table .form-checkbox th,
body.form .contents table .form-checkbox td,
body.form .contents table .form-photo th,
body.form .contents table .form-photo td,
body.form .contents table .form-movie th,
body.form .contents table .form-movie td {
  display: block;
  width: auto;
  float:left\9;
  clear: both\9;
}
body.form .contents table .form-textbox td,
body.form .contents table .form-select td,
body.form .contents table .form-photo td,
body.form .contents table .form-movie td {
  margin-bottom: 20px;
}
*/


@media screen and (max-width: 992px) {

  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper {  width: 100%; }
  body.form #wrapper .contents{background-color: #fff0;}


  /* --フォームの左右余白を解除-- */
  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 input[type=text] {
    width: 96%;
  }

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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: 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-photo td,
  body.form .contents table .form-movie td {
    margin-bottom: 10px;
  }


  body.form  .contents table  td{
  max-width:300px;
  word-wrap: break-word;
  }


/* -- 追加SP -- */
  body.form .contents #input-form #item05 { width:80%; } 
  body.form .contents #input-form #item06 { width:80%; } 
  body.form .contents #input-form #item07 { width:80%; } 
  body.form .contents #input-form #item11 { width:80%; } 

}


/* -- 追加 -- */
body.form #wrapper .header h2 {
  display:none;
}
body.form #wrapper .contents.input .text1 {
  border-top: 1px solid #e40012;
  border-bottom: 1px solid #e40012;
  padding: 10px;
  line-height: 1.8;
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 16px;
}

/*body.form .contents.input #input-form table tbody .form-textbox.item08 td #item08 { width:20%; } */
/* body.form .contents.input #input-form table tbody .form-textbox.item10 td #item10 { width:100%; } */
/* body.form .contents.input #input-form table tbody .form-textbox.item11 td #item11 { width:100%; } */
/*body.form .contents #input-form tr.item12 td { width:100%; } */

body.form #wrapper .contents.complete .text2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* ---------------------------------
 PC用
--------------------------------- */
/*******
@media screen and (min-width: 993px) {
********/
  body.form #wrapper {width: 640px;}
  body.form { min-width: 640px; }
/*******
}
********/

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 480px){

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* ページ横幅指定解除 */
  body.form { min-width: 100%; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { width: 100%; }

  /* --フォームの左右余白を解除-- */
  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-tel input[type=tel],
  body.form .contents table .form-email input[type=text] {
    width: 100%;
  }
  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,
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    padding-bottom: 5px !important;
  }
  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-photo td,
  body.form .contents table .form-movie td,
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    padding: 5px 0 !important;
    margin-bottom: 10px;
  }

/*
  body.form  .contents table  td{
    max-width:320px;
    word-wrap: break-word;
  }
*/

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 10px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="radio"],
  input[type="checkbox"]{
    vertical-align:middle !important;

    margin: 0 5px 0 0 !important;
  }

  /* 個別調整 */
  body.form #wrapper table #item05 {
    width: 100% !important;
  }



/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/

  body.form #wrapper .contents{background-color: #fff0;}

}