@charset "UTF-8";

.content {
	padding-top: 5.42vw;
	padding-bottom: 16vw;
}

@media print,
screen and (min-width: 1025px) {
	.content {
		padding-bottom: 6.25vw;
	}
}

.content .content-list .item {
	line-height: 1.8;
	width: 89.33vw;
	margin-left: auto;
	margin-right: auto;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

.content .content-list .item .item-img {
	width: 48vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item .item-img {
		width: 23.44vw;
		margin-left: 0;
		margin-right: 0;
	}
}

.content .content-list .item .item-img img {
	border-radius: 48vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item .item-img {
		border-radius: 23.44vw;
	}
}

.content .content-list .item .item-img .item-img-no {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 8vw;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item .item-img .item-img-no {
		font-size: 4vw;
	}
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(odd) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.content .content-list .item:nth-child(odd) .item-text {
	margin-top: 5.33vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(odd) .item-text {
		margin-left: 3.13vw;
		width: 34.11vw;
		margin-top: 0;
	}
}

.content .content-list .item:nth-child(odd) .item-text h2 {
	font-size: 5.33vw;
	font-weight: bold;
	color: #f69166;
	text-align: center;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(odd) .item-text h2 {
		font-size: 1.04vw;
		text-align: left;
	}
}

.content .content-list .item:nth-child(odd) .item-text p {
	color: #1A1A1A;
	font-size: 3.73vw;
	margin-top: 3.73vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(odd) .item-text p {
		font-size: 0.83vw;
		margin-top: 1.04vw;
	}
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(even) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.content .content-list .item:nth-child(even) .item-text {
	margin-top: 5.33vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(even) .item-text {
		margin-right: 3.13vw;
		width: 34.11vw;
		margin-top: 0;
	}
}

.content .content-list .item:nth-child(even) .item-text h2 {
	font-size: 5.33vw;
	font-weight: bold;
	color: #f69166;
	text-align: center;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(even) .item-text h2 {
		font-size: 1.04vw;
		text-align: left;
	}
}

.content .content-list .item:nth-child(even) .item-text p {
	color: #1A1A1A;
	font-size: 3.73vw;
	margin-top: 3.73vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item:nth-child(even) .item-text p {
		font-size: 0.83vw;
		margin-top: 1.04vw;
	}
}

.content .content-list .item+.item {
	margin-top: 10.67vw;
}

@media print,
screen and (min-width: 1025px) {
	.content .content-list .item+.item {
		margin-top: 0;
	}
}