.mannaka{
	text-align : center ;
}

.square_btn{
	font-size:130%;
    padding: 1em 8em;
    background: #263D70;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.content-widget {
    padding: 2em 0 7em 0;
}

.cform {max-width: 30em;}
.content-action p {padding: 0 1em;}
.wpcf7-text {width: 18em;}
.wpcf7-textarea {width: 18em;}


.font120{
	font-size:190%;
	line-height:180%;
}
.textwidget{
		font-size:180%;
}
h3{
	color: #e8ecef;
}

h5{
	margin-top:50px;
	color: #e8ecef;
	background: linear-gradient(transparent 30%, #cc553d);
}

.lefttext{
	text-align:left;
	 width: 70%;
		margin: 0px auto 20px auto;
}
.content-blog .overlay span {
    color: #ffffff;
    position: absolute;
 padding: 0.5em 1em;
    max-width: 8em;
    z-index: 2;
    bottom: 0;
    left: 14.5%;
    display: inline;
    border-radius: 0%;
    opacity: 1;
}
.circular {
    background: none;
    border-radius: 0%;
    border: 0;
    display: inline-block;
}
.circular img {
    width: auto;
    height: 23em;
    margin-top: 5px;
    border-radius: 0%;
}
.shirowaku{
    color: #ffffff;
	margin: 0px auto 20px auto;
    font-size: 1.25em;
	padding:20px 0px 13px 0px;
    width: 80%;
border:1px solid #fff;
}
.oshirasemap{
	margin: 0px auto 20px auto;
    font-size: 1.25em;
	padding:0px;
    width: 80%;
}

  @media screen and (min-width: 300px) and (max-width: 640px) {
    /*　画面サイズ 499pxから適用　*/
		.square_btn{
    font-size:130%; 
    padding: 1em 6.5em;
}
		.content-blog .overlay span {
    color: #ffffff;
    position: absolute;
    padding: 0.5em 1em;
    max-width: 8em;
    z-index: 2;
    bottom: 0;
    left: 0.5%;
    display: inline;
    border-radius: 0%;
    opacity: 1;
}
		
.font120{
	font-size:120%;
	line-height:180%;
  }
		.content-typer h1{
			font-size:1.8em;
				line-height:180%;
		}
		.textwidget{
		font-size:120%;
}
		.lefttext{
	text-align:left;
	 width: 90%;
}
		.textwidget li {
			font-size: 100%;
}
		footer p, .footmenu li{
			font-size: 0.8em;
		}

}