@charset "UTF-8";
/* ==========================================================================
   Layout - General
   ========================================================================== */
/* Root
   ========================================================================== */
body {
  position: relative;
  padding-top: 208px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 140px;
  }
}
/* ==========================================================================
   Layout - Header
   ========================================================================== */
.service-header {
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  width: 100%;
  height: 116px;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 100;
}
.service-header.is-fixed {
  position: fixed;
  top: 0 !important;
}
@media screen and (max-width: 767px) {
  .service-header {
    top: 88px;
    height: auto;
    padding: 0;
  }
}
@media print {
  .service-header.is-fixed {
    position: absolute;
    top: 92px !important;
  }
}
.service-header_logo {
  float: left;
  width: 176px;
  padding-top: 10px;
  line-height: 1;
}
.service-header_logo a {
  display: block;
}
.service-header_logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .service-header_logo {
    float: none;
    width: 101px;
    padding: 10px 10px;
  }
}
.service-header_inner {
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-header_inner {
    width: auto;
    min-width: 320px;
  }
}
.service-header_nav {
  float: right;
}
@media screen and (max-width: 767px) {
  .service-header_nav {
    position: relative;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .service-header_nav_inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    padding: 0 20px;
    background-color: #3eb451;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  }
}
@media screen and (max-width: 767px) {
  .service-header_nav_inner.is-show {
    opacity: 1;
    padding-top: 45px;
    padding-bottom: 24px;
    pointer-events: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.service-header_nav_menu-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-header_nav_menu-button {
    display: block;
    position: absolute;
    top: -54px;
    right: 0;
    width: 54px;
  }
  .service-header_nav_menu-button img {
    max-width: 100%;
  }
}
.service-header_nav_close-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .service-header_nav_close-button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
  }
  .service-header_nav_close-button > a {
    display: block;
    overflow: hidden;
    width: 19px;
    height: 19px;
    background: url(/melphin/common/img/layout/header_sp-menu_close_btn01.png) no-repeat;
    background-size: 100% auto;
    white-space: nowrap;
    text-indent: 100%;
  }
}
.service-header_other {
  display: table;
  margin-left: auto;
  text-align: right;
}
.service-header_other > p {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
}
.service-header_other > p:first-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .service-header_other {
    display: block;
  }
  .service-header_other > p {
    display: block;
    padding-left: 0;
  }
  .service-header_other .service-header_link {
    display: none;
  }
}
.service-header_link a {
  position: relative;
  padding-left: 11px;
  color: #000000;
}
.service-header_link a:before {
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 6px;
  height: 9px;
  background: url(/melphin/common/img/parts/link_bg01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.service-header_button {
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.3em;
  text-align: center;
}
.service-header_button a {
  display: block;
  width: 256px;
  padding: 12px 16px;
  border-bottom: 2px solid #239520;
  background-color: #3eb451;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.service-header_button a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .service-header_button {
    margin: 0 auto;
    line-height: 1.2;
    font-size: 1.6em;
    text-align: left;
  }
  .service-header_button a {
    width: auto;
    padding: 33px 37px 28px 137px;
    border-bottom: none;
    border-radius: 3px;
    background: url(/melphin/common/img/layout/header_contact_icon01.png) no-repeat center left 37px #ffffff;
    background-size: 60px auto;
    color: #333;
  }
  .service-header_button a:hover {
    opacity: 1;
  }
}
.service-header_global {
  margin-top: 19px;
}
.service-header_global > ul {
  overflow: hidden;
  width: 580px;
}
.service-header_global > ul > li {
  float: left;
  margin-left: 40px;
  font-size: 1.5em;
}
.service-header_global > ul > li:first-child {
  margin-left: 0;
}
.service-header_global > ul > li a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .service-header_global {
    margin-top: 17px;
  }
  .service-header_global > ul {
    width: auto;
  }
  .service-header_global > ul > li {
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #82ff97;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.4em;
  }
  .service-header_global > ul > li a {
    display: block;
    position: relative;
    padding: 13px 30px 13px 5px;
    color: #fff;
  }
  .service-header_global > ul > li a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 9px;
    height: 14px;
    margin: auto 0;
    background: url(/melphin/common/img/parts/link_bg02.png) no-repeat;
    background-size: 100% auto;
    content: "";
  }
  .service-header_global > ul > li a:hover {
    text-decoration: none;
  }
}
.service-header_primary {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-header_primary {
    display: block;
  }
  .service-header_primary > li {
    margin-top: 15px;
    line-height: 1.2;
  }
  .service-header_primary > li:first-child {
    margin-top: 0;
  }
  .service-header_primary > li a {
    position: relative;
    padding-left: 12px;
    color: #fff;
  }
  .service-header_primary > li a:before {
    display: block;
    position: absolute;
    top: .35em;
    bottom: auto;
    width: 6px;
    height: 9px;
    background: url(/melphin/common/img/parts/link_bg02.png) no-repeat;
    background-size: 100% auto;
    content: "";
  }
}
.service-header_general {
  display: none;
  margin: 38px 0;
}
@media screen and (max-width: 767px) {
  .service-header_general {
    display: block;
  }
  .service-header_general > li {
    margin-top: 13px;
    line-height: 1.2;
    font-size: 1.2em;
  }
  .service-header_general > li:first-child {
    margin-top: 0;
  }
  .service-header_general > li a {
    color: #fff;
  }
  .service-header_general > li a .icon-blank {
    display: inline-block;
    overflow: hidden;
    width: 12px;
    height: 11px;
    margin-left: 4px;
    background: url(/melphin/common/img/layout/header_icon_window01.png) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 100%;
  }
}
/* ==========================================================================
   Layout - Breadcrumbs
   ========================================================================== */
/* Breadcrumbs
   ========================================================================== */
#module_breadcrumbs ul li {
  padding: 0 0 1px 21px;
  background: url(/as/common/img/layout/breadcrumbs_bg01.png) no-repeat;
  background-size: 8px 8px;
  background-position: top 3px left 9px;
}
/* ==========================================================================
   Layout - Content
   ========================================================================== */
.mod-ul .media-li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
.media-inner-content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .media-inner-content {
    margin-top: 25px;
  }
}
.media-inner-image {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .media-inner-image {
    margin-top: 30px;
  }
}
/* ==========================================================================
   Layout - Service footer
   ========================================================================== */
