@charset "UTF-8";
/* WebFont Noto Font（Noto Sans JP） */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
/* WebFont Barlow */
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600");
.not_yet {
  border: 4px solid #F00;
}

/* WebFont */
body {
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
}

.wp_contents h3 {
  font-size: 18px;
  color: #003E6C;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .wp_contents h3 {
    font-size: 20px;
  }
}

.wp_contents h4 {
  font-size: 16px;
  color: #003E6C;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 160%;
}

.wp_contents h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .wp_contents h5 {
    font-size: 16px;
  }
}

.wp_contents p {
  font-size: 14px;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .wp_contents p {
    font-size: 16px;
  }
}

.wp_contents p + p {
  margin-top: 1em;
}

.wp_contents * + h3, .wp_contents * + h4, .wp_contents * + h5 {
  margin-top: 2em;
}

.wp_contents ul, .wp_contents ol {
  margin: 1em 0 1em 1.5em;
}

.wp_contents ul li, .wp_contents ol li {
  line-height: 160%;
}

.wp_contents ul.list-unstyled, .wp_contents ol.list-unstyled {
  margin: 1em 0 1em 0;
  list-style-type: none;
}

.wp_contents ul {
  list-style-type: disc;
}

.wp_contents ol {
  list-style-type: decimal;
}

.wp_contents a {
  color: #003E6C;
}

.wp_contents a:hover {
  text-decoration: underline;
}

.wp_contents .alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}

.wp_contents .alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
}

.wp_contents .aligncenter {
  text-align: center;
}

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

.wp_contents .block-box {
  margin: 1em auto;
  text-align: center;
}

.wp_contents .block-box img {
  display: inline-block;
  padding: 5px;
}

p {
  line-height: 160%;
  font-size: 14px;
}

p + p {
  margin-top: 1.5em;
}

@media print, screen and (min-width: 1000px) {
  p {
    font-size: 16px;
  }
}

li, dt, dd {
  line-height: 160%;
  font-size: 14px;
}

@media print, screen and (min-width: 1000px) {
  li, dt, dd {
    font-size: 16px;
  }
}

article {
  overflow: hidden;
  padding-top: 57px;
}

@media print, screen and (min-width: 1000px) {
  article {
    padding-top: 85px;
  }
}

.full-content {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.full-content.bg {
  background-color: #F2F5F9;
}

.bg-solution {
  background-color: #e7edf5;
}

img {
  vertical-align: bottom;
}
@media screen and (max-width: 999px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.content {
  margin: 0 15px;
}

@media print, screen and (min-width: 1000px) {
  .content {
    margin: 0 auto;
  }
  .content p {
    font-size: 16px;
  }
}

body.page .content {
  padding: 40px 0;
}

@media print, screen and (min-width: 1000px) {
  body.page .content {
    width: 1000px;
    padding: 80px 0;
  }
}

* + .section {
  margin-top: -57px;
  padding-top: 87px;
}

@media print, screen and (min-width: 1000px) {
  * + .section {
    margin-top: -85px;
    padding-top: 155px;
  }
}

h2 + .section {
  margin-top: -57px;
  padding-top: 72px;
}

@media print, screen and (min-width: 1000px) {
  h2 + .section {
    margin-top: -85px;
    padding-top: 115px;
  }
}

.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fig {
  margin: 30px auto;
}

.fig.center {
  text-align: center;
}

.fig.responsive img {
  width: 100%;
  height: auto;
}

.img-padding {
  border: 10px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

br.sp {
  display: block;
}

@media print, screen and (min-width: 1000px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  br.pc {
    display: block;
  }
}

.ttl01 {
  line-height: 160%;
  text-align: center;
  margin-bottom: 50px;
}

.ttl01 .en {
  font-size: 28px;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: #003E6C;
}

.ttl01 .text {
  font-size: 14px;
  color: #000;
}

@media print, screen and (min-width: 1000px) {
  .ttl01 .en {
    font-size: 35px;
  }
  .ttl01 .text {
    font-size: 16px;
  }
}

.ttl02 {
  font-size: 16px;
  color: #003E6C;
  border: 1px solid #003E6C;
  border-radius: 1.6em;
  padding: 10px 1em;
  margin-bottom: 1.5em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .ttl02 {
    text-align: center;
    border-radius: 2em;
    padding: 10px 2em;
    font-size: 26px;
  }
}

.ttl02--strong {
  background-color: #009FE9;
  color: #FFF;
  border: none;
}

.ttl03 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .ttl03 {
    font-size: 21px;
  }
}

.ttl04 {
  font-size: 14px;
  text-align: center;
  color: #003E6C;
  border: 1px solid #003E6C;
  border-radius: 2em;
  padding: 10px 2em;
  margin-bottom: 1.5em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .ttl04 {
    font-size: 18px;
  }
}

.ttl05 {
  font-size: 14px;
  text-align: center;
  color: #003E6C;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .ttl05 {
    font-size: 21px;
  }
}

.ttl06 {
  font-size: 14px;
  text-align: center;
  border-radius: 2em;
  padding: 10px 2em;
  margin-bottom: 1.5em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .ttl06 {
    font-size: 18px;
  }
}

.ttl06.color01 {
  background-color: #003E6C;
  color: #FFF;
}

.ttl06.color02 {
  background-color: #666;
  color: #FFF;
}

.ttl07 {
  font-size: 14px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ttl08 {
  font-size: 16px;
  line-height: 140%;
  color: #003E6C;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ttl_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}

.ttl_icon .icon {
  width: 80px;
  margin-right: 10px;
}

.ttl_icon .text {
  font-size: 18px;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .hero_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.hero_menu li {
  text-align: center;
  margin-bottom: 1em;
}

.hero_menu li a {
  display: inline-block;
  padding: 10px 1em;
  font-size: 14px;
  border-radius: 2em;
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.hero_menu li a:hover, .hero_menu li a.current {
  background-color: #003E6C;
  color: #FFF;
}

.hero_menu li a i {
  margin-left: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .hero_menu li {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .hero_menu li a {
    font-size: 18px;
    margin-left: 10px;
  }
}

.sub_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_menu li a {
  display: inline-block;
  padding: 10px 1em;
  border-radius: 2em;
  font-size: 14px;
  background-color: #FFF;
  color: #003E6C;
  margin: 0 5px 15px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sub_menu li a:hover, .sub_menu li a.current {
  background-color: #003E6C;
  color: #FFF;
}

.sub_menu li a i {
  margin-left: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .sub_menu li a {
    font-size: 18px;
  }
}

.sub_menu li.same {
  text-align: center;
}

.sub_menu li.same a {
  width: 14em;
  border: 1px solid #003E6C;
}

.btn {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.full_btn a {
  width: 100%;
}

.more {
  text-align: center;
}

.more a, .more .unlink {
  display: inline-block;
  padding: 10px 1em;
  font-size: 14px;
  border-radius: 2em;
}

.more a i, .more .unlink i {
  margin-left: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .more a, .more .unlink {
    font-size: 18px;
  }
}

.more a {
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.more a:hover, .more a.current {
  background-color: #003E6C;
  color: #FFF;
}

.more .unlink {
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  opacity: 0.4;
}

.contact_btn {
  text-align: center;
}

.contact_btn a {
  display: inline-block;
  padding: 15px 1em;
  font-size: 18px;
  border-radius: 2em;
  background-color: #003E6C;
  color: #FFF;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.contact_btn a:hover, .contact_btn a.current {
  opacity: 0.6;
}

.contact_btn a i {
  margin: 0 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .contact_btn a {
    font-size: 24px;
  }
  .contact_btn a.btn-bg {
    font-size: 32px;
  }
}

a {
  text-decoration: none;
  color: #003E6C;
}

a .fa-external-link-alt {
  margin-left: 0.5em;
}

strong {
  font-weight: bold;
}

strong.big {
  font-size: 140%;
}

em {
  color: #003E6C;
}

.list {
  list-style-type: disc;
  margin-left: 1.5em;
}

.unlist-style {
  list-style-type: none;
  padding: 15px;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.unlist-style li {
  display: inline-block;
  margin-right: 1.5em;
}

.unlist-style li::before {
  content: '◯ ';
}

.number {
  margin-left: 1.5em;
  list-style-type: decimal;
}

@media print, screen and (min-width: 1000px) {
  .number li {
    font-size: 14px !important;
  }
}

.number.alphabet {
  list-style-type: lower-alpha;
}

.number.parentheses {
  padding: 0;
  margin: 1em;
  list-style-type: none;
}

.number.parentheses li {
  list-style-position: inside;
  counter-increment: cnt;
}

.number.parentheses li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

.circle-decimal__list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.circle-decimal__item {
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  line-height: 180%;
}

.circle-decimal__item:not(:first-child) {
  margin-top: 1em;
}

.circle-decimal__item::before {
  display: block;
  float: left;
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
  background-color: #000;
  margin-left: -40px;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
}

.circle-decimal__item--1::before {
  background-color: #717074;
}

.circle-decimal__item--2::before {
  background-color: #387C2C;
}

.square li {
  margin-left: 1em;
  text-indent: -1em;
}

.square li::before {
  content: '■';
}

.note {
  margin: 0.5em 0;
}

.note > li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px !important;
}

.note > li a {
  color: #003E6C;
  text-decoration: underline;
}

.note > li a:hover {
  text-decoration: none;
}

.note > li a .fa-external-link-alt {
  margin-left: 1.5em;
}

@media print, screen and (min-width: 1000px) {
  .note > li {
    font-size: 14px !important;
  }
}

.note > li::before {
  content: '※';
}

.note.note2 > li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.note__no-mark {
  margin-top: 30px;
}

.note__no-mark > li {
  font-size: 12px !important;
  line-height: 140%;
}

.note__no-mark > li:not(:first-child) {
  margin-top: 0.3em;
}

.wp_contents .note {
  margin: 0.5em 0;
  list-style: none;
}

.box_shadow {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.shadowbox {
  padding: 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
}

.label {
  display: inline-block;
  padding: 3px;
  font-size: 10px;
  color: #FFF;
  width: 8em;
  margin: 0 0.2em;
  text-align: center;
}

.label.pressrelease {
  background-color: #005BAC;
}

.label.topics {
  background-color: #0A1658;
}

.label.youtube {
  width: 8em;
  background-color: #165062;
}

.label.youtube:before {
  display: none;
}

.label.event {
  background-color: #EDAD0B;
}

.label.seminar {
  background-color: #0086AB;
}

.label.webinar {
  background-color: #009250;
}

.flexbox .item01 + .item02 {
  margin-top: 30px;
}

.flexbox .item02 + .item03 {
  margin-top: 30px;
}

.flexbox .item03 + .item04 {
  margin-top: 30px;
}

.flexbox__arrow.half .item01 {
  position: relative;
}

.flexbox__arrow.half .item01::before {
  display: block;
  content: "";
  border-top: 20px solid #86BDF5;
  border-right: 30px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -30px;
}

@media print, screen and (min-width: 1000px) {
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flexbox .flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexbox .item01 + .item02 {
    margin-top: 0;
  }
  .flexbox .item02 + .item03 {
    margin-top: 0;
  }
  .flexbox .item03 + .item04 {
    margin-top: 0;
  }
  .flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flexbox.half .item01, .flexbox.half .item02 {
    width: 48%;
  }
  .flexbox.third .item01, .flexbox.third .item02, .flexbox.third .item03 {
    width: 32%;
  }
  .flexbox.twothird .item01 {
    width: 64%;
  }
  .flexbox.twothird .item02 {
    width: 32%;
  }
  .flexbox.thirdtwo .item01 {
    width: 32%;
  }
  .flexbox.thirdtwo .item02 {
    width: 64%;
  }
  .flexbox.four .item01, .flexbox.four .item02, .flexbox.four .item03, .flexbox.four .item04 {
    width: 23%;
  }
  .flexbox .fig {
    margin: 0;
  }
  .flexbox__arrow.half .item01 {
    position: relative;
  }
  .flexbox__arrow.half .item01::before {
    display: block;
    content: "";
    border-top: 30px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #86BDF5;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -50px;
    left: auto;
    margin-top: -30px;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  ul.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ul.flexbox.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ul.flexbox.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  ul.flexbox.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.flexbox.utilization li p {
  font-size: 12px;
  text-align: center;
}

.flexbox.utilization img {
  width: 100%;
  height: auto;
}

.flexbox.utilization .fig {
  margin-top: 1em;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1000px) {
  .flexbox.utilization li {
    width: 23%;
    margin-left: 2.6%;
    margin-bottom: 1em;
  }
  .flexbox.utilization li:first-child, .flexbox.utilization li:nth-child(5n) {
    margin-left: 0;
  }
}

.icon__list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.icon__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon__item:not(:first-child) {
  margin-top: 10px;
}

.icon__item .icon {
  width: 62px;
  margin-right: 10px;
}

.icon__item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrow {
  position: relative;
  padding: 30px 0;
}

.arrow::after {
  display: inline-block;
  content: '';
}

.arrow.bottom::after {
  border: 50px solid transparent;
  border-top: 20px solid #FF9900;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -50px;
}

.features h3 {
  background-color: #000;
  padding: 10px 5px;
  text-align: center;
  color: #FFF;
}

.features .fig {
  margin-top: 1em;
  margin-bottom: 1em;
}

.border_catch {
  padding: 15px;
  border: 3px solid #003E6C;
  color: #003E6C;
  font-size: 14px !important;
  font-weight: bold;
  border-radius: 10px;
}

.border_catch.center {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .border_catch {
    font-size: 18px !important;
  }
}

.border {
  border: 1px solid #CCC;
  padding: 15px;
  border-radius: 10px;
  margin: 30px auto;
}

.column {
  padding: 15px;
  background-color: #E8E8E8;
}

.fulltable {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}

.fulltable::-webkit-scrollbar {
  height: 5px;
}

.fulltable::-webkit-scrollbar-track {
  background: #F1F1F1;
}

.fulltable::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}

@media print, screen and (min-width: 1000px) {
  .fulltable {
    white-space: normal;
  }
  .fulltable::-webkit-scrollbar {
    height: 0;
  }
  .fulltable::-webkit-scrollbar-track {
    background: transparent;
  }
  .fulltable::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

table th, table td {
  padding: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 12px;
  line-height: 160%;
  vertical-align: middle;
}

table thead th {
  background-color: #003E6C;
  color: #FFF;
}

table tbody tr.ie th, table tbody tr.ie .check {
  background-color: #C8E8E8;
}

table tbody tr.osb th, table tbody tr.osb .check {
  background-color: #D8EFD0;
}

table tbody tr.psb th, table tbody tr.psb .check {
  background-color: #9BBC9E;
}

table tbody tr.avo th, table tbody tr.avo .check {
  background-color: #D7D7F7;
}

table tbody tr.amp th, table tbody tr.amp .check {
  background-color: #E2AB9A;
}

.table-fixed {
  table-layout: fixed;
}

.table-fixed th,
.table-fixed td {
  text-align: center;
}

.youtube {
  position: relative;
  width: 100%;
  height: auto;
}

.youtube::before {
  display: block;
  content: "";
  padding-top: 56.35%;
}

.youtube .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 10000;
}

header .inner {
  height: 57px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 85px;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1366px;
  }
}

header .logo img {
  width: auto;
  height: 27px;
}

@media print, screen and (min-width: 1000px) {
  header .logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 184px;
  }
  header .logo img {
    width: auto;
    height: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .eng .gnavi {
    display: none;
  }
}

header .gnavi {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 65px 15px 30px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

header .gnavi a {
  color: #FFF;
}

header .gnavi li {
  padding: 3px 0;
  text-align: center;
  font-size: 16px;
}

header .gnavi .sp {
  margin-top: 1em;
}

header .gnavi .sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .gnavi .sp .facebook a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .gnavi .sp ul li.lang {
  margin-left: 15px;
}

header .gnavi .sp ul li.faq {
  margin-left: 10px;
}

header .gnavi .sp ul li.faq a {
  display: inline-block;
  padding: 0.2em 1em;
  color: #FFF;
  background-color: #003E6C;
  border-radius: 2px;
}

header .gnavi .sp ul li.contact {
  margin-left: 10px;
}

header .gnavi .sp ul li.contact a {
  display: inline-block;
  padding: 0.2em 1em;
  color: #FFF;
  background-color: #003E6C;
  border-radius: 2px;
}

@media print, screen and (min-width: 1000px) {
  header .gnavi {
    display: block;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0;
    position: static;
    background-color: #FFF;
    width: auto;
    height: 100%;
  }
  header .gnavi li {
    padding: 0;
  }
  header .gnavi .sp {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  header nav {
    height: 100%;
  }
  header nav ul.global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header nav ul.global li {
    height: 100%;
  }
  header nav ul.global li a.global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 12px);
    font-size: 12px;
    line-height: 140%;
    color: #003E6C;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  header nav ul.global li a.global:hover, header nav ul.global li a.global.active {
    border-bottom-color: #86BDF5;
  }
}

@media print, screen and (min-width: 1000px) and (min-width: 1366px) {
  header nav ul.global li a.global {
    font-size: 14px;
  }
}

header .sub {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  header .sub {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 324px;
  }
  header .sub ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .sub ul li.facebook {
    line-height: 100%;
  }
  header .sub ul li.facebook a {
    color: #7B7B7B;
  }
  header .sub ul li.lang {
    margin-left: 15px;
  }
  header .sub ul li.lang a {
    font-size: 14px;
    line-height: 20px;
    color: #656565;
  }
  header .sub ul li.lang .fa-globe {
    margin-right: 3px;
    font-size: 16px;
  }
  header .sub ul li.faq {
    margin-left: 10px;
  }
  header .sub ul li.faq a {
    display: inline-block;
    padding: 0.2em 1em;
    color: #FFF;
    background-color: #003E6C;
    border-radius: 2px;
  }
  header .sub ul li.contact {
    margin-left: 10px;
  }
  header .sub ul li.contact a {
    display: inline-block;
    padding: 0.2em 1em;
    color: #FFF;
    background-color: #003E6C;
    border-radius: 2px;
  }
}

header .mega_menu {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  header .mega_menu_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    background-color: #F8FAFD;
    position: absolute;
    top: 85px;
  }
  header .mega_menu_inner dl {
    text-align: left;
    padding: 0 15px;
  }
  header .mega_menu_inner dl.col01 {
    border-right: 1px solid #CCC;
  }
  header .mega_menu_inner dt {
    font-size: 14px !important;
  }
  header .mega_menu_inner dt + dt {
    margin-top: 1.5em;
  }
  header .mega_menu_inner dd + dt {
    margin-top: 1.5em;
  }
  header .mega_menu_inner dd ul {
    list-style-type: disc;
    margin-left: 2em;
  }
  header .mega_menu_inner dd ul li {
    text-align: left;
    font-size: 14px !important;
  }
  header .mega_menu_inner a {
    color: #000;
  }
  header .mega_menu_inner a:hover {
    text-decoration: underline;
  }
}

.sp-menu, span.line {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp-menu {
  position: absolute;
  z-index: 1500;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 16px;
  margin-top: -8px;
}

.sp-menu span.line {
  position: absolute;
  left: 0px;
  width: 20px;
  height: 2px;
  background-color: #003E6C;
}

.sp-menu span.line.line01 {
  top: 0;
}

.sp-menu span.line.line02 {
  top: 7px;
}

.sp-menu span.line.line03 {
  bottom: 0;
}

.sp-menu.active span.line.line01 {
  background-color: #FFF;
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.sp-menu.active span.line.line02 {
  opacity: 0;
}

.sp-menu.active span.line.line03 {
  background-color: #FFF;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media print, screen and (min-width: 1000px) {
  .sp-menu {
    display: none;
  }
}

footer {
  background-color: #000;
  color: #FFF;
}

footer a {
  color: #FFF;
}

footer a:hover {
  text-decoration: underline;
}

footer .inner {
  padding: 15px;
}

@media print, screen and (min-width: 1000px) {
  footer .inner {
    width: 970px;
    margin: 0 auto;
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1366px) {
  footer .inner {
    width: 1248px;
  }
}

footer .address.pc {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  footer .address.pc {
    display: block;
  }
}

footer .address.sp {
  margin: 0 auto;
  max-width: 335px;
}

footer .address.sp .logo img {
  width: 100%;
  height: auto;
}

footer .address.sp address {
  margin-bottom: 1em;
  line-height: 160%;
  font-size: 14px;
}

@media print, screen and (min-width: 1000px) {
  footer .address.sp {
    display: none;
  }
}

@media print, screen and (min-width: 1000px) {
  footer .address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  footer .address .logo {
    margin-bottom: 23px;
  }
  footer .address address {
    line-height: 160%;
    font-size: 13px;
  }
}

footer .footer_menu {
  max-width: 335px;
  margin: 0 auto 30px;
}

footer .footer_menu .corp {
  margin-bottom: 1.5em;
}

footer .footer_menu .pc {
  display: none;
}

footer .footer_menu .solution_menu {
  display: none;
}

footer .footer_menu dt + dt {
  margin-top: 1.5em;
}

footer .footer_menu dd + dt {
  margin-top: 1.5em;
}

footer .footer_menu dd ul {
  list-style-type: disc;
  margin-left: 2em;
}

@media print, screen and (min-width: 1000px) {
  footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 15px;
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
  footer .footer_menu .corp {
    width: 33%;
    margin-bottom: 0;
  }
  footer .footer_menu .solution {
    width: 66%;
  }
  footer .footer_menu .solution_menu {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  footer .footer_menu .solution_menu dl {
    width: 48%;
  }
}

@media print, screen and (min-width: 1366px) {
  footer .footer_menu {
    padding: 0;
  }
}

footer .copyright {
  text-align: center;
  padding-bottom: 15px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: right;
  padding: 10px;
}

#pagetop a {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  border: 1px solid #4D4D4D;
  color: #4D4D4D;
  font-size: 16px;
}

.page #HERO {
  background-color: rgba(0, 62, 108, 0.05);
}

.page #HERO .content {
  padding: 0;
  height: 175px;
  position: relative;
}

.page #HERO .hero-bnr {
  padding: 0;
  height: 540px;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .hero-bnr {
    height: 332px;
  }
}

.page #HERO .title {
  height: inherit;
  position: relative;
}

.page #HERO .title h1 {
  text-align: center;
  line-height: 200%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page #HERO .title h1 .en {
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  color: #003E6C;
}

.page #HERO .title h1 .text {
  font-size: 18px;
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .title h1 .en {
    font-size: 48px;
  }
  .page #HERO .title h1 .text {
    font-size: 18px;
  }
}

.page #HERO .icon_title {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .icon_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.page #HERO .icon_title .icon {
  text-align: center;
  margin-bottom: 30px;
}

.page #HERO .icon_title .icon img {
  width: 210px;
  height: auto;
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .icon_title .icon {
    width: 40%;
    margin-bottom: 0;
  }
  .page #HERO .icon_title .icon img {
    width: auto;
    height: auto;
  }
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .icon_title .text {
    width: 60%;
  }
}

.page #HERO .icon_title .text h1 {
  line-height: 200%;
  margin-bottom: 1.5em;
  text-align: center;
}

.page #HERO .icon_title .text h1 .en {
  font-size: 36px;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  color: #003E6C;
}

