@charset "utf-8";

* {
	margin:0;
	padding:0;
}


html {
	font-size: 62.5%;
	}


body {
    /* font-family: "Meiryo"; */
    font-family:'Meiryo','メイリオ','Hiragino Sans','Hiragino Kaku Gothic Pro',sans-serif !important;

	font-size: 12px;
	color: #666666;
	word-break: break-all;
    font-size: 1.6em;
    overflow-x: hidden!important;
}


img {
	border: 0
}

A:link {color: #0054a6; text-decoration: none}
A:visited {color: #0f76cc; text-decoration: none}
A:active {color: #0054a6; text-decoration: none}
A:hover {color: #2d8ae5; text-decoration: underline}

h1{
    font-weight: lighter;
    font-size: 12px;
    color: #5c5c5c;
	padding: 3px 0px 0px;
	font-size: 5rem; /* 50px */
}

p{
	font-size: 1.5rem; /* 15px */
	}


h1.title-txt-h1{
    font-weight: lighter;
    font-size: 11px;
    color: #5c5c5c;
	line-height:15px;
    padding: 3px 0px 0px 1px;
}

h1.lp_title_txt{
	font-size: 1.4em;
    color: #5c5c5c;
}

h3{
    line-height:20px;
}

h4 {
    margin-bottom:10px;
}

h6 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 4px;
    color: #444;
    line-height: 41px;
}


ol{
	list-style: none;
	margin:0;
	padding:0;

}



.top-header {
    max-width: 100%;
    margin: 4px auto 5px;
    height: 65px;
		clear: both;

}

.header-logo a img{
    width: 185px;
		height:59px;
}

.header-logo-text{
	font-size: 13.5px;
	margin: 30px 0 0 0px;
	line-height: 15px;
	float: right;
	margin-left: 4px;
  }


.bread {
    padding: 20px 0;
}

#header-menu a{
	padding: 14px 0px 12px;
	display: block;
    text-decoration: none;
    font-size: 16px;
    margin-left: 0.5px;
}
#header-menu a:hover {
color: #000000 !important;
text-decoration: none;
background-color: #eeeeee;
transition: 0.2s;
cursor: pointer;
}

#header-menu a:visited{
color: #000000;
}

#header-menu a:link{
color: #000000;
}

#header-menu ul{
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
width: 100%;
list-style: none;
font-size: 16px;
margin: 0 auto;
padding: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
color: #000000;
box-sizing: border-box;
border: 1px solid #b0b0b0;
background: -moz-linear-gradient(to bottom, #ffffff, #dbdbdb);
background: -webkit-linear-gradient(to bottom, #ffffff, #dbdbdb);
background: linear-gradient(to bottom, #ffffff, #dbdbdb);
margin-left: -1px;
}

#header-menu ul li{
width: 100%;
margin: 0 auto;
text-align: center;
border-top-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-left-width: 0px;
border-style: solid;
-moz-border-image: -moz-linear-gradient(to bottom, #ffffff 0%, #afafaf 100%);
-webkit-border-image: -webkit-linear-gradient(to bottom, #ffffff 0%, #afafaf 100%);
border-image: linear-gradient(to bottom, #ffffff 0%, #afafaf 100%);
border-image-slice: 1;
-webkit-border-image-slice: 1;
box-shadow: inset 0.5px -0.5px 0px #ffffff;
}

#header-menu > ul > li {
position: relative;
}

#header-menu > ul ul {
opacity: 0;
visibility: hidden;
position: absolute;
top: 120px;
margin: 0;
padding: 0;
z-index: -1;
	display: block;
}

/* #header-menu > ul li:hover ul {
opacity: 1;
visibility: visible;
margin: 0;
color: #000;
z-index: 2;
top: 50px;
left: -1px;
width: 158px;
} */

#header-menu > ul ul:before {
content: "";
position: absolute;
top: -10px;
width: 100%;
height: 20px;
background: transparent;
}

#header-menu > ul ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	box-shadow: inset 0px 1px 0px #e1e1e1;
	-moz-box-shadow: inset 0px 1px 0px #e1e1e1;
	-webkit-box-shadow:inset 0px 1px 0px #e1e1e1;
	box-sizing: border-box;
	background-color: #fcfcfc;
	border-image-slice: inherit;
}

#header-menu > ul ul li a {
padding: 14px 5px;
display: block;
color: white;
font-size: 14px;
text-decoration: none;
text-transform: uppercase;
width: auto;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
-ms-transition: all 0.35s ease-in-out;
transition: all 0.1s ease-in-out;
}

#header-menu > ul ul li a:hover {
background-color: #eeeeee;
}



