@charset "UTF-8";
/* CSS Document */
/* Body Html Fonts
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  background-color: #FFF;
}

@media screen and (max-width: 660px) {
  html {
    font-size: 13px;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
}

body > iframe, body > form, body > span {
  width: 0;
  display: none;
}

body.fixed {
  position: fixed;
}

body a {
  color: #1C7DC1;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

body a:hover {
  text-decoration: underline;
}

body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}

body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

body .wrap {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

body ::selection {
  background: rgba(0, 75, 165, 0.2);
  /* Safari */
}

body ::-moz-selection {
  background: rgba(0, 75, 165, 0.2);
  /* Firefox */
}

hr {
  background: #ccc;
  border: none;
  height: 1px;
  margin: 2em 0;
}

/* header
------------------------------------------------------------*/
header {
  position: relative;
  z-index: 10;
}

header .head-main {
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
}

header .head-main .search-form {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-right: 20px;
}

header .head-main .search-form input[type="text"] {
  background-color: #555555;
  border: none;
  height: 26px;
  line-height: 26px;
  width: 180px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  color: #FFF;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
}

header .head-main .search-form input[type="text"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

@media screen and (min-width: 965px) {
  header .head-main .search-form input[type="text"]:-webkit-autofill + input[type="submit"] {
    background-image: url(../img/icon/search_black.svg);
  }
}

header .head-main .search-form input[type="submit"] {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 14px;
  right: 10px;
  margin-top: -7px;
  background: transparent url(../img/icon/search.svg) no-repeat center/contain;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 5;
}

header .head-main .search-form .cansel {
  display: none;
}

header .head-main .search-btn {
  display: none;
}

header .head-main .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-main .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
}

header .head-main .item-logo {
  line-height: 0;
  margin-right: auto;
}

header .head-main .item-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-main .item-logo span:first-child {
  margin-right: 4px;
}

header .head-main .item-logo__lead {
  color: #fff;
  font-size: 0.7em;
  margin-top: 10px;
}

header .head-main .item-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-main .item-nav li {
  border-left: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
  /* &:first-child{
              a{
                &:hover{
                  @include opacity;
                }
              }
            } */
  /* &:last-child{
              a{
                font-weight: bold;
                &:hover{
                  color: $orange;
                }
              }
            }*/
}

header .head-main .item-nav li a {
  font-size: 12px;
  font-size: 0.8rem;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto;
}

header .head-main .item-nav li a:hover {
  text-decoration: none;
  border-bottom-color: #FF4B00;
}

header .head-main .item-tel {
  border-left: 1px solid #555555;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 12px;
  padding: 0 15px;
}

header .head-main .item-tel__telNumber {
  color: #FF4B00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  line-height: 1.5;
}

header .head-main .item-tel__telNumber:before {
  content: "";
  color: #FF4B00;
  display: block;
  width: 13px;
  height: 22px;
  background: url(../img/icon/tel.svg) no-repeat;
  margin-right: 10px;
}

header .head-main .item-tel__sales {
  height: auto;
  line-height: 1.2;
}

header .head-main .item-tel__businessHour {
  font-size: 0.6em;
  line-height: 1.5;
}

header .head-main .item-btn a {
  width: 220px;
  height: 100%;
  background: #FF4B00;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-main .item-btn a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/cart.svg) no-repeat;
  margin-right: 10px;
}

header .head-main .item-btn a:hover {
  text-decoration: none;
  background-color: #ff6f33;
}

header .head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

header .head-nav .item-logo {
  margin-right: 50px;
  position: relative;
  z-index: 5;
}

header .head-nav .item-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav .item-logo span {
  width: 90px;
  line-height: 0;
}

header .head-nav .item-logo span:not(:last-child) {
  margin-bottom: 10px;
}

header .head-nav .item-logo span img {
  width: 100%;
  height: auto;
}

header .head-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

header .head-nav > ul > li {
  margin: 0 18px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  line-height: 1.2;
  padding-bottom: 0.3em;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li > a:hover {
  text-decoration: none;
}

header .head-nav > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #FFF transparent transparent transparent;
  margin-left: 6px;
  margin-top: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .head-nav > ul > li.hover .hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .head-nav > ul > li.hover .bg {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

header .head-nav > ul > li.hover > a {
  border-bottom-color: #FF4B00;
}

header .head-nav > ul > li.hover > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  border-top-color: #FF4B00;
}

header .head-nav > ul > li .bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -2;
  pointer-events: none;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}

