@charset "UTF-8";
/* CSS Document */
.notes-area {
    margin: 0% auto 0;
}
#contentWrap {
	background-color: #edeae8;
	color: #000;
}
.itemBox dt {
	border-bottom: #999 solid 1px;
}
h3.h3-01 {
	color: #706b42;
	border-bottom: #847f4d solid 1px;
	}
#sec01 {
	padding-bottom: 3%;
	border-bottom: #777 solid 1px;
	align-items: flex-start;
}
#sec01 .h3-02 {
	font-size: 18px;
	padding: 1em 0;
}
#sec01  {
	padding: 30px 0;
}
#sec01 dt {
	height: 2em;
}
#sec01 .box01 {
	width: 31%;
	position: relative;
}
#sec01 .box01 dl {
	position: absolute;
	width: 55%;
	top: 69%;
	right: 0;
}
#sec01 .box02 {
	width: 20%;
}
#sec01 .box03 {
	width: 16%;
}
#sec01 .box04 {
	width: 28%;
}
#sec01 .box04 h5 {
	
}
#sec01 .box04 p {
	padding-top: 1em;
	text-align: justify;
	line-height: 1.4;
	width: 55%;
}
#sec01 .box04 .imgBox {
	width: 40%;
	padding-top: 1em;
}



#sec02 {
	padding: 3% 0;
}
#sec02 .leftBox {
	width: 25%;
}
#sec02 .leftBox h5 {
	font-size: 15px;
	padding-bottom: 0.6em;

}
#sec02 .centerBox {
	width: 38.5%;
	max-width: 460px;
}
#sec02 .rightBox {
	width: 29.5%;
	max-width: 350px;
}

#sec03 {
	background-color: #fff;
	padding: 30px;
}
#sec03 h3 {
	width: 100%;
	color: #84082f;
	text-align: center;
	font-size: 1.8vw;
	padding: 0.5em 0;
	border-top: #84082f solid 1px;
	border-bottom: #84082f solid 1px;
	margin-bottom: 30px;
}
#sec03 .item01 {
	width: 23%;
}
#sec03 .lineTate {
	width: 1px;
	border-left: #999 dotted 1px;
}
#sec03 .item02 {
	width: 70%;
}
#sec03 .item02 .txtBox {
	width: 30%;
}
#sec03 .item02 .txtBox .engTxt {
	font-size: 16px;
	text-align: center;
	background-color: #84082f;
	color: #fff;
	padding: 0.5em 0;
}
#sec03 .item02 .txtBox h4 {
	font-size: 18px;
	text-align: center;
	color: #84082f;
	padding: 1em 0;
	border-top: #84082f solid 1px;
	border-bottom: #84082f solid 1px;
	margin: 20px 0;
	
}
#sec03 .item02 .centerBox {
	width: 32%;
}
#sec03 .item02 .rightBox {
	width: 32%;
}



@media screen and (max-width: 959px){
	#sec01,#sec02,#sec03 {
		width: 90%;
		max-width: 400px;
	}
	#sec01 .box01 {
		width: 100%;
		max-width: 300px;
		position: relative;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	#sec01 .box01 dl {
		position: static;
		width: 100%;
	}
	#sec01 .box02 {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	#sec01 .box03 {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		margin-top: 30px;
	}
	#sec01 .box04 {
		width: 100%;
		margin-top: 30px;
	}
	#sec01 .box04 h5 {

	}
	#sec01 .box04 p {
		font-size: 13px;
	}
	#sec01 .box04 .imgBox {
		width: 40%;
		padding-top: 1em;
	}
	#sec02 .leftBox {
		width: 100%;
	}
	#sec02 .leftBox h5 {
		font-size: 15px;
		padding-bottom: 0.6em;

	}
	#sec02 .leftBox p {
		font-size: 13px;
	}
	#sec02 .centerBox {
		width: 100%;
		max-width: 460px;
	}
	#sec02 .rightBox {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}
	#sec03 h3 {
    width: 100%;
    color: #84082f;
    text-align: center;
    font-size: 2.4vw;
    padding: 0.5em 0;
    border-top: #84082f solid 1px;
    border-bottom: #84082f solid 1px;
    margin-bottom: 30px;
	}
	#sec03 p {
		font-size: 13px;
	}
	#sec03 .item01 {
		width: 100%;
	}
	#sec03 .item01 .imgBox {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		max-width: 300px;
	}
	#sec03 .lineTate {
		width: 100%;
		height: 1px;
		border-left: #999 dotted 0px;
		border-top: #999 dotted 1px;
		margin: 20px 0;
	}
	#sec03 .item02 {
		width: 100%;
	}
	#sec03 .item02 .txtBox {
		width: 100%;
	}
	#sec03 .item02 .centerBox {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		max-width: 300px;
	}
	#sec03 .item02 .rightBox {
		width: 100%;
		margin: 0 auto;
		margin-top: 20px;
		max-width: 260px;
}

	
}

@media screen and (max-width: 599px){
	#sec01 .box04 h5,#sec02 .leftBox h5 {
	font-size: 15px;
		text-align: center;
	}
	#sec01 .box04 p {
		width: 100%;
  }
	 #sec01 .box04 .imgBox {
     width: 60%;
		 margin: 0 auto;
  }
	#sec03 {
    width: 94%;
		padding: 5%;
	}
	#sec03 h3,#sec03 .item02 .txtBox h4 {
		font-size: 15px;
	}
	    
}

