﻿html:not(.responsive) {
	min-width: 1000px; /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
	color: #000;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0;
	background: #FFF;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}



/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}



/*=============================================
 * <header>
 *=============================================*/

header {
}
header h1 {
}
header .logo {
}
header .tel {
}
header nav {
}



/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 500px;
	position: relative;
}
#key ul {
	min-height: inherit;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}



/*=============================================
 * <section>
 *=============================================*/




#lead .fcform .faq_btn {
	margin: auto;
	width: 80%;
	margin-bottom: 40px;
}
#lead .fcform .faq_btn a {
    position: relative;
    display: block;
    background: url("../img/shared/bg2.jpg") repeat center;
    font-size: 17px;
    line-height: 52px;
    letter-spacing: .15em;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

#lead .fcform .faq_btn a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 11px;
    right: 10%;
    bottom: 31px;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

section {
}

.nosubmit{
	display: none;
}
.confirm-main .nosubmit{
	display: block;
	text-align: center;
	padding: 5vw 0;
	font-size: 110%;
	line-height: 1.5em;
	color: #D00000;
}

@media screen and (min-width: 768px) {

	#lead .fcform .faq_btn {
		margin: auto;
		width: 350px;
		margin-bottom: 40px;
	}
	#lead .fcform .faq_btn a {
		position: relative;
		display: block;
		background: url("../img/shared/bg2.jpg") repeat center;
		font-size: 17px;
		line-height: 52px;
		letter-spacing: .15em;
		color: #FFF;
		text-align: center;
		padding: 6px 0;
	}

	#lead .fcform .faq_btn a::before {
		content: "";
		position: absolute;
		background: #fff;
		width: 7px;
		height: 11px;
		right: 10%;
		bottom: 27px;
		z-index: 1;
		transform: translateX(-50%);
		-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
		clip-path: polygon(0 0, 0% 100%, 100% 50%)
	}

	#lead .fcform .faq_btn a:hover {
		opacity: .7
	}
}

/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
}



/*=============================================
 * <footer>
 *=============================================*/

footer {
	text-align: center;
}
footer .logo {
}
footer .tel {
}
footer nav {
}



/*=============================================
 * copyright
 *=============================================*/

address {
}