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

@media (max-width: 700px) {

#rec_kaso_welfare{
    margin-top: 9.23%;
    margin-bottom: 8.46%;
}
.rec_welfare_each {
    margin-bottom: 12.3%;
    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: 24px;
    flex-wrap: wrap;
}
.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: 92.3%;
    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: 83.84%;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.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: 83.84%;
    box-sizing: border-box;
    margin-left: auto;
}
.rec_welfare_each.reverce .rec_welfare_tit-txt{
    z-index: 1;
    margin-left: 0;
    padding-left: 7.69%;
    box-sizing: border-box;
    margin-right: auto;
    padding-right: 0px;
}
.rec_welfare_tit-txt .child_h2_h2{
	margin-bottom: 7.69%;
}
.rec_welfare_tit-txt .child_h2h2 {
    font-size: 22px;
    margin-bottom: 3.84%;
    line-height: 1.5em;
    position: relative;
    padding-left: 56px;
}
.rec_welfare_tit-txt .child_h2h2::before {
    position: absolute;
    content: "";
    width: 48px;
    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: 40px;
    line-height: 1em;
    font-weight: 400;
    color: #DADEDF;
}
.rec_welfare_abc::first-letter {
	background: linear-gradient(48deg, #009687 30%, #00964C 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.rec_welfare_text-box{
    box-sizing: border-box;

}
.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: 6px;
}
}