.service-footer_return-top {
  position: relative;
  top: auto !important;
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
  z-index: 1;
}
.service-footer_return-top a {
  position: absolute;
  top: auto !important;
  bottom: 18px;
  right: 0;
  display: block;
  overflow: hidden;
  width: 46px;
  height: 46px;
  background: url(/melphin/common/img/layout/footer_return-top_img01.png) no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 100%;
  opacity: 0;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, transform .2s ease;
  transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: translateY(24px);
      -ms-transform: translateY(24px);
          transform: translateY(24px);
}
.service-footer_return-top.is-show a {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.service-footer_return-top.is-show a:hover,
.service-footer_return-top.is-show a:active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.service-footer_return-top.is-fixed {
  position: fixed;
  top: auto !important;
  left: 0;
  right: 0;
  bottom: -39px;
}
.service-footer_return-top.is-fixed.is-show a {
  -webkit-transform: translateY(-32px);
      -ms-transform: translateY(-32px);
          transform: translateY(-32px);
}
@media screen and (max-width: 767px) {
  .service-footer_return-top {
    position: absolute;
    top: -67px !important;
    left: 0;
    right: 0;
    max-width: 340px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .service-footer_return-top a {
    position: relative;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding: 16px 50px 13px;
    border-bottom: 3px solid #cccccc;
    background-image: none;
    color: #000;
    text-indent: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    background: #e6e6e6;
  }
  .service-footer_return-top a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 14px;
    height: 9px;
    margin: auto 0;
    background: url(/melphin/common/img/layout/footer_return-top_bg01.png) no-repeat;
    background-size: 100%;
    content: "";
  }
  .service-footer_return-top a:hover {
    text-decoration: none;
  }
  .service-footer_return-top.is-show a:hover,
  .service-footer_return-top.is-show a:active {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .service-footer_return-top.is-fixed {
    position: absolute;
    top: -67px;
    bottom: auto;
  }
  .service-footer_return-top.is-fixed.is-show a {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Footer sitemap
  ========================================================================== */
.service-footer_sitemap {
  position: relative;
  margin-top: 122px;
  padding-top: 40px;
  background-color: #efefef;
}
@media screen and (max-width: 767px) {
  .service-footer_sitemap {
    margin-top: 138px;
    padding-top: 0;
  }
}
.service-footer_sitemap_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service-footer_sitemap_inner {
    width: auto;
  }
}
.service-footer_sitemap_list > ul {
  overflow: hidden;
  margin: -20px 0 0 -40px;
}
.service-footer_sitemap_list > ul > li {
  float: left;
  margin: 20px 0 0 40px;
  line-height: 1.3;
}
.service-footer_sitemap_list > ul > li:first-child {
  float: none;
  font-weight: bold;
}
.service-footer_sitemap_list > ul > li a {
  position: relative;
  padding-left: 10px;
  color: #000000;
}
.service-footer_sitemap_list > ul > li a:before {
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 6px;
  height: 10px;
  background: url(/melphin/common/img/parts/link_bg01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .service-footer_sitemap_list > ul {
    margin: 0;
  }
  .service-footer_sitemap_list > ul > li {
    float: none;
    margin: 0;
    border-top: 1px solid #ccc;
    line-height: 1.2;
    font-weight: bold;
  }
  .service-footer_sitemap_list > ul > li:first-child {
    border-top: none;
  }
  .service-footer_sitemap_list > ul > li a {
    display: block;
    padding: 23px 15px 21px 27px;
  }
  .service-footer_sitemap_list > ul > li a:before {
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto 0;
  }
  .service-footer_sitemap_list > ul > li a:hover {
    text-decoration: none;
  }
}
.service-footer_other {
  margin-top: 40px;
  padding: 26px 0 26px;
  background-color: #535353;
}
@media screen and (max-width: 767px) {
  .service-footer_other {
    margin-top: 0;
    padding: 28px 0;
  }
}
.service-footer_other_inner {
  display: table;
  width: 980px;
  margin: 0 auto;
}
.service-footer_other_inner ul {
  display: table-cell;
  overflow: hidden;
  margin-left: -30px;
  vertical-align: middle;
}
.service-footer_other_inner ul > li {
  float: left;
  margin-left: 30px;
  line-height: 1.3;
  font-weight: bold;
}
.service-footer_other_inner ul > li:first-child {
  margin-left: 0;
}
.service-footer_other_inner ul > li a {
  position: relative;
  padding-left: 10px;
  color: #fff;
}
.service-footer_other_inner ul > li a:before {
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 7px;
  height: 10px;
  background: url(/common/img/layout/footer_link_bg02.png);
  background-size: 7px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .service-footer_other_inner {
    display: block;
    width: auto;
  }
  .service-footer_other_inner ul {
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .service-footer_other_inner ul > li {
    float: none;
    margin: 15px 0 0;
  }
  .service-footer_other_inner ul > li:first-child {
    margin-top: 0;
  }
  .service-footer_other_inner ul > li a:hover {
    text-decoration: none;
  }
}
.mod-mp-conversion-wrap + .service-footer_sitemap {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion-wrap + .service-footer_sitemap {
    margin-top: 138px;
  }
}
/* ==========================================================================
   Parts module
   ========================================================================== */
/* Heading
   ========================================================================== */
.mod-mp-section-title {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #dfdfdf;
}
.mod-mp-section-title h1,
.mod-mp-section-title h2,
.mod-mp-section-title h3,
.mod-mp-section-title h4,
.mod-mp-section-title h5,
.mod-mp-section-title h6 {
  position: relative;
  padding-bottom: 10px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 2.6rem;
}
.mod-mp-section-title h1:before,
.mod-mp-section-title h2:before,
.mod-mp-section-title h3:before,
.mod-mp-section-title h4:before,
.mod-mp-section-title h5:before,
.mod-mp-section-title h6:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 110px;
  height: 2px;
  background-color: #3eb451;
  content: "";
}
.mod-mp-section-title h1 span,
.mod-mp-section-title h2 span,
.mod-mp-section-title h3 span,
.mod-mp-section-title h4 span,
.mod-mp-section-title h5 span,
.mod-mp-section-title h6 span {
  vertical-align: baseline;
}
.mod-mp-section-title + h1,
.mod-mp-section-title + h2,
.mod-mp-section-title + h3,
.mod-mp-section-title + h4,
.mod-mp-section-title + h5,
.mod-mp-section-title + h6,
.mod-mp-section-title + header,
.mod-mp-section-title + section,
.mod-mp-section-title + div,
.mod-mp-section-title + p,
.mod-mp-section-title + table,
.mod-mp-section-title + ul,
.mod-mp-section-title + ol,
.mod-mp-section-title + dl,
.mod-mp-section-title + figure,
.mod-mp-section-title + form {
  margin-top: 30px !important;
}
.mod-mp-section-title + .section {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-section-title {
    width: auto;
  }
  .mod-mp-section-title h1,
  .mod-mp-section-title h2,
  .mod-mp-section-title h3,
  .mod-mp-section-title h4,
  .mod-mp-section-title h5,
  .mod-mp-section-title h6 {
    font-size: 2.2rem;
  }
  .mod-mp-section-title h1:before,
  .mod-mp-section-title h2:before,
  .mod-mp-section-title h3:before,
  .mod-mp-section-title h4:before,
  .mod-mp-section-title h5:before,
  .mod-mp-section-title h6:before {
    width: 80px;
  }
  .mod-mp-section-title + h1,
  .mod-mp-section-title + h2,
  .mod-mp-section-title + h3,
  .mod-mp-section-title + h4,
  .mod-mp-section-title + h5,
  .mod-mp-section-title + h6,
  .mod-mp-section-title + header,
  .mod-mp-section-title + section,
  .mod-mp-section-title + div,
  .mod-mp-section-title + p,
  .mod-mp-section-title + table,
  .mod-mp-section-title + ul,
  .mod-mp-section-title + ol,
  .mod-mp-section-title + dl,
  .mod-mp-section-title + figure,
  .mod-mp-section-title + form {
    margin-top: 25px !important;
  }
  .mod-mp-section-title + .section {
    margin-top: 5px !important;
  }
}
.mod-mp-local-title {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.mod-mp-local-title h1,
.mod-mp-local-title h2,
.mod-mp-local-title h3,
.mod-mp-local-title h4,
.mod-mp-local-title h5,
.mod-mp-local-title h6 {
  position: relative;
  padding-left: 15px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 2.2rem;
}
.mod-mp-local-title h1:before,
.mod-mp-local-title h2:before,
.mod-mp-local-title h3:before,
.mod-mp-local-title h4:before,
.mod-mp-local-title h5:before,
.mod-mp-local-title h6:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 80%;
  margin: auto 0;
  background-color: #3eb451;
  content: "";
}
.mod-mp-local-title + h1,
.mod-mp-local-title + h2,
.mod-mp-local-title + h3,
.mod-mp-local-title + h4,
.mod-mp-local-title + h5,
.mod-mp-local-title + h6,
.mod-mp-local-title + header,
.mod-mp-local-title + section,
.mod-mp-local-title + .section,
.mod-mp-local-title + div,
.mod-mp-local-title + p,
.mod-mp-local-title + table,
.mod-mp-local-title + ul,
.mod-mp-local-title + ol,
.mod-mp-local-title + dl,
.mod-mp-local-title + figure,
.mod-mp-local-title + form {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-local-title {
    width: auto;
  }
  .mod-mp-local-title h1,
  .mod-mp-local-title h2,
  .mod-mp-local-title h3,
  .mod-mp-local-title h4,
  .mod-mp-local-title h5,
  .mod-mp-local-title h6 {
    font-size: 1.8rem;
  }
  .mod-mp-local-title + h1,
  .mod-mp-local-title + h2,
  .mod-mp-local-title + h3,
  .mod-mp-local-title + h4,
  .mod-mp-local-title + h5,
  .mod-mp-local-title + h6,
  .mod-mp-local-title + header,
  .mod-mp-local-title + section,
  .mod-mp-local-title + .section,
  .mod-mp-local-title + div,
  .mod-mp-local-title + p,
  .mod-mp-local-title + table,
  .mod-mp-local-title + ul,
  .mod-mp-local-title + ol,
  .mod-mp-local-title + dl,
  .mod-mp-local-title + figure,
  .mod-mp-local-title + form {
    margin-top: 15px !important;
  }
}
.mod-mp-sub-title {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #dfdfdf;
}
.mod-mp-sub-title h1,
.mod-mp-sub-title h2,
.mod-mp-sub-title h3,
.mod-mp-sub-title h4,
.mod-mp-sub-title h5,
.mod-mp-sub-title h6 {
  position: relative;
  padding-bottom: 7px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 1.9rem;
}
.mod-mp-sub-title h1:before,
.mod-mp-sub-title h2:before,
.mod-mp-sub-title h3:before,
.mod-mp-sub-title h4:before,
.mod-mp-sub-title h5:before,
.mod-mp-sub-title h6:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #3eb451;
  content: "";
}
.mod-mp-sub-title + h1,
.mod-mp-sub-title + h2,
.mod-mp-sub-title + h3,
.mod-mp-sub-title + h4,
.mod-mp-sub-title + h5,
.mod-mp-sub-title + h6,
.mod-mp-sub-title + header,
.mod-mp-sub-title + section,
.mod-mp-sub-title + .section,
.mod-mp-sub-title + div,
.mod-mp-sub-title + p,
.mod-mp-sub-title + table,
.mod-mp-sub-title + ul,
.mod-mp-sub-title + ol,
.mod-mp-sub-title + dl,
.mod-mp-sub-title + figure,
.mod-mp-sub-title + form {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-sub-title {
    width: auto;
  }
  .mod-mp-sub-title h1,
  .mod-mp-sub-title h2,
  .mod-mp-sub-title h3,
  .mod-mp-sub-title h4,
  .mod-mp-sub-title h5,
  .mod-mp-sub-title h6 {
    font-size: 1.7rem;
  }
  .mod-mp-sub-title + h1,
  .mod-mp-sub-title + h2,
  .mod-mp-sub-title + h3,
  .mod-mp-sub-title + h4,
  .mod-mp-sub-title + h5,
  .mod-mp-sub-title + h6,
  .mod-mp-sub-title + header,
  .mod-mp-sub-title + section,
  .mod-mp-sub-title + .section,
  .mod-mp-sub-title + div,
  .mod-mp-sub-title + p,
  .mod-mp-sub-title + table,
  .mod-mp-sub-title + ul,
  .mod-mp-sub-title + ol,
  .mod-mp-sub-title + dl,
  .mod-mp-sub-title + figure,
  .mod-mp-sub-title + form {
    margin-top: 15px !important;
  }
}
.mod-mp-row-title {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #dfdfdf;
}
.mod-mp-row-title h1,
.mod-mp-row-title h2,
.mod-mp-row-title h3,
.mod-mp-row-title h4,
.mod-mp-row-title h5,
.mod-mp-row-title h6 {
  position: relative;
  padding-bottom: 11px;
  line-height: 1.3;
  font-weight: normal;
  font-size: 1.6rem;
}
.mod-mp-row-title h1:before,
.mod-mp-row-title h2:before,
.mod-mp-row-title h3:before,
.mod-mp-row-title h4:before,
.mod-mp-row-title h5:before,
.mod-mp-row-title h6:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #3eb451;
  content: "";
}
.mod-mp-row-title + h1,
.mod-mp-row-title + h2,
.mod-mp-row-title + h3,
.mod-mp-row-title + h4,
.mod-mp-row-title + h5,
.mod-mp-row-title + h6,
.mod-mp-row-title + header,
.mod-mp-row-title + section,
.mod-mp-row-title + .section,
.mod-mp-row-title + div,
.mod-mp-row-title + p,
.mod-mp-row-title + table,
.mod-mp-row-title + ul,
.mod-mp-row-title + ol,
.mod-mp-row-title + dl,
.mod-mp-row-title + figure,
.mod-mp-row-title + form {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-row-title {
    width: auto;
  }
  .mod-mp-row-title h1,
  .mod-mp-row-title h2,
  .mod-mp-row-title h3,
  .mod-mp-row-title h4,
  .mod-mp-row-title h5,
  .mod-mp-row-title h6 {
    font-size: 1.5rem;
  }
  .mod-mp-row-title + h1,
  .mod-mp-row-title + h2,
  .mod-mp-row-title + h3,
  .mod-mp-row-title + h4,
  .mod-mp-row-title + h5,
  .mod-mp-row-title + h6,
  .mod-mp-row-title + header,
  .mod-mp-row-title + section,
  .mod-mp-row-title + .section,
  .mod-mp-row-title + div,
  .mod-mp-row-title + p,
  .mod-mp-row-title + table,
  .mod-mp-row-title + ul,
  .mod-mp-row-title + ol,
  .mod-mp-row-title + dl,
  .mod-mp-row-title + figure,
  .mod-mp-row-title + form {
    margin-top: 10px !important;
  }
}
.mod-relation-title {
  line-height: 1.3;
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod-relation-title {
    font-size: 2.4rem;
  }
}
.mod-mp-solution-title {
  border-bottom: 1px solid #3eb451;
  position: relative;
  padding: 12px 0 26px 70px;
}
.mod-mp-solution-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 56px;
  height: 56px;
  background-image: url(/melphin/common/img/parts/title_bg01.png);
}
.mod-mp-solution-title h1,
.mod-mp-solution-title h2,
.mod-mp-solution-title h3,
.mod-mp-solution-title h4,
.mod-mp-solution-title h5,
.mod-mp-solution-title h6 {
  color: #3eb451;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.mod-mp-solution-title + h1,
.mod-mp-solution-title + h2,
.mod-mp-solution-title + h3,
.mod-mp-solution-title + h4,
.mod-mp-solution-title + h5,
.mod-mp-solution-title + h6,
.mod-mp-solution-title + header,
.mod-mp-solution-title + section,
.mod-mp-solution-title + .section,
.mod-mp-solution-title + div,
.mod-mp-solution-title + p,
.mod-mp-solution-title + table,
.mod-mp-solution-title + ul,
.mod-mp-solution-title + ol,
.mod-mp-solution-title + dl,
.mod-mp-solution-title + figure,
.mod-mp-solution-title + form {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution-title {
    padding: 8px 0 12px 46px;
  }
  .mod-mp-solution-title:before {
    bottom: 6px;
    width: 38px;
    height: 38px;
  }
  .mod-mp-solution-title h1,
  .mod-mp-solution-title h2,
  .mod-mp-solution-title h3,
  .mod-mp-solution-title h4,
  .mod-mp-solution-title h5,
  .mod-mp-solution-title h6 {
    font-size: 2.0rem;
  }
  .mod-mp-solution-title + h1,
  .mod-mp-solution-title + h2,
  .mod-mp-solution-title + h3,
  .mod-mp-solution-title + h4,
  .mod-mp-solution-title + h5,
  .mod-mp-solution-title + h6,
  .mod-mp-solution-title + header,
  .mod-mp-solution-title + section,
  .mod-mp-solution-title + .section,
  .mod-mp-solution-title + div,
  .mod-mp-solution-title + p,
  .mod-mp-solution-title + table,
  .mod-mp-solution-title + ul,
  .mod-mp-solution-title + ol,
  .mod-mp-solution-title + dl,
  .mod-mp-solution-title + figure,
  .mod-mp-solution-title + form {
    margin-top: 26px !important;
  }
}
.mod-mp-solution-title.opt-icon02:before {
  background-image: url(/melphin/common/img/parts/title_bg02.png);
}
.mod-mp-solution-title.opt-icon03:before {
  background-image: url(/melphin/common/img/parts/title_bg03.png);
}
.mod-mp-media-title {
  display: table;
  width: 100%;
  height: 240px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.mod-mp-media-title + .section {
  margin-top: 30px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .mod-mp-media-title {
    height: 126px;
  }
  .mod-mp-media-title + .section {
    margin-top: 20px;
  }
}
.mod-mp-media-title_inner {
  display: table-cell;
  vertical-align: middle;
}
.mod-mp-media-title_inner .title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1.3;
}
.mod-mp-media-title_inner .title .title_shadow {
  text-shadow: 1px 2px 3px #808080;
}
@media screen and (max-width: 767px) {
  .mod-mp-media-title_inner {
    padding: 0 10px;
  }
  .mod-mp-media-title_inner .title {
    font-size: 2.5rem;
  }
}
.mod-mp-media-title_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  overflow: hidden;
}
.mod-mp-media-title_bg span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
}
.mod-mp-media-title_bg span img {
  position: absolute;
  width: 2000px;
  top: 0;
  bottom: 0;
  left: 0 ;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-media-title_bg span img {
    width: 100%;
  }
}
/* Button
   ========================================================================== */
