@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-----------------------------------------
reset
-----------------------------------------*/
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body,
div,
pre,
blockquote,
embed,
object,
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

main {
  display: block;
}

/*-----------------------------------------
sentence
-----------------------------------------*/
figure,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

b,
em,
u,
address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/*-----------------------------------------
list
-----------------------------------------*/
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------
img
-----------------------------------------*/
img {
  vertical-align: bottom;
}

a img {
  border: 0;
}

/*-----------------------------------------
hr
-----------------------------------------*/
hr {
  display: none;
  margin: 0;
}

/*-----------------------------------------
table
-----------------------------------------*/
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
  padding: 0;
}

/*-----------------------------------------
common
-----------------------------------------*/
html,
body {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 13px;
  text-align: left;
  line-height: 170%;
  font-family: "Noto Sans Japanese", serif;
  font-weight: 350;
  color: #333;
}

/* link */
a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.product.cloud .category,
.product.install .category {
  display: inline-block;
  line-height: 22px;
  border-radius: 11px;
  padding: 0 0.8em;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
}

.product.cloud .category {
  background: #2f95cc;
}

.product.install .category {
  background: #d14040;
}

.gototop.cloud .icon,
.product.cloud .icon {
  display: inline-block;
  background: url(../images/icon_cloud.png) no-repeat 0 50%;
}

.product.install .icon {
  display: inline-block;
  background: url(../images/icon_install.png) no-repeat 0 50%;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}

.note {
  font-size: 12px;
}

.note dt {
  float: left;
}

.note dd {
  margin-left: 1em;
}

.hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover:hover {
  opacity: 0.7;
}

/*-----------------------------------------
header
-----------------------------------------*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 10px 0 0 0;
  z-index: 10;
}

#header.follow {
  position: fixed;
  top: -200px;
  left: 0;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
}

#header #headerInner {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 130px;
}

#header.follow #headerInner {
  height: 98px;
}
#header #logo img {
  width: 260px;
}

#header #tagLine {
  margin-bottom: 20px;
  line-height: 100%;
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

#header.follow #tagLine {
  display: none;
}

#header .menu {
  display: none;
}

/* globalNav
-----------------------------------------*/
#header #globalNav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#header #globalNav ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

#header #globalNav ul li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

#header #globalNav ul li a {
  display: block;
  padding: 0 0 10px 0;
  text-decoration: none;
}

#header #globalNav ul li a:after {
  content: "";
  clear: both;
  display: block;
}

#header #globalNav ul li.cloud,
#header #globalNav ul li.install {
  background: url(../images/bg_globalnav.gif) no-repeat 0 3px;
  text-align: left;
  font-size: 16px;
}

#header #globalNav ul li.cloud a,
#header #globalNav ul li.install a,
#header #globalNav ul li.function a,
#header #globalNav ul li.interview a,
#header #globalNav ul li.support a {
  padding-right: 20px;
  padding-left: 20px;
}

#header #globalNav ul li.cloud .category,
#header #globalNav ul li.install .category {
  float: right;
  line-height: 16px;
  border-radius: 8px;
  margin-top: 0.5em;
  font-size: 10px;
}

#header #globalNav ul li.cloud .icon {
  display: inline-block;
  background-size: 32px auto;
  padding-left: 38px;
}

#header #globalNav ul li.install .icon {
  display: inline-block;
  background-size: 22px auto;
  padding-left: 30px;
}

#header #globalNav ul li.function {
  background: url(../images/bg_globalnav.gif) no-repeat 0 3px;
}

#header #globalNav ul li.function .icon {
  display: inline-block;
  background: url(../images/icon_function.png) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 28px;
  text-align: left;
}

#header #globalNav ul li.interview {
  background: url(../images/bg_globalnav.gif) no-repeat 0 3px;
}

#header #globalNav ul li.interview .icon {
  display: inline-block;
  background: url(../images/icon_interview.png) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 28px;
}

