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

#contents{
	margin: 0 auto;
	padding: 5px 0 50px; 
	width: 800px;
	font-size:13px;
	/*background-color: #CCCCCC;*/
}
	
/*============================
共通帯
=============================*/
#contentsIcon{
	width: 50px;
	height: 50px;
	}
.absolute {
    position: absolute;
    left: 60px;
    bottom: 40px;
}
.relative {
	position: relative;
	width: 40px;
}

/*=========================
別個CSS
=========================*/
h3 {
	font-size: 16px;
	position: relative;
	padding: 0.25em 0;
	margin: 0 0 20px 0;
}

h3:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(22,147,92), transparent);
	background: linear-gradient(to right, rgb(22,147,92), transparent);
}

.section{
	margin: 40px 0;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}

.section .section_box{
	width: 540px;
}

.section_4{
	width: 380px;
	margin: 0 0 40px 0;
	float: left;
}

.section_5{
	margin: 0 0 40px 0;
	width: 380px;
	float: right;
}

.section .text{
	text-align: justify;
}

.section .left{
	float: left;
}

.section .right{
	float: right;
}

.photo{
	clear: both;
	overflow: hidden;
}

.photo li{
	float: left;
	margin: 0 10px 0 0;
}

.photo li:last-child{
	margin: 0;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}