/* side action parts */
.side_action_parts {
  width: 280px;
  padding: 15px;
  background: url(/edit/baikyaku/hatena/img/icon_suumo_nagameru.png) top 12px right 15px / 54px no-repeat #ecf4e5;
}

/* side follow action parts */
.side_follow_action_parts {
  width: 280px;
  border: solid 4px #6fba2c;
  border-radius: 4px;
}
.side_follow_action_parts .side_follow_action_parts-head {
  height: 78px;
  padding: 14px;
  background: url(/edit/baikyaku/hatena/img/icon_suumo.png) right bottom / 59px no-repeat #ecf4e5;
}
.side_follow_action_parts .side_follow_action_parts-head_image {
  top: 18px;
}
.side_follow_action_parts .side_follow_action_parts-body {
  padding: 11px 16px 16px;
}
.side_follow_action_parts .side_follow_action_parts-form_item {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.side_follow_action_parts .side_follow_action_parts-form_item:not(:first-child) {
  margin-top: 15px;
}
.side_follow_action_parts .side_follow_action_parts-form_item:not(:last-of-type)::after {
  position: absolute;
  content: '';
  top: 47px;
  left: 19px;
  border-top: 10px solid #6fba2c;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.side_follow_action_parts .side_follow_action_parts-step {
  padding-left: 4px;
  font-size: 14px;
  color: #47880f;
}
.side_follow_action_parts .side_follow_action_parts-form_item.is-active .side_follow_action_parts-step {
  font-weight: bold;
}

/* footer action parts */
.footer_action_parts {
  position: fixed;
  bottom: -140px;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 27px 0 15px;
  background-color: rgba(235, 235, 235, 0.9);
  transition: bottom 0.5s ease;
}
.footer_action_parts.is-active {
  bottom: 0;

}

/* main action parts */
.main_bottom_action_parts {
  border-radius: 4px;
  border: solid 4px #6fba2c;
  -webkit-text-size-adjust: none;
}
.main_bottom_action_parts .main_bottom_action_parts-header_image {
  width: 622px;
  height: 120px;
}
.main_bottom_action_parts .main_bottom_action_parts-body {
  padding: 21px 22px 20px;
}
.main_bottom_action_parts .main_bottom_action_parts-title {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.main_bottom_action_parts .main_bottom_action_parts-title:not(:first-child) {
  margin-top: 20px;
}
.main_bottom_action_parts .main_bottom_action_parts-title::before {
  content: "";
  background: no-repeat url(/edit/baikyaku/hatena/img/icon_one.png) 0 0 / contain;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.main_bottom_action_parts .main_bottom_action_parts-title.main_bottom_action_parts-title--second:before {
  background-image: url(/edit/baikyaku/hatena/img/icon_two.png);
}
.main_bottom_action_parts .main_bottom_action_parts-title_emphasis {
  font-weight: bold;
}
.main_bottom_action_parts .main_bottom_action_parts-contents {
  display: flex;
  margin-top: 10px;
}
.main_bottom_action_parts .main_bottom_action_parts-select {
  display: flex;
  margin-left: 13px;
}
.main_bottom_action_parts .main_bottom_action_parts-action_area {
  margin-top: 32px;
  display: flex;
}

/* radio button */
.action_parts_radio {
  width: 186px;
}
.action_parts_radio:not(:first-child) {
  margin-left: 10px;
}
.action_parts_radio .action_parts_radio-text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  box-shadow: inset 0 -4px 0 0 #dddddd;
  border: solid 1px #bdbdbd;
  border-radius: 4px;
  box-sizing: border-box;
}
.action_parts_radio .action_parts_radio-text::before {
  content: "";
  width: 15px;
  height: 10px;
  margin-right: 10px;
  background: no-repeat url(/edit/baikyaku/hatena/img/icon_check.png) 0 0/contain;
}
.action_parts_radio .action_parts_radio-input {
  opacity: 0;
  position: absolute;
  outline: none;
  margin-right: 5px;
  cursor: pointer;
  zoom: 1;
}
.action_parts_radio .action_parts_radio-input:checked {
  cursor: default;
}
.action_parts_radio .action_parts_radio-input + .action_parts_radio-text {
  cursor: pointer;
}
.action_parts_radio .action_parts_radio-input:checked + .action_parts_radio-text {
  color: #fff;
  box-shadow: none;
  border-color: #5bae08;
  background-color: #5bae08;
  cursor: default;
}
.action_parts_radio .action_parts_radio-input:checked + .action_parts_radio-text::before {
  background-image: url(/edit/baikyaku/hatena/img/icon_checked.png);
}

/* zipcode */
.action_parts_zipcode {
  width: 148px;
}
.action_parts_zipcode .action_parts_zipcode-title {
  font-size: 11px;
  line-height: 1;
}
.action_parts_zipcode .action_parts_zipcode-input_wrap {
  margin-top: 4px;
  position: relative;
}
.action_parts_zipcode .action_parts_zipcode-input_wrap::before {
  content: "";
  background: no-repeat url(/edit/baikyaku/hatena/img/icon_zip.png) 0 0 / contain;
  width: 12px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8px;
}
.action_parts_zipcode .action_parts_zipcode-input {
  border: solid 1px #bdbdbd;
  padding: 5px 10px 5px 27px;
  width: 150px;
  height: 28px;
  font-size: 15px;
  border-radius: 3px;
  box-sizing: border-box;
}
.action_parts_zipcode .action_parts_zipcode-input:-ms-input-placeholder {
  color: #c4c4c4;
}
.action_parts_zipcode .action_parts_zipcode-input::placeholder {
  color: #c4c4c4;
}
.action_parts_zipcode .action_parts_zipcode-error {
  margin-top: 4px;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  white-space: nowrap;
  display: none;
}
.action_parts_zipcode .action_parts_zipcode-error.is-error {
  display: block;
}

/* select box */
.action_parts_select {
  width: 132px;
  height: 44px;
  padding: 10px 22px 12px 15px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: inset 0 -4px 0 0 #ddd;
  border: solid 1px #bdbdbd;
  background: url(/edit/baikyaku/hatena/img/icon_pulldown.png) right 10px center / 7px 16px no-repeat;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}
.action_parts_select:not(:first-of-type) {
  margin-left: 10px;
}
.action_parts_select.action_parts_select--side {
  width: 168px;
  font-weight: normal;
}
.action_parts_select.action_parts_select--side {
  margin-left: 24px;
}
.action_parts_select.action_parts_select--w136 {
  width: 136px;
}
.action_parts_select.is-active {
  margin-left: 20px;
  width: 172px;
  height: 48px;
  font-weight: bold;
  border: solid 2px #6fba2c;
  background-color: #ffffe5;
}

/* cta button */
.action_parts_button {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  padding: 15px 5px 14px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15), inset 0 -2px 0 0 #e15f00;
  background-color: #f77c00;
  text-decoration: none;
  outline: none;
}
.action_parts_button:hover {
  opacity: .7;
}
.action_parts_button.action_parts_button--large {
  width: 360px;
  height: 62px;
  padding-top: 17px;
}
.action_parts_button.action_parts_button--maximum {
  width: 620px;
  height: 62px;
  padding-top: 17px;
}
.action_parts_button.action_parts_button--layout01 {
  margin: 27px auto 0;
}
.action_parts_button.action_parts_button--layout02 {
  margin-top: 26px;
}
.action_parts_button.action_parts_button--layout03 {
  margin: 32px auto 0;
}
.action_parts_button.action_parts_button--layout04 {
  margin-top: 15px;
}
.action_parts_button .action_parts_button-note {
  position: absolute;
  top: -11px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 22px;
  transform: translate(-50%, 0);
  font-size: 12px;
  color: #f77c00;
  font-weight: bold;
  background-color: #fff;
  border-radius: 18px;
  border: solid 2px #f77c00;
}
.action_parts_button .action_parts_button-note--large {
  width: 143px;
  height: 25px;
  font-size: 13px;
}
.action_parts_button .action_parts_button-wrap {
  display: flex;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.action_parts_button .action_parts_button-text {
  margin-left: 5px;
  font-size: 18px;
}
.action_parts_button .action_parts_button-catch {
  padding: 2px 7px;
  font-size: 16px;
  border-radius: 2.7px;
  background-color: #e15f00;
}
.action_parts_button .action_parts_button-img {
  width: 254px;
  height: 30px;
}
.action_parts_button .action_parts_button-img:hover {
  opacity: 1;
}

.case_action_parts {
  border-radius: 4px;
  border: 4px solid #6FBA2C;
}
.case_action_parts.case_action_parts--layout {
  margin-bottom: 30px;
}
.case_action_parts .case_action_parts-head {
  padding: 26px 11px 15px;
  background: #ECF4E5;
}
.case_action_parts .case_action_parts-img {
  background-size: contain;
  margin: 0 auto;
}
.case_action_parts .case_action_parts-body {
  padding: 15px 15px 16px;
}
.case_action_parts .case_action_parts-step {
  display: flex;
  gap: 18px;
}
.case_action_parts .case_action_parts-step_item {
  min-width: 0;
}
.case_action_parts .case_action_parts-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  line-height: 1.4;
}
.case_action_parts .case_action_parts-title::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url('/edit/baikyaku/hatena/img/icon_num_one.png');
}
.case_action_parts .case_action_parts-title.case_action_parts-title--second::before {
  background-image: url('/edit/baikyaku/hatena/img/icon_num_two.png');
}
.case_action_parts .case_action_parts-select_wrap {
  display: flex;
  gap: 6px;
}
.case_action_parts .case_action_parts-select {
  width: 137px;
  height: 47px;
  margin-top: 4px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  border-radius: 2px;
  background: url('/edit/baikyaku/hatena/img/icon_pulldown.png') right 14px center / 7px 17px no-repeat;
  box-shadow: inset 0 -5px 0 0 #ddd;
  border: 1px solid #bdbdbd;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.case_action_parts .case_action_parts-select.case_action_parts-select--second {
  width: 142px;
}
.case_action_parts .case_action_parts-button {
  position: relative;
  display: block;
  margin: 29px auto 0;
  width: 380px;
  height: 54px;
  padding: 15px 5px 13px;
  text-decoration: none;
  outline: none;
  border-radius: 3px;
  background: #F37E00;
  box-shadow: 0px -2px 0px 0px #E15F00 inset;
}
.case_action_parts-button:hover {
  opacity: 0.7;
}
.case_action_parts-button .case_action_parts-button_note {
  position: absolute;
  top: -11px;
  left: 50%;
  padding: 2px 7px;
  transform: translate(-50%, 0);
  font-size: 12px;
  font-weight: bold;
  color: #F76700;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #F37E00;
  line-height: 1;
}
.case_action_parts-button .case_action_parts-button_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.case_action_parts-button .case_action_parts-button_label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: #D16728;
}

