@charset "utf-8";

/* ------------------------------------------------------
    ▼移行に伴い追記（PC）
---------------------------------------------------------*/

/* td padding 調整 */
body.form .contents table td{
  padding: 0 0 25px !important;
}

/* 電話番号・メールアドレス調整 */
body.form .contents table .form-tel th,
body.form .contents table .form-email th {
  display: block;
  width: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
body.form .contents table .form-tel td,
body.form .contents table .form-email td {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 93%;
}
body.form .contents.confirm table .form-tel th,
body.form .contents.confirm table .form-email th {
  font-size: 93%;
}
body.form .contents.confirm table .form-tel td,
body.form .contents.confirm table .form-email td {
  font-size: 18px;
}
body.form .contents table .form-tel input[type=tel],
body.form .contents table .form-email input[type=text] {
  width: 100%;
  padding: 15px 1.5em;
  background: #fffce5;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  font-size: 16px;
 box-sizing: border-box;
}

/* 同意チェック padding 調整 */
.agree-acquisition-personal-information{
    padding: 0px 0px 15px !important;
}

/*同意チェックなし*/
input#btn-submit:disabled{
  opacity: 1;
  cursor:default;

  color: #fff;
  background: #dddddd;
  font-size: 18px;
  width: 160px;
  padding: 15px 1.5em;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}

/* 個別調整 */
body.form .contents table .form-email #item03{
  width: 30em;
}


/* ------------------------------------------------------
    ▲移行に伴い追記（PC）
---------------------------------------------------------*/



/* 背景 */
body.form { 
  background-image: url(../img/ae1bf21c-a73b-435d-85fa-e7a9144a3119/background.jpg);
}

/* ------------------------------------------------------
    レイアウト
   ------------------------------------------------------ */

/* ページ最小横幅指定 */
body.form { min-width: 680px; }

/* --コンテンツの幅指定-- */
body.form #wrapper {
  width: 680px;
  min-height: 100vh;
}

/* --フォームの左右余白-- */
body.form #wrapper .contents {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}

/* --完了画面-- */
body.form #wrapper .contents.complete {
  min-height: 180px;
}

/* --フッター-- */
body.form #wrapper .footer {
  padding-bottom: 80px;
}

/* ヘッダー画像 */
body.form #wrapper .title img { width: 100%; }
body.form #wrapper .header 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 { 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 {
  display: block;
  width: auto;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
/* --入力内容-- */
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: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 93%;
}
/* --確認画面　項目名-- */
body.form .contents.confirm table .form-img th,
body.form .contents.confirm table .form-text th,
body.form .contents.confirm table .form-hr th,
body.form .contents.confirm table .form-textbox th,
body.form .contents.confirm table .form-textarea th,
body.form .contents.confirm table .form-select th,
body.form .contents.confirm table .form-radio th,
body.form .contents.confirm table .form-checkbox th,
body.form .contents.confirm table .form-photo th,
body.form .contents.confirm table .form-movie th {
  font-size: 93%;
}
/* --確認画面　入力内容-- */
body.form .contents.confirm table .form-textbox td,
body.form .contents.confirm table .form-textarea td,
body.form .contents.confirm table .form-select td,
body.form .contents.confirm table .form-radio td, 
body.form .contents.confirm table .form-checkbox td, 
body.form .contents.confirm table .form-photo td,
body.form .contents.confirm table .form-movie td {
  font-size: 18px;
}

body.form .contents table td { width: 100%; }

body.form .contents table .required {
  font-weight: bold;
  color: #fe0000;
}

/* --画像-- */
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 {
  font-size: 12px;
  text-align: left;
  background: #f5f8fc;
  padding: 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
}

/* --区切り線-- */
body.form .contents table .form-hr .form-hr hr {
  margin-bottom: 20px;
}

/* --入力枠-- */

body.form .contents textarea {
  padding: 15px 1.5em;
  margin-bottom: 0;
}
body.form .contents textarea {
  resize: vertical;
  box-sizing: border-box;
  width: 100%;
  background: #fffce5;
  border-radius: 5px;
}
body.form .contents table .form-textbox input[type=text] {
  width: 100%;
  padding: 15px 1.5em;
  background: #fffce5;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  font-size: 16px;
 box-sizing: border-box;
}

/* 名前 */
body.form .contents table .form-textbox #item05{
  height: 10em;
}
/* ニックネーム */
body.form .contents table .form-textbox #item01,
body.form .contents table .form-textbox #item02{
  width: 20em;
}
body.form .contents table .form-textbox #item03{
  width: 30em;
}
/* 郵便番号 */
body.form .contents table .form-textbox #item04{
  width: 30em;
}
/* 電話番号 */
body.form .contents table .form-textbox #item11{
  width: 12em;
}

