@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: #ff5422;
    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 .service-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 .service-title strong {
      color: #ff5422;
      font-size: 34px; }
  @media screen and (max-width: 1024px) {
    .site-id h1 {
      font-size: 12px; }
    .site-id .service-title {
      font-size: 24px; }
      .site-id .service-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 .service-title {
        font-size: 20px; }
        .site-id .service-title strong {
          font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .site-id {
      margin: 0px 0px 8px 0px;
      width: 100%;
      text-align: center; }
      .site-id h1 {
        font-size: 12px; }
      .site-id .service-title {
        font-size: 20px; }
        .site-id .service-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 {
  padding: 8px 0px 0px;
  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 1em 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;
  line-height: 1em;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  background-image: url("../images/phone0120-sp.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 44px; }
.h-info-contact-phone .att {
  margin: auto;
  text-align: center;
  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; }
  .h-info-contact-form .att {
    margin: 0.5em auto 0px;
    text-align: center;
    line-height: 1.4em;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400; }

/* 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: #eee; }

.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: #ff5422;
      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;
  /*figure {
      height: 24px;
      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 i {
      padding: 0px 4px 0px 0px;
      font-size: 20px; }
    .f-info-contact-phone p.phone span {
      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: #4AA34A;
      border-style: solid;
      border-width: 2px;
      background-color: #4AA34A;
      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 p {
        margin: 5px 0px 0px;
        font-size: 11px;
        line-height: 1em; }
    .f-btn-tel a:hover {
      background-color: #fff;
      color: #4AA34A; } }

.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 70px;
  max-width: 1200px;
  background-color: #FFF4BE; }
  .hotline h2 {
    margin: 0px 0px 0.7em;
    font-size: 32px;
    line-height: 1.4em;
    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: #ff5422; }
    .hotline h2 br.sp-only {
      display: none; }
  @media screen and (max-width: 1199px) {
    .hotline {
      padding: 40px 3vw 60px; } }
  @media screen and (max-width: 1024px) {
    .hotline h2 {
      font-size: 28px; } }
  @media screen and (max-width: 799px) {
    .hotline h2 {
      font-size: 24px; }
      .hotline h2 br.sp-only {
        display: block; } }
  @media screen and (max-width: 499px) {
    .hotline {
      padding: 20px 3vw 60px; }
      .hotline h2 {
        font-size: 20px; } }
  @media screen and (max-width: 349px) {
    .hotline h2 {
      font-size: 18px; } }

.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: #ff5422; }
  .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;
    /* figure {
        width: 40px;
        img {
            width: 100%;
        }
    } */
    /*:p:after {
        display: block;
        margin: 0px 0px 0px 4px;
        content: "携帯可";
        font-size: 10px;
        line-height: 1em;
        text-align: right;
        @include txt;
    } */ }
    .hotline-box .phone p {
      line-height: 1em;
      font-size: 30px; }
      .hotline-box .phone p i {
        display: inline-block;
        vertical-align: top;
        padding: 4px 4px 0px 0px;
        font-size: 24px; }
  .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 --------------------------------------------------------------- */
.souzoku01 {
  margin: auto;
  padding: 60px 4vw 80px;
  max-width: 1200px;
  background-image: url("../images/souzoku/yamamoto1.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 420px; }
  .souzoku01 h2 {
    margin: 0px 0px 1.5em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    line-height: 1.5em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .souzoku01 h2 .key1 {
      font-size: 44px;
      color: #ff5422; }
    .souzoku01 h2 .marker {
      font-size: 36px;
      background: linear-gradient(transparent 60%, yellow 60%); }
    .souzoku01 h2 .key2 {
      font-size: 44px; }
    .souzoku01 h2 br.sp1 {
      display: none; }
  @media screen and (max-width: 1199px) {
    .souzoku01 {
      padding: 40px 4vw 60px;
      background-size: 360px; } }
  @media screen and (max-width: 1024px) {
    .souzoku01 {
      padding: 40px 4vw 60px;
      background-size: 360px; }
      .souzoku01 h2 {
        font-size: 26px; }
        .souzoku01 h2 .key1 {
          font-size: 40px; }
        .souzoku01 h2 .marker {
          font-size: 32px; }
        .souzoku01 h2 .key2 {
          font-size: 40px; } }
  @media screen and (max-width: 799px) {
    .souzoku01 {
      padding: 40px 4vw 40px;
      background-position: top 0px right -20px;
      background-size: 240px; }
      .souzoku01 h2 {
        font-size: 20px; }
        .souzoku01 h2 .key1 {
          font-size: 32px; }
        .souzoku01 h2 .marker {
          font-size: 24px; }
        .souzoku01 h2 .key2 {
          font-size: 32px; } }
  @media screen and (max-width: 599px) {
    .souzoku01 {
      padding: 40px 0vw 0px 0vw;
      background-position: top 0px right -20px;
      background-size: 180px; }
      .souzoku01 h2 {
        padding: 0px 0px 0px 4vw;
        font-size: 18px; }
        .souzoku01 h2 .key1 {
          font-size: 28px; }
        .souzoku01 h2 .marker {
          margin: 0px 0px 6px;
          display: inline-block;
          font-size: 20px; }
        .souzoku01 h2 .key2 {
          font-size: 28px; }
        .souzoku01 h2 br.sp1 {
          display: block; } }

.souzoku01-point {
  margin: 0px 0px 0px 0px;
  padding: 2vw;
  max-width: 780px;
  background-color: #EDFAE5;
  border-radius: 8px; }
  .souzoku01-point p {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .souzoku01-point p br {
      display: none; }
    .souzoku01-point p strong {
      font-size: 40px;
      color: #ff5422; }
  .souzoku01-point 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; }
  .souzoku01-point li {
    margin: 0.2em;
    padding: 0.7em 0.7em;
    list-style: none;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    background-color: #3EB100;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1199px) {
    .souzoku01-point {
      max-width: 600px; }
      .souzoku01-point p {
        font-size: 26px; }
        .souzoku01-point p strong {
          font-size: 32px; }
      .souzoku01-point li {
        font-size: 24px; } }
  @media screen and (max-width: 799px) {
    .souzoku01-point {
      margin: 40px auto 0px 0px;
      max-width: 440px; }
      .souzoku01-point p {
        font-size: 18px; }
        .souzoku01-point p strong {
          font-size: 24px; }
      .souzoku01-point li {
        font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .souzoku01-point {
      margin: 40px auto 0px 0px;
      padding: 1em 2vw;
      max-width: inherit;
      width: 100%;
      border-radius: 0px; }
      .souzoku01-point p {
        margin: 0px 0px 0.5em;
        font-size: 18px; }
        .souzoku01-point p br {
          display: block; }
        .souzoku01-point p strong {
          font-size: 22px; }
      .souzoku01-point li {
        margin: 0.5%;
        font-size: 18px;
        width: 46%; }
      .souzoku01-point li:last-child {
        width: 93%; } }

.souzoku01-plan-wrap {
  margin: auto auto 40px;
  padding: 0px 4vw;
  max-width: 1200px;
  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; }

.souzoku01-plan-box1 {
  width: 44%; }
  @media screen and (max-width: 899px) {
    .souzoku01-plan-box1 {
      width: 100%; } }

.souzoku01-plan-box2 {
  width: 54%; }
  @media screen and (max-width: 899px) {
    .souzoku01-plan-box2 {
      width: 100%; } }

.souzoku01-plan-box {
  margin: 0px 0px 10px 0px;
  border-color: #26466D;
  border-style: solid;
  border-width: 4px;
  border-radius: 6px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }
  .souzoku01-plan-box dt {
    padding: 0.5em 0px 0.7em;
    background-color: #26466D;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px; }
    .souzoku01-plan-box dt span {
      color: yellow; }
    .souzoku01-plan-box dt span.mark1 {
      display: none; }
    .souzoku01-plan-box dt span.mark2 {
      display: inline-block;
      vertical-align: bottom;
      margin: 0px 0px 0px 0.5em;
      padding: 0px 10px;
      font-size: 20px;
      line-height: 30px;
      border-radius: 15px;
      color: #fff;
      background-color: #ff5422; }
  .souzoku01-plan-box dd .whom {
    margin: 1em 0px;
    color: #26466D;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1em; }
  .souzoku01-plan-box dd .fee {
    margin: 0px 0px 12px;
    color: #ff5422;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em; }
    .souzoku01-plan-box dd .fee span {
      font-size: 30px; }
  .souzoku01-plan-box dd .taxin {
    margin: 0px 0px 1.5em 1em;
    color: #ff5422;
    font-size: 18px;
    line-height: 1em; }
    .souzoku01-plan-box dd .taxin span {
      font-size: 12px; }
  .souzoku01-plan-box dd .att {
    margin: 0px 1em 1em;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify; }
  @media screen and (max-width: 1024px) {
    .souzoku01-plan-box dt {
      font-size: 24px; }
      .souzoku01-plan-box dt span.mark {
        font-size: 18px; } }
  @media screen and (max-width: 499px) {
    .souzoku01-plan-box dt span.mark1 {
      margin: 0px auto 8px;
      display: block;
      width: 140px;
      padding: 0px 10px;
      font-size: 16px;
      line-height: 24px;
      border-radius: 12px;
      color: #fff;
      background-color: #ff5422; }
    .souzoku01-plan-box dt span.mark2 {
      display: none; }
    .souzoku01-plan-box dd .whom {
      font-size: 18px; }
    .souzoku01-plan-box dd .fee {
      font-size: 36px; }
      .souzoku01-plan-box dd .fee span {
        font-size: 24px; }
    .souzoku01-plan-box dd .taxin {
      font-size: 16px; } }
  @media screen and (max-width: 399px) {
    .souzoku01-plan-box dt {
      font-size: 20px; }
    .souzoku01-plan-box dd .whom {
      font-size: 16px; } }

/* souzoku2 --------------------------------------------------------------- */
.souzoku02-wrap {
  padding: 60px 4vw;
  background-color: #DDF4DC;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .souzoku02-wrap h2 {
    margin: 0px 0px 0em 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: 28px;
    line-height: 1.4em; }
    .souzoku02-wrap h2 br {
      display: none; }
    .souzoku02-wrap h2 span {
      padding: 0px 0.1em;
      font-size: 54px;
      color: #ff5422; }
    .souzoku02-wrap h2 span:after {
      content: "つ";
      font-size: 40px; }
  @media screen and (max-width: 1024px) {
    .souzoku02-wrap {
      padding: 40px 4vw; }
      .souzoku02-wrap h2 {
        margin: 0px 0px 1em 0px;
        font-size: 24px;
        line-height: 1.4em; }
        .souzoku02-wrap h2 span {
          font-size: 48px; }
        .souzoku02-wrap h2 span:after {
          font-size: 36px; } }
  @media screen and (max-width: 799px) {
    .souzoku02-wrap {
      padding: 30px 4vw; }
      .souzoku02-wrap h2 br {
        display: block; }
      .souzoku02-wrap h2 span {
        padding: 0px 0.1em 0px 0px; } }
  @media screen and (max-width: 499px) {
    .souzoku02-wrap {
      padding: 30px 3vw; }
      .souzoku02-wrap h2 {
        margin: 0px 0px 1em 0px;
        font-size: 22px;
        line-height: 1.4em; }
        .souzoku02-wrap h2 span {
          font-size: 44px; }
        .souzoku02-wrap h2 span:after {
          font-size: 32px; } }

.souzoku02-point {
  margin: 4vw auto;
  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;
  max-width: 1080px; }
  .souzoku02-point dl {
    width: 32%;
    border-color: #3EB100;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    background-color: #fff; }
  .souzoku02-point dt {
    margin: 0px 0px -40px 0px;
    padding: 0px;
    text-align: center;
    background-color: #3EB100;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 8px 0px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .souzoku02-point dd {
    padding: 1em 0.2em 1em; }
    .souzoku02-point dd h3 {
      margin: 0px;
      padding: 0px;
      font-size: 24px;
      line-height: 1.4em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .souzoku02-point dd h3 span {
        color: #ff5422; }
    .souzoku02-point dd h4 {
      margin: 0.3em 0px 0em;
      font-size: 18px;
      line-height: 1.4em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .souzoku02-point dd h4 span {
        color: #ff5422; }
    .souzoku02-point dd p {
      margin: 0px;
      font-size: 15px;
      line-height: 1.4em; }
  @media screen and (max-width: 1024px) {
    .souzoku02-point dl {
      margin: 0px auto 6px;
      width: 49%; } }
  @media screen and (max-width: 799px) {
    .souzoku02-point dl {
      margin: 0px auto 6px;
      width: 100%;
      max-width: 600px; } }
  @media screen and (max-width: 499px) {
    .souzoku02-point dd h3 {
      font-size: 20px; } }

.souzoku02-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .souzoku02-message figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px; }
    .souzoku02-message figure img {
      width: 100%;
      border-radius: 50%; }
  .souzoku02-message .cont {
    margin: 0px 0px 0px 1em;
    text-align: left; }
    .souzoku02-message .cont h4 {
      margin: 0px 0px 0.5em;
      font-size: 20px;
      line-height: 1.4em;
      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); }
      .souzoku02-message .cont h4 span {
        color: #ff5422; }
    .souzoku02-message .cont p {
      margin: 0px 0px 0em 0px;
      font-size: 16px;
      line-height: 1.6em; }
      .souzoku02-message .cont p b {
        color: #ff5422; }
  @media screen and (max-width: 799px) {
    .souzoku02-message figure {
      width: 120px; } }
  @media screen and (max-width: 499px) {
    .souzoku02-message {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .souzoku02-message figure {
        margin: auto auto 10px;
        width: 100px; }
      .souzoku02-message .cont {
        margin: 0px; } }

/* souzoku3 --------------------------------------------------------------- */
.souzoku03-wrap {
  padding: 60px 4vw 80px;
  background-color: #D8F1FC;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 0px; }
  .souzoku03-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; }
    .souzoku03-wrap h2 br {
      display: none; }
    .souzoku03-wrap h2 span {
      font-size: 40px;
      color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .souzoku03-wrap {
      padding: 40px 4vw 60px; }
      .souzoku03-wrap h2 {
        margin: 0px 0px 1em 0px;
        font-size: 30px;
        line-height: 1.4em; }
        .souzoku03-wrap h2 span {
          font-size: 36px; } }
  @media screen and (max-width: 799px) {
    .souzoku03-wrap {
      padding: 30px 4vw 50px; }
      .souzoku03-wrap h2 {
        font-size: 26px; }
        .souzoku03-wrap h2 br {
          display: block; }
        .souzoku03-wrap h2 span {
          font-size: 32px; } }
  @media screen and (max-width: 499px) {
    .souzoku03-wrap {
      padding: 30px 3vw 50px; }
      .souzoku03-wrap h2 {
        font-size: 22px; }
        .souzoku03-wrap h2 br {
          display: block; }
        .souzoku03-wrap h2 span {
          font-size: 28px; } }

.souzoku03-nayami {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1080px; }
  .souzoku03-nayami li:before {
    display: inline-block;
    margin: 0px 0px 0px -1.5em;
    padding: 0px 0.5em 0px 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14a"; }
  .souzoku03-nayami li {
    list-style: none;
    margin: 0.5%;
    padding: 0.8em 0.5em 0.8em 2.5em;
    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; }
    .souzoku03-nayami li strong {
      color: #FDE67E; }
  @media screen and (max-width: 1024px) {
    .souzoku03-nayami li {
      font-size: 18px; } }
  @media screen and (max-width: 799px) {
    .souzoku03-nayami li {
      margin: 2px 0px;
      width: 100%; } }
  @media screen and (max-width: 499px) {
    .souzoku03-nayami li {
      padding: 0.6em 0.2em 0.6em 2.5em;
      font-size: 16px; }
      .souzoku03-nayami li strong {
        font-size: 18px; } }

.souzoku03-arrow {
  margin: 0px auto 50px;
  width: 360px; }
  .souzoku03-arrow img {
    margin: auto;
    width: 100%; }
  @media screen and (max-width: 1024px) {
    .souzoku03-arrow {
      margin: 0px auto 40px;
      width: 300px; } }
  @media screen and (max-width: 799px) {
    .souzoku03-arrow {
      margin: 0px auto 30px;
      width: 200px; } }

/* souzoku4 --------------------------------------------------------------- */
.souzoku04-wrap {
  margin: 60px 0px;
  padding: 30px 4vw 60px;
  background-color: #DDF4DC;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px; }
  @media screen and (max-width: 1024px) {
    .souzoku04-wrap {
      padding: 20px 4vw 40px; } }
  @media screen and (max-width: 799px) {
    .souzoku04-wrap {
      padding: 20px 4vw 40px; } }
  @media screen and (max-width: 499px) {
    .souzoku04-wrap {
      padding: 30px 4vw 40px; } }

.souzoku04-headline {
  margin: auto;
  max-width: 1000px;
  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; }
  .souzoku04-headline h2 {
    margin: 0px 0px 0em 0px;
    text-align: left;
    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: 28px;
    line-height: 1.4em; }
    .souzoku04-headline h2 span {
      color: #ff5422; }
  .souzoku04-headline figure {
    margin: 0px 0px 8px 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px; }
    .souzoku04-headline figure img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 1024px) {
    .souzoku04-headline figure {
      width: 200px; } }
  @media screen and (max-width: 799px) {
    .souzoku04-headline h2 {
      font-size: 24px; }
    .souzoku04-headline figure {
      width: 180px; } }
  @media screen and (max-width: 499px) {
    .souzoku04-headline {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .souzoku04-headline h2 {
        order: 2;
        margin: 1em 0px;
        font-size: 20px;
        width: 100%; }
      .souzoku04-headline figure {
        order: 1;
        width: 160px; } }

.souzoku04 {
  margin: auto;
  max-width: 1000px; }

.souzoku04-box {
  margin: 0px 0px 20px;
  background-color: #fff;
  text-align: justify; }
  .souzoku04-box h3 {
    padding: 0.5em;
    background-color: #4C5C77;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1em; }
  .souzoku04-box .cont {
    padding: 2em 2em 2em; }
    .souzoku04-box .cont p {
      margin: 0px 0px 1em 0px; }
  @media screen and (max-width: 1024px) {
    .souzoku04-box h3 {
      font-size: 24px; }
    .souzoku04-box .cont {
      padding: 1em; } }
  @media screen and (max-width: 499px) {
    .souzoku04-box h3 {
      font-size: 20px; } }

/* souzoku5 --------------------------------------------------------------- */
.souzoku05-wrap {
  margin: 60px 0px;
  padding: 30px 4vw 60px; }
  .souzoku05-wrap h2 {
    margin: 0px 0px 1em 0px;
    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: 30px;
    line-height: 1.4em; }
    .souzoku05-wrap h2 span {
      display: block;
      color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .souzoku05-wrap {
      padding: 20px 4vw 40px; } }
  @media screen and (max-width: 799px) {
    .souzoku05-wrap {
      padding: 20px 4vw 40px; }
      .souzoku05-wrap h2 {
        font-size: 26px; } }
  @media screen and (max-width: 499px) {
    .souzoku05-wrap {
      padding: 0px 4vw 40px; } }

.voice-box {
  margin: auto auto 20px;
  padding: 2em 2em 3em;
  max-width: 1000px;
  background-color: #FCEDE4;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify; }
  .voice-box figure {
    margin: 0px 2em 0px 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px; }
    .voice-box figure img {
      width: 100%;
      height: auto;
      border-radius: 50%; }
  .voice-box h3 {
    margin: 0px 0px 0.5em 0px;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.2em; }
    .voice-box h3 br {
      display: none; }
    .voice-box h3 span {
      color: #ff5422; }
  .voice-box h4 {
    margin: 0px 0px 1em 0px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.2em; }
  .voice-box strong {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    color: #ff5422; }
  @media screen and (max-width: 799px) {
    .voice-box {
      padding: 1em 1em 2em; }
      .voice-box figure {
        margin: 0px 1em 0px 0px;
        width: 80px; }
      .voice-box h3 {
        font-size: 26px; } }
  @media screen and (max-width: 499px) {
    .voice-box {
      padding: 1em 1em 2em;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .voice-box figure {
        margin: 0px 0px 10px auto;
        width: 60px; }
      .voice-box h3 {
        margin: -60px 70px 1em 0px;
        font-size: 20px;
        text-align: left; }
      .voice-box p {
        clear: both; } }

/* souzoku6 --------------------------------------------------------------- */
.souzoku06-wrap {
  margin: 60px 0px;
  padding: 40px 4vw 80px;
  background-color: #DDF4DC;
  border-color: #fff;
  border-style: solid;
  border-width: 0px 0px 2px; }
  .souzoku06-wrap .att {
    font-size: 14px; }
  @media screen and (max-width: 799px) {
    .souzoku06-wrap {
      padding: 20px 4vw 60px; } }

.souzoku06-headline {
  margin: auto;
  max-width: 1000px;
  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; }
  .souzoku06-headline h2 {
    margin: 0px 0px 1em 0px;
    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: 30px;
    line-height: 1.4em;
    text-align: left; }
    .souzoku06-headline h2 span {
      display: block;
      color: #ff5422; }
  .souzoku06-headline figure {
    margin: 0px 0px 8px 0px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 280px; }
    .souzoku06-headline figure img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 799px) {
    .souzoku06-headline h2 {
      font-size: 26px; }
    .souzoku06-headline figure {
      width: 200px; } }
  @media screen and (max-width: 499px) {
    .souzoku06-headline {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .souzoku06-headline h2 {
        order: 2;
        margin: 0px 0px 0.5em;
        width: 100%;
        text-align: center; }
      .souzoku06-headline figure {
        order: 1; } }

.souzoku06-service-box {
  margin: auto auto 20px;
  padding: 2em 2em 2em;
  max-width: 1000px;
  background-color: #fff;
  text-align: justify; }
  .souzoku06-service-box h3, .souzoku06-service-box h4 {
    display: inline-block; }
  .souzoku06-service-box h3 {
    margin: 0px 0.5em 8px 0px;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 30px;
    text-align: left; }
    .souzoku06-service-box h3 span {
      display: block;
      margin: 0px 0px 6px 0px;
      background-color: #ff5422;
      color: #fff;
      border-radius: 15px;
      padding: 0px 0px;
      font-size: 20px;
      line-height: 30px;
      width: 8em;
      text-align: center; }
  .souzoku06-service-box h4 {
    margin: 0px 0px 8px 0px;
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 30px;
    color: #ff5422;
    text-align: left; }
    .souzoku06-service-box h4 span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      font-size: 14px; }
  .souzoku06-service-box p {
    margin: 1em 0px; }
    .souzoku06-service-box p strong {
      background-color: yellow; }
  @media screen and (max-width: 799px) {
    .souzoku06-service-box {
      padding: 1em 1em 1em; }
      .souzoku06-service-box h3 {
        margin: 0px 0.5em 8px 0px;
        font-size: 24px;
        line-height: 24px; }
        .souzoku06-service-box h3 span {
          border-radius: 14px;
          padding: 0px 20px;
          font-size: 20px;
          line-height: 28px; }
      .souzoku06-service-box h4 {
        margin: 0px 0px 8px 0px;
        font-size: 24px;
        line-height: 24px; } }
  @media screen and (max-width: 499px) {
    .souzoku06-service-box h3, .souzoku06-service-box h4 {
      display: block; }
    .souzoku06-service-box h3 {
      margin: 0px 0em 8px 0px;
      text-align: center; }
      .souzoku06-service-box h3 span {
        margin: auto auto 6px; }
    .souzoku06-service-box h4 {
      text-align: center; }
      .souzoku06-service-box h4 span {
        display: block; } }

/* souzoku7 --------------------------------------------------------------- */
.souzoku07-wrap {
  margin: 60px 0px;
  padding: 30px 4vw 60px; }
  .souzoku07-wrap h2 {
    margin: 0px 0px 1em 0px;
    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: 30px;
    line-height: 1.4em; }
    .souzoku07-wrap h2 span {
      color: #ff5422;
      font-size: 36px; }
  @media screen and (max-width: 1024px) {
    .souzoku07-wrap {
      padding: 20px 4vw 40px; } }
  @media screen and (max-width: 799px) {
    .souzoku07-wrap {
      padding: 20px 4vw 40px; }
      .souzoku07-wrap h2 {
        text-align: left;
        font-size: 26px; }
        .souzoku07-wrap h2 span {
          font-size: 30px; } }
  @media screen and (max-width: 499px) {
    .souzoku07-wrap {
      padding: 0px 4vw 40px; }
      .souzoku07-wrap h2 {
        text-align: left;
        font-size: 20px; }
        .souzoku07-wrap h2 span {
          font-size: 24px; } }

.souzoku07-point {
  margin: 4vw auto;
  max-width: 820px; }
  .souzoku07-point dl {
    margin: 0px 0px 20px;
    width: 100%;
    border-color: #3EB100;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    background-color: #fff; }
  .souzoku07-point dt {
    margin: 0px 0px -40px 0px;
    padding: 0px;
    text-align: center;
    background-color: #3EB100;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0px 0px 8px 0px;
    font-size: 24px;
    line-height: 36px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .souzoku07-point dd {
    padding: 1em 2em 1.5em 60px;
    text-align: justify; }
    .souzoku07-point dd h3 {
      margin: 0px 0px 0.5em;
      padding: 0px;
      font-size: 24px;
      line-height: 1.4em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
      .souzoku07-point dd h3 span {
        color: #ff5422; }
    .souzoku07-point dd h4 {
      margin: 0.5em 0px 0.7em;
      font-size: 18px;
      line-height: 1.4em;
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }
    .souzoku07-point dd p {
      margin: 0px;
      font-size: 16px;
      line-height: 1.5em; }
      .souzoku07-point dd p b {
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .souzoku07-point dl {
      margin: 0px auto 6px; } }
  @media screen and (max-width: 799px) {
    .souzoku07-point dl {
      margin: 0px auto 6px;
      width: 100%; } }
  @media screen and (max-width: 499px) {
    .souzoku07-point dt {
      margin: 0px 0px 0px 0px;
      width: 100%;
      border-radius: 0px 0px 0px 0px; }
    .souzoku07-point dd {
      padding: 1em 1em 1.5em 1em; }
      .souzoku07-point dd h3 {
        font-size: 20px; } }

/* 問い合わせフォーム --------------------------------------------------------------- */
.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; }
