@charset "utf-8";
.txtR{
	text-align: right;
}
.disnon {
  display: none;
}
/* タブ部分 */
.tabbox {
	width: 100%;
	margin-top:17px;
	margin-bottom:50px;
}
#tab {
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
#tab li {
	width: 25%;
	padding: 0 5px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
#tab li:first-of-type{
	padding-left: 0;
}
#tab li:last-of-type{
	padding-right: 0;
}
#tab li a{
	display:block;
	width: 100%;
	height: 38px;
	color: #4c8b02;
	padding-top:8px;
	box-sizing:border-box;
	border: 1px solid #4c8b02;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	text-align:center;
	font-size:116%;
	font-weight:bold;
	color: #4c8b02;
	background: #eef4e7;
	position: relative;
}
#tab li.active a{
	background: #4c8b02;
	color: #fff;
	text-decoration: none;
}
#tab li:not(.active) a{
	background: #eef4e7;
}
#tab li a:hover{
	background: #4c8b02;
	color: #fff;
	text-decoration: none;
}
#tab li a:hover::after,
#tab li.active a::after{
	display: block;
	width: calc(100% + 2px);
	height: 1px;
	content: "";
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 10;
	background: #4c8b02;
}

/* コンテンツ部分 */
.content_wrap{
	border:1px solid #ccc;
	border-top: none;
	height: 220px;
	overflow-y: auto;
	position: relative;
}
.entries {
	padding-top: 5px;
	margin-bottom: 0;
}
.entries dt {
    float: left;
    margin-top: 5px;;
    padding: 5px 7px;
    background: #f3f3f3;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}
.entries dd {
    padding: 11px 0 13px 6.5em;
    background: url(/min-iren/share/img/share/border_dotted.gif) repeat-x left bottom;
    font-size: 108.3%;
    line-height: 1.2;
}
.entries dt,
.entries dd{
	margin-bottom:5px;
}
.entries dt:last-child,
.entries dd:last-child{
	margin-bottom:0;
	padding-bottom: 0;
	background-image: none;
}
.entries dd a.pdf,
.entries .title a.pdf{
	display: block;
    background: url(/min-iren/share/img/life/PDFicon.png) no-repeat 0 0;
	background-size: 14px 14px;
	text-indent: 18px;
}
.entriesFooter p {
    padding:0;
	background-image:none;
    line-height: 1.2;
}
.entriesFooter a {
    display:inline-block;
    padding: 3px 0 4px 10px;
    background: url(/min-iren/share/img/share/entriesArchives_arrow.gif) no-repeat 0px center #e5e3dc;
    color: #818181;
    font-weight: bold;
}
.links a {
    /*display: block;*/
    padding-left: 16px;
    background: url(/min-iren/share/img/share/arrow_green.gif) no-repeat left 0.2em;
    line-height: 1.2;
    color: #4c8b02;
}
.headLine1 {
    margin-bottom: 15px;
    background: url(/min-iren/share/img/life/life_h3.jpg) no-repeat 8px center;
	background-color:#eef4e7;
	border-radius:3px;
    font-size: 116.7%;
    color: #111;
    line-height: 1.2;
    font-weight: bold;
    /zoom: 1;
}
.headLine1 span {
    display: block;
    padding: 9px 12px 9px 37px;
    background:none;
}
.lifeBox{
	/*min-height:240px;*/
	margin-bottom:10px;
	/*width:774px;*/
}
.lifeBox ul{
	margin:10px 25px;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lifeBox li{
	vertical-align:top;
	margin: 10px 0 20px;
	width: 25%;
	text-align: center;
}
.lifeBox li.wid2{
	width: 50%;
}
.lifeBox li img{
	border: 1px solid #cdcdcd;
}
.lifeBox li:hover img{
	opacity: 0.7;
}
.section .lifeBox li p{
	font-size: 90%;
	line-height: 1.3;
	text-align: left;
	margin: 5px auto 0;
	width: 160px;
}

.entries dd.noEntry{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
}
.entries p.noEntry{
	text-align: center;
	margin-top: 60px;
}





.lifeBox .pickup{
	margin:10px 15px 25px;
}
.lifeBox .title{
	margin-bottom: 5px;
	font-size: 108.3%;
}
.lifeBox .pickupInner{
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 17px;
}
.lifeBox .pickupInner .img{
	width: 160px;
	margin-right: 10px;
}
.lifeBox .pickupInner .img img{
	border: 1px solid #cdcdcd
}
.lifeBox .pickupInner .text{
	margin-left: 10px;
}
.section .lifeBox .pickupInner .text p{
	line-height: 1.2;
	margin-bottom: 5px;
}





.hierarchyBox {
	text-align: right;
}
.hierarchyBox a {
	display: inline-block;
	padding: 5px 10px 5px 27px;
	background: url(/min-iren/share/img/share/arrow_green.gif) no-repeat 10px center #f3f3f3;
	line-height: 1.2;
	font-size: 85%;
	color: #383838;
}


/* 20210906 追記 ここから */
.title02 {
	margin-left: 17px;
}
.items-list {
	margin: 10px 15px 25px;
}
.items-wrapper {
	display: flex;
	margin-left: 17px;
}
.item {
	width: 25%;
	display: flex;
	flex-direction: column;
}
.item dt {
	flex-grow: 1;
}
.items-list .item dd img {
	border: 1px solid #cdcdcd;
}
.pickup .img:hover, .items-list .item dd:hover {
	opacity: 0.7;
}
.item.jc_center {
	justify-content: center;
}

.gap_wide01 .item{
	margin-right: 60px;
	width: calc((100% - 180px) / 3);
}
/* 20210906 追記 ここまで */
