@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont,
 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3",
 Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  min-width: 100%;
  letter-spacing: 0px;
  color: #2d2d2d;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
 * Mixin
 * -------------------------------------------------------------------
 */
/*
 * Module
 * -------------------------------------------------------------------
 */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 50px;
  height: 150px;
}

@media (max-width: 1199px) {
  .header {
    padding-top: 20px;
    height: 60px;
  }
}

.nav-header {
  display: block;
}

@media (max-width: 1199px) {
  .nav-header {
    display: none;
  }
}

.nav-header__logo {
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.nav-header__logo-image {
  display: block;
}

.nav-header__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .nav-header__menu {
    display: none;
  }
}

.nav-header__menu i {
  color: #00a2e8;
  font-size: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: bold;
  padding-bottom: 5px;
  padding-left: 3px;
}

.nav-header__link {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  white-space: pre;
}

.nav-header__link:first-child .nav-header__link:after {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #0e64ba;
  content: "";
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-header__link .nav-header__menu-title {
  color: #ffffff;
}

.nav-header__link:hover .nav-header__menu-title {
  text-decoration: none;
  border-bottom: 3px solid #00a2e8;
  padding-bottom: 10px;
}

.nav-header__link:hover:after {
  opacity: 1;
  width: 100%;
}

.nav-header__contact {
  font-size: 1.4rem;
}

.nav-header__toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  height: 6rem;
  background: #0e64ba;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1199px) {
  .nav-header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav-header__toggle:hover {
  background: #0c57a2;
}

.nav-header__toggle-line {
  display: block;
  width: 35%;
  border-bottom: 2px solid #fff;
}

.nav-header__toggle-line:nth-child(2) {
  margin: 10% 0px;
}

.nav-header__fullsize {
  width: 100%;
  left: 0px;
  position: absolute;
  display: none;
  z-index: 1;
}

.nav-header__fullsize .container {
  padding: 0px 15px;
}

.nav-header__fullsize .dropwrap-products,
.nav-header__fullsize .dropwrap-solutions,
.nav-header__fullsize .dropwrap-boxx {
  padding-top: 30px;
}

.nav-header__fullsize .dropwrap-area {
  background-color: #f7f8f9;
  border-radius: 5px;
}

.nav-header__fullsize .dropdown-nav {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
}

.nav-header__fullsize .dropdown-nav h3 {
  padding-top: 20px;
  border-bottom: thin solid #eaeaea;
  padding-bottom: 17px;
  min-height: 160px;
}

.nav-header__fullsize .dropdown-nav h3 span {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .nav-header__fullsize .dropdown-nav h3 span {
    font-size: 1.2rem;
  }
}

.nav-header__fullsize .dropdown-nav ul {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
  min-height: 405px;
}

.nav-header__fullsize .dropdown-nav ul li {
  list-style: none;
  border-bottom: thin solid #eaeaea;
}

.nav-header__fullsize .dropdown-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000000;
  padding: 9px 20px;
  display: block;
  position: relative;
}

.nav-header__fullsize .dropdown-nav ul li a span {
  color: #00a2e8;
}

.nav-header__fullsize .dropdown-nav ul li a i {
  color: #d5d5d5;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.6rem;
  -webkit-transform: none;
          transform: none;
  font-weight: normal;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .nav-header__fullsize .dropdown-nav ul li a i {
    top: 10px;
  }
}

.nav-header__fullsize .dropdown-nav ul li a:hover {
  background-color: #2a3f7e;
  color: #ffffff;
}

.nav-header__fullsize .dropdown-nav ul li a:hover span {
  color: #ffffff;
}

.nav-header__fullsize .dropdown-nav .dropwrap-solutions__list {
  min-height: 285px;
}

.nav-header__fullsize .dropdown-nav .dropwrap-boxx__list {
  min-height: 0px;
  padding-top: 35px;
}

.nav-header__fullsize .dropdown-nav__solutions-title {
  color: #000000;
}

.nav-drawer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1002;
}

.nav-drawer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  max-width: 350px;
  min-width: 200px;
  background-color: #f7f8f9;
  border-left: #e2e2e2 1px solid;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}

.nav-drawer__menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.nav-drawer__menu-item {
  border-bottom: #e2e2e2 1px dashed;
}

.nav-drawer__menu-item:hover {
  background: #efefef;
}

.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: inherit;
  letter-spacing: 0.01em;
  padding: 1em 2.5em 1em 2em;
  text-decoration: none;
}

.nav-drawer__link-main {
  display: block;
  font-weight: 500;
}

.nav-drawer__link-sub {
  color: #aaa;
  display: block;
}

.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.nav-drawer__button-close {
  position: relative;
  background-color: #0e64ba;
  margin: 0px 0px 0px auto;
  padding: 0px;
  width: 6rem;
  height: 6rem;
  border: none;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #1071d2;
}

.nav-drawer__button-close-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  margin: auto;
  background: #fff;
}

