@charset "utf-8";
@font-face {
	font-family: "Lemon Tuesday"; 
	src: url("../../common/fonts/LemonTuesday.ttf") format("truetype"),
		 url("../../common/fonts/LemonTuesday.eot") format("embedded-opentype"),
		 url("../../common/fonts/LemonTuesday.woff2") format("woff2"),
		 url("../../common/fonts/LemonTuesday.wof") format("wof"),
		 url("../../common/fonts/LemonTuesday.svg#Lemon Tuesday") format("svg");
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
.cont {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
a { text-decoration: none; color: inherit;}
.hv-o:hover { opacity: 0.7;}
.hv-u:hover { text-decoration: underline; }
img { max-width: 100%; height: auto;}
.br-show { display: none; }
nav a.active { text-decoration: underline; }
.ft-menu .ft-menu-item a.active { text-decoration: underline; }
#toTopBtn { background: none; border: none; position: fixed; bottom: 20px; right: 20px; z-index: 999; opacity: 0; transition: 0.3s ease; cursor: pointer; }
#toTopBtn:hover {
	transform: rotate(360deg);
}
/* Navigation */
.header-logo img {
	max-width: 177px;
}
nav {
	background-image: url(../../common/img/nav-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-menu {
	display: flex;
	justify-content: space-around;
}
.header-menu-item {
	align-self: center;
}
.header-menu-item a {
	color: #fff;
	display: block;
	padding: 27px 0;
	font-size: 21px;
}
.header-menu-item a span {
	margin-right: 10px;
}
.header-menu-item a img {
	vertical-align: bottom;
	max-width: 27px;
}
.header-menu .dropdown {
	position: relative;
}
.header-menu .dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
}
.header-menu .dropdown-menu {
	display: none;
	background-color: #000;
	min-width: 200px;
	background-color: rgb(6, 186, 193);
	z-index: 1;
	transition: 0.3s ease;
}
.header-menu .dropdown-menu a {
	padding: 15px 10px;
	text-align: center;
	border-bottom: 1px dotted #fff;
	font-size: 15px;
	line-height: 1.2;
}
.header-menu .dropdown-menu a:last-child {
	border-bottom: none;
}
.mb-menu-toggle {
	display: none;
}
.mb-menu {
	display: none;
}
.content-wrap-item:hover .content-wrap-item-img img {
	opacity: 0.7;
}
/* End Navigation

/* Footer */
footer {
	background-image: url(../../common/img/ft-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0 0 0;
}
.ft-menu {
	display: flex;
	padding-left: 20px;
}
.ft-menu-item {
	margin-right: 34px;
}
.ft-menu-item a {
	color: #fff;
	font-size: 21px;
}
.ft-logo {
	display: flex;
	justify-content: flex-end;
}
.ft-logo-item:first-child {
	margin-right: 18px;
}
.ft-menu-2 {
	display: flex;
	justify-content: center;
	margin-top: -25px;
	
}
.ft-menu-2-item:last-child {
	/* margin-right: 25px; */
}
.ft-menu-2-item a {
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #fff;
}
.ft-menu-2-item:last-child a {
	border-right: none;
}
.ft-copyright {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 14px 0 33px 0;
	margin-top: 10px;
	/* margin-right: 19px; */
	
}

/* Title */
.content-title-type-1 {
	text-align: center;
	margin-bottom: 40px;
}
.content-title-type-1-border {
	height: 1px;
	width: 100%;
	background-color: #3085BC;
}
.content-title-type-1-jap-txt {
	text-align: center;
	font-size: 24px;
	background-color: #fff;
	position: relative;
	top: -15px;
	padding: 0 20px;
	display: inline-block;
}
.content-title-type-1-eng-txt {
	font-size: 20px;
    font-family: "Lemon Tuesday";
    color: #3085BC;
    position: relative;
    top: -6px;
}

.content-title-type-2 {
	text-align: center;
	margin-bottom: 40px;
}
.content-title-type-2-border {
	height: 5px;
	width: 100%;
	background-color: #3085BC;
}
.content-title-type-2-jap-txt {
	text-align: center;
	font-size: 24px;
	background-color: #E6E7E8;
	position: relative;
	top: -15px;
	padding: 0 20px;
	display: inline-block;
}
.content-title-type-2-eng-txt {
	font-size: 20px;
    font-family: "Lemon Tuesday";
    color: #3085BC;
    position: relative;
    top: -6px;
}
.relative {
	position: relative;
}
/* Social */
.social {
	position: absolute;
    top: -33px;
    right: -68px;
}
.social-item {
	margin-bottom: 8px;
}
/* Responsive */
@media all and (max-width: 1200px) {
	/* Social */
	.social {
		position: absolute;
	    top: 20px;
	    right: 0;
	    display: flex;
	}
	.social-item {
		margin-right: 8px;
		margin-bottom: 0;
	}
	.social-item:last-child {
		margin-right: 0;
	}
}
@media all and (max-width: 1023px) {
	.mb-menu li {
		display: flex;
		flex-wrap: wrap;
	}
	.mb-menu-plus {
		margin-left: auto;
		align-self: center;
		color: #fff;
		padding-right: 15px;
	}
	.mb-sub-menu {
		display: none;
		width: 100%;
		padding-left: 0;
	}
	/* Navigation */
	.header-menu {
		display: none;
	}
	.mb-menu-toggle {
		display: inline-block;
		padding: 15px 10px;
		color: #fff;
		font-size: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.mb-menu {
		position: absolute;
		background-color: rgb(6, 186, 193);
		width: 100%;
		z-index: 1;
	}
	.mb-menu li a {
		color: #fff;
		display: block;
		padding: 15px 10px;
		font-size: 16px;
	}
	.mb-sub-menu {
		padding-left: 10px;
	}
	/* Footer */
	.ft-menu {
		justify-content: center;
		padding-left: 0;
	}
	.ft-logo {
		justify-content: center;
		padding: 15px 0;
	}
	.ft-menu-2 {
		margin: 25px 0;
	}
	/* Social */
	.social {
	    right: 20px;
	}
}
@media all and (max-width: 640px) {
	.mb-menu li {
		display: flex;
		flex-wrap: wrap;
	}
	.mb-menu-plus {
		margin-left: auto;
		text-align: right;
		min-width: 50%;
		align-self: center;
		color: #fff;
		padding-right: 15px;
	}
	.mb-sub-menu {
		display: none;
		width: 100%;
		padding-left: 10px;
	}
	.br-show {
		display: block;
	}
	.social {
		position: static;
		margin: 15px 0;
		justify-content: center;
	}
	/* Footer */
	.ft-menu {
		flex-wrap: wrap;
		padding: 0 10px;
	}
	.ft-menu-item {
		margin-bottom: 15px;
		margin-right: 15px;
	}
	.ft-menu-2 {
		flex-wrap: wrap;
	}
	.ft-menu-2-item a {
		border-right: none;
		padding: 0;
	}
	.ft-menu-2-item {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.ft-copyright {
		line-height: 160%;
		margin-right: 0;
	}
	#toTopBtn {
		bottom: 10px;
		right: 10px;
		cursor: pointer;
	}
	#toTopBtn img {
		max-width: 50px;
	}
}