@charset "UTF-8";

/*base*/
html {
  height: 100%;
}

body {
  margin: 0;
  letter-spacing: 1px;
  font-family: Meiryo, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  height: 100%;
}

input#check {
    display: block;
    margin: auto;
    float: right;
    border-style: none;
    margin-right: 2rem;
}

img { 
  max-width: 100%; 
  height: auto; 
} 

a {
   color: #444;
   text-decoration:none;
}

a:hover {
   color: #000;
   text-decoration: underline;
}

table {
  margin-left:auto;
  margin-right:auto;
}

/* h1, .h1, h2, .h2,
h3, .h3 { 
	font-family: 'Montserrat','Meiryo UI','メイリオ', Verdana, Helvetica, sans-serif;
  margin: 0;
	font-weight: 500;
  padding: 0 0 0 .5em;
}

h1, .h1 { font-size: 36px; line-height: 40px; }
h1, .h1 { font-size: 30px; line-height: 35px; }
h2, .h2 { font-size: 24px; line-height: 30px; }
h3, .h3 { font-size: 18px; line-height: 25px; }

h1 {
  border-left: 8px solid #ac0042;
  border-bottom: 1px solid #ac0042;
  margin: 1em 0 1em 0px;
}
h2 {
  border-left: 8px solid #D8D4EA;
  margin: 1em 0 1em 0px;
} */
h3 {
  border-left: 8px solid #D8D4EA;
  /*background-color: #D8D4EA;*/
  margin: 1em 0 1em 0px;
}

h1.color-vw {
  margin-top: 70px;
}

.inquiry h3 + p {
	padding: 0 0 0 3em;
}

.inquiry li {
	list-style-type:none;
	background-image:none;
	padding-left:0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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

.border_none {
  border: none !important;
}


.solutionlogo{
 width: 200px;
 margin-top: 5px;
}
/* grid */
.main {
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
     margin-top: 80px;

}

.header {
  background-color: #ac0042/*#ac0042*/;
  width: 100%;
  position: fixed;
  justify-content: space-between;
  top: 0px;
  box-shadow: 0px 2px 6px gray;
}


.content {
  margin-top: 10px;
  padding-bottom: 10em; /*フッターの高さと同じ*/
  margin-bottom: 0;
  display: block;
}

.footer {
  z-index: 3;
  width: 100%;
  background: #888888;
  margin: 0;
  color: #fff;
  height: 12em;
}

/* ### header ### */
.logo {
  float: left;
  padding: 10px;
}
.nav ul {
  float: left;
}
.nav-menu li {
  list-style-type: none;
  float: left;
  padding: 10px 15px;
}
.nav-menu a {
  color: #ffffff; /*#ffffff*/
  font-size: 16px;
  font-weight: 600;
}
.nav-menu a:hover {
  color: #ffffff; /*#ffffff*/
  text-decoration: none;
}

.nav-doropdown input{
 display: none;
}
.nav-doropdown-menu {
  color: #fff;
}

/* ### content ### */
/* news */
div.news {
    margin: 0 auto;
}
.news table{
  width: 95%;
  max-width: 1100px;
  border: none;
  border-collapse: collapse;
}

.news td:first-child {
  background-color: #bbb;
   padding: 5px;
}
.news td:first-child p {
   vertical-align: middle;
   font-size: 14px;
   color: #fff;
   margin: auto;
   padding: auto;
   text-align: center;
}
.news td:nth-child(2) {
   padding: 0 0 0 1em;
}
.news td:nth-child(2) > .newslist {
   width: 100%;
   height: 100%;
   float: right;
   overflow: auto;
   background-color: #fff;
   border: 1px solid #bbb;
   margin: 0!important;
}
.news td:nth-child(2) > .newslist div:nth-child(2) {
   width: auto;
   margin: auto 2em;
   font-size: 14px;
   letter-spacing: 0;
   line-height: 20px;
}
.news .newslist h4:first-child {
   margin: 10px 0 0 1em;
}
.news  div h4 {
   margin: .5em 0 0 1em;
   color: #444;
}
.news div a {
   color: #777;
   text-decoration: underline;
}
.news  div p {
   margin: auto 1em .5em;
}
.news  div div {
   margin: auto 3em .5em;
   width:auto;
}
.news  hr {
   border-width: 1px 0 0 0;
}

.iziModal {
    padding: auto;
}

.font_small {
  font-size: 12px;
}

.iziModal p {
    padding: 0 60px;
}

.iziModal a {
    text-decoration: underline;
}

.iziModal .iziModal-header {
    margin: 0;
    max-width: 650px!important;
    padding: 10px!important;
    background-color: #ac0042!important;
}

.iziModal .iziModal-header-title {
    border: none;
}

 /*product*/ 
.product_title {
  background-color: #ac0042;
  width: 80%;
  margin: 0 auto;
 }
.product_title h1 {
  font-size: 30px; 
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 1em;
  line-height: 120%;
  border: none;
  margin: 1em;
}

.top_logo {
    /* width: 380px; */
    margin: auto auto 2em;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
    /* background-color: #000; */
}

.product {
   margin: 10px;
 }
.product img {
    display: block;
    margin: auto;
}
.product p {
    font-size: 16px;
    margin: 1em 0 1em 10px;
}
.product h2 {
  font-size: 16px;
  padding: .5em .5em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  margin: 2em auto 1em;
}
.product .title {
  font-size: 20px;
  padding: .75em 1em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 3em auto 1em;
}
.product > .detail > .detail_content {
  width: auto;
}

.product div.detail_flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
}
.product div.detail_box {
  margin: 10px;
  width: calc(50% - 20px);
  font-size: 16px;
  border: 1px solid #ccc;
}
.detail_box table{
  border-spacing: 0;
}
.detail_box_number {
  background-color: #ac0042;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  width: 2.5rem;
}
.detail_box_title {
  background-color: #D8D4EA;
  padding: 5px 5px 5px 15px;
  font-weight: 600;
}

