
#contents_container {
	background: #fcfef7;
	background: -moz-linear-gradient(left,  #fcfef7 0%, #ebf9f9 100%);
	background: -webkit-linear-gradient(left,  #fcfef7 0%,#ebf9f9 100%);
	background: linear-gradient(to right,  #fcfef7 0%,#ebf9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfef7', endColorstr='#ebf9f9',GradientType=1 );
	padding: 0 0 100px;
	overflow: hidden;
}

#contents_title {
	display: table;
	text-align: center;
	background: url(../img/contents/titlebg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	color: #222;
	height: 150px;
}

#contents_title h2 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	line-height: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.contents_inner {
	max-width: 1260px;
	margin: 0 auto;
	padding: 100px;
	box-sizing: border-box;
	background: #fff;
}

.contents_inner_nohead {
	max-width: 1260px;
	margin: 60px auto 0;
	padding: 45px 90px 90px;
	box-sizing: border-box;
	background: #fff;
}

h2.title {
	border-left: 4px solid #2c2c2c;
	font-size: 2rem;
	letter-spacing: .3rem;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 20px;
}

h3.title {
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	font-size: 1.2rem;
	line-height: 140%;
	letter-spacing: .2rem;
	padding: 15px 0;
	font-weight: bold;
	margin-bottom: 20px;
}

h3.title_02 {
	display: inline-block;
	line-height: 100%;
	letter-spacing: .1rem;
	padding: 7px 15px;
	border: 1px solid #2c2c2c;
	font-size: 1.1rem;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	overflow: hidden;
}

h3.title_02:nth-child(3) {
	margin-top: 0;
}

h4.title {
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: .1rem;
	padding: 0;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

.contents_wrap {
	overflow: hidden;
	padding-bottom: 50px;
}

.contents_wrap:last-child {
	padding-bottom: 15px;
}

.contents_wrap p {
	line-height: 170%;
}

@media only screen and (max-width: 1200px) {
	
#contents_container {
	padding: 0 0 50px;
}

#contents_title {
	height: 130px;
}
#contents_title h2 {
	font-size: 2rem;
}

.contents_inner {
	max-width: 100%;
	margin: 0 2%;
	padding: 50px;
}

.contents_inner_nohead {
	max-width: 100%;
	margin: 30px 2% 0;
	padding: 50px;
}

}

@media only screen and (max-width: 980px) {

h2.title {
	font-size: 1.3rem;
	letter-spacing: .2rem;
}

h3.title {
	font-size: 1rem;
}

h4.title {
	font-size: .9rem;
}

h3.title_02 {
	font-size: .95rem;
}

}

@media only screen and (max-width: 767px) {

#contents_title {
	height: 120px;
}
#contents_title h2 {
	font-size: 1.6rem;
}

.contents_inner {
	padding: 25px;
}

}

@media only screen and (max-width: 480px) {

#contents_title {
	height: 80px;
}
#contents_title h2 {
	font-size: 1.2rem;
}

.contents_inner {
	padding: 15px;
}

.contents_inner_nohead {
	padding: 15px;
}


}

