@charset "UTF-8";
/*******************************************************************************
*
* ご利用ガイドCSS
*
*******************************************************************************/
body {
  -webkit-text-size-adjust: 100%; }

/* ***************************************** 
	ご利用ガイドヘッダー
***************************************** */
#guidHeader {
  background-color: #f7f0e1; }
  @media print, screen and (max-width: 749px) {
    #guidHeader {
      position: relative;
      padding-top: 6%;
      padding-bottom: 6%; } }
  @media print, screen and (min-width: 750px) {
    #guidHeader {
      padding-top: 40px;
      padding-left: 15px;
      padding-right: 15px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  #guidHeader .guideHeader_inner {
    display: block; }
    @media print, screen and (min-width: 750px) {
      #guidHeader .guideHeader_inner {
        width: 100%;
        display: flex;
        justify-content: center; } }
  #guidHeader h2 {
    background-image: url("/top/jrticket/guide/img/ico_gnav_note.png");
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 749px) {
      #guidHeader h2 {
        margin-right: auto;
        margin-left: auto;
        padding-left: 58px;
        background-size: 32px 25px;
        background-position: 14px center;
        font-size: 1.3125rem; } }
    @media print, screen and (min-width: 750px) {
      #guidHeader h2 {
        width: 60%;
        max-width: 600px;
        margin-bottom: 22px;
        padding-left: 55px;
        background-size: 43px 33px;
        background-position: 0 center;
        font-size: 1.75rem; } }
    #guidHeader h2 a {
      color: #000;
      text-decoration: none; }
  @media print, screen and (max-width: 749px) {
    #guidHeader .pc_uketorimenubtn {
      display: none; } }
  @media print, screen and (min-width: 750px) {
    #guidHeader .pc_uketorimenubtn {
      width: 40%;
      max-width: 400px;
      border: 1px solid #007a52;
      border-radius: 5px;
      font-size: 0.8125rem;
      color: #007a52;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 40px;
      padding-left: 49px;
      padding-right: 10px;
      text-decoration: none;
      background: url(/top/jrticket/guide/img/pc_uketorimenubtn.png) no-repeat left 10px center;
      background-size: 29px 22px; } }
  @media print, screen and (min-width: 750px) {
    #guidHeader .pc_uketorimenubtn:hover {
      background-color: #fff; } }
  @media print, screen and (max-width: 749px) {
    #guidHeader .sp_menu {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
      width: 60px;
      height: 55px;
      background-color: #007a52;
      font-size: 0.625rem;
      color: #fff; }
      #guidHeader .sp_menu span {
        position: relative;
        display: block;
        margin: 10px auto;
        width: 18px;
        height: 2px;
        background-color: #fff; }
        #guidHeader .sp_menu span::before {
          content: '';
          position: absolute;
          top: -6px;
          display: block;
          width: 18px;
          height: 2px;
          background-color: #fff; }
        #guidHeader .sp_menu span::after {
          content: '';
          position: absolute;
          bottom: -6px;
          display: block;
          margin-top: 4px;
          width: 18px;
          height: 2px;
          background-color: #fff; } }
  @media print, screen and (min-width: 750px) {
    #guidHeader .sp_menu {
      display: none; } }
  @media print, screen and (max-width: 749px) {
    #guidHeader .guideNav {
      display: none; } }
  @media print, screen and (min-width: 750px) {
    #guidHeader .guideNav {
      position: relative;
      display: flex;
      max-width: 1000px;
      width: 100%;
      font-size: 0; }
      #guidHeader .guideNav > li {
        display: inline-block;
        border-right: 1px solid #53a68a;
        width: calc(100% / 5);
        font-size: 0.9375rem;
        background-color: #007a52; }
        #guidHeader .guideNav > li:last-child {
          border-right: none; }
        #guidHeader .guideNav > li .guideNavlink, #guidHeader .guideNav > li .guideNavHasMegamenu {
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 8px 10px;
          height: 100%;
          background-color: #007a52;
          text-align: center;
          text-decoration: none;
          color: #fff; }
          #guidHeader .guideNav > li .guideNavlink.now, #guidHeader .guideNav > li .guideNavlink:hover, #guidHeader .guideNav > li .guideNavHasMegamenu.now, #guidHeader .guideNav > li .guideNavHasMegamenu:hover {
            cursor: pointer;
            background-color: #106b4d; }
        #guidHeader .guideNav > li .guideNavHasMegamenu {
          position: relative; }
          #guidHeader .guideNav > li .guideNavHasMegamenu::after {
            content: '';
            position: absolute;
            top: calc(50% - 3px);
            right: 8px;
            border-top: 5px solid #fff;
            border-right: 6px solid transparent;
            border-bottom: none;
            border-left: 6px solid transparent;
            width: 0;
            height: 0; }
          #guidHeader .guideNav > li .guideNavHasMegamenu.active {
            background-color: #106b4d; }
            #guidHeader .guideNav > li .guideNavHasMegamenu.active + .guideNavMegamenu {
              display: block; }
        #guidHeader .guideNav > li:first-child {
          border-radius: 5px 0 0 0; }
          #guidHeader .guideNav > li:first-child .guideNavHasMegamenu {
            border-radius: 5px 0 0 0; }
        #guidHeader .guideNav > li:last-child {
          border-radius: 0 5px 0 0; }
          #guidHeader .guideNav > li:last-child .guideNavHasMegamenu {
            border-radius: 0 5px 0 0; }
        #guidHeader .guideNav > li:nth-of-type(1) .guideNavMegamenu::before {
          top: -16px;
          left: -4px;
          width: calc(100% / 5 + 1px); }
        #guidHeader .guideNav > li:nth-of-type(2) .guideNavMegamenu::before {
          top: -16px;
          left: calc(100% / 5 - 2px);
          width: calc(100% / 5 + 1px); }
        #guidHeader .guideNav > li:nth-of-type(3) .guideNavMegamenu::before {
          top: -16px;
          left: calc((100% / 5) * 2); }
        #guidHeader .guideNav > li:nth-of-type(4) {
          line-height: 1.2; }
          #guidHeader .guideNav > li:nth-of-type(4) .guideNavMegamenu::before {
            top: -16px;
            right: calc(100% / 5 - 2px);
            width: calc(100% / 5 + 1px); }
        #guidHeader .guideNav > li:nth-of-type(5) .guideNavMegamenu::before {
          top: -16px;
          left: auto;
          right: -4px; }
        #guidHeader .guideNav > li .guideNavMegamenu {
          position: absolute;
          left: 0;
          z-index: 10000;
          display: none;
          justify-content: flex-start;
          flex-wrap: wrap;
          margin-top: 2px;
          border: 4px solid #007a52;
          padding: 25px 30px;
          width: 100%;
          background-color: #f7faf9; }
          #guidHeader .guideNav > li .guideNavMegamenu::before {
            content: '';
            display: block;
            position: absolute;
            border-bottom: 2px solid #007a52;
            width: calc(100% / 5);
            height: 10px; }
          #guidHeader .guideNav > li .guideNavMegamenu:hover {
            display: block; }
          #guidHeader .guideNav > li .guideNavMegamenu h3 {
            margin-bottom: 20px;
            width: 100%; }
            #guidHeader .guideNav > li .guideNavMegamenu h3 a {
              color: #007a52; }
            #guidHeader .guideNav > li .guideNavMegamenu h3 a:hover {
              text-decoration: none; }
          #guidHeader .guideNav > li .guideNavMegamenu .megamenuTextRight {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-end; }
          #guidHeader .guideNav > li .guideNavMegamenu ul {
            display: inline-block;
            margin-right: 25px;
            vertical-align: top; }
            #guidHeader .guideNav > li .guideNavMegamenu ul:last-child {
              margin-right: 0; }
            #guidHeader .guideNav > li .guideNavMegamenu ul li {
              margin-bottom: 10px; }
              #guidHeader .guideNav > li .guideNavMegamenu ul li a {
                position: relative;
                display: inline-block;
                padding-left: 1rem;
                font-size: 0.875rem;
                text-decoration: none;
                color: #000; }
                #guidHeader .guideNav > li .guideNavMegamenu ul li a::before {
                  content: '';
                  position: absolute;
                  top: 4px;
                  left: 3px;
                  display: inline-block;
                  width: 7px;
                  height: 11px;
                  background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
                  background-repeat: no-repeat;
                  background-size: contain;
                  transform: rotate(180deg); }
                #guidHeader .guideNav > li .guideNavMegamenu ul li a:hover {
                  text-decoration: underline; }
                #guidHeader .guideNav > li .guideNavMegamenu ul li a + a {
                  display: block;
                  margin-top: 10px;
                  margin-left: 1rem; }
          #guidHeader .guideNav > li .guideNavMegamenu.megamenuTextRight ul {
            width: 100%;
            text-align: right; } }

