@charset "utf-8";

html {
  /*    font-size:100%;*/
  font-size: 62.5%;
}

body {
  margin: 0px;
  color: #333;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
ul,
ol,
li,
p {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  /*    color: #d03c56;*/
  text-decoration: none;
}

/*ヘッダー部分*/
.header {
  width: 100%;
  height: 123px;
  padding: 0px;
  box-shadow: 0 0px 12px 0px #222;
  /*    box-shadow: 0 0 10px 1px #e3e3e3;*/

  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
}

.wrapper {
  /*    メイン部分　幅970pxでセンター揃い*/
  max-width: 970px;
  margin: 30px auto 40px;
}
.main {
  display: block;
  float: left;
  width: 660px;
}
.sidemenu {
  float: right;
  width: 275px;
}
.footer {
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.headermenu {
  width: 967px;
  /*    background-color: aqua;*/
  margin: 0 auto;
  padding-top: 29px;
}

.logo {
  width: 211px;
  height: 52px;
  float: left;
  background: url("../img/logo2.png") no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.logo a {
  display: block;
  width: 211px;
  height: 52px;
}

.global-nav {
  /*    width: 600px;*/
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  float: right;
}
.global-nav .nav-item {
  display: inline-block;
  margin: 0 10px;
}
.global-nav .nav-item a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #000000;
  letter-spacing: 1px;
  transition: 0.55s;
}

.global-nav .nav-item:hover > a {
  background-color: #5e2875;
  color: #fff;
}

.global-nav .nav-item:hover li:hover > a {
  background-color: #5e2875;
  color: #fff;
}

.global-nav .sub-menu {
  position: absolute;
  /*    margin-top:20px;*/
  /*    display: none;*/
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0px 9px -1px #555;
  transition: 0.4s;
  margin-top: -10px;
}

.global-nav .sub-menu li {
  /*    margin-top:5px;*/
  text-align: left;
}

.global-nav .nav-item:hover ul.sub-menu {
  /*    display: block;*/
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

/*ページ見出し画像*/

.page-title {
  margin-top: 123px;
  width: 100%;
  height: 450px;
  background-color: #03bfc0;
  /*    background-color: #95a1ae;*/
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.page-title.naka {
  margin-top: 0px;
  flex-direction: row-reverse;
  height: 330px;
  margin-bottom: 50px;
  background-color: #95a1ae;
}

.page-title .image-flame {
  width: 50%;
  height: 450px;
  /*     background-color: #03bfc0;*/
  background-image: url("../img/top/mainimage.png");
  /*    background-color: #95a1ae;*/
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  text-align: right;
  overflow: hidden;
}

.page-title.naka .image-flame {
  text-align: left;
  height: 330px;
  /*    background-color: #fff;*/
  background-color: #95a1ae;
}

.page-title .image {
  max-width: 720px;
  max-height: 450px;
}

.page-title .content {
  width: 50%;
  height: 100%;
  padding: 0 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-title.naka .content {
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
  margin-bottom: 100px;
}

.page-title .title {
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  font-size: 1.8rem;
}

.page-title.naka .title {
  width: 485px;
  padding-right: 20px;
  /*    background-color: coral;*/
}

.page-title dl{margin-top: 2.4rem;}
.page-title dl dt{
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1;
}
.page-title dl dt strong{
  font-size: 1.25em;
}
.page-title dl dd{
  margin-left: .05em;
  font-size: .8em;
  font-weight: 400;
}
.page-title dl dd:not(:last-child){margin-bottom: 1.1em;}

/*サービスご案内*/
.page-title.naka.service .image-flame {
  background-image: url("../img/top/service.png");
}

.page-title.naka.service {
  background-color: #7b7ca5;
}

/*システム導入支援背景*/
.page-title.naka.service.system .image-flame {
  background-image: url("../img/top/system.png");
}

/*コンサルティング・保守サポート*/
.page-title.naka.service.consultant .image-flame {
  background-image: url("../img/top/consultant.png");
}

/*開発販売サポート*/
.page-title.naka.service.development .image-flame {
  background-image: url("../img/top/development.png");
}

/*製品紹介背景*/
.page-title.naka.product .image-flame {
  background-image: url("../img/top/products.png");
}

.page-title.naka.product .content {
  background-color: #78a689;
}

/*看護システム背景*/
.page-title.naka.kango .image-flame {
  background-image: url("../img/top/kango.png");
}

.page-title.naka.kango .content {
  background-color: #df7b51;
}

/*管理システム背景*/
.page-title.naka.kiroku .image-flame {
  background-image: url("../img/top/kiroku.png");
}

.page-title.naka.kiroku .content {
  background-color: #3abaab;
}

/*クラウドORCA*/
.page-title.naka.orca .image-flame {
  background-image: url("../img/top/orca.png");
}

.page-title.naka.orca .content {
  background-color: #4472bf;
}

/*再来・自動受付システム*/
.page-title.naka.uketsuke .image-flame {
  background-image: url("../img/item/main_uketsuke.png");
}

.page-title.naka.uketsuke .content {
  background-color: #99aa9d;
}

/*再来・自動受付システム　SCS-S02*/
.page-title.naka.uketsuke_s .image-flame {
  background-image: url("../img/item/main_s.png");
}

.page-title.naka.uketsuke .content {
  background-color: #99aa9d;
}

/*再来・自動受付システム　SCS-M02*/
.page-title.naka.uketsuke_m .image-flame {
  background-image: url("../img/item/main_m.png");
}

/*再来・自動受付システム　SCS-L001*/
.page-title.naka.uketsuke_l .image-flame {
  background-image: url("../img/item/main_l.png");
}

/*再来・自動受付システム　画面遷移例*/
.page-title.naka.uketsuke_gamen .image-flame {
  background-image: url("../img/item/main_gamen.png");
}

/*再来・自動受付システム　呼び出しシステム*/
.page-title.naka.yobidashi .image-flame {
  background-image: url("../img/item/main_yobidashi.png");
}

/*再来・自動受付システム　呼び出しシステム 診療*/
.page-title.naka.yobidashi_shinryo .image-flame {
  background-image: url("../img/item/main_junban.png");
}

/*再来・自動受付システム　呼び出しシステム 処方箋*/
.page-title.naka.yobidashi_shohosen .image-flame {
  background-image: url("../img/item/main_shohousen.png");
}

/*再来・自動受付システム　呼び出しシステム 会計*/
.page-title.naka.yobidashi_kaikei .image-flame {
  background-image: url("../img/item/main_kaikei.png");
}

.page-title.naka.uketsuke .content {
  background-color: #99aa9d;
}

/*会社概要背景*/
.page-title.naka.company .image-flame {
  background-image: url("../img/top/company.png");
}

.page-title.naka.company .content {
  background-color: #5e2875;
}

/*お問い合わせ背景*/
.page-title.naka.company.form .image-flame {
  background-image: url("../img/top/form.png");
}

/*News部分*/

.heading {
  padding: 10px 0px;
  letter-spacing: 1px;
  font-size: 2rem;
}

.scroll-list {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 30px;
  list-style-type: none;
}

.scroll-list .scroll-item a {
  display: block;
  padding: 2px 0px;
  color: #333;
  font-size: 0;
  transition: background-color 0.1s;
  /*    border-bottom: 1px solid #000000;*/
}

.scroll-list .scroll-item a:hover {
  background-color: #fafaf8;
}

.scroll-list .date {
  display: block;
  width: 100px;
  float: left;
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #03bfc0;
  color: #fff;
  text-align: center;
  line-height: 18px;
  padding: 5px 10px;
}

.scroll-list .title {
  display: block;
  overflow: hidden;
  width: auto;
  /*    padding-left: 15px;*/
  font-size: 1.4rem;
  line-height: 18px;
  padding: 5px 15px;
}

.scroll-list .category.news {
  background-color: #2c3c53;
}

/*topページの紫色の四角の部分*/

.page-section {
  width: 100%;
}

.page-section .title {
  float: left;
  width: 300px;
  height: 300px;
  border: 20px solid #5e2875;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-section .midashi {
  display: block;
  /*background-color: aqua;*/
  font-weight: normal;
  font-size: 2rem;
  line-height: 40px;
  letter-spacing: 5px;
  margin-left: 10px;
}

.page-section .rightbox {
  float: right;
  width: 670px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 50px;
}

.rightbox h3.bold {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.page-section .desc {
  font-size: 1.6rem;
  line-height: 25px;
}

.hrline {
  width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-width: 1px 0px 0px 0px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
}

.center-title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 25px;
}

.center-title-pink {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 25px;
  color: #df7b51;
}

/*四段組の部分*/
.servicemenu {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /*    align-items:flex-start;*/
}
.servicemenu .section {
  width: 220px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
}

.servicemenu .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background-color: #5e2875;
}
.servicemenu .desc {
  display: block;
  padding: 10px;
  margin-bottom: 50px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
}
.kuwasiku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 25px;
  position: absolute;
  bottom: 0;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  margin-left: 15px;
  color: #5e2875;
}

/*システム導入紹介部分*/
.system-syoukai {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.system-syoukai .section {
  width: 470px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
}

.system-syoukai .leftbox {
  width: 320px;
  height: auto;
  /*    background-color:aqua;*/
  position: relative;
}

.leftbox .midashi {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 40px;
  margin-top: -12px;
}

.leftbox .image {
  width: 275px;
  margin-top: 12px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #b5b5b5; /* 線色 */
}

.leftbox .image-orca {
  width: 200px;
  margin-top: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rightbox .desc {
  display: block;
  padding: 0px;
  margin-bottom: 50px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
}

.system-syoukai .rightbox {
  width: 650px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
}

.system-syoukai .section.sec3 {
  width: 470px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
}

.system-syoukai .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5e2875;
  border-width: 3px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  padding-left: 20px;
  padding-right: 5px;
}

.system-syoukai .title.underconst {
  color: #555;
  border-width: 2px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #bbb; /* 線色 */
  padding-left: 20px;
  padding-right: 5px;
}

.system-syoukai .title .trim {
  overflow: hidden;
  width: 150px;
  height: 85px;
  margin-left: auto;
}

.system-syoukai .title img {
  height: 85px;
}

.system-syoukai .desc {
  display: block;
  padding: 10px;
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
}

.rightbox .desc {
  padding: 0px;
  line-height: 25px;
  font-size: 1.4rem;
  margin-top: -5px;
  margin-bottom: 0px;
}

.system-syoukai .kuwasiku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 25px;
  position: absolute;
  bottom: 0;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #5e2875;
}

.system-syoukai .kuwasiku a:hover {
  background-color: #5e2875;
}

a.kuwasiku:hover {
  background-color: #5e2875;
  transition: 0.55s;
  color: #fff;
}

a.title:hover {
  background-color: #eaeae7;
  transition: 0.55s;
}

/*介護システム紹介部分　３段組*/
.section3 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
}
.section3 .section {
  width: 310px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #b5b5b5; /* 線色 */
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
}

.section3 .section .bold {
  font-size: 1.4rem;
  font-weight: bold;
  color: #df7b51;
  margin-bottom: 10px;
}

.section3 .section ul {
  font-size: 1.4rem;
  line-height: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

span.bd {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

/*紹介部分三段組*/

.system-syoukai-3 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.system-syoukai-3 .section {
  width: 300px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
  margin-bottom: 20px;
}
.system-syoukai-3 .syoukai img {
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #999; /* 線色 */
}

.system-syoukai-3 .syoukai {
}

.system-syoukai-3 .desc {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  margin-bottom: 30px;
}

.system-syoukai-3 .kuwasiku {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 25px;
  position: absolute;
  bottom: 0;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #5e2875;
}

/*フッター部分*/
.footer {
  width: 100%;
  height: 400px;
  background-color: #03bfc0;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.foot-space {
  flex: 1;
  background-color: #e5e5e5;
}

.foot-space.left {
  flex: 1;
  background-color: #d2d2d2;
}

.footer .footer-logo {
  width: 200px;
  height: auto;
  background-color: #d2d2d2;
  text-align: right;
  padding-right: 50px;
  padding-top: 25px;
  /*    margin-left:0;*/
}
.footer img {
}
.footer .footer-cont {
  width: 770px;
  height: auto;
  background-color: #e5e5e5;
  /*    background-color:aqua;*/

  padding-top: 35px;
  padding-left: 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.footer .desc {
  width: 730px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
}

.footer .office {
  /*    width:700px;*/
  margin-top: 20px;
  line-height: 20px;
}

.footer .office.two {
  margin-left: 30px;
}

.footer .nidan {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.footer .office .office-name {
  font-size: 1.3rem;
  font-weight: bold;
}

.footer .office .address {
}

.footer .copy {
  font-size: 1.3rem;
  margin-top: 40px;
}

/*パンくずリスト*/
.pankuzu-waku {
  margin-top: 123px;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  background-color: #d2d2d2;
}
.pankuzu-waku .pankuzu {
  width: 970px;
  font-size: 1.4rem;
  line-height: 47px;
}
.pankuzu .ima {
  font-weight: bold;
}

.pankuzu a:link {
  color: #000;
}
.pankuzu a:visited {
  color: #000;
}
.pankuzu a:hover {
  text-decoration: underline;
}
.pankuzu a:active {
}

/*チェックマーク入りリスト*/
ul.check-list {
  margin-bottom: 70px;
  padding: 10px;
}

ul.check-list li {
  /*    display:inline-block;*/
  vertical-align: top;
  /*    background-color: aqua;*/
  list-style-type: none;
  background-image: url("../img/icon/check.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left top;
  padding-left: 40px;
  padding-top: 6px;
  font-size: 1.4rem;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 30px;
  /*    padding-top:10px;*/
}

/*中面の中央にある文章*/
.readcontents {
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  /*    background-color: aqua;*/
  margin-bottom: 50px;
}

/*コンサルティングのイメージ部分*/
.riyouimage {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
}

.riyouimage2 {
  max-width: 500px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

/*システム導入支援ページ３段組*/

/*四段組の部分*/
.servicemenu-system {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /*    align-items:flex-start;*/
}
.servicemenu-system .section {
  width: 310px;
  height: auto;
  /*    background-color: cornflowerblue;*/
  position: relative;
}

.servicemenu-system .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  background-color: #5e2875;
}
.servicemenu-system .desc {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 20px;
}

.balloon {
  position: relative;
  width: 310px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0px 9px -3px #888;
  padding: 10px;
  line-height: 18px;
  font-size: 1.3rem;
}
.balloon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ccc;
}
.balloon:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.top30px {
  margin-top: 30px;
}

a.otoiawase {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 56px;
  font-size: 1.6rem;
  font-weight: bold;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  color: #5e2875;
}

a.otoiawase.item {
  margin: initial;
  margin-top: 10px;
}

a.otoiawase:hover {
  background-color: #5e2875;
  transition: 0.55s;
  color: #fff;
}

/*保守ページ　リスト部分*/
ul.check-list.support {
  display: block;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}

ul.check-list.support li {
  /*    display:inline-block;*/
  vertical-align: top;
  /*    background-color: aqua;*/
  list-style-type: none;
  background-image: url("../img/icon/check.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left top;
  padding-left: 40px;
  padding-top: 6px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 30px;
  /*    padding-top:10px;*/
}

/*サポート・保守用　リスト部分吹き出し*/

.balloon-support {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0px 9px -3px #888;
  padding: 10px;
  line-height: 18px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-top: 10px;
  margin-left: 20px;
}
.balloon-support:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #ccc;
  border-bottom: 10px solid transparent;
}
.balloon-support:after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.margin30 {
  margin-top: 30px;
}

/*ページ下の問い合わせ部分*/

.toiawase-box {
  margin: 0 auto;
  margin-top: 50px;
  width: 630px;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  justify-content: space-between;
}

.toiawase-box .toiawase {
  width: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 117px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  margin: 0 auto;
  color: #5e2875;
  font-size: 1.4rem;
}

.toiawase {
  display: block;
}

.toiawase .bold {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.toiawase .freedemo {
  width: 100%;
  background-color: #5e2875;
  color: #fff;
  height: 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.toiawase .freedemo .bold {
  font-size: 1.8rem;
  font-weight: bold;
}

.toiawase .desc {
  width: 100%;
  background-color: fff;
  color: #5e2875;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
}

/*記録システム*/
.kanri-kinou {
  margin-top: 50px;
  width: 100%;
  height: auto;
  /*    background-color: darkgoldenrod;*/
  display: flex;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #b5b5b5; /* 線色 */
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
}

.kanri-kinou li {
  font-size: 1.4rem;
  line-height: 30px;
}

/*会社概要枠*/
.gaiyou {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 650px;
  height: auto;
  /*    background-color: aqua;*/
  font-size: 1.4rem;
  line-height: 20px;
}

.gaiyou.margin30 {
  margin-top: 30px;
}

.gaiyou .left {
  width: 170px;
  background-color: #aaa;
  padding: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

.gaiyou .right {
  width: 480px;
  background-color: #dedede;
  padding: 15px;
  margin-bottom: 5px;
}

.gmap {
  margin: 0 auto;
  margin-top: 30px;
  width: 640px;
  height: 380px;
  background-color: #dedede;
  display: flex;
  color: #fff;
}

.mapcaption {
  margin: 0 auto;
  margin-top: 20px;
  width: 640px;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 20px;
  color: #000;
}

/*お問い合わせ*/

.form-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 650px;
  height: auto;
  /*    background-color: aqua;*/
  font-size: 1.4rem;
  line-height: 20px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #aaa; /* 線色 */
  margin-top: 30px;
  margin-bottom: 40px;
}

.form-title .tel {
  width: 125px;
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-title .right {
  width: 520px;
  height: auto;
  font-size: 1.4rem;
  line-height: 30px;
  /*    background-color: blue;*/
  display: flex;
  align-items: center;
}

.form-title .right .bold {
  font-size: 1.8rem;
  font-weight: bold;
}

/*お問い合わせフォーム部分*/

dl.form {
  width: 650px;
  margin: 0 auto;
}

dl.form dt {
  display: flex;
  align-items: center;
  /*    background-color: aqua;*/
  margin: 0;
  font-size: 1.6rem;
  margin-top: 35px;
  font-weight: bold;
}

dl.form dd {
  /*    background-color: aquamarine;*/
  margin: 0;
  margin-top: 5px;
}

input.form-text,
.form-text2 {
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  padding-left: 10px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #aaa; /* 線色 */
}

input.form-text2 {
  width: 45%;
}

span.required,
span.optional {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 20px;
  background-color: #5e2875;
  margin-right: 15px;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  border-radius: 3px;
  padding-left: 2px;
  color: #fff;
}

span.optional {
  background-color: white;
  color: #000;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #aaa; /* 線色 */
}

form#mail_form dl dd span {
  display: block;
  /*    padding:10px;*/
  color: #ff0000;
  font-size: 1.4rem;
  margin-top: 5px;
}

form#mail_form select {
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
}

form#mail_form input[type="checkbox"] {
  margin-right: 5px;
}

form#mail_form li {
  display: flex;
  align-items: center;
  height: 3rem;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 15px;
  /*    background-color: aqua;*/
}

form#mail_form textarea.form-text {
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 20px;
}

p#form_submit input[type="button"] {
  display: block;
  margin: 0 auto;
  background-color: #5e2875;
  width: 310px;
  height: 55px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

/*中面の中央にある文章*/
.form_readcontents {
  width: 650px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 25px;
  /*    background-color: aqua;*/
  text-align: center;
  margin-bottom: 50px;
}

.formendbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #5e2875;
  width: 310px;
  height: 55px;
  border-width: 1px; /* 太さ */
  border-style: solid; /* 線種 */
  border-color: #5e2875; /* 線色 */
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
  margin-top: 30px;
}

/*スマホ用*/

nav.global-nav-sp {
  display: none;
}

.menu-trigger {
  display: none;
}

/*Media Queries*/
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 123px;
    padding: 0px;
    /*    box-shadow: 0 0px 12px 0px #222;*/
    /*    box-shadow: 0 0 10px 1px #e3e3e3;*/

    position: static;
    background-color: #fff;
  }

  .headermenu {
    width: 100%;
    /*    background-color: aqua;*/
    padding-top: 29px;
    text-align: center;
  }

  .logo {
    width: 211px;
    height: 52px;
    float: none;
    background: url("../img/logo2.png") no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }

  .logo a {
    display: block;
    width: 211px;
    height: 52px;
  }

  nav.global-nav {
    display: none;
  }

  nav.global-nav-sp {
    display: none;
    width: 100%;
    background-color: aqua;
    position: absolute;
    z-index: 10;
    top: 123px;
  }

  li.nav-item-sp a {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px;
    background-color: #5e2875;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .sub-menu-sp {
    display: none;
  }

  ul.sub-menu-sp li a {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 10px;
    background-color: #fff;
    color: #5e2875;
    border-bottom: 1px solid #5e2875;
  }

  /*    ハンバーガーメニューCSS*/

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    width: 40px;
    height: 44px;
    top: 45px;
    left: 20px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 5px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
  }

  /*    ハンバーガーここまで*/

  .page-title {
    margin-top: 0px;
    width: 100%;
    height: 380px;
    /*     background-color: #03bfc0;*/
    background-color: #95a1ae;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-title.naka {
    margin-top: 0px;
    flex-direction: column;
    height: 200px;
    margin-bottom: 50px;
    background-color: #666;
  }

  .page-title .image-flame {
    width: 100%;
    /*    height: 100px;*/
    /*     background-color: #03bfc0;*/
    background-image: url("../img/top/mainimage.png");
    /*    background-color: #95a1ae;*/
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    text-align: right;
    overflow: hidden;
  }

  .page-title.naka .image-flame {
    width: 100%;
    /*     background-color: #03bfc0;*/
    background-image: url("../img/top/mainimage.png");
    /*    background-color: #95a1ae;*/
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    text-align: right;
    overflow: hidden;
  }

  .page-title .image-flame::before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
  }

  .page-title .content {
    width: 100%;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .page-title.naka .content {
    width: 100%;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0px;
    text-align: center;
  }

  .page-title .content .title {
    position: relative;
    top: -180px;
    font-size: 1.4rem;
  }

  .page-title.naka .content .title {
    position: relative;
    top: -100px;
  }

  .heading {
    padding: 10px 0px;
    letter-spacing: 1px;
    font-size: 2rem;
    text-align: center;
  }

  .page-section .title {
    width: 90%;
    height: 150px;
    border: 10px solid #5e2875;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5%;
    margin-bottom: 30px;
  }

  .page-section .rightbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .scroll-list {
    max-height: 100%;
    overflow: visible;
    margin-bottom: 30px;
    list-style-type: none;
  }

  .hrline {
    width: 80%;
  }

  .center-title {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 25px;
    padding: 10px;
  }

  /*四段組の部分*/
  .servicemenu {
    margin-top: 50px;
    width: 100%;
    height: auto;
    /*    background-color: darkgoldenrod;*/
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*    align-items:flex-start;*/
  }

  .servicemenu .section {
    width: 90%;
    height: auto;
    /*    background-color: cornflowerblue;*/
    position: relative;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  .servicemenu .kuwasiku {
    width: 60%;
    height: 25px;
    margin-left: 20%;
  }

  /*システム導入紹介部分*/
  .system-syoukai {
    margin-top: 50px;
    width: 100%;
    height: auto;
    /*    background-color: darkgoldenrod;*/
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .system-syoukai .section {
    width: 90%;
    height: auto;
    /*    background-color: cornflowerblue;*/
    position: relative;
    margin-left: 5%;
    margin-bottom: 20px;
  }

  /*紹介部分三段組*/

  .system-syoukai-3 {
    flex-direction: column;
  }

  .system-syoukai-3 .section {
    width: 90%;
    height: auto;
    /*    background-color: cornflowerblue;*/
    position: relative;
    margin-left: 5%;
    margin-bottom: 30px;
  }

  .foot-space,
  .footer-logo {
    display: none;
  }

  .footer .footer-cont {
    width: 100%;
    height: auto;
    background-color: #e5e5e5;
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footer .desc {
    width: 100%;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 20px;
  }

  button.drawer-toggle,
  button.drawer-hamburger {
    /*        background-color: aqua;*/
    width: 30px;
  }

  nav .drawer-menu-item {
    font-size: 1.6rem;
    font-weight: bold;
    /*        background-color: aqua;*/
  }

  .pankuzu-waku {
    margin-top: 0px;
  }

  .pankuzu-waku .pankuzu {
    font-size: 1.4rem;
    line-height: 47px;
    padding-left: 5px;
  }

  /*システム導入支援ページ３段組*/

  /*四段組の部分*/
  .servicemenu-system {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /*    align-items:flex-start;*/
  }

  .servicemenu-system .section {
    width: 90%;
    height: auto;
    /*    background-color: cornflowerblue;*/
    position: relative;
    margin-left: 5%;
  }

  .balloon {
    width: 100%;
    margin-bottom: 30px;
  }

  /*中面の中央にある文章*/
  .readcontents {
    width: 100%;
    padding: 10px;
  }

  .riyouimage2 {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.6rem;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  /*保守ページ　リスト部分*/
  ul.check-list.support {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .balloon-support {
    width: 80%;
  }

  /*お問い合わせフォーム部分*/

  dl.form {
    width: 90%;
    margin: 0 auto;
  }

  .form-title {
    width: 90%;
  }

  .form-title .right {
    width: 200px;
  }

  /*中面の中央にある文章*/
  .form_readcontents {
    width: 90%;
  }

  /*会社概要枠*/
  .gaiyou {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: auto;
    /*    background-color: aqua;*/
    font-size: 1.4rem;
    line-height: 20px;
  }

  .gaiyou .left {
    width: 100%;
    background-color: #aaa;
    padding: 15px;
    margin-bottom: 1px;
    font-weight: bold;
  }

  .gaiyou .right {
    width: 100%;
    background-color: #dedede;
    padding: 15px;
    margin-bottom: 5px;
  }

  .gmap {
    width: 90%;
  }

  .mapcaption {
    width: 90%;
  }

  .drawer-nav {
    left: -30rem !important;
    width: 30rem !important;
  }

  .system-syoukai .section.sec3 {
    width: 90%;
    height: auto;
    /*    background-color: cornflowerblue;*/
    position: relative;
  }

  .system-syoukai .leftbox {
    width: 90%;
    height: auto;
    margin-left: 5%;
    /*    background-color:aqua;*/
    position: relative;
  }

  .system-syoukai .rightbox {
    width: 90%;
    height: auto;
    margin-left: 5%;
    /*    background-color: cornflowerblue;*/
    position: relative;
  }

  .leftbox .midashi {
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    line-height: 2.8rem;
    margin-top: -12px;
    margin-bottom: 20px;
  }

  .leftbox .image {
    width: 100%;
    margin-top: 12px;
    border-width: 1px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: #b5b5b5; /* 線色 */
  }

  .section3 .section {
    width: 90%;
    height: auto;
    margin-left: 5%;
    /*    background-color: cornflowerblue;*/
    position: relative;
    border-width: 1px; /* 太さ */
    border-style: solid; /* 線種 */
    border-color: #b5b5b5; /* 線色 */
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px;
  }

  .center-title-pink {
    width: 90%;
    margin-left: 5%;
  }

  a.sphidden {
    display: none !important;
  }

  .toiawase-box {
    margin: 0 auto;
    margin-top: 50px;
    width: 90%;
    height: auto;
    /*    background-color: darkgoldenrod;*/
    display: flex;
    justify-content: space-between;
  }

  .kanri-kinou {
    width: 90%;
    margin-left: 5%;
  }
}
