@charset "UTF-8";
/* color ////////////////////////////////////////////////////////////////////////// */
/* 相続LPカラー --------------------- */
/* mixin ////////////////////////////////////////////////////////////////////////// */
/* flex box --------------------------------------------------------------------------- */
/* レイアウト -------------------- */
/* 装飾 -------------------- */
/* base ////////////////////////////////////////////////////////////////////////// */
* {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, section, figure {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.02em; }

p, ul, ol, li, dl {
  line-height: 1.6em; }

strong {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

img {
  border: none;
  vertical-align: bottom;
  height: auto; }

body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #1a3459;
  font-size: 1rem;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
  width: 100vw;
  overflow-x: hidden; }
  @media screen and (max-width: 499px) {
    body {
      font-size: 1rem; } }

body.fixed {
  position: fixed; }

a {
  color: cornflowerblue;
  transition: 0.1s; }

.btn-contact a:before {
  padding: 0px 0.5em 0px 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0"; }
.btn-contact a {
  display: block;
  text-decoration: none;
  color: #fff;
  border-color: #FF8822;
  border-style: solid;
  border-width: 2px;
  background-color: #FF8822;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.1); }
.btn-contact a:hover {
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transform: translate3D(2px, 2px, 0px);
  transform: translate3D(2px, 2px, 0px); }

.btn-line a {
  display: block; }
.btn-line a:hover {
  -webkit-transform: translate3D(2px, 2px, 0px);
  transform: translate3D(2px, 2px, 0px); }

.fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fee li {
    list-style: none;
    margin: 0px 5px;
    padding: 18px 0px 0px 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #FF2F90;
    background-image: url("../images/saimu/bg-white-opa.svg");
    background-position: right -36px  bottom -36px;
    background-repeat: no-repeat;
    color: #FFFF52;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 2.2em;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.16);
    text-align: center; }
    .fee li .price0 {
      font-size: 100px; }
    .fee li .ok {
      display: block;
      font-size: 84px;
      line-height: 70px; }
  @media screen and (max-width: 1024px) {
    .fee li {
      padding: 16px 0px 0px 0px;
      width: 160px;
      height: 160px;
      font-size: 24px;
      line-height: 2.2em;
      background-position: right -48px  bottom -48px; }
      .fee li .price0 {
        font-size: 80px; }
      .fee li .ok {
        font-size: 70px;
        line-height: 56px; } }
  @media screen and (max-width: 699px) {
    .fee li {
      margin: 0px 2px;
      padding: 12px 0px 0px 0px;
      width: 120px;
      height: 120px;
      font-size: 20px;
      line-height: 2em;
      background-position: right -60px  bottom -60px; }
      .fee li .price0 {
        font-size: 60px; }
      .fee li .ok {
        font-size: 50px;
        line-height: 40px; } }
  @media screen and (max-width: 499px) {
    .fee li {
      margin: 0px 2px;
      padding: 6px 0px 0px 0px;
      width: 94px;
      height: 94px;
      font-size: 20px;
      line-height: 1.8em;
      border-radius: 10%;
      background-position: right -70px  bottom -70px; }
      .fee li .price0 {
        font-size: 50px; }
      .fee li .ok {
        font-size: 44px;
        line-height: 38px; } }

/* header --------------------------------------------------------------- */
header {
  padding: 10px 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 799px) {
    header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.site-id {
  text-align: left; }
  .site-id a {
    color: #1a3459;
    text-decoration: none; }
  .site-id a:hover {
    color: rgba(26, 52, 89, 0.6); }
  .site-id h1 {
    margin: 0px 0px 0.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em; }
  .site-id .survice-title {
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1em; }
    .site-id .survice-title strong {
      color: #FF2F90;
      font-size: 34px; }
  @media screen and (max-width: 1024px) {
    .site-id h1 {
      font-size: 12px; }
    .site-id .survice-title {
      font-size: 24px; }
      .site-id .survice-title strong {
        font-size: 28px; } }
  @media screen and (max-width: 799px) {
    .site-id {
      margin: 0px 0px 8px 0px;
      width: 100%;
      text-align: center; }
      .site-id h1 {
        font-size: 12px; }
      .site-id .survice-title {
        font-size: 20px; }
        .site-id .survice-title strong {
          font-size: 24px; } }

.h-info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left; }
  .h-info-address h2 {
    margin: 1px 1em 4px 0px;
    font-size: 15px;
    line-height: 1.0em; }
  .h-info-address p {
    margin: 0px;
    font-size: 12px;
    line-height: 1.2em; }
  @media screen and (max-width: 1024px) {
    .h-info-address {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 799px) {
    .h-info-address {
      width: 100%;
      text-align: center; }
      .h-info-address h2 {
        font-size: 13px; } }

.h-info-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .h-info-contact li {
    list-style: none;
    margin: 0px 0.5em 0px 0px;
    text-align: left; }
  .h-info-contact li:last-child {
    margin: 0px; }
  @media screen and (max-width: 1024px) {
    .h-info-contact {
      display: none; } }

.h-info-contact-phone .phone {
  margin: 0px;
  padding: 6px 0px 6px 44px;
  padding: 6px 0px 6px 0px;
  line-height: 1em;
  font-size: 30px;
  color: #FF2F90;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }
  .h-info-contact-phone .phone span {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    padding: 4px 8px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1em;
    color: #fff;
    background-color: #FF2F90; }
.h-info-contact-phone .att {
  margin: 0px;
  line-height: 1.4em;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.h-info-contact-phone .fax {
  font-size: 13px; }

.h-info-contact-line figure {
  display: inline-block;
  vertical-align: middle;
  width: 54px; }
  .h-info-contact-line figure img {
    width: 100%;
    height: auto; }

.h-info-contact-form {
  line-height: 50px; }
  .h-info-contact-form a {
    padding: 0px 1em; }

/* nav --------------------------------------------------------------- */
nav {
  background-color: #5FB1DC; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    nav ul li {
      list-style: none;
      line-height: 1em;
      font-size: 16px; }
    nav ul a {
      display: block;
      padding: 1em 1em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      text-decoration: none; }
    nav ul a:hover {
      background-color: rgba(26, 52, 89, 0.2); }
  @media screen and (max-width: 799px) {
    nav ul {
      padding: 0.5em 0px; }
      nav ul li:first-child {
        width: 100%; }
      nav ul a {
        padding: 0.5em 0.7em; } }
  @media screen and (max-width: 499px) {
    nav ul li {
      font-size: 15px; } }

/* footer --------------------------------------------------------------- */
.f-menu-wrap {
  margin: 80px auto 1px;
  background-color: #f6f6f6;
  padding: 1em; }
  .f-menu-wrap ul {
    margin: 0px;
    font-size: 14px;
    line-height: 1em; }
  .f-menu-wrap li {
    list-style: none; }
  @media screen and (max-width: 1199px) {
    .f-menu-wrap {
      margin: 2em auto 1px; } }

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px auto 0px;
  padding: 4vw 2vw;
  background-color: #FFE9EE; }

.copy-wrap {
  padding: 3em 0px 1em;
  width: 100%; }
  .copy-wrap .copy {
    font-size: 12px; }
  @media screen and (max-width: 1024px) {
    .copy-wrap {
      padding: 1em 0px 70px; } }

.f-site-id {
  padding: 0px 14px 2em;
  text-align: left; }
  .f-site-id a {
    color: #1a3459;
    text-decoration: none; }
  .f-site-id a:hover {
    color: rgba(26, 52, 89, 0.6); }
  .f-site-id h2 {
    order: 2;
    margin: 0px 0px 0em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2em; }
  .f-site-id .survice-title {
    order: 1;
    margin: 4px 10px 0px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .f-site-id .survice-title strong {
      color: #FF2F90;
      font-size: 30px; }
  @media screen and (max-width: 1024px) {
    .f-site-id h2 {
      font-size: 12px; }
    .f-site-id .survice-title {
      font-size: 24px; }
      .f-site-id .survice-title strong {
        font-size: 28px; } }
  @media screen and (max-width: 799px) {
    .f-site-id h2 {
      font-size: 12px; }
    .f-site-id .survice-title {
      font-size: 20px; }
      .f-site-id .survice-title strong {
        font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .f-site-id a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .f-site-id h2 {
      font-size: 12px; }
    .f-site-id .survice-title {
      margin: 4px 0px 8px 0px;
      font-size: 20px; }
      .f-site-id .survice-title strong {
        font-size: 24px; } }

.f-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.f-info-address {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0px 14px 1em;
  text-align: left; }
  .f-info-address h2 {
    margin: 1px 0em 0.5em 0px;
    font-size: 18px;
    line-height: 1.0em; }
  .f-info-address p {
    margin: 0px 0px 0.5em;
    font-size: 14px;
    line-height: 1.4em; }
  .f-info-address dl {
    margin: 0px 0px 4px;
    font-size: 14px;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0px 0px; }
  .f-info-address dl:last-child {
    border-width: 0px 0px 0px 0px; }
  .f-info-address dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 4px;
    width: 3em;
    background-color: rgba(26, 52, 89, 0.6);
    color: #fff; }
  .f-info-address dd {
    padding: 4px; }

.f-shoshi {
  padding: 0px 14px 1em;
  font-size: 14px;
  text-align: left; }

.pagetop-btn {
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  width: 48px;
  height: 48px;
  color: #1a3459;
  line-height: 48px;
  font-size: 24px; }
  @media screen and (max-width: 1024px) {
    .pagetop-btn {
      right: 10px; } }
  @media screen and (max-width: 499px) {
    .pagetop-btn {
      right: 10px; } }

.pagetop-btn:hover {
  color: rgba(26, 52, 89, 0.6); }

@media screen and (min-width: 1025px) {
  .f-contact-fixed {
    display: none; } }
@media screen and (max-width: 1024px) {
  .f-contact-fixed {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
    .f-contact-fixed li {
      list-style: none; } }

.f-info-contact-phone {
  padding: 8px 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .f-info-contact-phone figure {
    height: 24px; }
    .f-info-contact-phone figure img {
      width: auto;
      height: 100%; }
  .f-info-contact-phone p.phone {
    margin: 2px 0px 0px 0px;
    font-size: 24px;
    line-height: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .f-info-contact-phone p.phone span.aa {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 0.5em 0px 0px;
      padding: 2px 6px;
      background-color: #FF2F90;
      color: #fff;
      font-size: 14px;
      line-height: 1em; }
    .f-info-contact-phone p.phone span.ontime {
      display: inline-block;
      margin: 0px 0px 0px 0.5em;
      font-size: 12px;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400; }
  @media screen and (max-width: 599px) {
    .f-info-contact-phone {
      display: none; } }

@media screen and (min-width: 600px) {
  .f-btn-tel {
    display: none; } }
@media screen and (max-width: 599px) {
  .f-btn-tel {
    border-color: #eee;
    border-style: solid;
    border-width: 0px 1px 0px 0px; }
    .f-btn-tel a {
      display: block;
      padding: 0px 10px 0px;
      height: 50px;
      text-decoration: none;
      color: #fff;
      border-color: #FF2F90;
      border-style: solid;
      border-width: 2px;
      background-color: #FF2F90;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .f-btn-tel a figure {
        margin: auto;
        padding: 0px; }
        .f-btn-tel a figure img {
          margin: auto;
          padding: 1px 0px 0px 0px;
          width: auto;
          height: 22px; }
      .f-btn-tel a i {
        margin: auto;
        padding: 0px;
        font-size: 20px;
        line-height: 22px; }
      .f-btn-tel a p {
        margin: 5px 0px 0px;
        margin: 1px 0px 0px;
        font-size: 11px;
        line-height: 1em; }
    .f-btn-tel a:hover {
      background-color: #fff;
      color: #FF2F90; } }

.f-btn-line {
  padding: 2px; }
  .f-btn-line figure {
    height: 46px; }
    .f-btn-line figure img {
      width: 46px;
      height: 46px; }
  .f-btn-line a:hover {
    opacity: 0.8; }

.f-btn-contact a:before {
  display: block;
  padding: 4px 0em 2px 0px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 20px;
  line-height: 24px; }
.f-btn-contact a {
  display: block;
  padding: 0px 10px 0px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  border-color: #FF8822;
  border-style: solid;
  border-width: 2px;
  background-color: #FF8822;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1em; }
.f-btn-contact a:hover {
  background-color: #fff;
  color: #FF8822; }

/* hotline --------------------------------------------------------------- */
.hotline {
  margin: auto;
  padding: 40px 4vw 80px;
  max-width: 1200px;
  background-color: #FFF4BE;
  background-image: url("../images/saimu/message03.svg");
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  background-size: 360px; }
  .hotline h2 {
    margin: 0px 0px 0.7em;
    font-size: 40px;
    line-height: 1.2em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .hotline h2 span {
      color: #FF2F90; }
  @media screen and (max-width: 1199px) {
    .hotline {
      padding: 40px 3vw 60px; } }
  @media screen and (max-width: 1024px) {
    .hotline h2 {
      font-size: 32px; } }
  @media screen and (max-width: 799px) {
    .hotline {
      background-size: 320px; } }
  @media screen and (max-width: 499px) {
    .hotline {
      padding: 20px 3vw 60px;
      background-size: 280px; }
      .hotline h2 {
        font-size: 22px; } }

.hotline-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hotline-box {
  margin: 0.5%;
  padding: 1em;
  width: 32%;
  width: 48%;
  background-color: #fff; }
  .hotline-box h3 {
    margin: 0px 0px 1em;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .hotline-box h3 span {
      display: block;
      font-size: 14px;
      color: #FF2F90; }
  .hotline-box p {
    font-size: 14px; }
  .hotline-box .phone {
    margin: 0px auto;
    padding: 0px 0px 6px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*p:after {
        display: block;
        margin: 0px 0px 0px 4px;
        content: "携帯可";
        font-size: 10px;
        line-height: 1em;
        text-align: right;
        @include txt;
    }*/ }
    .hotline-box .phone figure {
      width: 40px; }
      .hotline-box .phone figure img {
        width: 100%; }
    .hotline-box .phone p {
      line-height: 1em;
      font-size: 30px;
      color: #FF2F90; }
      .hotline-box .phone p span {
        display: inline-block;
        margin: 0px 0.5em 0px 0px;
        padding: 4px 8px;
        vertical-align: middle;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        background-color: #FF2F90; }
        @media screen and (max-width: 499px) {
          .hotline-box .phone p span {
            display: block;
            width: 12em;
            text-align: center; } }
  .hotline-box .att {
    margin: 0px;
    line-height: 1.4em;
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .hotline-box .fax {
    margin: 0.5em 0px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .hotline-box .line-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hotline-box .line-wrap li {
      list-style: none;
      margin: 2px; }
    .hotline-box .line-wrap .line-qr {
      width: 80px;
      height: 80px;
      font-size: 12px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border-color: #ccc;
      border-style: solid;
      border-width: 1px; }
      .hotline-box .line-wrap .line-qr img {
        width: 100%;
        height: auto;
        border-color: #ccc;
        border-style: solid;
        border-width: 0px; }
    .hotline-box .line-wrap .line-btn a {
      display: block; }
    .hotline-box .line-wrap .line-btn a:hover {
      -webkit-transform: translate3D(2px, 2px, 0px);
      transform: translate3D(2px, 2px, 0px); }
    .hotline-box .line-wrap .line-btn img {
      border-radius: 6px;
      width: 180px; }
  .hotline-box .btn-contact a {
    margin: 0px 0px 6px;
    margin: 0px auto 6px;
    max-width: 300px;
    font-size: 18px;
    padding: 1em 0px; }
  @media screen and (max-width: 1199px) {
    .hotline-box {
      padding: 1em 0.5em; } }
  @media screen and (max-width: 1024px) {
    .hotline-box {
      padding: 1em 1em;
      width: 49%; } }
  @media screen and (max-width: 799px) {
    .hotline-box {
      margin: 0.5% 0px;
      padding: 1em 1em;
      width: 100%; } }
  @media screen and (max-width: 399px) {
    .hotline-box .line-wrap .line-qr {
      display: none; } }

/* saimu1 --------------------------------------------------------------- */
.saimu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 30px;
  padding: 0px 2vw;
  max-width: 1180px;
  text-align: left; }
  .saimu01 figure {
    margin: 0px 0px 0px -20px;
    width: 260px; }
    .saimu01 figure img {
      width: 100%; }
  .saimu01 h2 {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em; }
    .saimu01 h2 span {
      color: #FF2F90; }
  .saimu01 p.saimu01-lead {
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em; }
    .saimu01 p.saimu01-lead strong {
      color: #FF2F90; }
    .saimu01 p.saimu01-lead span {
      color: #00C92E; }
  @media screen and (max-width: 1199px) {
    .saimu01 figure {
      width: 200px; }
    .saimu01 h2 {
      font-size: 28px; }
    .saimu01 p.saimu01-lead {
      margin: 0px 30px 10px 0px;
      font-size: 36px; } }
  @media screen and (max-width: 1024px) {
    .saimu01 figure {
      margin: 0px 0px 0px -10px;
      width: 180px; }
    .saimu01 h2 {
      font-size: 24px; }
    .saimu01 p.saimu01-lead {
      margin: 0px 0px 10px 0px;
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .saimu01 figure {
      display: none; }
    .saimu01 h2 {
      margin: 0px 0px 4px;
      font-size: 20px;
      text-align: center; }
    .saimu01 p.saimu01-lead {
      margin: 0px 0px 10px 0px;
      font-size: 24px;
      line-height: 1.2em;
      text-align: center; } }
  @media screen and (max-width: 499px) {
    .saimu01 figure {
      display: none; }
    .saimu01 h2 {
      margin: 0px 0px 4px;
      font-size: 18px;
      text-align: center; }
    .saimu01 p.saimu01-lead {
      margin: 0px 0px 10px 0px;
      font-size: 16px;
      line-height: 1.2em;
      text-align: center; } }

.saimu01-fee-box {
  padding: 20px 50px 30px;
  background-color: #FFF4BE;
  border-radius: 12px; }
  .saimu01-fee-box h3 {
    margin: 0px 0px 0.5em 0px;
    text-align: center;
    font-size: 30px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu01-fee-box h3 br {
      display: none; }
    .saimu01-fee-box h3 span {
      color: #FF2F90; }
    .saimu01-fee-box h3 span.small {
      font-size: 18px; }
    .saimu01-fee-box h3 ruby {
      font-size: 48px;
      color: #FF2F90;
      font-weight: 900; }
    .saimu01-fee-box h3 rt {
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center; }
  @media screen and (max-width: 1024px) {
    .saimu01-fee-box h3 {
      font-size: 26px; }
      .saimu01-fee-box h3 span.small {
        font-size: 16px; }
      .saimu01-fee-box h3 ruby {
        font-size: 36px;
        color: #FF2F90;
        font-weight: 900; }
      .saimu01-fee-box h3 rt {
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        text-align: center; } }
  @media screen and (max-width: 799px) {
    .saimu01-fee-box {
      margin: 0px auto;
      padding: 20px 20px 30px;
      width: 90vw; }
      .saimu01-fee-box h3 {
        font-size: 26px; }
        .saimu01-fee-box h3 br {
          display: block; }
        .saimu01-fee-box h3 span.small {
          font-size: 16px; }
        .saimu01-fee-box h3 ruby {
          font-size: 36px;
          color: #FF2F90;
          font-weight: 900; }
        .saimu01-fee-box h3 rt {
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          text-align: center; } }
  @media screen and (max-width: 499px) {
    .saimu01-fee-box {
      margin: 0px auto;
      padding: 20px 0px 30px;
      width: 98vw; }
      .saimu01-fee-box h3 {
        font-size: 20px; }
        .saimu01-fee-box h3 br {
          display: block; }
        .saimu01-fee-box h3 span.small {
          font-size: 14px; }
        .saimu01-fee-box h3 ruby {
          font-size: 24px;
          color: #FF2F90;
          font-weight: 900; }
        .saimu01-fee-box h3 rt {
          font-size: 12px;
          font-family: 'Noto Sans JP', sans-serif;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          text-align: center; } }

.saimu01-b {
  margin: 0px auto 0px;
  padding: 20px 340px 30px 0em;
  max-width: 1280px;
  text-align: left;
  background-image: url("../images/saimu/sahoda1.jpg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat; }
  .saimu01-b h2 {
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu01-b h2 br {
      display: none; }
    .saimu01-b h2 span {
      color: #FF2F90; }
  .saimu01-b p.saimu01-lead {
    margin: 0px 0px 30px 0px;
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu01-b p.saimu01-lead br {
      display: none; }
    .saimu01-b p.saimu01-lead strong {
      color: #FF2F90; }
    .saimu01-b p.saimu01-lead span {
      color: #00C92E; }
  @media screen and (max-width: 1199px) {
    .saimu01-b {
      padding: 20px 300px 30px 2vw;
      background-position: top 50% right -20px; }
      .saimu01-b h2 {
        font-size: 24px; }
      .saimu01-b p.saimu01-lead {
        margin: 0px 30px 10px 0px;
        font-size: 30px; } }
  @media screen and (max-width: 1024px) {
    .saimu01-b {
      padding: 20px 260px 30px 2vw;
      background-position: top 50% right -40px; }
      .saimu01-b h2 {
        font-size: 24px; }
      .saimu01-b p.saimu01-lead {
        margin: 0px 0px 10px 0px;
        font-size: 28px; } }
  @media screen and (max-width: 799px) {
    .saimu01-b {
      padding: 50px 2vw 30px 2vw;
      background-position: top 0px right 0px;
      background-size: 220px; }
      .saimu01-b h2 {
        margin: 0px 180px 1em 4vw;
        font-size: 20px; }
        .saimu01-b h2 br {
          display: block; }
      .saimu01-b p.saimu01-lead {
        margin: 0px 180px 60px 4vw;
        font-size: 24px;
        line-height: 1.2em; }
        .saimu01-b p.saimu01-lead br {
          display: block; } }
  @media screen and (max-width: 499px) {
    .saimu01-b {
      padding: 20px 2vw 30px 2vw;
      background-position: top 0px right -20px;
      background-size: 180px; }
      .saimu01-b h2 {
        margin: 0px 0px 1em 2vw;
        font-size: 18px; }
      .saimu01-b p.saimu01-lead {
        margin: 0px 0px 2em 2vw;
        font-size: 20px;
        line-height: 1.2em; } }

.saimu01-fee-box-b {
  padding: 20px 50px 30px;
  background-color: #FFF4BE;
  border-radius: 12px; }
  .saimu01-fee-box-b h3 {
    margin: 0px 0px 0.5em 0px;
    text-align: center;
    font-size: 30px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu01-fee-box-b h3 br {
      display: none; }
    .saimu01-fee-box-b h3 span {
      color: #FF2F90; }
    .saimu01-fee-box-b h3 span.small {
      font-size: 18px; }
    .saimu01-fee-box-b h3 ruby {
      font-size: 48px;
      color: #FF2F90;
      font-weight: 900; }
    .saimu01-fee-box-b h3 rt {
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center; }
  .saimu01-fee-box-b .saimu01-att {
    margin: 1em auto;
    text-align: center;
    color: #ed648e;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px; }
  @media screen and (max-width: 1199px) {
    .saimu01-fee-box-b h3 {
      font-size: 26px; }
      .saimu01-fee-box-b h3 span.small {
        font-size: 16px; }
      .saimu01-fee-box-b h3 ruby {
        font-size: 36px;
        color: #FF2F90;
        font-weight: 900; }
      .saimu01-fee-box-b h3 rt {
        font-size: 14px;
        font-family: 'Noto Sans JP', sans-serif;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 700;
        text-align: center; } }
  @media screen and (max-width: 1024px) {
    .saimu01-fee-box-b {
      margin: 0px auto;
      padding: 20px 20px 30px; }
      .saimu01-fee-box-b h3 {
        font-size: 26px; }
        .saimu01-fee-box-b h3 br {
          display: block; }
        .saimu01-fee-box-b h3 span.small {
          font-size: 16px; }
        .saimu01-fee-box-b h3 ruby {
          font-size: 36px;
          color: #FF2F90;
          font-weight: 900; }
        .saimu01-fee-box-b h3 rt {
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          text-align: center; } }
  @media screen and (max-width: 799px) {
    .saimu01-fee-box-b {
      margin: 0px auto;
      padding: 20px 10px 30px; }
      .saimu01-fee-box-b h3 {
        font-size: 26px; }
        .saimu01-fee-box-b h3 br {
          display: block; }
        .saimu01-fee-box-b h3 span.small {
          font-size: 16px; }
        .saimu01-fee-box-b h3 ruby {
          font-size: 36px;
          color: #FF2F90;
          font-weight: 900; }
        .saimu01-fee-box-b h3 rt {
          font-size: 14px;
          font-family: 'Noto Sans JP', sans-serif;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          text-align: center; }
      .saimu01-fee-box-b .fee {
        transform: scale(0.9); } }
  @media screen and (max-width: 499px) {
    .saimu01-fee-box-b {
      margin: 0px auto;
      padding: 20px 0px 30px; }
      .saimu01-fee-box-b h3 {
        font-size: 20px; }
        .saimu01-fee-box-b h3 br {
          display: block; }
        .saimu01-fee-box-b h3 span.small {
          font-size: 14px; }
        .saimu01-fee-box-b h3 ruby {
          font-size: 24px;
          color: #FF2F90;
          font-weight: 900; }
        .saimu01-fee-box-b h3 rt {
          font-size: 12px;
          font-family: 'Noto Sans JP', sans-serif;
          font-family: 'Noto Sans JP', sans-serif;
          font-weight: 700;
          text-align: center; } }

/* saimu2 --------------------------------------------------------------- */
.saimu02-wrap {
  padding: 60px 4vw;
  background-color: #ECF5F8;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .saimu02-wrap figure.saimu02-face {
    position: absolute;
    margin: -20px 0px 0px 2vw;
    width: 160px; }
    .saimu02-wrap figure.saimu02-face img {
      width: 100%;
      border-radius: 50%; }
  .saimu02-wrap h2 {
    margin: 0px 0px 1em 0px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-size: 36px;
    line-height: 1.4em; }
    .saimu02-wrap h2 br {
      display: none; }
    .saimu02-wrap h2 span {
      color: #FF2F90; }
  .saimu02-wrap h3 {
    margin: 0px 0px 1.5em 0px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-size: 24px;
    line-height: 1.6em; }
    .saimu02-wrap h3 span {
      color: #FF2F90; }
  @media screen and (max-width: 1280px) {
    .saimu02-wrap figure.saimu02-face {
      margin: -30px 0px 0px -1vw;
      width: 120px; } }
  @media screen and (max-width: 1024px) {
    .saimu02-wrap {
      padding: 40px 4vw; }
      .saimu02-wrap figure.saimu02-face {
        margin: -30px 0px 0px -2vw;
        width: 90px; }
      .saimu02-wrap h2 {
        margin: 0px 0px 1em 0px;
        font-size: 30px;
        line-height: 1.4em; }
      .saimu02-wrap h3 {
        margin: 0px 0px 1.5em 0px;
        font-size: 20px;
        line-height: 1.6em; } }
  @media screen and (max-width: 799px) {
    .saimu02-wrap {
      padding: 30px 4vw; }
      .saimu02-wrap figure.saimu02-face {
        display: none; }
      .saimu02-wrap h2 {
        margin: 0px 0px 0em 0px;
        padding: 0px 0px 100px 0px;
        font-size: 24px;
        line-height: 1.4em;
        text-align: left;
        background-image: url("../images/saimu/cut01.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100px; }
        .saimu02-wrap h2 br {
          display: block; }
      .saimu02-wrap h3 {
        margin: -80px 80px 1em 0px;
        font-size: 18px;
        line-height: 1.5em;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; } }
  @media screen and (max-width: 499px) {
    .saimu02-wrap {
      padding: 30px 3vw; }
      .saimu02-wrap h2 {
        margin: -20px 0px 0em 0px;
        padding: 20px 0px 1em 0px;
        font-size: 20px;
        line-height: 1.4em;
        text-align: left;
        background-image: url("../images/saimu/cut01.png");
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 90px; }
      .saimu02-wrap h3 {
        margin: 0px 0px 0.5em 0px;
        font-size: 16px;
        line-height: 1.5em;
        text-align: left; } }

.saimu02-wrap-b {
  padding: 60px 4vw;
  background-color: #ECF5F8;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .saimu02-wrap-b figure.saimu02-face {
    position: absolute;
    margin: -20px 0px 0px 2vw;
    width: 160px; }
    .saimu02-wrap-b figure.saimu02-face img {
      width: 100%;
      border-radius: 50%; }
  .saimu02-wrap-b h2 {
    margin: 0px 0px 1em 0px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-size: 36px;
    line-height: 1.4em; }
    .saimu02-wrap-b h2 br {
      display: none; }
    .saimu02-wrap-b h2 span {
      color: #FF2F90; }
  .saimu02-wrap-b h3 {
    margin: 0px 0px 1.5em 0px;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    font-size: 24px;
    line-height: 1.6em; }
    .saimu02-wrap-b h3 span {
      color: #FF2F90; }
  @media screen and (max-width: 1280px) {
    .saimu02-wrap-b figure.saimu02-face {
      margin: -30px 0px 0px -1vw;
      width: 120px; } }
  @media screen and (max-width: 1024px) {
    .saimu02-wrap-b {
      padding: 40px 4vw; }
      .saimu02-wrap-b figure.saimu02-face {
        margin: -30px 0px 0px -2vw;
        width: 90px; }
      .saimu02-wrap-b h2 {
        margin: 0px 0px 1em 0px;
        font-size: 30px;
        line-height: 1.4em; }
      .saimu02-wrap-b h3 {
        margin: 0px 0px 1.5em 0px;
        font-size: 20px;
        line-height: 1.6em; } }
  @media screen and (max-width: 799px) {
    .saimu02-wrap-b {
      padding: 30px 4vw; }
      .saimu02-wrap-b figure.saimu02-face {
        display: none; }
      .saimu02-wrap-b h2 {
        margin: 0px 0px 0em 0px;
        padding: 0px 0px 100px 0px;
        font-size: 24px;
        line-height: 1.4em;
        text-align: left; }
      .saimu02-wrap-b h3 {
        margin: -80px 0px 1em 0px;
        font-size: 18px;
        line-height: 1.5em;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400; } }
  @media screen and (max-width: 499px) {
    .saimu02-wrap-b {
      padding: 30px 3vw; }
      .saimu02-wrap-b h2 {
        margin: -20px 0px 0em 0px;
        padding: 20px 0px 1em 0px;
        font-size: 20px;
        line-height: 1.4em;
        text-align: center; }
        .saimu02-wrap-b h2 br {
          display: block; }
      .saimu02-wrap-b h3 {
        margin: 0px 0px 0.5em 0px;
        font-size: 16px;
        line-height: 1.5em;
        text-align: left; }
        .saimu02-wrap-b h3 br {
          display: none; } }

.saimu02-nayami {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 980px; }
  .saimu02-nayami li:before {
    padding: 0px 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a"; }
  .saimu02-nayami li {
    list-style: none;
    margin: 0.5%;
    padding: 0.8em 0.4em;
    text-align: left;
    width: 49%;
    background-color: #304869;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    border-radius: 6px; }
    .saimu02-nayami li strong {
      color: #FDE67E; }
  @media screen and (max-width: 1024px) {
    .saimu02-nayami li {
      font-size: 18px; } }
  @media screen and (max-width: 799px) {
    .saimu02-nayami li {
      margin: 2px 0px;
      width: 100%; } }
  @media screen and (max-width: 499px) {
    .saimu02-nayami li {
      padding: 0.6em 0.2em;
      font-size: 16px; }
      .saimu02-nayami li strong {
        font-size: 18px; } }

.saimu02-message {
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: scale(0.85); }
  .saimu02-message figure:first-child {
    margin: 0px 10px 0px 0px; }
  @media screen and (max-width: 799px) {
    .saimu02-message {
      margin: 8px auto;
      transform: scale(0.7);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .saimu02-message figure:first-child {
        margin: 0px 0px 4px 0px; } }
  @media screen and (max-width: 499px) {
    .saimu02-message {
      transform: scale(0.6); } }

/* saimu3 --------------------------------------------------------------- */
.saimu03-wrap {
  padding: 40px 4vw 60px;
  background-color: #FFE9EE; }
  .saimu03-wrap h2 {
    font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
    line-height: 1.4em; }
    .saimu03-wrap h2 span {
      color: #FF2F90; }
  @media screen and (max-width: 799px) {
    .saimu03-wrap {
      padding: 30px 4vw 50px; }
      .saimu03-wrap h2 {
        font-size: 20px;
        text-align: left; } }
  @media screen and (max-width: 599px) {
    .saimu03-wrap {
      padding: 30px 4vw 20px; } }
  @media screen and (max-width: 499px) {
    .saimu03-wrap {
      padding: 30px 3vw 10px; }
      .saimu03-wrap h2 {
        font-size: 18px;
        text-align: left; } }

.saimu03-environ {
  margin: 20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 980px; }
  .saimu03-environ li:before {
    display: inline-block;
    margin: 0px 0px 0px -2em;
    padding: 0px 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a";
    color: #FF2F90; }
  .saimu03-environ li {
    list-style: none;
    margin: 0.5%;
    padding: 0.8em 0.4em 0.8em 2.4em;
    text-align: left;
    width: 49%;
    background-color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4em;
    border-radius: 6px;
    border-color: #FF2F90;
    border-style: solid;
    border-width: 2px; }
    .saimu03-environ li strong {
      color: #FF2F90; }
    .saimu03-environ li p {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 16px; }
      .saimu03-environ li p strong {
        font-size: 18px; }
  @media screen and (max-width: 1024px) {
    .saimu03-environ li {
      font-size: 18px; } }
  @media screen and (max-width: 799px) {
    .saimu03-environ {
      margin: 20px auto 30px; }
      .saimu03-environ li {
        margin: 4px 0px 0px;
        width: 100%; } }
  @media screen and (max-width: 599px) {
    .saimu03-environ {
      margin: 10px auto 0px; } }
  @media screen and (max-width: 499px) {
    .saimu03-environ li {
      padding: 0.6em 0.2em 0.6em 2.2em;
      font-size: 16px; }
      .saimu03-environ li strong {
        font-size: 18px; }
      .saimu03-environ li p {
        font-size: 14px; } }

.saimu03-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transform: scale(0.85); }
  .saimu03-message figure {
    margin: 0px 6px; }
  @media screen and (max-width: 799px) {
    .saimu03-message {
      transform: scale(0.7); } }
  @media screen and (max-width: 599px) {
    .saimu03-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .saimu03-message figure {
        margin: 0px 0px 10px 0px; } }
  @media screen and (max-width: 499px) {
    .saimu03-message {
      transform: scale(0.6); } }

.saimu03-contact-wrap {
  background-image: url("../images/saimu/saimu03-arrow.svg");
  background-position: center top;
  background-repeat: no-repeat; }
  .saimu03-contact-wrap figure {
    margin: 0px 4vw 0px auto;
    width: 170px; }
    .saimu03-contact-wrap figure img {
      margin: -90px 0vw 0px 0px;
      width: 100%;
      border-radius: 50%;
      border-color: #eee;
      border-style: solid;
      border-width: 0px; }
  @media screen and (max-width: 1199px) {
    .saimu03-contact-wrap {
      background-size: 300px; }
      .saimu03-contact-wrap figure {
        width: 140px; }
        .saimu03-contact-wrap figure img {
          margin: -80px 0vw 0px 0px; } }
  @media screen and (max-width: 1024px) {
    .saimu03-contact-wrap {
      background-size: 270px; }
      .saimu03-contact-wrap figure {
        width: 120px; }
        .saimu03-contact-wrap figure img {
          margin: -60px 0vw 0px 0px; } }
  @media screen and (max-width: 799px) {
    .saimu03-contact-wrap figure {
      margin: 0px 2vw 0px auto;
      width: 100px; }
      .saimu03-contact-wrap figure img {
        margin: -40px 0vw 0px 0px; } }
  @media screen and (max-width: 599px) {
    .saimu03-contact-wrap {
      background-size: 120px; }
      .saimu03-contact-wrap figure {
        margin: 0px 2vw 0px auto;
        width: 100px; }
        .saimu03-contact-wrap figure img {
          margin: -70px 0vw 0px 0px; } }
  @media screen and (max-width: 499px) {
    .saimu03-contact-wrap {
      background-size: 120px; }
      .saimu03-contact-wrap figure {
        margin: 0px 2vw 0px auto;
        width: 80px; }
        .saimu03-contact-wrap figure img {
          margin: -60px 0vw 0px 0px; } }

/* saimu4 --------------------------------------------------------------- */
.saimu04-wrap {
  margin: auto;
  padding: 4vw 4vw 6vw;
  max-width: 1080px;
  text-align: justify; }
  @media screen and (max-width: 499px) {
    .saimu04-wrap {
      padding: 6vw 2vw 8vw; } }

.saimu04-cont {
  margin: 0px 0px 3em 0px; }
  .saimu04-cont h2 {
    margin: 0px 0px 1em 0px;
    font-size: 32px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left; }
    .saimu04-cont h2 span {
      color: #FF2F90; }
  .saimu04-cont strong {
    color: #FF2F90; }
  @media screen and (max-width: 799px) {
    .saimu04-cont h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .saimu04-cont {
      margin: 0px 2vw 2em 2vw; }
      .saimu04-cont h2 {
        font-size: 20px; } }

.misunderstanding {
  padding: 20px 30px 30px;
  background-color: #EAECF0;
  border-radius: 8px; }
  .misunderstanding h3 {
    margin: 0px 0px 0.5em 0px;
    text-align: left;
    font-size: 20px;
    line-height: 1.4em; }
    .misunderstanding h3 span {
      color: #FF2F90; }
  .misunderstanding ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .misunderstanding ul li:before {
      padding: 0px 0.5em;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f00d";
      color: #FDE67E; }
    .misunderstanding ul li {
      list-style: none;
      margin: 0.5%;
      padding: 0.5em;
      text-align: left;
      width: 32%;
      background-color: #2F4668;
      color: #fff;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 18px;
      line-height: 1.4em;
      border-radius: 6px; }
  @media screen and (max-width: 1024px) {
    .misunderstanding ul li {
      width: 49%; } }
  @media screen and (max-width: 599px) {
    .misunderstanding {
      padding: 3vw; }
      .misunderstanding h3 {
        font-size: 16px; }
      .misunderstanding ul li {
        margin: 0.5% 0px;
        width: 100%;
        font-size: 16px; } }

/* saimu5 --------------------------------------------------------------- */
.saimu05-wrap {
  background-color: #DBF2EF; }
  .saimu05-wrap section {
    margin: auto;
    padding: 4vw;
    max-width: 1080px; }
  .saimu05-wrap h2 {
    margin: 0px;
    font-size: 36px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu05-wrap h2 span {
      color: #FF2F90; }
  .saimu05-wrap .att {
    margin: 1em 0px 2em;
    font-size: 13px;
    line-height: 1.2em; }
  @media screen and (max-width: 1024px) {
    .saimu05-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .saimu05-wrap section {
      padding: 4vw 0vw; }
    .saimu05-wrap h2 {
      font-size: 24px; }
    .saimu05-wrap .att {
      margin: 0.5em 0px 1.5em; } }
  @media screen and (max-width: 499px) {
    .saimu05-wrap section {
      padding: 6vw 0vw 8vw; }
    .saimu05-wrap h2 {
      font-size: 20px; }
    .saimu05-wrap .att {
      font-size: 12px; } }

.example-box {
  margin: 0px 0px 1em;
  padding: 2vw;
  text-align: justify;
  background-color: #fff;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px; }
  .example-box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 1em 0px; }
  .example-box dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 1em 0px 0px;
    text-align: center;
    width: 10em;
    font-size: 16px; }
    .example-box dt span {
      display: block;
      background-color: rgba(32, 52, 86, 0.7);
      color: #fff;
      border-radius: 4px;
      width: 100%; }
  .example-box dd strong {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #FF2F90; }
  @media screen and (max-width: 799px) {
    .example-box {
      margin: 0px 0px 2px;
      border-radius: 0px;
      box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1); }
      .example-box dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .example-box dt {
        margin: 0px 0px 0.5em 0px; } }

.example-box-headline-wrap {
  margin: 0px 0px 0em 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .example-box-headline-wrap figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 10px 10px 0px;
    width: 160px;
    height: 160px;
    border-color: #F3AED2;
    border-style: solid;
    border-width: 4px;
    border-radius: 50%; }
    .example-box-headline-wrap figure img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .example-box-headline-wrap p {
    margin: 1em 0px 1em;
    font-size: 18px;
    line-height: 1.4em; }
  @media screen and (max-width: 1024px) {
    .example-box-headline-wrap figure {
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 799px) {
    .example-box-headline-wrap p {
      margin: 0.5em 0px 0px;
      font-size: 16px; } }
  @media screen and (max-width: 499px) {
    .example-box-headline-wrap figure {
      width: 70px;
      height: 70px; }
    .example-box-headline-wrap p {
      margin: 0.5em 0px 1em;
      font-size: 14px; } }

.example-box-ba-wrap {
  margin: -80px 0px 30px 170px; }
  @media screen and (max-width: 1024px) {
    .example-box-ba-wrap {
      margin: -10px 0px 20px 20px; } }
  @media screen and (max-width: 799px) {
    .example-box-ba-wrap {
      margin: 0px 0px 20px 10px; } }

.example-box-ba {
  padding: 0px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }
  .example-box-ba p {
    line-height: 1em; }

.example-box-ba-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .example-box-ba-before .hd {
    padding: 0px 4px 0px 0px;
    color: #FF2F90;
    font-size: 28px; }
  .example-box-ba-before .gaku {
    color: #FF2F90;
    font-size: 40px; }
  .example-box-ba-before .gaku-tani {
    color: #FF2F90;
    font-size: 36px; }
  @media screen and (max-width: 799px) {
    .example-box-ba-before .hd {
      padding: 0px 4px 0px 0px;
      font-size: 24px; }
    .example-box-ba-before .gaku {
      font-size: 32px; }
    .example-box-ba-before .gaku-tani {
      font-size: 28px; } }
  @media screen and (max-width: 599px) {
    .example-box-ba-before .hd {
      padding: 0px 4px 0px 0px;
      font-size: 20px; }
    .example-box-ba-before .gaku {
      font-size: 24px; }
    .example-box-ba-before .gaku-tani {
      font-size: 20px; } }

.example-box-ba-after:before {
  padding: 0px 10px;
  content: "→"; }

.example-box-ba-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .example-box-ba-after .hd {
    font-size: 28px; }
  .example-box-ba-after .gaku {
    margin: 0px 0px -4px 0px;
    color: #FF2F90;
    font-size: 70px; }
  .example-box-ba-after .gaku-tani {
    color: #FF2F90;
    font-size: 40px; }
  @media screen and (max-width: 799px) {
    .example-box-ba-after .hd {
      font-size: 24px; }
    .example-box-ba-after .gaku {
      margin: 0px 0px -4px 0px;
      font-size: 50px; }
    .example-box-ba-after .gaku-tani {
      font-size: 32px; } }
  @media screen and (max-width: 599px) {
    .example-box-ba-after .hd {
      font-size: 20px; }
    .example-box-ba-after .gaku {
      margin: 0px 0px -4px 0px;
      font-size: 36px; }
    .example-box-ba-after .gaku-tani {
      font-size: 24px; } }

/* saimu6 --------------------------------------------------------------- */
.saimu06-wrap {
  margin: auto;
  padding: 6vw 4vw;
  max-width: 960px;
  text-align: justify; }
  .saimu06-wrap h2 {
    margin: 0px 0px 1em 0px;
    font-size: 36px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: left; }
    .saimu06-wrap h2 span {
      color: #FF2F90; }
  .saimu06-wrap ul {
    margin: 0px 0px 2em;
    text-align: left; }
  .saimu06-wrap li {
    list-style: none;
    margin: 0px 0px 8px 0px;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    background-color: #253E61;
    color: #fff;
    line-height: 1.2em;
    padding: 0.8em;
    border-radius: 8px; }
    .saimu06-wrap li strong {
      color: #FDE67E; }
  .saimu06-wrap p {
    line-height: 1.8em; }
    .saimu06-wrap p strong {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      color: #FF2F90; }
  @media screen and (max-width: 1024px) {
    .saimu06-wrap h2 {
      font-size: 30px; }
    .saimu06-wrap li {
      font-size: 20px; } }
  @media screen and (max-width: 799px) {
    .saimu06-wrap h2 {
      font-size: 24px; }
    .saimu06-wrap li {
      font-size: 18px; } }
  @media screen and (max-width: 499px) {
    .saimu06-wrap {
      padding: 8vw 4vw 3em; }
      .saimu06-wrap h2 {
        font-size: 20px; }
      .saimu06-wrap li {
        font-size: 16px;
        line-height: 1.4em; } }

/* saimu7 --------------------------------------------------------------- */
.saimu07-wrap {
  margin: auto;
  padding: 6vw 4vw;
  background-color: #FFE9EE; }
  .saimu07-wrap h2 {
    margin: 0px 0px 1em 0px;
    font-size: 36px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu07-wrap h2 br {
      display: none; }
    .saimu07-wrap h2 span {
      color: #FF2F90; }
  @media screen and (max-width: 1024px) {
    .saimu07-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .saimu07-wrap h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .saimu07-wrap {
      padding: 8vw 2vw 3em; }
      .saimu07-wrap h2 {
        font-size: 20px; } }
  @media screen and (max-width: 399px) {
    .saimu07-wrap h2 br {
      display: block; } }

.saimu07-qa-wrap {
  margin: 0px auto 40px;
  max-width: 1080px; }
  @media screen and (max-width: 799px) {
    .saimu07-qa-wrap {
      margin: 0px auto 30px; } }
  @media screen and (max-width: 499px) {
    .saimu07-qa-wrap {
      margin: 0px auto 20px; } }

.saimu07-qa {
  margin: 0px 0px 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .saimu07-qa figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px; }
    .saimu07-qa figure img {
      width: 100%;
      border-radius: 50%; }
  .saimu07-qa dd {
    margin: 0px 10px;
    background-color: #fff;
    padding: 1em;
    text-align: left;
    border-radius: 8px;
    border-style: solid;
    border-width: 2px; }
    .saimu07-qa dd span {
      color: #FF2F90; }
    .saimu07-qa dd p:last-child {
      margin: 0px; }
  @media screen and (max-width: 1024px) {
    .saimu07-qa figure {
      width: 100px; } }
  @media screen and (max-width: 799px) {
    .saimu07-qa figure {
      width: 80px; } }
  @media screen and (max-width: 499px) {
    .saimu07-qa {
      border-style: solid;
      border-width: 2px;
      background-color: #fff;
      border-radius: 8px; }
      .saimu07-qa figure {
        width: 70px; }
      .saimu07-qa dd {
        margin: 0px 00px;
        padding: 0.5em;
        border-width: 0px; } }

.saimu07-q {
  border-color: #F3AED2; }
  .saimu07-q dd {
    border-color: #F3AED2; }

.saimu07-a {
  border-color: #A2D9FB;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .saimu07-a dt {
    order: 2; }
  .saimu07-a dd {
    order: 1;
    border-color: #A2D9FB; }

.fee-box-wrap {
  margin: 40px auto 0px;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 799px) {
    .fee-box-wrap {
      margin: 30px auto 0px; } }
  @media screen and (max-width: 799px) {
    .fee-box-wrap {
      margin: 20px auto 0px; } }

.fee-box {
  width: 49%;
  padding: 0px 0px 20px;
  border-color: #FF2F90;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  background: #fff; }
  .fee-box h3 {
    padding: 24px 0px 10px;
    background-color: #FF2F90;
    color: #FFFF52;
    font-size: 36px;
    line-height: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .fee-box h3 span.small {
      display: inline-block;
      font-size: 18px;
      line-height: 1em; }
    .fee-box h3 ruby {
      font-weight: 900; }
    .fee-box h3 rt {
      font-size: 14px;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center; }
  .fee-box .fee-box-fee {
    padding: 20px 0px 0px;
    color: #FF2F90;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .fee-box .fee-box-fee span {
      font-size: 30px; }
  .fee-box .fee-box-fee-taxin {
    margin: 8px 0px 16px;
    color: #FF2F90;
    font-size: 18px;
    line-height: 1em; }
  .fee-box .fee-box-area {
    font-size: 18px; }
    .fee-box .fee-box-area strong {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      background-color: yellow; }
  @media screen and (max-width: 799px) {
    .fee-box h3 {
      font-size: 30px; }
    .fee-box .fee-box-fee {
      font-size: 30px; }
      .fee-box .fee-box-fee span {
        font-size: 24px; } }
  @media screen and (max-width: 599px) {
    .fee-box {
      margin: 0px 0px 8px 0px;
      padding: 0px 0px 10px;
      width: 100%; } }

/* saimu8 --------------------------------------------------------------- */
.saimu08-wrap {
  margin: auto;
  padding: 6vw 4vw; }
  .saimu08-wrap h2 {
    margin: 0px 0px 1em 0px;
    font-size: 36px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .saimu08-wrap h2 br {
      display: none; }
    .saimu08-wrap h2 span {
      color: #FF2F90; }
  @media screen and (max-width: 1024px) {
    .saimu08-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .saimu08-wrap h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .saimu08-wrap {
      padding: 8vw 2vw 3em; }
      .saimu08-wrap h2 {
        font-size: 20px; } }
  @media screen and (max-width: 399px) {
    .saimu08-wrap h2 br {
      display: block; } }

.saimu-flow {
  margin: auto;
  width: 1000px; }
  .saimu-flow dl {
    margin: 0px 0px -3px 0px;
    border-color: #ddd;
    border-style: solid;
    border-width: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .saimu-flow dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 18px;
    width: 100px;
    text-align: center;
    font-size: 36px;
    background-color: #f6f6f6;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .saimu-flow dt span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      display: block;
      font-size: 20px; }
  .saimu-flow dt.st1 {
    background-color: #79BEE2; }
  .saimu-flow dt.st2 {
    background-color: #55ACDB; }
  .saimu-flow dt.st3 {
    background-color: #329BD3; }
  .saimu-flow dt.st4 {
    background-color: #1B87C3; }
  .saimu-flow dd {
    padding: 1em;
    width: 900px;
    text-align: justify; }
    .saimu-flow dd h3 {
      margin: 0px 0px 0.5em;
      font-size: 28px;
      line-height: 1.2em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #FF2F90; }
      .saimu-flow dd h3 span {
        color: #FF2F90; }
    .saimu-flow dd strong {
      color: #FF2F90;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400; }
    .saimu-flow dd strong.more-strong {
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700;
      background-color: yellow;
      color: red; }
  @media screen and (max-width: 1199px) {
    .saimu-flow {
      width: inherit; }
      .saimu-flow dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .saimu-flow dt {
        padding: 6px 10px;
        width: inherit;
        font-size: 20px;
        text-align: left; }
        .saimu-flow dt span {
          display: inline-block;
          font-size: 16px; }
      .saimu-flow dd {
        width: 100%; }
        .saimu-flow dd h3 {
          font-size: 24px; }
        .saimu-flow dd p {
          font-size: 16px; } }
  @media screen and (max-width: 499px) {
    .saimu-flow dd {
      padding: 0.5em 0.5em 1em; }
      .saimu-flow dd h3 {
        margin: 0px 0px 1em 0px;
        font-size: 18px; } }

.flow-contact-wrap {
  width: 100%;
  margin: 1em 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flow-contact-box {
  margin: 0.5%;
  padding: 1em;
  width: 32%;
  width: 48%;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #FFF4BE; }
  .flow-contact-box h4 {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0.4em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    border-color: rgba(26, 52, 89, 0.6);
    border-style: solid;
    border-width: 0px 0px 2px 0px; }
    .flow-contact-box h4 span {
      display: block;
      padding: 0px 0px 0px 0em; }
  @media screen and (max-width: 999px) {
    .flow-contact-box {
      width: 49%; } }
  @media screen and (max-width: 699px) {
    .flow-contact-box {
      margin: 0.5% 0px;
      width: 100%; } }

.flow-contact-tel .phone {
  margin: 0px auto;
  padding: 0px 0px 6px 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*p:after {
      display: block;
      margin: 0px 0px 0px 4px;
      content: "携帯可";
      font-size: 10px;
      line-height: 1em;
      text-align: right;
      @include txt;
  }*/ }
  .flow-contact-tel .phone figure {
    width: 32px; }
    .flow-contact-tel .phone figure img {
      width: 100%; }
  .flow-contact-tel .phone p {
    line-height: 1em;
    font-size: 28px;
    color: #FF2F90; }
    .flow-contact-tel .phone p span {
      display: inline-block;
      margin: 0px 0.5em 0px 0px;
      padding: 4px 8px;
      vertical-align: middle;
      font-size: 14px;
      line-height: 1em;
      color: #fff;
      background-color: #FF2F90; }
      @media screen and (max-width: 399px) {
        .flow-contact-tel .phone p span {
          display: block;
          width: 12em;
          text-align: center; } }
.flow-contact-tel .att {
  margin: 0px;
  line-height: 1.4em;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.flow-contact-tel .fax {
  margin: 0.5em 0px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

.flow-contact-line .line-wrap li {
  list-style: none;
  text-align: center; }
.flow-contact-line .line-wrap .line-qr {
  margin: auto auto 8px;
  width: 80px;
  height: 80px;
  font-size: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px; }
  .flow-contact-line .line-wrap .line-qr img {
    width: 100%;
    height: auto;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px; }
.flow-contact-line .line-wrap .line-btn a {
  margin: auto;
  display: block;
  width: 180px; }
.flow-contact-line .line-wrap .line-btn a:hover {
  -webkit-transform: translate3D(2px, 2px, 0px);
  transform: translate3D(2px, 2px, 0px); }
.flow-contact-line .line-wrap .line-btn img {
  border-radius: 6px;
  width: 180px; }
@media screen and (max-width: 699px) {
  .flow-contact-line .line-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .flow-contact-line .line-wrap .line-qr {
      margin: auto 4px 0px; } }
@media screen and (max-width: 399px) {
  .flow-contact-line .line-wrap .line-qr {
    display: none; } }

.flow-contact-form .btn-contact a {
  margin: 0px 0px 6px;
  margin: 0px auto 6px;
  max-width: 300px;
  font-size: 18px;
  padding: 1em 0px;
  text-align: center; }
.flow-contact-form .att {
  margin: 8px 0px;
  line-height: 1.4em;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center; }

/* 問い合わせフォーム --------------------------------------------------------------- */
.form-cont {
  margin: auto;
  padding: 4vw 4vw 0em;
  max-width: 1000px;
  text-align: justify; }
  .form-cont .back {
    margin: 0px 0px 3em 0px; }
  .form-cont section {
    margin: 2em 0px 3em; }
  .form-cont h1 {
    margin: 0px 0px 2em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    text-align: left; }
  .form-cont p {
    margin: 0px 0px 1em 0px;
    font-size: 16px;
    line-height: 1.6em; }
    .form-cont p strong {
      color: red; }
  .form-cont h3 {
    margin: 2em 0px 1em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4em;
    color: red; }
  .form-cont ul {
    margin: 0px 0px 4em 2em;
    text-align: left;
    font-size: 16px; }
  .form-cont li {
    margin: 0px 0px 1em; }

.form-contact-wrap {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: justify; }

.form-contact-box {
  margin: 0.5%;
  padding: 1em;
  width: 49%;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #FFF4BE; }
  .form-contact-box h4 {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0.4em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    border-color: rgba(26, 52, 89, 0.6);
    border-style: solid;
    border-width: 0px 0px 2px 0px; }
    .form-contact-box h4 span {
      display: block;
      padding: 0px 0px 0px 0em; }
  @media screen and (max-width: 999px) {
    .form-contact-box {
      width: 49%; } }
  @media screen and (max-width: 699px) {
    .form-contact-box {
      margin: 0.5% 0px;
      width: 100%; } }

.form-contact-tel .phone {
  margin: 0px auto;
  padding: 0px 0px 6px 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form-contact-tel .phone figure {
    width: 32px; }
    .form-contact-tel .phone figure img {
      width: 100%; }
  .form-contact-tel .phone p {
    line-height: 1em;
    font-size: 28px; }
  .form-contact-tel .phone p:after {
    display: block;
    margin: 0px 0px 0px 4px;
    content: "携帯可";
    font-size: 10px;
    line-height: 1em;
    text-align: right;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }
.form-contact-tel .att {
  margin: 0px;
  line-height: 1.4em;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }
.form-contact-tel .fax {
  margin: 0.5em 0px;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; }

.form-contact-line .line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-contact-line .line-wrap li {
    list-style: none;
    text-align: center; }
  .form-contact-line .line-wrap .line-qr {
    margin: 4px;
    width: 80px;
    height: 80px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px; }
    .form-contact-line .line-wrap .line-qr img {
      width: 100%;
      height: auto;
      border-color: #ccc;
      border-style: solid;
      border-width: 0px; }
  .form-contact-line .line-wrap .line-btn {
    margin: 4px; }
    .form-contact-line .line-wrap .line-btn a {
      margin: 0px;
      display: block;
      width: 180px; }
    .form-contact-line .line-wrap .line-btn a:hover {
      -webkit-transform: translate3D(2px, 2px, 0px);
      transform: translate3D(2px, 2px, 0px); }
    .form-contact-line .line-wrap .line-btn img {
      border-radius: 6px;
      width: 180px; }
@media screen and (max-width: 699px) {
  .form-contact-line .line-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-contact-line .line-wrap .line-qr {
      margin: auto 4px 0px; } }
@media screen and (max-width: 399px) {
  .form-contact-line .line-wrap .line-qr {
    display: none; } }

.contact-form {
  margin: auto;
  padding: 4vw;
  max-width: 1000px; }
  .contact-form dl {
    margin: auto auto -1px;
    padding: 1px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0px;
    font-size: 16px; }
    .contact-form dl dt:before {
      content: "任意";
      display: inline-block;
      margin: 0px 8px 0px 8px;
      padding: 0px 4px;
      background-color: #ddd;
      color: #444;
      border-radius: 3px;
      font-size: 12px; }
    .contact-form dl dt {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 0.6em 0.5em;
      width: 14em;
      font-size: 14px; }
    .contact-form dl dd {
      padding: 0.7em 0.5em 1em;
      width: 100%; }
      .contact-form dl dd .att {
        margin: 0px 0px 0.5em 0px;
        font-size: 14px;
        line-height: 1.5em;
        color: cadetblue; }
      .contact-form dl dd input[type="text"] {
        width: 100%;
        padding: 0.8em;
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        background-color: #f6f6f6; }
      .contact-form dl dd input[type="text"].pref {
        margin: 0.3em 0px 0px 0px;
        width: 10em; }
      .contact-form dl dd textarea {
        width: 100%;
        height: 20em;
        padding: 0.8em;
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        background-color: #f6f6f6; }
  .contact-form dl.must dt:before {
    content: "必須";
    display: inline-block;
    margin: 0px 8px 0px 8px;
    padding: 0px 4px;
    background-color: red;
    color: #fff;
    border-radius: 3px;
    font-size: 12px; }
  .contact-form dl.must dt span {
    display: inline-block;
    margin: 0px 8px 0px 0px;
    padding: 0px 4px;
    background-color: red;
    color: #fff;
    border-radius: 3px;
    font-size: 12px; }
  .contact-form dl.must dd input[type="text"] {
    border-color: #ddd;
    background-color: #FFE9EE; }
  .contact-form dl.must dd textarea {
    border-color: #ddd;
    background-color: #FFE9EE; }
  @media screen and (max-width: 799px) {
    .contact-form dl {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .contact-form dl dt {
        width: inherit; } }

.renraku-kibou {
  margin: 0px 0px 1em; }

.oktime span.mwform-checkbox-field {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 140px;
  text-align: left; }

.entry-submit {
  text-align: center; }
  .entry-submit .btn-submit {
    margin: 2em auto 1em; }
    .entry-submit .btn-submit input[type="submit"] {
      margin: auto;
      padding: 1em 2em;
      width: 200px;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      line-height: 1em;
      border-color: #FF8822;
      border-style: solid;
      border-width: 2px;
      background-color: #FF8822;
      border-radius: 4px; }
    .entry-submit .btn-submit input[type="submit"]:hover {
      color: #FF8822;
      background-color: #fff; }
  .entry-submit .btn-back {
    margin: 1em auto 1em; }
    .entry-submit .btn-back input[type="submit"] {
      padding: 1em 2em;
      font-size: 14px;
      line-height: 1em;
      border-color: #999;
      border-style: solid;
      border-width: 1px;
      background-color: #ccc;
      border-radius: 4px;
      color: #999; }
    .entry-submit .btn-back input[type="submit"]:hover {
      background-color: #999; }

/* 個人情報保護方針 --------------------------------------------------------------- */
.privacy-policy {
  margin: auto;
  padding: 4vw;
  max-width: 900px;
  text-align: justify; }
  .privacy-policy .back {
    margin: 0px 0px 3em 0px; }
  .privacy-policy section {
    margin: 2em 0px 3em; }
  .privacy-policy h1 {
    margin: 0px 0px 0.5em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4em;
    text-align: left; }
  .privacy-policy h2 {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0.5em 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    border-color: #1a3459;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    text-align: left; }
  .privacy-policy h3 {
    margin: 0px 0px 1em 0px;
    padding: 0px 0px 0px 0.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4em;
    border-color: #ccc;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    text-align: left; }
  .privacy-policy p {
    margin: 0px 0px 1em 0px;
    font-size: 16px;
    line-height: 1.6em; }
  .privacy-policy p.pp-sign {
    text-align: right; }
