@charset "UTF-8";

.secQuestion {
	margin: 0 0 10px;
}

.secQuestion_titleLink {
	background: #E5F5FD;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 8px 40px 8px 46px;
	position: relative;
	z-index: 1;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.secQuestion_titleLink:hover {
	background-color: #CBECFD;
}

.secQuestion_titleLink .icon-question {
	position: absolute;
	z-index: 1;
	font-size: 24px;
	left: 10px;
	top: 50%;
	margin-top: -12px;
	color: #0085B2;
}

.secQuestion_titleLink .icon-arrowUp2,
.secQuestion_titleLink .icon-arrowDown2 {
	color: #0085B2;
	position: absolute;
	z-index: 1;
	font-size: 20px;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}

.secQuestion_titleLink .icon-arrowUp2 {
	display: none;
}

.is-show .secQuestion_titleLink .icon-arrowUp2 {
	display: block;
}

.is-show .secQuestion_titleLink .icon-arrowDown2 {
	display: none;
}

.secQuestion_areaAnswer {
	display: none;
	margin: 10px 0 30px;
}

.is-show .secQuestion_areaAnswer {
	display: block;
}

.secQuestion_answer {
	position: relative;
	z-index: 1;
	padding: 0 0 0 48px;
}

.secQuestion_answer img{
	max-width:100%;
	height:auto;
}

.secQuestion_answer strong {
	font-weight: normal;
	color: #FF5F90;
}

.secQuestion_answer .caution {
	color: #f00;
}

.secQuestion_answer .icon-answer {
	position: absolute;
	z-index: 1;
	font-size: 24px;
	left: 10px;
	top: 0;
	color: #F975A5;
}

.secQuestion_table {
	margin: 18px 0 11px;
}

.secQuestion_table > caption {
	text-align: left;
	font-weight: normal;
}

.secQuestion_table > tbody > tr:nth-child(2n-1) {
	background: #F2F2F2;
}

.secQuestion_table > tbody > tr > td,
.secQuestion_table > tbody > tr > th {
	border: 1px solid #ccc;
	padding: 9px 20px;
}

.secQuestion_table > tbody > tr > th {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	width: 111px;
}

.secQuestion_table > tbody > tr > th.-multiRow {
	background-color: #e2e2e2;
}

.secQuestion_answer_text {
	margin: 0.5em 0;
}

.secQuestion_answer_text .icon-arrowRight2 {
	font-size: 10px;
	margin: 0 0 0 3px;
}

.secQuestion_link {
	margin: 0.5em 0;
}

.secQuestion_link .icon {
	font-size: 10px;
	margin: 0 0 0 3px;
}

/* タブレット以下設定 */
@media screen and (max-width:989px) {

.secQuestion {
}

.secQuestion_titleLink {
	font-size: 15px;
	padding: 8px 20px 8px 36px;
}

.secQuestion_titleLink .icon-question {
	font-size: 20px;
	left: 7px;
	margin-top: -10px;
}

.secQuestion_titleLink .icon-arrowUp2,
 .secQuestion_titleLink .icon-arrowDown2 {
	font-size: 20px;
	right: 15px;
	margin-top: -10px;
}

.secQuestion_areaAnswer {margin: 10px 0 1em;}

.secQuestion_answer {
	padding: 0 0 0 36px;
}

.secQuestion_answer .icon-answer {
	font-size: 20px;
	left: 7px;
	/* margin-top: 0px; */
}

.secQuestion_table {
	margin: 15px 0 10px;
}

.secQuestion_table > tbody > tr > td,
 .secQuestion_table > tbody > tr > th {
	padding: 5px 10px;
}

.secQuestion_table > tbody > tr > th {
	width: auto;
}

.secQuestion_link {
	margin: 7px 0 0;
}
}

@media screen and (max-width:699px) {

.secQuestion_titleLink {
	font-size: 14px;
	padding: 6px 20px 6px 30px;
	line-height: 1.3;
}

.secQuestion_titleLink .icon-question {
	font-size: 18px;
	margin-top: -9px;
	left: 6px;
}

.secQuestion_titleLink .icon-arrowUp2,
 .secQuestion_titleLink .icon-arrowDown2 {
	font-size: 12px;
	right: 6px;
	margin-top: -6px;
}

.secQuestion_answer {
	padding: 0 0 0 30px;
}

.secQuestion_answer .icon-answer {
	font-size: 18px;
	/* margin-top: -9px; */
	left: 6px;
}

.secQuestion_table {
	margin: 10px 0;
	font-size: 11px;
}

.secQuestion_table-wFit {
	width: 100%;
}

.secQuestion_table > tbody > tr > td,
 .secQuestion_table > tbody > tr > th {
	padding: 3px;
}

.secQuestion_link {
	margin: 7px 0 0;
}
}
