@charset "utf-8";
@import url('destyle.css');
*:focus {
  outline: none;
}

* {
  font-size: 10px;
}

body {
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, span, dl, dt, dd, dd, dt, .list_detail_bt {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #243a39;
}

p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.fl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

a[href]:hover {
  opacity: 0.7;
  transition: opacity .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

/* ---------------------
	header 
-----------------------*/

#header {
  height: 90px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  -moz-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  -ms-filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.15));
  opacity: 1;
  transition: 0.3s ease;
}

.header_container {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 0 50px;
}

.h_logo {
  height: auto;
  position: relative;
  z-index: 201;
  align-items: center;
}

.h_logo img {
  width: 266px;
}

.head_right {
  width: auto;
  align-items: center;
}

a.mark:before, a.mail:before {
  content: "";
  background-size: contain;
  height: 20px;
  margin-right: 0.5em;
  display: inline-block;
}

a.mark:before {
  width: 15px;
  background-image: url(../img/common/h_mark.svg);
}

a.mail:before {
  width: 20px;
  background-image: url(../img/common/h_mail.svg);
}

/* Navigation */
nav.gnav {
  max-width: 100%;
  background: red;
  height: 100%;
  background: none;
}

.expand {
  display: none;
}

.gnav ul {
  height: 100%;
  display: flex;
  align-items: center;
}

.gnav ul li a {
  font-size: 1.5rem;
  color: #000000;
  letter-spacing: 0.05em;
}

.gnav ul li:not(:last-child) a {
  padding-right: 1.8em;
}

.gnav ul li:not(.h_link):before {
  content: "|";
  display: inline-block;
  padding-right: 1.8em;
}

.h_link {
  margin-left: 4em;
}

.gnav ul li.h_link a {
  font-size: 0.95em;
}

.gnav ul li.h_link a:last-child {
  margin-left: 1.5em;
}

/* ---------------------
	common 
-----------------------*/

#wrapper {
  margin: auto;
  width: 100%;
  position: relative;
}

.main_container {
  margin: auto;
  width: 100%;
  position: relative;
}

