@charset "UTF-8";
/*******************************************/
/*[表示非表示]*/
@media screen and (min-width:0px) and (max-width:767px) {
	#h-opt04 {}
}
@media print, screen and (min-width: 768px) {
	#h-opt04 {}
}
/*******************************************/
/*[ヘッダー外枠]*/
@media screen and (min-width:0px) and (max-width:767px) {
	.header_options_box {
		margin-top: 0px;
		padding: 0;
		position: absolute;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		top: 50%;
		right: 50px;
	}
}
@media print, screen and (min-width: 768px) {
	.header_options_box {
		margin-top: 0px;
		padding: 0;
		position: absolute;
		top: 25px;
		right: 20px;
		width: 700px;
	}
}
.header_options_box div {
	float: right;
}
/*******************************************/
.header-logo2 {
	width: 104px;
	height: 48px;
	background: url(../images/common/p_logo.svg) no-repeat;
	background-position: center center;
	margin: 1px 20px 0px 5px;
	background-size: 100%;
	text-indent: -9999px;
}
.header-logo2 a {
	display: block;
	height: 30px;
}
 div.btn-box a{
	width: 156px;
	height: 38px;
	font-size: 1.2rem;
	margin: 6px 5px 0px 5px;
	background-color: #c4e3f5;
	background-color: #825633;
	background-color: #FF7900;
	background-color: #c4e3f5;
	border-radius: 5px;
	display: flex;
	justify-content: center; /* 横方向中央 */
	align-items: center; /* 縦方向中央 */
	color: #009dda;
font-weight: bold;
	font-size: 1.4rem;
	 padding: 1px 1px 0 0;
}

div.btn-box a:hover  {
	background-color: #d7e267 !important;
}
@media screen and (min-width:0px) and (max-width:767px) {
	.header-logo2 {
		width: 90px;
		height: 30px;
		background: url(../images/common/p_logo.svg) no-repeat;
		background-position: center center;
		margin: 1px 20px 0px 5px;
		background-size: 100%;
		text-indent: -9999px;
	}
	.header-logo2 a {
		display: block;
		height: 30px;
	}
	div.btn-box a{
		display: none;
	}
}