/* common */
body {
  min-width: 0;
}

#footerpush-wrapper {
  height: auto !important;
  height: 100%;
  margin: 0;
  min-height: auto;
}

#footerpush {
  display: none;
}

/* header */
#global-header {
  position: fixed;
  height: 43px;
  margin: 0;
}
#global-header .inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  width: 100%;
  margin: 0;
  overflow: auto;
}
#global-header h1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  float: none;
  width: auto;
  margin: 0;
}
#global-header h1 a {
  width: 232px;
  height: 43px;
  background-image: url(../img/logo_v-preca_sp.png);
  background-size: cover;
}
#global-header.business h1 {
  width: auto;
}
#global-header.business h2 {
  display: none;
}
#global-header .btn-account {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  float: none;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  letter-spacing: -0.4em;
  background: #d9e8f2;
  border-top: 2px solid #fff;
  z-index: 2000;
}
#global-header .btn-account li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
#global-header .btn-account a {
  display: block;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  background: #0070bd;
}
#global-header .btn-account a .free {
  font-size: 10px;
}


#global-header .btn-account2 {
  /*display: none;
  float: right;
  width: 260px;
  padding: 10px 0 0 0;
  text-align: right;
  letter-spacing: -0.4em;*/
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  float: none;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  letter-spacing: -0.4em;
  background: #d9e8f2;
  border-top: 2px solid #fff;
  z-index: 2000;
  
}
#global-header .btn-account2 li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

#global-header .btn-account2 li:last-child  {
  border-color: #0070bd;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    letter-spacing: normal;
    margin: 5px 0 0;
    width: 72%;
}

#global-header .btn-account2 li:last-child a {
    background: url("../img/home/icon_gift.png") no-repeat scroll 30px center #ffffff;
    color: #0070bd;
    display: block;
    font-size: 13px;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    text-align: center;
}

#global-header .btn-account2 a {
  display: block;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  background: #0070bd;
}
#global-header .btn-account2 a .free {
  font-size: 10px;
}


.header-link,
.header-search {
  display: none;
}

.btn-menu {
  display: block;
  width: 87px;
}
.btn-menu a {
  width: 87px;
  height: 43px;
  background-image: url(../img/btn_menu.png);
  background-position: 0 0;
  background-size: cover;
}
.btn-menu.active a {
  background-position: 0 -43px;
}

/* sidemenu */
#sidemenu-wrap {
  display: none;
}

#menu-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  z-index: 100;
}

#menu-wrap {
  display: none;
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 104px 0 30px 0;
  background: #fff;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#category-menu {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0 10px 15px 10px;
  text-align: left;
  border-bottom: 2px solid #d9e8f2;
  z-index: 1100;
}
#category-menu li {
  height: auto;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
#category-menu li a {
  display: block;
  padding: 10px 10px 10px 25px;
  background-image: url(../img/sidebanner_bullet_sp.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border-top: 2px solid #d9e8f2;
  border-right: 2px solid #d9e8f2;
  border-left: 2px solid #d9e8f2;
}
#category-menu li.home {
  display: block;
  margin: 0 0 10px 0;
}
#category-menu li.home a {
  border: 2px solid #d9e8f2;
}

.side-banner-wrap {
  position: relative !important;
  top: auto !important;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
  z-index: 1;
}

.buy .side-banner-wrap,
.use .side-banner-wrap,
.gift .side-banner-wrap,
.mypage .side-banner-wrap {
  top: auto;
}

.side-banner {
  margin: 0 0 5px 0;
  border: 2px solid #0070bd;
}
.side-banner a {
  display: block;
  padding: 10px 10px 10px 25px;
  font-size: 12px;
  line-height: 1.5;
  background: url(../img/sidebanner_bullet_sp.png) 10px center no-repeat;
  background-size: 10px 10px;
}

.side-banner2 {
  margin: 0 0 5px 0;
  border: 2px solid #0070bd;
}
.side-banner2 a {
  display: block;
  padding: 10px 10px 10px 30px;
  font-size: 12px;
  line-height: 1.5;
  background: url(../img/sidebanner_bullet_sp2.png) 10px center no-repeat;
  background-size: 15px 15px;
  font-weight:bold;
}

#category-menu {
  display: block;
}

/* footer */
#global-menu {
  position: relative;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  z-index: 2000;
}
#global-menu .inner-wrap {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: auto;
}
#global-menu .link-corporative,
#global-menu .search {
  padding: 10px 10px 10px 25px;
  background: url(../img/sidebanner_bullet_sp.png) 8px center no-repeat;
  background-size: 10px 10px;
  border: 2px solid #d9e8f2;
}
#global-menu .link-corporative {
  margin: 0 0 10px 0;
}
#global-menu .search {
  margin: 0 0 25px 0;
}
#global-menu .global-menu-close {
  display: block;
  width: 265px;
  margin: 0 auto 40px auto;
}
#global-menu .global-menu-close a {
  display: block;
  height: 32px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #0079c0;
}

#global-footer {
  margin: 0 10px;
  padding: 0 0 10px 0;
}

.footer-link1,
.footer-link2 {
  float: none;
  width: auto;
  margin: 0;
}
.footer-link1 a,
.footer-link2 a {
  color: #000;
}
.footer-link1 a:hover,
.footer-link2 a:hover {
  color: #ccc;
}

.footer-facebook,
.footer-lifecard {
  display: none;
}

.footer-link-list {
  padding: 0;
}
.footer-link-list li {
  margin: 0;
}
.footer-link-list li.search {
  display: block;
}

.footer-link1 .footer-link-list {
  margin: 0 0 10px 0;
  border-bottom: 2px solid #d9e8f2;
}
.footer-link1 .footer-link-list a {
  display: block;
  padding: 10px 10px 10px 25px;
  background-image: none;
  background-image: url(../img/sidebanner_bullet_sp.png) !important;
  background-position: 10px center !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
  border-top: 2px solid #d9e8f2;
  border-right: 2px solid #d9e8f2;
  border-left: 2px solid #d9e8f2;
}
.footer-link1 .footer-link-list a.link-external {
  display: block;
  padding: 10px 10px 10px 25px;
  background-image: url(../img/sidebanner_bullet_sp.png) !important;
}

.footer-link2 .footer-link-list {
  margin: 0 0 30px 0;
  border-bottom: 2px solid #d9e8f2;
}
.footer-link2 .footer-link-list a {
  display: block;
  padding: 10px 10px 10px 25px;
  background-image: none;
  background-image: url(../img/sidebanner_bullet_sp.png) !important;
  background-position: 10px 15px !important;
  background-repeat: no-repeat !important;
  background-size: 10px 10px !important;
  border-top: 2px solid #d9e8f2;
}
.footer-link2 .footer-link-list a.link-external {
  display: block;
  padding: 10px 10px 10px 25px;
  background-image: url(../img/sidebanner_bullet_sp.png) !important;
}

/* CM */
#cm {
display:none;
/*	position: relative;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0 0 40px 0;
	padding: 10px 10px 0 10px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 1.2;
	background: #0070bd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	background-color: #FFFFFF;
*/
}
#cm.open {
/*  left: auto;
  margin: 0 0 40px 0;
*/}
#cm .btn-cm-close {
  display: none;
}

.cm-list li {
  letter-spacing: -0.4em;
  padding: 0 0 10px 0;
}
.cm-list li .image,
.cm-list li .title {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.cm-list li .image {
  width: 35px;
}
.cm-list li .image img {
  width: 35px;
  height: 35px;
}
.cm-list li .title {
  width: 220px;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cm-list li a {
  color: #fff;
}

/* content */
#content-wrapper {
  padding: 58px 0 0 0;
}

#wrapper {
  width: auto;
  margin: 0 10px;
  padding: 0 0 95px 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
#wrapper p.btm0 {
  margin-bottom: 0;
}
#wrapper p.btm20 {
  margin-bottom: 10px;
}
#wrapper p.btm30 {
  margin-bottom: 15px;
}
#wrapper p.btm40 {
  margin-bottom: 20px;
}
#wrapper p.btm50 {
  margin-bottom: 25px;
}
#wrapper p.top20 {
  margin-top: 10px;
}
#wrapper p.left40 {
  margin-left: 20px;
}
#wrapper p.size12 {
  font-size: 11px;
}
#wrapper p.size11 {
  font-size: 10px;
}
#wrapper p.notice, #wrapper p.notice-no-indent {
  color: #666;
  font-size: 10px;
}
#wrapper a.link-external {
  display: inline-block;
  padding: 0 18px 0 0;
  background: url(../img/link_icon_external.png) right 5px no-repeat;
  background-size: 12px 10px;
}
#wrapper a.link-external-inline {
  display: inline;
  padding: 0 18px 0 0;
  background: url(../img/link_icon_external.png) right 2px no-repeat;
  background-size: 12px 10px;
}
#wrapper a.link-external-w {
  display: inline;
  padding: 0 18px 0 0;
  background: url(../img/link_icon_external_w.png) right 5px no-repeat;
  background-size: 12px 10px;
}
#wrapper a.link-anchor {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/link_icon_anchor.png) left 5px no-repeat;
  background-size: 9px auto;
}
#wrapper a.link-left-arrow {
  padding: 0 0 0 16px;
  background-size: 12px auto;
  background-position: 0 3px;
}
#wrapper a.link-back {
  padding: 0 0 0 16px;
  background-size: 12px auto;
  background-position: 0 3px;
}

