@charset "utf-8";
/* CSS Document */
/*page.css打消し
-----------------------------*/
header nav {
	height: auto;
	transition-delay: 0s, .4s;
}
header nav {
	overflow: visible;
	width:100%;
}
header nav li a {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	color: #0f1111;
	text-decoration: inherit;
	background: white;
	transition: background .3s;
}

.top_nav ul li {
	margin-left: 0;
}
/* --------------------------- */
/* メニュー（兄）のスタイル */
/* --------------------------- */
#mega_menu .menu {
  display: flex;
  background-color: #fff;
  color: #fff;
}
/*.menu-parent {
  width: calc(100% /3);
}*/
.menu-parent:last-child {
  border-right: 0;
}
.menu-parent_a {
  display: block;
  padding: 20px 20px 10px 20px;
  text-align: center;
  transition: 0.5s;
  font-size: 18px;
  font-weight: 600;
}

.menu-parent_a.blrn{
  border-left: none;
  border-right: none;
}
.menu-parent{
border-bottom: 2px solid #fff;
}
.menu-parent_a:hover{
text-decoration: none;
}
/* --------------------------- */
/* メニュー（兄）の動作に直接関係する箇所 */
/* --------------------------- */
/* メニュー（兄）hover時に色を変える */
@media (hover: hover) {
  .menu-parent:hover{
	border-bottom: 2px solid #1DA8FF;
    transition: all .1s;
	text-decoration: none;
  }
}
/* メニュー（兄）にactive付与されたとき色を変える */
.menu-parent_a.active{

}
 /* --------------------------- */
/* メガメニュー(弟)のスタイル */
/* --------------------------- */
/* メニュー（弟）は普段は非表示 */
.menu-child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding:0;
  background:linear-gradient(to bottom,  #1DA8FF, #0083D5);
  color: #fff;
  z-index: 99;
  filter: drop-shadow(0px 2px 5px #ccc);
  font-weight: 600;
  max-height: 80vh;
overflow-y: auto;
}
.menu-child .inner{
padding: 50px;
margin: 0 auto;
max-width: 1600px;

}
.menu-child_ul{
  display: flex;
}
.menu-child_li {
  margin: 0 auto;
  line-height: 2;
}
/*ここからカスタマイズ------------*/
/*a.menu-parent_a::after{
content:"\f078";
font-family: "fontawesome";
margin-left: 10px;
color: #fff;
}
*/
a.mega_title, .mega_tit{
color: #fff;
border-bottom: 2px solid #fff;
padding: 5px;
margin-bottom: 25px;
display: flex;
align-items: center;
justify-content: space-between;

font-size:18px;
font-weight: 600;
}
a.mega_title::after{
content:"\f138";
font-family: "fontawesome";
color: #fff;
}

.child_flex{
display: flex;
justify-content: flex-start;
}
.side_child{
width:18%;

}
.child80{
width:80%;
margin-left: 2%;
}
.side_child a {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	display: inherit;
}
.side_child a::after{
content:"\f138";
font-family: "fontawesome";
color: #fff;
margin-left: 15px;
}
.side_child a:hover, a.mega_title:hover{
color: #fff !important;

}
.side_child.nolink {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	vertical-align: middle;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	display: inherit;
}
.child-3block{
width:31%;
}
.top_nav ul li ul.menu-child_ul {
	width: 100%;
}
.S_menu{
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.ss-child::before{
content:"-";
margin-bottom: 5px;
margin-right: 5px
}
a.menu-child_li-a{
border-bottom: 1px solid #ddd;
color: #fff !important;
display: block;
position: relative;
padding: 5px 0;
font-size:14px;
font-weight: normal;
}
a.menu-child_li-a::after{
content:"\f054";
font-family: "fontawesome";
color: #fff;
position: absolute;
right: 0;
}
a.menu-child_li-a:hover{

}
.top_nav ul li.menu-parent ul.menu-child_ul.box30 {
width: 31.4%;
}
.menu-child .fs14{
font-weight: normal;
}

