@charset "utf-8";

/* body
------------------------------------------------------------------ */
body {
	background: #F1F0F1;
}	


/* text link
------------------------------------------------------------------ */
a:link {
	color: #000;
}


/* font-size
------------------------------------------------------------------ */
html {
	 font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%; /* iPhone safari - At the time of landscape Font size correspondence */
}


/* text
------------------------------------------------------------------ */
.breakAll {
	word-break: break-all;
	display: inline-block;
}


/* layout
------------------------------------------------------------------ */
#wrapper {
	padding-top: 55px;
}
.contents-wrap .contents {
	margin: 0 0 40px 0;
}


/* fitwidth
------------------------------------------------------------------ */
.fitwidth-A,
.fitwidth-B {
	padding: 0 10px;
}


/* header
------------------------------------------------------------------ */
#header-wrap{
	background: #F8D12C;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
#header-wrap #header {
	position: relative;
	height: 55px;
}
#header-wrap #header #burger-menu-open {
	position: absolute;
	top: 16px;
	left: 13px;
}
#header-wrap #header #burger-menu-open.open {
	display: none;
}
#header-wrap #header #burger-menu-open .burger {
	position: relative;
	width: 30px;
	height: 22px;
	cursor: pointer;
}
#header-wrap #header #burger-menu-open .burger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
}
#header-wrap #header #burger-menu-open .burger span:nth-of-type(1) {
	top: 0;
}
#header-wrap #header #burger-menu-open .burger span:nth-of-type(2) {
	top: 9px;
}
#header-wrap #header #burger-menu-open .burger span:nth-of-type(3) {
	bottom: 0;
}
#header-wrap #header .logo {
	position: absolute;
	top: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
}
#header-wrap #header .logo img {
	width: 100%;
}


/* burger menu
------------------------------------------------------------------ */
#overlay {
	z-index: 105;
	position: fixed ;
	top: 55px ;
	left: -100% ;
	width: 100% ;
	height: -webkit-calc(100% - 55px);
	height: calc(100% - 55px);
	background: #F8D12C;
	transition: left 200ms ease-in-out;
}
#overlay.open {
	left: 0 ;
}
#global-navi-box {
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: left 300ms ease-in-out;
	z-index: 200;
	pointer-events: none;
}
#global-navi-box.open {
	left: 0;
}
#global-navi-box #burger-close {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	background: url(../img/common/bg_burger_close.png) no-repeat center center;
	background-size: 26px auto;
	cursor: pointer;
	pointer-events: auto;
}
#global-navi-box .global-navi-wrap {
	height: 100%;
}
#global-navi-box .global-navi-wrap .global-navi ul.navi {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: relative;
	background: #F8D12C;
	pointer-events: auto;
}
#global-navi-box .global-navi-wrap .global-navi ul.navi li {
	border-bottom: 1px solid #fff;
}
#global-navi-box .global-navi-wrap .global-navi ul.navi li a {
	display: block;
	padding: 15px 35% 15px 10px;
	line-height: 1;
}
#global-navi-box .global-navi-wrap .global-navi ul.navi li a img {
	width: 100%;
	pointer-events: none;
}
#global-navi-box .global-navi-wrap .global-navi .sub-title {
	padding: 25px 0;
	text-align: center;
}
#global-navi-box .global-navi-wrap .global-navi .sub-title img {
	width:230px;
	margin: 0 auto; 
}


/* .selectLang
------------------------------------------------------------------ */
.relative {
	position:relative;
}
.selectLang {
	font-size:1.6rem;
  text-align: right;
	position: absolute;
	right: 10px;
}
.selectLang ul.open {
	position:absolute;
	top:60px;
	left:0px;
}
.langBtn {
  display: block;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
	color:#FFFFFF;
	padding: 0 30px 0 0;
	font-size: 1.4rem;
}
.langBtn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.langList {
	position: fixed;
	top: 55px;
	left: 0;
	transition: height .2s ease-out;
	background: #F8D12C;
	width: 100%;
	height: 0;
	z-index:10;
}
.langList .listWrap {
	padding: 0;
}
.langList .listWrap ul {
	width: 100%;
}
.arrow:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(-405deg);
	transform: rotate(-405deg);
	top: 60%;
	right: 10px;
	margin-top: -8px;
}