.mod-mp-button {
  margin-top: 40px;
  width: 340px;
  background-color: #fff;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.4rem;
}
.mod-mp-button:first-child {
  margin-top: 0;
}
.mod-mp-button a,
.mod-mp-button button {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 40px 13px;
  border: none;
  border-bottom: 2px solid #239520;
  background-color: #3eb451;
  color: #fffefe;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-button a:before,
.mod-mp-button button:before {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 9px;
  height: 14px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/link_bg02.png) no-repeat;
  background-size: 100%;
  content: "";
}
.mod-mp-button a:hover,
.mod-mp-button button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mod-mp-button + .mod-mp-button {
  margin-top: 20px;
}
.mod-mp-button + .mod-mp-button:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-button {
    width: auto;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mod-mp-button.opt-centering {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-button.opt-centering {
    display: block;
  }
}
.mod-mp-button.opt-thin a,
.mod-mp-button.opt-thin button {
  border-bottom: 2px solid #ccc;
  background-color: #e6e6e6;
  color: #000;
}
.mod-mp-button.opt-thin a:before,
.mod-mp-button.opt-thin button:before {
  background-image: url(/melphin/common/img/parts/link_bg01.png);
}
.mod-mp-button.opt-icon-window a:before,
.mod-mp-button.opt-icon-window button:before {
  width: 15px;
  height: 13px;
  background: url(/common/img/parts/icon_window02.png) no-repeat;
  background-size: 100%;
}
.mod-mp-button.opt-icon-window.opt-thin a:before,
.mod-mp-button.opt-icon-window.opt-thin button:before {
  background-image: url(/melphin/common/img/parts/icon_window02.png);
}
.mod-mp-button.opt-icon-pdf a:before,
.mod-mp-button.opt-icon-pdf button:before {
  width: 24px;
  height: 14px;
  background: url(/common/img/parts/icon_pdf02.png) no-repeat;
  background-size: 100%;
}
.mod-mp-button.opt-icon-pdf.opt-thin a:before,
.mod-mp-button.opt-icon-pdf.opt-thin button:before {
  background-image: url(/common/img/parts/icon_pdf01.png);
}
.mod-mp-button.opt-icon-more a:before,
.mod-mp-button.opt-icon-more button:before {
  width: 14px;
  height: 14px;
  background: url(/melphin/common/img/parts/icon_more01.png) no-repeat;
  background-size: 100%;
}
.mod-mp-button.opt-icon-close a:before,
.mod-mp-button.opt-icon-close button:before {
  width: 14px;
  height: 14px;
  background: url(/melphin/common/img/parts/icon_close01.png) no-repeat;
  background-size: 100%;
}
.mod-mp-button.opt-icon-back a:before,
.mod-mp-button.opt-icon-back button:before {
  right: auto;
  left: 10px;
  background: url(/melphin/common/img/parts/link_bg06.png) no-repeat;
  background-size: 100%;
}
.mod-mp-button.opt-right {
  display: table;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-button.opt-right {
    display: block;
  }
}
.mod-mp-button.opt-wide {
  width: auto;
  text-align: left;
}
.mod-mp-button.opt-wide a,
.mod-mp-button.opt-wide button {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-button.opt-wide {
    text-align: center;
  }
}
.mod-mp-button.opt-large {
  font-size: 1.6em;
}
.mod-mp-button.opt-large a,
.mod-mp-button.opt-large button {
  padding: 18px 29px;
}
.mod-mp-conversion-button {
  margin-top: 40px;
  width: 340px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6em;
}
.mod-mp-conversion-button:first-child {
  margin-top: 0;
}
.mod-mp-conversion-button a,
.mod-mp-conversion-button button {
  display: block;
  position: relative;
  width: 100%;
  padding: 18px 37px 17px;
  border: none;
  border-bottom: 2px solid #239520;
  background-color: #3eb451;
  color: #fffefe;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-conversion-button a span,
.mod-mp-conversion-button button span {
  display: inline-block;
  position: relative;
  padding-left: 44px;
}
.mod-mp-conversion-button a span:before,
.mod-mp-conversion-button button span:before {
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 22px;
  margin: auto 0;
  background-image: url(/common/img/parts/icon_conversion01.png);
  background-size: 30px auto;
  vertical-align: middle;
  content: "";
}
.mod-mp-conversion-button a[target="_blank"]::after,
.mod-mp-conversion-button button[target="_blank"]::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 13px;
  margin: auto 0;
  background: url(/common/img/parts/icon_window02.png) no-repeat;
  background-size: 15px auto;
  content: "";
}
.mod-mp-conversion-button a:hover,
.mod-mp-conversion-button button:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion-button {
    width: auto;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }
}
.mod-mp-conversion-button.opt-white a,
.mod-mp-conversion-button.opt-white button {
  border-bottom: 2px solid #bababa;
  background-color: #fff;
  color: #000000;
}
.mod-mp-conversion-button.opt-white a span:before,
.mod-mp-conversion-button.opt-white button span:before {
  width: 31px;
  height: 28px;
  background-image: url(/common/img/parts/icon_conversion02.png);
  background-size: 31px auto;
}
.mod-mp-conversion-button.opt-white a:after,
.mod-mp-conversion-button.opt-white button:after {
  background-image: url(/common/img/parts/icon_window03.png);
}
.mod-mp-conversion-button.opt-centering {
  display: table;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion-button.opt-centering {
    display: block;
  }
}
.mod-mp-conversion-button.opt-book span {
  padding-left: 42px;
}
.mod-mp-conversion-button.opt-book span:before {
  width: 34px;
  height: 31px;
  background-image: url(/common/img/parts/icon_conversion03.png);
  background-size: 100%;
}
/* Button list
   ========================================================================== */
.mod-button-list {
  overflow: hidden;
}
.mod-button-list.opt-col4 ul li > .mod-mp-button {
  display: table;
  width: 100%;
}
.mod-button-list.opt-col4 ul li > .mod-mp-button a,
.mod-button-list.opt-col4 ul li > .mod-mp-button button {
  display: table-cell;
  vertical-align: middle;
}
.mod-button-list.opt-col3 ul li {
  width: 33.33%;
  padding: 0 10px;
}
.mod-button-list.opt-col3 ul li > .mod-mp-button {
  width: 100%;
}
.mod-button-list.opt-col3 ul li:nth-child(-n+2) {
  margin-top: 20px;
}
.mod-button-list.opt-col3 ul li:nth-child(-n+2):first-child {
  margin-top: 0;
}
.mod-button-list.opt-col3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.mod-button-list.opt-col3 ul li:nth-child(3n+1) {
  clear: left;
}
.mod-button-list.opt-col3 ul li > .mod-button {
  display: table;
  width: 100%;
}
.mod-button-list.opt-col3 ul li > .mod-button a,
.mod-button-list.opt-col3 ul li > .mod-button button {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .mod-button-list.opt-col3 ul li {
    width: auto;
  }
  .mod-button-list.opt-col3 ul li:nth-child(-n+3) {
    margin-top: 20px;
  }
  .mod-button-list.opt-col3 ul li:nth-child(-n+3):first-child {
    margin-top: 0;
  }
}
/* Conversion
   ========================================================================== */
