@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background-color: #D1E2EF;
  background-image: linear-gradient(90deg, transparent 50%, #DCE8F6 50%);
  background-size: 10px 10px;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

/*-------------------------------*/
header {
  background-color: #486BB3;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: calc(230px - 157px);
}
header a {
  text-decoration: none;
  display: block;
  background-image: url("../images/contact-header.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 887px;
  height: 157px;
  object-fit: contain;
  margin: 0 auto;
}
header h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}
header p {
  margin: 0;
  padding: 0;
  font-size: 0;
}

/*-------------------------------*/
.readblock {
  background-color: #A1C4E7;
  width: 100%;
  text-align: center;
  color: #486BB3;
  padding-top: 30px;
  padding-bottom: 20px;
}
.readblock .read-copy {
  font-size: 18px;
}
.readblock h2, .readblock p {
  padding: 0;
  margin: 0;
}

.contact-box {
  width: 600px;
  background-color: #DBE8F5;
  margin: 20px auto;
  padding: 8px;
}

.company-top-name {
  font-size: 18px;
  line-height: 1.2;
  color: #40535E;
  font-weight: bold;
}

.company-top-address {
  font-size: 12px;
  line-height: 1.6;
  color: #40535E;
}

.company-top-mail {
  padding-top: 8px !important;
}

/*-------------------------------*/
footer {
  background-color: #A1C4E7;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
footer p {
  margin: 0;
  padding: 0;
}

.sp-only {
  display: none;
}

.company-name {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}

.company-address {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0 10px;
}

.footer-copyright {
  font-size: 12px;
  line-height: 14px;
}

/*
お問い合わせフォーム
------------------------------------------*/
#contactForm h2 {
  text-align: center;
}
#contactForm .read-para {
  text-align: center;
}

.contactTb {
  width: 860px;
  margin: 20px auto 40px;
  border-collapse: collapse;
  color: #333333;
  background-color: #fff;
}
.contactTb tr {
  border-bottom: dotted 1px #EDEDED;
}
.contactTb th {
  text-align: left;
  font-weight: normal;
  width: 240px;
  font-size: 15px;
  padding-top: 20px;
  padding-left: 14px;
  padding-bottom: 20px;
  vertical-align: top;
  border-bottom: dotted 1px #EDEDED;
}
.contactTb th span {
  font-size: 13px;
  color: #555;
}
.contactTb td {
  font-size: 16px;
  vertical-align: top;
  line-height: 168%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 70px;
  border-bottom: dotted 1px #EDEDED;
}
.contactTb td p {
  line-height: 168%;
  padding-top: 4px;
}
.contactTb td.reqicon {
  background-image: url(../images/ico_req.png);
  background-repeat: no-repeat;
  background-position: 0 22px;
}
.contactTb input[type=text] {
  font-size: 16px;
  padding: 8px;
  width: 98%;
  border: solid 1px #486bb3;
  border-radius: 3px;
}
.contactTb .reqicon input[type=text] {
  background-color: #f3fcfa;
  border: solid 1px #486bb3;
}
.contactTb .reqicon textarea {
  background-color: #f3fcfa;
  border: solid 1px #486bb3;
}
.contactTb input[type=text].zipcode {
  width: 40%;
}
.contactTb textarea {
  font-size: 16px;
  padding: 8px;
  width: 98%;
  height: 120px;
  border-radius: 3px;
  border: solid 1px #96dfdb;
}

input.contactSBtn:hover {
  opacity: 0.8;
}

.contactSBtn {
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0px 1px 2px #000;
  width: 410px;
  height: 60px;
  margin: 0 auto 2rem;
  border-radius: 10px;
  border: 0px;
  cursor: pointer;
  background-color: #486bb3;
  display: block;
}

.contactTxt2 {
  text-align: center;
  font-size: 1em;
}

.contactTxt2 a {
  color: #fff;
  text-decoration: none;
}
.contactTxt2 a.gobackBtn {
  display: block;
  background-color: #e84566;
  text-shadow: 0px 1px 2px #000;
  width: 410px;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  border: 0px;
  cursor: pointer;
}
.contactTxt2 a:hover {
  opacity: 0.8;
}

.contact-end {
  width: 960px;
  margin: 40px auto 0;
}

.contact-end p {
  line-height: 167%;
}

.checkok {
  margin: 20px auto 10px;
}

.cation {
  color: #f00;
  line-height: 170%;
  padding: 6px 0;
}