@media print, screen and (max-width: 749px) {
  #guideNavSpFloat {
    display: none;
    position: absolute;
    top: 0;
    z-index: 10000;
    width: 100%;
    border-top: 4px solid #007a52;
    border-bottom: 4px solid #007a52;
    background-color: #f7faf9;
    max-height: 80vh;
    overflow: scroll; }
    #guideNavSpFloat.open {
      display: block; }
    #guideNavSpFloat.over {
      display: block; }
    #guideNavSpFloat .close:first-child {
      display: flex;
      justify-content: flex-end;
      height: 52px; }
      #guideNavSpFloat .close:first-child > span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
        width: 50px;
        height: 52px;
        font-size: 0.625rem;
        color: #007a52; }
        #guideNavSpFloat .close:first-child > span span {
          margin-top: -45px; }
          #guideNavSpFloat .close:first-child > span span::before {
            content: '';
            position: absolute;
            left: 30%;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(45deg); }
          #guideNavSpFloat .close:first-child > span span::after {
            content: '';
            position: absolute;
            right: 30%;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(-45deg); }
    #guideNavSpFloat .close:last-child {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 52px; }
      #guideNavSpFloat .close:last-child > span {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 13px;
        padding-right: 14px;
        padding-left: 36px;
        height: 26px;
        background-color: #ebebeb;
        font-size: 0.625rem;
        color: #007a52; }
        #guideNavSpFloat .close:last-child > span span {
          position: relative;
          line-height: 1; }
          #guideNavSpFloat .close:last-child > span span::before {
            content: '';
            position: absolute;
            left: -25px;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(45deg); }
          #guideNavSpFloat .close:last-child > span span::after {
            content: '';
            position: absolute;
            left: -25px;
            display: inline-block;
            width: 20px;
            height: 2px;
            background-color: #007a52;
            transform: rotate(-45deg); }
    #guideNavSpFloat .guideNav {
      border-top: 1px solid #d9d9d9; }
      #guideNavSpFloat .guideNav .guideNavAct a, #guideNavSpFloat .guideNav .guideNavAct span, #guideNavSpFloat .guideNav .guideNavItem a, #guideNavSpFloat .guideNav .guideNavItem span {
        display: block;
        border-bottom: 1px solid #d9d9d9;
        padding: 22px 20px 18px 45px;
        text-decoration: none;
        font-weight: bold;
        color: #000; }
      #guideNavSpFloat .guideNav .guideNavAct a, #guideNavSpFloat .guideNav .guideNavAct span {
        background-image: url("/top/jrticket/guide/img/ico_plus.png");
        background-repeat: no-repeat;
        background-position: 15px center;
        background-size: 24px 24px; }
      #guideNavSpFloat .guideNav .guideNavAct.active a, #guideNavSpFloat .guideNav .guideNavAct.active span {
        background-image: url("/top/jrticket/guide/img/ico_minus.png");
        background-color: #e8f0ed; }
      #guideNavSpFloat .guideNav .guideNavAct + ul, #guideNavSpFloat .guideNav .guideNavAct + div {
        display: none; }
      #guideNavSpFloat .guideNav .guideNavAct.active + ul, #guideNavSpFloat .guideNav .guideNavAct.active + div {
        display: block; }
      #guideNavSpFloat .guideNav ul li a {
        display: block;
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
        padding: 22px 20px 18px 45px;
        text-decoration: none;
        color: #000; }
        #guideNavSpFloat .guideNav ul li a::before {
          content: '';
          position: absolute;
          top: calc(50% - 7px);
          left: 22px;
          display: inline-block;
          width: 9px;
          height: 14px;
          background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(180deg); }
        #guideNavSpFloat .guideNav ul li a + a {
          padding-left: 70px; }
          #guideNavSpFloat .guideNav ul li a + a::before {
            left: 47px; }
      #guideNavSpFloat .guideNav ul li:last-child a {
        border-bottom: 1px solid #d9d9d9; }
      #guideNavSpFloat .guideNav h3 a {
        display: block;
        position: relative;
        border-bottom: 1px dotted #d9d9d9;
        padding: 22px 20px 18px 22px;
        text-decoration: underline;
        font-weight: bold;
        color: #007a52; }
        #guideNavSpFloat .guideNav h3 a::before {
          content: none; }
      #guideNavSpFloat .guideNav .guideNavItem {
        position: relative; }
        #guideNavSpFloat .guideNav .guideNavItem::before {
          content: '';
          position: absolute;
          top: calc(50% - 8px);
          left: 22px;
          display: inline-block;
          width: 9px;
          height: 14px;
          background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(180deg); } }