.page #HERO .icon_title .text h1 .text {
  font-size: 18px;
}

@media print, screen and (min-width: 1000px) {
  .page #HERO .icon_title .text h1 {
    text-align: left;
  }
  .page #HERO .icon_title .text h1 .en {
    font-size: 48px;
  }
  .page #HERO .icon_title .text h1 .text {
    font-size: 18px;
  }
}

#HERO.jp {
  width: 100%;
  height: 255px;
  background: url(/img/top_bg@2x.png) center bottom no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1000px) {
  #HERO.jp {
    background: url(/img/top_bg.png) center bottom no-repeat;
    height: 582px;
    background-size: cover;
  }
}

#HERO.eng {
  width: 100%;
  height: 368px;
  background: url(/img/top_bg01@2x.jpg) center bottom no-repeat;
  background-size: cover;
}

@media print, screen and (min-width: 1000px) {
  #HERO.eng {
    background: url(/img/top_bg01.jpg) center bottom no-repeat;
    height: 533px;
    background-size: cover;
  }
}

#HERO.eng .content {
  height: calc(368px - 35px);
  margin: 35px 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  #HERO.eng .content {
    width: 100%;
    max-width: 1180px;
    height: calc(533px - 60px);
    margin: 60px auto 0;
  }
}

.topIndex #HERO.jp .content {
  height: calc(255px - 22px);
  margin: 22px 14px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .topIndex #HERO.jp .content {
    width: 100%;
    max-width: 1245px;
    height: calc(582px - 176px);
    margin: 176px auto 0;
  }
}

.topIndex #HERO h1 {
  font-size: 32px;
  color: #003E6C;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #ffffff;
}

.topIndex #HERO.jp h1 {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .topIndex #HERO h1 {
    font-size: 57px;
    margin-bottom: 40px;
  }
  .topIndex #HERO.jp h1 {
    font-size: 58px;
    margin-bottom: 40px;
  }
}

#HERO .lead {
  width: auto;
  margin: 0;
  font-size: 20px;
  color: #003E6C;
  text-shadow: 0 0 10px #ffffff;
}

#HERO.jp .lead {
  font-weight: normal;
}

#HERO .small {
  margin-top: 1em;
  font-size: 16px;
  color: #000;
  text-shadow: 0 0 10px #ffffff;
}

#HERO.jp .small {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  #HERO .small {
    margin-top: 0.5em;
    font-size: 18px;
  }
  #HERO.jp .lead {
    font-weight: bold;
  }
  #HERO.jp .small {
    margin-top: 1em;
  }
}

.lead {
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .lead {
    width: 600px;
    margin: 0 auto;
    font-weight: normal;
  }
}

.value li {
  background-color: #FFF;
  color: #003E6C;
  margin-bottom: 30px;
}

.value li .inner {
  padding: 25px 30px;
}

.value li strong {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .value li {
    width: 31%;
    margin-bottom: 0;
  }
}

.solution li {
  margin-bottom: 30px;
}

