@charset "UTF-8";
/* ------------------------------------
  Reset Style
------------------------------------ */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

p {
  margin: 1rem 0;
}

p:last-child {
  margin-bottom: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.88rem;
}

h3 {
  font-size: 1.5rem;
  color: #01579b;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
  color: #01579b;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.13rem;
  }
  h2 {
    font-size: 2rem;
  }
}

a {
  color: #2196f3;
}

a:hover {
  text-decoration: none;
}

table {
  width: 100%;
  padding: 0 !important;
  border-collapse: collapse;
}

table th, table td {
  padding: .75rem;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
@media (min-width: 768px) {
  table th, table td {
    padding: 1rem;
  }
}

iframe {
  border: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input, textarea, select {
  font-family: -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

textarea {
  min-height: 10rem;
  resize: vertical;
}

pre {
  font-family: -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1rem;
  line-height: 2.3;
}

/* State -----------------------------------------------------------------*/
.om-is-right {
  float: right;
}

.om-is-mo-hide {
  display: none;
}

.om-is-pc-hide {
  display: block;
}

.om-is-noscroll {
  overflow: hidden;
}

@media (min-width: 992px) {
  .om-is-mo-hide {
    display: block;
  }
  .om-is-pc-hide {
    display: none;
  }
}

.om-l-text-center {
  text-align: center;
}

.om-l-text-right {
  text-align: right;
}

.l-pt-1 {
  padding-top: 1rem;
}

.l-mt-0 {
  margin-top: 0;
}

.l-mt-3 {
  margin-top: 3.25rem;
}

.l-mb-1 {
  margin-bottom: 1.6rem;
}

.om-l-round-block {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.om-l-strike {
  text-decoration: line-through;
}


/* Form Style -------------------------------------------------------*/
input, textarea, select {
  padding: .5rem;
  background: #f5f7f8;
  border: 1px solid #b0bec5;
  border-radius: 3px;
}

form label {
  width: 100%;
  padding: 1rem 0 .5rem;
  display: block;
  /*border-top: 1px solid #b0bec5;*/
  color: #607d8b;
}

form label + * {
  width: 100%;
  display: block;
}

form fieldset {
  padding-bottom: 1rem;
  border-bottom: 1px solid #b0bec5;
}

form .om-f-radio, form .om-f-check {
  width: auto;
  padding: 0;
  display: inline-block;
  color: #000;
}

/* Common Contents -------------------------------------------------------*/
.om-main-contents {
  background: -webkit-linear-gradient(top, #b3e5fc 0%, #fff 300px);
  background: linear-gradient(to bottom, #b3e5fc 0%, #fff 300px);
}

.om-l-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

/* Module ----------------------------------------------------------------*/
/* ---- Table ---- */
.om-table-1 {
  border-top: 1px solid #cfd8dc;
  font-size: 0.88rem;
}

.om-table-1 tr {
  border-bottom: 1px solid #cfd8dc;
}

.om-table-1 th {
  background: #eaf8fe;
  color: #607d8b;
}

.om-table-2 {
  border-top: 1px solid #cfd8dc;
}

.om-table-2 tr {
  border-bottom: 1px solid #cfd8dc;
}

.om-table-2 tr.gray {
  color: #CCC;
}

.om-table-2 tr:nth-child(odd) {
  background: #fff;
}

.om-table-2 tr:nth-child(even) {
  background: #f5f7f8;
}

.om-table-2 th {
  color: #607d8b;
}

.is-small {
  font-size: 60%;
}

/*
.om-table-3 {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #cfd8dc;
  font-size: 0.88rem;
}

.om-table-3 td {
  text-align: center;
  border: #cfd8dc 1px solid;
  vertical-align: middle;
}

.om-table-3 th {
  background: #eaf8fe;
  color: #607d8b;
  text-align: center;
  border: #cfd8dc 1px solid;
}

.om-table-3 tr:nth-child(odd) {
  background: #f5f7f8;
}

.om-table-3 tr:nth-child(even) {
  background: #fff;
}
*/
.om-flow-table tr:last-child th {
  padding: .5rem 1rem;
  background: none;
  border: 4px solid #b3e5fc;
}

.om-flow-table th {
  width: 50%;
  padding-bottom: 56px;
  background: #b3e5fc url(../images/flow-bg-sp.png) no-repeat center bottom;
  background-size: 100% 56px;
  font-weight: bold;
  text-align: center;
}

.om-flow-table td {
  width: 50%;
  padding: 0 0 1rem 1rem;
}

@media (min-width: 768px) {
  .om-flow-table tr:last-child td {
    padding-bottom: 0;
  }
  .om-flow-table th {
    width: 33.33334%;
    padding-bottom: 28px;
    background: #b3e5fc url(../images/flow-bg.png) no-repeat center bottom;
    background-size: 100% 28px;
    font-size: 1.25rem;
    vertical-align: middle;
  }
  .om-flow-table td {
    width: 66.66668%;
    padding-top: 0;
  }
}

/* ---- List ---- */
ul, ol {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  margin-left: 1rem;
  padding: 0 0 0 1rem;
}

ul li, ol li {
  margin-bottom: .5rem;
}

ul.om-l-nonstyle, ol.om-l-nonstyle {
  margin-left: 0;
  padding: 0;
}

ul.om-l-nonstyle li, ol.om-l-nonstyle li {
  list-style-type: none;
}

ul.om-no-marker, ol.om-no-marker {
  margin-left: 0;
}

ul.om-no-marker li, ol.om-no-marker li {
  list-style-type: none;
}

ul.om-note, ol.om-note {
  padding-left: 1rem;
  text-indent: 0;
}

ul.gray{
	color:#CCC;
}

dl {
  margin-top: 1.4rem;
  margin-bottom: .9rem;
  padding: 0;
  overflow: hidden;
}

dl dt, dl dd {
  margin-bottom: .5rem;
}

dl dt {
  padding-right: 1rem;
  color: #607d8b;
  clear: both;
  float: left;
}

dl dd {
  padding: 0;
  margin: 0;
  float: left;
}

/* ---- Table Style DL ---- */
.om-l-table-style {
  border-top: 1px solid #cfd8dc;
}

.om-l-table-style dt, .om-l-table-style dd {
  margin: 0;
  padding: 0.2rem 1rem;
  border-bottom: 1px solid #cfd8dc;
  font-size: 0.88rem;
}

.om-l-table-style dt {
  width: 100%;
  background: #eaf8fe;
  color: #607d8b;
}

.om-l-table-style dt.gray {
  color: #CCC;
}

.om-l-table-style dd {
  width: 100%;
}


@media (max-width: 767px) {
  .om-l-table-style {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .om-l-table-style {
    display: flex;
    flex-wrap: wrap;
  }
  .om-l-table-style dt, .om-l-table-style dd {
    padding: 0.5rem 1rem;
  }
  .om-l-table-style dt {
    width: 25%;
  }
  .om-l-table-style dd {
    width: 75%;
  }
}

/* ---- Button ---- */
.om-btn {
  width: 100%;
}

.om-btn.om-contact {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #03a9f4;
  border: 1px solid #039be5;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-contact:hover {
  background-color: #0288d1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-search {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #4caf50;
  border: 1px solid #43a047;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-search:hover {
  background-color: #388e3c;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-orange {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #ffa000;
  border: 1px solid #ff8f00;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-orange:hover {
  background-color: #ff8f00;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-gray {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #607d8b;
  border: 1px solid #546e7a;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-gray:hover {
  background-color: #546e7a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-navy {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #005499;
  border: 1px solid #005499;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-navy:hover {
  background-color: #004680;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-red {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #ef5350;
  border: 1px solid #d32f2f;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
}

.om-btn.om-red:hover {
  background-color: #e53935;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn:disabled {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #b2b2b2;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  cursor: default;
  pointer-events: none;
}

.om-btn:disabled:hover {
  background-color: #b2b2b2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

.om-btn.om-is-disabled {
  margin-bottom: 1rem;
  padding: .782rem;
  display: inline-block;
  background-color: #b2b2b2;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font: 1rem -apple-system, "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Arial, sans-serif;
  color: #fff;
  line-height: 1.6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  cursor: default;
  pointer-events: none;
}

.om-btn.om-is-disabled:hover {
  background-color: #b2b2b2;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .om-btn {
    width: auto;
    min-width: 370px;
  }
  .flex-grid .om-btn {
    width: 100%;
    min-width: auto;
  }
}

/* ---- Note ---- */
.om-note {
  margin: .2rem 0 .5rem;
  padding-left: .9rem;
  display: block;
  font-size: 0.75rem;
  color: #607d8b;
  line-height: 1.2;
  text-indent: -.9rem;
}

.emphasis {
	color: #c0272d;
}
/* Icon Link */
.om-icon-link {
  padding-left: 1.2rem;
  display: block;
}

.om-icon-link a {
  color: #2196f3;
}

.om-icon-link:before {
  margin-right: .2rem;
  display: inline-block;
  content: url(../images/list-icon-01.png);
  line-height: 1.6;
  text-indent: -1rem;
}

.om-icon-link.om-btn {
  padding: 1rem 2rem;
  padding-left: 3rem;
  display: block;
  border: 1px solid #2196f3;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.om-icon-link.om-btn:hover {
  background: #29b6f6;
  color: #fff;
}

.om-icon-link.om-is-doc, .om-icon-link.om-is-pdf, .om-icon-link.om-is-xls, .om-icon-link.om-is-ppt {
  margin-top: .5rem;
  padding-left: 2.0rem;
}

.om-icon-link.om-is-doc:before, .om-icon-link.om-is-pdf:before, .om-icon-link.om-is-xls:before, .om-icon-link.om-is-ppt:before {
  width: 24px;
  height: 32px;
  margin-right: .2rem;
  margin-left: -1.8rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  content: "";
  line-height: 1.0;
  vertical-align: bottom;
}

.om-icon-link.om-is-doc:before {
  background: url(../images/icon-doc.png);
  background-size: 100%;
}

.om-icon-link.om-is-pdf:before {
  background: url(../images/icon-pdf.png);
  background-size: 100%;
}

.om-icon-link.om-is-xls:before {
  background: url(../images/icon-xls.png);
  background-size: 100%;
}

.om-icon-link.om-is-ppt:before {
  background: url(../images/icon-ppt.png);
  background-size: 100%;
}

@media (max-width: 767px) {
  .om-icon-link.om-btn {
    width: 100%;
    float: none;
  }
}

@media (min-width: 768px) {
  .om-icon-link.om-btn {
    min-width: 17rem;
    display: inline-block;
  }
}

/* ---- Global Head ---- */
.om-g-head {
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: background 200ms;
}

.om-g-head .om-l-inner {
  display: flex;
  align-items: center;
}

.om-g-head .om-head-logo {
  width: 240px;
  margin: 0;
  margin-right: auto;
  padding: .85rem 0;
  font-size: 0.88rem;
  line-height: 1.0;
  transition: all 200ms;
}

@media (min-width: 768px) {
  .om-g-head {
    box-shadow: none;
  }
  .om-g-head .om-head-logo {
    width: 378px;
    padding: .875rem 0;
  }
  .om-g-head.is-fixed .om-head-logo {
    width: 270px;
    padding: .438rem 0;
  }
}

/* ---- Menu Btn ---- */
.om-menu-btn {
  width: 30px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 100;
}

.om-menu-btn span {
  width: 30px;
  height: 2px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #90a4ae;
  overflow: hidden;
  z-index: 1;
  opacity: 1;
  transition: opacity 150ms 50ms;
  pointer-events: none;
}

.om-menu-btn::before {
  transform: translate(0, -10px);
}

.om-menu-btn::after {
  transform: translate(0, 10px);
}

.om-menu-btn::before, .om-menu-btn::after {
  width: 30px;
  height: 2px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #90a4ae;
  z-index: 2;
  content: "";
  transition: transform 400ms;
  pointer-events: none;
}

.om-menu-btn.om-is-active span {
  opacity: 0;
  transition: opacity 200ms;
}

.om-menu-btn.om-is-active::before {
  transform: rotate(45deg);
}

.om-menu-btn.om-is-active::after {
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .om-menu-btn {
    display: none;
  }
}

/* ---- New Window Icon ---- */
.om-icon-newwindow:after {
  width: 16px;
  height: 16px;
  padding: 0 0 0 .5rem;
  display: inline-block;
  background: url(../images/icon-newwindow.png) no-repeat center center;
  vertical-align: -0.1rem;
  content: "";
}

.om-icon-newwindow.om-l-white:after {
  background: url(../images/icon-newwindow-w.png) no-repeat center center;
}

.om-icon-mail:before {
  width: 20px;
  height: 12px;
  margin-right: .5rem;
  padding: 0;
  display: inline-block;
  background: url(../images/icon-mail.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
}

/* ---- Global Navi ---- */
.om-g-nav {
  width: 100%;
  position: fixed;
  z-index: 99;
}

.om-g-nav ul {
  margin: 0;
  padding: 0;
}

.om-g-nav li {
  list-style-type: none;
}

.om-g-nav .om-l-inner {
  padding: 0;
}

@media (min-width: 768px) {
  .om-g-nav {
    position: fixed;
    top: 70px;
    background: #fff;
    border-top: 1px solid #b3e5fc;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: top 200ms;
  }
  .om-g-nav .om-l-inner {
    padding: 0 0;
    position: relative;
    overflow: visible;
  }
  .om-g-nav .om-menu a, .om-g-nav .om-menu span {
    border-bottom: 4px solid transparent;
    line-height: 1.0;
    transition: padding 200ms;
  }
  .om-g-nav.is-fixed {
    width: 100%;
    position: fixed;
    top: 44px;
    background: rgba(255, 255, 255, 0.9);
  }
  .om-g-nav.is-fixed .om-menu a, .om-g-nav.is-fixed .om-menu span {
    padding: 9px 0 5px;
  }
}

.om-mobile-menu {
  height: 0;
  background: rgba(1, 87, 155, 0.96);
  opacity: 0;
  transition: all 300ms 200ms;
  overflow: hidden;
}

.om-mobile-menu.om-is-active {
  height: 100vh;
  opacity: 1;
}

.om-mobile-menu li {
  width: 50%;
  margin-bottom: 0;
  float: left;
  border-bottom: 1px solid #0277bd;
  text-align: center;
  color: #fff;
}

.om-mobile-menu > li {
  font-size: 0.88rem;
}

.om-mobile-menu > li:first-child {
  width: 100%;
  float: none;
}

.om-mobile-menu > li:nth-child(even) {
  border-right: 1px solid #0277bd;
}

.om-mobile-menu > li:nth-last-child(2) {
  border-bottom: 0;
}

.om-mobile-menu > li.om-is-active {
  padding: .5rem;
}

.om-mobile-menu > li.om-is-small {
  width: 100%;
  border-top: 1px solid #0277bd;
  border-bottom: 0;
}

.om-mobile-menu > li.om-is-small li {
  font-size: 0.75rem;
}

.om-mobile-menu > li.om-is-small li:nth-child(odd) {
  border-right: 1px solid #0277bd;
}

.om-mobile-menu a {
  padding: .5rem;
  display: block;
  color: #fff;
  text-decoration: none;
}

.om-menu {
  text-align: center;
  display: none;
}

.om-menu li {
  min-width: 14.66666%;
  margin-bottom: 0;
  background: transparent url(../images/menu-bg.png) no-repeat right center;
  font-size: 0.88rem;
}

.om-menu li:last-child {
  background: none;
}

.om-menu a, .om-menu span {
  margin: 0 1rem;
  padding: 15px 0 10px;
  display: block;
  border-bottom: 4px solid transparent;
}

.om-menu a {
  color: #546e7a;
  text-decoration: none;
}

.om-menu a:hover {
  border-bottom-color: #b3e5fc;
  color: #03a9f4;
}

.om-menu .om-is-active span {
  border-bottom-color: #4fc3f7;
}

.om-menu .om-is-active:hover {
  cursor: default;
}

@media (min-width: 1200px) {
  .om-menu {
    text-align: center;
    display: none;
  }
  .om-menu li {
    min-width: 16.66666%;
  }
}

.om-products-menu {
  height: 0;
  width: 100%;
  display: none;
  padding: 0 1.5rem !important;
  position: absolute;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transition-property: height, opacity;
  transition-duration: 500ms;
  background: rgba(1, 87, 155, 0.96);
}

.om-products-menu ul {
  margin: 0 auto;
  padding: 0;
}

.om-products-menu li {
  margin: .2rem 0;
  list-style-type: none;
  line-height: 1.2rem;
}

.om-products-menu > li {
  width: 32%;
  margin: 0.1rem 0;
  padding: 0 1.1rem;
  background: url(../images/list-icon-01.png) no-repeat left 0.2rem;
  float: left;
  font-size: 0.88rem;
}

.om-products-menu > li li {
  padding-left: 0.8rem;
  background: url(../images/list-icon-02.png) no-repeat left 0.4rem;
}

/*
.om-products-menu > li:nth-child(2) {
  width: 40%;
}

.om-products-menu > li:nth-child(2) > a {
  float: left;
}

.om-products-menu > li:nth-child(2) > a + .om-is-leve-2 {
  width: 50%;
  clear: both;
  float: left;
}

.om-products-menu > li:nth-child(2) .om-is-leve-2 {
  width: 50%;
  float: left;
}

.om-products-menu .om-is-leve-2 {
  padding-left: 1rem;
}

*/
.om-products-menu .om-is-leve-3 {
  padding-left: 1rem;
}

.om-products-menu a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .om-mobile-menu {
    display: none;
  }
  .om-menu {
    display: flex;
    justify-content: space-around;
  }
  .om-products-menu {
    display: block;
  }
  .om-products-menu.om-is-active {
    height: 240px;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .om-menu li {
    font-size: 1rem;
  }
  .om-products-menu.om-is-active {
    height: 240px;
  }
}

/* ---- Footer ---- */
.om-g-foot {
  border-top: 1px solid #cfd8dc;
  font-size: 0.75rem;
  text-align: center;
}

.om-g-foot .om-l-inner {
  padding: 1rem;
}

.om-foot-nav {
  padding: 1rem 0;
  background: #e1f5fe;
  border-top: 1px solid #cfd8dc;
}

.om-foot-nav .om-foot-logo {
  width: 95px;
  margin: 1rem auto;
}

.om-foot-nav-list {
  margin: 2rem 0;
  padding: 0;
}

.om-foot-nav-list ul {
  display: none;
}

.om-foot-nav-list li {
  min-width: 30%;
  display: inline-block;
  font-size: 0.88rem;
}

.om-foot-nav-list a {
  color: #000;
  text-decoration: none;
}

.om-foot-nav-list a:hover {
  color: #2196f3;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .om-foot-nav-list {
    display: flex;
    flex-wrap: wrap;
  }
  .om-foot-nav-list li {
    width: 50%;
    margin: .5rem 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.88rem;
  }
  .om-foot-nav-list li.om-l-one-line {
    width: 100%;
  }
  .om-foot-nav-list li:nth-child(8), .om-foot-nav-list li:nth-child(9) {
    margin-top: 2rem;
  }
  .om-foot-nav-list li:nth-child(n + 8) {
    font-weight: normal;
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .om-foot-nav .om-foot-logo {
    width: 128px;
    float: left;
  }
  .om-foot-nav-list {
    width: 82%;
    margin: 1rem 0;
    float: right;
    overflow: hidden;
  }
  .om-foot-nav-list ul {
    margin-top: .2rem;
    padding: 0;
    display: block;
  }
  .om-foot-nav-list li {
    margin-bottom: .5rem;
    padding-left: 1rem;
    display: block;
    background: url(../images/list-icon-02.png) no-repeat left 0.4rem;
  }
  .om-foot-nav-list > li {
    width: 33.333%;
    margin-bottom: 2rem;
    padding: 0 1rem 0 1.2rem;
    float: left;
    background: url(../images/list-icon-01.png) no-repeat left 0.2rem;
  }
  .om-foot-nav-list > li:nth-child(5) {
    clear: both;
  }
  .om-foot-nav-list > li:nth-child(8) {
    clear: both;
  }
}

.om-totop-btn {
  display: none;
  position: fixed;
  bottom: .5rem;
  right: .5rem;
}

.om-totop-btn img {
  width: auto;
}

.om-totop-btn:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .om-totop-btn {
    bottom: 1rem;
    right: 1rem;
  }
}

/* ---- Breadcrumb ---- */
.om-breadcrumb {
  background: #e1f5fe;
}

.om-breadcrumb ul {
  padding: 1rem;
}

.om-breadcrumb li {
  margin-bottom: 0;
  display: inline-block;
  list-style-type: none;
  font-size: 0.88rem;
}

.om-breadcrumb li:after {
  margin-left: .5rem;
  display: inline-block;
  content: ">";
}

.om-breadcrumb li:last-child:after {
  display: none;
}

/* ---- Page Index ---- */
.om-page-index {
  margin: 2rem 0 1.5rem;
}

@media (min-width: 768px) {
  .om-page-index {
    margin: 3.2rem 0 2.5rem;
  }
}

/* ---- Section ---- */
.om-l-sec {
  padding-bottom: 3.3rem;
  border-top: 1px solid #cfd8dc;
}

.om-sec-index {
  margin: 1.5rem 0 1.5rem;
  padding: 0 1rem;
  background: url(../images/index-bg.gif) no-repeat left top;
  background-size: 6px 40px;
  font-size: 1.88rem;
  line-height: 1.4;
}

.om-sec-index .is-color-red {
  color: #c0272d;
}

.om-sec-index.om-l-bot-arrow {
  margin-bottom: 1rem;
  padding-bottom: 2.8rem;
  background: url(../images/index-bg-arrow.png) no-repeat center bottom;
  text-align: center;
}

.g-l-fullsize > .om-sec-index:not(.om-l-text-center) {
  background-position: 1rem 0;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .om-sec-index {
    padding-top: 0;
    padding-bottom: 0;
    margin: 3.25rem 0;
    background-size: 6px 47px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

/* ---- Head News ---- */
.om-head-news {
  padding-bottom: 0;
  background: #e1f5fe;
}

.om-head-news .om-l-inner {
  padding: 1rem;
}

.om-head-news .om-sec-index {
  margin: 0;
  padding-left: 0;
  background: none;
  font-size: 1rem;
}

.om-head-news .om-new-contents {
  line-height: 1.4;
}

.om-head-news .om-new-contents a:link {
  color: #c0272d;
}

@media (min-width: 768px) {
  .om-head-news {
    overflow: hidden;
  }
  .om-head-news .om-sec-index {
    margin-right: .5rem;
    float: left;
  }
  .om-head-news .om-new-contents {
    float: left;
    line-height: 1.6;
  }
  .om-head-news .om-new-contents a {
    color: #c0272d;
  }
}

/* ---- Image Block ---- */
.om-image-block img {
  width: 100%;
  display: block;
}

.om-img-bordered {
  border: 1px solid #cfd8dc;
}

/* ---- News List ---- */
.om-news-list ul {
  margin: 0;
  padding: 0;
}

.om-news-list li {
  list-style-type: none;
}

.om-news-list li {
  margin-bottom: .5rem;
}

.om-news-list a {
  text-decoration: none;
}

.om-news-list a:hover {
  text-decoration: underline;
}

.om-news-list .om-icon-link {
  background-position: left .25rem;
  color: #2196f3;
}

@media (min-width: 768px) {
  .om-news-list li {
    overflow: hidden;
  }
  .om-news-list .om-news-date {
    max-width: 18%;
    padding-right: 1.5rem;
    white-space: nowrap;
    clear: both;
    float: left;
  }
  .om-news-list .om-news-title {
    max-width: 82%;
    float: left;
  }
}

/* QA List */
.om-qa-list dt, .om-qa-list dd {
  width: 100%;
  display: block;
  float: none;
}

.om-qa-list dt {
  margin-top: 1.5rem;
  margin-bottom: .2rem;
}

.om-qa-list ul {
  margin: .5rem 0 .5rem 1rem;
  text-indent: 0;
}

/* ---- Panel ---- */
.om-panel {
  margin-bottom: 1rem;
}

.om-panel a {
  text-decoration: none;
}

.om-panel a:hover .om-panel-inner {
  background: #e1f5fe;
}

.om-panel a:hover .om-index {
  text-decoration: underline;
}

.om-panel .om-panel-inner {
  height: 100%;
  padding: 1rem;
  background: #fff;
  border-top: 6px solid #4fc3f7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.om-panel .om-lead {
  font-size: 0.88rem;
  color: #607d8b;
}

.om-panel .om-index {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.om-panel .om-body {
  color: #000;
}

.om-panel.om-l-package a:hover .om-panel-inner {
  background: #e8f5e9;
}

.om-panel.om-l-package .om-panel-inner {
  border-top-color: #a5d6a7;
}

.om-panel.om-l-other a:hover .om-panel-inner {
  background: #fff8e1;
}

.om-panel.om-l-other .om-panel-inner {
  border-top-color: #ffd54f;
}

@media (min-width: 768px) {
  .om-panel .om-panel-inner {
    overflow: hidden;
  }
  .om-panel .om-body {
    width: 80%;
    padding-right: 1rem;
    float: left;
  }
  .om-panel .om-body + img {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .om-panel .om-body {
    width: 70%;
  }
  .om-panel .om-body + img {
    width: 30%;
  }
}

/* ---- Tab ---- */
.om-tab-nav {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.om-tab-nav li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  list-style-type: none;
}

.om-tab-nav .om-inner {
  height: 100%;
  padding: 1rem;
  display: block;
  background: #cfd8dc;
  border: 1px solid #ccc;
  color: #607d8b;
}

.om-tab-nav .om-inner span {
  pointer-events: none;
}

.om-tab-nav .om-inner:hover {
  cursor: pointer;
}

.om-tab-nav .om-is-active {
  pointer-events: none;
}

.om-tab-nav .om-is-active .om-inner {
  background: #fff;
  border-bottom-color: #fff;
  color: #333;
}

.om-tab {
  margin-top: -1px;
  padding: 1rem 0;
  display: none;
  position: relative;
  border-top: 1px solid #ccc;
  z-index: 0;
}

.om-tab.om-is-active {
  display: block;
}

@media (max-width: 767px) {
  .om-tab-nav .om-inner span {
    display: block;
  }
}

@media (min-width: 768px) {
  .om-tab-nav {
    margin: 0 !important;
  }
}

/* ---- Aanchor ---- */
.om-anchor {
  padding: 2rem 0;
}

.om-anchor ul {
  margin: 0 auto;
  padding: 0 1rem;
  overflow: hidden;
}

.om-anchor li {
  margin: .25rem 0;
  padding: 0 1.5rem 0 1.2rem;
  float: left;
  background: url(../images/list-icon-square.png) no-repeat left 0.3rem;
  list-style-type: none;
}

.om-anchor.om-l-with-btn {
  padding: 1rem 0;
}

.om-anchor.om-l-with-btn .om-l-inner {
  display: flex;
  align-items: center;
}

.om-anchor.om-l-with-btn ul {
  width: 80%;
}

.om-anchor.om-l-with-btn .om-btn {
  margin-bottom: .2rem;
  min-width: 20%;
}

@media (max-width: 767px) {
  .om-anchor {
    display: none;
  }
}

/* ---- top ---- */
.om-p-top .om-sec-pack, .om-p-top .om-sec-other {
  padding-bottom: 1px;
}

.om-p-top .om-sec-pack .om-image-block, .om-p-top .om-sec-other .om-image-block {
  margin-bottom: 1rem;
}

.om-p-top .om-news-list {
  background: #263238;
  color: #fff;
}

.om-p-top .om-news-list a {
  color: #fff;
}

@media (max-width: 767px) {
  .om-p-top .om-image-block.l-mt-3 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .om-p-top .flex-grid .om-btn {
    width: auto;
    min-width: 17rem;
    padding: 1rem 2rem;
  }
  .om-p-top .om-banner-area .g-m-5:nth-child(n + 3), .om-p-top .om-banner-area .g-l-4:nth-child(n + 3) {
    margin-top: 1rem;
  }
}

/* ---- products ---- */
/* Contact Information */
.om-contact-information h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.om-contact-information .om-address {
  padding: 1rem;
  border: 1px solid #333;
  border-radius: 8px;
  text-align: center;
  font-size: 1.13rem;
}

.om-contact-information .om-address > div {
  margin-bottom: .5rem;
}

.om-contact-information .om-address > div:last-child {
  margin-bottom: 0;
}

.om-contact-information a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 767px) {
  .om-contact-information .om-address {
    margin-top: -1.5rem;
  }
}

@media (min-width: 992px) {
  .om-contact-information .om-address {
    background: #2e7d32;
    border: none;
  }
  .om-contact-information .om-btn {
    margin-bottom: 0;
  }
  .om-contact-information a {
    color: #fff;
  }
}

.om-products-contents .om-l-sec {
  border-top-color: #90a4ae;
}

.om-products-contents .om-l-sec .om-sec-label {
  margin: 1rem 0 -1rem;
  font-size: 0.88rem;
  color: #455a64;
}

.om-products-contents .om-l-mat {
  margin-bottom: 1rem;
}

.om-products-contents .om-l-mat .om-l-mat-inner {
  padding: 1rem;
  background: #e1f5fe;
}

.om-products-contents .om-l-mat:last-child {
  margin-bottom: 0;
}

.om-products-contents .om-l-mat h3 {
  margin: 1rem 0 .5rem;
  line-height: 1.4;
}

.om-products-contents .om-img-block {
  padding: 1rem;
  background: #66beca;
}

/*
.om-products-contents .om-table-1 th {
  width: 30%;
}

.om-products-contents .om-table-1 td {
  width: 70%;
}
*/

@media (min-width: 768px) {
  .om-products-contents .om-l-sec {
    position: relative;
  }
  .om-products-contents .om-l-sec .om-sec-label {
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  .om-products-contents .om-l-mat {
    margin-bottom: 0;
  }
  .om-products-contents .om-l-mat .om-l-mat-inner {
    height: 100%;
  }
/*
  .om-products-contents .om-table-1 th {
    width: 25%;
  }
  .om-products-contents .om-table-1 td {
    width: 75%;
  }
*/
}

@media (max-width: 767px) {
  .om-panel .om-panel-img {
    max-width: 50%;
    margin: 0 auto;
    display: block;
  }
}

/* ---- Support ---- */
.om-p-support .om-panel .om-index {
  margin-top: 0;
  margin-bottom: 1rem;
}

.om-p-support .om-panel .om-lead {
  margin-top: -1rem;
  margin-bottom: 1rem;
}

.om-p-support .om-panel .om-link-list {
  margin: 0;
  padding: 0;
}

.om-p-support .om-panel .om-link-list li {
  margin-bottom: .2rem;
  padding-left: 1.2rem;
  padding: 0 1rem 0 1.2rem;
  background: url(../images/list-icon-01.png) no-repeat left 0.3rem;
  list-style-type: none;
}

.om-p-support .om-panel .om-link-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .om-p-support .om-panel .om-panel-inner {
    overflow: hidden;
  }
  .om-p-support .om-panel .om-index {
    margin-bottom: .5rem;
  }
  .om-p-support .om-panel .om-lead {
    margin-top: -.5rem;
  }
  .om-p-support .om-panel .om-body {
    width: 80%;
    padding-right: 1rem;
    float: left;
  }
  .om-p-support .om-panel .om-body + img {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .om-p-support .om-panel .om-body {
    padding-left: 1rem;
    float: right;
  }
}

/* ---- Linkage ---- */
.om-p-linkage .om-service {
  margin: 0 -.5rem;
}

.om-p-linkage .om-service > div {
  margin-bottom: 1rem;
  text-align: center;
}

.om-p-linkage .om-service > div > div {
  padding: 1rem;
  background: #e1f5fe;
}

.om-p-linkage .om-service > div h3 {
  margin-bottom: .5rem;
}

.om-p-linkage .om-service > div p {
  margin-bottom: 0;
  text-align: left;
}

.om-p-linkage .om-service img {
  width: auto;
}

/* Comp-panel */
.om-comp-panel {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.om-comp-panel a {
  height: 100%;
  display: flex;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 2px 8px #aaa;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  color: #000;
  overflow: hidden;
}

.om-comp-panel .om-panel-inner {
  height: 100%;
}

.om-comp-panel img {
  width: 100%;
  height: auto;
  min-height: 0;
  display: block;
}

.om-comp-panel .om-title {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border-top: 1px solid #999;
  font-size: 1rem;
  text-align: left;
}

.om-comp-panel .om-catch {
  width: 100%;
  margin: 0;
  padding: 0 1rem;
  font-size: 0.88rem;
  text-align: left;
}

.om-comp-panel .om-company {
  width: 100%;
  margin: 0;
  padding: 1rem;
  font-size: 0.88rem;
  text-align: left;
}

.om-comp-panel.om-new-label {
  position: relative;
}

.om-comp-panel.om-new-label:after {
  padding: .3rem .6rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 5px;
  background: #ec1b23;
  font-weight: bold;
  font-size: 0.75rem;
  color: #fff;
  content: 'NEW';
}

@media (max-width: 767px) {
  .om-comp-panel .om-title {
    flex: 1;
  }
  .om-comp-panel .om-catch {
    display: none;
  }
}

/* ---- om-p-news ---- */
.om-p-news .om-page-head {
  border-bottom: 1px solid #cfd8dc;
}

.om-p-news .om-l-sec:first-child {
  border-top: none;
}

/* ---- om-p-specified-ct ---- */
.om-p-specified-ct table {
  margin-top: 2rem;
}

/* ---- om-p-privacy ---- */
.om-p-privacy dl {
  margin-top: 0;
}

.om-p-privacy h4 {
  margin-top: 0;
}

.om-p-privacy .om-image {
  margin-top: 1rem;
  text-align: center;
}

.om-privacymark {
  width: auto;
}

.om-p-isms  {
  margin-top: 1rem;
  padding: 0 1rem;
}

.om-p-isms h4 {
  margin-top: 1rem;
  padding-top: 1rem;
}

.om-p-isms .om-image {
  margin-top: 1rem;
  text-align: center;
}

.om-isms_logo {
  max-width: 100%;
  height: auto;
}

/* ---- om-p-partners ---- */
.om-p-partners .om-l-sec:nth-child(3) {
  padding-top: 3.25rem;
}

.om-p-partners .om-img-block {
  margin-top: 2rem;
  text-align: center;
}

.om-p-partners .om-img-block > div {
  margin-bottom: 2rem;
}

.om-p-partners .om-img-block h5 {
  margin: 0 0 .5rem;
}

.om-p-partners .om-list-block {
  margin: 2rem 0;
  padding: 1rem;
  background: #eaf8fe;
}

.om-p-partners .om-list-block h3 {
  margin-top: 0;
}

.om-p-partners .om-list-block ul {
  margin: 0;
  font-size: 0.88rem;
}

.om-p-partners .om-btn {
  margin: 1rem 0;
  display: block;
}

@media (min-width: 768px) {
  .om-p-partners .om-img-block > div {
    margin-bottom: 0;
  }
  .om-p-partners .om-img-block img {
    width: auto;
    max-width: 100%;
  }
  .om-p-partners .om-list-block {
    overflow: hidden;
  }
  .om-p-partners .om-list-block ul {
    width: 50%;
    float: left;
  }
}

/* ---- om-p-company ---- */
.om-p-company .om-project-block h3 {
  margin: .5rem;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .om-p-company .om-project-block > div {
    margin-bottom: 1rem;
  }
  .om-p-company .om-project-block h3 {
    margin: .5rem;
    font-size: 1.25rem;
  }
}

/* ---- om-p-orca-cloud ---- */
.om-p-orca-cloud .om-main-contents {
  background-image: url(../images/bg-cloud.png);
  background-repeat: no-repeat;
  background-position: right top;
}

.om-p-orca-cloud #om-sec-2 .om-btn {
  margin: 1rem 0 0;
}

.om-p-orca-cloud .om-block > div {
  margin-bottom: 1.5rem !important;
}

.om-p-orca-cloud .om-block .om-l-mat-inner {
  height: 100%;
}

.om-p-orca-cloud .om-block img {
  margin: .5rem auto;
  max-width: 76px;
  display: block;
}

.om-p-orca-cloud .om-block h3 {
  margin: 2rem 0;
}

.om-p-orca-cloud .om-block ul {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .om-p-orca-cloud .om-step {
    position: relative;
  }
  .om-p-orca-cloud .om-step .om-flow-table + * {
    width: 66.66668%;
    padding: 0 0 0 1.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
/* om-p-nittoku-cloud */
.apply-btn-set {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 1rem 0;
}


/* om-p-contact-confirm */
.om-p-contact-confirm button[type=submit] {
  margin-top: 1rem;
}

/* om-arrow-contents */
.om-arrow-contents .om-l-mat:not(:last-child):after {
  width: 100%;
  height: 40px;
  margin-top: 1rem;
  display: block;
  background: url(../images/products-arrow-bottom.png) no-repeat center center;
  content: "";
}

.om-arrow-contents .om-l-mat .om-l-mat-inner h4 {
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.25rem;
}

.om-arrow-contents .om-l-mat .om-l-mat-inner .om-img {
  height: 120px;
}

.om-arrow-contents .om-l-mat .om-l-mat-inner .om-img img {
  width: auto;
  height: 120px;
}

.om-arrow-contents .om-l-mat .om-l-mat-inner .om-icon-link {
  margin-top: 1rem;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

.om-arrow-contents .om-l-mat .om-l-mat-inner .om-text {
  margin-top: .5rem;
  align-self: flex-end;
}

@media (min-width: 768px) {
  .om-arrow-contents .om-l-mat {
    position: relative;
  }
  .om-arrow-contents .om-l-mat:not(:last-child) {
    margin-bottom: 0;
  }
  .om-arrow-contents .om-l-mat:not(:last-child):after {
    width: 50px;
    height: 80px;
    margin-top: 0;
    position: absolute;
    top: 120px;
    right: -26px;
    background: url(../images/products-arrow-right.png) no-repeat center center;
    content: "";
    z-index: 1;
  }
  .om-arrow-contents .om-l-mat-inner {
    display: flex;
    flex-direction: column;
    font-size: 0.88rem;
  }
  .om-arrow-contents .om-l-mat-inner .om-lead {
    min-height: 1rem;
    flex: 1;
  }
  .om-arrow-contents .om-l-mat-inner .om-icon-link {
    flex: 2;
  }
  .om-arrow-contents .om-l-mat-inner .om-text {
    align-self: flex-end;
  }
}

@media all and (-ms-high-contrast: none) {
  .om-arrow-contents .om-l-mat-inner .om-lead {
    min-height: 1rem;
    flex: none;
  }
  .om-arrow-contents .om-l-mat-inner .om-icon-link {
    flex: none;
  }
  .om-arrow-contents .om-l-mat-inner .om-text {
    max-width: 100%;
  }
}

/* ---- om-banner-area ---- */
.om-banner-area {
  padding-top: 3.3rem;
}

.om-banner-area .flex-grid > *:first-child img {
  margin-top: 0;
}

.om-banner-area img {
  margin-top: 1rem;
  display: block;
}

@media (min-width: 768px) {
  .om-banner-area img {
    margin-top: 0;
  }
}

.lecturer img {
  width: auto ;
  margin-right: 1rem;
  float : left;
}

/*
.om-comp-panel .om-linkable-ginbee {
  position: relative;
}

.om-comp-panel .om-linkable-ginbee:after {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right:  5px;
  bottom: 5px;
  background: url(/images/products/orca-cl-logo32.png) no-repeat center center;
  content: '';
}

.om-update:before {
  height: 32px;
  display: inline-block;
  margin-right: 10rem;
  background: url(/images/products/orca-cl-logo32.png) no-repeat;
  content: '　　・・・日レセクラウドと連携可能';
}
*/
