/*
  サポートページ
*/
#SUPPORT {
	width: calc(15px + 960px + 15px);
	padding: 0;
}

#SUPPORT h3 {
	width: 100%;
	text-align: center;
	border-bottom: solid 2px #0096db;
	color: black;
	font-size: 28px;
	padding-bottom: 10px;
	padding-left: 0;
}

#SUPPORT .title01 {
	margin-top: 30px;
}

#SUPPORT .description {
	width: 100%;
	text-align: center;
	border-bottom: solid 2px #0096db;
}

#SUPPORT .large_button {
	width: 200px;
	height: 122px;
	text-align: center;
	border: solid 1px #0096db;
}

#SUPPORT .faq_title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: -10px;
	margin-bottom: -40px;
}

#SUPPORT .faq a:link,
#SUPPORT .faq a:visited,
#SUPPORT .faq a:active {
	color: inherit;
}

#SUPPORT .faq_back {
	margin-top: 28px;
}

#SUPPORT ul.faq {
	margin: 0 0 100px 0;
	list-style: none;
}

#SUPPORT ul.faq_answer {
	margin: 0 0 30px 0;
	list-style: none;
}



#SUPPORT li.question{
	border-bottom: 1px dotted #999999;
	background-image:url("../../img/faq/q.png");
	background-repeat:no-repeat;
	background-position: 10px 20px;
	background-size:31px 37px;
	-moz-background-size:31px 37px;
	padding: 24px 0 24px 60px;
}

#SUPPORT li.question:last-child{
	border-bottom: none;
}

#SUPPORT li.answer a:link,
#SUPPORT li.answera:visited,
#SUPPORT li.answera:hover,
#SUPPORT li.answera:active,
#SUPPORT li.question a:link,
#SUPPORT li.question a:visited,
#SUPPORT li.question a:hover,
#SUPPORT li.question a:active {
	color: #0096db;
}

#SUPPORT li.answer{
	background-image:url("../../img/faq/a.png");
	background-repeat:no-repeat;
	background-position: 10px 20px;
	background-size:31px 31px;
	-moz-background-size:31px 37px;
	padding: 16px 0 16px 60px;
}

#SUPPORT .box_answer {
	margin-bottom: 100px;
}

#SUPPORT .box_round {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: solid 1px #e6e6e6;
	border-radius: 3px;
	background-color: white;
	margin-top: 20px;
	width: 80%;
	padding: 10px;
}

#SUPPORT .box_round_index {
	margin: 0 auto;
	text-align: center;
	width: 45%;
}

#SUPPORT .box_round_explanation {
	margin: 0 auto;
	width: 55%;
}

#SUPPORT ul.button_select {
	list-style: none;
}

#SUPPORT .button_select li {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	float: left;
	width: 200px;
	height: 122px;
	box-sizing: border-box;
	border: solid 2px #e6e6e6;
	border-radius: 3px;
	background-color: white;
	text-align: center;
	margin-left: 90px;
	margin-bottom: 100px;
	padding: auto;
}

#SUPPORT .button_select a li {
	color: #0096db;
}

#SUPPORT .button_select a:hover li {
	border: solid 2px #0096db;
	color: #0096db;
}

#SUPPORT .box_index {
	margin-top: -50px;
	height: 110px;
	line-height: 110px;
}

#SUPPORT form {
	width: 500px;
}

#SUPPORT .confirm_message,
#SUPPORT .complete_message {
	margin: 30px 0;
}

#SUPPORT td {
	height: 30px;
	line-height: 30px;
}

#SUPPORT .box_confirm {
	margin-bottom: 100px;
}