@charset "utf-8";
/*===================
   ご挨拶
===================*/
.message_name{
	width: fit-content;
	position: relative;
	margin: 1em auto 2em;
	display: flex;
	align-items: flex-end;
}
.message_name img{
	margin: 0 1em 0 0;
	width: 200px;
	object-fit: contain;
}
.message_name p {
  font-weight: 600;
  line-height: 2em;
	white-space: nowrap;
	margin: 0 0 1em 0;
}
@media (max-width : 768px) {
	.message_name{
		flex-direction: column;
		margin-bottom: 1em;
	}
	.message_name img{
		margin: 0 auto 1em;
		width: 150px;
	}
	.message_name p {
	  font-weight: 600;
	  line-height: 2em;
	  text-align: center;
	}

}
/*===================
   当会の活動
===================*/
.figure_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.operation_figure {
  border: .1px #00408b solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5em;

  margin: .5em;
	background: #fff;
}

.operation_figure img {
  width: 300px;
  height: 220px;
  object-fit: contain;
}

.operation_figure figcaption {
  background: url("../image/blue_bg.jpg");
  padding: .5em;
  text-align: center;
  font-weight: 600;
	margin: .5em 0 0 0;
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#henkanshiki figure:nth-child(4) figcaption,
#henkanshiki figure:nth-child(5) figcaption{
	font-size: .9em;
}
#henkanshiki > .bpts_btn_fuwa{
	max-width: 350px;
	margin: 3em auto 0;
}
#soukai .col_internal_komidashi,
#rijikai .col_internal_komidashi,
#henkanshiki .col_internal_komidashi{
	margin: 3.5em 0 0 1.5em;
}
/*===================
   みおつくし会だより
===================*/
#news_wrapper .col_internal_chuumidashi {
    margin-bottom: 0;
}
#news_wrapper p{
	margin: 0 0 0 50px;
}
.col_internal_komidashi.small{
	font-size: 1em;
	padding-bottom: .2em;
	letter-spacing: .03em;
}
#news_wrapper .date:nth-of-type(2){
	margin: 2em 0 .5em 1.5em;
}
.spacer_2em{
	display: block;
	margin-top: 2em;
}
.font_small{
	font-size: .8em;
	font-weight: inherit!important;
}