#header #globalNav ul li.support {
  background: url(../images/bg_globalnav.gif) no-repeat 0 3px;
}

#header #globalNav ul li.support .icon {
  display: inline-block;
  background: url(../images/icon_support.png) no-repeat 0 50%;
  background-size: 18px auto;
  padding-left: 25px;
}

#header #globalNav ul li.interview .icon span,
#header #globalNav ul li.support .icon span {
  font-size: 12px;
}

body.cloud #header #globalNav ul li.cloud a {
  opacity: 0.7;
}

body.install #header #globalNav ul li.install a {
  opacity: 0.7;
}

body.function #header #globalNav ul li.function a {
  opacity: 0.7;
}

body.interview #header #globalNav ul li.interview a {
  opacity: 0.7;
}

/* contact
-----------------------------------------*/
#header .contact {
  position: absolute;
  top: 0;
  right: 0;
  width: 375px;
}

#header .contact:after {
  content: "";
  clear: both;
  display: block;
}

#header.follow .contact {
  padding-top: 5px;
}

#header .contact .time {
  background: #fffaea;
  margin-bottom: 10px;
  padding: 7px 0;
  line-height: 160%;
  text-align: center;
  font-size: 12px;
}

#header.follow .contact .time {
  display: none;
}

#header .contact .tel {
  float: left;
  padding-top: 4px;
  padding-left: 50px;
  font-size: 25px;
  font-weight: 500;
}

#header .contact .tel a {
  text-decoration: none;
  cursor: default;
}

/*
#header .contact .tel a span {
	display: block;
	background: url(../images/icon_tel.png) no-repeat 0 50%;
	background-size: 36px auto;
	padding-left: 40px;
}
*/

#header .contact .form {
  float: right;
  line-height: 100%;
  font-weight: 700;
}

#header .contact .form a {
  display: block;
  border-radius: 3px;
  background: #95c700;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 11px 0;
  width: 150px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#header .contact .form a span {
  display: inline-block;
  background: url(../images/icon_mail.png) no-repeat 0 50%;
  background-size: 14px auto;
  padding-left: 23px;
}

.news {
  text-align: center;
  padding: 80px 0;
}

.news-h3 {
  margin-bottom: 60px;
  font-size: 28px;
  color: #000;
}

.news-link {
  font-size: 28px;
  color: #000;
}

.news-link:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.news .button a {
  display: block;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 5px auto 0 auto;
  padding: 18px 0;
  width: 1000px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}
.news_br {
  display: none;
}
/*-----------------------------------------
section
-----------------------------------------*/
#contents main section {
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}

#contents main section section {
  border-bottom: none;
}

#contents main section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#contents main section > h4 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  color: #000;
}

#contents main section .notice {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 140%;
  color: #f00;
}
#contents main section .honbun {
  margin-bottom: 20px;
  font-size: 10px;
}

#contents main section .inner {
  width: 1000px;
  margin: 0 auto;
}

/*-----------------------------------------
pageTitle
-----------------------------------------*/
#contents #pageTitle {
  line-height: 30px;
  height: 120px;
  background: #95c700;
  background: linear-gradient(
    160deg,
    #95c700 0%,
    #95c700 60%,
    #a0cd1a 60%,
    #a0cd1a 100%
  );
}

#contents #pageTitle h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#contents #pageTitle .icon {
  padding-left: 54px;
}

#contents #pageTitle #pageTitleInner {
  width: 1000px;
  margin: 0 auto;
  padding-top: 43px;
}

/*-----------------------------------------
topicPath
-----------------------------------------*/
#contents #topicPath {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#contents #topicPath ul {
  font-size: 0;
}

#contents #topicPath ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
}

#contents #topicPath ul li a {
  background: url(../images/bg_topicpath.png) no-repeat 100% 50%;
  background-size: 6px auto;
  padding-right: 16px;
}

#contents #topicPath ul li a:hover {
  text-decoration: none;
}

