@charset "UTF-8";

.category-title {
    margin: 0 0 20px;
}
#main-img {
  margin: 0 0 45px;
}
.lead {
    margin: 0 0 30px 0;
}

.banner_wrap {
    display: flex;
	margin: 0 0 15px 0;
}
.btn_wrap {
	width: 100%;
	text-align: center;
	margin: 0 70px;
    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.btn {
  position: relative;
  background-color: #1f7fef;
  color: #fff;
  text-decoration: none;
  padding: 13px 0;
    border-radius: 10px;
    display: block;
}
a.btn:hover {
  opacity: 0.70;
}
a.btn span {
    font-size: 85%;
}

.topic_area {
    margin-bottom: 45px;
}
.img_area {
    margin-bottom: 60px;
}

.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;
}
.banner_wrap {
    display: block;
	margin: 0 0 15px 0;
}
.btn_wrap {
	width: 50%;
	margin: 0 0 20px 0;
    font-size: 120%;
}
.btn_wrap {
	clear: left;
	width: 100%;
}
/*    
.btn a {
  width: auto;
    padding: 10px 20px 10px 10px;
}
    */
a.btn {
    font-size: 95%;
}
.topic_area {
    margin-bottom: 35px;
}
.img_area {
    margin-bottom: 45px;
}
    
.qa_title {
    padding: 5px 0;
    font-size: 105%;
    margin: 0 0 10px 0;
}
    
}