.solution li .icon {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.solution li .text h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .solution {
    display: table;
  }
  .solution li {
    display: table-row;
    margin-bottom: 0;
  }
  .solution li .icon, .solution li .text {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
    text-align: left;
  }
  .solution li .icon {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .solution li .text h4 {
    text-align: left;
  }
}

.technical li {
  margin-bottom: 30px;
}

.technical li .ph {
  display: block;
  text-align: center;
}

.technical li .text h4 {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .technical {
    display: table;
  }
  .technical li {
    display: table-row;
    margin-bottom: 0;
  }
  .technical li .ph, .technical li .text {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 30px;
    text-align: left;
  }
  .technical li .ph {
    padding-right: 20px;
  }
  .technical li .text h4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

.company.box_shadow {
  margin-top: 30px;
  padding: 15px;
}

@media print, screen and (min-width: 1000px) {
  .company.box_shadow {
    padding: 66px 86px;
  }
}

table {
  border-collapse: collapse;
}

table.outline, table.history {
  width: 100%;
  border: none;
}

table.outline .inner, table.history .inner {
  border: none;
}

table.outline ul, table.history ul {
  display: block;
}

table.outline ul li, table.history ul li {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.outline th, table.outline td, table.history th, table.history td {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: none;
}

@media print, screen and (min-width: 1000px) {
  table.outline th, table.outline td, table.history th, table.history td {
    display: table-cell;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 160%;
    vertical-align: middle;
    font-size: 16px;
  }
}

table.outline th, table.history th {
  text-align: center;
  color: #003E6C;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  table.outline th, table.history th {
    text-align: left;
  }
}

table.outline td, table.history td {
  margin-bottom: 30px;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  table.outline td, table.history td {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  table.outline th {
    width: 27%;
  }
  table.outline td {
    width: 73%;
  }
}

@media print, screen and (min-width: 1000px) {
  table.history th {
    width: 16%;
  }
  table.history td {
    width: 84%;
  }
}

table.inner {
  width: auto;
}

table.inner th, table.inner td {
  display: table-cell;
  width: auto;
  padding: 5px;
  border-bottom: none;
  width: auto;
}

@media print, screen and (min-width: 1000px) {
  table.inner th, table.inner td {
    white-space: nowrap;
  }
}

table.inner th {
  padding-right: 1em;
  color: inherit;
}

.logo-block {
  padding-bottom: 15px;
}

.logo-block h3 {
  margin-bottom: 0.5em;
}

.logo-block .logo {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .logo-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-block h3 {
    width: 70%;
    margin-bottom: 0;
  }
  .logo-block .logo {
    width: 30%;
    text-align: right;
  }
}

.course {
  margin-top: 30px;
}

.delivery_form {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

.delivery_form th, .delivery_form td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

.delivery_form th {
  width: 14%;
  text-align: left;
  color: #003E6C;
}

.delivery_form td {
  width: 86%;
}

.access.box_shadow {
  background-color: #FFF;
  padding: 15px;
}

@media print, screen and (min-width: 1000px) {
  .access.box_shadow {
    padding: 77px 56px;
  }
}

.access address {
  margin-bottom: 30px;
}

.access h3 {
  margin-bottom: 0.5em;
}

.access .more {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .access .more {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
  }
}

/* SITEMAP */
#HERO .content {
  height: 175px;
}

.sitemap h2 {
  margin-bottom: 1.5em;
  font-size: 18px;
  text-align: center;
}

.sitemap .corp {
  margin-bottom: 60px;
}

.sitemap .corp dt {
  font-size: 18px;
}

.sitemap .solution .solution_menu dt + dt {
  margin-top: 1.5em;
}

.sitemap dl + dl {
  margin-top: 1.5em;
}

.sitemap dd + dt {
  margin-top: 1.5em;
}

.sitemap dd ul {
  list-style-type: disc;
  margin-left: 2em;
}

.sitemap dd ul li {
  display: list-item;
}

.sitemap dd a {
  color: #333;
}

@media print, screen and (min-width: 1000px) {
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sitemap h2 {
    font-size: 21px;
    text-align: left;
  }
  .sitemap .corp {
    width: 33%;
    margin-bottom: 0;
  }
  .sitemap .corp dt {
    font-size: 21px;
  }
  .sitemap .solution {
    width: 66%;
  }
  .sitemap .solution .solution_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sitemap .solution .solution_menu dl {
    width: 48%;
  }
  .sitemap dl + dl {
    margin-top: 0;
  }
}

.content address {
  line-height: 160%;
}

* + address {
  margin-top: 1em;
}

.signature {
  margin-top: 1em;
  text-align: right;
}

.box {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  padding: 20px 30px;
  margin-top: 30px;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .services__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.services__item {
  width: 100%;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .services__item {
    width: 31.3333%;
    margin: 0 1% 2%;
  }
}

.services-card {
  height: 100%;
}

.services-card__in {
  height: inherit;
  border: 1px solid #E5E5E5;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.services-card__ttl {
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 15px;
  color: #003E6C;
}

.services-card__ph img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.services-card__body {
  margin-top: 15px;
}

.services-card__item {
  padding-left: 15px;
  position: relative;
}

.services-card__item::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #003E6C;
  border-bottom: 1px solid #003E6C;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.services-card__link {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 160%;
}

.services-card__link:hover {
  opacity: 0.6;
}

.partner-list > li:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #CCC;
}

.partner-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
}

.partner-header .sol-logo {
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .partner-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .partner-header .sol-logo {
    margin-top: 0;
  }
}

.partner-title {
  text-align: center;
}

.partner-title h2 {
  font-size: 18px;
  color: #003E6C;
  margin-bottom: 0.5em;
}

.partner-title h3 {
  font-size: 14px;
  margin-bottom: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .partner-title {
    text-align: left;
  }
  .partner-title h2 {
    font-size: 24px;
  }
  .partner-title h3 {
    font-size: 18px;
  }
}

.partner-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 1000px) {
  .partner-body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .partner-body .sol-logo {
    margin-top: 0;
  }
}

.partner-body .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.partner-body .text p {
  font-size: 14px;
}

.partner-body .text .contact {
  padding: 1em;
  margin-top: 15px;
  border: 1px solid #CCC;
}

.partner-body .text .contact li {
  font-size: 12px;
}

.partner-body .text .contact li.email::before {
  content: "メール：";
}

.partner-body .text .contact li.form::before {
  content: "問い合わせ：";
}

.partner-body .text .contact li.tel::before {
  content: "電話：";
}

.partner-body .text .contact li.fax::before {
  content: "FAX：";
}

.partner-body .text .contact li.web::before {
  content: "Web：";
}

@media print, screen and (min-width: 1000px) {
  .partner-body .text .contact li {
    font-size: 14px;
  }
}

.partner-body .photo {
  width: 235px;
  margin: 0 auto;
}

@media print, screen and (min-width: 1000px) {
  .partner-body .photo {
    margin: 0 0 0 20px;
  }
}

.page .linkNavi.content {
  padding: 30px 0 6px;
}

@media print, screen and (min-width: 1000px) {
  .page .linkNavi.content {
    padding: 70px 0 6px;
  }
}

.news li {
  margin-bottom: 0.5em;
}

.entrylist li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #CCC;
}

.entrylist li .text {
  display: block;
  margin-top: 0.5em;
}

.entrylist li .label {
  margin-left: 3em;
}

@media print, screen and (min-width: 1000px) {
  .entrylist {
    display: table;
    width: 100%;
  }
  .entrylist li {
    display: table-row;
    border-bottom: none;
  }
  .entrylist li .date, .entrylist li .text {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
  }
  .entrylist li .date {
    width: 38%;
  }
  .entrylist li .text {
    width: 62%;
  }
  .entrylist li .label {
    margin-left: 8em;
  }
}

.entrypage .date {
  font-size: 13px;
  margin-bottom: 3em;
}

.entrypage h2 {
  font-size: 26px;
  line-height: 160%;
  color: #003E6C;
  text-align: center;
  margin-bottom: 1em;
}

.entrypage h3.sub_catch {
  text-align: center;
  font-size: 18px;
  line-height: 160%;
  margin: 1em 0 2em;
}

.entrypage .contact_block {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #CCC;
}

.entrypage .contact_block h4 {
  color: #003E6C;
  margin-bottom: 0.5em;
}

.entrypage .contact_block .note {
  margin-bottom: 30px;
}

.entrypage .contact_box {
  padding: 15px;
  border: 1px solid #CCC;
}

@media print, screen and (min-width: 1000px) {
  .entrypage .contact_box {
    text-align: center;
  }
}

.entrypage .contact_box h5 {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 160%;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .entrypage .contact_box h5 {
    margin-left: 0;
    text-indent: 0;
    font-size: 14px;
  }
}

.entrypage .contact_box p + h5 {
  margin-top: 2em;
}

.entrypage .contact_box p {
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .entrypage .contact_box p {
    font-size: 14px;
  }
}

.eventlist li {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #CCC;
}

.eventlist li .label-area {
  margin-top: 0.5em;
}

.eventlist li .text-area {
  margin-top: 0.5em;
}

.eventlist li .event-title a:hover {
  text-decoration: underline;
}

.eventlist li .update {
  font-size: 10px;
  color: #666;
  text-align: right;
  margin-top: 0.5em;
}

.eventlist li .opendate h4 {
  font-size: 12px;
  font-weight: bold;
}

