@charset "UTF-8";

#mainvisual {
  width: 100%;
  height: 100%;
  min-height: 1360px;
  overflow: hidden;
  background-image: url(../img/main_image.png);
  background-size: cover;
  top: 0;
  position: relative;
}

@media only screen and (max-width: 720px) {
  #mainvisual {
    min-width: auto;
    min-height: auto;
    height: 200px;
    top: auto;
    z-index: 0;
  }
}
#mainvisual p img {
  width: 100%;
}

#mainvisual .main_img {
  position: relative;
}

.trade_btn {
  position: absolute;
  top: 20px;
  right: 10px;
}

@media only screen and (max-width: 720px) {
  .trade_btn {
    display: none;
  }
}

.trade_btn .btn {
  width: 350px;
  position: absolute;
  top: 45px;
  left: 12px;
}

.trade_btn .btn ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.maincopy {
  position: absolute;
  top: 180px;
  left: 355px;
}

.maincopy img {
  width: 444px;
  height: 114px;
}

.maincopy_sp {
  display: none;
}

@media only screen and (max-width: 720px) {
  .maincopy_sp {
    display: block;
    position: relative;
    top: 20px;
    left: 10px;
  }
  .maincopy_sp img {
    width: 70%;
  }
  .maincopy {
    display: none;
  }
}

.search_block {
  position: absolute;
  top: 390px;
  left: 360px;
  width: 400px;
  height: 45px;
  border: solid 2px #fff;
  background-color: #fff;
  border-radius: 30px;
  opacity: 0.9;
}

@media only screen and (max-width: 720px) {
  .search_block {
    display: none;
  }
}

.search_block .search_txt {
  font-size: 20px;
  width: 320px;
  border: none;
  margin-left: 16px;
  top: -6px;
  position: relative;
}

.search_block input:focus {
  outline: none;
}

.search_btn {
  margin-top: 4px;
  margin-right: 5px;
}

#top_foot_bana {
  position: absolute;
  width: 100%;
  margin-top: -50px;
  right: 10px;
}

#top_foot_cp_bana {
  position: relative;
  margin-top: -84px;
  margin-left: 300px;
}

#top_foot_cp_bana_2 {
  position: relative;
  margin-top: -84px;
  margin-left: 540px;
}

#top_foot_cp_bana a,
#top_foot_cp_bana_2 a {
  position: absolute;
}

#top_foot_bana ul {
  float: right;
}

#top_foot_bana li {
  margin: 3px;
  float: left;
  list-style-type: none;
}

@media only screen and (max-width: 720px) {
  #top_foot_cp_bana,
  #top_foot_cp_bana_2 {
    display: none;
  }

  #top_foot_bana {
    display: none;
  }
}

.maincopy02 {
  position: absolute;
  top: 138px;
  right: 10px;
}
.maincopy02 li {
    list-style: none;
    margin-bottom: 6px;
    text-align: right;
}
.maincopy02 li img {
  width: 290px;
}
.maincopy02 li:first-child img {
  width: 362px;
}
.maincopy02 li:last-child {
    margin-bottom: 0;
}
.maincopy02_sp {
  display: none;
}
@media only screen and (max-width: 720px) {
  .maincopy02 {
    display: none;
  }
  .maincopy02_sp {
    display: block;
    width: 300px;
    margin: 30px auto 30px;
  }
  .maincopy02_sp li {
      list-style: none;
      margin-bottom: 20px;
  }
  .maincopy02_sp li:last-child {
      margin-bottom: 0;
  }
}

#header {
  margin-bottom: 0 !important;
  /* position: absolute !important; */
  position: relative;
}

.important-info {
  display: flex;
  padding: 10px 18px;
  background: #ffdfe0;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
@media only screen and (max-width: 720px) {
  .important-info {
    padding: 10px 12px;
    align-items: flex-start;
    gap: 10px;
  }
}
.important-info_title {
  position: relative;
  display: flex;
  padding: 5px 26px 2px 55px;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background: #d00;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 720px) {
  .important-info_title {
    padding: 6px 10px 6px 37px;
    font-size: 13px;
    line-height: 1.4;
  }
}
.important-info_title::before {
  content: '';
  position: absolute;
  width: 21px;
  height: 18px;
  background: url(../../common/img/icon_important_info.png) 0 0 no-repeat;
  background-size: cover;
  top: 50%;
  left: 26px;
  margin-top: -8px;
}
@media only screen and (max-width: 720px) {
  .important-info_title::before {
    left: 10px;
  }
}
.important-info_text {
  color: #d00;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 720px) {
  .important-info_text {
    font-size: 14px;
  }
}
.important-info_text a:link,
.important-info_text a:visited {
  color: #d00;
  text-decoration: underline;
}
.important-info_text a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.important-info_text a[href*=".pdf"]::after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 16px;
  background: url(../../common/img/ico_pdf02.svg) 0 0 no-repeat;
  background-size: 38px 16px;
  margin-left: 0.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 720px) {
  .important-info_text a[href*=".pdf"]::after {
    vertical-align: text-bottom;
  }
}

.sidemenu_block {
  top: 0 !important;
}