.shubetsu_action_parts {
  border-radius: 4px;
  border: 4px solid #6FBA2C;
}
.shubetsu_action_parts.is-hidden {
  display: none;
}
.shubetsu_action_parts.shubetsu_action_parts--layout {
  margin-bottom: 50px;
}
.shubetsu_action_parts .shubetsu_action_parts-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 11px 10px 15px;
  font-size: 20px;
  font-weight: bold;
  background: #ECF4E5;
  line-height: 1.5;
}
.shubetsu_action_parts .shubetsu_action_parts-head_label {
  display: inline-block;
  padding: 4px 8px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: #F77C00;
  line-height: 1;
}
.shubetsu_action_parts .shubetsu_action_parts-body {
  padding: 20px 16px 16px;
}
.shubetsu_action_parts .shubetsu_action_parts-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.shubetsu_action_parts .shubetsu_action_parts-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 170px;
  padding: 14px 10px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #fff;
  box-shadow: 0px -4px 0px 0px #F1F1F1 inset;
}
.shubetsu_action_parts .shubetsu_action_parts-link:hover {
  opacity: 0.7;
}
.shubetsu_action_parts .shubetsu_action_parts-link::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
}
.shubetsu_action_parts .shubetsu_action_parts-link.shubetsu_action_parts-link--mansion::before {
  background-image: url('/edit/baikyaku/hatena/img/icon_mansion.png');
}
.shubetsu_action_parts .shubetsu_action_parts-link.shubetsu_action_parts-link--kodate::before {
  background-image: url('/edit/baikyaku/hatena/img/icon_ikkodate.png');
}
.shubetsu_action_parts .shubetsu_action_parts-link.shubetsu_action_parts-link--tochi::before {
  background-image: url('/edit/baikyaku/hatena/img/icon_tochi.png');
}