@charset "UTF-8";
/* CSS Document */

#rec_kaso_welfare{
	margin-top: 3.84%;
	margin-bottom: 8.46%;
}
.rec_welfare_each {
    margin-bottom:6.92%;
    padding-left: 6.15%;
    padding-right: 6.15%;
	box-sizing: border-box;
}
.rec_welfare_img-tit-txt{
	display: flex;
	 width: 100%;
	position: relative;
  align-items: flex-start;
	justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
	margin-bottom: 6.15%;
padding-bottom: 64px;
}
.rec_welfare_each.reverce .rec_welfare_img-tit-txt{
	flex-direction: row-reverse;
}
.rec_welfare_img-tit-txt:before {
  content: "";
  position: absolute;
  right: 0;
  bottom:0;
  width: 87.69%;
  height: 75.38%;
  background: #f7f8fb;
  z-index: 0;
}
.rec_welfare_each.reverce .rec_welfare_img-tit-txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom:0;
}
.rec_welfare_image-box {
    z-index: 1;
    width:41.53%;
	box-sizing: border-box;
}
.rec_welfare_image-box img {
    display: block;
	-webkit-box-shadow: 0px 0px 16px #AFAFAF;
    box-shadow: 0px 0px 16px #AFAFAF;
	width: 100%;
	box-sizing: border-box;
}

.rec_welfare_tit-txt{
	margin-top: 16px;
	z-index: 1;
	padding-right: 6.15%;
	width: 52.3%;
	box-sizing: border-box;
}
.rec_welfare_each.reverce .rec_welfare_tit-txt{
	z-index: 1;
	margin-left: 0;
    padding-left: 6.15%;
	box-sizing: border-box;
}
.rec_welfare_tit-txt .child_h2_h2{
	margin-bottom: 7.69%;
}
.rec_welfare_tit-txt .child_h2h2 {
    font-size: 34px;
    margin-bottom: 3.84%;
    line-height: 1.5em;
	position: relative;
	    padding-left: 104px;
}
.rec_welfare_tit-txt .child_h2h2::before {
    position: absolute;
    content: "";
    width: 96px;
    height: 1px;
    bottom: 40%;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a2a3a;
}

.rec_welfare_abc{
	font-family: "Anton", sans-serif;
    font-size: 96px;
    line-height: 1em;
    font-weight: 400;
    color: #DADEDF;
}
.rec_welfare_text-box{
    box-sizing: border-box;
/*    width: 80%;*/
	
/*    position: relative;*/
/*    background-color: #f7f8fb;*/
    
/*	z-index: 1;*/
/*
	margin-left: -3.07%;
	margin-right: 6.15%;
*/
}
.rec_welfare_text-box ul {
    line-height: 2em;
    font-weight: 500;
	list-style: square;
	padding-left: 16px;
}
.rec_welfare_text-box ul li{
    line-height: 1.8em;
    font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
}