#content {
  float: none;
  width: auto;
  min-height: auto;
  margin: 0;
}
#content .sp-only {
  display: block;
}

#content-foot-button {
  display: none;
}

.sp-only .btn-social {
  width: 100%;
  margin: 0 0 30px 0;
}
.sp-only .btn-social iframe.twitter-share-button {
  width: 110px !important;
}
.sp-only .btn-social ul {
  letter-spacing: -0.4em;
}
.sp-only .btn-social ul li {
  display: inline-block;
  height: 20px;
  margin: 0 10px 10px 0;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.sp-only .btn-backto-top {
  width: 265px;
  margin: 0 auto 40px auto;
  text-align: center;
  background: #eee;
}
.sp-only .btn-backto-top a {
  display: block;
  padding: 8px 0;
  color: #0070bd;
}
.sp-only .btn-backto-top a span {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/btn_pagetop_bullet_sp.png) left center no-repeat;
  background-size: 13px 8px;
}
.sp-only .logo-lifecard {
  width: 152px;
  height: 15px;
  margin: 0 auto 9px auto;
  background-image: url(../img/logo_lifecard_sp.png);
  background-size: cover;
}
.sp-only .copyright {
  text-align: center;
  font-size: 10px;
}
.sp-only .fixed-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: #d9e8f2;
  z-index: 1000;
}
.sp-only .fixed-footer .btn-account {
  float: none;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  letter-spacing: -0.4em;
}
.sp-only .fixed-footer .btn-account li {
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}

.sp-only .fixed-footer .btn-account li:last-child {
  display: inline-block;
  margin: 5px 0 0;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
  width: 264px;
  border-color: #0070BD;
	border-width: 1px;
	border-style: solid;
}


.sp-only .fixed-footer .btn-account a {
  display: block;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 32px;
  background: #0070bd;
}

.sp-only .fixed-footer .btn-account a.gift {
	display: block;
	height: 32px;
	padding: 0 30px;
	color: #0070bd;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	background: #ffffff;
	background-image: url(../img/home/icon_gift.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}

.sp-only .fixed-footer .btn-account a .free {
  font-size: 10px;
}

/* home */
#alert {
  width: auto;
  margin: 0 10px 15px 10px;
}
#alert p {
  padding: 10px;
  color: #c00;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  background: #ffffea;
  border: 2px solid #c00;
}

section {
  position: relative;
  margin: 0 0 20px 0;
  background: #fff;
  border: 5px solid #d9e8f2;
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  z-index: 100;
}
section.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.home-section {
  padding: 18px 0;
}
.home-section .btn-detail {
  position: relative;
  bottom: auto;
  left: auto;
  width: 265px;
  height: auto;
  margin: 0 auto;
}
.home-section .btn-detail a {
  display: block;
  width: 265px;
  height: auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #0070bd;
}
.home-section .btn-detail a:hover {
  background: #4c9fd9;
}
.home-section .btn-detail2 {
  position: relative;
  bottom: auto;
  left: auto;
  width: 265px;
  height: auto;
  margin: 0 auto;
}
.home-section .btn-detail2 a {
  display: block;
  width: 265px;
  height: auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  background: #0070bd;
}
.home-section .btn-detail2 a:hover {
  background: #4c9fd9;
}
.home-section .btn-detail3 {
  position: relative;
  bottom: auto;
  left: auto;
  width: 265px;
  height: auto;
  margin: 0 auto 10px auto;
}
.home-section .btn-detail3 a {
  display: block;
  width: 265px;
  height: auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #0070bd;
}

.home-section .btn-detail4 {
  position: relative;
  bottom: auto;
  left: auto;
  width: 265px;
  height: auto;
  margin: 0 auto 10px auto;
}
.home-section .btn-detail4 a {
  display: block;
  width: 259px;
  height: auto;
  padding: 8px 0;
  color: #0070bd;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background-color: #ffffff;
  border: 3px solid #0070BD;
}
.home-section .btn-detail4 a:hover {
  background: #4c9fd9;
}
.home-section .illust {
  display: none;
}

.home-text-wrap {
  position: relative;
  top: auto;
  left: auto;
  width: 255px;
  height: auto;
  margin: 0 auto 20px auto;
  z-index: 10;
}
.home-text-wrap h1 {
  margin: 0 0 13px 0;
  padding: 0 0 0 16px;
  color: #0070bd;
  font-size: 13px;
  line-height: 13px;
}
.home-text-wrap#home-about h1 {
  background: url(../img/home/icon_about_sp.png) left center no-repeat;
  background-size: 13px 13px;
}
.home-text-wrap#home-buy h1 {
  background: url(../img/home/icon_buy_sp.png) left center no-repeat;
  background-size: 13px 13px;
}
.home-text-wrap#home-use h1 {
  background: url(../img/home/icon_use_sp.png) left center no-repeat;
  background-size: 13px 13px;
}
.home-text-wrap#home-mypage h1 {
  background: url(../img/home/icon_mypage_sp.png) left center no-repeat;
  background-size: 13px 13px;
}
.home-text-wrap#home-gift h1 {
  background: url(../img/home/icon_gift_sp.png) left center no-repeat;
  background-size: 13px 13px;
}
.home-text-wrap h2 {
  margin: 0 0 12px 0;
  font-size: 24px;
  line-height: 1.3;
}
.home-text-wrap p {
  font-size: 11px;
  line-height: 1.5;
}

.home-section-anim {
  width: 265px;
  height: 120px;
  min-height: 120px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.home-section-anim img,
.home-section-anim canvas {
  width: 380px;
  height: 225px;
  margin: -40px 0 0 -140px;
}

.home-section#news {
  padding: 15px 0;
}
.home-section#news h1 {
  width: 255px;
  margin: 0 auto 13px auto;
  padding: 0 0 0 16px;
  color: #0070bd;
  font-size: 13px;
  line-height: 13px;
  background: url(../img/home/icon_news_sp.png) left center no-repeat;
  background-size: 13px 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-section#news .archives-list {
  width: 255px;
  margin: 0 auto;
  padding: 0;
}
.home-section#news .archives-list li {
  width: auto;
  margin: 0 0 20px 0;
  font-size: 11px;
  line-height: 1.5;
  overflow: hidden;
}
.home-section#news .archives-list li div {
  float: left;
}
.home-section#news .archives-list li div.category {
  width: 85px;
  margin: 0 10px 5px 0;
}
.home-section#news .archives-list li div.category p {
  height: auto;
  padding: 0 5px;
  background: #ececec;
}
.home-section#news .archives-list li div.date {
  width: 90px;
  margin: 0 0 5px 0;
}
.home-section#news .archives-list li div.title {
  clear: both;
  width: auto;
}
.home-section#news .archives-list li div.title a {
  color: #0070bd;
  text-decoration: underline;
}
.home-section#news .archives-list li div.title a:hover {
  color: #4c9fd9;
}
.home-section#news .archives-link {
  width: 255px;
  margin: 0 auto;
  letter-spacing: normal;
}
.home-section#news .archives-link li {
  display: block;
  margin: 0 0 10px 0;
  letter-spacing: normal;
}
.home-section#news .archives-link a {
  display: block;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #0070bd;
}
.home-section#news .archives-link a:hover {
  background: #4c9fd9;
}

.home-section#gift .archives-link {
  width: 255px;
  margin: 0 auto;
  letter-spacing: normal;
}
.home-section#gift .archives-link li {
  display: block;
  margin: 0 0 10px 0;
  letter-spacing: normal;
}
.home-section#gift .archives-link a {
  display: block;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #0070bd;
}
.home-section#gift .archives-link a:hover {
  background: #4c9fd9;
}

.home-section#gift .btn2_all{
	width:265px;
	margin:-50px auto 40px auto;
	padding:0 0;
}

.home-section#gift .archives-link2 {
  height: auto;
  margin: 0 auto;
  letter-spacing: normal;
}
.home-section#gift .archives-link2 li {
  display: block;
  width:265px;
  height: auto;
  margin: 0 auto 10px auto;
  letter-spacing: normal;
}
.home-section#gift .archives-link2 a {
  display: block;
  height: auto;
  margin:0 auto;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  background: #0070bd;
}
.home-section#gift .archives-link2 a:hover {
  background: #4c9fd9;
}
#content.home {
  margin-bottom: 0;
}
#content.home .privacy-mark {
  width: auto;
  margin: 0 0 20px 0;
  text-align: right;
}
#content.home .privacy-mark img {
  height: 40px;
  width: auto;
}

/* 13/11/19 追加 */
.link-pt{
	display:block;
}

/* about */
#lower-global-menu {
  display: none;
}

#page-title {
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 5px 0 0 0;
}
#page-title h1 {
  color: #0070bd;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
  background-size: auto 38px;
}
#page-title h1.about {
  padding: 0 0 0 85px;
  background-image: url(../img/title_buta_about.png);
}
#page-title h1.buy {
  padding: 0 0 0 61px;
  background-image: url(../img/title_buta_buy.png);
}
#page-title h1.use {
  padding: 0 0 0 83px;
  background-image: url(../img/title_buta_use.png);
}
#page-title h1.gift {
  padding: 0 0 0 75px;
  background-image: url(../img/title_buta_gift.png);
}
#page-title h1.mypage {
  padding: 0 0 0 86px;
  background-image: url(../img/title_buta_mypage.png);
}
#page-title h1.image-none {
  padding: 0;
}
#page-title h1.business {
  padding: 0;
  font-size: 16px;
  line-height: 1.3;
}

