@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/**
 * CSS for common styles.
 *
 * @project  Rakuten Bloadband
 * @date     2013.09.20
 * @author   hisako.tanimoto
 */
/* ------------------------------------------
	CSS reset
------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
  font-family: メイリオ, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: inherit;
  font-style: inherit;
}
ol, ul {
  list-style: none outside;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  font-variant: normal;
  border: 0;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
button {
  overflow: visible;
}
img {
    max-width: 100%;
    height: auto;
}
/* ------------------------------------------
	Default styles for this site
------------------------------------------ */
html {
  overflow-x: auto;
  overflow-y: scroll;
}
body {
  font-size: 100%;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
img {
  vertical-align: bottom;
}
input, label {
  vertical-align: middle;
}
/* Margin
------------------------------------------ */
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom15 {
  margin-bottom: 15px;
}
.marginBottom25 {
  margin-bottom: 25px;
}
.marginBottom60 {
  margin-bottom: 60px;
}

.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
/*!
Rakuten Common Header
Copyright: Rakuten,inc.
Version: 0.1.4
 */


/* ==========================================================================
   Layout
   ==========================================================================*/
/* ------------------------------------------
	smartphone-menu-panel
------------------------------------------ */
#menu {
  position: absolute;
  z-index: 99999;
  left: 100%;
  display: none;
  width: 280px;
}
#closeMenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100px;
}
.sub-menu {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  margin: 16px 8px 0 12px;
  border-top: 3px solid #383838;
}
.sub-menu:before, .sub-menu:after {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  content: '';
  border-top: 3px solid #383838;
}
.sub-menu:before {
  top: 5px;
}
.sub-menu:after {
  top: 13px;
}
.sub-nav {
  text-align: left;
}
.sub-nav * {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.sub-nav {
  overflow: hidden;
  margin-top: -1px;
}
.sub-nav {
  overflow: auto;
  text-align: left;
  border-top: none;
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
}
.sub-nav > ul > li {
  border-bottom: 2px solid #313131;
}
.sub-nav > ul > li a {
  font-size: 14px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav > dl {
  border-bottom: 2px solid #313131;
}
.sub-nav > dl > dt {
  background: linear-gradient(to right, #353535 0%, #3d3d3d 2%, #3d3d3d 100%);
}
.sub-nav > dl > dt a {
  font-size: 14px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav > dl > dd > ul > li {
  border-bottom: 1px solid #2c2c2c;
  background: linear-gradient(to right, #202020 0%, #252525 2%, #252525 100%);
}
.sub-nav > dl > dd > ul > li a {
  font-size: 13px;
  line-height: 2;
  display: block;
  padding: 15px 30px 15px 10px;
  text-decoration: none;
  color: #aaa;
}
.sub-nav .sub-nav-sim {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_sim.png) no-repeat 12px center;
  background-size: 24px auto;
}
.sub-nav .sub-nav-glb {
  padding-left: 35px;
  background: url(/business/img/sp/root/ico_glb.png) no-repeat 10px center;
  background-size: 29px auto;
}
.sub-nav .sub-nav-header span {
  display: block;
  height: 24px;
  color: #3d3d3d;
}
.sub-nav .headerCloseIcon {
  position: relative;
}
.sub-nav .headerCloseIcon span::before, .sub-nav .headerCloseIcon span::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-top: -11px;
  content: '';
  background-color: #fff;
}
.sub-nav .headerCloseIcon span::before {
  transform: rotate(-45deg);
}
.sub-nav .headerCloseIcon span::after {
  transform: rotate(45deg);
}
.sub-nav .sub-nav-link a {
  position: relative;
}
.sub-nav .sub-nav-link a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  transform: rotate(-45deg);
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.sub-nav .sub-nav-sublink a {
  position: relative;
  padding: 15px 10px 15px 30px;
}
.sub-nav .sub-nav-sublink a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 2px;
  content: '';
  transform: rotate(-45deg);
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.sub-nav .sub-nav-open + dd {
  display: none;
}
.sub-nav .sub-nav-open a {
  position: relative;
}
.sub-nav .sub-nav-open a::before, .sub-nav .sub-nav-open a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 2px;
  height: 12px;
  margin-top: -6px;
  content: '';
  background-color: #aaa;
}
.sub-nav .sub-nav-open a::after {
  transform: rotate(90deg);
}
.sub-nav .sub-nav-close a {
  color: #fff;
}
.sub-nav .sub-nav-close a::before {
  display: none;
}
.sub-nav .sub-nav-close a::after {
  background-color: #fff;
}
/* ------------------------------------------
	header
------------------------------------------ */
#header {
  overflow: hidden;
  padding: 7px 5px;
}
#header .siteId {
  float: left;
  width: 74px;
  height: 40px;
  margin: 7px 0;
  background-image: url(/business/resource/common/img/common/logo_148x80.png);
  background-size: 74px 40px;
}
#header .telephone {
  display: block;
  float: right;
  width: 178px;
  height: 43px;
  text-indent: -9999px;
  background-image: url(/business/img/sp/root/img_rmobile_telephone.gif);
  background-size: 178px 43px;
}
.rc-h-standard {
  margin-bottom: 0;
}
.rc-h-standard .bizId {
  display: inline-block;
  overflow: hidden;
  margin: 4px 0 0 7px;
}
.rc-h-standard .bizTel {
  display: inline-block;
  overflow: hidden;
  margin: -5px 0 0 24px;
}
.rc-h-standard .rc-h-action-nav .rc-h-btn a {
  display: inline-block;
  padding: 3px 7px;
  cursor: pointer;
  color: #bf0000;
  border: 1px solid #bf0000;
  background: #fff;
}
#header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 7px 5px;
  border-bottom: #bf0000 solid 2px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > a > img {
  /*width: 134.63px;*/
  height: 40px;
}
.rc-h-standard .rc-h-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.rc-h-standard .rc-h-logo strong a img{
height: 32px;
}
.rc-h-standard .rc-h-service-bar img {
  width: auto;
  /*height: 32px;*/
}
.rc-h-floating a img{
height: 32px;
}
/*----------------------------------------------
	Footer
----------------------------------------------*/
#footer {
  font-size: 12px;
  padding: 15px 0;
  color: #666;
  border-top: #808080 solid 2px;
}
#footer > ul {
  text-align: center;
}
#footer > ul li {
  display: inline-block;
}
#footer > ul li a {
  display: inline-block;
  margin: 5px;
}
#device {
  margin: 10px 5px;
  text-align: center;
}
#device dt {
  display: inline;
}
#device dt:after {
  content: ' ：';
}
#device dd {
  display: inline;
  padding-right: 6px;
  border-right: 1px solid #666;
}
#device dd:last-child {
  border: none;
}
#footer #device dd a {
  font-weight: bold;
  padding: 6px;
}
#footer #copyright {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}
/* ------------------------------------------
	footer
------------------------------------------ */
.nav {
  border-top: 1px solid #999;
}
.nav li {
  border-bottom: 1px solid #999;
}
.nav li a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 16px 30px 16px 16px;
  text-decoration: none;
  color: #000;
  background: url(/business/img/sp/root/icon_arrow.png) no-repeat 95% 50%;
  background-size: 9px 20px;
}
.socials {
  display: table;
  margin: auto;
  padding-top: 15px;
}
.socials li {
  display: table-cell;
  padding: 0 0 0 5px;
  text-align: center;
  vertical-align: top;
}
.center {
  text-align: center;
}
/*----------------------------------------------
	Page top anchor
----------------------------------------------*/
#container .goTop {
  margin: 10px 0 -2px;
  padding-right: 5px;
  text-align: right;
}
#container .goTop a {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 7px 10px 7px 25px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 2px 2px 0 0;
  background-image: linear-gradient(to bottom, #787878, #000);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#787878), to(#000));
}
#container .goTop a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 10px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background-position: -195px -170px;
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.rc-h-standard .rc-h-action-nav .rc-h-action-btn a {
  display: block;
  padding: 4px 8px;
  cursor: pointer;
  color: #fff;
  background: #bf0000;
  text-align: center;
}
.rc-h-standard .rc-h-action-nav .rc-h-action-btn a span.rc-h-btn-label {
  color: #fff;
}
#sp-footer .nav {
  width: 100%;
  text-align: left;
}
#location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
#location ul {
  padding-top: 0;
}

/* content
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-display-sp {
    display: none;
  }
  .c-display-pc {
    display:inherit;
  }
  .c-display-sp-block {
    display: none;
  }
  .c-display-pc-block {
    display: block;
  }
  .c-br {
    display: none;
  }
  .c-br-pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .disp_none{
display: none;
}
  .c-display-sp {
    display:inherit;
  }
  .c-display-pc {
    display: none;
  }
  .c-display-sp-block {
    display: block;
  }
  .c-display-pc-block {
    display: none;
  }
  body{
  text-align: center;
  }
}

