body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul{
  margin:0;
  padding:0;
}
#check1{
  display:none;
}
#pre-footer {
  color: #fff;
  background-color: #4D4D4D;
  padding: 5% 0;
}
.footer_container{
  max-width: 1000px;
  margin:0 auto;
}
#footer {
  color: #fff;
  background-color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  height:70px;
}
#pre-footer .block h2 {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: left;
}
#pre-footer .block ul li{
  list-style: none;
}
#pre-footer .block ul li a {
  display: inline-block;
  padding-left: .5em;
  color:#fff;
  text-decoration: none;
  line-height: 1.8rem;
  font-size: 13px;
}
#pre-footer .block ul li a:hover {
  opacity:.6;
}
#pre-footer .block ul li a:before {
  content: ">　";
  display: inline-block;
  text-align: center;
  width: 1em;
}

.footer_logo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer_logo img {
  width: 180px;
  margin:0 auto;
}



@media screen and (max-width: 800px){
 .menu_wrap{
   position:absolute;
   left:100%;
   top:0;
   transition: 0.5s;
   width:100%;
   height:100vh;
   display: flex;
   align-items: flex-start;
   justify-content: center;
    margin: 0 auto;
    background: #dc0000;

    display:none;
 }
 .menu_wrap a{
   color:#fff;
 }
 .menu{
   padding-top:20px;
   line-height:1.5;
 }
 .headlogo{
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin:10px 15px 10px 10px;
 }
 #menu_ham {
  position:absolute;
  z-index:10;
  width:40px;
  height:40px;
  top:48px;
  right:20px;
  background-image: url("/global/assets/img/common/ham.svg");
  background-repeat: no-repeat;
  background-position:center center;
  background-size:contain;  
}
#check1:checked~#menu_ham{
  background-image: url("/global/assets/img/common/close.svg");
}
#check1:checked~.menu_wrap{
  left:0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}



 .menu ul,li.menu1{
   list-style: none;
  }
 .headlogo img{
   margin-top:60px;
   width:230px;
 }
 .headlogo ul{
   width:100%;
   display: flex;
   align-items: center;
   justify-content: center;
   position:absolute;
   top: 0;
   left:0;
   border-bottom:1px solid #ccc;
   padding:11px;
 }
 .headlogo li{
  display:inline-block;
  width:70px;
  font-size:12px;
  border-right:1px solid #ccc;
  text-align: center;
}
.headlogo li a{
  text-decoration:none;
  color:#000;
}
img.common_menu{
  width:18px;
}
img.common_menu_close{
  width:25px;
}
.notlink{
  text-decoration: none;
  color:#ccc;
  cursor:default;
}
.menu_wrap a.notlink{
  color:#fff;
  font-weight:bold;
  font-size:17px;
}
.menu2 li{
  padding-left:10px;
}
.menu1{
  padding-bottom:10px;
}
.block{
  margin-bottom:20px;
}

}




@media screen and (min-width: 800px){
img.common_menu,img.common_menu_close{
  display:none;
}


.headlogo{
  width:100%;
  height:60px;
  max-width:1000px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.headlogo img{
  width:230px;
}
.headlogo ul{
  width:230px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headlogo li{
  display:inline-block;
  width:100%;
  font-size:12px;
  border-right:1px solid #ccc;
  text-align: center;
}

.headlogo li:last-child{
  border-right:none;
}
.headlogo li a{
  text-decoration:none;
  color:#000;
}
.menu_wrap {
  margin: 0 auto;
  background: #dc0000;
}
.menu {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  background: #dc0000;
  padding: 0;
}
.menu ul,
.menu li {
  margin: 0;
  padding: 0;
}
li.menu1 {
  width: 16.666%;
  height:40px;
  font-size:14px;
  font-weight:700;
  border-right: 0.5px solid #ffa4a4;
  display: flex;
  align-items: center;
  justify-content: center;
}
li.menu1:first-child {
  border-left: 1px solid #ffa4a4;
}
li.menu1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin:10px;
  text-decoration: none;
}
li.menu1 > .menu2 a{
  justify-content: flex-start;
}
li.menu1 > .menu2 a:before{
  content:">";
  padding-right:10px;
}

.menu > li a:hover {
  color: #999;
  color: #fff;
}
.menu > li a:hover::before{
  padding-right:5px;
  padding-left:5px;
  transition: 0.4s;
}
.menu2{
  z-index: 2;
}
.menu2 li {
  border-top: 1px solid #444;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.menu2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-size:12px;
  font-weight:normal;
}
.menu2 a:hover {
  opacity: 0.7;
}
li.menu1 {
  position: relative;
}
ul.menu2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #072a24;
  transition: all 0.4s ease;
}
li.menu1:hover ul.menu2 {
  opacity: 1;
  visibility: visible;
}
.row{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.row .block{
  padding:40px;
  width:200px;
}


}
