@charset "UTF-8";
/*******************************************************************************
*
* ご利用ガイド　印刷用CSS
*
*******************************************************************************/
/* ***************************************** 
	グローバルヘッダー
***************************************** */
.idxTopPcHnavMenuList {
  display: none; }

.idxTopPcHnavLoginList {
  display: none; }

.idxTopPcHnavLoginAfterList {
  display: none; }

.idxTopPcHSubmenuW {
  display: none; }

/* ***************************************** 
	ご利用ガイドヘッダー
***************************************** */
#guidHeader {
  background-color: #f7f0e1;
  padding-top: 40px; }
  #guidHeader h2 {
    margin-right: auto;
    margin-left: auto;
    background-image: url("/top/jrticket/guide/img/ico_gnav_note.png");
    background-repeat: no-repeat;
    margin-bottom: 22px;
    padding-left: 55px;
    max-width: 1000px;
    background-size: 43px 33px;
    background-position: 0 center;
    font-size: 1.75rem; }
  #guidHeader .sp_menu {
    display: none; }
  #guidHeader .guideNav {
    position: relative;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    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: block;
        padding: 15px 20px 15px 10px;
        height: 100%;
        background-color: #007a52;
        text-align: center;
        text-decoration: none;
        color: #fff; }
        #guidHeader .guideNav > li .guideNavlink:hover, #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 .guideNavlink {
          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 .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 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 br.pc {
        display: none !important; }

#guidHeaderSub {
  display: flex;
  justify-content: flex-end;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; }
  #guidHeaderSub ul {
    display: block;
    padding: 16px 0; }
    #guidHeaderSub ul li {
      display: inline-block;
      margin-left: 20px;
      border: none;
      padding-left: 0; }
      #guidHeaderSub ul li:first-child {
        margin-left: 0;
        border: none;
        padding-left: 0; }
      #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; }

/* ***************************************** 
	ご利用ガイド フッター スタイル
***************************************** */
#footer {
  display: none; }

#btn_chatbot {
  display: none; }

#guideFooterLinks {
  display: none; }

#serviceLinks {
  display: none; }

/* ***************************************** 
	ご利用ガイド コンテンツボックス
***************************************** */
.guideContents {
  margin-bottom: 0;
  padding-bottom: 40px; }

/* ***************************************** 
	ご利用ガイド タイトル スタイル
***************************************** */
.ttl_h2 {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  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 スタイル
***************************************** */
.flex2col_pc {
  display: flex;
  justify-content: space-between; }
  .flex2col_pc > * {
    width: calc((100% - 30px) / 2); }

.flex3col_pc {
  display: flex;
  justify-content: space-between; }
  .flex3col_pc > * {
    width: calc((100% - 40px) / 3); }

.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; }

/* ***************************************** 
	ご利用ガイド マージン等
***************************************** */
.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; }

/* ***************************************** 
	トップページ用
***************************************** */
.panelLinkItem br {
  display: none !important; }

.flex2col_pc.panelLinks .panelLinkItem {
  height: 150px; }

.flex3col_pc.panelLinks .panelLinkItem {
  height: 150px; }

/*# sourceMappingURL=guide_print.css.map */
