@charset "UTF-8";

p{margin-bottom: 0 !important;}

#main .content{
  width: 970px;
  margin: 0 auto;
}
#main .content h1{
  color: #529cd0;
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0 40px;
}
#main .content h2{
  color: #333333;
  font-size: 25px;
  font-weight: bold;
  margin: 40px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BBBBBB;
}

#main .content .flex_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .content .sec01 .flex_box .flex_item{
  width: 461px;
  padding: 15px 20px 11px 15px;
}
#main .content .sec01 .flex_box .flex_item:first-child{
  background-color: #eeeeee;
}
#main .content .sec01 .flex_box .flex_item:last-child{
  background-color: #fff2cc;
}
#main .content .sec01 {
  font-size: 18px;
}
#main .content .sec01 .img{
  text-align: center;
}
#main .content .sec01 .flex_item:first-child .img{
  margin-top: 48px;
}
#main .content .sec01 .ttl{
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}
#main .content .sec01 .subttl{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

#main .content .sec02 .txt_area{
  width: 485px;
  font-size: 20px;
}

#main .content .btn_rb_box{
  position: relative;
}
#main .content .btn_rb_box .btn_area{
  position: absolute;
  right: 0;
  bottom: 0;
}
#main .content .btn_area{
  text-align: right;
  margin: 40px 0;
}
#main .content .btn_area .lp_btn.type08{
  background: #e60012;
}