@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ssec:not(:last-child) {
  margin-bottom: 50px;
}
.ssec .ssec_header {
  margin-bottom: 20px;
}
.ssec .ssec_img {
  line-height: 0;
}
.ssec .ssec_img > img {
  max-width: 100%;
  height: auto;
}

.col3set {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  margin-right: -20px;
}
.col3set .col3set_col {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 20px;
}

.list > dt:before {
  content: '・';
}
.list > dd {
  padding-left: 1em;
}

.list3 {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  text-align: left;
  padding-left: 40px;
}
.list3 > li {
  font-family: 'honoka-marugo';
  list-style-type: decimal;
  text-indent: 0.5em;
  margin-left: -0.5em;
  font-size: 22px;
  font-size: 1.375rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list3 > li:not(:last-child) {
  margin-bottom: 10px;
}

.sec1 .sec1_list {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
  text-align: center;
  margin-top: 2em;
}