.eventlist li .opendate p {
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .eventlist {
    display: table;
    width: 100%;
  }
  .eventlist li {
    display: table-row;
    border-bottom: none;
  }
  .eventlist li .label-area,
  .eventlist li .text-area {
    display: table-cell;
    vertical-align: top;
    padding: 1em 0;
    border-bottom: 1px solid #CCC;
  }
  .eventlist li .opendate-area {
    margin-bottom: 15px;
  }
  .eventlist li .label-area {
    margin-top: 0;
    width: 100px;
  }
  .eventlist li .text-area {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .eventlist li .opendate h4 {
    font-size: 14px;
  }
  .eventlist li .opendate p {
    font-size: 14px;
  }
}

.eventpage h2 {
  font-size: 16px;
  text-align: center;
  color: #003E6C;
  margin-bottom: 1em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage h2 {
    font-size: 26px;
  }
}

.eventpage h3 {
  font-size: 14px;
  color: #003E6C;
  margin-bottom: 1em;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage h3 {
    font-size: 18px;
  }
}

.eventpage h3.table-ttl {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  margin-bottom: 0;
}

@media print, screen and (min-width: 1000px) {
  .eventpage h3.table-ttl {
    padding: 15px;
  }
}

.eventpage .summary {
  margin: 30px auto;
}

.eventpage ul.table {
  display: table;
  border-collapse: collapse;
  border-left: 1px solid #CCC;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.eventpage ul.table li {
  display: table-row;
}

.eventpage ul.table li .th, .eventpage ul.table li .td {
  display: table-cell;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .eventpage ul.table li .th, .eventpage ul.table li .td {
    padding: 15px;
    font-size: 18px;
  }
}

.eventpage ul.table li .th {
  background-color: #F7F7F7;
  width: 20%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage ul.table li .th {
    width: 16%;
  }
}

.eventpage ul.table li .td {
  width: 80%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage ul.table li .td {
    width: 84%;
  }
}

.eventpage ul.table li.thead .th {
  background-color: transparent;
}

.eventpage ul.table02 li .td {
  width: 20%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage ul.table02 li .td {
    width: 16%;
  }
}

.eventpage ul.table02 li .td + .td {
  width: 60%;
}

@media print, screen and (min-width: 1000px) {
  .eventpage ul.table02 li .td + .td {
    width: 68%;
  }
}

.eventpage .highlight {
  padding: 15px;
  font-size: 14px;
  line-height: 160%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .eventpage .highlight {
    font-size: 18px;
  }
}

.eventpage .box {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 160%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media print, screen and (min-width: 1000px) {
  .eventpage .box {
    font-size: 18px;
  }
}

.eventpage .block {
  font-size: 14px;
  line-height: 160%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .eventpage .block {
    font-size: 18px;
  }
}

.eventpage h3 + .block {
  padding: 15px 0;
}

.eventpage .recommendation {
  padding: 15px;
  border: 1px solid #CCC;
}

.eventpage .attention {
  margin-top: 20px;
}

.eventpage .entry p {
  margin-bottom: 1em;
}

.eventpage .entry p.thanks {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 10px;
}

@media print, screen and (min-width: 1000px) {
  .eventpage .entry p.thanks {
    font-size: 14px;
  }
}

.eventpage .old_webinar {
  background-color: #F7F7F7;
  padding: 30px 0;
}

.eventpage .old_webinar p {
  font-size: 18px;
  color: #5C5C5C;
  text-align: center;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1000px) {
  .eventpage .old_webinar p {
    font-size: 26px;
  }
}

.eventpage .date ul.table + h3.table-ttl {
  margin-top: 15px;
}

.trouble {
  margin: 30px auto;
}

.trouble li {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #003E6C;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

@media print, screen and (min-width: 1000px) {
  .trouble li {
    padding: 30px;
    width: 30%;
    margin-bottom: 0;
  }
}

.box2 li {
  padding: 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
}

.box2 li + li {
  margin-top: 20px;
}

.full-content.bg .box2 li {
  background-color: #FFF;
}

.security {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.security th, .security td {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
}

.security {
  margin: 30px auto 0;
}

.security thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
}

.security tbody th {
  background-color: rgba(0, 159, 233, 0.1);
  width: 25%;
}

.security tbody td {
  width: 25%;
}

.security tbody td p {
  font-size: 12px;
}

.security--spec {
  margin: 0;
}

.security--spec thead th,
.security--spec tbody th,
.security--spec thead td,
.security--spec tbody td {
  width: auto;
  padding: 5px 10px;
}

.security--spec tbody td {
  background-color: #fff;
}

@media print, screen and (min-width: 1000px) {
  .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

@media print, screen and (min-width: 1000px) {
  .category li {
    width: 48%;
  }
}

.category li a {
  display: block;
  padding: 10px 1em;
  font-size: 12px;
  border-radius: 2em;
  background-color: #FFF;
  color: #003E6C;
  margin: 0 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

.category li a:hover, .category li a.current {
  background-color: #003E6C;
  color: #FFF;
}

.category li a i {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -9px;
}

@media print, screen and (min-width: 1000px) {
  .category li a {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 1000px) {
  .catalogue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.catalogue > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li {
    width: 48%;
    margin-bottom: 60px;
    padding-bottom: 0;
    border: none;
  }
}

.catalogue > li .ph {
  width: 30%;
}

.catalogue > li .ph img {
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li .ph {
    width: 140px;
  }
}

.catalogue > li .text {
  width: 60%;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li .text {
    width: 310px;
  }
}

.catalogue > li h3 {
  font-size: 15px;
  line-height: 160%;
  margin-bottom: 1em;
}

.catalogue > li .actibook, .catalogue > li .pdf {
  display: block;
}

.catalogue > li .actibook a, .catalogue > li .pdf a {
  display: block;
  padding: 5px 1em;
  font-size: 12px;
  border-radius: 2em;
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.catalogue > li .actibook a i, .catalogue > li .pdf a i {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -9px;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li .actibook a, .catalogue > li .pdf a {
    font-size: 15px;
  }
}

.catalogue > li .actibook a {
  position: relative;
}

.catalogue > li .actibook a::before {
  display: inline-block;
  content: '';
  background: url(/img/actibook_icon.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li .actibook a::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
  }
}

.catalogue > li .pdf a {
  position: relative;
}

.catalogue > li .pdf a::before {
  display: inline-block;
  content: '';
  background: url(/img/pdf_icon.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}

@media print, screen and (min-width: 1000px) {
  .catalogue > li .pdf a::before {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
  }
}

.catalogue > li .note {
  margin-bottom: 20px;
}

.catalogue > li .note li {
  font-size: 11px !important;
}

.case > li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
}

@media print, screen and (min-width: 1000px) {
  .case .case-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.case .case-bl__iconbl {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .case .case-bl__iconbl {
    width: 20%;
    text-align: left;
  }
}

.case .case-bl__icon {
  display: inline-block;
  border: 2px solid #009FE8;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.case .case-bl__icon p {
  font-size: 12px;
  line-height: 120%;
}

@media print, screen and (min-width: 1000px) {
  .case .case-bl__icon {
    margin-bottom: 0;
  }
}

.case .case-bl__icon-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1000px) {
  .case .case-bl__textbl {
    width: 80%;
  }
}

.case2 {
  margin-bottom: 60px;
}

.case2 > li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}

@media print, screen and (min-width: 1000px) {
  .case2 .case-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.case2 .case-bl__iconbl {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .case2 .case-bl__iconbl {
    width: 120px;
    text-align: left;
  }
}

.case2 .case-bl__icon {
  display: inline-block;
  border: 2px solid #009FE8;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .case2 .case-bl__icon {
    margin-bottom: 0;
  }
}

.case2 .case-bl__icon-in {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.case2 .case-bl__icon-in img {
  width: 70px;
  height: auto;
}

@media print, screen and (min-width: 1000px) {
  .case2 .case-bl__textbl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.content .movie-area {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #000;
}

.content .movie-area::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.content .movie video {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

@media print, screen and (min-width: 1000px) {
  .content .movie .item01, .movie .item02 {
    width: 474px;
  }
}

.flexbox.half .video video {
  width: 100%;
  height: auto;
}

.flexbox.half .video h3 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.flexbox.half:not(:first-child) {
  margin-top: 30px;
}

.border_catch {
  padding: 15px;
  border: 3px solid #003E6C;
  color: #003E6C;
  font-size: 14px !important;
  font-weight: bold;
  border-radius: 10px;
}

.border_catch.center {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .border_catch {
    font-size: 18px !important;
  }
}

.border_catch h4 {
  text-align: center;
  margin-bottom: 1em;
}

.border_catch ul li {
  color: #000;
  font-weight: normal;
}

.border_catch ul li strong {
  font-weight: bold;
  color: #003E6C;
}

.border_catch ul li + li {
  margin-top: 1.5em;
}

.list_center {
  text-align: center;
}

.list_center ul {
  display: inline-block;
}

.list_center ul li {
  text-align: left;
}

.app {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.app li {
  text-align: center;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .app li {
    width: 48%;
  }
}

.app li p {
  padding: 5px;
  text-align: center;
  background-color: rgba(0, 62, 108, 0.3);
  color: #FFF;
}

.dashboard {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto;
}

.dashboard li {
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .dashboard li {
    width: 50%;
  }
}

.point li {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .point li {
    width: 32%;
    margin-bottom: 0;
  }
}

.point li p {
  font-size: 14px;
}

.point2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point2 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.point2 li.shadowbox {
  margin: 0;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .point2 li.shadowbox {
    width: 48%;
  }
}

.point2 li strong {
  color: #003E6C;
  margin-bottom: 0.5em;
}

.case li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.case li p {
  text-align: center;
}

.tool {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.tool li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  background-color: #FFF;
}

@media print, screen and (min-width: 1000px) {
  .tool li {
    width: 24%;
  }
}

.tool li p {
  font-size: 14px;
}

.security-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.security-lineup__item {
  width: 33%;
  padding: 0 10px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .security-lineup__item {
    width: 20%;
  }
}

.cisco-duo-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cisco-duo-type__item {
  width: 100%;
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 1000px) {
  .cisco-duo-type__item {
    width: 31%;
    margin-bottom: 3%;
  }
  .cisco-duo-type__item:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}

.cisco-duo-type__icon {
  width: 20%;
}

@media print, screen and (min-width: 1000px) {
  .cisco-duo-type__icon {
    width: 30%;
  }
}

.cisco-duo-type__text {
  width: 75%;
}

@media print, screen and (min-width: 1000px) {
  .cisco-duo-type__text {
    width: 65%;
  }
}

.cisco-duo-type__ttl {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #003E6C;
  border-bottom: 1px solid #003E6C;
  margin-bottom: 0.3em;
  padding-bottom: 0.3em;
}

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

.fortios__item {
  width: 23%;
  margin: 0 1% 2%;
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .fortios__item {
    width: 10.5%;
  }
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .card-list {
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.card-list__item {
  margin-bottom: 15px;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
}

@media print, screen and (min-width: 1000px) {
  .card-list__item {
    width: 48%;
    margin-bottom: 2%;
    border: 1px solid #CCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .card-list__item:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.card-list__wrap {
  padding: 15px;
}

.icon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.icon-ttl--icon {
  width: 60px;
  margin-right: 15px;
}

.icon-ttl--text {
  width: calc(100% - 60px - 15px);
  font-size: 20px;
  font-weight: bold;
}

#HERO.color-tale {
  background-image: url("/solution/collaboration-communication/color-tale-outline/img/color-tale_main-image.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 80vh;
  min-height: 650px;
}

@media print, screen and (min-width: 1000px) {
  #HERO.color-tale {
    position: relative;
  }
}

#HERO.color-tale .textarea {
  text-align: center;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1000px) {
  #HERO.color-tale .textarea {
    margin-bottom: 70px;
  }
}

#HERO.color-tale .textarea__in {
  display: inline-block;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

#HERO.color-tale .textarea__logo {
  margin-bottom: 30px;
}

#HERO.color-tale .textarea__ttl {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #FFF;
}

@media print, screen and (min-width: 1000px) {
  #HERO.color-tale .textarea__ttl {
    font-size: 46px;
  }
}

#HERO.color-tale .textarea__subttl {
  margin: 0;
  font-size: 24px;
  line-height: 160%;
  color: #FFF;
}

@media print, screen and (min-width: 1000px) {
  #HERO.color-tale .textarea__subttl {
    font-size: 34px;
  }
}

#HERO.color-tale .content {
  position: relative;
  height: 100%;
}

#HERO.color-tale .content__in {
  width: 100%;
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

#HERO.color-tale .contact_btn a {
  color: #FFF !important;
}

.tm__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  color: #000;
}

.tm__ttl::before {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(to right, #5693C6, #5693C6 8px, #A7DBE8 8px, #A7DBE8 16px, #000 16px, #000 24px, #B6C0C2 24px, #B6C0C2 32px, #F4AB10 32px, #F4AB10 40px, #FF0046 40px, #FF0046 48px);
  position: absolute;
  top: 0;
  left: 0;
}

.tm__ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(to right, #5693C6, #5693C6 8px, #A7DBE8 8px, #A7DBE8 16px, #000 16px, #000 24px, #B6C0C2 24px, #B6C0C2 32px, #F4AB10 32px, #F4AB10 40px, #FF0046 40px, #FF0046 48px);
  position: absolute;
  bottom: 0;
  left: 0;
}

@media print, screen and (min-width: 1000px) {
  .tm__ttl {
    font-size: 36px;
  }
}

.fig01 {
  margin-top: 30px;
}

.fig01__arr {
  text-align: center;
  margin: 2em auto;
}

.fig01__ttl {
  text-align: center;
  font-size: 24px;
  line-height: 160%;
  font-weight: bold;
}

.fig02 {
  margin-top: 30px;
  text-align: center;
}

.fig03 {
  padding: 30px;
}

.fig03__ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1000px) {
  .fig03__ttl01 {
    font-size: 30px;
  }
}

.fig03 .inner {
  text-align: center;
  padding: 0 15px;
}

.fig03 .inner img {
  display: inline-block;
  margin: 5px auto;
}

@media print, screen and (min-width: 1000px) {
  .fig03 .inner img {
    margin: 10px auto;
  }
}

.fig04__bl {
  padding: 20px;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

@media print, screen and (min-width: 1000px) {
  .fig04__bl {
    padding: 30px;
  }
}

.fig04__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (min-width: 1000px) {
  .fig04__in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.fig04__arr {
  text-align: center;
  margin: 20px auto;
}

.fig04__img {
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1000px) {
  .fig04__img {
    width: 400px;
    margin-bottom: 0;
  }
}

.fig04__ttl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
}

@media print, screen and (min-width: 1000px) {
  .fig04__ttl {
    margin-left: -30px;
  }
}

.fig04__ttl-step {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 16px;
  background-color: #003E6C;
  color: #FFF;
  margin-right: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .fig04__ttl-step {
    font-size: 20px;
  }
}

.fig04__ttl-text {
  font-size: 20px;
  font-weight: bold;
  color: #003E6C;
}

@media print, screen and (min-width: 1000px) {
  .fig04__ttl-text {
    font-size: 30px;
  }
}

.fig04__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fig04__text p {
  font-size: 15px;
  font-weight: bold;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  .fig04__text {
    padding-left: 30px;
  }
  .fig04__text p {
    font-size: 20px;
  }
}

.case {
  padding: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

.case:not(:first-child) {
  margin-top: 60px;
}

.case__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media print, screen and (min-width: 1000px) {
  .case__ttl {
    font-size: 30px;
  }
}

.case__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .case__in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.case__ttl-area {
  padding: 10px;
  text-align: center;
  background-color: #666;
  color: #FFF;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .case__ttl-area {
    width: 100px;
    padding: 20px;
    margin-bottom: 0;
  }
}

.case__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 1000px) {
  .case__text {
    padding-left: 20px;
  }
}

.case-flow {
  margin-top: 30px;
}

.case-flow__img {
  text-align: center;
}

.case-flow__fig {
  text-align: center;
  margin-top: 30px;
}

.case-flow__arr {
  margin-top: 30px;
  text-align: center;
}

.case-point {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .case-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.case-point__ttl-area {
  padding: 10px;
  text-align: center;
  background-color: #003E6C;
  color: #FFF;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 1000px) {
  .case-point__ttl-area {
    width: 100px;
    padding: 20px;
    margin-bottom: 0;
  }
}

.case-point__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media print, screen and (min-width: 1000px) {
  .case-point__text {
    padding-left: 20px;
  }
}

.case-fig {
  margin-top: 30px;
  background-color: #FFF;
  padding: 0 0 20px;
}

.case-fig__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .case-fig__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.case-fig__item {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .case-fig__item {
    width: 400px;
    margin: 0 2%;
  }
}

.case-fig__text {
  margin-top: 1em;
}

.performance__text {
  text-align: center;
  line-height: 160%;
}

.performance__text strong {
  font-size: 28px;
  font-weight: bold;
}

.performance__text .note {
  display: block;
  text-align: center;
  font-size: 14px;
}

@media print, screen and (min-width: 1000px) {
  .performance__text .note {
    display: inline;
  }
}

.performance__table {
  margin-bottom: 30px;
}

.performance__arr {
  text-align: center;
  margin: 30px auto;
}

.info-text {
  text-align: center;
  margin-top: 30px;
}

.info-text__text {
  font-size: 28px;
  font-weight: bold;
  line-height: 160%;
  margin-bottom: 0.5em;
  color: #003E6C;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

table th, table td {
  padding: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 16px;
  line-height: 160%;
}

table.faq th, table.faq td, table.performance__table th, table.performance__table td {
  vertical-align: middle;
}

table.faq thead th, table.performance__table thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
  width: 16%;
  text-align: center;
}

table.faq tbody td, table.performance__table tbody td {
  background-color: rgba(0, 159, 233, 0.1);
  width: 30%;
}

table.faq tbody td + td, table.performance__table tbody td + td {
  width: 70%;
  background-color: #FFF;
}

/* top style */
.page.topIndex .content {
  padding: 67px 0 59px;
}

.page.topIndex.eng .content {
  padding: 30px 0 35px;
}

.page.topIndex .content + .content {
  padding-top: 30px;
}

@media print, screen and (min-width: 1000px) {
  .page.topIndex .content {
    width: 100%;
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0 74px;
  }
  .page.topIndex.eng .content {
    padding: 75px 0 35px;
  }
  .page.topIndex .content + .content {
    padding-top: 34px;
  }
}

@media print, screen and (min-width: 1000px) {
  .content .sliderArea {
    max-width: 612px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1366px) {
  .content .sliderArea {
    max-width: 1245px;
    margin: 0 auto;
  }
}

/* en top style */
@media print, screen and (min-width: 1000px) {
  .company ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.company ul li {
  text-align: center;
  margin-bottom: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  padding: 15px 0;
}

@media print, screen and (min-width: 1000px) {
  .company ul li {
    width: 376px;
    padding: 43px 0 60px;
    margin-bottom: 50px;
  }
}

.company ul li h3 {
  color: #003E6C;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 50px;
}

.company ul li p {
  margin-bottom: 50px;
}

.bxslider li {
  padding: 0 0 15px;
}

.bxslider li a {
  display: block;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.16);
  position: relative;
}

.bxslider li a .logo {
  width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bxslider li a .logo img {
  margin: 0 auto;
}

/* slider */
.page .bx-wrapper {
  width: 184px;
  padding: 0 20px 0 0;
  margin: 0 auto 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

@media print, screen and (min-width: 1000px) {
  .page .bx-wrapper {
    width: auto;
  }
}

.bx-wrapper .bx-viewport {
  padding: 0 10px;
}

@media print, screen and (min-width: 1000px) {
  .bx-wrapper .bx-viewport {
    width: auto;
  }
}

.bx-wrapper .bx-controls-direction .bx-prev {
  left: -50px;
}

@media print, screen and (min-width: 1000px) {
  .bx-wrapper .bx-controls-direction .bx-prev {
    left: -60px;
  }
}

.bx-wrapper .bx-controls-direction .bx-next {
  right: -50px;
}

@media print, screen and (min-width: 1000px) {
  .bx-wrapper .bx-controls-direction .bx-next {
    right: -60px;
  }
}

.flexbox.table {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 30px auto;
}

.flexbox.table li {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .flexbox.table li {
    width: 48%;
  }
}

.flexbox.table .inner {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
}

.flexbox.table .inner .th,
.flexbox.table .inner .td {
  display: table-cell;
  vertical-align: top;
}

.support {
  width: 100%;
  max-width: 656px;
  margin: 0 auto;
}

.support h4 {
  text-align: center;
  color: #FFF;
  font-size: 16px;
  padding: 0.5em 1em;
  border-radius: 2em;
  background-color: #CCC;
}

@media print, screen and (min-width: 1000px) {
  .support h4 {
    font-size: 21px;
  }
}

.support01 h4 {
  background-color: #FF7C66;
}

.support02 h4 {
  background-color: #6696FF;
}

.support03 h4 {
  background-color: #00EE9F;
}

.support04 h4 {
  background-color: #FFAB25;
}

.support ul {
  margin-top: 2em;
  margin-bottom: 2em;
}

.flexbox.case {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flexbox.case .shadowbox {
  padding: 20px;
}

table.case {
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

table.case:not(:first-child) {
  margin-top: 0;
}

table.case {
  border: none;
}

table.case th, table.case td {
  padding: 5px 0;
  border-bottom: none;
  border-right: none;
  font-size: 12px;
  line-height: 160%;
  vertical-align: top;
}

table.case th {
  width: 15%;
  white-space: nowrap;
}

table.case td {
  width: 85%;
}

.flexbox.lineup01 strong,
.flexbox.lineup02 strong {
  font-size: 16px;
  color: #003E6C;
}

.flexbox.lineup01 .item01,
.flexbox.lineup02 .item01 {
  width: 20%;
}

.flexbox.lineup01 .item02,
.flexbox.lineup02 .item02 {
  width: 27%;
}

.flexbox.lineup01 .item03,
.flexbox.lineup02 .item03 {
  width: 20%;
}

.flexbox.lineup01 .item04,
.flexbox.lineup02 .item04 {
  width: 27%;
}

.flexbox.lineup03 {
  width: 490px;
}

.flexbox.lineup03 strong {
  font-size: 16px;
  color: #003E6C;
}

.flexbox.lineup03 .item01 {
  width: 40%;
}

.flexbox.lineup03 .item02 {
  width: 54%;
}

.flexbox.lineup04 strong {
  font-size: 16px;
  color: #003E6C;
}

.flexbox.lineup04 .item01 {
  width: 490px;
}

.flexbox.lineup04 .item02 {
  width: 490px;
}

.flexbox.lineup04 .flexbox {
  margin-top: 30px;
}

.flexbox.lineup04 .flexbox .item01 {
  width: 40%;
}

.flexbox.lineup04 .flexbox .item02 {
  width: 54%;
}

@media print, screen and (min-width: 1000px) {
  .prisma-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.prisma-header__ttl {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .prisma-header__ttl {
    margin-top: 0;
    margin-left: 30px;
  }
}

.prisma-header__text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
}

@media print, screen and (min-width: 1000px) {
  .prisma-header__text {
    font-size: 26px;
    text-align: left;
  }
}

.genetec_security_center {
  margin: 30px auto;
}

.genetec_security_center li {
  text-align: center;
  margin-bottom: 15px;
  border: 2px solid #000;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.genetec_security_center li p {
  margin-top: 0.1em;
}

.genetec_security_center li:nth-child(1) {
  border-color: #9ac741;
}

.genetec_security_center li:nth-child(2) {
  border-color: #F03336;
}

.genetec_security_center li:nth-child(3) {
  border-color: #F99C03;
}

@media print, screen and (min-width: 1000px) {
  .genetec_security_center li {
    width: 32%;
    margin-bottom: 0;
  }
}

.keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keyword li {
  width: 48%;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #FFF;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .keyword li {
    font-size: 14px;
    width: 23%;
  }
}

.keyword li:nth-child(1) {
  background-color: #00a0e9;
}

.keyword li:nth-child(2) {
  background-color: #00a0e9;
}

.keyword li:nth-child(3) {
  background-color: #00a0e9;
}

.keyword li:nth-child(4) {
  background-color: #00a0e9;
}

.keyword li:nth-child(5) {
  background-color: #74c3e8;
}

.keyword li:nth-child(6) {
  background-color: #74c3e8;
}

.keyword li:nth-child(7) {
  background-color: #74c3e8;
}

.keyword li:nth-child(8) {
  background-color: #74c3e8;
}

.keyword li:nth-child(9) {
  background-color: #7ab2cc;
}

.keyword li:nth-child(10) {
  background-color: #7ab2cc;
}

.keyword li:nth-child(11) {
  background-color: #7ab2cc;
}

.keyword li:nth-child(12) {
  background-color: #7ab2cc;
}

.keyword li:nth-child(13) {
  background-color: #005780;
}

.keyword li:nth-child(14) {
  background-color: #005780;
}

.keyword li:nth-child(15) {
  background-color: #005780;
}

.keyword li:nth-child(16) {
  background-color: #005780;
}

.img-border {
  border: 4px solid #00a0e9;
  padding: 10px;
  text-align: left;
  border-radius: 10px;
}

.flexbox.ttl03 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.ttl03 img {
  margin-right: 10px;
}

.snort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}

.snort p {
  width: 50%;
  padding-left: 1em;
}

.snort .fig {
  margin: 0;
  width: 50%;
  text-align: right;
}

@media print, screen and (min-width: 1000px) {
  .snort .fig {
    margin: 30px auto;
  }
}

.flexbox.workspace .shadowbox {
  width: 32%;
  margin-bottom: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flexbox.workspace .list li {
  text-align: left;
}

.flexbox.video,
.flexbox.mobile,
.flexbox.tel {
  margin-bottom: 30px;
}

.flexbox.video .fig,
.flexbox.mobile .fig,
.flexbox.tel .fig {
  width: 100%;
  max-width: 213px;
  text-align: left;
}

.flexbox.video .text,
.flexbox.mobile .text,
.flexbox.tel .text {
  width: 100%;
  max-width: 767px;
}

.flexbox.video .text h3,
.flexbox.mobile .text h3,
.flexbox.tel .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0 0.5em;
  color: #003E6C;
}

.flexbox.logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flexbox.logo .fig {
  margin-bottom: 0.5em;
}

.flexbox.logo .item01,
.flexbox.logo .item02 {
  margin-left: 10px;
  margin-right: 10px;
}

h3.flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
}

h3.flexbox .text {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 160%;
}

@media print, screen and (min-width: 1000px) {
  h3.flexbox .text {
    font-size: 21px;
  }
}

h3.flexbox .sub {
  display: block;
  font-size: 10px;
}

@media print, screen and (min-width: 1000px) {
  h3.flexbox .sub {
    font-size: 14px;
  }
}

h3.flexbox .title_icon {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  h3.flexbox .title_icon {
    display: inline;
    width: auto;
    text-align: right;
    margin-top: 0;
  }
}

.telepresence h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #003E6C;
}

.telepresence .lineup li {
  text-align: center;
}

.telepresence .lineup li p {
  font-size: 12px;
  margin-top: 0.5em;
}

@media print, screen and (min-width: 1000px) {
  .telepresence .lineup li {
    width: 18%;
  }
  .telepresence .lineup li p {
    font-size: 14px;
  }
}

.flexbox.renraku {
  margin-top: 2em;
}

.flexbox.renraku li {
  text-align: center;
  margin-bottom: 1em;
}

.flexbox.renraku li p {
  margin-bottom: 0.5em;
}

.flexbox.renraku li img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 1000px) {
  .flexbox.renraku li {
    margin-bottom: 0;
  }
}

.flexbox.half.movie {
  margin-top: auto;
}

.flexbox.half.movie .movie-area {
  background-color: transparent;
}

.flexbox.system .border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 15px;
}

@media print, screen and (min-width: 1000px) {
  .flexbox.system .border {
    width: 32%;
    margin: 0 auto;
  }
}

.flexbox.system .border p {
  text-align: center;
}

.flexbox.testapp {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.cloud-wifi-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 60px;
  position: relative;
}

.cloud-wifi-point::after {
  display: block;
  content: "";
  border-top: 30px solid #009FE9;
  border-right: 60px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -60px;
}

.cloud-wifi-point__item {
  width: 98%;
  text-align: center;
  padding: 20px 0;
  border-radius: 100%;
  background-color: #003E6C;
  color: #FFF;
  margin: 0 1% 2%;
}

@media print, screen and (min-width: 1000px) {
  .cloud-wifi-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cloud-wifi-point__item {
    width: 30%;
    margin: 0 1%;
  }
}

.mist-wifi-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mist-wifi-point__item {
  width: 46%;
  margin: 0 2% 2%;
}

.mist-wifi-point__item a {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 20px;
  border: 1px solid #CCC;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.mist-wifi-point__item a:hover {
  opacity: 0.6;
}

.flexbox.monitoring .border {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .flexbox.monitoring .border {
    width: 32%;
  }
}

.installation_example h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.column .point li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  margin-top: 0;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1000px) {
  .column .point li {
    width: 48%;
    margin-bottom: 0;
  }
}

/* move add style */
body.page .content + .text {
  padding-top: 0;
}

@media screen and (max-width: 999px) {
  .mega_menu {
    display: none !important;
  }
}

.mega_menu_drop {
  padding: 0 15px;
  text-align: left;
}

header .gnavi .mega_menu_item {
  height: auto;
  text-align: left;
}

.headerSearch {
  margin-top: 8px;
  text-align: right;
}

@media screen and (max-width: 999px) {
  .headerSearch {
    text-align: center;
  }
}

footer .corp ul + ul {
  margin-top: 25px;
}

footer .footer_menu .solutionLink {
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 1000px) {
  footer .address {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-right: 25px;
  }
  footer .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  footer .footer_menu .corp {
    width: auto;
    padding-right: 88px;
  }
  footer .footer_menu .solutionLink {
    width: auto;
    padding-right: 124px;
    margin-bottom: 0;
  }
}

.solutionLink__list {
  margin-top: 11px;
}

.solutionLink__list + ul {
  margin-top: 25px;
}

.solutionLink__list li {
  position: relative;
  display: block;
  padding-left: 1.4em;
}

.solutionLink__list li + li {
  margin-top: 4px;
}

.solutionLink__list li:before {
  position: absolute;
  top: 10px;
  left: 9px;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
}

.h2-mission {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
}

.h3-mission {
  font-size: 18px;
  color: #003E6C;
  text-align: center;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 1000px) {
  .h3-mission {
    font-size: 26px;
  }
}

.h4-mission {
  text-align: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 16px;
  color: #003E6C;
}

@media print, screen and (min-width: 1000px) {
  .h4-mission {
    font-size: 21px;
  }
}

.h5-mission {
  text-align: center;
  line-height: 160%;
  margin-bottom: 1.5em;
  font-size: 14px;
}

@media print, screen and (min-width: 1000px) {
  .h5-mission {
    font-size: 16px;
  }
}

.h3-introduction {
  color: #003E6C;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 160%;
  font-size: 16px;
}

.h4-introduction {
  font-size: 21px;
  color: #003E6C;
  margin-bottom: 1em;
}

.h5-introduction {
  color: #003E6C;
  margin-bottom: 1em;
}

.h2-csr {
  text-align: center;
  font-size: 26px;
  color: #003E6C;
  line-height: 160%;
}

.h3-csr {
  text-align: center;
  border-bottom: 1px solid #707070;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 21px;
  color: #003E6C;
}

.h2-common {
  font-size: 21px;
  color: #003E6C;
  margin-bottom: 1em;
}

* + h2 {
  margin-top: 1.5em;
}

.h3-common,
.h4-common {
  font-size: 16px;
  font-weight: bold;
  margin: 1em 0;
  color: #003E6C;
}

.table02 {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

* + .table02 {
  margin-top: 1em;
}

.table-ttl + .table02 {
  margin-top: 0;
  border-top: none;
}

.table02 th, .table02 td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #FFF;
}

.table02 thead th {
  background-color: #003E6C;
  color: #FFF;
}

.table02 tbody th {
  background-color: #86BDF5;
  color: #FFF;
}

.safr_usecase li h3 {
  background-color: #003E6C;
  text-align: center;
  padding: 0.5em 1em;
  color: #FFF;
}

.safr_usecase li p {
  text-align: center;
  padding: 1em;
  text-align: center;
  border: 2px solid #003E6C;
}

.safr_usecase li .fig {
  margin: 0;
}

.safr_usecase + .safr_usecase {
  margin-top: 1.5em;
}

.table-product {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-product th, .table-product td {
  padding: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 12px;
  line-height: 160%;
}

.table-product th, .table-product td {
  text-align: center;
  vertical-align: middle;
  width: 25%;
}

.table-product thead th {
  background-color: #81bae4;
  color: #FFF;
}

.table-product tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-product tbody td {
  background-color: #FFF;
}

.table-spec {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-spec th, .table-spec td {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
}

.table-spec thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
}

.table-spec thead th:nth-child(1) {
  width: 5%;
}

.table-spec thead th:nth-child(2) {
  width: 8%;
}

.table-spec thead th:nth-child(3) {
  width: 8%;
}

.table-spec thead th:nth-child(4) {
  width: 8%;
}

.table-spec thead th:nth-child(5) {
  width: 8%;
}

.table-spec thead th:nth-child(6) {
  width: 11%;
}

.table-spec thead th:nth-child(7) {
  width: 8%;
}

.table-spec thead th:nth-child(8) {
  width: 8%;
}

.table-spec thead th:nth-child(9) {
  width: 8%;
}

.table-spec thead th:nth-child(10) {
  width: 8%;
}

.table-spec thead th:nth-child(11) {
  width: 8%;
}

.table-spec thead th:nth-child(12) {
  width: 8%;
}

.table-spec tbody th.all {
  background-color: #ff9933;
  color: #FFF;
}

.table-spec tbody th.hybrid {
  background-color: #009fe8;
  color: #FFF;
}

.table-spec tbody td.all_size {
  background-color: rgba(255, 153, 51, 0.1);
}

.table-spec tbody td.hybrid_size {
  background-color: rgba(0, 159, 232, 0.1);
}

.table-spec02 thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
}

.table-spec02 tbody th.full {
  background-color: #7AB929;
  color: #FFF;
}

.table-spec02 tbody th.half {
  background-color: #009FE9;
  color: #FFF;
}

.table-lineup {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-lineup th, .table-lineup td {
  padding: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 12px;
  line-height: 160%;
}

.table-lineup thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
  vertical-align: middle;
  width: 20%;
}

.table-lineup tbody th {
  vertical-align: middle;
}

.table-lineup tbody td {
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
}

.table-lineup__meraki caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.table-lineup__meraki th, .table-lineup__meraki td {
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}

.table-lineup__meraki thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
}

