@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* ご利用の流れ 専用
-----------------------------------------
※上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
main {
  /* flowベース
  -----------------------------------------*/
  /* お問い合わせコーナー（電話 ＆ メール）
  -----------------------------------------*/
}
main .page-tit .page-tit01 {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  main .page-tit .page-tit01 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .page-tit .page-tit01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-bottom: 100px;
  }
}
main .page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  main .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 49px;
  }
}
@media screen and (min-width: 1000px) {
  main .page-tit .page-tit01 img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: auto;
    height: 55px;
  }
}
main section {
  margin: 50px 15px 0;
}
@media screen and (min-width: 1000px) {
  main section {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 1100px;
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
main section article[class^=flow] {
  margin: 0 0 60px;
}
@media screen and (min-width: 1000px) {
  main section article[class^=flow] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  main section article[class^=flow]:after {
    content: "";
    display: table;
    clear: both;
  }
}
main section article[class^=flow] header {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (min-width: 1000px) {
  main section article[class^=flow] header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    font-size: 20px;
  }
}
main section article[class^=flow] header:before {
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: -10px;
  left: -10px;
  background: url(../../flow/img/back-num.png) no-repeat center top;
  background-size: contain;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  color: #000;
}
main section article[class^=flow] header h2 {
  color: #1eb1c1;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px dotted #000;
  white-space: nowrap;
}
main section article[class^=flow] .txt {
  margin: 0 0 15px;
}
@media screen and (min-width: 1000px) {
  main section article[class^=flow] .txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: calc(60% - 100px);
    margin: 0 0 15px 40px;
    float: left;
  }
}
main section article[class^=flow] .txt p {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  main section article[class^=flow] .txt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.8;
  }
}
main section article[class^=flow] .img {
  position: relative;
  /* flow01用
  -----------------------------------------*/
}
@media screen and (min-width: 1000px) {
  main section article[class^=flow] .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 40%;
    float: right;
  }
}
main section article[class^=flow] .img img[src$=".png"] {
  position: absolute;
  width: 25%;
}
main section article[class^=flow] .img img[src$="flow01-01b.png"] {
  right: 0;
  top: -10%;
}
main section article[class^=flow] .img img[src$="flow01-02b.png"] {
  left: 0;
  bottom: -10%;
}
main .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
main .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main .thumbnail .img-wrapper {
  width: calc(25% - 5px);
  margin-bottom: 5px;
  border-radius: 10px;
}
main .contact {
  border: 2px solid #1eb1c1;
  border-left: none;
  border-right: none;
  padding: 20px 0;
  margin: 20px 0;
}
main .contact a[href^=tel] {
  display: block;
  width: 9em;
  margin: 0 auto 10px;
  text-decoration: none;
  color: #1eb1c1;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  main .contact a[href^=tel] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
main .contact a[href^=tel] small {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
}
main .contact .button {
  width: 17em;
  margin: 0 auto;
}
main .info-tab {
  padding: 50px 20px 20px 20px;
  margin: 0 -10px 50px;
  position: relative;
  background: url(../../flow/img/tab-kado1.png) top left no-repeat, url(../../flow/img/tab-kado2.png) top right no-repeat, url(../../flow/img/tab-kado3.png) bottom right no-repeat, url(../../flow/img/tab-kado4.png) bottom left no-repeat, url(../../flow/img/tab-top.png) top repeat-x, url(../../flow/img/tab-bottom.png) bottom repeat-x, url(../../flow/img/tab-left.png) left repeat-y, url(../../flow/img/tab-right.png) right repeat-y;
}
@media screen and (min-width: 1000px) {
  main .info-tab {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 -10px 80px;
  }
}
main .info-tab h2 {
  position: absolute;
  left: 0;
  top: -26px;
  display: inline-block;
  white-space: nowrap;
  background: url(../../flow/img/tab-midashi.png) no-repeat top right;
  padding: 25px 45px 0 20px;
  height: 64px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  main .info-tab h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 25px 50px 0 30px;
  }
}
main .info-tab h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  background: url(../../flow/img/tab-midashi.png) no-repeat top left;
}
main .info-tab article {
  margin: 0 0 30px;
}
@media screen and (min-width: 1000px) {
  main .info-tab article {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
main .info-tab article .txt {
  margin: 0 0 30px 0;
}
main .info-tab article .txt:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  main .info-tab article .txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 30px 10px;
    width: calc(60% - 50px);
  }
}
main .info-tab article .txt h3 {
  color: #1eb1c1;
  font-size: 16px;
  font-weight: bold;
}
main .info-tab article .txt p {
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  main .info-tab article .txt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 14px;
    line-height: 1.8;
  }
}
main .info-tab article .txt .button {
  margin: 10px 0 0;
  width: 250px;
  float: right;
}
@media screen and (min-width: 1000px) {
  main .info-tab article .txt .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  main .info-tab article .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 40%;
  }
}
@media screen and (min-width: 1000px) {
  main .info-tab article + article:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    content: "";
    display: block;
    border-top: 1px dotted #000;
    width: 60%;
    margin: 0 auto 50px;
  }
}
main section.flow02 {
  margin-bottom: 100px;
}
main section.flow02 .tit02txt p {
  text-align: center;
}
main section.flow02 > article.flow02 h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 40px;
  padding: 0;
  color: #000;
  letter-spacing: 0.05em;
}
main section.flow02 > article.flow02 .txt:after {
  content: "";
  display: table;
  clear: both;
}
main section.flow02 > article.flow02 .txt .button {
  float: right;
  width: 250px;
  margin: 20px 0 0;
}
main section.flow02 li article.flow02 .txt p {
  margin: 0 0 1em;
}
main section.flow02 li article.flow02 .txt strong {
  color: #000;
}
main section.flow02 li article.flow02 .txt header {
  margin: 0 0 10px;
  padding: 0;
}
main section.flow02 li article.flow02 .txt header h4 {
  font-size: 14px;
  color: #e3ac27;
  font-weight: bold;
}
main section.flow02 li article.flow02 .txt header h3 {
  font-size: 16px;
  font-weight: bold;
}
main section.flow02 .img {
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  height: 0;
}
main section.flow02 .img .img-wrapper {
  position: absolute;
  border-radius: 10px;
}
main section.flow02 .img p {
  position: absolute;
  text-shadow: 0 2px 1px #FFF, 0 1px 1px #FFF, 1px 1px 1px #FFF, 1px 0 1px #FFF, 2px 0 1px #FFF, 1px -1px 1px #FFF, 1px -2px 1px #FFF, 0 -2px 1px #FFF, -1px -2px 1px #FFF, -2px -2px 1px #FFF, -2px -1px 1px #FFF, -2px 0 1px #FFF, -2px 1px 1px #FFF, -1px 1px 1px #FFF;
  font-size: 12px;
  line-height: 1.2;
}
main section.flow02 .flow02-img00 {
  background-image: url(../../flow/img/flow02-00a.png);
  padding-bottom: 60.3603603604%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img00 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 24.1441441441%;
  }
}
main section.flow02 .flow02-img00 .img-wrapper:nth-of-type(1) {
  width: 67%;
  top: 3%;
  left: 23%;
}
main section.flow02 .flow02-img00 .img-wrapper:nth-of-type(2) {
  width: 37%;
  top: 50%;
  right: -2%;
}
main section.flow02 .flow02-img00 .img-wrapper:nth-of-type(3) {
  width: 24%;
  border-radius: 50%;
  top: 50%;
  left: 2%;
  border: 3px solid #FFF;
}
main section.flow02 .flow02-img00 p {
  top: 78%;
  left: 21%;
}
main section.flow02 .flow02-img01 {
  background-image: url(../../flow/img/flow02-01a.png);
  background-size: 95%;
  padding-bottom: 70.0245700246%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img01 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 28.0098280098%;
  }
}
main section.flow02 .flow02-img01 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 11%;
  left: 5.5%;
}
main section.flow02 .flow02-img01 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 11%;
  right: 0;
}
main section.flow02 .flow02-img01 .img-wrapper:nth-of-type(3) {
  width: 27%;
  border-radius: 50%;
  bottom: -2%;
  right: 0;
  border: 3px solid #FFF;
}
main section.flow02 .flow02-img01 p {
  top: 78%;
  right: 28%;
}
main section.flow02 .flow02-img01:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 41%;
  width: 13%;
  height: 10%;
  background: url(../../flow/img/flow02-01b2.png) no-repeat top left;
  background-size: contain;
}
main section.flow02 .flow02-img02 {
  background-image: url(../../flow/img/flow02-02a.png);
  background-size: 98%;
  padding-bottom: 68.4549356223%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img02 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 27.3819742489%;
  }
}
main section.flow02 .flow02-img02 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 15%;
  left: 5.5%;
}
main section.flow02 .flow02-img02 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 15%;
  right: 0;
}
main section.flow02 .flow02-img02 p:nth-of-type(1) {
  top: 6.5%;
  right: 10%;
}
main section.flow02 .flow02-img02 p:nth-of-type(2) {
  top: 81%;
  left: 31%;
}
main section.flow02 .flow02-img02 p:nth-of-type(2):before {
  content: "";
  display: block;
  position: absolute;
  top: -65%;
  left: -20%;
  width: 20%;
  height: 100%;
  background: url(../../flow/img/flow02-02b2.png) no-repeat top left;
  background-size: contain;
}
main section.flow02 .flow02-img0301 {
  background-image: url(../../flow/img/flow02-0301a.png);
  background-size: 95%;
  background-position: left bottom;
  padding-bottom: 56.0438596491%;
  margin: 5vw 0 0;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img0301 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 23.0175438596%;
    margin: 0;
  }
}
main section.flow02 .flow02-img0301 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 0%;
  left: 5.5%;
}
main section.flow02 .flow02-img0301 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 0%;
  right: 0;
}
main section.flow02 .flow02-img0301 .img-wrapper:nth-of-type(3) {
  width: 25%;
  border-radius: 50%;
  bottom: -2%;
  left: 29%;
  border: 3px solid #FFF;
}
main section.flow02 .flow02-img0301 p {
  bottom: 5%;
  left: 50%;
}
main section.flow02 .flow02-img0301:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -11%;
  right: 3%;
  width: 9%;
  height: 15%;
  background: url(../../flow/img/flow02-0301c2.png) no-repeat top left;
  background-size: contain;
}
main section.flow02 .flow02-img0302 {
  background-image: url(../../flow/img/flow02-0302a.png);
  background-size: 95%;
  padding-bottom: 59.3333333333%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img0302 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 23.7333333333%;
  }
}
main section.flow02 .flow02-img0302 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 9%;
  left: 5.5%;
}
main section.flow02 .flow02-img0302 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 9%;
  right: 0;
}
main section.flow02 .flow02-img0302 .img-wrapper:nth-of-type(3) {
  width: 25%;
  border-radius: 50%;
  bottom: -6%;
  right: 0;
  border: 3px solid #FFF;
}
main section.flow02 .flow02-img0302 p {
  bottom: 5%;
  right: 25%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img0302 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 8%;
  }
}
main section.flow02 .flow02-img0302:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 3%;
  right: 2%;
  width: 7.5%;
  height: 13%;
  background: url(../../flow/img/flow02-0302c2.png) no-repeat top left;
  background-size: contain;
}
main section.flow02 .flow02-img0303 {
  background-image: url(../../flow/img/flow02-0303a.png);
  background-size: 95%;
  padding-bottom: 66.8997668998%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img0303 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 26.7599067599%;
  }
}
main section.flow02 .flow02-img0303 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 8%;
  left: 5.5%;
}
main section.flow02 .flow02-img0303 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 8%;
  right: 0;
}
main section.flow02 .flow02-img0303 .img-wrapper:nth-of-type(3) {
  width: 25%;
  border-radius: 50%;
  bottom: 10%;
  left: 0;
  border: 3px solid #FFF;
}
main section.flow02 .flow02-img0303 p {
  bottom: 9%;
  left: 25%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img0303 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 11%;
  }
}
main section.flow02 .flow02-img0303:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 2%;
  left: 41%;
  width: 13%;
  height: 13%;
  background: url(../../flow/img/flow02-0303b2.png) no-repeat top left;
  background-size: contain;
}
main section.flow02 .flow02-img04 {
  background-image: url(../../flow/img/flow02-04a.png);
  background-size: 95%;
  padding-bottom: 58.7699316629%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img04 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 23.5079726651%;
  }
}
main section.flow02 .flow02-img04 .img-wrapper:nth-of-type(1) {
  width: 44%;
  top: 6%;
  left: 5.5%;
}
main section.flow02 .flow02-img04 .img-wrapper:nth-of-type(2) {
  width: 44%;
  top: 6%;
  right: 0;
}
main section.flow02 .flow02-img04 p {
  bottom: 8%;
  left: 5%;
}
@media screen and (min-width: 1000px) {
  main section.flow02 .flow02-img04 p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 11%;
  }
}
main section.flow02 .next {
  text-align: center;
  margin: 0 0 50px;
}
main section.flow02 .next img[src$="img/flow02-0301e.png"] {
  max-width: 487px;
  width: 90%;
}
main section.flow02 .next img[src$="img/flow02-0302e.png"] {
  max-width: 379px;
  width: 71%;
}
main ol > li:nth-of-type(1) > article[class^=flow] > header:before {
  content: "01";
}
main ol > li:nth-of-type(2) > article[class^=flow] > header:before {
  content: "02";
}
main ol > li:nth-of-type(3) > article[class^=flow] > header:before {
  content: "03";
}
main ol > li:nth-of-type(4) > article[class^=flow] > header:before {
  content: "04";
}
main ol > li:nth-of-type(5) > article[class^=flow] > header:before {
  content: "05";
}
main ol > li:nth-of-type(6) > article[class^=flow] > header:before {
  content: "06";
}
main ol > li:nth-of-type(7) > article[class^=flow] > header:before {
  content: "07";
}
main ol > li:nth-of-type(8) > article[class^=flow] > header:before {
  content: "08";
}
main ol > li:nth-of-type(9) > article[class^=flow] > header:before {
  content: "09";
}
main ol > li:nth-of-type(10) > article > header:before {
  content: "10";
}