<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
header .mv {
  background: none;
}
header .mv h2 {
  padding-bottom: 100px;
}
h3 {
  font-size: 29px !important;
  margin-bottom: 30px;
}
.box01 {
  background: none;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 20px;
  width: 90%;
  padding-bottom: 30px;
}
.box01 p {
  line-height: 2;
}
.btn {
  float: left;
  width: 48%;
  margin-left: 4%;
  display: table;
}
.btn:first-child {
  margin-left: 0;
}
.btn a {
  color: #000;
  text-decoration: none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  border: 1px solid #cacaca;
  font-size: 18px;
  line-height: 2;
  padding: 20px;
  padding-right: 20%;
}
.btn img {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 17%;
  max-width: 86px;
}
.box02 {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
.box02 h3 {
  margin-bottom: 80px;
}
.box02 .tel-box {
  float: left;
  width: 64%;
  margin-left: 2%;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 10px 30px;
}
.box02 .tel-box:first-child {
  margin-left: 0;
  width: 34%;
}
.box02 .tel-box img {
  background: #fff;
  margin-top: -43px;
}
.box02 .tel-box p {
  font-size: 18px;
  vertical-align: middle;
  width: 100%;
}
.box02 .tel-box p span {
  /*display: block;*/
  font-size: 15px;
}
.box02 .tel-box p span.push {
    display: inline-block;
    border: 1px solid;
    line-height: 1;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
}
.box02 .tel-box p.small {
  font-size: 15px;
}
.box02 .tel-box a {
  margin: 22px auto 5px;
  display: inline-block;
  color: #00204d;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0;
  width: auto;
  background: none;
  font-size: 38px;
  box-shadow: none;
  padding: 0;
}
.box02 .tel-box hr {
  display: none;
}
.box02 .b-box {
  border: 1px solid #cacaca;
  margin-top: 20px;
  padding: 20px;
}
.box02 .b-box p {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: 2%;
}
.box02 .b-box a {
  width: 40%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: blue;
}
.mt10 {
  margin-top: 10px;
}

@media(max-width:980px) {
  header .mv {
    height: auto !important;
    padding-bottom: 0;
  }
  h3 {
    font-size: 23px !important;
  }
  .btn {
    float: none;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .btn img {
    height: 50px;
    width: auto;
  }
  .box02 {
    padding-bottom: 70px;
    margin-bottom: 0;
  }
  .box02 .tel-box img {
    height: 65px;
    width: auto;
  }
  .box02 .tel-box,
  .box02 .tel-box:first-child {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
  .box02 .tel-box:first-child {
    margin-bottom: 50px;
  }
  .box02 .tel-box a {
    font-size: 26px;
  }
  header .mv h2 {
    top: 50%;
    left: 50%;
  }
  .box02 .b-box p {
    display: block;
    margin-right: 0;
    width: 100%;
    font-size: 17px;
    text-align: center;
  }
  .box02 .b-box a {
    width: 100%;
    margin: 10px auto 0;
  }
}

@media(min-width:981px) {
  .tel-box-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
  }
  .tel-box-flex a {
    margin-top: 0 !important;
  }
  .tel-box-flex div {
    width: 47%;
    position: relative;
  }
  .tel-box-flex div:first-child::after {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 1.5rem;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #227e84;
  }
  .box02 .tel-box hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #227e84;
    border: 0;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb34 {
    margin-bottom: 34px;
  }
}
</pre></body></html>