/* Scss Document */
main {
  width: 100%;
  margin: 0 auto; }

/***************************************************/
.comp h3 {
  font: 2.2rem/2.0em 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center; }
.comp p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 20px; }
  .comp p a {
    background: linear-gradient(transparent 50%, #FFF799 0%);
    display: block;
    margin: 15px auto;
    padding: 0;
    width: fit-content;
    font: 2.0rem/1.3em 'Noto Sans JP', sans-serif;
    font-weight: 500; }
.comp .back_btn {
  display: block;
  margin: 70px auto 0;
  color: #fff;
  width: 280px;
  height: 60px;
  background-color: #171C61;
  text-align: center;
  font: 1.8rem/58px 'Noto Sans JP', sans-serif;
  font-weight: 500; }

@media (hover: hover) {
  .comp .back_btn:hover {
    color: #171C61;
    background-color: gold; } }
@media (max-width: 768px) {
  .comp h3 {
    font: 2.0rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 30px; }
  .comp p a {
    background: linear-gradient(transparent 50%, #FFF799 0%);
    display: block;
    margin: 15px 0;
    padding: 0;
    width: fit-content;
    font: 2.0rem/1.3em 'Noto Sans JP', sans-serif;
    font-weight: 500; }
  .comp .back_btn {
    margin: 70px auto; } }
/*max-width:480px*/
/***************************************************/
.top_ttl {
  text-align: center;
  padding: 50px 0 70px; }
  .top_ttl p {
    font: 4.0rem/1.0em 'Rock Salt', cursive;
    font-weight: 400;
    color: #595757;
    margin: 0 0 30px; }
  .top_ttl h2 {
    font: 12rem/1.0em 'Barlow', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #69A3D8; }
    .top_ttl h2 small {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 17px 0 0; }

@media (max-width: 1024px) {
  .top_ttl {
    text-align: center;
    padding: 50px 0 70px; }
    .top_ttl p {
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 10rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 17px 0 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .top_ttl {
    text-align: center;
    padding: 50px 0 70px; }
    .top_ttl p {
      font: 4.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 7rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 17px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .top_ttl {
    text-align: center;
    padding: 10px 0 50px; }
    .top_ttl p {
      font: 3.0rem/1.0em 'Rock Salt', cursive;
      font-weight: 400;
      color: #595757;
      margin: 0 0 30px; }
    .top_ttl h2 {
      font: 5rem/1.0em 'Barlow', sans-serif;
      font-weight: 500;
      font-style: italic;
      color: #69A3D8; }
      .top_ttl h2 small {
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 10px 0 0; } }
/*max-width:480px*/
/***************************************************/
/***************************************************/
.quote_request_box {
  max-width: 100%;
  width: 100%;
  padding: 70px 0 300px;
  position: relative; }

.quote_request_item,
.quote_request_form {
  margin: 0 auto 100px;
  max-width: 1080px;
  width: calc(100% - 40px); }
  .quote_request_item p,
  .quote_request_form p {
    text-align: center;
    font: 1.8rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }

.quote_request_form table {
  width: 100%;
  margin: 0 auto 65px; }
.quote_request_form th {
  font: 1.6rem/1.7em 'Noto Sans JP', sans-serif;
  font-weight: 500;
  width: 240px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }
  .quote_request_form th .hisu {
    border: 1px solid #69A3D8;
    display: inline-block;
    font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 5px 5px;
    color: #69A3D8;
    margin: 0 10px 0 0; }
  .quote_request_form th .block {
    display: inline-block; }
  .quote_request_form th .normal {
    padding: 0 0 0 50px; }
.quote_request_form td {
  width: 100%;
  font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
  font-weight: 400;
  padding: 20px 0; }
  .quote_request_form td span.error {
    color: #BC0003;
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .quote_request_form td.gray_check div {
    width: 100%;
    padding: 20px 40px;
    background-color: #F7F8F8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .quote_request_form td.gray_check .td_txt {
    color: #171C61;
    font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    display: block;
    width: 100%;
    margin: 0 0 15px; }
    .quote_request_form td.gray_check .td_txt span.error {
      color: #BC0003;
      font-weight: 500;
      display: block;
      margin: 10px 0 0;
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400; }
  .quote_request_form td.gray_check .mwform-checkbox-field {
    width: 50%;
    padding: 0; }
  .quote_request_form td.gray_check .mwform-checkbox-field-text {
    padding: 0 0 0 25px; }
  .quote_request_form td.gray_check .mwform-checkbox-field-text:after {
    left: 0;
    margin-top: -8px;
    width: 15px;
    height: 15px; }
  .quote_request_form td.gray_check .mwform-checkbox-field-text:before {
    width: 15px;
    height: 8px;
    border-left: 4px solid #6B61A9;
    border-bottom: 4px solid #6B61A9;
    transform: rotate(-45deg); }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  .quote_request_box {
    max-width: 100%;
    width: 100%;
    padding: 0px 0 150px;
    position: relative; }

  .quote_request_item,
  .quote_request_form {
    margin: 0 auto 50px; }
    .quote_request_item p,
    .quote_request_form p {
      font: 1.7rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 400; }

  .quote_request_form table {
    width: 100%;
    margin: 0 auto 65px; }
  .quote_request_form tr {
    display: block;
    width: 100%; }
  .quote_request_form th {
    font: 1.6rem/1.7em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    .quote_request_form th .hisu {
      border: 1px solid #69A3D8;
      display: inline-block;
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      padding: 5px 5px;
      color: #69A3D8;
      margin: 0 10px 0 0; }
    .quote_request_form th .block {
      display: inline-block; }
    .quote_request_form th .normal {
      padding: 0 0 0 50px; }
  .quote_request_form td {
    width: 100%;
    display: block;
    font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 10px 0 35px; }
    .quote_request_form td.gray_check div {
      width: 100%;
      padding: 20px 40px;
      background-color: #F7F8F8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start; }
    .quote_request_form td.gray_check .td_txt {
      color: #171C61;
      font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: block;
      width: 100%;
      margin: 0 0 15px; }
    .quote_request_form td.gray_check .mwform-checkbox-field {
      width: 50%;
      padding: 0; }
    .quote_request_form td.gray_check .mwform-checkbox-field-text {
      padding: 0 0 0 25px; }
    .quote_request_form td.gray_check .mwform-checkbox-field-text:after {
      left: 0;
      margin-top: 0;
      width: 15px;
      height: 15px; }
    .quote_request_form td.gray_check .mwform-checkbox-field-text:before {
      width: 15px;
      height: 8px;
      border-left: 4px solid #6B61A9;
      border-bottom: 4px solid #6B61A9;
      transform: rotate(-45deg); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .quote_request_box {
    max-width: 100%;
    width: 100%;
    padding: 0px 0 150px;
    position: relative; }

  .quote_request_item,
  .quote_request_form {
    margin: 0 auto 50px; }
    .quote_request_item p,
    .quote_request_form p {
      text-align: left;
      font: 1.6rem/2.0em 'Noto Sans JP', sans-serif;
      font-weight: 400; } }
/*max-width:480px*/
/**************************************************************/
input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  background-color: #EFEFEF;
  border: none; }
  input[type="text"].middle, input[type="text"].short,
  input[type="email"].middle,
  input[type="email"].short {
    max-width: 340px; }
  input[type="text"].mail02,
  input[type="email"].mail02 {
    margin-top: 20px; }

textarea {
  border: none;
  width: 100%;
  padding: 10px;
  background-color: #EFEFEF;
  height: 200px; }

::placeholder {
  font-size: 1.5rem; }

/*max-width:1280px*/
/*max-width:1024px*/
@media (max-width: 768px) {
  input[type="text"],
  input[type="email"] {
    width: 100%;
    padding: 10px;
    background-color: #EFEFEF;
    border: none; }
    input[type="text"].middle,
    input[type="email"].middle {
      max-width: 100%; }
    input[type="text"].short,
    input[type="email"].short {
      max-width: 100%; }

  textarea {
    border: none;
    width: 100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  ::placeholder {
    font-size: 1.45rem; } }
/*max-width:480px*/
/**************************************************************/
input[type="button"] {
  margin: 0 auto 30px;
  background-color: #fff;
  max-width: 620px;
  width: calc(100% - 80px);
  height: 86px;
  display: block;
  color: #AAAAAA;
  border: 2px solid #AAAAAA;
  text-align: center;
  font: 18px/88px 'Noto Sans JP', sans-serif;
  font-weight: 700; }

input[type="submit"],
button {
  background-color: #4E4770;
  border: none;
  max-width: 620px;
  width: calc(100% - 80px);
  height: 90px;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  font: 18px/88px 'Noto Sans JP', sans-serif;
  font-weight: 700; }

span.pc_btn {
  display: block !important; }
span.tb_btn {
  display: none !important; }
span.sp_btn {
  display: none !important; }

@media (hover: hover) {
  input[type="button"],
  input[type="submit"],
  button {
    transition: 0.3s; }
    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover {
      cursor: pointer;
      background-color: #69A3D8;
      border: 2px solid #69A3D8; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  span.pc_btn {
    display: none !important; }
  span.tb_btn {
    display: none !important; }
  span.sp_btn {
    display: block !important; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  span.pc_btn {
    display: none !important; }
  span.tb_btn {
    display: block !important; }
  span.sp_btn {
    display: none !important; } }
/*max-width:768px*/
@media (max-width: 480px) {
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  button {
    width: calc(100% - 60px);
    height: 60px;
    font: 17px/58px 'Noto Sans JP', sans-serif;
    font-weight: 700; } }
/*max-width:480px*/
/**************************************************************/
.check_box_form {
  width: 100%;
  margin: 0 auto 50px;
  padding: 30px 0;
  color: #171C61;
  border: 1px solid #cccccc; }
  .check_box_form p {
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: 100%;
    margin: 0 0 30px; }
  .check_box_form div {
    width: calc(100% - 80px);
    margin: 0 auto;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
    .check_box_form div > span {
      width: calc(100%/3);
      display: block;
      margin: 0 0 20px; }
  .check_box_form .hisu {
    border: 1px solid #69A3D8;
    display: inline-block;
    font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    padding: 5px 5px;
    color: #69A3D8;
    margin: 0 10px 0 0; }
  .check_box_form span.error {
    width: 100%;
    color: #BC0003;
    font-weight: 500;
    display: block;
    margin: 10px 0 0;
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .check_box_form {
    padding: 30px 30px 20px;
    max-width: 100%; }
    .check_box_form div > span {
      width: calc(100%/2);
      margin: 0 0 20px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .check_box_form {
    padding: 30px 25px 20px;
    color: #171C61;
    max-width: 100%; }
    .check_box_form p {
      font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      width: 100%;
      margin: 0 auto 30px;
      max-width: 515px;
      text-align: left; }
    .check_box_form div {
      width: 100%;
      max-width: 515px; }
      .check_box_form div > span {
        width: 100%;
        margin: 0 0 20px; } }
/*max-width:768px*/
/*max-width:480px*/
/**************************************************************/
input[type="radio"],
input[type="checkbox"] {
  display: none; }

.mwform-radio-field-text {
  margin-right: 20px;
  position: relative;
  padding: 0 0 0 25px; }

.mwform-radio-field {
  display: block;
  margin-bottom: 10px;
  width: 100% !important; }

td .mwform-radio-field:nth-child(1) {
  display: block;
  margin-top: 10px; }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0 0 10px !important; }

.mwform-checkbox-field {
  max-width: 100%;
  width: 100%;
  display: block; }
  .mwform-checkbox-field label {
    font: 16px/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: 100%; }

.mwform-checkbox-field-text {
  margin-right: 20px;
  position: relative;
  padding: 0 0 0 25px;
  font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
  font-weight: 500; }
  .mwform-checkbox-field-text a {
    text-decoration: underline; }

.mwform-radio-field-text:after,
.mwform-radio-field-text:before,
.mwform-checkbox-field-text:after,
.mwform-checkbox-field-text:before {
  position: absolute;
  content: "";
  display: block;
  top: 13px; }

.mwform-radio-field-text:after {
  left: 0px;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  border-radius: 50%; }

.mwform-radio-field-text:before {
  left: 3px;
  margin-top: -7px;
  width: 12px;
  height: 12px;
  background: red;
  border-radius: 50%;
  opacity: 0;
  z-index: 1; }

.mwform-checkbox-field-text:after {
  left: 0;
  margin-top: -0px;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  background-color: #fff; }

.mwform-checkbox-field-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: -2px;
  width: 15px;
  height: 6px;
  border-left: 6px solid #BC0003;
  border-bottom: 6px solid #BC0003;
  transform: rotate(-45deg);
  opacity: 0;
  z-index: 1; }

input[type=radio]:checked + .mwform-radio-field-text:before,
input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
  opacity: 1; }

.mwform-radio-field-text:hover:after {
  border-color: #BC0003; }

.mwform-checkbox-field-text:hover:after {
  border-color: #BC0003; }

.mwform-checkbox-field-text:hover {
  cursor: pointer; }

/*max-width:1280px*/
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