.detail_box_image{
  margin: 0px;
  background-color: #f1f9f8;
}

.feature_detail_box_image{
  margin: 0px;
  background-color: none;
}


.detail_box_content {
  padding: 10px;
}

ul.point {
    padding-left: 1rem;
}
.point li {
  list-style-type: none;
  text-indent: -2em;
  margin-left: 1em;
}
.point li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1.3em;
  color: #ac0042;
  font-weight: 900;
  padding-right: 0.5em;
}


.guide {
    padding: 0 0 0 2em;
}

.specifications table {
  width: 80%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
  margin: 1em auto;
}
.specifications tbody th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #efefef;
}
.specifications tbody td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
 
/* ### 

 ### */
.footer, .footer a ,.footer p{
  color: #fff;
}

@media screen and (min-width:1200px) {
  .header_content, .news, .content, .footer_content{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .header_content, .news, .content, .footer_content{
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 840px) {
  .product > .detail {
    display: block;
  }
}



@media only screen and (max-width: 640px) {
  table {
    width: 100% !important;
  }
  table thead {
		display:none;
	}
	table tbody th {
    display:block;
	}
	table tbody tr {
		border: 10px solid #fff !important;
	}
	table tbody td {
		display:block;
	}
	table tbody td::before {
		content: attr(label);
		float: left;
		clear:both;
		font-weight:bold;
	}
	table tbody td p {
		padding-left:1em;
	}
	table tr td:nth-child(1) {
		width: auto;
	}

  #menu{
    display: none;
  }

  .nav-doropdown{
    float: right;
  }
  .nav-doropdown label{
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    margin: 10px;
    padding: 5px;
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
  }
  .nav-doropdown label:after{
    color: #ccc;
    font-size: 28px;
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  .nav-doropdown input:checked ~ label::after {
   content: "\f00d";
  }
  .nav-doropdown-menu ul{
    background-color: #eee;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    margin: 0px;
    padding: 20px;
  }
  .nav-doropdown-menu li {
    list-style-image: url(data:0);
    list-style-type: none;
    padding: 5px 15px;
    border-bottom: 1px #ccc solid;
  }


.product_title {
  width: 100%;
}
.product_title h1 {
  font-size: 25px;
  padding: 0.3em;
}
  .product > .detail {
    display: block;
  }
  .product > .detail > .detail_img {
    display: block;
    min-width: 200px;
  }
  .product div.detail_box {
    width: auto;
  }

  .news td:nth-child(2) {
      padding: 0;
  }
}

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

dt.title {
    clear: both;
}

dt.title.right, dd.text.right {
    clear: right;
    float: right;
    width: 600px;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
}

.dt.title.rightborder, dt.title.leftborder {   
    clear: left;
    float: left;
    width: 600px;
    font-size: 20px;
    padding: .5em .5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    margin: 2em auto 1em;
}

dt.title.left, dd.text.left{
    clear: left;
    float: left;
    width: 600px;
    padding-left: 2rem;
    padding-right: 2rem;
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
}

dt.title.left, dt.title.right {
  font-size: 20px;
}


dd.text.left, dd.text.right {
  font-size: 16px;
}

dd.image img{
    /*border-radius: 50%;*/
    /*width: 230px;*/
    /*height: 180px;*/
    background-position: top left;
    /*border: 5px solid #d8d4ea*/
}
dd.image.right {
    clear: right ;
    margin-bottom: 50px;
    

}
dd.image.left{
    clear: left;
    margin-bottom: 50px;
}

/** 追加分 **/
.header {
  z-index: 1000;
}

#topDesign {
  background-image: url(../img/top.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: -24px;
}

.teleworker {
  position: relative;
  top: 50px;
  color: white;
  font-size: 2rem;
  z-index: 0;
}

dd.item.image#topImage {
  width: 100%;
  min-width: 800px;
}

#topMessage {
  color: white;
  font-size: 2.5rem;
  padding: 40px 0 100px;
  user-select: none;
}

