@charset "utf-8";
/* CSSリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

select {
  margin: 0;
  height: 30px;
  padding: 5px;
  background: none transparent;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  box-sizing: content-box;
}

@mixin make-col-span($size, $columns: $grid-columns) {
  @if $enable-flex {
    flex: 0 0 percentage($size / $columns);
    flex-basis: percentage($size / $columns);
    max-width: percentage($size / $columns);
  } @else {
    width: percentage($size / $columns);
  }
}

@font-face {
  font-family: minmoji;
  src: url('https://minmoji.ucda.jp/fontseot/http%3A__service.sanntuu.co.jp_business');
  src: local('minmoji'), url('https://minmoji.ucda.jp/fontswoff/http%3A__service.sanntuu.co.jp_business') format('woff'), url('https://minmoji.ucda.jp/fonts/http%3A__service.sanntuu.co.jp_business') format('opentype');
}

body {
  line-height: 1 font-family: minmoji;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h7 {
  font-size: 10px;
}

p.TextCenter {
  text-align: center;
}

h5 {
  display: block;
  margin-top: 20px;
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

p {
  line-height: 25px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}


/* 一般・共通設定 */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #282828;
  font-size: 16px;
}

.inner {
  width: 1024px;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  text-align: left;
}

.Mt10 {
  margin-top: 10px;
}

.Mt20 {
  margin-top: 20px;
}

.Mt30 {
  margin-top: 30px;
}

.Mt40 {
  margin-top: 40px;
}

.Mt50 {
  margin-top: 50px;
}

.Mt60 {
  margin-top: 60px;
}

.Mt70 {
  margin-top: 70px;
}

.title {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
}

.button {
  width: 300px;
  display: block;
  padding: 1em 3.2em;
  border-radius: 1.6em;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #3498db;
  -webkit-transition-duration: 0.3s;
  box-shadow: 0 5px 20px rgba(41, 128, 185, .5);
}

.button:hover {
  background: #48b1f6;
  text-decoration: none;
}

.Contactbutton {
  width: 150px;
  padding: 1em 3em;
  border-radius: 1.6em;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #3498db;
  -webkit-transition-duration: 0.3s;
  box-shadow: 0 5px 20px rgba(41, 128, 185, .5);
}

.Contactbutton:hover {
  background: #48b1f6;
}

.ContactResetbutton {
  width: 150px;
  display: block;
  padding: 1em 3em;
  border-radius: 1.6em;
  color: #fff;
  margin-bottom: 20px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #0fac8d;
  -webkit-transition-duration: 0.3s;
  box-shadow: 0 5px 20px rgba(41, 128, 185, .5);
}

.ContactResetbutton:hover {
  background: #1abc9c;
}

.TitleText {
  text-align: center;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.ContactTable {
  width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

.ContactTable td {
  padding: 10px;
}

td.ContactL {
    width:50%;
    float: left;
    font-weight: bold;
    padding: 15px 0;
  }

  td.ContactR {
      width:50%;
      float: left;
      padding: 15px 0;
    }

.ContactSend {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.ContactTable a {
  color: #fff;
}

span.selected {
  font-weight: bold;
  color: #3498db;
}

input.ContactInput {
  width: 300px;
  background: #eaedec;
  border: none;
  padding: 10px;
  height: 30px;
}

textarea.ContactTextarea {
  width: 300px;
  background: #eaedec;
  border: none;
  padding: 10px;
  height: 180px;
}

select.ContactSelect {
  width: 300px;
  background: #eaedec;
  border: none;
  padding: 30px 0;
  height: 30px;
}

/* ヘッダー部分 */

#Navigation {
  width: 100%;
  height: 70px;
  padding: 30px 0 10px 0;
  float: left;
  display: block;
  background-color: #fff;
}

.NavigationLogo {
  width: 300px;
  float: left;
  margin-top: -10px;
}

.NavigationList {
  width: 594px;
  float: left;
}

.NavigationList ul {
  width: 100%;
  text-align: right;
}

.NavigationList li {
  width: 25%;
   display:inline;
   padding:0 10px;
  transition: background-color 1s;
  -webkit-transition-duration: 1s;
}

.NavigationList li a {
  color: #000;
  border-bottom: 3px solid #fff;
  padding-bottom: 19px;
  -webkit-transition-duration: 0.3s;
}

.NavigationList li a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid #3498db;
}

.NavigationList li a:active {
  text-decoration: none;
}

.NavigationList li a:visited {
  text-decoration: none;
}

.NaviLanguage {
  width: 100px;
  float: left;
}

.NaviLanguage li {
  float: left;
  color:#999;
  width: 33%;
  font-weight: bold;
  text-align: center;
}

.NaviLanguage a.selected {
  color: #3a8fcb;
}

.NaviLanguage a {
  color: #999;
  -webkit-transition-duration: 0.3s;
}

.NaviLanguage a:hover {
  color: #3a8fcb;
  text-decoration: none;
}

.NaviLanguage a:active {
  color: #3a8fcb;
  text-decoration: none;
}

.NaviLanguageSide {
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
}

.NaviLanguageSide li {
  float: left;
  color:#999;
  width: 33%;
  font-weight: bold;
  text-align: left;
}

.NaviLanguageSide a.selected {
  color: #3a8fcb;
}

.NaviLanguageSide a {
  color: #999;
  -webkit-transition-duration: 0.3s;
}

.NaviLanguageSide a:hover {
  color: #3a8fcb;
  text-decoration: none;
}

.NaviLanguageSide a:active {
  color: #3a8fcb;
  text-decoration: none;
}








#Mainvisual {
  width: 100%;
  float: left;
  height: 500px;
  background-image: url(../images/topmav.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#Mainvisual p {
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 150px;
  font-size: 60px;
  font-family: 'Caveat', cursive;
}

#Mainvisual span.catchcopy {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 20px;
}

