@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap");
.arrowSty1 {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}

.arrowSty1:before {
  content: '';
  display: block;
  position: absolute;
  width: 0.45em;
  height: 0.45em;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  border: #000 solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translate(-0.45em);
}

.pageH {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 15px 0;
}

@media screen and (min-width: 768px) {
  .pageH {
    margin-bottom: calc(100vw / 1920 * 80);
    padding: 0;
  }
  _:-ms-fullscreen, :root .pageH {
    margin-bottom: 4vw;
  }
}

.pageH:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3.75em;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #fff;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .pageH .wrapper80 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 1em calc(calc(100vw / 1920 * 80) * .5) 0;
  }
  _:-ms-fullscreen, :root .pageH .wrapper80 {
    padding: 1em 2vw 0;
  }
}

.pageH .wrapper80 h2 {
  line-height: 1.1;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .pageH .wrapper80 h2 {
    margin-bottom: 0;
  }
}

.pageH .wrapper80 h2 strong {
  display: block;
  font-size: 4.444em;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #63676E;
}

#policy .pageH .wrapper80 h2 strong, #notfound .pageH .wrapper80 h2 strong {
  margin-top: .25em;
  font-size: 3em;
}

@media screen and (min-width: 768px) {
  #policy .pageH .wrapper80 h2 strong, #notfound .pageH .wrapper80 h2 strong {
    margin-top: 0;
    font-size: 4.444em;
  }
}

.pageH .wrapper80 h2 span {
  font-size: 1.333em;
  font-weight: bold;
}

.intro {
  margin: 20px auto 40px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .intro {
    margin: calc(calc(100vw / 1920 * 80) * .5) auto calc(100vw / 1920 * 80);
    padding: 0 calc(calc(100vw / 1920 * 80) * .5);
  }
  _:-ms-fullscreen, :root .intro {
    margin: 2vw auto 4vw;
    padding: 0 2vw;
  }
}

.intro p {
  line-height: 2;
}

.intro .pointList {
  margin: 1.5em 0;
  padding: 15px;
  background-color: #0F2553;
}

@media screen and (min-width: 768px) {
  .intro .pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: calc(100vw / 1920 * 80) 0;
    padding: 0 1.222em 1.222em;
  }
  _:-ms-fullscreen, :root .intro .pointList {
    margin: 4vw 0;
  }
}

.intro .pointList dt {
  line-height: 1.5;
  text-align: center;
  font-size: 1.333em;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .intro .pointList dt {
    width: calc(100% / 3 - 1.222em * .75);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.222em;
  }
}

.intro .pointList dd {
  line-height: 2;
  margin-top: 15px;
  padding: 15px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .intro .pointList dd {
    width: calc(100% / 3 - 1.222em * .75);
    margin-top: 1.222em;
    padding: calc(1.222em * 1.25) 1.222em;
  }
}

.intro .pointList dd strong {
  display: block;
  position: relative;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.333em;
  font-weight: bold;
}

.intro .pointList dd strong:after {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  background-color: #387AC2;
}

.intro .pageAnc {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc {
    display: flex;
    justify-content: center;
  }
}

.intro .pageAnc li {
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc li {
    display: flex;
    width: 25%;
    margin: 0 0.889em;
  }
}

.intro .pageAnc li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1em .5em;
  border-radius: 10px;
  background-color: #387AC2;
  border: #387AC2 solid 1px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc li a {
    flex-wrap: wrap;
    padding: 1.5em .5em 1em;
  }
}

.intro .pageAnc li a:hover {
  background-color: #5d94d0;
  border: #fff solid 1px;
  box-shadow: #fff 0 0 6px;
}

.intro .pageAnc li a * {
  text-align: center;
}

.intro .pageAnc li a figure {
  width: 25%;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc li a figure {
    width: 80%;
    margin: 0 auto 1em;
  }
}

.intro .pageAnc li a figure img {
  max-height: 21px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc li a figure img {
    max-height: 100px;
  }
}

.intro .pageAnc li a p {
  flex: 1;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .intro .pageAnc li a p {
    flex: auto;
    margin-top: auto;
  }
}

.secBox .contentsBox {
  /* about */
  /* user / owner */
}

.secBox .contentsBox h3.inlineTtl {
  display: block;
  line-height: 1.5;
  margin: 0 auto 1em;
  background-color: transparent;
  padding: 0 0 0 .5em;
  border-left: #387AC2 solid 5px;
  font-size: 1.111em;
  font-weight: bold;
  color: #000;
}

