@charset "utf-8";
.service_second_hdr_caption {
  margin-bottom: 0;
}
.cloudpaper_bnr {
  max-width: 900px;
  margin: 0 auto 140px;
  padding: 0 20px;
}
.cloudpaper_bnr img {
  width: 100%;
  height: auto;
}
.cp_merit_flex {
  max-width: 960px;
  margin: 0 auto 140px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cp_merit_item, .cp_func_item {
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}
.cp_merit_item {
  width: 470px;
  margin-bottom: 25px;
}
.cp_merit_item h5, .cp_func_item h5 {
  color: #384C57;
  font-size: 18px;
  text-align: center;
  margin: 0 0 30px;
}
.cp_merit_item p, .cp_func_item p {
  line-height: 1.8;
}
p.meritNo {
  line-height: 1;
  text-align: center;
  color: #BCCCD5;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.cp_func_flex {
  max-width: 960px;
  margin: 0 auto 140px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.cp_func_item {
  width: 306px;
  margin-right: 20px;
}
.cp_func_flex .cp_func_item:last-child {
  margin-right: 0
}
.plan_catch {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.plan_catch p {
  font-size: 20px;
  font-weight: 700;
  background: #29ABE2;
  color: #fff;
  width: 420px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.plan_item_flex {
  max-width: 960px;
  margin: 0 auto 140px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.plan_item {
  width: calc(25% - 10px);
  background: #EAEDEF;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 12px;
}
.plan_item_flex .plan_item:last-child {
  margin-right: 0;
}
.plan_item_hdr {
  margin: 0 0 25px;
  color: #384C57;
}
.plan_item h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.plan_item_price {
  font-size: 24px;
  font-weight: 700;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.plan_item_price span {
  font-size: 11px;
}
.plan_item_price span.month {
  margin-right: 5px;
}
.plan_item_cont {
  padding: 20px 15px;
  background: #fff;
}
.plan_item dl {
  margin-bottom: 20px;
}
.plan_item dl dt {
  font-size: 12px;
  font-weight: 500;
  color: #B2C1C9;
}
.plan_item dl dd {
  margin-bottom: 15px;
  font-weight: 700;
  color: #384C57;
  font-size: 17px;
}
.plan_item dl dd:last-child {
  margin-bottom: 0;
}
.flow_flex {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url("../images/cloudpaper_flow_arrow_pc.png") no-repeat center center;
  background-size: 60px;
}
.flow_item {
  width: 440px;
  height: 440px;
  border: 1px solid #B2C1C9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow_item h5, .flow_item h6 {
  text-align: center;
  color: #384C57;
}
.flow_item h5 {
  font-size: 20px;
  margin-bottom: 25px;
}
.flow_item h5 span {
  display: inline-block;
  position: relative;
}
.flow_item h5 span::before, .flow_item h5 span::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  width: 8px;
  height: 3px;
  background: #384C57;
}
.flow_item h5 span::before {
  left: -15px;
}
.flow_item h5 span::after {
  right: -15px;
}
.flow_item h6 {
  font-size: 17px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.flow_item p {
  line-height: 1.8;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
}
.flow_item_inner {
  transform: translateY(-40px)
}
@media(max-width: 1200px) {
  .cp_merit_item {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .cp_func_item {
    width: calc(33.3% - 20px);
  }
}
@media(max-width: 960px) {
  .plan_item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
		margin-right: 18px;
  }
  .plan_item_flex .plan_item:nth-child(even) {
    margin-right: 0;
  }
}
@media(max-width: 767px) {
  .plan_catch p {
    font-size: 18px;
    width: 80%;
    height: 60px;
  }
  .service_section_title_right {
    display: flex;
    justify-content: flex-start !important;
  }
  .cp_merit_flex {
    display: block;
  }
  .cp_merit_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .cp_func_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .plan_item_flex {
    margin: 0 auto 140px;
    padding: 0 20px;
    display: block;
  }
  .plan_item {
    width: 100%;
    margin: 0 0 20px;
  }
  .plan_item_cont {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  .plan_item dl {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
  .plan_item dl:last-child {
    margin-bottom: 0;
  }
  .service_section_title_center {
    justify-content: flex-start !important
  }
  .flow_flex {
    background: none;
    margin-bottom: 0;
  }
  .flow_item {
    width: 90vw;
    height: 90vw;
    margin-bottom: 80px;
  }
  .flow_flex .flow_item:first-child {
    position: relative;
  }
  .flow_flex .flow_item:first-child::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("../images/cloudpaper_flow_arrow_sp.png") no-repeat center top;
    background-size: 60px;
  }
  .flow_item_inner {
    transform: translateY(0);
  }
  .flow_item h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .flow_item h6 {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .flow_item p {
    padding: 0 20px;
    font-size: 12px;
  }
}