@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*-------タイトル-------*/
#mainttl {
  margin-bottom: 30px; }

#mainttl .mainttl__img img {
  object-position: center; }

/*-------step__btn-------*/
.step__btn a {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 18px 24px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #7BA820;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  .step__btn a::after {
    position: absolute;
    top: 50%;
    left: 92.5%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    font-family: "Font Awesome 6 Free";
    content: ""; }

/*-------フローチャート-------*/
#flow-chart {
  margin: 0 auto 40px; }
  #flow-chart .flow-chart__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 400px;
    margin: 0 auto; }
    #flow-chart .flow-chart__list li {
      position: relative;
      padding: 18px 12px;
      border-radius: 20px;
      box-sizing: border-box;
      background: #C9BD9B;
      color: #FFF;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1;
      writing-mode: vertical-rl; }
      #flow-chart .flow-chart__list li span {
        display: inline; }
      #flow-chart .flow-chart__list li::after {
        position: absolute;
        top: 50%;
        right: -6.5vw;
        transform: translate(-50%, -50%);
        color: #C9BD9B;
        font-size: 1.8rem;
        font-family: "Font Awesome 5 Free";
        content: '\f061'; }
      #flow-chart .flow-chart__list li:last-of-type {
        background: #E5BD4C; }
        #flow-chart .flow-chart__list li:last-of-type::after {
          display: none; }

@media screen and (min-width: 440px) {
  #flow-chart .flow-chart__list li::after {
    right: -30px; } }
