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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 62.5%;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Verdana, "メイリオ", Meiryo, sans-serif;
}

body {
  width: 100%;
  color: #000;
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
base
-----------------------------------------------------------------*/
body {
  min-width: 1200px;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  width: 100%;
}

.sp {
  display: none !important;
}

/*-----------------------------------------------------------------

-----------------------------------------------------------------*/
.icon.icon-home {
  background: url(../img/common/icon-home.png) center center no-repeat;
}

/*-----------------------------------------------------------------
btn
-----------------------------------------------------------------*/
.btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.btn01:hover {
  opacity: 0.5;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #3b87ae;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  text-indent: 0;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more:hover {
  color: #fff;
}

/*-----------------------------------------------------------------
animation
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
menu
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
hx
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
a {
  color: #333;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.5;
}

/**
header
*/
header {
  width: 100%;
  height: 173px;
  background-color: #fff;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
header nav {
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
}
header nav .inner {
  width: 1080px;
  margin: 0 auto;
}
header nav .top {
  width: 100%;
  background-color: #041a2e;
}
header nav .top .inner {
  display: flex;
  align-items: center;
  height: 37px;
}
header nav .top .copy {
  color: #fff;
  width: 50%;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
header nav .top .copy span {
  display: flex;
  align-items: center;
}
header nav .top .copy span::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
header nav .top .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
header nav .top .right .tel a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/icon-tel.png) left center no-repeat;
  background-size: auto 20px;
  padding-left: 25px;
}
header nav .top .right .fax {
  margin-left: 23px;
}
header nav .top .right .fax span {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  background: url(../img/common/icon-fax.png) left center no-repeat;
  background-size: auto 20px;
  padding-left: 25px;
}
header nav .top .right .contact {
  margin-left: 18px;
}
header nav .top .right .contact a {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 200px;
  height: 46px;
  background-color: #1e507d;
  background-image: linear-gradient(to bottom, #0a7fc5, #3094be);
  position: relative;
  z-index: 1;
}
header nav .top .right .contact a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-mail.png) center center no-repeat;
  background-size: 20px auto;
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
header nav .top .right .contact a:hover {
  background-image: linear-gradient(to top, #1e507d, #1e507d);
  opacity: 1;
}
header nav .middle {
  width: 100%;
  padding-top: 10px;
}
header nav .middle .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .middle .logo {
  position: relative;
  z-index: 10;
}
header nav .middle .logo img {
  width: 212px;
  z-index: 1;
}
header nav .bottom {
  padding-top: 2px;
  position: relative;
}
header nav .bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .bottom .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  width: 100%;
}
header nav .bottom .nav .top-nav {
  position: absolute;
  right: 0;
  top: -44px;
  width: 100%;
}
header nav .bottom .nav .top-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1080px;
  margin: 0 auto;
}
header nav .bottom .nav .top-nav ul li + li {
  margin-left: 24px;
}
header nav .bottom .nav .top-nav ul li a {
  font-size: 12px;
  line-height: 1;
  color: #333333;
  text-decoration: none;
}
header nav .bottom .nav .top-nav ul li a:hover, header nav .bottom .nav .top-nav ul li a.active {
  color: #0b80c6;
  position: relative;
  font-weight: bold;
  opacity: 1;
}
header nav .bottom .nav .top-nav ul li a:hover::after, header nav .bottom .nav .top-nav ul li a.active::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #0b80c6;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
header nav .bottom .nav .search {
  padding-bottom: 10px;
}
header nav .bottom .nav .search input {
  width: 316px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 18px;
  padding-left: 35px;
  background: url(../img/common/icon-search.png) 11px center no-repeat;
  background-size: 17px auto;
  font-size: 14px;
  line-height: 1.2857142857;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
header nav .bottom .nav .search input:focus-visible, header nav .bottom .nav .search input:focus, header nav .bottom .nav .search input:hover {
  border-color: #ccc;
  outline: #ccc;
}

#nav-menu {
  display: flex;
  align-items: center;
}
#nav-menu > ul {
  display: flex;
}
#nav-menu > ul > li {
  font-size: 14px;
}
#nav-menu > ul > li + li {
  margin-left: 6px;
}
#nav-menu > ul > li.has-children > span:after, #nav-menu > ul > li.has-children > a:after {
  content: "";
  display: block;
  width: 11px;
  height: 7px;
  background: url(../img/common/arrow-bottom-bk.png) center center no-repeat;
  background-size: contain;
  margin-left: 8px;
}
#nav-menu > ul > li.has-children:hover > span, #nav-menu > ul > li.has-children:hover > a {
  background-color: #041a2e;
  color: #fff;
  opacity: 1;
}
#nav-menu > ul > li.has-children:hover > span:after, #nav-menu > ul > li.has-children:hover > a:after {
  background-image: url(../img/common/arrow-bottom.png);
}
#nav-menu > ul > li > span, #nav-menu > ul > li > a {
  text-decoration: none;
  color: #333333;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-align: center;
}
#nav-menu > ul > li > span:hover, #nav-menu > ul > li > a:hover {
  color: #0b80c6;
  opacity: 1;
}
#nav-menu > ul > li > span.active, #nav-menu > ul > li > a.active {
  border-bottom: 3px solid #0b80c6;
}
#nav-menu > ul > li:hover > .children {
  display: flex;
}
#nav-menu > ul > li > .children {
  display: none;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #041a2e;
  width: 100%;
  min-height: 460px;
  padding-top: 20px;
}
#nav-menu > ul > li > .children .inner {
  align-items: flex-start;
  position: relative;
}
#nav-menu > ul > li > .children .list {
  width: 260px;
  height: 420px;
  border-right: 1px solid #2c3945;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild > a, #nav-menu > ul > li > .children .list > ul > li.has-grandchild > span {
  background: url(../img/common/arrow-right@2x.png) right 20px center no-repeat;
  background-size: 7px auto;
}
#nav-menu > ul > li > .children .list > ul > li.has-grandchild:hover > .grandchild {
  display: block;
}
#nav-menu > ul > li > .children .list > ul > li > a, #nav-menu > ul > li > .children .list > ul > li > span {
  width: 100%;
  height: 59px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding-left: 20px;
  border-bottom: 1px solid #2c3945;
  text-decoration: none;
}
#nav-menu > ul > li > .children .list > ul > li:hover > a, #nav-menu > ul > li > .children .list > ul > li:hover > span {
  background-color: #0b80c6;
  border-bottom: 1px solid #0b80c6;
  opacity: 1;
  background-image: none;
}
#nav-menu > ul > li.menu-note {
  position: relative;
}
#nav-menu > ul > li.menu-note > .children {
  width: 260px;
  min-height: 0;
  padding-top: 0px;
}
#nav-menu > ul > li.menu-note > .children .list {
  width: 260px;
  height: auto;
}
#nav-menu > ul > li .grandchild {
  position: absolute;
  top: 0;
  left: 260px;
  width: 820px;
  height: 420px;
  display: none;
}
#nav-menu > ul > li .grandchild .inner {
  width: 100%;
  display: block;
}

