@charset "utf-8";
@import url(cmn.css);
@import url(base.css);
/* ==========================================================================
	CONTENT
========================================================================== */
#lead .float-l{
  width:30%;
}
#lead .float-r{
  width:66%;
}
#root ul{
  margin-bottom:20px;
}
#root li{
  font-size:1.8rem;
  margin-bottom:5px;
}
#root li:before{
  font-family: FontAwesome;
  content : "\f046";
  color:#d277ab;
  margin-right:5px;
}
#point{
  border-radius:10px;
  border:1px solid #ccc4d8;
  padding:40px;
}
#point .box{
  overflow:hidden;
  border-bottom:1px dotted #ccc4d8;
  padding-bottom:20px;
  margin-bottom:20px;
}
#point .box-end{
  overflow:hidden;
}
#point .point{
  float:left;
  width:50px;
  color:#fff;
  font-size:2.5rem;
  text-align:center;
  background-color:#bdafd8;
  padding:5px 0;
}
#point h3{
  margin-left:70px;
}
#point p{
  margin-left:70px;
}

#proposal .float-l{
  width:66%;
}
#proposal .float-r{
  width:30%;
}
/* ------------------------------------------------------------
	 PC   1000px -
   ------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
}

/* ------------------------------------------------------------
	 TABLET   for - 999px
   ------------------------------------------------------------ */

@media screen and (max-width:1199px) {

}

/* ------------------------------------------------------------
	 SP　599pxまで
   ------------------------------------------------------------ */
@media screen and (max-width: 699px) {
#lead .float-l{
  width:100%;
  margin-bottom:10px;
}
#lead .float-r{
  width:100%;
}

#point{
  border-radius:5px;
  border:1px solid #ccc4d8;
  padding:15px;
}
#point .box{
  padding-bottom:10px;
  margin-bottom:20px;
}
#point .point{
  float:left;
  width:30px;
  color:#fff;
  font-size:1.5rem;
  text-align:center;
  background-color:#bdafd8;
  padding:5px 0;
}
#point h3{
  margin-left:40px;
}
#point p{
  margin-left:40px;
}


#proposal .float-l{
  width:100%;
}
#proposal .float-r{
  width:100%;
  margin-bottom:10px;
}


}