.lower-section .inner-wrap {
  width: 258px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 11px;
  line-height: 1.5;
}
.lower-section .about-fig3-guide {
  width: 238px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
}
.lower-section .about-fig3-guide .guide-left {
  float: none;
  width: auto;
}
.lower-section .about-fig3-guide .guide-right {
  float: none;
  width: auto;
}
.lower-section .about-fig3-guide .guide-num {
  min-height: 14px;
  margin: 0 0 5px 0;
  padding: 0 0 0 18px;
  color: #f36;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
.lower-section .about-fig3-guide .guide-num.num1 {
  background-image: url(../img/num1_sp.png);
}
.lower-section .about-fig3-guide .guide-num.num2 {
  background-image: url(../img/num2_sp.png);
}
.lower-section .about-fig3-guide .guide-num.num3 {
  background-image: url(../img/num3_sp.png);
}
.lower-section .about-fig3-guide .guide-num.num4 {
  background-image: url(../img/num4_sp.png);
}
.lower-section .about-fig3-guide li {
  margin: 0 0 10px 0;
}
.lower-section .about-fig3-guide .guide-text {
  padding: 0 0 0 18px;
}
.lower-section .fig-box {
  padding: 15px 0;
  text-align: center;
  background: #edf7f8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.lower-section .fig-box.top30 {
  margin-top: 15px;
}
.lower-section .fig-box.btm30 {
  margin-bottom: 15px;
}
.lower-section .box-link {
  position: relative;
  margin: 0;
  padding: 10px;
  font-size: 11px;
  border: 2px solid #d9e8f2;
}
.lower-section .box-link p {
  margin: 0;
}
.lower-section .box-link p.copy-text {
  padding: 0;
}
.lower-section .box-link p.link-text {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 12px;
  background-size: 12px 12px;
}
.lower-section .box-link p.link-text.use {
  background-image: url(../img/link_icon_use_sp.png);
}
.lower-section .box-link p.link-text.gift {
  background-image: url(../img/link_icon_gift_sp.png);
}
.lower-section .box-link p.link-text-bgblue {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  background: #0070bd;
}
.lower-section .box-link p.link-text-bgblue2 {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  background: #0070bd;
}

.lower-section .box-link p.link-text-bgblue .free {
  font-size: 10px;
}
.lower-section .box-link p.link-text-bgblue2 .free {
  font-size: 10px;
}

.lower-section .box-link p.link-text-bgblue a {
  color: #fff;
  text-decoration: none;
}

.lower-section .box-link p.link-text-bgblue2 a {
  color: #fff;
  text-decoration: none;
}}

.lower-section .box-link p.link-text-bgblue2:hover {
	background: #4c9fd9;
}
.btn-account .register p.link-text-bgblue2:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}


.lower-section .about5-text .box-link {
  margin: 0;
}
.lower-section .about6-question .box-link {
  margin: 0 30px;
}
.lower-section .about6-question .box-link p.copy-text {
  padding: 0;
}

.lower-section-block {
  width: 258px;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d9e8f2;
}
.lower-section-block h2 {
  font-size: 16px;
  line-height: 1.3;
}
.lower-section-block h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.3;
}
.lower-section-block .fig-right {
  float: right;
  margin: 0 0 0 20px;
}
.lower-section-block .fig-right.w175 {
  width: 90px;
}
.lower-section-block .fig-right.w175 img {
  width: 90px;
  height: auto;
}
.lower-section-block .fig-right.sp-none {
  display: none;
}

.lower-hl1 {
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 1.2;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.lower-hl1.about {
  background-image: url(../img/icon_about.png);
}
.lower-hl1.buy {
}

.about-fig3 {
  margin: 0 0 10px 0;
}
.about-fig3 img {
  width: 152px;
  height: auto;
}

.about-fig4 img {
  width: 230px;
  height: auto;
}

.about-fig5 {
  margin: 0 0 20px 0;
}
.about-fig5 img {
  width: 258px;
  height: auto;
}

.card-design-list li img {
  width: 60px;
  height: auto;
}
.card-design-list li.col3-left {
  margin: 0 0 0 20px;
}
.card-design-list li.col3-right {
  margin: 0 20px 0 0;
}

#lb-card-design {
  width: 230px;
  height: 153px;
  margin-left: -115px;
}
#lb-card-design .btn-lb-close {
  position: absolute;
  top: -14px;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(../img/btn_lb_close.png);
  background-size: cover;
}
#lb-card-design .card-image {
  width: 230px;
  height: 153px;
}
#lb-card-design .card-image img {
  width: 230px;
  height: 153px;
}

.table-style th {
  padding: 10px;
  font-size: 12px;
}
.table-style td {
  padding: 10px;
  font-size: 12px;
}
.table-style .table-notice {
  display: block;
}
.table-style.about-table2 {
  margin: 0 0 20px 0;
}
.table-style.about-table2 th {
  padding: 1px;
  font-size: 9px;
}
.table-style.about-table2 td {
  padding: 1px;
  font-size: 9px;
}
.table-style.rule th,
.table-style.rule td, .table-style.privacy th,
.table-style.privacy td, .table-style.kankyo th,
.table-style.kankyo td {
  padding: 1px;
/*  font-size: 9px; */
  font-size: 8px;
}
.table-style.td5 td {
  padding: 5px;
}

.about3-box {
  margin: 15px 0 0 0;
  padding: 0 0 20px 0;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
}
.about3-box .about3-box-inner-wrap {
  width: 256px;
  overflow: hidden;
}
.about3-box .num {
  float: none;
  width: auto;
  height: 49px;
  margin: 0 0 15px 0;
  background: #edf7f8;
}
.about3-box .num p {
  width: 60px;
  height: 49px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 48px 40px;
}
.about3-box .num p.num1 {
  background-image: url(../img/num1_b.png);
}
.about3-box .num p.num2 {
  background-image: url(../img/num2_b.png);
}
.about3-box .body-text {
  float: none;
  width: auto;
}
.about3-box .body-text h3 {
  margin: 0 15px 10px 15px;
  color: #0070bd;
  font-size: 16px;
}
.about3-box .body-text p {
  margin: 0 15px 20px 15px;
}
.about3-box .body-text .image {
  text-align: center;
}
.about3-box .body-text .image.about-fig6 img {
  width: 225px;
  height: auto;
}
.about3-box .body-text .image.about-fig7 img {
  width: 225px;
  height: auto;
  margin:0 auto;
}

.about4-box {
  margin: 20px 0 0 0;
  padding: 15px 20px;
}
.about4-box h3 {
  font-size: 16px;
}

#about5 .about5-num {
  float: left;
  width: 45px;
}
#about5 .about5-num p {
  background-size: 48px 40px;
  background-position: left top;
}
#about5 .about5-text {
  float: left;
  width: 213px;
}
#about5 .about5-text p.logo-right {
  margin-right: 0;
}
#about5 .logo {
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: 0 0 20px 0;
  z-index: 10;
}
#about5 .logo img {
  width: 52px;
  height: 36px;
}

.about6-question .fig-box {
  background-image: none;
}
.about6-question .hl2-cheack-question {
  margin: 0 12px 20px 12px;
  padding: 0 0 0 70px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 55px 32px;
}
.about6-question .hl2-cheack-question.q1 {
  background-image: url(../img/icon_q1.png);
}
.about6-question .hl2-cheack-question.q2 {
  background-image: url(../img/icon_q2.png);
}
.about6-question .hl2-cheack-question.q3 {
  background-image: url(../img/icon_q3.png);
}
.about6-question .about6-button {
  letter-spacing: normal;
}
.about6-question .about6-button li {
  display: block;
  width: 220px;
  margin: 0 auto 15px auto;
  line-height: 1.2;
}
.about6-question .about6-button li a {
  width: 220px;
  height: 60px;
  border: 2px solid #0070bd;
}
.about6-question .about6-button li:last-child {
  margin: 0 auto;
}
.about6-question .about6-button li p.text-l1 {
  margin: 0;
  padding: 17px 0 0 0;
}
.about6-question .about6-button li p.text-l2 {
  margin: 0;
  padding: 8px 0 0 0;
}
.about6-question .about6-button li.active a {
  color: #f36;
  border: 2px solid #f36;
}
.about6-question .about6-button li.non-active a {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
}
.about6-question .down-arrow {
  height: 40px;
  background-image: url(../img/arrow_down.png);
  background-position: center center;
}
.about6-question .about6-q2-text {
  margin: 0 !important;
  padding: 10px 0 5px 0;
  text-align: center;
}
.about6-question .about6-apply-box {
  text-align: center;
}
.about6-question .about6-apply-box p {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  border: 2px solid #d9e8f2;
}
.about6-question .about6-apply-box p a {
  text-decoration: none;
}
.about6-question .hl2-finsih {
  margin: 0 15px 15px 15px;
  font-size: 12px;
}

