@charset "UTF-8";

#mv img{
	width: 100%;
}

#under_ftxt h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	line-height: 1.8rem;
}

#under_ftxt p{
	font-size: 1rem;
	text-align: left;
}
#under_ftxt p sup{
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

#under_ftxt p.center{
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 10px;
}
#under_ftxt p.center.back{
	background: #F8F8F8;
	padding: 10px;
	margin: 30px 0;
}

#under_ftxt p small{
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.6rem;
}

@media screen and (max-width:767px) {
	#under_ftxt h2{
		font-size: 1.2rem;
	}
	#under_ftxt p.center{
		text-align: left;
	}
	#under_ftxt p.center.back{
		margin: 20px 0;
	}
}


.sec_pad_01 h3{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
.sec_pad_01 div.flex{
	margin-bottom: 40px;
	align-items: center;
}
.sec_pad_01 div.flex .prj_img{
	width: 32%;
	position: relative;
}
.sec_pad_01 div.flex .prj_img img{
	width: 80%;
	margin: auto;
	display: block;
}

.sec_pad_01 div.flex .prj_txt{
	width: 65%;
}
.sec_pad_01 div.flex dl{
	display: flex;
	flex-wrap: wrap;
	line-height: 1.8rem;
	justify-content: space-between;
}

.sec_pad_01 div.flex dl dt{
	width:6rem;
	margin-bottom: 20px;
	position: relative;
}
.sec_pad_01 div.flex dl dt::after{
	content: "：";
	position: absolute;
	right: 0;
}

.sec_pad_01 div.flex dl dd.product{
	font-weight: bold;
	font-size: 1.1rem;
}
.sec_pad_01 div.flex dl dd{
	width: calc(100% - 7rem);
	margin-bottom: 20px;
}
.sec_pad_01 div.flex div.mark{
	margin: 10px 0 0 0;
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
}
.sec_pad_01 div.flex div.mark span{
	background-color: #FF5523;
	display: block;
	color: white;
	padding: 5px 5px;
	border-radius: 10px;
	font-size: 0.9rem;
	line-height: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (max-width:767px) {
	.sec_pad_01 h3{
		font-size: 1.4rem;
	}
	.sec_pad_01 div.flex .prj_img{
		width: 100%;
	}
	.sec_pad_01 div.flex .prj_img img{
		width: 50%;
		margin-bottom: 30px;
	}
	.sec_pad_01 div.flex .prj_txt{
		width: 100%;
	}
	.sec_pad_01 div.flex div.mark span{
		font-size: 0.8rem;
		line-height: 1.3rem;
	}
	.sec_pad_01 div.flex div.mark{
		bottom: 20px;
	}
	.sec_pad_01 div.flex .prj_txt div.mark{
		margin: 5px 0 0 0;
	}
}