@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;
}
#sec04 .picUp {
	border: none!important;
	width: 200px;
	padding-bottom: 20px;
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	height: 50px;

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

#sec04 .picUp::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 8px;
	background-color: #49b8c6;
	transform: translateX(-100%);
}
#sec04 .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%;

	}
	
}

.awasete {
    border-top: #b5b5b6 solid 1px;
    border-bottom: #b5b5b6 solid 1px;
    padding: 20px 0 30px;
    max-width: 800px;
    margin: 0 auto;
}
.awasete h3 {
	font-size: 21px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 0.5em;
	border: none;
}
.awasete h3::before {
	content: "▼";
	color: #ea5c71;
	transform: rotateZ(-90deg);
	display: inline-block;
	margin-right: 0.3em;
}
.awasete .flex {
	
}
.awasete .flex .imgBox {
	width: 37%;
	max-width: 290px;
	padding-bottom: 0!important;
}
.awasete .flex .txtBox {
	width: 60%;
}
.awasete .flex .txtBox h5 {
	width: 100%;
	max-width: 300px;
}
.awasete .flex .txtBox h4 {
	font-size: 24px;
	font-weight: 600;
	padding: 0.8em 0;
}
.awasete .flex .txtBox a {
	display: block;
	width: 100%;
	max-width: 200px;
	filter: brightness(100%) contrast(100%) saturate(90%);
	transition: 0.5s;
}
.awasete .flex .txtBox a :hover{
	filter: brightness(80%) contrast(160%) saturate(120%);
}
.awasete02 {
	margin-bottom: 30px!important;
}

@media screen and (max-width : 599px ){
	.awasete .flex {
		display: block;
	}
	.awasete .flex .imgBox {
		width: 80%;
		max-width: 290px;
		padding-bottom: 15px!important;
		margin: 0 auto;
	}
	.awasete .flex .txtBox {
		width: 100%;
	}
	.awasete .flex .txtBox h5 {
		margin: 0 auto;
	}
	.awasete .flex .txtBox h4,#aboutBox dl.dl01 dt {
		font-size: clamp(16px, 4.4vw, 18px);
		text-align: center;
	}
	.awasete .flex .txtBox a {
		margin: 0 auto;
	}
}