 .slide-item-body ul.product li a{
	height: 530px;
}
.slide-item-body ul.product li a p.new-body-title{
	height: 120px;
}
.slide-item-body ul.product li a p.new-body-text span.ja01 {
  font-size: 18px;
}
.font_18{
  font-size: 16px;
}
.footer_title01{
  font-size: 14px;
}
#mainlevel_02 #sub_02 li a{
	width: 250px;
}
#mainlevel_01 #sub_01 li a{
	width: 320px;
}
#con_right{
	padding:0px;
}
.header_title {
  width: 100%;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#logo {
  flex-shrink: 0;
}
#menu {
  flex: 1;
  overflow: visible;
}
#nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#nav > li {
  flex-shrink: 0;
}
#nav > div.clear {
  display: none;
}
#sub_01, #sub_02 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: none;
  white-space: nowrap;
}
.mainlevel {
  position: relative;
}
.mainlevel:hover #sub_01,
.mainlevel:hover #sub_02 {
  display: block;
}
#sub_01 li, #sub_02 li {
  display: block;
}
#sub_01 li a, #sub_02 li a {
  display: block;
  padding: 8px 16px;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: normal;
}
#mainlevel_01 #sub_01 li a {
  width: 320px;
}
#mainlevel_02 #sub_02 li a {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .header_title {
    min-width: 1000px;
  }
}
#button_logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
#button_logo a {
  flex-shrink: 0;
}
#dynamic-module {
  flex-shrink: 0;
}
#searchForm {
  display: flex;
  align-items: center;
}
.header-search__input {
  flex-shrink: 1;
  min-width: 150px;
}
@media screen and (max-width: 1000px) {
  .header_title {
    min-width: 800px;
    flex-wrap: wrap;
    padding: 10px;
  }
  #nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #button_logo {
    margin-left: auto;
  }
  #dynamic-module {
    order: 10;
    width: 100%;
    margin-top: 10px;
  }
  #searchForm {
    width: 100%;
  }
  .header-search__input {
    flex: 1;
    min-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header_title {
    min-width: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  #logo img {
    max-width: 100%;
    height: auto;
  }
  #nav {
    width: 100%;
    flex-direction: column;
  }
  #nav > li {
    width: 100%;
  }
  #sub_01, #sub_02 {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  #button_logo {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    justify-content: flex-start;
  }
  #dynamic-module {
    width: 100%;
    margin-top: 10px;
  }
}