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



#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 30px auto;
	border-radius: 20px;
}
#sec04 h2,#sec04 h3 {
	border: none!important;
	text-align: center;
}
.picUp {
	border: none!important;
	width: 90%;
	padding-bottom: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	height: 50px;

}
.picUp img {
		position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transform: translateY(200%);
}
.picUp.active img {
	transform: translateY(0%);
	transition: 0.5s cubic-bezier(.31,.64,.48,1.06) 0.3s;
}

.picUp::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #49b8c6;
	transform: translateX(-100%);
}
.picUp.active::after {
	transform: translateX(0%);
	transition: 0.5s cubic-bezier(.31,.64,.48,1.06) 0s;
	
}

#sec05 h3#unique {
	border: none!important;
	background-color: #ea5c71;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 0.3em!important;
}
#sec05 .fuki {
	background-color: #eaeae2;
	border-radius: 15px;
	padding: 20px 30px;
	margin-top: 40px;
	position: relative;
	margin-bottom: 30px;
}
#sec05 .fuki::after {
	content: "";
	position: absolute;
	left: calc(50% - 15px);
	bottom: 100%;
	width: 30px;
	height: 30px;
    border-right: transparent solid 15px;
		border-left: transparent solid 15px;
    border-bottom: #eaeae2 solid 30px;
}
#sec05 a.btKousen {
	display: block;
	background-color: #eaf4fc;
	border-radius: 6px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0.6em;
	width: 90%;
	text-align: center;
}
#sec05 a.btKousen:hover {
	background-color: rgba(118,184,206,0.7);
}
	







@media screen and (max-width : 959px ){}


@media screen and (max-width : 599px ){
	#single article #ichiran {
		font-size: 18px;
	}
	#sec04 .picUp {
		width: 40%;

	}
	
}


