/* 20251212
  【主治医に聞いてみよう】
  追加スタイル
*/
.askDoctor {
  letter-spacing: 0;
}
/* 共通 ---------- */
.askDoctor_heading_01 {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #002068;
  margin: 0 0 1em;
}
.askDoctor_heading_02 {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #002068;
  margin: 0 0 1em;
}
.askDoctor_lead_txt {
  font-size: 1.6rem;
  line-height: 2;
}
.askDoctor_btn_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #002068;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  height: 44px;
  border-radius: 4rem;
  padding: 1rem 2.4rem;
  position: relative;
}
.askDoctor_btn_primary.-blank::after {
  font-family: "icomoon" !important;
  text-decoration: none;
  content: "\e90b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .9rem;
  margin-left: 1em;
}
.askDoctor_btn_primary:hover {
  color: #fff;
}

@media screen and (min-width: 500px) {
  .pc-center {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .askDoctor_heading_01 {
    font-size: 2.4rem;
  }
  .askDoctor_heading_02 {
    font-size: 1.8rem;
  }
  .askDoctor_lead_txt {
    line-height: 1.8;
    text-align: left;
  }
}

/* 導入部 ---------- */
.askDoctor_intro {
  text-align: center;
}
.askDoctor_intro_img {
  display: block;
  margin-bottom: 32px;
}

@media screen and (max-width: 599px) {
  .askDoctor_intro {
    padding: 30px 10px;
  }
  .askDoctor_intro_img {
    margin-bottom: 16px;
  }
}

/* アンケート結果 */
.askDoctor_enqBox {
  border: 2px solid #002068;
  border-radius: 10px;
  margin-top: 40px;
  padding: 48px 40px;
}
.askDoctor_enqBox_header {
  margin-bottom: 32px;
  text-align: center;
}
.askDoctor_enqBox_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
}
.askDoctor_enqBox_heading .askDoctor_heading_02 {
  margin-bottom: 0;
}
.askDoctor_enqBox_header_note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #002068;
  margin: 1em 0 0;
}
.askDoctor_enqBox_row {
  display: flex;
  justify-content: space-between;
}
.askDoctor_enqBox_col {}
.askDoctor_enqBox_col:first-child {
  width: 395px;
  flex-shrink: 0;
}
.askDoctor_enqBox_col:last-child {
  flex: 1;
}
.askDoctor_enqBox_q {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.askDoctor_enqBox_q_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #002068;
  font-size: 2rem;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.askDoctor_enqBox_q_ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #002068;
  max-width: 400px;
  margin: 0 auto 24px;
}
.askDoctor_enqBox_graph {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  margin-bottom: 24px;
}
.askDoctor_enqBox_txt {
  color: #002068;
  font-size: 1.4rem;
  max-width: 440px;
  margin: 0 auto;
  text-align: left;
}
.askDoctor_enqBox_txt em {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 7px;
}
.askDoctor_enqBox_btn {
  margin-top: 32px;
}
.askDoctor_enqBox_btn .askDoctor_btn_primary {
  width: 280px;
}

