@charset "utf-8";

.mein_visual_photo{
	z-index: 10;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin:0;
	text-align: center;
}

.m_home a{
	width: 200px;
	padding: 1.3em 3.0em;
	background: #00A553 ; /*　green　#04C3AE*/ /*　orange　#FAA303*/ /* pink　#FA5C7A*/
	color:white;
	font-size: 110%;
	font-weight: 550;
	transition: .2s;
	border-radius: 0.5em;
	text-decoration: none;
	position: fixed;
	height: auto;
	bottom: 30px;
	right: 30px;
	z-index: 30;
}

.m_home a:hover{
	background-color: #35C67D;
}

.m_home img{
	width: 25px; 
	padding: 0 0 0 3px;
}
.m_home2 a{
	width: 235px;
	padding: 1.4em 2em;
	background: #FF8903;/*#00A553*/  /*　green　#04C3AE*/ /*　orange　#FAA303*/ /* pink　#FA5C7A*/
	color:white;
	font-size: 110%;
	font-weight: 550;
	transition: .2s;
	border-radius: 0.5em;
	text-decoration: none;
	position: fixed;
	height: auto;
	bottom: 120px;
	right: 30px;
	z-index: 100;
}

.m_home2 a:hover{
	background-color: #FFcc00;/*#35C67D*/
}

.m_home2 img{
	width: 25px; 
	padding: 0 0 0 3px;

}
.mein_c{
	width: 850px;
	height: auto;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	display: flex;
}

.strong{
	font-size: 170%;
	font-weight: bold;
	color: red;
}

.contents{
	width: 700px;
	margin: 0 auto;
	background-color: white;
	padding: 10px 30px;
}

.contents h2{
	text-align: left;
	font-size: 125%;
	background-color:/*#FF8903;*/ /*#A48B78;*/#11437F;/*#EA5504;*/
	color: white;
	padding: 3px 3px 0 12px;
	border-radius: 0.14em;
}

.contents h3{
	text-align: left;
	margin: 0;
}

.contents img{
	width: 26%;
	height: 140px;
	margin-bottom: 5px;
}

.contents img{
	width: 20%;
	height: 88px;
	margin-top: 6px;}

.entyo{
	display: flex;
}

.entyo p{
	width: 50%;
	margin-top: 15px;
}

h3 span{
	color: /*#0FAC43*/#EA5504;
}

.center{
	text-align: center;
}

.title{
	font-weight: bold;
}

.date{
	margin: 35px 0;
}

.bun{
	margin: 0;
	margin: 0 0 10px 0;
}

.bun a{
	color: #00A553;
	font-weight: bold;
	transition: 0.2s;
}

.bun a:hover{
	color: #0AC8C3;
}

.left{
	margin: 0;
	text-align: left;
	padding: 0 0 0 18px;
}

.under{
	font-weight: bold;
	font-size: 130%;
}

.red{
	color: red;
}


.button{
	background-color: #FF8903;
	color: white;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.03em;
	padding: 25px 30px;
	border-radius: 0.5em;
	filter: drop-shadow(0px 3px 2px gray);
	transition: 0.2s;
}

.button:hover{
	filter: none;
}

.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}

.siro{
	margin: 0;
	vertical-align: bottom;
}


@media screen and (max-width: 559px) {
    .sp-br { /* 559px以下のときbrタグ表示＝改行する */
      display: inline; }
}

.siro{
	background-color: white;

}
