@charset "UTF-8";


/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
a {
	text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* KNM HEADER */
header #logos .btn-konami-sites a#gnavi_button {
  width: auto;
  height:  auto;
  z-index: 10;
  display: block;
  position: relative;
  padding:0;
  color: #61737f;
  cursor: pointer;
  border: none;
  line-height: 1em;
  margin: auto;
}
header #logos .btn-konami-sites a#gnavi_button:hover,header #logos .btn-inquiry a:hover {
  color: #ff0000;
  background: none;
}
#gnavi{
  font-size:0.9em;
}
#gnavi a{
  color:#333333;
}
#gnavi a:hover{
  color:#990014;
}
/* /KNM HEADER */

/* style */

html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", arial, sans-serif;
	font-size:16px;
	line-height: 18px;
	color: #3c454c;
}
body:lang(ja), body:lang(zh-cn), body:lang(zh-cn) {
	line-height: 20px;
}
body:lang(ja) {
	font-family: "メイリオ", Meiryo, arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
header #konami-sites {
	max-width: 980px;
	margin: auto;
	display: none;
}
header #konami-sites .controller ul {
	overflow: hidden;
	padding: 8px 10px 4px 0;
}
header #konami-sites .controller li {
	float: right;
	width: 80px;
	height: 50px;
	font-size:62.5%;
	text-align: center;
	border-left: 1px dotted #bdd1dc;
}
header #konami-sites .controller li a {
	display: block;
	position: relative;
	padding: 30px 0 0 0;
	color: #61737f;
}
header #konami-sites .controller li a:before {
	content: '';
	position: absolute;
	width: 35px;
	height: 21px;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/icon-header.svg) no-repeat;
	-webkit-background-size: auto 21px;
	background-size: auto 21px;
}
header #konami-sites .controller li.close a:before {
	background-position: -105px 0;
	-webkit-background-position: -105px 0;
}
header #konami-sites .controller li.inquiry a:before {
	background-position: -70px 0;
	-webkit-background-position: -70px 0;
}
header #konami-sites .controller li.global a:before {
	background-position: -35px 0;
	-webkit-background-position: -35px 0;
}
header #konami-sites .controller li a:hover {
	color: #f00;
}
header .ttl {
	padding: 10px;
	font-weight: bold;
	border-bottom: 1px solid #bdd1dc;
}
header .co-profile {
	padding: 0 10px;
	border-bottom: 1px solid #bdd1dc;
}
header .co-profile li+li {
	border-top: 1px dotted #bdd1dc;
}
header .co-profile li a,
header .co-profile li span {
	display: block;
	padding: 10px;
}
header .co-profile li a {
	position: relative;
	color: #a60014;
}
header .co-profile li a:hover {
	color: #f00;
}
header .co-profile li a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #a60014;
	border-left: 1px solid #a60014;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
header .co-profile li a:hover:after {
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}
header .associate {
	display: none;
	padding: 20px 0;
	border-bottom: 1px solid #bdd1dc;
}
header .associate ul {
	display: table;
}
header .associate ul li {
	display: table-cell;
	padding: 0 0 0 6px;
	font-size: 75%;
	line-height: 1.2;
}
header .associate ul li a {
	display: block;
	color: #a60014;
}
header .associate ul li a:hover {
	color: #f00;
}
header #logos {
	overflow: hidden;
	max-width: 960px;
	height: 40px;
	margin: auto;
	padding: 10px;
}
header #logos #konamilogo {
	float: left;
}
header #logos #konamilogo a {
	display: block;
}
header #logos #konamilogo img {
	display: inline-block;
	width: 112px;
	vertical-align: bottom;
}
header #logos #konamilogo span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 50%;
	line-height: 1;
}
header #logos .btn-konami-sites {
	float: right;
	width: 60px;
	height: 30px;
	margin: 10px 0 0 0;
	font-size:62.5%;
	line-height: 1;
	text-align: center;
	border-left: 1px dotted #bdd1dc;
}
header #logos .btn-inquiry {
	float: right;
	width: 70px;
	height: 30px;
	margin: 0;
	padding: 5px;
	font-size:62.5%;
	line-height: 1;
	text-align: center;
	border-left: 1px dotted #bdd1dc;
}
header #logos .btn-konami-sites a {
	display: block;
	position: relative;
	padding: 5px 0;
	color: #61737f;
}
header #logos .btn-inquiry a {
	display: block;
	position: relative;
	padding: 10px 0;
	color: #61737f;
}
header #logos .btn-konami-sites a:hover,
header #logos .btn-inquiry a:hover {
	color: #f00;
}
header #global-menu {
	min-height: 50px;
	background: #3c454c;
}
header #global-menu .inner {
	max-width: 980px;
	margin: 0 auto;
}
header #global-menu .inner p {
	display: inline-block;
	padding: 0 20px;
	line-height: 50px;
	color: #fff;
	background: #990014;
}
@media only screen and (min-width: 640px){
	header #logos {
		height: 22px;
    padding: 8px 10px 10px;
	}
	header #logos #konamilogo {
		float: left;
	}
	header #logos #konamilogo a {
		display: inline-block;
		vertical-align: middle;
	}
	header #logos #konamilogo img {
		width: 123px;
	}
	header #logos #konamilogo span {
		display: inline-block;
		padding: 0 0 0 20px;
		font-size: 75%;
	}
	header #logos .btn-inquiry {
		height: 20px;
		margin: 0;
	}
	header #logos .btn-konami-sites {
		height: 20px;
		margin: 0;
	}
	header #logos .btn-inquiry a {
		padding: 5px 0;
	}
	header #logos .btn-konami-sites a {
		padding: 0;
	}
}
@media only screen and (min-width: 860px){
	header .controller {
		overflow: hidden;
	}
	header .controller > p {
		float: left;
		line-height: 50px;
	}
	header .controller > ul {
		float: right;
	}
	header .ttl {
		border: none;
	}
	header .co-profile {
		border: none;
	}
	header .co-profile li {
		display: inline-block;
		padding: 0 5px 0 0;
		border-left: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
	}
	header .co-profile li+li {
		border-top: none;
		border-left: none;
	}
	header .co-profile li a {
		display: inline-block;
		padding: 10px 25px 10px 10px;
		font-size: 75%;
	}
	header .co-profile li a:before {
		position: absolute;
		content: '';
		right: 5px;
		top:0;
		bottom: 0;
		margin: auto;
		width: 14px;
		height: 14px;
		border-radius: 4px;
		background: #990014;
	}
	header .co-profile li a:hover:before {
		background: #f00;
	}
	header .co-profile li a:after,
	header .co-profile li a:hover:after{
		width: 5px;
		height: 5px;
		border-color: #fff;
	}
	header .associate {
		display: block;
	}
}

