@charset "utf-8";
/* CSS Document */
div.faq div.search-filter {
	padding: 15px;
}
div.faq div.search-filter div p {
	font-size: 90%;
}
div.faq div form {
	box-sizing: border-box;
    position: relative;
    border: 1.5px solid #e60012;
    display: block;
    padding: 3px 10px;
    border-radius: 5px;
    height: 2.3em;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
div.faq div form input[type="text"] {
	border: none;
    height: 2em;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
}
div.faq div form input[type="text"]:focus {
	outline: 0;
}
div.faq div form input[type="submit"] {
	cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #e60012;
    color: #fff;
    position: absolute;
    width: 3.5em;
    height: 3em;
    right: 0px;
    top: -5px;
    outline: none;
}

div.faq hr {
	border-top: 1px solid #ccc;
    margin-bottom: 25px;
}

div.faq section {
    float: left;
}
div.faq section:nth-child(odd) {
	width: 49%;
    margin-right: 1%;
}
div.faq section:nth-child(even) {
	width: 49%;
    margin-left: 1%;
}
@media screen and (max-width: 639px) {
	div.faq section {
	    width: 100% !important;
	}
}
div.faq section.answers {
	width: 100% !important;
	margin-left: 0px;
}
div.faq section h4 {
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
div.faq section.whole h4 {
    background-color: #666;
}
div.faq section.buy h4 {
    background-color: #F07224;
}
div.faq section.sell h4 {
    background-color: #2690C5;
}
div.faq section.affiliate h4 {
    background-color: #C51C15;
}
div.faq section ul {
    margin-top: 10px;
}
div.faq section ul li {
	width: 100%;
    padding: 0px;
	line-height: 200%;
}

div.faq div.top-main ul li {
	float: left;
}
div.faq div.top-main ul li:not(:first-child) {
	margin-left: 20px;
}
@media screen and (max-width: 639px) {
	div.faq div.top-main ul li {
		clear: both;
	}
	div.faq div.top-main ul li:not(:first-child) {
		margin-top: 10px;
		margin-left: 0px;
	}
}
div.faq div.top-main ul li a span,
div.questions div button h6 span {
    color: #fff;
    padding: 2px 6px 1px 6px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
	font-weight: normal;
}
div.questions div button h6 span {
	font-size: 90%;
}
div.faq div.top-main ul li a span.whole,
div.questions div button h6 span.whole {
    background-color: #666;
}
div.faq div.top-main ul li a span.buy,
div.questions div button h6 span.buy {
    background-color: #F07224;
}
div.faq div.top-main ul li a span.sell,
div.questions div button h6 span.sell {
    background-color: #2690C5;
}
div.faq div.top-main ul li a span.affiliate,
div.questions div button h6 span.affiliate {
    background-color: #C51C15;
}
div.questions div {
	margin-top: 30px;
}
div.questions div button {
	display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.25s;
}
div.questions div button {
	margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 100%;
	display: block;
    width: 100%;
    cursor: pointer;
    transition: 0.25s;
}
div.questions div button h6 {
	font-size: 1.0rem;
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 12.8px;
    border-bottom: 1px solid #d5d0bf;
}
div.questions div button > * {
	position: relative;
    display: block;
    padding-right: 50px !important;
    margin-bottom: 20px !important;
}
div.questions div button > *::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 30px;
    color: #333;
    font-size: 80%;
    text-align: center;
    line-height: 30px;
	padding: 0px 5px;
    font-weight: normal;
}
div.questions div button.close > *::after {
	content: '▼回答を開く';
}
div.questions div button.open > *::after {
	content: '▲とじる';
}
div.questions div p {
	display: none;
}
