@charset "UTF-8";

#contents .about_box01 div{
	margin-bottom: 20px;
}
#contents .about_box01 div:nth-of-type(1){
	background: url(./img/img01.jpg) no-repeat right top;
	padding-right: 340px; 
}
#contents .about_box01 div:nth-of-type(2){
	background: url(./img/img02.jpg) no-repeat left top;
	padding-left: 340px; 
}

#contents .about_box01 div:nth-of-type(3){
	background: #ffd7ad;
	border-radius: 5px;
	padding: 20px;
}
#contents .about_box01 div:nth-of-type(3) h3{
	padding-bottom: 5px;
}

#contents .about_box02 .l{ width: 215px;}
#contents .about_box02 .r{ width: 725px;}

#contents .about_box02 p{ margin-bottom: 20px;}
#contents .about_box02 .txt01{ font-weight: bold; color: #CD7711; margin-bottom: 0; }
#contents .about_box02 ul{ margin-bottom: 20px; }
#contents .about_box02 li{ 
	list-style: disc;
	margin-left:1em;
}

#contents .about_box02 .txt02{
	border:5px solid #ffd7ad;
	border-radius: 10px;
	padding: 20px;

}
#contents .about_box03 ul{
	width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	margin: 0 auto;
}
#contents .about_box03 li{ 
	flex-basis: 255px;
	flex-grow: 1;
	text-align: center;
}
#contents .about_box03 li h3{
	border: 0;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
}

#contents .about_box04 p{
	text-align: center;
	margin: 20px auto 40px;
}
.about_box04 td { vertical-align:top; }
.about_box04 u  {
	background:#fc7927; border-radius:10px; padding:2px 5px 0; vertical-align:top;
	font-size:60%; margin-right:.5em; color:#FFFFFF;
}
.about_box04 u:nth-child(1){ margin-right:1.5em; }
/*
.about_box04 em {
	background:#FFFFFF; border-radius:20px; padding:2px 2em 0 2.4em; vertical-align:top;
	font-size:70%; letter-spacing:.4em; color:#fc7927; border:1px solid #fc7927;
}

/**/