.secBox .contentsBox h3.inlineTtl:after {
  display: none;
}

#consult .secBox .contentsBox h3.inlineTtl {
  max-width: 600px;
  min-width: inherit;
}

.secBox .contentsBox h4 {
  position: relative;
  line-height: 1.5;
  margin: 1.5em 0 1em;
  padding-top: calc(1em + 6px);
  font-size: 1.333em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox h4 {
    margin-top: calc(100vw / 1920 * 80);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox h4 {
    margin-top: 4vw;
  }
}

.secBox .contentsBox h4:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 6px;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #387AC2;
}

.secBox .contentsBox h5 {
  margin-bottom: 1em;
  font-size: 1.111em;
  font-weight: bold;
}

.secBox .contentsBox p {
  line-height: 2;
  margin-bottom: 1.5em;
}

.secBox .contentsBox ul, .secBox .contentsBox ol, .secBox .contentsBox dl, .secBox .contentsBox table {
  margin-bottom: 1.5em;
}

.secBox .contentsBox li {
  line-height: 1.5;
  margin-bottom: .5em;
}

.secBox .contentsBox dt, .secBox .contentsBox dd, .secBox .contentsBox td, .secBox .contentsBox th {
  line-height: 1.5;
}

.secBox .contentsBox .memo {
  display: inline-block;
  line-height: 1.5;
  margin-top: .5em;
  font-size: 0.889em;
}

.secBox .contentsBox .list li {
  position: relative;
  padding-left: 1em;
}

.secBox .contentsBox .list li:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.6em;
  height: 2px;
  top: 0.65em;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #CFB530;
}

.secBox .contentsBox .dlList dt {
  margin-bottom: .35em;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .dlList dt {
    margin-bottom: .5em;
  }
}

.secBox .contentsBox .dlList dd {
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: #0F2553 solid 1px;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .dlList dd {
    margin-bottom: 1.25em;
  }
}

.secBox .contentsBox .numList li {
  margin-left: 1.5em;
  list-style: decimal;
}

.secBox .contentsBox .companyInfo {
  overflow: hidden;
}

.secBox .contentsBox .companyInfo dt {
  clear: both;
  float: left;
  width: 6em;
  margin-top: 1em;
  padding-top: 1em;
  border-top: #E1E1E1 solid 1px;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .companyInfo dt {
    width: 240px;
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}

.secBox .contentsBox .companyInfo dt + dd {
  margin-top: 1em;
  padding-top: 1em;
  border-top: #E1E1E1 solid 1px;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .companyInfo dt + dd {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
}

.secBox .contentsBox .companyInfo dd {
  margin-left: 7em;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .companyInfo dd {
    margin-left: 304px;
  }
}

.secBox .contentsBox .tableTtl {
  line-height: 1.5;
  margin-bottom: .8em;
  text-align: center;
  font-size: 1.444em;
  font-weight: bold;
}

.secBox .contentsBox .tableTtl .spMemo {
  display: inline-block;
  padding: .1em 1em 0;
  background-color: #EB6E20;
  border-radius: 1em;
  font-size: 0.667em;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableTtl .spMemo {
    display: none;
  }
}

.secBox .contentsBox .tableBox {
  overflow: auto;
  position: relative;
  margin-bottom: 1.5em;
}

.secBox .contentsBox .tableBox .planTable {
  width: 850px;
  border-bottom: #E1E1E1 solid 1px;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .planTable {
    width: 100%;
  }
}

.secBox .contentsBox .tableBox .planTable thead {
  border-bottom: #E1E1E1 solid 1px;
}

.secBox .contentsBox .tableBox .planTable thead th {
  position: relative;
  width: calc(100% / 6);
  padding: 0 .15em;
  vertical-align: middle;
  text-align: center;
  z-index: 0;
}

_:-ms-fullscreen, :root .secBox .contentsBox .tableBox .planTable thead th {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .planTable thead th {
    width: calc(78% / 5);
    padding: .5em .15em;
  }
}

.secBox .contentsBox .tableBox .planTable thead th:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .planTable thead th:first-child {
    width: 22%;
  }
}

.secBox .contentsBox .tableBox .planTable thead th:before {
  content: '';
  display: block;
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0.15em;
  right: 0.15em;
  bottom: 0;
  border-radius: .5em .5em 0 0;
  z-index: -1;
}

