@charset "UTF-8";

.category-title {
    margin: 0 0 20px;
}
#main-img {
  margin: 0 0 45px;
}
.lead {
    margin: 0 0 30px 0;
}

.brand {
    background-color: #fbe3d6;
    padding: 3px 10px;
    display: inline-block;
    margin: 0 0 10px 5px;
    color: #000;
}

.banner_wrap {
    display: flex;
	margin: 0 0 15px 0;
}
.btn_wrap {
	width: 50%;
	text-align: center;
	margin: 0 15px 0 15px;
    font-size: 120%;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
a.touroku-btn {
  position: relative;
  background-color: #cc0000;
  color: #fff;
  text-decoration: none;
  padding: 13px 0;
    border-radius: 10px;
    display: block;
}
a.login-btn {
  position: relative;
  background-color: #fff;
  color: #cc0000;
  padding: 10px 0;
  text-decoration: none;
    border-radius: 10px;
    border: 3px solid #cc0000;
    display: block;
}

a.touroku-btn:hover,
a.login-btn:hover {
  opacity: 0.70;
}

.topic_area {
    margin-bottom: 45px;
}
.img_area {
    margin-bottom: 60px;
}
.note {
    padding: 15px 0 0 0;
}

.service_gaiyou {
    text-align: center;
}

.flow_title {
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 108%
}

.qa_title {
    background-color: #cc0000;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    margin: 50px 0 20px 0;
}
.qa-list dt {
  padding: 0 0 0 35px;
  margin: 0 0 8px;
  position: relative;
  font-weight: bold;
    color: #cc0000;
}
.qa-list dt:before,
.qa-list dd:before {
  display: inline-block;
  padding: 5px 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.0;
}

.qa-list dt:before _:-ms-fullscreen, :root .qa-list dt:before,
.qa-list dd:before _:-ms-fullscreen, :root
.qa-list dd:before {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.qa-list dt:before {
  content: "Q.";
}

.qa-list dd {
  padding: 0 0 15px 35px;
  margin: 0 0 15px;
  position: relative;
  border-bottom: #999999 dashed 1px;
}

.qa-list dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.qa-list dd:before {
  content: "A.";
}

@media only screen and (max-width: 767px) {
#main-img {
  margin: 0 0 30px;
}
.topic_area {
    margin-bottom: 35px;
}
.img_area {
    margin-bottom: 45px;
}
.brand {
    margin: 0 0 10px 0;
}
.banner_wrap {
    display: block;
}
.btn_wrap {
	clear: left;
	width: 100%;
	margin: 0 0 20px 0;
}
.qa_title {
    padding: 5px 0;
    font-size: 105%;
    margin: 0 0 10px 0;
}
}