.table-lineup__meraki thead td {
  background-color: #fff;
}

.table-lineup__meraki tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-lineup__meraki tbody td {
  background-color: #FFF;
  padding: 15px 5px;
  font-size: 10px;
}

.table-lineup__meraki {
  margin-bottom: 30px;
}

.table-lineup__meraki.mv th, .table-lineup__meraki.mv td {
  text-align: center;
  vertical-align: middle;
}

.table-lineup__meraki.mv thead th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
  width: 14.2857%;
}

.table-lineup__meraki.mv tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-lineup__meraki.mv thead td {
  background-color: transparent;
}

.table-lineup__support thead th,
.table-lineup__function thead th {
  width: auto;
}

.table-lineup__support tbody th,
.table-lineup__function tbody th {
  background-color: rgba(0, 159, 233, 0.1);
  width: 20%;
}

.table-lineup__support tbody td li,
.table-lineup__function tbody td li {
  font-size: 12px;
}

.table-lineup__support tbody td,
.table-lineup__function tbody td {
  text-align: left;
}

.table-lineup--asa tbody th,
.table-lineup--asa tbody td,
.table-lineup--asa thead th,
.table-lineup--asa thead td {
  width: auto;
  text-align: center;
}

.table-lineup--asa thead th {
  background-color: #81bae4;
}