_:-ms-fullscreen, :root .secBox .contentsBox .tableBox .planTable thead th:before {
  bottom: -100%;
}

.secBox .contentsBox .tableBox .planTable thead th:nth-child(2):before {
  background-color: #387AC2;
}

.secBox .contentsBox .tableBox .planTable thead th:nth-child(3):before {
  background-color: #0F2553;
}

.secBox .contentsBox .tableBox .planTable thead th:nth-child(4):before {
  background-color: #EB6E20;
}

.secBox .contentsBox .tableBox .planTable thead th:nth-child(5):before {
  background-color: #CFB530;
}

.secBox .contentsBox .tableBox .planTable thead th:nth-child(6):before {
  background-color: #17A881;
}

.secBox .contentsBox .tableBox .planTable thead th a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}

.secBox .contentsBox .tableBox .planTable thead th a span {
  font-size: 0.778em;
}

.secBox .contentsBox .tableBox .planTable tbody tr th {
  position: sticky;
  width: calc(100% / 6);
  padding: .35em .5em;
  left: 0;
  vertical-align: middle;
  font-weight: bold;
  z-index: 2;
}

.secBox .contentsBox .tableBox .planTable tbody tr:nth-child(odd) th {
  background-color: #fff;
}

.secBox .contentsBox .tableBox .planTable tbody tr:nth-child(even) th {
  background-color: #EFF0F2;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .planTable tbody tr th {
    width: 22%;
    padding: .5em;
  }
}

.secBox .contentsBox .tableBox .planTable tbody tr td {
  width: calc(100% / 6);
  padding: .35em .25em;
  vertical-align: middle;
  text-align: center;
}

.secBox .contentsBox .tableBox .planTable tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.secBox .contentsBox .tableBox .planTable tbody tr:nth-child(even) td {
  background-color: #EFF0F2;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .planTable tbody tr td {
    width: calc(78% / 5);
    padding: .5em;
  }
}

.secBox .contentsBox .tableBox .planTable tbody tr td:nth-child(2) .icon-check {
  background-color: #387AC2;
}

.secBox .contentsBox .tableBox .planTable tbody tr td:nth-child(4) .icon-check {
  background-color: #EB6E20;
}

.secBox .contentsBox .tableBox .planTable tbody tr td:nth-child(5) .icon-check {
  background-color: #CFB530;
}

.secBox .contentsBox .tableBox .planTable tbody tr td:nth-child(6) .icon-check {
  background-color: #17A881;
}

.secBox .contentsBox .tableBox .plan2Txt {
  position: absolute;
  top: 0;
  left: 335px;
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
}

_:-ms-fullscreen, :root .secBox .contentsBox .tableBox .plan2Txt {
  -ms-writing-mode: tb-rl;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .tableBox .plan2Txt {
    left: calc(22% + ((78% / 5) * 1.5) - .5em);
  }
}

.secBox .contentsBox .servicePlan {
  position: relative;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .servicePlan {
    display: flex;
  }
}

.secBox .contentsBox .servicePlan li {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  padding: .5em .5em .5em 1em;
  background-color: #d4e2f2;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .servicePlan li {
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    margin: 0 1px 0 0;
    padding: 1em .5em;
  }
}

.secBox .contentsBox .servicePlan li span {
  margin-right: .75em;
  padding-right: .75em;
  border-right: #fff solid 1px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.111em;
  font-style: italic;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .servicePlan li span {
    width: 100%;
    margin: 0 0 .5em;
    padding: 0 0 .5em;
    border-right: none;
    border-bottom: #fff solid 1px;
    text-align: center;
  }
}

