@charset "utf-8";

/* ------------------------------------------
	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 {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: inherit;
	font-weight: 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 {
	border: 0;
	font-variant: normal;
}
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;
}

/* ------------------------------------------
	Default styles for this site
------------------------------------------ */

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

html {
	overflow-x: auto;
	overflow-y: scroll;
}
body {
	color: #444444;
	background-color: #ffffff;
	font-size: 100%;
	font-family: sans-serif;
	line-height: 1.5;
}
img {
	vertical-align: bottom;
}
a {
	text-decoration: underline;
}
a, a:link {
	color: #265bb0;
	text-decoration: none;
}
a:visited {
}
a:hover {
	color: #6da5ff;
}
input, label {
	vertical-align: middle;
}

/* ------------------------------------------
	Core components
------------------------------------------ */

div#contents {
	font-size: 82%;
}

/* ------------------------------------------
	Layout
------------------------------------------ */

/* Noscript
------------------------------------*/

noscript p.jsAttention {
	margin: 10px 0;
	padding: 5px 10px;
	border: 2px solid #bf0000;
	background-color: #fff6f6;
}
@font-face {
  font-family: 'icomoon';
  src: url("https://energy.rakuten.co.jp/fonts/icomoon.eot?thm936");
  src: url("https://energy.rakuten.co.jp/fonts/icomoon.eot?#iefixthm936") format('embedded-opentype'), url("https://energy.rakuten.co.jp/fonts/icomoon.woff?thm936") format('woff'), url("https://energy.rakuten.co.jp/fonts/icomoon.ttf?thm936") format('truetype'), url("https://energy.rakuten.co.jp/fonts/icomoon.svg?thm936#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-solar_iphone:before {
  content: "\e600";
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 30px;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
      transform: rotate(-23deg);
}
.bx

/* ------------------------------------------
	Link to sp page
------------------------------------------ */
#mb-back {
  position: relative;
  display: none;
  width: 100%;
  z-index: 999;
}
#mb-back a {
  background: #658daa;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 100%;
  position: relative;
  padding: 10px 45px;
  display: inline-block;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  zoom: 3;
}
#mb-back a:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

/* ------------------------------------------
  Footer
------------------------------------------ */
div#recommended-footer {
    background: #f6f6f6;
    padding-bottom: 35px;
    letter-spacing: -1px;
}


#recommended-section {
    width: 950px;
    margin: auto;
}

.section-header {
    font-size: 20px;
    padding: 20px 0px 15px 0px;
    text-align: left;
}

.recommended-single-wrapper {
    width: 230px;
    height: 360px;
    padding: 10px 18px;
    margin-right: 10px;
    background: white;
    border-radius: 10px;
    float: left;
    box-sizing: border-box;
}

.recommended-facebook{
  margin-right: 0px;
}

.recommended-img {
    width: 190px;
    height: 85px;
    margin: 12px auto;
    display: block;
}

.recommended-desc {
    font-size: 12px;
    margin-top: 10px;
}

.facebook-desc{
  margin-top: 20px;
  font-size: 12px;
}

.recommended-category {
    font-size: 15px;
    margin: 0 auto 15px;
    text-align: left;
}

.line-seperator{
  margin-top: 15px;
  height: 16px;
  background: url('/img/common/footer_divider.png');

}

p.recommended-category:before{
  content: " ";
  background: url('/img/common/footer_category_icon.png') no-repeat;
  padding-right: 10px;
  position: relative;
  bottom: -2px;
  display: inline-block;
  height: 17px;
  width: 13px;

}

a .recommended-link-title {
    font-size: 13px;
}

.recommended-link-text {
    font-size: 12px;
}

#service-section {
    width: 950px;
    margin: auto;
    text-align: center;
}

.service-single-wrapper {
    width: 240px;
    float:left;
    text-align: left;
}

.service-single-wrapper.center-wrapper {
    width: 260px;
    padding-left: 65px;
    padding-right: 65px;
}

.service-icon {
    height: 65px;
    width: 65px;
    float: left;
    margin-right: 10px;
}

.envelope-icon{
  width: 55px;
  height: 40px;
  float: left;
  margin-right: 10px;
}

.service-title {
    font-size: 13px;
    letter-spacing: -1.5px;
}

.service-subtitle {
    font-size: 12px;
}

.service-bottom {
    clear: both;
    padding-top: 20px;
}

.service-links {
    list-style: square inside url('/img/common/footer_bullet.png');
}

.service-links li {
    font-size: 13px;
}

.separator {
    border-top: 2px solid #edecec;
}

#services-wrapper {
    background: white;
    border-radius: 10px;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 45px;
}

.recommended-facebook .separator {
    margin: 10px -18px 18px;
}

#recommended-footer #recommended-section .recommended-single-wrapper .recommended-title {
    font-size: 14px;
    margin: 0;
}

