@charset "UTF-8";
/* ===================================================================
CSS information
file name  : faq.css
author     : Abilive
style info : よくあるご質問
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 804px;
  margin-top: -85px;
}

.con_intro,
.link_list,
.con_faq {
  max-width: 950px;
  margin-left: auto;
}

.header:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 100%;
  height: 350px;
  background-image: url(../images/common/bg_header.jpg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header:after {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 100%;
  height: 332px;
  background-image: url(../images/common/bg_header.jpg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 166px;
  left: 0;
  z-index: -1;
}

.link_list ul {
  margin-bottom: 30px;
}
.link_list ul li {
  text-align: center;
}

.con_title {
  margin-bottom: 155px;
  position: relative;
}
.con_title:before {
  content: '';
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: absolute;
  bottom: -180px;
  left: 0;
  z-index: -1;
}
.con_title:after {
  content: '';
  display: inline-block;
  width: 162%;
  height: 155px;
  background-color: #fff;
  background-image: url(../images/common/bg_wi_wa.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: repeat;
  position: absolute;
  bottom: -55px;
  left: -357px;
  z-index: -1;
}
.con_title .box_title img {
  position: relative;
}
.con_title .box_title:before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 100%;
  max-width: 425px;
  height: 0;
  padding-bottom: 21%;
  background-image: url(../images/common/bg_flower.png);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 98%;
  right: 0;
  z-index: 0;
}

.link_list {
  margin-bottom: 100px;
}

.con_faq {
  margin-bottom: 100px;
}