@media screen and (max-width: 599px) {
  .askDoctor_enqBox {
    margin-top: 40px;
    padding: 24px 12px;
  }
  .askDoctor_enqBox_header {
    margin-bottom: 32px;
    text-align: center;
  }
  .askDoctor_enqBox_heading {
    flex-direction: column;
    gap: 8px 0;
  }
  .askDoctor_enqBox_heading_icon {
    display: flex;
    width: 40px;
  }
  .askDoctor_enqBox_header_note {
    font-size: 1rem;
    margin: .5em 0 0;
  }
  .askDoctor_enqBox_row {
    flex-direction: column;
    gap: 48px 0;
  }
  .askDoctor_enqBox_col {}
  .askDoctor_enqBox_col:first-child {
    width: auto;
  }

  .askDoctor_enqBox_q {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .askDoctor_enqBox_q_icon {
    font-size: 1.6rem;
    width: 32px;
    height: 32px;
  }
  .askDoctor_enqBox_q_ttl {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  .askDoctor_enqBox_graph {
    display: block;
    height: auto;
    margin-bottom: 16px;
  }
  .askDoctor_enqBox_txt {
    font-size: 1.3rem;
    margin: 0 10px;
  }
  .askDoctor_enqBox_txt em {
    font-size: 1.6rem;
    text-underline-offset: 5px;
  }
  .askDoctor_enqBox_btn {
    margin-top: 24px;
  }
  .askDoctor_enqBox_btn .askDoctor_btn_primary {
    width: 100%;
    max-width: 280px;
  }
}

.askDoctor_section_arrow {
  position: relative;
  text-align: center;
  margin: 40px 0 80px;
}
.askDoctor_section_arrow::before {
  content: "";
  border-style: solid;
  border-color: #002068 transparent transparent;
  border-width: 40px 48px 0;
  display: inline-block;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .askDoctor_section_arrow {
    margin: 0 0 40px;
  }
  .askDoctor_section_arrow::before {
    border-width: 30px 36px 0;
    height: 30px;
  }
}


/* お医者さんにも聞いてみました ---------- */
.askDoctor_answer {
  background: #F2F7FB;
  border-radius: 10px;
  padding: 48px;
  position: relative;
}
.askDoctor_answer_headicon {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
}
.askDoctor_answer_header {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.askDoctor_answer_header .askDoctor_heading_01 {
  margin-bottom: 0;
}
.askDoctor_answer_header_note {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1em 0 0;
}
.askDoctor_answer_header_img {
  position: absolute;
  width: 118px;
  right: 0;
  bottom: 0;
}
.askDoctor_answer_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.askDoctor_answer_item {
  margin: 0 0 16px;
  background: #fff;
  border: 2px solid #002068;
  border-radius: 6px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.askDoctor_answer_img {
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  text-align: center;
  overflow: hidden;
}
.askDoctor_answer_img img {
  width: auto;
  height: 100%;
}
.askDoctor_answer_txt {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 700;
  color: #002068;
}

@media screen and (max-width: 599px) {
  .askDoctor_answer {
    border-radius: 0;
    padding: 48px 10px 32px;
  }
  .askDoctor_answer_headicon {
    width: 40px;
    display: flex;
    top: -10px;
    margin-left: -20px;
  }
  .askDoctor_answer_header {
    padding-bottom: 24px;
  }
  .askDoctor_answer_header_note {
    font-size: 1.4rem;
    margin: 40px auto 0;
    width: 270px;
    text-align: left;
  }
  .askDoctor_answer_header_img {
    width: 270px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    text-align: right;
  }
  .askDoctor_answer_header_img img {
    width: 70px;
  }
  .askDoctor_answer_item {
    margin-bottom: 15px;
    padding: 16px 12px;
    gap: 0 8px;
    align-items: flex-start;
  }
  .askDoctor_answer_img {
    width: 36px;
    height: 36px;
  }
  .askDoctor_answer_txt {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

/* 過去の質問 */
.askDoctor_faq {
  margin-top: 80px;
  text-align: center;
}
.askDoctor_faq_list {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  padding: 24px 48px;
}
.askDoctor_faq_item:not(:last-child) {
  border-bottom: 1px solid #002068;
}
.askDoctor_faq_item summary::marker {
  content: "";
}
.askDoctor_faq_item summary::-webkit-details-marker {
  display: none;
}
.askDoctor_faq_item_q {
  padding: 16px 40px 16px 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  cursor: pointer;
}
.askDoctor_faq_item_q::before,
.askDoctor_faq_item_q::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #002068;
  position: absolute;
  right: 10px;
  transition: all .3s;
}
.askDoctor_faq_item_q::before {
  transform: rotate(90deg);
}
.askDoctor_faq_item[open] .askDoctor_faq_item_q::before {
  transform: rotate(180deg);
}
.askDoctor_faq_item[open] .askDoctor_faq_item_q::after {
  opacity: 0;
}
.askDoctor_faq_item_q_txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  position: relative;
  padding-left: 40px;
}
.askDoctor_faq_item_q_txt::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #002068;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.askDoctor_faq_item_a {
  position: relative;
  padding: 0 0 24px;
}
.askDoctor_faq_item_a_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 400;
  text-indent: 1.5em;
  position: relative;
}
.askDoctor_faq_item_a_txt::before {
  content: "A.";
  color: #FF585D;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
}
.askDoctor_faq_item_note {
  font-size: 1.2rem;
  color: #555;
  margin: 1em 0 0;
  text-indent: 0;
}

@media screen and (max-width: 599px) {
  .askDoctor_faq {
    margin-top: 56px;
  }
  .askDoctor_faq_list {
    border-radius: 6px;
    padding: 8px 0;
  }
  .askDoctor_faq_item_q {
    padding: 16px 32px 16px 0;
    min-height: initial;
  }
  .askDoctor_faq_item_q::before,
  .askDoctor_faq_item_q::after {
    width: 12px;
    height: 2px;
    right: 12px;
  }
  .askDoctor_faq_item_q_txt {
    font-size: 16px;
  }
  .askDoctor_faq_item_q_txt::before {
    font-size: 1.2rem;
    width: 24px;
    height: 24px;
    left: 10px;
  }
  .askDoctor_faq_item_a {
    padding: 0 15px 24px;
  }
  .askDoctor_faq_item_a_txt {
    font-size: 1.5rem;
  }
  .askDoctor_faq_item_note {
    font-size: 1.1rem;
  }
}


/* お医者さんにも聞いてみました ---------- */
.askDoctor_checklist {
  margin-top: 80px;
}
.askDoctor_checklist_header {
  text-align: center;
}
.askDoctor_checklist_headicon {
  margin-bottom: 16px;
  display: inline-flex;
}
.askDoctor_checklist_row {
  margin: 40px 0;
  display: flex;
  gap: 0 24px;
}
.askDoctor_checklist_box {
  background: #F2F2F4;
  position: relative;
}
.askDoctor_checklist_box.-basic {
  width: 36%;
}
.askDoctor_checklist_box.-consultation {
  flex: 1;
}
.askDoctor_checklist_box_head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #0460A9;
  padding: 12px 16px;
}
.askDoctor_checklist_box_body {
  padding: 32px;
}
.askDoctor_checklist_box_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.askDoctor_checklist_box_list>li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}
.askDoctor_checklist_box_list>li small {
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  font-weight: 400;
}
.askDoctor_checklist_box_list>li {
  margin-bottom: 16px;
}
.askDoctor_checklist_box_list>li::before {
  content: "";
  display: block;
  background: #0460A9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.askDoctor_checklist_box_illust {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.askDoctor_checklist_box.-consultation .askDoctor_checklist_box_head {
  background: #002068;
}
.askDoctor_checklist_box.-consultation .askDoctor_checklist_box_list>li::before {
  background: #002068
}

