* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header {
	border-bottom: 2px solid #90b3a4;
	    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}
.h_width {
	width: 1280px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.h_width img {
	display: inline-block;
	vertical-align: sub;
}
.h_text {
	display: inline-block;
	font-size: 24px;
	color: #005e2d;
	font-weight: bold;
	margin-left: 25px;
	margin-right: 25px;
}
.h_text2 {
	margin-right: 30px;
}
.h_text2, .h_text3 {
	display: inline-block;
	font-size: 14px;
}
@media screen and (max-width:414px) {
	.h_width {
		width: 80%;
		margin-bottom: 15px;
	    margin-top: 15px;
	}
	.h_text2{
	    margin-left: 95px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.h_text{
	    margin-right: 0px;
	}
	.h_text2, .h_text3 {
	    font-size: 14px;
	}
}
@media screen and (max-width:375px) {
	.h_width {
	    width: 87%;
	}
}
@media screen and (max-width:360px) {
	.h_width {
	    width: 91%;
	}
}