@charset "UTF-8";
/*----- font -----*/
/*----- 全体共通 ------*/
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  overflow-x: hidden;
  background: url(../img/pc_bg_img.jpg) no-repeat center/cover;
  background-attachment: fixed;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

button {
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  line-height: 1;
}

/*----- hpクラス -----*/
.hp_bold {
  font-weight: bold;
}

/*----- slider共通 -----*/
.splide__arrow {
  background: url(../img/sp_slider_arrow.png) no-repeat center/contain;
  width: 45px;
  height: 140px;
  border-radius: 0;
  opacity: 1;
}
.splide__arrow svg {
  opacity: 0;
}

.splide__arrow--prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 0;
}

.splide__pagination__page {
  background-color: #fff;
  width: 11px;
  height: 11px;
  margin: 8px;
  opacity: 1;
}

.splide__pagination__page.is-active {
  background-color: #f46092;
  transform: none;
}

/*----- fixed  -----*/
.bl_fixed {
  position: fixed;
  width: 100%;
  bottom: -120px;
  transition: all 0.5s;
  opacity: 0;
  z-index: 999;
}

.bl_fixed.is_active {
  bottom: 0;
  opacity: 1;
}

.bl_fixed_btn {
  width: 566px;
  margin: 0 auto 13px;
}

/*----- outline -----*/
.bl_wrapper {
  position: relative;
  background-color: #fff;
  width: 640px;
  margin: 0 auto;
  z-index: 1;
  box-shadow: 0px 0px 15px -5px #777777;
}

/*----- fv -----*/
.ly_fv {
  background: url(../img/sp_fv_bg_img.png) no-repeat center top/contain;
  background-color: #fdd1e5;
  padding-bottom: 36px;
}

.bl_fv_header {
  display: flex;
  gap: 31px;
  padding: 21px 29px;
}

.bl_fv_header_logo {
  width: 113px;
}

.el_fv_header_txt {
  color: #e06592;
  border: #e06292 solid 1px;
  height: 40px;
  padding: 7px 7px 7px 14px;
  font-size: 22px;
  letter-spacing: 0;
}

.bl_fv_mainTxt {
  width: 330px;
  margin-top: -6px;
}

.bl_fv_dr {
  width: 640px;
  margin-top: -15px;
}

.bl_fv_slider {
  margin-top: -46px;
  padding-bottom: 31px;
}
.bl_fv_slider .splide__arrow {
  top: 44.5%;
}

.bl_fv_slider_item.__01 {
  width: 636px;
  margin: 0 auto;
}

.bl_fv_slider_item.__02 {
  width: 625px;
  margin: 0 auto;
}

.bl_fv_price_catch {
  width: 600px;
  margin: 14px auto 0;
}

.bl_fv_price01 {
  width: 640px;
  margin-top: 5px;
}

.bl_fv_price02 {
  width: 640px;
  margin-top: 0;
}

.bl_fv_rp {
  width: 520px;
  margin: 17px auto 0;
}

/*----- info -----*/
.bl_info {
  padding: 43px 0 33px;
}

.bl_info_txt {
  margin: 0 auto;
}

.bl_info_btn {
  width: 566px;
  margin: 24px auto 0;
}

.el_info_note {
  margin-top: 21px;
  text-align: center;
  color: #5a5a5a;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 0.777;
}

.bl_info_fv .bl_info_txt {
  width: 427px;
}

.bl_info_case {
  padding: 31px 0 35px;
}
.bl_info_case .bl_info_txt {
  width: 487px;
}

.bl_info_reason {
  padding: 34px 0 42px;
}
.bl_info_reason .bl_info_txt {
  width: 549px;
}

.bl_info_price {
  padding: 53px 0 34px;
}
.bl_info_price .bl_info_txt {
  width: 581px;
}

/*----- worry -----*/
.ly_worry {
  background: url(../img/sp_worry_bg.png) no-repeat center top/contain;
  padding: 27px 0 0;
}

.bl_worry_ttl {
  width: 517px;
  margin: 0 auto;
}

.bl_worry_img {
  position: relative;
  width: 640px;
  margin-top: -6px;
  z-index: 3;
}

.bl_worry_answer {
  position: relative;
  width: 640px;
  margin-top: -79px;
  z-index: 1;
}

/*----- about -----*/
.ly_about {
  background-color: #ffecf3;
  padding-bottom: 40px;
}

