@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700');

.laptop-component {
  color: #222;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.laptop-component a {
  color: #1b365d;
  text-decoration: underline;
}
.laptop-component a:hover {
  color: #1b365d;
  text-decoration: none;
}
.laptop-component ::-moz-selection {
  background: #1b365d;
  color: #fff;
}
.laptop-component ::selection {
  background: #1b365d;
  color: #fff;
}
.laptop-component img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.laptop-component a img:not(.no-opacity) {
  transition: opacity .2s ease-in-out;
}
.laptop-component a:hover img:not(.no-opacity) {
  opacity: .5;
}

.global-header {
  background: #fff;
  border-bottom: 1px solid #1b365d;
}
.global-header-inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding: 35px 20px;
  box-sizing: border-box;
}
.global-header .logo {
  float: none;
  width: 190px;
  margin: 0 auto;
  font-size: 0;
}
.global-header + .contentbox_lower {
  margin-top: 15px;
}

.global-nav-inner {
  width: 830px;
  margin: 0 auto;
}
.global-nav-contents-inner {
  padding: 0 0 30px;
}
.global-nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.global-nav-list li a {
  position: relative;
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.global-nav-list li a:hover {
  color: #222;
  font-size: 16px;
}
.global-nav-list a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1b365d;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease-in-out;
}
.global-nav-list .is-current::after,
.global-nav-list li a:hover::after {
  opacity: 1;
  visibility: visible;
}
.global-nav-list .link-global {
  display: inline-block;
  padding-left: 25px;
}
.global-nav-list .link-global::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 15px;
  background: url(../images/common/icon_global-black_01.png) 0 0 no-repeat;
  background-size: 19px 15px;
  transform: translateY(-50%);
}

.c-pagetop {
  position: fixed;
  right: 20px;
  bottom: 5px;
  display: none;
  z-index: 10;
/*
  width: 1040px;
  margin: 0 auto;
  padding: 20px 20px 10px;
  text-align: right;
  box-sizing: border-box;
*/
}
.c-pagetop-button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #f4f4f4;
  font-size: 0;
  vertical-align: top;
  transition: opacity .2s ease-in-out;
  opacity: 0.8;
  box-shadow: 0 0 5px #999;
}
.c-pagetop-button:hover {
  opacity: .5;
}
.c-pagetop-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 11px;
  background: url(../images/common/icon_pagetop.png) 0 0 no-repeat;
  background-size: 24px 11px;
  transform: translate(-50%, -50%);
}

.c-product-header {
  margin: 0 0 15px;
  background: #1b365d;
}
.c-product-header-inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding: 19px 20px 24px;
  box-sizing: border-box;
}
.c-product-header-logo {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.c-product-nav-list {
  display: flex;
  margin: 0 -20px;
  justify-content: center;
  list-style: none;
}
.c-product-nav-list li {
  margin: 0 20px;
}
.c-product-nav-list li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
.c-product-nav-list li a:hover {
  color: #fff;
}
.c-product-nav-list li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.c-product-nav-list li a:hover::after,
.c-product-nav-list li .is-current::after {
  opacity: 1;
  visibility: visible;
}

.c-footer-contents01 {
  margin-top: 60px;
  padding: 25px 0 40px;
  background: #1b365d;
}
.c-footer-contents01 .inner {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-footer-contents01-title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.c-footer-contents01 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -10px 0;
  list-style: none;
}
.c-footer-contents01 ul li {
  width: calc(33.33334% - 20px);
  margin: 20px 10px 0;
}
.c-footer-contents01 .c-pagetop {
  padding-bottom: 0;
  margin-bottom: -30px;
}
.c-pagetop + .c-footer-contents01 .c-pagetop,
.c-footer-contents01 + .c-pagetop {
  display: none;
}

.global-footer {
  background: #fff;
  border-top: 2px solid #f4f4f4;
}
.global-footer-inner {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: border-box;
}
.global-footer-nav {
  display: flex;
  flex-wrap: wrap;
}
.global-footer-nav a {
  position: relative;
  display: inline;
  line-height: 1.6;
  text-decoration: none;
}
.global-footer-nav a:hover {
  text-decoration: underline;
}
.global-footer-nav a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  margin-left: 7px;
  background: url(../images/common/icon_arrow-right-blue_01.png) 0 0 no-repeat;
  background-size: 6px 12px;
}
.global-footer-nav p:not(:first-child) {
  margin-top: 15px;
}
.global-footer-nav p a {
  font-size: 16px;
  font-weight: 700;
}
.global-footer-nav ul {
  list-style: none;
  margin: 7px 0 0 10px;
  font-size: 14px;
}
.global-footer-nav ul li {
  position: relative;
  margin-top: 2px;
  padding-left: 12px;
}
.global-footer-nav ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
}
.global-footer-nav ul .multiline {
  margin-top: 3px;
  line-height: 1.2;
}
.global-footer-nav ul .multiline a {
  line-height: 1.2;
}
.global-footer-nav ul .multiline::before {
  top: 2px;
}
.global-footer-nav ul li a {
  font-size: 14px;
}
.global-footer-nav-col {
  width: 200px;
  padding-right: 20px;
  box-sizing: border-box;
}
.global-footer-nav-col:nth-child(5) {
  flex: 1;
  width: auto;
  padding: 0 0 0 20px;
}
.copyright {
  display: block;
  padding: 18px 20px;
  background: #1b365d;
  color: #fff;
  font-size: 14px;
  text-align: center;
}