@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/*メインイメージ*/
#under_mainimg {
  background: url("/img/guide/mainimg.png") center/cover no-repeat; }

.w_374 {
  display: none; }

/*ご利用ガイド_詳細*/
#guide_detail #left_menu {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -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: 50px; }
  #guide_detail #left_menu li {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    font-size: 1.2rem;
    margin-bottom: 3.90625%;
    text-align: center; }
    @media (min-width: 658px) {
      #guide_detail #left_menu li {
        font-size: calc( 1.2rem + ( 1vw - 6.58px ) * 0.6230529595 ); } }
    @media (min-width: 1300px) {
      #guide_detail #left_menu li {
        font-size: 1.6rem; } }
    @media screen and (max-width: 769px) {
      #guide_detail #left_menu li {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      #guide_detail #left_menu li {
        margin-bottom: 30px; } }
    #guide_detail #left_menu li a {
      display: block;
      padding: 15px 10px;
      border-radius: 5px;
      background: #fff; }
    #guide_detail #left_menu li.active {
      color: #fff; }
      #guide_detail #left_menu li.active a {
        background: #FFA200; }
#guide_detail .contents_detail {
  padding: 0; }
  #guide_detail .contents_detail .contents_title {
    font-size: 2rem;
    margin-bottom: 9.1145833333%;
    color: #FFA200; }
    @media (min-width: 768px) {
      #guide_detail .contents_detail .contents_title {
        font-size: calc( 2rem + ( 1vw - 7.68px ) * 2.3148148148 ); } }
    @media (min-width: 1200px) {
      #guide_detail .contents_detail .contents_title {
        font-size: 3rem; } }
    @media screen and (max-width: 769px) {
      #guide_detail .contents_detail .contents_title {
        margin-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      #guide_detail .contents_detail .contents_title {
        margin-bottom: 70px; } }
  #guide_detail .contents_detail .txt_wrap {
    margin-bottom: 11.0677083333%; }
    @media screen and (max-width: 769px) {
      #guide_detail .contents_detail .txt_wrap {
        margin-bottom: 42.5px; } }
    @media screen and (min-width: 768px) {
      #guide_detail .contents_detail .txt_wrap {
        margin-bottom: 85px; } }
    #guide_detail .contents_detail .txt_wrap .detail_title {
      font-size: 1.8rem;
      margin-bottom: 3.2552083333%; }
      @media (min-width: 768px) {
        #guide_detail .contents_detail .txt_wrap .detail_title {
          font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
      @media (min-width: 1200px) {
        #guide_detail .contents_detail .txt_wrap .detail_title {
          font-size: 2rem; } }
      @media screen and (max-width: 769px) {
        #guide_detail .contents_detail .txt_wrap .detail_title {
          margin-bottom: 12.5px; } }
      @media screen and (min-width: 768px) {
        #guide_detail .contents_detail .txt_wrap .detail_title {
          margin-bottom: 25px; } }
      #guide_detail .contents_detail .txt_wrap .detail_title .orenge {
        color: #FFA200; }
    #guide_detail .contents_detail .txt_wrap .detail_txt {
      font-size: 1.3rem;
      text-align: justify; }
      @media (min-width: 768px) {
        #guide_detail .contents_detail .txt_wrap .detail_txt {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.2314814815 ); } }
      @media (min-width: 1200px) {
        #guide_detail .contents_detail .txt_wrap .detail_txt {
          font-size: 1.4rem; } }
      #guide_detail .contents_detail .txt_wrap .detail_txt a {
        color: #ED6D0F;
        text-decoration: underline; }
      #guide_detail .contents_detail .txt_wrap .detail_txt.mb {
        margin-bottom: 5.2083333333%; }
        @media screen and (max-width: 769px) {
          #guide_detail .contents_detail .txt_wrap .detail_txt.mb {
            margin-bottom: 20px; } }
        @media screen and (min-width: 768px) {
          #guide_detail .contents_detail .txt_wrap .detail_txt.mb {
            margin-bottom: 40px; } }
    #guide_detail .contents_detail .txt_wrap .payment_wrap {
      font-size: 1.3rem;
      border: solid 2px #604C3F; }
      @media (min-width: 768px) {
        #guide_detail .contents_detail .txt_wrap .payment_wrap {
          font-size: calc( 1.3rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
      @media (min-width: 1200px) {
        #guide_detail .contents_detail .txt_wrap .payment_wrap {
          font-size: 1.5rem; } }
      #guide_detail .contents_detail .txt_wrap .payment_wrap .top_left {
        background: #604C3F;
        color: #fff;
        text-align: center;
        padding: 2% 0; }
      #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right {
        padding: 10px 15px;
        text-align: justify;
        background: #fff; }
        #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right .mb {
          margin-bottom: 2.6041666667%; }
          @media screen and (max-width: 769px) {
            #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right .mb {
              margin-bottom: 10px; } }
          @media screen and (min-width: 768px) {
            #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right .mb {
              margin-bottom: 20px; } }
          #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right .mb span {
            color: #866956; }
        #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul {
          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-box-align: stretch;
          -webkit-align-items: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -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: 3.2552083333%;
          -webkit-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          @media screen and (max-width: 769px) {
            #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul {
              margin-bottom: 12.5px; } }
          @media screen and (min-width: 768px) {
            #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul {
              margin-bottom: 25px; } }
          #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul li {
            flex: 0 1 14%;
            width: 14%;
            max-width: 14%; }
  #guide_detail .contents_detail .payment a {
    max-width: 320px; }
  #guide_detail .contents_detail .order_wrap .order_box {
    position: relative;
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 50px;
    border-radius: 5px; }
    #guide_detail .contents_detail .order_wrap .order_box .step_number {
      text-align: center;
      border-bottom: solid 1px #FAF9F5;
      padding: 0 0 15px;
      margin: 0 0 15px; }
      #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt {
        font-size: 1.8rem;
        color: #DCDDDD; }
        @media (min-width: 769px) {
          #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt {
            font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
        @media (min-width: 1200px) {
          #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt {
            font-size: 2rem; } }
        #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt span {
          font-size: 5rem;
          padding-left: 5px; }
          @media (min-width: 769px) {
            #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt span {
              font-size: calc( 5rem + ( 1vw - 7.69px ) * 4.6403712297 ); } }
          @media (min-width: 1200px) {
            #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt span {
              font-size: 7rem; } }
    #guide_detail .contents_detail .order_wrap .order_box .flow_contents {
      text-align: center; }
      #guide_detail .contents_detail .order_wrap .order_box .flow_contents .order_title {
        font-size: 1.6rem;
        margin-bottom: 10px; }
        @media (min-width: 769px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .order_title {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
        @media (min-width: 1200px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .order_title {
            font-size: 1.8rem; } }
      #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt {
        font-size: 1.3rem; }
        @media (min-width: 769px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt {
            font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2320185615 ); } }
        @media (min-width: 1200px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt {
            font-size: 1.4rem; } }
        #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt span {
          color: #ED6D0F; }
        #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt.mb {
          margin-bottom: 40px; }
      #guide_detail .contents_detail .order_wrap .order_box .flow_contents .btn {
        margin-bottom: 2.6041666667%; }
        @media screen and (max-width: 769px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .btn {
            margin-bottom: 10px; } }
        @media screen and (min-width: 768px) {
          #guide_detail .contents_detail .order_wrap .order_box .flow_contents .btn {
            margin-bottom: 20px; } }
        #guide_detail .contents_detail .order_wrap .order_box .flow_contents .btn a {
          max-width: 320px; }
    #guide_detail .contents_detail .order_wrap .order_box:after {
      position: absolute;
      content: "\e905";
      font-family: 'icomoon';
      color: #DCDDDD;
      font-size: 3rem;
      top: 95%;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 2; }
  #guide_detail .contents_detail .order_wrap .order_txt {
    font-size: 1.6rem;
    text-align: center;
    color: #ED6D0F;
    position: relative;
    margin-bottom: 60px; }
    @media (min-width: 769px) {
      #guide_detail .contents_detail .order_wrap .order_txt {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
    @media (min-width: 1200px) {
      #guide_detail .contents_detail .order_wrap .order_txt {
        font-size: 2rem; } }
    #guide_detail .contents_detail .order_wrap .order_txt:after {
      position: absolute;
      content: "\e905";
      font-family: 'icomoon';
      color: #DCDDDD;
      font-size: 3rem;
      top: 150%;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: 2; }
  #guide_detail .contents_detail .order_wrap .implementation {
    margin-bottom: 3.90625%;
    text-align: center;
    border: solid 3px #ED6D0F;
    border-radius: 5px;
    background: #fff;
    padding: 20px 10px; }
    @media screen and (max-width: 769px) {
      #guide_detail .contents_detail .order_wrap .implementation {
        margin-bottom: 15px; } }
    @media screen and (min-width: 768px) {
      #guide_detail .contents_detail .order_wrap .implementation {
        margin-bottom: 30px; } }
    #guide_detail .contents_detail .order_wrap .implementation .implementation_title {
      font-size: 1.6rem;
      margin-bottom: 10px;
      color: #ED6D0F; }
      @media (min-width: 769px) {
        #guide_detail .contents_detail .order_wrap .implementation .implementation_title {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
      @media (min-width: 1200px) {
        #guide_detail .contents_detail .order_wrap .implementation .implementation_title {
          font-size: 2rem; } }
    #guide_detail .contents_detail .order_wrap .implementation .txt {
      font-size: 1.3rem; }
      @media (min-width: 769px) {
        #guide_detail .contents_detail .order_wrap .implementation .txt {
          font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2320185615 ); } }
      @media (min-width: 1200px) {
        #guide_detail .contents_detail .order_wrap .implementation .txt {
          font-size: 1.4rem; } }
  #guide_detail .contents_detail .order_wrap .roughly {
    font-size: 1.3rem;
    text-align: center;
    background: #FFA200;
    color: #fff;
    padding: 20px 10px;
    border-radius: 5px; }
    @media (min-width: 769px) {
      #guide_detail .contents_detail .order_wrap .roughly {
        font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.2320185615 ); } }
    @media (min-width: 1200px) {
      #guide_detail .contents_detail .order_wrap .roughly {
        font-size: 1.4rem; } }