/*-----------------------------------------
contact
-----------------------------------------*/
#contents {
  padding-top: 141px;
  min-width: 1000px;
}

#contents .contact {
  margin: 70px auto 0 auto;
  padding: 30px 20px;
  width: 960px;
  background: #f7f5e8;
  text-align: center;
}

#contents .contact .lead {
  line-height: 160%;
  font-size: 14px;
  color: #000;
}

#contents .contact .head {
  margin: 3px 0 30px 0;
  line-height: 140%;
  font-size: 28px;
  color: #3f2d25;
}

#contents .contact ul:after {
  content: "";
  clear: both;
  display: block;
}

#contents .contact ul li {
  float: left;
  border-top: 1px solid #95c700;
  background: #fff;
  width: 470px;
  padding: 25px 0;
}

#contents .contact ul li:last-child {
  float: right;
}

#contents .contact ul li .title {
  margin-bottom: 15px;
  line-height: 140%;
  font-size: 18px;
  color: #000;
}

#contents .contact ul li .tel {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
}

#contents .contact ul li .tel a {
  display: inline-block;
  cursor: default;
  text-decoration: none;
}

/*
#contents .contact ul li .tel a span {
	display: inline-block;
	background: url(../images/icon_tel.png) no-repeat 0 50%;
	background-size: 36px auto;
	padding-left: 40px;
}
*/

#contents .contact ul li .form {
  margin-bottom: 15px;
  line-height: 100%;
  font-weight: 700;
}

#contents .contact ul li .form a {
  display: block;
  border-radius: 3px;
  background: #95c700;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto 0 auto;
  padding: 20px 0;
  width: 360px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}

#contents .contact ul li .form a span {
  display: inline-block;
  background: url(../images/icon_mail.png) no-repeat 0 50%;
  background-size: 14px auto;
  padding-left: 23px;
}

/*-----------------------------------------
interview
-----------------------------------------*/
#interviewList {
  font-size: 0;
  margin: 0 auto;
  width: 1000px;
}

#interviewList ul:after {
  content: "";
  clear: both;
  display: block;
}

/* #interviewList li {
  float: left;
  display: table;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background: #ccc;
  margin: 0 3.5% 3.5% 0;
  width: 31%;
  vertical-align: top;
  font-size: 13px;
} */


#interviewList .interviewList-list {
  overflow: hidden;
	display: flex;
	flex-wrap: wrap;
  /* justify-content: center; */
	align-content: flex-start;
	gap: 30px 30px;
}

#interviewList .interviewList-item {
	overflow: hidden;
	flex-basis: 31.33333333%;
  background-color: #fff;
  border-radius: 5px;
}

#interviewList .interviewList-item a {
  text-decoration: none;
  color: #000 !important;
}

#interviewList .interview-link {
  display: block;
  padding: 20px;
}

#interviewList .interviewList-item figure img {
  width: 100%;
}

#interviewList .interviewList-item .name {
  display: table-cell;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
}

#interviewList .interviewList-item a .name {
  display: block;
  margin: 30px 0;
  font-weight: 500;
}

#interviewList .interviewList-item a .name {
  color: #3c6;
}

#interviewList .interviewList-item .title {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

#interviewList .interviewList-item .text {
  display: block;
  margin: 30px 0 0 0;
  color: #000;
  text-decoration: none;
  font-size: 11px;
}

#interview .button a {
  display: block;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 5px auto 0 auto;
  padding: 18px 0;
  width: 360px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

#interview .button a span {
  background: url(../images/icon_interview.png) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 23px;
}

.interview-buttonArea {
  margin: 0;
  background-color: #fff;
}

.interview-buttonArea__header {
  padding: 20px 0 0;
  background: #fff;
}

.interview-buttonArea_body {
  border-radius: 0 0 5px 5px 0 0;
  background: #fff;
}

.interview-tag-area {
  margin: 0 20px 0px;
  padding: 0 0 10px;
}

