@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: 12px;
  font-weight: bold;
  padding-right: 10px;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 20em;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #dfdfdf;
  border: 2px solid #dfdfdf;
  border: none;
}

body.form .contents table .form-radio td,
body.form .contents table .form-checkbox td{
  padding-bottom: 0 !important;
}

/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/




/* 背景 */
body.form {
	background: #fff url(../img/a095cc7c-5d9a-465d-92b7-b0f1ae680f52/background.jpg);
}

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 510px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
	width: 500px;
	margin: 10px auto;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 20px;
}

body.form h2{ display:none; }
/* ------------------------------------------------------
    フォーム
   ------------------------------------------------------ */

/* --フォームの横幅指定を解除-- */
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;
  padding-right: 10px;
}
body.form .contents table .required {
  font-weight: bold;
  color:red;
}

/* --画像-- */
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: 5px;
    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 {
  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 .btn-set .btn-send {
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #00a0e9;
  border: 2px solid #e8533f;
  border: none;
}
body.form .btn-set .btn-reset {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

/* --閉じるボタン-- */
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;
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	background: #777;
  font-weight: bold;
  border-radius: 5px;
}
body.form .footer .link-close a:hover {
  opacity: 0.5;
}



/* ------------------------------------------------------
    追加
   ------------------------------------------------------ */

body.form .text1{
text-align: left;
margin-bottom:30px;
}

body.form #wrapper .title img {
	height: auto;
	width: 100%;
}   
body.form .contents table .form-textbox th,
body.form .contents table .form-radio th,
body.form .contents table .form-textarea th,
body.form .contents table .form-select th {
	font-size: 12px;
        padding-right: 10px;
}
body.form .contents table {
	width: 100%;
}
body.form .contents.confirm .text3 {
	color: #F00;
	margin-bottom: 20px;
}
body.form .contents.confirm table tbody th {
	padding-right: 20px;
}
body.form .contents table td .item {
	margin-bottom: 10px;
}
body.form .contents table #item03 {
	width: 50%;
}
body.form h1{
       margin-bottom: 30px;
}


/* 確認画面 */
body.form .contents.confirm .text3 {
	color: #F00;
	margin-bottom: 20px;
}
body.form .contents.confirm table tbody th {
	padding-right: 20px;
}
/* 完了画面 */
body.form .contents.complete .text2 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 100px;
	padding-bottom: 100px;
}

/* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
/*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: 550px) and (orientation:landscape){

  /* ページ最小横幅指定解除 */
  body.form { min-width: 0; }

}

@media screen and (max-width: 550px){


/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    font-size: 20px;
  }
  body.form .contents table .form-tel input[type=tel],
  body.form .contents table .form-email input[type=text] {
    width: 95%;
  }
  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{
    font-size: 16px !important;
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    width: auto !important;
    vertical-align:middle !important;
  }

  /*同意チェックなし*/
/*
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

  }
*/
  /* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/


  #wrapper .contents {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    background: #FFF;
    width: 90%;
  }

  /* フォントサイズ */
  blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    font-size: 16px;
  }

  body.form .contents .text1 {
    font-size: 16px;
  }

  body.form .contents table .form-textbox th,
  body.form .contents table .form-radio th,
  body.form .contents table .form-textarea th,
  body.form .contents table .form-select th {
    font-size: 20px;
  }

  body.form .text1, body.form .text2, body.form .text3 {
    font-size: 18px;
  }
  body.form .contents .text1 {
    padding: 15px 5px;
  }


  /* テキストエリア */
  body.form .contents input, body.form .contents textarea {
    width: 95%;
  }

  /* ボタンエリア */
  body.form .footer .link-close a {
    font-size: 18px;
  }

  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper {
    width: auto;
  }

  /* --フォームの左右余白を解除-- */
  body.form #wrapper .contents {
    margin-left: 0;
    margin-right: 0;
  }

  /* --入力枠横幅リセット-- */
  body.form .contents table .form-textbox input[type=text] {
    width: 95%;
  }

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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.input table #item05,
  body.form .contents.input table #item06,
  body.form .contents.input table #item07 {
    width: 95%;
  }

}