@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;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../font/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url("../font/MaterialIcons-Regular.woff2") format("woff2"),
    url("../font/MaterialIcons-Regular.woff") format("woff"),
    url("../font/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
@-webkit-keyframes speed {
  to {
    opacity: 1;
  }
}
@keyframes speed {
  to {
    opacity: 1;
  }
}
.no-canvas body {
  font-size: 15px;
}
a {
  color: #004ea1;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
sup {
  top: 1px;
  font-size: 1rem;
  vertical-align: top;
}
sup > a {
  color: inherit !important;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: #eb6202;
  }
}
.box-1 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 30px;
  border-radius: 10px;
  background-color: #d9e4f1;
  color: #001f4c;
}
.box-1:first-child {
  margin-top: 0;
}
.box-1:last-child {
  margin-bottom: 0;
}
.box-1.is-fz-l {
  font-size: 1.7rem;
}
.box-2 {
  border: 1px solid #cdcece;
  border-radius: 10px;
  padding: 30px 25px;
}
.box-3,
.box-4 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #efefef;
}
.box-3 .icon {
  display: table-cell;
  width: inherit;
  border-top: 8px solid #90c3f0;
}
.box-3 .title {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #001f4c;
}
.box-3 .btn-readmore {
  margin-top: 34px;
}
.box-4 {
  float: left;
  padding-bottom: 32px;
}
.box-4 + .item {
  margin-left: 20px;
}
.box-4 .icon {
  position: relative;
  top: -10px;
}
.box-4 .title {
  margin-top: 15px;
  margin-bottom: 25px;
  color: #001f4c;
}
.box-option {
  margin-top: 2em;
}
.box-option .text {
  margin-top: 0.5em;
  margin-left: 1.25em;
}
.box-table + .box-table {
  margin-top: 20px;
}
.box-table .title {
  float: left;
  width: 170px;
  font-weight: 700;
}
.box-table .title:after {
  content: "：";
}
.box-table .text {
  overflow: hidden;
}
.category {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 120px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.category-1 {
  background-color: #9482b6;
}
.category-2 {
  background-color: #2faea7;
}
.category-3 {
  background-color: #faab1f;
}
.category-4 {
  background-color: #61b1d8;
}
.category-5 {
  background-color: #98c21a;
}
.category-other {
  background-color: #eb6202;
}
.row {
  /*display:table;
  width:100%;
  table-layout:auto*/
}
.grid-2,
.grid-2-1,
.grid-2-2,
.grid-2-3 {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: top;
}
.grid-2-1.text {
  padding-right: 50px;
  width: 350px;
}
.grid-2-1.text .btn-readmore {
  margin-top: 45px;
}
.grid-2-1.fig .figc {
  margin-top: 1.75em;
}
.grid-2-1.fig .figc strong,
.list-circle strong {
  color: #001f4c;
}
.grid-2-2.text,
.grid-2-3.text {
  padding-right: 50px;
  width: 850px;
}
.grid-2-3.text {
  width: 680px;
}
.section__header {
  margin-bottom: 18px;
  font-size: 2rem;
}
.section-index + .section-index {
  margin-top: 100px;
}
.section-index .inner {
  overflow: hidden;
}
.list-disc.is-inline:after,
.row-2:after,
.row-3:after,
.section-index .inner:after {
  display: block;
  clear: both;
  content: "";
}
.section-index .inner .item .btn-readmore,
.section-index .inner .item .icon,
.section-index .inner .item .title,
.section__header {
  text-align: center;
}
.section-index .inner .item .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
}
.section-index > .inner.is-col-3,
.section-index > .inner.is-col-4 {
  /*margin-top:-20px;
  margin-left:-20px*/
}
.section-index > .inner > .item {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}
.section-index > .inner.is-col-3 > .item {
  width: 320px;
}
.row-2 .section-3:nth-child(2n + 1),
.section-index > .inner.is-col-3 > .item:nth-child(3n + 1),
.section-index > .inner.is-col-4 > .item:nth-child(4n + 1) {
  clear: left;
}
.section-index > .inner.is-col-4 > .item {
  width: 235px;
}
.main .section-1 p ~ p,
.row-2 .text + .fig {
  margin-top: 1em;
}
.main .section-1 strong {
  font-weight: 700;
}
.section-2 + .section-2,
.section-index .section-2 {
  margin-top: 73px;
}
.row + .section-2 {
  margin-top: 50px;
}
.section-3 {
  margin-top: 30px;
}
.section-3:first-child {
  margin-top: 0;
}
.h-2 + .section-3 {
  margin-top: 0;
}
.row-2,
.row-3 {
  overflow: hidden;
  margin-top: -60px;
  margin-left: -50px;
}
.row-2 .section-3 {
  float: left;
  margin-top: 60px;
  margin-left: 50px;
  width: 475px;
}
.text + .row-2 {
  margin-top: -30px;
}
.row-3 {
  margin-top: -20px;
  margin-left: -20px;
}
.row-3 .section-3,
.row-3 .section-4 {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 320px;
}
.row-3 .section-3:nth-child(3n + 1),
.row-3 .section-4:nth-child(3n + 1) {
  clear: left;
}
.row-3 .section-3.is-full,
.row-3 .section-4.is-full {
  clear: both;
  width: inherit;
}
.row-3 .h-4 {
  margin-bottom: 1.25em;
}
.row-3 .h-4,
.row-3 .image {
  text-align: center;
}
.row-3 .text + .fig {
  margin-top: 25px;
}
.is-vt-xxxl > li + li,
.mt-xxxl {
  margin-top: 2em !important;
}
.is-vt-xxl > li + li,
.mt-xxl {
  margin-top: 1.75em !important;
}
.is-vt-xl > li + li,
.mt-xl {
  margin-top: 1.5em !important;
}
.is-vt-l > li + li,
.mt-l {
  margin-top: 1.25em !important;
}
.is-vt-m > li + li,
.mt-m {
  margin-top: 1em !important;
}
.is-vt-s > li + li,
.mt-s {
  margin-top: 0.75em !important;
}
.is-vt-xs > li + li,
.mt-xs {
  margin-top: 0.5em !important;
}
.is-vt-xxs > li + li,
.mt-xxs {
  margin-top: 0.25em !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ta-r {
  text-align: right !important;
}
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.btn_bg-1,
.h-index {
  text-align: center;
}
.btn_bg-1 > a {
  position: relative;
  display: inline-block;
  padding: 12px 58px 10px 33px;
  border-radius: 25px;
  background-color: #54a6ef;
  color: #fff;
}
.btn_bg-1 > a:hover {
  background-color: #eb6202;
}
.btn_bg-1 > a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: inline-block;
  margin-top: -9px;
  width: 21px;
  height: 18px;
  background: url(/assets/img/arw_white02.png?160629) 0 0 no-repeat;
  content: "";
}
.h-2 a {
  color: inherit;
}
.h-2 a:hover {
  color: #eb6202;
}
.h-index {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid #001f4c;
  color: #001f4c;
  font-size: 2.8rem;
  line-height: 1.33;
}
.h-index:after,
.h-index:before {
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #001f4c;
  content: "";
  bottom: -15px;
}
.h-index:before {
  left: 0;
}
.h-index:after {
  right: 0;
}
.h-square {
  position: relative;
  padding-left: 1.25em;
  font-weight: 700;
}
.h-square:before,
.list-circle li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #90c3f0;
  content: "\25A0";
}
.h-lead {
  margin-bottom: 1em;
  color: #001f4c;
  font-size: 2rem;
}
.hr-bar:before {
  display: inline-block;
  content: "\2015";
}
[href$=".pdf"]:after {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  content: url(/assets/img/icon_pdf.png?160629);
  vertical-align: middle;
}
.icon-blank-1:after,
.icon-blank-2:after,
.icon-blank:after {
  display: inline-block;
  margin-right: 0.25em;
  margin-left: 0.25em;
  width: 10px;
  height: 10px;
  content: "";
}
.icon-blank-1:after {
  background: url(/assets/img/icon_blank_grey.png?160629) 0 0 no-repeat;
}
.icon-blank-2:after {
  background: url(/assets/img/icon_blank_blue.png?160629) 0 0 no-repeat;
}
.footnote li,
.footnote-1 li,
.footnote-2 li {
  padding-left: 1em;
  text-indent: -1em;
}
.footnote-2 {
  color: #999;
  font-size: 1.3rem;
}
.footnote-3 {
  color: #999;
  font-size: 1.2rem;
}
.footnote-3 li {
  padding-left: 2.75em;
  text-indent: -2.75em;
}
.dl-1 dd,
.dl-1 dt,
.list-disc.is-inline > li {
  float: left;
}
.list-disc.is-inline > li + li {
  margin-left: 3.5em;
}
.list-arrow a {
  display: inline-block;
  padding-left: 27px;
  background: url(/assets/img/arw_orange02.png?160629) 0 0.2em no-repeat;
}
.list-circle li {
  position: relative;
  padding-left: 1.25em;
}
.list-circle li:before {
  display: block;
  content: "\25CF";
}
.list-hyphen li {
  padding-left: 1em;
  text-indent: -0.95em;
}
.list-hyphen li:before {
  padding-right: 0.5em;
  content: "\002D";
}
.list-hyphen li + li {
  margin-top: 0.25em;
}
.dl-1:after,
.mod-buttons-utility ul:after,
.mod-buttons-utility-2 ul:after,
.mod-cascade > .container:after,
.mod-case-meta .meta__info dl:after,
.mod-case-meta .meta__interviewee .interviewee__row:after,
.mod-case-meta .meta__interviewee .photo:after {
  display: block;
  clear: both;
  content: "";
}
.dl-1 dt {
  display: block;
  clear: both;
  width: 6em;
}
.dl-2 dt,
.dl-3 dt {
  margin-bottom: 0.5em;
  font-weight: 700;
}
.dl-3 dt ~ dt {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px dotted #999;
}
.dl-decimal dd,
.dl-decimal dt {
  margin-left: 1.75em;
}
.dl-decimal dt {
  display: list-item;
  list-style: decimal outside;
}
.dl-decimal dt ~ dt,
.faq-list__a p + p,
.main__body p ~ p,
.main__header__lead .lead-2 p ~ p {
  margin-top: 1em;
}
.table-1,
.table-1-2,
.table-2 {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
}
.table-1:first-child {
  margin-top: 0;
}
.table-1:last-child {
  margin-bottom: 0;
}
.table-1 td,
.table-1 th {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.table-1 th {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  background-color: #f3f3f3;
  color: #001f4c;
}
.table-1 tbody td,
.table-1 thead th {
  padding-right: 28px;
  padding-left: 28px;
}
.table-1 tbody th {
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.table-1-2:first-child {
  margin-top: 0;
}
.table-1-2:last-child {
  margin-bottom: 0;
}
.table-1-2 td,
.table-1-2 th {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.table-1-2 th {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  background-color: #f3f3f3;
  color: #001f4c;
}
.table-1-2 tbody td,
.table-1-2 thead th {
  padding-right: 28px;
  padding-left: 28px;
}
.table-1-2 tbody th {
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.table-2:first-child {
  margin-top: 0;
}
.table-2:last-child {
  margin-bottom: 0;
}
.table-2 td,
.table-2 th {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.table-2 th {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 700;
}
.table-2 tbody td,
.table-2 thead th {
  padding-right: 28px;
  padding-left: 28px;
}
.table-2 tbody th {
  padding-right: 25px;
  padding-left: 25px;
  text-align: left;
}
.table-2 thead th {
  background-color: #2faea7;
  color: #fff;
  text-indent: 1em;
  letter-spacing: 1em;
}
.table-2 thead th + th {
  border-left-color: #fff;
}
.table-2 tbody th {
  color: #001f4c;
  white-space: nowrap;
}
.table-2 tbody td,
.table-2 tbody th {
  background-color: #f3f3f3;
}
.mod-adobe-reader {
  display: table;
  width: 100%;
  table-layout: auto;
  border: 1px solid #5c6f8c;
  border-radius: 10px;
  padding: 44px 50px;
}
.mod-adobe-reader .fig,
.mod-adobe-reader .text {
  display: table-cell;
  overflow: hidden;
  word-wrap: break-word;
  vertical-align: middle;
  box-sizing: content-box;
}
.mod-adobe-reader .fig {
  width: 147px;
}
.mod-adobe-reader .text a {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.mod-analytics {
  min-width: 1000px;
  width: 100%;
}
.mod-analytics > .container {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  padding: 21px 84px 36px 88px;
}
.mod-analytics__header {
  position: relative;
}
.mod-analytics__header .title-2 {
  position: absolute;
  top: 15px;
  right: 0;
}
.mod-analytics__header .text {
  margin-top: -43px;
  margin-left: 53px;
}
.mod-analytics__header .readmore {
  position: absolute;
  top: 74px;
  right: 0;
}
.mod-breadcrumbs br {
  display: none;
}
.mod-breadcrumbs {
  width: 100%;
  padding-top: 9px;
  background-color: #001f4c;
  color: #999;
  font-size: 1.2rem;
  line-height: 1.25;
}
.mod-breadcrumbs .container,
.mod-buttons-utility-2 > .container,
.mod-buttons-utility > .container {
  /*margin-right:auto;
  margin-left:auto;
  width:1000px*/
}
.mod-breadcrumbs span,
.mod-breadcrumbs strong {
  padding-left: 0.25em;
}
.mod-buttons-utility,
.mod-buttons-utility-2,
.mod-cascade {
  /*min-width:1000px;
  */
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #bdbdbd;
}
.mod-buttons-utility li {
  /*float:left;
  width:320px*/
}
.mod-buttons-utility li a {
  display: flex;
  color: #fff;
  background: #004ea1;
  padding: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  height: 100%;
}
.mod-buttons-utility li a:hover {
  background: #eb6202;
}
.mod-buttons-utility li a .material-icons {
  font-size: 46px;
  padding-right: 10px;
}
.mod-buttons-utility li a p {
  font-size: 16px;
  text-align: center;
  line-height: 1.45;
  margin: 0;
}
.mod-buttons-utility li a p > .sm {
  font-size: 65%;
}
.header__nav .nav-child.is-mega .item > ul,
.mod-cascade .item + .item {
  margin-left: 20px;
}
.mod-buttons-utility-2,
.mod-cascade {
  background-color: #001f4c;
}
.mod-buttons-utility-2 > .container {
  /*width:720px!important*/
}
.mod-buttons-utility-2 li {
  /*float:left;
  width:330px*/
}
.mod-buttons-utility-2 li + li {
  /*margin-left:60px*/
}
@media (max-width: 575.98px) {
  .mod-buttons-utility-2 li > a > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .mod-buttons-utility-2 li + li {
    margin-top: 15px;
  }
}
.mod-cascade {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e7e7e7;
}
.mod-cascade > .container {
  margin-right: auto;
  margin-left: auto;
}
.mod-cascade .item {
  position: relative;
  padding: 34px 20px;
  background-color: #fff;
  color: #001f4c;
}
.mod-cascade .item:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  pointer-events: none;
  border-width: 36px 25px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -25px;
}
.mod-cascade .title {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
.mod-cascade .text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.mod-case-logo {
  padding-top: 100px;
  background-color: #fff;
}
#page-home .mod-case-logo {
  padding-top: 80px;
}
.mod-case-logo .h-index {
  margin-bottom: 55px;
}
.mod-case-logo .text {
  margin-bottom: 25px;
  text-align: center;
}
.mod-case-logo ul {
  margin-top: 60px;
}
.mod-case-logo ul,
.mod-case-meta,
.mod-device > .inner > ul,
.mod-headline__body > dl {
  /*display:table;
  width:100%;
  table-layout:fixed*/
}
.mod-case-logo .item,
.mod-case-meta .meta__info,
.mod-case-meta .meta__logo {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
}
.mod-case-logo .item {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  padding-top: 14px;
  padding-bottom: 14px;
  overflow: inherit;
  height: 98px;
}
.mod-case-logo .item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.mod-case-meta {
  border: 1px solid #99a5b7;
  border-radius: 10px;
  table-layout: auto;
  padding: 39px;
}
.mod-case-meta .meta__info,
.mod-case-meta .meta__logo {
  display: block;
  overflow: visible;
  padding-top: 4px;
  padding-bottom: 8px;
}
.mod-case-meta .meta__logo {
  padding-right: 40px;
  text-align: center;
}
.mod-case-meta .meta__info {
  padding-left: 50px;
  border-left: 1px solid #ccc;
}
.mod-case-meta .meta__info dl {
  margin-top: -1em;
}
.mod-case-meta .meta__info dd,
.mod-case-meta .meta__info dt {
  padding-top: 12px;
}
.mod-case-meta .meta__info dt {
  display: block;
  float: left;
  clear: left;
  width: 9em;
  color: #23395d;
}
.mod-case-meta .meta__info dd {
  overflow: hidden;
  padding-left: 1em;
}
.mod-case-meta .meta__interviewee {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 1px dotted #999;
}
.mod-case-meta .meta__interviewee .interviewee__row {
  margin-top: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.mod-case-meta .meta__interviewee .interviewee__row .photo {
  float: none;
  width: auto;
  flex-basis: 50%;
  display: flex;
  align-items: flex-start;
}
.mod-case-meta .meta__interviewee .photo {
  margin-top: 7px;
}
.mod-case .case__meta .meta__header .photo > img,
.mod-case-meta .meta__interviewee .photo > img {
  float: left;
  margin-right: 15px;
}
.mod-case .case__meta .meta__header .photo > .figc,
.mod-case-meta .meta__interviewee .photo > .figc {
  overflow: hidden;
  font-size: 1.3rem;
}
.mod-case-meta .btn-readmore {
  margin-top: 1em;
  text-align: right;
}
@media (max-width: 767.98px) {
  .mod-case-meta {
    padding: 39px 20px;
  }
  .mod-case-meta .row {
    margin: 0;
  }
  .mod-case-meta .meta__logo {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .mod-case-meta .meta__info {
    padding-left: 0;
    width: 100%;
    border-top: 1px dotted #999;
    padding-top: 30px;
    border-left: none;
    padding-bottom: 0;
    padding-right: 0;
  }
  .mod-case-meta .meta__info dl {
    font-size: 90%;
  }
  .mod-case-meta .meta__info dt {
    width: 8em;
  }
  .mod-case-meta .meta__interviewee .interviewee__row {
    margin-left: 0;
    display: block;
  }
  .mod-case-meta .meta__interviewee .interviewee__row .photo {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .mod-case-meta .meta__interviewee .interviewee__row .photo + .photo {
    margin-top: 15px;
  }
}
.mod-case {
  margin-top: 60px;
}
.mod-case .case__header,
.mod-case .case__meta .meta__header .logo {
  text-align: center;
}
.mod-case .case__header > .title {
  margin-bottom: 18px;
  font-size: 2rem;
}
.mod-case .case__meta {
  border: 1px solid #99a5b7;
  border-radius: 10px;
  padding: 39px;
}
.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: "";
}
.mod-case .case__meta .meta__header {
}
.mod-case .case__meta .meta__header .photo,
.mod-case .case__meta .meta__header > .title,
.mod-device {
  margin-top: 20px;
}
.mod-case .case__meta .meta__point {
  padding: 30px 40px;
  background-color: #ecf1f8;
}
.mod-case .case__meta .meta__point > .title {
  margin-bottom: 26px;
  padding-bottom: 7px;
  border-bottom: 1px solid #90c3f0;
  color: #001f4c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.9rem;
}
.mod-case .case__meta .meta__point > .list-circle > li + li {
  margin-top: 0.5em;
}
.mod-device {
  padding: 35px 40px;
  background-color: #efefef;
}
.mod-device > .title {
  margin-bottom: 25px;
  color: #001f4c;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.mod-device > .inner {
  margin-right: auto;
  margin-left: auto;
  width: 730px;
}
.mod-device .item {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: top;
  text-align: center;
}
.mod-device .item .text {
  margin-top: 8px;
}
.mod-device-ipad {
  margin-top: 73px;
}
.mod-flow {
  margin-top: 60px;
}
.mod-flow .flow__header .title-1 {
  margin-bottom: 18px;
  text-align: center;
  font-size: 2rem;
}
.mod-flow .flow__header .title-2 {
  margin-bottom: 8px;
}
.mod-flow .flow__inner {
  overflow: hidden;
  margin-left: -20px;
}
.mod-flow .item {
  float: left;
  margin-left: 20px;
  width: 235px;
  border: 4px solid #efefef;
  background-color: #efefef;
}
.header__banner .site-search fieldset,
.mod-flow .item + .item {
  position: relative;
}
.mod-flow .item + .item:before {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  pointer-events: none;
  border-width: 16px 0 16px 12px;
  border-color: transparent transparent transparent #ccc;
  position: absolute;
  left: -19px;
}
.mod-flow .item__header {
  padding-top: 20px;
  padding-bottom: 16px;
  background-color: #fff;
  text-align: center;
}
.mod-flow .title {
  padding-top: 18px;
  font-weight: 700;
  font-size: 1.6rem;
}
.mod-flow .text {
  padding: 20px;
}
.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;
}
.content-id + .mod-flow {
  margin-top: 0;
}
.mod-flow-1 .item + .item:before {
  top: 135px;
}
.mod-flow-2 .item + .item:before {
  top: 155px;
}
.mod-follow {
  margin-top: 100px;
  padding: 35px 40px 40px;
  background-color: #efefef;
}
.mod-follow > .title {
  margin-bottom: 25px;
  color: #001f4c;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
}
.mod-follow > .inner {
  overflow: hidden;
  margin: 0;
}
.mod-follow .item {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #999;
  float: none;
  margin: 15px 0;
  width: auto;
}
.mod-follow .item__inner {
  margin-right: -1px;
  margin-left: -1px;
  padding-top: 15px;
  padding-bottom: 28px;
  width: inherit;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.mod-follow .item__inner .btn-readmore,
.mod-follow .item__inner .icon,
.mod-follow .item__inner .title {
  text-align: center;
}
.mod-follow .item__inner .icon {
  width: inherit;
  display: block;
}
.mod-follow .item__inner .title {
  margin-top: 8px;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.33;
}
.mod-follow .item__inner .btn-readmore {
  margin-top: 28px;
}
@media (max-width: 767.98px) {
  .mod-follow {
    margin-top: 28px;
  }
}
.mod-function {
  padding: 30px;
  border-radius: 10px;
  background-color: #e4edf6;
}
.mod-function ul {
  overflow: hidden;
  margin-top: -20px;
  margin-left: -20px;
}
.mod-function .item {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 300px;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}
.mod-function .item:nth-child(3n + 1) {
  clear: left;
}
.mod-headline {
  position: relative;
  padding-top: 20px;
  padding-bottom: 23px;
  background-color: #004ea1;
  color: #fff;
  font-size: 1.4rem;
}
.mod-headline a {
  color: inherit;
}
.mod-headline a:hover {
  color: #eb6202;
}
.mod-headline__body,
.mod-headline__title {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: middle;
}
.mod-headline__body {
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 26px;
  width: 860px;
  border-left: 1px dotted #fff;
}
.mod-headline__title {
  width: 105px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}
.mod-headline__category,
.mod-headline__date,
.mod-headline__text {
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: middle;
}
.mod-headline__category,
.mod-headline__date {
  text-align: center;
}
.mod-headline__category {
  width: 100px;
}
.mod-headline__category .category {
  display: block;
  width: inherit;
}
.mod-headline__date {
  width: 8em;
}

.mod-headline__text a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-headline:hover {
  color: #eb6202;
}

.mod-point .title {
  margin-bottom: 65px;
  text-align: center;
}
.mod-point .point__inner {
  overflow: hidden;
  margin-left: -50px;
}
.mod-point .item {
  float: left;
  margin-left: 50px;
  width: 300px;
}
.mod-point .point__header {
  text-align: center;
}
.mod-point .point__header .title-1 {
  font-weight: 700;
  font-size: 2.3rem;
}
.mod-point .point__header .title-1 span {
  display: block;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.mod-point .point__header .title-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  color: #001f4c;
  font-size: 1.7rem;
}
.mod-point .item-1 .point__header .title-1 {
  color: #00bcb7;
}
.mod-point .item-2 .point__header .title-1 {
  color: #9482b6;
}
.mod-point .item-3 .point__header .title-1 {
  color: #ffb82a;
}
.mod-readmore,
.mod-readmore-otasukeguide,
.mod-readmore-price {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #5c6f8c;
  border-radius: 10px;
}
.mod-readmore,
.mod-readmore-otasukeguide {
  margin-top: 130px;
  padding-top: 48px;
  padding-bottom: 48px;
}
.mod-readmore .btn-readmore,
.mod-readmore .icon,
.mod-readmore .text,
.mod-readmore .title,
.mod-readmore-otasukeguide .btn-readmore,
.mod-readmore-otasukeguide .icon,
.mod-readmore-otasukeguide .text,
.mod-readmore-otasukeguide .title {
  display: table-cell;
  overflow: hidden;
  word-wrap: break-word;
  vertical-align: middle;
  box-sizing: content-box;
}
.mod-readmore .title,
.mod-readmore-otasukeguide .title {
  color: #54a6ef;
  text-align: center;
  white-space: nowrap;
  font-size: 1.8rem;
  line-height: 1.33;
}
.mod-readmore .icon,
.mod-readmore-otasukeguide .icon {
  width: 67px;
}
.mod-readmore .btn-readmore,
.mod-readmore-otasukeguide .btn-readmore {
  width: 178px;
}
.mod-readmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mod-readmore .title {
  padding-left: 40px;
  overflow: visible;
}
.mod-readmore .icon {
  padding-right: 36px;
  padding-left: 36px;
}
.mod-readmore .text {
  width: 35%;
}
.mod-readmore .btn-readmore {
  padding-right: 63px;
  padding-left: 42px;
}
@media (max-width: 991.98px) {
  .mod-readmore {
    display: block;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mod-readmore .btn-readmore,
  .mod-readmore .icon,
  .mod-readmore .text,
  .mod-readmore .title {
    display: block;
    overflow: visible;
    word-wrap: normal;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .mod-readmore .text {
    text-align: justify;
  }
}
.mod-readmore-otasukeguide .title {
  padding-left: 25px;
}
.mod-readmore-otasukeguide .icon {
  padding-right: 26px;
  padding-left: 6px;
}
.mod-readmore-otasukeguide .text {
  width: 445px;
}
.mod-readmore-otasukeguide .btn-readmore {
  padding-right: 35px;
  padding-left: 30px;
}
.mod-readmore-price {
  padding: 48px 100px;
}
.mod-readmore-price .btn-readmore,
.mod-readmore-price .icon,
.mod-readmore-price .text {
  display: table-cell;
  overflow: hidden;
  word-wrap: break-word;
  vertical-align: middle;
  box-sizing: content-box;
}
.mod-readmore-price .icon {
  width: 67px;
}
.mod-readmore-price .text {
  padding-right: 36px;
  padding-left: 36px;
  font-size: 1.8rem;
}
.mod-readmore-price .text strong {
  font-size: 2.8rem;
}
.mod-readmore-price .btn-readmore {
  width: 320px;
}
@media (max-width: 991.98px) {
  .mod-readmore-price {
    padding: 48px 20px 20px;
  }
  .mod-readmore-price .btn-readmore,
  .mod-readmore-price .icon,
  .mod-readmore-price .text {
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .mod-readmore-price .text {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.mod-security:first-child .row-2,
.text + .mod-security .row-2 {
  margin-top: -30px;
}
.mod-select {
  /*min-width:1000px;
  */
  width: 100%;
  padding-top: 46px;
  padding-bottom: 38px;
  background-color: #d9e4f1;
}
.mod-select > .container {
  margin-right: auto;
  margin-left: auto;
  /*width:1000px*/
}
.mod-select__header {
  display: table;
  width: 100%;
  table-layout: auto;
}
.mod-select__header .readmore,
.mod-select__header .title-1,
.mod-select__header .title-2 {
  text-align: center;
  display: table-cell;
  overflow: hidden;
  box-sizing: border-box;
  word-wrap: break-word;
  vertical-align: middle;
}
.mod-select__header .title-1 {
  text-align: right;
  /*padding-left:134px*/
}
.mod-select__header .title-2 {
  padding-right: 46px;
  padding-left: 48px;
}
.mod-select__header .readmore {
  text-align: left;
  /*padding-right:112px*/
}
.mod-select__note {
  margin-top: 20px;
  color: #999;
  text-align: center;
  font-size: 1.2rem;
}
.mod-select__note li {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.faq-list__q,
.mod-solution .h-3.with-icon {
  position: relative;
  padding-left: 76px;
}
.mod-solution .h-3.with-icon:before {
  position: absolute;
  top: -16px;
  left: 0;
  display: block;
  width: 60px;
  height: 127px;
  background-color: #fff;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
}
.mod-solution .with-icon + .text {
  padding-left: 76px;
}
.mod-solution .icon-1:before {
  background-image: url(/assets/img/mod-solution/icon01.png?160629);
}
.mod-solution .icon-2:before {
  background-image: url(/assets/img/mod-solution/icon02.png?160629);
}
.mod-solution .icon-3:before {
  background-image: url(/assets/img/mod-solution/icon03.png?160629);
}
.mod-solution .icon-4:before {
  background-image: url(/assets/img/mod-solution/icon04.png?160629);
}
.h-index + .mod-solution {
  margin-top: 76px;
}
.faq-list .item + .item,
.header__nav .nav-child .item ul li + li {
  margin-top: 10px;
}
.faq-list__q {
  padding-left: 28px;
  font-size: 1.7rem;
  line-height: 1.25;
  cursor: pointer;
}
.no-js .faq-list__q,
.tabs-1 > .tabs__tablist a.is-focus {
  cursor: default;
  background-color: #d2d2d2;
}
.faq-list__q:hover {
  color: #eb6202;
}
.faq-list__q,
.no-js .faq-list__q:hover,
.tabs-2 > .tabs__tablist a.is-focus a:hover {
  color: #54a6ef;
}
.faq-list__q:before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  background-color: #2faea7;
  color: #fff;
  content: "\002B";
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
}
.faq-list__q.is-show:before {
  background-color: #999;
  content: "\2212";
}
.faq-list__a {
  margin-top: 13px;
  margin-left: 28px;
  padding-top: 13px;
  padding-bottom: 16px;
  border-top: 1px dotted #999;
}
.faq-list__a.is-hide {
  display: none;
}
.faq-list__a.is-show,
.scrollup a {
  display: block;
}
.no-js .scrollup,
.scrollup.is-show {
  display: block;
  opacity: 1;
}
.scrollup,
.scrollup img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scrollup {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  position: relative;
  z-index: 10;
  opacity: 0;
}
.scrollup.is-hide {
  display: none;
}
.scrollup a {
  position: absolute;
  right: -71px;
  bottom: 0;
  width: 46px;
  height: 46px;
}
.scrollup img {
  display: block;
}
.scrollup.is-fixed a {
  position: fixed;
  right: 50%;
  bottom: 46px;
  margin-right: -571px;
}
.scrollup.is-fixed img {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media screen and (max-width: 1024px) {
  .scrollup {
    display: none !important;
  }
}
.tabs-1 > .tabs__tablist {
  background-color: #e7e7e7;
}
.tabs-1 > .tabs__tablist a.is-focus:after,
.tabs-1 > .tabs__tablist a:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
  pointer-events: none;
  border-width: 15px 13px 0;
}
.tabs-1 > .tabs__tablist a:after {
  left: 50%;
  margin-left: -13px;
  border-color: #efefef transparent transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}
.tabs-1 > .tabs__tablist a.is-focus:after {
  border-color: #d2d2d2 transparent transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -15px;
  z-index: 0;
  opacity: 1;
}
.tabs-1 > .tabs__tablist a,
.tabs-1 > .tabs__tablist span {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#page-products .tabs-1 > .tabs__tablist a,
#page-products .tabs-1 > .tabs__tablist span {
  height: 120px;
}
.tabs-1 > .tabs__tablist span {
  width: 1000px;
  background-position: 0 0;
}
.tabs-1 > .container > .tabs__tabpanel {
  padding-top: 75px;
}
.non-content-id .tabs-1 > .container > .tabs__tabpanel {
  padding-top: 60px;
}
.tabs-1 > .tabs__tablist .tablist-1 a {
  background-position: 0 0;
}
.tabs-1 > .tabs__tablist .tablist-1 a:hover {
  background-position: 0 -60px;
}
#page-products .tabs-1 > .tabs__tablist .tablist-1 a:hover {
  background-position: 0 -120px;
}
.tabs-1 > .tabs__tablist .tablist-1 a.is-focus {
  background-position: 0 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-2 li {
  /*width:500px*/
  flex-basis: 50%;
  width: 50%;
}
.tabs-1 > .tabs__tablist.is-col-2 .tablist-2 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-2 .tablist-2 a:hover {
  background-position: 100% -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-2 .tablist-2 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-2 .tablist-2 a.is-focus {
  background-position: 100% 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-1,
.tabs-1 > .tabs__tablist.is-col-3 .tablist-2 {
  width: 333px;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-2 a {
  background-position: -333px 0;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-2 a:hover {
  background-position: -333px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-3 .tablist-2 a:hover {
  background-position: -333px -120px;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-2 a.is-focus {
  background-position: -333px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-3 {
  width: 334px;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-3 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-3 a:hover {
  background-position: 100% -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-3 .tablist-3 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-3 .tablist-3 a.is-focus {
  background-position: 100% 100% !important;
}

.tabs-1 > .tabs__tablist.is-col-3 li {
  flex-basis: 33%;
  width: 33%;
}

.tabs-1 > .tabs__tablist.is-col-5 li {
  width: 200px;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-2 a {
  background-position: -200px 0;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-2 a:hover {
  background-position: -200px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-5 .tablist-2 a:hover {
  background-position: -200px -120px;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-2 a.is-focus {
  background-position: -200px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-3 a {
  background-position: -400px 0;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-3 a:hover {
  background-position: -400px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-5 .tablist-3 a:hover {
  background-position: -400px -120px;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-3 a.is-focus {
  background-position: -400px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-4 a {
  background-position: -600px 0;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-4 a:hover {
  background-position: -600px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-5 .tablist-4 a:hover {
  background-position: -600px -120px;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-4 a.is-focus {
  background-position: -600px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-5 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-5 a:hover {
  background-position: 100% -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-5 .tablist-5 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-5 .tablist-5 a.is-focus {
  background-position: 100% 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-1 {
  width: 167px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-1 a {
  background-position: 0 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-1 a:hover {
  background-position: 0 -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-1 a.is-focus {
  background-position: 0 100%;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-2 {
  width: 166px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-2 a {
  background-position: -167px 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-2 a:hover {
  background-position: -167px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-6 .tablist-2 a:hover {
  background-position: -167px -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-2 a.is-focus {
  background-position: -167px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-3 {
  width: 167px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-3 a {
  background-position: -333px 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-3 a:hover {
  background-position: -333px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-6 .tablist-3 a:hover {
  background-position: -333px -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-3 a.is-focus {
  background-position: -333px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-4 {
  width: 166px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-4 a {
  background-position: -500px 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-4 a:hover {
  background-position: -500px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-6 .tablist-4 a:hover {
  background-position: -500px -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-4 a.is-focus {
  background-position: -500px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-5,
.tabs-1 > .tabs__tablist.is-col-6 .tablist-6 {
  width: 167px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-5 a {
  background-position: -666px 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-5 a:hover {
  background-position: -666px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-6 .tablist-5 a:hover {
  background-position: -666px -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-5 a.is-focus {
  background-position: -666px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-6 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-6 a:hover {
  background-position: 100% -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-6 .tablist-6 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-6 .tablist-6 a.is-focus {
  background-position: 100% 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-1 {
  /*width:143px*/
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-1 a {
  background-position: 0 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-1 a:hover {
  background-position: 0 -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-1 a.is-focus {
  background-position: 0 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-2 {
  /*width:142px*/
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-2 a {
  background-position: -143px 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-2 a:hover {
  background-position: -143px -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-2 a.is-focus {
  background-position: -143px 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-3,
.tabs-1 > .tabs__tablist.is-col-7 .tablist-4,
.tabs-1 > .tabs__tablist.is-col-7 .tablist-5 {
  /*width:143px*/
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-3 a {
  background-position: -285px 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-3 a:hover {
  background-position: -285px -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-3 a.is-focus {
  background-position: -285px 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-4 a {
  background-position: -428px 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-4 a:hover {
  background-position: -428px -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-4 a.is-focus {
  background-position: -428px 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-5 a {
  background-position: -571px 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-5 a:hover {
  background-position: -571px -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-5 a.is-focus {
  background-position: -571px 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-6 {
  /*width:142px*/
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-6 a {
  background-position: -714px 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-6 a:hover {
  background-position: -714px -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-6 a.is-focus {
  background-position: -714px 100%;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-7 {
  /*width:144px*/
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-7 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-7 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-7 .tablist-7 a.is-focus {
  background-position: 100% 100%;
}
.tabs-1 > .tabs__tablist.is-col-8 li {
  width: 125px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-2 a {
  background-position: -125px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-2 a:hover {
  background-position: -125px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-2 a:hover {
  background-position: -125px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-2 a.is-focus {
  background-position: -125px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-3 a {
  background-position: -250px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-3 a:hover {
  background-position: -250px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-3 a:hover {
  background-position: -250px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-3 a.is-focus {
  background-position: -250px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-4 a {
  background-position: -375px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-4 a:hover {
  background-position: -375px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-4 a:hover {
  background-position: -375px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-4 a.is-focus {
  background-position: -375px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-5 a {
  background-position: -500px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-5 a:hover {
  background-position: -500px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-5 a:hover {
  background-position: -500px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-5 a.is-focus {
  background-position: -500px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-6 a {
  background-position: -625px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-6 a:hover {
  background-position: -625px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-6 a:hover {
  background-position: -625px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-6 a.is-focus {
  background-position: -625px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-7 a {
  background-position: -750px 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-7 a:hover {
  background-position: -750px -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-7 a:hover {
  background-position: -750px -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-7 a.is-focus {
  background-position: -750px 100% !important;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-8 a {
  background-position: 100% 0;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-8 a:hover {
  background-position: 100% -60px;
}
#page-products .tabs-1 > .tabs__tablist.is-col-8 .tablist-8 a:hover {
  background-position: 100% -120px;
}
.tabs-1 > .tabs__tablist.is-col-8 .tablist-8 a.is-focus {
  background-position: 100% 100% !important;
}
@media (max-width: 767.98px) {
  .tabs-1 > .container > .tabs__tabpanel {
    padding-top: 40px;
  }
}
.no-js .tabs-2 > .tabs__tablist {
  display: none;
}
.tabs-2 > .tabs__tablist {
  border-bottom: 1px solid #54a6ef;
}
@media (min-width: 992px) {
  .tabs-2 > .tabs__tablist {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tabs-2 > .tabs__tablist li {
  top: 1px;
}
.tabs-2 > .tabs__tablist li + li {
  margin-left: 18px;
}
.tabs-2 > .tabs__tablist a {
  display: inline-block;
  padding: 9px 16px;
  border: 1px solid #ccc;
  border-bottom-color: #54a6ef;
}
.tabs-2 > .tabs__tablist a:hover {
  color: #eb6202;
}
.tabs-2 > .tabs__tablist a.is-focus {
  border-color: #54a6ef #54a6ef #fff;
}
.header__nav .has-child > a[href="#"],
.tabs-2 > .tabs__tablist a.is-focus a {
  cursor: default;
}
.tabs-2 .tabs__tabpanel {
  padding-top: 40px;
}
.no-js .tabs-2 .tabs__tabpanel {
  padding-top: 65px;
}
.no-js .tabs-2 .tabs__tabpanel:first-child {
  padding-top: 0;
}
.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;
}
@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;
}
@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: -153px;
  }
  .header__nav .nav-child.-nc3 {
    left: -238px;
  }
  .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: 45px;
  }
  .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;
  }
}
.tabs-1 > .tabs__tablist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabs-1 > .tabs__tablist li,
.tabs-2 > .tabs__tablist li {
  position: relative;
  text-align: center;
  float: left;
  flex-basis: 14%;
}
.tabs-1 > .tabs__tablist li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 33%;
  background-color: #a9a9a9;
}
.tabs-1 > .tabs__tablist li:last-child::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 1px;
  height: 33%;
  background-color: #a9a9a9;
}
@media (max-width: 991.98px) {
  .tabs-2 > .tabs__tablist {
    border-bottom: none;
  }
  .tabs-2 > .tabs__tablist ul {
    border-top: 1px solid #54a6ef;
    border-bottom: 1px solid #54a6ef;
    border-left: 1px solid #54a6ef;
    border-right: 1px solid #54a6ef;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tabs-1 > .tabs__tablist li,
  .tabs-2 > .tabs__tablist li {
    /*position: relative;
    float: left;
    width: 50%;
    display: block;*/
    flex-basis: 50%;
    width: 50%;
    float: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .tabs-2 > .tabs__tablist li + li {
    margin-left: 0;
  }
  .tabs-2 > .tabs__tablist a.is-focus {
    background-color: #f1f1f1;
    border-color: #54a6ef;
  }
  .tabs-2 > .tabs__tablist a {
    display: block;
    padding: 9px 16px;
    border-right: 1px solid #54a6ef;
    border-bottom: 1px solid #54a6ef;
    border-left: none;
    border-top: none;
    width: 100%;
  }
  .tabs-2 > .tabs__tablist li:nth-child(2n) a {
    border-right: none;
  }
  .tabs-2 > .tabs__tablist li:last-child a {
    border-right: 1px solid #54a6ef;
  }
  .tabs-2 > .tabs__tablist li:nth-child(2n):last-child a {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .tabs-1 > .tabs__tablist li a.is-focus::after {
    border: none;
  }
  .tabs-1 > .tabs__tablist ul {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .tabs-1 > .tabs__tablist li::before,
  .tabs-1 > .tabs__tablist li:last-child::after {
    width: 0;
    height: 0;
    background: none;
  }
  .tabs-1 > .tabs__tablist li:last-child {
    border-bottom: none;
  }
  .tabs-1 > .tabs__tablist li:nth-last-child(2) {
    border-bottom: none;
  }

  .tabs-1 > .tabs__tablist li a {
    width: 100%;
    font-size: 14px;
    height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tabs-1 > .tabs__tablist {
    background-color: #fff;
  }
  .tabs-1 > .tabs__tablist ul {
    border: 1px solid #d2d2d2;
    margin-top: 20px;
  }
  .tabs-1 > .tabs__tablist li:not(:first-of-type) {
    border-left: 1px solid #d2d2d2;
  }
}
@media (max-width: 767.98px) {
  .tabs-1 > .tabs__tablist li {
    flex-basis: 50%;
    border-bottom: 1px solid #d2d2d2;
  }
  .tabs-1 > .tabs__tablist li:nth-child(2n + 1) {
    border-right: 1px solid #d2d2d2;
  }
}
.page-nav-1 {
  margin-bottom: 72px;
}
.page-nav-1 > ul {
  overflow: hidden;
  margin-left: -15px;
}
.page-nav-1 li {
  float: left;
  margin-left: 15px;
  width: 188px;
  background-color: #efefef;
  text-align: center;
}
.page-nav-1 a {
  display: block;
  padding-top: 38px;
  padding-bottom: 28px;
}
.page-nav-1 a:hover .title:after {
  background-image: url(/assets/img/arw_page-nav_o.png?160629);
}
.page-nav-1 .icon {
  display: table-cell;
  width: 188px;
  vertical-align: middle;
}
.page-nav-1 .title {
  position: relative;
  margin-top: 25px;
  padding-bottom: 80px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.33;
  background: url(/assets/img/arw_page-nav_o.png?160629) center bottom no-repeat;
}
.page-nav-1 .title:after {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: url(/assets/img/arw_page-nav.png?160629) center bottom no-repeat;
  content: "";
}
.h-3 a,
.h-4 a {
  display: block;
  padding-left: 25px;
  background: url(/assets/img/arw_orange02.png?160629) 0 0.25em no-repeat;
}
.h-2 .h-sub,
.h-2-2 .h-sub {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 1.5rem;
}
.h-1 {
  font-size: 2.8rem;
  line-height: 1.33;
}
@media screen and (max-width: 767.98px) {
  .h-1 {
    font-size: 2rem;
  }
}
.h-2,
.h-2-2 {
  margin-bottom: 30px;
  padding: 11px 14px 10px;
  border-left: 8px solid #90c3f0;
  color: #001f4c;
  font-weight: 700;
  font-size: 2rem;
}
.h-2-2 {
  border-top: 1px solid #7f8fa5;
  border-right: 1px solid #7f8fa5;
  border-bottom: 1px solid #7f8fa5;
}
.h-3,
.h-4 {
  color: #001f4c;
  font-weight: 700;
}
.h-3 {
  padding-bottom: 7px;
  border-bottom: 1px solid #90c3f0;
  font-size: 1.7rem;
  margin-bottom: 24px;
}
.h-4 {
  margin-bottom: 1em;
}
.footnote,
.footnote-1,
.footnote-2,
.list-arrow,
.list-decimal,
.list-disc,
.list-hyphen {
  margin-top: 1em;
  margin-bottom: 1em;
}
.footnote-1:first-child,
.footnote-2:first-child,
.footnote:first-child,
.list-arrow:first-child,
.list-decimal:first-child,
.list-disc:first-child,
.list-hyphen:first-child {
  margin-top: 0;
}
.footnote-1:last-child,
.footnote-2:last-child,
.footnote:last-child,
.list-arrow:last-child,
.list-decimal:last-child,
.list-disc:last-child,
.list-hyphen:last-child {
  margin-bottom: 0;
}
.list-decimal .list-decimal {
  margin-top: 1em !important;
}
.list-disc {
  margin-left: 1.25em;
}
.list-disc li {
  list-style: disc outside;
}
.list-decimal {
  margin-left: 2.15em;
}
.list-decimal li {
  list-style: decimal outside;
}
.tabs-1,
.tabs-2 {
  position: relative;
  z-index: 2;
}
.with-js.tabs-1 .tabs__tabpanel.is-show,
.with-js.tabs-2 .tabs__tabpanel.is-show {
  /*opacity: 1\0;*/
  -webkit-animation: speed 0.3s ease 0.1s 1 forwards;
  animation: speed 0.3s ease 0.1s 1 forwards;
  display: block;
}
.with-js.tabs-1 .tabs__tabpanel.is-hide,
.with-js.tabs-2 .tabs__tabpanel.is-hide {
  display: none;
}
.no-js .with-js.tabs-1 .tabs__tabpanel,
.no-js .with-js.tabs-2 .tabs__tabpanel {
  display: block;
  opacity: 1;
}
.page-nav-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 74px;
  text-align: center;
}
.page-nav-2 li,
.page-nav-2 ol,
.page-nav-2 ul {
  position: relative;
  left: 50%;
  float: left;
}
.page-nav-2 li {
  left: -50%;
  padding-right: 20px;
  background: url(/assets/img/arw_page-nav02_o.png?160629) 6px 0.25em no-repeat;
}
.page-nav-2.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 1px 2px rgba(7, 2, 3, 0.25);
}
.page-nav-2 li:last-chid {
  padding-right: 0;
}
.page-nav-2 a {
  position: relative;
  display: block;
  padding-right: 6px;
  padding-bottom: 0.25em;
  padding-left: 30px;
  border-bottom: 4px solid #d2d2d2;
  background: url(/assets/img/arw_page-nav02.png?160629) 6px 0.25em no-repeat;
  font-weight: 700;
}
.page-nav-2 a:after,
.page-nav-2 a:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  bottom: -0.25em;
  display: block;
  width: 0;
  height: 4px;
  background-color: #d2d2d2;
  content: "";
}
.page-nav-2 a:before {
  left: 50%;
}
.page-nav-2 a:after {
  right: 50%;
}
.page-nav-2 a:hover {
  background-image: url(/assets/img/arw_page-nav02_o.png?160629);
}
.page-nav-2 a:hover:after,
.page-nav-2 a:hover:before {
  width: 50%;
  background-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;
  }
}