@media print, screen and (min-width: 750px) {
  #guideNavSpFloat {
    display: none; } }

@media print, screen and (max-width: 749px) {
  #guidHeaderSub {
    margin: 10px 15px 50px;
    text-align: right; } }
@media print, screen and (min-width: 750px) {
  #guidHeaderSub {
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px; } }
@media print, screen and (max-width: 749px) {
  #guidHeaderSub ul {
    display: inline-block;
    font-size: 0; } }
@media print, screen and (min-width: 750px) {
  #guidHeaderSub ul {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0; } }
@media print, screen and (max-width: 749px) {
  #guidHeaderSub ul li {
    display: inline-block; } }
@media print, screen and (min-width: 750px) {
  #guidHeaderSub ul li {
    margin-left: 20px;
    border-left: 1px solid #d9d9d9;
    padding-left: 20px; } }
@media print, screen and (max-width: 749px) {
  #guidHeaderSub ul li:first-child {
    margin-right: 20px;
    border-right: 1px solid #d9d9d9;
    padding-right: 20px; } }
@media print, screen and (min-width: 750px) {
  #guidHeaderSub ul li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0; } }
@media print, screen and (max-width: 749px) {
  #guidHeaderSub ul li:last-child {
    margin-top: 20px; } }
#guidHeaderSub ul li a {
  font-size: 0.875rem;
  color: #000; }
  #guidHeaderSub ul li a:hover {
    text-decoration: none; }
