@charset "utf-8";


img {
  max-width: 100%;
}

#N_Style {
  /* padding-top: 60px; */
}

.content {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.content-bgGray {
  background-color: #f5f5f5;
}

.content_inner {
  width: 980px;
  margin: 60px auto;
}

.content_caption {
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.content_sub_caption {
  font-size: 22px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 40px;
}

.content_lead {
  font-size: 20px;
  line-height: 1.8;
}

.content_plainText {
  font-size: 16px;
  line-height: 26px;
  margin: 20px 0;
}

.content_figureSingle {
  margin: 40px 0;
}
.content_figureSingle:first-child {
  margin-top: 0;
}

.content_buttonSingle {
  text-align: center;
}
.content_button {
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  line-height: 54px;
  border: 3px solid #3061b0;
  color: #3061b0;
}
.content_button:hover {
  background-color: #def0ff;
}
.content_button a {
  display: block;
  padding: 0 80px;
  font-weight: bold;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
}
.content_button a:hover {
  text-decoration: none;
}

.twoColumns {
  display: flex;
  margin: 40px -20px;
}

.twoColumns .column {
  margin: 0 20px;
  width: 50%;
}

.plainList {
  list-style: none;
  margin: 30px 0 30px 20px;
}
.plainList > li {
  margin-bottom: 8px;
}

.simpleList {
  list-style: disc;
  margin: 30px 0 30px 40px;
}
.simpleList > li {
  margin-bottom: 8px;
}

ul.features {
  display: flex;
  margin: 40px -15px;
}
ul.features > li {
  margin: 0 15px;
  width: 33.3%;
}
ul.features .feature_icon {
  background-color: rgb(115, 177, 175);
  text-align: center;
  color: #fff;
  height: 300px;
}
ul.features .feature_icon_image > img {
  width: 280px;
}
ul.features .feature_icon_caption {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;  
  height: 60px
}
ul.features .feature_description {
  color: rgb(115, 177, 175);
  margin-top: 15px;
  padding: 0 15px;
}

.specTable th,
.specTable td {
  border-color: #999 !important;
  text-align: center !important;
}
.specTable_head th {
  background-color: #ccc !important;
  color: #222;
  font-weight: bold;
  text-align: center !important;
}
.specTable td.rowName {
  text-align: left !important;
}


@media screen and (min-width: 980.1px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }

  .content_inner {
    width: 100%;
    box-sizing:  border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .twoColumns {
    justify-content: center;
    flex-wrap: wrap;
  }  
  .twoColumns .column {
    width: 100%;
  }
  
  #solutionContactBox {
    width: 100% !important;
    min-width: auto !important;
    float: none !important;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
