@charset "utf-8";
/* CSS Document */

.main_{margin-bottom:40px;width: 100%;}
.main_ img{max-width: 100%!important;height: auto!important;}

.area1{width:100%;margin-bottom:5%;}
.area1 p{padding: 0 15px;font-size:16px;line-height:1.9;}

.area2{
width:98%;
margin-left: 1%;
margin-bottom: 5%;
padding: 40px;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.area2 .inner_{
box-sizing: border-box;
width: 100%;
height: 350px;
padding:80% 0 0 0;
background: url(../img/new/news20230411/img_ah_03.webp) no-repeat center top;
align-items: center;
}
.area2 .inner_ h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;color:#e85660;}
.area2 .inner_ p{font-size: 16px;line-height: 1.5;}

.area3{
width:98%;
margin-left: 1%;
margin-bottom: 5%;
padding: 40px;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.area3 .inner_{
box-sizing: border-box;
width: 100%;
height: 350px;
padding:80% 0 0 0;
background: url(../img/new/news20230411/img_ah_10.webp) no-repeat center top;
align-items: center;
}
.area3 .inner_ h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;color:#e85660;}
.area3 .inner_ p{font-size: 16px;line-height: 1.5;}

.etc_{
width:98%;
margin-left: 1%;
margin-bottom: 5%;
padding:8% 5%;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.etc_ h4{
color: #e85660;
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 5%;
}
.etc_ dl{
margin-bottom: 3%;
}
.etc_ dl:last-child{
margin-bottom: 0;
}
.etc_ dt{
color:#fff;
font-size: 18px;
padding: 2% 5%;
margin-right: 3%;
background: #e85660;
border-radius: 5px;
}
.etc_ dd{
padding: 3% 5% 0;
font-size: 18px;
}




@media screen and (min-width:451px) {
.main_{margin-bottom:40px;}
.j2_title{font-size:22px;font-weight:bold;margin-bottom:15px;text-align:center;}
.area1{width:100%;margin-bottom:5%;}
.area1 p{padding: 0 15px;font-size:16px;line-height:1.9;}

.area2{
width:98%;
margin-left: 1%;
margin-bottom: 5%;
padding: 40px;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.area2 .inner_{
box-sizing: border-box;
width: 100%;
height: 200px;
padding:50px 0 0 50%;
background: url(../img/new/news20230411/img_ah_03.webp) no-repeat left top;
align-items: center;
}
.area2 .inner_ h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;color:#e85660;}
.area2 .inner_ p{font-size: 16px;line-height: 1.5;}

.area3{
width:98%;
margin-left: 1%;
padding: 40px;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.area3 .inner_{
box-sizing: border-box;
width: 100%;
height: 200px;
padding:50px 0 0 50%;
background: url(../img/new/news20230411/img_ah_10.webp) no-repeat left top;
align-items: center;
}
.area3 .inner_ h3{font-size: 20px;font-weight: bold;margin-bottom: 20px;color:#e85660;}
.area3 .inner_ p{font-size: 16px;line-height: 1.5;}


.etc_{
width:98%;
margin-left: 1%;
margin-bottom: 5%;
padding:8% 5%;
box-sizing: border-box;
border-radius: 20px;
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.etc_ h4{
color: #e85660;
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 5%;
}
.etc_ dl{
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 3%;
}
.etc_ dl:last-child{
margin-bottom: 0;
}
.etc_ dt{
color:#fff;
font-size: 18px;
padding: 2% 5%;
margin-right: 3%;
background: #e85660;
border-radius: 5px;
}
.etc_ dd{
padding:0;
font-size: 18px;
}


}