@charset "UTF-8";
/*2020.2.13 new added*/
.cmnhero {
	position: relative;
}

.fu_name {
	position:absolute;
	top: 48%;
	right: 9.6%;
	width: 10%;
	height: auto;
}

.symbol {
	padding:0 0 80px;
}
.kana {
	font-size:70%;
}

.back {
}

.back_images {
	margin-top: 40px;
	font-size: 0;
}

.back_images figure {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
}

.back_images figure:first-child {
	margin-left: 0;
}

.back_images figcaption {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}

.idea {
}

.idea_cnt {
	font-size: 0;
}

.idea_txt {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	font-size: 15px;/*2020.9.18 fixed*/
}

.idea_img {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 2%;
}

.fu {
}

.fu_cnt {
	font-size: 0;
}

.fu_ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #004386;
	line-height: 1.5;
	font-size: 30px;
	letter-spacing: 0.11em;
}

.fu_item {
	display: inline-block;
	width: 49%;
	font-size: 14px;
	margin-top: 40px;
}

.fu_item > dl {
	display: table;
	width: 100%;
}

.fu_item > dl dt,
.fu_item > dl dd {
	display: table-cell;
	vertical-align: top;
}

.fu_item > dl dt {
	width: 80px;
}

.fu_img {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 2%;
}


/* All SP */
@media screen and (max-width:640px) {

	.back {
	}

	.back_images {
	}

	.back_images figure {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}

	.back_images figure img {
		width: 100%;
	}

	.back_images figure:first-child {
		margin-top: 0;
	}

	.back_images figcaption {
	}

	.idea {
	}
	
	.idea_txt {
		display: block;
		width: 100%;
	}

	.idea_img {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.idea_img img {
		width: 100%;
		height: auto;
	}
	
	.fu {
	}

	.fu_item {
		display: block;
		width: 100%;
	}

	.fu_img {
		display: block;
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}

	.fu_img img {
		width: 100%;
		height: auto;
	}
}