/* --プルダウンメニュー-- */
body.form .form-select select {
  width: auto;
  padding: 15px 1.5em;
  font-size: 16px;
  border-radius: 5px;
}


/*--性別--*/
body.form .form-radio.item10 .item{
  background: #f5f5f5;
  margin-right: 20px;
  padding: 15px 3.5em 15px 1.5em;
  text-align: left;
}
/* --ラジオボタン・チェックボックス-- */
body.form .contents table .form-radio td,
body.form .contents table .form-checkbox td{
  display: flex;
  flex-wrap: wrap;
}
body.form .contents table td {
  width: 100%;
}
/* --テキストのみラジオボタン・テキストのみチェックボックス-- */
body.form .form-radio.item13 .item,
body.form .form-checkbox.item14 .item{
  background: #f5f5f5;
  margin-right: 20px;
  padding: 15px 3.5em 15px 1.5em;
  text-align: left;
}
/* --ラジオボタン・チェックボックス-- */
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 .form-radio.item16 .item,
body.form .form-checkbox.item17 .item{
  text-align: center;
  width: 30%;
}
body.form .form-radio.item16 .item:last-child,
body.form .form-checkbox.item17 .item:last-child{
  margin-right: 0;
}
body.form .form-radio.item16 td,
body.form .form-checkbox.item17 td{
  justify-content: space-between;
}

/* --郵便番号検索ボタン-- */
body.form .contents table .form-zipcode-btn {
  display: inline-block;
  padding: 14px 1em;
  margin-left: 20px;
  background-color: #24a25b;
  color: #000;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 300;
}
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 .contents table .form-image button,
body.form .contents table .form-video button{
  color: #fff;
  background: #24a25b;
  font-size: 14px;
  padding: 10px 1em;
  border: none;
  border-radius: 5px;
}

/* --確認ボタン-- */
body.form .btn-set {
  padding-bottom: 20px;
}
/* --閉じるボタン-- */
body.form .footer .link-close {
  margin-bottom: 0;
}
body.form .footer .link-close a {
  display: inline-block;
  color: #333;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
body.form .footer .link-close a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 20px;
    height: 3px;
    margin-top: -2px;
    background: #000;
    transform: rotate(45deg);
}
body.form .footer .link-close a::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 20px;
  height: 3px;
  margin-top: -2px;
  background: #000;
  transform: rotate(-45deg);
}
body.form .footer .link-close a:hover {
  opacity: 0.5;
}

/* 追加 */

/* --テキスト-- */
body.form h1{
    margin-bottom: 0;
}
body.form h2{
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
    padding: 30px 5% 30px;
    background: #24a25b;
    color: #fff;
}
body.form .contents .text1{
    background: #f5f5f5;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 2;
    padding: 20px;
text-align: left;
}
body.form .contents .text2,
body.form .contents .text3{
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
}

/* --確認ボタン・登録するボタン-- */
body.form .contents .btn-send{
  color: #fff;
  background: #24a25b;
  font-size: 18px;
  width: 160px;
  padding: 15px 1.5em;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}
/* --リセットボタン-- */
body.form .contents .btn-reset{
  color:#24a25b;
  background: #fff;
  font-size: 18px;
  width: 160px;
  padding: 15px 1.5em;
  border: 2px solid #24a25b;
  border-radius: 5px;
  font-weight: 600;
}

body.form .form-error{
  margin-bottom: 60px;
  color: #fe0000;
  font-weight: bold;
font-size: 16px;
}
body.form .contents .form-error li{
  margin-bottom: 10px;
}
body.form .contents table td #item03{
  width: 10em;
  margin-right: 10px;
}
body.form .contents table td #item10{
  width: 11em
}


body.form .contents input{
    margin-bottom: 0;
}
body.form .form-radio .item {
    background: #f5f5f5;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 3%;
    width: 100%;
    border-radius: 5px;
}

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.item02 .item:first-child{
    margin-bottom: 10px;
}


/* ------------------------------------------------------
    スマートフォン対応
   ------------------------------------------------------ */
@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: 100%;
    padding: 12px 1em;
    box-sizing: border-box;
  }
  body.form .contents table .form-tel th,
  body.form .contents table .form-email th {
    padding-bottom: 10px;
    padding-bottom:5px;
    font-size: 16px;
  }
  body.form .contents table .form-tel td,
  body.form .contents table .form-email td {
    width: 100%; 
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 93%;
  }
  body.form .contents.confirm table .form-tel th,
  body.form .contents.confirm table .form-email th {
    font-size: 14px;
  }
  body.form .contents.confirm table .form-tel td,
  body.form .contents.confirm table .form-email td {
    font-size: 93%;
  }

  /* 同意チェック padding 調整 */
  .agree-acquisition-personal-information{
    padding: 0px 0px 10px !important;
  }

  /* チェックボックスとラベルのズレ */
  input[type="checkbox"]{
    vertical-align:middle;
  }

  /*同意チェックなし*/
  input#btn-submit:disabled{
    opacity: 1;
    cursor:default;

    background: #dddddd;
    color: #fff;
    font-size: 16px;
    width: 120px;
    padding: 10px 1.5px;
    margin-right: 20px;
  }

  /* 個別調整 */
  body.form .contents table .form-textbox #item01,
  body.form .contents table .form-textbox #item02,
  body.form .contents table .form-textbox #item04,
  body.form .contents table .form-email #item03{
    width: 80%;
  }

