@charset "UTF-8";

.report1 img,
.report2 img,
.report3 img {
	width: 100%;
}
.report-txt {
	margin-top: .5em;
	margin-bottom: 0;
}
.report-stl01 {
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #eff1f4;
	border: 1px solid #d6d6d6;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-top: .3em;
	padding-right: .5em;
	padding-bottom: .3em;
	padding-left: .5em;
}
.report-img01,
.report-img02 {
	text-align: center;
	margin-top: 2.0em;
	margin-right: auto;
	margin-left: auto;
}
.report-img01 div:first-child {
	margin-bottom: 40px;
}
.report-stl02 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 3.0em;
    margin-bottom: 1..0em;
}
.opinion-item {
	display: flex;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	margin-top: 1.5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.opinion-img {
	width: 50px;
	margin-right: 20px;
}
.opinion-txt {
	width: calc(100% - 70px);
}
.opinion-txt span {
	font-size: 84%;
	font-weight: bold;
}
.interview-item {
	display: flex;
	flex-wrap: wrap;
	background-color: #f5f5f5;
	margin-top: 1.5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.interview-img {
	width: 100px;
	margin-right: 20px;
}
.interview-txt {
	width: calc(100% - 120px);
}
.interview-txt span {
	font-weight: bold;
}

@media (min-width:768px) {
	.report-stl01 {
    font-size: 2.0rem;
    padding-top: 0.5em;
	}
	.report-stl02 {
    font-size: 2.0rem;
	}
	.report-img01 {
		display: flex;
		justify-content: center;
	}
	.report-img01 div {
		width: 400px;
	}
	.report-img01 div:first-child {
		margin-bottom: 0;
	}
	.report-img02 {
		width: 400px;
	}

	.opinion-item {
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	.opinion-img img {
		width: 100%;
	}
	.interview {
		display: flex;
		justify-content: space-between;
	}
	.interview-item {
		align-items: center;
		flex-basis: 49.2%;
		max-width: 49.2%;
		padding-top: 20px;
		padding-right: 18px;
		padding-bottom: 20px;
		padding-left: 18px;
	}
	.interview-img img {
		width: 100%;
	}
}

.news-helte {
	background-color: #eff6f6;
	margin-bottom: 3em;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
}
.news-helte_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.0em;
}
.news-helte p {
	padding-bottom: 1.0em;
}
@media (min-width:768px) {
	.news-helte {
		max-width: 980px;
		margin-bottom: 5em;
		margin-right: 15px;
		margin-left: 15px;
		padding-right: 2.0em;
		padding-left: 2.0em;
	}
	.news-helte_ttl {
			font-size: 2.0rem;
	}
}
@media (min-width: 1024px) {
	.news-helte {
    margin-right: auto;
    margin-left: auto;
	}
}

/* aタグのtarget属性が_blankの場合 */
.details a[target=_blank]:not(.mag)::after {
  content:"";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-left: 5px;
	background:url(/share/img/contents/ico_newwin.png) 0 5px no-repeat;
	background-size: 14px 13px;
}

/* qanda
-------------------------------------------------- */
.qanda {
	margin-top: -80px;
	margin-bottom: 2em;
	padding-top: 80px;
}

.qanda-ttl {
	font-size: 3.0rem;
	font-weight: normal;
	text-align: center;
}
.qanda-ttl:after {
	content: 'よくあるご質問';
	display: block;
	margin-bottom: 1em;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1;
}

.qanda-lists {
	width: 93%;
	margin-right: 15px;
	margin-left: 15px;
}
.qanda-border {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
}

.qanda-question {
	position: relative;
	display: block;
	padding-top: .7em;
	padding-bottom: .7em;
	padding-right: .7em;
	padding-left: .7em;
	/* font-size: 1.4rem; */
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	background-color: #fff;
	transition: background-color .3s;
}
.qanda-question:after {
	content: '';
	position: absolute;
	top: 40%;
	right: 10px;
	width: 7px;
	height: 11px;
	background-image: url(/eolife-lab/img/ico_arrow_right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition-duration: .3s;
}
.qanda-question:hover {
	background-color: #fff6b2;
}
.qanda-question a {
	display: inline-block;
	padding-left: 2em;
	padding-right: 2em;
	color: #000;
	text-indent: -2.0em;
	text-decoration: none;
}
.qanda-question a:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 14px;
	background-image: url(/eolife-lab/img/ico_question.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}

.qanda-answer {
	display: none;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: .7em;
	padding-left: .7em;
	/* font-size: 1.4rem; */
	font-size: 1.6rem;
	border-top: 1px solid #d6d6d6;
}
.qanda-answer.is-open {
	display: block;
}
.qanda-answer p {
	display: inline-block;
	padding-left: 2.0em;
	color: #000;
	text-indent: -2.0em;
	text-decoration: none;
}
.qanda-answer p:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url(/eolife-lab/img/ico_answer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.qanda-answer a {
	color: #0033aa;
}

@media (min-width:375px) {
}
@media (min-width:414px) {
}
@media (min-width:768px) {
	.qanda {
		margin-bottom: 4em;
	}
	.qanda-ttl {
		font-size: 4.0rem;
	}
	.qanda-lists {
		width: 96%;
	}
	.qanda-item {
		margin-bottom: 20px;
		padding-top: .7em;
		padding-bottom: .7em;
		padding-right: 1.5em;
		padding-left: 2.0em;
		border: 1px solid #d6d6d6;
		border-radius: 100px;
	}
	.qanda-answer p {
		padding-left: 2.8em;
		text-indent: -2.8em;
	}
}
@media (min-width:1024px) {
	.qanda-lists {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.qanda-border {
	}
	.qanda-question,
	.qanda-answer {
		padding-top: 1em;
		padding-bottom: 1em;
		padding-right: 1em;
		padding-left: 1em;
		font-size: 1.6rem;
	}
	.qanda-question a:before,
	.qanda-answer p:before {
		width: 30px;
		height: 30px;
	}
}


