@charset "UTF-8";

/**
 * オリジナルcss
 */

/**
 * よくある質問
 */

body.qa, 
body.qa #main {
	background: #F5F5F5;
}

.top_content_qa {
	background: #F5F5F5;
	padding-top: 66px;
	padding-bottom: 72px;
}

.top_content_qa_element {
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 54px;
}

.top_content_qa_element_q {
}

.top_content_qa_element_a {
	margin-top: 26px;
}

.top_content_qa_element_q_title, 
.top_content_qa_element_a_title {
	width: 40px;
	margin-right: 23px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}

.top_content_qa_element_q_content, 
.top_content_qa_element_a_content {
	font-size: 18px;
	border-bottom: 1px solid #000;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 63px);
}

.top_content_qa_element_q_title {
	font-size: 28px;
	vertical-align: bottom;
}

.top_content_qa_element_a_title {
	font-size: 31px;
	color: #FF3828;
}

.top_content_qa_element_q_content {
	vertical-align: bottom;
	padding-bottom: 9px;
}

.top_content_qa_element_a_content {
	background: #fff;
	border: 1px solid #FF3828;
	font-size: 16px;
	padding: 13px 21px;
}

.top_content_qa_element_a_content p:first-child {
	margin-top: 0;
}

.top_content_qa_element_a_content p:last-child {
	margin-bottom: 0;
}

.top_content_qa .button_more {
	margin-top: 56px;
}

@media screen and (max-width: 1110px) {
}
@media screen and (max-width: 970px) {
	.top_content_qa {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.top_content_qa_element_q {
		cursor: pointer;
	}
	
	.top_content_qa_element_q_content {
		position: relative;
		padding-right: 1.5em;
	}
	
	.top_content_qa_element_q_content:after {
		content: "▲";
		position: absolute;
		right: 0;
		bottom: 9px;
		transform:rotate(270deg);
		transition: .5s;
	}
	
	.top_content_qa_element_q_open .top_content_qa_element_q_content:after {
		transform:rotate(180deg);
	}
	
	.top_content_qa_element_a {
		display: none;
	}
}
@media screen and (max-width:740px){
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

