@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 .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: red;
      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;
  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: 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 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: red;
      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 {
      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 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 80px;
  padding: 40px 4vw 40px;
  max-width: 1200px;
  background-color: #FFF4BE;
  background-size: 360px; }
  .hotline h2 {
    margin: 0px 0px 0.7em;
    font-size: 30px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
    .hotline h2 span {
      color: red;
      font-size: 36px; }
  .hotline h3 {
    margin: 0px 0px 1em;
    font-size: 28px;
    line-height: 1.4em;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #ff5422; }
    .hotline h3 br {
      display: none; }
  @media screen and (max-width: 1199px) {
    .hotline {
      padding: 40px 3vw 60px;
      padding: 40px 3vw 40px;
      padding: 80px 3vw 40px; } }
  @media screen and (max-width: 1024px) {
    .hotline h2 {
      font-size: 28px; }
      .hotline h2 span {
        font-size: 34px; }
    .hotline h3 {
      font-size: 24px; } }
  @media screen and (max-width: 799px) {
    .hotline h3 {
      font-size: 24px; }
      .hotline h3 br.br2 {
        display: block; } }
  @media screen and (max-width: 499px) {
    .hotline {
      padding: 20px 3vw 60px;
      padding: 20px 3vw 20px;
      padding: 60px 3vw 20px; }
      .hotline h2 {
        font-size: 20px; }
        .hotline h2 span {
          font-size: 24px; }
      .hotline h3 {
        font-size: 20px; } }

.hotline-header figure {
  margin: -100px 0px -60px auto;
  width: 160px; }
  .hotline-header figure img {
    width: 100%;
    height: auto;
    border-radius: 50%; }
@media screen and (max-width: 799px) {
  .hotline-header figure {
    margin: -100px 0px -20px auto;
    width: 120px; } }
@media screen and (max-width: 499px) {
  .hotline-header figure {
    margin: -80px 0px 10px auto;
    width: 80px; } }

.hotline-header-cont {
  order: 1;
  text-align: left; }

.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 {
  padding: 1em;
  width: 49%;
  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;
    color: #1a3459; }
    .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; }
    .hotline-box .phone figure {
      width: 40px; }
      .hotline-box .phone figure img {
        width: 100%; }
    .hotline-box .phone p {
      line-height: 1em;
      font-size: 30px; }
    .hotline-box .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; }
  .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 auto 6px;
    font-size: 18px;
    padding: 1em 0px;
    max-width: 300px; }
  @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; } }