.nav-drawer__button-close-line:nth-child(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.nav-drawer__button-close-line:nth-child(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.nav-drawer__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.nav-drawer[data-open="true"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}

.nav-drawer[data-open="false"] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.mainvisual {
  background-image: url(images/bg-main.png);
  min-height: 100vh;
  padding-top: 178px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-top {
  background-image: url(images/bg-main.png);
  /* min-height: 100vh; */
  padding-top: 100px;
  /* padding-bottom: 100px; */
  background-repeat: no-repeat;
  background-size: cover;
  /* background-position: center; */
}

.mainvisual .slick-slider {
  margin: 0;
  padding: 0;
}

.mainvisual .slick-slider img {
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .mainvisual {
    padding-top: 75px;
    padding-bottom: 20px;
    min-height: auto;
  }
  .mainvisual .social-icon {
      margin-top: 20px;
      height: 40px;
      display: inline-block;
  }
}

.mainvisual .slider-control {
  text-align: right;
}

.mainvisual .slider-prev {
  border: none;
  background-color: #ffffff;
  color: #2a3f7e;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .mainvisual .slider-prev {
    display: none;
  }
}

.mainvisual .slider-prev:hover {
  border: none;
  background-color: #2a3f7e;
  color: #ffffff;
}

.mainvisual .slider-next {
  border: none;
  background-color: #ffffff;
  color: #2a3f7e;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .mainvisual .slider-next {
    display: none;
  }
}

.mainvisual .slider-next:hover {
  border: none;
  background-color: #2a3f7e;
  color: #ffffff;
}

.mainvisual .social-icon img[alt="note"] {
    margin-top: 10px;
    height: 40px;
    display: inline-block;
}

.mainvisual .social-icon img[alt="Facebook"] {
    width: 32px;
    display: inline-block;
    margin: calc(32px / 4)
}

.mainvisual .social-icon img:hover {
    opacity: 0.5;
}

.top-search {
  margin-top: -80px;
}

@media (max-width: 1199px) {
  .top-search {
    margin-top: 0px;
  }
}

.top-search__sp {
  display: none;
}

@media (max-width: 1199px) {
  .top-search__sp {
    display: block;
  }
}

.top-search_text {
  background-color: #fff;
  height: 80px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .top-search_text {
    height: auto;
  }
}

.top-search_textform {
  padding: 20px;
}

@media (max-width: 1199px) {
  .top-search_textform {
    padding: 15px;
  }
}

.top-search_textarea {
  background-image: url(images/ico-search.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  padding-left: 45px;
  background-color: #f6f6f6;
  border-radius: 5px;
  border: none;
  height: 40px;
  width: 100%;
}

@media (max-width: 1199px) {
  .top-search_textarea {
    font-size: 1.6rem;
  }
}

.top-search_textarea :focus {
  border: none;
}

.top-search_category {
  background-color: #2a3f7e;
}

@media (max-width: 1199px) {
  .top-search_category {
    padding-bottom: 15px;
  }
}

.top-search_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  list-style: none;
}

@media (max-width: 1199px) {
  .top-search_category ul {
    padding: 0px 10px;
  }
}

.top-search_category ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}

.top-search_category ul li a:hover {
  opacity: 0.6;
}

.top-search_category ul li a img {
  height: 80px;
}

.top-search_category ul li:last-child {
  border-left: 2px solid #fff;
  padding-left: 35px;
  margin-right: 10px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .top-search_category ul li:last-child {
    padding-left: 15px;
  }
}

@media (max-width: 1199px) {
  .top-search_category ul li:last-child {
    border-left: none;
    padding-left: 0px;
    margin-right: 0px;
  }
}

.top-search_category ul li i {
  font-size: 2rem;
  vertical-align: -4px;
}

.footer {
  background-image: url(images/bg-footer.png);
  padding-top: 100px;
  padding-bottom: 170px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 2px solid #ffffff;
}

@media (max-width: 1199px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 10px;
    background-image: url(images/bg-footer__sp.png);
  }
}

.footer__logo {
  height: 31px;
}

@media (max-width: 1199px) {
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__copyright {
  margin-top: 155px;
  font-size: 1.4rem;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer__copyright {
    display: none;
  }
}

.footer__copyright-sp {
  margin-top: 25px;
  font-size: 1.4rem;
  color: #ffffff;
  padding-bottom: 55px;
}

.footer h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .footer h3 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.footer ul {
  padding-left: 0px;
  list-style-type: none;
}

.footer ul li {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 5px;
}

.footer ul li a {
  font-size: 1.4rem;
  color: #ffffff;
}

.footer ul li :hover {
  text-decoration: underline;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .news-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.news-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3.2rem 1.6rem 0;
}

@media screen and (min-width: 992px) {
  .news-item__date {
    margin: 0 28px 0 0;
  }
}

.news-item__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3.2rem 1.6rem 0;
}

@media screen and (min-width: 992px) {
  .news-item__category {
    margin: 0 28px 0 0;
  }
}

.news-item__category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 12rem;
  padding: 0.3rem 0.6rem;
  font-size: 1.4rem;
}

@media (max-width: 1199px) {
  .news-item__category-label {
    min-width: 9rem;
  }
}

.news-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
}

.news-item__title:hover, .news-item__title:focus {
  text-decoration: underline;
}

.footer-guide {
  background-image: url(images/bg-footer-guide.png);
  padding-top: 110px;
  padding-bottom: 120px;
  margin-top: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1199px) {
  .footer-guide {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .footer-guide {
    text-align: center;
  }
}

.footer-guide__contact-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

.footer-guide__contact-company {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-company {
    margin-top: 5px;
  }
}

.footer-guide__contact-companyname {
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-companyname {
    line-height: 1.2;
    margin-top: 10px;
  }
}

.footer-guide__contact-tel {
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 3.6rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-tel {
    margin-top: 10px;
  }
}

.footer-guide__contact-tel i {
  font-size: 3rem;
}

.footer-guide__contact-tel span {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer-guide__contact-tel span {
    display: block;
    font-family: "Noto Sans JP";
    margin-top: -5px;
  }
}

.footer-guide__contact-comment {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer-guide__contact-comment {
    margin-top: 20px;
  }
}

.footer-guide__contact-btn {
  margin-top: 35px;
}

@media (max-width: 1199px) {
  .footer-guide__contact-btn {
    margin-bottom: 60px;
    margin-top: 25px;
  }
}

.footer-guide h2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
}

