@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;
}
#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: 48px;
  font-weight: bold;
  padding: 0 0 10px;
  line-height: 1.4;
}
.content-area {
  padding: 80px 15px 80px;
  text-align: center;
}
.content-area h2 {
  font-size: 36px;
  border-bottom: 1px solid #0096C7;
  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: 0px;
  flex-wrap: wrap;
  gap: 40px 32px;
  text-align: left;
}
.box2 {
  flex: 1;
}
.left--col {
  width: 48%;
}
.right--col {
  width: 48%;
}
.contents--col3 {
  display: inline-flex;
  width: 100%;
  padding: 0px;
  flex-wrap: wrap;
  gap: 20px;
  text-align: left;
  margin-bottom: 20px;
}
.contents--col3 .box3 {
  width: 100%;
  margin: 0px 0;
}
.contents--col3 .box3:first-child {
  width: 100%;
  margin: 12px 0 0;
}
.contents--col3 .box3 .img {
  width: 90%;
  margin: 0 auto;
}
.left--col {
  width: 48%;
}
.right--col {
  width: 48%;
}
.lineup_list .img, .solution_list .img, .contents--col2 .img, .contents--col3 .img {
  border: 1px solid #C5C8CE;
}
/* */
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
th, td {
  margin: 0;
  padding: 10px 10px;
  border-top: 1px solid #A5A6A9;
  border-bottom: 1px solid #A5A6A9;
  border-right: 1px solid #A5A6A9;
  border-left: 1px solid #A5A6A9;
  font-size: 12px;
  vertical-align: middle;
}
th {
  background-color: #2460B3;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
td {
  background-color: #FFFFFF;
}
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;
}
th.sidebg {
  background-color: #DDE8F6;
  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: 80px 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: #2460B3;
  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;
}
/* */
.lineup_list, .solution_list {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.solution_list .img {
  width: 36%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution_list .txt {
  width: 64%;
  padding-left: 24px;
  box-sizing: border-box;
}
.lineup_list .img {
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup_list .txt {
  width: 62%;
  padding-right: 40px;
  box-sizing: border-box;
}
.solution_list .txt .title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
.solution_list .txt p {
  font-size: 18px;
  text-align: left;
}
#lineup .txt p {
  font-size: 16px;
  text-align: left;
}
.wolrd-share {
  background: #2460B3;
}
.telwork .top {
  color: #2460B3;
}
.btn-invert a {
  background-color: #2460B3;
  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-0 {
  margin-top: 0px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.superiority-title, .anker-title {
  color: #767676;
  color: #fff;
}
.superiority-text, .anker-text {
  text-align: left;
}
.content-area h2 {
  border-bottom: 1px solid #2460B3;
}
.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: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-area .intro {
  margin: 64px 15px 80px;
}
#specification p.notes, .solution_list p.notes, .lineup_list p.notes, .lineup p.notes {
  font-size: 14px;
  margin-top: 12px;
  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;
}
.arrow_under {
  display: inline-block;
  margin-top: 7px;
  width: 21px;
  height: 11px;
}
.lineup_01 {
  width: 100%;
  max-width: 615px !important;
  margin: 40px auto;
}
#overview h3 {
  margin-bottom: 12px;
}
#lineup h3 {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.lineup h3 {
  border-bottom: solid 1px #707070;
  padding-bottom: 12px;
  padding-top: 5px;
  background-image: url("../img/circle.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 36px 36px;
  height: 48px;
}
.lineup h3::first-letter {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  padding: 5px 11px 1px;
}
#lineup .content-area:first-child {
  padding: 80px 19px 80px;
}
#lineup .content-area {
  padding: 40px 19px 40px;
}
#specification h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}
.slender_space, .specification_space {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
#lineup p {
  text-align: left;
}
.flex-center {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.box3 h4 span {
  border-left: solid 8px #2460B3;
  padding-left: 10px;
}
.box3 h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #707070;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.box3 p {
  margin-bottom: 18px;
}
.mtg-system-text2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.mtg-system-text2 span {
  font-size: 18px;
}
.mtg-system-text.auto {
  max-width: 800px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
sup {
  font-size: 60% !important;
  color: #2B2E34 !important;
}
/*----------------*/
@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;
  }
  /* */
  .content-area .intro {
    margin: 32px 19px 40px;
  }
  .solution_list .txt.order-1 {
    padding-right: 24px;
    padding-left: 0%;
  }
  #lineup .txt.order-1 {
    padding-right: 40px;
    padding-left: 0%;
  }
  .solution_list h3 {
    font-size: 20px;
    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;
  }
  .anker--list {
    width: 100%;
    display: flex;
    padding: 0px 0 0;
  }
  .superiority--list {
    width: 100% !important;
    display: inline-flex;
    padding: 15px 0 0;
  }
  .anker {
    width: 33%;
    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;
  }
  .contents--col3 {
    margin-bottom: 0px;
  }
  .contents--col3 .box3 {
    flex: 1;
    margin: 40px 0;
  }
  .contents--col3 .box3:first-child {
    width: 100%;
    margin: 40px 0 0;
  }
  .contents--col3 .box3 .img {
    width: 100%;
  }
  th, td {
    margin: 0;
    padding: 10px 10px;
    font-size: 16px;
  }
  #specification h3 {
    font-size: 20px;
  }
  #lineup h3 {
    font-size: 20px;
  }
  .pt-64 {
    padding-top: 64px !important;
  }
  .lineup h3::first-letter {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px 11px;
  }
  .mt-64 {
    margin-top: 64px !important;
  }
  .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;
  }
  .contents--top {
    max-width: 100%;
    width: 950px;
    margin: 0 auto 0;
    position: relative;
    padding: 0 0 155px;
  }
}
@media only screen and (max-width:767px) {
  .graph .area {
    overflow-x: scroll;
  }
  .graph-table {
    min-width: 320px;
  }
  .graph-table.wl {
    min-width: 680px;
  }
  .sp-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .contents--top {
    width: 100%;
  }
  .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 {
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    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-flex;
    width: 100%;
    gap: 24px;
  }
  .lineup .contents--col2 {
    display: inline-flex;
    width: 100%;
    gap: 32px;
  }
  .left--col {
    width: 100%;
  }
  .right--col {
    width: 100%;
  }
  .content-area {
    width: 100%;
    padding: 40px 19px;
    text-align: center;
    margin: 0 auto 0;
  }
  #lineup .content-area:first-child {
    padding: 80px 19px 40px;
  }
  .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 {
    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: 100%;
    font-size: 24px;
    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: 40px 0 60px;
  }
  .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: 40px auto 0px;
  }
  .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;
  }
  .lineup_list .txt, .solution_list .txt {
    width: 100%;
    padding: 0% 0 20px;
    margin: 0;
  }
  .solution_list .txt .title {
    font-size: 17px;
  }
  .solution_list {
    display: block;
    width: 90%;
    margin: 0 auto 0;
  }
  .lineup_list {
    display: block;
    width: 100%;
    margin: 0 auto 0;
  }
  .lineup_list .img, .solution_list .img {
    width: 100%;
  }
  #lineup .txt p {
    font-size: 14px;
    text-align: left;
  }
  .solution_list .img.w90 {
    width: 90%;
    margin: 0 auto 24px;
  }
  .solution_list {
    display: block;
    width: 100%;
    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;
  }
  .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;
  }
}