@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
/* CSS Document */
/*---------------------------------------------
	form.css
  ---------------------------------------------*/
/*---------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
#content {
  padding-top: 10px;
  padding-bottom: 50px;
  background: aliceblue;
}
@media print, screen and (min-width: 768px) {
  #content {
    padding-top: 30px;
  }
}
#content p {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #content p {
    font-size: 20px;
  }
}
#content .title02 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #226ee8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px dotted #226ee8;
}
#content .bg_bw2 {
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#content h1.inq_h3_txt {
  padding-top: 10px;
  margin-top: 0px;
}
#content h4.title02 {
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  #content h1.inq_h3_txt {
    padding-top: 75px;
  }
  #content h4.title02 {
    padding-top: 75px;
  }
}
#content p span.tel-link {
  font-weight: bold;
  font-size: 25px;
}
/*--------------------------------------------------*/
.bg_bw_inner2 p, .w100_inq p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
/*table*/
table.inq01, table.inq02 {
  margin-bottom: 10px;
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
table.inq01 span, table.inq02 span {
  /*font-size: 10px;*/
}
table.inq01 td, table.inq02 td {
  font-size: 13px;
  background-color: #FFFFFF;
}
table.inq01 th, table.inq02 th {
  white-space: nowrap;
  color: #333333;
  font-weight: normal;
  width: 30%;
  background-color: #eef2f9;
  border: 1px dotted #ccc;
  font-size: 13px;
}
table.inq01 th.hissu, table.inq02 th.hissu {
  vertical-align: top;
}
table.inq01 td.hissu, table.inq02 td.hissu {
  border: 1px #CCCCCC dotted;
}
table.inq01 td {
  padding: 12px 8px 8px 8px;
  border: 1px #CCCCCC dotted;
}
table.inq01 th {
  padding: 10px 5px;
  border: 1px #CCCCCC dotted;
}
table.inq02 td, table.inq02 th {
  padding: 4px 5px;
  border: 1px #CCCCCC dotted;
}
textarea {
  line-height: 150%;
}
/*submitbutton*/
.submitbutton {
  text-align: center;
  padding-bottom: 30px;
}
.form_comment {
  margin-bottom: 20px;
  text-align: left;
}
.form_comment span {
  font-size: 12px;
}
.error_red {
  color: red;
}
.hissu_ico {
  background-color: #ffa200;
  color: #fff;
  padding: 5px;
}
.br480 {
  display: none;
}
@media screen and (max-width:640px) {
  .br480 {
    display: block;
  }
  .inq01 input, .inq01 textarea {
    max-width: 100%;
  }
  table.inq01 th, table.inq02 th {
    width: 100% !important;
    white-space: normal !important;
  }
  .btn_continue, .btn_reset {
    margin-bottom: 10px !important;
  }
}
/*------------------------------ページタイトル*/
.title01 {
  font-size: 18px;
  color: #0a90d2;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .title01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .title01 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
/*------------------------------説明文*/
.tx_att_red {
  font-size: 1.2em;
  font-weight: bold;
  color: #FF4649;
}
.under {
  color: #FF4649;
  font-weight: bold;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 50%, rgba(246, 254, 146, 1) 50%, rgba(246, 254, 146, 1) 100%);
}
/*------------------------------資料イメージ*/
.dl_doc_img {
  text-align: center;
  padding-bottom: 30px;
}
.dl_doc_img img {
  width: 400px;
  border: 1px solid #888;
  box-shadow: 1px 1px 3px #888;
}
a.link_btn {
  display: block;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  border: 1px solid #003da3;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  max-width: 640px;
}
a.link_btn:hover {
  opacity: 0.8;
}
/*------------------------------form_comp.php(サンクスページ)*/
#thanks_page {
  background: #EBF7FD;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  #thanks_page {
    padding-top: 100px;
  }
}
#thanks_page p {
  font-size: 16px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #thanks_page p {
    font-size: 18px;
  }
}
/*#thanks_page .container p:last-of-type {
  font-size: 20px;
  font-weight: bold;
  color: #003da3;
}*/
#thanks_page a {
  background: #FF8E00;
  border: 1px solid #FF8E00;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
