@charset "UTF-8";

/*contents*/
.t_center{
text-align: center;
}
h2 {
  position: relative;
  padding: 1rem 2rem 0.8rem;
  text-align: center;
  color: #d80000;
  border-radius: 0 4px 4px 4px;
  background: #fcefbe;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}

h2 .point {
  font-size: 12px;
  position: absolute;
  top: -28px;
  left: 0;
  height: 28px;
  padding: 0 1em;
  content: '\POINT';
  color: #fff;
  border-radius: 4px 4px 0 0;
  background: #d80000;
  font-weight: bold;

}

h2 span.point span{
font-size: 22px;
font-weight: bold;
}
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 90px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 0px #d7ebfe;
  border-radius: 0%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;

}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
  font-size: 20px!important;
font-weight: bold!important;
line-height: 1.5!important;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
    }

   .clearfix{display: inline-block;}


    * html .clearfix {height: 1%;}
       .clearfix{display:block;}

#lpContents #title{
  /*background: url(../images/bg_title.jpg) center top no-repeat;
  text-align: center;*/
  background: #fcefbe;
  text-align: center;
}
#lpContents #title img{
  max-width: 980px;
  margin: 0 auto;
}
#lpContents #contentsWrap{
  background: #fff url(../images/bg01.gif) 0 0 repeat;
  padding: 20px 0 70px;
}
#lpContents #contentsWrap02{
  background: #fff url(../images/bg03.gif) 0 0 repeat;
  padding: 20px 0 70px;
}
#lpContents #contentsWrap03{
  background: #fff url(../images/bg04.gif) 0 0 repeat;
  padding: 20px 0 70px;
}
#lpContents #contentsWrap04{
  background: #fff url(../images/bg05.gif) 0 0 repeat;
  padding: 20px 0 70px;
}

#lpContents .contentsIn{
  width: 980px;
  margin: 0 auto;
}
/*#lpContents .pagination{
  list-style: none;
  margin-bottom: 20px;
  text-align: center;
}
#lpContents .pagination li{
  display: inline-block;
  margin-right: 10px;
}
#lpContents .pagination li:nth-child(4){
  margin-right: 0;
}*/
ul.pagination{
text-align: center;
}
ul.pagination li{
float: left;
width: 19%;
	width: 24%;
box-sizing: border-box;
border: 3px solid #fdbc00;
background: #fff;
text-decoration: none;
text-align: center;
font-weight: bold;
margin:0 0.5% 1%;
padding: 6px 0;
}
ul.pagination li a{
text-decoration: none;
}
ul.pagination li span{
background: #f36b00;
width: 90%;
display: block;
margin: 3px auto;
color: #fff;
font-weight: bold;

}
ul.pagination li:hover,
ul.pagination li.now{
background: #fdbc00;
}

#lpContents .contentsBox{
  background: url(../images/bg02.gif) 0 0 repeat;
  padding: 30px 70px;
  margin-bottom: 50px;
  box-shadow:0px 0px 6px -3px #000000;
  -moz-box-shadow:0px 0px 6px -3px #000000;
  -webkit-box-shadow:0px 0px 6px -3px #000000;
}
#lpContents .contentsBox p{
  font-size: 14px;
  line-height: 2;
}
.fb{
  font-weight: bold;
}
.red{
  color: #d24214;
}
.greenline{
  font-weight: bold;
  background: #eaf0dc;
}
span{
  font-size: inherit;
}

.box_p0101,
.box_p0102{
  margin-bottom: 30px;
}
.box_p0101 p{
  float: left;
  width: 840px;
}
.box_p0102 p{
  float: left;
  width: 485px;
}
.box_p0301 p{
  float: left;
  width: 390px;
}
.box_p0101 img,
.box_p0102 img,
.box_p0301 img{
  float: right;
}
.checkPoint{
  background: #fdfdec;
  border: 4px solid #ffecba;
  padding: 10px;
  margin-bottom: 30px;
}
#lpContents .checkPoint p{
  font-size: 16px;
  line-height: 1.6;
}
.checkPoint h3{
  margin-bottom: 15px;
}

.checkTitle{
  font-size: 20px;
  font-weight: bold;
  color: #d86544;
  margin-bottom: 15px;
}
.checkTitle span{
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: #ffa284;
  font-size: 16px;
}

.pl50{
  padding-left: 50px;
}
.pr50{
  padding-right: 50px;
}
.mb50{
  margin-bottom: 50px;
}
.alph:hover img{opacity:0.7;filter: alpha(opacity=70);-ms-filter: "alpha(opacity=70)"; transition:opacity 250ms;}

.center{
  text-align: center;
}

.flotLeft{
  float: left;
}
.flotRight{
  float: right;
}

/*other*/
#footer_info{
  margin-top: 0;
}
#header{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #lpContents .contentsIn{
    width: 100%;
    margin: 0 auto;
  }
  #lpContents #contentsWrap,
  #lpContents #contentsWrap02,
  #lpContents #contentsWrap03,
  #lpContents #contentsWrap04{
    padding: 20px 8px 30px;
  }
  img{
  max-width: 100%;
  }
  h2 {
    text-align: left;
    font-size: 16px;
}
.says p {
    font-size: 16px!important;
}
  #lpContents .pagination li{
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  #lpContents .pagination li:nth-child(2n){
    margin-right: 0;
  }
  #lpContents .contentsBox{
    padding: 15px 10px 0;
    margin-bottom: 20px;
  }

  #lpContents .contentsBox p{
    font-size: 12.5px;
    line-height: 1.6;
  }

  .checkTitle{
    font-size: 13px;
  }
  .checkTitle span{
    font-size: 12px;
  }

  #btnArea{
    padding: 0;
    margin-bottom: 10px;
  }

  #btnArea a:nth-child(1){
    float: left;
  }
  #btnArea a:nth-child(2){
    float: right;
  }
  #btnArea a{
    width: 49%;
    display: block;
  }

  .spChange{
    width: 100%;
    height: auto;
  }
.checkPoint h3{
  margin-bottom: 10px;
}
  .checkPoint h3 img{
    width: 100px;
    height: auto;
  }

  .box_p0101,
  .box_p0102{
    margin-bottom: 0px;
  }
  .box_p0101 p{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .box_p0102 p,
  .box_p0301 p{
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .box_p0101 img,
  .box_p0102 img,
  .box_p0301 img{
    float: none;
  }


}
