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

.pageContainer-fullw {
	padding: 100px 0 0;
	font-size: 14px;
}
.clst-maintitleContainer {
	background: #eaf9fc;
	padding: 30px 0;
	margin: 0 0 30px;
	width: 100%;
	text-align: center;
}
.clst-maintitleContainer p {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: auto;
}
.clst-maintitle-rogo {
	display: inline-block;
	background: url(../images/clunkstyle/rogo_clunk.png) no-repeat;
	width: 160px;
	height: 130px;
	vertical-align: middle;
}
.clst-maintitle-cmt {
	display: inline-block;
	padding: 16px 0 0 16px;
	text-align: left;
	vertical-align: middle;
}
.clst-maintitle-cmt h2 {
	font-size: 20px;
	line-height: 1.5em;
}


.clst-contentsContainer {
	display: inline-block;
	position: relative;
	margin: 0 0 20px;
	width: 1040px;
}
.clst-tab {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.clst1-itemContainer {
	background: #e6f3ff;
	padding: 76px 0 30px;
	margin: 175px 0 0;
}
.clst2-itemContainer {
	background: #e9fbf3;
	padding: 76px 0 30px;
	margin: 175px 0 0;
}
.clst3-itemContainer {
	background: #fbf6e9;
	padding: 76px 0 30px;
	margin: 175px 0 0;
}
.clst-contentsContainer h3 {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 30px;
	line-height: 1em;
}
.clst1-itemContainer h3 {
	color: #141b3a;
}
.clst2-itemContainer h3 {
	color: #00751c;
}
.clst3-itemContainer h3 {
	color: #966d00;
}
.clst-contentsContainer h4 {
	display: inline-block;
	padding: 10px 0;
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.1em;
	color: #1c405b;
}
.clst1-itemContainer h4 {
	color: #1c405b;
}
.clst2-itemContainer h4 {
	color: #1c5b1f;
}
.clst3-itemContainer h4 {
	color: #69500f;
}
.clst-item {
	display: inline-block;
	margin: 0 10px 15px;
	width: 440px;
	vertical-align: top;
}
.clst-item.pbtm {
	padding-bottom: 25px;
	vertical-align: bottom;
}
.clst-item a.thum img {
	transition: all .6s ease-in-out;
}
.clst-item a.thum:hover img {
	filter: brightness(1.06);
	transition: all .3s ease-in-out;
}
.clst-item-cmt {
	padding: 12px 24px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
}
.clst1-itemContainer .clst-item-cmt {
	color: #4e6478;
}
.clst2-itemContainer .clst-item-cmt {
	color: #1c5b1f;
}
.clst-item-opimg {
	display: inline-block;
	margin: 10px 5px 0;
}
a.itemlink {
	display: block;
	border-radius: 36px;
	padding: 14px 0;
	margin: 10px 0 0;
	width: 420px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all .6s ease-in-out;
}
.clst1-itemContainer  a.itemlink {
	background: #0e579a;
}
.clst2-itemContainer  a.itemlink {
	background: #09804b;
}
.clst3-itemContainer  a.itemlink {
	background: #e0af31;
}
a.itemlink:hover {
	transition: all .3s ease-in-out;
}
.clst1-itemContainer  a.itemlink:hover {
	background: #2687e0;
}
.clst2-itemContainer  a.itemlink:hover {
	background: #21c47b;
}
.clst3-itemContainer  a.itemlink:hover {
	background: #e9c361;
}

.clst3-item {
	display: inline-block;
	margin: 0 10px 15px;
	width: 500px;
	vertical-align: top;
}
.clst3-item a.thum img {
	transition: all .6s ease-in-out;
}
.clst3-item a.thum:hover img {
	filter: brightness(1.06);
	transition: all .3s ease-in-out;
}
.clst3-item-cmt {
	padding: 6px 36px;
	font-size: 14px;
	line-height: 1.3em;
	text-align: left;
}
.clst3-item-name {
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
}
.clst3-item-name strong {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.05em;
}
