@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 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;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
    width: 90%;
}
/*
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
    padding-bottom: 5px;
  }
  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: 15px 0px !important;
}

/* 同意チェックなし */
/*
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

}
*/
body.form .contents table .form-radio td,
body.form .contents table .form-checkbox td{
  padding-bottom: 0 !important;
}

/* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/


/* 背景 */
body.form { background-color: #33CCCC; }

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
  /* --border: 6px solid #fcf033;-- */
}


/* ------ 追加------ */

body.form { -webkit-text-size-adjust: 100%; }
body.form {
font: 14px/150% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding:20px 0;
}

body.form h1{
margin-bottom: 10px;
}
body.form h2{
    display: none;
}

/* ---
body.form h2{
background-color: #c10000; 
color: #ffffff;
padding: 25px 5px;
font-weight: bold;
font-size: 26px;
line-height: 36px;

}
--- */

body.form .text1{
text-align: left;
font-size:92%;
/*padding-top: 10px;*/
margin-bottom: 20px;

}

body.form .text3{
    color:#f00;
    text-align: center;
    font-size: 93%;
    margin-bottom: 10px;
    padding:15px 0 0 0;
    font-weight: bold;
}


/* ----- formLayout ----- */

body.form #wrapper .contents form {
	margin: 0px auto;
	width: 100%;
}
body.form #wrapper .contents table  {
	width: 620px;
	margin: 0px auto;
}
body.form #wrapper .contents table th {
	padding: 10px;
	width: 50%;
	font-weight: bold;
	color: #013E85;
	border: 1px solid #999;
	background: #F7F7F7;
        vertical-align: middle;
}
body.form #wrapper .contents table td {
	padding: 10px;
	width: 50%;
	vertical-align: top;
	border: 1px solid #999;
        word-break: break-word;
}

body.form input[type=text] {
    height: 20px;
    width: 90%;
}
body.form #wrapper .contents form .btn-set .btn-send {
    width: 100px;
}
body.form #wrapper .contents form .btn-set .btn-reset {
    width: 100px;
}




/*  ----- formError -----  */

body.form .form-error{
color: #ff0000;
}

body.form .form-error li{
font-weight: bold;
font-size: 16px;
}



/* ------------------------------------------------------ */

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  margin-left: 30px;
  margin-right: 30px;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
    padding: 70px 0 0 0;
    min-height: 120px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 60px;
}

/* ヘッダー画像 */
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: 14px;
  font-weight: bold;
}
body.form .contents table .required {
  font-weight: bold;
}

/* --画像-- */
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 {
border-bottom-style: inset;
padding: 5px;
}
body.form .contents textarea {
  resize: vertical;
}
body.form .contents table .form-textbox input[type=text] {
    width: 90%;
}
body.form .item03 input{
    width: 40% !important;
}

body.form .item08 input{
    width: 30% !important;
}



/* --プルダウンメニュー-- */
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: #000000;
  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;
  padding-top:20px;
}

/* --閉じるボタン-- */
body.form .footer .link-close {
   padding:0px 0;
  margin-bottom: 0px;
}

body.form .footer .link-close a {
    color: #000;
    text-decoration: none;
    background: #EEE;
    display: block;
    padding: 10px;
    width: 150px;
    margin: 0px auto;
    border-radius: 10px;
}

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;
  }
  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%; }
------------------------------------------------------ */



/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@media screen and (max-width: 680px){


/* ------------------------------------------------------
    ▼移行に伴い追記（SP）
---------------------------------------------------------*/

  /* 電話番号・メールアドレス調整 */
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    display: block;
    width: auto;
    padding-bottom: 5px;
  }
  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;
  }

  /*同意チェックなし*/
/*
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;
  }
*/
  /* 個別調整 */

/* ------------------------------------------------------
    ▲移行に伴い追記（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: auto;-- */
  }


  /* --追加 --*/
body.form {
padding:0;
}

body.form h1{
margin-bottom: 0px;
}

body.form h2{
display:none;
}

  /* --
body.form h2{
background-color: #c10000; 
color: #ffffff;
padding: 25px 20px;
font-weight: bold;
font-size: 24px;
line-height: 30px;
margin: 0 0 15px 0;
}
--*/


body.form #wrapper {
	width: 100%;	
	border: none;
}

body.form #wrapper .contents {
	padding: 10px 10px 10px 10px;
       margin-top:-6px;
}

body.form #wrapper .contents .text1 {
	padding: 0 10px;
}

body.form #wrapper .contents .text2 {
	font-size: 1.4em;
	line-height: 160%;
}

body.form #wrapper .contents form {
	width: 100%;
	padding: 0;
	text-align: left;
	margin: 0px;
}
body.form #wrapper .contents table {
	width: 96%;
	font-size: 14px;
	margin: 0 auto;
}

body.form #wrapper .contents table th, 
body.form #wrapper .contents table td {
border: none;
width: 95%;
}
body.form #wrapper .contents th,
body.form #wrapper .contents td {
	float: left;
	clear: both;
	text-align: left;
	padding-left: 0px;
	width: 100%;
	border-style: none;
}
body.form #wrapper .contents table td {
    padding: 15px 10px;
    border-style: none;
}
body.form #wrapper .contents th {
	background: #e4e4e4;
	font-weight: bold;
	padding: 3px;
}



body.form#wrapper .confirm th {
	padding: 5px 0px;
}
body.form#wrapper .confirm td {
	padding: 5px 0px 20px;
}
body.form #wrapper .contents input,
body.form #wrapper .contents textarea {
 font-size: 14px;
 padding: 5px;
}

body.form #wrapper .contents input,
body.form #wrapper .contents textarea,
body.form #wrapper .contents select {
 margin-left: 0px;
 margin-bottom: 10px;
}
body.form #wrapper .contents input[type="radio"] {
 font-size: 18px;
}

body.form #wrapper table #name,
body.form #wrapper table #first-name,
body.form #wrapper table #last-name,
body.form #wrapper table .item10 #item10,
body.form #wrapper table #item16,
body.form #wrapper table #item18　{  width: 90%; }

body.form #wrapper #item20 { width: 90%; }

body.form #wrapper table #item17　{  width: 50%; }

body.form #wrapper .footer {
 margin-top: 0px;
 padding-top: 10px;
 background: none;
 padding-bottom: 0px;
 height: auto;
}
body.form #wrapper .contents form .btn-set{
	text-align: center;
	padding: 20px 0px 0px;
	margin: 0px;
	}
body.form #wrapper .contents form .btn-set .btn-send,
body.form #wrapper .contents form .btn-set .btn-reset {
	width: 100px;
	font-size: 14px;
	padding: 10px;
}
body.form #wrapper .confirm th,
body.form #wrapper .confirm td  {
	border-bottom: none;
}

body.form #wrapper .footer .link-close {
    padding: 30px 0px;
}



body.form .contents input[type=text] {
    width: 94%;
}

body.form input[type=text] {
    height: 20px;
    width: 90% ;
}

body.form .contents input {
    margin-right: 0;
}


/* --完了画面-- */

body.form .complete .text2 {
	padding-bottom: 0px;
}

body.form #wrapper .contents.complete {
    /* -padding: 45px 20px;-- */
    min-height: 120px;
}

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */
  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;
  }
  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%; }
}