@charset "UTF-8";
/* ====================================
   QUOTE Page Sections
   ==================================== */

/* ==========================================================================
   Base & Common Settings (Service Page Specific)
   ========================================================================== */
main {
  padding-top: 225px;
}

.section-padding {
  padding-top: 0;
  padding-bottom: 180px;
}

@media (max-width: 768px) {
  main {
    padding-top: 100px;
  }
  .section-padding {
    padding-bottom: 80px;
  }
}

/* ==========================================================================
   Page Header (Title)
   ========================================================================== */
.page-header {
  padding-bottom: 130px;
  background-color: #fff;
}
.page-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: none;
  padding-bottom: 0;
}

.page-title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
.page-title .ja {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  font-size: 24px;
  color: #008fcc;
  margin-top: 25px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.breadcrumbs {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-bottom: 10px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
  font-weight: 700;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .current {
  color: #333;
}
.breadcrumbs span:not(.current) {
  font-size: 0;
  display: inline-block;
  width: 75px;
  height: 1px;
  background-color: #000;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .page-header {
    padding-bottom: 50px;
  }

  .page-header__inner {
    flex-direction: column;
    align-items: flex-start; 
    gap: 20px;
  }
  
  .page-title {
    font-size: 60px;
  }
  
  .breadcrumbs {
    margin-left: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  
  .breadcrumbs span:not(.current) {
    width: 30px;
    margin: 0 10px;
  }
}


/* ====================================
   QUOTE Page Styles
   ==================================== */
.form-main .section-padding .container {
    max-width: 1100px;
}
.form-header {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.form-header .header-title {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-size: 20px;
}
.form-header .header-text {
  display: block;
  text-align: center;
  line-height: 1.9;
  font-size: 17px;
}

.form-set-title {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-weight: 700;
}

.form-set {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
}
.form-item {
  display: inline-flex;
  align-items: center;
  width: 25%;
  padding: 60px 0;
}
.confirm-form .form-item {
  display: inline-flex;
  align-items: center;
  width: 25%;
  padding: 40px 0;
}
.form-item .req {
  display: inline;
  width: 34px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #ed1c24;
  border-radius: 3px;
  margin-left: 10px;
  margin-top: 1px;
}
.form-item .text {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}
.form-parts {
  display: block;
  width: 100%;
  flex: 1;
  padding: 40px 0;
}
.confirm-form .form-parts .text {
  display: block;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}
.zip-box {
  display: block;
  display: flex;
  align-items: center;
}
.zip-box .text {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin-right: 13px;
}
.zip-box a {
  display: inline;
  font-size: 16px;
  margin-left: 30px;
}
.set-box {
  display: block;
}
.set-box .text-head {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  margin-top: 24px;
}
.text-footer {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 5px;
}
.radio_reg_list {
  display: flex;
  align-items: center;
  height: 60px;
}
.radio_reg_list .radio_reg__tp01 {
  display: flex;
  align-items: center;
  margin-right: 100px;
}
.radio_reg_list .radio_reg__tp01 .text {
  display: inline;
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
}
.radio_reg_list02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 60px;
  gap: 80px;
}
.radio_reg_list02 .radio_reg__tp01 {
  display: flex;
  align-items: center;
}
.radio_reg_list02 .radio_reg__tp01:last-child {
  margin: 0;
  width: 100%;
  flex: 1;
}
.radio_reg_list02 .radio_reg__tp01:last-child label {
  width: 70px;
}
.radio_reg_list02 .radio_reg__tp01 .text {
  display: inline;
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
}
.radio_reg_list02 .radio_reg__tp01:last-child .input_reg__tp01 {
  width: 100%;
  flex: 1;
}

.radio_reg_list03 {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  align-items: center;
  /* height: 60px; */
  /* gap: 80px; */
}
.radio_reg_list03 .radio_reg__tp01 {
  display: flex;
  align-items: center;
  height: 60px;
  margin-right: 80px;
}
.radio_reg_list03 .radio_reg__tp01:last-child {
  margin: 0;
  margin-top: 10px;
  /* width: 100%; */
  /* flex: 1; */
}
.radio_reg_list03 .radio_reg__tp01:last-child label {
  width: 70px;
}
.radio_reg_list03 .radio_reg__tp01 .text {
  display: inline;
  font-size: 17px;
  font-weight: 700;
  margin-left: 10px;
}
.radio_reg_list03 .radio_reg__tp01:last-child .input_reg__tp01 {
  width: 100%;
  min-width: 350px;
  flex: 1;
}

.set-select {
  display: flex;
  width: 100%;
  align-items: center;
}
.other-set {
  display: flex;
  width: 100%;
  align-items: center;
  margin-left: 50px;
}
.other-set .text {
  display: block;
  width: 80px;
  font-size: 17px;
  font-weight: 700;
}
.txt-privacy {
  margin-bottom: 20px;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  font-size: 15px;
  padding: 20px;
}
.box-chk {
  display: table;
}
.form-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .form-main .section-padding .container {
      max-width: 1100px;
  }
  .form-header {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  .form-header .header-title {
    display: block;
    text-align: center;
    line-height: 1.1;
    font-size: 20px;
  }
  .form-header .header-text {
    display: block;
    text-align: center;
    line-height: 1.9;
    font-size: 17px;
  }

  .form-set-title {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-weight: 700;
  }

  .form-set {
    display: block;
  }
  .form-item {
    width: 100%;
    padding: 30px 0 20px;
  }
  .form-item .req {
    display: inline;
    width: 34px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 1px;
  }
  .form-item .text {
  }
  .form-parts {
    padding: 0 0 30px 0;
  }
  .zip-box {
  flex-wrap: wrap;
  }
  .zip-box .text {
    display: inline;
    font-size: 18px;
    font-weight: 700;
    margin-right: 13px;
  }
  .zip-box a {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .set-box {
    display: block;
  }
  .set-box .text-head {
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 10px;
    margin-top: 24px;
  }
  .text-footer {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-top: 5px;
  }
  .radio_reg_list {
    height: inherit;
  }
  .radio_reg_list .radio_reg__tp01 {
    margin-right: 30px;
  }
  .radio_reg_list .radio_reg__tp01 .text {
    display: inline;
    font-size: 17px;
    font-weight: 700;
    margin-left: 10px;
  }
  .radio_reg_list02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: inherit;
    gap: 30px;
  }
  .radio_reg_list02 .radio_reg__tp01 {
    display: flex;
    align-items: center;
  }
  .radio_reg_list02 .radio_reg__tp01:last-child {
    margin: 0;
    width: 100%;
    flex: inherit;
  }
  .radio_reg_list02 .radio_reg__tp01:last-child label {
    width: 70px;
  }
  .radio_reg_list02 .radio_reg__tp01 .text {
    display: inline;
    font-size: 17px;
    font-weight: 700;
    margin-left: 10px;
  }
  .radio_reg_list02 .radio_reg__tp01:last-child .input_reg__tp01 {
    width: 100%;
    flex: 1;
  }

  .radio_reg_list03 {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;
    /* height: 60px; */
    gap: 30px;
  }
  .radio_reg_list03 .radio_reg__tp01 {
    display: flex;
    align-items: center;
    height: inherit;
    margin-right: 0;
  }
  .radio_reg_list03 .radio_reg__tp01:last-child {
    margin: 0;
    margin-top: 0;
    /* width: 100%; */
    /* flex: 1; */
  }
  .radio_reg_list03 .radio_reg__tp01:last-child label {
    width: 70px;
  }
  .radio_reg_list03 .radio_reg__tp01 .text {
    display: inline;
    font-size: 17px;
    font-weight: 700;
    margin-left: 10px;
  }
  .radio_reg_list03 .radio_reg__tp01:last-child .input_reg__tp01 {
    width: 100%;
    min-width: 350px;
    flex: 1;
  }

  .set-select {
    display: block;
    width: 100%;
    align-items: center;
  }
  .other-set {
    display: block;
    width: 100%;
    align-items: center;
    margin-left: 0;
    margin-top: 15px;
  }
  .other-set .text {
    display: block;
    width: 80px;
    font-size: 17px;
    font-weight: 700;
  }
  .txt-privacy {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    font-size: 15px;
    padding: 20px;
  }
  .box-chk {
    display: table;
  }
  .form-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}


/* ====================================
   フォームパーツスタイル
   ==================================== */
input.input_reg__tp01 {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #f2f4f5;
  padding: 18px;
  border: none;
  font-size: 17px;
}
input.input_zip {
  display: block;
  width: 240px;
  height: 60px;
  background-color: #f2f4f5;
  padding: 18px;
  border: none;
  font-size: 17px;
}
input::placeholder {
  color: #aaa;
  font-size: 17px;
  font-weight: 500;
}
input[type="radio"] {
  width: 19px;
  height: 19px;
}
.select_reg__tp01 {
  width: auto;
  min-width: 290px;
  padding: 18px;
  height: 60px;
  border: none;
  background-color: #f2f4f5;
  font-size: 17px;
}
select {
    -webkit-appearance: none;
    appearance: none;
}
.custome-select {
  display: table;
  position: relative;
}
.custome-select:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.form-parts textarea {
  width: 100%;
  height: 260px;
  padding: 18px;
  border: none;
  background-color: #f2f4f5;
  font-size: 17px;
}
textarea::placeholder {
  color: #aaa;
  font-size: 17px;
  font-weight: 500;
}
.box-chk .checkbox_item {
  display: flex;
  align-items: center;
}
.box-chk input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
}
.box-chk .text {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
}

.form-button-reset {
    background-color: #707070;
    border: none;
    height: 62px;
    padding: 0 30px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.form-button-reset .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-button-reset .btn-wrap .text {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.form-button-check {
    background-color: #ed1c24;
    border: none;
    height: 62px;
    width: 100%;
    max-width: 280px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.form-button-check .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form-button-check .btn-wrap .text {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.form-button-check .btn-wrap .arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.form-button-check .btn-wrap .arrow span {
    position: relative;
    display: block;
    width: 10px;
    height: 1px;
    background-color: #fff;
    top: 11px;
    left: 6px;
    transition: all 0.3s ease 0s;
}

.form-button-check .btn-wrap .arrow span:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #fff;
    right: -1px;
    top: -2px;
    transform: rotate(45deg);
}
.form-button-check .btn-wrap .arrow span:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background-color: #fff;
    right: -1px;
    top: 2px;
    transform: rotate(-45deg);
}

.form-button-reset {
    background-color: #707070;
    border: none;
    height: 62px;
    padding: 0 30px;
    border-radius: 5px;
    cursor: pointer;
}

.form-button-reset:hover,
.form-button-check:hover {
  opacity: 0.8;
}
.form-button-check:hover .btn-wrap .arrow span {
    left: 8px;
}

@media (max-width: 768px) {
  .form-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .form-button-reset {
      width: 90%;
  }
  .form-button-check {
      width: 90%;
      max-width: inherit;
  }
}