@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.faq {
    margin-bottom: 1em;
}

ul.faq :before {
}

ul.faq > li h4:before {
    content: 'Q';
    background: #8b8b8b;
    border-radius: 50%;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    left: 10px;
    top: calc(50% - 22px);
}

ul.faq > li h4 {
    padding: 15px;
    width: auto;
    border-radius: 0;
    padding-left: 65px;
    position: relative;
}

ul.faq > li > ul > li h5:before {
    content: 'A';
    background: #e9518e;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    left: -5px;
}

ul.faq > li > ul {
    background: #fff;
    margin-left: 0;
}

ul.faq > li > ul p {
    margin-left: 50px;
}

ul.faq > li > ul > li h5 {
    color: #E9518E;
    padding-left: 50px;
    position: relative;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea h2,
h2.basic {
	color: #81480b;
	font-size: 28px;
	background: url(images/bg04.jpg);
	padding: 10px 20px;
}

.editorArea h3,
h3.basic {
	background: #f8eed1;
	border-bottom: 0;
	font-size: 22px;
	padding: 10px 20px 7px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01{
	position: relative;
	border-radius: 5px;
	margin: 0;
	box-shadow: none;
	min-width: 120px;
	background: #f38400;
	padding: 10px 40px;
}
a.btn01:hover{
	margin: 0;
	box-shadow: none;
	background: #DE7800;
}
a.btn01:before {
	font-family:FontAwesome;
	content: '\f054';
	position: absolute;
	top: 11px;
	right: 5px;
	font-size: 18px;
}