.footer-guide__partner {
  margin-top: 30px;
}

/*
 * Fonts
 * -------------------------------------------------------------------
 */
/*
 * BUTTON
 * -------------------------------------------------------------------
 */
.btn-support {
  background-color: #00a2e8;
  color: #ffffff!important;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 15px;
}

.btn-support i {
  font-size: 1.7rem;
  color: #add8e6;
  padding-right: 5px;
  vertical-align: -3px;
}

.btn-support:hover {
  background-color: #ffffff;
  border-color: #00a2e8;
  color: #00a2e8 !important;
}

.btn-topsearch {
  background-color: #2a3f7e;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 20px;
  position: relative;
  float: right;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 30px;
  width: 110px;
  margin-top: 10px;
}

.btn-topsearch i {
  vertical-align: middle;
  position: absolute;
  left: 10px;
  font-size: 2rem;
}

.btn-topsearch:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-lineup {
  background-color: #2f3c67;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 20px;
  margin-top: 50px;
  position: relative;
}

.btn-lineup span {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .btn-lineup {
    margin-top: 20px;
    padding: 15px;
  }
}

.btn-lineup i {
  vertical-align: middle;
  position: absolute;
  right: 15px;
  font-size: 2.5rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-lineup i {
    right: 7px;
  }
}

.btn-lineup:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-lineup span:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-detail {
  background-color: #2d2d2d;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 20px;
  /* width: 210px; */
  width: 100%;
  position: relative;
  border: 2px solid #2d2d2d;
}

.btn-detail i {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  font-size: 2rem;
}

.btn-detail:hover {
  background-color: #ffffff;
  color: #2d2d2d !important;
}

.btn-newsdetail {
  background-color: #2d2d2d;
  color: #ffffff;
  border-radius: 100px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 7px 18px;
  margin-top: 25px;
  border: 2px solid #2d2d2d;
}

@media (max-width: 1199px) {
  .btn-newsdetail {
    margin-top: 10px;
    padding: 7px 15px;
  }
}

.news-list a {
  color: #2d2d2d;
}

.news-list .btn-newsdetail {
  color: #ffffff;
}

