@charset "UTF-8";

.semiOrder__intro {
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .semiOrder__intro {
    margin-bottom: 20px;
  }
}

.semiOrderList__item {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 40px 40px 40px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .semiOrderList__item {
    padding: 25px 20px;
    margin-bottom: 15px;
  }
}
.semiOrderList__item:last-of-type {
  margin-bottom: 0;
}
.semiOrderList__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.semiOrder__itemFigLink {
  width: 260px;
}
.semiOrder__itemFigLink:hover {
  opacity: .7;
}
@media screen and (max-width: 1080px) {
  .semiOrder__itemFigLink {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .semiOrder__itemFigLink {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.semiOrderList__itemFig {
  width: 260px;
}
@media screen and (max-width: 1080px) {
  .semiOrderList__itemFig {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemFig {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
  }
}
.semiOrder__itemFigLink > .semiOrderList__itemFig {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .semiOrder__itemFigLink > .semiOrderList__itemFig {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .semiOrder__itemFigLink > .semiOrderList__itemFig {
    padding: 0;
    margin: 0;
  }
}
.semiOrderList__itemBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 1080px) {
  .semiOrderList__itemBody {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-left: 0;
    width: 100%;
  }
}
.semiOrderList__itemTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemTtl {
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 15px;
  }
}
.semiOrderList__itemDesc {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 25px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemDesc {
    margin-bottom: 15px;
  }
}
.semiOrderList__itemDetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.semiOrderList__itemDetailsCol {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 1080px) {
  .semiOrderList__itemDetailsCol {
    margin: 0;
  }
}
.semiOrderList__itemDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0px 14px 0px;
  border-bottom: 1px solid #ccc;
  position: relative;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  .semiOrderList__itemDl {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemDl {
    padding: 11px 0 9px;
  }
}
.semiOrderList__itemDl:nth-of-type(1), .semiOrderList__itemDl:nth-of-type(3) {
  border-top: 1px solid #ccc;
}
.semiOrderList__itemDl:nth-of-type(1)::before, .semiOrderList__itemDl:nth-of-type(3)::before {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background-color: #7bc497;
  position: absolute;
  left: 0;
  top: -1px;
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemDl:nth-of-type(1)::before, .semiOrderList__itemDl:nth-of-type(3)::before {
    width: 110px;
    bottom: -1px;
  }
}
.semiOrderList__itemDl:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.semiOrderList__itemDl:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.semiOrderList__itemDl:nth-of-type(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1080px) {
  .semiOrderList__itemDl:nth-of-type(3) {
    border-top: none;
  }
  .semiOrderList__itemDl:nth-of-type(3)::before {
    display: none;
  }
}
.semiOrderList__itemDl:nth-of-type(4) {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.semiOrderList__itemDl:after {
  content: "";
  display: block;
  height: 1px;
  width: 100px;
  background-color: #7bc497;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .semiOrderList__itemDl:after {
    width: 110px;
    bottom: -1px;
  }
}
.semiOrderList__itemDt {
  font-weight: bold;
  width: 120px;
}
.semiOrderList__itemDd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.75;
}
.semiOrder__itemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  margin-top: 30px;
}
.semiOrder__itemLink::before {
  content: "";
  display: block;
  width: 17.2px;
  height: 17.2px;
  background: url(../../img/icon_arrow_circle_02.svg) no-repeat center center/cover;
  margin-right: 5px;
  margin-top: 2px;
}
.semiOrder__itemLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .semiOrder__itemLink {
    font-size: 1.4rem;
    margin-top: 25px;
  }
  .semiOrder__itemLink:after {
    width: 15px;
    height: 15px;
  }
}
