@charset "UTF-8";
/* 汎用クラス */
.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line-Box */
.line_box {
  letter-spacing: -.40em;
}

/* img-Replace */
.img_replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* img-Fit */
.img_fit {
  width: 100%;
  height: auto;
}

/* img-Baseline */
.img_baseline {
  vertical-align: top;
  vertical-align: bottom;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

#incident > section {
  padding: 30px 0;
}
#incident > section .incident_img {
  margin: 30px 0 50px;
}
#incident section > section {
  overflow: hidden;
  margin-bottom: 30px;
}
#incident section > section:last-child {
  margin-bottom: 0;
}
#incident p {
  margin-bottom: 20px;
}
#incident .sp {
  display: none;
}
#incident h2 {
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  color: #ffffff;
  margin-bottom: 22px;
  padding: 18px 23px;
}
#incident h2.odd {
  background: url(../img/service/ful_2015_ttl_bg_01.png) repeat 0 0;
  border: 4px solid #fba693;
}
#incident h2.even {
  background: url(../img/service/ful_2015_ttl_bg_02.png) repeat 0 0;
  border: 4px solid #f8d983;
}
#incident h3 {
  background: url(../img/service/ful_2015_subttl_02.png) no-repeat 0 0;
  height: 65px;
  color: #000000;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px 0 0 30px;
}
#incident h3:after {
  position: absolute;
  right: -3px;
  bottom: -12px;
  display: block;
  content: "";
  width: 0;
  height: 0;
}
#incident .pricetxt {
  float: left;
  width: 370px;
  padding: 0 0 20px 5px;
}
#incident .pricetxt p:nth-child(2) {
  font-size: .8rem;
  color: #868686;
}
#incident .price {
  position: relative;
  padding: 8px 0 0 0;
  border: 6px solid #88c7c9;
  float: right;
  width: 330px;
}
#incident .price .corner {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 25px;
  height: 25px;
  background: url(../img/service/ser_2016_costvisualizer_bg_price.png) no-repeat right bottom;
}
#incident .price em {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin: 10px 6px 13px 10px;
  background: #55afb2;
  border-radius: 15px;
}
#incident .price .txt_l {
  font-size: 28px;
  font-weight: bold;
  padding-top: 30px;
}
#incident .price ul {
  padding: 13px 0 20px 6px;
  border-top: 2px solid #55afb2;
  background: #fff;
}
#incident .price ul li {
  text-indent: -.7em;
  font-size: 12px;
  padding-left: 1em;
}
#incident .price ul li:before {
  content: "• ";
}
#incident .incident__btn {
  margin: 30px 0 0;
  text-align: center;
}
#incident .incident__btn a {
  display: block;
  width: 400px;
  color: #ffffff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  background-color: #009da5;
  border-bottom: 5px solid #aadde0;
}
#incident .incident__btn a:hover {
  background-color: #03838a;
}
#incident .incident_img {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #incident {
    padding: 0 10px;
    width: auto;
  }
  #incident > section {
    padding: 40px 0 0;
  }
  #incident > section .incident_img {
    margin: 20px 0 40px;
  }
  #incident p {
    margin-bottom: 0;
    padding: 0 10px 10px;
  }
  #incident h2 {
    font-size: 18px;
  }
  #incident .pc {
    display: none;
  }
  #incident .sp {
    display: block;
  }
  #incident .pricetxt, #incident .price {
    float: none;
    width: auto;
    padding: 0 10px 10px;
  }
  #incident .price {
    float: none;
    width: auto;
    padding: 5px 0 0;
  }
  #incident .price em {
    margin: 4px 6px 13px 16px;
  }
  #incident .price .txt_l {
    font-size: 22px;
  }
  #incident h3 {
    border: 2px solid #fdc634;
    background-image: url(../img/service/ser_2015_subttl_02_sp.png);
    background-position: right bottom;
    -webkit-background-size: 80px 70px;
    -moz-background-size: 80px 70px;
    -ms-background-size: 80px 70px;
    -o-background-size: 80px 70px;
    background-size: 80px 70px;
    position: relative;
    height: auto;
    font-size: 15px;
    margin-bottom: 18px;
    padding: 8px 30px 8px 15px;
    -webkit-border-top-left-radius: 34px;
    -moz-border-radius-topleft: 34px;
    border-top-left-radius: 34px;
    -webkit-border-bottom-left-radius: 34px;
    -moz-border-radius-bottomleft: 34px;
    border-bottom-left-radius: 34px;
  }
  #incident h3:after {
    border-top: 6px solid #fdc634;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fdc634;
  }
  #incident .incident__btn {
    margin: 20px 0 0;
  }
  #incident .incident__btn a {
    width: 92%;
    line-height: 24px;
    padding: 10px 0;
  }
  #incident .incident_img {
    padding: 0;
  }
}

/*# sourceMappingURL=incident.css.map */
