@charset "UTF-8";
/* CSS Document */
.page_content h3 {
  font-size: 3.2rem;
  font-weight: normal;
  color: #0c2f54;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 2.3rem;
}
.page_content p {
  letter-spacing: 0.08em;
  line-height: 2em;
  font-size: 14px;
}
.line_left,
.line_right {
  width: 40%;
}
.content_title img {
  position: relative;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page_content .tel_mail_wrap {
  display: grid;
  display: -ms-grid;
  grid-template: repeat(2, auto) / repeat(2, 1fr);
  gap: 20px;
}
@media all and (-ms-high-contrast: none) {
  .page_content .tel_mail_wrap {
    display: flex;
    justify-content: space-around;
  }
}
.page_content .tel_mail_wrap h3 {
  font-size: 2.3rem;
}
.page_content .tel_mail_wrap .tel_wrap a,
.page_content .tel_mail_wrap .mail_wrap a {
  background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
  background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
  background: linear-gradient(#6d8299, #0c2f54 30%);
  text-align: center;
  margin: 9px 0;
  max-width: 360px;
  display: block;
  margin: 0 auto;
  padding: 10px;
}
.page_content .tel_mail_wrap .tel_wrap img {
  max-width: 217px;
}
.page_content .tel_mail_wrap .mail_wrap a .footer_contact_btn {
  position: relative;
  left: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.page_content .tel_mail_wrap .mail_wrap a .footer_contact_btn::before {
  background-image: url(../img/contact_btn_icon.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 20px;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page_content .tetsuduki_box {
  margin: 8em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.page_content .tetsuduki_txt_wrap {
  margin: 2.2em 0 0;
  width: 48%;
}
.page_content .tetsuduki_txt_wrap h5 {
  color: #0c2f54;
  font-size: 1.7rem;
  border-bottom: solid 2px #0c2f54;
  padding: 7px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.page_content .tetsuduki_txt_wrap h5 span {
  width: 38px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.page_content .tetsuduki_txt_wrap > li {
  background-color: #e8f2f9;
  padding: 3rem;
  border-radius: 15px;
  margin-bottom: 1.2em;
}
.page_content .tetsuduki_txt_wrap li ul {
  list-style: circle;
  padding: 10px 0 10px 24px;
  line-height: 1.8em;
}
.page_content .tetsuduki_flow_wrap {
  width: 100%;
  margin: 1.5em 0;
}
.page_content .flow_child {
  background-color: #e8f2f9;
  border: solid 2px #187fc4;
  padding: 2rem;
}
.page_content .flow_child h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.page_content .flow_child h3 span {
  font-size: 2.8rem;
}
.page_content .flow_child p {
  text-align: center;
}
.page_content .sankaku {
  position: relative;
  content: "";
  width: 30px;
  height: 15px;
  border: solid 15px transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 15px;
  border-top: solid 22px #0c2f54;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 24px;
}
@media screen and (max-width: 640px) {
  .page_content h3 {
    font-size: 1.7rem;
    text-align: justify;
    letter-spacing: 0.1em;
  }

  .page_content p {
    letter-spacing: 0.05em;
    line-height: 1.5em;
    text-align: justify;
  }
  .content_title {
    margin: 40px auto 0px;
  }
  .page_content .tel_mail_wrap {
    display: block;
    margin-top: 2em;
  }
  .page_content .tel_mail_wrap .tel_wrap {
    margin-bottom: 2em;
  }
  .page_content .tel_mail_wrap h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .page_content .tel_mail_wrap .mail_wrap a p {
    text-align: center;
  }
  .page_content .tetsuduki_box {
    margin: 3em 0 5em;
    display: block;
  }
  .page_content .tetsuduki_txt_wrap {
    width: 100%;
    margin: 1em 0 0;
  }
  .page_content .tetsuduki_txt_wrap > li {
    padding: 1.5rem;
  }

  .page_content .tetsuduki_txt_wrap h5 {
    font-size: 1.5rem;
    border-bottom: solid 2px #0c2f54;
    padding: 5px;
    letter-spacing: 1px;
  }
  .page_content .tetsuduki_txt_wrap li ul {
    list-style: disclosure-closed;
    padding: 10px 0 10px 24px;
    line-height: 1.5em;
  }
  .flow_title .line_left,
  .flow_title .line_right {
    width: 25%;
  }
  .page_content .tetsuduki_flow_wrap {
    margin: 1rem 0 2em;
  }
  .page_content .flow_child {
    padding: 1rem;
  }
  .page_content .flow_child h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  .page_content .flow_child h3 span {
    font-size: 2.2rem;
  }
  .page_content .flow_child p {
    text-align: justify;
  }
  .page_content p br {
    display: none;
  }
  .page_content .sankaku {
    margin: 20px auto 3px;
  }
  .page_content .sankaku {
    width: 18px;
    height: 15px;
    border: solid 12px transparent;
    border-top-width: 12px;
    border-top-width: 18px;
    border-top: solid 18px #0c2f54;
    margin: 16px auto 3px;
  }
}
/* ご契約者お申出フォーム */
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable tr {
  border-bottom: 1px solid #ddd;
}
table.formTable td,
table.formTable th {
  padding: 10px;
}
table.formTable th {
  font-weight: bold;
  padding: 12px;
  text-align: left;
  background: #f6f6f6;
  width: 300px;
}
table.formTable th.tit {
  background: #0D2F54;
  color: #FFFFFF;
}
span.texts {
  font-size: 85%;
}
table.formTable td {
  padding: 16px;
  text-align: left;
  background-color: #fff;
}
.formTable input[type="text"],
.formTable input[type="tel"],
.formTable textarea,
.formTable select {
  font-size: 100%;
  padding: 5px;
}
input[type="radio"] {
  margin-right: 5px;
}
.cp_ipselect {
  overflow: hidden;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ddd;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 6px 38px 8px 8px;
}
form input[type="submit"] {
  color: #fff;
  background: -moz-linear-gradient(#6d8299, #0c2f54 30%);
  background: -webkit-linear-gradient(#6d8299, #0c2f54 30%);
  background: linear-gradient(#6d8299, #0c2f54 30%);
  width: 360px;
  border: none;
  margin: 20px auto 10px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho";
  letter-spacing: 0.1em;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .submit_btn {
  text-align: center;
  margin: 40px 0 0 0;
}
form .back_btn {
  display: block;
  padding: 8px;
  font-size: 1.3rem;
}
.privacy-area {
  background-color: transparent;
  margin-bottom: 35px;
  margin-top: 50px;
}
.privacy-area h4 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.privacy-area .txt-area {
  text-align: center;
  margin: 10px 0 30px;
}
.privacy-area .item-agreement textarea {
  width: 100%;
  min-height: 140px;
  overflow-y: scroll;
  padding: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: normal;
}
.privacy-area .item-agreement .item-agreement-check-area {
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
}
.privacy-area .item-agreement .item-agreement-check-area input {
  position: relative;
  top: 1px;
}
.privacy-area .item-agreement .item-agreement-check-area span {
  font-weight: bold;
  padding-left: 10px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width: 900px) {
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    border-bottom: 0;
  }
  form input[type="text"],
  form input[type="tel"],
  form textarea {
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"] {
    width: 100%;
  }
  form input[type="submit"],
  form input[type="reset"],
  form input[type="button"] {
    display: block;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  form input[type="text"],
  form input[type="tel"],
  form textarea {
    width: 95%;
  }
}

.support-form {
}

.support-form h4 {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 50px;
}

.support-form h4 img {
  width: auto;
  margin-right: 10px;
}

.support-form ul li {
  margin-bottom: 5px;
}

.support-form ul li a {
  background: #F8F8F0;
  font-size: 1.7rem;
  padding: 15px;
  border-radius: 5px;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.support-form ul li a::before {
  content: url("../img/ico_index00.png");
  margin-right: 10px;
}

.support-form .pure-g > div {
  margin-bottom: 4em;
}

.mt20 { margin-top: 20px; }

@media (max-width: 767px) {
  .support-form .pure-g > div {
    margin-bottom: 2em;
  } 
  .support-form h4 {
    font-size: 1.8rem;
    line-height: 40px;
  }
  .support-form h4 img {
  width: 40px;
  }
  .support-form ul li a {
    font-size: 1.5rem;
  }
  .support-form ul li a br {
    display: none;
  }
}

/* ==========================================================================
  pure
  ========================================================================== */
.gridFrame05 {
  margin: 0 -5px;
}
.gridFrame05 > div, .gridFrame05 > li, .gridFrame05 > article {
  padding: 0 5px;
  box-sizing: border-box;
}
.gridFrame10 {
  margin: 0 -10px;
}
.gridFrame10 > div, .gridFrame10 > li, .gridFrame10 > article {
  padding: 0 10px;
  box-sizing: border-box;
}
.gridFrame15 {
  margin: 0 -15px;
}
.gridFrame15 > div, .gridFrame15 > li, .gridFrame15 > article {
  padding: 0 15px;
  box-sizing: border-box;
}
.gridFrame20 {
  margin: 0 -20px;
}
.gridFrame20 > div, .gridFrame20 > li, .gridFrame20 > article {
  padding: 0 20px;
  box-sizing: border-box;
}
.gridFrame30 {
  margin: 0 -30px;
}
.gridFrame30 > div, .gridFrame30 > li, .gridFrame30 > article {
  padding: 0 30px;
  box-sizing: border-box;
}