@charset "UTF-8";

.sp_content {
  display: none;
}
.pc_content {
  display: block;
  min-width: 960px;
}

/*====================
globalContent
====================*/
body{
  padding: 0;
  margin: 0;
}
#header{
  font-family: "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.common_header *{
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  position:relative;
}
#header .common_header{
  padding: 10px 20px;
  border-bottom: 3px solid #be0000;
}

#header .common_header .bnr {
	position:absolute;
	top: 0px;
    right: -10px;}

.common_footer{
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
}
.common_footer_link{
  margin-left: -60px;
}
.common_footer_link li{
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-left: 30px;
  list-style: none;
}
.common_footer_link li + li:before{
  content: "|";
  position: absolute;
  top: 2px;
  left: 0;
}
.common_footer_link a{
  text-decoration: none;
}
.common_footer_link a:hover{
  text-decoration: underline;
}

/* global_nav */
.global_nav * {
  margin: 0;
  padding: 0;
}
#js-fix_bar.fixed{
  position: fixed;
  width: 100%;
  z-index: 200;
  opacity: 0.95;
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.global_nav{
  position: relative;
  padding-left: 20px;
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
  z-index: 200;
}
#header .common_header.fixed{
  margin-bottom:48px;
}
.global_nav_list li{
  display: inline-block;
  margin-bottom: -1px;
}
.global_nav_list a{
  display: block;
  margin-top: 5px;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  border: 1px solid #f0f0f0;
  border-bottom-color: #ddd;
  cursor: pointer;
}
.global_nav_list a,
.global_nav_list a:visited{
  color: #515151;
}
.global_nav_list .active > a{
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  border-radius: 4px 4px 0 0;
}
.global_nav_list > li:first-child > a{
  padding: 10px 15px;
}
.global_nav_list span{
  position: relative;
}
.global_nav_other{
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -11px;
}
.global_nav_other .btn_primary{
  padding: 5px 20px;
  background: #bf0000;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
}
.global_nav_other .btn_primary:hover{
  opacity:0.75;
}

.global_nav_sublist {
  position: relative;
}

.global_nav_sublist ul{
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: -0.4em;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.global_nav_sublist .on{
  display:  block;
}
.global_nav_sublist li{
  list-style: none;
  display: inline-block;
  padding: 12px 0;
  letter-spacing: normal;
}
.global_nav_sublist a{
  padding: 0 35px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #515151;
}
.global_nav_sublist a:hover{
  text-decoration: underline;
}
.global_nav_sublist a.current{
  font-weight: bold;
}

/*globalnav_info-point*/
.globalnav_info-point {
  padding: 13px 35px;
  text-align: center;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  position: relative;
/*  text-indent: 1em;*/
}
/*
.globalnav_info-point::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("/img/common/ico_info.png");
  position: absolute;
  margin-left: -35px;
  margin-top: -2px;
}
*/

/*R pay global*/
.global_nav_other_02{
  position: absolute;
  right: 10px;
  top: 39%;
  margin-top: -11px;
}
.global_nav_other_02 .btn_primary_global{
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "游ゴシック", "游ゴシック体", "Yu Gothic" !important;
  padding: 2px 39px 1px;
  background: #fff;
  border: 2px solid #bf0000;
  color: #bf0000;
  text-decoration: none;
  font-weight: bold;
}
.global_nav_other_02 .btn_primary_global:hover{
  opacity:0.75;
  text-decoration: none;
}

/*====================
icon
====================*/
.arrow_toggle {
  overflow: hidden;
  height: 10px;
}
.arrow_toggle:after {
  display: block;
  content: '';
  position: absolute;
  top: 1px;
  right: -15px;
  height: 8px;
  width: 8px;
  border: 1px solid #666;
  border-right-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.active .arrow_toggle:after {
  top: 6px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.ic_blank{
  position: relative;
}
.ic_blank:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -9px 0 0 10px;
  background: url(../img/rc-i-new-window-32x32px.png) no-repeat 0 0;
  background-size: 16px auto;
}

/*====================
 導入検討中の店舗様へ popup
 ====================*/
.btn_primary_area{
  position:relative;
}
.balloon_popup{
  display:none;
  position:absolute;
  right:0;
  width: 300px;
  margin:7px 0 0;
  padding:10px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  border: 1px solid #ddd;
  border-radius:4px;
  text-align: center;
  z-index: 250;
}
.balloon_popup.active{
  display:block;
}
.balloon_popup:after, .balloon_popup:before {
  content: " ";
  position: absolute;
  height: 0;
  width: 0;
  bottom: 100%;
  right: 24%;
  border: solid transparent;
  pointer-events: none;
}
.balloon_popup:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.balloon_popup:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

.balloon_popup p{
  margin:0 auto 10px;
  color:#515151;
}
.balloon_popup li{
  float:left;
  width:50%;
  list-style: none;
}
.balloon_popup .lnk_btn_primary{
  display: block;
  margin:0 5px;
  padding:5px 0;
  background: #bf0000;
  border-radius: 2px;
  color: #fff;
  text-align:center;
  text-decoration: none;
  }
.lnk_btn_primary:hover{
  opacity:0.75;
}
.balloon_popup_close{
  position:absolute;
  display:block;
  top:0;
  right:10px;
  color:#ccc;
  font-size:20px;
}
.balloon_popup_close:hover{
  color:#ececec;
  cursor:pointer;
}
/*[EOF]*/
