@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

html {
	overflow-y: scroll;
}

html, body {
	background: #FFF;
}

body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #010101;
	line-height: 1.6;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: url(/fmap/assets/common/img/main-bg-pc.png) 50% 0 no-repeat;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
		background: url(/fmap/assets/common/img/main-bg-sp.png) 50% 0 no-repeat;
		background-size: 225%;
		font-size: 12px;
	}
}

input, textarea {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

a:focus {
	outline: none;
}

a {
	color: #010101;
	text-decoration: none;
	transition: opacity .3s;
}

a:hover {
	color: #010101;
	opacity: .7;
}

img {
	max-width: 100%;
	height: auto;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.only-pc {
		display: none;
	}
}

.align-c {
	text-align: center !important;
}

.align-l {
	text-align: left !important;
}

.align-r {
	text-align: right !important;
}

/* .tpl-inner-wrap
-----------------------------*/
.tpl-inner-wrap {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 750px) {
	.tpl-inner-wrap {
		padding: 0 5.33333vw;
	}
}

/* #tpl-header
-----------------------------*/
#tpl-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	z-index: 100;
}

@media screen and (max-width: 750px) {
	#tpl-header {
		height: 75px;
	}
}

#tpl-header .header-left {
	padding: 30px;
	margin-right: auto;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-left {
		padding: 15px;
		padding-left: 5.33333vw;
		align-items: flex-start;
	}
}

#tpl-header .header-left .main-logo {
	width: 156px;
	margin-right: 19px;
	font-size: 0;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-left .main-logo {
		width: 100px;
		margin-right: 14px;
	}
}

#tpl-header .header-left .sub-logo {
	width: 110px;
	font-size: 0;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-left .sub-logo {
		width: 74px;
		margin-top: 5px;
	}
}

#tpl-header .header-left .sub-logo img {
	vertical-align: top;
}

#tpl-header .header-left a {
	display: block;
}

#tpl-header .header-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 242px;
	background-color: #000;
	border-radius: 0 0 0 40px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right {
		width: 145px;
		border-radius: 0 0 0 24px;
	}
}

#tpl-header .header-right a {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right a {
		font-size: 10px;
	}
}

#tpl-header .header-right .lang-btn {
	display: flex;
	padding: 10px 24px 15px 68px;
	position: relative;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right .lang-btn {
		align-items: center;
		justify-content: center;
		padding: 7px 0;
		padding-left: 14px;
	}
}

#tpl-header .header-right .lang-btn:before {
	content: '';
	display: block;
	width: 15px;
	height: 8px;
	background: url(/fmap/assets/common/img/icon-arrow-down-white.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right .lang-btn:before {
		left: 14px;
		width: 7px;
		height: 4px;
	}
}

#tpl-header .header-right .lang-btn:hover {
	text-decoration: none;
}

#tpl-header .header-right .lang-btn .txt {
	margin-right: 2em;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right .lang-btn .txt {
		margin-right: 1.5em;
	}
}

#tpl-header .header-right .lang-lists {
	text-align: center;
	display: none;
}

#tpl-header .header-right .lang-lists a {
	padding: 15px 0;
	background-color: #000;
	transition: background-color .3s;
	display: block;
}

@media screen and (max-width: 750px) {
	#tpl-header .header-right .lang-lists a {
		padding: 10px 0;
	}
}

#tpl-header .header-right .lang-lists a.active, #tpl-header .header-right .lang-lists a:hover {
	opacity: 1;
	background-color: #313131;
}

/* #tpl-contents
-----------------------------*/
#tpl-contents {
	padding-top: 130px;
	overflow: hidden;
}

@media screen and (max-width: 750px) {
	#tpl-contents {
		padding-top: 75px;
	}
}

/* #tpl-pagetop
-----------------------------*/
#tpl-pagetop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding-right: 32px;
}

@media screen and (max-width: 750px) {
	#tpl-pagetop {
		padding-right: 20px;
		top: auto;
		bottom: 35px;
		transform: translateY(0);
	}
}

#tpl-pagetop a {
	color: #e53244;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.4;
	position: relative;
	display: block;
}

@media screen and (max-width: 750px) {
	#tpl-pagetop a {
		font-size: 0;
	}
}

#tpl-pagetop a:before {
	content: '';
	display: block;
	width: 32px;
	height: 18px;
	background: url(/fmap/assets/common/img/icon-arrow-up-red.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
	#tpl-pagetop a:before {
		width: 16px;
		height: 9px;
		position: static;
		top: auto;
		left: auto;
		transform: translateX(0);
	}
}

#tpl-pagetop a:hover {
	text-decoration: none;
}

#fix-pagetop {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 140px;
	right: 22px;
}

@media screen and (max-width: 750px) {
	#fix-pagetop {
		right: 2.66667vw;
		bottom: 20vw;
	}
}

#fix-pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #d73143;
	position: relative;
}

@media screen and (max-width: 750px) {
	#fix-pagetop a {
		width: 43px;
		height: 43px;
	}
}

#fix-pagetop a:after {
	content: '';
	display: block;
	width: 19px;
	height: 10px;
	background: url(/fmap/assets/common/img/icon-arrow-up-white.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
	#fix-pagetop a:after {
		width: 16px;
		height: 9px;
	}
}

/* #tpl-footer
-----------------------------*/
#tpl-footer {
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
}

@media screen and (max-width: 750px) {
	#tpl-footer {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}

#tpl-footer .sns-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	background-color: #eee;
	border-radius: 30px;
	padding: 14px;
	margin: auto;
}

@media screen and (max-width: 750px) {
	#tpl-footer .sns-wrap {
		width: 260px;
		padding: 12px;
		border-radius: 28px;
	}
}

#tpl-footer .sns-wrap h3 {
	margin-right: 35px;
	font-weight: bold;
	font-size: 12px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .sns-wrap h3 {
		margin-right: 28px;
	}
}

#tpl-footer .sns-wrap a {
	width: 32px;
	height: 32px;
	display: block;
}

#tpl-footer .sns-wrap a + a {
	margin-left: 30px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .sns-wrap a + a {
		margin-left: 20px;
	}
}

#tpl-footer .footer-copyright {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 30px;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer-copyright {
		position: static;
		top: auto;
		left: auto;
		transform: translateY(0);
		padding-left: 22px;
		margin-top: 22px;
	}
}

#tpl-footer .footer-copyright p {
	font-size: 11px;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
	#tpl-footer .footer-copyright p {
		font-size: 10px;
	}
}

.round40 {
	border-radius: 40px;
	overflow: hidden !important;
}

@media screen and (max-width: 750px) {
	.round40 {
		border-radius: 20px;
	}
}

.round60 {
	border-radius: 60px;
	overflow: hidden !important;
}

@media screen and (max-width: 750px) {
	.round60 {
		border-radius: 30px;
	}
}
