#small-medium_price_recommendation {
  font-family: Noto Sans JP;
  color: #333;
  margin-top: 100px;
  width: 100%;
  max-width: 1280px;
}
#small-medium_price_recommendation .smm_conditions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  font-size: 18px;
  gap: 100px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_conditions {
    flex-direction: column;
    gap: 20px;
    margin: 0;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 20px 0 0;
  }
}
#small-medium_price_recommendation .smm_conditions_employees {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_conditions_employees {
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
}
#small-medium_price_recommendation .smm_conditions_employees_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/accounting/small-medium/recommend_plan/under_arrow.svg) no-repeat;
  background-size: 12px;
  background-position: right 6px center;
  background-color: #ebf3ff;
  padding: 4px 30px 4px 12px;
  border: 1px solid #ebf3ff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
#small-medium_price_recommendation .smm_conditions_method {
  flex-basis: 50%;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_conditions_method {
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
  }
}
#small-medium_price_recommendation .smm_conditions_method_label {
  display: contents;
}
#small-medium_price_recommendation .smm_conditions_method_radio {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 18px;
  color: #333;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_conditions_method_radio {
    flex-direction: column;
    gap: 10px;
  }
}
#small-medium_price_recommendation .smm_conditions_method_radio_label {
  cursor: pointer;
}
#small-medium_price_recommendation .smm_conditions_method_radio_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 110px;
  justify-content: center;
}
#small-medium_price_recommendation .smm_conditions_method_radio_wrap input {
  position: relative;
  cursor: pointer;
  top: 1px;
  scale: 1.5;
}
#small-medium_price_recommendation .smm_conditions_method_radio_yearly {
  position: relative;
}
#small-medium_price_recommendation .smm_conditions_method_radio_yearly_sale {
  position: absolute;
  top: -25px;
  left: 5px;
  font-size: 12px;
  color: #2864f0;
  font-weight: 700;
  white-space: nowrap;
  background-color: #ebf3ff;
  padding: 2px;
  border-radius: 3px;
}
#small-medium_price_recommendation .smm_plans {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  width: 940px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_plans {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
}
#small-medium_price_recommendation .smm_plans_box {
  width: 225px;
  border-radius: 8px;
  border: 1px solid #dce8ff;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_plans_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    order: 2;
  }
}
#small-medium_price_recommendation .smm_plans_box_head {
  position: relative;
}
#small-medium_price_recommendation .smm_plans_box_head_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #dce8ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 93px;
  color: #1e46aa;
  font-weight: 700;
}
#small-medium_price_recommendation .smm_plans_box.is-recommend .smm_plans_box_head_wrap {
  background-color: #2864f0;
  color: #fff;
}
#small-medium_price_recommendation .smm_plans_box_head_title {
  font-size: 24px;
  font-weight: 700;
}
#small-medium_price_recommendation .smm_plans_box_head_sub {
  font-size: 12px;
  white-space: nowrap;
  margin-top: 0.5em;
}
#small-medium_price_recommendation .smm_plans_box_head_price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  min-height: 103px;
}
#small-medium_price_recommendation .smm_plans_box.enterprise_plan .smm_plans_box_head_price {
  font-size: 16px;
}
#small-medium_price_recommendation .smm_plans_box_head_price b {
  font-size: 40px;
  font-weight: 700;
}
#small-medium_price_recommendation .smm_plans_box_head_price span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#small-medium_price_recommendation .smm_plans_box_head_button {
  display: block;
  margin: 8px auto 0;
  width: 170px;
}
#small-medium_price_recommendation .smm_plans_box_head_link {
  align-self: flex-start;
  width: auto;
  display: inline-block;
  position: relative;
  left: 8px;
  text-underline-offset: 3px;
  font-weight: 500;
}
#small-medium_price_recommendation .smm_plans_box_body {
  padding: 0 8px 8px;
  margin-top: 24px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_plans_box_body {
    min-height: fit-content;
  }
}
#small-medium_price_recommendation .smm_plans_box_body_wrap {
  background-color: #f7f5f5;
  padding: 10px 0 14px 20px;
}
#small-medium_price_recommendation .smm_plans_box.is-recommend .smm_plans_box_body_wrap {
  background-color: #dce8ff;
}
#small-medium_price_recommendation .smm_plans_box_body_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  width: 90%;
  text-align: center;
  margin: auto;
  white-space: nowrap;
}
#small-medium_price_recommendation .smm_plans_box_body_list + .smm_plans_box_body_list {
  margin-top: 12px;
}
#small-medium_price_recommendation .smm_plans_box_body_list dt {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_plans_box_body_list dt {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
#small-medium_price_recommendation .smm_plans_box_body_list dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
#small-medium_price_recommendation .smm_plans_box_body_list.is-checkmark dd {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
#small-medium_price_recommendation .smm_plans_box_body_list.is-checkmark dd:before {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/accounting/small-medium/recommend_plan/ic_check.svg);
  background-size: 12px 12px;
}
#small-medium_price_recommendation .smm_plans_box .smm_plans_box_head_recommend {
  display: none;
}
@media (width < 768px) {
  #small-medium_price_recommendation .smm_plans_box.is-recommend {
    order: 1;
  }
}
#small-medium_price_recommendation .smm_plans_box.is-recommend .smm_plans_box_head_recommend {
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -62px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 22px;
  background-color: #fa6414;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