.submit-btn {
    color: #3B5998;
    border: 1px solid #3B5998;
    font-size: 12px;
    width: 185px;
    height: 40px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
}

.btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

.mail-header {
    padding-top: 10px;
    font-size: 12px;
}

.clearfix:after,.clearfix:before{
    display: table;
    content: " ";
    clear: both;
}

.caret{
  background: url('/img/common/footer_caret_right.png') center no-repeat;
  position: absolute;
  top: 38%;
  right: 15px;
  height: 12px;
  width: 10px;
}

/*!
Rakuten Group Portal For Smartphone
Copyright: Rakuten, inc.
Version: 2.0.0
 */

.rc-gp-migrate-links {
  font-family: HiraKakuProN-W3, sans-serif
}

.rc-gp-migrate-links div, .rc-gp-migrate-links em, .rc-gp-migrate-links h2, .rc-gp-migrate-links img, .rc-gp-migrate-links li, .rc-gp-migrate-links section, .rc-gp-migrate-links span, .rc-gp-migrate-links ul {
  border: 0;
  outline: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0
}

.rc-gp-migrate-links li, .rc-gp-migrate-links ul {
  list-style: outside
}

.rc-gp-migrate-links a:active, .rc-gp-migrate-links a:hover, .rc-gp-migrate-links a:link, .rc-gp-migrate-links a:visited {
  vertical-align: baseline;
  text-decoration: none;
  color: #000;
  border: none
}

.rc-gp-migrate-links a:focus {
  color: #000;
  outline: dotted thin
}

.rc-gp-migrate-links img {
  vertical-align: bottom;
  overflow: hidden
}

