.business_trip_photography .border_bottom {
  padding-bottom: 20px;
  border-bottom: 3px dashed #d9d9d9;
}
.business_trip_photography .price_sec table,
.business_trip_photography .example_sec table {
  width: 100%;
}
.business_trip_photography .price_sec table th,
.business_trip_photography .price_sec table td,
.business_trip_photography .example_sec table th,
.business_trip_photography .example_sec table td {
  padding: 5px;
}
.business_trip_photography .price_sec table th,
.business_trip_photography .example_sec table th {
  width: 20%;
  text-align: center;
  background-color: #f9f9f9;
}
.business_trip_photography .price_sec table td.caption,
.business_trip_photography .example_sec table td.caption {
  font-size: 12px;
  padding-left: 1em;
}
.business_trip_photography .price_sec table .price,
.business_trip_photography .example_sec table .price {
  width: 18em;
  text-align: right;
}
.business_trip_photography .price_sec table .price .type,
.business_trip_photography .example_sec table .price .type {
  padding-right: 1em;
}
.business_trip_photography .price_sec table {
  border: 2px solid #000;
}
.business_trip_photography .example_sec table {
  width: 100%;
}
.business_trip_photography .example_sec table th,
.business_trip_photography .example_sec table td {
  padding: 3px;
}
.business_trip_photography .example_sec table td.price:not(.orange) {
  font-size: 1em;
}
.business_trip_photography .example_txt {
  border: 2px solid #005bac;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.business_trip_photography .example_txt figure {
  width: 70%;
  margin: 10px auto;
}
.business_trip_photography .example_txt p {
  border-top: 2px dashed #005bac;
  padding: 8px 0 4px;
  font-size: 1.1em;
}
.business_trip_photography .melit ol {
  padding-top: 10px;
}
.business_trip_photography .melit ol li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.business_trip_photography .melit ol li figure {
  width: 40%;
}
.business_trip_photography .melit ol li .txt {
  width: 57%;
}
.business_trip_photography .melit ol li .txt h3 {
  margin-bottom: 10px;
}
.business_trip_photography .qa dl {
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.business_trip_photography .qa dl dt,
.business_trip_photography .qa dl dd {
  position: relative;
  padding-left: 30px;
}
.business_trip_photography .qa dl dt span,
.business_trip_photography .qa dl dd span {
  font-weight: bold;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  border-radius: 999px;
  left: 0px;
  font-size: 14px;
}
.business_trip_photography .qa dl dt {
  margin-bottom: 5px;
  color: #e9670a;
  font-weight: 600;
  font-size: 1.1em;
}
.business_trip_photography .qa dl dt span {
  background-color: #e9670a;
}
.business_trip_photography .qa dl dd {
  position: relative;
}
.business_trip_photography .qa dl dd span {
  content: "A";
  background-color: #005bac;
}
.business_trip_photography .contacnt_sec {
  text-align: center;
}
.business_trip_photography .contacnt_sec .btn {
  margin: 15px 0;
}
.business_trip_photography .contacnt_sec dl dt {
  font-weight: 600;
  font-size: 1.3em;
}

@media screen and (max-width: 780px) {
  .business_trip_photography .price_sec .table tr,
  .business_trip_photography .example_sec .table tr {
    display: grid;
    grid-template-columns: 70% 30%;
  }
  .business_trip_photography .price_sec .table tr:not(:first-child) th,
  .business_trip_photography .example_sec .table tr:not(:first-child) th {
    border-top: none;
  }
  .business_trip_photography .price_sec .table tr:not(:first-child) td,
  .business_trip_photography .example_sec .table tr:not(:first-child) td {
    border-top: none;
  }
  .business_trip_photography .price_sec .table .type,
  .business_trip_photography .example_sec .table .type {
    width: 100%;
    display: block;
    text-align: center;
  }
  .business_trip_photography .price_sec .table th,
  .business_trip_photography .price_sec .table td,
  .business_trip_photography .example_sec .table th,
  .business_trip_photography .example_sec .table td {
    width: auto;
  }
  .business_trip_photography .price_sec .table th,
  .business_trip_photography .example_sec .table th {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: left;
    padding: 0 10px;
  }
  .business_trip_photography .price_sec .table td.caption,
  .business_trip_photography .example_sec .table td.caption {
    width: auto;
    grid-row: 2/3;
    grid-column: 1/2;
    border-top: none;
    font-size: 0.8em;
  }
  .business_trip_photography .price_sec .table td.price,
  .business_trip_photography .example_sec .table td.price {
    border-left: none;
    width: auto;
    grid-row: 1/3;
    grid-column: 2/3;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .business_trip_photography .melit ol {
    padding-top: 10px;
  }
  .business_trip_photography .melit ol li {
    flex-flow: column;
    margin-bottom: 50px;
  }
  .business_trip_photography .melit ol li figure {
    width: 65%;
    margin-bottom: 20px;
  }
  .business_trip_photography .melit ol li .txt {
    width: 100%;
  }
  .business_trip_photography .melit ol li .txt h3.sub_ttl {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .business_trip_photography .example_txt figure {
    width: 90%;
    margin: 10px auto;
  }
  .business_trip_photography .example_txt p {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .business_trip_photography .price_sec .table tr,
  .business_trip_photography .example_sec .table tr {
    grid-template-columns: 65% 35%;
  }
  .business_trip_photography .price_sec .table tr td.caption,
  .business_trip_photography .example_sec .table tr td.caption {
    font-size: 0.7em;
  }
  .business_trip_photography .price_sec .table tr td.price,
  .business_trip_photography .example_sec .table tr td.price {
    font-size: 0.7em;
  }
  .business_trip_photography .price_sec .table tr td.orange,
  .business_trip_photography .example_sec .table tr td.orange {
    font-size: 1em;
  }
}