/* RGB */

/* flow064 --------------------------------------*/
.flow064-table {
  display: table;
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
}
dl.flow064-table{
  position: relative;
}
dl.flow064-table:not(:last-child)::after{
  position: absolute;
  font-family: 'fontello-custom';
  content: '\e818';
  left:50%;
  bottom: -2em;
}
.flow064-table dt {
  display: table-cell;
  vertical-align: top;
  width: 160px;
  border-right: 1px solid #ddd;
  padding: 10px;
  font-weight: bold;
  background: #f2f2f2;
  text-align: center;
}
.flow064-table dd {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 10px 15px;
  background: #fcfcfc;
}
.flow064-list .flow064-table {
  margin-bottom: 50px;
}
.flow064-list .flow064-table::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 65px;
  width: 30px;
  height: 30px;
  background: url(../../images/company/common/img_arrow.png) no-repeat left top;
}
.flow064-list .flow064-table:last-child {
  margin-bottom: 0px;
}
.flow064-list .flow064-table:last-child::before {
  display: none;
}
.flow064-list .flow064-table dd {
  text-align: left;
}

.flow064-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .flow064-table dt {
    width: 110px;
  }
  .flow064-list .flow064-table::before {
    left: 40px;
  }
}



/*------------------------------*/
/* title157 */
/*------------------------------*/
.title157-h2 {
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.title157-h2::before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  z-index: -1;
}
.title157-h2 span {
  background: #FFFCF9;
  padding: 0 30px 0 0;
  position: relative;
}
.title157-h2 span::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -10px;
}
@media (max-width: 575px) {
  .title157-h2{
    color:#24593e;
    border-bottom: 1px #24593e solid;
    font-size: 16px;
  }
  .title157-h2 span{
    background: none;
  }
  .title157-h2::before ,.title157-h2 span::before {
    display: none;
  }
}


.company-caption-1 {
  text-align: center;
  font-size: 18px;
}
.company-subttl-2 {
  font-size: 20px;
  font-weight: bold;
}
.company-subttl-3 {
  font-size: 16px;
}
.company-subttl-4 {
  font-size: 16px;
  text-decoration: underline;
}
.company-text-1 {
  line-height: 2em;
}
.company-list-1 li {
  margin-bottom: 5px;
}

.company-pagelink {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.company-pagelink-box {
  display: table-cell;
  padding: 1px;
}
.company-pagelink-box a {
  display: block;
  background-color: #36B283;
  color: #ffffff;
  font-size: 16px;
  padding: 2px 15px 10px 15px;
  position: relative;
  -webkit-transition: background-color 0.1s linear;
}
.company-pagelink-box a:after {
  font-family: 'fontello-custom';
  content: '\e820';
  font-size: 11px;
  position: absolute;
  left: 45%;
  bottom: 0px;
  z-index: 30;
  -webkit-transition: bottom 0.1s linear;
}

.company-pagelink-box:hover a {
  background-color: #24593e;
}
.company-pagelink-box:hover a:after {
  bottom: -2px;
}

.company-pagelink-box.current a {
  background-color: #24593e;
  cursor: default;
}


.company-pagelink-box-1 {
}
.pickup-contents{
  border: 1px solid #ddd;
  background: #fcfcfc;
  padding: 10px 15px;
  margin: 0 0 20px;
}


.business-table {
  width: 100%;
}
.business-table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.business-table th,
.business-table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
.business-table th {
  background: #f2f2f2;
}

.business-list {
  margin-top: 15px;
  list-style: disc;
  margin-left: 1em;
}