.mod-mp-conversion-wrap {
  position: relative;
  margin-top: 110px;
}
.mod-mp-conversion-wrap:first-child {
  margin-top: 0;
}
.mod-mp-conversion-wrap.opt-margin-small {
  margin-top: 70px;
}
.mod-bg-gray + .mod-mp-conversion-wrap {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion-wrap {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .mod-mp-conversion-wrap.opt-margin-small {
    margin-top: 40px;
  }
}
.mod-mp-conversion {
  padding: 44px 0 30px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.mod-mp-conversion:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 120px;
  height: 4px;
  margin: 0 auto;
  background-color: #3eb451;
}
.mod-mp-conversion.opt-thin {
  padding: 25px 0 30px;
}
.mod-mp-conversion .mod-button-list {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion {
    padding: 33px 17px 34px;
  }
  .mod-mp-conversion:before {
    width: 60px;
    height: 3px;
  }
  .mod-mp-conversion.opt-thin {
    padding: 23px 17px 23px;
  }
  .mod-mp-conversion .mod-button-list {
    margin-top: 25px;
  }
}
.mod-mp-conversion_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_inner {
    width: auto;
  }
}
.mod-mp-conversion_title {
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_title {
    font-size: 2em;
  }
}
.mod-mp-conversion_company-name {
  font-weight: bold;
  font-size: 1.8em;
  color: #fffefe;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_company-name {
    font-size: 1.6em;
  }
}
.mod-mp-conversion_company_text {
  margin-top: 15px;
  color: #eee;
  line-height: 1.2;
  text-align: center;
}
.mod-mp-conversion_company_detail {
  display: table;
  overflow: hidden;
  margin: 10px auto 0;
  text-align: center;
}
.mod-mp-conversion_company_detail p {
  float: left;
  margin-top: 0;
  padding-left: 15px;
  color: #eee;
  line-height: 1.2;
}
.mod-mp-conversion_company_detail p:first-child {
  padding-left: 0;
}
.mod-mp-conversion_company_detail p:last-child {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_company_detail {
    display: block;
    margin-top: 10px;
  }
  .mod-mp-conversion_company_detail p {
    float: none;
    margin-top: 5px;
    padding-left: 0;
  }
  .mod-mp-conversion_company_detail p:last-child {
    margin-top: 10px;
    padding-left: 0;
  }
}
.mod-mp-conversion_text-wrapper {
  display: table;
  margin: 20px auto 0;
  table-layout: fixed;
}
.mod-mp-conversion_text-wrapper ul {
  margin: 0 -30px;
}
.mod-mp-conversion_text-wrapper ul li {
  display: table-cell;
  padding: 0 30px;
  border-left: 1px solid #aaaaaa;
  border-left: 1px solid rgba(170, 170, 170, 0.5);
  text-align: center;
}
.mod-mp-conversion_text-wrapper ul li:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text-wrapper {
    display: block;
  }
  .mod-mp-conversion_text-wrapper ul {
    margin: 0;
  }
  .mod-mp-conversion_text-wrapper ul li {
    margin-top: 25px;
    display: block;
    padding: 0 10px;
    border: none;
    text-align: center;
  }
  .mod-mp-conversion_text-wrapper ul li:first-child {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
  }
  .mod-mp-conversion_text-wrapper > p {
    display: block;
    text-align: center;
  }
}
.mod-mp-conversion_text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text {
    font-size: 1.6em;
  }
}
.mod-mp-conversion_text_number {
  line-height: 1.4;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.mod-mp-conversion_text_number a,
.mod-mp-conversion_text_number span {
  color: #fff;
}
.mod-mp-conversion_text_number a:before,
.mod-mp-conversion_text_number span:before {
  display: inline-block;
  width: 27px;
  height: 36px;
  margin-right: 6px;
  background: url(/common/img/parts/icon_tel01.png) no-repeat;
  background-size: 27px auto;
  vertical-align: middle;
  content: "";
}
.mod-mp-conversion_text_number a:hover,
.mod-mp-conversion_text_number span:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text_number {
    margin-top: 5px;
    padding-left: 0;
  }
}
.mod-mp-conversion_text_number.opt-fax a:before,
.mod-mp-conversion_text_number.opt-fax span:before {
  width: 35px;
  height: 37px;
  margin-right: 14px;
  background: url(/common/img/parts/icon_fax01.png) no-repeat;
  background-size: 100%;
}
.mod-mp-conversion_text_time {
  margin-top: 5px;
  color: #fff;
}
.mod-mp-conversion_text_time span {
  display: inline-block;
  margin-left: .5em;
  font-size: 1.6rem;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text_time {
    margin-top: 0;
  }
}
.mod-mp-conversion_text02-wrapper {
  display: table;
  margin: 20px auto 0;
}
.mod-mp-conversion_text02-wrapper > p {
  display: table-cell;
  color: #fff;
  line-height: 1.4;
  vertical-align: middle;
}
.is-fixed .mod-mp-conversion_text02-wrapper {
  display: none;
}
@media print {
  .is-fixed .mod-mp-conversion_text02-wrapper {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text02-wrapper {
    display: block;
    padding: 10px;
    border: 1px solid #fff;
  }
  .mod-mp-conversion_text02-wrapper > p {
    display: block;
    text-align: center;
  }
}
.mod-mp-conversion_text02 {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text02 {
    font-size: 1.6em;
  }
}
.mod-mp-conversion_text02_tel {
  padding-left: 12px;
  font-weight: bold;
  font-size: 3.2em;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.mod-mp-conversion_text02_tel a,
.mod-mp-conversion_text02_tel span {
  color: #fff;
}
.mod-mp-conversion_text02_tel a:before,
.mod-mp-conversion_text02_tel span:before {
  display: inline-block;
  width: 21px;
  height: 28px;
  margin-right: 6px;
  background: url(/common/img/parts/icon_tel01.png) no-repeat;
  background-size: 21px auto;
  vertical-align: middle;
  content: "";
}
.mod-mp-conversion_text02_tel a:hover,
.mod-mp-conversion_text02_tel span:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text02_tel {
    margin-top: 5px;
    padding-left: 0;
  }
}
.mod-mp-conversion_text02_time {
  padding-left: 10px;
}
.mod-mp-conversion_text02_time span {
  display: inline-block;
  margin-left: .5em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .mod-mp-conversion_text02_time {
    margin-top: 0;
    padding-left: 0;
  }
}
/* Anchor list
   ========================================================================== */
.mod-mp-anchor-list {
  margin-top: 30px;
  padding: 20px;
  background-color: #e6e6e6;
}
.mod-mp-anchor-list:first-child {
  margin-top: 0;
}
.mod-mp-anchor-list ul {
  overflow: hidden;
  margin: -15px 0 0 -10px;
}
.mod-mp-anchor-list ul li {
  float: left;
  margin: 15px 0 0 10px;
  line-height: 1.3;
}
.mod-mp-anchor-list ul li a {
  display: block;
  position: relative;
  padding: 17px 32px 17px 15px;
  background-color: #fff;
  color: #000000;
}
.mod-mp-anchor-list ul li a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 9px;
  height: 6px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/anchor-link_bg01.png);
  background-size: 9px auto;
  content: "";
}
.mod-mp-anchor-list ul li a:hover {
  background-color: #3eb451;
  color: #fff;
  text-decoration: none;
}
.mod-mp-anchor-list ul li a:hover:before {
  background-image: url(/common/img/parts/anchor-link_bg02.png);
}
@media screen and (max-width: 767px) {
  .mod-mp-anchor-list {
    padding: 10px;
  }
  .mod-mp-anchor-list ul {
    margin: 0;
  }
  .mod-mp-anchor-list ul li {
    float: none;
    margin: 10px 0 0 0;
  }
  .mod-mp-anchor-list ul li:first-child {
    margin-top: 0;
  }
  .mod-mp-anchor-list ul li a:before {
    width: 14px;
    height: 9px;
    background-size: 14px auto;
  }
}
/* Anchor list
   ========================================================================== */
.mod-mp-anchor-list {
  margin-top: 30px;
  padding: 20px;
  background-color: #e6e6e6;
}
.mod-mp-anchor-list:first-child {
  margin-top: 0;
}
.mod-mp-anchor-list ul {
  overflow: hidden;
  margin: -15px 0 0 -10px;
}
.mod-mp-anchor-list ul li {
  float: left;
  margin: 15px 0 0 10px;
  line-height: 1.3;
}
.mod-mp-anchor-list ul li a {
  display: block;
  position: relative;
  padding: 17px 32px 17px 15px;
  background-color: #fff;
  color: #000000;
}
.mod-mp-anchor-list ul li a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 9px;
  height: 6px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/anchor-link_bg01.png);
  background-size: 9px auto;
  content: "";
}
.mod-mp-anchor-list ul li a:hover {
  background-color: #3eb451;
  color: #fff;
  text-decoration: none;
}
.mod-mp-anchor-list ul li a:hover:before {
  background-image: url(/common/img/parts/anchor-link_bg02.png);
}
@media screen and (max-width: 767px) {
  .mod-mp-anchor-list {
    padding: 10px;
  }
  .mod-mp-anchor-list ul {
    margin: 0;
  }
  .mod-mp-anchor-list ul li {
    float: none;
    margin: 10px 0 0 0;
  }
  .mod-mp-anchor-list ul li:first-child {
    margin-top: 0;
  }
  .mod-mp-anchor-list ul li a:before {
    width: 14px;
    height: 9px;
    background-size: 14px auto;
  }
}
/* Visit list
   ========================================================================== */
