@charset "UTF-8";
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}
button:focus {
  outline: 0;
}
#main .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
#contents_wrap {
  width: 100%;
  max-width: 100%;
}
.contents--space {
  width: 950px;
  max-width: 100%;
  margin: 0 auto 0;
}
.contents--top {
  max-width: 100%;
  width: 950px;
  margin: 0 auto 0;
  position: relative;
  padding: 0 0 155px;
}
.share {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 655px;
  max-width: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 auto 0;
  font-size: 16px;
}
#faq a::after {
  content: url("../img/link-icon_c.png");
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
}
img.outlink {
  margin-top: 3px;
  margin-left: 5px;
  width: 16px;
  height: 16px;
}
.telwork {
  background: #fff;
  padding: 15px 30px 10px;
}
.telwork .top {
  font-weight: bold;
  color: #0096c7;
  font-size: 18px;
  padding: 0 0 5px;
}
.wolrd-share {
  background: #0096c7;
  color: #fff;
  padding: 20px 30px 5px;
}
.wolrd-share p {
  font-size: 22px;
  padding: 18px 0 0;
  font-weight: bold;
}
.share--top {
  width: 185px;
  margin: 0 auto 0;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
  padding: 5px 20px 4px;
  font-size: 16px;
}
.share--title {
  font-size: 53px;
  font-weight: bold;
  padding: 0 0 10px;
}
.content-area {
  padding: 70px 15px 80px;
  text-align: center;
}
.content-area:last-child {
  padding: 70px 15px 50px;
}
.content-area h2 {
  font-size: 36px;
  border-bottom: 1px solid #0096C7;
  margin: 0 0 15px;
  line-height: 1.5;
  padding: 0 0 10px;
}
.content-area.bg-color {
  background-color: #f8f8f8;
}
.content-area.bg-color:last-child {
  margin: 0 0 -60px;
}
.content-area .mtg-system {
  text-align: left;
  margin: -25px 0 0;
}
ul {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtg-system-logo {
  width: 412px;
  margin: 0 auto 0;
  padding: 39px 0 0;
}
.exp-text {
  width: 100%;
  text-align: center;
  margin: 0 auto 0;
  padding: 30px 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.worry-img {
  width: 187px;
  margin: 55px auto 0px;
}
.contents--col2 {
  display: inline-flex;
  width: 100%;
  padding: 15px 0 0;
}
.left--col {
  width: 50%;
}
.right--col {
  width: 48%;
  margin: 0 0 0 2%;
}
/* */
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  text-align: left;
  font-size: 14px;
}
td.top {
  color: #0096c7;
  background: #dcdcdc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
td.fixed01 {
  white-space: nowrap;
  text-align: center;
  background: #0096c7;
  color: #fff;
  font-size: 15px;
}
/* */
.camp-box {
  border: 1px solid #767676;
  width: 480px;
  margin: 30px auto 20px;
  color: #767676;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
.camp-box h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
.faq-box {
  cursor: pointer;
  text-align: left;
  width: 90%;
  margin: 0 auto 0;
  padding: 0;
  border-bottom: 1px solid #000;
}
.faq-box h3 {
  display: inline-block;
  width: 100%;
  padding: 20px 10px 10px;
  margin: 0;
  background: url(../img/off_icon.png) no-repeat right center;
  background-size: 25px;
  font-size: 18px;
  background-position: 99% 50%;
  box-sizing: border-box;
}
.faq-box h3.on {
  background: url(../img/on_icon.png) no-repeat right center;
  background-size: 25px;
  padding: 20px 10px;
  font-size: 18px;
  background-position: 99% 50%;
}
.faq-box h3 .ico {
  width: 50px;
  height: 50px;
  padding: 15px 0;
  border: 1px solid #767676;
  background-color: #767676;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  float: left;
}
.faq-box h3 span {
  display: table-cell;
  padding: 14px 36px 14px 18px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
}
.faq-box div {
  display: none;
  margin-top: 15px;
  padding: 20px 10px;
  background: #f8f8f8;
}
.faq-box div .ico {
  width: 50px;
  height: 50px;
  padding: 15px 0;
  border: 1px solid #767676;
  color: #767676;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  float: left;
}
.faq-box div p.answer {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  border: 0;
}
.answer h4 {
  margin-top: 30px;
  font-weight: bold;
}
.answer ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
}
/* */
.intro-box {
  cursor: pointer;
  text-align: center;
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  border-top: 1px solid #767676;
}
.intro-box h3 {
  display: inline-block;
  border-right: 1px solid #767676;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
  width: 100%;
  padding: 15px 0px;
  margin: 0;
  background: #767676 url(../img/off_icon_w.png) no-repeat right center;
  background-size: 25px;
  font-size: 18px;
  background-position: 98% 50%;
  box-sizing: border-box;
  text-align: center;
}
.intro-box h3 div.title {
  display: block;
  font-size: 19px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 0;
  font-weight: bold;
}
.intro-box h3 div.title p {
  color: #000;
  font-size: 14px;
  border: 0;
  padding: 0;
  margin: 0;
}
.intro-box h3.on {
  border-right: 1px solid #767676;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
  background: #767676 url(../img/on_icon_w.png) no-repeat right center;
  width: 100%;
  background-size: 25px;
  padding: 15px 0px;
  font-size: 18px;
  background-position: 98% 50%;
  box-sizing: border-box;
}
.intro-box div.answer {
  background: #fff;
  border: 1px solid #767676;
  padding: 20px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: left;
  word-break: break-all;
}
.intro-box table {
  margin-top: 20px;
}
.intro-box th {
  background-color: #767676;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.intro-box td {
  text-align: center;
  vertical-align: middle;
}
.intro-box td:first-of-type {
  text-align: left;
  vertical-align: middle;
}
th.sidebg {
  background-color: #c4c4c4;
  background-color: #f2f2f2;
  color: #000;
  font-weight: bold;
  text-align: left;
}
/* */
.exp {
  font-size: 16px;
  border: 0;
  text-align: left;
  margin: 0 0 17px;
}
.mtg-area {
  border: 1px solid #c4c4c4;
  display: inline-table;
  padding: 15px 10px;
  margin: 49px 0 0;
  color: #363636;
}
.mtg-area .left {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0096c7;
}
.mtg-area .right {
  width: 100%;
  text-align: left;
}
.btn-invert {
  font-size: 26px;
}
.btn-block {
  margin: 40px auto;
}
.btn-invert {
  display: block;
  position: relative;
  font-size: 24px;
  width: 60%;
  margin: 50px auto 0;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all .3s ease;
  box-sizing: border-box;
  color: #fff;
}
.btn-invert a {
  display: inline-block;
  background-color: #0096C7;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  padding: 7px 0;
}
.btn-invert.blank a {
  background: url(../img/link-icon.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  background-color: #0096C7;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background-size: 25px;
}
.btn-invert::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: translateY(-50%) rotate(45deg);
  left: 20px;
  color: #fff;
}
/* */
.solution_list {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
.solution_list .img {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_list .txt {
  width: 70%;
  padding-left: 3%;
  margin-top: -7px;
}
.solution_list .txt .title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.solution_list .txt p {
  font-size: 16px;
  text-align: left;
}
.wolrd-share {
  background: #5aa646;
  background: #767676;
}
.telwork .top {
  color: #5aa646;
  color: #767676;
}
.btn-invert a {
  background-color: #767676;
  padding-top: 12px;
}
.btn-invert.blank a {
  background-color: #767676;
}
.small {
  font-size: 80%;
  font-weight: normal;
}
.btn-invert.w-90 {
  width: 90%;
  margin: 20px auto 0;
  line-height: 1.2;
}
.mt-50 {
  margin-top: 50px !important;
}
.pt-0 {
  padding-top: 0px;
}
.superiority-title, .anker-title {
  color: #767676;
  color: #fff;
}
.superiority-text, .anker-text {
  text-align: left;
}
.content-area h2 {
  border-bottom: 1px solid #767676;
}
.superiority-title, .anker-title {
  font-size: 18px;
  font-weight: bold;
  color: #767676;
  color: #000;
  text-align: center;
}
.superiority--list, .anker--list {
  width: 90%;
  display: inline-block;
}
.superiority {
  width: 100%;
  display: inline-block;
  border: 1px solid #767676;
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 20px 15px;
  color: #000;
  font-size: 16px;
  background-color: #fff;
}
.mtg-area {
  width: 100%;
  display: inline-table;
  padding: 15px 10px;
  font-size: 22px;
  font-weight: bold;
  margin: 49px 0 0;
  margin: 20px 0 40px;
}
.mtg-area P {
  font-size: 22px;
  font-weight: bold;
}
.line-area {
  width: 100%;
  border: 1px solid #767676;
  display: inline-table;
  padding: 30px 20px 0px;
  margin: 20px 0 0px;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #5aa646;
  color: #fff !important;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.bg-gray {
  background-color: #363636;
  color: #fff !important;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.bg-gray2 {
  background-color: #767676;
  color: #fff !important;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.text-green {
  color: #5aa646;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.solution_list h3 {
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}
.solution_list .txt p.notes {
  font-size: 13px;
  margin-top: 10px;
  text-align: left;
}
#use_case h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0.7rem auto 0;
}
#use_case p {
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .superiority-title.text-center {
    margin-bottom: 10px;
  }
  #use_case h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1rem auto;
  }
  #use_case p {
    font-size: 1.4rem;
  }
  .inn_box {
    margin: 50px auto 0;
    width: 90%;
  }
  .p-5 {
    padding: 15px;
  }
  .pc-style {
    display: inline;
  }
  .sp-style {
    display: none;
  }
  /* */
  .solution_list .txt.order-1 {
    padding-right: 3%;
    padding-left: 0%;
  }
  .product-lineup .content-area {
    padding: 45px 15px 20px;
  }
  .product-lineup .content-area:first-of-type {
    padding: 70px 15px 20px;
  }
  .product-lineup .content-area:last-of-type {
    padding: 45px 15px 40px;
    margin-bottom: 0;
  }
  .solution_list h3 {
    margin-top: 0px;
  }
  .lines2 {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pl30 {
    padding-left: 30px !important;
  }
  .pr30 {
    padding-right: 30px !important;
  }
  .anker-title {
    font-size: 14px;
  }
  .superiority p, .anker p {
    border: 0;
    margin: 5px 0 0;
    padding: 0;
    color: #000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .mtg-system-text.auto {
    max-width: 800px;
    margin: 20px auto 0;
    font-size: 18px;
    text-align: left;
  }
  .anker--list {
    width: 100%;
    display: flex;
    padding: 0px 0 0;
  }
  .superiority--list {
    width: 100% !important;
    display: inline-flex;
    padding: 15px 0 0;
  }
  .anker {
    width: 20%;
    color: #fff;
    font-size: 16px;
    border-left: 1px solid #aaa;
    margin-right: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
  .anker .anker-title a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 10px !important;
  }
  .anker:hover {
    background-color: #767676;
  }
  .anker:last-child {
    margin-right: 0px;
    border-right: 1px solid #fff;
  }
  .superiority {
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    margin-right: 20px;
  }
  .superiority:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width:767px) {
  .camp-box {
    border: 1px solid #767676;
    width: 90%;
    margin: 30px auto 20px;
    color: #767676;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
  }
  .graph .area {
    overflow-x: scroll;
  }
  .graph-table {
    min-width: 400px;
  }
  .sp-style {
    display: inline;
  }
  .pc-style {
    display: none;
  }
  .contents--top {
    width: 100%;
    padding: 0 0 225px;
  }
  .telwork .top {
    font-size: 14px;
  }
  .telwork {
    padding: 15px 0 10px;
  }
  .telwork .top {
    padding: 0px;
  }
  .wolrd-share {
    padding: 15px 30px 15px;
  }
  .wolrd-share p {
    padding: 10px 0 0;
  }
  .share {
    position: absolute;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto 0;
    font-size: 14px;
  }
  .share--top {
    width: 160px;
  }
  .share p {
    font-weight: bold;
    font-size: 17px;
    margin: 0;
  }
  .share--title {
    font-size: 42px;
    font-weight: bold;
    padding: 0;
  }
  .share .notes {
    text-align: center;
    font-size: 11px;
    padding-left: 0;
    text-indent: 0;
  }
  .content-area .mtg-system {
    margin: -33px 0 0;
  }
  .contents--col2 {
    display: inline-block;
    width: 90%;
  }
  .left--col {
    width: 100%;
  }
  .right--col {
    width: 100%;
    margin: 25px 0 0;
  }
  .content-area {
    width: 100%;
    padding: 45px 0;
    text-align: center;
    margin: 0 auto 0;
  }
  .content-area h2 {
    font-size: 30px;
    border-bottom: 1px solid #767676;
    margin: 0 0 15px;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  .mtg-system-text {
    font-size: 18px;
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto 0;
  }
  .exp-text {
    width: 90%;
    font-size: 18px;
    padding: 10px 0 0;
  }
  .mtg-system-logo {
    width: 90%;
    margin: 0 auto 0;
    padding: 25px 0 5px;
  }
  .mtg-system-logo img {
    width: 285px;
  }
  .worry-img {
    width: 90%;
    margin: 27px auto 0;
  }
  .worry-img img {
    width: 159px;
  }
  .telework {
    padding: 30px 20px 45px;
  }
  .telework .notes {
    text-align: left;
    padding: 15px 0 0;
    text-indent: 0;
  }
  .telework .title span.notes {
    display: block;
    font-size: 12px;
    padding: 0;
    text-indent: 0;
    text-align: left;
  }
  .exp {
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
  }
  .area img {
    width: 125px;
    bottom: -25px;
    right: -50px;
  }
  .content-area h2 {
    width: 90%;
    font-size: 26px;
    border-bottom: 1px solid #767676;
    margin: 0 auto 15px;
    line-height: 1.5;
    padding: 0 0 10px;
  }
  .mtg-area {
    display: block;
    padding: 15px 10px;
    margin: 0 auto 0;
    width: 90%;
  }
  .mtg-area .left {
    display: block;
    width: 100%;
    padding: 5px 0 8px;
    font-size: 20px;
  }
  .mtg-area .right {
    font-size: 15px;
  }
  .content-area:last-child {
    padding: 45px 0 50px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .telework .title {
    font-size: 20px;
  }
  .area img {
    position: absolute;
    width: 126px;
    bottom: 30px;
    left: 300%;
  }
  .btn-invert {
    width: 90%;
    line-height: 1.5;
    font-size: 15px;
    margin: 50px auto 5px;
  }
  .btn-invert.blank a {
    background-size: 20px;
  }
  .btn-invert::after {
    left: 15px;
    width: 12px;
    height: 12px;
  }
  .content-area.bg-color:last-child {
    margin: 0 0 -35px;
    padding: 45px 0 77px;
  }
  .btn-invert a {
    padding: 12px 0;
    font-size: 18px;
  }
  .share--top .txtsmall {
    vertical-align: super;
    font-size: 7px;
  }
  /*	*/
  .mtg-area P {
    font-size: 20px;
  }
  .btn-invert.w-90 a {
    font-size: 3vw;
  }
  .line-area {
    width: 90%;
  }
  .mtg-system-text {
    text-align: left !important;
  }
  .anker--list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 0px 0 0;
    margin-left: auto;
    margin-right: auto;
  }
  .anker {
    min-width: 120px;
    width: 50%;
    color: #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
  }
  .anker-title {
    font-size: 3vw;
  }
  .superiority-title {
    font-size: 18px;
  }
  .superiority-title.lines2 {
    margin-bottom: 15px;
  }
  .anker a {
    display: block;
    color: #fff;
    padding: 15px 10px !important;
    text-decoration: none;
  }
  .anker a:hover {
    background-color: #767676;
  }
  .anker:nth-child(even) {
    margin-right: 0px;
    border-right: 1px solid #fff;
  }
  .anker:last-child {
    /*width: 100%;*/
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #fff;
  }
  .solution_list .txt {
    width: 100%;
    padding: 5% 0 0;
    margin: 0;
  }
  .solution_list .txt .title {
    font-size: 17px;
  }
  .solution_list {
    display: block;
    width: 90%;
    margin: 0 auto 0;
  }
  .solution_list .img {
    width: 100%;
  }
  .solution_list {
    display: block;
    width: 90%;
    margin: 0 auto 0;
  }
  .mtg-area {
    width: 90%;
    margin-bottom: 15px;
  }
  .content-area.bg-color:last-child {
    margin: 0 0 0px;
  }
  .product-lineup .content-area:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width:320px) {
  .mtg-system-logo {
    width: 80%;
  }
  .worry-img {
    width: 80%;
  }
  .wolrd-share {
    padding: 15px 0 15px;
  }
  .contents--top {
    width: 100%;
    padding: 0 0 245px;
  }
  .content-area h2 {
    font-size: 22px;
  }
  .share p {
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0 0;
  }
  .share--title {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.3;
    padding: 0 0 10px;
  }
  .exp-text {
    width: 90%;
    margin: 0 auto 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
  }
  .mtg-area .left {
    font-size: 18px;
  }
  .btn-invert.blank a {
    background-size: 20px;
  }
  .btn-invert a {
    padding: 12px 0;
    font-size: 15px;
  }
  .btn-invert {
    width: 90%;
    font-size: 15px;
  }
  .btn-invert::after {
    left: 9px;
  }
}