@charset "utf-8";

.btn {
  background-image: none;
  background-color: #fff;
}
#str-contents h2{
  background-color: #f2f2f2;
  padding: 10px;
}
#str-container #str-contents{
  padding: 0;
}
.privilege-image img {
  max-width: 100%;
  height:auto;
}
.privilege-list{
  margin-bottom : 0;
  padding: 0 10px 20px 10px;
  background: #e3e4e5;
}
.privilege-list li{
  border-top: 20px solid #e3e4e5;
}
.privilege-list a{
  width: 100%;
  display: table;
}
.privilege-list img{
  width: 100%;
}
.yahoo-attention{
  border-top: 3px solid #909090;
  color: #fff;
  padding: 10px;
  background-color: #666;
}
.attention-list{
  font-size: 12px;
  padding: 15px 15px 15px 5px;
  background-color: #f3f3f3;
}
.attention-list p{
  margin: 0;
}
.icon-list li, .icon-list2 li{
  padding-left: 1.3em;
  position: relative;
}
.icon-list > li:before{
  content: "";
  background: url(../../img/s/icon_star.png) no-repeat;
  background-size: contain;
  display: block;
  width: 10px;
  height: 9px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 3px;
}
.icon-list2 > li:before{
  content: "※";
  position: absolute;
  left: 4px;
  top: 0px;
}
.icon-list > .list-bullet-01 li, .icon-list2 > .list-bullet-01 li{
  padding-left: 1.3em;
  margin-left: 1.1em;
}
.btn-area{
  margin: 20px 0;
}