#Mainvisual span.red {
  color: #1abc9c;
}

#Mainvisual a {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  text-decoration: none;
}

#Mainvisual a:hover {
  color: #fff;
  text-decoration: none;
}

.SMHLogo {
  display: none;
}

.SMHLogo img {
  width: 50%;
}

#Service {
  width: 100%;
  float: left;
  padding-top: 100px;
}

.EngTitle {
  color: #AAAAAA;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  letter-spacing: 0.3em;
}

.ServiceLeft {
  width: 100%;
  float: left;
}

.ServiceLeftL {
  width: 50%;
  float: left;
}

.ServiceLeftL img {
  width: 90%;
  float: left;
}

.ServiceLeftR {
  width: 50%;
  float: left;
  margin-top: 30px;
}

.ServiceLeftR ul {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.ServiceLeftR li {
  width: 48%;
  float: left;
  margin-top: 15px;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  margin-right: 2%;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.ServiceRightL ul {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.ServiceRightL li {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.ServiceRight {
  width: 100%;
  float: left;
  margin-top: 80px;
}

.ServiceRightL {
  width: 50%;
  float: left;
}

.ServiceRightR {
  width: 50%;
  float: left;
}

.SmallTitle {
  font-size: 20px;
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}

.arrow-down {
  width: 100%;
  float: left;
  bottom: 30px;
  position: absolute;
  min-width: 1024px;
}

.arrow-down a {
  color: #000;
}

.arrow-down a:hover {
  color: #3498db;
}

#Service {
  width: 100%;
  float: left;
}

#ServiceDown {
  width: 100%;
  padding: 50px 10px;
  float: left;
  background: url(../images/namibg.svg) #e6e9f0;
  background-repeat: repeat-x;
  margin-top: 50px;
}

#ServiceDown li {
  width: 24%;
  margin-right: 1%;
  padding: 20px 10px;
  float: left;
  height: 470px;
  text-align: center;
  background: #fff;
  -webkit-transition-duration: 0.3s;
}

#ServiceDown span {
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
}

#ServiceDownCN {
  width: 100%;
  padding: 50px 10px;
  float: left;
  background: url(../images/namibg.svg) #e6e9f0;
  background-repeat: repeat-x;
  margin-top: 50px;
}

#ServiceDownCN li {
  width: 24%;
  margin-right: 1%;
  padding: 20px 10px;
  float: left;
  height: 460px;
  text-align: center;
  background: #fff;
  -webkit-transition-duration: 0.3s;
}

#ServiceDownCN span {
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
}


.php-image:hover {
  color: #fff;
}

#Products {
  width: 100%;
  float: left;
  padding-top: 70px;
}

.TextTitle {
  font-weight: bold;
  margin: 20px 0 0 0;
  display: block;
}

.TextRight {
  display: block;
  text-align: right;
  margin-top: 30px;
}

#News {
  width: 100%;
  float: left;
  padding-top: 70px;
}

footer {
  width: 100%;
  float: left;
  background: #222;
  color: #ccc;
  padding: 30px 0;
}