/*-------ご利用の流れ-------*/
#step {
  margin: 0 auto;
  max-width: 900px; }
  #step .step__ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
    line-height: 1; }
    @media (min-width: 375px) {
      #step .step__ttl {
        font-size: calc( 2rem + ( 1vw - 3.75px ) * 1.5238095238 ); } }
    @media (min-width: 900px) {
      #step .step__ttl {
        font-size: 2.8rem; } }
  #step .step__box {
    margin-bottom: 30px;
    text-align: center; }
    #step .step__box::after {
      display: block;
      height: 30px;
      margin: 0 auto;
      background: url("/img/flow/step-arrow.svg") no-repeat center/contain;
      content: ''; }
    #step .step__box:last-child {
      margin-bottom: 50px; }
    #step .step__box:last-child::after {
      content: none; }
    #step .step__box .step__box-ttl {
      margin-bottom: 30px;
      padding-bottom: 2px;
      box-sizing: border-box;
      border-bottom: 3px solid #C9BD9B;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      line-height: 1.5; }
      @media (min-width: 375px) {
        #step .step__box .step__box-ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
      @media (min-width: 900px) {
        #step .step__box .step__box-ttl {
          font-size: 2.2rem; } }
      #step .step__box .step__box-ttl .step__box-num {
        margin-bottom: 5px;
        color: #C9BD9B;
        font-size: 1.3rem;
        text-align: center;
        line-height: 1; }
        @media (min-width: 375px) {
          #step .step__box .step__box-ttl .step__box-num {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
        @media (min-width: 900px) {
          #step .step__box .step__box-ttl .step__box-num {
            font-size: 1.6rem; } }
      #step .step__box .step__box-ttl--s {
        font-size: 1.4rem; }
        @media (min-width: 375px) {
          #step .step__box .step__box-ttl--s {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 1.5238095238 ); } }
        @media (min-width: 900px) {
          #step .step__box .step__box-ttl--s {
            font-size: 2.2rem; } }
    #step .step__box .step__box-txt {
      margin-bottom: 30px;
      font-size: 1.4rem;
      font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
      font-weight: normal;
      font-weight: normal;
      text-align: center;
      letter-spacing: 0;
      line-height: 1.4; }
      @media (min-width: 375px) {
        #step .step__box .step__box-txt {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
      @media (min-width: 900px) {
        #step .step__box .step__box-txt {
          font-size: 1.6rem; } }
      #step .step__box .step__box-txt--mark {
        padding-bottom: 2px;
        border-bottom: 1px solid #C9BD9B;
        font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: bold; }
      #step .step__box .step__box-txt--s {
        font-size: 1.2rem; }
        @media (min-width: 375px) {
          #step .step__box .step__box-txt--s {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #step .step__box .step__box-txt--s {
            font-size: 1.4rem; } }
      #step .step__box .step__box-txt--l {
        font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: bold; }
    #step .step__box .step__contact-wp {
      margin: 0 auto 20px;
      box-sizing: border-box; }
      #step .step__box .step__contact-wp .step__contact {
        flex: 0 1 100%;
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        border: 3px solid #C9BD9B; }
        #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
          padding: 5px 0;
          margin: auto;
          background: #C9BD9B;
          color: #FFF;
          font-size: 1.6rem;
          text-align: center; }
          @media (min-width: 375px) {
            #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
              font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
          @media (min-width: 900px) {
            #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
              font-size: 2.2rem; } }
        #step .step__box .step__contact-wp .step__contact .step__contact-txt {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 15px 4% 20px; }
        #step .step__box .step__contact-wp .step__contact .step__contact-img {
          flex: 0 1 40%;
          width: 40%;
          max-width: 40%;
          max-width: 180px; }
        #step .step__box .step__contact-wp .step__contact .step__contact-tell {
          flex: 0 1 60%;
          width: 60%;
          max-width: 60%; }
        #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt {
          margin-bottom: 8px;
          font-size: 1.3rem;
          font-weight: bold;
          text-align: center;
          line-height: 1; }
          @media (min-width: 375px) {
            #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt {
              font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
          @media (min-width: 900px) {
            #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt {
              font-size: 1.6rem; } }
          #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--num {
            margin-bottom: 5px;
            font-size: 2.2rem; }
            @media (min-width: 375px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--num {
                font-size: calc( 2.2rem + ( 1vw - 3.75px ) * 1.9047619048 ); } }
            @media (min-width: 900px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--num {
                font-size: 3.2rem; } }
          #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--time {
            display: inline-block;
            font-size: 2.2rem;
            line-height: 1; }
            @media (min-width: 375px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--time {
                font-size: calc( 2.2rem + ( 1vw - 3.75px ) * 1.9047619048 ); } }
            @media (min-width: 900px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--time {
                font-size: 3.2rem; } }
          #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--s {
            display: block;
            font-size: 1.2rem;
            font-weight: normal;
            font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: normal; }
            @media (min-width: 375px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--s {
                font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.7619047619 ); } }
            @media (min-width: 900px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--s {
                font-size: 1.6rem; } }
          #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--right {
            display: block;
            margin-bottom: 0;
            font-size: 1.2rem;
            font-weight: normal;
            text-align: right;
            line-height: 1.8;
            font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: normal; }
            @media (min-width: 375px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--right {
                font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.1904761905 ); } }
            @media (min-width: 900px) {
              #step .step__box .step__contact-wp .step__contact .step__contact-tell-txt--right {
                font-size: 1.3rem; } }
        #step .step__box .step__contact-wp .step__contact .step__btn a {
          padding: 8px 16px;
          font-size: 1.2rem;
          text-align: center;
          line-height: 1.5; }
          @media (min-width: 375px) {
            #step .step__box .step__contact-wp .step__contact .step__btn a {
              font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
          @media (min-width: 900px) {
            #step .step__box .step__contact-wp .step__contact .step__btn a {
              font-size: 1.4rem; } }
          #step .step__box .step__contact-wp .step__contact .step__btn a i {
            font-size: 1rem; }
        #step .step__box .step__contact-wp .step__contact:nth-of-type(2) .step__contact-img {
          flex: 0 1 35%;
          width: 35%;
          max-width: 35%; }
          #step .step__box .step__contact-wp .step__contact:nth-of-type(2) .step__contact-img img {
            width: 60%;
            max-width: 100px; }
    #step .step__box .step__attention {
      margin-bottom: 30px;
      padding: 20px 15px;
      border: 1px solid #D9D9D9;
      text-align: left; }
      #step .step__box .step__attention .step__attention-ttl {
        margin-bottom: 8px;
        font-size: 1.3rem;
        font-weight: bold;
        line-height: 1; }
      #step .step__box .step__attention .step__attention-txt {
        font-size: 1.3rem;
        font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: normal;
        letter-spacing: 0;
        line-height: 1.5; }
        #step .step__box .step__attention .step__attention-txt--l {
          font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
          font-weight: bold; }
    #step .step__box .step__preview {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto 15px; }
      #step .step__box .step__preview .step__preview-img {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%;
        width: 48%;
        max-width: 820px;
        margin: 0 auto; }
    #step .step__box .step__box-btn a {
      position: relative;
      width: 90%;
      max-width: 390px;
      margin: 0 auto 25px;
      padding: 15px 0;
      background: #7BA820;
      border-radius: 40px;
      color: #FFF;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.4; }
      @media (min-width: 375px) {
        #step .step__box .step__box-btn a {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
      @media (min-width: 900px) {
        #step .step__box .step__box-btn a {
          font-size: 1.5rem; } }
      #step .step__box .step__box-btn a .step__box-btn-txt--l {
        font-size: 1.6rem; }
        @media (min-width: 375px) {
          #step .step__box .step__box-btn a .step__box-btn-txt--l {
            font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
        @media (min-width: 900px) {
          #step .step__box .step__box-btn a .step__box-btn-txt--l {
            font-size: 2.2rem; } }
      #step .step__box .step__box-btn a::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 11px;
        border-color: transparent transparent transparent #FFF;
        content: ''; }
    #step .step__box .step__box-subttl {
      display: inline-block;
      margin-bottom: 20px;
      padding: 0 2px 10px;
      font-size: 1.6rem;
      text-align: center;
      line-height: 1;
      background-image: linear-gradient(to right, #C9BD9B, #C9BD9B 4px, transparent 4px, transparent 8px);
      /* 幅2の線を作る */
      background-size: 8px 1px;
      /* グラデーションの幅・高さを指定 */
      background-position: left bottom;
      /* 背景の開始位置を指定 */
      background-repeat: repeat-x; }
      @media (min-width: 375px) {
        #step .step__box .step__box-subttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
      @media (min-width: 900px) {
        #step .step__box .step__box-subttl {
          font-size: 1.8rem; } }
    #step .step__box .step__box-item-wp .step__box-item {
      margin-bottom: 20px;
      border: 2px solid #C9BD9B; }
      #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
        padding: 10px 0;
        background: #C9BD9B;
        color: #FFF;
        text-align: center;
        line-height: 1;
        font-size: 1.5rem; }
        @media (min-width: 375px) {
          #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
            font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 1.3333333333 ); } }
        @media (min-width: 900px) {
          #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
            font-size: 2.2rem; } }
      #step .step__box .step__box-item-wp .step__box-item .step__box-item-content {
        padding: 20px 10px; }
        #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt {
          font-size: 1.4rem;
          font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
          font-weight: normal; }
          @media (min-width: 375px) {
            #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt {
              font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
          @media (min-width: 900px) {
            #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt {
              font-size: 1.6rem; } }
          #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--l {
            display: inline-block;
            font-weight: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: bold; }
          #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--mark {
            border-bottom: 1px solid #C9BD9B; }
  #step #req .req__box {
    margin-bottom: 20px;
    border: 2px solid #C9BD9B; }
    #step #req .req__box .req__box-ttl {
      margin: auto;
      padding: 5px 0;
      background: #C9BD9B;
      color: #FFF;
      font-size: 1.6rem;
      text-align: center; }
      @media (min-width: 375px) {
        #step #req .req__box .req__box-ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
      @media (min-width: 900px) {
        #step #req .req__box .req__box-ttl {
          font-size: 2.2rem; } }
    #step #req .req__box .req__cont {
      padding: 25px 20px 25px 15px; }
      #step #req .req__box .req__cont .req__cont-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px; }
        #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) .req__cont-img img, #step #req .req__box .req__cont .req__cont-box:nth-of-type(3) .req__cont-img img {
          width: 65%; }
        #step #req .req__box .req__cont .req__cont-box:last-of-type {
          margin-bottom: 0; }
        #step #req .req__box .req__cont .req__cont-box .req__cont-img {
          flex: 0 1 18%;
          width: 18%;
          max-width: 18%; }
        #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox {
          flex: 0 1 80%;
          width: 80%;
          max-width: 80%;
          text-align: left; }
          #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-ttl {
            margin-bottom: 5px;
            font-size: 1.4rem;
            text-indent: -1em;
            padding-left: 1em;
            letter-spacing: 0; }
            @media (min-width: 375px) {
              #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-ttl {
                font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
            @media (min-width: 900px) {
              #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-ttl {
                font-size: 1.6rem; } }
          #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-txt {
            padding-left: 12px;
            font-size: 1.3rem;
            font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: normal;
            letter-spacing: 0; }
            #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-txt--l {
              font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
              font-weight: bold; }
  #step .judge__wp {
    margin-bottom: 20px; }
    #step .judge__wp .judge__box {
      position: relative;
      margin-bottom: 30px;
      border: 2px solid #C9BD9B; }
      #step .judge__wp .judge__box:last-of-type {
        margin-bottom: 0; }
        #step .judge__wp .judge__box:last-of-type .judge__box-txt::before, #step .judge__wp .judge__box:last-of-type .judge__box-txt::after {
          display: none; }
      #step .judge__wp .judge__box .judge__box-ttl {
        margin: auto;
        padding: 5px 0;
        background: #C9BD9B;
        color: #FFF;
        font-size: 1.4rem;
        text-align: center; }
        @media (min-width: 375px) {
          #step .judge__wp .judge__box .judge__box-ttl {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #step .judge__wp .judge__box .judge__box-ttl {
            font-size: 1.6rem; } }
      #step .judge__wp .judge__box .judge__box-txt {
        padding: 15px;
        line-height: 1.5;
        font-size: 1.6rem; }
        @media (min-width: 375px) {
          #step .judge__wp .judge__box .judge__box-txt {
            font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #step .judge__wp .judge__box .judge__box-txt {
            font-size: 1.8rem; } }
        #step .judge__wp .judge__box .judge__box-txt--s {
          font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
          font-size: 1.1rem;
          font-weight: normal; }
          @media (min-width: 375px) {
            #step .judge__wp .judge__box .judge__box-txt--s {
              font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
          @media (min-width: 900px) {
            #step .judge__wp .judge__box .judge__box-txt--s {
              font-size: 1.3rem; } }
        #step .judge__wp .judge__box .judge__box-txt::before, #step .judge__wp .judge__box .judge__box-txt::after {
          display: block;
          position: absolute;
          bottom: -18px;
          left: 50%;
          transform: translate(-50%, 0%);
          width: 14px;
          height: 2px;
          background: #C9BD9B;
          content: ''; }
        #step .judge__wp .judge__box .judge__box-txt::after {
          transform: translate(-50%, 0%) rotate(90deg); }
  #step #payment .step__box-txt {
    margin-bottom: 15px; }
  #step #payment .payment__bank {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: center; }
    @media (min-width: 375px) {
      #step #payment .payment__bank {
        font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
    @media (min-width: 900px) {
      #step #payment .payment__bank {
        font-size: 1.6rem; } }
    #step #payment .payment__bank .payment__bank-ttl {
      margin-bottom: 10px;
      line-height: 1;
      font-size: 1.4rem; }
      @media (min-width: 375px) {
        #step #payment .payment__bank .payment__bank-ttl {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
      @media (min-width: 900px) {
        #step #payment .payment__bank .payment__bank-ttl {
          font-size: 1.6rem; } }
    #step #payment .payment__bank .payment__bank-txt {
      display: inline-block;
      font-size: 1.4rem;
      text-align: left; }
      @media (min-width: 375px) {
        #step #payment .payment__bank .payment__bank-txt {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
      @media (min-width: 900px) {
        #step #payment .payment__bank .payment__bank-txt {
          font-size: 1.6rem; } }
      #step #payment .payment__bank .payment__bank-txt--mark {
        padding-bottom: 2px;
        border-bottom: 1px solid #C9BD9B; }
  #step #payment .payment__period {
    margin-bottom: 20px;
    padding: 20px 10px;
    border: 1px solid #C9BD9B; }
    #step #payment .payment__period .payment__period-ex {
      margin-bottom: 15px;
      font-size: 1.3rem;
      font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
      font-weight: normal;
      text-align: left; }
      @media (min-width: 375px) {
        #step #payment .payment__period .payment__period-ex {
          font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
      @media (min-width: 900px) {
        #step #payment .payment__period .payment__period-ex {
          font-size: 1.6rem; } }
    #step #payment .payment__period .payment__period-img {
      margin-bottom: 10px; }
    #step #payment .payment__period .payment__period-txt {
      font-size: 1.2rem;
      font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
      font-weight: normal;
      text-align: left;
      letter-spacing: 0; }
      @media (min-width: 375px) {
        #step #payment .payment__period .payment__period-txt {
          font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.7619047619 ); } }
      @media (min-width: 900px) {
        #step #payment .payment__period .payment__period-txt {
          font-size: 1.6rem; } }
  #step #payment .payment__month-wp {
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 15px; }
    #step #payment .payment__month-wp .payment__month-cont-txt {
      font-size: 1.4rem;
      font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
      font-weight: normal;
      line-height: 1.5;
      letter-spacing: 0; }
      @media (min-width: 375px) {
        #step #payment .payment__month-wp .payment__month-cont-txt {
          font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
      @media (min-width: 900px) {
        #step #payment .payment__month-wp .payment__month-cont-txt {
          font-size: 1.6rem; } }
      #step #payment .payment__month-wp .payment__month-cont-txt--mark {
        display: inline-block;
        border-bottom: 1px solid #C9BD9B;
        font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: bold;
        line-height: 1.1; }
      #step #payment .payment__month-wp .payment__month-cont-txt--l {
        font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: bold; }
      #step #payment .payment__month-wp .payment__month-cont-txt .txt-s {
        display: block;
        margin-bottom: 10px;
        font-size: 1.2rem; }
      #step #payment .payment__month-wp .payment__month-cont-txt .payment__month-cont-note {
        padding: 5px .5em 0;
        font-size: 1.3rem;
        text-align: left; }
  #step #payment .step__attention {
    margin-bottom: 30px; }
  #step #key .step__info {
    margin-bottom: 30px; }
    #step #key .step__info .step__info-map {
      margin-bottom: 25px; }
    #step #key .step__info .step__info-address {
      text-align: left; }
      #step #key .step__info .step__info-address .step__info-address-name {
        margin-bottom: 12px;
        color: #C9BD9B;
        font-size: 1.4rem;
        font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: normal;
        line-height: 1; }
        @media (min-width: 375px) {
          #step #key .step__info .step__info-address .step__info-address-name {
            font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.7619047619 ); } }
        @media (min-width: 900px) {
          #step #key .step__info .step__info-address .step__info-address-name {
            font-size: 1.8rem; } }
      #step #key .step__info .step__info-address .step__info-address-txt {
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: normal; }
        @media (min-width: 375px) {
          #step #key .step__info .step__info-address .step__info-address-txt {
            font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
        @media (min-width: 900px) {
          #step #key .step__info .step__info-address .step__info-address-txt {
            font-size: 1.5rem; } }
      #step #key .step__info .step__info-address .step__info-address-way {
        position: relative;
        margin-bottom: 15px;
        padding-left: 1em;
        font-size: 1.1rem; }
        @media (min-width: 375px) {
          #step #key .step__info .step__info-address .step__info-address-way {
            font-size: calc( 1.1rem + ( 1vw - 3.75px ) * 0.380952381 ); } }
        @media (min-width: 900px) {
          #step #key .step__info .step__info-address .step__info-address-way {
            font-size: 1.3rem; } }
        #step #key .step__info .step__info-address .step__info-address-way:last-of-type {
          margin-bottom: 0; }
        #step #key .step__info .step__info-address .step__info-address-way::before {
          display: inline-block;
          position: absolute;
          left: 0;
          font-family: "Font Awesome 5 Free";
          font-size: .75em;
          content: ""; }
        #step #key .step__info .step__info-address .step__info-address-way .step__info-address-way--s {
          font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
          font-weight: normal; }
  #step #key .key__txt {
    margin-bottom: 25px;
    font-size: 1.2rem;
    font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    font-weight: normal;
    letter-spacing: 0; }
    @media (min-width: 375px) {
      #step #key .key__txt {
        font-size: calc( 1.2rem + ( 1vw - 3.75px ) * 0.7619047619 ); } }
    @media (min-width: 900px) {
      #step #key .key__txt {
        font-size: 1.6rem; } }
    #step #key .key__txt--l {
      font-size: 1.5rem;
      font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
      font-weight: bold; }
      @media (min-width: 375px) {
        #step #key .key__txt--l {
          font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
      @media (min-width: 900px) {
        #step #key .key__txt--l {
          font-size: 1.8rem; } }
  #step #key .key__box {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #C9BD9B; }
    #step #key .key__box .key__box-ttl {
      margin: auto;
      padding: 5px 0;
      background: #C9BD9B;
      color: #FFF;
      font-size: 1.6rem;
      text-align: center; }
      @media (min-width: 375px) {
        #step #key .key__box .key__box-ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
      @media (min-width: 900px) {
        #step #key .key__box .key__box-ttl {
          font-size: 2.2rem; } }
    #step #key .key__box .key__cont {
      padding: 25px 15px; }
      #step #key .key__box .key__cont .key__cont-box:nth-of-type(2) .key__cont-ttl {
        margin-bottom: 10px; }
      #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
        font-size: 1.5rem; }
        @media (min-width: 375px) {
          #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
            font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
        @media (min-width: 900px) {
          #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
            font-size: 1.8rem; } }
      #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp {
        margin-bottom: 20px;
        padding: 18px 18px 5px 18px;
        background: #F6F4EE; }
        #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item:nth-of-type(2) {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box:nth-of-type(odd) {
            flex: 0 1 15%;
            width: 15%;
            max-width: 15%; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box:nth-of-type(even) {
            flex: 0 1 77%;
            width: 77%;
            max-width: 77%; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-img {
            width: 100%;
            padding-top: 1em; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt {
            margin-bottom: 2px;
            font-size: 1.3rem;
            font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: normal;
            text-align: left;
            line-height: 1.5; }
            @media (min-width: 375px) {
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt {
                font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
            @media (min-width: 900px) {
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt {
                font-size: 1.6rem; } }
            #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt--l {
              font-size: 1.4rem;
              font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
              font-weight: bold;
              line-height: 1.8; }
              @media (min-width: 375px) {
                #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt--l {
                  font-size: calc( 1.4rem + ( 1vw - 3.75px ) * 0.7619047619 ); } }
              @media (min-width: 900px) {
                #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt--l {
                  font-size: 1.8rem; } }
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-list {
            font-size: 1.3rem;
            font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
            font-weight: normal;
            text-align: left;
            line-height: 1.5;
            letter-spacing: 0; }
            @media (min-width: 375px) {
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-list {
                font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
            @media (min-width: 900px) {
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-list {
                font-size: 1.6rem; } }
            #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-list--l {
              font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
              font-weight: bold; }
      #step #key .key__box .key__cont .key__cont-box .key__cont-img {
        width: 42%;
        max-width: 200px;
        margin: 0 auto 15px; }
      #step #key .key__box .key__cont .key__cont-box .key__cont-txt {
        margin-bottom: 10px;
        font-size: 1.3rem;
        font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: normal;
        line-height: 1; }
        @media (min-width: 375px) {
          #step #key .key__box .key__cont .key__cont-box .key__cont-txt {
            font-size: calc( 1.3rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
        @media (min-width: 900px) {
          #step #key .key__box .key__cont .key__cont-box .key__cont-txt {
            font-size: 1.6rem; } }
      #step #key .key__box .key__cont .key__cont-box .key__cont-note {
        padding: 0 8px;
        font-size: 1.3rem;
        font-family: 游ゴシック体 Pr6N M, Yu Gothic Pr6N M, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: normal;
        text-align: left;
        letter-spacing: 0; }