.interview-tag {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 10px;
  background-color: #95c700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.button-interview-smaflo,
.button-interview-white
 {
  width: 100%;
  height: auto;
}


/*-----------------------------------------
support
-----------------------------------------*/
#supportList {
  font-size: 0;
  margin: 0 auto;
  width: 1000px;
}

#supportList ul:after {
  content: "";
  clear: both;
  display: block;
}

#supportList li {
  float: left;
  display: table;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  background: #ccc;
  margin: 0 3.5% 3.5% 0;
  width: 31%;
  vertical-align: top;
  font-size: 13px;
}

#supportList li:nth-child(3n) {
  margin-right: 0;
}

#supportList li a {
  display: block;
  border-radius: 5px;
  background: #fff;
  text-decoration: none;
  padding: 20px;
}

#supportList li figure img {
  width: 100%;
}

#supportList li .name {
  display: table-cell;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}

#supportList li a .name {
  display: block;
  margin: 10px 0 20px;
  font-weight: 500;
}

#supportList li a .name {
  color: #3c6;
}

#supportList li .title {
  text-decoration: none;
  color: #666;
  line-height: 1em;
}

#supportList li form {
  width: 100%;
  margin: 10px auto;
  padding: 5px;
  background-color: #eee;
}

#supportList li .caption {
  color: #999;
  font-size: 11px;
}

#support .button a {
  display: block;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 5px auto 0 auto;
  padding: 18px 0;
  width: 360px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

#support .button a span {
  background: url(../images/icon_support.png) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 23px;
}

/*-----------------------------------------
footer
-----------------------------------------*/
#footer {
  position: relative;
  margin-top: 80px;
  background: #333;
  min-width: 1000px;
  font-size: 13px;
  color: #fff;
}

#footer #footerInner {
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
}

#footer nav {
  float: left;
  font-size: 0;
}

#footer nav li {
  display: inline-block;
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 120%;
  font-size: 13px;
}

#footer nav li:last-child {
  border: none;
}

#footer nav li a {
  text-decoration: none;
  color: #fff;
}

#footer #copyright {
  float: right;
}

#footer .company {
  clear: both;
  padding-top: 30px;
  text-align: center;
}

.pageTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.pageTop.follow {
  opacity: 1;
}

.pageTop.stop {
  position: absolute !important;
  top: -30px !important;
  right: 50px !important;
  bottom: auto !important;
  opacity: 1;
}

.pageTop a {
  display: block;
  background: url(../images/icon_pagetop.png) #95c700 no-repeat 50% 50%;
  background-size: 11px auto;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  width: 60px;
  height: 60px;
}

.features {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0;
}

