@charset "utf-8";

/* Overwrite Setting */
.l-report_contents {
	color: #222;
	padding: 0 0 60px;
}

.l-report_contents .pd_particular_box__p {
	font-size: 1.7rem;
	line-height: 2.15;
	margin-top: 2em;
}

.l-report_contents a {
	color: #1876e9;
}

/* Setting */
.u-show__mobile {
	display: none !important;
}

.u-hide__mobile {
	display: block !important;
}

.u-font-normal {
	font-weight: 400;
}

.u-font-bold {
	font-weight: 700;
}

.u-font-color__red {
	color: #BF4840;
}

.u-align__center {
	text-align: center;
}

.u-flex {
	display: flex;
	flex-wrap: wrap;
}

.u-flex__center {
	justify-content: center;
}

.u-flex__right {
	justify-content: flex-end;
}

.u-flex__middle {
	align-items: center;
}

.u-flex__bottom {
	align-items: flex-end;
}

.u-flex__reverse {
	flex-direction: row-reverse;
}

.u-flex__between {
	justify-content: space-between;
}

.u-flex__column--2 > * { width: calc(100% / 2); }
.u-flex__column--3 > * { width: calc(100% / 3); }
.u-flex__column--4 > * { width: calc(100% / 4); }
.u-flex__column--5 > * { width: calc(100% / 5); }
.u-flex__column--6 > * { width: calc(100% / 6); }
.u-flex__column--7 > * { width: calc(100% / 7); }

.u-flex-child-wrap {
	margin-right: -10px;
	margin-left: -10px;
}

.u-flex-child {
	padding-right: 10px;
	padding-left: 10px;
}

.u-mgt__0 { margin-top: 0 !important; }
.u-mgt__10 { margin-top: 10px !important; }
.u-mgt__20 { margin-top: 20px !important; }
.u-mgt__30 { margin-top: 30px !important; }
.u-mgt__40 { margin-top: 40px !important; }
.u-mgt__50 { margin-top: 50px !important; }
.u-mgt__60 { margin-top: 60px !important; }
.u-mgt__70 { margin-top: 70px !important; }
.u-mgt__80 { margin-top: 80px !important; }
.u-mgt__90 { margin-top: 90px !important; }
.u-mgt__100 { margin-top: 100px !important; }

.l-report-box {
	margin: 50px 0 0;
	padding: 60px;
}

.l-report-box--gray {
	background: #f5f5f5;
}

.l-report-box--blue {
	background: #DEE3ED;
}

.u-report-title__hi {
	padding: 50px 0 10px;
	border-bottom: 1px solid #999;
}

.u-report-title__hi + * {
	margin-top: 50px;
}

.u-report-title__hi em {
	color: #000;
	font-size: 3rem;
	line-height: 1.35;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
}

.u-report-title__hi em:before {
	content: '';
	width: 6px;
	height: 100%;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.u-report-title__mid {
	color: #000;
	font-size: 1.9rem;
	font-weight: 700;
	margin-top: 30px;
}

.u-report-title__mid + .pd_particular_box__p {
	margin-top: 20px;
}

.u-report-title__low {
	color: #000;
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: 30px;
}

.u-report-title__low + .pd_particular_box__p {
	margin-top: .5em;
}

.u-note {
	margin: 20px 0 0;
}

.u-note li {
	color: #5e5e5e;
	font-size: 1.3rem;
	line-height: 1.5;
	margin: .25em 0 0;
	padding: 0 0 0 1.5em;
	display: inline-block;
	position: relative;
}

.u-note--space2 li {
	padding-left: 2.25em;
}

.u-note li:before {
	content: attr(data)'';
	position: absolute;
	top: 0;
	left: 0;
}

.u-icon__arrow {
	padding: 0 0 0 1em;
	position: relative;
}

.u-icon__arrow:hover {
	text-decoration: underline;
}

.u-icon__arrow:before {
	content: '';
	width: .35em;
	height: .35em;
	border-top: .2em solid #1876e9;
	border-right: .2em solid #1876e9;
	position: absolute;
	top: .4em;
	left: 0;
	transform: rotate(45deg);
}

.l-report-list__items {
	margin-top: 20px;
}

.l-report-list__item {
	font-size: 1.7rem;
	margin: .5em 0 0;
	padding: 0 0 0 1em;
	display: inline-block;
	position: relative;
}

.l-report-list__item:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #364563;
	display: block;
	position: absolute;
	top: .55em;
	left: 0;
}

.l-report-mainvisual__title {
	height: 600px;
	background: #eef1f6;
	position: relative;
	overflow: hidden;
}

.l-report-mainvisual__title + * {
	margin-top: 50px;
}