#cancel {
  max-width: 900px;
  margin: 0 auto 60px; }
  #cancel .cancel__ttl {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid #C9BD9B;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1; }
    @media (min-width: 375px) {
      #cancel .cancel__ttl {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
    @media (min-width: 900px) {
      #cancel .cancel__ttl {
        font-size: 2.2rem; } }
  #cancel .cancel__btn a {
    position: relative;
    width: 90%;
    max-width: 390px;
    margin: 0 auto;
    padding: 25px 0;
    background: #7BA820;
    border-radius: 40px;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1; }
    @media (min-width: 375px) {
      #cancel .cancel__btn a {
        font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 0.9523809524 ); } }
    @media (min-width: 900px) {
      #cancel .cancel__btn a {
        font-size: 2.1rem; } }
    #cancel .cancel__btn a::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 8px 11px;
      border-color: transparent transparent transparent #FFF;
      content: ''; }

#osaka {
  /*-------フローチャート-------*/
  /*-------ご利用の流れ-------*/ }
  #osaka #flow-chart .flow-chart__list li {
    padding: 30px 12px;
    background: #EF9049; }
    #osaka #flow-chart .flow-chart__list li::after {
      color: #EF9049; }
    #osaka #flow-chart .flow-chart__list li:last-of-type {
      background: #EF6600; }
  #osaka #step .step__box::after {
    background: url("/img/flow/osaka/step-arrow.svg") no-repeat center/contain; }
  #osaka #step .step__box .step__box-ttl {
    border-color: #EF9049; }
    #osaka #step .step__box .step__box-ttl .step__box-num {
      color: #EF9049; }
  #osaka #step .step__box .step__contact-wp .step__contact {
    border-color: #EF9049; }
    #osaka #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
      background: #EF9049; }
  #osaka #step .step__box .step__box-subttl {
    background-image: linear-gradient(to right, #EF9049, #EF9049 4px, transparent 4px, transparent 8px); }
  #osaka #step .step__box .step__box-item-wp .step__box-item {
    border-color: #EF9049; }
    #osaka #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
      background: #EF9049; }
    #osaka #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--mark {
      border-color: #EF9049; }
  #osaka #step #req .req__box {
    border-color: #EF9049; }
    #osaka #step #req .req__box .req__box-ttl {
      background: #EF9049; }
  #osaka #step .judge__wp .judge__box {
    border-color: #EF9049; }
    #osaka #step .judge__wp .judge__box .judge__box-ttl {
      background: #EF9049; }
    #osaka #step .judge__wp .judge__box .judge__box-txt::before, #osaka #step .judge__wp .judge__box .judge__box-txt::after {
      background: #EF9049; }
  #osaka #step #payment .step__box-txt--mark {
    border-color: #EF9049; }
  #osaka #step #payment .payment__bank .payment__bank-txt--mark {
    border-color: #EF9049; }
  #osaka #step #payment .payment__period {
    border-color: #EF9049; }
  #osaka #step #payment .payment__month-wp .payment__month-box {
    border-color: #EF9049; }
    #osaka #step #payment .payment__month-wp .payment__month-box .payment__month-ttl {
      background: #EF9049; }
    #osaka #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt--mark {
      border-color: #EF9049; }
  #osaka #step #contract {
    position: relative; }
    #osaka #step #contract .contract__dec {
      position: absolute;
      bottom: -5px;
      right: 7.5%;
      max-width: 50px; }
  #osaka #step #app {
    position: relative; }
    #osaka #step #app .step__box-txt {
      margin-bottom: 20px; }
    #osaka #step #app .step__attention {
      position: relative;
      margin-bottom: 30px; }
    #osaka #step #app .app__dec {
      position: absolute;
      bottom: -13px;
      left: 10%;
      max-width: 40px; }
  #osaka #cancel .cancel__ttl {
    border-color: #EF9049; }
  #osaka #step .step__box::after {
    background: url("/img/flow/osaka/step-arrow.svg") no-repeat center/contain; }