.btn-newsdetail:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-newsdetail a:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-partscustomize {
  background-color: #2A3F7E;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 45px;
  margin-top: 30px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-partscustomize {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .btn-partscustomize {
    font-size: 1.6rem;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 13px;
  }
}

.btn-partscustomize i {
  margin-right: 13px;
  color: #80d0f3;
  vertical-align: -5px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-partscustomize i {
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  .btn-partscustomize i {
    margin-right: 8px;
    vertical-align: -6px;
  }
}

.btn-specification {
  background-color: #2D2D2D;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 57px;
  margin-top: 15px;
  border: 3px solid #2D2D2D;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-specification {
    padding-left: 35px;
  }
}

@media (max-width: 1199px) {
  .btn-specification {
    font-size: 1.4rem;
    padding-left: unset;
    text-align: center;
  }
}

.btn-specification:hover {
  background-color: #ffffff;
  color: #2d2d2d;
}

.btn-specification i {
  margin-left: 40px;
  vertical-align: -6px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-specification i {
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .btn-specification i {
    margin: unset;
  }
}

.btn-contact {
  background-color: #C32984;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  margin-top: 15px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-contact {
    padding-left: 10px;
  }
}

@media (max-width: 1199px) {
  .btn-contact {
    font-size: 1.4rem;
    padding-left: unset;
    text-align: center;
  }
}

.btn-contact:hover {
  background-color: #ff6666;
}

.btn-contact i {
  margin-left: 20px;
  vertical-align: -6px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-contact i {
    margin-left: 5px;
  }
}

@media (max-width: 1199px) {
  .btn-contact i {
    margin: unset;
  }
}

.btn-approximate {
  background-color: #2A3F7E;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  margin-top: 20px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-approximate {
    padding-left: 13px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .btn-approximate {
    font-size: 1.6rem;
    padding-left: 5px;
    padding-right: 8px;
  }
}

.btn-approximate:hover {
  background-color: #1f71c5;
  color: #ffffff;
}

.btn-approximate i {
  margin-left: 20px;
  vertical-align: -5px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-approximate i {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .btn-approximate i {
    display: none;
  }
}

.btn-official {
  background-color: #C32984;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 45px;
  margin-top: 20px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-official {
    padding-left: 13px;
    margin-top: 15px;
  }
}

@media (max-width: 1199px) {
  .btn-official {
    font-size: 1.6rem;
    padding-left: 5px;
    padding-right: 8px;
  }
}

.btn-official:hover {
  background-color: #ff6666;
}

.btn-official i {
  margin-left: 20px;
  vertical-align: -5px;
  opacity: 0.5;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .btn-official i {
    margin-left: 10px;
  }
}

@media (max-width: 1199px) {
  .btn-official i {
    display: none;
  }
}

/*
 * 画像hover時対応
 * -------------------------------------------------------------------
 */
.hoverOpacity {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.hoverOpacity:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/*
 * products-area
 * -------------------------------------------------------------------
 */
.products-area {
  margin-top: 65px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .products-area {
    margin-top: 35px;
  }
}

.products-area__gradation {
  margin-top: 107px;
  height: 400px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e3e8), to(#ffffff));
  background: linear-gradient(#e1e3e8, #ffffff);
  position: absolute;
  z-index: 1;
}

@media (max-width: 1199px) {
  .products-area__gradation {
    margin-top: 67px;
  }
}

.products-area__title {
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-stretch: condensed;
  color: #2a3f7e;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (max-width: 1199px) {
  .products-area__title {
    font-size: 5rem;
    text-align: center;
    line-height: 1.3;
  }
}

.products-area__title span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: bold;
  color: #2d2d2d;
}

@media (max-width: 1199px) {
  .products-area__title span {
    font-size: 1.6rem;
  }
}

.products-area__detail {
  margin-top: 45px;
}

@media (max-width: 1199px) {
  .products-area__detail {
    margin-top: 25px;
  }
}

.products-area__workstation {
  margin-top: 145px;
}

@media (max-width: 1199px) {
  .products-area__workstation {
    margin-top: 50px;
  }
}

.products-area__workstation .workstation-title h2 {
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-title h2 {
    /* font-size: 2.4rem; */
    font-size: 4rem;
  }
}

.products-area__workstation .workstation-title p {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}

.products-area__workstation .workstation-title__secondeline {
  display: block;
}

.products-area__workstation .workstation-title__smallfont {
  font-size: 2.4rem;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-title__smallfont {
    font-size: 1.5rem;
  }
}

.products-area__workstation .workstation-detail img {
  margin-top: 38px;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail img {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail .workstation-detail__img-first {
    margin-top: 15px;
  }
}

.products-area__workstation .workstation-detail h3 {
  color: #0e64ba;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.2;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail h3 {
    margin-top: 10px;
  }
}

.products-area__workstation .workstation-detail p {
  font-size: 1.4rem;
  margin-top: 25px;
  margin-bottom: 30px;
  /* min-height: 175px; */
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1199px) {
  .products-area__workstation .workstation-detail p {
    min-height: 0px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail p {
    min-height: 215px;
  }
}

.products-area__workstation .workstation-detail__more {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.products-area__workstation .workstation-detail__secondeline {
  display: block;
}

.products-area__workstation .workstation-detail__smallfont {
  font-size: 1.8rem;
  vertical-align: top;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .products-area__workstation .workstation-detail__smallfont {
    font-size: 1.2rem;
  }
}

/*
 * sidebar
 * -------------------------------------------------------------------
 */
@media (max-width: 1199px) {
  .sidebar {
    margin-top: 70px;
  }
}

.sidebar-nav {
  background-color: #f7f8f9;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-left: medium solid #00a2e8;
  margin-top: 20px;
}

.sidebar-nav:nth-of-type(1),
.sidebar-nav:nth-of-type(2) {
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .sidebar-nav {
    padding-bottom: 3px;
  }
}

.sidebar-nav h3 {
  border-bottom: thin solid #eaeaea;
  padding-bottom: 13px;
  margin-top: 0 !important;
}

@media (max-width: 1199px) {
  .sidebar-nav h3 {
    margin-bottom: 0px;
  }
}

.sidebar-nav h3 span {
  font-family: "Roboto Slab", serif;
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav h3 span {
    font-size: 1.3rem;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav h3 span {
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}

.sidebar-nav ul {
  margin-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .sidebar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
  }
}

.sidebar-nav ul li {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 1199px) {
  .sidebar-nav ul li {
    width: 50%;
  }
  .sidebar-nav ul li:nth-child(2n + 1) {
    border-right: 1px solid #eaeaea;
  }
  .sidebar-nav ul li:last-child, .sidebar-nav ul li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

.sidebar-nav ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2d2d2d;
  padding: 9px 20px;
  display: block;
  position: relative;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav ul li a {
    padding: 7px 20px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav ul li a {
    padding: 15px 20px;
  }
}

.sidebar-nav ul li a span {
  color: #00a2e8;
}

.sidebar-nav ul li a i {
  color: #d5d5d5;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 1.6rem;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav ul li a i {
    top: 10px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav ul li a i {
    display: none;
  }
}

.sidebar-nav ul li a:hover {
  background-color: #2a3f7e;
  color: #ffffff;
}

.sidebar-nav ul li a:hover span {
  color: #ffffff;
}

.sidebar-nav__apexx-singlesoket {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__apexx-singlesoket {
    margin-top: 0px;
  }
}

.sidebar-nav__apexx-dualsoket {
  margin-top: 25px;
}

@media (max-width: 1199px) {
  .sidebar-nav__apexx-dualsoket {
    margin-top: 0px;
  }
}

.sidebar-nav__raxx {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .sidebar-nav__raxx {
    margin-top: 0px;
  }
}

.sidebar-nav__renderpro {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .sidebar-nav__renderpro {
    margin-top: 0px;
  }
}

.sidebar-nav__shopping {
  margin-top: 40px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping {
    margin-top: 35px;
  }
}

.sidebar-nav__shopping h2 {
  font-family: "Roboto Slab", serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping h2 {
    font-size: 2.6rem;
  }
}

.sidebar-nav__shopping h2 span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  display: block;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping h2 span {
    font-size: 1.2rem;
  }
}

.sidebar-nav__shopping ul {
  padding: 0px;
  margin-top: 25px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.sidebar-nav__shopping ul li {
  list-style: none;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .sidebar-nav__shopping ul li:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .sidebar-nav__shopping ul li:last-child, .sidebar-nav__shopping ul li:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0px;
  }
}

.sidebar-nav__shopping ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2d2d2d;
  padding-left: 45px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
  background-color: #f7f8f9;
  border-radius: 5px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping ul li a {
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li a {
    font-size: 1.2rem;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sidebar-nav__shopping ul li a i {
  color: #2a3f7e;
  vertical-align: middle;
  margin-right: 35px;
  font-size: 3rem;
  vertical-align: -10px;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .sidebar-nav__shopping ul li a i {
    margin-right: 15px;
  }
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping ul li a i {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.sidebar-nav__shopping ul li a:hover {
  background-color: #2a3f7e;
}

.sidebar-nav__shopping ul li a:hover span {
  color: #ffffff;
}

.sidebar-nav__shopping ul li a:hover i {
  color: #ffffff;
}

.sidebar-nav__shopping-cancel {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-cancel {
    margin-top: 0px;
  }
}

.sidebar-nav__shopping-support {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-support {
    margin-top: 0px;
  }
}

.sidebar-nav__shopping-setting {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sidebar-nav__shopping-setting {
    margin-top: 0px;
  }
}

/*
 * news-list
 * -------------------------------------------------------------------
 */
.news-list {
  margin-top: 50px;
}

.news-list h2 {
  font-family: "Roboto Slab", serif;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .news-list h2 {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}

.news-list h2 span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .news-list h2 span {
    font-size: 1.1rem;
  }
}

@media (max-width: 1199px) {
  .news-list__title-sp {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7eb;
  }
}

.news-list .news-item {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .news-list .news-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e7eb;
  }
}

.news-list .news-item__first {
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .news-list .news-item__first {
    margin-top: 20px;
  }
}

.news-list .news-item__date {
  font-size: 1.4rem;
  letter-spacing: 0.8px;
}

.news-list .news-item__title {
  font-size: 1.4rem;
  font-weight: bold;
}

.topics-ico {
  background-color: #1264ba;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.new-ico {
  background-color: #ba126c;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.update-ico {
  background-color: #00a2e8;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.hot-ico {
  background-color: #f5980c;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.support-ico {
  background-color: #8615f0;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.event-ico {
  background-color: #e20ab3;
  border-radius: 100px;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: medium;
}

.br-sp {
  display: none;
}

@media (max-width: 1199px) {
  .br-sp {
    display: inherit;
  }
}

.br-xl {
  display: none;
}

@media (max-width: 1439px) and (min-width: 1200px) {
  .br-xl {
    display: inherit;
  }
}
/*# sourceMappingURL=style.css.map */




/* 固定ページ とりあえず --------------------------------------------------------------- */

#boxx-contents *, ::after, ::before {
  box-sizing: border-box ;
  font-family: "Noto Sans";
}

.boxx-contents {
  text-align: center;
  color: #212529;
}

.boxx-contents .about-top {
  background-image: url(images/about/about-us-bg.png);
  color: #FFF;
  min-height: 355px;
  background-size: cover;
  background-position: 0px -165px;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 1360px) {
  .boxx-contents .about-top {
    background-position: 0;
  }
}

@media screen and (max-width: 992px) {
  .boxx-contents .about-top {
    background-size: auto;
  }
}

.about-title {
  font-size: 1.1em;
  object-fit: contain;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

.main-title h1 {
  color: #FFF;
  width: 50%;
  font-family: "Noto Sans"
}

.main-title span {
  font-size: 26px;
  vertical-align: top;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
}

.boxx-contents .solutions-top{
  background-image: url(images/solutions/solutions-bg.png);
  color: #ffffff;
  min-height: 520px;
  background-size: cover;
  background-position-y: 80%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.solutions-title {
  font-size: 1.1em;
  object-fit: contain;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 75%;
}

.solutions-title .main-title h1 {
  color: #FFF;
  width: 50%;
  font-family: "Noto Sans"
}

.solutions-title .main-title span {
  font-size: 26px;
  vertical-align: top;
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .solutions-top {
    min-height: 400px;
  }
  .solutions-top {
    min-height: 400px;
  }
}

.sub-title {
  color: #ffffff;
  position: relative;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
}

.sub-title p {
  color: #FFF;
  font-size: 17px;
  font-weight: 100;
  width: 50%;
  line-height: 1.6;
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .solutions-title .sub-title p {
    width: 80%;
    font-size: 0.4em;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .solutions-title h1 {
    font-size: 0.8em;
    width: 100%
  }
  .solutions-title .sub-title p {
    width: 100%;
    font-size: 0.3em;
    line-height: 1.5;
  }
}

.about .sub-title p {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  width: 50%;
  line-height: 1.4;
  margin-top: 10px;
}

@media screen and (max-width: 1360px) {
  .solutions-top {
    margin-bottom: -110px;
  }
}

.contact {
  margin: 30px 0;
  display: inline-block;
}

.contact p {
  color: #FFF;
  margin: -5px 0 15px 0;
}

.icon-with-text {
  margin: 40px auto;
  text-align: center;
}

.icon-with-text img {
  margin: 20px auto;
}

.boxx-contents h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  padding: 0;
  /* font-family: 'Roboto Slab', serif; */
}

.contents-title {
  font-size: 52px;
  line-height: 1;
}

.contents-title span {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  vertical-align: top;
  font-weight: 400;
  color: #FFF;
}

.boxx-contents h1, .boxx-contents h2, .boxx-contents h3 {
    font-weight: 700;
    margin-bottom: 15px;
}
.boxx-contents h1, .boxx-contents h2, .boxx-contents h3, .boxx-contents h4, .boxx-contents h5, .boxx-contents h6 {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Roboto Slab', serif;
}

.boxx-contents h3 {
    font-size: 24px;
}

.boxx-contents h3 span {
  font-family: 'Roboto Slab', serif;
}

.boxx-contents h4 a {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
}

.boxx-contents .center {
  display: block;
  text-align: -webkit-center;
}

.boxx-contents .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 

.boxx-contents .btn.btn-outline {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 10px 0 0;
  padding: 14px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.boxx-contents .btn.btn-outline:hover {
  background-color: #ffffff;
  color: #1f71c5;
}

.about-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.about .img-box {
  width: 40%;
}

.about .img-box img {
  width: 100%;
}

.about .text-box {
  text-align: left;
  width: 53%;
  font-size: 16px;
  line-height: 2;
}

.solutions .img-box {
  width: auto;
}

.solutions .logo-box {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin: 0 50px;
}

.solutions .logo-box img {
  margin: 15px auto;
}

.solutions .logo-box div {
  border-top: 1px solid #000;
}
.solutions .logo-box .item03 {
  border-bottom: 1px solid #000;
}

.solutions .text-box {
  width: 110%;
  color: #1e71c5;
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.solutions .text-box h3{
  color: #1e71c5;
  font-size: 95%;
  font-family: "Noto Sans";
  font-weight: bold;
  vertical-align: top;
  line-height: 1.2;
}
.solutions .text-box h3 span {
  color: #1e71c5;
  font-size: 24px;
  font-family: "Noto Sans";
  font-weight: bold;
  vertical-align: top;
  line-height: 1.8;
}
.solutions .text-box p {
  color: #1b1d1e;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}

.boxx-contents img {
  vertical-align: middle;
  border-style: none;
}

.boxx-contents .text-left {
  text-align: left!important;
  font-family: 'Roboto Slab', serif;
}

.icon-with-text h4, .icon-with-text h4 a {
  color: #000000;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.boxx-contents .text-center {
  text-align: center!important;
}

.boxx-contents .align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important;
  margin: auto 0;
}

.boxx-contents .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  height: -webkit-fill-available;
}

.boxx-contents .btn.btn-default.more-btn {
  background-color: #1f71c5;
  border: 2px solid #1f71c5;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 10px 0 0;
  padding: 14px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}

.boxx-contents .black-btn-grid .btn.btn-default.more-btn {
  background-color: #000000;
  margin: 10px 0;
  border: none;
}

.boxx-contents .solution-design-list {
  margin: 0 auto;
  padding: 0 30px;
}

.boxx-contents .solution-design-list img.logo{
  width: 70%;
  margin: 0 auto;
}

.boxx-contents .solution-design-list li {
  border-bottom: 1px solid #000000;
  padding: 16px 0;
  display: block;
  text-align: center;
}

.flex-wrapper {
  margin-top: 50px;
}

.title-heading-large {
  padding: 50px 0 0 100px;
  text-align: left;
  display: inline-block;
}
.title-heading-small {
  padding: 50px 0 0 80px;
  text-align: left;
  display: inline-block;
  width: 43%;
}

.title-heading-large h3{
  font-family: "Noto Sans";
  font-size: 50px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
.title-heading-large h3 span {
  font-family: "Noto Sans";
  font-weight: bold;
  color: #FFF;
}

.title-heading-small p {
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.5;
  text-align: left;
}

.solutio {
  text-align: center;
}

@media (max-width: 1559px) {
  .title-heading-small {
    width: auto;
  }
}

@media (max-width: 1279px) {
  .title-heading-large h3 {
    font-size: 40px;
  }
  .title-heading-large h3 span {
    font-size: 40px;
  }
  .title-heading-small p {
    font-size: 16px;
  }
  .solutions .text-box h3 {
    font-size: 30px;
  }
  .solutions .text-box h3 span {
    font-size: 20px;
  }
  .solutions .text-box p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .title-heading-large h3 {
    font-size: 32px;
  }
  .title-heading-large h3 span {
    font-size: 32px;
  }
  .title-heading-large {
    padding: 40px 0 0 30px
  }
  .title-heading-small {
    padding: 40px 0 0 30px
  }
}
@media (max-width: 576px) {
  .solutions .text-box h3 {
    font-size: 27px;
  }
  .solutions .flex-container {
    flex-direction: column;
  }
  .title-heading-large h3 {
    font-size: 27px;
  }
  .title-heading-large h3 span {
    font-size: 27px;
  }
  .title-heading-small p {
    font-size: 16px;
  }
  .title-heading-large {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .title-heading-small {
    width: 100%;
    padding: 50px 0 0 0;
  }
}


.boxx-contents .padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}


@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
  .flex-container .img-box {
    width: 100%;
    order: 1;
  }
  .flex-container .text-box {
    width: 100%;
    order: 3;
    margin-top: 30px;
  }
  .flex-container .text-box {
    flex-direction: row;
    width: 100%;
    margin: 10px 0;
  }
  .solutions .logo-box div {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 30%;
  }
  .solutions .logo-box img {
    padding: 0 10px;
  }
  .solutions .logo-box {
    width: 100%;
    flex-direction: row;
    margin: 5px 0;
    order: 2;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1279px) {
  .boxx-contents .contents-title {
      font-size: 36px;
      margin-bottom: 0px;
      min-height: 400px;
  }
}

@media screen and (max-width: 1480px) {
  .contents-title {
    font-size: 40px;
  }
}

.boxBorder {
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
}

.boxBorder .boxBorderbtm {
  border-bottom: 1px solid #cccccc;
}

.boxBorder p {
  margin-bottom: 20px;
}

.boxBorder .boxBorderbtm span {
    font-size: 11px;
    vertical-align: 1px;
    padding: 0 2px;
}

.contBox {
  width: 100%;
  margin: 0px 0px 20px 0px;
  color: #555;
  margin-bottom: 30px;
}

.fs13 {
  font-size: 13px;
}

.fs16 {
  font-size: 16px;
}


#breadcrumbWrap{
	width	:	100%;
	/* margin	:	0px 0px 15px 0px; */
	margin	:	45px 0px 40px 0px;
}
#breadcrumb{
	/* background-color	: #F8FCF2; */
	/* border	: 1px solid #CAD9B6; */
	margin	: 0px auto;
	/* padding	: 5px; */
	line-height: 100%;
}
#breadcrumb p{
	/* color	: #666666; */
	/* font-size	: 12px; */
	font-size: 1.4rem;
	/* line-height	: 140%; */
}
#breadcrumb p a{
	/* color	: #609114; */
	color: #2d2d2d;
}
#breadcrumb p .black{
	color	:	#000;
}
@media (max-width: 1199px) {
	#breadcrumbWrap{
		margin	:	25px 0px 20px 0px;
	}
	#breadcrumb{
		margin	: 0px auto;
		line-height: 1.3;
	}
}


#contents a {
  text-decoration: underline;
  color: #4d5057;
}

.listTitle {
  /* background-image: url(images/bdr_long.jpg);
  background-repeat: no-repeat;
  background-size: 100%; */
  /* padding-top: 15px; */
  /* padding-top: 20px;
  margin-bottom: 20px; */
  /* font-size: 17px; */
  /* color: #555555; */
  font-size: 4.4rem;
  font-family: 'Roboto Slab', sans-serif;
  padding-bottom: 38px;
  border-bottom: 3px solid #707070;
  font-weight: bold;
}

.listUl {
  list-style-type: none;
  padding: 0;
}

.listUl li a {
  color: #363636;
  text-decoration: underline;
}

.boxBorder ul.listUl li {
  float: left;
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px 15px 0px 10px;
  text-indent: 0;
}

.boxBorder ul li {
  margin-bottom: 20px;
  text-indent: -1em;
  margin-left: 0.5em;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.bold {
  font-weight: bold;
}

.black-bg::before {
  background-color: rgba(0, 0, 0, .35);
  content: "";
  display: block;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

.mb-1, .my-1 {
  margin-bottom: .25rem!important;
}

@media screen and (max-width: 1480px) {
  .contents-title {
      font-size: 40px;
  }
}

.pd-about {
  padding: 65px 20px 0 15px;
}

.pd-0 {
  padding-left: 0;
  padding-right: 0;
}

.flex-wrapper {
  min-height: 100%;
  margin-top: 50px;
}

.flex-container {
  display: flex;
  padding: 0;
  justify-content:space-between;
}

.about .flex-container {
  margin-bottom: 80px;
}

.about .title-heading-small {
  font-size: 36px;
}

.solutions .footer-guide {
  margin-top: 0;
}

.contents-wrapper {
  padding: 20px 0;
  display: inline-block;
}

.solutions-contents {
  background-color:#1e71c5;
}

.solutions-btn {
  text-align: center;
  padding-bottom: 40px;
  border-radius: 0px;
}

.solutions .call-action-btn a {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 60px 0 70px 0;
  padding: 14px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.solutions .call-action-btn a:hover {
  background-color: #ffffff;
  color: #1e71c5;
}

.mt-80 {
  margin-top: 80px;
}

.guide i.ico-cancel {
  background-image: url(images/ico-cancel@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  padding: 0px;
  margin: 15px 20px 0px 30px;
  display: block;
}
.guide i.ico-square {
  background-image: url(images/ico-square.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 38px;
  padding: 0px;
  margin: 17px 20px 15px 30px;
  display: block;
}

.guide .title {
  width: 100%;
  background-color: #F1F1F1;
  display: inline-flex;
  height: 70px;
}

.guide i {
  color: #2a3f7e;
  font-size: 4rem;
  margin: 14px 20px 10px 30px;
}

.guide span {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding-top: 25px;
}

.guide .conTitle {
  margin: 50px 0 15px 0;
  font-size: 2rem;
  font-weight: bold;
}

.guide ul {
  padding: 0;
  margin: 30px 0;
}

.guide .bold {
  font-weight: bold;
} 

.privacy .conTitle {
  margin-top: 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

.privacy .conDetail {
  font-size: 1.4rem;
  margin-top: 10px;
}

.privacy .boxBorderbtm {
  margin-bottom: 0;
  border-bottom: 1px solid #BEBEBE;
  padding-bottom: 23px;
}

.privacy .boxBorderbtm-last {
  padding-bottom: 80px;
}

.privacy h3.ptitle{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Sans jp', serif;
  color: white;
  background-color: #960000;
  padding: 15px 0;
  margin: 0;
}

.privacy .pcontBox {
  border: 1px solid #D0D0D0;
  border-top: none;
}

.privacy .pmsg {
  padding: 23px 17px;
}

.privacy a.contact-link {
  color: #2A3F7E;
  font-size: 1.4rem;
  margin-top: 27px;
  display: inline-block;
}

.privacy a.contact-link:hover {
  text-decoration: underline;
}

.privacy a.contact-link i {
  font-size: 1.9rem;
  vertical-align: -3px;
}

.privacy .pmsg a.contact-link {
  margin-top: 15px;
}

.privacy .listNumUl {
  padding-inline-start: 0;
  font-size: 1.4rem;
  margin-block-start: 30px;
}

@media (max-width: 1199px) {
  .listTitle {
  font-size: 2.4rem;
  margin-top: 20px;
  padding-bottom: 20px;
  }

  .privacy .boxBorderbtm {
    padding-bottom: 40px;
  }

  .privacy .boxBorderbtm-last {
    padding-bottom: 30px;
  }

}



/* news */
/*----------------------------------------------*/
#newsBox {
  color: #555;
}

#newsBox h1.title {
  font-size: 4.4rem;
  font-family: 'Roboto Slab', sans-serif;
  padding-bottom: 38px;
  border-bottom: 3px solid #707070;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px){
  #newsBox h1.title {
    font-size: 4rem;
  }
}

@media (max-width: 1199px){
  #newsBox h1.title {
    font-size: 2.4rem;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

#newsBox h1.title:first-of-type {
  margin-top: 30px;
}

#newsBox .singleText {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1199px){
  #newsBox .singleText img {
    max-width: 100% !important;
    height: auto !important;
  }
  #newsBox .singleText iframe {
    max-width: 100% !important;
    height: auto !important;
  }
  #newsBox .singleText table {
    width: 100% !important;
    border: none;
    border-top: 1px solid #000;
  }
  #newsBox .singleText th {
    width: 100% !important;
    display: block;
    border: 1px solid #000;
    border-top: none;
    border-bottom: none;
    font-weight: bold;

  }
  #newsBox .singleText td {
    width: 100% !important;
    display: block;
    border: 1px solid #000;
    border-top: none;
  }
}

#newsBox main h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  border-left: 4px solid #343434;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.6;
  text-indent: 10px;
}

