@charset "UTF-8";
section {
	padding: 30px 5% 0;
}
section:nth-child(odd) {
	/* background-color: #ebebeb; */
}

@media(min-width:768px) {
section {
	padding: 100px 5% 0;
}
}
.top {
	position: relative;
	width: 100%;
	height: 300px;
	background-image: url("../images/mailform/mailform_top_sp.jpg");
	background-size: cover;
	background-position: center;
}
.top .top_title {
	text-align: center;
	position : absolute;
	display : inline-block;
	color : #ffffff;
	top : 50%;
	left : 50%;
	transform : translate(-50%, -50%);
	white-space: nowrap;
}
.top .top_title h2 {
	font-size: 2.1rem;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	margin-bottom: 0.5em;
}
.top .top_title span {
	color: #c6ac2f;
	font-size: 1.4rem;
}
.contact_description {
	max-width: 960px;
	margin: 15px auto;
}
/*  タブ */
.tab-panel {
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
	font-family: 'Noto Serif JP', serif;
}
.tab-group {
	display: flex;
	width: 95%;
	margin: 0 auto;
}
.tab {
	width: 48%;
	list-style: none;
	text-align: center;
	cursor: pointer;
	border: 1px solid #111111;
	margin: 0 1%;
	padding: 1.5em 0;
	font-size: 1.4rem;
	line-height: 1.5em;
}
.panel-group {
	margin-top: 20px;
}
.panel {
	display: none;
}
.tab.is-active {
	background-color: #271e4e;
	color: #FFF;
}
.tab.is-active > span {
	background-color: #746115;
	color: #FFF;
}
.panel.is-show {
	display: block;
}
/* -------- */
.menu {
	font-size: 1.4rem;
}
.menu__item {
	background: #333333;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 1px;
	position: relative;
}
.menu__item__link {
	color: #fff;
	display: block;
	padding: 20px 1.5rem;
}
.menu__item__link::before {
	content: '\f358';
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	margin-right: 0.5em;
	font-size: 120%;
	padding-left: 1em;
}
.menu__item__link.on::before {
	content: '\f35b';
}
.submenu {
	background: #fff;
	display: none;
	list-style: none;
	background-color: #eeeeee;
	padding: 15px 40px;
	color: #111111;
	font-size: 1.2rem;
	line-height: 2.0;
}
.submenu p {
	margin: 0.5em 0;
}
.submenu ul {
	list-style: disc;
	padding-left: 3em;
}
.answer {
	margin: 2em 2em;
	font-family: 'Noto Serif JP', serif;
}
.hojin {
	background: #fff;
	background-color: #eeeeee;
	padding: 2em 2em;
	color: #111111;
	font-size: 1.4rem;
	font-family: 'Noto Serif JP', serif;
}
#mailform {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	line-height: 1.8em;
}
/*
#mailform a:link,
#mailform a:visited {
	color: #4040ff;
	text-decoration: underline;
}

#mailform a:hover,
#mailform a:active {
	color: #4040ff;
	text-decoration: none;
}

*/
form#mail_form input#form_submit_button {
	display: block;
	margin: 0 auto !important;
}
.description h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media(min-width:768px) {
.top {
	width: 100%;
	height: 460px;
	background-image: url("../images/mailform/mailform_top_pc.jpg");
}
.answer {
	/*text-align: center;*/
}
.description h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	margin-bottom: 20px;
}
}