.l-report-mainvisual__title img {
	width: auto;
	max-width: none;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-contents-list {
	padding-top: 40px;
	padding-bottom: 40px;
}

.l-contents-list__title {
	font-size: 1.9rem;
	font-weight: 700;
}

.l-contents-list__items {
	counter-reset: number 0;
}

.l-contents-list__item {
	font-size: 1.7rem;
	line-height: 1.35;
	margin: 1em 0 0;
	padding: 0 0 0 2em;
	position: relative;
}

.l-contents-list__item:first-child {
	margin-top: .75em;
}

.l-contents-list__item:before {
	counter-increment: number 1;
	content: counter(number) "";
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	width: 26px;
	height: 26px;
	padding: .325em .05em 0 0;
	background: #364563;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	top: -.15em;
	left: 0;
}

.l-contents-list__item a {
	color: #364563;
}

.l-contents-list__item a:hover {
	text-decoration: underline;
}

.l-report-image figcaption {
	margin: .5em 0 0;
}

.l-report-interview__items {
	padding: 0 60px;
}

.l-report-interview__item {
	margin: 40px 0 0;
	display: flex;
	justify-content: space-between;
}

.l-report-interview__item:nth-child(even) {
	flex-direction: row-reverse;
}

.l-report-interview__thumb {
	line-height: 1;
	width: 160px;
	height: 160px;
	position: relative;
}

.l-report-interview__thumb:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.l-report-interview__thumb img {
	border-radius: 50%;
}

.l-report-interview__data {
	width: calc(100% - 200px);
	padding: 1em 20px 1em 40px;
	border-left: 2px solid #000;
	position: relative;
}

.l-report-interview__item:nth-child(even) .l-report-interview__data {
	padding-right: 40px;
	padding-left: 20px;
	border-right: 2px solid #000;
	border-left: 0;
}

.l-report-interview__data:after {
	content: '';
	width: 18px;
	height: 18px;
	background: url("../steamer202110/img/img-00.png") no-repeat;
	position: absolute;
	top: 80px;
	left: 0;
	transform: translate(-100%,0);
}

.l-report-interview__item:nth-child(even) .l-report-interview__data:after {
	left: auto;
	right: 0;
	transform: translate(100%,0) scale(-1,1);
}

.l-report-interview__data p {
	font-size: 1.7rem;
	line-height: 2;
}

.l-report-interview__name {
	display: block;
}

.l-report-interview__name span {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	padding: .6em 2em;
	display: inline-block;
	background: #000;
	border-radius: 3em;
}

.l-report-interview__item:nth-child(even) .l-report-interview__name {
	text-align: right;
}

.l-report-interview__name--blue span {
	background-color: #364563;
}

.l-report-interview__name--red span {
	background-color: #885b7b;
}

.l-report-interview__name--yellow span {
	background-color: #b89757;
}

.l-report-interview__name--green span {
	background-color: #5b8879;
}

.l-report-interview__comment {
	text-align: justify;
	text-justify: inter-ideograph;
	margin: .75em 0 0;
	display: block;
}

.l-report-product {
	margin: 30px 0 0;
}

.l-report-product__image {
	text-align: right;
	padding: 0 60px 0 0;
}

.l-report-product__image img {
	max-width: 75%;
}

.l-report-product__data {
	color: #000;
}

.l-report-product__title-hi {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 .5em;
}

.l-report-product__title-mid {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 .5em;
}

.l-report-product__sub {
	color: #007bff;
	font-size: 1.8rem;
	line-height: 1.5;
	margin: 0 0 .35em;
	display: block;
}

.l-report-product__price {
	font-size: 1.8rem;
	font-weight: 700;
}

.l-report-product__price .e-price {
	font-size: 3.2rem;
}

.l-report-product__price .e-price:after {
	content: '円';
	font-size: 1.8rem;
	padding: 0 0 0 .25em;
	display: inline-block;
}

.l-report-product__button {
	margin: 20px 0 0;
}

.l-report-product__button a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	max-width: 300px;
	padding: 1em 0;
	background: #384561;
	border-radius: 12px;
	display: block;
}

.l-report-product__button a:hover {
	opacity: .75;
}

.l-report-return__button a {
	color: #384561;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
	padding: 1em 0;
	border: 1px solid #384561;
	border-radius: 12px;
	display: block;
}

.l-report-return__button a:hover {
	opacity: .75;
}

.l-report-product__link {
	margin: 25px 0 0;
}

.l-report-product__link a {
	color: #003da5;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.35;
}

.l-report-product__link a:hover {
	text-decoration: underline;
}

.l-report-product__link a:before {
	border-top: .2em solid #003da5;
	border-right: .2em solid #003da5;
}
