@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: normal;
  color: #013e85;
}
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 th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
    padding-bottom: 5px;
	margin-top: 24px;
  }
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/* 同意チェックなし */
input#btn-submit:disabled{
  opacity: 1;
  cursor:default !important;

  transform: translate(-3px, -3px);
  padding: 14.5px;
  width: 30%;
  border-radius: 10px;
  box-shadow: 3px 3px 0 0 #c0c0c0;
  background-color: #dfdfdf;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
　border: none;
  margin-right: 30px;
  margin-top: 20px;
  outline: none;

}


/* 個別調整 */
/* ▼ ボタン注釈 ▼ */
body.form  .form-textbox.item20 td{
  padding-bottom : 20px !important;
}
body.form  .form-text.item21{
  border-top : 1px solid #D5D5D5
}
body.form  .form-text.item21 div#item21{
  display : block;
  font-size : 16px;
  font-weight : bold;
  text-align:center;
  line-height : 2;
  padding-top : 20px;
}
body.form  .form-text.item21 .text-blue {
  color : #013e85;
}
body.form  .form-text.item21 .text-gray {
  color : #999999;
}

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/

/* 背景 */
body.form { background:#ffd54a ; }
/* body.form { background:#ffd54a url(../img/6b6ba10c-dd9c-4387-99f5-c90f59c00ba9/background.png) no-repeat top center; } */

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 120px;
}

/* ヘッダー画像 */
body.form #wrapper .title img { width: 100%; }

/* ------------------------------------------------------
    フォーム
   ------------------------------------------------------ */

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 .text3 {
  font-size: 1.2em;
}

/* --フォームの横幅指定を解除-- */
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: normal;
  color: #013e85;
}
body.form .contents table .form-text th {
  margin-top: 0;
  padding: 0;
}

body.form .contents table .required {
  font-weight: bold;
  margin-left: 0.5em;
  color: #c01920;
}

/* --画像-- */
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: 50%;
  padding: 14px;
  font-size: 16px;
}

/* --ラジオボタン・チェックボックス-- */
body.form .form-radio .item,
body.form .form-checkbox .item {
  background: #f5f5f5;
  text-align: left;
  margin-right: 3%;
  width: 100%;
}
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 .form-image button,
body.form .contents table .form-video button{
  font-size: 14px;
  padding: 10px;
}

/* 【追加】性別--ラジオボタン・チェックボックス-- */
/* ▼ #item08の番号は毎回変わる ▼ */
body.form .form-radio.item08 .item{
  width: 120px;
}
body.form .contents.confirm table .form-radio.item08 td{
  padding-bottom: 25px;
}
body.form .form-radio .item label,
body.form .form-checkbox .item label{
  display: inline-block;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 100%;
}

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 { 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;
    font-size: 16px;
  }
  body.form .contents table td { width: 100%; }
  
.text1,
.text3 {
	  font-size: 16px;
	  text-align: left;
	}

/* ▼ ボタン注釈 ▼ */
body.form  .form-textbox.item19 td{
  padding-bottom : 20px;
}
body.form  .form-text.item20{
  border-top : 1px solid #D5D5D5
}
body.form  .form-text.item20 div#item20{
  display : block;
  font-size : 16px;
  font-weight : bold;
text-align:center;
  line-height : 2;
  padding-top : 20px;
}
body.form  .form-text.item20 .text-blue {
  color : #013e85;
}
body.form  .form-text.item20 .text-gray {
  color : #999999;
}


/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){

/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* td padding 調整 */
  body.form .contents table td{
    padding: 5px 0 !important;
  }

  /* 電話番号・メールアドレス調整 */
  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 td,
  body.form .contents table .form-email td {
    display: block;
    margin-bottom: 10px;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle !important;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    -webkit-appearance: none;
    transform: translate(-3px, -3px);
    padding: 20px;
    width: 95%;
    border-radius: 20px;
    box-shadow: 3px 3px 0 0 #c0c0c0;
    background-color: #dfdfdf;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border: none;
    margin: 20px auto 0;

  }

  /* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（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 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%; }
  
  
  /* スマホ*/
  
body.form .contents .btn-set input[type=button] {
	-webkit-appearance: none;
    transform: translate(-3px, -3px);
    padding: 20px;
    width: 95%;
    border-radius: 20px;
    box-shadow: 3px 3px 0 0 #09bfcf;
    background-color: #013e85;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
	border: none;
	cursor: pointer;
	margin: 20px auto 0;
  }
  
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: 95%;
    border-radius: 20px;
    box-shadow: 3px 3px 0 0 #c0c0c0;
    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.0em;
    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%;
  }
  
}

/*確認ボタン*/
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: 10px;
    box-shadow: 3px 3px 0 0 #09bfcf;
    background-color: #013e85;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
   border: none;
   cursor: pointer;
   margin-right: 30px;
   margin-top: 20px;
   outline: none;
}


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 {
    transform: translate(-3px, -3px);
    padding: 14.5px;
   width: 30%;
    border-radius: 10px;
    box-shadow: 3px 3px 0 0 #c0c0c0;
    background-color: #dfdfdf;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #9e9e9e;
   border: none;
   cursor: pointer;
   outline: none;
}

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: #ff4666;
	margin-top: 100px;
}
body.form .contents table .form-text th {
  margin-top: 0;
  padding: 0;
}

/* エラー文言　*/
body.form .form-error{
  font-size:16px;
  line-height: 2.0em;
  color: #ff0000;
}