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

#contentWrap {
	background-color: #edeae8;
	color: #000;
}
h3.h3-01 {
	color: #706b42;
	}
#sec01 {
	background-color: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	padding: 30px;
}
#sec01 .leftBox {
	width: 48%;
}
#sec01 .rightBox {
	width: 48%;
}
#sec01 .lineBox,
#sec02 .lineBox{
	width: 1px;
	border-left: #999 dotted 1px;
}
#sec01 .leftBox h4 {
	color: #84082f;
	border-top: #84082f solid 1px;
	border-bottom: #84082f solid 1px;
	margin-bottom: 1em;

	font-size: clamp(13px, 1.6vw, 21px);
	text-align: center;
	padding: 0.3em 0;
}
#sec01 .leftBox .item01 {
	width: 46%;
}
#sec01 .leftBox .item02 {
	width: 48%;
	border: #000 solid 1px;
	padding: 0 20px 20px;
}
#sec01 p, #sec01 dd {
	font-size: 13px;
	text-align: justify;
	line-height: 1.3;
}
#sec01 .rightBox h4 {
	color: #84082f;
	font-size: 1.2vw;
	font-size: clamp(12px, 1.3vw, 16px);

}
#sec01 .rightBox h4 span {
	background-color: #84082f;
	color: #fff;
	font-size: 75%;
	padding: 0.2em 1em;
	margin-right: 0.5em;
	
}
#sec01 .rightBox p {
	padding: 1em 0;
}
#sec01 .rightBox .item03 {
	width: 50%;
}
#sec01 .rightBox .item04 {
	width: 44%;
}

#sec02 {
	padding: 3% 0;

}
#sec02 .item01 {
	width: 28.5%;
	position: relative;
}
#sec02 .item01 .img01 {
	width: 100%;
}
#sec02 .item01 dl {
	position: absolute;
	width: 55%;
	right: 0;
	top: 56%;
}

#sec02 .item02 {
	width: 19%;
}
#sec02 .item03 {
	width: 17%;
}
#sec02 .item04 {
	width: 28%;
}
#sec02 .item04 dd {
	padding-bottom: 0.5em;
}
#sec02 dt {
	font-size: 0.9vw;
	font-size: clamp(10px, 0.9vw, 14px);
	text-align: center;
	border-bottom: #000 solid 1px;
	line-height: 1.3;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;

}
#sec02 dd {
	font-size: 12px;
	font-size: clamp(9px, 0.9vw, 12px);
	line-height: 1.3;
	
}
#sec02 .item04 dt {
	padding-top: 0;
	letter-spacing: -0.05em;
}

#sec03 {
	border-top: #999 solid 1px;
	padding-top: 1%;
}
#sec03 dl {
	width: 60%;
	padding: 1em 0;
}
#sec03 dt {
	font-size: 15px;
	border-bottom: #555 solid 1px;
	padding-bottom: 0.3em;
	margin-bottom: 0.3em;
}
#sec03 dd {
	font-size: 13px;
}
#sec03 .figWrap {}
#sec03 .figWrap .leftBox {
	width: 57%;
}
#sec03 .figWrap .rightBox {
	width: 40%;
}
#sec03 h5 {
	font-weight: normal;
	
}

@media screen and (max-width: 959px){
	#sec01 .leftBox {
		width: 100%;
	}
	#sec01 .rightBox {
		width: 100%;
		margin-top: 30px;
	}
	#sec01 .leftBox h4,#sec01 .rightBox h4 {
   font-size: clamp(18px, 2.5vw, 20px);
	}
	#sec01 .rightBox .flex {
		max-width: 600px;
		margin: 0 auto;
	}
	#sec02 .lineBox {
		display: none;
	}
	#sec02 {
		max-width: 400px;
		margin: 0 auto;
	}
	#sec02 .item01 {
		width: 100%;
		margin-top: 20px;
	}
	#sec02 .item01 dl {
    position: absolute;
    width: 55%;
    right: 0;
    top: 66%;
}
	#sec02 .item02 {
		width: 100%;
		margin-top: 30px;
	}
	#sec02 .item02 .imgBox {
		width: 70%;
		margin: 0 auto;
	}
	#sec02 .item03 {
		width: 50%;
		margin: 0 auto;
		margin-top: 30px;
	}
	#sec02 .item04 {
		width: 100%;
		margin-top: 30px;
	}
	#sec02 .item04 dl {
		padding-bottom: 15px;
	}
	#sec02 dt {
		font-size: 15px;
	}
	#sec02 dd {
		font-size: 13px;

	}

	#sec03 dl {
		width: 100%;
		padding: 1em 0;
	}

	#sec03 .figWrap {}
	#sec03 .figWrap .leftBox {
		width: 100%;
	}
	#sec03 .figWrap .rightBox {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 599px){
	#sec01 .leftBox h4, #sec01 .rightBox h4 {
    font-size: 4.0vw;
		font-size: clamp(14px, 4vw, 16px);
  }
	#sec01 .leftBox .item01 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#sec01 .leftBox .item02 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		border: #000 solid 1px;
		padding: 0 10px 10px;
		margin-top: 20px;
	}
	#sec01 .rightBox .item03 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
	#sec01 .rightBox .item04 {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-top: 20px;
	}
	#sec01 .rightBox .item04 .imgBox {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		
	}
	#sec02 {
		width: 90%;
	}
	#sec03 {
		margin-top: 30px;
		width: 90%;
	}
	#sec03 .figWrap .rightBox {
		width: 80%;
		margin-top: 20px;
	}
	#sec02 dt,
	#sec03 dt{
		text-align: center;
		font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec02 dd,
	#sec03 dd{
		font-size: 3.5vw;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	
}

