@charset "UTF-8";
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

body {
  font-family: YakuHanJP;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #EEEFF1;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

header,
nav {
  display: block;
  background-color: #8393A7;
}

nav {
  background-color: #EEEFF1;
  padding: 12px 0 12px 0;
}
nav a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  nav {
    padding: 8px 0;
  }
}

footer {
  background-color: #8796A9;
  min-height: 100px;
  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;
}
footer p {
  color: #FFFFFF;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  footer {
    min-height: 40px;
  }
  footer p {
    font-size: 3vw;
  }
}

.wrapper_header,
.wrapper_main {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.wrapper_main {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wrapper_main {
    padding-bottom: 0;
  }
}

.wrapper_header {
  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;
  min-height: 90px;
  padding: 0 10px;
}
.wrapper_header img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_header {
    min-height: 60px;
    padding: 0;
  }
  .wrapper_header h1 {
    max-width: 143px;
  }
  .wrapper_header p {
    max-width: 218px;
  }
}

.wrapper_nav {
  max-width: 1046px;
  margin: 0 auto;
  width: 100%;
}
.wrapper_nav ul {
  display: table;
}
.wrapper_nav ul li {
  display: table-cell;
  border-left: 1px solid #7B7B7B;
}
.wrapper_nav ul li:first-child {
  border-left: none;
}