/* closed */
.langList ul > li {
  border-top: 0px white solid;
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
.langList.open {
	height: 192px;
}
.langList.open ul {
	position:absolute;
	top:0;
	right: 0;
}
.langList.open ul > li > a {
  line-height: 1.5;
  opacity: 1;
	font-size:inherit;
  visibility: visible;
	padding: 13px 40px 13px 0;
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}
/* opened */
.langList.open ul > li {
  border-top: 1px white solid;
	text-align:right;
	width:100%;
  transition:
    border-top     .3s ease-out,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
.langList ul > li > a {
	text-decoration:none;
	color:#FFFFFF;
	display:block;
  opacity: 0;
  visibility: hidden;
	font-size:0;
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}


/* footer
------------------------------------------------------------------ */
#footer-wrap {
	padding-top: 40px;
	background: #F1F0F1;
}
#footer-wrap #footer ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 40px;
}
#footer-wrap #footer ul li {
	width: 38px;
	margin: 0 10px;
}
#footer-wrap #footer ul li img {
	width: 100%;
}
#footer-wrap #footer .copyright {
	text-align: center;
	font-size: 10px;
	padding-bottom: 40px;
}


/* .btn-pagetop
------------------------------------------------------------------ */
.btn-pagetop {
	position: fixed;
	bottom: 50px;
	right: 15px;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.btn-pagetop a {
	display: block;
}
.btn-pagetop a img{
	max-width:100%;
}


/* title element
------------------------------------------------------------------ */
.titleA {
	margin: 20px 0;
}
.titleA img {
	width: 100%;
}
.titleB {
	margin: 0 0 15px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #F9D12C;
}
.titleB img {
	width: 100%;
}
.important-words {
	background: #F9D12C;
	padding: 12px 30px;
	display: inline-block;
	line-height: 1;
	margin-bottom: 10px;
}


/* .main-image-area
------------------------------------------------------------------ */
.main-image-area {
	padding: 20px 0;
}


/* text style
------------------------------------------------------------------ */
.text-strong-color {
	color: #E30000;
}


/* .images-block
------------------------------------------------------------------ */
.images-block {
	text-align: center;
}
.images-block img {
	display: inline-block;
	max-width: 100%;
}


/* float
------------------------------------------------------------------ */
.f-right {
	float: right;
	margin-left: 10px;
}
.f-left {
	float: left;
	margin-right: 10px;
}


/* .white-box
------------------------------------------------------------------ */
.white-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}