@media screen and (max-width: 374px) {
  .w_374 {
    display: inherit; } }
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #guide_detail #left_menu li {
    flex: 0 1 18.5%;
    width: 18.5%;
    max-width: 18.5%; }
    #guide_detail #left_menu li a {
      padding: 10px 2%; }
  #guide_detail .contents_detail .contents_title {
    text-align: left; }
  #guide_detail .contents_detail .txt_wrap .payment_wrap {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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; }
    #guide_detail .contents_detail .txt_wrap .payment_wrap .top_left {
      flex: 0 1 26%;
      width: 26%;
      max-width: 26%;
      text-align: left;
      padding: 2%;
      border-bottom: solid 1px #fff; }
    #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right {
      flex: 0 1 66%;
      width: 66%;
      max-width: 66%;
      border-bottom: solid 1px #604C3F;
      padding: 2%; }
      #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        #guide_detail .contents_detail .txt_wrap .payment_wrap .bottom_right ul li {
          padding: 0 2.5px; }
    #guide_detail .contents_detail .txt_wrap .payment_wrap .bd_no {
      border-bottom: none; }
  #guide_detail .contents_detail .btn.payment a {
    margin: 0; }
  #guide_detail .contents_detail .order_wrap .order_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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -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;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 10px; }
    #guide_detail .contents_detail .order_wrap .order_box .step_number {
      flex: 0 1 20%;
      width: 20%;
      max-width: 20%;
      text-align: center;
      border-bottom: none;
      padding: 0;
      margin: 0; }
      #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt {
        padding-top: 15px;
        padding-left: 40px;
        letter-spacing: 5px; }
        #guide_detail .contents_detail .order_wrap .order_box .step_number .step_txt span {
          display: inline-block;
          margin-top: -35px;
          padding-left: 0;
          letter-spacing: 8px; }
    #guide_detail .contents_detail .order_wrap .order_box .flow_contents {
      flex: 0 1 70%;
      width: 70%;
      max-width: 70%;
      text-align: justify;
      border-left: solid 4px #FAF9F5;
      padding: 0 0 0 40px;
      margin: 0; }
      #guide_detail .contents_detail .order_wrap .order_box .flow_contents .txt.mb {
        margin-bottom: 20px; }
      #guide_detail .contents_detail .order_wrap .order_box .flow_contents .btn a {
        margin: 0; }
    #guide_detail .contents_detail .order_wrap .order_box:after {
      top: 93%; }
    #guide_detail .contents_detail .order_wrap .order_box:first-child {
      padding: 40px 0 20px; }
  #guide_detail .contents_detail .order_wrap .order_txt:after {
    top: 160%; } }
/*------------------------------
		980px以上
------------------------------*/
@media screen and (min-width: 1150px) {
  #guide_detail #left_menu {
    position: absolute;
    width: 175px; }
    #guide_detail #left_menu li {
      flex: 0 1 100%;
      width: 100%;
      max-width: 100%;
      text-align: left; }
      #guide_detail #left_menu li a {
        background: rgba(255, 255, 255, 0); }
      #guide_detail #left_menu li.active {
        color: #FFA200; }
        #guide_detail #left_menu li.active a {
          background: rgba(255, 255, 255, 0); } }
/*------------------------------
		1280px以上
------------------------------*/

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