
/* PC SP 共通 */
body#well_being .head-area > .item{
	display: flex;
	align-items: center;
	column-gap: 20px;
	border: 1px solid #00A73C;
}
body#well_being .head-area > .item .image{
    margin-bottom: 0;
    line-height: 0;
}
body#well_being .head-area > .item .caption{
	flex: 1;
    margin-bottom: 0;
	padding: 10px 10px 10px 0;
}
body#well_being .head-area > .item .caption .largetext{
	color: #00A73C;
    font-size: 114.2857%; /* 16px */
    font-weight: bold;
    letter-spacing: 1px;
}
body#well_being .greeting-area .greeting-colbox .image{
	margin-bottom: 0;
    text-align: center;
}
body#well_being .report_well-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, max-content));
    gap: 5px 20px;
}
body#well_being .report_well-list li a{
    display: inline-block;
	background: url(../images/common/anchor_gr.png) 0 7px no-repeat;
    background-size: 6px auto;
	padding-left: 12px;
}

@media print, all and (min-width: 641px) {
	
	/* PC */  
	body#well_being .head-area{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 25px 30px;
	}
	body#well_being .head-area > .item{
		width: 420px;
	}
	body#well_being .greeting-area .greeting-colbox{
		display: flex;
		flex-direction: row-reverse;
		gap: 30px;
	}
	body#well_being .greeting-area .greeting-colbox .nametext{
		text-align: right;
	}
	body#well_being .greeting-area .greeting-colbox .nametext .status02{
		display: inline-block;
		vertical-align: middle;
		margin-right: 1.6em;
	}
	body#well_being .greeting-area .greeting-colbox .nametext .name{
		display: inline-block;
		vertical-align: middle;
	}
	body#well_being .organization_well-list{
		display: grid;
		grid-template-columns: repeat(2, minmax(200px, max-content));
		column-gap: 15px;
		row-gap: 5px;
	}
                       
}

@media only screen and (max-width: 640px) {
	
	/* SP */
    body#well_being .head-area > .item{
		column-gap: 10px;
		margin-bottom: 15px;
    }
    body#well_being .head-area > .item .image{
		width: 90px;
    }
    body#well_being .head-area > .item img{
		max-height: 100%;
		object-fit: cover;
    }
	body#well_being .head-area > .item .caption{
		padding: 5px 5px 5px 0;
	}
	body#well_being .head-area > .item .caption .largetext{
		font-size: 107.142857%; /* 15px */
	}
	body#well_being .greeting-area .greeting-colbox .text-box{
		display: flex;
		flex-direction: column;
	}
	body#well_being .greeting-area .greeting-colbox .nametext{
		order: -1;
		text-align: center;
	}
	body#well_being .organization_well-list > li:not(:last-child){
        margin-bottom: 5px;
	}
    
}