@charset "UTF-8";


.content h1 {
	text-align: center;
	margin-bottom: 9.6%;	
}
.content h1 img {
	width: 54.66667%;
}
.qa {
	padding-bottom: 10%;
	background: #FFFFFF;
}
.wrap_qa {
	background: url(../images/qa/qa_bg.png) repeat top left;
	background-size: 7px;
	padding: 0 4.8%;
}
.qa_cont {
	padding: 5.33333% 0 6.66667%;
}
.qa_cont:nth-of-type(even) {
	background: rgba(255,255,255,0.5);
}

.qa .link {
	display: flex;
	justify-content: space-between;
	padding: 0 6.66667%;
	margin: 0 auto;
}
.qa .link + .link {
	margin-top: 8%;
}
.qa .link li {
	font-size: 12px;
}
.qa .link li:nth-child(1) {
	width: 52%;	
}
.qa .link li:nth-child(2) {
	width: 42%;	
}
.qa .link li a {
	color: #3cc6ff;
	text-decoration: none;
	border-bottom: 3px solid #ffeca5;
    padding: 0 0.5em 5px;
    position: relative;
}
.qa .link li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 0 5px;
	border-color: #3cc5ff transparent transparent transparent;
}
.qa_cont h2 {
	box-sizing: border-box;
	margin: 0 auto 1em;
	font-size: 17px;
	color: #13baff;
	line-height: 1em;
	display: flex;
	align-items: baseline;
	padding: 0 0.25em;
	letter-spacing: 2px;
	position: relative;
}
.qa_cont h2:after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	border-bottom: 1px dashed #7a7a7a;
	bottom: 2px;
	left: 0;
}
.qa_cont h2 .fl {
	font-size: 20px;
    line-height: 1em;
    color: #FFFFFF;
    background: #13baff;
    border-radius: 100px;
    margin-right: 0.125em;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    justify-content: center;
	position: relative;
	z-index:1;
}
.qa_item {
	padding: 0 2.95% 2.5%;
}	
.qa_item .q {
	margin-bottom: 1.5%;
	font-size: 15px;
	line-height: 1.46667em;
	display: flex;
	background: url(../images/qa/q_ttl.png) no-repeat left 10px top 0.5em,#ccf0ff;
	background-size: 20px;
	padding: 0.5em 2em 0.5em 3em;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
}
.qa_item .a {
	font-size: 14px;
	line-height: 1.42857em;
	background: #FFFFFF;
	padding: 1.5em;
	display: none;
}
.tcon {
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin: -8px 0;	
}
.tcon-plus {
	height: 16px;
	width: 16px;
}
.tcon-plus::before, .tcon-plus::after {
	width: 16px;
}
.tcon-plus--minus.tcon-transform::before {
	width: 16px;
}
.tcon-plus--minus.tcon-transform::after {
	width: 16px;
}
