@charset "UTF-8";
/* ----------------------------------------------------
	資料請求フォーム用clearfix
---------------------------------------------------- */
.isfw_form .clearfix {
  display: flex;
}
.isfw_form .clearfix li {
  padding-bottom: 15px;
  padding-right: 8px;
}

.section_margin .block1 {
  display: block;
}

#webapp_form0 .block1 .seq4,
#webapp_form0 .block1 .seq5 {
  display: none;
}

#webapp_confirm .block1 .seq1,
#webapp_confirm .block1 .seq5 {
  display: none;
}
#webapp_confirm .step2,
#webapp_confirm .step3 {
  display: none;
}

#thank_you .block1 .seq1,
#thank_you .block1 .seq4 {
  display: none;
}

/* ---------------------------------------------------
	資料請求フォーム用スタイル
---------------------------------------------------- */
.content_inner .block {
  padding: 13px;
  margin-bottom: 10px;
}

.step li {
  float: left;
  padding-bottom: 15px;
  padding-right: 8px;
}

.step li.end {
  padding-right: 0;
}

.input_block {
  padding: 0 10px;
}

.input_block .required {
  color: #ff3600;
}

/* =================================================
  form
================================================= */
.title_lv1 {
  display: none;
}

.title_lv2 {
  display: none;
}

.ttl_item {
  display: none;
}