/* ------------------------------------------------------
    ▲移行に伴い追記（SP）
---------------------------------------------------------*/



  /* --ページ横幅指定解除-- */
  body.form { min-width: 100%; }

  /* --コンテンツの幅指定を解除-- */
  body.form #wrapper { width: 100%; }

  /* --フォームの左右余白を解除-- */
  body.form #wrapper .contents {
    padding: 20px 5%;
  }

  /* --入力枠横幅リセット-- */
  body.form .contents table .form-textbox input[type=text] {
    width: 100%;
    padding: 12px 1em;
    box-sizing: border-box;
  }

  /* ------------------------------------------------------
    フォームのラベルと入力項目を横並びにする場合は下記を削除
   ------------------------------------------------------ */

  body.form .contents table { 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 {
    padding-bottom: 10px;
    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 {
    width: 100%; 
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 93%;
  }
  /* --確認画面　項目名-- */
  body.form .contents.confirm table .form-img th,
  body.form .contents.confirm table .form-text th,
  body.form .contents.confirm table .form-hr th,
  body.form .contents.confirm table .form-textbox th,
  body.form .contents.confirm table .form-textarea th,
  body.form .contents.confirm table .form-select th,
  body.form .contents.confirm table .form-radio th,
  body.form .contents.confirm table .form-checkbox th,
  body.form .contents.confirm table .form-photo th,
  body.form .contents.confirm table .form-movie th {
    font-size: 14px;
  }
  /* --確認画面　入力内容-- */
  body.form .contents.confirm table .form-textbox td,
  body.form .contents.confirm table .form-textarea td,
  body.form .contents.confirm table .form-select td,
body.form .contents.confirm  table .form-radio td, 
  body.form .contents.confirm  table .form-checkbox td, 
  body.form .contents.confirm table .form-photo td,
  body.form .contents.confirm table .form-movie td {
    font-size: 93%;
  }

  /* --追加-- */

  body.form #wrapper .contents{
    width: 100%;
  }
  /* --テキスト-- */
body.form h2{
    font-size: 5vw;
    padding: 30px 5% 30px;
    background: f3ca20;
    color: #fff;
}
  body.form .contents .text1{
    font-size: 14px;
  }
  body.form .contents .text2,
  body.form .contents .text3{
    font-size: 16px;
    margin: 20px 0;
  }
  /* --確認ボタン・登録するボタン-- */
  body.form .contents .btn-set input[type=button]{
    background: #24a25b;
    color: #fff;
    font-size: 16px;
    width: 120px;
    padding: 10px 1.5px;
    margin-right: 20px;
  }
  /* --リセットボタン・戻るボタン-- */
  body.form .contents .btn-set input[type=reset],
  body.form .contents .btn-set input#btn-back[type=button]{
    background: #fff;
    color: #24a25b;
    font-size: 16px;
    width: 120px;
    padding: 10px 1.5px;
  }
  /* --閉じるボタン-- */
  body.form .footer .link-close a{
    font-size: 16px;
  }
  body.form .footer .link-close a::before,
  body.form .footer .link-close a::after{
    width: 18px;
  }
  body.form .footer .link-close a:hover {
    opacity: 1;
  }

  /* 名前 */
/*
  body.form .contents table .form-textbox #item01,
  body.form .contents table .form-textbox #item02{
    width: 30%;
  }
*/
/*
  body.form .contents table .form-textbox #item05{
    height: 200px;
  }
*/
  /* ニックネーム */
/*
  body.form .contents table .form-textbox #item03{
    width: 80%;
  }
*/
  /* 郵便番号 */
/*
  body.form .contents table .form-textbox #item04{
    width: 50%;
  }
*/
  /* 電話番号 */
/*
  body.form .contents table .form-textbox #item11{
    width: 50%;
  }
*/
  /* --テキストのみラジオボタン・テキストのみチェックボックス-- */
  body.form .form-radio.item13 .item,
  body.form .form-checkbox.item14 .item{
    margin-bottom: 20px;
  }
  /* 画像選択ボタン・動画選択ボタン */
  .form-image button,.form-video button{
    color: #fff;
    background: #24a25b;
    font-size: 14px;
    padding: 10px 1em;
    border: none;
    border-radius: 5px;
  }


}