#hyogo {
  /*-------フローチャート-------*/
  /*-------ご利用の流れ-------*/ }
  #hyogo #flow-chart .flow-chart__list li {
    padding: 30px 12px;
    background: #4D5BA8; }
    #hyogo #flow-chart .flow-chart__list li::after {
      color: #4D5BA8; }
    #hyogo #flow-chart .flow-chart__list li:last-of-type {
      background: #3958FF; }
  #hyogo #step .step__box::after {
    background: url("/img/flow/osaka/step-arrow.svg") no-repeat center/contain; }
  #hyogo #step .step__box .step__box-ttl {
    border-color: #4D5BA8; }
    #hyogo #step .step__box .step__box-ttl .step__box-num {
      color: #4D5BA8; }
  #hyogo #step .step__box .step__contact-wp .step__contact {
    border-color: #4D5BA8; }
    #hyogo #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
      background: #4D5BA8; }
  #hyogo #step .step__box .step__box-subttl {
    background-image: linear-gradient(to right, #4D5BA8, #4D5BA8 4px, transparent 4px, transparent 8px); }
  #hyogo #step .step__box .step__box-item-wp .step__box-item {
    border-color: #4D5BA8; }
    #hyogo #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
      background: #4D5BA8; }
    #hyogo #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--mark {
      border-color: #4D5BA8; }
  #hyogo #step #req .req__box {
    border-color: #4D5BA8; }
    #hyogo #step #req .req__box .req__box-ttl {
      background: #4D5BA8; }
  #hyogo #step .judge__wp .judge__box {
    border-color: #4D5BA8; }
    #hyogo #step .judge__wp .judge__box .judge__box-ttl {
      background: #4D5BA8; }
    #hyogo #step .judge__wp .judge__box .judge__box-txt::before, #hyogo #step .judge__wp .judge__box .judge__box-txt::after {
      background: #4D5BA8; }
  #hyogo #step #payment .step__box-txt--mark {
    border-color: #4D5BA8; }
  #hyogo #step #payment .payment__bank .payment__bank-txt--mark {
    border-color: #4D5BA8; }
  #hyogo #step #payment .payment__period {
    border-color: #4D5BA8; }
  #hyogo #step #payment .payment__month-wp .payment__month-box {
    border-color: #4D5BA8; }
    #hyogo #step #payment .payment__month-wp .payment__month-box .payment__month-ttl {
      background: #4D5BA8; }
    #hyogo #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt--mark {
      border-color: #4D5BA8; }
  #hyogo #step #contract {
    position: relative; }
    #hyogo #step #contract .contract__dec {
      position: absolute;
      bottom: -5px;
      right: 7.5%;
      max-width: 50px; }
  #hyogo #step #app {
    position: relative; }
    #hyogo #step #app .step__box-txt {
      margin-bottom: 20px; }
    #hyogo #step #app .step__attention {
      position: relative;
      margin-bottom: 30px; }
    #hyogo #step #app .app__dec {
      position: absolute;
      bottom: -13px;
      left: 10%;
      max-width: 40px; }
  #hyogo #cancel .cancel__ttl {
    border-color: #4D5BA8; }
  #hyogo #step .step__box::after {
    background: url("/img/flow/hyogo/step-arrow.svg") no-repeat center/contain; }