.secBox .contentsBox .servicePlan li p {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .servicePlan li p {
    writing-mode: vertical-rl;
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .servicePlan li p {
    width: 1em;
    -ms-writing-mode: tb-rl;
  }
}

.secBox .contentsBox h5 span {
  display: inline-block;
  margin: 0 .5em 0 -15px;
  padding: .4em .5em .3em;
  background-color: #5d94d0;
  font-size: 0.889em;
  color: #fff;
}

.secBox .contentsBox .figR {
  margin-bottom: 1.5em;
}

.secBox .contentsBox .boxSty1 {
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: #E1E1E1 solid 1px;
}

.secBox .contentsBox .boxSty1 .list {
  padding: 1em 1em 1em .75em;
  background-color: rgba(239, 240, 242, 0.75);
}

.secBox .contentsBox .boxSty1 figure {
  line-height: 0;
  margin-bottom: 1em;
  padding: 2em 1em;
  border: #E1E1E1 solid 1px;
  background-color: #fff;
  text-align: center;
}

.secBox .contentsBox .boxSty1 figure.photo {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .boxSty1 figure {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em;
    height: 225px;
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .boxSty1 figure img {
    max-width: 580px;
  }
}

.secBox .contentsBox .box2w {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .box2w {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: calc(100vw / 1920 * 80);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .box2w {
    margin-bottom: 4vw;
  }
  .secBox .contentsBox .box2w > * {
    width: calc(50% - 0.889em);
  }
}

.secBox .contentsBox .figR {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .figR {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(100vw / 1920 * 80);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .figR {
    margin-bottom: 4vw;
  }
}

.secBox .contentsBox .figR .cont {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .figR .cont {
    flex: 1;
    margin-bottom: 0;
    padding-right: calc(calc(100vw / 1920 * 80) * .5);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .figR .cont {
    padding-right: 2vw;
  }
}

.secBox .contentsBox .figR .cont h4 {
  margin-top: 0;
}

.secBox .contentsBox .figR figure {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 60vw;
  max-width: 280px;
  max-height: 280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .figR figure {
    width: 25vw;
    height: 25vw;
  }
}

.secBox .contentsBox .figR figure:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  background-color: #F7F7F7;
  border-radius: 50%;
}

.secBox .contentsBox .figR figure img {
  position: relative;
  z-index: 1;
}

.secBox .contentsBox .service1_5Plan {
  margin-bottom: 1em;
  padding: 1em;
  background-color: #f3f7fc;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .service1_5Plan {
    margin-bottom: calc(calc(100vw / 1920 * 80) * .5);
    padding: calc(calc(100vw / 1920 * 80) * .5);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .service1_5Plan {
    margin-bottom: 2vw;
    padding: 2vw;
  }
}

.secBox .contentsBox .service1_5Plan .ttl {
  display: inline-block;
  margin: 0 0 0 -1em;
  padding: .4em .5em .3em;
  background-color: #387AC2;
  font-size: 1.222em;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .service1_5Plan .ttl {
    margin-left: calc(calc(100vw / 1920 * 80) * -.55);
  }
  _:-ms-fullscreen, :root .secBox .contentsBox .service1_5Plan .ttl {
    margin-left: -1.1vw;
  }
}

.secBox .contentsBox .consultBox {
  max-width: 600px;
  margin: 0 auto 2em;
}

.secBox .contentsBox .consultBox dt {
  line-height: 1.5;
  font-size: 0.889em;
  font-weight: bold;
}

.secBox .contentsBox .consultBox dt .any, .secBox .contentsBox .consultBox dt .required {
  display: inline-block;
  vertical-align: middle;
  padding: .15em .5em;
  font-size: .8em;
}

.secBox .contentsBox .consultBox dt .any {
  background-color: #E1E3E8;
}

.secBox .contentsBox .consultBox dt .required {
  background-color: #EC0D4A;
  color: #fff;
}

.secBox .contentsBox .consultBox dd {
  margin-top: .5em;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .consultBox dd {
    margin-top: 1em;
  }
}

.secBox .contentsBox .consultBox dd:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #acc8e7 solid 2px;
}

@media screen and (min-width: 768px) {
  .secBox .contentsBox .consultBox dd:not(:last-child) {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
}

.secBox .contentsBox .consultBox dd .memo {
  font-size: 0.778em;
}

.secBox .contentsBox .consultBox dd .propertyContent {
  height: 6em;
}

.secBox .contentsBox .consultBox dd .propertyContentResult {
  margin-top: .5em;
  padding: 1em;
  background-color: #f5f5f7;
  font-size: 0.889em;
}

.secBox .contentsBox .consultBox dd .propertyName {
  height: 4em;
}

.secBox .contentsBox .errorAlert, .secBox .contentsBox .error {
  margin-top: .5em;
  line-height: 1.5;
  font-size: 0.778em;
  color: #EC0D4A;
}

.secBox .contentsBox h3.sendTtl {
  display: block;
  margin: 0 0 1em;
  background-color: transparent;
  text-align: center;
  color: #387AC2;
  font-size: 1.222em;
  font-weight: bold;
}

.secBox .contentsBox h3.sendTtl:after {
  display: none;
}

.mw_wp_form .vertical-item {
  margin-bottom: .5em;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}

/*# sourceMappingURL=lower.css.map */