.features-item {
  width: 28%;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.features-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.features-title span {
  display: inline-block;
  border-bottom: 3px solid #95c700;
  padding-bottom: 8px;
}
.features-text {
  text-align: left;
  font-size: 13px;
}

.function-p {
  font-size: 16px;
  text-align: center;
  margin: 50px;
}

.banner-top {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 70px;
}

.banner-top-item {
    width: 100%;
    height: auto;
}

.text-center {
  margin: 50px auto;
  text-align: center;
}


@media all and (max-width: 599px) {
  .hover:hover {
    opacity: 1 !important;
  }

  body {
    position: relative;
    font-size: 13px;
  }

  #wrapper.menu #modalLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgba(0, 0, 0, 0.3);
  }

  .mincho {
    font-family: "Noto Sans Japanese", serif;
  }

  /*-----------------------------------------
	header
	-----------------------------------------*/
  #header {
    padding: 0;
  }

  #header #headerInner {
    width: auto;
    padding: 10px 10px 0 10px;
    height: 60px;
  }

  #header #headerInner:after {
    content: "";
    clear: both;
    display: block;
  }

  #header.follow #headerInner {
    height: 40px;
  }

  #header #tagLine {
    margin-bottom: 10px;
    font-size: 10px;
  }

  #header #logo {
    float: left;
  }

  #header #logo img {
    width: 200px;
  }

  #header .menu {
    display: block;
    margin-top: 13px;
    float: right;
  }

  #header .menu a {
    display: block;
    position: relative;
    width: 24px;
    height: 18px;
  }

  #header .menu a span {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    background: #67b737;
    width: 24px;
    height: 1px;
  }

  #header .menu a span:before,
  #header .menu a span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 24px;
    height: 1px;
    background: #67b737;
    content: "";
  }

  #header .menu a span:before {
    top: -8px;
  }

  #header .menu a span:after {
    bottom: -8px;
  }

  #header #globalMenu {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    overflow: auto;
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 20;
  }

  #wrapper.menu #header #globalMenu {
    right: 0;
  }

  /* globalNav
	-----------------------------------------*/
  #header #globalNav {
    position: static;
    margin-top: 0 !important;
    background: #fff;
  }

  #header #globalNav ul {
    display: block;
    width: 100%;
  }

  #header #globalNav ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    background: none !important;
    width: auto !important;
    text-align: left;
    font-size: 14px;
  }

  #header #globalNav ul li a {
    display: block;
    padding: 15px 15px !important;
  }

  #header #globalNav ul li a .icon {
    font-size: 14px;
  }

  #header #globalNav ul li.cloud .icon {
    padding-left: 38px;
  }

  #header #globalNav ul li.install .icon {
    background-position: 5px 50%;
    padding-left: 38px;
  }

  #header #globalNav ul li.function .icon {
    background-position: 5px 50%;
    padding-left: 38px;
  }

  #header #globalNav ul li.interview .icon {
    background-position: 5px 50%;
    padding-left: 38px;
  }

  #header #globalNav ul li.support .icon {
    background-position: 5px 50%;
    padding-left: 38px;
  }

  /* contact
	-----------------------------------------*/
  #header .contact {
    position: static;
    width: auto;
    background: #f5f5f5;
    padding: 10px !important;
  }

  #header .contact .time {
    display: block !important;
    background: none;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    font-size: 13px;
  }

  #header .contact .tel {
    float: none;
    margin-right: 80px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  #header .contact .tel a {
    display: block;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #fff;
    line-height: 55px;
    text-align: center;
  }

  #header .contact .tel a span {
    display: inline-block;
    background-size: 22px auto;
    /*padding-left: 25px;*/
  }

  #header .contact .form {
    float: right;
    line-height: 100%;
    font-weight: 700;
    font-size: 11px;
  }

  #header .contact .form a {
    padding: 15px 0 0 0;
    width: 70px;
    height: 40px;
  }

  #header .contact .form a span {
    background-position: 50% 0;
    padding: 18px 0 0 0;
  }
  /*-----------------------------------------
	News
	-----------------------------------------*/

  .news .button a {
    width: 90%;
    font-size: 13px;
  }
  .news_br {
    display: block;
  }
  /*-----------------------------------------
	section
	-----------------------------------------*/
  #contents main section {
    padding: 30px 0;
  }

  #contents main section > h4 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  #contents main section .inner {
    width: auto;
    margin: 0 10px;
  }

  /*-----------------------------------------
	pageTitle
	-----------------------------------------*/
  #contents #pageTitle {
    height: auto;
  }

  #contents #pageTitle .icon {
    padding-left: 40px;
  }

  #contents #pageTitle h3 {
    font-size: 18px;
  }

  #contents #pageTitle #pageTitleInner {
    width: auto;
    padding: 20px 5px !important;
  }

  #contents #pageTitle #pageTitleInner:after {
    content: "";
    clear: both;
    display: block;
  }

  /*-----------------------------------------
	topicPath
	-----------------------------------------*/
  #contents #topicPath {
    width: auto;
    padding: 10px 10px 0 10px;
  }

  /*-----------------------------------------
	contact
	-----------------------------------------*/
  #contents {
    padding-top: 71px;
    min-width: 0;
  }

  #contents .contact {
    margin: 30px 10px 0 10px !important;
    padding: 20px 10px 10px 10px;
    width: auto;
    background: #f7f5e8;
    text-align: center;
  }

  #contents .contact .lead {
    font-size: 12px;
    color: #000;
  }

  #contents .contact .head {
    margin-bottom: 20px;
    font-size: 18px;
  }

  #contents .contact ul li {
    margin-bottom: 20px;
    float: none !important;
    border-top: 1px solid #95c700;
    background: #fff;
    width: auto;
    padding: 20px;
  }

  #contents .contact ul li:last-child {
    margin-bottom: 0;
  }

  #contents .contact ul li .title {
    font-size: 16px;
  }

  #contents .contact ul li .tel {
    margin-bottom: 15px;
    font-size: 18px;
  }

  #contents .contact ul li .tel a {
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    margin: 0 auto 0 auto;
    padding: 13px 0;
    width: auto;
    text-align: center;
    text-decoration: none;
  }

  #contents .contact ul li .tel a span {
    background-size: 28px auto;
    padding-left: 35px;
  }

  #contents .contact ul li .form {
    margin-bottom: 15px;
  }

  #contents .contact ul li .form a {
    width: auto;
    padding: 17px 0;
    font-size: 14px;
  }

  #contents .contact ul li .text {
    text-align: left;
  }

  /*-----------------------------------------
	interview
	-----------------------------------------*/
  #interviewList {
    margin: 0 10px;
    width: auto;
  }