.hotline-fee {
  margin: 30px 0px 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hotline-fee dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 20px 0px 0px;
    padding: 20px 20px;
    font-size: 24px;
    line-height: 1.1em;
    background-color: #1a3459;
    border-radius: 4px;
    color: #fff;
    text-align: center; }
    .hotline-fee dt span {
      display: block;
      padding: 8px 0px 0px 0px;
      font-size: 18px;
      line-height: 1.1em; }
  .hotline-fee dd {
    font-size: 30px;
    line-height: 1.2em;
    text-align: left; }
    .hotline-fee dd p {
      display: inline-block;
      vertical-align: middle; }
    .hotline-fee dd p:first-child {
      margin: 0px 10px 0px 0px; }
    .hotline-fee dd b {
      padding: 0px 0px 0px 10px;
      font-size: 54px;
      color: red; }
    .hotline-fee dd b:after {
      font-size: 48px;
      content: "円"; }
    .hotline-fee dd .tax {
      font-size: 20px;
      color: red; }
  @media screen and (max-width: 1024px) {
    .hotline-fee dd br {
      display: block; }
    .hotline-fee dd b {
      padding: 0px 0px 0px 0px; } }
  @media screen and (max-width: 799px) {
    .hotline-fee dd {
      font-size: 24px; }
      .hotline-fee dd b {
        padding: 8px 0px 0px;
        font-size: 40px; }
      .hotline-fee dd b:after {
        font-size: 32px; } }
  @media screen and (max-width: 599px) {
    .hotline-fee dt {
      margin: 0px 10px 0px 0px;
      font-size: 24px; }
    .hotline-fee dd {
      font-size: 20px; }
      .hotline-fee dd b {
        padding: 8px 0px 0px;
        font-size: 40px; }
      .hotline-fee dd b:after {
        font-size: 32px; }
      .hotline-fee dd .tax {
        display: block;
        font-size: 16px; } }
  @media screen and (max-width: 499px) {
    .hotline-fee {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .hotline-fee dt {
        margin: 0px 0px 10px 0px;
        padding: 10px 20px;
        font-size: 20px; }
        .hotline-fee dt span {
          font-size: 16px; }
      .hotline-fee dd {
        font-size: 20px;
        text-align: center; }
        .hotline-fee dd b {
          padding: 8px 0px 0px;
          font-size: 36px; }
        .hotline-fee dd b:after {
          font-size: 30px; }
        .hotline-fee dd .tax {
          display: block;
          font-size: 16px;
          line-height: 18px; } }

.hotline-att {
  margin: 2em 0px 1em;
  text-align: left;
  font-size: 14px; }
  .hotline-att li:before {
    margin: 0px 0px 0px -1em;
    display: inline-block;
    content: "※";
    width: 1em; }
  .hotline-att li {
    list-style: none;
    margin: 0px 0px 0.3em 1em;
    line-height: 1.4em; }
    .hotline-att li span {
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 700; }

/* saimu1 --------------------------------------------------------------- */
.jikou01 {
  margin: auto;
  padding: 60px 4vw 80px;
  max-width: 1200px;
  background-image: url("../images/jikou/yamamoto1.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 420px;
  background-size: contain; }
  .jikou01 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: 36px;
    text-align: left;
    line-height: 1.5em;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .jikou01 h2 span {
      font-size: 48px;
      color: #ff5422; }
    .jikou01 h2 .marker {
      font-size: 36px;
      background: linear-gradient(transparent 60%, yellow 60%); }
    .jikou01 h2 br.br1 {
      display: none; }
  @media screen and (max-width: 1199px) {
    .jikou01 {
      padding: 40px 4vw 60px; } }
  @media screen and (max-width: 1024px) {
    .jikou01 {
      padding: 40px 4vw 60px; }
      .jikou01 h2 {
        font-size: 28px; }
        .jikou01 h2 span {
          font-size: 36px; } }
  @media screen and (max-width: 799px) {
    .jikou01 {
      padding: 40px 4vw 40px;
      background-position: top 0px right -20px; }
      .jikou01 h2 {
        font-size: 24px; }
        .jikou01 h2 span {
          font-size: 32px; }
        .jikou01 h2 br.br1 {
          display: block; } }
  @media screen and (max-width: 499px) {
    .jikou01 {
      padding: 40px 0vw 0px 0vw;
      background-position: top -20px right -40px;
      background-size: 180px; }
      .jikou01 h2 {
        margin: 0px 0px 0px 10px;
        font-size: 20px;
        text-shadow: 2px 2px 4px white; }
        .jikou01 h2 span {
          font-size: 24px; }
        .jikou01 h2 br.br1 {
          display: block; } }

.jikou01-point {
  margin: 0px 0px 0px 0px;
  padding: 2vw;
  max-width: 700px;
  background-color: #D8F3C8;
  border-radius: 8px; }
  .jikou01-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);
    text-align: left; }
    .jikou01-point p br {
      display: none; }
    .jikou01-point p strong {
      font-size: 48px;
      color: red; }
      .jikou01-point p strong span {
        font-size: 58px; }
  .jikou01-point ul {
    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; }
  .jikou01-point li {
    margin: 1% 0px;
    padding: 0.7em 0.7em;
    width: 49%;
    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) {
    .jikou01-point li {
      font-size: 24px; } }
  @media screen and (max-width: 1024px) {
    .jikou01-point {
      margin: 40px auto 0px 0px;
      max-width: 560px; }
      .jikou01-point p {
        font-size: 26px; }
        .jikou01-point p strong {
          font-size: 32px; }
          .jikou01-point p strong span {
            font-size: 42px; } }
  @media screen and (max-width: 799px) {
    .jikou01-point {
      margin: 40px auto 0px 0px;
      max-width: 440px; }
      .jikou01-point p {
        font-size: 26px; }
        .jikou01-point p strong {
          font-size: 32px; } }
  @media screen and (max-width: 499px) {
    .jikou01-point {
      margin: 40px auto 0px 0px;
      padding: 1em 2vw;
      max-width: inherit;
      width: 100%;
      border-radius: 0px; }
      .jikou01-point li {
        margin: 0.5%;
        font-size: 20px;
        width: 49%; } }

/* jikou --------------------------------------------------------------- */
.jikou-nayami-wrap {
  margin: auto;
  padding: 0px 0px 80px;
  padding: 40px 0px 40px;
  background-color: #304869; }
  .jikou-nayami-wrap figure {
    margin: 0px 10px 0px 0px;
    width: 240px; }
    .jikou-nayami-wrap figure img {
      width: 100%;
      height: auto; }
  @media screen and (max-width: 499px) {
    .jikou-nayami-wrap {
      padding: 1em 0px; } }

.jikou-nayami {
  margin: auto;
  padding: 0px 0.5em;
  max-width: 880px; }
  .jikou-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"; }
  .jikou-nayami li {
    list-style: none;
    margin: 0px 0px 0.5em 0px;
    padding: 0.8em 1em 0.8em 3em;
    text-align: left;
    width: 100%;
    background-color: #304869;
    background-color: rgba(255, 255, 255, 0.1);
    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: rgba(255, 255, 255, 0.4);
    border-style: solid;
    border-width: 0px; }
    .jikou-nayami li strong {
      color: #FDE67E;
      color: yellow; }
  @media screen and (max-width: 1024px) {
    .jikou-nayami li {
      font-size: 18px; } }
  @media screen and (max-width: 799px) {
    .jikou-nayami li {
      width: 100%; } }
  @media screen and (max-width: 499px) {
    .jikou-nayami {
      padding: 0px 0em; }
      .jikou-nayami li {
        padding: 0.2em 1em 0.2em 2em;
        font-size: 16px;
        border-width: 0px;
        background-color: rgba(255, 255, 255, 0); }
        .jikou-nayami li strong {
          font-size: 18px; } }

.jikou-arrow01 {
  margin: 0px auto 40px;
  width: 280px; }
  .jikou-arrow01 img {
    margin: auto;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1199px) {
    .jikou-arrow01 {
      margin: 0px auto -30px;
      width: auto; }
      .jikou-arrow01 img {
        width: auto;
        height: 30px; } }
  @media screen and (max-width: 799px) {
    .jikou-arrow01 {
      margin: 0px auto -30px;
      width: auto; }
      .jikou-arrow01 img {
        width: auto;
        height: 30px; } }

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

.jikou04-cont {
  margin: 0px 0px 3em 0px; }
  .jikou04-cont h2 {
    margin: 0px 0px 1em 0px;
    padding: 0.5em;
    font-size: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    border-color: #ddd;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    background-color: #eee;
    color: #fff;
    background-color: #3EB100; }
  .jikou04-cont p {
    margin: 0px 0px 1em; }
  .jikou04-cont b {
    color: #ff5422; }
  .jikou04-cont em {
    background: linear-gradient(transparent 60%, yellow 60%); }
  @media screen and (max-width: 799px) {
    .jikou04-cont h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .jikou04-cont {
      margin: 0px 2vw 2em 2vw; }
      .jikou04-cont h2 {
        font-size: 20px; } }

.jikou04-cont-point {
  margin: 2em 0px 0px 0px;
  padding: 2em;
  border-color: #ddd;
  border-style: solid;
  border-width: 0px;
  background-color: #D8F3C8; }
  .jikou04-cont-point h3 {
    margin: 0px 0px 1em;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left; }
  .jikou04-cont-point ol {
    margin: 0px 0px 0px 2em; }
  @media screen and (max-width: 799px) {
    .jikou04-cont-point {
      padding: 1em 1em 1em; }
      .jikou04-cont-point ol {
        margin: 0px 0px 0px 1em; } }

/* jikou5 --------------------------------------------------------------- */
.jikou05-wrap {
  background-color: #C0E9E4; }
  .jikou05-wrap section {
    margin: auto;
    padding: 4vw 4vw 6vw;
    max-width: 1200px; }
  .jikou05-wrap h2 {
    margin: 0px 0px 1em;
    font-size: 36px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9); }
    .jikou05-wrap h2 span {
      color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .jikou05-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .jikou05-wrap h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .jikou05-wrap h2 {
      font-size: 20px; }
    .jikou05-wrap section {
      padding: 4vw 4vw 8vw; } }

.example-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  background-color: #fff;
  border-radius: 8px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px; }
  .example-box figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0px 1em 0px 0px;
    width: 140px; }
    .example-box figure img {
      width: 100%;
      border-radius: 50%; }
  .example-box .cont {
    padding: 10px 0px 0px 0px;
    text-align: left; }
  .example-box dl {
    padding: 10px 0px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .example-box dt, .example-box dd {
    display: inline-block; }
  .example-box dt {
    font-size: 30px;
    line-height: 60px; }
  .example-box dd p {
    margin: 0px;
    padding: 0px;
    display: inline-block; }
  .example-box dd .before {
    font-size: 48px;
    line-height: 60px; }
    .example-box dd .before span {
      font-size: 40px; }
  .example-box dd .before:after {
    content: "→"; }
  .example-box dd .after {
    font-size: 60px;
    color: red;
    line-height: 60px; }
    .example-box dd .after span {
      font-size: 48px; }
  @media screen and (max-width: 799px) {
    .example-box figure {
      width: 100px; } }
  @media screen and (max-width: 499px) {
    .example-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .example-box figure {
        margin: 0px auto 8px;
        width: 80px; }
      .example-box dl {
        text-align: center; }
      .example-box dt, .example-box dd {
        display: block; }
      .example-box dt {
        font-size: 24px;
        line-height: 40px;
        text-align: center; }
      .example-box dd {
        text-align: center; }
        .example-box dd .before {
          font-size: 36px;
          line-height: 48px; }
          .example-box dd .before span {
            font-size: 30px; }
        .example-box dd .before:after {
          content: "→"; }
        .example-box dd .after {
          font-size: 48px;
          color: red;
          line-height: 48px; }
          .example-box dd .after span {
            font-size: 40px; } }

/* jikou7 --------------------------------------------------------------- */
.jikou07-wrap {
  margin: auto;
  padding: 6vw 4vw; }
  .jikou07-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); }
    .jikou07-wrap h2 br {
      display: none; }
    .jikou07-wrap h2 span {
      color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .jikou07-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .jikou07-wrap h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .jikou07-wrap {
      padding: 8vw 2vw 3em; }
      .jikou07-wrap h2 {
        font-size: 20px; } }
  @media screen and (max-width: 399px) {
    .jikou07-wrap h2 br {
      display: block; } }

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

.jikou07-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; }
  .jikou07-qa figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px; }
    .jikou07-qa figure img {
      width: 100%;
      border-radius: 50%; }
  .jikou07-qa dd {
    margin: 0px 10px;
    background-color: #fff;
    padding: 1em;
    text-align: left;
    border-radius: 8px;
    border-style: solid;
    border-width: 0px; }
    .jikou07-qa dd span {
      color: #ff5422; }
    .jikou07-qa dd p:last-child {
      margin: 0px; }
  @media screen and (max-width: 1024px) {
    .jikou07-qa figure {
      width: 100px; } }
  @media screen and (max-width: 799px) {
    .jikou07-qa figure {
      width: 80px; } }
  @media screen and (max-width: 499px) {
    .jikou07-qa {
      border-style: solid;
      border-width: 0px;
      background-color: #fff;
      border-radius: 8px; }
      .jikou07-qa figure {
        width: 70px; }
      .jikou07-qa dd {
        margin: 0px 00px;
        padding: 0.5em;
        border-width: 0px; } }

.jikou07-q {
  border-color: #F3AED2; }
  .jikou07-q dd {
    background-color: #e8ece9; }
  @media screen and (max-width: 499px) {
    .jikou07-q {
      padding: 4px;
      background-color: #e8ece9; } }

.jikou07-a {
  border-color: #A2D9FB;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .jikou07-a dt {
    order: 2; }
  .jikou07-a dd {
    order: 1;
    background-color: #eaeea2; }
  @media screen and (max-width: 499px) {
    .jikou07-a {
      padding: 4px;
      background-color: #eaeea2; } }

.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: #ff5422;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  background: #fff; }
  .fee-box h3 {
    padding: 24px 0px 10px;
    background-color: #ff5422;
    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: #ff5422;
    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: #ff5422;
    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%; } }

/* jikou8 --------------------------------------------------------------- */
.jikou08-wrap {
  margin: auto;
  padding: 6vw 4vw; }
  .jikou08-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); }
    .jikou08-wrap h2 br {
      display: none; }
    .jikou08-wrap h2 span {
      color: #ff5422; }
  @media screen and (max-width: 1024px) {
    .jikou08-wrap h2 {
      font-size: 30px; } }
  @media screen and (max-width: 799px) {
    .jikou08-wrap h2 {
      font-size: 24px; } }
  @media screen and (max-width: 499px) {
    .jikou08-wrap {
      padding: 8vw 2vw 3em; }
      .jikou08-wrap h2 {
        font-size: 20px; } }
  @media screen and (max-width: 399px) {
    .jikou08-wrap h2 br {
      display: block; } }

.jikou-flow {
  margin: auto auto 30px;
  width: 1000px; }
  .jikou-flow dl {
    margin: 0px 0px -3px 0px;
    border-color: #ddd;
    border-style: solid;
    border-width: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .jikou-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; }
    .jikou-flow dt span {
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400;
      display: block;
      font-size: 20px; }
  .jikou-flow dt.st1 {
    background-color: #79BEE2; }
  .jikou-flow dt.st2 {
    background-color: #55ACDB; }
  .jikou-flow dt.st3 {
    background-color: #329BD3; }
  .jikou-flow dt.st4 {
    background-color: #1B87C3; }
  .jikou-flow dd {
    padding: 1em;
    width: 900px;
    text-align: left; }
    .jikou-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: #ff5422; }
      .jikou-flow dd h3 span {
        color: #ff5422; }
    .jikou-flow dd strong {
      color: #ff5422;
      font-family: 'Noto Sans JP', sans-serif;
      font-weight: 400; }
    .jikou-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) {
    .jikou-flow {
      width: inherit; }
      .jikou-flow dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .jikou-flow dt {
        padding: 6px 10px;
        width: inherit;
        font-size: 20px;
        text-align: left; }
        .jikou-flow dt span {
          display: inline-block;
          font-size: 16px; }
      .jikou-flow dd {
        width: 100%; }
        .jikou-flow dd h3 {
          font-size: 24px; }
        .jikou-flow dd p {
          font-size: 16px; } }
  @media screen and (max-width: 499px) {
    .jikou-flow dd {
      padding: 0.5em 0.5em 1em; }
      .jikou-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: 49%;
  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; }
  .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; }
  .flow-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; }
.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;
  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 p:first-child {
        margin: 0em 0px 0.1em 0px; }
      .contact-form dl dd p {
        margin: 0.5em 0px 0.1em 0px;
        line-height: 1.5em; }
      .contact-form dl dd p.att:first-child {
        margin: 0px 0px 0.5em 0px;
        font-size: 14px;
        line-height: 1.5em;
        color: cadetblue; }
      .contact-form dl dd p.att {
        margin: 0.5em 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 input[type="text"].datetime1 {
        margin: 0.3em 10px 2px 0px;
        width: 20em;
        max-width: 100%; }
      .contact-form dl dd input[type="text"].datetime2 {
        margin: 0.3em 0px 2px 0px;
        width: 20em;
        max-width: 100%; }
      .contact-form dl dd input[type="tel"].zip {
        margin: 0.3em 0px 0px 0px;
        padding: 0.8em;
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        background-color: #f6f6f6;
        width: 6em; }
      .contact-form dl dd input[type="tel"].zip1 {
        margin: 0.3em 0px 0px 0px;
        padding: 0.8em;
        border-color: #ddd;
        border-style: solid;
        border-width: 1px;
        background-color: #f6f6f6;
        width: 8em; }
      .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; }
  .contact-form dl.must dd input[type="tel"] {
    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; }
