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

	FileName	:	common.css

-------------------------------------------- */
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none; }

a {
  vertical-align: baseline; }

a > * {
  cursor: pointer; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  vertical-align: bottom; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

button,
option,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?32956980");
  src: url("../font/fontello.eot?32956980#iefix") format("embedded-opentype"), url("../font/fontello.woff2?32956980") format("woff2"), url("../font/fontello.woff?32956980") format("woff"), url("../font/fontello.ttf?32956980") format("truetype"), url("../font/fontello.svg?32956980#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?32956980#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-globe:before {
  content: '\e801'; }

/* '' */
.icon-up-open:before {
  content: '\e802'; }

/* '' */
.icon-cancel:before {
  content: '\e803'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
/* -------------------------------------
	header
-------------------------------------- */
.st-Header {
  position: relative;
  min-height: 130px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .st-Header {
      min-height: 0; } }
  .st-Header.st-Header-fixed {
    position: fixed; }
  .st-Header_Contents {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 23px 0 0;
    background: #fff;
    z-index: 100;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .st-Header-fixed .st-Header_Contents {
      background: #fff !important;
      padding: 20px 0; }
    @media only screen and (max-width: 767px) {
      .st-Header_Contents {
        padding: 15px 6% !important; } }
    .st-Header_Contents.active {
      background: #fff !important; }
  .st-Header_Contents_Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1018px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .st-Header_Contents_Inner {
        max-width: 100%; } }
  .st-Header_Menu {
    display: none; }
    @media only screen and (max-width: 767px) {
      .st-Header_Menu {
        display: block; } }
    .st-Header_Menu_Btn {
      position: absolute;
      top: 5px;
      right: 5px;
      background: #00a7db;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      justify-items: center;
      width: 40px;
      height: 40px; }
      .st-Header_Menu_Btn dl {
        width: 40px;
        height: 40px;
        color: #fff;
        margin: 0 auto;
        position: relative; }
        .st-Header_Menu_Btn dl dt {
          display: none; }
        .st-Header_Menu_Btn dl dd {
          position: absolute; }
          .st-Header_Menu_Btn dl dd span {
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            display: inline-block;
            position: absolute;
            width: 25px;
            height: 2px;
            left: 8px;
            background-color: #fff; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(1) {
              top: 10px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(2) {
              top: 19px; }
            .st-Header_Menu_Btn dl dd span:nth-of-type(3) {
              top: 28px; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(1) {
            -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg); }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(2) {
            opacity: 0; }
          .st-Header_Menu_Btn dl dd.active span:nth-of-type(3) {
            -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg); }
  .st-Header_Logo_Main {
    width: 304px; }
    @media only screen and (max-width: 767px) {
      .st-Header_Logo_Main {
        width: 152px; } }

.st-Menu {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .st-Menu {
      display: block;
      position: fixed;
      visibility: hidden;
      left: 0;
      right: 0;
      height: calc(100vh - 53px);
      top: 53px;
      z-index: 3000; } }
  .st-Menu.st-Menu-expanded {
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .st-Menu_Inner {
      height: 0;
      overflow: hidden;
      background: #0b318f;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .st-Menu-expanded .st-Menu_Inner {
        height: 100%; } }
  .st-Menu_Inner .st-Global {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    top: 69px;
    z-index: 99;
    background-color: #fff; }
    @media only screen and (max-width: 767px) {
      .st-Menu_Inner .st-Global {
        position: relative;
        top: 10px;
        background-color: transparent; } }
    .st-Menu_Inner .st-Global_List {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Global_List {
          width: 93%;
          margin: 0 auto;
          display: block; } }
      .st-Menu_Inner .st-Global_List_Item {
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Global_List_Item {
            height: 40px;
            border-top: 1px solid #fff; }
            .st-Menu_Inner .st-Global_List_Item:last-child {
              border-bottom: 1px solid #fff; } }
        .st-Menu_Inner .st-Global_List_Item_Link {
          text-decoration: none;
          color: #000;
          text-align: center;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0 1.5rem;
          border-bottom: 1px solid #fff;
          position: relative; }
          .st-Menu_Inner .st-Global_List_Item_Link:hover {
            color: #0b318f;
            border-bottom: 1px solid #0b318f; }
          @media only screen and (max-width: 767px) {
            .st-Menu_Inner .st-Global_List_Item_Link {
              color: #fff;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              border-bottom: none;
              padding: 0 1rem; }
              .st-Menu_Inner .st-Global_List_Item_Link:after {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: "\f105"; } }
    .st-Header-fixed .st-Menu_Inner .st-Global {
      position: fixed;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      background-color: #fff; }
      @media only screen and (max-width: 767px) {
        .st-Header-fixed .st-Menu_Inner .st-Global {
          top: 0 !important;
          -webkit-box-shadow: none;
          box-shadow: none;
          background-color: #0b318f;
          position: relative; } }
  .st-Menu_Inner .st-Assist {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1018px;
    z-index: 102; }
    @media only screen and (max-width: 767px) {
      .st-Menu_Inner .st-Assist {
        position: relative !important;
        max-width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto; } }
    .st-Menu_Inner .st-Assist_Inner {
      position: absolute;
      top: 28px;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Inner {
          position: relative;
          top: 20px;
          right: auto;
          display: block; } }
    .st-Menu_Inner .st-Assist_Item_Link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      font-size: 12px;
      font-size: 0.85714rem;
      color: #0b318f;
      text-decoration: none; }
    .st-Menu_Inner .st-Assist_Item-Lang {
      margin-right: 28px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-Lang {
          margin-right: 0; } }
      .st-Menu_Inner .st-Assist_Item-Lang .closeBtn {
        display: none; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-Lang .closeBtn {
            display: block;
            text-align: center; }
            .st-Menu_Inner .st-Assist_Item-Lang .closeBtn a {
              color: #fff;
              position: relative; }
              .st-Menu_Inner .st-Assist_Item-Lang .closeBtn a:before {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\e803';
                position: relative;
                left: -10px;
                top: 2px;
                font-size: 15px;
                font-size: 1.07143rem; } }
      .st-Menu_Inner .st-Assist_Item-Lang > a {
        position: relative; }
        .st-Menu_Inner .st-Assist_Item-Lang > a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e801";
          color: #0b318f;
          font-size: 15px;
          font-size: 1.07143rem;
          left: -.2rem;
          position: relative; }
      .st-Menu_Inner .st-Assist_Item-Lang > ul {
        visibility: hidden;
        opacity: 0;
        border: 1px solid #00a7db;
        background: #fff;
        position: relative;
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        width: 100%; }
        .st-Menu_Inner .st-Assist_Item-Lang > ul.is_show {
          opacity: 0.99999;
          visibility: visible;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-Lang > ul {
            position: relative;
            visibility: visible;
            opacity: 1;
            width: 93%;
            margin: 0 auto;
            border: 0;
            background: transparent; } }
        .st-Menu_Inner .st-Assist_Item-Lang > ul li {
          border-bottom: 1px solid #00a7db; }
          .st-Menu_Inner .st-Assist_Item-Lang > ul li:last-child {
            border-bottom: none; }
          @media only screen and (max-width: 767px) {
            .st-Menu_Inner .st-Assist_Item-Lang > ul li {
              border: 0;
              margin-bottom: .5rem; } }
          .st-Menu_Inner .st-Assist_Item-Lang > ul li a {
            display: block;
            text-align: center;
            padding: .5rem;
            background-color: #fff;
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s; }
            .st-Menu_Inner .st-Assist_Item-Lang > ul li a:hover {
              background-color: #00a7db;
              color: #fff; }
            @media only screen and (max-width: 767px) {
              .st-Menu_Inner .st-Assist_Item-Lang > ul li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0.3rem 1rem;
                background-color: #546fb2;
                color: #fff;
                position: relative; }
                .st-Menu_Inner .st-Assist_Item-Lang > ul li a:after {
                  font-family: "fontello";
                  font-style: normal;
                  font-weight: normal;
                  speak: none;
                  display: inline-block;
                  text-decoration: inherit;
                  text-align: center;
                  font-variant: normal;
                  text-transform: none;
                  line-height: 1em;
                  -webkit-font-smoothing: antialiased;
                  -moz-osx-font-smoothing: grayscale;
                  content: "\f105"; } }
    .st-Menu_Inner .st-Assist_Item-Inquiry {
      -ms-flex-item-align: start;
      align-self: flex-start; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-Inquiry {
          display: none; } }
      .st-Menu_Inner .st-Assist_Item-Inquiry a {
        position: relative; }
        .st-Menu_Inner .st-Assist_Item-Inquiry a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e800";
          color: #0b318f;
          left: -.2rem;
          position: relative;
          font-size: 14px;
          font-size: 1rem; }
    .st-Menu_Inner .st-Assist_Item-request {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 1px; }
      @media only screen and (max-width: 767px) {
        .st-Menu_Inner .st-Assist_Item-request {
          display: block;
          width: 95%;
          margin: 10px auto; } }
      .st-Menu_Inner .st-Assist_Item-request a {
        position: relative; }
        @media only screen and (max-width: 767px) {
          .st-Menu_Inner .st-Assist_Item-request a {
            background: #fff;
            color: #0b318f; } }

/* -------------------------------------
	contents
-------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0; }

html {
  overflow: auto; }

body {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,  "メイリオ" , "Meiryo UI" , Meiryo ,  Microsoft Yahei, "微软雅黑" , sans-serif;
  width: 100%;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  line-height: 1.65;
  font-size: 14px;
  position: relative;
  color: #000;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 320px; } }
  body.package {
    overflow-x: hidden; }

@media print {
  body {
    -webkit-print-color-adjust: exact;
    width: 1100px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; } }

a {
  color: #0b318f;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  a.pdf:after, a.xls:after, a.doc:after, a.blank:after {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle; }
  a.pdf:after {
    content: url("/img/common/ico-pdf.png");
    display: inline-block; }
  a.xls:after {
    content: url("/img/common/ico-excel.png");
    display: inline-block; }
  a.doc:after {
    content: url("/img/common/ico-word.png");
    display: inline-block; }
  a.blank:after {
    content: url("/img/common/ico-blank.png");
    display: inline-block;
    margin-top: -5px; }
  a:hover {
    color: #04874c; }
  a.tel-disable {
    color: #000;
    cursor: default;
    text-decoration: none !important; }
    a.tel-disable:hover {
      cursor: default;
      color: #000;
      text-decoration: none; }
  a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #0b318f;
    color: #fff;
    max-width: 300px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem;
    line-height: 1;
    font-size: 18px;
    font-size: 1.28571rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: background 0.4s;
    transition: background 0.4s; }
    @media only screen and (max-width: 767px) {
      a.btn {
        font-size: 16px;
        font-size: 1.14286rem;
        margin-left: auto;
        margin-right: auto; } }
    a.btn:hover {
      background: #04874c; }
    a.btn:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f105";
      color: #0b318f;
      background: #fff;
      display: inline-block;
      width: 18px;
      height: 18px;
      font-size: 10px;
      font-size: 0.71429rem;
      line-height: 18px;
      font-weight: bold;
      border-radius: 4px;
      position: absolute;
      top: 50%;
      left: 15px;
      margin-top: -9px; }

a[href^="tel:"] {
  text-decoration: underline; }

.txtR {
  text-align: right; }

.txtL {
  text-align: left; }

.txtC {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .pcOnly {
    display: none !important; } }

.spOnly {
  display: none; }
  @media only screen and (max-width: 767px) {
    .spOnly {
      display: block !important; } }

ul, ol {
  list-style-type: none; }

img {
  width: auto;
  max-width: 100%;
  min-width: 0; }

section {
  margin: 4rem 0 2rem; }

.o_hidden {
  overflow: hidden; }

.st-Topicpath {
  position: relative;
  width: 100%;
  background-color: #e7f1eb; }
  .st-Topicpath_List {
    width: 100%;
    max-width: 1058px;
    margin: 0 auto;
    padding: 1rem 0 1.15rem;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .st-Topicpath_List {
        padding: .5rem .5rem .75rem; } }
    .st-Topicpath_List_Item {
      display: inline;
      margin: 0 4px 0 0;
      padding: 0;
      font-size: 12px;
      font-size: 0.85714rem; }
    .st-Topicpath_List_Inner {
      position: relative;
      display: inline;
      text-decoration: none;
      padding: 0 20px 0 0; }
      .st-Topicpath_List_Inner:after {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f006";
        position: absolute;
        top: 50%;
        right: 0;
        line-height: 1;
        font-size: 12px;
        font-size: 0.85714rem;
        margin: -5px 0 0 0; }

.st-Contents {
  width: 100%;
  margin-top: 130px; }
  @media only screen and (max-width: 767px) {
    .st-Contents {
      margin-top: 53px; } }

.packageCnt {
  background: url(/cn/img/package/packageCnt.jpg) center top no-repeat;
  background-size: cover; }
  .packageCnt section {
    background: url(/cn/img/package/index_01.png) center top no-repeat;
    padding-top: 500px; }
    @media only screen and (max-width: 767px) {
      .packageCnt section {
        background-size: contain;
        padding-top: 160px; } }
    .packageCnt section header {
      text-align: center;
      margin-bottom: 70px; }
      .packageCnt section header h1 {
        font-family: adobe-devanagari, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 72px;
        font-size: 5.14286rem; }
        @media only screen and (max-width: 767px) {
          .packageCnt section header h1 {
            font-size: 30px;
            font-size: 2.14286rem; } }
        @media only print {
          .packageCnt section header h1 {
            font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
      .packageCnt section header p {
        font-size: 22px;
        font-size: 1.57143rem; }
        @media only screen and (max-width: 767px) {
          .packageCnt section header p {
            font-size: 14px;
            font-size: 1rem; } }
    .packageCnt section p {
      text-align: center;
      width: 1000px;
      margin: 0 auto 30px;
      font-size: 16px;
      font-size: 1.14286rem; }
      @media only screen and (max-width: 767px) {
        .packageCnt section p {
          width: 90%;
          font-size: 12px;
          font-size: 0.85714rem; } }
      .packageCnt section p.scroll {
        font-size: 13px;
        font-size: 0.92857rem;
        position: relative;
        margin-bottom: 100px; }
        .packageCnt section p.scroll:after {
          content: "";
          display: inline-block;
          width: 30px;
          height: 30px;
          position: absolute;
          top: 20px;
          left: 50%;
          margin-left: -15px;
          border-right: 1px solid #58504e;
          border-bottom: 1px solid #58504e;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media only screen and (max-width: 767px) {
            .packageCnt section p.scroll:after {
              width: 15px;
              height: 15px;
              margin-left: -7px; } }

.packageList {
  background: url(/cn/img/package/bg_package.jpg) top center no-repeat;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .packageList {
      max-width: 100%; } }
  .packageList section {
    margin-top: 1rem; }
    .packageList section a {
      color: #000; }
      .packageList section a:hover .leadtxt_branding {
        color: #5d8cff !important; }
      .packageList section a:hover .leadtxt_solution {
        color: #ec73d3 !important; }
      .packageList section a:hover .leadtxt_business {
        color: #29ec8b !important; }
      .packageList section a:hover .leadtxt_expansion {
        color: #00c6ff !important; }
    .packageList section.branding {
      position: relative;
      padding: 200px 0 100px; }
      .packageList section.branding.bgVis:before {
        left: 50%;
        opacity: 1; }
      .packageList section.branding:before {
        position: absolute;
        display: block;
        top: 0;
        left: 55%;
        width: 708px;
        height: 649px;
        background: url(/cn/img/package/img_brand.png) left top no-repeat;
        content: "";
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s; }
        @media only screen and (max-width: 767px) {
          .packageList section.branding:before {
            width: 80%;
            height: 80%;
            background-size: contain; } }
      @media only screen and (max-width: 767px) {
        .packageList section.branding {
          background-size: 50%;
          padding: 0px 0 25px; } }
      .packageList section.branding .leadtxt {
        padding-top: 100px; }
        .packageList section.branding .leadtxt.vis span {
          padding-left: 60px;
          opacity: 1; }
          @media only screen and (max-width: 767px) {
            .packageList section.branding .leadtxt.vis span {
              padding-left: 20px; } }
        .packageList section.branding .leadtxt span {
          -webkit-transition: all 1s;
          transition: all 1s;
          padding-left: 30px;
          opacity: 0; }
        .packageList section.branding .leadtxt h2 {
          color: #0b318f;
          -webkit-transition: color 0.4s;
          transition: color 0.4s; }
          @media only screen and (max-width: 767px) {
            .packageList section.branding .leadtxt h2 {
              padding-left: 20px; } }
        .packageList section.branding .leadtxt p {
          -webkit-transition: all 1s 0.8s;
          transition: all 1s 0.8s;
          opacity: 0; }
          .packageList section.branding .leadtxt p.vis {
            opacity: 1;
            padding-left: 70px; }
            @media only screen and (max-width: 767px) {
              .packageList section.branding .leadtxt p.vis {
                padding-left: 20px; } }
    .packageList section.solution {
      padding: 200px 0;
      position: relative; }
      .packageList section.solution.bgVis:before {
        left: -17%;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .packageList section.solution.bgVis:before {
            left: -20%; } }
      .packageList section.solution:before {
        position: absolute;
        display: block;
        top: 0;
        left: -30%;
        width: 702px;
        height: 616px;
        background: url(/cn/img/package/bg_solution.png) center top no-repeat;
        content: "";
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s; }
        @media only screen and (max-width: 767px) {
          .packageList section.solution:before {
            width: 80%;
            height: 80%;
            background-size: contain; } }
      @media only screen and (max-width: 767px) {
        .packageList section.solution {
          background-size: 50%;
          padding: 0px 0 70px; } }
      .packageList section.solution .leadtxt {
        padding-top: 0px; }
        .packageList section.solution .leadtxt.vis span {
          padding-left: 52%;
          opacity: 1; }
        .packageList section.solution .leadtxt h2 {
          color: #a5308c;
          padding-left: 52%;
          -webkit-transition: color 0.4s;
          transition: color 0.4s; }
          .packageList section.solution .leadtxt h2:after {
            left: 770px; }
            @media only screen and (max-width: 767px) {
              .packageList section.solution .leadtxt h2:after {
                position: relative;
                left: auto;
                right: -20px; } }
        .packageList section.solution .leadtxt span {
          -webkit-transition: all 1s;
          transition: all 1s;
          padding-left: 42%;
          opacity: 0; }
        .packageList section.solution .leadtxt p {
          padding-left: 42%;
          -webkit-transition: all 1s 0.8s;
          transition: all 1s 0.8s;
          opacity: 0; }
          .packageList section.solution .leadtxt p.vis {
            opacity: 1;
            padding-left: 52%; }
    .packageList section.business {
      padding: 100px 0;
      position: relative; }
      .packageList section.business.bgVis:before {
        left: 46%;
        opacity: 1; }
        @media only screen and (max-width: 767px) {
          .packageList section.business.bgVis:before {
            left: 34%; } }
      .packageList section.business:before {
        position: absolute;
        display: block;
        top: 0;
        left: 70%;
        width: 540px;
        height: 446px;
        background: url(/cn/img/package/bg_business.png) center top no-repeat;
        content: "";
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s; }
        @media only screen and (max-width: 767px) {
          .packageList section.business:before {
            width: 80%;
            height: 80%;
            background-size: contain; } }
      @media only screen and (max-width: 767px) {
        .packageList section.business {
          background-size: 50%;
          padding: 0px 0 25px; } }
      .packageList section.business .leadtxt {
        padding-top: 0px; }
        .packageList section.business .leadtxt.vis span {
          padding-left: 60px;
          opacity: 1; }
          @media only screen and (max-width: 767px) {
            .packageList section.business .leadtxt.vis span {
              padding-left: 20px; } }
        .packageList section.business .leadtxt span {
          -webkit-transition: all 1s;
          transition: all 1s;
          padding-left: 30px;
          opacity: 0; }
        .packageList section.business .leadtxt h2 {
          color: #009b4e;
          -webkit-transition: color 0.4s;
          transition: color 0.4s; }
          @media only screen and (max-width: 767px) {
            .packageList section.business .leadtxt h2 {
              padding-left: 20px; } }
        .packageList section.business .leadtxt p {
          -webkit-transition: all 1s 0.8s;
          transition: all 1s 0.8s;
          opacity: 0; }
          .packageList section.business .leadtxt p.vis {
            opacity: 1;
            padding-left: 70px; }
            @media only screen and (max-width: 767px) {
              .packageList section.business .leadtxt p.vis {
                padding-left: 20px; } }
    .packageList section.expansion {
      padding: 200px 0;
      position: relative; }
      .packageList section.expansion.bgVis:before {
        left: -32%;
        opacity: 1; }
      .packageList section.expansion:before {
        position: absolute;
        display: block;
        top: 0;
        left: -42%;
        width: 846px;
        height: 493px;
        background: url(/cn/img/package/bg_expansion.png) center top no-repeat;
        content: "";
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s; }
        @media only screen and (max-width: 767px) {
          .packageList section.expansion:before {
            width: 90%;
            height: 90%;
            background-size: contain; } }
      @media only screen and (max-width: 767px) {
        .packageList section.expansion {
          background-size: 70%;
          padding: 0px 0 50px; } }
      .packageList section.expansion .leadtxt {
        padding-top: 0px; }
        .packageList section.expansion .leadtxt.vis span {
          padding-left: 45%;
          opacity: 1; }
        .packageList section.expansion .leadtxt h2 {
          color: #00a3d2;
          padding-left: 45%;
          -webkit-transition: color 0.4s;
          transition: color 0.4s; }
          .packageList section.expansion .leadtxt h2:after {
            left: 810px; }
            @media only screen and (max-width: 767px) {
              .packageList section.expansion .leadtxt h2:after {
                position: relative;
                left: auto;
                right: -20px; } }
        .packageList section.expansion .leadtxt span {
          -webkit-transition: all 1s;
          transition: all 1s;
          padding-left: 50%;
          opacity: 0; }
        .packageList section.expansion .leadtxt p {
          padding-left: 50%;
          -webkit-transition: all 1s 0.8s;
          transition: all 1s 0.8s;
          opacity: 0; }
          .packageList section.expansion .leadtxt p.vis {
            opacity: 1;
            padding-left: 45%; }
    .packageList section span {
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 25px;
      font-size: 1.78571rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .packageList section span {
          padding-left: 10px;
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media only print {
        .packageList section span {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .packageList section h2 {
      font-family: oswald, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 70px;
      font-size: 5rem;
      padding-left: 30px;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
      opacity: 0;
      -webkit-transition: all 1s 2s;
      transition: all 1s 2s; }
      .packageList section h2.vis {
        padding-left: 60px;
        opacity: 1; }
        .packageList section h2.vis:before {
          width: 100%; }
      @media only print {
        .packageList section h2 {
          font-family: Arial, sans-serif; } }
      @media only screen and (max-width: 767px) {
        .packageList section h2 {
          padding-left: 10px;
          font-size: 40px;
          font-size: 2.85714rem;
          margin-bottom: 10px; } }
      .packageList section h2:before {
        content: "";
        width: 0%;
        display: block;
        width: 0%;
        height: 132px;
        background: rgba(255, 255, 255, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all 1s;
        transition: all 1s; }
        @media only screen and (max-width: 767px) {
          .packageList section h2:before {
            height: 80px; } }
      .packageList section h2:after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 45%;
        margin-left: -15px;
        border-right: 1px solid #58504e;
        border-bottom: 1px solid #58504e;
        -webkit-transform: translate(0, -50%) rotate(-45deg);
        transform: translate(0, -50%) rotate(-45deg); }
        @media only screen and (max-width: 767px) {
          .packageList section h2:after {
            width: 20px;
            height: 20px; } }
    .packageList section p {
      padding-left: 30px;
      font-size: 18px;
      font-size: 1.28571rem; }
      @media only screen and (max-width: 767px) {
        .packageList section p {
          padding-left: 10px;
          font-size: 14px;
          font-size: 1rem; } }

.outline {
  max-width: 1000px;
  margin: 30px auto 30px; }
  @media only screen and (max-width: 767px) {
    .outline {
      max-width: 100%; } }
  .outline h2 {
    font-size: 24px;
    font-size: 1.71429rem;
    text-align: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .outline h2 {
        font-size: 14px;
        font-size: 1rem; } }
  .outline p {
    width: 700px;
    margin: 0 auto 50px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .outline p {
        width: 90%; } }

.functionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .functionList {
      display: block; } }
  .functionList_List {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 4%;
    margin-bottom: 2rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .functionList_List {
        max-width: 100%;
        padding: 0 10px;
        margin-right: 0; } }
    .functionList_List:before {
      content: "";
      display: inline-block;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; }
      @media only screen and (max-width: 767px) {
        .functionList_List:before {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%; } }
    .functionList_List:nth-child(2n) {
      margin-right: 0; }
    .functionList_List .cmpLink {
      text-align: right; }
      .functionList_List .cmpLink a {
        position: relative;
        background: #0b318f;
        color: #fff;
        text-decoration: none;
        padding: .5rem .5rem .5rem 1rem;
        font-size: 14px;
        font-size: 1rem;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .functionList_List .cmpLink a:hover {
          background: #00a7db; }
        .functionList_List .cmpLink a:after {
          display: none; }
        .functionList_List .cmpLink a:before {
          font-family: "fontello";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          text-align: center;
          font-variant: normal;
          text-transform: none;
          line-height: 1em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\f105";
          color: #fff;
          position: relative;
          left: -.25rem; }
    .functionList_List.item01:before {
      width: 127.5px;
      height: 132px;
      background: url('../../en/img/function/icon01.png') no-repeat;
      background-size: 127.5px 132px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item01:before {
          width: 63.75px;
          height: 66px;
          background: url('../../en/img/function/icon01.png') no-repeat;
          background-size: 63.75px 66px; } }
    .functionList_List.item02:before {
      width: 127.5px;
      height: 132px;
      background: url('../../en/img/function/icon02.png') no-repeat;
      background-size: 127.5px 132px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item02:before {
          width: 63.75px;
          height: 66px;
          background: url('../../en/img/function/icon02.png') no-repeat;
          background-size: 63.75px 66px; } }
    .functionList_List.item03:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon03.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item03:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon03.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List.item04:before {
      width: 127px;
      height: 132.5px;
      background: url('../../en/img/function/icon04.png') no-repeat;
      background-size: 127px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item04:before {
          width: 63.5px;
          height: 66.25px;
          background: url('../../en/img/function/icon04.png') no-repeat;
          background-size: 63.5px 66.25px; } }
    .functionList_List.item05:before {
      width: 127px;
      height: 132.5px;
      background: url('../../en/img/function/icon05.png') no-repeat;
      background-size: 127px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item05:before {
          width: 63.5px;
          height: 66.25px;
          background: url('../../en/img/function/icon05.png') no-repeat;
          background-size: 63.5px 66.25px; } }
    .functionList_List.item06:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon06.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item06:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon06.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List.item07:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon07.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item07:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon07.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List.item08:before {
      width: 127px;
      height: 132.5px;
      background: url('../../en/img/function/icon08.png') no-repeat;
      background-size: 127px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item08:before {
          width: 63.5px;
          height: 66.25px;
          background: url('../../en/img/function/icon08.png') no-repeat;
          background-size: 63.5px 66.25px; } }
    .functionList_List.item09:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon09.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item09:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon09.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List.item10:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon10.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item10:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon10.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List.item11:before {
      width: 127.5px;
      height: 132.5px;
      background: url('../../en/img/function/icon11.png') no-repeat;
      background-size: 127.5px 132.5px; }
      @media only screen and (max-width: 767px) {
        .functionList_List.item11:before {
          width: 63.75px;
          height: 66.25px;
          background: url('../../en/img/function/icon11.png') no-repeat;
          background-size: 63.75px 66.25px; } }
    .functionList_List figure {
      width: 322px; }
      @media only screen and (max-width: 767px) {
        .functionList_List figure {
          width: 100%; } }
      .functionList_List figure a:after {
        display: none !important; }

.mc-main {
  background: url(/img/package/packageCnt.jpg) center top no-repeat; }
  .mc-main_Inner {
    max-width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .mc-main_Inner {
        max-width: 100%; } }
  .mc-main .brandingMain {
    position: relative;
    height: 730px;
    background-size: contain; }
    .mc-main .brandingMain:before {
      content: "";
      display: block;
      width: 796px;
      height: 730px;
      background: url(/cn/img/package/img_brand.png) left top no-repeat;
      background-size: cover;
      position: relative;
      -webkit-transition: all 2s;
      transition: all 2s;
      top: -50px;
      opacity: 0; }
      @media only screen and (max-width: 767px) {
        .mc-main .brandingMain:before {
          width: 95%;
          height: 95%;
          background-size: contain; } }
    .mc-main .brandingMain.vis:before {
      opacity: 1;
      top: -36px; }
      @media only screen and (max-width: 767px) {
        .mc-main .brandingMain.vis:before {
          top: -30px; } }
    @media only screen and (max-width: 767px) {
      .mc-main .brandingMain {
        height: 300px; } }
    .mc-main .brandingMain span {
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      font-size: 2.71429rem;
      position: absolute;
      top: 35%;
      left: 60%; }
      @media only screen and (max-width: 767px) {
        .mc-main .brandingMain span {
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media only print {
        .mc-main .brandingMain span {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .mc-main .brandingMain h1 {
      font-family: oswald, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 100px;
      font-size: 7.14286rem;
      position: absolute;
      top: 40%;
      left: 60%;
      color: #0b318f; }
      @media only screen and (max-width: 767px) {
        .mc-main .brandingMain h1 {
          font-size: 30px;
          font-size: 2.14286rem; } }
      @media only print {
        .mc-main .brandingMain h1 {
          font-family: Arial, sans-serif; } }
  .mc-main .solutionMain {
    position: relative;
    height: 730px; }
    @media only screen and (max-width: 767px) {
      .mc-main .solutionMain {
        height: 300px; } }
    .mc-main .solutionMain.vis:before {
      left: 0px;
      opacity: 1; }
    .mc-main .solutionMain:before {
      content: "";
      display: block;
      width: 831px;
      height: 730px;
      background: url(/cn/img/package/img_solution.png) -140px 40px no-repeat;
      background-size: 90% auto;
      position: relative;
      -webkit-transition: all 2s;
      transition: all 2s;
      left: -20px;
      opacity: 0; }
      @media only screen and (max-width: 767px) {
        .mc-main .solutionMain:before {
          width: 100%;
          height: 100%;
          background-size: contain; } }
    .mc-main .solutionMain span {
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      font-size: 2.71429rem;
      position: absolute;
      top: 35%;
      left: 60%; }
      @media only screen and (max-width: 767px) {
        .mc-main .solutionMain span {
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media only print {
        .mc-main .solutionMain span {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .mc-main .solutionMain h1 {
      font-family: oswald, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 100px;
      font-size: 7.14286rem;
      position: absolute;
      top: 40%;
      left: 60%;
      color: #a5308c; }
      @media only screen and (max-width: 767px) {
        .mc-main .solutionMain h1 {
          font-size: 30px;
          font-size: 2.14286rem; } }
      @media only print {
        .mc-main .solutionMain h1 {
          font-family: Arial, sans-serif; } }
  .mc-main .businessMain {
    position: relative;
    height: 730px;
    background-size: 60% auto; }
    @media only screen and (max-width: 767px) {
      .mc-main .businessMain {
        height: 300px; } }
    .mc-main .businessMain.vis:before {
      top: 130px;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .mc-main .businessMain.vis:before {
          top: 64px; } }
    .mc-main .businessMain:before {
      content: "";
      height: 495px;
      width: 599px;
      display: block;
      position: absolute;
      background: url(/cn/img/package/img_business.png) left top no-repeat;
      background-size: contain;
      -webkit-transition: all 2s;
      transition: all 2s;
      top: 110px;
      left: 0;
      opacity: 0; }
      @media only screen and (max-width: 767px) {
        .mc-main .businessMain:before {
          width: 100%;
          height: 100%;
          background-size: 60% auto;
          top: 44px; } }
    .mc-main .businessMain span {
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      font-size: 2.71429rem;
      position: absolute;
      top: 35%;
      left: 60%; }
      @media only screen and (max-width: 767px) {
        .mc-main .businessMain span {
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media only print {
        .mc-main .businessMain span {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .mc-main .businessMain h1 {
      font-family: oswald, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 100px;
      font-size: 7.14286rem;
      position: absolute;
      top: 40%;
      left: 60%;
      color: #009b4e; }
      @media only screen and (max-width: 767px) {
        .mc-main .businessMain h1 {
          font-size: 30px;
          font-size: 2.14286rem; } }
      @media only print {
        .mc-main .businessMain h1 {
          font-family: Arial, sans-serif; } }
  .mc-main .expansionMain {
    position: relative;
    height: 730px; }
    @media only screen and (max-width: 767px) {
      .mc-main .expansionMain {
        height: 300px; } }
    .mc-main .expansionMain.vis:before {
      top: 130px;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .mc-main .expansionMain.vis:before {
          top: 40px; } }
    .mc-main .expansionMain:before {
      content: "";
      width: 800px;
      height: 466px;
      background: url(/cn/img/package/img_expansion.png) center top no-repeat;
      background-size: contain;
      display: block;
      position: relative;
      top: 150px;
      opacity: 0;
      -webkit-transition: all 2s;
      transition: all 2s; }
      @media only screen and (max-width: 767px) {
        .mc-main .expansionMain:before {
          width: 100%;
          height: 100%;
          background: url(/cn/img/package/img_expansion.png) -105px top no-repeat;
          background-size: contain;
          top: 60px; } }
    .mc-main .expansionMain span {
      font-family: adobe-devanagari, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 38px;
      font-size: 2.71429rem;
      position: absolute;
      top: 57%;
      left: 60%; }
      @media only screen and (max-width: 767px) {
        .mc-main .expansionMain span {
          font-size: 16px;
          font-size: 1.14286rem; } }
      @media only print {
        .mc-main .expansionMain span {
          font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
    .mc-main .expansionMain h1 {
      font-family: oswald, sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 100px;
      font-size: 7.14286rem;
      position: absolute;
      top: 60%;
      left: 60%;
      color: #00a3d2; }
      @media only screen and (max-width: 767px) {
        .mc-main .expansionMain h1 {
          font-size: 30px;
          font-size: 2.14286rem; } }
      @media only print {
        .mc-main .expansionMain h1 {
          font-family: Arial, sans-serif; } }

.product .productSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .product .productSet {
      display: block; } }
  .product .productSet > section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 50px; }
    .product .productSet > section:nth-child(2n) {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        .product .productSet > section:nth-child(2n) {
          margin-left: auto;
          margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      .product .productSet > section {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; } }

.product .product-List_Wrapper {
  margin-bottom: 1.5rem; }

.product .product-List_Box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  padding: .5rem; }
  @media only screen and (max-width: 767px) {
    .product .product-List_Box {
      display: block;
      padding-bottom: 1rem; } }
  .product .product-List_Box_Txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    color: #fff;
    padding: 1rem; }
    @media only screen and (max-width: 767px) {
      .product .product-List_Box_Txt {
        max-width: 100%;
        padding: .5rem; } }
  .product .product-List_Box_Img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media only screen and (max-width: 767px) {
      .product .product-List_Box_Img {
        max-width: 100%; } }
    .product .product-List_Box_Img img {
      vertical-align: middle; }
  .product .product-List_Box_Title {
    font-size: 15px;
    font-size: 1.07143rem;
    font-weight: bold;
    display: block; }
    @media only screen and (max-width: 767px) {
      .product .product-List_Box_Title {
        display: block;
        margin-bottom: .5rem; } }

.product .contents_01 h2 {
  text-align: center;
  position: relative; }
  .product .contents_01 h2:before {
    display: inline-block;
    width: 78px;
    height: 64px;
    background: url('../../en/img/product/icon_01.png') no-repeat;
    background-size: 78px 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_01 .product-List_Wrapper {
  background-color: #006835; }

.product .contents_02 h2 {
  text-align: center;
  position: relative; }
  .product .contents_02 h2:before {
    display: inline-block;
    width: 69px;
    height: 64px;
    background: url('../../en/img/product/icon_02.png') no-repeat;
    background-size: 69px 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_02 .product-List_Wrapper {
  background-color: #352865; }

.product .contents_03 h2 {
  text-align: center;
  position: relative; }
  .product .contents_03 h2:before {
    display: inline-block;
    width: 79px;
    height: 61px;
    background: url('../../en/img/product/icon_03.png') no-repeat;
    background-size: 79px 61px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_03 .product-List_Wrapper {
  background-color: #933764; }

.product .contents_04 h2 {
  text-align: center;
  position: relative;
  padding-bottom: 6px; }
  .product .contents_04 h2:before {
    display: inline-block;
    width: 57px;
    height: 68px;
    background: url('../../en/img/product/icon_04.png') no-repeat;
    background-size: 57px 68px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_04 .product-List_Wrapper {
  background-color: #A79435; }

.product .contents_05 h2 {
  text-align: center;
  position: relative; }
  .product .contents_05 h2:before {
    display: inline-block;
    width: 58px;
    height: 71px;
    background: url('../../en/img/product/icon_05.png') no-repeat;
    background-size: 58px 71px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_05 .product-List_Wrapper {
  background-color: #007398; }

.product .contents_06 h2 {
  padding-top: 27px;
  text-align: center;
  position: relative; }
  .product .contents_06 h2:before {
    display: inline-block;
    width: 55px;
    height: 58px;
    background: url('../../en/img/product/icon_06.png') no-repeat;
    background-size: 55px 58px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    position: relative;
    top: 20px;
    margin-right: 10px; }

.product .contents_06 .product-List_Wrapper {
  background-color: #787C78; }

.clm_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .clm_three {
      display: block;
      margin-bottom: 5rem; } }
  .clm_three_Item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
    margin-bottom: 1rem;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .clm_three_Item {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%; } }
    .clm_three_Item:nth-child(3n) {
      margin-right: 0; }

.clm_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .clm_two {
      display: block;
      margin-bottom: 5rem; } }
  .clm_two_Item {
    margin-bottom: 1rem;
    margin-right: 2%; }
    @media only screen and (max-width: 767px) {
      .clm_two_Item {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        width: 100%; } }

.mc-content {
  background: url(/cn/img/package/bg_mc-content.png) center top repeat-y; }
  @media only screen and (max-width: 767px) {
    .mc-content {
      padding-bottom: 50px; } }
  .mc-content.solution h2 {
    color: #a5308c; }
  .mc-content.business h2 {
    color: #009b4e; }
  .mc-content.expansion h2 {
    color: #00a3d2; }
  .mc-content_Inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 50px; }
    @media only screen and (max-width: 767px) {
      .mc-content_Inner {
        max-width: 100%;
        padding-top: 30px; } }
  .mc-content .lead {
    text-align: center;
    font-size: 38px;
    font-size: 2.71429rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .mc-content .lead {
        font-size: 20px;
        font-size: 1.42857rem; } }
  .mc-content .mainTxt {
    margin-bottom: 200px; }
    @media only screen and (max-width: 767px) {
      .mc-content .mainTxt {
        margin-bottom: 100px; } }
  .mc-content section {
    margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .mc-content section {
        width: 95%;
        margin: 0 auto; } }
    .mc-content section figure {
      max-width: 300px;
      margin: 0 auto; }
  .mc-content p {
    font-size: 16px;
    font-size: 1.14286rem;
    margin: 2rem 0 3rem; }
    @media only screen and (max-width: 767px) {
      .mc-content p {
        font-size: 14px;
        font-size: 1rem;
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
  .mc-content h2 {
    color: #0b318f;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: bold;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .mc-content h2 {
        font-size: 18px;
        font-size: 1.28571rem; } }

.mc-page {
  background: url(/cn/img/common/bg_title.jpg) center top no-repeat; }
  .mc-page.group {
    background: url(/cn/img/group/bg_title.jpg) center top no-repeat; }
    @media only screen and (max-width: 767px) {
      .mc-page.group {
        background-size: auto 140px; } }
    .mc-page.group .mc-page_Header {
      height: 400px; }
      @media only screen and (max-width: 767px) {
        .mc-page.group .mc-page_Header {
          height: 140px; } }
  .mc-page.product {
    background: url(/cn/img/product/bg_title.jpg) center top no-repeat; }
    @media only screen and (max-width: 767px) {
      .mc-page.product {
        background-size: auto 140px; } }
    .mc-page.product .mc-page_Header {
      height: 400px; }
      @media only screen and (max-width: 767px) {
        .mc-page.product .mc-page_Header {
          height: 140px; } }
  .mc-page.function {
    background: url(/cn/img/function/bg_title.jpg) center top no-repeat; }
    @media only screen and (max-width: 767px) {
      .mc-page.function {
        background-size: auto 140px; } }
    .mc-page.function .mc-page_Header {
      height: 400px; }
      @media only screen and (max-width: 767px) {
        .mc-page.function .mc-page_Header {
          height: 140px; } }
  @media only screen and (max-width: 767px) {
    .mc-page {
      background: url(/cn/img/common/bg_title.jpg) 71% top no-repeat; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .mc-page {
      background-size: auto 140px; } }
  .mc-page_Header {
    height: 200px;
    width: 1018px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .mc-page_Header:before {
      display: inline-block;
      width: 110px;
      height: 120px;
      background: url('../../en/img/common/bg_h1.png') no-repeat;
      background-size: 110px 120px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      content: "";
      position: absolute;
      top: 50%;
      left: 0px;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      @media only screen and (max-width: 767px) {
        .mc-page_Header:before {
          width: 55px;
          height: 60px;
          background: url('../../en/img/common/bg_h1.png') no-repeat;
          background-size: 55px 60px;
          left: 10px; } }
    @media only screen and (max-width: 767px) {
      .mc-page_Header {
        width: 100%;
        height: 140px; } }
    .mc-page_Header h1 {
      position: relative;
      padding-left: 140px; }
      @media only screen and (max-width: 767px) {
        .mc-page_Header h1 {
          padding-left: 78px; } }
      .mc-page_Header h1 span {
        display: block; }
        .mc-page_Header h1 span.sub_lead {
          font-weight: 700;
          font-style: normal;
          font-size: 48px;
          font-size: 3.42857rem;
          line-height: 1;
          color: #0b318f; }
          @media only print {
            .mc-page_Header h1 span.sub_lead {
              font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; } }
          @media only screen and (max-width: 767px) {
            .mc-page_Header h1 span.sub_lead {
              font-size: 30px;
              font-size: 2.14286rem; } }
        .mc-page_Header h1 span.lead {
          color: #0b318f;
          font-size: 20px;
          font-size: 1.42857rem;
          line-height: 1;
          font-weight: bold;
          letter-spacing: .5rem;
          font-size: 14px;
          font-size: 1rem; }

/* ------------------------------------
	width style
------------------------------------ */
.wid5 {
  width: 5% !important;
  max-width: 5% !important; }

.wid6 {
  width: 6% !important;
  max-width: 6% !important; }

.wid7 {
  width: 7% !important;
  max-width: 7% !important; }

.wid8 {
  width: 8% !important;
  max-width: 8% !important; }

.wid9 {
  width: 9% !important;
  max-width: 9% !important; }

.wid10 {
  width: 10% !important;
  max-width: 10% !important; }

.wid11 {
  width: 11% !important;
  max-width: 11% !important; }

.wid12 {
  width: 12% !important;
  max-width: 12% !important; }

.wid13 {
  width: 13% !important;
  max-width: 13% !important; }

.wid14 {
  width: 14% !important;
  max-width: 14% !important; }

.wid15 {
  width: 15% !important;
  max-width: 15% !important; }

.wid16 {
  width: 16% !important;
  max-width: 16% !important; }

.wid17 {
  width: 17% !important;
  max-width: 17% !important; }

.wid18 {
  width: 18% !important;
  max-width: 18% !important; }

.wid19 {
  width: 19% !important;
  max-width: 19% !important; }

.wid20 {
  width: 20% !important;
  max-width: 20% !important; }

.wid21 {
  width: 21% !important;
  max-width: 21% !important; }

.wid22 {
  width: 22% !important;
  max-width: 22% !important; }

.wid23 {
  width: 23% !important;
  max-width: 23% !important; }

.wid24 {
  width: 24% !important;
  max-width: 24% !important; }

.wid25 {
  width: 25% !important;
  max-width: 25% !important; }

.wid26 {
  width: 26% !important;
  max-width: 26% !important; }

.wid27 {
  width: 27% !important;
  max-width: 27% !important; }

.wid28 {
  width: 28% !important;
  max-width: 28% !important; }

.wid29 {
  width: 29% !important;
  max-width: 29% !important; }

.wid30 {
  width: 30% !important;
  max-width: 30% !important; }

.wid31 {
  width: 31% !important;
  max-width: 31% !important; }

.wid32 {
  width: 32% !important;
  max-width: 32% !important; }

.wid33 {
  width: 33% !important;
  max-width: 33% !important; }

.wid34 {
  width: 34% !important;
  max-width: 34% !important; }

.wid35 {
  width: 35% !important;
  max-width: 35% !important; }

.wid36 {
  width: 36% !important;
  max-width: 36% !important; }

.wid37 {
  width: 37% !important;
  max-width: 37% !important; }

.wid38 {
  width: 38% !important;
  max-width: 38% !important; }

.wid39 {
  width: 39% !important;
  max-width: 39% !important; }

.wid40 {
  width: 40% !important;
  max-width: 40% !important; }

.wid41 {
  width: 41% !important;
  max-width: 41% !important; }

.wid42 {
  width: 42% !important;
  max-width: 42% !important; }

.wid43 {
  width: 43% !important;
  max-width: 43% !important; }

.wid44 {
  width: 44% !important;
  max-width: 44% !important; }

.wid45 {
  width: 45% !important;
  max-width: 45% !important; }

.wid46 {
  width: 46% !important;
  max-width: 46% !important; }

.wid47 {
  width: 47% !important;
  max-width: 47% !important; }

.wid48 {
  width: 48% !important;
  max-width: 48% !important; }

.wid49 {
  width: 49% !important;
  max-width: 49% !important; }

.wid50 {
  width: 50% !important;
  max-width: 50% !important; }

.wid51 {
  width: 51% !important;
  max-width: 51% !important; }

.wid52 {
  width: 52% !important;
  max-width: 52% !important; }

.wid53 {
  width: 53% !important;
  max-width: 53% !important; }

.wid54 {
  width: 54% !important;
  max-width: 54% !important; }

.wid55 {
  width: 55% !important;
  max-width: 55% !important; }

.wid56 {
  width: 56% !important;
  max-width: 56% !important; }

.wid57 {
  width: 57% !important;
  max-width: 57% !important; }

.wid58 {
  width: 58% !important;
  max-width: 58% !important; }

.wid59 {
  width: 59% !important;
  max-width: 59% !important; }

.wid60 {
  width: 60% !important;
  max-width: 60% !important; }

.wid61 {
  width: 61% !important;
  max-width: 61% !important; }

.wid62 {
  width: 62% !important;
  max-width: 62% !important; }

.wid63 {
  width: 63% !important;
  max-width: 63% !important; }

.wid64 {
  width: 64% !important;
  max-width: 64% !important; }

.wid65 {
  width: 65% !important;
  max-width: 65% !important; }

.wid66 {
  width: 66% !important;
  max-width: 66% !important; }

.wid67 {
  width: 67% !important;
  max-width: 67% !important; }

.wid68 {
  width: 68% !important;
  max-width: 68% !important; }

.wid69 {
  width: 69% !important;
  max-width: 69% !important; }

.wid70 {
  width: 70% !important;
  max-width: 70% !important; }

.wid71 {
  width: 71% !important;
  max-width: 71% !important; }

.wid72 {
  width: 72% !important;
  max-width: 72% !important; }

.wid73 {
  width: 73% !important;
  max-width: 73% !important; }

.wid74 {
  width: 74% !important;
  max-width: 74% !important; }

.wid75 {
  width: 75% !important;
  max-width: 75% !important; }

.wid76 {
  width: 76% !important;
  max-width: 76% !important; }

.wid77 {
  width: 77% !important;
  max-width: 77% !important; }

.wid78 {
  width: 78% !important;
  max-width: 78% !important; }

.wid79 {
  width: 79% !important;
  max-width: 79% !important; }

.wid80 {
  width: 80% !important;
  max-width: 80% !important; }

.wid81 {
  width: 81% !important;
  max-width: 81% !important; }

.wid82 {
  width: 82% !important;
  max-width: 82% !important; }

.wid83 {
  width: 83% !important;
  max-width: 83% !important; }

.wid84 {
  width: 84% !important;
  max-width: 84% !important; }

.wid85 {
  width: 85% !important;
  max-width: 85% !important; }

.wid86 {
  width: 86% !important;
  max-width: 86% !important; }

.wid87 {
  width: 87% !important;
  max-width: 87% !important; }

.wid88 {
  width: 88% !important;
  max-width: 88% !important; }

.wid89 {
  width: 89% !important;
  max-width: 89% !important; }

.wid90 {
  width: 90% !important;
  max-width: 90% !important; }

.wid91 {
  width: 91% !important;
  max-width: 91% !important; }

.wid92 {
  width: 92% !important;
  max-width: 92% !important; }

.wid93 {
  width: 93% !important;
  max-width: 93% !important; }

.wid94 {
  width: 94% !important;
  max-width: 94% !important; }

.wid95 {
  width: 95% !important;
  max-width: 95% !important; }

.wid96 {
  width: 96% !important;
  max-width: 96% !important; }

.wid97 {
  width: 97% !important;
  max-width: 97% !important; }

.wid98 {
  width: 98% !important;
  max-width: 98% !important; }

.wid99 {
  width: 99% !important;
  max-width: 99% !important; }

.wid100 {
  width: 100% !important;
  max-width: 100% !important; }

/* ------------------------------------
margin padding style
------------------------------------ */
.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr80 {
  padding-right: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr90 {
  padding-right: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr100 {
  padding-right: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/* -------------------------------------
	footer
-------------------------------------- */
.st-Footer {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 50px 0 0; }
  @media only screen and (max-width: 767px) {
    .st-Footer {
      min-width: auto;
      padding: 30px 0 0; } }
  .st-Footer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0; }
    @media only screen and (max-width: 991px), print {
      .st-Footer:after {
        display: none; } }
  .st-Footer a[href^="tel:"] {
    color: #fff; }
  .st-Footer_Inner {
    max-width: 950px;
    color: #fff;
    width: 100%;
    margin: 0 auto 3.75rem; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Inner {
        max-width: 100%; } }
  .st-Footer_Banner {
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Banner {
        width: 90%;
        margin: 0 auto; } }
    .st-Footer_Banner_List {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .st-Footer_Banner_List {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .st-Footer_Banner_List_Item {
        margin-right: 1rem; }
        .st-Footer_Banner_List_Item:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .st-Footer_Banner_List_Item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 49%;
            flex: 0 0 49%;
            width: 49%;
            margin-bottom: .5rem;
            margin-right: 0rem; } }
        .st-Footer_Banner_List_Item a {
          -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s; }
          .st-Footer_Banner_List_Item a:hover {
            opacity: .7; }
          .st-Footer_Banner_List_Item a:after {
            display: none !important; }
  .st-Footer_nav {
    width: 920px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #000; }
    @media only screen and (max-width: 767px) {
      .st-Footer_nav {
        width: 100%; } }
    .st-Footer_nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 820px;
      margin: 0 auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .st-Footer_nav ul {
          width: 100%;
          display: block; } }
      .st-Footer_nav ul li {
        border-left: 1px solid #000;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .st-Footer_nav ul li:last-child {
          border-right: 1px solid #000; }
          @media only screen and (max-width: 767px) {
            .st-Footer_nav ul li:last-child {
              border-bottom: 1px solid #d1cfce;
              border-right: 0; } }
        @media only screen and (max-width: 767px) {
          .st-Footer_nav ul li {
            display: block;
            border-left: 0;
            border-top: 1px solid #d1cfce; } }
        .st-Footer_nav ul li a {
          text-decoration: none;
          font-size: 12px;
          font-size: 0.85714rem;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-transition: background-color 0.4s;
          transition: background-color 0.4s;
          color: #000;
          padding: .5rem 0; }
          .st-Footer_nav ul li a:hover {
            color: #04874c;
            background-color: #fff; }
          @media only screen and (max-width: 575px) {
            .st-Footer_nav ul li a {
              padding: .5rem 10px;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .st-Footer_nav ul li a:after {
                font-family: "fontello";
                font-style: normal;
                font-weight: normal;
                speak: none;
                display: inline-block;
                text-decoration: inherit;
                text-align: center;
                font-variant: normal;
                text-transform: none;
                line-height: 1em;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\f105'; } }
          .st-Footer_nav ul li a strong {
            font-weight: normal; }
            @media only screen and (max-width: 767px) {
              .st-Footer_nav ul li a strong {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
          .st-Footer_nav ul li a span {
            display: none; }
            @media only screen and (max-width: 767px) {
              .st-Footer_nav ul li a span {
                display: block;
                font-size: 10px;
                font-size: 0.71429rem;
                color: #cad1db;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 45%;
                flex: 0 0 45%; } }
  .st-Footer_Assistnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 820px;
    margin: 0 auto;
    font-size: 12px;
    font-size: 0.85714rem; }
    @media only screen and (max-width: 767px) {
      .st-Footer_Assistnav {
        width: 100%;
        display: block; } }
    .st-Footer_Assistnav_List {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .st-Footer_Assistnav_List {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .st-Footer_Assistnav_List li {
        margin-right: 1rem; }
        .st-Footer_Assistnav_List li a {
          position: relative; }
          @media only screen and (max-width: 767px) {
            .st-Footer_Assistnav_List li a {
              font-size: 10px;
              font-size: 0.71429rem; } }
          .st-Footer_Assistnav_List li a:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            padding-right: .25rem; }

.st-Copyright {
  color: #000; }
  @media only screen and (max-width: 767px) {
    .st-Copyright {
      text-align: center; } }

.st-Page2Top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  @media only screen and (max-width: 767px) {
    .st-Page2Top {
      bottom: 20px;
      right: 10px; } }
  .st-Page2Top_Link {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    background-color: #0b318f;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    text-decoration: none; }
    .st-Page2Top_Link:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e802";
      color: #0b318f;
      font-size: 20px;
      font-size: 1.42857rem;
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0;
      -webkit-transform: translate(-50%, -55%);
      transform: translate(-50%, -55%);
      color: #fff;
      display: block; }
      @media only screen and (max-width: 767px) {
        .st-Page2Top_Link:before {
          font-size: 10px;
          font-size: 0.71429rem; } }
    .st-Page2Top_Link:hover {
      opacity: .7; }

/*# sourceMappingURL=map/common.css.map */