.about6-illust {
  padding: 20px 0 0 0;
  text-align: center;
}
.about6-illust .illust {
  width: 60px;
  height: 45px;
  background-size: 60px 90px;
}
.about6-illust.finish .illust {
  background-position: 0 -45px;
}

.step-list {
  padding: 20px 0 0 0;
}
.step-list li {
  margin: 0 0 40px 0;
  border: 1px solid #d9e8f2;
}
.step-list li:last-child {
  margin: 0;
}
.step-list .inner-wrap {
  width: 227px;
  margin: 0 auto;
  padding: 15px 0;
}
.step-list .inner-wrap .text {
  float: none;
  width: auto;
}
.step-list .inner-wrap .fig {
  float: none;
  width: auto;
  margin-top: 20px;
}
.step-list .inner-wrap .fig img {
  width: 227px;
  height: auto;
}
.step-list .inner-wrap .fig-center {
  padding: 10px 0 0 0;
}
.step-list .inner-wrap .fig-center img {
  width: 227px;
  height: auto;
}
.step-list .inner-wrap .fig-center.use1-step3-fig-sp, .step-list .inner-wrap .fig-center.use1-step4-fig-sp {
  display: block;
}
.step-list .inner-wrap .fig-center.use1-step3-fig-pc, .step-list .inner-wrap .fig-center.use1-step4-fig-pc {
  display: none;
}
.step-list .inner-wrap h2 {
  min-height: 19px;
  margin: 0 0 15px 0;
  padding: 0 0 0 80px;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 68px 19px;
}
.step-list .inner-wrap h2.step1 {
  background-image: url(../img/step1_sp.png);
}
.step-list .inner-wrap h2.step2 {
  background-image: url(../img/step2_sp.png);
}
.step-list .inner-wrap h2.step3 {
  background-image: url(../img/step3_sp.png);
}
.step-list .inner-wrap h2.step4 {
  background-image: url(../img/step4_sp.png);
}
.step-list .inner-wrap h2.step5 {
  background-image: url(../img/step5_sp.png);
}
.step-list.sub {
  padding: 10px 0 0 0;
}
.step-list.sub .inner-wrap.sub02,
.step-list.sub .inner-wrap {
  width: 203px;
}
.step-list.sub .inner-wrap .text {
  width: auto;
}
.step-list.sub .inner-wrap.sub02 .fig,
.step-list.sub .inner-wrap .fig {
  width: auto;
}
.step-list.sub .inner-wrap.sub02 .fig img,
.step-list.sub .inner-wrap .fig img {
  width: 203px;
  height: auto;
}

.use .step-list h2 {
  font-size: 14px;
  line-height: 1.3;
}

.buy2-fig1 img {
  width: 100px;
  height: auto;
}

.buy2-fig2 img {
  width: 200px;
  height: auto;
}

.click-open-list {
  padding: 30px 0 0 0;
}
.click-open-list li {
  margin: 0 0 15px 0;
  border: 2px solid #0070bd;
}
.click-open-list li .click-open-title {
  width: auto;
  height: auto;
  background-image: url(../img/click_opne_icon_open_sp.png);
  background-position: center bottom;
  background-size: 18px auto;
}
.click-open-list li .click-open-title:hover {
  opacity: 1 !important;
}
.click-open-list li .click-open-title .logo {
  float: none;
  width: auto;
  height: auto;
  margin: 0;
}
.click-open-list li .click-open-title .logo img {
  margin: 0;
  width: auto;
  height: 50px;
}
.click-open-list li .click-open-title .text {
  float: none;
  width: auto;
}
.click-open-list li .click-open-title .text p {
  margin: 0;
  padding: 15px 15px 40px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3;
}
.click-open-list li .click-open-title .text p.text2l {
  padding: 15px 15px 40px 15px;
}
.click-open-list li.open .click-open-title {
  background-image: none !important;
}
.click-open-list li.open .click-open-title .text p {
  padding: 15px;
}
.click-open-list li.open .click-open-title .text p.text2l {
  padding: 15px;
}
.click-open-list li .click-open-body {
  padding: 15px 0 0 0;
}
.click-open-list li .click-open-body li .inner-wrap {
  width: 227px;
  margin: 0 auto;
  padding: 22px 0;
  overflow: hidden;
}
.click-open-list li .click-open-body li .inner-wrap .text {
  float: none;
  width: auto;
}
.click-open-list li .click-open-body li .inner-wrap .fig {
  float: none;
  width: auto;
  margin: 15px 0 0 0;
  text-align: center;
}
.click-open-list li .click-open-body li .inner-wrap .fig img {
  width: 149px;
  height: auto;
  /*border: 1px solid #d8d8d8;*/
}
.click-open-list li .click-open-body li h2 {
  height: 27px;
  margin: 0 0 15px 0;
  padding: 0 0 0 38px;
  font-size: 16px;
  line-height: 27px;
  background-size: auto 27px;
}
.click-open-list li .click-open-body li .step-down-arrow2 {
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 50px;
  height: 22px;
  margin: 0 0 0 -25px;
  background-image: url(../img/arrow_down.png);
}
.click-open-list li .btn-close {
  width: auto;
  height: 18px;
  margin: 0 0 15px 0;
  background-image: url(../img/click_open_btn_close_sp.png);
  background-position: center top;
  background-size: 70px 18px;
}