.mod-mp-visit-list {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #dfdfdf;
}
.mod-mp-visit-list:first-child {
  margin-top: 0;
}
.mod-mp-visit-list ul {
  overflow: hidden;
  margin: -15px 0 0 -10px;
}
.mod-mp-visit-list ul li {
  float: left;
  margin: 15px 0 0 10px;
  line-height: 1.3;
}
.mod-mp-visit-list ul li a {
  display: block;
  position: relative;
  padding: 17px 29px 17px 15px;
  background-color: #e6e6e6;
  color: #000000;
}
.mod-mp-visit-list ul li a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/link_bg01.png) no-repeat;
  background-size: 100% auto;
  content: "";
}
.mod-mp-visit-list ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mod-mp-visit-list ul li a.is-current {
  padding-right: 15px;
  background-color: #3eb451;
  color: #fff;
}
.mod-mp-visit-list ul li a.is-current:before {
  display: none;
}
.mod-mp-visit-list ul li.opt-icon-window a:before {
  width: 12px;
  height: 11px;
  background-image: url(/melphin/common/img/parts/icon_window02.png);
}
@media screen and (max-width: 767px) {
  .mod-mp-visit-list {
    padding: 10px;
  }
  .mod-mp-visit-list ul {
    margin: 0;
  }
  .mod-mp-visit-list ul li {
    float: none;
    margin: 10px 0 0 0;
  }
  .mod-mp-visit-list ul li:first-child {
    margin-top: 0;
  }
  .mod-mp-visit-list ul li a:before {
    right: 12px;
    width: 9px;
    height: 14px;
  }
}
/* relation list
   ========================================================================== */
.mod-mp-relation-list {
  margin-top: 30px;
}
.mod-mp-relation-list:first-child {
  margin-top: 0;
}
.mod-mp-relation-list ul {
  overflow: hidden;
  margin: -15px 0 0 -10px;
}
.mod-mp-relation-list ul li {
  float: left;
  margin: 15px 0 0 10px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .mod-mp-relation-list ul {
    margin: 0;
  }
  .mod-mp-relation-list ul li {
    float: none;
    margin: 10px 0 0 0;
  }
  .mod-mp-relation-list ul li:first-child {
    margin-top: 0;
  }
  .mod-mp-relation-list ul li a:before {
    right: 12px;
    width: 9px;
    height: 14px;
    background-size: 9px auto;
  }
}
.mod-mp-relation-button {
  line-height: 1.3;
  font-size: 1.4em;
}
.mod-mp-relation-button a {
  display: block;
  position: relative;
  padding: 16px 29px 16px 15px;
  border: 1px solid #dfdfdf;
  color: #000000;
}
.mod-mp-relation-button a:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/link_bg01.png);
  background-size: 6px auto;
  content: "";
}
.mod-mp-relation-button a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mod-mp-relation-button a.is-current {
  padding-right: 15px;
  background-color: #3eb451;
  color: #fff;
}
.mod-mp-relation-button a.is-current:before {
  display: none;
}
.mod-mp-relation-button.opt-icon-window a {
  padding-right: 35px;
}
.mod-mp-relation-button.opt-icon-window a:before {
  width: 12px;
  height: 11px;
  background: url(/melphin/common/img/parts/icon_window02.png) no-repeat;
  background-size: 12px auto;
}
.mod-mp-relation-button.opt-icon-pdf a {
  padding-right: 47px;
}
.mod-mp-relation-button.opt-icon-pdf a:before {
  width: 24px;
  height: 14px;
  background: url(/common/img/parts/icon_pdf01.png) no-repeat;
  background-size: 24px auto;
}
.mod-mp-relation-button.opt-icon-word a {
  padding-right: 53px;
}
.mod-mp-relation-button.opt-icon-word a:before {
  width: 30px;
  height: 14px;
  background: url(/common/img/parts/icon_word01.png) no-repeat;
  background-size: 30px auto;
}
/* ==========================================================================
   Block module
   ========================================================================== */
/* Bg color
  ========================================================================== */
.mod-mp-bg-green {
  padding: 70px 0;
  background-color: #f0f5f0;
}
@media screen and (max-width: 767px) {
  .mod-mp-bg-green {
    padding: 50px 0;
  }
}
.mod-mp-bg-green + .mod-mp-conversion-wrap {
  margin-top: 0;
}
/* table
  ========================================================================== */
.mod-table th.opt-w26_pc,
.mod-table td.opt-w26_pc {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .mod-table th.opt-w36_sp,
  .mod-table td.opt-w36_sp {
    width: 36%;
  }
}
/* pick-up
  ========================================================================== */
.mod-mp-pick-up {
  margin-top: 70px;
  padding: 70px 0;
  background: url(/melphin/common/img/parts/pick-up_bg01.jpg) no-repeat center top;
  background-size: cover;
}
.mod-mp-pick-up:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-pick-up {
    margin-top: 50px;
    padding: 40px 0 50px;
  }
  .mod-mp-pick-up:first-child {
    margin-top: 0;
  }
}
.mod-mp-pick-up_inner {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-pick-up_inner {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.mod-mp-pick-up_title {
  text-align: center;
}
.mod-mp-pick-up_title img {
  width: 181px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-pick-up_title img {
    width: 137px;
  }
}
.mod-mp-pick-up_text {
  margin-top: 40px;
}
.mod-mp-pick-up_text:first-child {
  margin-top: 0;
}
.mod-mp-pick-up_text p {
  margin-top: 15px;
}
.mod-mp-pick-up_text p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-pick-up_text {
    margin-top: 30px;
  }
  .mod-mp-pick-up_text:first-child {
    margin-top: 0;
  }
  .mod-mp-pick-up_text p {
    margin-top: 10px;
  }
  .mod-mp-pick-up_text p:first-child {
    margin-top: 0;
  }
}
/* system-list_item
  ========================================================================== */
.mod-mp-system-list {
  overflow: hidden;
  background-color: #fff;
}
.mod-mp-system-list.opt-thin {
  padding: 30px 50px;
}
.mod-mp-system-list.opt-copy .mod-mp-system-list_item a {
  padding: 35px 18px 40px;
}
@media screen and (min-width: 767px) {
  .mod-mp-system-list.opt-noborder .mod-mp-system-list_item:nth-child(n+5):after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-mp-system-list.opt-noborder .mod-mp-system-list_item:nth-child(n+7):after {
    display: none;
  }
}
.head-text + .mod-mp-system-list {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .mod-mp-system-list.opt-thin {
    padding: 0;
  }
  .mod-mp-system-list.opt-copy .mod-mp-system-list_item a {
    padding: 30px 5px;
  }
}
.mod-mp-system-list_item {
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-system-list_item:before,
.mod-mp-system-list_item:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
}
.mod-mp-system-list_item:before {
  top: 0;
  right: 0;
  bottom: 0;
  height: 90%;
  margin: auto 0;
  border-right: 1px solid #e5e5e5;
}
.mod-mp-system-list_item:after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
}
.mod-mp-system-list_item:nth-child(4n+1) {
  clear: left;
}
.mod-mp-system-list_item:nth-child(4n):before {
  display: none;
}
.mod-mp-system-list_item.is-edge:after {
  display: none;
}
.mod-mp-system-list_item a {
  display: block;
  padding: 40px 18px 47px;
}
.mod-mp-system-list_item a figure {
  display: table;
  width: 100%;
  height: 74px;
  margin-top: 10px;
}
.mod-mp-system-list_item a figure span {
  display: table-cell;
  vertical-align: middle;
}
.mod-mp-system-list_item a figure span img {
  width: auto;
  height: 74px;
}
.mod-mp-system-list_item a:hover {
  background-color: #edfaef;
  text-decoration: none;
}
.mod-mp-system-list_item a .mod-mp-system-list_name {
  width: 100%;
  color: #000000;
  font-weight: bold;
  line-height: 1.3;
}
.mod-mp-system-list_item a .mod-mp-system-list_name.opt-large {
  font-size: 1.6rem;
}
.mod-mp-system-list_item a .sub {
  margin-top: 8px;
  color: #000000;
  font-weight: normal;
  font-size: 0.9em;
}
.mod-mp-system-list_item a .mod-mp-system-list_text {
  color: #000000;
  line-height: 1.3;
  font-size: 1.2rem;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .mod-mp-system-list_item {
    width: 50%;
  }
  .mod-mp-system-list_item:nth-child(2n+1) {
    clear: left;
  }
  .mod-mp-system-list_item:nth-child(2n) {
    border-right: none;
  }
  .mod-mp-system-list_item:nth-child(2n):before {
    display: none;
  }
  .mod-mp-system-list_item:before {
    height: 75%;
  }
  .mod-mp-system-list_item a {
    padding: 35px 10px;
  }
}
.mod-mp-system-list_name_wrap {
  margin-top: 10px;
  display: inline-block;
}
.mod-mp-system-list_name_wrap.link {
  position: relative;
  padding-right: 20px;
}
.mod-mp-system-list_name_wrap.link:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -6px;
  bottom: 0;
  right: -4px;
  margin-top: auto;
  margin-bottom: auto;
  background: url(/melphin/common/img/parts/icon_window.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.mod-label .mod-label_list {
  display: block;
  text-align: center;
  margin: -5px 0 0;
}
.mod-label .mod-label_list li {
  margin-top: 5px;
  padding-left: 5px;
}
.mod-label .mod-label_list li:first-child {
  padding-left: 0;
}
/* check-list
   ========================================================================== */
.mod-mp-check-list {
  border: 10px solid #e6e6e6;
  -webkit-border-image: url(/melphin/common/img/parts/checklist_item_bg01.png) 20 20 round;
       -o-border-image: url(/melphin/common/img/parts/checklist_item_bg01.png) 20 20 round;
          border-image: url(/melphin/common/img/parts/checklist_item_bg01.png) 20 20 round;
  padding: 22.5px 20px 23.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-check-list.opt-thin {
  border: 5px solid #e6e6e6;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  padding: 40px 31.5px 40px 41.5px;
}
@media screen and (max-width: 767px) {
  .mod-mp-check-list {
    padding: 15.8px 15px 16.8px;
  }
  .mod-mp-check-list.opt-thin {
    padding: 22.5px 20px 23.5px;
  }
}
.mod-mp-check-list_body {
  font-size: 0;
}
.mod-mp-check-list_body > li {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 20px;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/melphin/common/img/parts/checklist_item_bg02.png);
  background-repeat: no-repeat;
  background-size: 17px 13px;
  background-position: top 3px left;
}
.mod-mp-check-list_body > li:first-child {
  margin-top: 0;
}
.mod-mp-check-list_body.opt-2clm > li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.mod-mp-check-list_body.opt-2clm > li:nth-child(odd) {
  margin-right: 4%;
}
.mod-mp-check-list_body.opt-2clm > li:nth-child(2) {
  margin-top: 0;
}
.mod-mp-check-list_body + .mod-mp-check-list_body {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mod-mp-check-list_body > li {
    font-size: 1.5rem;
    margin-top: 17.5px;
    background-size: 15px 12px;
  }
  .mod-mp-check-list_body.opt-2clm > li {
    width: 100%;
  }
  .mod-mp-check-list_body.opt-2clm > li:nth-child(odd) {
    margin-right: 0;
  }
  .mod-mp-check-list_body.opt-2clm > li:nth-child(2) {
    margin-top: 17.5px;
  }
  .mod-mp-check-list_body + .mod-mp-check-list_body {
    margin-top: 50px;
  }
}
.mod-mp-check-list_title {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod-mp-check-list_title {
    font-size: 1.7rem;
  }
}
.mod-mp-check-list_title + .mod-mp-check-list_body,
.mod-mp-check-list_section_title + .mod-mp-check-list_body {
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .mod-mp-check-list_title + .mod-mp-check-list_body,
  .mod-mp-check-list_section_title + .mod-mp-check-list_body {
    margin-top: 14px;
  }
}
.mod-mp-check-list_inner {
  margin-top: 40px;
}
.mod-mp-check-list_inner:first-child {
  margin-top: 0;
}
.mod-mp-check-list_lower {
  margin-top: 12px;
}
.mod-mp-check-list_lower > li {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 4px;
}
.mod-mp-check-list_lower > li:before {
  content: "・";
}
.mod-mp-check-list_lower > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-check-list_lower > li {
    font-size: 1.5rem;
  }
}
/* News list
   ========================================================================== */