footer a {
  color: #ccc;
  -webkit-transition-duration: 0.3s;
}

footer a:hover {
  color: #828181;
  text-decoration: none;
}

.FooterLogo {
  width: 40%;
  float: left;
}

.FooterLogo span {
  display: block;
}

.FooterSitemap {
  width: 60%;
  float: right;
  text-align: right;
}

.FooterSitemap ul {
  float: right;
  text-align: left;
}

.FooterSitemap li {
  float: right;
  text-align: left;
  margin-left: 20px;
}

.FooterCopyright {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.FooterCopyrightEng {
  width: 100%;
  float: left;
  text-align: center;
  color: #555;
}

.ProductsConle {
  width: 100%;
  float: left;
  padding: 0 3% 20px 3%;
  text-align: center;
  background: #eef7fd;
}

.ProductsConle img {
  width: 100%;
}

.ProductsL {
  width: 30%;
  float: left;
  text-align: left;
  padding: 0 0.5%;
}

.ProductsM {
  width: 30%;
  float: left;
  text-align: left;
  padding: 0 0.5%;
}

.ProductsR {
  width: 30%;
  float: left;
  text-align: left;
  padding: 0 0.5%;
}

.NewsTable {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.NewsTable tr {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

td.NewsDate {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
  color: #777;
}

td.NewsTitle {
  width: 100%;
  float: left;
  font-size: 14px;
}

td.NewsTitle a {
  color: #444444;
}

.NewsMore {
  width: 100%;
  float: left;
  text-align: right;
}

#Contact {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#Contact a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

span.TelNumber {
  font-size: 50px;
  text-align: center;
  display: block;
  margin-top: 50px;
  font-family: 'Fjalla One', sans-serif;
}

span.TelTime {
  font-size: 12px;
  text-align: center;
  display: block;
}

span.TelNumberSMH {
  font-size: 16px;
  text-align: center;
  display: block;
  font-family: 'Fjalla One', sans-serif;
}

span.TelTimeSMH {
  font-size: 10px;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.slicknav_menu {
  display: none;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.drawer-menu p {
  margin-bottom: 20px;
}

.drawer-menu li {
  height: 40px;
  padding: 10px 0;
  color: #000;
  border-bottom: dotted 1px #ddd;
}

.drawer-menu li:last-child {
  border-bottom: dotted 1px #fff;
}

.drawer-menu li a {
  display: block;
  color: #000;
}

.drawer-menu li a:hover {
  text-decoration: none;
}

.drawer-menu li:last-child {
  border-bottom: none;
}

.Login {
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 100%;
  float: left;
  margin: 30px 0;
  font-size: 12px;
  background: #3498db;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
}

.Login:hover {
  background: #48b1f6;
  cursor: pointer;
}

.FooterAddress {
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #ccc;
}

div.tooltip {
  width: 250px;
  position: absolute;
  left: -9999px;
  background: #EEE;
  padding: 5px;
  border: 1px solid #AAA;
}

div.tooltip p {
  color: #FFF;
  background: #222;
  padding: 5px 10px;
}

.PageHeader {
  width: 100%;
  float: left;
  height: 20px;
  background: #e6e9f0;
  background-size: 5%;
}

.PageHeader span {
  font-size: 30px;
  color: #fff;
  line-height: 100px;
}

#Corporate {
  width: 100%;
  float: left;
  margin-top: 70px;
}

.CorporateTable {
  width: 100%;
  float: left;
}

.CorporateTable td {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}

td.CorTableL {
  width: 100px;
  font-weight: bold;
}

.CorporateLeft {
  width: 485px;
  float: left;
  margin-right: 12px;
  margin-top: 50px;
}

.CorporateRight {
  width: 485px;
  float: left;
  margin-left: 12px;
  margin-top: 50px;
}

.CorporateRight span {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 20px;
}

.CorporateRight li {
  display: block;
  list-style-type: disc;
}


#PageTop {
  width: 100%;
  float: left;
  background: #197abb;
  color: #fff;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transition-duration: 0.3s;
  letter-spacing: 0.3em;
}

#PageTop span {
  opacity: 0.7;
}

#PageTop:hover {
  background: #0a5c93;
  cursor: pointer;
  opacity: 1;
  letter-spacing: 0.4em;
}

#PageTop span:hover {
  opacity: 1;
}

.ProductsContentL {
  width: 25%;
  float: left;
  margin-bottom: 50px;
  margin-top: 20px;
}

.ProductsContentL img {
  width: 90%;
}