footer .inquiry-top{
	background:#ededed;
	padding:15px;
}
footer .inquiry-top .inner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
footer .inquiry-top a {
	color: #304040;
	padding-left: 27px;
	font-size: 81.25%;
}
footer .inquiry-top a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left:8px;
	margin-top: -6px;
	width: 8px;
	height: 8px;
	border-left: 1px solid #3c454c;
	border-top: 1px solid #3c454c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
footer .inquiry-top a:hover {
	color: #f00;
}
footer .sitenav {
	overflow: hidden;
	padding: 10px;
	font-size: 75%;
	background: #bfcbd7;
}
footer .sitenav .inner {
	max-width: 980px;
	margin: 0 auto;
}
footer .sitenav dl {
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}
footer .sitenav dl dt {
	font-weight: bold;
}
footer .sitenav dt a {
	display: inline;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 4px;
	color: #304040;
}
footer .sitenav dt a:hover {
	color: #f00;
}
footer .sitenav dd ul {
	padding: 0 0 0 6px;
}
footer .sitenav dd ul li {
	position: relative;
	padding: 0 0 0 1em;
}
footer .sitenav dd ul li:before {
	content: '・';
	position: absolute;
	left: 0;
}
footer .sitenav dd ul li a {
	color: #304040;
}
footer .sitenav dd ul li a:hover {
	color: #f00;
}
footer .footer-menu {
	max-width: 960px;
	margin: auto;
	padding: 10px;
}
footer .footer-menu li {
	display: inline;
	font-size: 75%;
}
footer .footer-menu li+li:before {
	content: "|";
}
footer .footer-menu li a {
	display: inline-block;
	padding: 3px;
	color: #353b39;
}
footer .footer-menu li a:hover {
	color: #f00;
}
footer .copyright {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px 15px;
	font-size: 75%;
}
footer .history-back ul li {
	border-bottom: 1px solid #fff;
	text-align: center;
	background: #aaa;
}
footer .history-back ul li a {
	display: block;
	padding: 10px;
	color: #fff;
}
.inquiry{
	min-width: 320px;
}
.inquiry .contents {
	padding: 0;
	-webkit-background-size: 100% 300px;
	background-size: 100% 300px;
}
.inquiry .support {
	max-width: 1240px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.inquiry .lead {
	margin: 10px 0 0;
	padding: 10px;
	font-size: 87.5%;
}
.inquiry .support .lead a,
.inquiry .support .lead a:link,
.inquiry .support .lead a:visited{
	font-weight:bold;
	color:#990014;
	text-decoration: underline;
}
.inquiry .support .lead a:hover{
	color:#f00;
}
.inquiry .btn-area ul {
	margin: 10px;
	padding: 0 10px;
	border: 1px solid #e0e1e3;
	border-radius: 3px;
	background: #fff;
}
.inquiry .btn-area ul li+li {
	border-top: 1px dotted #e0e1e3;
}
.inquiry .btn-area ul li a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 0;
	font-size: 87.5%;
	color: #990014;
}
.inquiry .btn-area ul li a:hover {
	color: #f00;
}
.inquiry .btn-area ul li a:before,
.inquiry .btn-area ul li a:after {
	position: absolute;
	content: '';
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
}
.inquiry .btn-area ul li a:before {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	background: #990014;
}
.inquiry .btn-area ul li a:hover:before {
	background: #f00;
}
.inquiry .btn-area ul li a:after {
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg) translate(4px,4px);
	-ms-transform: rotate(135deg) translate(4px,4px);
	-o-transform: rotate(135deg) translate(4px,4px);
	transform: rotate(135deg) translate(4px,4px);
}
.inquiry .important-notice .inner {
	margin: 10px;
	border: 1px solid #e0e1e3;
	border-radius: 3px;
	background: #fff;
}
.inquiry .important-notice h3 {
	padding: 10px 10px 3px;
}
.inquiry .important-notice h3:before {
	content: '';
	display: inline-block;
	background: url(../img/icon-important.svg) no-repeat;
	width: 24px;
	height: 24px;
	margin: 2px 6px 0 0;
	-webkit-background-size: 100%;
	background-size: 100%;
	vertical-align: bottom;
}
.inquiry .important-notice ul {
	padding: 0 10px;
	font-size: 87.5%;
}
.inquiry .important-notice ul li{
	padding:10px;
}
.inquiry .important-notice ul li+li {
	border-top: 1px solid #e0e1e3;
}
.inquiry .important-notice ul li span.date{
	display: block;
	padding-bottom:2px;
}
.inquiry .important-notice ul li a {
	display: inline-block;
	color: #990014;
}
.inquiry .important-notice ul li a:hover {
	color: #f00;
}
@media only screen and (min-width: 768px){
	.inquiry .contents {
		padding-bottom:15px;
	}
	.inquiry .important-notice ul li span.date{
		display: inline-block;
		width:6em;
		padding:0 5px 0 0;
	}
	.inquiry .faq-navigation {
		display: table;
		width: 100%;
		margin: 20px 0 0;
	}
	.inquiry .faq-navigation .faq-category {
		display: table-cell;
	}
	.inquiry .faq-navigation .btn-area {
		display: table-cell;
		width: 300px;
	}
	footer .history-back {
		display: none;
	}
}
@media only screen and (min-width: 980px){
}
#page-cover{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	background-color:rgba(0,0,0,0.9);
	z-index: 9998;
}
#popup{
	display:none;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
}
#popup .common {
	width: 300px;
	margin: 0 auto;
	background: #fff;
	border-radius: 3px;
}
#popup .common .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #3c454c;
}
#popup .common .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#popup .common .ttl p+p {
	width: 20px;
	padding: 4px;
}
#popup .common .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#popup .common .ttl p a:after,
#popup .common .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #3c454c;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup .common .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#popup .common h1 {
	margin: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #3c454c;
}
#popup .common .main {
	min-height: 4em;
	margin: 10px;
	font-size: 87.5%;
}
#popup .common .btn-area {
	margin: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#popup .common .btn-area a {
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #3c454c;
}
#popup .common .btn-area a.ok {
	background: #990014;
}
#popup .common .close {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
}
#popup .common .close a {
	font-size: 87.5%;
	color: #3c454c;
}
#popup .common .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#popup .common .close a span:after,
#popup .common .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#popup .common .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel{
	display: none;
	background: #fff;
}
#fullpanel .language-select .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .language-select .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#fullpanel .language-select .ttl p+p {
	width: 20px;
	padding: 4px;
}
#fullpanel .language-select .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#fullpanel .language-select .ttl p a:after,
#fullpanel .language-select .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .language-select .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .language-list {
	margin: 10px;
}
#fullpanel .language-list section h1 {
	margin: 0 10px 10px 10px;
	border-bottom: 1px dotted #e0e1e3;
	font-weight: bold;
}
#fullpanel .language-list section ul {
	margin: 0 0 20px 0;
}
#fullpanel .language-list section ul li {
	margin: 0 0 0 20px;
}
#fullpanel .language-list section ul li a {
	font-size: 87.5%;
	color: #990014;
}
#fullpanel .language-list section ul li a:hover {
	color: #f00;
}
#fullpanel .language-select .close {
	text-align: right;
}
#fullpanel .language-select .close a {
	padding: 0 10px;
	color: #000;
}
#fullpanel .language-select .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#fullpanel .language-select .close a span:after,
#fullpanel .language-select .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .language-select .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 480px){
	#fullpanel .language-list section {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}
}
@media only screen and (min-width: 768px){
	#fullpanel .language-list section {
		width: 33.3%;
	}
}
#fullpanel .notice {
	background: #fff;
	min-height: 100%;
}
#fullpanel .notice .ttl {
	display: table;
	width: 100%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .notice .ttl p {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
}
#fullpanel .notice .ttl p+p {
	width: 20px;
	padding: 4px;
}
#fullpanel .notice .ttl p a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}
#fullpanel .notice .ttl p a:after,
#fullpanel .notice .ttl p a:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:24px;
	height:1px;
	content:"";
	margin: auto;
	background: #3c454c;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .notice .ttl p a:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#fullpanel .notice .thumbnail {
	text-align: center;
}
#fullpanel .notice .thumbnail img {
	width: 300px;
	margin: 10px;
}
#fullpanel .notice .youtube {
	margin: 10px 10px 20px;
}
#fullpanel .notice .youtube .inner {
	position: relative;
	overflow: hidden;
	padding-top: 55.6%;
	height: 0;
	background: #000;
}
#fullpanel .notice .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fullpanel .notice h1 {
	margin: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #3c454c;
}
#fullpanel .notice .tags {
	display: table;
	width: 100%;
	font-size: 75%;
}
#fullpanel .notice .tags p {
	display: table-cell;
	padding: 0 10px;
}
#fullpanel .notice .tags ul {
	display: table-cell;
	padding: 0 10px;
	text-align: right;
}
#fullpanel .notice .tags ul li {
	display: inline-block;
	padding: 2px;
	margin: 0 4px 0 0;
	color: #fff;
	background: #3c454c;
	border-radius: 2px;
	vertical-align: bottom;
	line-height: 1;
}
#fullpanel .notice .description {
	margin: 10px;
	font-size: 87.5%;
	color: #3c454c;
}
#fullpanel .notice .website {
	margin: 20px 10px;
}
#fullpanel .notice .website a {
	position: relative;
	display: block;
	padding: 10px;
	border: 1px solid #990014;
	border-radius: 3px;
	color: #990014;
}
#fullpanel .notice .website a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	right: 10px;
	top:0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #990014;
	border-left: 1px solid #990014;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#fullpanel .notice .website a:hover:after {
	border-top: 1px solid #f00;
	border-left: 1px solid #f00;
}
#fullpanel .notice .btn-area {
	margin: 10px;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#fullpanel .notice .btn-area a {
	display: inline-block;
	min-width: 100px;
	padding: 10px;
	border-radius: 3px;
	font-size: 87.5%;
	color: #fff;
	background: #3c454c;
}
#fullpanel .notice .btn-area a.ok {
	background: #990014;
}
#fullpanel .notice .close {
	margin: 10px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	text-align: right;
}
#fullpanel .notice .close a {
	font-size: 87.5%;
	color: #3c454c;
}
#fullpanel .notice .close a span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	border-radius: 3px;
	background: #3c454c;
	vertical-align: middle;
}
#fullpanel .notice .close a span:after,
#fullpanel .notice .close a span:before {
	display:inline-block;
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
	width:20px;
	height:1px;
	content:"";
	margin: auto;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#fullpanel .notice .close a span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -----ここから----- */