.bl_about_ttl {
  width: 640px;
  margin-top: -1px;
}

.bl_about_tab_contents {
  margin-top: -17px;
}
.bl_about_tab_contents .bl_tabs {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  transform: translateX(-3px);
}
.bl_about_tab_contents .bl_tab_btn {
  width: 270px;
  height: 50px;
  cursor: pointer;
}
.bl_about_tab_contents .bl_tab_btn.is_active {
  height: 60px;
}
.bl_about_tab_contents .bl_tab_btn.__01 {
  background: url(../img/sp_about_tab_rejurani_off.png) no-repeat center bottom/contain;
}
.bl_about_tab_contents .bl_tab_btn.__01.is_active {
  background-image: url(../img/sp_about_tab_rejurani_on.png);
}
.bl_about_tab_contents .bl_tab_btn.__02 {
  background: url(../img/sp_about_tab_rejuranhb_off.png) no-repeat center bottom/contain;
}
.bl_about_tab_contents .bl_tab_btn.__02.is_active {
  background-image: url(../img/sp_about_tab_rejuranhb_on.png);
}
.bl_about_tab_contents .bl_tab_panel {
  display: none;
}
.bl_about_tab_contents .bl_tab_panel.is_show {
  display: block;
}

.bl_tab_panel_img {
  width: 600px;
  margin: 0 auto;
}

.bl_tab_panel_txtArea {
  width: 600px;
  margin: 0 auto;
  background-color: #fdd1e5;
}

.el_tab_panel_txt {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.666;
  padding: 31px 30px 30px;
}

.bl_about_point {
  position: relative;
}

