@charset "utf-8";

.page_header {
}
.page_header_text h1 {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	max-width: 100%;
	width: 960px;
	margin: auto;
}
.page_header .header_inner {
	width: 970px;
	margin: auto;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_logo {
	width: 500px;
}
.header_logo a,
.header_logo img {
	display: block;
}
.header_logo img {
	/* max-width: inherit; */
}
.header_logo .logo_text {
	font-size: 13px;
	color: #444;
	display: block;
	margin-top: 2px;
	font-weight: normal;
}
.header_info {
}
.header_tel {
	font-size: 37px;
	position: relative;
	margin-left: 42px;
	color: rgb(0, 2, 70);
	font-family: 'Crimson Text', serif;
	line-height: 1;
	margin-bottom: 12px;
	display: inline-block;
}
.header_tel::before {
	content: "";
	position: absolute;
	top: 2px;
	left: -45px;
	width: 40px;
	height: 40px;
	background: url(../img/common/tel_icon.png) 0 0 no-repeat;
	background-size: 40px auto;
}
.header_mail {
	margin: 2px 0;
}
.header_mail a {
	display: block;
	border: 1px solid #000246;
	color: #000246;
	padding: 2px;
}
.header_mail a span {
	position: relative;
	display: inline-block;
	padding: 2px 30px;
}
.header_mail a:hover {
	display: block;
	background: #000246;
	color: #fff;
	padding: 2px;
}
.header_text01 {
	font-size: 11px;
	vertical-align:  middle;
	margin-bottom: 8px;
	text-align: right;
	margin-top: 0;
}
.header_text01 img {
	vertical-align: bottom;
}
.header_cre_img {
	text-align: right;
}
.header_cre_img img {
	display: inline-block;
}
.header_text02 {
	font-size: 11px;
	text-align: left;
	margin-top: 3px;
}

@media only screen and (min-width: 768px) {
	.btn_menu_group {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		width: 250px;
		text-align: center;
	}
	.btn_menu_group li {
		position: relative;
		flex-basis: 48%;
		margin: 2% 0;
	}
	.btn_menu_group a {
		display: block;
		padding: 2px 5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
		-webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),-1px -1px 1px rgba(255, 255, 255, 0.3);
		-moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),-1px -1px 1px rgba(255, 255, 255, 0.3);
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3),-1px -1px 1px rgba(255, 255, 255, 0.3);
	}
	.btn_menu_group a:hover {
		opacity: .7;
	}
	.btn_menu_group a span {
		padding: 0 0 0 18px;
		position: relative;
		display: inline-block;
	}
	.btn_menu_group a span::before,
	.btn_menu_group a span::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: 50%;
		left: 0;
		border-style: solid;
		border-color: transparent transparent transparent #ffffff;
	}
	.btn_menu_group a span::before {
		margin-top: -6px;
		border-width: 6px 0 6px 12px;
	}
	.btn_menu_group a span::after {
		margin-top: -3px;
		border-width: 3px 0 3px 6px;
		margin-left: 2px;
	}
	.btn_mypage a {
		border: 1px solid #1992c2;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#49c0f0+0,2cafe3+100;Blue+3D+%2311 */
		background: #49c0f0; /* Old browsers */
		background: -moz-linear-gradient(top, #49c0f0 0%, #2cafe3 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #49c0f0 0%,#2cafe3 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #49c0f0 0%,#2cafe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */
	}
	.btn_menu_group .btn_mypage a span::after {
		border-color: transparent transparent transparent #2cafe3;
	}
	.btn_login a {
		border: 1px solid #ef8606;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
		background: #ffaf4b; /* Old browsers */
		background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	}
	.btn_menu_group .btn_login a span::after {
		border-color: transparent transparent transparent #ff920a;
	}
	.btn_signup a {
		border: 1px solid #eac34d;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd65e+0,febf04+100;Yellow+3D+%232 */
		background: #ffd65e; /* Old browsers */
		background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffd65e 0%,#febf04 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffd65e 0%,#febf04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	}
	.btn_menu_group .btn_signup a span::after {
		border-color: transparent transparent transparent #febf04;
	}
	.btn_logout a {
		border: 1px solid #2b354a;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
		background: #606c88; /* Old browsers */
		background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
	}
	.btn_menu_group .btn_logout  a span::after {
		border-color: transparent transparent transparent #3f4c6b;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	.page_header .header_inner {
		width: 100%;
	}
	.header_logo {
		width: 57%;
	}
	.header_logo img {
		max-width: 100%;
		height: auto;
	}
	.header_info {
		max-width: 260px;
	}
}
@media only screen and (max-width: 767px) {
	.page_header_text {
		display: none;
	}
	.page_header_text h1 {
		padding: 0 2%;
		text-align: left;
	}
	.page_header .header_inner {
		width: 100%;
	}
	.header_info {
		display: none;
	}
	.header_logo {
		max-width: 80%;
		float: none;
		margin: 0px auto;
		padding: 0 0;
		text-align: center;
		width: auto;
	}
	.header_logo .logo_text {
		text-align: center;
	}
	@media only screen and (max-width: 450px) {
		.header_logo .logo_text {
			margin-top: 2px;
		}
	}
	.header_logo img {
		max-width: 100%;
	}
	.sp_header_tel {
		padding: 0 2%;
		width: 385px;
		margin: 0 auto 10px;
	    max-width: 100%;
	}
	.sp_header_tel a {
		background: #000246;
		color: #fff;
		padding: 10px;
		display: block;
		text-align: center;
		position: relative;
		font-size: 18px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-shadow: 0 0 2px 1px #fff inset;
		border: 1px solid rgba(255, 255, 255, 0.2);
	}
	.sp_header_tel span {
		display: inline-block;
		position: relative;
	}
	.sp_header_tel span::before {
		content: "";
		position: absolute;
		top: 50%;
		width: 35px;
		height: 40px;
		margin: -17px 0 0 -40px;
		background: url(../img/common/tel_icon_w.png) 0 0 no-repeat;
		-webkit-background-size: 35px auto;
		-moz-background-size: 35px auto;
		background-size: 35px auto;
	}
	.header_btn > a {
		margin-top: 0;
		margin-bottom: 15px;
		width: 280px;
	}
}
