@charset "UTF-8";
/*=========
reset
=========*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*=========
common
=========*/
html {
  font-size: 62.5%;
  /*10px*/
}

.portal {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Osaka, sans-serif;
}

.portal a {
  color: #000;
  text-decoration: none;
}

.portal img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .portal .pc-show {
    display: none;
  }
}

.portal .sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .portal .sp-show {
    display: initial;
  }
}

.portal .wrapper {
  max-width: 1164px;
  margin: 0 auto;
}

@media screen and (max-width: 1163px) {
  .portal .wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .portal .wrapper {
    padding: 0;
    max-width: 100%;
  }
}

.portal .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portal .btn:hover {
  opacity: .8;
}

.portal .btn--white {
  background: #fff;
}

.portal .btn--reg {
  width: 120px;
  height: 30px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  background: #BA900D;
  border-radius: 25px;
}

.portal .btn--more {
  position: relative;
  width: 120px;
  height: 35px;
  color: #000;
  font-size: 1.2rem;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .portal .btn--more {
    width: calc(200*100vw/768);
  }
}

.portal .btn--more:before, .portal .btn--more:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  width: 320px;
  height: 1px;
  background: #ddd;
}

@media screen and (max-width: 768px) {
  .portal .btn--more:before, .portal .btn--more:after {
    width: calc(230*100vw/768);
  }
}

.portal .btn--more:before {
  left: -326px;
}

@media screen and (max-width: 768px) {
  .portal .btn--more:before {
    left: calc(-251*100vw/768);
  }
}

.portal .btn--more:after {
  right: -326px;
}

@media screen and (max-width: 768px) {
  .portal .btn--more:after {
    right: calc(-251*100vw/768);
  }
}

.portal .btn--factory {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 350px;
  height: 45px;
  color: #192F72;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding-left: 27px;
  border-radius: 45px;
}

@media screen and (max-width: 768px) {
  .portal .btn--factory {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(648*100vw/768);
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    text-align: center;
    padding: 0 calc(40*100vw/768) 0 0;
  }
}

.portal .btn--factory:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 14px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow_blue.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .portal .btn--factory:after {
    width: calc(17*100vw/768);
    height: calc(27*100vw/768);
    right: calc(25*100vw/768);
  }
}

.portal .btn--detail {
  width: 170px;
  height: 45px;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #fff;
  border-radius: 45px;
}

@media screen and (max-width: 768px) {
  .portal .btn--detail {
    width: calc(270*100vw/768);
    height: 40px;
    font-size: 1.2rem;
  }
}

.portal .btn--mail {
  width: 210px;
  height: 40px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: #192F72;
  border-radius: 25px;
}

.portal .btn--mail .icon {
  margin-right: 8px;
}

@media screen and (max-width: 768px) {
  .portal .btn--mail {
    width: calc(450*100vw/768);
    font-size: 1.3rem;
    margin: 0 auto;
  }
  .portal .btn--mail .icon {
    margin-right: calc(10*100vw/768);
  }
}

.portal .btn--product {
  width: 100%;
  height: 30px;
  border-radius: 33px;
  font-size: 1.2rem;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .portal .btn--product {
    width: 100%;
  }
}

.portal .btn--grad {
  color: #fff;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#26439A), to(#192F72));
  background: linear-gradient(to bottom, #26439A 0%, #192F72 100%);
}

/* header */
.portal-header {
  background: #192F72;
  padding: 26px 0 22px;
}

.portal-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portal-header-logo {
  padding-left: 10px;
  margin-right: 42px;
}

.portal-header-txt {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .portal-header {
    padding: calc(34*100vw/768) 0 calc(17*100vw/768);
  }
  .portal-header .wrapper {
    display: block;
  }
  .portal-header-logo {
    padding-left: 0;
    margin: 0 0 calc(14*100vw/768);
    text-align: center;
  }
  .portal-header-logo img {
    width: calc(477*100vw/768);
  }
  .portal-header-txt {
    font-size: 1rem;
    text-align: center;
  }
}

/*footer*/
.portal-footer {
  background: #192F72;
  padding: 40px 0 73px;
}

.portal-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 25px;
}

