@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/qa/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
._title_big {
	font-size: 50px;
}

#_main_all {
	background-image: url(../images/common/etc_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #e6ebef;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.7;
}
._main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px #a1a1a1;
}
._wide1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

._qa_line {
	background-image: url("/images/qa/bk_line.png"),
                    url("/images/qa/bk_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
	padding-top: 100px;
}




.qa_txt01 {
	font-size: 24px;
	color: #05376e;
	padding-left: 50px;
	align-items: center;
	width: 500px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 0px 50px 50px 0px;
	background: linear-gradient(to bottom, #b9e2ed, #79c7dc);
	box-sizing: border-box;
}
.qa_txt02 {
	margin-top: 16px;
}
.qa_txt02 li:nth-child(2n+1) {
	color: #05376e;
	padding-right: 16px;
	padding-left: 32px;
	margin-top: 30px;
	background-color: #EDF0F3;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 12px;
	display: inline-block;
	text-indent: -1em;
}
.qa_txt02 li:nth-child(2n) {
	padding-right: 0px;
	padding-left: 32px;
	text-indent: -1em;
	padding-top: 10px;
}


#end_pc----------------{}
@media screen and (max-width: 737px){
#SP-------------------{}
#_title {
	height: 320px;
	font-size: 20px;
	background-size: cover;
}
._title_big {
	font-size: 30px;
}
._main{
	width: 100%;
}
._wide1000 {
	width: calc(100% - 32px);
}
._qa_line {
	padding-bottom: 50px;
	padding-top: 50px;
}
.qa_txt01 {
	font-size: 22px;
	width: 100%;
padding-left: 12px;
	background: linear-gradient(to bottom, #b9e2ed, #79c7dc);
}
#end_sp----------------{}
}
