@charset "UTF-8";


/*====================
  1.
====================*/
/*===== PC =====*/
@media only screen and (min-width: 768px), print, tv {
  .main-content {
    max-width: 1080px;
    margin-top: 60px;
    margin-bottom: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .guide-head {
    margin-bottom: 60px;
  }
  .guide-flow + .guide-flow {
    margin-top: 120px;
  }
  /* 見出し */
  .guide-flow-heading {
    font-size: 2.0rem;
    font-weight: normal;
    border-bottom: solid 1px #dedede;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  /* 概要 */
  .guide-flow {
    max-width: 695px;
    margin-right: auto;
    margin-left: auto;
  }
  .guide-flow-contents +.guide-flow-contents {
    margin-top: 30px;
  }
  .guide-flow-text {
    font-size: 16px;
    font-weight: normal;
    /* margin-bottom: 20px; */
  }
  /* グリッド */
  .guide-flow-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guide-flow-grid-col {
    width: 300px;
    position: relative;
  }
  .guide-flow-grid-col + .guide-flow-grid-col {
    margin-left: 50px;
  }
  .guide-flow-grid--type02 .guide-flow-grid-col + .guide-flow-grid-col {
    margin-left: 95px;
  }
  .guide-flow-grid--type02 .guide-flow-grid-col:nth-child(2n):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    display: block;
    width: 24px;
    height: 48px;
    margin: auto;
    background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  /*210111*/
  .guide-flow-grid--type03 .guide-flow-grid-col {
    width: 198px;
  }
  .guide-flow-grid--type03 .guide-flow-grid-col:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16%;
    display: block;
    width: 18px;
    height: 36px;
    margin: auto;
    background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .guide-flow-grid-col .guide-flow-grid-img {
    max-width: 100%;
    height: auto;
  }
  .guide-flow-grid-text {
    font-size: 16px;
    font-weight: normal;
  }
  .guide-flow + .guide-aside {
    margin-top: 120px;
  }
  .guide-aside-heading {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .guide-aside + .guide-aside {
    margin-top: 120px;
  }
}
/*===== SP =====*/
@media only screen and (max-width: 767px) {
  .main-content {
    width: 95%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .guide-flow + .guide-flow {
    margin-top: 60px;
  }
  /* 見出し */
  .guide-flow-heading {
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: solid 1px #dedede;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .guide-flow-contents + .guide-flow-contents {
    margin-top: 30px;
  }
  .guide-flow-text {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .guide-flow-aside-text {
    font-size: 14px;
    font-weight: bold;
    color: #cc0033;
    margin-bottom: 5px;
  }
  /* グリッド */
  .guide-flow-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .guide-flow-grid-col {
    width: 43%;
    position: relative;
  }
  .guide-flow-grid-col + .guide-flow-grid-col {
    margin-left: 14%;
  }
  .guide-flow-grid--type02 .guide-flow-grid-col + .guide-flow-grid-col {
    margin-left: 14%;
  }
  .guide-flow-grid--type02 .guide-flow-grid-col:nth-child(2n):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    display: block;
    width: 16px;
    height: 32px;
    margin: auto;
    background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  /*210111*/
  .guide-flow-grid--type03 .guide-flow-grid-col {
    width: 60%;
    margin: 0 auto;
  }
  .guide-flow-grid--type03 .guide-flow-grid-col:not(:first-child) {
    margin-top: 12%;
  }
  .guide-flow-grid--type03 .guide-flow-grid-col:not(:first-child):before {
    content: '';
    position: absolute;
    top: -11%;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 36px;
    background-image: url(/keitai_payment/common/images/component/arrow_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(90deg);
  }
  .guide-flow-grid-col img {
    max-width: 100%;
    height: auto;
  }
  .guide-flow + .guide-aside,
  .guide-aside + .guide-aside {
    margin-top: 60px;
  }
  .guide-aside-heading {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 20px;
  }
}