.buy-logo-right-wrap {
  width: auto;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.buy-logo-right-wrap .text {
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
.buy-logo-right-wrap .fig {
  float: none;
  width: auto;
  text-align: center;
}
.buy-logo-right-wrap .fig img {
  width: 80px;
  height: auto;
}

.internet-banking-list {
  width: 258px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
.internet-banking-list li {
  float: none;
  margin: 0;
}
.internet-banking-list li.left {
  width: auto;
}
.internet-banking-list li.center {
  width: auto;
}
.internet-banking-list li.right {
  width: auto;
}
.internet-banking-list li .bullet {
  color: #3cc;
}

.buy5-logo-list li,
.business4-logo-list li {
  margin: 0 5px 15px 5px;
}
.buy5-logo-list li img,
.business4-logo-list li img {
  height: 30px;
  width: auto;
}

.business4-logo-list li {
  margin: 0 3px 15px 3px;
}

.gift1-list li {
  margin: 0 0 15px 0;
  text-align: center;
  border: 1px solid #0070bd;
}
.gift1-list li .card-design-list li img {
  width: 50px;
  height: auto;
}
.gift1-list li .card-design-list li.col3-left {
  margin: 0 0 0 20px;
}
.gift1-list li .card-design-list li.col3-right {
  margin: 0 20px 0 0;
}
.gift1-list h3 {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.4;
}
.gift1-list .inner-wrap {
  width: 227px;
  padding: 10px 0 15px 0;
}
.gift1-list .fig {
  margin: 15px 0 0 0;
}
.gift1-list .fig img {
  width: 227px;
  height: auto;
}

.gift1-fig-right {
  width: 258px;
  margin: 0 0 20px 0;
}
.gift1-fig-right .text {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
}
.gift1-fig-right .fig {
  float: none;
  width: auto;
}
.gift1-fig-right .fig img {
  width: 258px;
  height: auto;
}

.tab-switch-btn {
  width: 258px;
}
.tab-switch-btn .btn-left {
  float: left;
  width: 129px;
}
.tab-switch-btn .btn-right {
  float: left;
  width: 129px;
}
.tab-switch-btn .tab-btn {
  width: 129px;
  height: 75px;
  margin: 0;
  cursor: pointer;
  background-size: 129px 150px;
}
.tab-switch-btn .tab-btn.active {
  background-position: 0 -75px;
}
.tab-switch-btn .tab-btn.guest {
  background-image: url(../img/gift/btn_guest_sp.png);
}
.tab-switch-btn .tab-btn.member {
  background-image: url(../img/gift/btn_member_sp.png);
}

.tab-switch-body-wrap {
  padding: 15px 0 20px 0;
  text-align: center;
  border-right: 2px solid #d9e8f2;
  border-bottom: 2px solid #d9e8f2;
  border-left: 2px solid #d9e8f2;
}

.tab-switch-body {
  width: 227px;
}

.gift-member-box1 {
  width: 227px;
  margin: 0 0 20px 0;
  overflow: hidden;
}
.gift-member-box1 .text {
  float: none;
  width: auto;
  margin: 0 0 15px 0;
}
.gift-member-box1 .fig {
  float: none;
  width: auto;
}
.gift-member-box1 .fig img {
  width: 227px;
  height: auto;
}

.sp-img-w258auto img {
  width: 258px;
  height: auto;
}
.sp-img-w258auto.btm40 {
  margin: 0 0 20px 0;
}

.mypage-num-blue {
  width: 258px;
  margin: 0 0 15px 0;
}
.mypage-num-blue .num {
  float: left;
  width: 45px;
  margin: 0 5px 0 0;
  background-position: center top;
}
.mypage-num-blue .num p {
  width: 45px;
  min-height: 40px;
  background-size: 48px 40px;
}
.mypage-num-blue .text-fig {
  float: left;
  width: 208px;
}
.mypage-num-blue .text {
  float: left;
  width: 208px;
  margin: 0;
}
.mypage-num-blue .fig {
  clear: both;
  float: none;
  width: auto;
  text-align: center;
}
.mypage-num-blue .fig img {
  width: 258px;
  height: auto;
}
.mypage-num-blue .num-right h2 {
  margin: 0 0 12px 0;
  padding: 5px 0 0 0;
  color: #0070bd;
  font-size: 14px;
  line-height: 1.3;
}

.lower-section-block2 {
  position: relative;
  /*width: 227px;*/
  width:100%;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #d9e8f2;
}
.lower-section-block2 h3 {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.lower-section-block2 .num-s {
  min-height: 30px;
  padding: 0 0 0 40px;
}
.lower-section-block2 .box-link {
  margin: 0;
}

.mypage-fig-right-block {
  width: 227px;
  overflow: hidden;
}
.mypage-fig-right-block.btm20 {
  margin-bottom: 10px;
}
.mypage-fig-right-block.btm40 {
  margin-bottom: 20px;
}
.mypage-fig-right-block .mypage-fig-right-text {
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
.mypage-fig-right-block .mypage-fig-right-fig {
  float: none;
  width: 227px;
}
.mypage-fig-right-block .mypage-fig-right-fig img {
  width: 227px;
  height: auto;
}
.mypage-fig-right-block p.notice {
  padding: 0 0 0 40px;
}

.mypage-box-border {
  margin: 20px 0 0 0;
  border: 1px solid #d9e8f2;
}
.mypage-box-border .inner-wrap {
  width: 227px;
  margin: 0 auto;
}
.mypage-box-border .lower-section-block2 {
  margin: 0 0 30px 0;
}
.mypage-box-border .lower-section-block2.last {
  margin: 0;
}

.mypage-inner-fig-right {
  width: 227px;
  overflow: hidden;
}
.mypage-inner-fig-right .text {
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
.mypage-inner-fig-right .fig {
  float: none;
  width: auto;
  text-align: center;
}
.mypage-inner-fig-right .fig img {
  width: 227px;
  height: auto;
}

.mypage-table1 th {
  font-size: 9px;
  padding: 1px;
}
.mypage-table1 th.bg-color2 {
  white-space: normal;
}
.mypage-table1 td {
  font-size: 9px;
  padding: 1px;
}
.mypage-table1 .maru {
  color: #0070bd;
  font-size: 16px;
  font-weight: bold;
}
.mypage-table1 .batu {
  color: #0070bd;
  font-size: 24px;
}

#mypage2-5 {
	padding-top:43px;
	margin-top:-43px;
}
.mypage2-8-fig3 {
  text-align: center;
}
.mypage2-8-fig3 img {
  width: 200px;
  height: auto;
}

.mypage2-1-fig-pc {
  display: none;
}

.mypage2-1-fig-sp {
  display: block;
}
#my3-6{
	padding-top:40px;
	margin-top:-40px;
	}

#use2 .inner-wrap {
  padding: 20px 0;
}
#use2 .inner-wrap img{
  width: 100%;
}
.use3-box-border {
  margin: 0 0 10px 0;
  border: 2px solid #d9e8f2;
  text-align: center;
}
.use3-box-border.btm0 {
  margin: 0;
}
.use3-box-border.btm40 {
  margin: 0 0 20px 0;
}
.use3-box-border .inner-wrap {
  width: 227px;
  padding: 12px 0;
}
.use3-box-border h3 {
  margin: 0 0 8px 0;
  font-size: 16px;
  line-height: 1.3;
}
.use3-box-border .problem-box {
  margin: 0 0 30px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.use3-box-border .problem-box .problem-inner-wrap {
  width: 207px;
  padding: 10px 0;
  font-size: 12px;
}
.use3-box-border .problem-box .problem-inner-wrap .text {
  float: none;
  width: auto;
  margin: 0 0 12px 0;
}
.use3-box-border .problem-box .problem-inner-wrap .fig {
  float: none;
  width: auto;
  padding: 0 0 10px 0;
  text-align: center;
}
.use3-box-border .problem-box .problem-inner-wrap .fig img {
  width: 83px;
  height: auto;
}
.use3-box-border .problem-box .problem-inner-wrap .arrow {
  position: absolute;
  top: auto;
  bottom: -18px;
  left: 90px;
  width: 44px;
  height: 28px;
  z-index: 10;
}
.use3-box-border .problem-box .problem-inner-wrap .arrow img {
  width: 44px;
  height: 28px;
}
.use3-box-border .icon-text-wrap {
  width: 227px;
  overflow: hidden;
}
.use3-box-border .icon-text-wrap .icon {
  float: none;
  width: auto;
  height: 28px;
  margin: 0 0 10px 0;
  background-size: auto 28px;
}
.use3-box-border .icon-text-wrap .icon.if {
  background-image: url(../img/use/if_sp.png);
}
.use3-box-border .icon-text-wrap .icon.useful {
  background-image: url(../img/use/useful_sp.png);
}
.use3-box-border .icon-text-wrap .text {
  float: none;
  width: auto;
}
.use3-box-border .icon-text-wrap .text .sales-copy {
  font-size: 14px;
  line-height: 1.5;
}
.use3-box-border .icon-text-wrap .use3-fig-wrap {
  margin: 0 0 20px 0;
}
.use3-box-border .icon-text-wrap .use3-fig-wrap img {
  width: 227px;
  height: auto;
}

.use3-other {
  width: auto;
  overflow: hidden;
}
.use3-other .left {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
}
.use3-other .right {
  float: none;
  width: auto;
}
.use3-other .use3-other-wrap {
  border: 1px solid #0070bd;
  padding: 0 0 20px 0;
}
.use3-other .use3-other-wrap h3 {
  margin: 0 0 12px 0;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.use3-other .use3-other-wrap p {
  padding: 0 10px;
}

/* footer content */
#footer-content {
  width: 100%;
  padding: 0 0 25px 0;
  font-size: 12px;
  line-height: 1.5;
}
#footer-content .sp-only {
  display: block;
}

.foot-content-section {
  padding: 20px 0 25px 0;
  border: 5px solid #d9e8f2;
}
.foot-content-section .inner-wrap {
  width: 258px;
  margin: 0 auto;
  text-align: left;
}
.foot-content-section .fig.sp-w100per img {
  width: 100%;
  height: auto;
}
.foot-content-section .fig.center {
  text-align: center;
}
.foot-content-section .fig.btm40 {
  margin: 0 0 20px 0;
}
.foot-content-section .num-left-wrap {
  width: 258px;
  overflow: hidden;
}
.foot-content-section .num-left-wrap .num-b1 {
  width: 40px;
}
.foot-content-section .num-left-wrap .num-b1 p {
  min-height: 40px;
  background-size: 47px 40px;
}
.foot-content-section .num-left-wrap h1 {
  width: 218px;
  margin: 5px 0 15px 0;
  font-size: 16px;
  line-height: 1.2;
}
.foot-content-section#news, .foot-content-section#news-single {
  padding-top: 40px;
}

.attention-body {
  width: 100%;
  margin: 0;
}

.attention1-list li {
  margin: 0 0 10px 0;
  padding: 8px 15px 8px 32px;
  background-size: 22px 22px;
  background-position: 3px 5px;
}
.attention1-list li h2 {
  font-size: 14px;
  line-height: 1.5;
}

.foot-content-line-separate {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #d9e8f2;
}
.foot-content-line-separate.line-top {
  margin: 25px 0 0 0;
  padding: 25px 0 0 0;
  border-bottom: none;
  border-top: 1px solid #d9e8f2;
}
.foot-content-line-separate h1 {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.3;
}

.news-archives-list li,
.campaign-archives-list li {
  width: 258px;
  margin: 0 0 16px 0;
  overflow: hidden;
}
.news-archives-list li:last-child,
.campaign-archives-list li:last-child {
  margin: 0;
}
.news-archives-list li .date,
.campaign-archives-list li .date {
  float: none;
  width: auto;
}
.news-archives-list li .title,
.campaign-archives-list li .title {
  float: none;
  width: auto;
}

.campaign-archives-list li .title {
  overflow: visible;
}
.campaign-archives-list li .title .banner {
  float: none;
  margin: 8px 0;
}

#news-single .btn-back-archives {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  z-index: 1;
}
#news-single h1 {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #d9e8f2;
}
#news-single h2 {
  margin: 0 0 12px 0;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.3;
}
#news-single .image-center img {
  max-width: 258px;
}
#news-single .notice-box {
  margin: 0 0 1em 0;
  padding: 10px;
  background: #fff4f7;
  border: 2px solid #f36;
}

#rule-body p,
#privacy-body p,
#privacy2-body p {
  font-size: 10px;
}
#rule-body h1,
#privacy-body h1,
#privacy2-body h1 {
  margin: 0 0 10px 0;
  font-size: 16px;
}
#rule-body h2,
#privacy-body h2,
#privacy2-body h2 {
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  font-size: 14px;
}
#rule-body h3,
#privacy-body h3,
#privacy2-body h3 {
  font-size: 12px;
}

#privacy-body h1 {
  margin: 0 0 25px 0;
}

.gaiyou-archives-list li {
  width: 258px;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  font-size: 12px;
  border-bottom: 1px dotted #d9e8f2;
  overflow: hidden;
}
.gaiyou-archives-list li:last-child {
  margin: 0;
  border: none;
}
.gaiyou-archives-list li .itemname {
  float: none;
  width: auto;
}
.gaiyou-archives-list li .text {
  float: none;
  width: auto;
}
.gaiyou-archives-list.regist li .itemname {
  width: auto;
}
.gaiyou-archives-list.regist li .text {
  width: auto;
}

