@charset "UTF-8";
.noScript .search-wrap {
  height: 160px !important;
}
.noScript .search-wrap .textBox00, .noScript .search-wrap .textBox01 {
  visibility: visible !important;
  margin: 10px 0 0 !important;
}
.noScript .fix-btn {
  display: none !important;
}
.noScript .footer-slide {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.noScript .footer-slide li {
  width: 15% !important;
}

body {
  padding: 185px 0 0 0;
}

header *, .fix-nav *, footer *, .sp-parts *, .sp-footer *, .sp-copy-area * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
header ul, .fix-nav ul, footer ul, .sp-parts ul, .sp-footer ul, .sp-copy-area ul {
  padding: 0;
  margin: 0;
}
header a, .fix-nav a, footer a, .sp-parts a, .sp-footer a, .sp-copy-area a {
  text-decoration: none;
}
header p, .fix-nav p, footer p, .sp-parts p, .sp-footer p, .sp-copy-area p {
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #f7f8f8;
  border-top: solid 8px #374252;
}
header input,
header button,
header textarea,
header select,
header input[type=text],
header input[type=url],
header input[type=email],
header input[type=search],
header input[type=password],
header input[type=button],
header input[type=reset],
header input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
}
header ul {
  padding: 0;
  margin: 0;
}
header a {
  color: #000;
}
header a:hover {
  opacity: 0.5;
  color: #000;
}
header .utility-sub {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.4s;
}
header .utility-sub.off {
  top: 20px;
}
header .utility-sub li a {
  margin: 0 10px;
  display: inline-block;
  color: #000;
}
header .utility-sub li a i {
  display: inline-block;
  margin: 0 5px 0 0;
}
header .utility-sub li a.active {
  border-bottom: 1px solid #000;
}
header .utility-sub li a.small, header .utility-sub li a.normal, header .utility-sub li a.large {
  /*height: 18px;*/
}
header .utility-sub li a.small {
  font-size: 10px;
  margin: 0 0 0 5px;
}
header .utility-sub li a.small i {
  margin: 0 2.5px;
}
header .utility-sub li a.normal {
  font-size: 12px;
  margin: 0;
}
header .utility-sub li a.normal i {
  margin: 0 2.5px;
}
header .utility-sub li a.large {
  font-size: 14px;
  margin: 0 5px 0 0;
}
header .utility-sub li a.large i {
  margin: 0 2.5px;
}
header .utility-sub li:after {
  content: "｜";
  color: #000;
}
header .utility-sub li:last-of-type a {
  margin: 0 0 0 10px;
}
header .utility-sub li:last-of-type:after {
  content: "";
}
header .head-inner {
  width: 100%;
  max-width: 1260px;
  padding: 0 10px 13px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
header .head-inner .page-title {
  width: 424px;
}
header .head-inner .page-title h1 {
  margin: 18px 0;
  transition: 0.4s;
  border-bottom: none !important;
}
header .head-inner .page-title p {
  padding: 20px 0 0 0;
  font-size: 1em;
  line-height: 1;
  margin: 0 0 10px 0;
  transition: all 0.4s;
  visibility: visible;
  height: 33px;
}
header .head-inner .page-title.off p {
  padding: 0;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .head-inner .page-title.off h1 {
  margin: 10px 0 0 0;
}
header .head-inner .search-wrap {
  padding: 50px 0 0 0;
  max-width: 745px;
  width: calc(100% - 434px);
  visibility: visible;
  height: 116px;
  transition: all 0.4s;
}
header .head-inner .search-wrap.off {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
header .head-inner .search-btn {
  margin: -2px 0 13px 0;
}
header .head-inner .search-btn a {
  line-height: 22px;
  padding: 5px 0 0;
  display: inline-block;
  color: #000;
}
header .head-inner .search-btn .btn {
  display: inline-block;
  width: 120px;
  line-height: 16px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  margin: 0 7px 0 0;
  padding: 4px 0 3px;
}
header .head-inner .search-btn .btn:hover {
  cursor: pointer;
}
header .head-inner .search-btn .btn.whois {
  background-color: #374252;
  position: relative;
}
header .head-inner .search-btn .btn.whois.on:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #374252 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7.5px);
}
header .head-inner .search-btn .btn.site {
  background-color: #0072b6;
  position: relative;
}
header .head-inner .search-btn .btn.site.on:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #0072b6 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7.5px);
}
header .head-inner .search-area {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
header .head-inner .search-area .social {
  display: flex;
  justify-content: space-between;
  width: 176px;
  height: 44px;
  position: relative;
  top: -12px;
  padding-bottom: 5px;
}
header .head-inner .search-area .social .instagram {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F8F8;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
header .head-inner .search-area .social .instagram img {
  width: 29px;
  height: 29px;
}
header .head-inner .search-area .social .facebook {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F8F8;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
header .head-inner .search-area .social .facebook img {
  width: 29px;
  height: 29px;
}
header .head-inner .search-area .social .twitter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F8F8;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
header .head-inner .search-area .social .twitter img {
  width: 29px;
  height: 29px;
}
header .head-inner .search-area .social .rss {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F7F8F8;
  color: #f39801;
  text-align: center;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  line-height: 44px;
}
header .head-inner .search-area .social .rss i {
  font-size: 29px;
}
header .head-inner .search-area input[type=text] {
  height: 30px;
  background: #fff !important;
  text-indent: 0 !important;
  padding: 0 0 0 10px !important;
}
header .head-inner .search-area input[type=search] {
  height: 26px;
  background: #fff !important;
  text-indent: 0 !important;
  padding: 0 0 0 10px !important;
}
header .head-inner .search-area .textBox {
  position: relative;
  top: -1px;
  max-width: 630px;
  width: calc(100% - 176px);
}
header .head-inner .search-area .textBox00,
header .head-inner .search-area .textBox01 {
  position: relative;
  visibility: hidden;
  height: 0;
  margin: 0 10px 0 0;
}
header .head-inner .search-area .textBox00.on,
header .head-inner .search-area .textBox01.on {
  visibility: visible;
  height: 30px;
}
header .head-inner .search-area .textBox00 input[type=text] {
  width: calc(100% - 30px);
  border: solid 2px #374252 !important;
}
header .head-inner .search-area .textBox00 button[type=submit] {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #374252;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
header .head-inner .search-area .textBox01 input[type=search] {
  width: calc(100% - 164px);
  border: solid 2px #0072b6 !important;
}
header .head-inner .search-area .textBox01 button[type=submit] {
  background: #0072b6;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  width: 70px;
  display: inline-block;
}
header .head-inner .search-area .textBox01 .google {
  margin-right: 5px;
  position: relative;
  top: -1px;
  color: #fff;
}
header .head-inner .search-area .textBox01 .bing {
  position: relative;
  top: -1px;
  color: #fff;
}
header .global-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
header .global-nav:before {
  content: "";
  display: block;
  height: 50px;
  background-color: #f7f8f8;
  width: calc(50% - 530px);
}
header .global-nav:after {
  content: "";
  display: block;
  height: 50px;
  background-color: #f7f8f8;
  width: calc(50% - 530px);
}
header .global-nav .layer01-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 9px;
}
header .global-nav .layer01-ul .layer01-li {
  width: calc(33.33% - 6px);
  text-align: center;
}
header .global-nav .layer01-ul .layer01-li a {
  font-size: 1.125em;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 50px;
  width: 100%;
}
header .global-nav .layer01-ul .layer01-li a:hover {
  opacity: 1;
}
header .global-nav .layer01-ul .layer01-li i {
  display: inline-block;
  margin: 0 10px 0 0;
}
header .global-nav .layer01-ul .layer01-li.small {
  font-size: 1em;
}
header .global-nav .layer01-ul .layer01-li.normal {
  font-size: 1.1em;
}
header .global-nav .layer01-ul .layer01-li.large {
  font-size: 1.2em;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list {
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  padding: 10px 0 0 0;
  position: absolute;
  right: 0;
  top: 50px;
  transition: all 0.5s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list .layer02-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 80%;
  max-width: 1090px;
  margin: 0 auto;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list .layer02-wrap .nv-title {
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin-top: 0.5em;
  width: 100%;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list .layer02-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 25px;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list .layer02-ul li {
  display: inline;
  margin: 0.6em 0.4em;
}
header .global-nav .layer01-ul .layer01-li .global-nav-list .layer02-ul li a {
  border-radius: 10px;
  color: white;
  font-size: 1em;
  line-height: 1;
  padding: 0.5em 0.6em;
  text-align: center;
}
header .global-nav .layer01-ul .layer01-li:hover .global-nav-list {
  padding: 10px 0 0 0;
  visibility: visible;
}
header .global-nav .layer01-ul .layer01-li:hover a {
  opacity: 1;
  font-size: 1.25em;
}
header .global-nav .layer01-ul .layer01-li:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  z-index: 10;
}
header .global-nav .layer01-ul .layer01-li .global-nav-bg {
  padding-bottom: 25px;
}
header .global-nav .layer01-ul .layer01-li.jpnic {
  background-color: #9ec700;
}
header .global-nav .layer01-ul .layer01-li.jpnic .global-nav-bg {
  background-color: white;
}
header .global-nav .layer01-ul .layer01-li.jpnic .layer02-ul {
  border: solid #9ec700 2px;
}
header .global-nav .layer01-ul .layer01-li.jpnic .layer02-ul a {
  background-color: #9ec700;
}
header .global-nav .layer01-ul .layer01-li.jpnic:hover a {
  font-weight: bold;
}
header .global-nav .layer01-ul .layer01-li.jpnic:hover:after {
  left: calc(50% - 358px);
  border-color: transparent transparent #9ec700 transparent;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en {
  background-color: #fca000;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en .global-nav-bg {
  background-color: white;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en .layer02-ul {
  border: solid #fca000 2px;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en .layer02-ul a {
  background: #fca000;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en:hover a {
  font-weight: bold;
}
header .global-nav .layer01-ul .layer01-li.jpnic-en:hover:after {
  left: calc(50% - 358px);
  border-color: transparent transparent #fca000 transparent;
}
header .global-nav .layer01-ul .layer01-li.ip {
  background-color: #fca000;
}
header .global-nav .layer01-ul .layer01-li.ip .global-nav-bg {
  background-color: white;
}
header .global-nav .layer01-ul .layer01-li.ip .border {
  border: solid #fca000 2px;
  margin: auto;
  width: 80%;
}
header .global-nav .layer01-ul .layer01-li.ip .layer02-ul a {
  background-color: #fca000;
}
header .global-nav .layer01-ul .layer01-li.ip .layer02-wrap {
  width: 100%;
}
header .global-nav .layer01-ul .layer01-li.ip:hover a {
  font-weight: bold;
}
header .global-nav .layer01-ul .layer01-li.ip:hover:after {
  left: calc(50% - 8px);
  border-color: transparent transparent #fca000 transparent;
}
header .global-nav .layer01-ul .layer01-li.ip-en {
  background-color: #9ec700;
}
header .global-nav .layer01-ul .layer01-li.ip-en .global-nav-bg {
  background-color: white;
}
header .global-nav .layer01-ul .layer01-li.ip-en .layer02-ul {
  border: solid #9ec700 2px;
}
header .global-nav .layer01-ul .layer01-li.ip-en .layer02-ul a {
  background: #9ec700;
}
header .global-nav .layer01-ul .layer01-li.ip-en:hover a {
  font-weight: bold;
}
header .global-nav .layer01-ul .layer01-li.ip-en:hover:after {
  left: calc(50% - 8px);
  border-color: transparent transparent #9ec700 transparent;
}
header .global-nav .layer01-ul .layer01-li.member {
  background-color: #00a3e7;
}
header .global-nav .layer01-ul .layer01-li.member .global-nav-bg {
  background-color: white;
}
header .global-nav .layer01-ul .layer01-li.member .border {
  border: solid #00a3e7 2px;
  margin: auto;
  width: 80%;
}
header .global-nav .layer01-ul .layer01-li.member .layer02-ul a {
  background-color: #00a3e7;
}
header .global-nav .layer01-ul .layer01-li.member .layer02-wrap {
  width: 100%;
}
header .global-nav .layer01-ul .layer01-li.member:hover a {
  font-weight: bold;
}
header .global-nav .layer01-ul .layer01-li.member:hover:after {
  left: calc(50% + 358px);
  border-color: transparent transparent #00a3e7 transparent;
}

/*header*/
.fix-nav {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 9;
}
.fix-nav ul {
  position: relative;
  transition: 0.2s ease-in-out;
}
.fix-nav ul li {
  height: 40px;
  width: 40px;
  position: relative;
  margin: 1px 0 0 auto;
  z-index: 2;
}
.fix-nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.fix-nav ul li i {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 1.5em;
}
.fix-nav ul li label {
  color: #fff;
  display: inline-block;
  width: 0;
  visibility: hidden;
  padding: 12px 0 0 40px;
}
.fix-nav ul li.fix-whois {
  background-color: #374252;
}
.fix-nav ul li.fix-whois:hover {
  width: 140px;
  cursor: pointer;
}
.fix-nav ul li.fix-whois:hover label {
  width: auto;
  visibility: visible;
}
.fix-nav ul li.fix-search {
  background-color: #0072b6;
}
.fix-nav ul li.fix-search:hover {
  width: 140px;
  cursor: pointer;
}
.fix-nav ul li.fix-search:hover label {
  width: auto;
  visibility: visible;
}
.fix-nav ul li.fix-words {
  background-color: #468618;
}
.fix-nav ul li.fix-words:hover {
  width: 140px;
}
.fix-nav ul li.fix-words:hover label {
  width: auto;
  visibility: visible;
}
.fix-nav ul li.fix-words a:hover {
  opacity: 1;
}
.fix-nav ul li.fix-rss {
  background-color: #f39801;
}
.fix-nav ul li.fix-rss:hover {
  width: 140px;
}
.fix-nav ul li.fix-rss:hover label {
  width: auto;
  visibility: visible;
}
.fix-nav ul li.fix-rss a:hover {
  opacity: 1;
}
.fix-nav ul li.fix-totop {
  background-color: #595757;
}
.fix-nav ul li.fix-totop:hover {
  width: 140px;
}
.fix-nav ul li.fix-totop:hover label {
  width: auto;
  visibility: visible;
}
.fix-nav ul li.fix-totop a:hover {
  opacity: 1;
}
.fix-nav .fix-whois-input {
  position: fixed;
  left: 0;
  top: 200px;
  visibility: hidden;
  width: 0;
  transition: 0.3s ease-in-out;
}
.fix-nav .fix-whois-input.on {
  visibility: visible;
  width: calc(100% - 60px);
  background-color: #374252;
  padding: 35px 0;
}
.fix-nav .fix-whois-input-inner {
  width: calc(100% - 50px);
  max-width: 975px;
  height: 45px;
  padding: 0 0 0 25px;
  margin: 0 auto;
  position: relative;
}
.fix-nav .fix-whois-input-inner input[type=text] {
  height: 45px;
  width: calc(100% - 175px);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 20px;
}
.fix-nav .fix-whois-input-inner button {
  height: 45px;
  width: 150px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border-radius: 0;
  background-color: #F8B62D;
  border: none;
  color: #fff;
  font-size: 1.5em;
}
.fix-nav .fix-search-input {
  position: fixed;
  left: 0;
  top: 235px;
  visibility: hidden;
  width: 0;
  transition: 0.3s ease-in-out;
  max-height: 205px;
  overflow: hidden;
}
.fix-nav .fix-search-input.on {
  visibility: visible;
  width: calc(100% - 60px);
  background-color: #0072b6;
  padding: 35px 0 0;
}
.fix-nav .fix-search-input-inner {
  width: calc(100% - 50px);
  max-width: 975px;
  height: 45px;
  padding: 0 0 0 25px;
  margin: 0 auto;
  position: relative;
}
.fix-nav .fix-search-input-inner input[type=text] {
  height: 45px;
  width: calc(100% - 345px);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0 0 0 20px;
}
.fix-nav .fix-search-input-inner button {
  height: 45px;
  width: 150px;
  display: inline-block;
  position: absolute;
  margin: 0;
  border-radius: 0;
  background-color: #F8B62D;
  border: none;
  color: #fff;
  font-size: 1.5em;
}
.fix-nav .fix-search-input-inner button.google {
  top: 0;
  right: 170px;
}
.fix-nav .fix-search-input-inner button.bing {
  top: 0;
  right: 0px;
}
.fix-nav .fix-search-input .sugges {
  max-width: 975px;
  width: 100%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fix-nav .fix-search-input .sugges-title {
  color: #fff;
}
.fix-nav .fix-search-input .sugges-ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 200px);
}
.fix-nav .fix-search-input .sugges-ul a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}
.fix-nav .fix-search-input .sugges-ul a i {
  margin: 0 5px 0 0;
}

/*PC右側のfix-nav*/
.sp-parts {
  display: none;
} /*SPヘッダーを非表示*/
@media screen and (max-width: 980px) {
  header .head-inner .page-title {
    width: 30%;
  }
  header .head-inner .search-wrap {
    width: 68%;
  }
  header .head-inner .search-btn .btn {
    margin: 0 4px 0 0;
  }
  header .utility-sub li a {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding: 87px 0 0 0;
  }
  header {
    display: none;
  }
  .sp-parts {
    display: block;
  }
  .fix-nav {
    position: relative;
    display: none;
  }
  .sp-header {
    background-color: #f7f8f8;
    border-bottom: solid 1px #C0C0C0;
    border-top: solid 8px #9ec700;
    display: flex;
    flex-wrap: wrap;
    height: 87px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .sp-header .p-h1 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 424px;
    padding: 0 0 0 10px;
  }
  .sp-header .nav-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .sp-header .nav-wrap .search, .sp-header .nav-wrap .hamburger {
    width: 87px;
    text-align: center;
  }
  .sp-header .nav-wrap .search span.pullbtn, .sp-header .nav-wrap .hamburger span.pullbtn {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sp-header .nav-wrap .search span.pullbtn .fa-bars, .sp-header .nav-wrap .search span.pullbtn .fa-search, .sp-header .nav-wrap .hamburger span.pullbtn .fa-bars, .sp-header .nav-wrap .hamburger span.pullbtn .fa-search {
    display: block;
  }
  .sp-header .nav-wrap .search span.pullbtn .fa-times, .sp-header .nav-wrap .hamburger span.pullbtn .fa-times {
    display: none;
  }
  .sp-header .nav-wrap .search span.pullbtn.on, .sp-header .nav-wrap .hamburger span.pullbtn.on {
    background-color: #EFEFEF;
  }
  .sp-header .nav-wrap .search span.pullbtn.on .fa-times, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-times {
    display: block;
  }
  .sp-header .nav-wrap .search span.pullbtn.on .fa-bars, .sp-header .nav-wrap .search span.pullbtn.on .fa-search, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-bars, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-search {
    display: none;
  }
  .sp-header .nav-wrap .search i, .sp-header .nav-wrap .hamburger i {
    font-size: 1.5rem;
    margin: 0 0 5px;
    color: #9ec700;
    padding: 20px 0 0 0;
  }
  /*SPのヘッダー*/
  .sp-search-area {
    background-color: #EFEFEF;
    display: none;
    padding: 25px 20px;
    position: fixed;
    right: 0;
    top: 87px;
    width: 100%;
    z-index: 10;
  }
  .sp-search-area.on {
    display: block;
  }
  .sp-search-tab {
    display: flex;
    flex-wrap: wrap;
  }
  .sp-search-tab span {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 10px 0 0;
    line-height: 1;
    color: #fff;
  }
  .sp-search-tab span.whois-btn {
    background-color: #374252;
  }
  .sp-search-tab span.search-btn {
    background-color: #0072b6;
  }
  .sp-search-input .whois-input {
    position: relative;
    visibility: hidden;
    height: 0;
  }
  .sp-search-input .whois-input.on {
    visibility: visible;
    height: auto;
  }
  .sp-search-input .whois-input input[type=text] {
    height: 40px;
    width: calc(100% - 60px);
    display: inline-block;
    box-shadow: none;
    border: solid 2px #374252;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .sp-search-input .whois-input button {
    width: 60px;
    height: 40px;
    background: #374252;
    color: #fff;
    font-size: 1.2rem;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sp-search-input .whois-input ul {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0;
  }
  .sp-search-input .whois-input ul li {
    margin: 0 5px 0 0;
  }
  .sp-search-input .whois-input ul li a {
    color: #000;
  }
  .sp-search-input .search-input {
    position: relative;
    visibility: hidden;
    height: 0;
  }
  .sp-search-input .search-input.on {
    visibility: visible;
    height: auto;
  }
  .sp-search-input .search-input input[type=search] {
    height: 37px;
    width: calc(100% - 190px);
    display: inline-block;
    box-shadow: none;
    border: solid 2px #0072b6;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
  }
  .sp-search-input .search-input .google {
    width: 90px;
    height: 40px;
    background: #0072b6;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 80px;
    color: #fff;
    font-size: 1em;
  }
  .sp-search-input .search-input .bing {
    width: 70px;
    height: 40px;
    background: #0072b6;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 1em;
  }
  .sp-search-input .search-input .sugges {
    margin: 10px 0 0 0;
  }
  .sp-search-input .search-input ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0 0;
  }
  .sp-search-input .search-input ul li {
    margin: 5px 10px 0 0;
  }
  .sp-search-input .search-input ul li a {
    color: #000;
  }
  .sp-search-input .search-input ul li a i {
    margin: 0 5px 0 0;
  }
  /*検索窓*/
  .sp-hamburger-area {
    color: #000;
    display: none;
    height: calc(100% - 87px);
    left: 0;
    max-width: 440px;
    position: fixed;
    top: 87px;
    width: 80%;
    z-index: 9;
  }
  .sp-hamburger-area.on {
    display: block;
  }
  .sp-hamburger-area a {
    color: #fff;
  }
  .sp-hamburger-area ul {
    height: 100%;
    overflow: auto;
    -webkit-scrolling: touch;
  }
  .sp-hamburger-area ul li.toggle span {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 10px;
    border-bottom: solid 1px #fff;
    color: #fff;
  }
  .sp-hamburger-area ul li.toggle span i {
    display: inline-block;
    margin: 0 10px;
  }
  .sp-hamburger-area ul li.toggle span .fa-minus-circle {
    display: none;
  }
  .sp-hamburger-area ul li.toggle span.on .fa-plus-circle {
    display: none;
  }
  .sp-hamburger-area ul li.toggle span.on .fa-minus-circle {
    display: inline-block;
  }
  .sp-hamburger-area ul li.toggle span .right-icon {
    margin: 0;
    float: right;
    padding: 5px 0 0 0;
    color: #fff;
  }
  .sp-hamburger-area ul li.toggle span.jpnic {
    background-color: #9EC700;
  }
  .sp-hamburger-area ul li.toggle span.ip {
    background-color: #FCA000;
  }
  .sp-hamburger-area ul li.toggle span.member {
    background-color: #00A3E7;
  }
  .sp-hamburger-area ul .menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    background-color: #898989;
  }
  .sp-hamburger-area ul .menu.on {
    height: auto;
    visibility: visible;
    overflow: hidden;
  }
  .sp-hamburger-area ul .menu li {
    padding: 5px 45px;
    border-bottom: solid 1px #fff;
  }
  .sp-hamburger-area ul .menu li i {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .sp-hamburger-area ul .sub-menu {
    background-color: #595757;
  }
  .sp-hamburger-area ul .sub-menu a {
    width: 100%;
    font-size: 1.2rem;
    padding: 10px 10px;
    border-bottom: solid 1px #fff;
    display: block;
    width: 100%;
  }
  .sp-hamburger-area ul .sub-menu a i {
    display: inline-block;
    margin: 0 10px;
  }
  .sp-hamburger-area ul .sub-menu a .right-icon {
    display: inline-block;
    margin: 0;
    padding: 5px 0 0 0;
  }
  /*ハンバーガーメニュー*/
} /*SPのヘッダーのmediaクエリ*/
@media screen and (max-width: 465px) {
  .sp-search-input .search-input {
    position: relative;
    visibility: hidden;
    height: 0;
  }
  .sp-search-input .search-input.on {
    visibility: visible;
    height: auto;
  }
  .sp-search-input .search-input input[type=search] {
    height: 37px;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .sp-search-input .search-input .google {
    width: 48%;
    top: 50px;
    right: auto;
    left: 0;
  }
  .sp-search-input .search-input .bing {
    width: 48%;
    top: 50px;
    right: 0;
  }
}
@media screen and (max-width: 375px) {
  .sp-header .p-h1 {
    padding: 0 0 0 10px;
  }
  .sp-header .nav-wrap .search, .sp-header .nav-wrap .hamburger {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 60px;
  }
  .sp-header .nav-wrap .search span.pullbtn, .sp-header .nav-wrap .hamburger span.pullbtn {
    font-size: 1em;
  }
  .sp-header .nav-wrap .search span.pullbtn .fa-bars, .sp-header .nav-wrap .search span.pullbtn .fa-search, .sp-header .nav-wrap .hamburger span.pullbtn .fa-bars, .sp-header .nav-wrap .hamburger span.pullbtn .fa-search {
    display: block;
  }
  .sp-header .nav-wrap .search span.pullbtn .fa-times, .sp-header .nav-wrap .hamburger span.pullbtn .fa-times {
    display: none;
  }
  .sp-header .nav-wrap .search span.pullbtn.on, .sp-header .nav-wrap .hamburger span.pullbtn.on {
    background-color: #EFEFEF;
  }
  .sp-header .nav-wrap .search span.pullbtn.on .fa-times, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-times {
    display: block;
  }
  .sp-header .nav-wrap .search span.pullbtn.on .fa-bars, .sp-header .nav-wrap .search span.pullbtn.on .fa-search, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-bars, .sp-header .nav-wrap .hamburger span.pullbtn.on .fa-search {
    display: none;
  }
  .sp-header .nav-wrap .search i, .sp-header .nav-wrap .hamburger i {
    font-size: 1.2rem;
    margin: 0 0 5px;
    color: #468618;
    padding: 20px 0 0 0;
  }
}
footer {
  background-color: #595757;
  border-top: solid 5px #468618;
  color: #fff;
}
footer a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .footer-inner {
  width: 100%;
  max-width: 1110px;
  padding: 0 45px;
  margin: 0 auto;
}
footer .footer {
  /*footer-slide*/
  /*category*/
}
footer .footer-slide-wrap {
  margin: 0;
}
footer .footer-slide-wrap .title {
  font-size: 1.125em;
  line-height: 1;
  font-weight: bold;
  padding: 50px 0 30px;
}
footer .footer-slide-wrap .title a {
  color: #fff;
  float: right;
  font-weight: normal;
}
footer .footer-slide-wrap .title a i {
  margin-right: 5px;
}
footer .footer-slide li {
  margin: 0 25px;
}
footer .footer-slide li a {
  color: #fff;
  font-size: 1em;
}
footer .footer-slide li:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .footer-slide .slick-slide {
  position: relative;
}
footer .footer-slide .slick-arrow {
  width: 36px;
  height: 36px;
}
footer .footer-slide .slick-prev {
  top: 100px;
  left: -15px;
  z-index: 2;
}
footer .footer-slide .slick-prev:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/topSlide/r_slide_prev.png) no-repeat;
  background-size: contain;
}
footer .footer-slide .slick-next {
  top: 100px;
  right: -15px;
  z-index: 2;
}
footer .footer-slide .slick-next:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/topSlide/r_slide_next.png) no-repeat;
  background-size: contain;
}
footer .footer-slide .slick-prev:hover, footer .footer-slide .slick-next:hover {
  opacity: 0.3;
}
footer .footer-category .title {
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1;
  margin: 1.6em 0 0.3em;
}
footer .footer-category ul {
  font-size: 1em;
}
footer .footer-category ul li.layer01-li {
  border-bottom: dashed 1px #dcdddd;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
}
footer .footer-category ul li.layer01-li span {
  display: inline-block;
  width: 180px;
}
footer .footer-category ul li.layer01-li span a {
  color: #fff;
}
footer .footer-category ul li.layer01-li ul {
  width: calc(100% - 180px);
  display: flex;
  flex-wrap: wrap;
}
footer .footer-category ul li.layer01-li ul li a {
  color: #fff;
}
footer .footer-category ul li.layer01-li ul li:after {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
}
footer .footer-nav {
  position: relative;
  margin: 40px 0 0 0;
  border-bottom: solid 1px #dcdddd;
}
footer .footer-nav .mailmagazine {
  margin-bottom: 60px;
}
footer .footer-nav .mailmagazine .title {
  font-size: 1.25em;
  margin-bottom: 5px;
  font-weight: bold;
}
footer .footer-nav .mailmagazine .input-area {
  margin-top: 20px;
}
footer .footer-nav .mailmagazine .input-area input.text-input {
  border: solid 1px #acabab;
  border-radius: 0;
  width: 540px;
  line-height: 48px;
  height: 48px;
  padding: 0 20px;
  box-shadow: none;
}
footer .footer-nav .mailmagazine .input-area button {
  background-color: #f8b62d;
  border: none;
  box-shadow: 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  position: relative;
  text-align: center;
  top: 1px;
  width: 100px;
}
footer .footer-nav .social {
  display: flex;
  justify-content: space-between;
  width: 105px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-nav .social .facebook {
  display: inline-block;
  background-color: #3b5998;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
footer .footer-nav .social .twitter {
  display: inline-block;
  background-color: #1da1f2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
footer .footer-nav .social .rss {
  display: inline-block;
  background-color: #f39801;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
footer .footer-nav02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-nav02 ul li {
  padding: 10px 0;
}
footer .footer-nav02 ul li a {
  color: #fff;
  font-size: 1em;
}
footer .footer-nav02 ul li:after {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
}
footer .footer-nav02 ul li:first-child:before {
  content: "｜";
  display: inline-block;
  margin: 0 5px;
}
footer .copy-area {
  background-color: #009825;
}
footer .copy-area .copy-inner {
  width: 100%;
  max-width: 1090px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
footer .copy-area .copy-inner p.foot-logo {
  max-width: 450px;
  width: calc(100% - 430px);
}
footer .copy-area .copy-inner .copy {
  font-size: 0.895em;
  color: #fff;
}

/*footer*/
.sp-footer {
  display: none;
}

.sp-copy-area {
  display: none;
}

@media screen and (max-width: 980px) {
  footer {
    display: none;
  }
  .sp-footer {
    display: block;
    background-color: #595757;
    border-top: solid 5px #468618;
    color: #fff;
    padding: 10px;
  }
  .sp-footer a {
    color: #fff;
  }
  .sp-footer .footer-layer01 > li {
    background-color: #fff;
    border-bottom: solid 1px #595757;
  }
  .sp-footer .footer-layer01 > li span {
    padding: 10px 10px;
    color: #000;
    font-size: 1.2em;
    display: block;
    width: 100%;
    position: relative;
  }
  .sp-footer .footer-layer01 > li span i {
    color: #009e9f;
    float: right;
    padding: 5px 0 0 0;
  }
  .sp-footer .footer-layer01 > li span .fa-minus-circle {
    display: none;
  }
  .sp-footer .footer-layer01 > li span.on .fa-plus-circle {
    display: none;
  }
  .sp-footer .footer-layer01 > li span.on .fa-minus-circle {
    display: inline-block;
  }
  .sp-footer .footer-layer01 > li > a {
    padding: 10px 10px;
    color: #000;
    font-size: 1.2em;
    display: block;
    width: 100%;
    position: relative;
  }
  .sp-footer .footer-layer01 > li > a i {
    color: #009e9f;
    float: right;
    padding: 5px 0 0 0;
  }
  .sp-footer .footer-layer01 .footer-layer02 {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  .sp-footer .footer-layer01 .footer-layer02.on {
    visibility: visible;
    height: auto;
  }
  .sp-footer .footer-layer01 .footer-layer02 li a {
    display: block;
    background-color: #898989;
    border-bottom: dashed 1px #fff;
    padding: 5px 25px;
  }
  .sp-footer .footer-layer01 .footer-layer02 li a i {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .sp-footer .footer-layer02 a {
    text-decoration: underline;
  }
  .sp-footer .social {
    display: flex;
    justify-content: center;
    margin: 30px auto;
  }
  .sp-footer .social .facebook {
    display: inline-block;
    background-color: #3b5998;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 4em;
  }
  .sp-footer .social .twitter {
    display: inline-block;
    background-color: #1da1f2;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 20px;
    font-size: 4em;
  }
  .sp-footer .social .rss {
    display: inline-block;
    background-color: #f39801;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 4em;
  }
  .sp-footer .mailmagazine .title {
    font-weight: bold;
    font-size: 1.125em;
  }
  .sp-footer .mailmagazine .input-area {
    margin-top: 20px;
  }
  .sp-footer .mailmagazine .input-area .text-input {
    width: 100%;
    height: 60px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .sp-footer .mailmagazine .input-area button {
    width: 100%;
    height: 60px;
    background-color: #f8b62d;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 1.375em;
    font-weight: bold;
  }
  .sp-footer .footer-nav02 ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .sp-footer .footer-nav02 ul li a {
    color: #fff;
    font-size: 1em;
    text-decoration: underline;
  }
  .sp-footer .footer-nav02 ul li:after {
    content: "｜";
    display: inline-block;
    margin: 0 5px;
  }
  .sp-footer .footer-nav02 ul li:first-child:before {
    content: "｜";
    display: inline-block;
    margin: 0 5px;
  }
  .sp-footer .scroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 15%;
    max-width: 90px;
    z-index: 8;
  }
  .sp-footer .scroll-top a {
    width: 100%;
    padding-top: 100%;
    background: url(../img/sp_scroll_top.png) no-repeat;
    background-size: contain;
    display: block;
  }
  /*SPのフッター*/
  .sp-copy-area {
    display: block;
    text-align: center;
    background-color: #009825;
    padding: 30px 10px 10px;
    color: #fff;
  }
  .sp-copy-area img {
    max-width: 440px;
    width: 90%;
    margin: 0 0 20px;
  }
  /*SPのコピーライト*/
} /*SPのフッターのmediaクエリ*//*# sourceMappingURL=header-footer.css.map *//