#newsBox h3 {
  margin-top: 35px;
}

#newsBox tr td h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#newsBox p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#newsBox{
	width	:	100%;
}
#newsBox strong{
	font-weight	:	bold;
}
#newsBox .news_p{
	text-decoration	:	underline;
	color	:	#000;
}
#newsBox .news_p:hover{
	color	:	#666;
}
#newsBox dl{
	font-size	:	13px;
	margin	:	0px 0px 15px 0px;
}
#newsBox dt{
	width	:	85px;
	color	:	#555555;
	float	:	left;
}
#newsBox dd{
	width	:	630px;
	float	:	left;
}
#newsBox .icon_zone{
	width : 50px;
	padding : 0px 10px;
	color : #fff;
	display : block;
	font-size : 80%;
	text-align : center;
	float : left;
	margin-right : 5px;
}
#newsBox .news_p{
	float : left;
}
#newsBox .redIco{
	background-color: #d13b3c;
}
#newsBox .orangeIco{
	background-color: #e55d13;
}
#newsBox .blueIco{
	background-color: #188bce;
}
#newsBox .greenIco{
	background-color: #38920c;
}
#newsBox .purpleIco{
	background-color: #6745b6;
}
#newsBox .pinkIco{
	background-color: #d73a9b;
}

#newsBox table {
  border: 1px solid #000;
}