#shiga {
  /*-------フローチャート-------*/
  /*-------ご利用の流れ-------*/ }
  #shiga #flow-chart .flow-chart__list li {
    padding: 30px 12px;
    background: #9BC9C9; }
    #shiga #flow-chart .flow-chart__list li::after {
      color: #9BC9C9; }
    #shiga #flow-chart .flow-chart__list li:last-of-type {
      background: #40C1C1; }
  #shiga #step .step__box::after {
    background: url("/img/flow/osaka/step-arrow.svg") no-repeat center/contain; }
  #shiga #step .step__box .step__box-ttl {
    border-color: #9BC9C9; }
    #shiga #step .step__box .step__box-ttl .step__box-num {
      color: #9BC9C9; }
  #shiga #step .step__box .step__contact-wp .step__contact {
    border-color: #9BC9C9; }
    #shiga #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
      background: #9BC9C9; }
  #shiga #step .step__box .step__box-subttl {
    background-image: linear-gradient(to right, #9BC9C9, #9BC9C9 4px, transparent 4px, transparent 8px); }
  #shiga #step .step__box .step__box-item-wp .step__box-item {
    border-color: #9BC9C9; }
    #shiga #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
      background: #9BC9C9; }
    #shiga #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--mark {
      border-color: #9BC9C9; }
  #shiga #step #req .req__box {
    border-color: #9BC9C9; }
    #shiga #step #req .req__box .req__box-ttl {
      background: #9BC9C9; }
  #shiga #step .judge__wp .judge__box {
    border-color: #9BC9C9; }
    #shiga #step .judge__wp .judge__box .judge__box-ttl {
      background: #9BC9C9; }
    #shiga #step .judge__wp .judge__box .judge__box-txt::before, #shiga #step .judge__wp .judge__box .judge__box-txt::after {
      background: #9BC9C9; }
  #shiga #step #payment .step__box-txt--mark {
    border-color: #9BC9C9; }
  #shiga #step #payment .payment__bank .payment__bank-txt--mark {
    border-color: #9BC9C9; }
  #shiga #step #payment .payment__period {
    border-color: #9BC9C9; }
  #shiga #step #payment .payment__month-wp .payment__month-box {
    border-color: #9BC9C9; }
    #shiga #step #payment .payment__month-wp .payment__month-box .payment__month-ttl {
      background: #9BC9C9; }
    #shiga #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt--mark {
      border-color: #9BC9C9; }
  #shiga #step #contract {
    position: relative; }
    #shiga #step #contract .contract__dec {
      position: absolute;
      bottom: -5px;
      right: 7.5%;
      max-width: 50px; }
  #shiga #step #app {
    position: relative; }
    #shiga #step #app .step__box-txt {
      margin-bottom: 20px; }
    #shiga #step #app .step__attention {
      position: relative;
      margin-bottom: 30px; }
    #shiga #step #app .app__dec {
      position: absolute;
      bottom: -13px;
      left: 10%;
      max-width: 40px; }
  #shiga #cancel .cancel__ttl {
    border-color: #9BC9C9; }
  #shiga #step .step__box::after {
    background: url("/img/flow/shiga/step-arrow.svg") no-repeat center/contain; }