.table-lineup--asa tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-lineup--accesspoint tbody th,
.table-lineup--accesspoint tbody td,
.table-lineup--accesspoint thead th,
.table-lineup--accesspoint thead td {
  padding: 5px 10px;
  text-align: left;
}

.table-lineup--accesspoint tbody th li,
.table-lineup--accesspoint tbody td li,
.table-lineup--accesspoint thead th li,
.table-lineup--accesspoint thead td li {
  font-size: 12px;
}

.table-lineup--accesspoint tbody th,
.table-lineup--accesspoint thead th {
  text-align: center;
}

.table-lineup--accesspoint tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-lineup--model {
  table-layout: fixed;
}

.table-lineup--model tbody th,
.table-lineup--model tbody td,
.table-lineup--model thead th,
.table-lineup--model thead td {
  width: auto;
  padding: 15px 5px;
}

.table-lineup--model tbody th,
.table-lineup--model thead th,
.table-lineup--model thead td {
  text-align: center;
}

.table-lineup--support th, table.table-lineup--support td {
  text-align: center;
  vertical-align: middle;
}

.table-lineup--support tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-lineup--support tbody th {
  width: 20%;
}

.table-lineup--support tbody td {
  width: 80%;
  text-align: left;
  background-color: #FFF;
}

.table-lineup--portfolio tbody th li,
.table-lineup--portfolio tbody td li,
.table-lineup--portfolio thead th li,
.table-lineup--portfolio thead td li {
  font-size: 12px;
}

.table-lineup--portfolio tbody th,
.table-lineup--portfolio thead th {
  text-align: center;
}

.table-lineup--portfolio tbody th {
  background-color: rgba(0, 159, 233, 0.1);
}

.table-insync {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-insync th, .table-insync td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
}

.table-insync thead th {
  background-color: #7eb748;
  color: #FFF;
}

.table-insync thead th:nth-child(1) {
  width: 40%;
}

.table-insync thead th:nth-child(2) {
  width: 15%;
}

.table-insync thead th:nth-child(3) {
  width: 15%;
}

.table-insync thead th:nth-child(4) {
  width: 15%;
}

.table-insync thead th:nth-child(5) {
  width: 15%;
}

.table-insync tbody th {
  text-align: left;
  background-color: #FFF;
}

.table-insync tbody th strong {
  font-size: 110%;
}

.table-insync tbody th.ttl {
  background-color: rgba(126, 183, 72, 0.6);
}

.table-insync tbody td {
  background-color: #FFF;
}

.table-phoenix {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-phoenix th, .table-phoenix td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
}

.table-phoenix thead th {
  background-color: rgba(244, 144, 125, 0.6);
  color: #FFF;
}

.table-phoenix tbody .ttl th {
  text-align: center;
  background-color: #f4907d;
  color: #FFF;
}

.table-phoenix tbody .ttl th:nth-child(1) {
  width: 40%;
}

.table-phoenix tbody .ttl th:nth-child(2) {
  width: 15%;
}

.table-phoenix tbody .ttl th:nth-child(3) {
  width: 15%;
}

.table-phoenix tbody .ttl th:nth-child(4) {
  width: 15%;
}

.table-phoenix tbody .ttl th:nth-child(5) {
  width: 15%;
}

.table-phoenix tbody th {
  text-align: left;
}

.table-phoenix tbody th strong {
  font-size: 110%;
}

.table-phoenix tbody th.ttl {
  background-color: rgba(126, 183, 72, 0.6);
  font-size: 110%;
}

.table-phoenix tbody td {
  background-color: #FFF;
}

.table-fortinet {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.table-fortinet th, .table-fortinet td {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 10px;
  line-height: 160%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-fortinet.table01 thead th:nth-child(1), .table-fortinet.table01 thead th:nth-child(2), .table-fortinet.table01 thead th:nth-child(3) {
  background-color: #003E6C;
  color: #FFF;
}

.table-fortinet.table01 thead th:nth-child(4) {
  background-color: #F00;
  color: #FFF;
}

.table-fortinet.table01 thead th:nth-child(5), .table-fortinet.table01 thead th:nth-child(6), .table-fortinet.table01 thead th:nth-child(7), .table-fortinet.table01 thead th:nth-child(8) {
  background-color: #86BDF5;
  color: #FFF;
}

.table-fortinet.table01 tbody tr:nth-child(odd) {
  background-color: #F2F5F9;
}

.table-fortinet.table01 tbody tr th {
  font-weight: bold;
  text-align: left;
}

.table-fortinet.table01 tbody tr td {
  text-align: center;
}

.table-fortinet.table01 tbody tr td:nth-child(4) {
  font-size: 14px;
  font-weight: bold;
  color: #F00;
  background-color: #FFF;
}

.table-fortinet.table02 thead th {
  background-color: #003E6C;
  color: #FFF;
  width: calc(100% / 16);
}

.table-fortinet.table02 tbody tr:nth-child(odd) td {
  background-color: #F2F5F9;
}

.table-fortinet.table02 tbody tr:nth-last-child(1) td {
  background-color: #F00;
}

.table-fortinet.table02 tbody tr:nth-last-child(1) td {
  color: #FFF;
  font-size: 12px;
}

.table-fortinet.table02 tbody tr th {
  font-weight: bold;
  text-align: left;
}

.table-fortinet.table02 tbody tr td {
  text-align: center;
}

.table-fortinet.table-fortinet__small thead th {
  background-color: #003E6C;
  color: #FFF;
}

.table-fortinet.table-fortinet__small thead th:nth-child(1) {
  width: 20%;
}

.table-fortinet.table-fortinet__small tbody tr th,
.table-fortinet.table-fortinet__small tbody tr td {
  background-color: #FFF;
}

.table-fortinet.table-fortinet__small tbody tr:nth-child(odd) th,
.table-fortinet.table-fortinet__small tbody tr:nth-child(odd) td {
  background-color: #F2F5F9;
}

.table-fortinet.table-fortinet__small tbody tr th {
  font-weight: bold;
  text-align: left;
}

.table-fortinet.table-fortinet__small tbody tr td {
  text-align: center;
}

.table-briefcam th, .table-briefcam td {
  padding: 5px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
}

.table-briefcam thead th {
  color: #FFF;
  background-color: #003E6C;
}

.table-briefcam tbody tr:nth-child(odd) th,
.table-briefcam tbody tr:nth-child(odd) td {
  background-color: #E5E5E5;
}

.table-widthAuto th, .table-widthAuto td {
  width: auto;
}

.support_option th,
.support_option td {
  padding: 15px 5px;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
}

.support_option td {
  background-color: #fff;
}

* + .requirement {
  margin-top: 1em;
}

.requirement th,
.requirement td {
  padding: 5px;
  font-size: 12px;
  line-height: 160%;
}

.requirement td {
  width: 40%;
  background-color: #fff;
}

.requirement td + td {
  width: 60%;
  text-align: center;
}

.flow {
  background: url("/solution/cm/img/meraki-wifi-img02_line.jpg") center top repeat-y;
  background-size: contain;
}

.flow .type {
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
}

.flow table caption {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: left;
}

.flow table th, .flow table td {
  padding: 5px;
  font-size: 10px;
}

.flow table th {
  background-color: rgba(0, 159, 233, 0.5);
  color: #FFF;
}

.flow table thead th {
  text-align: center;
}

.flow table thead td {
  background-color: #E9F3FF;
}

.flow table tbody td ul li {
  font-size: 10px;
}

.flow table.type_spec-01 thead th {
  width: 35%;
}

.flow table.type_spec-01 thead th:nth-child(1) {
  width: 30%;
}

.flow table.type_spec-02 thead th {
  width: 70%;
}

.flow table.type_spec-02 thead th:nth-child(1) {
  width: 30%;
}

@media print, screen and (min-width: 1000px) {
  .flow {
    max-width: 700px;
  }
  .flow .type {
    width: 590px;
    margin: 0 auto;
    padding: 15px 0;
  }
  .flow table caption {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .flow table th, .flow table td {
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
  }
  .flow table td {
    text-align: center;
  }
}

.constitution li {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .constitution li {
    width: 30%;
  }
}

.constitution li h4 {
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0.5em;
  color: #FFF;
}

.constitution li p {
  font-size: 12px;
  text-align: center;
}

.constitution li .fig {
  margin: 30px auto;
}

.constitution li .fig img {
  display: inline-block;
  margin-bottom: 30px;
}

.constitution li.class01 h4 {
  background-color: #687994;
}

.constitution li.class01 p {
  color: #687994;
}

.constitution li.class02 h4 {
  background-color: #7ab929;
}

.constitution li.class02 p {
  color: #7ab929;
}

.constitution li.class03 h4 {
  background-color: #009fe8;
}

.constitution li.class03 p {
  color: #009fe8;
}

.icon_list > li {
  margin-bottom: 15px;
}

.icon_list > li .icon {
  display: block;
  text-align: center;
}

.icon_list > li .icon .inner {
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #00a0e9;
  position: relative;
}

.icon_list > li .icon .inner .text {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #00a0e9;
  font-size: 12px;
}

@media print, screen and (min-width: 1000px) {
  .icon_list {
    margin: 0 auto;
  }
  .icon_list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .icon_list > li .icon {
    padding-right: 20px;
  }
  .icon_list > li .icon .inner {
    width: 150px;
    height: 150px;
  }
  .icon_list > li .icon .inner .text {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1000px) {
  .icon_list--small {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
}

.icon_list--small > li .icon .inner {
  width: 80px;
  height: 80px;
}

@media print, screen and (min-width: 1000px) {
  .icon_list--small > li .icon .inner {
    width: 100px;
    height: 100px;
  }
}

.controller h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 160%;
}

.controller .icon_list + h4 {
  margin-top: 2em;
}

.usecase h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}

.flex-radius li {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .flex-radius li {
    width: 30%;
  }
}

.flexbox .radius,
.radius {
  border: 1px solid #CCC;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}

.shadowbox--bg {
  text-align: center;
  background-color: #E5E5E5;
}

* + .shadowbox--bg {
  margin-top: 30px;
}

.spec-druva h4 {
  font-weight: bold;
  color: #f4907d;
  margin-bottom: 1em;
}

.spec-druva h5 {
  font-weight: bold;
  color: #003E6C;
  margin-bottom: 0.5em;
}

/* info */
/* top style */
.page.topIndex .infomation {
  padding: 22px 0 35px;
}

@media print, screen and (min-width: 1000px) {
  .page.topIndex .infomation {
    padding: 0 0 70px;
  }
}

@media print, screen and (min-width: 1000px) {
  .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 9px;
  }
}

.info__header {
  padding-right: 27px;
}

.info__header .ttl01 {
  margin: 0;
}

.info__body {
  margin-top: 39px;
}

@media print, screen and (min-width: 1000px) {
  .info__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 1000px) {
  .infoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.infoList__item {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.infoList__item + .infoList__item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

@media print, screen and (min-width: 1000px) {
  .infoList__item {
    width: 33.3333333333%;
    min-height: 276px;
    padding: 36px 32px 31px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .infoList__item + .infoList__item {
    border-left: 1px solid #ccc;
    border-top: none;
  }
}

.infoList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.infoList__label,
.infoList__text,
.infoList__date {
  display: block;
}

.infoList__label {
  color: #003E6C;
  font-size: 16px;
  line-height: 19px;
}

@media print, screen and (min-width: 1000px) {
  .infoList__label {
    font-size: 20px;
    line-height: 24px;
  }
}

.infoList__text {
  margin: 13px 0 8px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  vertical-align: middle;
}

.infoList__link:hover .infoList__text {
  text-decoration: underline;
}

@media print, screen and (min-width: 1000px) {
  .infoList__text {
    margin: 25px 0 5px;
    font-size: 20px;
    line-height: 30px;
  }
  .infoList__text i {
    margin-top: -4px;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
  }
}

.infoList__date {
  margin-top: auto;
  font-size: 14px;
  color: #5D5D5D;
  line-height: 20px;
}

@media print, screen and (min-width: 1000px) {
  .infoList__date {
    font-size: 16px;
    line-height: 24px;
  }
}

@media print, screen and (min-width: 1000px) {
  .bnrList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -45px -29.25px 0;
  }
}

.bnrList__item + .bnrList__item {
  margin-top: 50px;
}

@media print, screen and (min-width: 1000px) {
  .bnrList__item {
    width: 100%;
    max-width: 376px;
    padding: 45px 29.25px 0;
  }
  .bnrList__item + .bnrList__item {
    margin-top: 0;
  }
}

.bnrBox {
  text-align: center;
}

.bnrLink:hover {
  opacity: 0.8;
}

.bnrLink + p {
  margin-top: 30px;
  line-height: 24px;
}

.bnrLink__text {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.bnrList--link .bnrLink__text {
  margin-top: 14px;
}

.bnrLink__img {
  max-width: 100%;
  height: auto;
}

.ttl01 + .btnLink {
  margin-top: 39px;
}

@media print, screen and (min-width: 1000px) {
  .btnLink {
    display: table;
    text-align: center;
    margin: 0 auto;
  }
  .ttl01 + .btnLink {
    margin-top: 72px;
  }
}

.btnLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 345px;
  height: 110px;
  padding: 5px 10px 5px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #003e6c;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .btnLink__link {
    display: table-cell;
    width: 640px;
    max-width: none;
    height: 110px;
    padding: 5px 10px 5px;
    text-align: center;
    vertical-align: middle;
  }
  .btnLink__link:hover {
    background-color: #003e6c;
  }
}

.btnLink__link__text {
  font-size: 18px;
  line-height: 26px;
}

@media print, screen and (min-width: 1000px) {
  .btnLink__link__text {
    font-size: 24px;
    line-height: 35px;
  }
  .btnLink__link:hover .btnLink__link__text {
    color: #fff;
  }
}

.btnLink__link__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -8px;
  margin-right: 15px;
  vertical-align: middle;
  background-image: url("images/search.svg");
  background-color: transparent;
  background-position: 0 0;
  background-size: contain;
}

.btnLink__link:hover .btnLink__link__icon {
  background-image: url("images/search_on.svg");
}

@media print, screen and (min-width: 1000px) {
  .btnLink__link__icon {
    margin-right: 7px;
  }
}

.solutionList {
  overflow: hidden;
}

.ttl01 + .solutionList {
  margin-top: 75px;
}

.solutionList__flex {
  display: block;
}

@media print, screen and (min-width: 1000px) {
  .solutionList__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -30px  -89px 0;
  }
}

.solutionList__item {
  display: block;
}

.solutionList__item + .solutionList__item {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .solutionList__item {
    padding: 30px 89px 0;
  }
  .solutionList__item + .solutionList__item {
    margin-top: 0;
  }
}

.linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 11px;
}

@media print, screen and (min-width: 1000px) {
  .linkBox {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .linkBox:hover {
    opacity: 0.8;
  }
}

.linkBox__imgArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  margin-right: 30px;
  background-color: #fff;
  border-radius: 50%;
}

.linkBox__imgArea--bgGray {
  background-color: #E7EDF5;
}

@media print, screen and (min-width: 1000px) {
  .linkBox__imgArea {
    width: 188px;
    height: 188px;
    margin: 0 auto;
  }
}

.solutionIcon__img:before,
.linkBox__img:before {
  content: '';
  display: block;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.solutionIcon {
  display: inline-block;
}

.solutionIcon__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 50%;
}

@media print, screen and (min-width: 1000px) {
  .solutionIcon__img {
    width: 250px;
    height: 250px;
  }
}

.i-network:before {
  width: 66px;
  height: 54px;
  background-image: url("images/solution_img01.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-network:before {
    width: 103px;
    height: 84px;
  }
}

.i-network.solutionIcon__img:before {
  width: 120px;
  height: 97px;
}

@media print, screen and (min-width: 1000px) {
  .i-network.solutionIcon__img:before {
    width: 138px;
    height: 112px;
  }
}

.i-deta:before {
  width: 68px;
  height: 53px;
  background-image: url("images/solution_img02.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-deta:before {
    width: 102px;
    height: 79px;
  }
}

.i-deta.solutionIcon__img:before {
  width: 116px;
  height: 90px;
}

@media print, screen and (min-width: 1000px) {
  .i-deta.solutionIcon__img:before {
    width: 140px;
    height: 108px;
  }
}

.i-security:before {
  width: 47px;
  height: 58px;
  background-image: url("images/solution_img03.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-security:before {
    width: 69px;
    height: 85px;
  }
}

.i-security.solutionIcon__img:before {
  width: 82px;
  height: 100px;
}

@media print, screen and (min-width: 1000px) {
  .i-security.solutionIcon__img:before {
    width: 95px;
    height: 116px;
  }
}

.i-hand:before {
  width: 54px;
  height: 55px;
  background-image: url("images/solution_img04.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-hand:before {
    width: 84px;
    height: 85px;
  }
}

.i-hand.solutionIcon__img:before {
  width: 94px;
  height: 95px;
}

@media print, screen and (min-width: 1000px) {
  .i-hand.solutionIcon__img:before {
    width: 113px;
    height: 114px;
  }
}

.i-wireless:before {
  width: 58px;
  height: 51px;
  background-image: url("images/solution_img05.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-wireless:before {
    width: 81px;
    height: 73px;
  }
}

.i-wireless.solutionIcon__img:before {
  width: 85px;
  height: 76px;
}

@media print, screen and (min-width: 1000px) {
  .i-wireless.solutionIcon__img:before {
    width: 115px;
    height: 103px;
  }
}

.linkBox__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .linkBox__textarea {
    width: auto;
    margin: 10px 0 0;
  }
}

