/* 画面サイズ601px以上用CSS */
@media screen and (min-width: 601px) {
	#spMenu {
	display: none;
}
}

/* 画面サイズ600px以下用CSS */
@media screen and (max-width: 600px) {
#spNav{
	display:-webkit-box;
	float:right;
}
#spMenu{
	display:block;
}
#spSearch{
	-webkit-box-flex: 1;
}
#spMenu dl{
	position: relative;
}
#spMenu dt{
	width: 45px;
	height: 45px;
	text-align: start;
	font-size:0.63rem;
	user-select: none;
	float:right;
	background: url(../../img/toppage/mark/menu_button.png) no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
}
#spMenu dt a{
	display:block;
	width:100%;
	height:100%;
	padding: 30px 0 0 0;
	box-sizing: border-box;
	text-align:center;
	text-decoration:none;
	color:#fff;
}

.contents_triangle{
	height: 0;
	border-style: solid;
	border-width: 0.5rem 0 0.5rem 1rem;
	border-color: transparent transparent transparent #ffffff;
}
.sp_menu_nav_top{
	width:100%;
	text-align:center;
}

#sp_menu_search_keyword{
	text-align:left;
	font-size: 0;
}

#sp_menu_custom_search_item{
	width:100%;
	height:2rem;
}

#sp_menu_search_keyword3 {
	display:inline-block;
	vertical-align: top;
	font-size:0;
	width:calc(100% - 42px);
	height:100%;
}
#sp_menu_input_box{
	width:100%;
	height: 100%;
	box-sizing:border-box;
	border-radius: 0;	/*iPhone対応*/
}

#sp_menu_search_keyword4 {
	display:inline-block;
	width:42px;
	height:100%;
}

#sp_menu_submit{
	width:100%;
	height:100%;
	background-color: #248;
	color: #fff;
	border-style: none;
	padding: 0;
	-webkit-appearance: none; /*iPhone対応*/
	border-radius: 0; /*iPhone対応*/
}


.sp_menu_nav_accessibility{
	list-style:none;
	width:100%;
	padding:0;
}

#spMenu .sp_menu_nav_top ul .sp_menu_nav1 {
	width:100%;
	text-align:left;
	margin-top: 0.7rem;
}


#spMenu .sp_menu_nav_top .sp_menu_nav1 a{
	width:100%;
	display:block;
	line-height:2rem;
	font-size:130%;
	background:#075597;
	color:#fff;
	text-decoration: none;
}
#spMenu .sp_menu_nav_top .sp_menu_nav1 img{
	vertical-align: middle;
	margin-right: 0.2rem;
	height: 1rem;
}

#spMenu dd{
	width:100%;
	position: absolute;
	background-color: #B4C7E7;
	z-index: 100;
	top:45px;
	padding:20px 5%;
	box-sizing:border-box;
	margin-left: 0;
	display: none;
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.31);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.31);
}

#spMenu dd .sp_menu_nav_life{
	margin:12px 0 17px 0;
	padding-left: 0;
	list-style-type: none;
	font-size:0;
}
#spMenu dd .nav_life_item{
	display:inline-block;
	justify-content: space-around;
	width: 48%;
}
#spMenu dd .nav_life_item a{
	display: block;
	height: 0;
	background: no-repeat center center;
	background-size: contain;
}

#spMenu dd .nav_life_item img{
	width:100%;
}
#spMenu dd .nav_life_item:nth-child(odd){
	margin:5px 2% 0 0;
}
#spMenu dd .nav_life_item:nth-child(even){
	margin:5px 0 0 2%;
}

#sp_menu_close{
	width:100%;
	line-height:2rem;
	background-color:#fff;
}

#sp_menu_close a{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

#sp_menu_close span{
	display:block;
	width:100px;
	margin:0 auto 0 auto;
	background-image:url(../../img/close_icon.png);
	background-repeat:no-repeat;
	background-size:16px;
	background-position: 12% 44%;
	color:#000;
	text-align:center;
}
}