#left .ttl {
	margin-bottom: 40px;
}
/* --------------------------------------------------- */
.faq1 {
	padding: 0;
	margin-bottom: 30px;
}
.faq1 li {
	background: url(../images/common/icon02.png) no-repeat left top 4px;
	background-size: 25px auto;
	padding-left: 30px;
	margin-bottom: 13px;
	font-weight: 500;
}
/* --------------------------------------------------- */
.faq2 {
	margin-bottom: 50px;
}
.faq2 img {
	display: block;
	width: 100px;
	position: absolute;
	right: 20px;
	bottom: 0;
}
.faq2 .txt {
	background-color: #FBFFDB;
	padding: 20px 170px 17px 20px;
	font-size: 90%;
	font-weight: 500;
	line-height: 170%;
	margin-bottom: 20px;
	position: relative;
}
.faq2 .waku {
	background-color: #103362;
	color: #fff;
	text-align: center;
	max-width: 500px;
	width: 100%;
	padding: 4px;
	font-weight: 500;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
/* --------------------------------------------------- */
.qa-container {
  width: 100%;
	margin-bottom: 40px;
}

.qa-list:not(:first-child) {
  margin-top: 10px;
}
.qa-list a{
	color:#0000ff;
	text-decoration:underline;
}
.qa-list .faqbold{
	font-weight: bold;
}

.question-title {
  background: #F1F3F6;
  cursor: pointer;
  padding: 16px 40px 16px 55px;
  position: relative;
  font-weight: 500;
  line-height: 160%;
  font-size: 110%;
}

.question-title:before {
  position: absolute;
  display: block;
  content: 'Q';
  top: 0;
  left: 0;
  color: #fff;
  font-size: 18px;
  background-color: #587396;
  font-weight: 500;
  width: 40px;
  height: 100%;
  text-align: center;
  padding-top: 14px;
}

.question-title:after {
  position: absolute;
  display: block;
  content: '';
  top: 25px;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(135deg);
  transition: all .3s ease-in-out;
}

.question-title.open:after {
  transform: rotate(-45deg);
  top: 45%;
}

.answer-text {
  display: none;
  padding: 10px 0px 20px 50px;
  position: relative;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: 'A';
  top: 8px;
  left: 0;
  background-color: #FF5A7A;
  color: #fff;
  font-size: 18px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-weight: 700;
}
.answer-text p {
	margin-bottom: 15px;
	line-height: 160%;
}
.answer-text p:last-child {
	margin-bottom: 0px;
}
.answer-text ol {
}
.answer-text ol li {
	line-height:160%;
	margin-bottom:15px;
}
.answer-text ol li strong {
	display:block;
	margin-bottom:5px;
}
.answer-text ol li .cap {
	display:block;
	font-size:90%;
	line-height:150%;
	padding-left:1em;
	text-indent:-1em;
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */





@media screen and (max-width: 600px) {
	
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	.faq2 img {
		width: 70px;
		right: 10px;
	}
	.faq2 .txt {
		padding: 20px 100px 17px 20px;
	}
	/* ----------------------------------------------- */
	.qa-container {
		margin-bottom: 50px;
	}
	.question-title {
		font-size: 100%;
	}
	/* ----------------------------------------------- */
	
	/* ----------------------------------------------- */
	
}