.portal-footer-logo {
  margin-bottom: 14px;
}

.portal-footer-txt {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .portal-footer {
    padding: 0;
  }
  .portal-footer-top {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: #fff;
    padding: calc(50*100vw/768) 0;
    margin-bottom: 0;
  }
  .portal-footer-top__left {
    display: none;
  }
}

.portal-footer .pagetop a {
  position: relative;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  padding-right: 46px;
}

.portal-footer .pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow_pc.png) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .portal-footer .pagetop a {
    color: #000;
    padding-right: calc(85*100vw/768);
  }
  .portal-footer .pagetop a:before {
    width: calc(42*100vw/768);
    height: calc(42*100vw/768);
    top: calc(-10*100vw/768);
    right: calc(30*100vw/768);
    background-image: url(../img/icon_arrow_sp.png);
  }
}

.portal-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .portal-footer-bottom {
    display: none;
  }
}

.portal-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 812px;
  padding: 13px 13px 0 0;
}

@media screen and (max-width: 768px) {
  .portal-footer-link {
    display: none;
  }
}

.portal-footer-link__item {
  margin-right: 65px;
}

.portal-footer-link__item:last-of-type {
  margin-right: 0;
}

.portal-footer-link__item-head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 11px;
}

.portal-footer-link__item .link-list__item {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3333;
  padding-left: 10px;
  margin-bottom: 10px;
}

.portal-footer-link__item .link-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
}

.portal-footer-link__item .link-list__item:last-of-type {
  margin-bottom: 0;
}

.portal-footer-link__item .link-list__item a {
  color: #fff;
}

.portal-footer-link__item .link-list__item a:hover {
  text-decoration: underline;
}

.portal-footer-mail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 282px;
  padding: 13px 20px 14px;
  background: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .portal-footer-mail {
    width: 100%;
    border-radius: 3px;
  }
}

.portal-footer-mail .mail-head {
  color: #192F72;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #192F72;
  margin-bottom: 10px;
}

.portal-footer-mail .mail-head .icon {
  margin-right: 16px;
}

.portal-footer-mail .mail-head .icon img {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .portal-footer-mail .mail-head {
    font-size: 1.4rem;
  }
  .portal-footer-mail .mail-head .icon {
    margin-right: calc(15*100vw/768);
  }
  .portal-footer-mail .mail-head .icon img {
    width: calc(55*100vw/768);
  }
}

.portal-footer-mail .mail-txt {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.7273;
  text-align: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
  .portal-footer-mail .mail-txt {
    font-size: 1.2rem;
  }
}

.portal-footer-mail .btn {
  margin: 0 auto;
}

/* anker */
.anker {
  padding-top: 16px;
}

.anker-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 926px;
  padding: 11px 78px 0;
  margin: 0 auto;
}

.anker-list__item {
  font-size: 1.6rem;
}

.anker-list__item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding-bottom: 24px;
}

.anker-list__item a:hover {
  padding-bottom: 21px;
  border-bottom: 3px solid #192F72;
}

.anker-mail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 238px;
  padding-right: 28px;
}

@media screen and (max-width: 1163px) {
  .anker-list {
    width: calc(800*100vw/1163);
    padding: 11px 0 0;
  }
  .anker-mail {
    width: calc(238*100vw/1163);
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .anker {
    padding: 0;
  }
  .anker-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .anker-list__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    font-size: 1.3rem;
    background: url(../img/icon_anker.png) center right calc(29*100vw/768) no-repeat;
    background-size: calc(20*100vw/768);
    border-bottom: 1px solid #ccc;
  }
  .anker-list__item:nth-of-type(2n) {
    border-left: 1px solid #ccc;
  }
  .anker-list__item a {
    padding: calc(30*100vw/768);
  }
  .anker-list__item a:hover {
    padding: calc(30*100vw/768);
    border: none;
  }
  .anker-mail {
    width: 100%;
    padding: 0;
    margin: 0 auto calc(40*100vw/768);
  }
}