/* -----リンク----- */
.inquiry .support a:link { color: #3c454c; }
.inquiry .support a:visited { color: #3c454c; }
.inquiry .support a:hover { color: #f00; }
.inquiry .support a:active { color: #f00; }

/* -----ボタンのスタイル----- */
.inquiry .btn a{
	display: block;
	padding: 10px 0;
	margin: 10px auto;
	position: relative;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
	text-align: center;
	background:-webkit-linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background:linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background-color:#ffffff;
	color: #3c454c;
	width: 78%;
	max-width: 430px;
	height: 30px;
	font-size: 75%;
	line-height: 9px;
	box-sizing: border-box;
}

.inquiry .btn:hover:after{
	color: #ff0000;
}
.inquiry .tw .btn a:after,
.inquiry .faq-pickup .btn a:after,
.inquiry .faq-products .btn a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right:10%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #3c454c;
	border-bottom: 1px solid #3c454c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ボタン 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .btn a{
		margin-bottom: 20px;
		height: 40px;
		font-size: 100%;
		line-height: 20px;
	}
	.inquiry .tw .btn a:after,
	.inquiry .faq-pickup .btn a:after,
	.inquiry .faq-products .btn:after{
		width: 7px;
		height: 7px;
	}
}

/* ----- メインビジュアル ------ */
.inquiry .main-image{
	margin-bottom: 10px;
	padding-top: 23.4375%;
	background: url(../img/main_image_sp.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
	height: 0;
}
@media only screen and (min-width: 768px){
	.inquiry .main-image{
		padding-top: 10.252525%;
		background-image: url(../img/main_image.png);
		border-radius: 4px;
	}
}

/* -----重要なお知らせ----- */
.inquiry .important{
/*	display: none; 表示消す時用*/
	padding: 0 10px 8px;
}
.inquiry .important dt{
	width: 100px;
	height: 20px;
	background-color: #d40140;
	color: #fff;
	font-size: 75%;
	line-height: 20px;
	text-align: center;
	border-radius: 4px;
}
.inquiry .important dd p{
	padding-top:3px;
	font-size: 75%;
	line-height: 1.1666;
	color: #d40140;
}
.inquiry .important dd a{
	color: #d40140;
	text-align: left;
}
.inquiry .important dd a:link,
.inquiry .important dd a:visited{
	color: #d40140;
}
/* 重要なお知らせ 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .important{
		padding: 0 5px 10px 0;
	}
	.inquiry .important dt{
		float: left;
	}
	.inquiry .important dd p{
		padding-top:0;
		margin-left: 9em;
		line-height:20px;
	}
}

/*-----Twitter-----*/
.inquiry .tw{
}
.inquiry .tw h2.title{
	position: relative;
	padding: 10px 0 0 40px;
	height: 30px;
	background-color: #b60014;
	color: #fff;
	font-size: 100%;
	line-height: 10px;
	box-sizing: border-box;
}
.inquiry .tw h2.title p:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 5px;
	left: 8px;
	margin: auto;
	background: url(../../common/img/logo-twitter.svg) no-repeat;
	-webkit-background-size: auto 21px;
	background-size: auto 21px;
}
.inquiry .tw .profile{
	padding: 5px 10px;
	background-color: #a4d9ff;
	overflow: hidden;
}
.inquiry .tw .profile h4{
	padding-bottom: 3px;
	font-size: 87.5%;
	line-height: 1.142;

}
.inquiry .tw .profile h4 span a{
	font-size: 62.5%;
	line-height: 1.333;
	color: #fff;
}
.inquiry .tw .profile-text{
	float: left;
	padding: 4px 0 0 6px;
	width: 64%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	border-left: 7px solid #50b3ff;
}
.inquiry .tw .profile-text p{
	font-size: 62.5%;
	line-height: 1.125;
}
.inquiry .tw .profile .follow-btn{
	padding-top: 6px;
}
.inquiry .tw .profile .follow-btn a{
	float: right;
	position: relative;
	width: 31.25%;
	max-width: 140px;
	height: 30px;
	background-color: #50b3ff;
	text-align: center;
	font-size: 75%;
	line-height:30px;
	border-radius: 4px;
	color: #fff;
}
.inquiry .tw .profile .follow-btn a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right:8%;
	margin-top: -4px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inquiry .tw .main{
	padding: 0;
}
.inquiry .tw .main .text{
	padding-left: 50px;
	font-size: 62.5%;
	line-height: 1.3;
}
.inquiry .tw .main .text .icon{
	display: none
}
.inquiry .tw .main ul li{
	position: relative;
	border-bottom: 1px dotted #cbcbcb;
	padding: 10px 10px 8px;
}
.inquiry .tw .main ul li:last-child{
	border-bottom: none;
}
.inquiry .tw .main ul li a{
	display: block;
	min-height: 40px;
}
.inquiry .tw .main ul li a:before{
	display: block;
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	margin: auto;
	background: url(../img/icon_tw.jpg) no-repeat;
	-webkit-background-size: auto 40px;
	background-size: auto 40px;
	border-radius: 4px;
}
.inquiry .tw .main ul li .img{
	padding: 10px 0 10px 50px;
	text-align: center;
}
.inquiry .tw .main ul li img{
	max-width: 100%;
	max-height: 200px;
	vertical-align: top;
}
.inquiry .tw .main ul li .date{
text-align: right;
	border-radius: 4px;
	vertical-align: top;
	font-size: 50%;
	line-height: 1.4;
}
/* Twitter説明テキスト・フォローするボタンのSP調整 */
@media only screen and (max-width: 767px){
	.inquiry .tw .profile .follow-btn span{
		display: none;
	}
}
@media only screen and (min-width: 640px){
	.inquiry .tw .profile-text{
		width: 73%;
	}
}

@media only screen and (max-width: 767px){
	.inquiry .tw .main ul li.sp-hide{
		display:none;
	}
}
/* Twitter 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .tw h2.title{
		padding-top: 20px;
		background-color: #a4d9ff;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		height: 40px;
		letter-spacing: -0.5px;
		font-size: 125%;
	}
.inquiry .tw h2.title p:before{
	width: 25px;
	height: 25px;
	top: 13px;
	left: 10px;
	-webkit-background-size: auto 21px;
	background-size: auto 21px;
}
	.inquiry .tw .profile{
		position: relative;
		padding-bottom: 0;
	}
	.inquiry .tw .profile-text{
		padding-left: 55px;
		width: 77%;
		height: 55px;
		border-left:none;
	}
	.inquiry .tw .profile-text:before{
		content: '';
		position: absolute;
		width: 50px;
		height: 50px;
		top: 10px;
		left: 10px;
		margin: auto;
		background: url(../img/icon_tw.jpg) no-repeat;
		-webkit-background-size: auto 50px;
		background-size: auto 50px;
		border-radius: 4px;
}
	.inquiry .tw .profile h4 span a{
		display: block;
	}
	.inquiry .tw .profile-text p{
		height: 30px;
		line-height: 1.333;
	}
	.inquiry .tw .profile .follow-btn a{
		position: absolute;
		padding-right: 6px;
		top: 7px;
		right: 10px;
		width: 80px;
		height: 25px;
		background-color: #50b3ff;
		text-align: center;
		font-size: 62.5%;
		line-height: 25px;
	}
	.inquiry .tw .main{
		margin-bottom: 10px;
		padding: 10px;
		background-color: #a4d9ff;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.inquiry .tw .main .text{
		padding-left: 0;
	}
	.inquiry .tw .main .text .icon{
		display: inline-block;
		float: left;
		margin-right: 5px;
		width: 25px;
		height: 25px;
		vertical-align: top;
		border-radius: 4px;
	}
	.inquiry .tw .main ul li{
		margin-bottom: 10px;
		background-color: #fff;
		padding: 10px;
		border-radius: 4px;
		border-bottom: none;
	}
	.inquiry .tw .main ul li a{
	min-height: 25px;
}
	.inquiry .tw .main ul li a:before{
	display: none;
}
	.inquiry .tw .main ul li:last-child{
		margin-bottom: 0;
	}
	.inquiry .tw .main ul li .img{
		padding: 10px 0;
	}
	.inquiry .tw .main ul li img{
		max-width: 100%;
		height: auto;
	}
	.inquiry .tw .main .tw-more{
		display: none;
	}
}

/* -----お客様相談室だより お客様の声を生かしました 共通-----*/
.inquiry .cms-contents{
	padding: 10px;
	background-color: #f59ea9;
}
.inquiry .cms-contents.pc{ /* PCは非表示 */
	display: none;
}
.inquiry .cms-contents .main{
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.inquiry .cms-contents .main .text{
	font-size: 75%;
	line-height: 1.5;
}
.inquiry .cms-contents .dayori .main .text{
	padding-bottom: 10px;
	border-bottom: 1px dashed #f59ea9;
}
.inquiry .cms-contents .main img{
	width: 100%;
	border-radius: 4px;
}
/* お客様相談室だより お客様の声を生かしました 共通 768px以上 */
@media only screen and (min-width: 768px){
	.inquiry .cms-contents.pc{ /* PCは表示 */
		display: block;
		padding-top: 20px;
		border-radius: 4px;
	}
	.inquiry .cms-contents.sp{ /* spは非表示 */
		display: none;
	}
}

/* -----お客様相談室だより----- */
.inquiry .cms-contents .dayori{
	padding-bottom: 15px;
}
.inquiry .cms-contents .dayori h2{
	position: relative;
	padding-left:30px;
	color: #fff;
	font-size: 100%;
	line-height: 1.333;
	height: 30px;
}
.inquiry .cms-contents .dayori h2:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: -2px;
	left: 4px;
	margin: auto;
	background: url(../img/icon_dayori.svg) no-repeat;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.inquiry .cms-contents .main p.person{
	position: relative;
	float: left;
	padding: 10px 0 0 35px;
	font-size: 75%;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
}
.inquiry .cms-contents .main p.person:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	left: 0px;
	margin: auto;
	background: url(../img/icon_dayori.jpg) no-repeat;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	border-radius: 4px;
}
.inquiry .cms-contents .main .date{
	float: right;
	padding-top: 10px;
	font-size: 75%;
	line-height: 20px;
}
/* お客様相談室だより 880px以上のスタイル */
@media only screen and (min-width: 880px){
	.inquiry .cms-contents .dayori h2{
		padding-left:35px;
		font-size: 112.5%;
		}
}

/* -----お客様の声を生かしました----- */
.inquiry .cms-contents .voice h2{
	position: relative;
	padding-left:30px;
	color: #fff;
	line-height: 1.333;
	height: 30px;
}
.inquiry .cms-contents .voice h2:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: -2px;
	left: 5px;
	margin: auto;
	background: url(../img/icon_voice.svg) no-repeat;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
.inquiry .cms-contents .voice .text a{
	position: relative;
	display: block;
	margin: 4px 10px 4px 0;
	padding: 3px 6px 3px 22px;
	border: 1px solid #f59ea9;
	border-radius: 4px;
	line-height: 1.4;
	color: #f59ea9;
}
.inquiry .cms-contents .voice .text a:after{
	content: "▼";
	position: absolute;
	display: block;
	top: 50%;
	left: 2px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/* お客様の声を生かしました 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .cms-contents .voice h2{
		padding-left: 40px;
		padding-bottom: 5px;
		font-size: 93.75%;
		line-height: 30px;
	}
	.inquiry .cms-contents .voice h2:before{
		width: 30px;
		height: 30px;
		top: 0px;
		left: 5px;
		margin: auto;
		background: url(../img/icon_voice.svg) no-repeat;
		-webkit-background-size: auto 30px;
		background-size: auto 30px;
	}
}
/* お客様の声を生かしました 880px以上のスタイル */
@media only screen and (min-width: 880px){
	.inquiry .cms-contents .voice h2{
		font-size: 112.5%;
		line-height: 30px;
	}
}
/* 過去の改善事例はこちら LINK */
.inquiry .cms-contents .voice .voice-link a {
	display: block;
	background: #ff6161;
	border-radius: 4px;
	margin: 10px 0 0;
	box-sizing: border-box;
	padding: 7px 10px;
	font-size: 81.25%;
	font-weight: bold;
	color: #fff;
	position:relative;
}
.inquiry .cms-contents .voice .voice-link a:hover{
	background: #f36464;
}
.inquiry .cms-contents .voice .voice-link a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



/* -----FAQを探す----- */
.inquiry .faq h2.title{
	position: relative;
	padding: 4px 0 0 40px;
	height: 30px;
	background-color: #ffbf50;
	font-size: 100%;
	line-height: 22px;
	box-sizing: border-box;
}
.inquiry .faq h2:before{
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	top: 3px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_faq.svg) no-repeat;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
}
/* FAQを探す 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .faq h2.title{
		padding-left: 50px;
		margin-bottom: 7px;
		border-radius: 4px;
		height: 40px;
		font-size: 137.5%;
		line-height: 40px;
	}
	.inquiry .faq h2:before{
	width: 30px;
	height: 30px;
	top: 6px;
	left: 10px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
		}
}

/* -----FAQ 共通----- */
.inquiry .faq-pickup,
.inquiry .faq-products,
.inquiry .faq-category,
.inquiry .faq-keyword{
	margin-bottom: 10px;
}
.inquiry .faq-pickup h3.sub-title,
.inquiry .faq-products h3.sub-title,
.inquiry .faq-category h3.sub-title,
.inquiry .faq-keyword h3.sub-title{
	margin-bottom: 5px;
	padding: 4px 10px;
	height: 30px;
	background-color: #ffe6bc;
	box-sizing: border-box;
}
.inquiry .faq-pickup h3.sub-title p,
.inquiry .faq-products h3.sub-title p,
.inquiry .faq-category h3.sub-title p,
.inquiry .faq-keyword h3.sub-title p{
	padding: 2px 6px;
	height: 22px;
	background-color: #ffe6bc;
	border-left: 7px solid #ffbf50;
	font-size: 14px;
	line-height: 22px;
	box-sizing: border-box;
}
.inquiry .faq-pickup ul li{
	position: relative;
	padding: 10px;
	border-bottom: 1px dotted #cbcbcb;
	box-sizing: border-box;
}
.inquiry .faq-pickup ul li:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #ffbf50;
	border-right: 1px solid #ffbf50;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inquiry .faq-pickup ul li a{
	overflow: hidden;
}
.inquiry .faq-products ul li,
.inquiry .faq-category ul li{
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px dotted #cbcbcb;
	overflow: hidden;
	height: 50px;
	box-sizing: border-box;
}
.inquiry .faq-products ul li:after,
.inquiry .faq-category ul li:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #ffbf50;
	border-right: 1px solid #ffbf50;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inquiry .faq-pickup ul li p.thumb,
.inquiry .faq-products ul li p.thumb,
.inquiry .faq-category ul li p.thumb{
	float: left;
	width: 40px;
	height: 40px;
}
.inquiry .faq-pickup ul li p.thumb img,
.inquiry .faq-products ul li p.thumb img,
.inquiry .faq-category ul li p.thumb img{
	width: 40px;
	height: 40px;
	vertical-align: top;
	border-radius: 4px;
	background-color: #ffe6bc;
	box-shadow:0px 0px 1px 0px rgba(205,205,205,0.5);
	-moz-box-shadow:0px 0px 1px 0px rgba(205,205,205,0.5);
	-webkit-box-shadow:0px 0px 1px 0px rgba(205,205,205,0.5);
}
.inquiry .faq-category ul li p.thumb img{
	float: left;
	width: 40px;
	height: 40px;
	vertical-align: top;
	border-radius: 4px;
	background-color: #f0eff0;
}
/* FAQ 共通 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .faq-pickup h3.sub-title,
	.inquiry .faq-products h3.sub-title,
	.inquiry .faq-category h3.sub-title,
	.inquiry .faq-keyword h3.sub-title{
		border-radius: 4px;
		height: 40px;
	}
	.inquiry .faq-pickup h3.sub-title p,
	.inquiry .faq-products h3.sub-title p,
	.inquiry .faq-category h3.sub-title p,
	.inquiry .faq-keyword h3.sub-title p{
		height: 30px;
		border-left: 10px solid #ffbf50;
		font-size: 112.5%;
		line-height: 32px;
		box-sizing: border-box;
	}
	.inquiry .faq-pickup ul li:last-child{
		border-bottom: none;
	}
}
/* FAQ 共通 980px以上のスタイル */
@media only screen and (min-width: 980px){
		.inquiry .faq-products ul li p.thumb,
	.inquiry .faq-category ul li p.thumb{
		width: 80px;
		height: 80px;
	}
	.inquiry .faq-products ul li p.thumb img,
	.inquiry .faq-category ul li p.thumb img{
		float: left;
		width: 80px;
		height: 80px;
		vertical-align: top;
		border-radius: 4px;
	}
	.inquiry .faq-pickup ul li p.thumb img{
		width: 50px;
		height: 50px;
	}
	.inquiry .faq-pickup ul li:after,
	.inquiry .faq-products ul li:after,
	.inquiry .faq-category ul li:after{
	display: none;
	}
	.inquiry .faq-products ul li span,
	.inquiry .faq-category ul li span{
		display: block;
    width: 100px;
	}
}

/* -----よくいただくご質問----- */
.inquiry .faq-pickup ul li .desc{
	padding-right: 30px;
	padding-left: 10px;
	font-size: 62.5%;
	line-height: 1.2;
	min-height: 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.inquiry .faq-pickup ul li .desc span{
	display: block;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.4;
}
/* よくいただくご質問 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .faq-pickup ul li .desc{
		padding-left: 20px;
		font-size: 75%;
		line-height: 1.5;
	}
}
/* よくいただくご質問 980px以上のスタイル */
@media only screen and (min-width: 980px){
	.inquiry .faq-pickup ul li p.thumb{
	width: 50px;
	height: 50px;
	}
	.inquiry .faq-pickup ul{
		margin-top: 10px;
		margin-left: 10px;
}
	.inquiry .faq-pickup ul li .desc{
		padding-right: 0;
		min-height: 50px;
	}
	.inquiry .faq-pickup ul li .desc span{
		font-size: 116%;
		line-height: 1.166;
	}
}

/* -----キーワードで探す----- */
.inquiry .faq-keyword .search-box{
	padding: 15px 10px 10px 10px;
	overflow: hidden;
}
.inquiry .faq-keyword .search-box form{
}
.inquiry .faq-keyword .search-box form .search{
	width: 76%;
	height: 30px;
	padding:0 8px;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
}
.inquiry .faq-keyword .search-box a{
	display: inline-block;
	float: right;
	width: 21.875%;
	min-width: 70px;
	height: 30px;
	vertical-align: middle;
	border-radius: 4px;
	border: 1px solid #cbcbcb;
	background: -webkit-linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background: linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background-color: #ffffff;
	font-size: 87.5%;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
}
.inquiry .faq-keyword .search-box img{
	padding-bottom: 4px;
	padding-right: 2px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.inquiry .faq-keyword .search-box form p{
	position:relative;
	display: inline-block;
	margin-top:5px;
	padding:3px 5px;
	border-radius:3px;
	font-size:75%;
	line-height:1.1666em;
	color:#fff;
	background-color:#d40140;
}
.inquiry .faq-keyword .search-box form p:after{
	position: absolute;
	content: '';
	top: -8px;
	left: 10px;
	border: 6px solid transparent;
	border-top: none;
	border-bottom: 8px solid #d40140;
}
/* キーワードで探す 480px以上のスタイル */
@media only screen and (min-width: 480px){
	.inquiry .faq-keyword .search-box form .search{
		height: 30px;
		line-height: 30px;
	}
	.inquiry .faq-keyword .search-box a{
		height: 30px;
		line-height: 30px;
	}
	.inquiry .faq-keyword .search-box form p{
		font-size:87.5%;
		line-height:1.1428;
	}
}
/* キーワードで探す 768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .faq-keyword .search-box{
		padding: 20px 10px 30px;
	}
	.inquiry .faq-keyword .search-box form .search{
		height: 40px;
		font-size: 100%;
		line-height: 40px;
	}
	.inquiry .faq-keyword .search-box img{
		width: 28px;
		height: 28px;
	}
	.inquiry .faq-keyword .search-box a{
		height: 40px;
		font-size: 125%;
		line-height: 40px;
	}
}

/* -----商品別で探す カテゴリで探す----- */
.inquiry .faq-products ul li a,
.inquiry .faq-category ul li a{
	display: -webkit-flex;
	display: flex;/* 文字がどうしても天地中央にならなかったのでflex */
	-webkit-align-items: center;
	align-items: center;
}
.inquiry .faq-products ul li p.desc,
.inquiry .faq-category ul li p.desc{
	padding-left: 10px;
	font-size: 75%;
	line-height: 1.333;
}
.inquiry .faq-products .select-area{
	position: relative;
}
.inquiry .faq-products .select-area .btn{
	display: block;
	padding: 10px 0;
	margin: 10px auto;
	position: relative;
	border: 1px solid #cbcbcb;
	border-radius: 4px;
	text-align: center;
	background:-webkit-linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background:linear-gradient(#ffffff 5%, #ebeaeb 100% );
	background-color:#ffffff;
	color: #3c454c;
	width: 78%;
	max-width: 430px;
	height: 30px;
	font-size: 75%;
	line-height: 9px;
	box-sizing: border-box;
}
.inquiry .faq-products .select-area select{
	cursor: pointer;
}
.inquiry .faq-products select{
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	width: 78%;
	max-width: 430px;
	height: 100%;
	opacity: 0;
	-webkit-appearance: menulist-button;
}
/* -----カテゴリで探すの最後だけボーダーなし----- */
.inquiry .faq-category ul li:last-child{
	border-bottom: none;
}
/* 商品別で探す カテゴリで探す 768以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .faq-products ul li p.desc,
	.inquiry .faq-category ul li p.desc{
		font-size: 87.5%;
		line-height: 1.285;
	}
	.inquiry .faq-products .select-area .btn{
		margin-bottom: 20px;
		height: 40px;
		font-size: 100%;
		line-height: 20px;
	}
}
/* 商品別で探す カテゴリで探す 980以上のスタイル */
@media only screen and (min-width: 980px){
	.inquiry .faq-products ul,
	.inquiry .faq-category ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-align-content: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px 0 5px 0;
	}
	.inquiry .faq-products ul li,
	.inquiry .faq-category ul li{
		width: 33%;
		height: 90px;
		border-bottom: none;
	}
	.inquiry .faq-category ul li p.desc{
		font-size: 75%;
	}
}

/* -----お問い合わせ----- */
.inquiry .toiawase{
	padding: 10px;
	background-color: #ffe6bc;
}
.inquiry .toiawase h2.title{
	padding:2.5px  3.5px 12.5px 7px;
	font-size: 100%;
	line-height:1.0;
}
.inquiry .toiawase li{
	margin-bottom: 5px;
	background-color: #fff;
	border-radius: 4px;
}
.inquiry .toiawase li a{
	display:-webkit-box;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	position: relative;
	padding-left: 62px;
	padding-right: 20px;
	height: 60px;
}
.inquiry .toiawase li a p{
	font-size: 75%;
	line-height: 1.333;
}
.inquiry .toiawase li a:after{
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #ffbf50;
	border-right: 1px solid #ffbf50;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.inquiry .toiawase li.app a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_toiawase_mobile.svg) no-repeat;
	background-position: center;
	background-color: #ffbf50;
	border-radius: 30px;
	-webkit-background-size: auto 32px;
	background-size: auto 32px;
}
.inquiry .toiawase li.tel a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_toiawase_tel.svg) no-repeat;
	background-position: center;
	background-color: #ffbf50;
	border-radius: 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
.inquiry .toiawase li.mail a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_toiawase_mail.svg) no-repeat;
	background-position: center;
	background-color: #ffbf50;
	border-radius: 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
.inquiry .toiawase li.yugioh a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_toiawase_card.svg) no-repeat;
	background-position: center;
	background-color: #ffbf50;
	border-radius: 30px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