.mod-mp-news-list {
  margin-top: 30px;
}
.mod-mp-news-list:first-child {
  margin-top: 0;
}
.mod-mp-news-list .mod-mp-news-list_item {
  border-bottom: 1px dotted #b2b2b2;
}
.mod-mp-news-list .mod-mp-news-list_item:first-child {
  border-top: 1px dotted #b2b2b2;
}
.mod-mp-news-list .mod-mp-news-list_item a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 30px 73px 30px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-news-list .mod-mp-news-list_item a:before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 13px;
  height: 23px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/news-item_bg01.png) no-repeat;
  background-size: 100%;
  content: "";
}
.mod-mp-news-list .mod-mp-news-list_item a:hover {
  background-color: #edfaef;
  text-decoration: none;
}
.mod-mp-news-list .mod-mp-news-list_item.opt-icon-pdf a:before {
  right: 25px;
  width: 24px;
  height: 14px;
  background: url(/common/img/parts/icon_pdf01.png) no-repeat;
  background-size: 100%;
}
.mod-mp-news-list .mod-mp-news-list_head {
  display: table;
  float: left;
  margin-right: 25px;
}
.mod-mp-news-list .mod-mp-news-list_date {
  display: table-cell;
  color: #666;
  line-height: 1.8;
  vertical-align: middle;
}
.mod-mp-news-list .mod-mp-news-list_label {
  display: table-cell;
  padding-left: 15px;
  color: #333;
  line-height: 1.3;
  font-size: 1.2rem;
  vertical-align: middle;
}
.mod-mp-news-list .mod-mp-news-list_label span {
  display: inline-block;
  padding: 3px 10px 2px;
  border: 1px solid #333;
  border-radius: 11px;
  min-width: 124px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-news-list .mod-mp-news-list_body {
  overflow: hidden;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .mod-mp-news-list {
    margin-top: 20px;
  }
  .mod-mp-news-list:first-child {
    margin-top: 0;
  }
  .mod-mp-news-list .mod-mp-news-list_item a {
    padding: 20px 37px 20px 9px;
  }
  .mod-mp-news-list .mod-mp-news-list_item a:before {
    right: 9px;
  }
  .mod-mp-news-list .mod-mp-news-list_item.opt-icon-pdf a:before {
    right: 5px;
  }
  .mod-mp-news-list .mod-mp-news-list_head {
    float: none;
    margin-right: 0;
  }
  .mod-mp-news-list .mod-mp-news-list_body {
    margin-top: 10px;
  }
  .mod-mp-news-list .mod-mp-news-list_body:first-child {
    margin-top: 0;
  }
}
.mod-mp-news-list.opt-event .mod-mp-news-list_head {
  float: none;
  margin-right: 0;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_date {
  color: #444;
  font-weight: bold;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_label {
  padding-left: 40px;
  color: #fff;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_label span {
  border: none;
  padding: 4px 12px 3px;
  border-radius: 0;
  background-color: #696969;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_body {
  margin-top: 20px;
  margin-left: 198px;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_body:first-child {
  margin-top: 0;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_title {
  margin-top: 20px;
  color: #e90000;
  line-height: 1.3;
  font-size: 1.8rem;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_title:first-child {
  margin-top: 0;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_detail {
  margin-top: 10px;
  line-height: 1.5;
}
.mod-mp-news-list.opt-event .mod-mp-news-list_detail:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-news-list.opt-event .mod-mp-news-list_label {
    padding-left: 10px;
  }
  .mod-mp-news-list.opt-event .mod-mp-news-list_body {
    margin: 15px 0 0;
  }
  .mod-mp-news-list.opt-event .mod-mp-news-list_title {
    font-size: 1.6rem;
  }
}
/* media
   ========================================================================== */
.mod-mp-media_body_title {
  font-size: 2.0rem;
  line-height: 1.4;
}
.mod-mp-media_body_title + p {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .mod-mp-media_body_title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .mod-mp-media_title_side {
    margin-top: 0;
  }
}
p.mod-mp-media_body_text {
  margin-top: 18px;
}
.mod-media-system .mod-media_body {
  width: 470px;
  float: left;
}
.mod-media-system .mod-media-system_text + .mod-ul,
.mod-media-system .mod-media-system_text + .mod-ol {
  margin-top: 3px;
}
.mod-media-system + .mod-media-system {
  margin-top: 50px;
}
.mod-media-system + .mod-media-system:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-media-system .mod-media_body {
    width: 100%;
    float: none;
  }
  .mod-media-system .mod-media_object {
    margin-top: 20px;
  }
  .mod-media-system + .mod-media-system {
    margin-top: 30px;
  }
  .mod-media-system + .mod-media-system:first-child {
    margin-top: 0;
  }
}
.mod-ul.opt-thin-margin > li,
.mod-ol.opt-thin-margin > li {
  line-height: 1.2;
}
/* Index item
   ========================================================================== */
.mod-mp-index a {
  display: block;
  position: relative;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.mod-mp-index a:before {
  display: block;
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background: url(/melphin/common/img/parts/tile-link_bg01.png) no-repeat;
  background-size: 12px auto;
  content: "";
}
.mod-mp-index a:hover {
  background-color: #edfaef;
  text-decoration: none;
}
.mod-mp-index_object {
  overflow: hidden;
  position: relative;
  padding-top: 56.37%;
  text-align: center;
}
.mod-mp-index_object img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.mod-mp-index_body {
  padding: 15px 16px 26px 20px;
}
.mod-mp-index_name {
  color: #3eb451;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.6em;
}
.mod-mp-index_sub-name {
  margin-top: 5px;
  line-height: 1.3;
  color: #000000;
  font-size: 1.2em;
}
.mod-mp-index_text {
  margin-top: 10px;
  color: #000000;
  line-height: 1.5;
}
/* Index item02
   ========================================================================== */
.mod-mp-index02 {
  margin-top: 35px;
}
.mod-mp-index02:first-child {
  margin-top: 0;
}
.mod-mp-index02 a {
  display: block;
  overflow: hidden;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #3eb451;
  background-color: #fff;
  color: #000000;
}
.mod-mp-index02 a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 767px) {
  .mod-mp-index02 {
    margin-top: 20px;
  }
  .mod-mp-index02:first-child {
    margin-top: 0;
  }
  .mod-mp-index02 a {
    padding: 15px 15px 20px;
  }
}
.mod-mp-index02_object {
  position: relative;
  float: left;
  width: 323px;
  margin-right: 30px;
  text-align: center;
}
.mod-mp-index02_object img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .mod-mp-index02_object {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.mod-mp-index02_object_movie-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 7px 7px 7px 29px;
  background-color: #e90000;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.3em;
}
.mod-mp-index02_object_movie-icon:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 17px;
  height: 14px;
  margin: auto 0;
  background: url(/common/img/parts/icon_movie01.png) no-repeat;
  background-size: 100%;
  content: "";
}
.mod-mp-index02_body {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod-mp-index02_body {
    margin-top: 20px;
  }
  .mod-mp-index02_body:first-child {
    margin-top: 0;
  }
}
.mod-mp-index02_title {
  font-weight: normal;
  line-height: 1.3;
  font-size: 2.2em;
}
@media screen and (max-width: 767px) {
  .mod-mp-index02_title {
    font-size: 2em;
  }
}
.mod-mp-index02_label {
  display: table;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index02_label {
    margin-top: 20px;
  }
  .mod-mp-index02_label:first-child {
    margin-top: 0;
  }
}
.mod-mp-index02_label_address {
  display: table-cell;
  line-height: 1.3;
  color: #696969;
  font-size: 1.2em;
  vertical-align: middle;
}
.mod-mp-index02_label_address span {
  display: inline-block;
  padding: 3px 5px 2px;
  border: 1px solid #696969;
}
.mod-mp-index02_label_category {
  display: table-cell;
  padding-left: 12px;
  color: #696969;
  line-height: 1.4;
  vertical-align: middle;
}
.mod-mp-index02_name {
  position: relative;
  margin-top: 15px;
  padding: 7px 10px 7px 31px;
  background-color: #f3f3f3;
  font-weight: bold;
}
.mod-mp-index02_name:before {
  display: block;
  position: absolute;
  top: 12px;
  left: 10px;
  width: 13px;
  height: 13px;
  background: url(/melphin/common/img/parts/link_bg04.png) no-repeat;
  background-size: 13px auto;
  content: "";
}
.mod-mp-index02_name_list {
  overflow: hidden;
  margin-left: -15px;
}
.mod-mp-index02_name_list li {
  float: left;
  margin-left: 15px;
}
.mod-mp-index02_text {
  margin-top: 20px;
}
.mod-mp-index02_text:first-child {
  margin-top: 0;
}
.mod-mp-index02_button {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 1.2em;
  text-align: right;
}
.mod-mp-index02_button span {
  display: inline-block;
  position: relative;
  padding: 5px 27px 3px;
  border-bottom: 1px solid #ccc;
  background-color: #e6e6e6;
}
.mod-mp-index02_button span:before {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 9px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/link_bg01.png) no-repeat;
  background-size: 6px auto;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-mp-index02_button {
    font-weight: bold;
    font-size: 1.4em;
    text-align: center;
  }
  .mod-mp-index02_button span {
    display: block;
    padding: 12px 47px 12px 36px;
    border-bottom-width: 2px;
  }
  .mod-mp-index02_button span:before {
    right: 15px;
    width: 9px;
    height: 14px;
    background-size: 9px auto;
  }
}
/* Index item03
   ========================================================================== */
.mod-mp-index03 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #3eb451;
  background-color: #fff;
}
.mod-mp-index03:first-child {
  margin-top: 0;
}
.mod-mp-index03_object {
  float: left;
  margin-right: 30px;
}
.mod-mp-index03_body {
  padding: 19px 20px 15px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index03_body {
    padding-bottom: 20px;
  }
}
.mod-mp-index03_title {
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.7em;
}
.mod-mp-index03_label_address {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 1.2em;
  color: #696969;
}
.mod-mp-index03_label_address:first-child {
  margin-top: 0;
}
.mod-mp-index03_label_address span {
  display: inline-block;
  padding: 3px 5px 2px;
  border: 1px solid #696969;
}
.mod-mp-index03_label_category {
  margin-top: 8px;
  color: #696969;
  line-height: 1.4;
}
.mod-mp-index03_name {
  position: relative;
  margin-top: 0;
  padding: 12px 20px 11px 41px;
  background-color: #f3f3f3;
  line-height: 1.5;
  font-weight: bold;
}
.mod-mp-index03_name:before {
  display: block;
  position: absolute;
  top: 17px;
  left: 20px;
  width: 13px;
  height: 13px;
  background: url(/melphin/common/img/parts/link_bg04.png) no-repeat;
  background-size: 13px auto;
  content: "";
}
.mod-mp-index03_name_list {
  overflow: hidden;
  margin-left: -15px;
}
.mod-mp-index03_name_list > li {
  float: left;
  margin-left: 15px;
}
/* Index item05
   ========================================================================== */
/* Index item05
   ========================================================================== */
.mod-mp-index05 {
  margin-top: 30px;
}
.mod-mp-index05:first-child {
  margin-top: 0;
}
.mod-mp-index05 a {
  display: block;
  padding: 30px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-index05 a:hover {
  background-color: #edfaef;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-index05 a {
    padding: 20px;
  }
}
.mod-mp-index05_head {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
  .mod-mp-index05_head {
    padding-bottom: 15px;
  }
}
.mod-mp-index05_title {
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 2.2em;
}
.mod-mp-index05_title:before {
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 50px;
  height: 1px;
  background-color: #3eb451;
  content: "";
}
.mod-mp-index05_title:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 25px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/link_bg07.png) no-repeat right center;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-mp-index05_title {
    font-size: 1.8em;
  }
  .mod-mp-index05_title:before {
    bottom: -16px;
  }
  .mod-mp-index05_title:after {
    width: 12px;
    height: 21px;
  }
}
.mod-mp-index05.opt-icon-window .mod-mp-index05_title:after {
  width: 24px;
  height: 22px;
  margin: auto 0;
  background: url(/common/img/parts/icon_window01.png) no-repeat right center;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .mod-mp-index05.opt-icon-window .mod-mp-index05_title:after {
    width: 20px;
    height: 18px;
  }
}
.mod-mp-index05_body {
  margin-top: 20px;
  line-height: 1.5;
}
.mod-mp-index05_body:first-child {
  margin-top: 0;
}
/* Index item06
   ========================================================================== */
