/*
Theme Name: meviy04_2
Description: Meviy Blog Template
Author: MASAtoshi OKA
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meviy04_2
Tested up to: 5.7
Requires PHP: 6.3
Version: 4.2
*/
#header .logo {
z-index: 2000;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  #header .logo {
    width: 12vw;
  }
}
@media screen and (max-width: 1024px) {
  #header .logo {
    /* left: 3.6vw;
    top: 50%;
    transform: translateY(-50%);
    width: 30.5555555556vw; */
  }
}
.header_info_title{
	display: block;
	position: absolute;
	margin-left: 180px;
	padding-top: 4px;
	z-index: 2000;
}
.header_info_title a{
	display: block;
	font-size: 1.7em;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}
.header_info_title a small{font-size: 0.6em; }
@media screen and (max-width: 1300px) {
	#headInner{padding: 0 10px;}
.header_info_title{margin-left: 13%;}
}
@media screen and (max-width: 1024px) {
	.header_info_title{
		position: absolute;
		top: 32%;
		margin-left: 37%;

	}
	#header .logo, .header_info_title {z-index: 0;}
}
@media screen and (max-width: 600px) {
	.header_info_title{
		top:30%;
		font-size: 0.7em;
	}
}

#header #headInner #nav{
	display: block;
}

.info_menu_btn{
	width: 100%;
	position: absolute;
	top:0;
	display: flex;
	justify-content: flex-end;
}
#header #headInner #nav .navRight{
padding-top: 20px;
}
.info_menu_area{
	display: block;
	padding-top: 60px;
	width: 100%;
}
.info_menu_nav{
	display: block;
	float: left;
	width: calc(100% - 200px);
	padding-bottom: 10px;
	margin: -10px 0 0 -10px;
}

.info_menu_nav > ul > li{
	display: block;
	float: left;
	font-size: 1.2em;
}
.info_menu_nav > ul > li a {
  display: block;
  padding: 3px 0px 3px 12px;
  color: #fff;
  font-weight: 600;
  height: 100%;
}

.menu_no-link > a{cursor: default;}

.info_menu_nav > ul > li.menu_example > a{
	cursor: none;
	pointer-events: none
}

.info_menu_nav > ul > li > a:after{
	content: "|";
	color: #fff;
	padding-left: 15px;
}
.info_menu_nav > ul > li:last-child a:after{
	content: "";
}
.info_menu_nav > ul li a:hover,
.info_menu_nav > ul > li.current-menu-item a,
.info_menu_nav > ul > li.current-menu-ancestor a{
  color: #0b1364;
  opacity: 1;
  background: #fff;
  height: 100%;
}

/* subs */
.info_menu_nav > ul > li > ul{
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 35%;
  display:none;
}

.info_menu_nav > ul > li > ul li {
  float: none;
  margin: 0;
}


.info_menu_nav > ul > li > ul > li > a {
	border-bottom: 1px dotted #ccc;
  	padding: 20px 30px;
  	margin: 10px 0 0 0;
  	font-size: 1.1em;
}
.info_menu_nav > ul > li > ul li a {
  border-right: none;
  color: #0b1364;
  padding: 10px 30px;
}


.info_menu_nav > ul > li > ul li a:hover {
  color: #fff;
  background: #0b1364;
}

.info_menu_nav > ul > li > ul li li a{
	list-style: disc;
	margin-left: 15px;
	padding: 5px 0 5px 30px;
	font-size: 0.9em;
}
/* sub display*/
.info_menu_nav > ul li:hover ul {
  display: block;
  background: #fff;
}

/* keeps the tab background white */
.info_menu_nav > ul li:hover a {
  background: #fff;
  color: #0b1364;
  text-shadow: none;
}

.info_menu_nav > ul li:hover > a{
  color: #000;
}

.info_menu_search{
	display: block;
	float: right;
	width: 200px;
	padding: 0;
	box-sizing: border-box;
	margin-right: -10px;
	margin-top: -5px;
}
.info_menu_search form{padding: 0 !important; margin: 0 !important;}
.info_menu_search input[type="text"]{
	display: inline-block;
  -webkit-appearance: none;
  background-color: #fff !important;
  color: #0b1364 !important;
  border:none !important;
  margin: 0 !important;
  padding: 0 5px ;
  outline: none;
  box-shadow: none;
  width:  150px !important;
  height: 22px;
  font-size: 12px;
  box-sizing: border-box;
}
.info_menu_search div input[type="submit"]{
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 22px !important;
	margin: 0 !important;
	background: #ffc600;
	color: #000;
	font-weight: 600;
	border: none;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	line-height: 100%;
}
.info_menu_search div input[type="submit"]:hover { background-color: #fff; color: #0b1364}
.screen-reader-text { display: none; }

@media screen and (max-width: 1025px) {
	.info_menu_btn{
	width: 100%;
	position: relative;
	padding:0 20px;
	}
	.info_menu_area{
		padding: 15px;
	}
	.info_menu_nav{
		width: 100%;
	}
	.info_menu_nav > ul > li{
	display: block;
	float: none;
	font-size: 1.7em;
	margin-top: 10px;
	}
	.info_menu_nav > ul > li a:after{
	content: none;
	padding-left: 0px;
	}
	.info_menu_nav > ul > li > ul{
	position: relative;
	z-index: 200;
	box-shadow: none;
	width: auto;
	display: block;
	}

	.info_menu_nav > ul > li > ul li {
	float: none;
	margin: 0;
	padding-left: 20px;
	}

	.info_menu_nav > ul > li > ul li a {
	border-bottom: none;
	border-right: none;
	background: #0b1364;
	color: #fff;
	padding: 0 10px;
	font-size: 0.8em;
	}

	.info_menu_nav > ul > li > ul li:last-child a {
	border-bottom: none;
	}

	.info_menu_nav > ul > li > ul li a:hover {
	color: #0b1364;
	background: #fff;
	}

	/* sub display*/
	.info_menu_nav > ul li:hover ul {
	display: block;
	background: none;
	}

	/* keeps the tab background white */
	.info_menu_nav > ul li:hover li a {
	background: none;
	color: #fff;
	text-shadow: none;
	}

	.info_menu_nav > ul li:hover > a{
	color: #0b1364;
	}

	.info_menu_search{
		display: none;
		width: 100%

	}
	.info_menu_search input[type="text"]{
		width: calc(100% - 70px) !important;
		font-size: 15px;
	}
	.info_menu_search div input[type="submit"]{
	width: 60px;
	font-size: 15px;
	}
}
@media screen and (max-width: 400px) {
	.info_menu_nav > ul > li > ul li a {
	font-weight: 400;
	padding: 5px 10px;
	font-size: 0.7em;
	}

}