#aichi {
  /*-------フローチャート-------*/
  /*-------ご利用の流れ-------*/ }
  #aichi #flow-chart .flow-chart__list li {
    padding: 30px 12px;
    background: #B2505E; }
    #aichi #flow-chart .flow-chart__list li::after {
      color: #B2505E; }
    #aichi #flow-chart .flow-chart__list li:last-of-type {
      background: #E63851; }
  #aichi #step .step__box::after {
    background: url("/img/flow/osaka/step-arrow.svg") no-repeat center/contain; }
  #aichi #step .step__box .step__box-ttl {
    border-color: #B2505E; }
    #aichi #step .step__box .step__box-ttl .step__box-num {
      color: #B2505E; }
  #aichi #step .step__box .step__contact-wp .step__contact {
    border-color: #B2505E; }
    #aichi #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
      background: #B2505E; }
  #aichi #step .step__box .step__box-subttl {
    background-image: linear-gradient(to right, #B2505E, #B2505E 4px, transparent 4px, transparent 8px); }
  #aichi #step .step__box .step__box-item-wp .step__box-item {
    border-color: #B2505E; }
    #aichi #step .step__box .step__box-item-wp .step__box-item .step__box-item-ttl {
      background: #B2505E; }
    #aichi #step .step__box .step__box-item-wp .step__box-item .step__box-item-content .step__box-item-txt--mark {
      border-color: #B2505E; }
  #aichi #step #req .req__box {
    border-color: #B2505E; }
    #aichi #step #req .req__box .req__box-ttl {
      background: #B2505E; }
  #aichi #step .judge__wp .judge__box {
    border-color: #B2505E; }
    #aichi #step .judge__wp .judge__box .judge__box-ttl {
      background: #B2505E; }
    #aichi #step .judge__wp .judge__box .judge__box-txt::before, #aichi #step .judge__wp .judge__box .judge__box-txt::after {
      background: #B2505E; }
  #aichi #step #payment .step__box-txt--mark {
    border-color: #B2505E; }
  #aichi #step #payment .payment__bank .payment__bank-txt--mark {
    border-color: #B2505E; }
  #aichi #step #payment .payment__period {
    border-color: #B2505E; }
  #aichi #step #payment .payment__month-wp .payment__month-box {
    border-color: #B2505E; }
    #aichi #step #payment .payment__month-wp .payment__month-box .payment__month-ttl {
      background: #B2505E; }
    #aichi #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt--mark {
      border-color: #B2505E; }
  #aichi #step #contract {
    position: relative; }
    #aichi #step #contract .contract__dec {
      position: absolute;
      bottom: -5px;
      right: 7.5%;
      max-width: 50px; }
  #aichi #step #app {
    position: relative; }
    #aichi #step #app .step__box-txt {
      margin-bottom: 20px; }
    #aichi #step #app .step__attention {
      position: relative;
      margin-bottom: 30px; }
    #aichi #step #app .app__dec {
      position: absolute;
      bottom: -13px;
      left: 10%;
      max-width: 40px; }
  #aichi #cancel .cancel__ttl {
    border-color: #B2505E; }
  #aichi #step .step__box::after {
    background: url("/img/flow/aichi/step-arrow.svg") no-repeat center/contain; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #osaka #contents, #kyoto #contents, #hyogo #contents, #shiga #contents, #aichi #contents {
    padding-top: 100px; }

  /*-------step__btn-------*/
  .step__btn a {
    padding: 20px 30px 20px 20px;
    line-height: 1.4; }
    .step__btn a::after {
      right: 8px;
      border-width: 7px 0 7px 12px; }

  /*-------フローチャート-------*/
  #kyoto #step .step__box .step__box-txt {
    max-width: 100%; }

  /*-------フローチャート-------*/
  #flow-chart {
    max-width: 900px; }
    #flow-chart .flow-chart__list {
      max-width: none; }
      #flow-chart .flow-chart__list li {
        flex: 0 1 12.5%;
        width: 12.5%;
        max-width: 12.5%;
        max-width: 110px;
        max-height: 110px;
        padding: 0;
        border-radius: 50%;
        font-size: 16px;
        font-size: 1.4rem;
        line-height: 1.65;
        writing-mode: horizontal-tb; } }
      @media screen and (min-width: 769px) and (min-width: 769px) {
        #flow-chart .flow-chart__list li {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.5267175573 ); } }
      @media screen and (min-width: 769px) and (min-width: 900px) {
        #flow-chart .flow-chart__list li {
          font-size: 1.6rem; } }