.ProductsContentR {
  width: 75%;
  float: left;
  margin-bottom: 50px;
  margin-top: 20px;
}

h4 {
  display: block;
  float: left;
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
  color: #3498db;
}

.Sidebar {
  width: 100%;
  float: left;
}

.Sidebar li {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  -webkit-transition-duration: 0.3s;
}

.Sidebar li:hover {
  width: 100%;
  float: left;
  padding: 20px 0;
  padding-left: 5px;
  border-bottom: 1px dotted #ccc;
  cursor: pointer;
  color: #3498db;
}

.SidebarTitle {
  width: 100%;
  float: left;
  color: #ccc;
  text-align: left;
  letter-spacing: 0.2em;
}

#RecuitTop {
  width: 100%;
  float: left;
  padding-top: 20px;
  height: 300px;
  display: block;
  background: url(../images/recruittop.jpg);
  background-size: cover;
}

#Recruit {
  width: 100%;
  float: left;
  margin-top: 40px;
}

#RecuitTop a {
  position: relative;
  width: 300px;
  float: left;
  height: 50px;
  text-decoration: none;
  text-align: center;
  border: 3px solid #fff;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  margin-right: 30px;
}

#RecuitTop a:before{
  position: absolute;
  content:'\f107';
  font-family: FontAwesome;
  left:20px;
}

#RecuitTop a:hover {
  text-decoration: none;
  background: #fff;
  color: #000;
}

#RecuitTop a:active {
  text-decoration: none;
}

.RecuitTitle {
  color: #fff;
  display: block;
  margin-top: 60px;
  font-size: 40px;
}

.RecruitContentTitle {
  position: relative;
  width: 100%;
  float: left;
  font-weight: bold;
  background: #444;
  color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  padding-left: 35px;
}

.RecruitContentTitle:after {
  position: absolute;
  content:'\f107';
  font-family: FontAwesome;
  left:20px;
}

.RecruitText {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  color: #333;
}

.RecuitTitleEng {
  color: #fff;
  display: block;
  font-size: 15px;
}

.RecruiLeftTitle {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.RecruiRightText {
  border-left: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 30px;
}

#Qualification {
  width: 100%;
  float: left;
  margin-top: 100px;
  text-align: center;
}

#Flow {
  width: 100%;
  float: left;
  display: block;
  text-align: center;
  margin-top: 50px;
}

#Flow img {
  margin-top: 50px;
  margin-bottom: 70px;
  width: 600px;
}

.Mikeiken {
  display: inline-block;
  padding: 4px 6px;
  color: #46b879;
  border: 1px solid #46b879;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  margin-right: 10px;
}

.Seishain {
  display: inline-block;
  padding: 4px 6px;
  color: #3498db;
  border: 1px solid #3498db;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  margin-right: 10px;
}

.Gengo {
  display: inline-block;
  padding: 4px 6px;
  color: #b367e4;
  border: 1px solid #b367e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  margin-right: 10px;
}

.QualificationImgs {
  width: 100%;
  float: left;
  margin-top: 60px;
}

.BoldFont {
  font-weight: bold;
  display: block;
}

#Download {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.DownloadTable {
  width: 700px;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  border: 10px #d9f1ff solid;
}

.DownloadTableL {
  width: 30%;
  float: left;
}

.DownloadTableR {
  width: 70%;
  float: left;
}

