@charset "UTF-8";
/* PC */
@media print, screen and (min-width: 751px) {
  #main_contents #first_visual #yellow_round {
    width: 117px;
    height: 117px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ffef00;
    position: absolute;
    top: 30px;
    left: 430px;
    text-align: center;
  }
  #main_contents #first_visual #yellow_round p {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
  }
  #main_contents #first_visual #yellow_round p span {
    font-size: 15px;
  }
  #main_contents .page_title_box {
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #00a09e;
    margin-bottom: 40px;
  }
  #main_contents .rail_map {
    width:100%;
    margin-bottom:35px;
  }
  #main_contents .service_area_main {
    padding-bottom: 80px;
  }
  #main_contents .service_area_main li {
    float: left;
  }
  #main_contents .service_area_main li#service_area_main_first {
    width:52.15%;
  }
  #main_contents .service_area_main li#service_area_main_second {
    width:47.85%;
  }
  #main_contents .service_area_main li .info_text {
    width: 95.7%;
    color: #333;
    font-size: 1.6rem;
    padding-top: 30px;
    padding-bottom: 25px;
  }
  #main_contents .service_area_main li #illust_service_area_wrapper {
    width: 87.74%;
    height:90px;
    padding-left:3.23%;
    position:relative;
  }

  #main_contents .service_area_main li #illust_service_area_wrapper #illust_service_area{
    width:73.04%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
  }

  #main_contents .service_area_main li #illust_service_area_wrapper .yellow_round {
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ffef00;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
  #main_contents .service_area_main li #illust_service_area_wrapper .yellow_round p {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #333;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
  }

  #main_contents .service_area_main li .each_station {
    width: 100%;
    padding-bottom: 35px;
    position: relative;
  }
  #main_contents .service_area_main li .each_station .each_info_text {
    z-index: 2;
    padding-top: 5px;
    color: #333;
    font-size: 1.7rem;
    line-height: 1.6;
  }
  #main_contents .service_area_main li .caption {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  #main_contents .service_area_main li .service_area_caption_title {
    padding-left:1.0em;
    position:relative;
  }

  #main_contents .service_area_main li .service_area_caption_title::before {
    content:'※';
    position:absolute;
    top:0;
    left:0;
  }

  #main_contents .service_area_main li ul li.dot{
    padding-left:1.0em;
    position:relative;
  }

  #main_contents .service_area_main li ul li.dot::before{
    content:'・';
    position:absolute;
    top:0;
    left:0;
  }

  #main_contents .service_area_main li a:link,
  #main_contents .service_area_main li a:active,
  #main_contents .service_area_main li a:visited {
    text-decoration:underline;
    color:#007876;
  }
  #main_contents .service_area_main li a:hover {
    text-decoration:none;
    color:#007876;
  }
  
  #service_area_caption_link{
      margin-top:25px;
  }

  #main_contents #each_about {
    width: 100%;
    padding-bottom: 40px;
  }
  #main_contents #each_about .page_title_box {
    margin-bottom: 20px;
  }
  #main_contents #each_about ul {
    width: 100%;
  }
  #main_contents #each_about ul li {
    width: 47.85%;
    float: left;
  }
  #main_contents #each_about ul li .each_text {
    font-size: 1.45rem;
    line-height: 1.5;
  }
  #main_contents #each_about ul li .each_caption {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #main_contents #each_about ul li.left {
    margin-right: 2.15%;
  }
  #main_contents #each_about ul li.right {
    margin-left: 2.15%;
  }
  #main_contents #each_about ul li#each_cards {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_cards .each_text {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_cards .images {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_vendor_machines .each_caption {
    padding-top: 15px;
    padding-bottom: 24px;
  }
  #main_contents #each_about ul li#each_charge .each_text {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_charge .images {
    width: 87.87%;
    padding-left: 7.87%;
  }
  #main_contents #each_about ul li#each_after .each_text {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_after .images {
    width: 88.76%;
    padding-left: 4.49%;
  }
  #main_contents #jre_point{
    width:100%;
    margin:0 auto;
    text-align:center;
  }

  #main_contents #jre_point h3{
    width:100%;
    margin:0 auto 30px;
  }

  #main_contents #jre_point #point_mobilesuica{
    width:77.42%;
    margin:0 auto;
  }

  #main_contents #jre_point #point_cardsuica{
    width:77.42%;
    margin:0 auto 30px;
  }

  #main_contents #jre_point .jre_point_must{
    display:inline-block;
    text-align:center;
    font-size:1.3em;
    color:#303030;
    font-weight:bold;
    padding-bottom:0;
    border-bottom:2px solid #00833e;
    margin-bottom:10px;
  }

  #main_contents #jre_point #jre_point_must_last{
    margin-bottom:45px;
  }

  #main_contents #jre_point .jre_point_must{
    
  }

  #main_contents #jre_point .jre_point_must span{
    color:#00833e;
  }

  #main_contents #jre_point #jre_point_banner{
    width:58.06%;
    margin:0 auto 60px;
  }

  #main_contents #after_each {
    width: 100%;
  }
  #main_contents #after_each .after_caption {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #333;
    padding-bottom: 36px;
  }
  #main_contents #after_each #card_caption {
    width: 100%;
    position: relative;
    padding-bottom: 78px;
  }
  #main_contents #after_each #card_caption #symbol_mark {
    position: absolute;
    width: 5.38%;
    left: 0;
    top: 4px;
  }
  #main_contents #after_each #card_caption .after_caption {
    width: 92.47%;
    padding-bottom: 0;
    padding-left: 7.53%;
  }

  #main_contents #touchedego_not_available{
      margin-bottom:70px;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main #touchedego_not_available_main_first{
      width:48%;
      margin-right:4%;
      float:left;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main #touchedego_not_available_main_second{
      width:48%;
      float:left;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main h4{
    font-size:1.7rem;
    font-weight:bold;
    color:#007876;
    margin-bottom:12px;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main .not_available_image{
    width:100%;
    margin-bottom:15px;
  }

}
/* SP */
@media screen and (max-width: 750px) {
  #main_contents #page_title {
    margin-bottom: 0;
  }
  #main_contents .page_title_box {
    width: 93.75%;
    margin: 0 auto 15px;
    padding:10px 0;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #00a09e;
  }
  #main_contents #service_area{
    padding-top:15px;
  }
  #main_contents .service_area_main {
    width: 93.75%;
    margin: 0 auto;
    padding-bottom:50px;
  }
  #main_contents .service_area_main > li {
    width: 100%;
  }
  #main_contents .service_area_main li .info_text {
    color: #333;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  #main_contents .service_area_main li #illust_service_area_wrapper {
    width: 100%;
    margin:0 auto 20px;
    position:relative;
    height:80px;
  }

  #main_contents .service_area_main li #illust_service_area_wrapper #illust_service_area {
    width: 75%;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
  }

  #main_contents .service_area_main li #illust_service_area_wrapper .yellow_round {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #ffef00;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
  #main_contents .service_area_main li #illust_service_area_wrapper .yellow_round p {
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center;
    letter-spacing: 0.2em;
    color: #333;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
  }

  #main_contents .service_area_main li .service_area_caption_title {
    padding-left:1.0em;
    position:relative;
  }

  #main_contents .service_area_main li .service_area_caption_title::before {
    content:'※';
    position:absolute;
    top:0;
    left:0;
  }

  #main_contents .service_area_main li ul li.dot{
    padding-left:1.0em;
    position:relative;
  }

  #main_contents .service_area_main li ul li.dot::before{
    content:'・';
    position:absolute;
    top:0;
    left:0;
  }

  #main_contents .service_area_main li a:link,
  #main_contents .service_area_main li a:active,
  #main_contents .service_area_main li a:visited {
    text-decoration:underline;
    color:#007876;
  }
  #main_contents .service_area_main li a:hover {
    text-decoration:none;
    color:#007876;
  }

  #main_contents .service_area_main li .each_station {
    width: 100%;
    padding-bottom: 13px;
    position: relative;
  }
  #main_contents .service_area_main li .each_station .each_info_text {
    padding-top: 5px;
    color: #333;
    font-size: 1.7rem;
    line-height: 1.5;
  }
  #main_contents .service_area_main li .rail_map {
    width: 100%;
    padding-bottom: 15px;
  }
  #main_contents .service_area_main li .caption {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-bottom: 24px;
  }
  #main_contents #each_about {
    width: 100%;
    margin: 0 auto;
  }
  #main_contents #each_about .page_title_box {
    width: 100%;
  }
  #main_contents #each_about ul {
    width: 93.75%;
    margin: 0 auto;
  }
  #main_contents #each_about ul li {
    width: 100%;
    margin-bottom:1.0em;
  }
  #main_contents #each_about ul li .each_text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main_contents #each_about ul li .attentioncr {
    padding-bottom: 1.5em;
  }
  #main_contents #each_about ul li .each_caption {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main_contents #each_about ul li#each_cards .each_text {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_cards .images {
    padding-bottom: 22px;
  }
  #main_contents #each_about ul li#each_vendor_machines .each_text {
    display: inline;
    padding-bottom: 15px;
  }
  #main_contents #each_about ul li#each_vendor_machines .each_caption {
    display: inline;
  }
  #main_contents #each_about ul li#each_vendor_machines .images {
    width: 95.67%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 25px;
  }
  #main_contents #each_about ul li#each_charge .each_text {
    padding-bottom: 20px;
  }
  #main_contents #each_about ul li#each_charge .images {
    width: 91.33%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
  #main_contents #each_about ul li#each_after .each_text {
    padding-bottom: 25px;
  }
  #main_contents #each_about ul li#each_after .images {
    width: 92.67%;
    margin: 0 auto;
    padding-bottom: 17px;
  }

  #main_contents #jre_point #point_mobilesuica{
    width:93.75%;
    margin:0 auto;
  }

  #main_contents #jre_point{
    text-align:center;
  }

  #main_contents #jre_point #point_cardsuica{
    width:93.75%;
    margin:0 auto 20px;
  }

  #main_contents #jre_point .jre_point_must{
    display:inline-block;
    text-align:center;
    font-size:1.1em;
    color:#303030;
    font-weight:bold;
    padding-bottom:0;
    border-bottom:2px solid #00833e;
    margin-bottom:8px;
  }

  #main_contents #jre_point .jre_point_must span{
    color:#00833e;
  }

  #main_contents #jre_point #jre_point_must_last{
    margin-bottom:38px;
  }

  #main_contents #jre_point #jre_point_banner{
    width:78.13%;
    margin:0 auto 50px;
  }

  #main_contents #after_each .after_caption {
    width:92%;
    margin:0 auto 80px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-bottom: 19px;
  }
  #main_contents #after_each #symbol_mark {
    width: 16.67%;
    margin: 0 auto;
    padding: 10px 0;
  }

  #service_area_caption_link{
      margin-top:25px;
  }
  
  #main_contents #touchedego_not_available{
      width:100%;
      margin:0 auto;
      padding-bottom:20px;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main li{
      width:93.75%;
      margin:0 auto;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main h4{
    width:93.75%;
    font-size:1.9rem;
    font-weight:bold;
    color:#007876;
    margin:0 auto 12px;
    padding:0;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main .not_available_image{
    width:93.75%;
    margin:0 auto 10px;
  }

  #main_contents #touchedego_not_available .touchedego_not_available_main .caption{
    width:93.75%;
    margin:0 auto 30px;
    font-size:1.3rem;
  }

}