.mod-mp-index06 {
  border: 4px solid #dfdfdf;
  padding: 45px 10px 43px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-mp-index06 {
    padding: 35.5px 21px 38px 21px;
  }
}
.mod-mp-index06_title {
  width: 700px;
  border-bottom: 1px solid #3eb451;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 11px;
  position: relative;
}
.mod-mp-index06_title:before {
  content: "";
  position: absolute;
  background: url(/melphin/common/img/parts/conversion_item_bg01.png) no-repeat;
  background-size: 30.5px auto;
  width: 30.5px;
  height: 15px;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}
.mod-mp-index06_title span {
  font-size: 2.7rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mod-mp-index06_title {
    width: 100%;
    padding-bottom: 16.5px;
  }
  .mod-mp-index06_title span {
    font-size: 2.3rem;
  }
}
.mod-mp-index06_button_wrap {
  padding-top: 8.5px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index06_button_wrap {
    padding-top: 1.5px;
  }
}
.mod-mp-index06 .mod-mp-button {
  margin-top: 13px;
}
.mod-mp-index06 .mod-button-list {
  margin-top: 0;
}
.mod-mp-index06 .mod-button-list.opt-pc-col3 ul li {
  margin-top: 0;
}
.mod-mp-index06 .mod-button-list.opt-pc-col3 .mod-mp-button {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index06 .mod-mp-button {
    margin-top: 15px;
  }
  .mod-mp-index06 .mod-button-list.opt-pc-col3 .mod-mp-button {
    width: 100%;
  }
}
/* Index item07
   ========================================================================== */
.mod-mp-index07 .mod-button-list {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index07 .mod-button-list {
    margin-top: 42px;
  }
}
/* Index item08
   ========================================================================== */
.mod-mp-index08 {
  padding: 21px 10px 30px;
  border: 4px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-index08 .mod-button-list {
  margin-top: 24px;
}
.mod-mp-index08 .mod-mp-button a {
  padding: 16px 40px 15px;
}
@media screen and (max-width: 767px) {
  .mod-mp-index08 {
    padding: 20.5px 10px 20px;
  }
  .mod-mp-index08 .mod-button-list {
    margin-top: 5.5px;
  }
  .mod-mp-index08 .mod-button-list ul li:nth-child(-n+2) {
    margin-top: 10px;
  }
  .mod-mp-index08 .mod-mp-button a {
    padding: 17px 40px 17px;
  }
}
.mod-mp-index08_title {
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mod-mp-index08_title {
    font-size: 1.7rem;
  }
}
/* Case　list
   ========================================================================== */
.mod-mp-case_list {
  margin-top: 40px;
  padding: 0 50px;
}
.mod-mp-case_list:first-child {
  margin-top: 0;
}
.mod-mp-case_list > ul {
  zoom: 1;
}
.mod-mp-case_list > ul:before,
.mod-mp-case_list > ul:after {
  content: '';
  display: table;
}
.mod-mp-case_list > ul:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .mod-mp-case_list {
    margin-top: 32px;
    padding: 0;
  }
  .mod-mp-case_list > ul {
    margin: 0 -10px;
  }
}
.mod-mp-case_list_item {
  overflow: hidden;
  float: left;
  width: 202px;
  margin-left: 24px;
}
.mod-mp-case_list_item:first-child {
  margin-left: 0;
}
.mod-mp-case_list_item a {
  display: block;
  position: relative;
  margin-top: 8px;
  border: 1px solid #dfdfdf;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.mod-mp-case_list_item a:first-child {
  margin-top: 0;
}
.mod-mp-case_list_item a figure {
  overflow: hidden;
  padding-top: 92%;
  text-align: center;
}
.mod-mp-case_list_item a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.mod-mp-case_list_item a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-case_list_item {
    margin-top: 20px;
    width: 50%;
    margin-left: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod-mp-case_list_item:first-child {
    margin-top: 0;
  }
  .mod-mp-case_list_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .mod-mp-case_list_item:nth-child(2n+1) {
    clear: left;
  }
  .mod-mp-case_list_item a figure {
    padding-top: 93%;
  }
}
.mod-mp-case_list_label {
  margin: -8px 0 0 -8px;
  font-size: 0;
}
.mod-mp-case_list_label > li {
  display: inline-block;
  margin: 8px 0 0 8px;
  padding: 3px 4px;
  border: 1px solid #696969;
  color: #696969;
  line-height: 1.3;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .mod-mp-case_list_label {
    margin: 0;
  }
  .mod-mp-case_list_label > li {
    margin: 5px 0 0;
  }
  .mod-mp-case_list_label > li:first-child {
    margin-top: 0;
  }
}
.mod-mp-case_list_item_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 15px 12px 12px;
  background-color: #222;
  line-height: 1.2;
  opacity: .7;
}
.mod-mp-case_list_item_movie-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 7px 7px 7px 29px;
  background-color: #e90000;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.3rem;
}
.mod-mp-case_list_item_movie-icon:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 17px;
  height: 14px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/icon_movie01.png) no-repeat;
  background-size: 100%;
  content: "";
}
/* tab
   ========================================================================== */