#nav-category .categories {
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}
#nav-category .categories .category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
  width: 260px;
  margin-left: 10px;
  padding-bottom: 25px;
}
#nav-category .categories .category.wide {
  width: 530px;
}
#nav-category .categories .category h4 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  color: #333333;
  background-color: #fff;
  padding-left: 8px;
}
#nav-category .categories .category .subcategory {
  width: 260px;
}
#nav-category .categories .category .subcategory + .subcategory {
  margin-left: 10px;
}
#nav-category .categories .category h5 {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}
#nav-category .categories .category ul {
  margin-top: 15px;
}
#nav-category .categories .category ul li + li {
  margin-top: 10px;
}
#nav-category .categories .category ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 7px auto;
  padding-left: 15px;
  border: none;
}
#nav-category .categories .category ul li a:hover {
  opacity: 0.5;
}

#nav-wavelength {
  padding: 10px 0px 0 20px;
}
#nav-wavelength ul li + li {
  margin-top: 12px;
}
#nav-wavelength ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 7px auto;
  padding-left: 15px;
  border: none;
}
#nav-wavelength ul li a:hover {
  opacity: 0.5;
}

#nav-manufacturere {
  padding: 0px 0px 0 20px;
}
#nav-manufacturere .boxes {
  display: flex;
  flex-wrap: wrap;
}
#nav-manufacturere .boxes .box {
  width: 123px;
  height: 83px;
  margin-left: 10px;
}
#nav-manufacturere .boxes .box:nth-of-type(6n + 1) {
  margin-left: 0;
}
#nav-manufacturere .boxes .box a {
  color: #fff;
  font-size: 10px;
  line-height: 1.8;
  text-decoration: none;
}
#nav-manufacturere .boxes .box a span {
  display: block;
  text-align: center;
}
#nav-manufacturere .boxes .box a:hover {
  opacity: 0.65;
}