#interviewList .interviewList-list {
  display: block;
}


  #interviewList .interviewList-item {
    margin: 0 0 20px 0 !important;
    width: auto;
  }

  #interviewList .interviewList-item figure img {
    width: 100%;
  }

  #interviewList .comingsoon {
    display: none;
  }

  #interview .button a {
    margin: 5px 20px 0 20px;
    padding: 15px 0;
    width: auto;
    font-size: 14px;
  }

  #interviewList .interviewList-item .name {
    font-size: 15px;
  }

  #interviewList .interviewList-item a .name {
    margin: 15px 0;
  }

  #interviewList .interviewList-item .text {
    margin-top: 20px;
  }

  .button-interview-white
   {
   display: none;
  }

  .banner-top {
    width: calc(100% - 15px * 2);
    margin: 35px auto;
  }

  /*-----------------------------------------
	support
	-----------------------------------------*/
  #supportList {
    margin: 0 10px;
    width: auto;
  }

  #supportList li {
    float: none;
    display: block;
    margin: 0 0 20px 0 !important;
    width: auto;
  }

  #supportList li figure img {
    width: 100%;
  }

  #supportList .comingsoon {
    display: none;
  }

  #supportList .button a {
    margin: 5px 20px 0 20px;
    padding: 15px 0;
    width: auto;
    font-size: 14px;
  }

  #supportList li .name {
    font-size: 15px;
  }

  /*-----------------------------------------
	function
	-----------------------------------------*/
  .function-p {
    margin: 30px;
  }

  /*-----------------------------------------
	footer
	-----------------------------------------*/
  #footer {
    margin-top: 30px;
    min-width: 0;
    font-size: 12px;
    text-align: center;
  }

  #footer #footerInner {
    width: auto;
  }

  #footer nav {
    float: none;
  }

  #footer #copyright {
    float: none;
    margin-top: 20px;
  }

  #footer .company img {
    width: 100px;
  }

  .pageTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }

  .pageTop a {
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
  }

  .pageTop.stop {
    position: absolute !important;
    top: -20px !important;
    right: 10px !important;
  }

  .features {
    display: block;
  }
  .features-item {
    width: auto;
  }
  .features {
    margin: 20px 0 50px;
  }
  .news-h3 {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .news-link {
    font-size: 16px;
  }
}
@media all and (max-width: 400px) {
  #contents #pageTitle .consider {
    font-size: 14px;
  }
}
