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

.pageContainer-fullw {
	padding: 84px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.fd-bodyContainer {
	background: #eef8fc;
	margin: 30px 0 0;
	width: 100%;
	text-align: center;
}
.fd-bodyContainer .fd-contentsContainer {
	display: inline-block;
	width: 90%;
	padding: 60px 0;
}

.fd-mainttlContainer {
	position: relative;
	margin-top: 20px;
}
.fd-mainttlContainer::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	background: #3eb8eb;
	width: 100%;
	height: 237px;
	z-index: -1;
}
.fd-mainttl {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: left;
}
.fd-mainttl span {
	display: inline-block;
	position: absolute;
	top: 55px;
	left: 280px;
}
.fd-main-cmt {
	padding: 20px 0 0;
	width: 80%;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
	text-align: left;
}
@media screen and (max-width:720px)  {
	.fd-mainttl span {
		top: 95px;
	}
	.fd-mainttl span img {
		width: 300px;
	}
}

.fd-itemContainer {
	background: #fff;
	padding: 25px 0;
}
.fd-itemContainer .fd-itemlist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.fd-itemContainer .fd-item {
	position: relative;
	padding: 0 0 70px;
	margin: 0 10px 20px;
	width: 80%;
	line-height: 1.3em;
	text-align: left;
}
.fd-itemContainer .fd-item a.img {
	display: inline-block;
	width: 320px;
	height: 350px;
}
.fd-itemContainer .fd-item a.img img {
	transition: all .6s ease-in-out;
}
.fd-itemContainer .fd-item a.img:hover img {
	transform: scale(1.02);
	transition: all .3s ease-in-out;
}

.fd-itemContainer .fd-item .fd-itemname {
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3em;
	color: #0081b7;
}
.fd-itemContainer .fd-item .fd-itemname span {
	display: block;
	line-height: 1.1em;
}
.fd-itemContainer .fd-item a.itemlink {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #0293cf;
	border-radius: 36px;
	padding: 14px 0;
	margin: 22px 0 0;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	transition: all .6s ease-in-out;
}
.fd-itemContainer .fd-item a.itemlink:hover {
	background: #2eb4ec;
	transition: all .3s ease-in-out;
}

a.fd-otheritem {
	display: inline-block;
	background: #95a6ad;
	border-radius: 36px;
	padding: 14px 0;
	margin: 20px 0 60px;
	width: 80%;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	transition: all .6s ease-in-out;
}