header .head-nav .hidden {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  padding-top: 95px;
  padding-bottom: 55px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}

header .head-nav .hidden:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -15px;
  width: 100vw;
  height: calc(100% + 15px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  background-color: #444444;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

header .head-nav .hidden .link {
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding: 10px 0;
  margin-bottom: 35px;
  margin-right: 0;
}

header .head-nav .hidden .link a {
  color: #FFF;
  background-image: url(../img/icon/link_orange.svg);
}

header .head-nav .hidden .tabs {
  margin-bottom: 15px;
  border-bottom: 1px solid #FFF;
  margin-right: 0;
}

header .head-nav .hidden .tabs li:last-child {
  margin-right: 0;
}

header .head-nav .hidden .tabs li a {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  border-bottom: none;
  height: 40px;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .head-nav .hidden .tabs li.current a {
  background-color: #dddddd;
  color: #333333;
  height: 45px;
  border: nonel;
  border-top: 2px solid #FF4B00;
}

header .head-nav .hidden .tab-content {
  background-color: transparent;
  border: none;
  padding: 0;
}

header .head-nav .hidden .tab-content .tab {
  display: none;
}

header .head-nav .hidden .tab-content .tab.current {
  display: block;
}

header .head-nav .hidden .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .head-nav .hidden .inside .btn {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

header .head-nav .hidden .inside > div {
  width: 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

header .head-nav .hidden .inside > div:not(:last-child) {
  border-right: 1px solid #555555;
  padding-right: 45px;
  margin-right: 45px;
}

header .head-nav .hidden .inside > div:nth-child(even) .title {
  background-color: #004BA5;
}

header .head-nav .hidden .inside > div .title {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FF4B00;
  color: #FFF;
  padding: 3px 20px;
  margin-bottom: 5px;
}

header .head-nav .hidden .inside > div .link-list-arrow li {
  width: calc(50% - 32px);
}

header .head-nav .hidden .link-list-arrow {
  width: calc(100% + 32px);
}

header .head-nav .hidden .link-list-arrow li {
  width: calc(25% - 32px);
}

header .head-nav .hidden .link-list-arrow li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  padding-left: 35px;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #FFF;
  background-image: url(../img/icon/link_white.svg);
  background-position: left 10px center;
  background-size: 15px auto;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 14px;
  font-size: 0.93333rem;
}

header .head-nav .hidden .link-list-arrow li a:hover {
  background-color: #666666;
  text-decoration: none;
  color: #FFF;
  background-image: url(../img/icon/link_white_02.svg);
}

header .head-menu, header .head-hidden {
  display: none;
}

header .head-hidden {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  background: #444444;
  z-index: 3;
  pointer-events: none;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}

header .head-hidden a {
  color: #FFF;
}

header .head-hidden .inside {
  height: 100%;
  overflow: scroll;
}

header .head-hidden .item-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

header .head-hidden .item-tel a {
  width: 100%;
  color: #fff;
  padding: 10px 20px;
}

header .head-hidden .item-tel a:hover {
  text-decoration: none;
  color: #FF4B00;
}

header .head-hidden .item-tel__caption {
  display: flex;
  align-items: flex-end;
}

header .head-hidden .item-tel__caption > * + * {
  margin-left: 0.5em;
}

header .head-hidden .item-tel__title {
  display: flex;
  align-items: center;
}

header .head-hidden .item-tel__telNumber {
  color: #fff;
  font-size: 1.8em;
}

header .head-hidden .item-tel__telNumber a {
  display: flex;
  align-items: center;
}

header .head-hidden .item-tel__telNumber a::before {
  display: block;
  content: "";
  background-image: url(/_common/img/icon/tel.svg);
  width: 13px;
  height: 22px;
  margin-right: 0.2em;
}

header .head-hidden .item-nav-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #333333;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}

header .head-hidden .item-nav-01 li {
  width: 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

header .head-hidden .item-nav-01 li:not(:last-child) {
  border-right: 1px solid #555555;
}

header .head-hidden .item-nav-01 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 12px;
  font-size: 0.8rem;
}

header .head-hidden .item-nav-01 li a:hover {
  text-decoration: none;
  color: #FF4B00;
}

header .head-hidden .item-nav-02 {
  padding-bottom: 140px;
}

header .head-hidden .item-nav-02 li {
  position: relative;
}

header .head-hidden .item-nav-02 li.parent .plus {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  right: 0;
  border-left: 1px solid #555555;
  background: #444444 url(../img/icon/plus.svg) no-repeat center;
}

header .head-hidden .item-nav-02 li.parent.opened > .plus {
  background-image: url(../img/icon/minus.svg);
}

header .head-hidden .item-nav-02 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 15px;
  height: 50px;
}

header .head-hidden .item-nav-02 li a:hover {
  text-decoration: none;
}

header .head-hidden .item-nav-02 li a:after {
  border-left: 1px solid #555555;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  background: url(../img/icon/link-nav.svg) no-repeat center;
}

header .head-hidden .item-nav-02 > li {
  border-bottom: 1px solid #555555;
}

header .head-hidden .item-nav-02 > li:first-child > a:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(../img/icon/home-orange.png) no-repeat center/contain;
  margin-right: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header .head-hidden .item-nav-02 > li:first-child > a:before {
    background-image: url(../img/icon/home-orange@2x.png);
  }
}

header .head-hidden .item-nav-02 > li > a {
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .head-hidden .item-nav-02 > li ul {
  display: none;
}

header .head-hidden .item-nav-02 > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #555555;
}

header .head-hidden .item-nav-02 > li > ul > li.parent .plus {
  background-color: #666666;
}

header .head-hidden .item-nav-02 > li > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  padding-left: 25px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .head-hidden .item-nav-02 > li > ul > li > span.orange {
  background: #FF4B00;
}

header .head-hidden .item-nav-02 > li > ul > li > span.orange ~ .plus {
  background-color: #FF4B00;
}

header .head-hidden .item-nav-02 > li > ul > li > span.blue {
  background-color: #004BA5;
  color: #FFF;
}

header .head-hidden .item-nav-02 > li > ul > li > span.blue ~ .plus {
  background-color: #004BA5;
}

header .head-hidden .item-nav-02 > li > ul > li > a {
  background: #666666;
  padding-left: 25px;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .head-hidden .item-nav-02 > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #555555;
}

header .head-hidden .item-nav-02 > li > ul > li > ul > li > a {
  font-size: 12px;
  font-size: 0.8rem;
  padding-left: 40px;
}

header.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

header.top .head-main {
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.5);
}