.inquiry .toiawase li.report a:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
	margin: auto;
	background: url(../img/icon_toiawase_report.svg) no-repeat;
	background-position: center;
	background-color: #ffbf50;
	border-radius: 30px;
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
}
.inquiry .toiawase li .pc{
	display: none;
}
/* お問い合わせ　768px以上のスタイル */
@media only screen and (min-width: 768px){
	.inquiry .toiawase{
		margin-bottom: 40px;
		padding: 10px 6.5px;
		border-radius: 4px;
		overflow: hidden;
		box-sizing: border-box;
		}
.inquiry .toiawase h2.title{
	padding:10px;
	font-size: 150%;
	line-height: 1.0;
	}
.inquiry .toiawase ul{
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-align-content: stretch;
		align-content: stretch;
		-webkit-align-items: center;
		align-items: center;
	}
	.inquiry .toiawase ul li{
		margin-bottom: 10px;
		margin-left: 0.522%;
		margin-right: 0.522%;
		width: 48.805%;
	}
	.inquiry .toiawase ul li a{
		padding-left: 70px;
		height: 70px;
	}
	.inquiry .toiawase ul li a p{
		font-size: 87.5%;
		line-height: 1.18;
	}
	.inquiry .toiawase li a .big{
		font-size: 137.5%;
	}
	.inquiry .toiawase li a .pc{
		display: block;
	}
	.inquiry .toiawase li.yugioh span{
		display: inline-block;
	}
	.inquiry .toiawase li.app a:before,
	.inquiry .toiawase li.tel a:before,
	.inquiry .toiawase li.mail a:before,
	.inquiry .toiawase li.yugioh a:before,
	.inquiry .toiawase li.report a:before{
		width: 50px;
		height: 50px;
		top: 10px;
		left: 10px;
		border-radius: 30px;
		-webkit-background-size: auto 40px;
		background-size: auto 40px;
	}
}
@media only screen and (min-width: 980px){
		.inquiry .toiawase li.app a:before,
	.inquiry .toiawase li.tel a:before,
	.inquiry .toiawase li.mail a:before,
	.inquiry .toiawase li.yugioh a:before,
	.inquiry .toiawase li.report a:before{
		left: 20px;
	}
		.inquiry .toiawase ul li a{
		padding-left: 90px;
	}
	.inquiry .toiawase li a:after{
		right: 20px;
		width: 10px;
		height: 10px;
	}
}
/* お客様の声を活かして */
#voice .title-wrap{
	width:100%;
	background: url(../img/main_cont_image.jpg) no-repeat;
	background-size:100% auto;
	padding-top: 12.2448%;
	overflow: hidden;
	margin-bottom:15px;
	position: relative;
}
#voice .title-wrap h1{
	width:28.16%;
	background: url(../img/title.png) no-repeat;
	background-size:100% auto;
	text-indent: 100%;
	padding: 5.2% 0 0 0;
	white-space: nowrap;
	position: absolute;
	top:10px;left:15px;
	height: 0;
}
#voice .title-wrap h2{
	position: absolute;
	top: 58%;left: 0;
	background: -moz-linear-gradient(left, rgba(240,125,139,1) 0%, rgba(240,125,139,1) 75%, rgba(240,125,139,0) 100%);
	background: -webkit-linear-gradient(left, rgba(240,125,139,1) 0%,rgba(240,125,139,1) 75%,rgba(240,125,139,0) 100%);
	background: linear-gradient(to right, rgba(240,125,139,1) 0%,rgba(240,125,139,1) 75%,rgba(240,125,139,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f07d8b', endColorstr='#00f07d8b',GradientType=1 );
	padding: 10px 0 10px 60px;
	color: #fff;
	width: 46%;
	font-size: 131.25%;
	box-sizing: border-box;
}
#voice .title-wrap h2:before {
	content: '';
	width: 30px;
	height: 30px;
	top: 2px;
	left: 19px;
	margin: auto;
	background: url(../img/icon_voice.svg) no-repeat;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
	position: absolute;
}
#voice .title-wrap h2 span{
	display: inline-block;
}
@media only screen and (max-width: 768px){
	#voice .title-wrap{
		padding-top: 25%;
		background-image: url(../img/main_cont_image_sp.jpg);
	}
	#voice .title-wrap h1{
		width:43.1%;
		padding: 8.4% 0 0 0;
		top: 25px;
	}
	#voice .title-wrap h2{
		width: 57%;
		top: 59%;
		font-size:118.75%;
	}
}
@media only screen and (max-width: 480px){
	#voice .title-wrap h1{
		top: 17px;
	}
	#voice .title-wrap h2{
		font-size:100%;
		padding: 5px 0 5px 48px;
	}
	#voice .title-wrap h2:before {
		width: 25px;
		height: 25px;
		top: 0px;
		left: 17px;
		-webkit-background-size: auto 25px;
		background-size: auto 25px;
	}
}
@media only screen and (max-width: 380px){
	#voice .title-wrap h1{
		top: 12px;
	}
	#voice .title-wrap h2{
		top: 55%;
		font-size:81.25%;
	}
}
#voice .inner h3{
	background: #f59ea9;
	padding:10px 15px;
	font-size: 118.75%;
	color: #fff;
}
#voice .topics{
	background: #e5ecef;
}
#voice .topics ul.list {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	width:100%;
	padding:15px 0 0 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 768px){
	#voice .title-wrap{
		border-radius: 4px;
	}
	#voice .inner h3{
		border-radius: 4px 4px 0 0;
	}
	#voice .topics{
		border-radius: 0 0 4px 4px;
	}
}
#voice .topics ul.list > li{
	width: 33.3%;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 15px 15px 0;
}
@media only screen and (max-width: 768px){
	#voice .topics ul.list > li{
		width: 50%;
	}
}
@media only screen and (max-width: 480px){
	#voice .topics ul.list > li{
		width: 100%;
	}
}
#voice .topics ul.list > li > dl{
	background: #fff;
	border-radius: 4px;
	height:100%;
	background-color:#fff;
	padding:15px;
	box-sizing: border-box;
}
#voice .topics ul.list > li > dl > dt{
	background: url(../img/stripe_bg.png);
	border-radius: 4px;
}
#voice .topics ul.list > li > dl > dt p{
	width:100%;
	padding-top:75%;
	background: url(../img/stripe_bg.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height:0;
}
#voice .topics ul.list > li > dl dd{
	font-size:87.5%;
	line-height: 145%;
	margin:15px auto 0;
}
#voice .topics ul.list > li > dl dd p.date{
	text-align: right;
}
#voice .topics ul.list > li > dl dd img{
	max-width: 100%;
}
#voice .topics ul.list > li > dl dd a{
	position: relative;
	display: block;
	margin: 4px 10px 4px 0;
	padding: 3px 6px 3px 22px;
	border: 1px solid #f07d8b;
	border-radius: 4px;
	line-height: 1.4;
	color: #f07d8b;
}
#voice .topics ul.list > li > dl dd a:after{
	content: "▼";
	position: absolute;
	display: block;
	top: 50%;
	left: 2px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#voice .about-voice{
	position: relative;
	height:142px;
	margin-top:15px;
}
#voice .about-voice .character{
	background: url(../img/icon_chara.png) no-repeat;
	width: 161px;
	height: 142px;
	bottom: 0;
	right: 10px;
	position: absolute;
	z-index: 2;
	background-size: 100%;
	background-position: right top;
}
#voice .about-voice .inner {
	padding: 100px 0 0 0;
}
#voice .about-voice .character-text{
	background: #f59da9;
	padding: 10px 22% 10px 10px;
	bottom: 0;
	position: absolute;
}
#voice .about-voice .character-text > p{
	background: #fff;
	display: block;
	padding: 15px;
	border-radius: 4px;
	position: relative;
}
#voice .about-voice .character-text > p:after{
	content: "";
	width: 0;
	height: 0;
	margin-top: -15px;
	top: 50%;
	left: 100%;
	position: absolute;
	border: 10px solid transparent;
	border-left: 15px solid #fff;
}
@media only screen and (min-width: 768px){
	#voice .about-voice .character-text{
		border-radius: 4px;
	}
}
@media only screen and (max-width: 768px){
	#voice .about-voice{
		margin-top:0;
	}
	#voice .about-voice .character{
		width: 132px;
		height: 130px;
		right: 5px;
	}
	#voice .about-voice .character-text > p{
		font-size:87.5%;
	}
	#voice .about-voice .character-text{
		padding: 10px 25% 10px 10px;
	}
}
@media only screen and (max-width: 480px){
	#voice .about-voice .character{
		width: 113px;
		height: 130px;
		right: 0;
	}
	#voice .about-voice .character-text > p{
		font-size:87.5%;
	}
	#voice .about-voice .character-text{
		padding: 10px 33% 10px 10px;
	}
}
