.services-paper-recommend {
  background-color: #f2f9fa;
  padding: 8px;
  position: relative;
  margin-bottom: 8rem;
}

.services-paper-recommend::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #dbdbdb;
  margin: auto;
  max-width: 960px;
  position: absolute;
  right: 0;
  bottom: -4rem;
  left: 0;
}

.services-paper-recommend > .title {
  background-color: #58bcde;
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.75em 1em;
  text-align: center;
}

.services-paper-recommend > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5rem 20px;
}

.services-paper-recommend > .content > .item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  width: 100%;
}

.services-paper-use-list > .list {
  color: #333333;
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.services-paper-use-list > .list::after {
  content: '/';
  display: inline-block;
  margin: 0 0.5em;
}

.services-paper-use-list > .list:last-child::after {
  content: none;
}

.services-camera-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: 2.5rem;
  margin-left: -8px;
}

.services-camera-area-list > .list {
  padding-right: 8px;
  padding-left: 8px;
  width: 33.333%;
}

.services-camera-area-list > .list:nth-child(n+4) {
  margin-top: 1rem;
}

.services-camera-area-list > .list > .inner {
  background-color: #e1f4f9;
  display: block;
  font-size: 1.1875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5em 1em;
  text-align: center;
}

.services-camera-plan-title-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services-camera-plan-title-price > .unit {
  font-size: 1.3125rem;
  font-weight: 700;
  margin-right: 0.5rem;
  line-height: 1.5;
}

.services-camera-plan-title-price > .price {
  font-family: 'Montserrat', sans-serif;
  color: #00a97f;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.services-camera-plan-set-title {
  background-color: #f7f7f7;
  padding: 0.5em;
  text-align: center;
}

.services-camera-plan-set-item > .img {
  line-height: 0;
  margin-bottom: 0.5rem;
}

.services-camera-plan-set-item > .description {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.services-camera-plan-set-item > .description > .note {
  display: block;
  font-size: 0.8125rem;
}

.services-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 4rem;
  margin-left: 10px;
  max-width: 990px;
  width: auto;
}

.services-media-text:last-child {
  margin-bottom: 0;
}

.services-media-text.-narrow {
  margin-bottom: 2rem;
}

.services-media-text > .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-media-text > .img {
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-paper-material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 1020px;
  width: auto;
}

.services-paper-material > .column {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-paper-material > .column:nth-child(n+2) {
  margin-top: 4rem;
}

.services-paper-material > .column > .item {
  display: block;
}

.services-paper-material > .column > .item > .img {
  line-height: 0;
  margin-bottom: 2rem;
}

.services-paper-use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 1020px;
  width: auto;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.services-paper-use::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #dbdbdb;
  margin: auto;
  max-width: 960px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.services-paper-use > .column {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-paper-use > .column:nth-child(n+2) {
  margin-top: 2.5rem;
}

.services-paper-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-bottom: 4rem;
  margin-left: 10px;
  max-width: 990px;
  position: relative;
  width: auto;
}

.services-paper-step::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../../images/services/step-arrow.svg) center center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
}

.services-paper-step:last-child {
  margin-bottom: 0;
}

.services-paper-step:last-child::after {
  content: none;
}

.services-paper-step > .text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-paper-step > .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 2rem;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-top: 2rem;
  margin-left: 10px;
  max-width: 990px;
  width: auto;
}

.services-camera-facility:last-child {
  margin-bottom: 0;
}

.services-camera-facility > .column {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-facility > .column:nth-child(n+2) {
  margin-top: 2rem;
}

.services-camera-plan > .services-camera-plan-title {
  margin-bottom: 1.5rem;
}

.services-camera-plan > .services-camera-plan-set,
.services-camera-plan > .services-camera-plan-option {
  margin-bottom: 2rem;
}

.services-camera-plan + .services-camera-plan {
  margin-top: 4rem;
  padding-top: 4rem;
  position: relative;
}

.services-camera-plan + .services-camera-plan::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #dbdbdb;
  margin: auto;
  max-width: 960px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.services-camera-plan-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 1020px;
  width: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services-camera-plan-title > .title {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-plan-title > .price {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-plan-title > .price > .note {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
  text-align: right;
}

.services-camera-plan-set > .services-camera-plan-set-title {
  margin: 0 20px 1.5rem;
}

.services-camera-plan-set-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-camera-plan-set-list > .list {
  text-align: center;
  position: relative;
}

.services-camera-plan-set-list > .list::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(../../images/services/plan-icon.svg) center center no-repeat;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -3rem;
  left: 0;
}

.services-camera-plan-set-list > .list:nth-child(n+2) {
  margin-top: 5rem;
}

.services-camera-plan-set-list > .list:last-child::after {
  content: none;
}

.services-camera-plan-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 10px;
  margin-left: 10px;
  max-width: 990px;
  width: auto;
}

.services-camera-plan-option:last-child {
  margin-bottom: 0;
}

.services-camera-plan-option > .title {
  margin-bottom: 1rem;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-plan-option > .title > .inner {
  background-color: #e1f4f9;
  margin-bottom: 0.5rem;
  padding: 0.5em;
  text-align: center;
}

.services-camera-plan-option > .title > .note {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.services-camera-plan-option > .description {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.services-camera-plan-note {
  border: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 20px;
  padding: 1rem 20px;
}

.services-camera-plan-note > .column {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