#nav-application {
  padding-left: 20px;
}
#nav-application .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
#nav-application .boxes .box {
  width: 265px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 7px auto;
  padding-left: 15px;
  border: none;
}
#nav-application .boxes .box:nth-of-type(n + 4) {
  margin-top: 10px;
}
#nav-application .boxes .box:hover {
  opacity: 0.5;
}
#nav-application .boxes .box .img {
  display: none;
}
#nav-application .boxes .box .title .en {
  display: none;
}
#nav-application ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
#nav-application ul li {
  width: 265px;
}
#nav-application ul li:nth-of-type(n + 4) {
  margin-top: 10px;
}
#nav-application ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  height: auto;
  background: url(../img/common/arrow-right@2x.png) left center no-repeat;
  background-size: 7px auto;
  padding-left: 15px;
  border: none;
}
#nav-application ul li a:hover {
  opacity: 0.5;
}

#nav-outlet p {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 70px;
  color: #fff;
}
#nav-outlet .link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#nav-outlet .link a {
  display: flex;
  width: 440px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  background: url(../img/common/arrow-right@2x.png) right 20px center no-repeat;
  background-size: 7px auto;
}
#nav-outlet .link a:hover {
  opacity: 1;
  background-color: #fff;
  background-image: url(../img/common/arrow-right-bk@2x.png);
  color: #333333;
}

/**
footer
*/
#pagetop {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 1000;
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pagetop a img {
  width: 57px;
}

.grecaptcha-badge {
  bottom: 9vw !important;
}

footer #banners {
  background-image: linear-gradient(to bottom, #041728, #000);
}
footer #banners .inner {
  padding-top: 80px;
  padding-bottom: 70px;
}
footer #banners .inner .boxes {
  display: flex;
  justify-content: center;
}
footer #banners .inner .boxes .box + .box {
  margin-left: 30px;
}
footer #banners .inner .boxes .box.email a::before {
  background-image: url(../img/common/icon-mail-l.png);
  width: 45px;
  height: 34px;
}
footer #banners .inner .boxes .box.email a:hover::before {
  background-image: url(../img/common/icon-mail-l-bk@2x.png);
}
footer #banners .inner .boxes .box.catalog a::before {
  background-image: url(../img/common/icon-book-l.png);
  width: 50px;
  height: 38px;
}
footer #banners .inner .boxes .box.catalog a:hover::before {
  background-image: url(../img/common/icon-book-l-bk@2x.png);
}
footer #banners .inner .boxes .box.magazine a::before {
  background-image: url(../img/common/icon-info-l.png);
  width: 45px;
  height: 45px;
}
footer #banners .inner .boxes .box.magazine a:hover::before {
  background-image: url(../img/common/icon-info-l-bk@2x.png);
}
footer #banners .inner .boxes .box a {
  width: 340px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 1.3333333333;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
footer #banners .inner .boxes .box a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
footer #banners .inner .boxes .box a small {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}
footer #banners .inner .boxes .box a:hover {
  color: #333333;
  background-color: #fff;
  opacity: 1;
}
footer #banners .inner .message {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  color: #fff;
  font-weight: bold;
}
footer #banners .inner .message span {
  font-size: 20px;
  line-height: 1.2;
}
footer #banners .inner .message .tel {
  display: flex;
  align-items: baseline;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  margin-left: 32px;
  margin-right: 20px;
  color: #fff;
}
footer #banners .inner .message .tel::before {
  content: "";
  display: block;
  background: url(../img/common/icon-tel.png) center center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 9px;
}
footer #banners .inner .message small {
  font-size: 20px;
  line-height: 1.2;
}
footer .inner {
  width: 1080px;
  margin: 0 auto;
}
footer #footer {
  padding: 80px 0px 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #333;
  border-bottom: 1px solid #ccc;
}
footer #footer .inner {
  display: flex;
  flex-wrap: wrap;
}
footer #footer .company {
  width: 460px;
}
footer #footer .company .logo {
  position: relative;
}
footer #footer .company .logo img {
  width: 159px;
  top: 14px;
  left: 20px;
  z-index: 1;
}
footer #footer .company .address {
  margin-top: 35px;
}
footer #footer .company .address p {
  font-size: 16px;
  line-height: 1.375;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
}
footer #footer .company .address ul {
  margin-top: 15px;
}
footer #footer .company .address ul li + li {
  margin-top: 10px;
}
footer #footer .company .address ul li span,
footer #footer .company .address ul li a {
  font-size: 18px;
  line-height: 1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 24px;
  text-decoration: none;
}
footer #footer .company .address ul li span.tel,
footer #footer .company .address ul li a.tel {
  background-image: url(../img/common/icon-tel-bk.png);
}
footer #footer .company .address ul li span.fax,
footer #footer .company .address ul li a.fax {
  background-image: url(../img/common/icon-fax-bk.png);
}
footer #footer .company .address ul li span.email,
footer #footer .company .address ul li a.email {
  background-image: url(../img/common/icon-mail-bk.png);
}
footer #footer .sitemap {
  width: 600px;
  display: flex;
  justify-content: flex-end;
}
footer #footer .sitemap ul {
  width: 200px;
}
footer #footer .sitemap ul li span,
footer #footer .sitemap ul li a {
  font-size: 14px;
  line-height: 2.4285714286;
  font-family: "Yu Gothic", YuGothic, Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}