header.top .head-main .item-logo {
  display: none;
}

header.top .head-nav {
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header.top .head-nav > ul > li .bg {
  left: calc(50% - 70px);
}

@media screen and (min-width: 965px) and (max-width: 1240px) {
  header.top .head-nav > ul > li .bg {
    left: initial;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 0;
  }
}

header.top .head-nav .hidden {
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

header.top .head-nav .hidden:before {
  left: calc(50% - 70px);
}

@media screen and (min-width: 965px) and (max-width: 1240px) {
  header.top .head-nav .hidden:before {
    left: initial;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 0;
  }
}

header.lower {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header.lower.hide {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

header.lower.hide .head-nav > ul > li.hover .hidden {
  pointer-events: none;
}

header.lower .head-main {
  z-index: 4;
  position: relative;
}

header.lower .head-nav {
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.2);
  position: relative;
}

header.lower .head-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 2;
  pointer-events: none;
}

header.lower .head-nav .item-logo {
  display: none;
}

header.lower .head-nav > ul > li:hover > a:after {
  border-top-color: #FF4B00;
}

header.lower .head-nav > ul > li.current > a {
  border-bottom-color: #FF4B00;
}

header.lower .head-nav > ul > li.current > a:after {
  border-top-color: #FF4B00;
}

header.lower .head-nav > ul > li > a {
  color: #333333;
}

header.lower .head-nav > ul > li > a:after {
  border-top-color: #333333;
}

header.lower .head-nav > ul .hidden .tabs {
  /* padding-top: 0;
              border-top: none; */
}

@media screen and (min-width: 965px) and (max-width: 1240px) {
  header .head-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .head-nav .item-logo {
    margin-right: 20px;
  }
  header .head-nav .item-logo span {
    width: 60px;
  }
  header .head-nav > ul {
    margin-left: auto;
  }
  header .head-nav > ul > li {
    margin: 0 10px;
  }
  header .head-nav > ul > li > a {
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: bold;
    font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  header.top .head-nav {
    padding-right: 0;
  }
  header.top .head-nav .hidden {
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.top .head-nav > ul {
    margin-left: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header.top .head-nav > ul > li > a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
  header.lower .head-nav {
    padding-left: 0;
  }
  header.lower .head-nav > ul {
    margin-left: auto;
    margin-right: auto;
  }
  header.lower .head-nav > ul > li {
    margin: 0 12px;
  }
}

@media screen and (min-width: 965px) and (max-width: 1092px) {
  header.lower .head-main .search-form input[type="text"] {
    width: 140px;
  }
  header.lower .head-main .right .item-nav li {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.lower .head-main .right .item-btn a {
    width: 160px;
  }
}

@media screen and (max-width: 964px) {
  header .head-main .right {
    display: none;
  }
  header .head-main .search-form {
    position: absolute;
    left: 48px;
    top: 0;
    width: calc(100% - 48px - 50px);
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    padding-right: 44px;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  header .head-main .search-form.active {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .head-main .search-form input[type="text"] {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    height: 30px;
    line-height: 30px;
    width: 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-left: auto;
    background-color: #bababa;
    color: #333333;
  }
  header .head-main .search-form input[type="text"]::placeholder {
    color: #737373;
  }
  header .head-main .search-form input[type="text"]:focus {
    background-color: #FFF;
  }
  header .head-main .search-form input[type="submit"] {
    width: 44px;
    height: 50px;
    top: 0;
    margin-top: 0;
    right: 0;
    background-image: url(../img/icon/search.svg);
    background-color: #333333;
    background-size: 22px auto;
  }
  header .head-main .search-form .cansel {
    color: #1C7DC1;
    font-size: 11px;
    font-size: 0.73333rem;
    margin: 0 5px 0 15px;
    cursor: pointer;
    pointer-events: none;
    display: none;
  }
  header .head-main .search-form .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 3;
  }
  header .head-main .search-btn {
    display: block;
    margin-left: auto;
    line-height: 0;
    margin-right: 60px;
  }
  header .head-nav {
    padding: 10px 0 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-nav .item-logo {
    margin-right: auto;
    position: absolute;
    left: 10px;
    top: 15px;
  }
  header .head-nav .item-logo a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  header .head-nav .item-logo span {
    width: 60px;
  }
  header .head-nav .item-logo span:not(:last-child) {
    margin-bottom: 5px;
  }
  header .head-nav ul {
    display: none;
  }
  header .head-menu {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    width: 50px;
    height: 50px;
    right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    cursor: pointer;
  }
  header .head-menu span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .head-menu span:last-child {
    margin-bottom: 0;
  }
  header .head-menu span.top {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  header .head-menu span.middle {
    margin-top: -2px;
    left: 0;
    position: relative;
  }
  header .head-menu span.bottom {
    margin-top: -2px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  header .head-hidden {
    display: block;
  }
  header.active .head-menu .middle {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    left: 20px;
  }
  header.active .head-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  header.active .head-hidden {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header.top .head-main {
    background: transparent;
    height: 80px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.top .head-main .search-btn {
    margin-right: 70px;
    z-index: 7;
  }
  header.top .head-main .search-form {
    width: calc(100% - 80px - 50px);
    left: 80px;
    padding-right: 54px;
    z-index: 8;
    top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  header.top .head-main .search-form .bg {
    width: 100vw;
    height: 100vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    margin-left: -15px;
    z-index: -1;
  }
  header.top .head-main .search-form input[type="text"] {
    background-color: #FFF;
    color: #333333;
  }
  header.top .head-main .search-form input[type="submit"] {
    right: 10px;
    background-color: transparent;
  }
  header.lower {
    position: fixed;
    width: 100%;
    top: 0;
  }
  header.lower .head-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 10px;
    height: 60px;
  }
  header.lower .head-main .right {
    display: none;
  }
  header.lower .head-main .item-logo {
    width: 200px;
  }
  header.lower .head-main .item-logo > a {
    width: 140px;
  }
  header.lower .head-menu {
    top: 0;
    right: 0;
  }
  header.lower .head-nav {
    display: none;
  }
  header.lower .head-hidden {
    padding-top: 60px;
  }
}

/* footer
------------------------------------------------------------*/
footer {
  background: #333333;
}

footer .foot-pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-pagetop.show {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

footer .foot-pagetop .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

footer .foot-pagetop .item-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #333333;
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-pagetop .item-pagetop a img {
  width: 20px;
  height: auto;
}

footer .foot-pagetop .item-pagetop a:hover {
  background-color: #666666;
}

footer .foot-pagetop .item-pagetop a:hover img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

footer .foot-main {
  overflow: hidden;
}

footer .foot-main .inside {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

footer .foot-main .item-nav {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -32px;
}

footer .foot-main .item-nav-02 {
  border-top: 1px solid #555555;
  font-size: 12px;
  font-size: 0.8rem;
  padding: 15px 10px;
}

footer .foot-main .item-nav-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

footer .foot-main .item-nav-02 ul li:not(:last-child):after {
  content: "|";
  color: #FFF;
  margin: 0 15px;
}

footer .foot-main a {
  color: #FFF;
}

footer .foot-main dl {
  width: calc(25% - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
}

footer .foot-main dl dt {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'FOT-筑紫ゴシック Pro B', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 5px;
  border-left: 3px solid #FF4B00;
  padding-left: 10px;
}

footer .foot-main dl dt:not(:first-child) {
  margin-top: 30px;
}

footer .foot-main dl dd {
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.4;
}

footer .foot-main dl dd > ul {
  padding-left: 1em;
}

footer .foot-main dl dd > ul > li {
  text-indent: -1em;
}

footer .foot-main dl dd > ul > li:not(:last-child) {
  margin-bottom: 5px;
}

footer .foot-main dl dd > ul > li:before {
  content: "•";
  color: #FFF;
  margin-right: 0.5em;
}

footer .foot-main dl dd > ul > li .icon-external {
  width: 10px;
  background-image: url(../img/icon/external_white.svg);
  margin-right: 0;
  margin-left: 5px;
}

footer .foot-main dl dd > ul > li ul {
  padding-top: 5px;
  padding-left: 0;
  font-size: 11px;
  font-size: 0.73333rem;
  text-indent: 0;
}

footer .foot-main dl dd > ul > li ul li:not(:last-child) {
  margin-bottom: 3px;
}

footer .foot-links {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}

footer .foot-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 10px;
}

footer .foot-links ul li {
  line-height: 0;
  margin: 0 8px;
}

footer .foot-notification {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .foot-notification .item-notification a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.93333rem;
  line-height: 1.4;
  color: #FFF;
  background-color: #FF4B00;
  padding: 1em 0.3em;
}

footer .foot-notification .item-notification a:hover {
  opacity: 0.92;
}

footer .foot-notification .item-notification a::before {
  display: inline-block;
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: url(/_common/img/icon/documentRequest_w.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}

footer .foot-notification .item-notification a::after {
  display: inline-block;
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 8px;
  background: url(/_common/img/icon/external_white.svg) no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}

footer .foot-notification .item-notification a span {
  font-weight: bold;
}

footer .foot-notification.fixed {
  position: fixed;
  right: 80px;
  bottom: 30px;
}

footer .foot-notification.fixed .item-notification {
  height: 45px;
  display: flex;
  align-items: stretch;
}

footer .foot-notification.fixed .item-notification a {
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 0.5em 1em 0.3em 3em;
}

footer .foot-notification.fixed .item-notification a::before {
  position: absolute;
  left: 8px;
}

footer .foot-notification.fixed .item-notification a span {
  display: block;
}

footer .foot-copy {
  background: #EEEEEE;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px;
}

footer .foot-copy span {
  line-height: 0;
  margin-right: 10px;
  width: 30px;
}

footer .foot-copy span img {
  width: 30px;
  height: 30px;
}

footer .foot-copy small {
  font-size: 12px;
  font-size: 0.8rem;
  color: #666666;
}

@media screen and (min-width: 661px) and (max-width: 1024px) {
  footer {
    overflow: hidden;
  }
  footer .foot-main .inside {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 660px) {
  footer .foot-pagetop {
    right: 5px;
    bottom: 5px;
  }
  footer .foot-pagetop .item-search {
    margin-right: 5px;
  }
  footer .foot-pagetop .item-search .btn-search {
    width: 32px;
    height: 32px;
  }
  footer .foot-pagetop .item-search .btn-search:hover {
    background-color: #aaaaaa;
  }
  footer .foot-pagetop .item-search .btn-search:hover + form {
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
  }
  footer .foot-pagetop .item-search .btn-search img {
    width: 15px;
  }
  footer .foot-pagetop .item-search form > input[type="text"] {
    height: 32px;
    line-height: 32px;
  }
  footer .foot-pagetop .item-search form > input[type="submit"] {
    display: block;
    width: 32px;
    height: 32px;
    background-size: 15px auto;
  }
  footer .foot-pagetop .item-pagetop a {
    width: 40px;
    height: 40px;
  }
  footer .foot-pagetop .item-pagetop a img {
    width: 18px;
  }
  footer .foot-main {
    display: none;
  }
  footer .foot-main .inside {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .foot-main .item-nav {
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 30px 0;
  }
  footer .foot-main .item-nav dl {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    /* @include mqMax(400px){
                width: calc(100% - 20px);
              } */
  }
  footer .foot-links {
    border-top: 1px solid #dddddd;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .foot-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 10px;
  }
  footer .foot-links ul li {
    margin: 0 5px;
  }
  footer .foot-notification.fixed {
    right: 50px;
    bottom: 5px;
  }
  footer .foot-notification.fixed .item-notification {
    height: 40px;
  }
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  padding-top: 10px;
  position: relative;
}

#mainimg .keyvisual__catch {
  background: #f5f5f7;
  font-size: 1.0em;
  font-weight: bold;
  padding-top: calc(64px + 2vw);
  margin-bottom: -20px;
  text-align: center;
}

#mainimg .keyvisual__catch h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.8em;
  line-height: 1.2;
}

#mainimg .keyvisual__image {
  background: url(../img/top/bg-kv_sp.jpg) no-repeat top center/contain;
  height: calc(100vw * 0.57);
}

#mainimg .keyvisual__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: -40px auto auto;
}

#mainimg .keyvisual__footer__link {
  padding-bottom: 8px;
}

#mainimg .keyvisual__footer__link a {
  color: #666;
}

#mainimg .keyvisual__footer .information-block {
  margin-bottom: 20px;
}

#mainimg .keyvisual__footer .btn {
  margin-bottom: 16px;
}

@media screen and (min-width: 660px) {
  #mainimg .keyvisual__image {
    background-image: url(../img/top/bg-kv.jpg);
    height: calc(100vw * 0.48);
  }
  #mainimg .keyvisual__catch {
    margin-bottom: -20px;
    padding-top: 90px;
  }
  #mainimg .keyvisual__catch h2 {
    font-size: 2.0em;
    line-height: 1.4;
  }
  #mainimg .keyvisual__footer {
    max-width: 740px;
    padding-bottom: 20px;
  }
  #mainimg .keyvisual__footer .information-block {
    margin-bottom: 30px;
  }
  #mainimg .information-block {
    border: none;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 964px) {
  #mainimg .keyvisual__catch {
    font-size: 1.4em;
    padding-top: 180px;
  }
  #mainimg .keyvisual__catch h2 {
    font-size: 2em;
  }
  #mainimg .keyvisual__footer {
    margin-top: calc(-70px - 5vw);
  }
}

/* main
------------------------------------------------------------*/
main {
  display: block;
  overflow: hidden;
}

main .content {
  width: 1024px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main > section {
  margin-bottom: 60px;
}

main > section:last-child {
  margin-bottom: 0;
}

main > section.bg {
  background-color: #EEEEEE;
}

@media screen and (min-width: 661px) and (max-width: 1024px) {
  /* main
------------------------------------------------------------*/
  main {
    overflow: hidden;
  }
  main .content {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/*sp*/
@media screen and (max-width: 660px) {
  /* main
------------------------------------------------------------*/
  main {
    overflow: hidden;
    width: 100%;
  }
  main .content {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main > section {
    margin-bottom: 30px;
  }
  main > section:last-child {
    margin-bottom: 0;
  }
}