#newsBox table th {
  padding: 8px;
  border: 1px solid #000;
}

#newsBox table td {
  padding: 8px;
  border: 1px solid #000;
}



#contents .archiveTitleArea h1 {
  font-size: 28px;
  padding-bottom: 28px;
  border-bottom: 3px solid #707070;
  font-weight: bold;
}

#contents .archiveTitleArea h2 {
    font-size: 24px;
    padding: 28px 0;
    border-bottom: 0;
    font-weight: bold;
    color: #2d2d2d
}

.productsArchiveList {
  display: table;
  margin-top: 40px;
}

.productsArchiveList ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.productsArchiveList li {
  width: 50%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 20px;
}

.productsArchiveList .photo {
  width: 30%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

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

.productsArchiveList .productsInfo {
  padding: 10px;
}

#contents .productsArchiveList a {
  text-decoration: none;
}

.productsArchiveList .detail {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.productsArchiveList .detail .title {
  font-size: 12px;
  /* font-weight: bold; */
  line-height: 1;
}

.productsArchiveList .detail .name {
  font-size: 18px;
  font-weight: bold;
  color: #2d2d2d
}

.productsArchiveList .priceArea {
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px;
}

.productsArchiveList .priceArea .modelName {
  font-size: 11px;
}

.productsArchiveList .priceArea .price {
  font-size: 18px;
  font-weight: bold;
  color: #A73434;
}

.productsArchiveList .productsTextArea {
  padding-top: 20px;
  /* border-top: 1px dotted #CCC */
}

#search-result .newsArchiveList {
  margin: 0;
  border: 1px solid #CCC;
  padding: 15px;
}