.linkBox__text {
  line-height: 24px;
}

.linkBox__icon {
  margin-left: auto;
  line-height: 24px;
  vertical-align: middle;
}

.linkBox__icon:before {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}

@media print, screen and (min-width: 1000px) {
  .linkBox__icon {
    margin-left: 8px;
  }
}

@media print, screen and (min-width: 1000px) {
  .flexArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.flexArea__item {
  width: 100%;
  max-width: none;
}

.flexArea__item + .flexArea__item {
  margin-top: 70px;
}

@media print, screen and (min-width: 1000px) {
  .flexArea__item {
    width: 100%;
    max-width: 582px;
    margin: 0 10px 0 0;
  }
  .flexArea__item + .flexArea__item {
    margin: 0 0 0 10px;
  }
}

.flexArea--news h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 1.5em;
  padding: 9px 2em 8px;
  text-align: center;
  color: #003E6C;
  border: 1px solid #003E6C;
  border-radius: 2em;
}

.flexArea--news .date,
.flexArea--news .date {
  display: block;
  margin-bottom: 0.5em;
}

.flexArea--news .label {
  margin-left: 1em;
}

.flexArea--news ul li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #CCC;
}

.flexArea--news li:last-child {
  margin-bottom: 0;
}

.flexArea--news .more {
  margin-top: 50px;
}

.lineup {
  overflow: hidden;
}

@media print, screen and (min-width: 1000px) {
  .lineup__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -32px -16px 0;
  }
}

.lineup__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lineup__item + .lineup__item {
  margin-top: 20px;
}

@media print, screen and (min-width: 1000px) {
  .lineup__item {
    width: 25%;
    padding: 32px 16px 0;
  }
  .lineup__item + .lineup__item {
    margin-top: 0;
  }
}

.productBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 118px;
  border: 1px solid #E7EDF5;
  -webkit-box-shadow: 0px 2px 4px #00000014;
  box-shadow: 0px 2px 4px #00000014;
}

@media print, screen and (min-width: 1000px) {
  .productBox {
    min-height: 120px;
  }
}

.productBox:hover {
  background-color: #f8fafd;
}

.productBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productBox__header {
  position: relative;
  margin: 8px 10.5px 0;
  padding-bottom: 10px;
  text-align: right;
  border-bottom: 1px solid #ccc;
}

.productBox__label {
  position: relative;
  top: -8px;
  right: -10.5px;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  background-color: #003e6c;
}

.productBox__label + .productBox__title {
  margin-top: 10px;
}

.productBox__title__text {
  font-size: 20px;
  line-height: 24px;
  color: #003E6C;
  text-align: left;
}

.productBox__title__icon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 6px;
  margin-left: auto;
  padding: 0 4.5px;
}

.productBox__title__icon:before {
  font-size: 16px;
  line-height: 16px;
}

.productBox__content {
  padding: 6px 10.5px;
  overflow: hidden;
}

.tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}

.tagList__item {
  padding: 5px 5px 0;
  font-size: 12px;
  line-height: 17px;
  color: #5D5D5D;
}

.productBox__footer {
  margin-top: auto;
  min-height: 24px;
  padding: 3px 11px 4px;
  background-color: #E7EDF5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.companyName {
  font-size: 12px;
  line-height: 17px;
  color: #003E6C;
  text-align: right;
}

.h3-ttlReport {
  margin-bottom: 0.5em;
  color: #003E6C;
  font-weight: bold;
  line-height: 160%;
  font-size: 16px;
}

@media print, screen and (min-width: 1000px) {
  .h3-ttlReport {
    font-size: 20px;
  }
}

.ttl-color--blue {
  color: #003E6C;
}

.table-div {
  display: table;
  line-height: 160%;
  font-size: 14px;
  margin-bottom: 1.5em;
}

@media print, screen and (min-width: 1000px) {
  .table-div {
    font-size: 16px;
  }
}

.table-div .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr {
    display: table-row;
  }
}

.table-div .tr .th {
  background: #888;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #888;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr .th {
    padding: 15px 20px;
    display: table-cell;
    width: 200px;
    border-top: 1px solid #fff;
    border-right: 1px solid #888;
    border-bottom: none;
    border-left: 1px solid #888;
  }
}

.table-div .tr .td {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #888;
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr .td {
    padding: 15px 20px;
    display: table-cell;
    width: 800px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    border-bottom: none;
    border-left: none;
  }
}

.table-div .tr .td ul li {
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}

.table-div .tr .td ul li p {
  font-weight: normal;
  font-size: 14px;
  padding-left: 0;
  text-indent: 0;
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr:first-child .th {
    border-top: 1px solid #888;
  }
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr:last-child .th {
    border-bottom: 1px solid #888;
  }
}

@media print, screen and (min-width: 1000px) {
  .table-div .tr:last-child .td {
    border-bottom: 1px solid #888;
  }
}

.table-div + p {
  margin-top: 1.5em;
}