.jigyou-body-wrap1 {
  width: 258px;
  overflow: hidden;
}
.jigyou-body-wrap1.btm40 {
  margin: 0 0 20px 0;
}
.jigyou-body-wrap1 h2 {
  margin: 0 0 15px 0;
  font-size: 14px;
}
.jigyou-body-wrap1 .text {
  float: none;
  width: auto;
}
.jigyou-body-wrap1 .fig {
  float: none;
  width: auto;
  padding: 20px 0 0 0;
  text-align: center;
}
.jigyou-body-wrap1 .fig img {
  width: 258px;
  height: auto;
}

.jigyou-body-wrap2 {
  width: 258px;
  overflow: hidden;
}
.jigyou-body-wrap2 h2 {
  margin: 0 0 15px 0;
  font-size: 16px;
}
.jigyou-body-wrap2 .text {
  float: none;
  width: auto;
}
.jigyou-body-wrap2 .fig {
  float: none;
  width: auto;
  padding: 20px 0 0 0;
  text-align: center;
}
.jigyou-body-wrap2 .fig img {
  width: 75px;
  height: auto;
}

.privacy-mark {
  width: 258px;
  overflow: hidden;
  font-size: 10px;
}
.privacy-mark .text {
  float: left;
  width: 190px;
}
.privacy-mark .logo {
  float: right;
  width: 50px;
}
.privacy-mark .logo img {
  width: 50px;
  height: auto;
}

.settlement-list li {
  width: 258px;
}
.settlement-list li .itemname {
  float: none;
  width: auto;
}
.settlement-list li .text {
  float: none;
  width: auto;
}

.fig-kankyo1 {
  width: 94px;
  height: auto;
}

.fig-kankyo2 {
  width: 44px;
  height: auto;
}

.fig-kankyo3 {
  width: 80px;
  height: auto;
}

/* business */
#content-wrapper.business .hl2-merit {
  margin: 0 0 15px 0;
  color: #3cc;
  font-size: 16px;
  line-height: 1.3;
}
#content-wrapper.business .merit-list {
  width: 258px;
  padding: 0 0 20px 0;
  overflow: hidden;
}
#content-wrapper.business .merit-list ul {
  width: auto;
  overflow: hidden;
}
#content-wrapper.business .merit-list ul li {
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
#content-wrapper.business .merit-list ul li.col2 {
  clear: both;
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
#content-wrapper.business .merit-list ul li.col2 .merit-body {
  width: auto;
}
#content-wrapper.business .merit-list ul li.col2 .merit-body .photo {
  width: 100px;
  margin: 20px 0 0 10px;
}

#content-wrapper.business .merit-list ul li.col2 .merit-body .photo2 {
  width: 100px;
  margin: 20px 0 60px 10px;
}

#content-wrapper.business .merit-list ul li.col2 .merit-body .photo img {
  width: 100px;
  height: auto;
}

#content-wrapper.business .merit-list ul li.col2 .merit-body .photo2 img {
  width: 100px;
  height: auto;
}

#content-wrapper.business .merit-list .border-wrap {
  padding: 10px;
  border: 1px solid #0070bd;
}
#content-wrapper.business .merit-list h3 {
  margin: 0 0 12px 0;
  color: #0070bd;
  font-size: 16px;
  line-height: 1.3;
}
#content-wrapper.business .merit-list .merit-body {
  width: 236px;
  overflow: hidden;
}
#content-wrapper.business .merit-list .merit-body .photo {
  float: right;
  width: 100px;
  margin: 0 0 0 10px;
}
#content-wrapper.business .merit-list .merit-body .photo2 {
  float: right;
  width: 200px;
  margin: 0 0 0 10px;
}

#content-wrapper.business .merit-list .merit-body .photo img {
  width: 100px;
  height: auto;
}
#content-wrapper.business .merit-list .merit-body .photo2 img {
  width: 200px;
  height: auto;
}

#content-wrapper.business .box-link {
  margin: 0;
}
#content-wrapper.business .box-link.btm60 {
  margin: 0 0 40px 0;
}
#content-wrapper.business .box-link .copy-text {
  padding: 0;
}

#business-top-header {
  position: relative;
  width: 258px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}
#business-top-header .feature-wrap {
  width: 258px;
  margin: 0 auto 10px auto;
  text-align: center;
}
#business-top-header .feature-wrap .photo {
  float: none;
  width: 120px;
  margin: 0 auto 10px auto;
}
#business-top-header .feature-wrap .photo img {
  width: 120px;
  height: auto;
}
#business-top-header .feature-wrap .feature-list-wrap {
  float: none;
  width: auto;
}
#business-top-header .feature-wrap .title-about {
  margin: 0 0 6px 0;
  text-align: left;
  font-size: 16px;
}
#business-top-header .feature-wrap ul {
  width: auto;
  overflow: hidden;
}
#business-top-header .feature-wrap ul li {
  margin: 0 0 10px 0;
  border: 2px solid #d9e8f2;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
#business-top-header .official-link {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 10px 15px;
  background: #0070bd;
}
#business-top-header .official-link:hover {
  background: #4c9fd9;
}
#business-top-header .official-link .link-left-arrow-w {
  display: inline-block;
  padding: 0 0 0 12px;
  background-size: 12px auto;
  background-position: left 2px;
}
#business-top-header .official-link a {
  font-size: 12px;
}
#business-top-header .gift-intro {
  padding: 0 0 20px 0;
  text-align: left;
}
#business-top-header .gift-intro h1 {
  margin: 0 0 8px 0;
  color: #f36;
  font-size: 14px;
  line-height: 1.3;
}

.lower-section#business2 .ballon-wrap {
  width: 258px;
  margin: 0 0 20px 0;
  text-align: center;
  overflow: hidden;
}
.lower-section#business2 .ballon-wrap ul {
  width: 258px;
}
.lower-section#business2 .ballon-wrap ul li {
  width: 50px;
  height: 55px;
  margin: 0 3px 5px 3px;
  background-size: cover;
}
.lower-section#business2 .ballon-wrap ul li.ballon3 {
  width: 45px;
  height: 55px;
}
.lower-section#business2 .business2-box-border {
  margin: 0 0 20px 0;
  border: 2px solid #d9e8f2;
  text-align: center;
}
.lower-section#business2 .business2-box-border.btm0 {
  margin: 0;
}
.lower-section#business2 .business2-box-border.btm20 {
  margin: 0 0 10px 0;
}
.lower-section#business2 .business2-box-border.btm40 {
  margin: 0 0 20px 0;
}
.lower-section#business2 .business2-box-border .inner-wrap {
  width: 226px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
.lower-section#business2 .cs-logo {
  margin: 0 0 20px 0;
}
.lower-section#business2 .cs-logo img {
  max-width: 226px;
  height: auto;
}
.lower-section#business2 .cs-corpname {
  margin: 0 0 12px 0;
}
.lower-section#business2 .cs-corpname h1 {
  color: #0070bd;
  font-size: 14px;
  line-height: 1.2;
}
.lower-section#business2 .cs-corpname h1 .honorific {
  font-size: 10px;
}
.lower-section#business2 .cs-intro {
  margin: 0 0 20px 0;
  border-bottom: 2px solid #d9e8f2;
}
.lower-section#business2 .cs-add-image-wrap {
  width: 226px;
  overflow: hidden;
}
.lower-section#business2 .cs-add-image-wrap .cs-image {
  float: none;
  width: auto;
  text-align: center;
  margin: 0 0 15px 0;
}
.lower-section#business2 .cs-add-image-wrap .cs-image img {
  max-width: 226px;
  height: auto;
}
.lower-section#business2 .btn-cs-detail a {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  background-color: #0070bd;
}
.lower-section#business2 .btn-cs-detail a.link-left-arrow-w {
  display: inline-block;
  margin: 0;
  padding: 8px 10px 8px 26px;
  background-size: 12px auto;
  background-image: url(../img/link_icon_left_arrow_w.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.lower-section#business2 .btn-cs-detail a:hover {
  background-color: #4c9fd9;
}

.lower-section#business3 .step-list.btm40 {
  margin: 0 0 20px 0;
}
.lower-section#business3 .step-list .inner-wrap {
  width: 226px;
}
.lower-section#business3 .step-list .num {
  float: left;
  width: 40px;
}
.lower-section#business3 .step-list .num p {
  width: 40px;
  height: 40px;
  background-size: auto 40px;
}
.lower-section#business3 .step-list .flow-body {
  float: left;
  width: 186px;
}
.lower-section#business3 .step-list .flow-body h2 {
  min-height: 12px;
  margin: 0 0 12px 0;
  padding: 0;
  color: #3cc;
}
.lower-section#business3 .step-list .fig {
  float: none;
  width: auto;
  text-align: center;
}
.lower-section#business3 .business3-flow-box.box1 {
  background: url(../img/business/bg_business3_box1_sp.png) left center no-repeat;
  background-size: 20px auto;
}
.lower-section#business3 .business3-flow-box.box2 {
  background: url(../img/business/bg_business3_box2_sp.png) left center no-repeat;
  background-size: 20px auto;
}
.lower-section#business3 .business3-flow-box .business3-fow-wrap {
  width: 150px;
  margin: 0 0 0 36px;
  overflow: hidden;
}
.lower-section#business3 .business3-flow-box .business3-fow-wrap .flow-text {
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}
.lower-section#business3 .business3-flow-box .business3-fow-wrap .flow-fig {
  float: none;
  width: auto;
}
.lower-section#business3 .business3-flow-box .business3-fow-wrap .flow-fig img {
  max-width: 100%;
  height: auto;
}
.lower-section#business3 .business3-fow-down-arrow {
  width: 135px;
  height: 20px;
  background-position: right center;
}