@media screen and (min-width: 769px) {
        #flow-chart .flow-chart__list li .flow-chart__list-box {
          width: 100%;
          padding-top: 100%;
          height: 0; }
          #flow-chart .flow-chart__list li .flow-chart__list-box .flow-chart__list-txt {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        #flow-chart .flow-chart__list li span {
          display: none; }
        #flow-chart .flow-chart__list li::after {
          right: -3.3vw;
          font-size: 2rem; }
        #flow-chart .flow-chart__list li:last-of-type::after {
          display: none; }

  /*-------ご利用の流れ-------*/
  #step {
    margin: 0 auto;
    max-width: 900px; }
    #step .step__ttl {
      margin-bottom: 35px; }
    #step .step__box {
      margin-bottom: 30px; }
      #step .step__box::after {
        display: block;
        width: 85px;
        height: 60px;
        margin: 0 auto;
        background: url("/img/flow/step-arrow.svg");
        content: ''; }
      #step .step__box:last-child {
        margin-bottom: 70px; }
      #step .step__box .step__box-ttl {
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: 3px solid #C9BD9B; }
        #step .step__box .step__box-ttl .step__box-num {
          margin-bottom: 10px; }
      #step .step__box .step__box-txt {
        max-width: 680px;
        margin: 0 auto 40px;
        line-height: 2; }
      #step .step__box .step__contact-wp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: none;
        margin-bottom: 30px; }
        #step .step__box .step__contact-wp .step__contact {
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center;
          flex: 0 1 328px;
          width: 328px;
          max-width: 328px;
          width: 31%;
          margin: 0 3.5% 0 0;
          box-sizing: border-box; }
          #step .step__box .step__contact-wp .step__contact:nth-of-type(3n), #step .step__box .step__contact-wp .step__contact:last-of-type {
            margin-right: 0; }
          #step .step__box .step__contact-wp .step__contact .step__contact-ttl {
            height: 50px;
            padding: 0;
            line-height: 50px; }
          #step .step__box .step__contact-wp .step__contact .step__contact-txt {
            display: grid;
            grid-template-rows: minmax(50%, 160px) minmax(30%, 90px);
            grid-template-columns: 100%;
            padding: 20px;
            box-sizing: border-box; }
          #step .step__box .step__contact-wp .step__contact .step__contact-img {
            flex: 0 1 auto;
            width: auto;
            max-width: auto;
            width: 100%;
            max-width: 165px;
            margin: auto auto 20px; }
          #step .step__box .step__contact-wp .step__contact .step__contact-tell {
            flex: 0 1 auto;
            width: auto;
            max-width: auto;
            width: 100%;
            max-width: none;
            padding-top: 0; }
            #step .step__box .step__contact-wp .step__contact .step__contact-tell .step__contact-tell-txt--num {
              margin-bottom: 10px; }
          #step .step__box .step__contact-wp .step__contact:nth-of-type(2) .step__contact-img {
            flex: 0 1 auto;
            width: auto;
            max-width: auto;
            width: 100%;
            max-width: 100%; }
      #step .step__box .step__attention {
        padding: 18px 3%;
        line-height: 1;
        text-align: left; }
        #step .step__box .step__attention .step__attention-txt {
          line-height: 1.8; }
      #step .step__box .step__preview {
        margin: 0 auto 30px; }
      #step .step__box .step__box-btn a {
        width: 100%;
        max-width: 480px; }
        #step .step__box .step__box-btn a::after {
          right: 40px; }
    #step #req .req__box {
      margin-bottom: 25px;
      border-width: 3px; }
      #step #req .req__box .req__box-ttl {
        padding: 10px 0; }
      #step #req .req__box .req__cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 30px 40px 25px; }
        #step #req .req__box .req__cont .req__cont-box {
          display: block;
          margin-bottom: 0; }
          #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) {
            flex: 0 1 46%;
            width: 46%;
            max-width: 46%; }
            #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) .req__cont-img {
              max-width: 65px; }
              #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) .req__cont-img img {
                width: 100%; }
          #step #req .req__box .req__cont .req__cont-box:nth-of-type(2) {
            flex: 0 1 52%;
            width: 52%;
            max-width: 52%; }
            #step #req .req__box .req__cont .req__cont-box:nth-of-type(2) .req__cont-img {
              max-width: 175px; }
          #step #req .req__box .req__cont .req__cont-box .req__cont-img {
            flex: 0 1 auto;
            width: auto;
            max-width: auto;
            max-width: none;
            margin: 0 auto 25px; }
          #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox {
            flex: 0 1 auto;
            width: auto;
            max-width: auto;
            max-width: none; }
            #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-ttl {
              margin-bottom: 5px;
              padding-left: 0;
              text-indent: 0; }
            #step #req .req__box .req__cont .req__cont-box .req__cont-txtbox .req__cont-txt {
              padding-left: 16px; }
    #step #req .req__box .req__cont {
      padding: 30px 25px 20px 30px; }
      #step #req .req__box .req__cont .req__cont-box:nth-of-type(1), #step #req .req__box .req__cont .req__cont-box:nth-of-type(3) {
        flex: 0 1 29.5%;
        width: 29.5%;
        max-width: 29.5%; }
        #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) .req__cont-img, #step #req .req__box .req__cont .req__cont-box:nth-of-type(3) .req__cont-img {
          max-width: 65px; }
          #step #req .req__box .req__cont .req__cont-box:nth-of-type(1) .req__cont-img img, #step #req .req__box .req__cont .req__cont-box:nth-of-type(3) .req__cont-img img {
            width: 100%; }
      #step #req .req__box .req__cont .req__cont-box:nth-of-type(2) {
        flex: 0 1 34.5%;
        width: 34.5%;
        max-width: 34.5%; }
    #step #req.common .req__box .req__cont .req__cont-box:nth-of-type(1), #step #req.common .req__box .req__cont .req__cont-box:nth-of-type(2), #step #req.common .req__box .req__cont .req__cont-box:nth-of-type(3) {
      flex: 0 1 49%;
      width: 49%;
      max-width: 49%; }
    #step .judge__wp {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 30px; }
      #step .judge__wp .judge__box {
        flex: 0 1 30%;
        width: 30%;
        max-width: 30%;
        margin-bottom: 0;
        border-width: 3px; }
        #step .judge__wp .judge__box .judge__box-txt {
          position: relative;
          padding: 15px; }
          #step .judge__wp .judge__box .judge__box-txt:before, #step .judge__wp .judge__box .judge__box-txt:after {
            bottom: 50%;
            left: calc(100% + 14px);
            transform: translate(0%, 50%); }
          #step .judge__wp .judge__box .judge__box-txt:after {
            transform: translate(0%, 0%) rotate(90deg); }
    #step #payment .step__box .step__box-txt {
      margin-bottom: 20px; }
    #step #payment .payment__bank .payment__bank-ttl {
      margin-bottom: 10px; }
    #step #payment .payment__bank .payment__bank-txt--mark {
      padding-bottom: 5px; }
    #step #payment .payment__period {
      margin-bottom: 30px;
      padding: 20px 40px; }
      #step #payment .payment__period .payment__period-img {
        max-width: 760px;
        margin: 0 auto 15px; }
      #step #payment .payment__period .payment__period-txt {
        text-align: center; }
    #step #payment .payment__month-wp {
      margin-bottom: 30px; }
      #step #payment .payment__month-wp .payment__month-box {
        margin-bottom: 0;
        border-width: 3px; }
        #step #payment .payment__month-wp .payment__month-box .payment__month-ttl {
          flex: 0 1 auto;
          width: auto;
          max-width: auto;
          width: 100%;
          margin: 0; }
        #step #payment .payment__month-wp .payment__month-box .payment__month-cont {
          flex: 0 1 auto;
          width: auto;
          max-width: auto;
          box-sizing: border-box;
          width: 100%;
          padding: 20px 15px;
          margin: auto; }
          #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt {
            margin: auto; }
            #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt--mark {
              line-height: 1.2; }
            #step #payment .payment__month-wp .payment__month-box .payment__month-cont .payment__month-cont-txt .payment__month-cont-note {
              padding: 0; }
    #step #payment .step__attention {
      margin-bottom: 30px; }
    #step #key .step__info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 40px;
      padding: 0 40px; }
      #step #key .step__info .step__info-map {
        flex: 0 1 46%;
        width: 46%;
        max-width: 46%;
        margin: 0 5% 0 0; }
      #step #key .step__info .step__info-address {
        flex: 0 1 48%;
        width: 48%;
        max-width: 48%; }
        #step #key .step__info .step__info-address .step__info-address-name {
          margin-bottom: 10px; }
        #step #key .step__info .step__info-address .step__info-address-txt {
          margin-bottom: 15px;
          line-height: 1.4; }
        #step #key .step__info .step__info-address .step__info-address-way {
          margin-bottom: 10px;
          line-height: 1.4; }
    #step #key .key__txt {
      margin-bottom: 40px; }
      #step #key .key__txt--l {
        font-size: 1.5rem;
        font-family: 游ゴシック体 Pr6N B, Yu Gothic Pr6N B, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
        font-weight: bold; } }
      @media screen and (min-width: 769px) and (min-width: 375px) {
        #step #key .key__txt--l {
          font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
      @media screen and (min-width: 769px) and (min-width: 900px) {
        #step #key .key__txt--l {
          font-size: 1.8rem; } }