.sec_container {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.ttl span {
  padding-right: 1.5em;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  color: #136893;
}

.ttl hr {
  flex: 1;
  border-color: #b7b7b7;
}

a.main_bt {
  display: flex;
  width: 320px;
  margin: 70px auto 110px;
  padding: 1.3em 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  letter-spacing: 0.1em;
  position: relative;
  font-size: 1.6rem;
  border-radius: 30px;
  border: 2px solid white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

a.main_bt:after {
  content: "▶︎";
  font-size: 0.9em;
  position: absolute;
  right: 8%;
  color: white;
}

.dbl {
  background: #0a6798;
}

.bggr {
  background: #f7f8f8;
}

.main_sec {
  padding: 90px 0 120px;
}

/* Equipment list styles */
.list_top {
  max-width: 1100px;
  width: 90%;
  margin: auto;
  padding-top: 200px;
}

.sec_container.detail_container {
  max-width: 1100px;
}

.equipment_detail {
  padding-bottom: 0;
}

.detail_bt {
  background: #fff;
  margin-top: 100px;
}

.detail_bt .main_bt {
  margin-bottom: 10px;
}

.equipment_bottom.detail_bottom {
  height: 120px;
  background: #fff;
}

/* ---------------------
	PC FOOTER 
-----------------------*/

.bottom_sp {
  height: 180px;
  position: relative;
}

a.pagetop {
  width: 45px;
  position: absolute;
  right: 50px;
  bottom: 35px;
  z-index: 10;
}

/* footer */
.footer_box {
  text-align: center;
  padding-top: 45px;
  background: #0a6798;
}

.footer_nav li {
  display: inline-block;
  padding: 0 1.5em 0 0;
}

.footer_nav li a {
  font-size: 1.5rem;
  font-weight: 400;
  padding-left: 0em;
  color: white;
  letter-spacing: 0.1em;
}

.footer_nav li:not(:last-child):after {
  content: "|";
  padding-left: 1em;
  color: white;
  font-size: 1.5rem;
}

.copyright {
  text-align: center;
  font-size: 1.1rem;
  padding: 1.2em 0 40px;
  font-weight: 300;
  color: white;
}

.f_logo {
  height: 95px;
  background: #fff;
  justify-content: center;
  padding-top: 1em;
}

.f_logo figure {
  width: 250px;
}

@media only screen and (max-width: 1250px) {
  .header_container {
    padding: 0 30px;
  }
  .h_link {
    margin: 0;
    display: inline-block;
  }
  .gnav ul li.h_link a:last-child {
    margin: 0.5em 0 0 0;
  }
}

@media only screen and (max-width: 1020px) {
  .gnav ul li:not(.h_link):before {
    padding-right: 1em;
  }
  .gnav ul li:not(:last-child) a {
    padding-right: 1em;
    font-size: 1.3rem;
  }
  .gnav ul li.h_link a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 880px) {
  .gnav ul li:not(:last-child) a, .gnav ul li.h_link a {
    font-size: 1rem;
  }
  .gnav ul li:not(.h_link):before {
    padding-right: 0.7em;
  }
  .gnav ul li:not(:last-child) a {
    padding-right: 0.7em;
  }
}

@media screen and (max-width: 1400px) and (min-width: 768px) {
  .gnav {
    flex: 1;
    padding-left: 2em;
  }
  .gnav ul li:not(:last-child) a {
    padding-right: 1.5em;
  }
  .gnav ul {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
  #header {
    height: 60px;
  }
  .header_container {
    height: 100%;
    padding: 0 15px;
  }
  .h_logo img {
    width: 150px;
  }
  #wrapper {
    padding-top: 60px;
  }

  .main_sec {
    padding: 10vw 0 0;
  }

  .ttl span {
    font-size: 1.6rem;
  }

  .bottom_sp {
    height: 5vw;
  }

  /* temp */
  .list_top {
    padding-top: 7vw;
  }

  .detail_bt {
    margin-top: 10vw;
    padding-top: 7vw;
  }

  .bottom_sp.detail_bottom {
    height: 15vw;
  }

  .expand {
    display: inline-block;
    position: relative;
    z-index: 300;
    width: 38px;
    height: 18px;
    cursor: pointer;
    text-align: center;
  }
  .expand span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .expand span:nth-child(1) {
    top: 0px;
  }
  .expand span:nth-child(2) {
    top: 9px;
  }
  .expand span:nth-child(3) {
    top: 18px;
  }
  .expand span:nth-child(4) {
    top: 27px;
  }
  .expand.active span:nth-child(1) {
    top: 10px;
    left: 5px;
    background: #555;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .expand.active span:nth-child(2) {
    top: 10px;
    background: #555;
    width: 38px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .expand.active span:nth-child(3) {
    top: 10px;
    background: #555;
    width: 38px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .expand.active span:nth-child(4) {
    top: 10px;
    left: 6px;
    background: #555;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav.gnav {
    position: absolute;
    z-index: 200;
    top: 60px;
    right: 0;
    padding: 7% 0 9% 0;
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    height: auto;
    text-align: right;
  }
  .header_container {
    padding: 0 20px;
  }
  .gnav ul li:not(.h_link):before {
    color: #fff;
    padding-right: 1.2em;
  }
  a.mark:before, a.mail:before {
    position: relative;
    bottom: -0.2em;
  }
  nav.gnav ul {
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
  }
  nav.gnav ul li {
    list-style-type: none;
    width: 100vw;
    transition: .3s all;
    padding-right: 6.5em;
    display: flex;
    align-items: center;
  }
  .gnav ul li.h_link a:last-child {
    margin: 0;
  }
  nav.gnav ul li:last-child {
    padding-bottom: 0;
  }
  nav.gnav ul li:hover {
    background: #f4f4f4;
  }
  nav.gnav ul li a {
    display: block;
    color: #fff;
    padding: 1.1em 0;
    text-decoration: none;
    text-align: left;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
    font-size: 3.5vw;
    position: relative;
  }
  nav.gnav ul li a:hover {
    opacity: 1;
  }
  nav.gnav ul li a img {
    height: 35px;
  }
  nav.gnav.active {
    opacity: 100;
    visibility: visible;
    background: #0a6798;
    font-weight: 400;
  }
  nav.gnav ul {
    text-align: left;
    width: 45vw;
  }
  nav.gnav ul>div {
    display: inline-block;
    width: 100%;
  }
  nav.gnav ul>div li {
    display: inline-block;
    text-align: left;
  }
  .header_container nav.gnav ul li a {
    padding: 1em 0;
    width: 70vw;
    position: relative;
    z-index: 10;
    font-size: 1.6rem;
  }
  nav.gnav ul li a img {
    height: 4vw;
  }
  .header_container nav.gnav ul li.h_link:not(last-child) a {
    padding: 0.9em 0;
  }

  /* ---------------------
	footer sp
-----------------------*/
  .footer_nav {
    display: flex;
    justify-content: center;
  }
  .footer_nav li {
    padding: 0.7em 0;
    text-align: left;
  }
  .footer_nav li:not(:first-child) a {
    padding-left: 1em;
  }
  .footer_box {
    padding-top: 4vw;
  }
  .footer_nav li a {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .footer_nav li:before {
    padding-right: 0.5em;
  }
  .copyright {
    font-size: 1.4rem;
    padding: 3vw 0;
  }
  .f_logo {
    height: 17vw;
  }
  a.pagetop {
    width: 40px;
    bottom: 3vw;
    position: absolute;
    right: 2vw;
  }
}

@media only screen and (max-width: 500px) {
  nav.gnav ul li a img {
    height: 5vw;
  }
  nav.gnav ul li a {
    padding: 1em 0;
  }
}

@media only screen and (max-width: 480px) {
  a.main_bt {
    width: 65vw;
    font-size: 1.4rem;
    margin: 0 auto;
  }
  a.pagetop {
    bottom: 5vw;
  }
  .footer_nav {
    padding: 0 5vw;
  }
  .footer_nav li a {
    font-size: 3vw;
  }
  .f_logo figure {
    width: 45vw;
    margin-top: -0.5em;
  }
  .f_logo {
    padding-top: 0;
  }
  .copyright {
    font-size: 2.5vw;
    padding: 3vw 0 3.5vw;
  }
}