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

.sec {
	margin-top: 2%!important;
}
#sec01 {
	padding-top: 5%!important;
}
.secPu {
	margin-top: 0!important;
	padding-top: 0!important;
}
#introBox {}
#introBox dt {
	font-size: 18px!important;
  font-weight: 700;
}
h2.h2-01 {
	position: relative;
	padding-top: 1.6em!important;
}
h2.h2-01 .nayami {
	position: absolute;
	width: 60%;
	max-width: 480px;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
p.desc .caption {
	font-size: 75%;
}
.flexDesc {
	align-items: center;
}
.flexDesc .imgBox {
	border: none;
	margin-top: 0;
}
.flexDesc .txtBox {
	width: calc(100% - 140px);
	background-color: #fdf6d1;
	border-radius: 15px;
	padding: 20px;
	position: relative;
}
.flexDesc .txtBox::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 100%;
	top: calc(50% - 15px);
	border-right: #fdf6d1 solid 30px;
	border-top: transparent solid 15px;
	border-bottom: transparent solid 15px;
}
.flexDesc .txtBox h4 {
	font-size: 26px;
	text-align: center;
	color: #e61e73;
	font-weight: 600;
}
.flexDesc .txtBox dl {
	padding: 15px 0;
}
.flexDesc .txtBox dl.line {
	border-top: #e61e73 dotted 1px;
	border-bottom: #e61e73 dotted 1px;
}
.flexDesc .txtBox dt {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
}
.flexDesc .txtBox dd {
	font-size: 18px;
	line-height: 1.4;
	padding-left: 1em;
}
#single.natukaden h3.ninki {
	font-size: 30px;
	text-align: center;
	background-color: #ea5c71;
	color: #fff;
	border-radius: 999px;
	width: 100%;
	line-height: 2em;
	height: 2em;
	padding: 0;
}
.ninkiBox {
	padding: 30px 0;
	border-bottom: #999 solid 1px;
}
.ninkiBox:last-child {
	border: none;
}
.ninkiBox .imgBox {
	width: 42%;
	max-width: 330px;
}
.ninkiBox dl {
	width: 55%;
}
.ninkiBox dt a {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}
.ninkiBox dd {
	font-size: 18px;
	padding-top: 1em;
}


#single #sec03 h3 {
	color: #e9546b;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	border-top: #e9546b solid 2px;
	border-bottom: #e9546b solid 2px;
	padding-top: 0;
	position: relative;
	width: 100%;
	padding-top: 1em;
	margin-top: 2em;
	
}
#sec03 h3 .ico {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 0;
	transform: translateY(-50%);
}
#sec04 {
	background-color: #eaeae2;
	border-radius: 15px;
	padding: 3% 4%!important;
	border: none!important;
}
#sec04 dl {}
#sec04 dt {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
padding-top: 1em;
}
#sec04 dd {
	font-size: 18px;
	padding: 0.6em 0;
}
#sec04 .flex {
	border-top: #555 dotted 1px;
	padding-top: 15px;
}
#single .addBox .flex {
    padding: 3% 0% 0;
}


@media screen and (max-width : 959px ){
}
@media screen and (max-width : 599px ){
	#introBox dt {
		font-size: 21px!important;
		font-weight: 700!important;
	}
	h2.h2-01 .nayami {
    width: 90%;
	}
	.flexDesc {
    display: block;
	}
	.flexDesc .txtBox {
		width: 100%;
		margin-top: 30px;
	}
	.flexDesc .txtBox::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
		top: auto;
    bottom: 100%;
    left: calc(50% - 15px);
    border-bottom: #fdf6d1 solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
	}
	.flexDesc .txtBox h4 {
		font-size: 21px;
		font-size: clamp(21px, 5.9vw, 23px);
	}
	.flexDesc .txtBox dl {
		padding: 15px 0;
	}
	.flexDesc .txtBox dl.line {
		border-top: #e61e73 dotted 1px;
		border-bottom: #e61e73 dotted 1px;
	}
	.flexDesc .txtBox dt {
		font-size: 17px;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	.flexDesc .txtBox dd,#sec04 dd,
	#single .editer .txtBox{
		font-size: 15px;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single.natukaden h3.ninki,#sec04 dt {
		font-size: 19px;
		font-size: clamp(21px, 5.9vw, 23px);
	}
	.ninkiBox {
		display: block;
		padding: 15px 0;
	}
	.ninkiBox:last-child {
		border: none;
	}
	.ninkiBox .imgBox {
		width: 80%;
		max-width: 330px;
		margin: 0 auto;
	}
	.ninkiBox dl {
		width: 100%;
	}
	.ninkiBox dt {
		text-align: center;
		padding-top: 1em;
		
	}
	.ninkiBox dt a {
		font-size: 17px;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	.ninkiBox dd {
		font-size: 15px;
		font-size: clamp(15px, 4.3vw, 17px);
		padding-top: 0.5em;
	}
	#sec03 h3 .ico {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 0;
    transform: translateY(-50%);
	}
		#single #sec03 h3 {
		font-size: 19px;
		font-size: clamp(21px, 5.9vw, 23px);
			padding-top: 1.5em;
	}
	
}