footer #footer .sitemap ul li ul li {
  position: relative;
  background: url(../img/common/arrow-right-bk@2x.png) 4px center no-repeat;
  background-size: 7px auto;
  padding-left: 19px;
}
#footer-bottom .inner {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer-bottom ul {
  display: flex;
}
#footer-bottom ul li + li {
  margin-left: 1em;
}
#footer-bottom ul li a {
  font-size: 12px;
  text-decoration: none;
}
#footer-bottom #copyright {
  text-align: center;
  color: #333333;
  font-size: 12px;
}

#main-image.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 1080px;
  margin: 0 auto;
  color: #333333;
}
#main-image.page h2 {
  font-size: 30px;
  line-height: 1.4666666667;
  font-weight: bold;
  margin-bottom: 12px;
}
#main-image.page [data-ruby] {
  font-size: 48px;
  line-height: 1.4166666667;
  display: inline;
  margin-top: 100px;
  text-align: left;
}
#main-image.page [data-ruby]::before {
  font-size: 20px;
  position: absolute;
  color: #777777;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  top: -34px;
  margin-bottom: 0;
}

#breadcrumb {
  color: #777777;
  padding-top: 8px;
}
#breadcrumb .breadcrumb-lists li {
  display: inline;
  font-size: 14px;
  line-height: 1.2857142857;
}
#breadcrumb .breadcrumb-lists li.breadcrumb-home::before {
  display: none;
}
#breadcrumb .breadcrumb-lists li:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 10px;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #333333;
  width: 7px;
  height: 11px;
  background: url(../img/common/arrow-right-bk@2x.png) left center no-repeat;
  background-size: contain;
}
#breadcrumb .breadcrumb-lists li strong {
  border-bottom: 1px solid #777;
  padding-bottom: 2px;
  font-weight: normal;
}
#breadcrumb .breadcrumb-lists li a {
  text-decoration: none;
  color: #777777;
}

#technicalNote {
  background-color: #eee;
  padding: 22px 20px 26px;
}
#technicalNote > .title {
  font-size: 18px;
  line-height: 1.8333333333;
  font-weight: bold;
  color: #333;
  padding-left: 36px;
  background: url(../img/common/icon-note.png) left center no-repeat;
  background-size: 30px auto;
  width: 100%;
}
#technicalNote > .title::before {
  display: none;
}
#technicalNote .boxes {
  margin-top: 20px;
}
#technicalNote .boxes .box {
  border-top: solid 1px #ccc;
  padding: 18px 0 19px;
}
#technicalNote .boxes .box:last-of-type {
  border-bottom: solid 1px #ccc;
}
#technicalNote .boxes .box .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#technicalNote .boxes .box .info .date {
  font-size: 14px;
  color: #777;
}
#technicalNote .boxes .box .info .categories {
  border-left: 1px solid #cccccc;
  margin-left: 10px;
  padding-left: 10px;
}
#technicalNote .boxes .box .info .categories a {
  font-size: 14px;
  line-height: 1;
  color: #777;
  text-decoration: none;
}
#technicalNote .boxes .box .info .categories a + a {
  margin-left: 15px;
}
#technicalNote .boxes .box .title {
  margin-top: 9px;
  width: 100%;
}
#technicalNote .boxes .box .title a {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 1.6px;
  color: #333;
  text-decoration: none;
}
#technicalNote .link {
  display: flex;
  justify-content: flex-end;
  margin-top: 29px;
}
#technicalNote .link a {
  font-size: 16px;
  line-height: 1.125;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #333;
  padding-bottom: 5px;
  text-decoration: none;
}

#category_ProductList {
  display: flex;
  flex-wrap: wrap;
}
#category_ProductList li {
  width: 255px;
  margin-left: 20px;
  border: solid 1px #ccc;
  padding: 10px;
}
#category_ProductList li:nth-of-type(4n + 1) {
  margin-left: 0;
}
#category_ProductList li:nth-of-type(n + 5) {
  margin-top: 20px;
}
#category_ProductList li .nolink,
#category_ProductList li a {
  text-decoration: none;
}
#category_ProductList li .nolink .thumb,
#category_ProductList li a .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 152px;
}
#category_ProductList li .nolink .thumb img,
#category_ProductList li a .thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#category_ProductList li .nolink .text,
#category_ProductList li a .text {
  margin-top: 10px;
}
#category_ProductList li .nolink .text .productTitle,
#category_ProductList li a .text .productTitle {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: bold;
}
#category_ProductList li .nolink .text .read,
#category_ProductList li a .text .read {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.1666666667;
  font-weight: 500;
  color: #0b80c6;
  padding: 1px 7px 4px;
  border-left: 3px solid #0b80c6;
}

.visual_editor_area {
  /*-----------------------------------------------------------------
  sp
  -----------------------------------------------------------------*/
  /*-----------------------------------------------------------------
  pc
  -----------------------------------------------------------------*/
  word-wrap: break-word;
  word-break: break-all;
}
.visual_editor_area .gallery a {
  text-decoration: none;
  border-bottom: 0;
}
.visual_editor_area a {
  text-decoration: none;
  color: #0b80c6;
  border-bottom: 1px solid #0b80c6;
}
.visual_editor_area p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 12px;
}
.visual_editor_area p img.alignright {
  text-align: right;
}
.visual_editor_area pre {
  margin: 20px 0;
  overflow-x: auto;
  line-height: 1.5;
}
.visual_editor_area .wp-caption {
  max-width: 100%;
}
.visual_editor_area .alignleft {
  float: left;
}
.visual_editor_area .aligncenter {
  text-align: center;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.visual_editor_area .alignright {
  float: right;
}
.visual_editor_area img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 5px;
}
.visual_editor_area img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.visual_editor_area img.alignright {
  margin: 5px;
  display: inline;
}
.visual_editor_area img.alignleft {
  margin: 5px;
  display: inline;
}
.visual_editor_area ul {
  margin: 1.2em;
}
.visual_editor_area ul:first-of-type {
  margin-top: 0.65em;
}
.visual_editor_area ul li::before {
  content: "・";
}
.visual_editor_area ol {
  margin: 1.2em;
}
.visual_editor_area ol:first-of-type {
  margin-top: 0.65em;
}
.visual_editor_area ol li {
  list-style: decimal outside;
}
.visual_editor_area li {
  line-height: 1.65;
}
.visual_editor_area h1 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-image: linear-gradient(to right, #041a2e, #000);
  color: #fff;
}
.visual_editor_area h2 {
  clear: both;
  padding: 5px 10px 7px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 1.3333333333;
  background-color: #e3e5e6;
  color: #0b80c6;
}
.visual_editor_area h3 {
  clear: both;
  padding: 0 0 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3333333333;
  color: #0b80c6;
  border-bottom: 1px solid #cccccc;
}
.visual_editor_area h4 {
  clear: both;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
  color: #0b80c6;
  position: relative;
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.visual_editor_area h4:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 4px;
  background-color: #0b80c6;
  display: block;
  top: 11px;
  left: 0;
}
.visual_editor_area h5 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}
.visual_editor_area h6 {
  clear: both;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.visual_editor_area table {
  margin: 35px auto;
}
.visual_editor_area table th,
.visual_editor_area table td {
  padding: 12px;
  font-size: 14px;
  line-height: 1.7142857143;
  border: 1px solid #fff;
}
.visual_editor_area table th {
  background-color: #8ca8b9;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.visual_editor_area table th a {
  color: #fff;
}
.visual_editor_area table td {
  background: #eeeeee;
  color: #666666;
}

/*SEO対策テンプレート用*/
.accordion-004 {
  margin-bottom: 7px;
  border: 2px solid #d6dde3;
  border-radius: 5px;
}

.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0.5em 2em;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}

.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.7019607843);
  border-right: 3px solid rgba(0, 0, 0, 0.7019607843);
  content: "";
  transition: transform 0.3s;
}

.accordion-004[open] summary::after {
  transform: rotate(225deg);
}

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #000000;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
}

#nav-category > .inner > .categories > .category > p {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  color: #333333;
  background-color: #fff;
  padding-left: 8px;
}

#nav-category .subcategory p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
}

#single-products h1 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #0b80c6;
  background-color: #d1d8dd;
  padding: 8px 10px;
}

#single-products .outline h2 {
  font-size: 38px;
  line-height: 1;
}

#single-products .outline h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  color: #0b80c6;
  background-color: #fff;
  background-image: none;
  padding: 0;
}