@charset "shift_jis";

/*全体*/
#wrapper{
          width:880px;
          margin:0 auto;
          font-family: "MS Pゴシック","MS PGothic",sans-serif;
          color: #333333;
}
a img:hover{
          opacity: 0.7;
          filter: alpha(opacity=70);
}
/*no_1*/
.no_1{
          position: relative;
          margin:-15px 0 0 0;

}
.no_1 h3{
          position: absolute;
          top:17px;
          left:-7px;
}
.inner_img img{
          display: block;
          margin:0 auto;
}
/* contentsStrength */
#contentsStrength{
          border: 2px solid #299BD1;
          border-radius: 2px;
}
#contentsStrength h3{
          text-align: center;
          background: #299BD1;
          padding:10px 0;
}
#contentsStrength ul.text_list{
          width:545px;
          margin:10px 0 0 20px;
}
#contentsStrength ul.text_list li{
          font-size:14px;
          line-height: 26px;
          padding:0 0 0 15px;
          background:url("../img/ico_strength_01.png");
          background-repeat: no-repeat;
          background-position: 0px 8px;
}
#contentsStrength ul.text_list li span{
          font-weight: bold;
          color: #FE5858;
}
#reason1{
          background: url("../img/img_strength_02.png");
}
#reason2{
          background: url("../img/img_strength_03.png");
}
#reason1 , #reason2{
          padding:20px 20px 10px 20px;
          background-repeat: no-repeat;
          background-position: top 90px right 33px;
}
#reason3{
          background: url("../img/img_strength_04.png");
          padding:20px 20px 30px 20px;
          background-repeat: no-repeat;
          background-position: top 90px right 33px;
}
/*inqury*/
.inquiry{
          text-align: center;
          padding:15px 15px 20px 15px;
          background: #FEA83F;
          margin:30px 0 50px 0;
}
.inquiry h4{
          margin:0 0 5px 0;
          padding: 0 0 10px;
          border-bottom:1px solid #fff;
}
.inquiry .tel{
          padding:10px 0 15px 0;
}
.inquiry .tel ul li{
          display: inline-block;
          margin:0 15px 0 0;
          vertical-align: middle;     
}
.inquiry .tel ul li:last-child{
          margin:0 0 0 30px;
}