@import url(custom.css);

/*************************************************
 *
 * TOP専用CSS
 *
*************************************************/

/* ===========================================
   全体
============================================== */
.center{
  text-align: center;
}

#inner-content{
  padding: 30px 0;
}

/* ===========================================
   TOP メインイメージ
============================================== */
#main-img{
  text-align: center;
  background: #fff;
}
#main-img p{
  margin: 0 auto;
}
#main-img_under{
  background-color: #f97b0a;
  text-align: center;
}
#main-img_under p{
  margin: 0 auto;
}
#main-img_sp{
  display: none;
}
#main-under{
  background: #ff9000;
}
#main-under p{
  margin: 0;
  text-align: center;
}

/* ===========================================
   TOP 悩み
============================================== */
.top_nayami ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px 0px;
}

/* ===========================================
   TOP 選ばれる理由
============================================== */
.top_reason ul{
  display: flex;
  flex-wrap: wrap;
}
.top_reason ul li{
  overflow: hidden;
  border-bottom: solid 1px #ebebeb;
  padding: 30px 0 10px;
}
.top_reason ul li:first-child{
  padding-top: 0;
}
.top_reason ul li:last-child{
  border-bottom: 0;
}
main#main .top_reason ul li h3{
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
  width: 450px;
  float: left;
}
.top_reason ul li p.img_point{
  float: right;
  width: 240px;
}
.top_bnr01{
	text-align: center;
}