@charset "UTF-8";
body.active {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 110;
  top: 0;
  left: 0;
  background-color: rgba(6, 61, 110, 0.7);
}

header {
  position: fixed;
  box-shadow: 0 1px 2px #ccc;
  z-index: 100;
  top: 0;
}
header .header__middle {
  position: relative;
  padding: 8px 0;
}
header .header__middle.flex {
  justify-content: flex-start;
}
header .header__middle .logo {
  margin-right: 40px;
  width: 170px;
}
header .header__middle .estimate_sample_btn {
  display: none;
}
header .header__middle .member_sec {
  margin-right: 70px;
  width: 35%;
  font-size: 0.8em;
}
header .header__middle .contact {
  margin-right: 70px;
}
header .header__middle .contact dt {
  margin-top: -8px;
  font-size: 1.3em;
  line-height: 1.7;
}
header .header__middle .contact dd {
  font-size: 0.7em;
  line-height: 1.6;
}
header .navi_btn {
  position: absolute;
  top: 6px;
  right: 0px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 210;
  background-color: #f3630c;
  border: 2px solid #fff;
  border-radius: 3px;
}
header .navi_btn span,
header .navi_btn span:before,
header .navi_btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.3s;
}
header .navi_btn span:before {
  bottom: 8px;
}
header .navi_btn span:after {
  top: 8px;
}
header .navi_btn.active span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
header .navi_btn.active span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header .navi_btn.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
header .main_navi {
  border-left: 2px solid #fff;
  padding: 0;
  position: fixed;
  width: 90%;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 100%;
  transition: all 0.5s;
  overflow-y: scroll;
}
header .main_navi > ul {
  flex-flow: column;
}
header .main_navi > ul li a {
  text-align: left;
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #c1e1f6;
}
header .main_navi > ul li.sub ul {
  width: 100%;
  left: auto;
  padding: 0;
  display: block;
  position: relative;
}
header .main_navi > ul li.sub ul li:not(:last-child) {
  margin-bottom: auto;
}
header .main_navi > ul li.sub:hover ul {
  display: block;
}
header .main_navi.active {
  left: 10%; /*メニューを画面内へ*/
}
header .main_navi .member_sec {
  padding: 10px;
}
header .main_navi .member_sec ul {
  gap: 10px;
}
header .main_navi .member_sec li {
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: rgb(193, 225, 239);
}
header .main_navi .member_sec li a {
  color: #005bac;
  padding: 10px;
  display: flex;
}
header .main_navi .member_sec li a svg {
  width: 20px;
}
header .main_navi .member_sec li a p {
  padding-left: 10px;
}
header .main_navi .shop_sec {
  padding: 20px 10px;
}
header .main_navi .shop_sec .estimate_sample_btn {
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
}
header .main_navi .shop_sec .estimate_sample_btn li {
  width: 100%;
  margin-bottom: 10px;
}
header .main_navi .shop_sec .estimate_sample_btn li a {
  font-size: 1.1em;
  display: block;
  padding: 10px 15px;
  border: 2px #c1e1f6 solid;
  border-radius: 3px;
  position: relative;
  padding-left: 60px;
  text-align: left;
  font-weight: 500;
}
header .main_navi .shop_sec .estimate_sample_btn li a:hover {
  background-color: #e4f2f9;
}
header .main_navi .shop_sec .estimate_sample_btn li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 50px;
  height: 50px;
}
header .main_navi .shop_sec .estimate_sample_btn li:nth-child(1) a::before {
  background: url("../images/common/header_sample.png") no-repeat left center;
  background-size: contain;
}
header .main_navi .shop_sec .estimate_sample_btn li:nth-child(2) a::before {
  background: url("../images/common/header_estimate.png") no-repeat left center;
  background-size: contain;
}
header .main_navi .shop_sec .order_btn {
  width: 65%;
}
header .main_navi .shop_sec .shop {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
header .main_navi .shop_sec .shop .shop_ {
  width: 100%;
  justify-content: center;
  gap: 20px;
  color: #fff;
}
header .main_navi .shop_sec .shop .shop_ .logo {
  margin-bottom: 10px;
  width: 50%;
}
header .main_navi .shop_sec .shop .shop_ dt {
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
}
header .main_navi .shop_sec .shop .shop_ dt a {
  color: #fff;
}
header .main_navi .shop_sec .sns_sec ul {
  justify-content: start;
  gap: 20px;
  margin-top: 20px;
}
header .main_navi .shop_sec .sns_sec ul > li {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 20%;
  max-width: 50px;
}

.footer_link_btn ul li p {
  font-size: 0.6rem;
}

footer {
  padding-top: 100px;
}
footer .sub_navi {
  display: none;
}
footer .shop {
  width: 100%;
  text-align: center;
}
footer .shop .logo {
  width: 40%;
  margin: 0 auto;
}
footer .shop ul {
  margin-top: 30px;
  justify-content: center;
  gap: 20px;
}
footer .footer_other_nav a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
footer .footer_btn {
  position: fixed;
  bottom: -10px;
  width: 100%;
  border-top: 2px solid #fff;
}
footer .footer_btn ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer_btn ul li {
  margin: 0;
  padding: 0;
  height: 100%;
  margin-bottom: 10px;
  width: 50%;
  line-height: 1;
}
footer .footer_btn ul li a {
  color: #fff;
  height: 100%;
  padding: 15px 0 20px 0;
  font-size: 1.1em;
  display: block;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  background-color: #005bac;
}
footer .footer_btn ul li a:hover {
  background-color: #e4f2f9;
}
footer .footer_btn ul li a span {
  padding-left: 55px;
  position: relative;
}
footer .footer_btn ul li a span::before {
  content: "";
  position: absolute;
  left: -15px;
  top: -20px;
  width: 60px;
  height: 60px;
}
footer .footer_btn ul li:nth-child(1) a span::before {
  background: url("../images/common/footer_btn_icon001.png") no-repeat left center;
  background-size: contain;
}
footer .footer_btn ul li:nth-child(2) a span::before {
  background: url("../images/common/footer_btn_icon002.png") no-repeat left center;
  background-size: contain;
}
footer .footer_btn ul li:nth-child(2) a {
  background-color: #f3630c;
}
footer .copyright {
  padding-bottom: 100px;
}

.contents {
  margin: 100px 0 40px 0;
}
.contents .inr.flex {
  flex-flow: column;
}
.contents .left_sec {
  width: 100%;
  order: 2;
}
.contents .right_sec {
  order: 1;
  width: 100%;
}
.contents .center_sec {
  width: 100%;
}

body.on_head_news .contents {
  margin-top: 150px;
}

@media screen and (max-width: 480px) {
  header .contact {
    display: none;
  }
  header .header__middle .member_sec {
    display: none;
  }
  .footer_link_btn {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .footer_link_btn ul {
    gap: 0px;
  }
  .footer_link_btn ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .left_sec nav dl dt {
    padding: 10px 0;
  }
  .left_sec nav dl dd a {
    padding: 10px 10px;
  }
}