@media screen and (min-width: 992px) {
  #search-result .newsArchiveList {
    padding: 0;
    border: none;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
}

#search-result .newsArchiveList .news-item {
  display: flex;
  padding: 0px;
  border: none;
}

@media screen and (min-width: 992px) {
  #search-result .newsArchiveList .news-item {
    padding: 20px;   
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}

#search-result h1.title {

}

#search-result .clearfix {
  padding: 0;
  margin: 0;
}

#search-result .newsArchiveList .news-list {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #CCC;
}

.news-item  h1.title {
  font-size: 4.4rem;
  font-family: 'Roboto Slab', sans-serif;
  padding-bottom: 38px;
  border-bottom: 3px solid #707070;
  font-weight: bold;
}

@media (max-width: 1439px) and (min-width: 1200px){
  .news-item  h1.title {
    font-size: 4rem;
  }
}

@media (max-width: 1199px){
  .news-item  h1.title {
    font-size: 2.4rem;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

.news-item h1.title:first-of-type {
  margin-top: 30px;
}

.news-item #news-list {
  margin-top: 40px;
  padding: 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.news-item #news-list li {
  display: flex;
  padding: 20px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}



@media screen and (max-width: 991px) {
  #news-list .news-item__date, #news-list .news-item__category {
    display: inline-block;
  }
  #news-list {
    padding-left: 0;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin-top: 20px;
  }
  #news-list li {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
  }
  .searchBox ul {
    padding-inline-start: 0px;
  }
  #search-result .newsArchiveList {
    border: 0;
    padding: 0;
  }
  #search-result .newsArchiveList .clearfix {
    border-top: 1px solid #CCC;
  }
  #search-result .newsArchiveList .news-item {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
  }
}