dt.item, dd.item , .item{
  color: #444444;
}


dt.item.title ,.item.title{
  font-size: 24px;
  text-align:center;
  border-top: none;
  border-bottom: none;
  margin-top: 130px;
  margin-bottom : 50px;
}

.item.title,h2.item.title{
  color: #ac0042;
  font-size: 30px;
  text-align:center;
  border-top: none;
  border-bottom: none;
  /* font-weight: bold; */

}

.item.message{
  color: #ac0042;
  font-size: 38px;
  font-weight: bold;
  text-align:center;
}



dd.item.function.message {
  font-size: 24px;
  font-weight: bold;
  text-align:center;
}

dd.item.text ,.item.text {
  font-size: 18px;
}
.item.text b{
  color: #ac0042;
  font-weight: bold;
}

dd.item.image_text {
  font-size: 20px;
  font-weight: bold;
}

dd.item.image{
}


dd.item.image_description{
  font-size: 16px;
 /*
 clear: right;
  float: right;

  width: 550px;
  padding-left: 1rem;
  padding-right: 1rem;
*/
}

/** **/
.newslist {
  border: 1px solid #ac0042;
}

/** card **/

.box_img {
  border-radius: .25rem;
  width: auto;
  max-width: 100%;
}
.box_title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.2825;
  color: #ac0042;
  height:2rem;
  text-align:center;
}
.box_text {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.2825;
  color: #ac0042;
  text-align:center;
}

/* .card.feature-card,.card.case-card {
   color:#ac0042;
} */

.card.case-card {
  border :none;
}

.card-text{
  color:#444444;
}

.card.case-card.dummy {
  background-color: #333;
  border :none;
  border: radius 0;
}

.card-title{
  font-size: 28px;
  font-weight: bold;
  text-align:center;
  color:#ac0042;
}

.card-subtitle{
  font-size: 20px;
  font-weight: bold;
  text-align:center;
  color:#ac0042;
}

/** **/