.lower-section#business4 .business4-box-border {
  margin: 0 0 20px 0;
  border: 2px solid #d9e8f2;
  text-align: center;
}
.lower-section#business4 .business4-box-border.btm0 {
  margin: 0;
}
.lower-section#business4 .business4-box-border.btm20 {
  margin: 0 0 10px 0;
}
.lower-section#business4 .business4-box-border.btm40 {
  margin: 0 0 20px 0;
}
.lower-section#business4 .business4-box-border .inner-wrap {
  width: 226px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
.lower-section#business4 .business4-box-border h2 {
  margin: 0 0 20px 0;
  color: #0079c1;
  font-size: 16px;
  line-height: 1.3;
}

.business-case-study .sp-only {
  display: block;
}
.business-case-study p {
  margin: 0 0 1em 0;
}
.business-case-study a {
  color: #0079c1;
  text-decoration: underline;
}
.business-case-study a:hover {
  color: #4c9fd9;
}
.business-case-study a.link-back {
  padding: 0 0 0 16px;
  background-size: 12px auto;
  background-position: 0 3px;
}
.business-case-study #page-title {
  margin: 0 auto;
}
.business-case-study .btn-back {
  width: auto;
  margin: 0 10px 10px 10px;
  text-align: left;
  font-size: 12px;
}
.business-case-study .btn-back.btm40 {
  margin-bottom: 40px;
}
.business-case-study #case-study-content {
  width: 100%;
  padding: 0 0 25px 0;
  font-size: 12px;
  line-height: 1.5;
}
.business-case-study #case-study-content .case-study-wrap {
  margin: 0 0 10px 0;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap {
  width: 258px;
  margin: 0 auto 30px auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap#case-study-intro {
  padding: 0 0 30px 0;
  border-bottom: 1px solid #d9e8f2;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap#case-study-intro .photo {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  text-align: center;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap#case-study-intro .photo img {
  width: 150px;
  height: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap#case-study-intro .text {
  float: none;
  width: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-right .text {
  float: none;
  width: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-right .fig {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  text-align: center;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-right .fig img {
  width: 150px;
  height: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-left .text {
  float: none;
  width: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-left .fig {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
  text-align: center;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap.photo-left .fig img {
  width: 150px;
  height: auto;
}
.business-case-study #case-study-content .case-study-wrap .section-wrap h1 {
  font-size: 16px;
}
.business-case-study #case-study-content .case-study-wrap .thanks {
  width: 258px;
  font-size: 16px;
}
.business-case-study #case-study-content .case-study-wrap .interview-date {
  width: 258px;
  margin: 0 auto 20px auto;
}
.business-case-study #case-study-content .case-study-header {
  margin: 0 0 30px 0;
  padding: 20px 0;
  border-bottom: 5px solid #d9e8f2;
}
.business-case-study #case-study-content .case-study-header .inner-wrap {
  width: 258px;
  margin: 0 auto;
  text-align: left;
}
.business-case-study #case-study-content .case-study-header .inner-wrap .text {
  float: none;
  width: auto;
}
.business-case-study #case-study-content .case-study-header .inner-wrap .logo {
  float: none;
  width: auto;
  margin: 0 0 20px 0;
}
.business-case-study #case-study-content .case-study-header .inner-wrap .logo img.logo-expedia {
  height: 27px;
  width: auto;
}
.business-case-study #case-study-content .case-study-header .inner-wrap .logo img.logo-fivegate {
  height: 19px;
  width: auto;
}
.business-case-study #case-study-content .case-study-header .inner-wrap h1 {
  margin: 0 0 10px 0;
  color: #0070bd;
  font-size: 20px;
}
.business-case-study #case-study-content .case-study-header .inner-wrap h1 .honorific {
  font-size: 12px;
  font-weight: normal;
}
.business-case-study #case-study-content .case-study-footer {
  padding: 20px 0;
  letter-spacing: -0.4em;
  border-top: 5px solid #d9e8f2;
}
.business-case-study #case-study-content .case-study-footer p a {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 40px;
  background: #0070bd;
  *display: inline;
  *zoom: 1;
}
.business-case-study #case-study-content .case-study-footer p a .free {
  font-size: 16px;
}
.business-case-study #case-study-content .case-study-footer p a:hover {
  background: #4c9fd9;
}

#lb-business-merit {
  display: none;
  position: absolute;
  top: 100px;
  left: 50%;
  width: 280px;
  height: 325px;
  margin-left: -140px;
  z-index: 2100;
}
#lb-business-merit .btn-lb-close {
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 14px;
  background-image: url(../img/btn_lb_close.png);
  background-size: cover;
  cursor: pointer;
  z-index: 2100;
}
#lb-business-merit .merit-image {
  width: 280px;
  height: 325px;
  overflow: hidden;
}
#lb-business-merit .merit-image img {
  width: 280px;
  height: 325px;
}

.pc-only { display:none; }

/* 2013.12.19 added */

.cpimg{
	margin:0 auto;
	text-align:center;
	width:260px;
}

/* 2013.12.19 added end */
.newsmg {
	padding-left:0px;
}
.newsmg2 {
	padding-left:0px;
	width:260px;
	margin:0 auto;
}
.newsmg2 img {
	padding-left:0px;
	width:90%;
	margin:0 auto;
}
a.slink {
color:#0070bd; 
text-decoration:underline;
}
a:hover span.slink{
color:#4c9fd9;
}

/* 2014.02.01 added */

.cpimg02{
	margin:0 auto;
	text-align:center;
	width:260px;
}
.box-link_camp {
  position: relative;
  margin: 0;
  padding: 10px;
  font-size: 11px;
  border: 2px solid #d9e8f2;
}
.box-link_camp p {
  margin: 0;
}
.box-link_camp p.copy-text {
  padding: 0;
}
.box-link_camp p.link-text {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 0 0 0 15px;
  text-align: left;
  font-size: 12px;
  background-size: 12px 12px;
}
.box-link_camp p.link-text-bgblue {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  background: #0070bd;
}
.box-link_camp p.link-text-bgblue2 {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  background: #0070bd;
}

.sp-cm {
  display: block;
}
#wrapper a.link-external_pc {
	display:none;
}
#wrapper a.link-external_pc2 {
	display:none;
}
#wrapper a.link-external_pc3 {
	display:none;
}
#wrapper a.link-external_pc4 {
	display:none;
}
#wrapper a.link-external_sp {
	
  display: inline;
  padding: 0 18px 10px 0;
  background: url(../img/link_icon_external.png) right 2px no-repeat;
}





.gft a .img{
	padding-left:0px
}

.gft a .img img {
	width:15px;
	height:15px;
}


.trmWrprPdd{
	padding:0 !important;
}

.trmWrprMrg{
	margin:0 !important;
}




.btn-cls{
	background: none repeat scroll 0 0 #eee;
    margin: 0 auto 40px;
    text-align: center;
    width: 265px;
}

.btn-cls a {
	color: #0070bd;
    display: block;
    padding: 8px 0;
}

.btn-cls a span {
	display: inline-block;
	padding: 0 0 0 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/btn_close_bullet_sp.png) !important;
	background-size: 13px 8px;
}

.dtlCtn {
    background-position: right center;
    background-repeat: no-repeat;
    border: 3px solid #0070bd;
    display: block;
    margin: 0 0 20px;
    position: relative;
}

.dtlCtn .img {
    padding-left: 0;
	display: table-cell;
    margin: 6px 6px 6px 10px;
    vertical-align: middle;
	float:none;
}

.dtlCtn .img img {
    height: 15px;
    width: 15px;
}

.dtlCtn .txt {
    display: table-cell;
    padding: 6px 40px 6px 10px;
    vertical-align: middle;
	float:none;
}


.impLink div div {
	float:none;
    margin: 6px 6px 20px;
    width: 100%;
}



/* 201410imp anc用
--------------------------------------------------------*/

.impAnc{
	position: absolute;
	z-index: 100;
	top:-50px;
	width:10px;
	height:10px;
}

.lower-section .inner-wrap a {
    color: #0079c1;
    text-decoration: underline;
}









.lower-section .inner-wrap p.gift {
    padding: 0 140px 0 0;
}

.gft {
    background-position: right center;
    background-repeat: no-repeat;
    border: 3px solid #0070bd;
    display: block;
    margin: 0 auto 20px;
    padding: 6px 30px 6px 6px;
    position: relative;
    width: 90%;
}






.home-section-anim img,
.home-section-anim canvas.gift {
  width: 380px;
  height: 225px;
  margin: -100px 0 0 -140px;
}