.wrapper_main {
  background-color: #EEEFF1;
}
.wrapper_main .mv {
  position: relative;
  padding-bottom: 54.5%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .mv {
    padding-bottom: 58.82%;
  }
}
.wrapper_main .mv img {
  width: 100%;
}
.wrapper_main .mv .mvimg {
  position: absolute;
  opacity: 0;
}
.wrapper_main .mv .mvimg:first-child {
  opacity: 1;
}
.wrapper_main .greeting {
  padding: 125px 0 75px 0;
}
@media screen and (max-width: 767px) {
  .wrapper_main .greeting {
    padding: 0 0 20px 0;
  }
}
.wrapper_main .greeting img {
  width: 100%;
}
.wrapper_main .greeting .intro {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .greeting .intro {
    margin-top: 0;
    padding: 0 10px;
  }
}
.wrapper_main .greeting .intro img {
  border: 1px solid #B8B7B8;
  -webkit-box-shadow: 0 0 10px 3px #b8b8b8;
          box-shadow: 0 0 10px 3px #b8b8b8;
}
.wrapper_main .consultation {
  background: url(../img/bg_consultation.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .consultation {
    padding: 40px 10px 0;
  }
}
.wrapper_main .consultation .encouragement {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 52px 40px;
  margin-bottom: 75px;
}
.wrapper_main .consultation .encouragement h2 {
  max-width: 510px;
  margin: 0 auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper_main .consultation .encouragement .lead {
  max-width: 883px;
  margin: -15px auto 35px;
}
.wrapper_main .consultation .encouragement img {
  width: 100%;
}
.wrapper_main .consultation .encouragement .txt_encouragement {
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .wrapper_main .consultation .encouragement {
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
  .wrapper_main .consultation .encouragement h2 {
    max-width: 50%;
  }
  .wrapper_main .consultation .encouragement .lead {
    margin-bottom: 15px;
  }
  .wrapper_main .consultation .encouragement .txt_encouragement {
    font-size: 3.4vw;
  }
}
.wrapper_main .consultation .merit h3 {
  margin-bottom: 50px;
}
.wrapper_main .consultation .merit ul {
  margin-bottom: 50px;
}
.wrapper_main .consultation .merit li {
  display: block;
  margin-bottom: 56px;
}
.wrapper_main .consultation .merit li .txt_merit {
  padding: 10px 0 0 60px;
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .wrapper_main .consultation .merit h3,
  .wrapper_main .consultation .merit ul {
    margin-bottom: 5vw;
  }
  .wrapper_main .consultation .merit li {
    margin-bottom: 5vw;
  }
  .wrapper_main .consultation .merit li .txt_merit {
    font-size: 3.3vw;
    padding: 0 0 0 11vw;
  }
}
.wrapper_main .consultation .merit img {
  width: 100%;
}
.wrapper_main .consultation .merit .list_consultation img {
  max-width: 964px;
  width: 100%;
  border: 1px solid #B8B7B8;
  -webkit-box-shadow: 0 0 10px 3px #b8b8b8;
          box-shadow: 0 0 10px 3px #b8b8b8;
}
@media screen and (max-width: 767px) {
  .wrapper_main .consultation .merit .list_consultation {
    padding: 0 6px;
  }
}
.wrapper_main .bnr_tel {
  padding: 60px 0;
}
.wrapper_main .bnr_tel img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .bnr_tel {
    padding: 20px 16px 45px;
  }
}
.wrapper_main .flow {
  padding-bottom: 120px;
}
.wrapper_main .flow h2 {
  max-width: 520px;
  margin: 0 auto 90px;
}
.wrapper_main .flow h2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .flow {
    padding: 0 10px 14vw;
  }
  .wrapper_main .flow h2 {
    max-width: 50%;
    margin: 0 auto 32px;
  }
}
.wrapper_main .price {
  background: url(../img/bg_consultation.png), url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top,bottom;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price {
    padding: 40px 10px 0;
  }
}
.wrapper_main .price .explain {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 52px 40px;
  margin-bottom: 75px;
}
.wrapper_main .price .explain h2 {
  max-width: 556px;
  margin: 0 auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper_main .price .explain .lead {
  max-width: 616px;
  margin: 0 auto;
}
.wrapper_main .price .explain img {
  width: 100%;
}
.wrapper_main .price .explain .txt_encouragement {
  font-size: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price .explain {
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
  .wrapper_main .price .explain h2 {
    max-width: 50%;
  }
  .wrapper_main .price .explain .lead {
    text-align: center;
    margin-bottom: 0;
  }
  .wrapper_main .price .explain .lead img {
    max-width: 308px;
  }
  .wrapper_main .price .explain .txt_encouragement {
    font-size: 3.4vw;
  }
}
.wrapper_main .price .price_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price .price_list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.wrapper_main .price .price_box {
  max-width: 32%;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 2px solid #8296AE;
  -webkit-box-shadow: 0 0 10px 3px #b8b8b8;
          box-shadow: 0 0 10px 3px #b8b8b8;
  padding: 40px 25px 25px;
  border-radius: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_main .price .price_box img {
  width: 100%;
}
.wrapper_main .price .price_box .price_txt {
  font-size: 22px;
  line-height: 1.6;
}
.wrapper_main .price .price_box .price_example {
  background-color: #EBEFF3;
  border-radius: 10px;
  padding: 20px;
  margin-top: auto;
}
.wrapper_main .price .price_box .price_example ul li {
  float: left;
  font-size: 22px;
  line-height: 1.6;
  margin-right: 1em;
  color: #355872;
  font-weight: bold;
}
.wrapper_main .price .price_box.spi {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price .price_box {
    width: 43.5vw;
    margin-bottom: 4vw;
    padding: 4.7vw 2.9vw 2.9vw;
    max-width: none;
  }
  .wrapper_main .price .price_box .price_txt {
    margin: 2vw 0;
    font-size: 3.2vw;
  }
  .wrapper_main .price .price_box .price_example {
    background-color: #EBEFF3;
    padding: 2.3vw;
  }
  .wrapper_main .price .price_box .price_example ul li {
    font-size: 3.2vw;
  }
  .wrapper_main .price .price_box.spi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    line-height: 1.7;
    font-size: 3.2vw;
  }
}
.wrapper_main .price .price_explain {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price .construction_example_parent {
    margin: 0 2.9vw;
  }
}
.wrapper_main .price .construction_example {
  max-width: 964px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 0;
  -webkit-box-shadow: 0 0 15px 3px #969696;
          box-shadow: 0 0 15px 3px #969696;
  padding: 0;
  position: relative;
}
.wrapper_main .price .construction_example img {
  width: 100%;
}
.wrapper_main .price .construction_example .construction_example_wrapper {
  padding: 34px 42px 10px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list {
  background-color: #F4F3F1;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 60px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li {
  width: 50%;
  margin-bottom: 24px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li img {
  width: 100%;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li:nth-child(even) {
  padding-left: 12px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li:nth-child(odd) {
  padding-right: 12px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper p {
  text-align: center;
  margin-bottom: 35px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper p img {
  max-width: 478px;
}
.wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper ul li {
  display: block;
  border-left: 6px solid #9C9289;
  padding-left: 15px;
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .price .construction_example .construction_example_wrapper {
    padding: 3vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list {
    padding: 3.5vw;
    margin-bottom: 5vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list p {
    font-size: 3.4vw;
    margin-bottom: 3.5vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li {
    margin-bottom: 2.8vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li:nth-child(even) {
    padding-left: 1.4vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .exapmle_list ul li:nth-child(odd) {
    padding-right: 1.4vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper p {
    margin-bottom: 4vw;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper p img {
    max-width: 216px;
  }
  .wrapper_main .price .construction_example .construction_example_wrapper .voice_wrapper ul li {
    border-left: 5px solid #9C9289;
    padding-left: 2.5vw;
    font-size: 3.2vw;
    margin-bottom: 5.3vw;
  }
}
.wrapper_main .guidance {
  background: url(../img/bg_guidance.png), url(../img/bg_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top,bottom;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .guidance {
    padding: 40px 10px 0;
  }
}
.wrapper_main .guidance .explain {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0 52px 40px;
  margin-bottom: 75px;
}
.wrapper_main .guidance .explain h2 {
  max-width: 506px;
  margin: 0 auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper_main .guidance .explain .lead {
  max-width: 810px;
  margin: 0 auto;
}
.wrapper_main .guidance .explain img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .guidance .explain {
    padding: 0 15px 20px;
    margin-bottom: 20px;
  }
  .wrapper_main .guidance .explain h2 {
    max-width: 50%;
  }
  .wrapper_main .guidance .explain .lead {
    text-align: center;
    margin-bottom: 0;
  }
  .wrapper_main .guidance .explain .lead img {
    max-width: 308px;
  }
  .wrapper_main .guidance .explain .txt_encouragement {
    font-size: 3.4vw;
  }
}
.wrapper_main .guidance .hall_list {
  max-width: 964px;
  width: 100%;
  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;
  margin: 0 auto;
}
.wrapper_main .guidance .hall {
  max-width: 470px;
  width: 49%;
  margin: 0 0 28px;
  background-color: #FFFFFF;
  border: 2px solid #8296AE;
  border-left: 20px solid #8296AE;
  -webkit-box-shadow: 0 0 10px 3px #b8b8b8;
          box-shadow: 0 0 10px 3px #b8b8b8;
  padding: 20px 25px 15px;
  border-radius: 15px;
  position: relative;
}
.wrapper_main .guidance .hall .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #8296AE;
  line-height: 1;
  margin-bottom: 10px;
}
.wrapper_main .guidance .hall .info span {
  position: relative;
  top: 2px;
}
.wrapper_main .guidance .hall .hall_name {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 5px solid #355872;
  padding-left: 10px;
}
.wrapper_main .guidance .hall .hall_address {
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .wrapper_main .guidance .hall {
    width: 49%;
    margin: 0 0 3.3vw;
    border-left: 10px solid #8296AE;
    padding: 2.35vw 2.94vw 1.76vw;
    border-radius: 8px;
  }
  .wrapper_main .guidance .hall .info {
    padding-bottom: 1.18vw;
    margin-bottom: 1.18vw;
  }
  .wrapper_main .guidance .hall .hall_link {
    max-width: 42px;
  }
  .wrapper_main .guidance .hall .hall_link img {
    width: 100%;
  }
  .wrapper_main .guidance .hall .hall_name {
    font-size: 4vw;
  }
  .wrapper_main .guidance .hall .hall_address {
    font-size: 2.5vw;
  }
}
.wrapper_main #access {
  background-image: url(../img/bg_2.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .wrapper_main #access {
    padding: 6vw 16px 0;
  }
}
.wrapper_main .access_wrapper {
  width: 100%;
  max-width: 964px;
  margin: 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 3px #969696;
          box-shadow: 0 0 15px 3px #969696;
  padding: 60px 22px 40px;
  margin-bottom: -75px;
}
.wrapper_main .access_wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
.wrapper_main .access_wrapper h2 img {
  max-width: 208px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .access_wrapper {
    padding: 25px 22px 10px;
    margin-bottom: 20px;
  }
  .wrapper_main .access_wrapper h2 {
    margin-bottom: 10px;
  }
  .wrapper_main .access_wrapper h2 img {
    max-width: 20vw;
  }
}
.wrapper_main .access_wrapper .map .lead {
  font-size: 0;
}
.wrapper_main .access_wrapper .map iframe {
  width: 100%;
}
.wrapper_main .access_wrapper .map img {
  width: 100%;
}
.wrapper_main .access_wrapper .map_wrapper {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
.wrapper_main .access_wrapper .map_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .wrapper_main .access_wrapper .map_wrapper {
    margin-bottom: 4vw;
  }
}
.wrapper_main .access_wrapper .info {
  text-align: center;
}
.wrapper_main .access_wrapper .info .address {
  font-size: 30px;
}
.wrapper_main .access_wrapper .info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_main .access_wrapper .info .tel img {
  width: 100%;
  max-width: 360px;
}
.wrapper_main .access_wrapper .info .mail,
.wrapper_main .access_wrapper .info .url {
  font-size: 26px;
}
.wrapper_main .access_wrapper .info p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .wrapper_main .access_wrapper .info .address {
    font-size: 3.6vw;
  }
  .wrapper_main .access_wrapper .info .tel img {
    max-width: 100%;
  }
  .wrapper_main .access_wrapper .info .mail,
  .wrapper_main .access_wrapper .info .url {
    font-size: 2.8vw;
  }
  .wrapper_main .access_wrapper .info p {
    margin-top: 1vw;
    margin-bottom: 0;
  }
}

.flow_sep {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .flow_sep {
    padding-top: 2.5vw;
    margin-bottom: 7vw;
  }
  .flow_sep img {
    max-width: 42px;
  }
}

.flow_box {
  max-width: 962px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 2px solid #97A4B4;
  -webkit-box-shadow: 0 0 10px 3px #b8b8b8;
          box-shadow: 0 0 10px 3px #b8b8b8;
  padding: 85px 48px 48px;
  border-radius: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow_box {
    padding: 35px 25px 25px;
  }
}
.flow_box .flow_no {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -45px;
}
.flow_box .flow_no img {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  .flow_box .flow_no {
    top: -21px;
  }
  .flow_box .flow_no img {
    max-width: 42px;
  }
}
.flow_box .flow_tit {
  margin-bottom: 30px;
}
.flow_box .flow_tit img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_tit {
    margin-bottom: 4vw;
  }
}
.flow_box .flow_txt {
  font-size: 22px;
  line-height: 1.7;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_txt {
    padding-right: 15px;
    font-size: 2.8vw;
  }
}
.flow_box.flow_2 .flow_txt {
  padding-right: 0;
}
.flow_box.flow_2 .flow_txt img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_box.flow_2 .flow_txt img {
    margin-top: 1vw;
  }
}
.flow_box .flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}
.flow_box .flow_content .flow_img {
  min-width: 34.8%;
}
.flow_box .flow_content .flow_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_content {
    margin-bottom: 4vw;
  }
  .flow_box .flow_content .flow_img {
    min-width: 40%;
  }
}
.flow_box .flow_exapmle {
  border-top: 2px solid #7B7B7B;
  padding-top: 20px;
  margin-bottom: 20px;
}
.flow_box .flow_exapmle .flow_exapmle_tit {
  margin-bottom: 10px;
}
.flow_box .flow_exapmle ul li {
  float: left;
  font-size: 22px;
  line-height: 1.7;
  margin-right: 1em;
}
.flow_box .flow_exapmle ul li span {
  color: #91A7B8;
}
@media screen and (max-width: 767px) {
  .flow_box .flow_exapmle {
    padding-top: 2.3vw;
    margin-bottom: 2.3vw;
  }
  .flow_box .flow_exapmle .flow_exapmle_tit {
    margin-bottom: 1.1vw;
  }
  .flow_box .flow_exapmle .flow_exapmle_tit img {
    max-width: 162px;
  }
  .flow_box .flow_exapmle ul li {
    font-size: 3.3vw;
  }
}
.flow_box .point_box {
  background-color: #F5F4F2;
  border-radius: 10px;
  padding-top: 20px;
}
.flow_box .point_box .point_title {
  margin-bottom: 20px;
}
.flow_box .point_box .point_title img {
  width: 100%;
}
.flow_box .point_box .point_txt {
  padding: 0 35px 35px;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow_box .point_box {
    padding-top: 3vw;
  }
  .flow_box .point_box .point_title {
    margin-bottom: 2.3vw;
  }
  .flow_box .point_box .point_txt {
    padding: 0 4vw 4vw;
    font-size: 3.3vw;
  }
}

.content_box {
  max-width: 966px;
  width: 100%;
  margin: 0 auto;
}

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