@-webkit-keyframes rc-gp-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes rc-gp-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes rc-gp-loader-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes rc-gp-loader-anim {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

div.rc-gp-loader-block {
  padding: 10px 0;
  text-align: center
}

.rc-gp-loader {
  display: inline-block;
  position: relative;
  width: 56px;
  height: 56px
}

.rc-gp-loader>div {
  -webkit-animation: rc-gp-loader-anim 1s linear infinite;
  animation: rc-gp-loader-anim 1s linear infinite;
  position: absolute;
  top: 20px;
  left: 26px;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: #333
}

.rc-gp-loader>div:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(0, -20px);
  -ms-transform: rotate(0deg) translate(0, -20px);
  transform: rotate(0deg) translate(0, -20px);
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.rc-gp-loader>div:nth-of-type(2) {
  -webkit-transform: rotate(30deg) translate(0, -20px);
  -ms-transform: rotate(30deg) translate(0, -20px);
  transform: rotate(30deg) translate(0, -20px);
  -webkit-animation-delay: -.41667s;
  animation-delay: -.41667s
}

.rc-gp-loader>div:nth-of-type(3) {
  -webkit-transform: rotate(60deg) translate(0, -20px);
  -ms-transform: rotate(60deg) translate(0, -20px);
  transform: rotate(60deg) translate(0, -20px);
  -webkit-animation-delay: -.33333s;
  animation-delay: -.33333s
}

.rc-gp-loader>div:nth-of-type(4) {
  -webkit-transform: rotate(90deg) translate(0, -20px);
  -ms-transform: rotate(90deg) translate(0, -20px);
  transform: rotate(90deg) translate(0, -20px);
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s
}

.rc-gp-loader>div:nth-of-type(5) {
  -webkit-transform: rotate(120deg) translate(0, -20px);
  -ms-transform: rotate(120deg) translate(0, -20px);
  transform: rotate(120deg) translate(0, -20px);
  -webkit-animation-delay: -.16667s;
  animation-delay: -.16667s
}

.rc-gp-loader>div:nth-of-type(6) {
  -webkit-transform: rotate(150deg) translate(0, -20px);
  -ms-transform: rotate(150deg) translate(0, -20px);
  transform: rotate(150deg) translate(0, -20px);
  -webkit-animation-delay: -.08333s;
  animation-delay: -.08333s
}

.rc-gp-loader>div:nth-of-type(7) {
  -webkit-transform: rotate(180deg) translate(0, -20px);
  -ms-transform: rotate(180deg) translate(0, -20px);
  transform: rotate(180deg) translate(0, -20px);
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.rc-gp-loader>div:nth-of-type(8) {
  -webkit-transform: rotate(210deg) translate(0, -20px);
  -ms-transform: rotate(210deg) translate(0, -20px);
  transform: rotate(210deg) translate(0, -20px);
  -webkit-animation-delay: .08333s;
  animation-delay: .08333s
}

.rc-gp-loader>div:nth-of-type(9) {
  -webkit-transform: rotate(240deg) translate(0, -20px);
  -ms-transform: rotate(240deg) translate(0, -20px);
  transform: rotate(240deg) translate(0, -20px);
  -webkit-animation-delay: .16667s;
  animation-delay: .16667s
}

.rc-gp-loader>div:nth-of-type(10) {
  -webkit-transform: rotate(270deg) translate(0, -20px);
  -ms-transform: rotate(270deg) translate(0, -20px);
  transform: rotate(270deg) translate(0, -20px);
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.rc-gp-loader>div:nth-of-type(11) {
  -webkit-transform: rotate(300deg) translate(0, -20px);
  -ms-transform: rotate(300deg) translate(0, -20px);
  transform: rotate(300deg) translate(0, -20px);
  -webkit-animation-delay: .33333s;
  animation-delay: .33333s
}

.rc-gp-loader>div:nth-of-type(12) {
  -webkit-transform: rotate(330deg) translate(0, -20px);
  -ms-transform: rotate(330deg) translate(0, -20px);
  transform: rotate(330deg) translate(0, -20px);
  -webkit-animation-delay: .41667s;
  animation-delay: .41667s
}

.rc-gp-migrate-bann {
  display: block;
  padding: 10px;
  border-top: 2px solid #bf0000
}

.rc-gp-migrate-bann.rc-gp-hidden {
  display: none
}

.rc-gp-migrate-bann a {
  -webkit-animation: rc-gp-fadeIn 1s ease 0s 1 normal;
  animation: rc-gp-fadeIn 1s ease 0s 1 normal
}

.rc-gp-migrate-bann img {
  width: 100%
}

.rc-gp-migrate-links {
  border-top: 2px solid #bf0000
}

.rc-gp-migrate-links .rc-gp-migrate-title, .rc-gp-migrate-links h2 {
  margin: 0;
  padding: 9px 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2e2e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: linear-gradient(to bottom, #fff 0, #eee 100%);
  background: -webkit-linear-gradient(liner, left top, left bottom, #fff 0, #eee 100%);
  color: #bf0000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700
}

.rc-gp-migrate-links .rc-gp-migrate-list {
  width: 100%;
  -webkit-animation: rc-gp-fadeIn 1s ease 0s 1 normal;
  animation: rc-gp-fadeIn 1s ease 0s 1 normal
}

.rc-gp-migrate-links .rc-gp-migrate-list.rc-gp-hidden {
  display: none
}

.rc-gp-migrate-links .rc-gp-migrate-list li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  list-style: none;
  vertical-align: top
}

.rc-gp-migrate-links .rc-gp-migrate-list li:nth-child(3n) {
  border-right: 0
}

.rc-gp-migrate-links .rc-gp-migrate-list li a {
  display: block;
  padding: 10px 0 9px;
  font-size: 10px;
  text-align: center
}

.rc-gp-migrate-links .rc-gp-migrate-list li a em {
  display: block;
  margin: 10px 0 5px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #000
}

.rc-gp-migrate-links .rc-gp-migrate-list li img {
  height: 40px
}

.rc-gp-migrate-links .rc-gp-migrate-list .rc-gp-icon {
  display: inline-block;
  height: 40px
}

.rc-gp-migrate-links .rc-gp-migrate-list .rc-gp-icon:before {
  display: inline;
  font-size: 40px;
  vertical-align: bottom;
  color: #bf0000
}

.rc-gp-migrate-links .rc-gp-migrate-table-list {
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 16px 0 0
}

.rc-gp-migrate-links .rc-gp-migrate-table-list li {
  display: table-cell;
  width: 50%
}

.rc-gp-migrate-links .rc-gp-migrate-table-list li:first-child {
  border-right: 1px solid #ccc
}

.rc-gp-migrate-links .rc-gp-migrate-table-list li a {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 14px 5px;
  font-size: 13px
}

.rc-gp-migrate-links .rc-gp-migrate-table-list li a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  background-image: url(https://jp.rakuten-static.com/1/im/grp/prtl/img/thumb/groupportal01/rc-gp-sprites.png);
  -webkit-background-size: 8.5px 13px;
  background-size: 8.5px 13px;
  background-position: 0 0;
  width: 8.5px;
  height: 13px
}

/* ------------------------------------------
  Breadcrumbs
------------------------------------------ */
.breadcrumbs{
  position: absolute;
  top: 17px;
  width: 630px;
}

.breadcrumbs.single{
  position: relative;
  top: 0;
  padding: 15px 10px;
}
.breadcrumbs.singlefix{
  position: static;
  width: 950px;
  margin: 0 auto;
  padding: 0 0 15px;
}

.breadcrumbs li{
  display: inline-block;
  font-size: 13px;
}

.breadcrumbs li a:after{
  content: ">";
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  display: inline-block;
  width: 10px;
}

.clearfix:after{
  display: table;
  content: "";
  clear: both;
}


.rc-h-standard {
  font-family: sans-serif !important;
}
#tagLine {
  display: none;
}
.rc-h-standard .rc-h-action-nav .rc-h-action-btn {
  font-weight: bold;
  color: #bf0000;
  border-color: #bf0000;
}

