@charset "utf-8";
/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}
/* !Resetin
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset, img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after, q:before {
  content: '';
}
abbr, acronym {
  border: 0;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
input, textarea {
  -webkit-appearance: none;
  appearance: none;
}
/* !Layout
---------------------------------------------------------- */
html {
  overflow-x: hidden;
}
html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}
/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  -moz-transition: all 0.3s !important;
  /* Firefox */
  transition: all 0.3s !important;
}
/* !fs
------------------------------------------------ */
.visible-pc {
  display: block;
}
.visible-ts {
  display: none;
}
@media (max-width: 767px) {
  .visible-pc {
    display: none;
  }
  .visible-ts {
    display: block;
  }
}
/* !fc
------------------------------------------------ */
@font-face {
  font-family: 'DIN2014';
  src: url('../fonts/DIN_2014_Bold.ttf');
  font-weight: 700;
}
.ff-din {
  font-family: "DIN2014";
  font-weight: 700;
}
/* wrapper
----------------------------------------------- */
/* header
----------------------------------------------- */
.headercon {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
@media (max-width: 1024px) {
  .headercon {
    height: 68px;
  }
}
@media (max-width: 767px) {
  .headercon {
    height: 50px;
  }
  .headercon .headerlogo {
    width: 46px;
  }
}
/* footer
----------------------------------------------- */
#footer {
  padding: 20px 0;
  color: #FFF;
  background-color: #1E519F;
}
.copyright {
  font-size: 12px;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 767px) {
  #footer {
    padding: 15px 0;
  }
  .copyright {
    font-size: 11px;
  }
}
/* top
----------------------------------------------- */
.inner {
  max-width: 1180px;
  padding: 0 40px;
  margin: 0 auto;
}
.pubsechd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pubsechd .sub {
  position: relative;
  padding: 0 1em;
  min-width: 260px;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #FFF;
  text-align: center;
  background-color: #FFB504;
  border-radius: 6px;
}
.pubsechd .sub::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 7px;
  background-color: #FFB504;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.pubsechd .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 20px;
  margin-top: 20px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00417E;
}
.pubsechd .tit::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #00417E;
  transform: rotate(-24deg);
}
.pubsechd .tit::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #00417E;
  transform: rotate(24deg);
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
  .pubsechd .sub {
    font-size: 14px;
  }
  .pubsechd .tit {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  .pubsechd .sub {
    min-width: 240px;
    font-size: 14px;
    border-radius: 4px;
  }
  .pubsechd .tit {
    column-gap: 15px;
    margin-top: 15px;
    font-size: 20px;
  }
  .pubsechd .tit::before {
    width: 1px;
    height: 20px;
  }
  .pubsechd .tit::after {
    width: 1px;
    height: 20px;
  }
  .lpmv .lpmvcon img {
    width: 100%;
    height: 156.26667vw;
    object-fit: cover;
  }
}
.lpcta {
  position: relative;
  width: 100%;
  background: #1E519F;
}
.lpcta.isfixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  transition: all 0.4s;
  transform: translateY(105px);
}
.lpcta.isfixed.show {
  transform: translateY(0);
}
.lpcta .lpctacon {
  position: relative;
  margin: 0 auto;
  padding: 0 116px;
  max-width: 580px;
  height: 90px;
}
.lpcta .lpctacon .avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 104px;
}
.lpcta .lpctacon .lpctatxt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  column-gap: 8px;
  padding: 5px 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #FFF;
}
.lpcta .lpctacon .lpctatxt::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #FFF;
  transform: rotate(-30deg);
}
.lpcta .lpctacon .lpctatxt::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #FFF;
  transform: rotate(30deg);
}
.lpcta .lpctacon .lpctabtn {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #1E519F;
  text-align: center;
  border-radius: 24px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .lpcta .lpctacon {
    padding: 0 20px 0 106px;
    height: 76px;
  }
  .lpcta .lpctacon .avatar {
    left: 10px;
    width: 86px;
  }
  .lpcta .lpctacon .lpctabtn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.lpsec01 {
  padding: 80px 0;
  background-color: #DAEFFC;
}
.lpsec01 .lpsecbd {
  margin-top: 40px;
}
.lpsec01 .lpsecbd .problemlist {
  display: flex;
  justify-content: space-between;
  column-gap: 2.5%;
}
.lpsec01 .lpsecbd .problemlist li {
  width: 343px;
}
@media (max-width: 767px) {
  .lpsec01 {
    padding: 40px 0;
  }
  .lpsec01 .lpsecbd {
    margin-top: 30px;
  }
  .lpsec01 .lpsecbd .problemlist {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  .lpsec01 .lpsecbd .problemlist li {
    width: 100%;
    max-width: 343px;
    text-align: center;
  }
}
.lpsec02 .lpsechd {
  position: relative;
  margin: -20px auto 0;
  max-width: 900px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #FFF;
  background-color: #1E519F;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.lpsec02 .lpsechd::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 10px);
  display: block;
  width: 20px;
  height: 16px;
  background-color: #1E519F;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.lpsec02 .lpsechd .sub {
  font-size: 30px;
  font-weight: 700;
}
.lpsec02 .lpsechd .sub span {
  color: #FFB504;
}
.lpsec02 .lpsechd .tit {
  font-size: 42px;
  font-weight: 700;
}
.lpsec02 .lpsecbd {
  margin-top: 80px;
}
.pointlist {
  max-width: 850px;
  margin: 0 auto;
}
.pointlist .pointitem {
  display: flex;
  column-gap: 5.29412%;
  margin-bottom: 50px;
}
.pointlist .pointitem.even {
  flex-direction: row-reverse;
}
.pointlist .pointitem .pic {
  width: 48.82353%;
  padding-right: 15px;
  padding-bottom: 15px;
}
.pointlist .pointitem .pic img {
  box-shadow: 15px 15px 0 #DAEFFC;
}
.pointlist .pointitem .des {
  width: 45.88235%;
}
.pointlist .pointitem .des .num {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #3EAADC;
}
.pointlist .pointitem .des .tit {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #00417E;
}
.pointlist .pointitem .des .txt {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .lpsec02 .lpsechd {
    height: 120px;
  }
  .lpsec02 .lpsechd .sub {
    font-size: 24px;
  }
  .lpsec02 .lpsechd .tit {
    font-size: 34px;
  }
  .pointlist .pointitem .des {
    width: 45.88235%;
  }
  .pointlist .pointitem .des .num {
    font-size: 14px;
  }
  .pointlist .pointitem .des .tit {
    font-size: 22px;
  }
  .pointlist .pointitem .des .txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lpsec02 .lpsechd {
    height: 100px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
  }
  .lpsec02 .lpsechd::after {
    left: calc(50% - 8px);
    width: 15px;
    height: 12px;
  }
  .lpsec02 .lpsechd .sub {
    font-size: 16px;
  }
  .lpsec02 .lpsechd .tit {
    font-size: 18px;
  }
  .lpsec02 .lpsecbd {
    margin-top: 60px;
  }
  .pointlist .pointitem {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 25px;
  }
  .pointlist .pointitem.even {
    flex-direction: column;
  }
  .pointlist .pointitem .pic {
    width: 100%;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .pointlist .pointitem .pic img {
    box-shadow: 5px 5px 0 #DAEFFC;
  }
  .pointlist .pointitem .des {
    width: 100%;
  }
  .pointlist .pointitem .des .num {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .pointlist .pointitem .des .tit {
    font-size: 16px;
  }
  .pointlist .pointitem .des .txt {
    margin-top: 5px;
    font-size: 14px;
  }
}
.lpsec03 {
  padding: 80px 0 100px;
  background-color: #F9F9F9;
}
.lpsec03 .lpsecbd {
  margin-top: 50px;
}
.flowlist {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
.flowlist .flowitem {
  width: 250px;
  text-align: center;
}
.flowlist .flowitem .des {
  position: relative;
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
}
.flowlist .flowitem .des::after {
  content: '';
  position: absolute;
  right: -35px;
  top: 50%;
  display: block;
  width: 15px;
  height: 18px;
  background: #FFB504;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
.flowlist .flowitem .des .odr {
  position: absolute;
  left: calc(50% - 65px);
  top: -15px;
  width: 130px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  background-color: #03BBD6;
  border-radius: 20px;
}
.flowlist .flowitem .des .odr::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: calc(50% - 6px);
  display: block;
  width: 12px;
  height: 10px;
  background-color: #03BBD6;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.flowlist .flowitem .des .odr span {
  font-size: 30px;
  line-height: 40px;
  margin-left: 5px;
}
.flowlist .flowitem .des .tit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.flowlist .flowitem:last-child .des::after {
  display: none;
}
.flowlist .flowitem .txt {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
}
@media (max-width: 767px) {
  .lpsec03 {
    padding: 40px 0 50px;
  }
  .lpsec03 .lpsecbd {
    margin-top: 40px;
  }
  .flowlist {
    flex-direction: column;
    row-gap: 30px;
  }
  .flowlist .flowitem {
    width: 100%;
  }
  .flowlist .flowitem .des {
    width: 100%;
    height: 96px;
  }
  .flowlist .flowitem .des::after {
    display: none;
  }
  .flowlist .flowitem .des .odr {
    left: calc(50% - 48px);
    width: 96px;
    height: 32px;
    font-size: 14px;
  }
  .flowlist .flowitem .des .odr::after {
    left: calc(50% - 5px);
    width: 10px;
    height: 8px;
  }
  .flowlist .flowitem .des .odr span {
    font-size: 20px;
    line-height: 32px;
    margin-left: 3px;
  }
  .flowlist .flowitem .des .tit {
    font-size: 16px;
  }
  .flowlist .flowitem .txt {
    margin-top: 5px;
    font-size: 12px;
  }
}
.lpsec04 {
  margin: 80px 0;
}
.lpsec04 .lpsecbd {
  margin-top: 40px;
}
.voicelist {
  max-width: 850px;
  margin: 0 auto;
}
.voicelist .voiceitem {
  position: relative;
  margin-bottom: 20px;
  padding: 0 110px;
}
.voicelist .voiceitem .avatar {
  position: absolute;
  top: -10px;
  left: 0;
  width: 80px;
}
.voicelist .voiceitem .des {
  position: relative;
  padding: 15px 30px;
  background-color: #DAEFFC;
  border-radius: 10px;
}
.voicelist .voiceitem .des::before {
  content: '';
  position: absolute;
  left: -9px;
  top: 24px;
  display: block;
  width: 10px;
  height: 12px;
  background: #DAEFFC;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}
.voicelist .voiceitem .des .txt {
  font-size: 16px;
  font-weight: 700;
}
.voicelist .voiceitem.even .avatar {
  left: auto;
  right: 0;
}
.voicelist .voiceitem.even .des {
  background-color: #FFD4BA;
}
.voicelist .voiceitem.even .des::before {
  left: auto;
  right: -9px;
  background-color: #FFD4BA;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media (max-width: 767px) {
  .lpsec04 {
    margin: 40px 0;
  }
  .lpsec04 .lpsecbd {
    margin-top: 30px;
  }
  .voicelist .voiceitem {
    margin-bottom: 15px;
    padding: 0 0 0 50px;
  }
  .voicelist .voiceitem .avatar {
    top: 0;
    width: 40px;
  }
  .voicelist .voiceitem .des {
    padding: 10px;
    border-radius: 8px;
  }
  .voicelist .voiceitem .des::before {
    left: -7px;
    top: 15px;
    width: 8px;
    height: 10px;
  }
  .voicelist .voiceitem .des .txt {
    font-size: 14px;
  }
  .voicelist .voiceitem.even .avatar {
    left: 0;
    right: auto;
  }
  .voicelist .voiceitem.even .des::before {
    right: auto;
    left: -7px;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  }
}
.lpsec05 {
  margin: 80px 0;
}
.lpsec05 .lpsecbd {
  margin-top: 40px;
}
.qnalist {
  max-width: 850px;
  margin: 0 auto;
}
.qnalist .qnaitem {
  position: relative;
  margin-bottom: 15px;
  background-color: #FFF;
  border: 1px solid #818181;
  border-radius: 5px;
  cursor: pointer;
}
.qnalist .qnaitem::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00428E;
  border-left: 2px solid #00428E;
  transform: rotate(225deg);
  transform-origin: 25% 25%;
  pointer-events: none;
  transition: all 0.3s;
}
.qnalist .qnaitem .qnahd {
  position: relative;
  padding-left: 35px;
  padding: 15px 40px 15px 55px;
}
.qnalist .qnaitem .qnahd .lab {
  position: absolute;
  left: 20px;
  top: 15px;
  display: flex;
  column-gap: 2px;
  font-size: 18px;
  font-weight: 700;
}
.qnalist .qnaitem .qnahd .lab span {
  width: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #00417E;
  text-align: center;
}
.qnalist .qnaitem .qnahd .tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.qnalist .qnaitem .qnabd {
  display: none;
  position: relative;
  padding-left: 35px;
  padding: 0 40px 20px 55px;
}
.qnalist .qnaitem .qnabd .lab {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  column-gap: 2px;
  font-size: 18px;
  font-weight: 700;
}
.qnalist .qnaitem .qnabd .lab span {
  width: 20px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #03BBD6;
  text-align: center;
}
.qnalist .qnaitem .qnabd .txt {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.qnalist .qnaitem.open::after {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .lpsec05 {
    margin: 40px 0;
  }
  .lpsec05 .lpsecbd {
    margin-top: 30px;
  }
  .qnalist .qnaitem::after {
    right: 10px;
    top: 25px;
    display: block;
    width: 10px;
    height: 10px;
    border-width: 1px;
  }
  .qnalist .qnaitem .qnahd {
    padding: 15px 40px 15px 45px;
  }
  .qnalist .qnaitem .qnahd .lab {
    left: 10px;
    top: 15px;
    font-size: 14px;
  }
  .qnalist .qnaitem .qnahd .lab span {
    width: 18px;
    font-size: 18px;
  }
  .qnalist .qnaitem .qnahd .tit {
    font-size: 14px;
  }
  .qnalist .qnaitem .qnabd {
    display: none;
    position: relative;
    padding-left: 35px;
    padding: 0 40px 20px 45px;
  }
  .qnalist .qnaitem .qnabd .lab {
    left: 10px;
    top: 0;
    font-size: 14px;
  }
  .qnalist .qnaitem .qnabd .lab span {
    width: 18px;
    font-size: 18px;
  }
  .qnalist .qnaitem .qnabd .txt {
    font-size: 14px;
  }
}
.lpsec06 {
  padding: 80px 0;
  background-color: #F9F9F9;
}
.lpsec06 .lpsecbd {
  margin-top: 40px;
}
.getlocal {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.getlocal::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ico_local.png) center / contain no-repeat;
}
.getlocal a {
  font-size: 16px;
  font-weight: 700;
  color: #00417E;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #00417E;
}
.location {
  margin-top: 30px;
  padding: 4.5455%;
  display: flex;
  align-items: flex-start;
  column-gap: 5%;
  background-color: #FFF;
}
.location .map {
  width: 50%;
  border: 1px solid #818181;
}
.location .result {
  width: 45%;
}
.location .result .resulthd {
  font-size: 14px;
  color: #595959;
  letter-spacing: 0.05em;
}
.location .result .resulthd span {
  font-size: 18px;
  line-height: 1;
}
.location .result .resultbd {
  margin-top: 15px;
  height: 463px;
  overflow: auto;
}
.location .result .resultbd::-webkit-scrollbar{
	width: 7px;
	height: 100%;
	background: #fff;
}
.location .result .resultbd::-webkit-scrollbar-thumb{
	background: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.resultlist .resultitem {
  padding: 15px;
  margin-bottom: 15px;
  display: flex;
  column-gap: 20px;
  background-color: #DAEFFC;
}
.resultlist .resultitem:last-child {
  margin-bottom: 0;
}
.resultlist .resultitem .pic {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #daeffc;
}
.resultlist .resultitem .pic img {
  max-height: 100%;
}
.resultlist .resultitem .des {
  width: 250px;
}
.resultlist .resultitem .tit {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0.05em;
  color: #00417E;
}
.resultlist .resultitem .txt,
.resultlist .resultitem .tel {
  font-size: 14px;
  color: #303030;
}
.resultlist .resultitem .link {
  margin-top: 10px;
}
.resultlist .resultitem .link .btnlink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 235px;
  padding: 0 10.86957%;
  font-size: 14px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #FF7404;
  border-radius: 3px;
}
.resultlist .resultitem .link .btnlink::after {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background-color: #FFF;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.locatip {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 949px) {
  .location {
    flex-direction: column;
    row-gap: 20px;
  }
  .location .map {
    width: 100%;
  }
  .location .result {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lpsec06 {
    padding: 40px 0;
  }
  .lpsec06 .lpsecbd {
    margin-top: 30px;
  }
  .getlocal::before {
    width: 20px;
    height: 20px;
  }
  .getlocal a {
    font-size: 14px;
  }
  .location {
    margin-top: 20px;
    padding: 20px;
    flex-direction: column;
    row-gap: 20px;
  }
  .location .map {
    width: 100%;
  }
  .location .result {
    width: 100%;
  }
  .location .result .resulthd span {
    font-size: 16px;
  }
  .location .result .resultbd {
    margin-top: 5px;
  }
  .resultlist .resultitem {
    padding: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    row-gap: 10px;
  }
  .resultlist .resultitem .pic {
    width: 100%;
  }
  .resultlist .resultitem .des {
    width: 100%;
  }
  .locatip {
    margin-top: 10px;
    font-size: 12px;
  }
}
.lpsec07 {
  padding: 120px 0 100px;
  background-color: #daeffc;
}
.lpsec07 .pubsechd .tit {
  margin-top: 0;
}
.lpsec07 .pubsechd .txt {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #00417e;
}
.lpsec07 .lpsecbd {
  margin-top: 40px;
}
.container-form {
  max-width: 850px;
  margin: 0 auto;
}

.form_item {
  display: flex;
  margin-bottom: 35px;
}
.form_item_title {
  flex: none;
  width: 150px;
}
.form_item_title .label {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #00417e;
  letter-spacing: 0.025em;
}
.form_item_title .label .must {
  color: #ff7e00;
  font: inherit;
}
.form_item_content {
  flex: 1;
  width: 200px;
  position: relative;
}
.form_item_content input[type="text"],
.form_item_content input[type="email"],
.form_item_content input[type="tel"], 
.form_item_content textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 45px;
  color: #000;
  background-color: #fff;
  border: 1px solid #386188;
  border-radius: 7px;
  padding: 0.5em;
}
.form_item_content textarea {
  padding: 8px 0.5em;
  max-width: 100%;
  min-width: 100%;
  height: 200px;
}
.form_item_content input.mall {
  width: 220px;
}
.form_item_content input[type="text"].error,
.form_item_content input[type="email"].error,
.form_item_content input[type="tel"].error, 
.form_item_content textarea.error {
  border-color: #f30;
}
.form_item_content label.error {
  position: absolute;
  left: 0;
  bottom: -25px;
  font-size: 14px;
  color: #f30;
}
.privacy {
  margin-top: 85px;
}
.privacytit {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.privacyblock {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
}
.privacybox {
  padding: 0 48px 0 28px;
  height: 175px;
  overflow-y: auto;
}
.privacybox::-webkit-scrollbar{
	width: 7px;
	height: 100%;
	background: #fff;
}
.privacybox::-webkit-scrollbar-thumb{
	background: #aaa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.privacytxt {
  font-size: 14px;
  line-height: 25px;
	letter-spacing: 0.025em;
}
.privacytxt .ullist {
	margin-left: 1.5em;
}
.privacytxt .ullist > li {
	list-style: decimal;
	margin-top: 1em;
}
.privacytxt .ollist {
	padding: 0 0 0 2em;
}
.privacytxt .ollist > li {
	list-style: decimal-leading-zero;
	margin-top: 1em;
}
.privacytxt .cirlist > li {
	text-indent: -1em;
	padding-left: 1em;
}
.privacyright {
	text-align: right;
	margin-top: 1em;
}

.checkblock.form_item {
	justify-content: center;
	margin-top: 30px;
	color: #fff;
}
.checkblock .form_item_content {
	width: auto;
}
.checkblock .form_item_content .error-container {
  text-align: center;
}
.checkblock .form_item_content .error-container label.error {
  position: static;
}
.formagree {
	display: flex;
	justify-content: center;
	position: relative;
}
.form_item .formagree label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.formagree .agreetxt {
	position: relative;
	letter-spacing: 0.025em;
	color: #000;
	font-weight: 500;
}
.formagree .agreetxt .must {
  font-size: 12px;
  color: #fd6103;
  vertical-align: super;
}
.formagree input[type='checkbox'] {
	flex-shrink: 0;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border: 1px #d6d4d4 solid;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	position: relative;
}
.formagree input[type='checkbox']:checked {
	border: none;
	background-color: #0149ac;
}
.formagree input[type='checkbox']:checked:before {
	position: absolute;
	content: "";
	background-image: url(../img/25_check_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.formbtn {
	margin-top: 45px;
	text-align: center;
}
.formbtn input[type=submit] {
	background: #ff7404;
	cursor: pointer;
	width: 400px;
	max-width: 100%;
	height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-moz-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-ms-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-o-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
  border: none;
}

@media (max-width: 767px) {

  .lpsec07 {
    padding: 50px 0;
  }
  .lpsec07 .pubsechd .txt {
    margin-top: 10px;
    font-size: 14px;
  }
  .lpsec07 .lpsecbd {
    margin-top: 20px;
  }
  .form_item {
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 30px;
  }
  .form_item_title {
    width: 100%;
  }
  .form_item_title .label {
    margin-top: 0;
  }
  .form_item_content {
    width: 100%;
  }
  .form_item_content textarea {
    height: 160px;
  }
  .form_item_content input.mall {
    width: 100%;
  }
  
  .form_item_content label.error {
    bottom: -22px;
  }
  .privacy {
    margin-top: 45px;
  }
  .privacytit {
    font-size: 16px;
  }
  .privacyblock {
    margin-top: 15px;
    padding: 15px;
  }
  .privacybox {
    padding: 0 20px 0 10px;
    height: 200px;
  }
  .privacytxt {
    line-height: 1.5;
  }
  .checkblock.form_item {
    margin-top: 20px;
  }
  .formagree .agreetxt {
    font-size: 14px;
    line-height: 1.25;
  }  
  .formbtn {
    margin-top: 25px;
  }
}
.infobox {
  margin: 60px 0;
}
.infobox .tit {
  margin-bottom: 20px;
  font-size: 21px;
  letter-spacing: 0.05em;
  text-align: center;
}
.infobox .tip {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #666;
}
.tablebox {
  width: 100%;
  table-layout: fixed;
}
.tablebox th,
.tablebox td {
  padding: 10px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}
.tablebox thead td {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #1e519f;
}
.tablebox tbody th {
  font-weight: 700;
}
.tablebox.tb01 tbody th:nth-child(1) {
  color: #fff;
  background-color: #0b71d0;
}
.tablebox.tb01 tbody th:nth-child(2) {
  color: #fff;
  background-color: #10b8d6;
}
.tablebox.tb02 tbody th {
  background-color: #efefef;
}
@media (max-width: 767px) {
  
.infobox {
  margin: 40px 0;
}
.infobox .tit {
  margin-bottom: 10px;
  font-size: 18px;
}
.infobox .tip {
  margin-top: 10px;
  line-height: 1.75;
}
.tablebox thead td {
  font-size: 18px;
}
.tablebox th,
.tablebox td {
  font-size: 14px;
}
}
/* thanks
----------------------------------------------- */
.thanksbox {
	min-height: 100vh;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.thankstit {
	text-align: center;
	color: #004bb1;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;
}
.thankstxt {
	font-size: 24px;
	line-height: 1.8;
	color: #004bb1;
}
.thanksbtn {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}
.thanksbtn a {
	width: 540px;
	height: 80px;
	background: #ff7404;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.05em;
	font-weight: 500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-moz-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-ms-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	-o-box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
	box-shadow: 4px 4px 8px rgba(9,1,3,0.3);
}


@media (max-width: 767px) {
.thanksbox {
	min-height: 100vh;
	padding: 50px 0;
}
.thankstit {
	font-size: 20px;
	margin-bottom: 30px;
	padding: 0 16px;
}
.thankstxt {
	font-size: 15px;
}
.thanksbtn {
	margin-top: 30px;
}
.thanksbtn a {
	width: 90%;
	height: 50px;
	font-size: 16px;
}
}