.bl_about_point_img {
  position: absolute;
  width: 594px;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.bl_about_point_txtArea {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 203px;
  gap: 9px;
  z-index: 2;
}

.bl_about_point_item {
  position: relative;
  width: 188px;
}

.el_about_point_item_ttl {
  color: #f777a2;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.03em;
}

.bl_about_point_item:nth-child(2) .el_about_point_item_ttl {
  margin-top: -15px;
}

.el_about_point_item_txt {
  position: absolute;
  top: 53px;
  font-size: 20px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  padding: 0 15px;
}

.bl_about_compare {
  width: 580px;
  margin: 178px auto 0;
}

/*----- case -----*/
.ly_case {
  background-color: #fdd1e5;
  padding-bottom: 56px;
}

.bl_case_ttl {
  width: 640px;
}

.bl_case_slider {
  margin-top: -24px;
  padding-bottom: 53px;
}
.bl_case_slider .splide__slide {
  width: 540px !important;
}
.bl_case_slider .splide__arrow {
  top: 47%;
}

.bl_case_item {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 23px;
}

.el_case_item_ttl {
  padding: 20px 0;
  background-color: #f46092;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.bl_case_item_img {
  width: 450px;
  margin: 27px auto 0;
}

.bl_case_item_txtArea {
  margin-top: 17px;
  padding: 0 45px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.bl_case_item_txtBlock {
  display: flex;
  align-items: center;
  gap: 3px;
}

.el_case_item_txtBlock_item {
  background-color: #fdd1e5;
  border-radius: 5px;
  text-align: center;
  color: #cb5b7c;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 6px 9px;
}

.el_case_item_txtBlock_txt {
  font-size: 20px;
  letter-spacing: -0.01em;
}

.bl_case_risk {
  margin-top: 20px;
}

.bl_case_risk_btn {
  display: block;
  width: 520px;
  margin: 0 auto;
  background-color: #fff;
  border: #444444 solid 1px;
}

.el_case_risk_btn_txt {
  position: relative;
  text-align: center;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.el_case_risk_btn_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 20px;
  height: 13px;
  background: url(../img/sp_accordion_arrow.png) no-repeat center/contain;
  transform: translateY(-50%) scaleY(-1);
}

.bl_case_risk_btn.is_active .el_case_risk_btn_txt::after {
  transform: translateY(-50%) scaleY(1);
}

.bl_case_risk_contents {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s;
  pointer-events: none;
}

.bl_case_risk_contents.is_open {
  max-height: 700px;
  opacity: 1;
}

.bl_case_risk_contents_txt {
  width: 520px;
  margin: 12px auto 0;
  background-color: #ffecf3;
  padding: 18px 15px 26px 20px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.444;
  pointer-events: none;
}

/*----- why -----*/
.ly_why {
  background-color: #eef0fb;
}

.bl_why_ttl {
  width: 640px;
}

.bl_why_img {
  width: 560px;
  margin: -42px auto 0;
}

.bl_why_list {
  width: 580px;
  margin: 32px auto 0;
  background-color: #fff;
  border: #f46092 solid 1px;
  border-radius: 5px;
  padding: 0 21px 4px;
}

.bl_why_list_item {
  display: flex;
  border-bottom: #d6c4a2 dashed 1px;
  padding-top: 9px;
}

.bl_why_list_item:last-child {
  border: none;
}

.bl_why_item_num {
  width: 91px;
  flex-shrink: 0;
  margin: 15px 4px 0;
}

.bl_why_item_txtArea {
  margin-left: 5px;
  padding: 20px 0 20px 5px;
}

.el_why_item_ttl {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffecf3;
  color: #f46092;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 2px 10px 2px 2px;
  margin-bottom: 6px;
}

.el_why_item_txt {
  padding: 2px 15px 0 0;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.5454;
}

.bl_why_summary {
  width: 640px;
  margin-top: 13px;
}

/*----- reason -----*/
.ly_reason {
  margin-top: 49px;
}

.bl_reason_ttl {
  width: 640px;
}

.bl_reason_list {
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  gap: 53px;
}

.bl_reason_item {
  background: url(../img/sp_reason_bg.png) no-repeat center bottom/contain;
}

.bl_reason_item_ttlArea {
  display: flex;
  align-items: center;
  gap: 29px;
}

.bl_reason_item_num {
  flex-shrink: 0;
  margin-left: 39px;
}
.bl_reason_item_num.__01 {
  width: 86px;
}
.bl_reason_item_num.__02, .bl_reason_item_num.__03 {
  width: 94;
}
.bl_reason_item_num.__04 {
  width: 98px;
}

.el_reason_item_ttl {
  font-family: "Noto Serif JP", serif;
  color: #cb5b7c;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.375;
}

.bl_reason_item_img {
  width: 560px;
  margin: 27px auto 0;
}

.el_reason_item_txt {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.666;
  padding: 24px 60px 48px;
}

/*----- downTime -----*/
.ly_downTime {
  background-color: #eef0fb;
  padding: 46px 0 53px;
}

.bl_downTime_contents {
  width: 580px;
  margin: 0 auto;
  padding: 36px 0 28px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.bl_downTime_ttl {
  background-color: #f777a2;
  width: 500px;
  height: 40px;
  margin: 0 auto 33px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.bl_downTime_item {
  display: flex;
  justify-content: center;
}

.el_downTime_item_ttl {
  width: 60px;
  height: 160px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 0 18px 0;
}

.el_downTime_item_txt {
  border-radius: 0 5px 5px 0;
  width: 460px;
  height: 160px;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 1.5652;
  padding: 27px 30px;
}

.bl_downTime_item.__symptom {
  margin-bottom: 18px;
}
.bl_downTime_item.__symptom .el_downTime_item_ttl {
  background-color: #8f96be;
}
.bl_downTime_item.__symptom .el_downTime_item_txt {
  background-color: #eef0fb;
}
.bl_downTime_item.__symptom .el_downTime_item_txt span {
  color: #5f668e;
  font-weight: bold;
}

.bl_downTime_item.__period .el_downTime_item_ttl {
  background-color: #f777a2;
}
.bl_downTime_item.__period .el_downTime_item_txt {
  background-color: #ffecf3;
}
.bl_downTime_item.__period .el_downTime_item_txt span {
  color: #f777a2;
  font-weight: bold;
}

.bl_downTime_img {
  width: 519px;
  margin: 37px auto 0;
}

/*----- recommend -----*/
.ly_recommend {
  background-color: #fdd1e5;
  padding-bottom: 44px;
}

.bl_recommend_ttl {
  width: 640px;
}

.bl_recommend_joyu {
  width: 560px;
  margin: -35px auto 0;
}

.el_recommend_txt {
  width: 600px;
  margin: 25px auto 0;
  background-color: #ffecf3;
  padding: 30px;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.666;
}

.bl_recommend_slider {
  margin-top: 53px;
  padding-bottom: 57px;
}
.bl_recommend_slider .splide__arrow {
  top: 46.6%;
}
.bl_recommend_slider .splide__slide {
  width: 540px !important;
}

.bl_recommend_item {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
}

.el_recommend_item_ttl {
  height: 70px;
  background-color: #f46092;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 19px 0;
}

.bl_recommend_item_img {
  width: 450px;
  margin: 25px auto 0;
}

.bl_recommend_item_txtArea {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 17px;
  padding: 0 5px 0 45px;
}

.bl_recommend_item_txtBlock {
  display: flex;
  align-items: center;
  gap: 3px;
}

.el_recommend_item_txtBlock_ttl {
  height: 32px;
  background-color: #fdd1e5;
  border-radius: 5px;
  color: #cb5b7c;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  padding: 5px 10px;
}

.el_recommend_item_txtBlock_txt {
  font-size: 20px;
  letter-spacing: 0.01em;
}

.bl_recommend_risk {
  margin-top: 11px;
}

.bl_recommend_risk_btn {
  display: block;
  width: 520px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border: #444444 solid 1px;
}

.el_recommend_risk_btn_txt {
  position: relative;
  text-align: center;
  padding: 18px 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.el_recommend_risk_btn_txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) scaleY(-1);
  width: 20px;
  height: 13px;
  background: url(../img/sp_accordion_arrow.png) no-repeat center/contain;
}

.bl_recommend_risk_btn.is_active .el_recommend_risk_btn_txt::after {
  transform: translateY(-50%) scaleY(1);
}

.bl_recommend_risk_contents {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s;
  pointer-events: none;
}

.bl_recommend_risk_contents.is_open {
  max-height: 900px;
  opacity: 1;
}

.el_recommend_risk_contents_txt {
  width: 520px;
  margin: 11px auto 0;
  background-color: #ffecf3;
  padding: 19px 15px 30px 20px;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.444;
  pointer-events: none;
}

/*----- price -----*/
.ly_price {
  background-color: #fff3f7;
  padding-bottom: 55px;
}

.bl_price_ttl {
  width: 640px;
}

.bl_price_list {
  width: 580px;
  margin: 30px auto 0;
  background-color: #fff;
  border: #f777a2 solid 1px;
  border-radius: 5px;
  padding: 0 24px 35px;
}

.bl_price_list_item {
  border-bottom: #f777a2 dashed 1px;
}

.bl_price_list_item_inner {
  display: flex;
  gap: 14px;
}

.bl_price_list_item_icon {
  width: 91px;
  flex-shrink: 0;
  margin-top: 29px;
}

.bl_price_list_item_txtArea {
  padding: 23px 0 16px;
}

.bl_price_list_item_catch {
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: #ffecf3;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 20px 3px 6px;
  margin-bottom: 8px;
}

.bl_price_list_item_catch_check {
  width: 27px;
}

.el_price_list_item_catch_txt {
  color: #f777a2;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.el_price_list_item_txt {
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 1.49;
  margin-top: -9px;
}
.el_price_list_item_txt span {
  color: #f46092;
  font-size: 36px;
  font-weight: bold;
}

.bl_price_list_item:last-child {
  border: none;
}
.bl_price_list_item:last-child .bl_price_list_item_txtArea {
  padding: 31px 0 16px;
}

.bl_price_list_rp {
  width: 520px;
  margin: 9px auto 0;
}

.bl_price_table {
  width: 580px;
  margin: 36px auto 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.bl_price_table th,
.bl_price_table td {
  height: 133px;
  vertical-align: middle;
  text-align: center;
  border: 1.5px solid #fff3f7;
}

.bl_price_table thead th {
  background-color: #2a2225;
  color: #fff;
  font-size: 22px;
  height: 82px;
}

.bl_price_table tbody th {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}
.bl_price_table tbody th span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
}

.bl_price_table th:first-child {
  width: 175px;
}

.bl_price_table tbody tr:nth-child(-n+4) th {
  background-color: rgba(94, 89, 83, 0.8);
}

.bl_price_table tbody tr:nth-child(n+5) th {
  background-color: rgba(40, 38, 35, 0.8);
}

.bl_price_table td {
  background-color: #fff;
  color: #f46092;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
}
.bl_price_table td span {
  font-size: 18px;
  font-weight: bold;
}

.bl_price_table tbody tr:nth-child(even) td {
  background-color: #f8f9ff;
}

.el_price_note {
  color: #5a5a5a;
  padding: 10px 40px;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.555;
}

/*----- flow -----*/
.ly_flow {
  background-color: #fff3f7;
  padding-bottom: 102px;
}

.bl_flow_ttl {
  width: 640px;
}

.bl_flow_step {
  position: relative;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  gap: 57px;
}

.bl_flow_item {
  display: flex;
  gap: 20px;
}

.bl_flow_item_icon {
  position: relative;
  width: 147px;
  margin-left: 33px;
  flex-shrink: 0;
  z-index: 2;
}

.bl_flow_item_txtArea {
  padding: 12px 40px 0 0;
}

.el_flow_item_ttl {
  font-family: "Noto Serif JP", serif;
  color: #f777a2;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.el_flow_item_txt {
  padding-top: 13px;
  font-size: 23px;
  letter-spacing: 0.01em;
  line-height: 1.5652;
}

.el_flow_item_note {
  width: 380px;
  background-color: #fff;
  padding: 9px 16px 11px;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin: 15px 3px 0;
}

.el_flow_line {
  position: absolute;
  display: block;
  width: 4px;
  height: 800px;
  background-color: #fdd1e5;
  top: 30px;
  left: 108px;
  z-index: 1;
}

/*----- faq -----*/
.ly_faq {
  padding: 35px 0 81px;
}

.bl_faq_ttl {
  width: 640px;
}

.bl_faq_list {
  width: 580px;
  margin: 54px auto 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.bl_faq_item {
  width: 100%;
}

.bl_faq_ask {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100px;
  background-color: #f777a2;
  border-radius: 5px;
  cursor: pointer;
}

.bl_faq_icon {
  width: 55px;
  flex-shrink: 0;
}

.el_faq_ask_txt {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.el_faq_ask_txt::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  top: 50%;
  right: 33px;
  background-color: #fff;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

.el_faq_ask_txt::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  top: 50%;
  right: 20px;
  background-color: #fff;
  transform: translateY(-50%);
}

.bl_faq_ask.is_active .el_faq_ask_txt::before {
  opacity: 0;
}

.bl_faq_answer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s, opacity 0.5s, margin 0.3s;
  pointer-events: none;
}

.bl_faq_answer.is_open {
  max-height: 1000px;
  opacity: 1;
  margin-top: 10px;
}

.el_faq_answer_txt {
  background-color: #fff3f7;
  border-radius: 5px;
  padding: 23px 30px 39px;
  font-size: 23px;
  letter-spacing: -0.02em;
  line-height: 1.5652;
  pointer-events: none;
}

/*----- access ----*/
.ly_access {
  background-color: #eef0fb;
  padding: 14px 0 30px;
}

.bl_access_ttl {
  width: 640px;
}

.bl_access_img {
  width: 580px;
  margin: 44px auto 0;
}

.bl_access_contents {
  width: 580px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 31px 30px 34px;
}

.bl_access_clinicName {
  width: 387px;
  margin: 0 auto 23px;
}

.bl_access_item {
  display: flex;
  align-items: center;
  border-bottom: #ebecee solid 2px;
  padding: 16px 0 14px;
}

.bl_access_item:nth-of-type(2) {
  align-items: flex-start;
}

.bl_access_item:last-of-type {
  border: none;
}

.el_access_name {
  width: 100px;
  color: #f777a2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.el_access_details {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.el_access_details span {
  font-size: 13px;
  margin: 0 3px 0 3px;
  vertical-align: middle;
}

.bl_access_map {
  width: 520px;
  height: 200px;
  margin: 10px auto 0;
}
.bl_access_map iframe {
  width: 100%;
  height: 100%;
}

/*----- footer -----*/
.ly_footer {
  height: 50px;
  background-color: #ea1e78;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.el_footer_copy {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=top_pc.css.map */

em {font-style: normal;}
#yoyaku {padding: 50px 30px 60px;}
#yoyaku img {display: inline;}
.form-area {margin: 40px 0 0; padding: 20px;}
.btns {display: flex; justify-content: center;}
#yoyaku * {font-size: 16px;}
#mysbc_banner .mysbc_banner_cont .banner a {width: 100%;}
@media (max-width: 640px) {
	#yoyaku {
		padding: 6vw 3vw 8vw;
	}
	.form-area {margin: 5vw 0 0; padding: 2.5vw;}
}