.email {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

.Programing {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

span.ProgramingTitle {
  padding: 5px;
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
}

.Programing p {
  line-height: 18px;
}

.ServiceListE {
  width: 100%;
  float: left;
  height: 120px;
  text-align: left;
}

.ServiceListEE {
  width: 100%;
  float: left;
  height: 130px;
  text-align: left;
}

.PcImg {
  display: block;
}

.MobileImg {
  display: none;
}

.ServiceListEEE {
  width: 100%;
  float: left;
  height: 130px;
  text-align: left;
}



@media screen and (max-width: 640px) {
  .google-maps img {
    width: 100%;
  }

  .PcImg {
    display: none;
  }

  .MobileImg {
    display: block;
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .SMHLogo {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    float: left;
    text-align: center;
  }

  .inner {
    width: 100%;
    padding: 0 10px;
    max-width:1200px;
  }
  #Navigation {
    display: none;
  }
  #Mainvisual p {
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 150px;
    font-size: 30px;
    font-family: 'Caveat', cursive;
  }
  #Mainvisual span.catchcopy {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
  }
  .ServiceLeftL {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }

  .ServiceLeftL img {
    width: 100%;
    float: left;
  }

  .ServiceLeftR {
    width: 100%;
    float: left;
  }
  .ServiceRightL {
    width: 100%;
    float: left;
  }
  .ServiceRightR {
    width: 100%;
    float: left;
  }
  #ServiceDown {
    width: 100%;
    padding: 50px 0;
    float: left;
    background: url(../images/namibg.svg) #e6e9f0;
    background-repeat: repeat-x;
    margin-top: 50px;
  }

  #ServiceDown li.ServiceListL {
    width: 47%;
    margin-right: 2%;
    margin-left: 1%;
    padding: 1%;
    height: 430px;
    margin-bottom: 15px;
    float: left;
  }
  #ServiceDown li.ServiceListR {
    width: 47%;
    padding: 1%;
    height: 430px;
    margin-left: 2%;
    margin-bottom: 15px;
    float: left;
  }

  #ServiceDown li.ServiceListENL {
    width: 47%;
    margin-right: 2%;
    margin-left: 1%;
    padding: 1%;
    height: 510px;
    margin-bottom: 15px;
    float: left;
  }
  #ServiceDown li.ServiceListENR {
    width: 47%;
    padding: 1%;
    margin-left: 2%;
    margin-bottom: 15px;
    float: left;
    height: 510px;
  }

  .ServiceLeftR li {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
  }
  .ServiceRightL ul {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .ServiceRightL li {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-top: 20px;
  }
  .FooterLogo {
    width: 100%;
    float: left;
    text-align: center;
  }
  .FooterSitemap {
    width: 100%;
    float: left;
    text-align: right;
  }
  .FooterSitemap li {
    float: left;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 10px 0;
  }

  .FooterSitemap ul {
    width: 100%;
    margin-top: 30px;
    float: right;
    text-align: center;
  }
  .FooterAddress {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
  .SmallTitle {
    font-size: 20px;
    display: block;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .CorporateLeft {
    width: 100%;
    float: left;
    margin-right: 0 margin-top: 50px;
  }
  .CorporateRight {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 50px;
  }
  .Mt50 {
    margin-top: 50px;
    float: left;
    display: block;
  }
  .ProductsContentL {
    width: 35%;
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .ProductsContentR {
    width: 65%;
    float: left;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .SidebarTitle {
    width: 100%;
    float: left;
    color: #ccc;
    text-align: center;
  }

  span.TelNumber {
    font-size: 35px;
    text-align: center;
    display: block;
    margin-top: 50px;
    font-family: 'Fjalla One', sans-serif;
  }

  .ContactTable {
    width: 100%;
    margin: 0 auto;
  }

td.ContactL {
    width:100%;
    float: left;
  }

  td.ContactR {
      width:100%;
      float: left;
    }

  .ContactTable a {
    color: #fff;
  }

  .ContactSend {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }

  input.ContactInput {
    width: 100%;
    background: #eaedec;
    border: none;
    padding: 10px;
    height: 30px;
  }

  textarea.ContactTextarea {
    width: 100%;
    background: #eaedec;
    border: none;
    padding: 10px;
    height: 180px;
  }

  select.ContactSelect {
    width: 100%;
    background: #eaedec;
    border: none;
    padding: 30px 0;
    height: 30px;
  }

  .language {
    font-weight: bold;
    color:#999;
    -webkit-transition-duration: 0.3s;
  }

  #RecuitTop {
    width: 100%;
    float: left;
    padding-top: 20px;
    height: 250px;
    display: block;
    background: url(../images/recruittop.jpg);
    background-size: cover;
  }

  #RecuitTop a {
    width: 100%;
    float: left;
    height: 50px;
    text-align: center;
    border: 3px solid #fff;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #RecuitTop a:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
  }

  #Flow img {
    margin-top: 50px;
    margin-bottom: 70px;
    width: 100%;
  }

  .DownloadTable {
    width: 100%;
    height: 190px;
    padding: 10px;
    text-align: center;
    border: 10px #d9f1ff solid;
  }

  .DownloadTableL {
    width: 100%;
    float: left;
    margin-bottom: 20px;
  }

  .DownloadTableR {
    width:100%;
    float: left;
  }

  #ServiceDownCN li {
    width: 47%;
    float: left;
    margin-right: 2%;
    margin-left: 1%;
    padding: 1%;
    margin-bottom: 15px;
    float: left;
    height: 450px;
  }

  .ServiceListEEE {
    width: 100%;
    float: left;
    height: 180px;
    text-align: left;
  }
}
