@charset "utf-8";


/* 共通パーツ */

.main h3.red {color: #d20000;}

.black {color:#000 !important;}
.bold {font-weight:bold;}
.ore_b {color: #e45833; font-weight: bold;}
.red_b { color:#d20000; font-weight:bold;}
.mt5 {margin-top: 5px !important;}
.ta_c {
	text-align: center;
}

/* コンテンツ */

.content_txt{
  margin-bottom: 20px;
}

.benefits-list {
  margin-bottom: 20px;
}

.benefits-list > a {
  text-decoration: none;
}

.benefits-list a:hover span {
  color: #f28100;
}

.benefits-img {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
}

.benefits-img img {
  width: 200px;
}

.benefits-txt {
  display: inline-block;
  width: 545px;
  height: auto;
  vertical-align: top;
  color: #000;
}

.benefits-txt span {
  color: #0d4080;
  text-decoration: underline;
}


@media screen and (max-width: 768px){
  .benefits-list {
    text-align: left;
  }
  .benefits-list .benefits-img {

  }
  .content_wrapper{
    padding: 0 10px;
  }

  .content_txt{
    margin-top: 20px;
  }

  .main h2 span{
    border: none;
    padding: 0;
  }

  .benefits-list {
    border-bottom: 1px solid #dddacc;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .benefits-list:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .benefits-img {
    width: 37%;
  }

  .benefits-img img {
    width: -webkit-fill-available;
  }

  .benefits-txt {
    width: 60%;
  }

  .last-line {
    border-bottom: 1px solid #dddacc !important;
    padding-bottom: 10px !important;
  }

}