@charset "utf-8";
.qa01 .boxToggleQa div.boxColumn p.textStyle1 {
	color: #0766a8;
}
.qa02 h2 {
	background-color: #fb588a;
}
.qa02 .boxToggleQa div.boxColumn p.textStyle1 {
	color: #fb588a;
}

.qa03 h2 {
	background-color: #3bb35b;
}
.qa03 .boxToggleQa div.boxColumn p.textStyle1 {
	color: #3bb35b;
}

.boxToggleQa{
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0px 0 10px;
	padding: 8px 5px;
}
.boxToggleQa h3 {
	border: none;
	padding-left: 35px;
	padding-right: 7px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0;
	cursor: pointer;
	width: auto !important;
	position: relative;
}
.boxToggleQa h3:before {
	content: "";
	display: block;
	background: url(../images/icon_q.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.qa02 .boxToggleQa h3:before {
	background: url(../images/icon_q_p.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.qa03 .boxToggleQa h3:before {
	background: url(../images/icon_q_g.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.boxToggleQa h3 span{
	border:none;
	display:block;
	position: relative;
	padding-right: 30px;
	color: #555;
}
.boxToggleQa h3 span.close::after {
	content: "\e90d";
	color: #999;
	font-size: 14px;
	margin-top: 2px;
	top: 0%;
	position: absolute;
	right: 0;
}
.boxToggleQa h3 span.open::after{
	content: "\e90b";
	color: #999;
	float: right;
	font-size: 14px;
	margin-top: 2px;
}
.boxToggleQa div.boxColumn {
	margin: 15px 0px 7px 0;
	position: relative;
	padding-left: 35px;
}
.boxToggleQa div.boxColumn:before {
	content: "";
	display: block;
	background: url(../images/icon_a.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.qa02 .boxToggleQa div.boxColumn:before {
	background: url(../images/icon_a_p.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.qa03 .boxToggleQa div.boxColumn:before {
	background: url(../images/icon_a_g.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 3px;
	margin: auto;
}
.boxToggleQa div.boxColumn p.textStyle1 {
	line-height: 1.7em;
	margin: 0;
}
.boxToggleQa div.boxColumn p.textStyle1 a {
	color: #0766a8;
	text-decoration: underline;
}
.boxToggleQa div.boxColumn p.textStyle1 a:hover {
	text-decoration: none;
}

@media screen and (max-width: 890px) {
.mainVisual h1{
	z-index: 99999;
}
.mainVisual img {
	position: absolute;
	right: 0;
}
}
@media screen and (max-width: 660px) {
.mainVisual img{
	display: none;
}
}