.isfw_form {
  word-break: break-word;
  overflow-wrap: anywhere;
}
.isfw_form button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.isfw_form p {
  margin-bottom: 0;
}
.isfw_form em {
  font-style: normal;
}
.isfw_form input[type=number]::-webkit-outer-spin-button,
.isfw_form input[type=number]::-webkit-inner-spin-button,
.isfw_form input[type=tel]::-webkit-outer-spin-button,
.isfw_form input[type=tel]::-webkit-inner-spin-button,
.isfw_form input[type=date]::-webkit-inner-spin-button,
.isfw_form input[type=date]::-webkit-clear-button,
.isfw_form input[type=time]::-webkit-inner-spin-button,
.isfw_form input[type=time]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.isfw_form input[type=number],
.isfw_form input[type=tel] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.isfw_form button, .isfw_form textarea, .isfw_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.isfw_form .itemimage {
  width: 90px !important;
  height: auto;
}
.isfw_form .caution-list {
  margin-bottom: 20px;
}
.isfw_form .caution-list ul {
  list-style-type: disc;
  margin-left: 1em;
}
.isfw_form .caution-list ul li {
  font-weight: bold;
  color: #ba002f;
}
.isfw_form .caution_msg {
  display: none;
  font-weight: bold;
  margin-bottom: 0;
}
.isfw_form .caution {
  display: block;
  color: #f00;
}
.isfw_form .icon-required {
  background: none;
  font-size: 0;
  margin-top: 8px;
}
.isfw_form .icon-required:before {
  content: "※";
  display: inline-block;
  color: red;
  font-size: 12px;
  font-weight: bold;
  margin-right: 9px;
}
.isfw_form span.icon-required {
  font-size: 0 !important;
  background: unset !important;
}
.isfw_form input[type=text],
.isfw_form input[type=number],
.isfw_form input[type=tel],
.isfw_form input[type=email],
.isfw_form input[type=file],
.isfw_form input[type=date],
.isfw_form input[type=time],
.isfw_form textarea,
.isfw_form select {
  max-width: 100%;
  width: 75%;
  padding: 5px 10px;
}
.isfw_form input[type=email] {
  width: 200px;
}
.isfw_form select {
  width: 150px;
}
.isfw_form input[type=file] {
  padding: 0;
}
.isfw_form input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.isfw_form input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}
.isfw_form select {
  background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="5"><path d="M0,0 10,0 5,5z" fill="black" /></svg>');
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
}
.isfw_form select[disabled] {
  background: #999 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="5"><path d="M0,0 10,0 5,5z" fill="gray" /></svg>');
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #999;
}
.isfw_form input[type=date], .isfw_form input[type=time] {
  position: relative;
  cursor: pointer;
}
.isfw_form input[type=date]::-webkit-calendar-picker-indicator,
.isfw_form input[type=time]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.isfw_form input[type=date] {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z"/></svg>');
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: auto 90%;
  padding-right: 40px;
  width: 100px;
  border: 1px solid;
  border-color: rgb(118, 118, 118);
}
.isfw_form input[type=time] {
  background: #f5f5f5 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"/></svg>');
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: auto 30%;
  padding-right: 40px;
}
.isfw_form ul {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
.isfw_form ul li {
  width: 100%;
  box-sizing: border-box;
}
.isfw_form ul li span + input {
  margin-top: 0.5em;
}
.isfw_form ul.cols {
  display: flex;
  flex-wrap: wrap;
}
.isfw_form ul.cols input[type=text],
.isfw_form ul.cols input[type=number],
.isfw_form ul.cols input[type=email],
.isfw_form ul.cols input[type=file],
.isfw_form ul.cols input[type=date],
.isfw_form ul.cols input[type=time],
.isfw_form ul.cols textarea,
.isfw_form ul.cols select {
  width: 100%;
}
.isfw_form ul.cols.tac {
  justify-content: center;
}
.isfw_form ul.cols li {
  width: auto;
  margin: 0 1em 0 0;
}
.isfw_form ul.cols li:last-child {
  margin-right: 0;
}
.isfw_form ul.cols-nowrap {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: space-between;
}
.isfw_form ul.cols-nowrap input[type=text],
.isfw_form ul.cols-nowrap input[type=number],
.isfw_form ul.cols-nowrap input[type=email],
.isfw_form ul.cols-nowrap input[type=file],
.isfw_form ul.cols-nowrap input[type=date],
.isfw_form ul.cols-nowrap input[type=time],
.isfw_form ul.cols-nowrap textarea,
.isfw_form ul.cols-nowrap select {
  width: 100%;
}
.isfw_form ul.cols-nowrap.tac {
  justify-content: center;
}
.isfw_form ul.cols-nowrap li {
  width: 20%;
  margin: 10px;
}
.isfw_form ul.cols-nowrap li:last-child {
  margin-right: 0;
}
.isfw_form .form-content input::-moz-placeholder {
  color: #ccc;
}
.isfw_form .form-content input::placeholder {
  color: #ccc;
}
.isfw_form .form-content .form-item {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.isfw_form .form-content .form-item + .form-item {
  border-top: 1px dotted #eee;
}
.isfw_form .form-content .form-item .form-title, .isfw_form .form-content .form-item .form-content {
  padding: 8px;
}
.isfw_form .form-content .form-item .form-title {
  font-weight: normal;
  padding: 8px;
  position: relative;
  background: #ebffc4;
  width: 186px;
}
.isfw_form .form-content .form-item .form-content {
  display: block;
  justify-content: center;
  flex-direction: column;
  flex-basis: 80%;
  background: #fff;
}
.isfw_form .form-content .form-item .form-content span {
  display: block;
}
.isfw_form .form-content .form-item .form-content .form-content {
  padding-left: 0;
}
.isfw_form .form-content .form-item .form-content .form-cap {
  margin-left: 4px;
}
.isfw_form .form-content .form-item .form-content .form-item {
  padding: 0;
}
.isfw_form .form-content .form-item .form-item .form-title {
  display: none;
  color: #666;
  flex-basis: 15%;
}
.isfw_form .form-content .form-item .form-item .form-content {
  flex-basis: 85%;
}
.isfw_form .form-content .form-item .form-item:first-of-type .form-title {
  padding-top: 2em;
}
.isfw_form .form-content .form-item .form-item:first-of-type .form-content {
  padding-top: 1em;
}
.isfw_form .form-content .form-item .form-item:last-of-type {
  border: none;
}
.isfw_form .form-content .form-item .form-item:last-of-type .form-title, .isfw_form .form-content .form-item .form-item:last-of-type .form-content {
  padding-bottom: 1em;
}
.isfw_form .form-content .padding-m {
  padding: 7px 7px 18px 7px;
}
.isfw_form ul.name-group li {
  width: calc((100% - 2em) / 2);
}
.isfw_form ul.zipcode-group {
  align-items: center;
  gap: 5px;
}
.isfw_form ul.zipcode-group li {
  margin-right: 0;
  width: auto;
}
.isfw_form ul.zipcode-group li input {
  width: 40px !important;
}
.isfw_form ul.zipcode-group li:only-child input {
  width: 10em !important;
}
.isfw_form ul.phone-group {
  align-items: center;
  display: flex;
  gap: 5px;
}
.isfw_form ul.phone-group li {
  margin-right: 0;
  display: inline;
  width: auto;
}
.isfw_form ul.phone-group li input {
  width: 40px !important;
}
.isfw_form .checkbox input.checkbox-input {
  position: static;
  white-space: normal;
  width: 15px;
  height: 15px;
  overflow: auto;
  border: none;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0;
  vertical-align: middle;
}
.isfw_form .checkbox .checkbox-parts {
  display: inline-block;
  margin: 0;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 14px;
}
.isfw_form .checkbox .checkbox-parts:before {
  color: #adb5bd;
  content: "\f372";
  display: none;
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
}
.isfw_form .checkbox .checkbox-parts:after {
  background-color: #fff;
  border-radius: 3px;
  content: "";
  display: none;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
}
.isfw_form .checkbox input[type=checkbox]:checked + .checkbox-parts:before {
  content: "\f374";
}
.isfw_form table.checkbox {
  border: 1px solid #eee;
}
.isfw_form table.checkbox .checkbox-parts {
  display: block;
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0 auto;
  line-height: 1.4;
  position: relative;
}
.isfw_form table.checkbox span {
  display: none !important;
}
.isfw_form table.checkbox span.check-mark {
  display: inline-block !important;
}
.isfw_form table.checkbox th {
  background-color: #f5f5f5;
}
.isfw_form table.checkbox th, .isfw_form table.checkbox td {
  border: 1px solid #eee;
  padding: 10px;
}
.isfw_form table.checkbox thead th {
  text-align: center;
}
.isfw_form table.checkbox tbody td {
  text-align: center;
}
.isfw_form .disp-company li.checkbox-item {
  display: flex;
  flex-direction: column;
}
.isfw_form .disp-company li.checkbox-item .itemimage_wrapper {
  order: 1;
}
.isfw_form .disp-company li.checkbox-item .checkbox-input {
  order: 3;
  position: relative;
  top: 5px;
}
.isfw_form .disp-company li.checkbox-item .checkbox-parts {
  order: 2;
  height: auto;
}
.isfw_form .radio input.radio-input {
  position: static;
  white-space: normal;
  width: 15px;
  height: 15px;
  overflow: auto;
  border: none;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
  margin: 0;
  vertical-align: middle;
}
.isfw_form .radio .radio-parts {
  display: inline-block;
  padding-left: 0px;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 0;
}
.isfw_form .radio .radio-parts:before {
  color: #adb5bd;
  content: "\f3a6";
  display: none;
  font-size: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  line-height: 1;
}
.isfw_form .radio .radio-parts:after {
  background-color: #fff;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.isfw_form .radio input.radio-input:checked + .radio-parts:before {
  content: "\f3a7";
}
.isfw_form table.radio {
  border: 1px solid #eee;
}
.isfw_form table.radio .radio-parts {
  display: block;
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0 auto;
  line-height: 1.4;
}
.isfw_form table.radio span {
  display: none !important;
}
.isfw_form table.radio span.check-mark {
  display: inline-block !important;
}
.isfw_form table.radio th {
  background-color: #f5f5f5;
}
.isfw_form table.radio th, .isfw_form table.radio td {
  border: 1px solid #eee;
  padding: 10px;
}
.isfw_form table.radio thead th {
  text-align: center;
}
.isfw_form table.radio tbody td {
  text-align: center;
}
.isfw_form .tar {
  display: none;
}
.isfw_form ul li .radio-item {
  margin: 0;
  padding: 0;
}
.isfw_form .radio.linearscale {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.isfw_form .radio.linearscale li {
  width: auto;
}
.isfw_form .radio.linearscale li + li {
  margin: 0 0 0 1.5em;
}
.isfw_form .radio.linearscale .radio-parts {
  padding: 0 0 25px 0;
  text-align: center;
  min-width: 20px;
}
.isfw_form .radio.linearscale .radio-parts:before {
  bottom: 0;
  top: auto;
  left: calc((100% - 16px) / 2);
}
.isfw_form .radio.linearscale .radio-parts:after {
  bottom: 3px;
  top: auto;
  left: calc((100% - 17px) / 2);
}
.isfw_form .btn-title, .isfw_form .isfw_title {
  font-weight: bold;
  margin-bottom: 2em;
}
.isfw_form ul.cols.tac.btn-list li:last-child {
  margin-right: 2em;
}
.isfw_form .btn-list li, .isfw_form .isfw_inquiry_list li {
  display: flex;
}
.isfw_form .btn-list .btn-select, .isfw_form .btn-list .isfw_btn, .isfw_form .isfw_inquiry_list .btn-select, .isfw_form .isfw_inquiry_list .isfw_btn {
  background-color: #eee;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  white-space: normal;
  transition: 0.2s;
  min-width: 12em;
  max-width: 12em;
  border-radius: 3px;
}
.isfw_form .isfw_title {
  text-align: center;
}
.isfw_form .isfw_inquiry_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1em;
  justify-content: center;
}
.isfw_form .isfw_inquiry_list li {
  width: auto;
  margin: 0 2em 1em 0;
}
.isfw_form .isfw_inquiry_list li:last-child {
  margin-right: 0;
}
.isfw_form .inquiry-complete {
  text-align: center;
}
.isfw_form .list-btn {
  padding: 30px 0 0;
}
.isfw_form .list-btn .button-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.isfw_form .list-btn .button-set li {
  width: auto;
}
.isfw_form .list-btn .button-set li .btn_back {
  height: 63px;
  width: 100px;
  font-size: 18px;
  cursor: pointer;
}
.isfw_form .list-btn .button-set li .btn_back:hover {
  background-color: #b3b3b3;
}
.isfw_form .list-btn .button-set li.btn-right {
  position: absolute;
  right: 0;
}
.isfw_form .list-btn .button-set li .btn_send {
  font-size: 0;
  border: 0;
  background-image: url("/images/request/btn_next.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 293px;
  height: 63px;
  cursor: pointer;
}
.isfw_form .list-btn .button-set li .btn_send:hover {
  background-image: url("/images/request/btn_next_over.png");
}
.isfw_form .list-btn .button-set li .btn_send#Save {
  background-image: url("/images/request/btn_confirm.png");
}
.isfw_form .list-btn .button-set li .btn_send#Save:hover {
  background-image: url("/images/request/btn_confirm_over.png");
}
.isfw_form .privacy-content {
  border: 1px solid #ccc;
  max-height: 30em;
  overflow-y: scroll;
  padding: 2em;
}
.isfw_form .privacy-agree {
  background-color: #f5f5f5;
  margin-top: 1em;
  padding: 2em;
  text-align: center;
}
.isfw_form .form-finish {
  padding: 0;
  text-align: center;
}
.isfw_form a[class^=btn_],
.isfw_form button[class^=btn_] {
  background-color: whitesmoke;
  border: 1px solid;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  text-align: center;
  padding-block: 1px;
  padding-inline: 6px;
  min-width: 6em;
  transition: all 0.3s;
}
.isfw_form a[class^=btn_]:hover,
.isfw_form button[class^=btn_]:hover {
  background-color: gainsboro;
}
.isfw_form a[class^=btn_].size-l,
.isfw_form button[class^=btn_].size-l {
  padding: 1em;
}
.isfw_form a[class^=btn_] em,
.isfw_form button[class^=btn_] em {
  font-weight: bold;
}
.isfw_form .btn-list {
  margin: 30px 0 0;
  text-align: center;
}
.isfw_form .isfw_btn .btn-item {
  background-color: whitesmoke;
  border-radius: 3px;
  color: #000;
  transition: all 0.3s;
}
.isfw_form .isfw_btn .btn-item:before {
  color: #000;
}
.isfw_form .isfw_btn .btn-item:hover {
  background-color: white;
  color: #000;
}
.isfw_form .isfw_btn.isfw_btn-gray .btn-item {
  color: #000;
}
.isfw_form .policy_block {
  border: 1px solid #999999;
  height: 120px;
  overflow: auto;
  padding: 0.5em 1.5em;
  background: #fff;
  margin-bottom: 10px;
}

/* =================================================
  確認画面
================================================= */
#webapp_confirm .isfw_form .input_block {
  display: none;
}
#webapp_confirm .isfw_form .form-content .form-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 200px;
  gap: 0 5px;
}
#webapp_confirm .isfw_form .form-content .form-content div {
  width: 20%;
}
#webapp_confirm .isfw_form .form-content .policy_disp {
  display: none;
}
#webapp_confirm .isfw_form .list-btn .button-set li .btn_send {
  background-image: url("/images/request/btn_send.png");
}
#webapp_confirm .isfw_form .list-btn .button-set li .btn_send:hover {
  background-image: url("/images/request/btn_send_over.png");
}

/* =================================================
  完了画面
================================================= */
.thanks_block {
  background-color: #fff;
  padding: 20px 15px;
}
.thanks_block h4 {
  text-align: center;
  margin: 0 auto 20px;
  font-size: 124%;
}
.thanks_block .btnRequest {
  display: flex;
  justify-content: center;
  position: relative;
}
.thanks_block .btnRequest .btn_toHome {
  font-size: 0;
  border: 0;
  background-image: url("/common/images/btn_toHome.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 293px;
  height: 63px;
  cursor: pointer;
}
.thanks_block .btnRequest .btn_toHome a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.thanks_block .btnRequest .btn_toHome:hover {
  background-image: url("/common/images/btn_toHome_over.png");
}

/* レスポンシブ修正 */
@media (max-width: 767px) {
  .isfw_form .clearfix li {
    padding: 0;
  }
  .isfw_form .list-btn .button-set {
    flex-direction: column-reverse;
  }
  .isfw_form ul.cols-nowrap {
    flex-wrap: wrap;
  }
  .isfw_form ul.cols-nowrap li {
    width: 40%;
  }
  .isfw_form .form-content .form-item {
    flex-direction: column;
  }
  .isfw_form .form-content .form-item .form-title {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */