@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
legend,
td,
th {
  padding: 0;
}

/*! CSS reset with box-sizing fix */
html,
img,
sup {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}
html {
  vertical-align: baseline;
  box-sizing: border-box;
  /* font-size: 62.5%; */
  font-size: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  /* font: inherit; */
  /* font-size: 100%; */
}
img,
sup {
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  /* line-height: 1;
  font-size: 1.5rem; */
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, sans-serif;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/**/
.header__banner .site-utility ul:after,
.header__nav nav > ul:after,
.mod-case .case__meta .meta__header .photo:after,
.mod-case .case__meta:after,
.mod-flow .flow__inner:after,
.mod-follow > .inner:after,
.mod-function ul:after,
.mod-point .point__inner:after {
  display: block;
  clear: both;
  content: "";
}

.header__banner .site-search fieldset,
.mod-flow .item + .item {
  position: relative;
}

.header {
  /*min-width:1000px;
  */
  width: 100%;
  padding-bottom: 1px;
  background-color: #fff;
}
.header .container {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .header__banner {
    /*height:72px*/
    padding-bottom: 7px;
  }
}
.header__banner .container {
  position: relative;
}
.header__banner .site-id {
  /*position:absolute;
  top:19px;
  left:0;
  background-color:#fff*/
  margin: 0;
}
.header__banner .site-id a {
  /*overflow:hidden;
  height:45px;*/
  border: 0;
  /*background-color:transparent;
  background-image:url(/assets/img/site-id.png?160629);
  background-repeat:no-repeat;*/
  display: block;
  /*width:141px*/
  padding: 10px;
}
.header__banner .site-id a:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.header__banner .site-id a img {
  width: 141px;
  transition: 0.3s;
}
.header__banner .site-search {
  position: absolute;
  top: 10px;
  right: 0;
  width: 206px;
  font-size: 0;
  height: 26px;
}
.header__banner .site-search legend {
  position: absolute;
  z-index: -1;
}
.header__banner .site-search input {
  border: 1px solid #ccc;
  border-radius: 0;
  vertical-align: middle;
  font-size: 0.8rem;
  -webkit-appearance: none;
  appearance: none;
}
.header__banner .site-search input:focus {
  outline: 1px dotted #ccc;
}
.header__banner .site-search input[type="search"] {
  padding: 6px;
  width: 100%;
  height: 26px;
  box-sizing: border-box;
}
.header__banner .site-search input[type="search"]:focus {
  outline: 0;
  border-color: #eb6202;
}
.header__banner .site-search input[placeholder]::-webkit-input-placeholder {
  color: #999;
}
.header__banner .site-search input[placeholder]::-moz-placeholder {
  color: #999;
}
.header__banner .site-search input[placeholder]::-ms-input-placeholder {
  color: #999;
}
.header__banner
  .site-search
  input[placeholder]:focus::-webkit-input-placeholder {
  color: #fff;
}
.header__banner .site-search input[placeholder]:focus::-moz-placeholder {
  color: #fff;
}
.header__banner .site-search input[placeholder]:focus::-ms-input-placeholder {
  color: #fff;
}
.header__banner .site-search input[type="submit"] {
  height: 16px;
  background-image: url(/assets/img/btn_search.png?160629);
  position: absolute;
  top: 5px;
  right: 7px;
  width: 16px;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}
.header__banner .site-address:before,
.header__banner .site-search input[type="submit"]:before,
.header__nav nav > ul > li > a:before {
  display: block;
  width: 0;
  height: 150%;
  content: "";
}
.header__banner .site-search input[type="submit"]:hover {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .header__banner .site-utility {
    position: absolute;
    top: 15px;
    right: 237px;
    text-align: right;
  }
  .header__banner .site-utility a {
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 991.98px) {
  .header__banner .site-utility {
    display: none;
  }
}
.header__banner .site-utility li {
  float: left;
  font-size: 1.3rem;
  line-height: 1;
}
.header__banner .site-utility a,
.header__nav a {
  color: inherit;
}
.header__banner .site-utility li + li {
  margin-left: 22px;
}
.header__banner .site-utility li a {
  padding-left: 16px;
  /*background: url(/assets/img/arw_blue.png?160629) left center no-repeat;*/
  display: inline-block;
  position: relative;
}
.header__banner .site-utility li a:hover {
  color: #eb6202;
}
.header__banner .site-utility li a::before {
  content: "\e315";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  color: #004ea1;
}
.header__banner .site-address,
.header__banner .site-search input[type="submit"],
.header__nav nav > ul > li > a {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}
.header__banner .site-address {
  position: absolute;
  top: 46px;
  right: 0;
  width: 267px;
  height: 25px;
  background-image: url(/assets/img/site-address.png?160629);
}
.header__nav nav > ul > li {
  position: relative;
  /*text-align:center;*/
  padding: 0;
  font-size: 17px;
  height: 50px;
  transition: 0.2s;
  line-height: 1;
}
.faq-list .item + .item,
.header__nav .nav-child .item ul li + li {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header__nav nav > ul > li:hover {
    border-bottom: 6px solid #eb6202;
  }
  .header__nav nav > ul > li.header__nav__pdf:hover {
    border-bottom: none;
  }
  .header__nav nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 50px;
    cursor: pointer;
  }
}
.header__nav {
  height: 50px;
  /*background:url(/assets/img/bg_header-nav.png?0125) left bottom repeat-x*/
  border-bottom: 1px solid #ccc;
}
.header__nav nav > ul > li.header__nav__pdf > a {
  background: #004ea1;
  color: #fff;
  padding: 11px 24px;
  border-radius: 6px;
  margin-top: 3px;
  font-size: 16px;
  transition: background 0.2s;
  height: auto;
  justify-content: center;
}
.header__nav nav > ul > li.header__nav__pdf > a:hover {
  background: #eb6202;
  border: none;
}

.header__nav .nav-child .item ul:last-child,
.header__nav .nav-child.is-mega .item + .item,
.mod-flow .flow__lead {
  margin-top: 20px;
}
.item ul + ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .header__nav nav > ul > li {
    /*display: flex;
    align-items: center;*/
  }
  .header__nav .nav-child {
    display: table !important;
    table-layout: fixed;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 100;
    visibility: hidden;
    overflow: hidden;
    padding: 30px 23px;
    width: inherit;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 3px 5px rgba(7, 2, 3, 0.25);
    opacity: 0;
  }
  .header__nav .nav-child.-nc2 {
    left: -158px;
  }
  .header__nav .nav-child.-nc3 {
    left: -410px;
  }
  .header__nav .nav-child.-nc1.is-mega .item > ul {
    display: flex;
  }
  .header__nav .nav-child.-nc1 .item ul li + li {
    margin-top: 0;
    margin-left: 35px;
  }
  .header__nav .nav-child.-nc3.is-mega .item > ul {
    display: flex;
  }
  .header__nav .nav-child.-nc3 .item ul li + li {
    margin-top: 0;
    margin-left: 35px;
  }
}
.header__nav .nav-child .col {
  display: table-cell;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: top;
  overflow: visible;
}
.header__nav .nav-child .col-1,
.header__nav .nav-child .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.header__nav .nav-child .col-1,
.header__nav .nav-child .col-2 .item {
  position: relative;
  padding-left: 21px;
  border-left: 1px solid #001f4c;
}
.header__nav .nav-child .col-1:before,
.header__nav .nav-child .col-2 .item:before {
  position: absolute;
  top: 15px;
  left: -5px;
  display: block;
  width: 9px;
  height: 18px;
  background-color: #001f4c;
  content: "";
}
.header__nav .nav-child .item {
  line-height: 1.25;
}
.header__nav .nav-child .item .title {
  margin-bottom: 20px;
  color: #001f4c;
  font-size: 1.1rem;
}
.footer__nav .item > ul > li,
.footer__nav .item__child li strong,
.header__nav .nav-child .item ul li {
  font-size: 0.88 rem;
}
.header__nav .nav-child .item ul li a {
  /*background: url(/assets/img/arw_orange.png?160629) 0 0.15em no-repeat;*/
  position: relative;
}
.header__nav .nav-child .item ul li a::before {
  content: "\e315";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  color: #eb6202;
}
.header__nav .nav-child .item ul .a-category-index {
  margin-bottom: 20px;
  margin-left: -20px;
  /*background: url(/assets/img/arw_orange02.png?160629) 0 0 no-repeat;*/
}
.header__nav .nav-child.is-mega {
  padding: 30px 35px;
  width: 1000px;
}
.header__nav .nav-child.is-mega .item {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.25;
}
.header__nav .nav-child .item ul li a {
  color: #001f4c;
}
@media screen and (min-width: 768px) {
  .header__nav .has-child.is-focus .nav-child,
  .header__nav .has-child:hover .nav-child {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50px;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .header__nav .has-child > a[href="#"] {
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  .header__nav .has-child > a[href="#"]::after {
    position: absolute;
    bottom: 19px;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .header__nav .has-child.active > a[href="#"]::after {
    position: absolute;
    top: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
  }
  .header__nav .nav-child .col-1,
  .header__nav .nav-child .col-2 .item {
    padding-left: 15px;
  }
  .header__nav .nav-child.is-mega .item > ul {
    margin-left: 12px;
  }
  .header__nav .nav-child .item ul + ul {
    margin-top: 0;
  }
  .header__nav .nav-child .col-1 .item > ul li ul li,
  .header__nav .nav-child .col-2 .item > ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .header__nav .nav-child .item ul .a-category-index {
    margin-left: -10px;
  }
}
.header__nav__products {
}
#page-products .header__nav__products > a,
.header__nav__products > a.is-current {
  background-position: 0 100%;
}
.header__nav__case {
}
#page-case .header__nav__case {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
.header__nav__ir {
}
#ir .header__nav__ir {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
.header__nav__select {
}
#page-select .header__nav__select {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
.header__nav__price {
}
#page-price .header__nav__price {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
.header__nav__corporation,
.header__nav__pdf {
}
#page-corporation .header__nav__corporation {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
#page-products .header__nav__products {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
#page-seminar .header__nav__seminar {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
#page-contact .header__nav__pdf {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
.header__nav__contact {
}
#page-contact .header__nav__contact {
  border-bottom: 6px solid #54a6ef;
  color: #54a6ef;
}
@media screen and (min-width: 768px) {
  .header__nav a:hover {
    color: #eb6202;
  }
}
@media screen and (min-width: 992px) {
  .header.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
  }
  .header.fixed .header__banner .site-id a img {
    width: 120px;
  }
  .header.fixed .header__banner .site-utility,
  .header.fixed .header__banner .site-search {
    display: none;
  }
  .header.fixed .header__banner .site-address {
    top: 26px;
    width: 210px;
    background-size: 210px;
  }
  .header.fixed .header__banner {
    padding-bottom: 0;
  }
  .header.fixed .header__banner .site-id a {
    padding: 10px 10px 0;
  }
}

.main,
.main__header {
  /*min-width:1000px;*/
  width: 100%;
}
.main {
  padding-bottom: 98px;
  line-height: 1.5;
}
.main .container {
  margin-right: auto;
  margin-left: auto;
}
.main .content-id {
  padding-bottom: 65px;
  text-align: center;
}
.tabs-1 .content-lead {
  padding-bottom: 66px;
}
.tabs-2 .content-lead {
  padding-bottom: 40px;
}
.main__header {
  overflow: hidden;
  background-color: #001f4c;
  color: #fff;
}
.main__header__title {
  text-align: center;
}
.main__header__title .container {
  position: relative;
  padding-top: 14px;
  padding-bottom: 36px;
  max-height: 80px;
}
.main__header__title .container:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  pointer-events: none;
  border-width: 15px 13px 0;
  border-color: #001f4c transparent transparent;
  bottom: -15px;
  left: 50%;
  z-index: 10;
  margin-left: -14px;
}
.main__header__title .title {
  font-size: 2rem;
}
.main__header__title .title .h-sub {
  display: block;
  font-size: 1.4rem;
}
.main__header__lead {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  /*width:100%*/
}
.main__header__lead .container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.main__header__lead .is-type-1 {
  display: table;
  /*width:1000px;
  */
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.main__header__lead .is-type-1 .container {
  height: 385px;
}
.main__header__lead .is-type-2 .container {
  height: 325px;
}
.main__header__lead .is-type-3 .container {
  height: 240px;
}
.main__header__lead .lead-1 {
  position: absolute;
}
.main__header__lead .lead-2,
.main__header__lead .lead-3 {
  /*position:absolute;
  top:50%;
  -ms-transform:translateY(-50%);
  transform:translateY(-50%)*/
}
.main__header__lead .lead-2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  left: 20px;
  font-size: 1.7rem;
}
.main__header__lead .lead-3 {
  width: inherit;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .main__header__lead .lead-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main__header__lead-2 {
  background-color: #efefef;
  color: #333;
}
.main__body {
  padding-top: 80px;
}
.main__body strong {
  font-weight: 700;
}
.footer {
  /*min-width:1000px;*/
  width: 100%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 112px;
  background-color: #333;
  color: #999;
}
.footer .container {
  margin-right: auto;
  margin-left: auto;
  /*width:1000px*/
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .item__child ul + ul {
  margin-top: 10px;
}
.footer .item__child ul:nth-child(4),
.footer .item__child ul:last-child {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .footer a:hover {
    color: #eb6202;
  }
}
.footer .container:after,
.footer__complementary .site-utility ul:after,
.footer__complementary__inner:after,
.page-nav-1 > ul:after,
.page-nav-2 ol:after,
.page-nav-2 ul:after,
.page-nav-2 > ul:after,
.tabs-1 > .tabs__tablist ul:after,
.tabs-2 > .tabs__tablist ul:after {
  display: block;
  clear: both;
  content: "";
}
.footer__nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 48px;
  line-height: 1.25;
}
.footer__nav .col {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: top;
}
.footer__nav .col-1 {
  width: 315px;
}
.footer__nav .col-2 {
  width: 280px;
}
.footer__nav .col-4 {
  width: 195px;
}
.footer__nav .col-1,
.footer__nav .col-2,
.footer__nav .col-3,
.footer__nav .col-4 {
  padding: 0;
}
.footer__nav .item {
  padding: 10px 10px 10px 20px;
}
.footer__nav .item + .item {
  margin-top: 25px;
}
.footer__nav .item > ul > li + li {
  margin-top: 22px;
}
.footer__nav .item > ul > li a,
.header__nav .nav-child .item ul li a {
  display: inline-block;
  padding-left: 22px;
}
.footer__nav .item > ul > li .a-products-index,
.footer__nav .item > ul > li > a {
  /*background: url(/assets/img/arw_orange02.png?160629) 0 0 no-repeat;*/
  position: relative;
}
.footer__nav .item > ul > li > a::before {
  content: "\e315";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  color: #eb6202;
}
.footer__nav .item > ul > li .a-products-index {
  margin-bottom: 18px;
}
.footer__nav .item > ul > li .a-corporation-index::before {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .footer__nav .item > ul > li a .pc-on {
    display: none;
  }
}
.footer__nav .item .title {
  display: block;
  margin-bottom: 24px;
  color: #999;
  font-size: 1rem;
}
.footer__nav .item .a-corporation-index {
  padding-left: 0;
  background: 0 0;
}
.footer__nav .item__child {
  font-size: 0.88rem;
}
.footer__nav .item__child li + li {
  margin-top: 10px;
}
.footer__nav .item__child a {
  /*background: url(/assets/img/arw_orange.png?160629) 0 0.15em no-repeat;*/
  position: relative;
}
.footer__nav .item__child a::before {
  content: "\e315";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
  color: #eb6202;
}
.footer__nav .col-1,
.footer__nav .col-2 .item,
.footer__nav .col-3,
.footer__nav .col-4 .item {
  border-left: 1px solid #828282;
}
.footer__nav .col-4:last-child .item {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav a.title:hover {
    color: #eb6202;
  }
}
.with-js.tabs-1 .tabs__tabpanel,
.with-js.tabs-2 .tabs__tabpanel {
  opacity: 0;
}
.footer__complementary {
  font-size: 0.88rem;
}
.footer__complementary__inner {
  /*width:636px*/
}
.footer__complementary__inner .col-1 {
  position: relative;
  top: 26px;
}
.footer__complementary__inner .col-2 {
  position: relative;
  top: 30px;
}
@media screen and (max-width: 767.98px) {
  .footer__complementary__inner .col-1,
  .footer__complementary__inner .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer__complementary .site-mark {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  bottom: 56px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1340px) {
  .footer__complementary .site-mark {
    width: 30%;
  }
}
.footer__complementary .site-mark ul {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: center;
}
.footer__complementary .site-mark li {
  padding: 0 15px;
}
.footer__complementary .site-mark__isms {
  padding-right: 32px;
  padding-left: 35px;
}
.footer__complementary .site-mark img,
.footer__complementary .site-sns a {
  display: block;
}
.footer__complementary .site-sns li {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.footer__complementary .site-sns li + li {
  margin-left: 19px;
}
.footer__complementary .site-utility li {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-right: 1px solid #999;
}
.footer__complementary .site-utility li:first-child {
  border-left: 1px solid #999;
}
.footer__complementary .site-utility a {
  color: #999;
}
.footer__complementary .site-credit {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .footer__complementary .site-sns a:hover path {
    fill: #eb6202;
  }
  .footer__complementary .site-utility a:hover {
    color: #eb6202;
  }
}


/*
***** Media Query *****
*/
@media (min-width: 768px) {
  .header__nav nav > ul {
    display: flex;
    justify-content: space-between;
  }
  .header__nav nav > ul::after {
    content: none;
  }
}
@media (max-width: 991.98px) {
  .header__nav nav > ul > li > a {
    padding: 15px 8px;
    font-size: 14px;
  }
  .header__nav .nav-child.is-mega {
    width: 750px;
  }
  .footer__nav .col-1,
  .footer__nav .col-2,
  .footer__nav .col-3,
  .footer__nav .col-4 {
    width: 100%;
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer__nav .col-1,
  .footer__nav .col-2 .item,
  .footer__nav .col-3,
  .footer__nav .col-4 .item {
    border-left: none;
  }
  .footer__complementary .site-mark {
    position: relative;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
  }
  .footer__complementary .site-mark ul {
    width: auto;
    margin: 0 auto;
  }
  .footer__complementary .site-utility li {
    float: none;
    border-right: none;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #999;
  }
  .footer__complementary .site-utility li:first-child {
    border-left: none;
    border-top: 1px solid #999;
  }
  .footer__complementary .site-sns ul {
    text-align: center;
  }
  .footer__complementary .site-credit {
    text-align: center;
  }
}

/*
***** Smart Phone *****
*/
@media (max-width: 767.98px) {
  .h-0 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .header__nav {
    height: auto;
  }
  .header__nav .nav-child {
    position: relative;
    background: none;
    box-shadow: 0 0 0 #000;
    visibility: visible;
    opacity: 1;
    display: none;
  }
  .header__nav .nav-child.is-mega {
    width: 100%;
    padding: 30px 5px;
  }
  .header__nav .nav-child .col {
    display: block;
  }
  .header__nav .nav-child .item .title {
    font-size: 1.5rem;
  }
  .header__nav .nav-child.is-mega .item + .item {
    margin-top: 0;
  }
  .header__nav nav > ul > li.header__nav__pdf > a {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  .header__banner {
    height: auto;
  }
  .header__banner .site-search input[type="search"],
  .header__banner .site-search input[type="submit"],
  .header__banner .site-utility,
  .header__banner .site-address {
    display: none;
  }
  .header__banner .site-id a {
    padding: 15px;
    height: 100%;
    display: inline-block;
  }
  .header__banner .site-id a img {
    max-width: 100px;
  }
  .mod-headline__title {
    width: 100%;
    display: block;
    padding-bottom: 8px;
  }
  .mod-headline__body {
    padding-top: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    width: 100%;
    border-top: 1px dotted #fff;
    padding-right: 15px;
    border-left: none;
  }
  .mod-headline__category,
  .mod-headline__date,
  .mod-headline__text {
    display: block;
  }

  .mod-headline__category {
    width: 50%;
  }
  .mod-headline__date {
    text-align: left;
    padding: 13px 0 7px;
  }
  .home01-list .item,
  .home02-list .item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-buttons-utility li {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .mod-buttons-utility li img {
    margin: 0 auto;
  }
  .mod-case-logo .item {
    width: 50%;
    display: block;
    float: left;
    height: 70px;
  }
  .mod-case-logo .item img {
    max-height: 100%;
  }
  .mod-select__header .readmore,
  .mod-select__header .title-1,
  .mod-select__header .title-2 {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
  }
  .mod-select__note {
    line-height: 1.5em;
    padding-right: 15px;
    padding-left: 15px;
  }
}


/*
***** ドロワーメニュー *****
*/
.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.nav-toggle.active i::before,
.nav-toggle.active i::after {
  background: #001f4c;
}
.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 25px;
  height: 3px;
  color: #001f4c;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #001f4c;
  transition: all 0.2s ease-out;
}
.nav-toggle i::before,
.nav-toggle i::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #001f4c;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nav-toggle i::before {
  top: -8px;
}
.nav-toggle i::after {
  bottom: -8px;
}
.nav-toggle:hover i::before {
  top: -10px;
}
.nav-toggle:hover i::after {
  bottom: -10px;
}
.nav-toggle.active i {
  background: transparent;
}
.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 767.98px) {
  .nav-toggle {
    display: block;
  }
  .header__nav nav > ul > li {
    float: none;
    border-bottom: 1px solid #ccc;
    height: auto;
    padding: 0;
  }
  header nav {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    background: none;
    width: 100%;
    padding: 0 10px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-align: left;
    z-index: 9;
  }
  header ul {
    margin: 0;
  }
  header ul li.header__nav__products {
    display: block;
    margin: 0;
    cursor: pointer;
  }
  header ul li a {
    display: block;
  }
  header ul li::after {
    content: "";
  }
  header ul li:last-child {
    border-bottom: none;
  }
}

.h-2 {
  margin-bottom: 30px;
  padding: 10px 14px;
  border-left: 8px solid #90c3f0;
  color: #001f4c;
  font-weight: 700;
  font-size: 1.5rem;
}