/* ==========================================================
 TOPページ
========================================================== */

#home

/* 01dekiru
----------------------------------------------*/
#dekiru {
	padding-top: 30px;
	padding-bottom: 100px;
	background-image: url(../../img/cont_02_back.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#dekiru_img {
}

#dekiru02 {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
#dekiru .wrapper #dekiru02 p {
	margin-bottom: 70px;
}


#dekiru .wrapper #dekiru02 img {
	margin-bottom: 20px;
}


/* 02いい理由
----------------------------------------------*/

#good  {
	padding-bottom: 60px;
	clear: both;
	background-color: #ebebe6;
	padding-top: 30px;
	margin-bottom: 25px;
}
#good .good_title {
	position: relative;
	margin-top: -120px;
}
#good .wrapper .left_cont {
	float: left;
	width: 680px;
	margin-right: 30px;
}

/* 03仕事のながれ
----------------------------------------------*/
#nagare {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	text-align: center;
	margin-bottom: 0px;
}
.kadomaru {
	-moz-border-radius: 20px;    /* 古いFirefox用 */
	-webkit-border-radius: 20px; /* 古いSafari,Chrome用 */
	border-radius: 20px;     /* 枠線の装飾 */
	background-color: #C27923;   /* 背景色 */
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: center;
}
.bg_dark {
  background-color: #894703;
}


#nagare .left_cont {
	float: left;
	width: 600px;
	margin-right: 30px;
}
.left_txt {
	text-align: left;
	float: none;
}
.icon_under   {
	font-size: 160%;
	font-weight: bold;
	color: #C27923;
	transform: scale(1.5, 1);
}
.nagare_place {
  display: inline-block;
  font-size: 80%;
  padding: 2px 12px;
  background-color: #57600f;
  border-radius: 20px;
  margin: 3px;
}
.nagare_place.genba {
  background-color: #57600f;
}
.nagare_place.zimusho {
  background-color: #402210;
}
.muryo {
  text-align: center;
  color: #402210;
  padding: 2px 5px;
  border: solid 2px #402210;
  font-weight: bold;
  margin-bottom: 5px;
}
.text_marker {
  background:linear-gradient(transparent 60%, #56cf18b8 60%);
}
@media screen and (min-width: 560px) {
  .kadomaru { position: relative; }
  .bp560 { display: none; }
  .nagare_place {
    position: absolute;
    left: 3px;
  }
}

.top_bannerbox {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .top_bannerbox {
    width: 100%;
  }
}