@charset "utf-8";

.contents_wrapper a {
	transition: .3s;
	color: rgb(24, 83, 162);
	font-weight: inherit;
	transition: .3s;
}

.contents_wrapper a:hover {
	opacity: .6;
	transition: .3s;
}

.contents_inner {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}

em.material-icons {
	font-family: 'Material Icons';
	font-size: 84%;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 1px;
	left: 0px;
}

@media screen and (min-width:737px) {
	a[href^="tel:"] {
		color: inherit;
	}

	.contents_wrapper {
		max-width: 1480px;
		margin: 0 auto;
		padding: 0 20px 0 30px;
	}

	ul#bread_list {
		width: 100%;
		margin: 10px 0 -10px;
	}

	#bread_list li {
		font-size: 14px;
		display: inline-block;
		letter-spacing: 1px;
		text-decoration: none;
		color: #444;
	}

	#bread_list li:first-child {
		padding: 0 0 0 25px;
	}

	#bread_list li a {
		display: block;
		transition: .3s;
		color: #999;
	}

	#bread_list li a::after {
		content: '\2002\003e';
		margin-right: 0px;
		color: #999;
	}

	#bread_list li a:hover {
		color: rgb(255, 92, 0);
		transition: .3s;
	}

	#page-top {
		position: fixed;
		bottom: 50px;
		right: 12px;
		font-size: .84em;
	}

	#page-top a::before {
		content: "Page ";
	}

	#page-top a::after {
		top: 50%;
		left: 100%;
		transform: translateY(-50%);
		border: solid transparent;
		content: "";
		position: absolute;
		border-left-color: rgba(102, 102, 102, .8);
		border-width: 10px;
		margin-left: 0px;
		transition: .3s;
	}

	#page-top a {
		display: block;
		background: rgba(102, 102, 102, .8);
		color: #fff;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
		transition: .3s;
	}

	#page-top a:hover {
		background-color: rgba(255, 92, 0, .8);
		transition: .3s;
	}

	#page-top a:hover::after {
		border-left-color: rgba(255, 92, 0, .8);
		transition: .3s;
	}

	.h3_wrapper {
		padding: 70px 0;
	}

	h3 {
		font-size: 2.4rem;
		color: #000;
	}

	h3 span {
		font-size: 1.4rem;
		display: block;
	}
}

/*----- スマートフォン -----*/
@media screen and (max-width:736px) {
	.contents_wrapper {
		width: 100%;
		padding: 0 5vw;
	}

	ul#bread_list {
		display: none;
	}

	#page-top {
		position: fixed;
		bottom: 10px;
		right: 10px;
		font-size: .84em;
		width: 36px;
		height: 36px;
		background-color: rgba(24, 83, 162, 0.7);
		z-index: 20;
	}

	#page-top a {
		display: block;
		width: 36px;
		height: 36px;
		color: #fff;
		text-align: center;
		line-height: 36px;
		letter-spacing: 1px;
	}

	.h3_wrapper {
		margin-top: 35px;
	}

	h3 {
		font-size: 2.1rem;
		color: #000;
	}

	h3 span {
		font-size: 1.3rem;
		display: block;
	}
}

/*----- Banner2_area -----*/
[id^="Banner2"] {
	background: #f5f5f5;
	padding: 20px 0 70px;
	text-align: center;
	margin-top: 100px;
}

#Banner2_index {
	background: #f5f5f5;
}

@media screen and (max-width:736px) {
	[id^="Banner2"] {
		margin-top: 50px;
	}
}

[id^="Banner2"] a {
	-webkit-transition: .2s;
	transition: .2s;
	display: block;
}

[id^="Banner2"] a:hover {
	opacity: .6;
	-webkit-filter: brightness(1.1) opacity(0.6);
	filter: brightness(1.1) opacity(0.6);
	-webkit-transition: -webkit-filter 0.2s cubic-bezier(0, 2.5, 0.2, 2.5);
	transition: -webkit-filter 0.2s cubic-bezier(0, 2.5, 0.2, 2.5);
	transition: filter 0.2s cubic-bezier(0, 2.5, 0.2, 2.5);
	transition: filter 0.2s cubic-bezier(0, 2.5, 0.2, 2.5), -webkit-filter 0.2s cubic-bezier(0, 2.5, 0.2, 2.5);
}

[id^="Banner2"] ul {
	display: block;
	max-width: 1420px;
	padding: 0 30px;
	margin: 0 auto;
}

[id^="Banner2"] ul li {
	margin: 0 5vw;
}

[id^="Banner2"] ul li img {
	border: 1px solid #D2D3D7;
	-webkit-transition: .3s;
	transition: .3s;
}

[id^="Banner2"] ul li {
	margin: 0 10px;
}

[id^="Banner2"] ul li p {
	font-size: 16px;
	margin-top: .6em;
	text-align: center;
}

@media screen and (max-width:736px) {
	[id^="Banner2"] {
		padding: 10px calc(6vw - 5px) 45px;
	}

	[id^="Banner2"] ul {
		display: block;
		padding: 0;
	}

	[id^="Banner2"] ul li {
		margin: 0 5px;
	}

	[id^="Banner2"] ul li:last-child {
		margin-right: 0;
	}

	[id^="Banner2"] ul li p {
		font-size: 13px;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: .6em;
	}
}

.gnav_warp+#List_area {
	padding-top: 50px;
}

@media screen and (max-width:736px) {
	.gnav_warp+#List_area {
		padding-top: 30px;
	}
}

h4.udbar {
	font-size: 2.4em;
	color: #000;
	margin: 0 auto 1.6em;
	text-align: center;
	position: relative;
	padding-top: 50px;
}

h4.udbar::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -.3em;
	display: inline-block;
	width: 40px;
	height: 2px;
	transform: translateX(-50%);
	background-color: #222;
}

@media screen and (max-width:736px) {
	h4.udbar {
		font-size: 2em;
		margin: 0 auto 1.5em;
		padding-top: 35px;
	}
}

/* fc_tokyo_banner */
.fc_tokyo {
	color: #fff;
	margin: 80px auto 0;
	display: table;
}

.fc_tokyo a {
	display: block;
	padding: 20px 50px;
	background: #111;
	transition: .3s;
}

.fc_tokyo dl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fc_tokyo dl dt {
	width: 60px;
	margin-right: 25px;
}

@media screen and (min-width:737px) {
	.fc_tokyo a:hover {
		background: #073190;
		opacity: .7
	}
}

@media screen and (max-width:736px) {
	.fc_tokyo {
		margin: 35px auto 20px;
	}

	.fc_tokyo a {
		padding: 15px 6vw;
	}
}

/* banner_17_banner */
.banner_17 {
	color: #fff;
	margin: 45px auto 0;
	display: table;
	width: 640px;
	border: 1px solid #eee;
}

@media screen and (max-width:736px) {
	.banner_17 {
		margin: 25px auto 0;
		width: 100%;
		max-width: 640px;
	}
}