/* list style
------------------------------------------------------------------ */
.disc > li {
	list-style: disc;
	margin-left: 1em;
	text-indent: -1em;
	padding-left: 1em;
}
li .disc > li {
	text-indent: 0;
	padding-left: 0;
}
.number > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
}
.number > li:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.number > li:nth-of-type(1):before {
	background: url(../img/common/ico_list_1.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(2):before {
	background: url(../img/common/ico_list_2.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(3):before {
	background: url(../img/common/ico_list_3.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(4):before {
	background: url(../img/common/ico_list_4.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(5):before {
	background: url(../img/common/ico_list_5.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(6):before {
	background: url(../img/common/ico_list_6.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(7):before {
	background: url(../img/common/ico_list_7.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(8):before {
	background: url(../img/common/ico_list_8.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(9):before {
	background: url(../img/common/ico_list_9.png) no-repeat center center;
	background-size: 30px auto;
}
.number > li:nth-of-type(10):before {
	background: url(../img/common/ico_list_10.png) no-repeat center center;
	background-size: 30px auto;
}
.decimal > li {
	list-style: decimal;
	margin-left: 20px;
}


/* .btn-area
------------------------------------------------------------------ */
.btn-area {
	text-align: left;
	margin: 0 0 10px 0;
}
.btn-area a {
	display: block;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 300px;
	line-height: 1;
	font-size: 0;
}
.btn-area a.bg-black {
	background: #000;
}
.btn-area a.bg-black img {
	width: 30px;
}
.btn-area a.bg-black img.en {
	width:85px;
}
.btn-area a.bg-black img.zh-cn {
	width: 60px;
}
.btn-area a.bg-black img.zh-tw {
	width: 60px;
}
.btn-area a.right-arrow:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-area a.left-arrow:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.btn-area .el-Block.el-rightBlock{
	margin-top:20px;
}
.btn-area-white {
	text-align: center;
	margin: 0 0 50px 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.btn-area-white a {
	color: #231F20;
	display: block;
	border: 2px solid #231F20;
	background: #fff;
	padding: 15px 35px;
	margin-right: 10px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.btn-area-white a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #231F20;
	border-right: 1px solid #231F20;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-area-white a:last-child {
	margin-right: 0;
}
.btn-area-white a.current {
	border: 2px solid #C8C8C8;
	color: #C8C8C8;
	background: #fff;
}
.btn-area-white a.current:after {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}


/* form
------------------------------------------------------------------ */
.selectLabel {
	position: relative;
}
.selectLabel:before {
	content: "";
	position: absolute;
	top: -10px;
	right: 0;
	width: 30px;
	height: 40px;
	background: #D1D1D1;
	pointer-events: none;
}
.selectLabel:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	top: 6px;
	right: 11px;
	pointer-events: none;
}
.selectLabel select {
	border: 1px solid #D1D1D1;
	padding: 10px 20px;
	width: 100%;
	display: inline-block;
	font-size: 1.6rem;
}


/* .accordion-list
------------------------------------------------------------------ */
.accordion-list {
	margin-bottom: 50px;
}
.accordion-list li {
	margin-bottom: 4px;
}
.accordion-list li .acTrigger {
	background: #D1D1D1;
	padding: 10px 20px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #231F20;
	cursor: pointer;
	position: relative;
}
.accordion-list li .acTrigger:after {
	position: absolute;
	top: 22%;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 14px;
	height: 14px;
	border-top: 2px solid #231F20;
	border-right: 2px solid #231F20;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion-list li .acTrigger.active:after {
	top: 40%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion-list li .acContent {
	padding: 15px 10px;
}


/* Top page
------------------------------------------------------------------ */
body.top {
	background: #FFF;
}
body.top .main-image-area {
	padding: 0;
	margin-bottom: 15px;
}
body.top .main-image-area .main-image img {
	max-width: 100%;
}
.top-attention-area {
	margin-bottom: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 14px 10px 10px;
}
.top-attention-area .title {
	line-height: 1;
	margin-bottom: 10px;
}
.top-attention-area .title img {
	width: 74px;
}
.top-attention-area .list li .text a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.top-attention-area .list li .text a:before {
	position: absolute;
	top: 6px;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 2px solid #F9D12C;
	border-right: 2px solid #F9D12C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.top-attention-area .more-arrow {
	text-align: right;
}
.top-attention-area .more-arrow a {
	line-height: 1;
	display: inline-block;
	padding: 8px 0 8px 10px;
}
.top-main-navi-area {
	margin-bottom: 8px;
}
.top-main-navi-area .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-main-navi-area .nav li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}
.top-main-navi-area .nav li:nth-of-type(2n) {
	margin-right: 0;
}
.top-main-navi-area .nav li a {
	display: block;
	position: relative;
	height: 135px;
}
.top-main-navi-area .nav li a .label {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: #F9D12C;
	width: 90%;
	height: 50px;
}
.top-main-navi-area .nav li a .label img {
	vertical-align: top;
}
.top-main-navi-area .nav li:nth-of-type(1) a .label img {
	width: 111px;
}
.top-main-navi-area .nav li:nth-of-type(2) a .label img {
	width: 80px;
}
.top-main-navi-area .nav li:nth-of-type(3) a .label img {
	width: 37px;
}
.top-main-navi-area .nav li:nth-of-type(4) a .label img {
	width: 78px;
}
.top-main-navi-area .nav li a .image {
	display: block;
	background: #FCF8BE;
	height: 110px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.top-main-navi-area .nav li:nth-of-type(1) a .image img {
	width: 74px;
}
.top-main-navi-area .nav li:nth-of-type(2) a .image img {
	width: 120px;
}
.top-main-navi-area .nav li:nth-of-type(3) a .image img {
	width: 106px;
}
.top-main-navi-area .nav li:nth-of-type(4) a .image img {
	width: 59px;
}
.top-main-navi-area .nav li a .more-arrow {
	position: absolute;
	bottom: 6px;
	right: 14%;
}
.more-arrow img.more {
	width: 30px;
}
.more-arrow img.arrow {
	width: 24px;
	margin-left: 8px;
}
.top-payment-service {
	margin-bottom: 20px;
}
.top-payment-service a {
	display: block;
	border: 1px solid #6B6B6B;
	padding: 10px 12px;
}
.top-payment-service a .text {
	display: inline-block;
	margin-bottom: 10px;
}
.top-payment-service a .text .title {
	display: block;
	margin-bottom: 10px;
}
.top-payment-service a .text .title img {
	width: 144px;
}
.top-payment-service a .icon {
	width: 42%;
}
.top-payment-service a .icon img {
	width: 100%;
}
.top-news-area {
	padding-top: 24px;
	margin-bottom: 30px;
	position: relative;
}
.top-news-area .title-area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #000;
	padding: 10px;
	line-height: 1;
	display: inline-block;
}
.top-news-area .title-area img {
	width: 45px;
	vertical-align: top;
}
.top-news-area .list-area {
	position: relative;
	background: #F9D12C;
	padding: 18px 15px;
	margin-left: 10px;
}
.top-news-area .list-area .more-arrow {
	text-align: right;
}
.top-news-area .list-area .more-arrow a {
	display: inline-block;
}
.top-news-area .list-area .list li {
	display: -webkit-flex;
	display: flex;
}
.top-news-area .list-area .list li .date {
	width: 122px;
}
.top-news-area .list-area .list li .text {
	width: -webkit-calc(100% - 122px);
	width: calc(100% - 122px);
}
.top-news-area .list-area .list li .text a {
	display: inline-block;
	position: relative;
	text-decoration: underline;
}
.top-corporate-customers-area {
	margin-bottom: 30px;
}
.top-corporate-customers-area .title-area {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.top-corporate-customers-area .title-area .title {
	display: inline-block;
	width: 210px;
	line-height: 1;
	background: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.top-corporate-customers-area .title-area .title img {
	width: 174px;
	vertical-align: top;
}
.top-corporate-customers-area .title-area:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #000;
	z-index: 1;
}
.top-corporate-customers-area .link-area {
}
.top-corporate-customers-area .link-area a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #6B6B6B;
	padding: 10px 12px;
	margin-bottom: 10px;
}
.top-corporate-customers-area .link-area a:last-child {
	margin-bottom: 0;
}
.top-corporate-customers-area .link-area a .text .title {
	display: block;
	margin-bottom: 10px;
}
.top-corporate-customers-area .link-area a:nth-of-type(1) .text .title img {
	width: 163px;
}
.top-corporate-customers-area .link-area a:nth-of-type(2) .text .title img {
	width: 234px;
}


/* contact-us
------------------------------------------------------------------ */
.contact-us-faq .list > li {
	margin-bottom: 10px;
}
.contact-us-faq .list > li .trigger {
	display: block;
	position: relative;
	padding-left: 1em;
	margin-bottom: 10px;
}
.contact-us-faq .list > li .trigger:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #000;
	position: absolute;
	top: 6px;
	left: 0;
}
.contact-us-faq .list > li .trigger.open:before {
	border-width: 6px 3px 0 3px;
	border-color: #000 transparent transparent transparent;
}
.contact-us-faq .list > li .content {
	padding-left: 1em;
	display: none;
}
.contact-us-btn-area {
	width: 300px;
	margin: 0 auto;
}
.contact-us-btn-area a {
	color: #231F20;
	flex: 33.3% 1 1;
	display: block;
	border: 2px solid #231F20;
	background: #fff;
	padding: 15px 35px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.contact-us-btn-area a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #231F20;
	border-right: 1px solid #231F20;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact-us-btn-area a,
.contact-us-btn-area a:after {
	transition: all 300ms ease;
}
.contact-us-btn-area a:last-child {
	margin-right: 0;
}
.contact-us-btn-area a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.contact-us-btn-area a.current {
	border: 2px solid #C8C8C8;
	color: #C8C8C8;
	background: #fff;
}
.contact-us-btn-area a.current:after {
	border-top: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
.text-link-blue a {
	color: #00BCFB;
}


/* .store_search
------------------------------------------------------------------ */
.store_search .titleB {
	font-weight: bold;
	font-size: 1.9rem;
	position: relative;
}
.store_search .titleB.large-icon:after {
	content: "large store";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #6B6B6B;
	padding: 4px 10px;
	line-height: 1;
	font-size: 1.0rem;
	font-weight: normal;
	color: #6B6B6B;
}
.store_search .store-info li {
	margin-bottom: 20px;
}
.store_search .text-link {
	text-align: right;
}
.store_search .text-link a {
	text-decoration: underline;
}
.store_search .store-info li .label {
	font-weight: bold;
}
.store_search .store-info li.access .content .access-map-link {
	display: block;
	margin: 10px 0 0 0;
}
.store_search .store-info li.access .content .access-map-link a {
	display: inline-block;
	padding: 6px 30px;
	background: #000;
	color: #fff;
	line-height: 1;
	margin: 0 0 10px 0;
	position: relative;
}
.store_search .store-info li.access .content .access-map-link a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.store_search .store-info li.payment {
	display: block;
}
.store_search .store-info li.payment .label {
	margin-bottom: 10px;
}
.store_search .store-info li.payment .content {
	width: 100%;
}
.store_search .store-info li.payment .content .icon {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.store_search .store-info li.payment .content .icon li {
	width: 50px;
	margin-right: 10px;
}
.store_search .store-info li.payment .content .icon li:last-child {
	margin-right: 0;
}
.store_search .store-info li.payment .content .icon li img {
	width: 100%;
}


/* news
------------------------------------------------------------------ */
.news .news-area {
	display:-webkit-flex;
	display:flex;
	flex-direction:row-reverse;
	justify-content:flex-end;
	padding:30px 0;
	border-bottom:1px solid #CCCCCC;
}	
.news .news-area:first-child {
	padding-top:0px;
}	
.news .image {
	width:45%;
	margin-right:5%;
}	
.news .title {
	width:100%;
}	
.news .image img {
	max-width:100%;
}	
.news .title>span {
	font-size:1.6rem;
	text-decoration: underline;
}	


/* entry-basename
------------------------------------------------------------------ */
.entry-basename .titleB>span {
	font-size:1.8rem;
	font-weight:bold;
}	
.entry-basename .titleB {
	font-size:1.2rem;
}
.entry-basename .entry-image {
	text-align: center;
	margin: 30px 0;
}
.entry-basename .entry-image img {
	display: inline-block;
	max-width: 100%;
}	


/* payment_services
------------------------------------------------------------------ */
.payment_services .payment {
	padding:25px 0;
	border-bottom:1px solid #CCCCCC;
}	
.payment_services .payment:last-child {
  border:none;
} 
.payment_services .payment:first-child {
	padding-top:0;
}		
.payment_services .payment-title {
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom:25px;
}
.payment_services .payment-icon li {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 15px;
}	
.payment_services .payment-icon li .icon {
	width:56px;
	margin-right:20px;
}	
.payment_services .payment-icon li .text {
	width:-webkit-calc(100% - 76px);
	width:calc(100% - 76px);
}
.payment_services .payment-icon.column-style {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.payment_services .payment-icon.column-style li {
	display: block;
	margin-right:4%;
}
.payment_services .payment-icon.column-style li .icon,
.payment_services .payment-icon.column-style li .text {
	width:initial;
	margin-right: initial;
	text-align:center;
}
.payment_services .payment-icon.column-style li .text {
	width:100%;
	word-break: break-all;
}
.payment_services .payment-icon.column-style li .icon img {
	width:56px;
}
.payment_services .payment-icon img {
	max-width:100%;
	display:inline;
}
.payment_services .payment-icon.column-style li.and-more {
	width: 100%;
	text-align: right;
	margin-right: 0;
	margin-bottom: 0;
}


/* product_proposals
------------------------------------------------------------------ */
.product_proposals .main-image-area .main-image {
	background: #ffa902;
	height: 150px;
	overflow: hidden;
	display:-webkit-flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
}
.product_proposals .main-image-area .main-image img {
	max-height:150px;
	max-width:100%;
	padding-left:50px;
}
.product_proposals .acContent>span {
	font-weight:bold;
}	
.product_proposals .acContent .title {
	font-size:1.6rem;
	font-weight:bold;
}
.product_proposals .acContent dt {
	font-weight:bold;
}


/*company
------------------------------------------------------------------ */
.company_list li {
  margin: 30px 0 0 0;
}
.company_list li .company_list_left {
  font-weight: bold;
}
.company_list li .company_list_right {
}
.company_list li .company_list_right dl {
  margin: 0;
}
.company_list li .company_list_right dl dt {
  margin: 0;
}
.company_list li .company_list_right dl dd a.map_link {
	display: inline-block;
	background: #6B6B6B;
	color: #fff;
	padding: 8px 15px;
	line-height: 1;
}
.company_list li .company_list_right dl dd {
  margin: 12px 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.company_list li .company_list_right dl dd a {
  margin: 12px 0 0 0;
  display: inline-block;
  background-color: #000;
}
.company_list li .company_list_right dl dd a img:hover {
  opacity: 0.9;
}
.company_list li ul {
  margin: 0;
  padding: 0;
}
.company_list li ul li:first-child {
  margin-top: 0;
}


/* Margin specification at the bottom of the box
------------------------------------------------------------------ */
.blockend-ss {
	margin-bottom: 5px;
}
.blockend-s {
	margin-bottom: 10px;
}
.blockend-m {
	margin-bottom: 25px;
}
.blockend-l {
	margin-bottom: 40px;
}


/* Control element output according to device
------------------------------------------------------------------ */
.visible-pc {
	display: none!important;
}
.visible-tb {
	display: none!important;
}
.visible-sp {
	display: block!important;
}
.hidden-sp {
	display: none!important;
}