/*
------------------------*/
.contact_caution {
  width: 838px;
  padding: 0px 60px 0px;
  margin: 0 auto;
  background-color: #FDFDFD;
  color: #333;
  letter-spacing: 0.7px;
  border: solid 1px #e6e6e6;
}
.contact_caution h4 {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  border-bottom: 1px dotted #E6E6E6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.contact_caution h5 {
  font-size: 13px;
  line-height: 1.7;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.contact_caution p {
  font-size: 12px;
  line-height: 1.7;
}
.contact_caution ol {
  font-size: 12px;
  margin-bottom: 0px;
  padding-bottom: 35px;
  padding-left: 24px;
  overflow: hidden;
}
.contact_caution li {
  line-height: 1.7;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.contact_caution p + .contact_caution h5 {
  padding-top: 20px;
}

.contactTxt {
  text-align: center;
  font-size: 14px;
  color: #777777;
  padding-bottom: 25px;
}

.col1 {
  width: 860px;
  margin: 0em auto 3em;
}

.hd_thanks1 {
  font-size: 30px;
  line-height: 48px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  text-align: center;
  color: #486bb3;
}

.hd_thanks2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 100;
  color: #242424;
  text-align: center;
  padding-bottom: 40px;
}

.txt_thanks3 {
  font-size: 16px;
  color: #333333;
  line-height: 1.875;
  padding-bottom: 50px;
}

.type_caution {
  font-size: 12px;
  line-height: 1.7;
  color: #486bb3;
}

.error {
  background-color: #FFE8E8 !important;
  border: 1px solid #f00 !important;
  margin: 0px auto 10px;
  color: #f00;
}

.errormsg {
  width: 98%;
  box-sizing: border-box;
  display: block;
  font-size: 0.825em;
  color: #f00;
  padding: 0 1%;
}

@media (max-width: 640px) {
  /*-------------------------------*/
  header {
    width: 100%;
    margin: 0;
    padding-top: 10vw;
  }
  header a {
    display: block;
    width: 90vw;
    height: 18vw;
    object-fit: contain;
    margin: 0 auto;
  }

  /*-------------------------------*/
  .readblock {
    padding-top: 6vw;
    padding-bottom: 5vw;
  }
  .readblock .read-copy {
    ont-size: 5vw;
    padding-bottom: 4vw;
  }

  .contact-box {
    width: 90vw;
    background-color: #DBE8F5;
    margin: 2vw auto;
    padding: 4vw 0;
  }

  .company-top-name {
    font-size: 5vw;
    line-height: 1.2;
    color: #40535E;
    font-weight: bold;
  }

  .company-top-address {
    padding-top: 8px !important;
    font-size: 4vw;
    line-height: 1.6;
    color: #40535E;
  }

  .company-top-mail {
    padding-top: 8px !important;
  }

  /*-------------------------------*/
  footer {
    background-color: #A1C4E7;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  footer p {
    margin: 0;
    padding: 0;
  }

  .sp-only {
    display: none;
  }

  .company-name {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
  }

  .company-address {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px;
  }

  .footer-copyright {
    font-size: 12px;
    line-height: 14px;
  }

  /*
  お問い合わせフォーム
  ------------------------------------------*/
  .col1 {
    width: 100%;
    margin: 0em auto 3em;
  }

  .contactTb {
    width: 90%;
    margin: 20px auto 40px;
    border-collapse: collapse;
    color: #333333;
  }
  .contactTb tr {
    border-bottom: dotted 1px #EDEDED;
  }
  .contactTb th {
    display: block;
    text-align: left;
    font-weight: normal;
    width: 100%;
    font-size: 1em;
    padding-top: 20px;
    padding-left: 14px;
    padding-bottom: 20px;
    vertical-align: top;
    border-bottom: dotted 0px #EDEDED;
  }
  .contactTb th span {
    font-size: 13px;
    color: #555;
  }
  .contactTb td {
    display: block;
    font-size: 1em;
    vertical-align: top;
    line-height: 150%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 70px;
    border-bottom: dotted 1px #EDEDED;
  }
  .contactTb td p {
    line-height: 168%;
    padding-top: 4px;
  }
  .contactTb td.reqicon {
    background-position: 0 22px;
  }
  .contactTb input[type=text] {
    font-size: 16px;
    padding: 3px;
    width: 98%;
    border: solid 1px #96dfdb;
    border-radius: 3px;
  }
  .contactTb .reqicon input[type=text] {
    background-color: #f3fcfa;
    border: solid 1px #96dfdb;
  }
  .contactTb .reqicon textarea {
    background-color: #f3fcfa;
    border: solid 1px #96dfdb;
  }
  .contactTb input[type=text].zipcode {
    width: 40%;
  }
  .contactTb textarea {
    font-size: 16px;
    padding: 3px;
    width: 98%;
    height: 120px;
    border-radius: 3px;
    border: solid 1px #96dfdb;
  }

  .contact_caution {
    width: 96%;
    padding: 0px 30px 0px;
  }

  .contactSBtn {
    width: 90%;
  }

  .contactTxt2 {
    text-align: center;
    font-size: 1em;
  }

  .contactTxt2 a {
    color: #fff;
    text-decoration: none;
  }
  .contactTxt2 a.gobackBtn {
    display: block;
    background-color: #e84566;
    text-shadow: 0px 1px 2px #000;
    width: 80%;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 10px;
    border: 0px;
    cursor: pointer;
  }
  .contactTxt2 a:hover {
    opacity: 0.8;
  }
}