#thanks_page a:hover {
  background: #fff;
  color: #FF8E00;
  opacity: 0.8;
}
#content .title02 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #226ee8;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3px dotted #226ee8;
}
#thanks_page p strong {
  font-size: 20px;
  font-weight: bold;
  color: #003da3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #thanks_page p strong {
    font-size: 24px;
  }
}
#thanks_page .info_area {
  display: block;
  margin: 20px auto;
}
#thanks_page .info_area p {
  font-size: 20px;
  font-weight: bold;
  color: #003da3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #thanks_page .info_area p {
    font-size: 24px;
  }
}
#thanks_page h3 {
  font-size: 20px;
  font-weight: bold;
  color: #003da3;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #thanks_page h3 {
    font-size: 24px;
  }
}
/*---------------------------------資料見本　装飾*/
dl.inquiry_divide {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  display: inline-block;
  max-width: 1100px;
}
dl.inquiry_divide:after {
  content: "";
  clear: both;
  height: 0;
}
dl.inquiry_divide dt {
  float: left;
  width: 50%;
}
dl.inquiry_divide dd {
  float: right;
  width: 48%;
}
dl.inquiry_divide dt img {
  width: 100%;
}
dl.inquiry_divide dd h3 {
  color: #0660c5;
  font-weight: 700;
  padding: 0;
  margin: 0;
  font-size: 24px;
}
dl.inquiry_divide dt ul, dl.inquiry_divide dd ul {
  text-align: left;
  margin-top: 10px;
}
dl.inquiry_divide dt ol, dl.inquiry_divide dd ol {
  text-align: left;
  margin-top: 10px;
}
dl.inquiry_divide dt ul li, dl.inquiry_divide dd ul li {
  list-style-type: disc;
  margin: 0 0 7px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  color: #424242;
  line-height: 30px
}
dl.inquiry_divide dt ol li, dl.inquiry_divide dd ol li {
  list-style-type: decimal;
  margin: 0 0 7px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 20px;
  color: #424242;
  line-height: 30px
}
@media print, screen and (max-width:760px) {
  dl.inquiry_divide dt {
    float: none;
    width: 100%;
    clear: both;
  }
  dl.inquiry_divide dd {
    float: none;
    width: 100%;
    padding: 20px 20px 0 20px;
    clear: both;
  }
  dl.inquiry_divide dd h3 {
    font-size: 18px;
  }
  dl.inquiry_divide dt ul li, dl.inquiry_divide dd ul li {
    font-size: 16px;
  }
}
.inq_h3_txt {
  padding-top: 20px;
  line-height: 150%;
}
.w100_inq a {
  color: #003DA3;
  text-decoration: underline;
}
.w100_inq a:hover {
  text-decoration: none;
}
.w100_inq strong {
  font-weight: bold;
  color: #ff0000;
}
/*---------------------------------「戻る」ボタン*/
button {
  appearance: none;
  border: 1px solid #003da3;
  background: #003da3;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 50px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 400px;
}
button:hover {
  opacity: 0.8;
}
button:focus {
  transform: translateY(2px);
  transition: 0.3s;
}
/*---------------------------------「MOT/TEL」資料DLフォーム専用*/
#dl_form {
  padding-top: 0px;
  padding-bottom: 50px;
}
#dl_form .container > p {
  margin: 30px auto 50px;
}
#dl_form .container p strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #003da3;
  letter-spacing: 1.5px;
  /* margin: 0px auto 30px; */
}
@media print, screen and (min-width:768px) {
  #dl_form .container p strong {
    font-size: 20px;
  }
}
#dl_form .container .swiper {
  height: 228px;
}
#dl_form .container ul li img {
  border: 1px solid #888888;
  box-shadow: 2px 2px 3px #66666650;
  max-width: 300px;
}
#dl_form h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0080ff;
}
#dl_form h5 {
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 1.2em;
}
#dl_form ul.comm_lst {
  margin: 10px auto 30px 20px;
}
#dl_form ul.comm_lst li {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  list-style-type: disc;
}
#dl_form form {
  background: #e1eefc;
  border-radius: 6px;
}
#dl_form form table.inq_table_blue th {
  background: none !important;
}
#dl_form form table.inq_table_blue td {
  background: none !important;
}
#dl_form form p {
  padding: 20px 10px;
}
/*------------------------------------------「送信完了」form_comp画面用*/
#form_comp {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media print, screen and (min-width:768px) {
  #form_comp {
    padding-top: 50px;
  }
}
#form_comp p {
  margin-bottom: 20px;
}
#form_comp p.comm_tx {
  font-weight: bold;
}
#form_comp h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0057b8;
}
#form_comp p.camp_info {
  font-size: 1.5em;
  font-weight: bold;
}
/*------------------------------------------「共通資料DLフォーム」wpp_contact 用*/
#wpp_contact #dl_form .container p.first_comm {
  margin: 30px auto 50px;
}
#wpp_contact #dl_form .container p.info_comm {
  margin: 0 auto 20px;
}
#wpp_contact #dl_form {
  padding-bottom: 0;
}
#wpp_contact #dl_form .bg_bw2 {
  background: #e1eefc;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media print, screen and (min-width:768px) {
  #wpp_contact #dl_form .bg_bw2 {
    padding-bottom: 80px;
  }
}
#wpp_contact #dl_form form {
  border-radius: 0;
}
/*------------------------------------------「同意」チェックボックス欄 用*/
.consent_area {
  display: block;
  padding: 30px 10px;
  text-align: center;
  margin: 20px 15px;
  border: 2px solid #055ada;
  border-radius: 10px;
  background: #ffffff;
}
.consent_area a {
  text-decoration: underline;
  color: #055ada;
}
.consent_area label {
  font-weight: bold;
  line-height: normal;
}
/*** custom checkboxes ***/
.consent_area input[type=checkbox] {
  display: none;
} /* to hide the checkbox itself */
.consent_area input[type=checkbox] + label:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: 32px;
  font-weight: 400;
  vertical-align: middle;
}
.consent_area input[type=checkbox] + label:before {
  content: "\f0c8";
  line-height: normal;
} /* unchecked icon */
.consent_area input[type=checkbox] + label:before {
  letter-spacing: 20px;
} /* space between checkbox and label */
.consent_area input[type=checkbox]:checked + label:before {
  content: "\f14a";
} /* checked icon */
.consent_area input[type=checkbox]:checked + label:before {
  letter-spacing: 20px;
} /* allow space for check mark */
/*------------------------------------------確認ボタン*/
.bg_bw2 input.btn_continue_consent {
  display: inline-block;
  margin: 0 20px 20px;
  border-radius: 6px;
  border: 2px solid #f4a316;
  padding: 10px 60px;
  background-color: #ffa200;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.bg_bw2 input.btn_continue_consent:hover {
  background-color: #fff;
  color: #ffa200;
}
.bg_bw2 input.btn_continue_consent:disabled {
  display: inline-block;
  margin: 0 20px 20px;
  border-radius: 6px;
  border: 2px solid #888888;
  padding: 10px 60px;
  background-color: #e6e6e6;
  font-size: 18px;
  font-weight: 400;
  color: #9e9e9e;
  cursor: default;
}
/*------------------------------------------再読み込みエラー画面*/
#send_err h4 {
  display: iblock;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: red;
  margin: 0 auto 30px;
  padding-bottom: 5px;
  border-bottom: 3px dotted red;
}
#send_err .bg_bw_inner2 {
  background: #ffe7e7;
  padding: 15px;
}
#send_err p {
  color: #333;
}
#send_err a {
  display: block;
  background: #ff9900;
  border: 2px solid #ff9900;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
}
#send_err a:hover {
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  #send_err .bg_bw_inner2 {
    padding: 30px;
  }
  #send_err a {
    width: 80%;
  }
}