@media screen and (max-width: 599px) {

  .askDoctor_checklist {
    margin-top: 56px;
    padding: 0 10px;
  }
  .askDoctor_checklist_row {
    margin: 32px 0;
    flex-direction: column;
    gap: 16px 0;
  }
  .askDoctor_checklist_box.-basic,
  .askDoctor_checklist_box.-consultation {
    width: 100%;
  }
  .askDoctor_checklist_box_head {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
  .askDoctor_checklist_box_body {
    padding: 20px 16px;
  }
  .askDoctor_checklist_box.-basic .askDoctor_checklist_box_body {
    padding-bottom: 0;
  }
  .askDoctor_checklist_box_list>li {
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .askDoctor_checklist_box_list>li small {
    font-size: 1.3rem;
  }
  .askDoctor_checklist_box_list>li {
    margin-bottom: 8px;
  }
  .askDoctor_checklist_box_list>li::before {
    width: 10px;
    height: 10px;
    top: 7px;
  }
  .askDoctor_checklist_box_illust {
    position: static;
    width: 55%;
    max-width: 200px;
    margin-left: auto;
  }
}


/* 対談バナー ---------- */
.askDoctor_bnr_wrap {
  margin-top: 56px;
}

.askDoctor_bnr_card {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.askDoctor_bnr_card::after {
  font-family: "icomoon" !important;
  text-decoration: none;
  content: "\e906";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  right: 36px;
}
.askDoctor_bnr_card_img {
  width: 356px;
}
.askDoctor_bnr_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.askDoctor_bnr_card_desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 80px 24px 40px;
  background: linear-gradient(45deg, rgba(255, 88, 93, 1) 0%, rgba(255, 193, 0, 1) 100%);
}
.askDoctor_bnr_card_ttl {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
.askDoctor_bnr_card_txt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 24px 0 0;
}

@media screen and (max-width: 599px) {
  .askDoctor_bnr_wrap {
    margin-top: 40px;
    padding: 0 10px 20px;
  }
  .askDoctor_bnr_card {
    flex-direction: column;
  }
  .askDoctor_bnr_card::after {
    font-size: 1.6rem;
    top: calc((100vw - 20px) / 2);
    margin-top: 20px;
    right: 16px;
  }
  .askDoctor_bnr_card_img {
    width: 100%;
    aspect-ratio: 2/1;
    overflow: hidden;
  }
  .askDoctor_bnr_card_desc {
    padding: 16px 16px 24px;
  }
  .askDoctor_bnr_card_ttl {
    font-size: 2rem;
    padding-right: 1em;
  }
  .askDoctor_bnr_card_txt {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 10px;
  }
}