@charset "UTF-8";

/* WYSIWYG 用　CSS */

/*　- Title
 *　- Text
 *　- Table
 *　- List
 *
 *
 *
 *
 */

/*-------------------------------------------------------

Title

----------------------------------------------------------*/

.business-css h4,
.products-css h4 {
  position: relative;
  margin-top: 180px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.business-css h4::before,
.products-css h4::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background: #082260;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}

.business-css h5,
.products-css h5 {
  font-size: 24px;
  font-weight: bold;
  color: #082260;
  margin-top: 80px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

  .business-css h4,
  .products-css h4 {
    font-size: 18px;
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .business-css h5,
  .products-css h5 {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

/*-------------------------------------------------------

Text

----------------------------------------------------------*/

.business-css p,
.products-css p {
  margin-top: 30px;
}

.business-css a,
.products-css a {
  text-decoration: underline;
  color: #00257f;
}

@media only screen and (max-width: 767px) {

  .business-css p,
  .products-css p {
    margin-top: 20px;
  }
}

/*-------------------------------------------------------

Table

----------------------------------------------------------*/

.business-css table {
  margin-top: 30px;
}

.business-css table td {
  padding: 5px;
  vertical-align: middle;
}

.business-css table thead td {
  vertical-align: middle;
  text-align: center;
}

.business-css table thead td img {
  margin: 0;
}

.business-css table tbody {
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}

.business-css table tbody tr+tr {
  border-top: 1px solid #c8c8c8;
}


.products-css table td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.products-css table thead td {
  vertical-align: middle;
  text-align: center;
}

.products-css table thead td img {
  margin: 0;
}

.products-css table tbody tr+tr {
  border-top: 1px solid #c8c8c8;
}

.products-css table tbody tr:nth-child(odd) {
  background-color: #E5EBEF;
}

/*-------------------------------------------------------

List

----------------------------------------------------------*/

.business-css ul {
  margin-top: 30px;
}

.products-css ul li,
.business-css ul li {
  list-style-type: disc;
  margin-left: 24px;
}

.products-css ul.column-2-1 li {
  list-style-type: none;
  margin-left: unset;
}

.business-css ol {
  margin-top: 30px;
}

.business-css ol li {
  list-style-type: decimal;
  margin-left: 24px;
}



.company-css .column-3-1::after {
  content: "";
  display: block;
  width: 32%;
}

.company-css .column-3-1 .disc-list {
  padding-left: 0.6em;
}

@media only screen and (max-width: 767px) {

  .company-css .column-3-1 .disc-list {
    padding-left: 1.2em;
  }
}

.company-css .column-3-1>* {
  width: 30%;
  margin-top: 30px;
}

.company-css .column-3-1>* {
  width: 30%;
  margin-top: 30px;
}

.company-css .column-3-1>*:nth-child(1),
.company-css .column-3-1>*:nth-child(2),
.company-css .column-3-1>*:nth-child(3) {
  margin-top: 0;
}

.company-css .column-3-1>*:nth-child(1) {
  width: 26%;
}

.company-css .column-3-1>*:nth-child(3) {
  width: 35%;
}

@media only screen and (max-width: 767px) {

  .company-css .column-3-1>* {
    width: 100%;
    margin-top: 20px;
  }

  .company-css .column-3-1>*:nth-child(2),
  .company-css .column-3-1>*:nth-child(3) {
    margin-top: 20px;
  }

  .company-css .column-3-1>*:nth-child(1),
  .company-css .column-3-1>*:nth-child(3) {
    width: 100%;
  }
}