i.fas.fa-caret-down {
margin-left: 5px;
}


a.menu_link_sub.selected {
background: #eeeeee;
color: #ffffff;
text-decoration: none;
}




/*  */

.navToggle {
    display: none;
    position: fixed;
    right: 1.3rem;
    top: 1.3rem;
    width: 52px;
    height: 42px;
    cursor: pointer;
    z-index: 5;
    text-align: center;
    border: 1px solid #d6d6d6;

}

.navToggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 3px #3e3e3e;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 14px;


}

.navToggle span:nth-child(1) {
    top: 12px;
}

.navToggle span:nth-child(2) {
    top: 19px;
}

.navToggle span:nth-child(3) {
    top: 26px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}



.m_sp{
    display: none;
}

.sp_navi{
    display: none !important;
}



@media screen and (min-width: 1025px) {
    #header-menu > ul li:hover ul {
        opacity: 1;
        visibility: visible;
        margin: 0;
        color: #000;
        z-index: 2;
        top: 50px;
        left: -1px;
        width: 158px;
        }



}



@media screen and (max-width: 1024px) {

    .m_pc{
        display: none !important;
    }
    .m_sp{
        display: block !important;
    }

    .pc_navi{
        display: none !important;
    }

    .sp_navi{
        display: block !important;
    }

#header-menu ul{
    display: block;
    max-width: 100%;
    overflow: hidden;
    border:none;
    background-color: none;
}

#header-menu ul li{
text-align: left;
padding-left:0;
background: #494949;
box-shadow: inset 0.5px -0.5px 0px #494949;
}






#header-menu > ul ul{
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin: 0;
    color: #000;
    z-index: 2;
    left: 0px;
    position: relative;
    top: 0;
    display: none;
}

#header-menu a:link{
    color: #ffffff;
}


.has-sub span{
    float:right;

}

#header-menu a{
    padding: 16px 21px 16px 25px;
    border-bottom:1px solid #CCCCCC;
    color: #ffffff!important;
    font-size: 16px;
}


#header-menu a:nth-child(12){
    border-bottom:none;
}

.menu_link_sub {
    box-shadow: inset #c5c1c136 0px 2px 5px -3px;
}




#header-menu > ul ul li a {
    background: #fcfcfc;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20px !important;
}

#header-menu > ul ul li a:hover {
    background: #fcfcfc;

}


#header-menu a:hover{
    color: #ffffff !important;
    background-color: #494949;
}

.header-serve-menu, .bread{
        display: none;
    }

#top-head{
    height: 56px;
    padding:0;
}

.top-header{
    /* position: fixed; */
    position: relative;
    max-width: 100%;
    z-index: 99999;
    background-color: #ffffff;
    margin: 0;
    padding:10px;
    max-height: 4.9rem;
    border-bottom: 1px solid #e6e6e6;
}

.header-logo {
    margin-left: -1px;
    float: left;
    width: 50%;
}

.navToggle {
    display: block;
    position: absolute;
    z-index: 99999;
    border-radius: 3px;
}

.header-logo{
    width: 80%;
		padding-top:0 !important;
}


.header-logo a img {
    width: 15rem;
    float: left;
    margin-right:5px;

}
.header-logo-text {
    width: 45%;
    float: left;
    margin: 0;
    padding: 2.7rem 18px 0;

}

.header-logo a {
    margin-right: 0px;
}


#navimenu {
    /* position: fixed; */
    top: 7rem;
    right: 0;
    z-index: 4;
    max-width: 100%;
    padding-top: 13%;
    /* border: 2px solid #000066; */
    /* transition: 0.5s; */
    overflow: auto;
    box-sizing: border-box;
    background-color: #000066e6;
}


ul.nav_menu {
    color: #ffffff;
}
.nav_menu  {
    transform: translateY(-130%);
    display: block;
}

.nav_menu.active {
    transform: translateY(0);
    /* transition: 0.5s; */
    max-width: 100%;
    position: absolute !important;
    background-color: #ffffff;
    top: 0;
    z-index: 9999;
    overflow: hidden;

}

.menu_link_sub span {
    display: none;
}

a.menu_link_sub:after {
    content: "▸";
    padding-right: 8px;
    position: absolute;
    right: 2px;
}


 a.menu_link_sub.open:after {
    content: "▾";
    padding-right: 8px;
    position: absolute;
    right: 2px;
}

/* .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

 .black-bg {
    opacity: .8;
    visibility: visible;
  } */


}


@media screen and (max-width: 768px) {
    .header-logo-text{
        display:none;
    }
}


@media screen and (max-width: 480px) {



}


@media screen and (max-width: 380px) {

}