.content .faq li {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .faq li .no {
  width: 3em;
}

.content .faq li .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq + .flexbox.value {
  margin-top: 1.5em;
}

.flexbox.value + .more {
  margin-top: 1.5em;
}

/* add search */
.mt-site-search-form {
  position: relative;
  width: 224px;
  height: 26px;
  margin: auto;
}

@media print, screen and (min-width: 1000px) {
  .mt-site-search-form {
    margin: 0;
  }
}

.mt-site-search-container2 .mt-site-search-form {
  margin-left: auto;
}

.mt-site-search-form__query {
  position: relative;
  width: 224px;
  height: 26px;
  padding: 0 34px 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  z-index: 1;
}

.mt-site-search-form__query::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.mt-site-search-form__button {
  position: absolute;
  top: 1px;
  right: 12px;
  display: block;
  width: 21px;
  height: 0;
  margin: 0;
  padding-top: 21px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.mt-site-search-form__button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("images/header_search.svg");
  background-position: 0 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* searh */
.mt-site-search-result__message {
  padding: 20px 26px 21px 21px;
  border: solid 1px #cccccc;
  margin: 0 0 45px 0;
}

.mt-site-search-result-item + .mt-site-search-result-item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

.mt-site-search-result-item__label {
  font-size: 18px;
  line-height: 22px;
}

.mt-site-search-result-item__url {
  margin: 10px 0 0 0;
  font-size: 13px;
  color: #565656;
}

.mt-site-search-result-item__excerpt {
  margin: 12px 0 0;
  font-size: 16px;
}

.mt-site-search__pagination {
  margin: 70px 0 50px;
  text-align: center;
}

.mt-site-search__pagination ul {
  display: inline-block;
}

.mt-site-search-pagination-item {
  padding: 0;
  vertical-align: top;
}

.mt-site-search-pagination-item__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 8px;
  padding: 0 0 2px;
  font-size: 18px;
  line-height: 100%;
  border: solid 1px #003e6c;
  background-color: #e7edf5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link,
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link {
  width: auto;
  border: none;
  font-size: 24px;
  background-color: transparent;
  border-radius: none;
}

.mt-site-search-pagination-item--previous .mt-site-search-pagination-item__link span,
.mt-site-search-pagination-item--next .mt-site-search-pagination-item__link span {
  display: inline-block;
  padding-bottom: 4px;
}

.mt-site-search-pagination-item__link strong {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 100%;
  background-color: #003e6c;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}

/*  searchArea */
.searchArea__search {
  background-color: #F2F5F9;
}

.searchArea__results {
  background-color: #fff;
}

.searchArea__results .ttl02 {
  text-align: center;
}

.searchArea__search__body,
.searchArea__results__body {
  padding: 40px 15px;
}

@media print, screen and (min-width: 1000px) {
  .searchArea__search__body,
  .searchArea__results__body {
    width: 1000px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.solutionSearch__body {
  padding: 40px 10px 0 10px;
  background-color: #fff;
}

@media print, screen and (min-width: 1000px) {
  .solutionSearch__body {
    padding: 50px 37px 0 23px;
  }
}

.solutionSearch__item {
  display: none;
}

.solutionSearch__item.is-show {
  display: block;
}

/*  solutionSearch */
.solutionSearch {
  margin: 0;
}

.solutionSearch__header {
  margin: 0;
}

.catTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}

.catTag__item {
  display: table;
  width: 50%;
  margin: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 1000px) {
  .catTag__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.catTag__flex {
  position: relative;
  width: 100%;
  height: 64px;
  background-color: #e7edf5;
}

.catTag__flex:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: transparent;
  z-index: 1;
}

.catTag__flex.is-active {
  background-color: #003e6c;
}

@media print, screen and (min-width: 1000px) {
  .catTag__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catTag__flex:hover {
    background-color: #003e6c;
  }
}

.catTag__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  z-index: 0;
}

.catTag__icon::before {
  display: inline-block;
  width: 100%;
  height: 100%;
  content: '';
}

@media print, screen and (min-width: 1000px) {
  .catTag__icon {
    display: block;
    height: auto;
  }
}

.i-category::before {
  width: 27px;
  height: 22px;
  background-image: url("images/category_off.svg");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.is-active .i-category::before {
  background-image: url("images/category_on.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-category {
    margin-right: 13px;
  }
  .is-active .i-category::before,
  .catTag__item:hover .i-category::before {
    background-image: url("images/category_on.svg");
  }
}

.i-mokuteki::before {
  width: 24px;
  height: 28px;
  background-image: url("images/mokuteki_off.svg");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.is-active .i-mokuteki::before {
  background-image: url("images/mokuteki_on.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-mokuteki {
    margin-right: 15px;
  }
  .i-mokuteki::before {
    margin-top: -6px;
    vertical-align: middle;
  }
  .is-active .i-mokuteki::before,
  .catTag__item:hover .i-mokuteki::before {
    background-image: url("images/mokuteki_on.svg");
  }
}

.i-vender::before {
  width: 22px;
  height: 19px;
  background-image: url("images/vender_off.svg");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.is-active .i-vender::before {
  background-image: url("images/vender_on.svg");
}

@media print, screen and (min-width: 1000px) {
  .i-vender {
    margin-right: 15px;
  }
  .is-active .i-vender::before,
  .catTag__item:hover .i-vender::before {
    background-image: url("images/vender_on.svg");
  }
}

.catTag__text {
  position: relative;
  display: block;
  font-size: 11px;
  list-style: 21px;
  color: #003e6c;
  text-align: center;
  z-index: 0;
}

.is-active .catTag__text {
  color: #fff;
}

@media print, screen and (min-width: 1000px) {
  .catTag__text {
    display: inline-block;
    margin: -4px 0 0;
    font-size: 18px;
    list-style: 28px;
    text-align: left;
    vertical-align: middle;
  }
  .is-active .catTag__text,
  .catTag__item:hover .catTag__text {
    color: #fff;
  }
}

/* searchBox */
.searchBox {
  margin: 0;
}

.searchList + .searchList {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #ccc;
}

@media print, screen and (min-width: 1000px) {
  .searchList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.searchList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -25px;
  margin-left: -30px;
}

@media print, screen and (min-width: 1000px) {
  .searchList__body {
    width: 100%;
    margin-left: 0;
  }
}

.searchList__item {
  width: auto;
  padding-left: 30px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .searchList__item {
    width: 25%;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 1000px) {
  .searchList__cat {
    width: 25%;
  }
}

.searchList__subCatList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

@media print, screen and (min-width: 1000px) {
  .searchList__subCatList {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-top: -25px;
    margin-left: 0;
  }
}

.searchList__subCatList__item {
  width: auto;
  padding-left: 30px;
  margin-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media print, screen and (min-width: 1000px) {
  .searchList__subCatList__item {
    width: 33.3333333333%;
    padding-left: 0;
    padding-right: 10px;
  }
}

/* inputCheck */
.inputCheck {
  position: relative;
  cursor: pointer;
}

.inputCheck__check {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inputCheck__text {
  position: relative;
  display: inline-block;
  padding-left: 29px;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

@media print, screen and (min-width: 1000px) {
  .inputCheck__text {
    padding-left: 31px;
  }
}

.searchList__cat .inputCheck__text {
  color: #003e6c;
}

.inputCheck__text::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: '';
  border: solid 1px #b2bece;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.inputCheck__check[type="checkbox"]:checked + .inputCheck__text::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 4px;
  display: inline-block;
  width: 9px;
  height: 5px;
  margin: 0;
  background: none;
  border-left: 2px solid #003e6c;
  border-bottom: 2px solid #003e6c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* searchReset */
.formBtn {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1em;
  line-height: 100%;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.searchReset {
  margin: 60px -10px 0 0;
}

@media print, screen and (min-width: 1000px) {
  .searchReset {
    margin: 35px -37px 0 0;
  }
}

.btnReset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 42px;
  margin-left: auto;
  background-color: #f2f5f9;
}

@media print, screen and (min-width: 1000px) {
  .btnReset:hover {
    background-color: #e7edf5;
  }
}

.btnReset:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: transparent;
  z-index: 1;
}

.btnReset__icon {
  position: relative;
  margin-right: 11px;
  z-index: 0;
}

.i-reset:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  background-image: url("images/reset_off.svg");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 1000px) {
  .btnReset:hover .i-reset::before {
    background-image: url("images/reset_on.svg");
  }
}

.btnReset__text {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: -2px;
  font-size: 14px;
  line-height: 24px;
  color: #565656;
  vertical-align: middle;
}

@media print, screen and (min-width: 1000px) {
  .btnReset:hover .btnReset__text {
    color: #003e6c;
  }
}

.btnSort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
  height: 64px;
  margin: 40px auto 0;
  padding: 0;
  border: solid 2px #003e6c;
  background-color: #ffffff;
  border-radius: 32px;
}

@media print, screen and (min-width: 1000px) {
  .btnSort:hover {
    background-color: #003e6c;
  }
}

.btnSort__icon {
  margin-right: 9px;
}

.i-shiborikomi:before {
  display: inline-block;
  width: 30px;
  height: 28px;
  content: '';
  background-image: url("images/shiborikomi_off.svg");
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 1000px) {
  .btnSort:hover .i-shiborikomi::before {
    background-image: url("images/shiborikomi_on.svg");
  }
}

.btnSort__text {
  font-size: 18px;
  line-height: 28px;
  color: #003e6c;
}

@media print, screen and (min-width: 1000px) {
  .btnSort:hover .btnSort__text {
    color: #fff;
  }
}

.btnMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 345px;
  height: 64px;
  margin: 60px auto 0;
  padding: 0;
  background-color: #e7edf5;
}

@media print, screen and (min-width: 1000px) {
  .btnMore {
    max-width: 480px;
  }
}

.btnMore__text {
  font-size: 18px;
  line-height: 28px;
  color: #003e6c;
}

[v-cloak] {
  display: none;
}

.dl-img {
  display: block;
}

.dl-img a {
  display: block;
  padding: 5px 1em;
  font-size: 12px;
  border-radius: 2em;
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.dl-img i {
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -9px;
}

@media print, screen and (min-width: 1000px) {
  .dl-img a {
    font-size: 15px;
  }
}

.dl-img a {
  position: relative;
}

.dl-img a::before {
  display: inline-block;
  content: '';
  background: url(/img/img_icon.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 15px;
}

@media print, screen and (min-width: 1000px) {
  .dl-img a::before {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
  }
}

.p-cardList {
  margin: 0;
  padding: 0;
}

.p-cardList__item + .p-cardList__item {
  margin-top: 10px;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList__item + .p-cardList__item {
    margin-top: 20px;
  }
}

.p-cardList .p-card {
  padding: 20px 20px 28px;
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card {
    padding: 40px 40px 38px;
  }
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-cardList .p-card__img {
  text-align: center;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__img {
    width: auto;
    height: auto;
    margin: 0 40px 0 0;
  }
}

.p-cardList .p-card__img img {
  max-width: 120px;
  height: auto;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__img img {
    max-width: none;
  }
}

.p-cardList .p-card__lead {
  margin-top: 13px;
  font-size: 15px;
  line-height: 24px;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__lead {
    margin-top: -5px;
    font-size: 21px;
    line-height: 34px;
  }
}

.p-cardList .p-card__name {
  margin: 4px 0 17px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__name {
    margin: 10px 0 25px;
    font-size: 26px;
    line-height: 34px;
  }
}

.p-cardList .p-card__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-cardList .p-card__products + .p-card__products {
  margin-top: 5px;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__products + .p-card__products {
    margin-top: 10px;
  }
}

.p-cardList .p-card__products__ttl {
  width: 110px;
  height: auto;
  margin-right: 12px;
  padding: 2px 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  background-color: #e6edf4;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__products__ttl {
    width: 120px;
    font-size: 14px;
    line-height: 26px;
  }
}

.p-cardList .p-card__products__txt {
  font-size: 14px;
  line-height: 24px;
}

@media print, screen and (min-width: 1000px) {
  .p-cardList .p-card__products__txt {
    font-size: 16px;
    line-height: 26px;
  }
}

.dl-pdf a {
  display: block;
  max-width: 310px;
  margin-top: 28px;
  padding: 7px 1em 5px;
  font-size: 15px;
  border-radius: 2em;
  border: 3px solid #003E6C;
  background-color: #FFF;
  color: #003E6C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 1000px) {
  .dl-pdf a {
    margin-top: 41px;
    padding: 5px 1em;
  }
}

.dl-pdf a::before {
  display: inline-block;
  content: '';
  background: url(/img/pdf_icon.png) center center no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 15px;
}

@media print, screen and (min-width: 1000px) {
  .dl-pdf a::before {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 15px;
  }
}

.p-contactBox {
  margin-top: 40px;
}

@media print, screen and (min-width: 1000px) {
  .p-contactBox {
    margin-top: 80px;
  }
}

.p-contactBox .p-contactBox__ttl {
  color: #003e6c;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

@media print, screen and (min-width: 1000px) {
  .p-contactBox .p-contactBox__ttl {
    font-size: 21px;
    line-height: 34px;
  }
}

.p-contactBox__body {
  padding: 23px 19px 35px;
  border: 1px solid #ccc;
}

@media print, screen and (min-width: 1000px) {
  .p-contactBox__body {
    padding: 47px 20px 50px;
  }
}

.p-contactBox__btn {
  margin-top: 15px;
}

@media print, screen and (min-width: 1000px) {
  .p-contactBox__btn {
    margin-top: 35px;
  }
}

.c-linkBtn {
  text-align: center;
}

.c-linkBtn__text {
  display: inline-block;
  width: 100%;
  max-width: 360px;
  padding: 12px 10px 10px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  background-color: #003e6c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 32px;
}

@media print, screen and (min-width: 1000px) {
  .c-linkBtn__text {
    padding: 18px 10px 18px;
    font-size: 24px;
    line-height: 26px;
  }
  .c-linkBtn:hover .c-linkBtn__text {
    color: #003e6c;
    background-color: #fff;
  }
}

.ttl02.center {
  text-align: center;
}

.p-linkList + .ttl02 {
  margin-top: 60px;
}

@media print, screen and (min-width: 1000px) {
  .p-linkList + .ttl02 {
    margin-top: 80px;
  }
}

.p-linkList__item {
  padding-left: 15px;
  position: relative;
}

.p-linkList__item::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-left: 1px solid #003E6C;
  border-bottom: 1px solid #003E6C;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-linkList__link {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 16px;
  line-height: 160%;
}

.p-linkList__link i {
  display: none;
}

.p-linkList__link:hover {
  opacity: 0.6;
}

/* ***************************
width
*************************** */
/* grid */
.u-col1 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col1 {
    width: 8.33333333333% !important;
  }
}

.u-col2 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col2 {
    width: 16.6666666667% !important;
  }
}

.u-col3 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col3 {
    width: 25.0% !important;
  }
}

.u-col4 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col4 {
    width: 33.3333333333% !important;
  }
}

.u-col5 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col5 {
    width: 41.6666666667% !important;
  }
}

.u-col6 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col6 {
    width: 50.0% !important;
  }
}

.u-col7 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col7 {
    width: 58.3333333333% !important;
  }
}

.u-col8 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col8 {
    width: 66.6666666667% !important;
  }
}

.u-col9 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col9 {
    width: 75.0% !important;
  }
}

.u-col10 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col10 {
    width: 83.3333333333% !important;
  }
}

.u-col11 {
  width: 100% !important;
}

@media print, screen and (min-width: 1000px) {
  .u-col11 {
    width: 91.6666666667% !important;
  }
}

.u-col12 {
  width: 100% !important;
}

.p-grid--sp .u-col1 {
  width: 8.33333333333% !important;
}

.p-grid--sp .u-col2 {
  width: 16.6666666667% !important;
}

.p-grid--sp .u-col3 {
  width: 25.0% !important;
}

.p-grid--sp .u-col4 {
  width: 33.3333333333% !important;
}

.p-grid--sp .u-col5 {
  width: 41.6666666667% !important;
}

.p-grid--sp .u-col6 {
  width: 50.0% !important;
}

.p-grid--sp .u-col7 {
  width: 58.3333333333% !important;
}

.p-grid--sp .u-col8 {
  width: 66.6666666667% !important;
}

.p-grid--sp .u-col9 {
  width: 75.0% !important;
}

.p-grid--sp .u-col10 {
  width: 83.3333333333% !important;
}

.p-grid--sp .u-col11 {
  width: 91.6666666667% !important;
}

.p-grid--sp .u-col12 {
  width: 100% !important;
}

.u-widhtAuto {
  width: auto !important;
}

.u-widhtAuto th,
.u-widhtAuto td {
  width: auto !important;
}

/* パーセント */
.u-width0p {
  width: 0% !important;
}

.u-width5p {
  width: 5% !important;
}

.u-width10p {
  width: 10% !important;
}

.u-width15p {
  width: 15% !important;
}

.u-width20p {
  width: 20% !important;
}

.u-width25p {
  width: 25% !important;
}

.u-width30p {
  width: 30% !important;
}

.u-width35p {
  width: 35% !important;
}

.u-width40p {
  width: 40% !important;
}

.u-width45p {
  width: 45% !important;
}

.u-width50p {
  width: 50% !important;
}

.u-width55p {
  width: 55% !important;
}

.u-width60p {
  width: 60% !important;
}

.u-width65p {
  width: 65% !important;
}

.u-width70p {
  width: 70% !important;
}

.u-width75p {
  width: 75% !important;
}

.u-width80p {
  width: 80% !important;
}

.u-width85p {
  width: 85% !important;
}

.u-width90p {
  width: 90% !important;
}

.u-width95p {
  width: 95% !important;
}

.u-width100p {
  width: 100% !important;
}
