@charset "UTF-8";
/* CSS Document */

/* module */
.c-left {
  float: left;
}
.c-right {
  float: right;
}
.both {
  clear: both;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.l-height15 {
  line-height: 1.5em;
}
.indent2 {
  padding-left: 1em;
  text-indent: -1em;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pd20 {
  padding: 0 30%;
}
img.w50 {
  width: 70% !important;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
sup.sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
}
body {
  max-width: 100%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 13px;
  line-height: 24px;
  overflow-x: hidden;
  color: #333;
}
#container {
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
a.pagetop {
  width: 100%;
  display: block;
  background: #525a85;
  text-align: center;
  padding: 15px;
}
a.pagetop:hover {
  width: 100%;
  display: block;
  opacity: .9;
}
/* Header & Nav*/
header {}
.logo {
  float: left;
  width: 120px;
  margin: 1.6% 1% 0 4%;
  position: relative;
  z-index: 2
}
.logo a {
  display: block;
  position: relative;
  z-index: 2
}
.button {
  margin: 1.2% 4% 0 0;
  display: inline-block;
  width: 180px;
  height: 44px;
  text-align: center;
  text-decoration: none;
  line-height: 44px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #06997e;
  border: 2px solid #06997e;
  color: #fff;
  overflow: hidden;
  float: right;
  margin-right: 80px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  color: #06997e;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #fff;
}
.menu {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
}
.menu > li {
  float: left;
  width: auto;
  padding: 0 2%;
  height: 80px;
  line-height: 80px;
  background: #fff;
  text-align: center;
}
.menu > li.sp-contact {
  display: none;
}
.menu > li a {
  display: block;
  color: #333;
}
.menu > li a:hover {
  color: #999;
}
ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.menu > li:hover {
  background: #e8e9ef;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu__second-level li {
  border-top: 1px solid #111;
}
.menu__second-level li a:hover {
  background: #ced1df;
}
/* floatクリア */
.menu:before, .menu:after {
  content: " ";
  display: table;
}
.menu:after {
  clear: both;
}
li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 80px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 20%;
  margin: 0 auto;
  background: #e8e9ef;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 50px;
}
li.menu__mega:hover ul.menu__second-level {
  top: 80px;
  visibility: visible;
  opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
  float: left;
  width: 20%;
  border: none;
}
ul.menu li.current {
  background: #e8e9ef;
}
.navToggle {
  display: none;
}
/* Footer */
footer {
  padding: 15px 80px;
}
footer ul {
  font-size: 0;
  float: left;
}
footer ul li {
  display: inline-block;
  font-size: 12px;
}
footer ul li a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
}
footer p.copy {
  float: right;
  color: #666;
  font-size: 11px;
  margin: 0;
}
.top-columnBox {
/*  height: 85vh; */
  width: 100%;
  aspect-ratio: 843 / 1113;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-column01 {
  background: url(../img/img_extaro.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
.top-column02 {
  background: url("../img/img_picomora.jpg") no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
.top-column03 {
  background: url(../img/img_pro.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
.top-column01:hover {
  background: url(../img/img_extaro_on.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top-column02:hover {
  background: url(../img/img_picomora_on.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top-column03:hover {
  background: url(../img/img_pro_on.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media all and (min-width: 1000px) {
  .three_columnBox {
    display: flex;
  }
}
.top-columnBox a {
  display: block;
  height: 25vh;
  width: 100%;
}
.title {
  width: 100%;
  text-align: center;
  background: #ccc;
  padding: 60px 0 35px 0;
  margin-bottom: 60px;
  color: #fff;
}
.pico {
  background: url(../../pico/img/img_h2.png) no-repeat top center;
  background-size: cover;
}
.pro {
  background: url(../../pro/img/img_h2.png) no-repeat top center;
  background-size: cover;
}
.title h2 {
  font-size: 45px;
  margin-bottom: 10px;
  letter-spacing: .05em;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.main-inner {
  width: 960px;
  margin: 0 auto;
}
.txt-intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
#main div.spec-table {
  margin-bottom: 40px;
}
#main div.row3 table {
  table-layout: fixed;
}
#main div.row3 th {
  background: #f9f9f9;
  font-weight: normal;
  width: 30%;
}
#main div.row3 img {
  width: 100px;
}
#main div.adjust table {
  /*table-layout: fixed;*/
  width: 960px;
}
#main div.adjust th {
  background: #f9f9f9;
  font-weight: normal;
  width: 230px;
}
#main div.adjust td {
  width: 730px;
}
@media screen and (max-width: 896px) {
  #main div.row3 img {
    width: 90%;
  }
  #main div.adjust table {
    width: 100%;
  }
  #main div.adjust th {
    background: #f9f9f9;
    font-weight: normal;
  }
  #main div.adjust td {}
}
#main table {
  width: 100%;
}
#main table, #main td, #main th {
  border: 1px solid #eee;
  border-collapse: collapse;
  text-align: left;
}
#main td, #main th {
  padding: 10px;
}
#main th {
  background: #f9f9f9;
  font-weight: normal;
  width: 50%;
}
#main td {
  width: 50%;
}
#main div.column02-left {
  float: left;
  width: 48%;
}
#main div.column02-right {
  float: right;
  width: 48%;
}
#main div.column02-left-02 {
  float: left;
  width: 38%;
}
#main div.column02-right-02 {
  float: right;
  width: 58%;
}
div.text p.small {
  font-size: 12px;
  line-height: 14px;
  margin-top: 60px;
}
p.text-outline {
  display: inline-block;
  background: #fff;
  color: #BF0003;
  padding: 10px 8px;
}
.top_3menu {
  text-align: center;
  /*display: inline-block;*/
  margin-bottom: 50px;
  font-size: 15px;
}
.top_3menu a {
  text-decoration: underline;
}
/*  240610 */
.columnBox img {
  max-width: 1920px;
  width: 100%;
  height: auto;
}
.pc_kv {
  display: block !important;
}
.tb_kv {
  display: none !important;
}
.sp_kv {
  display: none !important;
}
@media screen and (max-width: 959px) {
  .columnBox img {
    max-width: 959px;
    width: 100%;
    height: auto;
  }
  .pc_kv {
    display: none !important;
  }
  .tb_kv {
    display: block !important;
  }
  .sp_kv {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .columnBox img {
    max-width: 480px;
    width: 100%;
  }
  .pc_kv {
    display: none !important;
  }
  .tb_kv {
    display: none !important;
  }
  .sp_kv {
    display: block !important;
  }
}
/* OPMI PICO */
.columnBox {
  /*    height: 60vh;*/
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column01 {
  background-color: #525a85;
}
.column02-pro {
  background: url(../../pro/img/img_kv.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
.column02-pico {
  background: url(../../pico/img/img_kv.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
.column02-extaro {
  background: url(../../extaro/img/img_kv.jpg) no-repeat top center;
  background-size: cover;
  color: rgba(255, 255, 255, .7);
}
@media all and (min-width: 500px) {
  .two_columnBox {
    display: flex;
  }
}
.columnBox .text {
  color: #fff;
  font-size: 1rem;
  padding: 0 60px;
}
h1 {
  margin-bottom: 20px;
}
h1 img {
  width: 90%;
}
h3 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
section.intro {
  background: #fff;
  padding-top: 80px;
}
section p {
  font-size: 14px;
  line-height: 25px;
}
.reddot {
  background: url(../../pico/img/ic_reddot.png) no-repeat left center;
  background-size: 20px;
  font-size: 12px;
  height: 20px;
  padding-left: 25px;
}
.reddot span {
  color: #e60012;
}
.features {
  background: #e8e9ef;
  padding: 80px 0;
}
.features-inner {
  width: 1000px;
  margin: 0 auto;
}
.feature {
  width: 490px;
  margin-bottom: 40px;
}
.feature img {
  float: left;
  margin-right: 10px;
}
section {
  margin-bottom: 80px;
}
section.intro, section.system {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
section.system p {
  text-align: center;
}
.feature_title span {
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background: #525a85;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}
.feature_title {
  font-size: 20px;
  margin-bottom: 15px;
}
.features_right {
  float: right;
  width: 360px;
}
ul.product {
  font-size: 0;
  margin-top: 40px;
}
ul.product li {
  display: inline-block;
  width: 33%;
  margin: 0 .5% 0 0;
}
ul.product li:last-child {
  margin: 0;
}
ul.product li p {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
ul.product li span {
  font-size: 12px;
  display: inline-block;
}
h3.spec-table-title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
}
.spec-table p.product-name {
  font-size: 18px;
  margin: 20px 0;
}
.spec-table p.product-name span {
  font-size: 12px;
}
ul.option {
  margin-bottom: 50px;
}
ul.option h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: #111 solid 20px;
  text-indent: 5px;
}
ul.option li {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-right: 20px;
  line-height: 20px;
}
ul.option li.column-1 {
  width: 100%;
  margin-bottom: 50px;
}
li.column-1 div.option-column02-left {
  float: left;
  width: 32%;
}
li.column-1 div.option-column02-right {
  float: right;
  width: 65%;
}
li.column-1 p.c-left2 {
  float: left;
  width: 70%;
}
li.column-1 p.c-right2 {
  float: right;
  width: 28%;
}
ul.option li.double {
  display: inline-block;
  width: 625px;
  vertical-align: top;
  margin-right: 20px;
  line-height: 20px;
}
ul.option li:last-child {
  margin-right: 0;
}
ul.option li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
ul.option li h4 {
  border-left: 5px solid #bfd9ad;
  padding-left: 5px;
  margin-bottom: 15px;
}
ul.option li h4.h4_title {
  margin-bottom: 0px;
}
ul.option li .h4_caption {
  font-size: 12px;
}
ul.option li h4 span {
  display: inline-block;
  font-size: 12px;
}
ul.option div.flex {
  height: 50px;
}
ul.option li h4.purple {
  border-left: 5px solid #bbbcdd;
}
/*  Customize */
ul#nav_customize {
  font-size: 0;
  width: 380px;
  margin: 0 auto;
  padding: 60px 0;
}
ul#nav_customize li {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 33%;
}
ul#nav_customize li a {
  text-decoration: none;
  color: #333;
}
ul#nav_customize li a:hover {
  opacity: .7;
  -webkit-transition: all .3s;
  transition: all .3s
}
#customize h3 {
  background: #f4f4f4;
  font-size: 24px;
  padding: 20px 0 20px 100px;
  text-align: left;
  margin-bottom: 60px;
}
#customize h3 span {
  font-size: 14px;
  display: inline-block;
  padding-left: 10px;
}
#customize h4 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: #0c3c8f solid 5px;
  text-indent: 5px;
  font-weight: normal
}
#customize h4.purple {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: #BBBBDE solid 5px;
  text-indent: 5px;
  font-weight: normal
}
#customize .h5_title {
  margin-bottom: 0;
}
#customize .h5_caption {
  font-size: 13px;
  margin-bottom: 20px;
}
#customize h5 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: #bfd9ad solid 5px;
  text-indent: 5px;
  font-weight: normal
}
#customize h5.blue {
  border-left: #87b3de solid 5px;
}
#customize h5 span {
  font-size: 13px;
}
#customize h4 span {
  font-size: 13px;
}
#customize img {
  width: 100%;
}
#customize .w120 {
  width: 120px !important;
}
#customize .w150 {
  width: 150px !important;
}
#customize .w250 {
  width: 250px !important;
}
#customize .w350 {
  width: 350px !important;
}
#customize p {
  margin-bottom: 10px;
}
ul.customize {
  margin-bottom: 0;
}
ul.customize li {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-right: 20px;
  line-height: 20px;
}
ul.customize li:last-child {
  margin-right: 0;
}
ul.customize li img {
  width: 50% !important;
  padding: 0 20%;
}
p.stxt {
  font-size: 13px;
}
sup.sup_va {
  vertical-align: super !important;
}
span.stxt {
  display: block;
  font-size: 11px;
  line-height: 1.5em;
}
.caption {
  display: block;
  font-size: 11px;
  text-align: center;
}
#01, #02, #03, #04 {
  margin-bottom: 80px;
}
#customize div.h3-img {
  position: relative;
}
#customize div.h3-img img {
  position: absolute;
  width: 10%;
  top: -10px;
}
.concept_img {
  float: left;
  width: 60%;
}
.concept_img img {
  width: 100%;
}
.concept_txt {
  float: right;
  width: 30%;
  padding: 8% 5%;
}
.concept_tit {
  font-size: 40px;
  letter-spacing: .1em;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 40px;
}
.function {
  background: #f9f9f9;
  padding: 4% 20%;
}
.function_tit {
  font-size: 20px;
  letter-spacing: .1em;
  margin-bottom: 15px;
}
.technical-extaro {
  font-size: 24px;
  color: #525a85;
  border-bottom: solid 1px #525a85;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#main td.t-w30 {
  width: 30%;
}
#main th.t-w30 {
  width: 30%;
}
#main td.center {
  text-align: center;
  vertical-align: middle;
}
#main th.center {
  text-align: center;
  vertical-align: middle;
}
@media all and (max-width: 1000px) {
  header {
    position: relative;
    padding: 10px 0 0 0;
  }
  .logo {
    position: absolute;
    top: 10px;
  }
  .button {
    display: none;
  }
  .menu > li.sp-contact {
    display: block;
  }
  .main-inner {
    width: 90%;
    padding: 0 5%;
  }
  #main div.column02-left {
    float: none;
    width: 100%;
  }
  #main div.column02-right {
    float: none;
    width: 100%;
  }
  section.intro, section.system {
    width: 90%;
    margin-bottom: 80px;
    padding: 0 5%;
    margin-top: 60px;
  }
  .features-inner {
    width: 90%;
    padding: 0 5%;
  }
  .feature {
    width: 100%;
  }
  .feature img {
    float: none;
    margin: 0 auto;
  }
  .features_main_img {
    width: 100% !important;
  }
  ul.product li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    margin-bottom: 50px;
  }
  ul.product li p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  ul.product li span {
    font-size: 16px;
    display: inline-block;
    text-align: center;
  }
  /* Footer */
  footer {
    padding: 15px 20px;
  }
  footer ul {
    font-size: 0;
    float: none;
  }
  footer ul li {
    display: inline-block;
    font-size: 12px;
  }
  footer ul li a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
  }
  footer p.copy {
    float: none;
    text-align: left;
    font-size: 11px;
  }
  a.pagetop {
    width: 100%;
    display: block;
    background: #525a85;
    text-align: center;
    padding: 15px 0;
  }
  h3 {
    line-height: 38px;
  }
  .columnBox .text {
    color: #fff;
    font-size: 1rem;
    padding: 0 20px;
  }
  .top-columnBox a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .title {
    width: 100%;
    text-align: center;
    background: #ccc;
    padding: 60px 0 35px 0;
    margin-bottom: 60px;
    color: #fff;
    margin-top: 0;
  }
  .title h2 {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: .05em;
  }
  .pico {
    background: url(../../pico/img/img_h2.png) no-repeat top center;
    background-size: cover;
  }
  .pro {
    background: url(../../pro/img/img_h2.png) no-repeat top center;
    background-size: cover;
  }
  .concept_img {
    float: none;
    width: 100%;
  }
  .concept_img img {
    width: 100%;
  }
  .concept_txt {
    float: none;
    width: 90%;
    padding: 8% 5%;
  }
  .concept_tit {
    font-size: 40px;
    letter-spacing: .1em;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .function {
    background: #f9f9f9;
    padding: 10% 5%;
  }
  #customize div.h3-img img {
    position: absolute;
    width: 25%;
    top: 0px;
  }
  ul#nav_customize {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  ul#nav_customize li {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    width: 50%;
    margin-bottom: 40px;
  }
  ul#customize li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 20px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  ul.option li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  ul.option li.double {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0px;
    line-height: 20px;
  }
  .top-column01 {
    background: url(../img/img_extaro_on.jpg) no-repeat top center;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
  }
  .top-column02 {
    background: url("../img/img_picomora_on.jpg") no-repeat top center;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
  }
  .top-column03 {
    background: url(../img/img_pro_on.jpg) no-repeat top center;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
  }
  .top-columnBox {
    display: inline-block;
    /* height: 85vh; */
    width: 100%;
    aspect-ratio: 843 / 1113;
  }
  .mean-container .mean-nav ul li li a {
    padding: 0em 10% !important;
  }
  /*  240610 */
  .columnBox img {
    max-width: 1480px;
    width: 100%;
    height: auto;
  }
  .pc_kv {
    display: block !important;
  }
  .tb_kv {
    display: none !important;
  }
  .sp_kv {
    display: none !important;
  }
  @media screen and (max-width: 959px) {
    .columnBox img {
      max-width: 959px;
      width: 100%;
      height: auto;
    }
    .pc_kv {
      display: none !important;
    }
    .tb_kv {
      display: block !important;
    }
    .sp_kv {
      display: none !important;
    }
  }
  @media screen and (max-width: 480px) {
    .columnBox img {
      max-width: 480px;
      width: 100%;
    }
    .pc_kv {
      display: none !important;
    }
    .tb_kv {
      display: none !important;
    }
    .sp_kv {
      display: block !important;
    }
  }
}
/* MMORA250408追加 */
.mora_menu,.pro_menu{
	width: 840px !important;
}
.h1_title {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
.h2_title {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  border-left: #0c3c8f solid 5px;
  text-indent: 5px;
  font-weight: normal;
}
.features_box_lead{
	margin-bottom: 50px;
}
.features_box_lead .h2_title {
	position: relative;    
    margin-bottom: 20px;
    padding: 12px;
    border-left: #0c3c8f solid 5px;
    border-bottom: #afafaf solid 1px;
	font-size: 32px;
	text-align: left;    
    text-indent: 5px;
    font-weight: normal;
}
.features_box_lead .h2_title span{
	position: absolute;
	right: 0;
	font-size: 20px;
}
.features_box_lead p{
	margin-bottom: 20px;
}
.features_box_lead  img{
	display: block;
/*    width: 720px; */
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.features_box_list{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.features_box {
	width:calc(100% / 2 - 40px);
  margin-bottom: 50px;
}
.features_box img {
  width: 100%;
}
.system_box {
  margin-bottom: 50px;
}
.h4_title {
  font-size: inherit;
  text-align: left;
  margin-bottom: 15px;
}
.img_list {
  display: flex;
  justify-content: center;
	list-style: none;
}
.img_list li {
  margin: 0 15px;
}
.img_list li img {
  width: 100%;
}
.pharmaceutical_info {
  text-align: left !important;
}
@media screen and (max-width: 480px) {
	.features_box,.img_list{
		display: block;
	}
	.features_box img {
		width: 100%;
		margin: 22px 0 0;
	}
}


@media screen and (max-width: 896px) {
  .features_box_lead .h2_title span {
    display: block;
    margin-top: 0.5em;
    position: relative;
    left: 0;
	}
}

@media all and (max-width: 1000px) {
  .mora_menu, .pro_menu {
    width: 100% !important;
    box-sizing: border-box;
  }
}