.product div.detail_flex {
  flex-wrap: inherit;
}
.detail_flex .box {
  display: block;
  border: 2px solid #ac0042;
  height: 300px;
  margin-right: 0.1rem;
  border-radius: 5px;
  margin-top: 50px
}

.detail_frex_title ,.detail_frex_description{
  color: #ac0042;
  text-align:center;
  margin-top: 20px
}

.detail_frex_title {
  font-size: 24px;
  font-weight: bold;
}
.detail_frex_image{
  text-align:center;
}

.detail_frex_description {
  font-size: 16px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}


.visible, .invisible {
  opacity: 0.0 !important;
  transition: opacity 0.5s ease !important;
}
.visible {
/*  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;  */

  opacity: 1.0 !important;
}

.item_box {
  display: block;
  border: 3px solid #ac0042;
  height: 100%;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  border-radius: 10px;
  margin-top: 10px;
}

body .header {
  /* background-color: #ac0042#ac0042; */
  /* width: 100%;
  position: fixed;
  justify-content: space-between;
  top: 0px; */
  box-shadow: 0px 2px 6px gray;
  font-size: 16px;
  z-index: 1000;
}

a.nav-link {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

a.nav-link:hover {
  color: #948bba;
}

ul.navbar-nav {
  margin-left: 3rem;
}

.navbar-text{
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

a.link{
  color: #948bba;
}

/* label */
.label-new {
  background-color: #f08080;
}

.label {
  display: inline;
  padding: .1em .6em .2em;
  font-size: 60%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.main .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.function-column:nth-child(2n-1) {
  background-color: #eee;
  margin-left: -15px;
  margin-right: -15px;
}

.faq-logo {
  width: 40px;
  height: calc( 80 * 40 / 55);
}

.btn.btn-link.faq-btn {
 text-align: left;
}


.btn.btn-trial {
  width: 15rem;
  color: #2e6ca4;
  border-color: #2e6ca4;
}

.btn.btn-trial:hover {
  width: 15rem;
  color: #fff;
  background-color: #2e6ca4;
  border-color: #2e6ca4;
}



.download.title{
  font-size: 24px;
  text-align:center;
  color: #ac0042;
  border-top: none;
  /* border-bottom: solid 5px #ABA4D0; */
  font-weight: bold;
}

.download.image{
  border-top: solid 5px #f08080;
  padding-top: 1.5rem;
  margin: auto;
  width: 300px;
}

.download.text {
  font-size: 16px;
  text-align:center;
  color: #444;
}

.download.text :before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-size: 18px;
  color: #ac0042;
  font-weight: 900;
  padding-right: 0.1em;
}

input#download {
    margin-left: 2rem;
}


.subtitle {
  font-size: 20px;
  font-weight: bold;
  color:#ac0042;
}

img#inquiryButton {
  position: fixed;
  right: 0;
  top: 65px;
  width: 20%;
}

th.price_tw{
  color:#ac0042;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

/* <case> */
hr.line{
  border:1px solid #ddd;
  width:100%;
}

.item.case.customer{
  color: #ac0042;
  font-size: 22px;
  text-align: center;
}
.item.case.customerinfo{
  color: #ac0042;
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.item.case.customerinfo.text{
  color: #000;
  font-size: 18px;
  text-align: left;
  font-weight:normal;
}

.item.case.subtitle{
  color: #ac0042;
  font-size: 20px;
  font-weight: bold;
  text-align:right;
}

.item.case.title{
  color: #ac0042;
  font-size: 24px;
  font-weight: bold;
  text-align:left;
}

.case.bold{
  font-weight: bold;
}

.case.overview{
  font-weight: bold;
  color: #333;
  text-align:center;
}

.item.case.text {
  font-size: 16px;
}


.function.link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 70px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
}


.function.link a {
	background-color: #F48D7C;
	border: 1px solid transparent;
}

.function.link a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	#border: 1px solid #333;
}


.function.link a:hover {
	background-color: #ac0042;
	top: -2px;
	left: -2px;
}