#guidHeaderSub ul li:last-child a {
  color: #b42700; }
  #guidHeaderSub ul li:last-child a::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 20px;
    background-image: url("/personal/common/img/ico_caution.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: -5px; }

@media print, screen and (max-width: 749px) {
  .heightFix {
    overflow: hidden;
    width: 100vw;
    height: 100vh; }

  .gnavFix {
    overflow: hidden; } }
/* *****************************************
	フッター スタイル
***************************************** */
.footerToTopBtn {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 20px 15px; }

.footerToTopBtnList {
  width: 100%;
  height: auto;
  font-size: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media print, screen and (min-width: 750px) {
    .footerToTopBtnList {
      max-width: 920px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }

.footerToTopBtnListItem {
  display: block;
  margin-right: 20px; }

.footerLinkBox {
  background-color: #f5f5f5; }
  @media print, screen and (max-width: 749px) {
    .footerLinkBox .footerLinkAct a, .footerLinkBox .footerLinkAct span, .footerLinkBox .footerLinkItem a, .footerLinkBox .footerLinkItem span {
      display: block;
      border-bottom: 1px solid #d9d9d9;
      padding: 22px 20px 18px 45px;
      text-decoration: none;
      font-weight: bold;
      color: #000; }
    .footerLinkBox .footerLinkAct a, .footerLinkBox .footerLinkAct span {
      background-image: url("/top/jrticket/guide/img/ico_plus.png");
      background-repeat: no-repeat;
      background-position: 15px center;
      background-size: 24px 24px; }
    .footerLinkBox .footerLinkAct.active a, .footerLinkBox .footerLinkAct.active span {
      background-image: url("/top/jrticket/guide/img/ico_minus.png"); }
    .footerLinkBox .footerLinkAct + ul, .footerLinkBox .footerLinkAct + div {
      display: none; }
    .footerLinkBox .footerLinkAct.active + ul, .footerLinkBox .footerLinkAct.active + div {
      display: block; }
    .footerLinkBox ul li a {
      display: block;
      position: relative;
      border-bottom: 1px dotted #d9d9d9;
      padding: 22px 20px 18px 45px;
      text-decoration: none;
      color: #000; }
      .footerLinkBox ul li a::before {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        left: 22px;
        display: inline-block;
        width: 9px;
        height: 14px;
        background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg); }
      .footerLinkBox ul li a + a {
        padding-left: 70px; }
        .footerLinkBox ul li a + a::before {
          left: 47px; }
    .footerLinkBox ul li.sp a {
      padding-left: 22px;
      text-decoration: underline;
      font-weight: bold;
      color: #007a52; }
      .footerLinkBox ul li.sp a::before {
        content: none; }
    .footerLinkBox ul li:last-child a {
      border-bottom: 1px solid #d9d9d9; }
    .footerLinkBox .footerLinkItem {
      position: relative; }
      .footerLinkBox .footerLinkItem::before {
        content: '';
        position: absolute;
        top: calc(50% - 8px);
        left: 22px;
        display: inline-block;
        width: 9px;
        height: 14px;
        background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg); } }
  @media print, screen and (min-width: 750px) {
    .footerLinkBox {
      border-bottom: 1px solid #d9d9d9;
      padding-top: 50px;
      padding-bottom: 45px; }
      .footerLinkBox > p {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px; }
        .footerLinkBox > p span {
          margin-left: 4%; }
      .footerLinkBox > div {
        display: flex;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px; }
        .footerLinkBox > div > div, .footerLinkBox > div > ul {
          margin-left: 4%;
          width: 46%; }
      .footerLinkBox p {
        margin-bottom: 15px;
        font-weight: bold; }
        .footerLinkBox p a {
          color: #000; }
          .footerLinkBox p a:hover {
            text-decoration: none; }
      .footerLinkBox ul {
        margin-bottom: 30px; }
        .footerLinkBox ul:last-child {
          margin-bottom: 0; }
        .footerLinkBox ul li {
          margin-bottom: 10px; }
          .footerLinkBox ul li a {
            position: relative;
            display: inline-block;
            padding-left: 1rem;
            font-size: 0.875rem;
            text-decoration: none;
            color: #000; }
            .footerLinkBox ul li a::before {
              content: '';
              position: absolute;
              top: 4px;
              left: 3px;
              display: inline-block;
              width: 7px;
              height: 11px;
              background-image: url("/top/jrticket/guide/img/ico_arrow_green.png");
              background-repeat: no-repeat;
              background-size: contain;
              transform: rotate(180deg); }
            .footerLinkBox ul li a:hover {
              text-decoration: underline; }
            .footerLinkBox ul li a + a {
              display: block;
              margin-top: 10px;
              margin-left: 1rem; } }

/* ***************************************** 
	ご利用ガイド コンテンツボックス
***************************************** */
@media print, screen and (max-width: 749px) {
  .guideContents {
    margin: 0 15px; } }
@media print, screen and (min-width: 750px) {
  .guideContents {
    margin: 40px auto;
    max-width: 1000px; } }
@media print, screen and (max-width: 749px) {
  .guideContents .gcBox {
    margin-bottom: 60px; } }
@media print, screen and (min-width: 750px) {
  .guideContents .gcBox {
    margin-bottom: 80px; } }

/* ***************************************** 
	ご利用ガイド タイトル スタイル
***************************************** */
.ttl_h2 {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold; }
  @media print, screen and (max-width: 749px) {
    .ttl_h2 {
      margin-bottom: 25px;
      padding-left: 25px;
      font-size: 1.625rem; } }
  @media print, screen and (min-width: 750px) {
    .ttl_h2 {
      margin-bottom: 35px;
      padding-left: 30px;
      font-size: 2.125rem; } }
  .ttl_h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    width: 8px;
    height: 100%;
    background-color: #007a52; }

/* ***************************************** 
	ご利用ガイド テキスト スタイル
***************************************** */
.txt {
  margin-bottom: 1rem; }

.fc_gray {
  color: #717171 !important; }

/* ***************************************** 
	ご利用ガイド Flex スタイル
***************************************** */
@media print, screen and (min-width: 750px) {
  .flex2col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .flex2col_pc > * {
      width: calc((100% - 30px) / 2);
      margin-bottom: 25px; } }
@media print, screen and (min-width: 750px) {
  .flex2col_pc.height_s > * {
    padding: 0 0 0 17% !important;
    min-height: 140px; } }

@media print, screen and (min-width: 750px) {
  .flex3col_pc {
    display: flex;
    justify-content: space-between; }
    .flex3col_pc > * {
      width: calc((100% - 40px) / 3); } }

@media print, screen and (min-width: 750px) {
  .flexInline_pc > * {
    display: inline-block;
    vertical-align: top; } }

/* ***************************************** 
	ご利用ガイド リスト スタイル
***************************************** */
.listDiscGreen li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px; }
  .listDiscGreen li::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 5px;
    display: block;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: #7fbca8; }

/* ***************************************** 
	ご利用ガイド マージン等
***************************************** */
@media print, screen and (max-width: 749px) {
  .mt0sp {
    margin-top: 0 !important; }

  .mt5sp {
    margin-top: 5px !important; }

  .mt10sp {
    margin-top: 10px !important; }

  .mt15sp {
    margin-top: 15px !important; }

  .mt20sp {
    margin-top: 20px !important; }

  .mt25sp {
    margin-top: 25px !important; }

  .mt30sp {
    margin-top: 30px !important; }

  .mt32sp {
    margin-top: 32px !important; }

  .mt35sp {
    margin-top: 35px !important; }

  .mt40sp {
    margin-top: 40px !important; }

  .mt45sp {
    margin-top: 45px !important; }

  .mb0sp {
    margin-bottom: 0 !important; }

  .mb5sp {
    margin-bottom: 5px !important; }

  .mb10sp {
    margin-bottom: 10px !important; }

  .mb15sp {
    margin-bottom: 15px !important; }

  .mb20sp {
    margin-bottom: 20px !important; }

  .mb25sp {
    margin-bottom: 25px !important; }

  .mb30sp {
    margin-bottom: 30px !important; }

  .mb35sp {
    margin-bottom: 35px !important; }

  .mb40sp {
    margin-bottom: 40px !important; }

  .mb45sp {
    margin-bottom: 45px !important; }

  .mb50sp {
    margin-bottom: 50px !important; }

  .mr0sp {
    margin-right: 0 !important; }

  .mr5sp {
    margin-right: 5px !important; }

  .mr10sp {
    margin-right: 10px !important; }

  .mr15sp {
    margin-right: 15px !important; }

  .mr20sp {
    margin-right: 20px !important; }

  .mr25sp {
    margin-right: 25px !important; }

  .mr30sp {
    margin-right: 30px !important; }

  .mr40sp {
    margin-right: 40px !important; }

  .mr50sp {
    margin-right: 50px !important; }

  .mr60sp {
    margin-right: 60px !important; }

  .mr70sp {
    margin-right: 70px !important; }

  .ml0sp {
    margin-left: 0 !important; }

  .ml5sp {
    margin-left: 5px !important; }

  .ml10sp {
    margin-left: 10px !important; }

  .ml15sp {
    margin-left: 15px !important; }

  .ml20sp {
    margin-left: 20px !important; }

  .ml25sp {
    margin-left: 25px !important; }

  .ml30sp {
    margin-left: 30px !important; } }
@media print, screen and (min-width: 750px) {
  .mt0pc {
    margin-top: 0 !important; }

  .mt5pc {
    margin-top: 5px !important; }

  .mt10pc {
    margin-top: 10px !important; }

  .mt15pc {
    margin-top: 15px !important; }

  .mt20pc {
    margin-top: 20px !important; }

  .mt25pc {
    margin-top: 25px !important; }

  .mt30pc {
    margin-top: 30px !important; }

  .mt32pc {
    margin-top: 32px !important; }

  .mt35pc {
    margin-top: 35px !important; }

  .mt40pc {
    margin-top: 40px !important; }

  .mt45pc {
    margin-top: 45px !important; }

  .mb0pc {
    margin-bottom: 0 !important; }

  .mb5pc {
    margin-bottom: 5px !important; }

  .mb10pc {
    margin-bottom: 10px !important; }

  .mb15pc {
    margin-bottom: 15px !important; }

  .mb20pc {
    margin-bottom: 20px !important; }

  .mb25pc {
    margin-bottom: 25px !important; }

  .mb30pc {
    margin-bottom: 30px !important; }

  .mb35pc {
    margin-bottom: 35px !important; }

  .mb40pc {
    margin-bottom: 40px !important; }

  .mb45pc {
    margin-bottom: 45px !important; }

  .mb50pc {
    margin-bottom: 50px !important; }

  .mr0pc {
    margin-right: 0 !important; }

  .mr5pc {
    margin-right: 5px !important; }

  .mr10pc {
    margin-right: 10px !important; }

  .mr15pc {
    margin-right: 15px !important; }

  .mr20pc {
    margin-right: 20px !important; }

  .mr25pc {
    margin-right: 25px !important; }

  .mr30pc {
    margin-right: 30px !important; }

  .mr40pc {
    margin-right: 40px !important; }

  .mr50pc {
    margin-right: 50px !important; }

  .mr60pc {
    margin-right: 60px !important; }

  .mr70pc {
    margin-right: 70px !important; }

  .ml0pc {
    margin-left: 0 !important; }

  .ml5pc {
    margin-left: 5px !important; }

  .ml10pc {
    margin-left: 10px !important; }

  .ml15pc {
    margin-left: 15px !important; }

  .ml20pc {
    margin-left: 20px !important; }

  .ml25pc {
    margin-left: 25px !important; }

  .ml30pc {
    margin-left: 30px !important; } }

/*# sourceMappingURL=guide.css.map */
