@charset "utf-8";
/* CSS Document */

.top_slide {
    max-width: 1920px;
    width: 100%;
    height: auto;
}


.top_slide img{
    width: 100%;
}

.jigyou_concept{
    /*max-width: 700px;*/
    max-width:760px;
    margin: 50px auto 90px;
    text-align: center;
}

.jigyou_title_img {
    width: 49px;
    margin: 0 auto 40px;
}

.jigyou_title_img img{
    width: 100%;
}


.jigyou_concept_text h4{
    font-size: 19px;
    letter-spacing: 0;
    font-weight: bold;
	margin-bottom:40px;
}

.jigyou_concept_text{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight:normal;

}




.jigyou_contents_child_01 h3 .green{
  font-size:16px;
  display:inline-block;
  margin-left:16px;
}

.jigyou_contents_child_01 h3:first-child{
  margin-top:0px;
}

.jigyou_contents_child_text{
	font-size: 14px;
    line-height: 25px;
	margin-top: 10px;
	text-align: justify;
  font-weight:normal;
}

.jigyou_contents_child_02{
    width: 47%;
}

.jigyou_contents_child_02 img{
	width:100%;
}

.jigyou_concept h4{
  font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 24px;
    color: #1D823B;
}

.button_area_group{
    display: -webkit-box;/* Android4.3è½¡¦ééºå¥öåã¥¥åâ¥òåâ¥«íô¥£ */
display: -webkit-flex;/* iOS8è½¡¦éé¹´afariíô¥£ */
display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 980px;
    width: 100%;
    margin: 0 auto 100px;
}

.button_area_child01{
    width: 49%;
    height: 170px;


}


.button_area_child02{
    width: 49%;
    height: 170px;

}

.button_img{
    position: relative;
}

.button_img img{
    width:100%;
}


.button_area_center {
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
