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

header .local_branding_area {
	background:url(../life/img/local_brarding.jpg) no-repeat;
}
main section .life_box {
	margin:70px 0 0;
	padding:0px 0 70px;
	border-bottom:1px dotted #999;
}
main section .life_box h4 {
	text-align:left;
	margin:0 0 30px;
	font-size:100%;/*14px*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#fff7d4;
	padding:0 12px 2px;
}
/* <!-- 20230802追加----▼ --> */
summary {
	cursor: pointer;
  }
/* <!-- 20230802追加----▲ --> */
main section .life_box h4 span {
	font-weight:bold;
	font-size:114.2%;/*16px*/
	padding:0 0 0 20px;
}
main section .life_box .life_in {
	display:flex;
	justify-content:space-between;
}
main section .life_box .life_in .life_text {
	width:620px;
}
main section .life_box .life_in .life_img {
	width:380px;
	padding:0 0 0 30px;
}
main section .life_box .life_img2 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: flex-start;
}
main section .life_box .life_img2 img {
	margin:30px 0 0;
}
main section .life_box .life_img3 {
	text-align:center;
}
/* 2025/10/30 */
.selectl_article {
    margin: 30px 0px 0px;
    padding: 4px;
    border: 2px #ddd solid;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.bn_set {
	text-align: right;
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
header .local_branding_area {
	background:url(../life/img/local_brarding.jpg) no-repeat center center;
	background-size:1400px;
}
}
@media screen and (min-width: 0px) and (max-width: 970px) {
main section .life_box .life_img2 img {
	width:calc(100% /3);
	padding:0 10px;
}
}
@media screen and (min-width: 0px) and (max-width: 550px) {
main section .life_box .life_in {
	display:block;
}
main section .life_box .life_in .life_text {
	width:100%;
}
main section .life_box .life_in .life_img {
	text-align:center;
	width:100%;
	padding:0;
	margin:15px 0 0;
}
}
@media screen and (min-width: 0px) and (max-width: 400px) {
header .local_branding_area {
	background:url(../life/img/local_brarding.jpg) no-repeat center bottom;
	background-size:1400px;
}
}