@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

h1.page_title {
    color: #555;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
    padding: 60px 0 40px;
    text-align: center;
}
h1.page_title span {
    font-size: 20px;
    font-weight: normal;
    display: block;
    color: #999;
    letter-spacing: normal;
    margin: 6px 0 0 0;
}
.top_text {
    color: #777;
    font-size: 13px;
    text-align: center;
}
h2 {
  margin: 2% 0 3%;
  font-weight: 500;
  color: #d36a9b;
}
.qu {
    color: #d36a9b;
    font-size: 2.4rem;
    font-weight: 300;
}
.an {
    background: #eee;
    color: #999;
    display: block;
    font-size: 1.6rem;
    border-radius: 100px;
    margin: 20px auto;
    padding: 10px 0;
    width: 150px;
}
.q_wrap {
    width: 80%;
    margin: 3% auto;
    text-align: center;
    border: 2px solid #f5f5f5;
    padding: 5%;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.answer {
    color: #777;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 28px;
}
/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