.mod-system_tab {
  margin-top: 22px;
}
.mod-system_tab:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-system_tab {
    margin-top: 25px;
  }
}
.mod-system_tab_handle-wrapper {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .mod-system_tab_handle-wrapper {
    display: none;
  }
}
.mod-system_tab_handle {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-system_tab_handle li {
  display: table-cell;
  padding: 0 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  vertical-align: middle;
}
.mod-system_tab_handle li a {
  display: block;
  padding: 15px 10px 16px;
  color: #fff;
  background-color: #999b9a;
  text-align: center;
  font-size: 0;
}
.mod-system_tab_handle li a:hover {
  text-decoration: none;
}
.mod-system_tab_handle li a.is-current {
  background-color: #fff;
  color: #000;
}
.mod-system_tab.has-handle-icon .mod-system_tab_handle li a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mod-system_tab_handle_icon,
.mod-system_tab_handle_text {
  display: inline-block;
  vertical-align: middle;
}
.mod-system_tab_handle_icon {
  margin-right: 14px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mod-system_tab_handle_icon img {
  width: 44px;
  max-width: 100%;
}
.mod-system_tab_handle .is-current .mod-system_tab_handle_icon img {
  opacity: 0;
}
.mod-system_tab_handle li:first-child .is-current .mod-system_tab_handle_icon {
  background-image: url(/melphin/img/index_about_icon01_on.png);
}
.mod-system_tab_handle li:nth-child(2) .is-current .mod-system_tab_handle_icon {
  background-image: url(/melphin/img/index_about_icon02_on.png);
}
.mod-system_tab_handle li:last-child .is-current .mod-system_tab_handle_icon {
  background-image: url(/melphin/img/index_about_icon03_on.png);
}
.mod-system_tab_handle_text {
  font-size: 1.6rem;
}
.mod-system_accordion_handle {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod-system_accordion_handle {
    display: block;
    position: relative;
    padding: 20px 40px 21px 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .mod-system_accordion_handle:before {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto 0;
    background: url(/melphin/img/index_accordion_bg_plus01.png) no-repeat;
    background-size: 21px auto;
    content: "";
  }
  .is-expanded .mod-system_accordion_handle:before {
    background-image: url(/melphin/img/index_accordion_bg_minus01.png);
  }
  .mod-system_accordion_handle p {
    line-height: 1.2;
    font-weight: bold;
    font-size: 0;
  }
  .mod-system_tab.has-handle-icon .mod-system_accordion_handle {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
.mod-system_accordion_handle_icon,
.mod-system_accordion_handle_text {
  display: inline-block;
  vertical-align: middle;
}
.mod-system_accordion_handle_icon {
  margin-right: 12px;
}
.mod-system_accordion_handle_icon img {
  width: 38px;
  max-width: 100%;
}
.mod-system_accordion_handle_text {
  font-size: 1.6rem;
}
.mod-system_accordion_content.is-forse-show {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .mod-system_accordion_content {
    padding: 25px 25px 30px;
    background-color: #fff;
  }
  .solution-tab .mod-system_accordion_content {
    padding: 0;
  }
}
.mod-system_tab_content {
  padding: 40px 75px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-system_tab_content {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
  }
  .mod-system_tab_content:first-child {
    margin-top: 0;
  }
}
.mod-system_tab_content + .mod-system_tab_content {
  display: none;
}
.mod-system_tab_content.solution-tab {
  padding: 40px 10px;
}
@media screen and (max-width: 767px) {
  .mod-system_tab_content.solution-tab {
    padding: 0;
  }
}
/* tab inner
   ========================================================================== */
.mod-mod-mp-solution_list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-mod-mp-solution_list.is-forse-show {
  display: table !important;
}
@media screen and (max-width: 767px) {
  .mod-mod-mp-solution_list {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.mod-mod-mp-solution_list_item {
  display: table-cell;
  border-left: 1px dotted #7f7f7f;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mod-mp-solution_list_item:first-child {
  border-left: none;
}
.mod-mod-mp-solution_list_item a {
  display: block;
  min-height: 129px;
  padding: 12px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mod-mp-solution_list_item a figure {
  display: table;
  width: 100%;
  height: 63px;
}
.mod-mod-mp-solution_list_item a figure span {
  display: table-cell;
  vertical-align: middle;
}
.mod-mod-mp-solution_list_item a figure span img {
  width: auto;
  height: auto;
  max-height: 64px;
}
.mod-mod-mp-solution_list_item a p {
  width: 100%;
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.mod-mod-mp-solution_list_item a p span {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: normal;
}
.mod-mod-mp-solution_list_item a:hover {
  background-color: #edf7ff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mod-mp-solution_list_item {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    border: none;
  }
  .mod-mod-mp-solution_list_item:before,
  .mod-mod-mp-solution_list_item:after {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
  }
  .mod-mod-mp-solution_list_item:before {
    top: 0;
    right: 0;
    bottom: 0;
    height: 66.6%;
    margin: auto 0;
    border-right: 1px dotted #7f7f7f;
  }
  .mod-mod-mp-solution_list_item:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: 66.6%;
    margin: 0 auto;
    border-bottom: 1px dotted #7f7f7f;
  }
  .mod-mod-mp-solution_list_item:nth-child(2n+1) {
    clear: left;
  }
  .mod-mod-mp-solution_list_item:nth-child(2n) {
    border-right: none;
  }
  .mod-mod-mp-solution_list_item:nth-child(2n):before {
    display: none;
  }
  .mod-mod-mp-solution_list_item.is-edge:after {
    display: none;
  }
  .mod-mod-mp-solution_list_item a {
    min-height: 0;
    padding: 35px 36px;
  }
}
/* Accordion
   ========================================================================== */
.mod-mp-accordion {
  margin-top: 50px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}
.mod-mp-accordion:first-child {
  margin-top: 0;
}
.mod-mp-accordion .mod-mp-accordion_handle {
  position: relative;
  padding: 18px 50px 18px 20px;
  line-height: 1.3;
  font-size: 1.6em;
}
.mod-mp-accordion .mod-mp-accordion_handle:before {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  background: url(/melphin/common/img/parts/accordion_bg_plus01.png) no-repeat;
  background-size: 25px auto;
  content: "";
}
.mod-mp-accordion .mod-mp-accordion_handle:hover {
  background-color: #edfaef;
}
.mod-mp-accordion .mod-mp-accordion_content {
  padding: 20px 0 40px;
  border-top: 1px solid #dfdfdf;
}
.mod-mp-accordion.is-expanded .mod-mp-accordion_handle {
  background-color: #edfaef;
}
.mod-mp-accordion.is-expanded .mod-mp-accordion_handle:before {
  background-image: url(/melphin/common/img/parts/accordion_bg_minus01.png);
}
.mod-mp-accordion.is-expanded .mod-mp-accordion_handle:hover {
  background-color: #d2fad9;
}
.mod-mp-accordion + .mod-mp-accordion {
  margin-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-accordion .mod-mp-accordion_handle {
    padding-right: 45px;
    padding-left: 10px;
  }
  .mod-mp-accordion .mod-mp-accordion_handle:before {
    right: 8px;
  }
}
.mod-mp-accordion.opt-faq .mod-mp-accordion_handle {
  padding-left: 63px;
  background-image: url(/common/img/parts/faq_bg_question.png);
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 24px auto;
}
.mod-mp-accordion.opt-faq .mod-mp-accordion_content {
  padding-right: 62px;
  padding-left: 62px;
  background: url(/melphin/common/img/parts/faq_bg_answer.png) no-repeat left 30px top 24px;
  background-size: 19px auto;
}
@media screen and (max-width: 767px) {
  .mod-mp-accordion.opt-faq .mod-mp-accordion_handle {
    padding-left: 48px;
    background-position: left 14px center;
  }
  .mod-mp-accordion.opt-faq .mod-mp-accordion_content {
    padding-right: 15px;
    padding-left: 50px;
    background-position: left 20px top 24px;
  }
}
@media print {
  .mod-mp-accordion_content {
    display: block !important;
  }
}
/* solution_tab
   ========================================================================== */
.mod-mp-solution_tab {
  margin-top: 40px;
}
.mod-mp-solution_tab:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_tab {
    margin-top: 25px;
  }
}
.mod-mp-solution_tab_handle-wrapper {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_tab_handle-wrapper {
    display: none;
  }
}
.mod-mp-solution_tab_handle {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-mp-solution_tab_handle li {
  display: table-cell;
  padding: 0 8px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  vertical-align: middle;
}
.mod-mp-solution_tab_handle li a {
  display: block;
  padding: 18px 10px 13px;
  color: #fff;
  background-color: #999b9a;
}
.mod-mp-solution_tab_handle li a:hover {
  text-decoration: none;
}
.mod-mp-solution_tab_handle li a.is-current {
  background-color: #fff;
  color: #000;
}
.mod-mp-solution_accordion_handle {
  display: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_accordion_handle {
    display: block;
    position: relative;
    padding: 20px 40px 19px 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .mod-mp-solution_accordion_handle:before {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    width: 21px;
    height: 21px;
    margin: auto 0;
    background: url(/melphin/img/index_accordion_bg_plus01.png) no-repeat;
    background-size: 21px auto;
    content: "";
  }
  .is-expanded .mod-mp-solution_accordion_handle:before {
    background-image: url(/melphin/img/index_accordion_bg_minus01.png);
  }
  .mod-mp-solution_accordion_handle p {
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.6em;
  }
}
.mod-mp-solution_tab_content {
  padding: 30px 14px 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_tab_content {
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
  }
  .mod-mp-solution_tab_content:first-child {
    margin-top: 0;
  }
}
.mod-mp-solution_tab_content + .mod-mp-solution_tab_content {
  display: none;
}
.mod-mp-solution_list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.mod-mp-solution_list.is-forse-show {
  display: table !important;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_list {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.mod-mp-solution_list_item {
  display: table-cell;
  border-left: 1px dotted #7f7f7f;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-solution_list_item:first-child {
  border-left: none;
}
.mod-mp-solution_list_item a {
  display: block;
  min-height: 129px;
  padding: 12px 18px 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-mp-solution_list_item a figure {
  display: table;
  width: 100%;
  height: 63px;
}
.mod-mp-solution_list_item a figure span {
  display: table-cell;
  vertical-align: middle;
}
.mod-mp-solution_list_item a figure span img {
  width: auto;
  height: auto;
  max-height: 64px;
}
.mod-mp-solution_list_item a p {
  display: table;
  width: 100%;
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 1.2;
}
.mod-mp-solution_list_item a p span {
  display: table-cell;
  vertical-align: middle;
}
.mod-mp-solution_list_item a:hover {
  background-color: #edfaef;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mod-mp-solution_list_item {
    display: block;
    position: relative;
    float: left;
    width: 50%;
    border: none;
  }
  .mod-mp-solution_list_item:before,
  .mod-mp-solution_list_item:after {
    display: block;
    position: absolute;
    border-color: #009944;
    border-color: rgba(0, 153, 68, 0.5);
    z-index: 2;
    content: "";
  }
  .mod-mp-solution_list_item:before {
    top: 0;
    right: 0;
    bottom: 0;
    height: 66.6%;
    margin: auto 0;
    border-right: 1px dotted #009944;
  }
  .mod-mp-solution_list_item:after {
    right: 0;
    bottom: 0;
    left: 0;
    width: 66.6%;
    margin: 0 auto;
    border-bottom: 1px dotted #009944;
  }
  .mod-mp-solution_list_item:nth-child(2n+1) {
    clear: left;
  }
  .mod-mp-solution_list_item:nth-child(2n) {
    border-right: none;
  }
  .mod-mp-solution_list_item:nth-child(2n):before {
    display: none;
  }
  .mod-mp-solution_list_item.is-edge:after {
    display: none;
  }
  .mod-mp-solution_list_item a {
    min-height: 0;
    padding: 35px 36px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Align
   ========================================================================== */
/* Horizontal */
.align-center_spalign-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .align-center_spalign-left {
    text-align: left !important;
  }
}
/* ==========================================================================
   Function module
   ========================================================================== */
/* news
   ========================================================================== */
.js-news {
  background: url(/common/img/loading.gif) no-repeat center center;
}
.is-initialized.js-news {
  background: none;
}
.has-padding.js-news {
  padding: 50px 0;
}
.is-initialized .has-padding.js-news {
  padding: 0;
}
