html {
  scroll-padding-top: 90px;
}

body:not(.home):not(.front-page) .osusume_link {
  font-size: 16px;
  margin: 0 4px 10px 0;
  background: #fff;
  border: 1px solid #bbced9;
  border-radius: 50px;
  padding: 2px 14px;
  display: inline-block;
  color: #2e385a;
}
@media (max-width: 1450px) {
  body:not(.home):not(.front-page) .price_btn {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 769px) {
  body:not(.home):not(.front-page) .price_btn {
    grid-template-columns: 1fr 1fr;
  }
}
body:not(.home):not(.front-page) .price_btn li {
  margin-bottom: 20px;
}
body:not(.home):not(.front-page) .price_btn a {
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
body:not(.home):not(.front-page) .price_btn a:hover .c-circle-arrow {
  transform: translateY(5px);
}
body:not(.home):not(.front-page) .flow_timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
body:not(.home):not(.front-page) .flow_timeline ul {
  padding: 0;
}
body:not(.home):not(.front-page) .flow_timeline li {
  list-style-type: none;
}
body:not(.home):not(.front-page) .flow_timeline dd {
  margin-left: 0;
}
body:not(.home):not(.front-page) .flow_inner {
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #fff;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
body:not(.home):not(.front-page) .flow_inner > li {
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner > li:not(:last-child) {
  margin-bottom: 60px;
}
body:not(.home):not(.front-page) .flow_inner .flowicon {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #3d4c62;
  display: inline-block;
  margin-right: 10px;
}
body:not(.home):not(.front-page) .flow_inner > li dl {
  padding-left: 70px;
  position: relative;
}
body:not(.home):not(.front-page) .flow_inner > li dl::before, body:not(.home):not(.front-page) .flow_inner > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
body:not(.home):not(.front-page) .flow_inner > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #3d4c62;
  border-radius: 50%;
  left: -4px;
}
body:not(.home):not(.front-page) .flow_inner > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #3d4c62;
  position: absolute;
  left: 5px;
}
body:not(.home):not(.front-page) .flow_inner > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #3d4c62;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
body:not(.home):not(.front-page) .u_bg {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
body:not(.home):not(.front-page) .indent {
  text-indent: -1em;
  padding-left: 1em;
}
body:not(.home):not(.front-page) .column_wrap {
  height: 100%;
}
body:not(.home):not(.front-page) .menu_item {
  background: #fff;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  position: relative;
  display: block;
}
body:not(.home):not(.front-page) .menu_item .column_title {
  margin-top: 0;
  font-size: 20px;
}
body:not(.home):not(.front-page) .menu_item::before {
  background: url(/wp-content/uploads/arrow_b.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 14px;
  height: 11px;
  z-index: 0;
}
body:not(.home):not(.front-page) .menu_list {
  grid-template-columns: 1fr 1fr;
}
body:not(.home):not(.front-page) .menu_list .sub_title {
  margin: 8px 4px 0 0;
}
@media (max-width: 769px) {
  body:not(.home):not(.front-page) .menu_list {
    gap: 10px;
  }
  body:not(.home):not(.front-page) .menu_list .menu_item {
    padding: 10px;
  }
  body:not(.home):not(.front-page) .menu_list .menu_item::before {
    top: 27px;
    right: 14px;
  }
  body:not(.home):not(.front-page) .menu_list .column_title {
    font-size: 16px;
    margin: 4px 0;
    width: 80%;
  }
  body:not(.home):not(.front-page) .menu_list .sub_title {
    margin: 4px 4px 0 0;
    padding: 0px 6px;
    font-size: 12px;
  }
}
body:not(.home):not(.front-page) .menu_list .column_box:last-child:nth-child(odd) {
  grid-column: 2;
}
body:not(.home):not(.front-page) .button_rainbow a {
  background-image: linear-gradient(90deg, rgb(255, 230, 230) 0%, rgb(211, 246, 255) 100%);
}/*# sourceMappingURL=under_add.css.map */