@charset 'utf-8';


.br-sp {
	display: none;
}


.full-width {
	/*
	display: block;
	*/
}


.stage {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	height: 350px;
}
.stage-title {
	display: table-cell;
	vertical-align: middle;

	width: 60%;
	height: 350px;
	text-align: center;
	color: #FFF;

	background: rgb(8,56,101);
	background: linear-gradient(90deg, rgba(8,56,101,1) 0%, rgba(8,56,101,1) 41%, rgba(27,89,142,1) 100%);
	/*
	#083865
	#1B598E
	*/

}
.stage-title-headline {
	padding-top: 60px;
	font-size: min(3vw, 3rem);
	font-weight: bold;
}
.stage-title-headline-en {
	font-size: 110%;
}
.stage-title-lead {
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	line-height: 1.5;
}
.stage-image {
	width: 40%;
	height: 350px;
	object-fit: cover;
}
.stage-image--sp {
	display: none;
}


.featured-contents-banner {
	width: 100%;
}




.product-group-list {
	list-style-type: none;

}
.product-group-item {
	display: inline-block;
	width: 33%;
	margin-bottom: 7px;
	border: 1px solid #083865;
}
.product-group-link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-end;
}
.product-group-thumbnail {
	width: 25%;
	margin: 5px 7px;
}
.product-group-description {
	width: calc(75% - 14px);
		text-align: center;

}
.product-group-icon {
	height: 40px;
}
.product-group-icon + .product-group-icon {
	margin-left: 10px;
}
.product-group-name {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 7px 10px;
	color: #FFF;
	background-color: #083865;
	font-weight: bold;
}

.review-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items:stretch;
}

.review-group {
	width: 100%;
	color: #FFF;
	background-color: #083865;
	font-weight: bold;
}
.review-item {
	max-width: 49%;
	background-color: #B9E3F9;
	border-top-right-radius: 0;
}
.review-item:nth-child(2n+1) {
	margin-right: 1%;
}
.review-headline {
	font-weight: bold;
}
.review-product {
	color: #003B6A;
	/*
	text-align: right;
	*/
	font-weight: bold;
}
.review-user {
	clear: both;
}
.review-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;

	background-color: #FFF;
}
.review-thumbnail {
	width: 50%;
}
.review-article {
	width: 50%;
}

@media screen and (max-width: 1140px) {




}

@media screen and (max-width: 1140px) {


.pc {
	display: none;
}

.br-sp {
	display: block;
}


.stage {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	height: auto;
}
.stage-title {
	width: auto;
	height: auto;
	padding: 0 15px;
}

.stage-title-headline {
	padding-top: 30px;
	font-size: 2rem;
}
.stage-title-headline-en {
	font-size: 130%;
}
.stage-title-lead {
	width: 90%;
	padding: 15px;
}
.stage-image {
	width: 100%;
	height: auto;
}



.stage-image--pc {
	display: none;
}
.stage-image--sp {
	display: block;
}



.product-group-item {
	width: 49%;
}
.product-group-thumbnail {
	width: 20%;
}
.product-group-description {
	width: calc(80% - 14px);
	padding-top: 5px;
}
.product-group-name {
	margin-top: 5px;
	padding: 5px 7px;
	font-size: 1.3rem;
}


.review-item:nth-child(2n+1) {
    margin-right: 0;
}


}

@media screen and (max-width: 820px /* 768px */) {

.product-group-item {
	width: 100%;
}
.product-group-name {
	font-size: 1.4rem;
}

.review-item {
	max-width: 100%;
}

}