.lower-section .box-link2 {
    background-color: #fff;
    border: 3px solid #d9e8f2;
    font-size: 11px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}

.lower-section .box-link2.brkn {
    background-color: #fff;
    border: 3px solid #d9e8f2;
    font-size: 11px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
	height:125px;
}

.lower-section .box-link2.brknLineH {
    background-color: #fff;
    border: 3px solid #d9e8f2;
    font-size: 11px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
	height:95px;
}

.lower-section .box-link2 p.copy-text {
    padding: 0 110px 0 0;
    text-align: left;
}

.lower-section .box-link2 p.copy-text.brkn {
    padding: 0 ;
	margin:0 ;
    text-align: left;
}

.lower-section .box-link2 p.link-text {
    background-position: left bottom;
    background-repeat: no-repeat;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 0 0 0 20px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 17px;
    width: auto;
}

.lower-section .box-link2 p.link-text.brkn {
    margin: -50px 0 0 0 ;
    padding: 0 0 0 20px;
	position:inherit;
    right: 5px;
    text-align: left;
    top: 17px;
    width: auto;
}

.lower-section .box-link2 p.link-text.use.brkn{
    margin: 0;
    padding: 0 0 0 20px;
	position:inherit;
    right: 0;
    text-align: left;
    top: 0;
    width: auto;
}
.lower-section .box-link2 p.link-text.app.brkn{
    margin: 0;
    padding: 0 0 0 20px;
	position:inherit;
    right: 0;
    text-align: left;
    top: 0;
    width: auto;
}

.lower-section .box-link2 p.link-text.gift2.brkn{
	margin-top:0;
}

.lower-section .box-link2 p.link-text.gift2.brkn2{
	margin-top:25px;
}

.gift1-list li div div div {
	width:240px;
	float:none;
	margin:10px 5px ;
}

.gift1-list li div div  div.right {
	width:240px;
	float:none;
	margin:10px 5px ;
}

img.giftSP{
	width:100%;
	height:auto;
}


#global-header h1 a.gift {
	background-image: url("../img/logo_v-preca_gift_sp.png");
	height: 40px;
	width: 140px;
	background-size: cover;
}


.gift1-list li div {
    margin: 10px auto;
    width: 100%;
}



.newlogin{
	width:90%;
	height:auto;
	float:none;
}

.newlogin img{
	width:90%;
	height:auto;
	height:auto;
}

.oldlogin{
	width:90%;
	height:auto;
	float:none;
}

.oldlogin img{
	width:100%;
	height:auto;
}

.vpg{
	width:90%;
}

.vpg .inr{
	width:100%;
	margin:0 auto;
	text-align:left;
}

.vpg .inr div{
	width:60%;
	float:left;
}

.vpg .inr p{
	text-align:left;
}

.vpg .inr img{
	float:none;
	width:100%;
	height:auto;
	margin:0 ;
}


.vpg .inr div {
    float: left;
    width: 100%;
}


.lower-section .box-link2 p.link-text-bgblue2.brkn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #0070bd;
    font-size: 14px;
    height: auto;
    padding: 5px 10px;
    position: inherit;
    right: 10px;
    top: 10px;
    width: auto;
}



.sl2014, .sl2015 {
	width:100%;
	height:auto;
}

.sl2014 img{
	width:100%;
	height:auto;
	margin:auto;
}

.sl2014.s190415 img{
	width:auto;
	height:auto;
	margin:auto;
	max-width: 100%;
}

.sl2015 img{
	width:50%;
	height:auto;
	margin:auto;
}

	
.brknH95{
	height:95px !important;
}

.brknH75{
	height:75px !important;
}

.brknMrgTop50{
	margin:0 !important;
}


.rule #nav ul {
    margin: 0 auto 30px;
    width: 70%;
	
}

.rule #nav ul li {
    display: inherit;
    margin: 20px 10px;
	background-color: #0079c1;
}

.rule #nav ul li a{
	background-color: #0079c1;
    color: #ffffff;
    padding: 10px 20px;
	font-size:12px;
	display:block;
}







.step-list.sub .inner-wrap.giftHowto {
    margin: 0 auto;
    padding: 15px 0;
    width: 227px;
}

.step-list.sub .inner-wrap.giftHowto .text {
    float: none;
    width: auto;
}

.vpGiftBtn p.txt {
    float: none;
    width: 203px;
	line-height:1em;
}

p.brknGiftHowto {
    float: none;
    width: 203px;
	margin:0;
}



.giftHowto ul li .inner-wrap .text.cntr {
    margin: 0 ;
    width: 203px;
}

.step-list.sub .vpGiftBtn .inner-wrap.cntr {
	width:100%;
	margin: 0 ;
}

.step-list.sub .vpGiftBtn .inner-wrap.cntr .text.cntr{
	width:100%;
}

.step-list.sub .vpGiftBtn .inner-wrap.cntr .text.cntr p.brknGiftHowto{
	width:96%;
}

.official-link {
    background: none repeat scroll 0 0 #0070bd;
    display: inline-block;
    width: 100%;
}



.sp-only .fixed-footer .btn-account a.gift2 {
	display: block;
	height: 32px;
	padding: 0 30px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	background: #0070bd;
	background-image: url(../img/home/icon_gift2.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}



.giftLink{
	background-color: #fff;
    border: 3px solid #d9e8f2;
    font-size: 11px;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}

.giftLink:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;a
	visibility: hidden;
}

.giftLink .dtl{
	width:100%;
	float: none;
	margin: 10px 0 ;
}

.giftLink .imgBox{
	width:100%;
	float:none;
	text-align:left;
}

.giftLink .linkTxt{
	float: none;
	text-align:left;
	padding: 0 0 0 20px;
	margin-top: 15px;
	background-image: url("../img/link_icon_gift.png");
	background-repeat: no-repeat;
}

.ngvMrgGift{
	margin:-100px 0 0 -150px !important;
}



/* giftClosed
--------------------------------------------------------*/


#global-header h1.gift {
	background-image: url("../img/logo_v-preca_gift_sp.png");
	height: 40px;
	width: 140px;
	/*background-size: cover;*/
}

#content-wrapper.brkn{
	padding:0;
}


/* 2015.12.21 add */
.w60 { width:100% !important; }
h2.news_caution {
	background-image: url(../img/gft_arr.png);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding-left:35px !important;
	background-size:26px 26px;
	display:block;
	height:40px;
}
/* 2015.12.21 add */


.box-border{
	background: #fff none repeat scroll 0 0;
	border: 2px solid #0070bd;
	margin: 0 26px 8px 0;
	width:98%;
}
.box-border.type02{
	width: auto;
}
.box-border span{
	text-decoration:underline;
}
.box-border a {
	display: block;
	font-size: 12px;
	line-height: 1.5;
	padding: 10px 10px 10px 30px;
}
.box-border a:link {
	outline: medium none;
	text-decoration: none;
}

/* 2016.10.7 add */
.gift1-list_about div{
	width:100%;
	margin:2px auto;
}

.gift1-list_about div div {
	margin:10px 5px ;
}
.gift1-list_about div div img {
	width:50%;
}

#about0302 table td p{
	padding-left:1em;
	text-indent:-1em;
	word-wrap: break-word;
}

.left-space{
	padding-left:15px;
	}



/* 2017.11.27 add */
.col3_1127{
	display: block;
}
.col3_1127 .shop{
	display: block;
	width:100%;
	border:none;
	padding: 0 2em;
	box-sizing:border-box;
	margin-bottom: 2em;
}

.col3_1127 .shop .title{
	font-weight:bold;
	text-align:center;
	margin-bottom: 1em;
}
.col3_1127 .shop .img{
	text-align:center;
	margin-bottom: 1em;
}
.col3_1127 .shop .img a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}


.news171127{
	text-align:center;
	margin-right: 0;
	width:100%;
	margin-bottom: 2em;
}
.news171127 .title span{
	display:block;
	font-weight: bold;
}
.news171127 img{
	width:auto;
	max-width: 100%;
}


/* 2018.06.25 add */
.txBold{
	font-weight: bold;
}
.text-center {
  text-align: center;
}

/* 2018.10.09 add */
.ph a:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.ph a img,
.ph img{
	width: auto;
	height: auto;
	max-width: 100%;
}

/* 2018.11.19 add */
.cotoru dt img,
.cotoru dd img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.cotoru dd{
	padding: 1em 0;
}
.cotoru dd ul{
	display: table;
	margin-left: 0 !important;
}
.cotoru dd ul li{
	display: table-cell;
	vertical-align: middle;
	padding: 0	3.125%;
}

/* 2019.07.16 add */
.cardWrap{
	border: #666 solid 1px;
	text-align: center;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 1em;
}
.cardWrap p{
	display: block;
	margin-left: 0;
}
.cardWrap p span{
	display: block;
	margin-top: 0.5em;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.cardWrap.type02 p + p + p{
	margin-top: 1em;
}

.cardWrap02 div{
	display: block;
	margin: 0;
}
.cardWrap02 .colL,
.cardWrap02 .colR{
	width: 100%;
}

.forPC{
	display: none !important;
}
.forSP{
	display: block!important;
}



.cardCol ul li{
	display: block;
	width: auto;
}
.cardCol ul li+li{
	margin-left: 0;
	margin-top: 1.5em;
}
