@charset "utf-8";



/******************************************************************************
/* お知らせ追加枠設定
*******************************************************************************/


ul.news6 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

a ul.news6 {
	color: #333;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

a:hover ul.news6 {
	color: #ED828B;

}



ul.news6 li{
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	position: relative;

}


ul.news6 li:nth-child(1){
	width: 80px;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;

}

ul.news6 li:nth-child(2){
	width: calc(100% - 80px);
	text-align: left;
	vertical-align: middle;
	font-weight: 700;
}


/******************************************************************************
/* インスタボックス
*******************************************************************************/

.textlink_box2 {
	height: 150px;
	display: block;
	margin-top: 40px;
	border: solid 1px #76A28B;
	padding: 20px;
	background-color: #F3FAFC;
	height: 150px;
}


.textlink_box3 {
	height: 150px;
	display: block;
	margin-top: 40px;
	border: solid 1px #76A28B;
	padding: 20px;
	background-color: #F3FAFC;
	height: 150px;
}




.insta_box {
	width: 100%;
	position : relative;
	display: flex;
	line-height: 1.8;
	letter-spacing : 1.5px;
	z-index: 1;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

.insta_box02 {
	width: 85%;
	position : relative;
	display: block;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing : 1.5px;
	z-index: 1;

}

.insta_box_left2 {
	position: relative;
	width: 15%;
	top: 0px;
	right: -40px;
	z-index: 1000;
}

.insta_box_left2 img {
	width:auto;
	height: 120px;
	object-position: top;
	object-fit: cover;
	margin: 0 auto 0 auto;
}




/******************************************************************************
/* スマートフォンサイズ
*******************************************************************************/


@media screen and (max-width:600px) {

ul.news6 {

	display: block;
	justify-content: space-between;

}



ul.news6 li{
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	position: relative;

}


ul.news6 li:nth-child(1){
	width: 100%;
	vertical-align: top;
	position: relative;
	white-space: nowrap;
}

ul.news6 li:nth-child(2){
	width: 100%;
	font-weight: 700;
}




ul.news6 li:nth-child(2) br {
display: block;
content: "";
margin: -10px 0;
}


/******************************************************************************
/* インスタボックス
*******************************************************************************/


.insta_box02 {
	position : relative;
	width: 75%;
	display: flex;
	line-height: 1.8;
	letter-spacing : 1.5px;
	z-index: 1;

}

.insta_box_left2 {
	position: relative;
	width: 25%;
	top: 0px;
	right: 0px;
	z-index: -10;

}



}