@media screen and (min-width: 769px) {
    #step #key .key__box {
      position: relative;
      margin-bottom: 20px;
      border: 2px solid #C9BD9B; }
      #step #key .key__box .key__box-ttl {
        margin: auto;
        padding: 5px 0;
        background: #C9BD9B;
        color: #FFF;
        font-size: 1.6rem;
        text-align: center; } }
      @media screen and (min-width: 769px) and (min-width: 375px) {
        #step #key .key__box .key__box-ttl {
          font-size: calc( 1.6rem + ( 1vw - 3.75px ) * 1.1428571429 ); } }
      @media screen and (min-width: 769px) and (min-width: 900px) {
        #step #key .key__box .key__box-ttl {
          font-size: 2.2rem; } }
@media screen and (min-width: 769px) {
      #step #key .key__box .key__cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 42px 25px 30px; }
        #step #key .key__box .key__cont .key__cont-box {
          flex: 0 1 24%;
          width: 24%;
          max-width: 24%;
          box-sizing: border-box; }
          #step #key .key__box .key__cont .key__cont-box:first-of-type {
            flex: 0 1 70%;
            width: 70%;
            max-width: 70%;
            margin-bottom: 0; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
            font-size: 1.5rem; } }
          @media screen and (min-width: 769px) and (min-width: 375px) {
            #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
              font-size: calc( 1.5rem + ( 1vw - 3.75px ) * 0.5714285714 ); } }
          @media screen and (min-width: 769px) and (min-width: 900px) {
            #step #key .key__box .key__cont .key__cont-box .key__cont-ttl {
              font-size: 1.8rem; } }
@media screen and (min-width: 769px) {
          #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 0;
            padding: 20px 25px; }
            #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item {
              display: block;
              flex: 0 1 50%;
              width: 50%;
              max-width: 50%;
              margin-bottom: 10px;
              background: #F6F4EE; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item:nth-of-type(2) {
                flex: 0 1 46%;
                width: 46%;
                max-width: 46%;
                background: none; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item:last-of-type .key__cont-item-box .key__cont-img {
                max-width: 130px; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box:nth-of-type(odd) {
                flex: 0 1 auto;
                width: auto;
                max-width: auto;
                max-width: none; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box:nth-of-type(even) {
                flex: 0 1 auto;
                width: auto;
                max-width: auto;
                max-width: none; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-img {
                width: 100%;
                max-width: 60px;
                margin: 0 auto 20px;
                padding-top: 1em; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-txt {
                margin-bottom: 2px;
                padding: 0;
                letter-spacing: 0;
                line-height: 2; }
              #step #key .key__box .key__cont .key__cont-box .key__cont-item-wp .key__cont-item .key__cont-item-box .key__cont-list {
                line-height: 2; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-img {
            width: 100%;
            max-width: 200px;
            margin-bottom: 20px;
            padding-top: 30px; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-txt {
            margin-bottom: 0;
            text-align: left;
            line-height: 2; }
          #step #key .key__box .key__cont .key__cont-box .key__cont-note {
            padding: 0 0 0 14px; }

  #cancel {
    margin-bottom: 120px; }
    #cancel .cancel__ttl {
      padding-bottom: 10px;
      border-width: 3px; }

  /*-------フローチャート-------*/
  #kyoto .judge__wp .judge__box:not(:last-child) .judge__box-txt-wp {
    margin-top: 15px; }

  /*-------各エリア個別 0630-------*/
  /*-------各エリア個別-------*/
  #osaka, #hyogo, #shiga, #aichi {
    /*-------ご利用の流れ-------*/ }
    #osaka #step .judge__wp, #hyogo #step .judge__wp, #shiga #step .judge__wp, #aichi #step .judge__wp {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #osaka #step .judge__wp .judge__box, #hyogo #step .judge__wp .judge__box, #shiga #step .judge__wp .judge__box, #aichi #step .judge__wp .judge__box {
        margin-right: 4%; }
        #osaka #step .judge__wp .judge__box:last-of-type, #hyogo #step .judge__wp .judge__box:last-of-type, #shiga #step .judge__wp .judge__box:last-of-type, #aichi #step .judge__wp .judge__box:last-of-type {
          margin-right: 0; }
    #osaka #step #contract .contract__dec, #hyogo #step #contract .contract__dec, #shiga #step #contract .contract__dec, #aichi #step #contract .contract__dec {
      bottom: 35%;
      right: 6.6%;
      max-width: 85px; }
    #osaka #step #app .step__attention, #hyogo #step #app .step__attention, #shiga #step #app .step__attention, #aichi #step #app .step__attention {
      position: relative;
      margin-bottom: 30px; }
    #osaka #step #app .app__dec, #hyogo #step #app .app__dec, #shiga #step #app .app__dec, #aichi #step #app .app__dec {
      position: absolute;
      bottom: 0;
      left: 8.3%;
      max-width: 60px; }

  #cancel .cancel__btn a {
    padding: 20px 0; } }
@media screen and (min-width: 900px) {
  #flow-chart .flow-chart__list li::after {
    right: -28px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1300px) {
  #flow-chart .flow-chart__list li::after {
    right: -30px; } }

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