@charset "UTF-8";
/* CSS Document */

.pora-exp {
	margin: 381px -20px 0;
}
.pora-exp .pora-top {
	position: relative;
}
.pora-exp .pora-top img {
	position: absolute;
	top: -351px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 335px;
	height: auto;
	margin: 0 auto;
}
@media print, screen and (max-width: 374px) {
	
	.pora-exp .pora-top img {
		top: -335px;
		width: 320px;
	}
	
}
.pora-exp .pora-top span {
	display: block;
	padding-top: 30px;
	font-size: 1.2rem;
}

.pora-exp-1 {
	margin-bottom: 20px;
	padding-top: 30px;
}
.pora-exp-1 h3 {
	margin-bottom: 30px;
	font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	color: #616150;
}

.pora-feat {
	margin-bottom: 40px;
}
.pora-feat__item {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	font-weight: 700;
	text-align: center;
}
.pora-feat__item:not(:last-child) {
	margin-bottom: 20px;
}
.pora-feat__item h4 {
	margin-bottom: 20px;
	font-size: 2.0rem;
	line-height: 1;
	color: #ff4645;
}
.pora-feat__item .sm,
.pora-feat__item ul {
	margin-bottom: 10px;
}
.pora-feat__item .sm,
.pora-feat__item ul li:first-child {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #616150;
}
.pora-feat__item ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pora-feat__item ul li:last-child {
	width: 64px;
	margin-left: 8px;
	padding: 3px 0;
	background-color: #ff4645;
	border-radius: 4px;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.pora-feat__item ul li:last-child strong {
	font-family: 'Roboto', sans-serif;
	font-size: 2.8rem;
}
.pora-feat__item .lg {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #ff4645;
}
.pora-feat__item .lg strong {
	font-family: 'Roboto', sans-serif;
	font-size: 5.5rem;
	font-weight: 900;
	line-height: 1;
}
.pora-feat__item .lg span {
	font-size: 2.4rem;
}

.pora-exp-2 .txt {
	margin-bottom: 30px;
}
.pora-exp-2 .txt p {
	margin-top: 10px;
	font-size: 1.0rem;
	text-align: right;
}

.pora-exp-3 article:first-child {
	margin-bottom: 40px;
}
.pora-exp-3 td {
	background-color: #fff;
}

.pora-exp-4 {
	margin: 20px 0 40px;
	font-size: 1.2rem;
	line-height: 1.5;
}


@media print, screen and (min-width: 681px) {
	
	.pora-exp {
		margin: 120px 0 60px;
	}
	.pora-exp .c-wrapper {
		width: 100%;
		
	}
	.pora-exp .pora-top {
		min-height: 86px;
	}
	.pora-exp .pora-top img {
		top: -80px;
		width: 628px;
	}
	
	
	.pora-exp-1 h3 {
		margin-bottom: 30px;
		font-size: 2.2rem;
	}
	
	
}
@media print, screen and (min-width: 1200px) {
	
	
	.pora-exp {
		margin: 180px 0 0;
	}
	.pora-exp .c-wrapper {
		width: 100%;
		
	}
	.pora-exp .pora-top {
		margin-bottom: 65px;
	}
	.pora-exp .pora-top img {
		top: -120px;
		width: 900px;
	}
	
	.pora-feat {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: nowrap;
	}
	.pora-feat__item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 31%;
	}
	.pora-feat__item:not(:last-child) {
		margin-bottom: 0;
	}
	
	.pora-feat__item h4 {
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.pora-feat__item .lg span {
		font-size: 2.2rem;
	}
	
	
	.pora-exp-2 .txt h3 {
		margin-bottom: 65px;
		padding: 19px 0;
		font-size: 2.2rem;
	}
	.pora-exp-2 .txt p {
		margin-top: 15px;
		font-size: 1.2rem;
	}
	.pora-exp-3 table colgroup col:first-child {
		min-width: 17%;
	}
	.pora-exp-3 th,
	.pora-exp-3 td {
		padding: 20px;
	}
	
	
	.pora-exp-4 {
		margin: 20px 0 80px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	
}



