@charset "UTF-8";

.qaTitleArea {
	position: relative;
	width: 100%;
	height: 130px;
	background-color: #f4f4f4;
	z-index: 0;
}
.qaTitleArea .title_Info {
	padding: 0.3em 0.2em 0.5em;
}
@media only screen and (max-width: 768px) {
	.qaTitleArea {
		height: 150px;
	}
}
@media only screen and (max-width: 480px) {
	.qaTitleArea {
		height: 120px;
	}
}

.qaTitleArea div {text-align: center;padding-top: 35px;}
@media only screen and (max-width: 768px) {
	.qaTitleArea div {text-align:  center;padding-top: 48px;}
}
@media only screen and (max-width: 480px) {
	.qaTitleArea div {padding-top: 36px;}
}
@media only screen and (max-width: 380px) {
	.qaTitleArea div {
		
	}
}

.qaTitleArea h1 span {
	font-size: 26px;
}
@media only screen and (max-width: 768px) {
	.qaTitleArea h1 span {
		font-size: 29px;
	}
  .qaTitleArea .title_Info:after {
	display: none;
  }
}
@media only screen and (max-width: 480px) {
	.qaTitleArea h1 span {
		font-size: 24px;
	}
	/*.qaTitleArea .title_Info:after {
		left: 0;
		right: 0;
		width: 100%;
	}*/
}

.anchorMenu {
	max-width: 825px;
	margin: 20px auto 0;
	box-sizing: border-box;
}
.anchorMenu ul {
	display: flex;
	justify-content: center;
}
.anchorMenu ul li {
	padding: 0 0.75em;
	font-size: 85%;
	text-align: center;
	border-right: 1px solid #ccc;
	display: flex;
	align-items: center;
	padding:0 15px
}
.anchorMenu ul li:first-child {
	padding-left: 0;
}
.anchorMenu ul li:nth-child(6){
	padding-right: 0;
	border-right: none;
}
	  .anchorMenu ul li:nth-child(8) ,
	.anchorMenu ul li:nth-child(9) {
	display: none;
  }
@media only screen and (max-width: 768px) {
	.anchorMenu {
		margin: 0 auto;
		box-sizing: border-box;
	}

	.anchorMenu ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.anchorMenu ul li {
		display: flex;
		box-sizing: border-box;
		padding: 20px 0.5em;
		width: 33.3%;
		font-size: 89%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.anchorMenu ul li:nth-child(3n) {
		padding-left: 0;
		border-right: none;
	}
	.anchorMenu ul li:nth-child(3n+1) {
		padding-left: 0;
		border-left: none;
	}
	.anchorMenu ul li:nth-child(4),
	.anchorMenu ul li:nth-child(5),
	.anchorMenu ul li:nth-child(6) {
		border-bottom: 1px solid #ccc;
	}
  .anchorMenu ul li:nth-child(7){
		border-top: none;
		  border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.anchorMenu ul li:nth-child(8) ,
	.anchorMenu ul li:nth-child(9) {
		display: block;
		border: none;
	}
	.anchorMenu ul li a {
	  display: block;
	  width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.anchorMenu ul li {
		padding: 5px 0;
		min-height: 50px;
		line-height: 1.4;
		display: flex; /* safari, Chrome */
		display: -moz-box;    /* Firefox */
		display: -o-box;      /* Opera */
		display: -ms-box;     /* IE */
				 /* ベンダープレフィックスなし */
	}
	.anchorMenu ul li a {
		margin: 0 auto;
		font-size: 0.85em;
	}
	.anchorMenu ul li {
	   /* safari, Chrome */
		   /* Firefox */
			 /* Opera */
			/* IE */
			   /* ベンダープレフィックスなし */
	   justify-content: flex-start;
	   align-items: center;
	}
}
.qaContents {
	width: 100%;
	background-color: #ffffff;
}
.qaContentsInner {
	max-width: 825px;
	margin: 0 auto 150px;
}
@media only screen and (max-width: 768px) {
.qaContentsInner {
	margin-bottom: 110px;
}
}
@media only screen and (max-width: 480px) {
.qaContentsInner {
	margin-bottom: 80px;
}
}

.qaContents h2 {
	margin-top: 40px;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 768px) {
.qaContents h2 {
	margin-top: 48px;
	margin-left: 10px;
	font-size: 24px;
}
}
@media only screen and (max-width: 480px) {
.qaContents h2 {
	margin-top: 40px;
	margin-left: 6px;
	font-size: 20px;
}
}
@media only screen and (max-width: 380px) {
.qaContents h2 {
	font-size: 18px;
}
}

.qaContents li {
	position: relative;
}

.qaContents>.qaContentsInner>ul>li:nth-child(odd) {
	line-height: 64px;
	font-size: 16px;
	margin-top: 25px;
	margin-left: 46px;
	font-weight: bold;
	color: #828282
}
@media only screen and (max-width: 768px) {
.qaContents>.qaContentsInner>ul>li:nth-child(odd) {
	margin: 28px 0 22px 46px;
	line-height: 30px;
	font-size: 22px;
}
}
@media only screen and (max-width: 480px) {
.qaContents>.qaContentsInner>ul>li:nth-child(odd) {
	margin: 26px 0 16px 30px;
	line-height: 24px;
	font-size: 18px;
}
}
@media only screen and (max-width: 380px) {
.qaContents>.qaContentsInner>ul>li:nth-child(odd) {
	line-height: 22px;
	font-size: 16px;
}
}

.qaContents>.qaContentsInner>ul>li:nth-child(even) {
	line-height: 20px;
	font-size: 12.5px;
	margin-left: 46px;
	color: #333333;
}
@media only screen and (max-width: 768px) {
.qaContents>.qaContentsInner>ul>li:nth-child(even) {
	line-height: 23.5px;
	font-size: 17.5px;
	margin-right: 18px;
}
}
@media only screen and (max-width: 480px) {
.qaContents>.qaContentsInner>ul>li:nth-child(even) {
	line-height: 18px;
	font-size: 14px;
	margin-right: 14px;
	margin-left: 30px;
}
}

.qaContents li .answer{
	margin-top: 6px;
}
.qaContents li p:nth-child(even) {
	margin-left: 30px;
}
.qaCausion {
	margin-left: 30px;
}

.qaCausion li {
	line-height: 20px;
	font-size: 12.5px;
	margin-left: 0;
	color: #333333;	
}
@media only screen and (max-width: 768px) {
.qaCausion li {
	line-height: 23.5px;
	font-size: 17.5px;
	margin-left: 0px;
}
}
@media only screen and (max-width: 480px) {
.qaContents li p:nth-child(even) {
	margin-left: 26px;
}
.qaCausion {
	margin-left: 26px;
}
.qaCausion li {
	line-height: 18px;
	font-size: 14px;
	margin-left: 0px;
}
}

.qaCausion.cList li {
	margin-left: 12px;
}

.maruLetter {
	position: absolute;
	top:10px;
	left:-20px;
	border-radius: 50%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0;
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin-right: 10px;
}
.redColor {
	 top:-10px;
	 color: #fff;
	  border: 0;
	  background: #001fbf;
}
@media only screen and (max-width: 480px) {
.redColor {
	 top:-6px;
	left:-20px;
}
}

.blueColor {
	  color: #fff;
	  border: 0;
	  background: #ff7864;
}
@media only screen and (max-width: 768px) {
.blueColor {
	 top:0;
}
}
@media only screen and (max-width: 768px) {
.blueColor {
	 top:-8px;
}
}

.qaContents a {
	color: #ff7864;
	text-decoration: underline;
}

.topMargin {
	margin-top: 20px;
}