@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: 14px;
  font-weight: bold;
  color: #191919;

  display: block;
  width: auto;
  padding-bottom: 5px;
  margin-top: 24px;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 26em;
  padding: 10px;
}
body.form .contents table .form-tel td,
body.form .contents table .form-email td {
  display: block;
  margin-bottom: 10px;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/*同意チェックなし*/
input#btn-submit:disabled{
  opacity: 1;
  cursor: default;

  transform: translate(-3px, -3px);
  padding: 14.5px;
  width: 30%;
  border-radius: 50px;
  background: #dddddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #9e9e9e;
  border: none;
  margin-right: 30px;
  margin-top: 20px;
  outline: none;
  display: inline-block;
}

/* 個別調整 年齢 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/






/* 背景 */
body.form { background-image: linear-gradient(to right, #ff0, #87ee6d, #00d5d5); }

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
  background: transparent;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  padding: 40px 30px 0;
  background: #fff;
  border-radius: 40px 40px 0 0;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
margin-top:-2px;
  margin-bottom: 40px;
  padding-bottom: 80px;
  background: #fff;
  border-radius: 0 0 40px 40px;
}

/* ヘッダー画像 */
body.form #wrapper .title img { width: 100%; }

body.form h1{ margin: 10px auto; }

/* ------------------------------------------------------
    フォーム
   ------------------------------------------------------ */

body.form #wrapper .header {
    display: none;
}

body.form .text1 {
  font-size: 1.0em;
  margin-bottom: 20px;
  line-height: 2.0em;
  text-align: left;
}

/* --フォームの横幅指定を解除-- */
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;
  color: #191919;
}
body.form .contents table .required {
  font-weight: bold;
  color: #ed1e79;
}

/* --画像-- */
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: 26em;
  padding: 10px;
}

/* --プルダウンメニュー-- */
body.form .form-select select {
  width: 30%;
  padding: 14px;
  font-size: 16px;
}

/* --ラジオボタン・チェックボックス-- */
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: 14px 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: #dfdfdf;
  color: #000;
  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;
	  margin-top: 24px;
  }
  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: 10px;
  }
  body.form .contents table td { width: 100%; }
  
  .text1 {
	  font-size: 16px;
	  text-align: left;
	}

/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){


/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel input[type=tel],
  body.form .contents table .form-email input[type=text] {
    width: 90%;
    padding: 14px;
  }
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
    padding-bottom: 5px;
	font-size: 16px;
  }
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    margin-bottom: 10px;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    -webkit-appearance: none;
    transform: translate(-3px, -3px);
    padding: 20px;
    width: 97%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #9e9e9e;
    border: none;
    margin-right: 0px;
    margin-top: 20px;
  }





/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/



  /* ページ横幅指定解除 */
  body.form { min-width: 0; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { width: auto; padding: 0 10px; }

  /* フォームの左右余白を解除 */
  body.form #wrapper .contents {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  /* --入力枠横幅リセット-- */
  body.form .contents table .form-textbox input[type=text] {
    width: 90%;
	padding: 14px;
  }

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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;
	font-size: 16px;
  }
  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: 10px;
  }
  body.form .contents table td { width: 100%; }
  
  
  /*20200728追加 スマホ*/
  
body.form h1{
  padding: 10px 0;
}

body.form .contents .btn-set input[type=button] {
    -webkit-appearance: none;
    transform: translate(-3px, -3px);
    padding: 20px;
    width: 97%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #191919;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    margin-top: 20px;

  }
  
body.form .contents .btn-set .link-back #btn-back,
body.form .contents .btn-set input[type=reset] {
    -webkit-appearance: none;
    transform: translate(-3px, -3px);
    padding: 20px;
    width: 97%;
    background-color: #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #9e9e9e;
    border: none;
    cursor: pointer;
    margin-top: 26px;
  }


  body.form .contents .text1 {
	  font-size: 1.2em;
	  text-align: left;
	  line-height: 1.8em;
	  padding-bottom: 26px;
  }
  body.form .footer .link-close a {
    display: block;
    width: 8em;
    margin: 10px auto 0;
    padding: .6em 0;
    background-color: #dfdfdf;
    color: #000;
    text-decoration: none;
  }
  body.form .contents table .form-text .text {
	font-size: 1.0em;
    margin-bottom: 20px;
    line-height: 2.0em;
  }
  body.form .contents textarea {
	  width: 96%;
  }
  
}

/*20200728追加記載 PC*/
/*ボタンピンク
body.form .contents .btn-set .btn-confirm,
body.form .contents .btn-set .btn-send {
	padding: 5px;
	border: none;
    width: 30%;
    padding: 14px;
	background: #ff4666;
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
*/

body.form .contents .btn-set .btn-confirm,
body.form .contents .btn-set .btn-send {
    transform: translate(-3px, -3px);
    padding: 14.5px;
    width: 30%;
    border-radius: 50px;
    background: linear-gradient(to right, #ff0, #87ee6d, #00d5d5);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #191919;
    border: none;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 20px;
    outline: none;
    display: inline-block;
}


body.form .contents .btn-set input[type=button]:hover,
body.form .contents .btn-set input[type=reset]:hover{
opacity: 0.5;
}
/*リセットボタングレー
body.form .contents .btn-set .btn-reset,
body.form .contents .btn-set .link-back .btn-reset {
	padding: 5px;
	border: none;
    width: 30%;
    padding: 14px;
	background: #dfdfdf;
	border: none;
	border-radius: 10px;
	color: #000;
	font-size: 16px;
	outline: none;
	cursor: auto;
	cursor: pointer;
}
*/

body.form .contents .btn-set .btn-reset,
body.form .contents .btn-set .link-back .btn-reset {
    transform: translate(-3px, -3px);
    padding: 14.5px;
	width: 30%;
    border-radius: 50px;
    background-color: #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #9e9e9e;
	border: none;
	cursor: pointer;
	outline: none;
  display: inline-block;
}

body.form .contents table {
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	margin-bottom: 40px;
	margin-top: 16px;
}

body.form .contents .btn-set .link-send,
body.form .contents .btn-set .link-back {
	display:inline;
}

body.form .text2 {
	font-size: 26px;
	font-weight: bold;
	color: #00d5d5;
	margin-top: 20px;
}

body.form .complete .text2{
  margin-bottom: 0 !important;
 }

 body.form .contents select{
  width: 50% !important;
}

@media screen and (max-width: 480px){
 body.form #wrapper form{margin-bottom:0;}

  body.form .contents select{
    width: 50% !important;
  }

}