@charset "UTF-8";

@media screen and (min-width: 641px){

.contents {
	margin-bottom: 70px;
}

.contents section .container {
	margin: 0 auto;
	padding: 70px 0 0 0;
	width: 1100px;
}

.contents .contents_header {
	width: 100%;
	height: 100px;
	background-color: #c7dc68;
}

.contents .contents_header h1 {
	line-height: 100px;
	color: #333;
	font-family: 'Noto Serif Japanese', serif;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

footer .container {
	margin: 0 auto;
	width: 1100px;
}

}

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

.contents section .container {
	padding: 30px 0;
}

.contents .contents_header {
	width: 100%;
	height: 150px;
	background-color: #c7dc68;
}

.contents .contents_header h1 {
	line-height: 150px;
	color: #fff;
	font-family: 'Noto Serif Japanese', serif;
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

}

/* text section */

@media screen and (min-width: 641px){

.textsection p {
	margin: 0 auto 2em auto;
	width: 800px;
	line-height: 1.8;
}

}

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

.textsection p {
	margin: 0 auto 2em auto;
	padding: 0 15px;
	line-height: 1.8;
}

.textsection p:last-child {
	margin-bottom: 0;
}

}

ul.overviews li dl dt {
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

ul.overviews li dl dd {
	margin-top: 1em;
}

ul.articles li a {
	color: #333 !important;
}

ul.articles li a.btn {
	color: #fff !important;
}

ul.overviews li {
margin-bottom: 30px;
}

ul.overviews li dl dd.text {
	padding: 0 15px;

}

ul.articles li dl {
	position: relative;
}

ul.articles li dl dt {
	font-size: 1.1em;
	font-weight: 600;
}

ul.articles li dl dd {
	margin-top: 0.5em;
}

ul.articles li dl dd.image {
	margin: 0;
	position: absolute;
	left: 0;
	top: 0;
}

ul.articles.photo_square.column_4 li dl {
	padding-top: 267px;
}

.link {
	margin-top: 1em !important;
}

.link a.btn {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #333;
	text-align: center;
	transition-duration: 0.5s;
}

.link a.btn:hover {
	background-color: #999;
}

.link a.btn:after {
	position: absolute;
	top: 0;
	right: 15px;
	content:"\f105";
	font-family: "FontAwesome";
}

/* 3 columns */

@media screen and (min-width: 641px){

ul.column_3 li {
	margin: 0 25px 0 0;
	float: left;
	width: 350px;
}

ul.column_3 li:nth-child(3n){
	margin-right: 0;
}

}

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

}

ul.column_3 li dl dd.image img { width: 100%; }

/* 4 columns */

@media screen and (min-width: 641px){

ul.column_4 li {
	margin: 0 24px 0 0;
	float: left;
	width: 257px;
}

ul.column_4 li:nth-child(4n){
	margin-right: 0;
}

}

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

ul.column_4 {
	margin-left: -15px;
	padding-left: 15px;
	width: 100%;
	box-sizing: border-box;
}

ul.column_4 li {
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

ul.column_4 li:nth-child(2n-1) {
	clear: left;
}

}

ul.column_4 li dl dd.image img { width: 100%; }

/* 重ね表示 */

@media screen and (min-width: 641px){

.superimpose .main {
	margin-bottom: -310px;
	position: relative;
	border: solid 5px #666;
	width: 350px;
	height: 350px;
	background-color: rgba(255,255,255,0.8);
	z-index: 200;
}

.superimpose .main .hl {
	height: 180px;
	line-height: 210px;
	text-align: center;
	font-size: 1.4em;
	font-weight: 200;
	letter-spacing: 0.2em;
}

.superimpose .main p {
	text-align: center;
}

.superimpose .more {
	margin-left: 240px;
	margin-bottom: 50px;
	position: relative;
	min-height: 360px;
	z-index: 100;
}

.superimpose.otherside .main {
	margin-left: 740px;
}

.superimpose.otherside .more {
	margin-left: 0;
	margin-right: 240px;
}

}

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

.superimpose .main {
	position: relative;
	background-color: #fff;
}

.superimpose .main .hl {
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: 300;
	text-align: center;
}

.superimpose .main p {
	margin-bottom: 1em;
	text-align: center;
}

.superimpose .more {
	margin-bottom: 30px;
	position: relative;
}

.superimpose .more img {
	width: 100%;
}

}