@charset "UTF-8";
/*
    リセット
*/
@import url("reset.css");
/*
    body,html,全体
*/
body, html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3.4666666667vw;
  color: #555555;
}

@media screen and (min-width: 768px) {
  body, html {
    font-size: min(1.5306122449vw, 15px);
  }
}
a, a:hover {
  text-decoration: none;
  color: #555555;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

ol, ul, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/*
    ユーティリティ
*/
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.spil {
  display: inline !important;
}

.pcil {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .spil {
    display: none !important;
  }
  .pcil {
    display: inline !important;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*
    共有パーツ
*/
header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 500;
}
header .header_wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8%;
}
header .header_wrapper div.logo {
  width: 124px;
}
header .header_wrapper div.logo a {
  display: block;
}
header .header_wrapper .header_navi {
  width: 157px;
}
header .header_wrapper .header_navi a {
  display: block;
}
header .header_wrapper .header_navi .header_line_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06C755;
  width: 158px;
  height: 33px;
  border-radius: 100px;
  gap: 4.61px;
  border: none;
}
header .header_wrapper .header_navi .header_line_btn img {
  border: white 1px solid;
  border-radius: 0.45rem;
  width: 19px;
  height: 19px;
}
header .header_wrapper .header_navi .header_line_btn span {
  display: block;
  color: white;
  letter-spacing: 1.04px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

@media screen and (min-width: 768px) {
  header .header_wrapper {
    max-width: 1040px;
    margin: auto;
    height: 70px;
    padding: 0 30px;
  }
  header .header_wrapper div.logo {
    width: 121px;
  }
  header .header_wrapper div.logo a {
    display: block;
  }
  header .header_wrapper .header_navi {
    width: 221px;
  }
  header .header_wrapper .header_navi a {
    display: block;
  }
  header .header_wrapper .header_navi .header_line_btn {
    width: 221px;
    height: 43px;
    gap: 7.41px;
  }
  header .header_wrapper .header_navi .header_line_btn img {
    width: 22px;
    height: 22px;
  }
  header .header_wrapper .header_navi .header_line_btn span {
    letter-spacing: 1.12px;
    font-size: 14px;
    line-height: 19px;
  }
}
footer {
  width: 100%;
  border-top: 1px solid #E2E2E2;
}
footer .footer_wrapper {
  width: 100%;
  padding: 8% 16%;
}
footer .footer_wrapper .footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer_wrapper .footer_nav_list li {
  font-size: 0.7692307692rem;
}
footer .footer_wrapper .footer_nav_list li:nth-child(2n) {
  width: 60%;
}
footer .footer_wrapper .footer_nav_list li:nth-child(2n+1) {
  width: 36%;
  text-align: right;
}
footer .footer_wrapper .footer_nav_list li:nth-child(1), footer .footer_wrapper .footer_nav_list li:nth-child(2) {
  margin-bottom: 1em;
}
footer .footer_wrapper .footer_nav_list li a {
  display: block;
  height: 1.6em;
}

@media screen and (min-width: 768px) {
  footer .footer_wrapper {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: min(3.0612244898%, 30px) 0;
  }
  footer .footer_wrapper .footer_nav_list {
    display: block;
    text-align: center;
  }
  footer .footer_wrapper .footer_nav_list li {
    font-size: 0.8rem;
    display: inline-block;
    width: fit-content !important;
    margin: 0 1em !important;
  }
  footer .footer_wrapper .footer_nav_list li a {
    display: block;
    height: 1.6em;
  }
}
main {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 70px;
  }
}
main {
  width: 100%;
}
main section {
  width: 100%;
}
main section .section_wrapper {
  width: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  main {
    width: 100%;
  }
  main section {
    width: 100%;
  }
  main section .section_wrapper {
    width: 100%;
    max-width: 980px;
    margin: auto;
    padding: 0;
  }
}
/*
    トップページ
*/
main.home_main .main_fv_area {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo {
  position: relative;
  height: 220px;
}
main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block {
  position: absolute;
  width: 100%;
  top: 38%; /* 上端を中央に */
  left: 50%; /* 左端を中央に */
  transform: translate(-50%, -50%);
}
main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block .logomark {
  width: 92px;
  margin: 0 auto 38px;
}
main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block .maincopy {
  text-align: center;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 3.84px;
  color: #74C7F0;
}
main.home_main .main_fv_area .fv_footer {
  background: #74C7F0;
  width: 100%;
  height: 75px;
  color: #fff;
  padding-top: 1rem;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1.8px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main.home_main .main_fv_area {
    width: 100%;
    flex-direction: column;
  }
  main.home_main .main_fv_area .main_fv_wrapper {
    width: 100%;
    height: 410px;
    display: flex !important;
    flex-direction: row-reverse;
  }
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo {
    position: static;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
  }
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block {
    width: 100%;
    position: static;
    max-width: 490px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transform: none;
  }
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block .logomark {
    width: 24.4897959184%;
    margin: 0;
    margin-bottom: 8%;
  }
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_image {
    width: 50%;
    overflow: hidden;
    background-color: #DAE0E0;
  }
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_image img {
    height: 100%;
    width: auto !important;
    max-width: none;
  }
  main.home_main .main_fv_area .fv_footer {
    height: 5.5102040816vw;
    max-height: 54px;
    font-size: 1.2rem;
    letter-spacing: 0.125em;
  }
}
@media screen and (min-width: 981px) {
  main.home_main .main_fv_area .main_fv_wrapper .main_fv_logo .logo_block .maincopy {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 4.8px;
  }
}
main.home_main section h2 {
  font-size: 1.5384615385rem;
  font-weight: normal;
  text-align: center;
  color: #4D4D4D;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  main.home_main section h2 {
    font-size: 1.5333333333rem;
    margin-bottom: 1rem;
  }
}
main.home_main section.attention {
  background: #EFF8FD;
}
main.home_main section.attention .section_wrapper {
  padding: 10.6666666667% 8%;
}
main.home_main section.attention .section_wrapper .attention_box {
  background: #fff;
  border: 1px solid #99D2F3;
  padding: 10.6666666667% 6.9333333333%;
  border-radius: 3vw;
}
main.home_main section.attention .section_wrapper .attention_box h2 {
  font-size: 1.1538461538rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 1em;
}
main.home_main section.attention .section_wrapper .attention_box p {
  margin-bottom: 1rem;
  line-height: 1.6em;
}
main.home_main section.attention .section_wrapper .attention_box p.note {
  font-size: 0.9em;
}
main.home_main section.attention .section_wrapper .attention_box ul {
  margin-bottom: 1rem;
}
main.home_main section.attention .section_wrapper .attention_box li {
  line-height: 1.6em;
  padding-left: 1em;
  text-indent: -1.1em;
  margin-bottom: 0.5em;
}
main.home_main section.attention .section_wrapper .attention_box .attention_line_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06C755;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  gap: 9.44px;
  border: none;
  margin-top: 2em;
}
main.home_main section.attention .section_wrapper .attention_box .attention_line_btn img {
  border: white 1px solid;
  border-radius: 0.45rem;
  width: 28px;
  height: 28px;
}
main.home_main section.attention .section_wrapper .attention_box .attention_line_btn span {
  display: block;
  color: white;
  letter-spacing: 1.36px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  main.home_main section.attention .section_wrapper {
    padding: min(4.0816326531%, 40px) 40px;
  }
  main.home_main section.attention .section_wrapper .attention_box {
    padding: min(4.0816326531%, 40px) min(4.0816326531%, 40px);
    border-radius: 0.8rem;
  }
  main.home_main section.attention .section_wrapper .attention_box h2 {
    font-size: 1.5333333333rem;
  }
  main.home_main section.attention .section_wrapper .attention_box p {
    text-align: center;
  }
  main.home_main section.attention .section_wrapper .attention_box li {
    text-align: center;
  }
  main.home_main section.attention .section_wrapper .attention_box .attention_line_btn {
    width: 350px;
    height: 68px;
    margin: 2em auto 0;
  }
  main.home_main section.attention .section_wrapper .attention_box .attention_line_btn img {
    width: 35px;
    height: 35px;
  }
  main.home_main section.attention .section_wrapper .attention_box .attention_line_btn span {
    letter-spacing: 1.84px;
    font-size: 23px;
    line-height: 32px;
  }
}
main.home_main section.point .section_wrapper {
  padding: 60px 8%;
}
main.home_main section.point .section_wrapper h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  max-width: 300px;
  margin: 0 auto 22.75px;
  font-size: 20px;
  line-height: 45px;
  letter-spacing: 3px;
}
main.home_main section.point .section_wrapper h2 img {
  width: 172px;
  margin-right: 15px;
}
main.home_main section.point .section_wrapper .point_list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
main.home_main section.point .section_wrapper .point_list .point_list_item {
  place-self: center;
  background-color: white;
  border: #99D2F3 1px solid;
  border-radius: 10px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  padding: 12px 12px 10px;
  gap: 8px;
}
main.home_main section.point .section_wrapper .point_list .point_list_item p {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.68px;
  font-weight: 600;
  color: #555555;
  text-align: center;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  main.home_main section.point .section_wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  main.home_main section.point .section_wrapper h2 {
    max-width: 100%;
    margin: 0 auto 27.75px;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4.2px;
  }
  main.home_main section.point .section_wrapper h2 img {
    width: 218.67px;
    margin-right: 15px;
  }
  main.home_main section.point .section_wrapper .point_list {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  main.home_main section.point .section_wrapper .point_list .point_list_item {
    max-width: 217px;
    padding: 20px 12px 16px;
  }
  main.home_main section.point .section_wrapper .point_list .point_list_item p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 2.16px;
  }
}
main.home_main section.trouble {
  background: #DCEFFA;
}
main.home_main section.trouble .section_wrapper {
  padding: 18.6666666667% 8%;
}
main.home_main section.trouble .section_wrapper h2 {
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 1.6rem;
}
main.home_main section.trouble .section_wrapper .trouble_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item {
  height: 110px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
}
main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item div {
  margin-top: -20px;
  width: 125px;
  display: flex;
  align-items: center;
}
main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1.56px;
}
main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item:nth-child(2) {
  justify-content: center;
}
main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item:nth-child(2) img.sp {
  width: 125px;
}
@media screen and (min-width: 768px) {
  main.home_main section.trouble .section_wrapper {
    padding: 88px 40px 64px;
  }
  main.home_main section.trouble .section_wrapper h2 {
    font-size: 28px;
    letter-spacing: 4.2px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list {
    flex-direction: row;
    gap: 33px;
    margin-top: 45.75px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item {
    width: 207px;
    height: 207px;
    border-radius: 100%;
    display: block;
    padding: 0;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item div {
    width: 130px;
    margin: -20px auto 0;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item p {
    height: 66px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 17px;
    text-align: center;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item img {
    margin: 0 auto;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item:nth-child(2) img {
    width: 121px;
    margin-top: -20px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item:nth-child(2) p {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item {
    width: 245px;
    height: 245px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item div {
    width: 160px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item p {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1.8px;
  }
  main.home_main section.trouble .section_wrapper .trouble_list .trouble_list_item:nth-child(2) img {
    width: 151px;
    margin-top: -20px;
  }
}
main.home_main section.pill .section_wrapper {
  padding: 18.6666666667% 8%;
}
main.home_main section.pill .section_wrapper h2 {
  margin-bottom: 1.6em;
}
main.home_main section.pill .section_wrapper .pill_list {
  display: grid;
  justify-content: center; /* グリッド全体を中央に配置 */
  align-content: center; /* グリッド全体を垂直に中央に配置 */
}
main.home_main section.pill .section_wrapper .pill_list .pill_list_item {
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 1.2px;
}
main.home_main section.pill .section_wrapper .pill_list .pill_list_item img {
  width: 89px;
  margin: 0 auto 9px;
}
main.home_main section.pill .section_wrapper .pill_list:nth-child(2) {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 20px;
}
main.home_main section.pill .section_wrapper .pill_list:nth-child(3) {
  padding: 0 40px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 25px;
}
main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(4) img,
main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(5) img {
  width: 100px;
}
main.home_main section.pill .section_wrapper .pill_detail_btn {
  display: block;
  text-decoration: underline;
  font-size: 0.7692307692rem;
  text-align: center;
  margin: 1.2rem auto;
}
main.home_main section.pill .section_wrapper .pill_price {
  color: #555555;
  background-color: white;
  border: 1px solid #99D2F3;
  border-radius: 10px; /* 角を丸める */
  padding: 15px;
  margin: 26px auto 0;
}
main.home_main section.pill .section_wrapper .pill_price div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main.home_main section.pill .section_wrapper .pill_price .price_title {
  background-color: #99D2F3; /* ライトブルーの背景色 */
  border-radius: 10px;
  padding: 6px 10px;
  color: white;
  font-size: 15px;
  letter-spacing: 1.8px;
}
main.home_main section.pill .section_wrapper .pill_price .price_amount {
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 2.4px;
}
main.home_main section.pill .section_wrapper .pill_price .price_tax {
  font-size: 10px;
  line-height: 30px;
  letter-spacing: 1.2px;
}
main.home_main section.pill .section_wrapper .pill_price hr {
  border: 0.5px solid #99D2F3;
  margin: 16px 0;
}
main.home_main section.pill .section_wrapper .pill_price .price_details {
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 1.2px;
  color: gray;
}
@media screen and (min-width: 768px) {
  main.home_main section.pill .section_wrapper {
    padding: 88px 40px 64px;
  }
  main.home_main section.pill .section_wrapper h2 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4.2px;
  }
  main.home_main section.pill .section_wrapper .pill_list .pill_list_item {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.56px;
  }
  main.home_main section.pill .section_wrapper .pill_list .pill_list_item img {
    width: 124px;
    margin: 0 auto 9px;
  }
  main.home_main section.pill .section_wrapper .pill_list:nth-child(2) {
    grid-template-columns: repeat(5, minmax(auto, 124px));
    justify-content: space-between;
    margin: 0 0 45px;
  }
  main.home_main section.pill .section_wrapper .pill_list:nth-child(3) {
    padding: 0;
    grid-template-columns: repeat(5, minmax(auto, 124px));
    justify-content: space-between;
    margin: 0 0 31px;
  }
  main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(4),
  main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(5) {
    white-space: nowrap;
  }
  main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(4) img,
  main.home_main section.pill .section_wrapper .pill_list:nth-child(3) .pill_list_item:nth-child(5) img {
    width: 124px;
  }
  main.home_main section.pill .section_wrapper .pill_detail_btn {
    font-size: 0.7333333333rem;
    margin: 1.8rem auto;
  }
  main.home_main section.pill .section_wrapper .pill_price .price_title {
    font-size: 16px;
    letter-spacing: 1.92px;
  }
  main.home_main section.pill .section_wrapper .pill_price .price_amount {
    font-size: 23px;
    letter-spacing: 2.76px;
  }
  main.home_main section.pill .section_wrapper .pill_price .price_tax {
    font-size: 13px;
    letter-spacing: 1.56px;
  }
  main.home_main section.pill .section_wrapper .pill_price .price_details {
    margin-top: 16px;
    text-align: center;
  }
}
main.home_main section.flow {
  background: #EFF8FD;
}
main.home_main section.flow .section_wrapper {
  padding: 18.6666666667% 8%;
}
main.home_main section.flow .section_wrapper h2 {
  margin-bottom: 1.6em;
}
main.home_main section.flow .section_wrapper .flow_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
main.home_main section.flow .section_wrapper .flow_list .flow_list_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
}
main.home_main section.flow .section_wrapper .flow_list .flow_list_item img {
  display: block;
  max-width: 115px;
}
main.home_main section.flow .section_wrapper .flow_list .flow_list_item .step {
  background: #FFB6C1; /* ピンク */
  color: white;
  width: 89px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 1.56px;
  text-align: center;
  border-radius: 2rem;
  padding: 0 12px;
}
main.home_main section.flow .section_wrapper .flow_list .flow_list_item .flow_details {
  margin-top: 13px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: 1.8px;
  color: #555555;
}
main.home_main section.flow .section_wrapper .flow_list li:after {
  content: "";
  position: absolute;
  left: 49px;
  bottom: -20px;
  border: solid transparent;
  border-width: 8px 8.5px 0 8.5px;
  border-top-color: #FFB6C1; /* 矢印の色 */
}
main.home_main section.flow .section_wrapper .flow_list li:last-child:after {
  content: none; /* 最後のリストアイテムの矢印を削除 */
}
@media screen and (min-width: 768px) {
  main.home_main section.flow .section_wrapper {
    padding: 88px 40px 129px;
  }
  main.home_main section.flow .section_wrapper h2 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4.2px;
  }
  main.home_main section.flow .section_wrapper .flow_list {
    gap: 41px;
    flex-direction: row;
  }
  main.home_main section.flow .section_wrapper .flow_list .flow_list_item {
    display: block;
  }
  main.home_main section.flow .section_wrapper .flow_list .flow_list_item img {
    max-width: 194px;
  }
  main.home_main section.flow .section_wrapper .flow_list .flow_list_item div {
    width: 194px;
    text-align: center;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
  }
  main.home_main section.flow .section_wrapper .flow_list .flow_list_item div .step {
    width: 100px;
    font-size: 15px;
    letter-spacing: 1.8px;
    margin: 0 auto;
  }
  main.home_main section.flow .section_wrapper .flow_list .flow_list_item div .flow_details {
    height: 46px;
  }
  main.home_main section.flow .section_wrapper .flow_list li:after {
    left: auto;
    right: -26px;
    top: 50%;
    bottom: auto;
    border-width: 10.5px 0 10.5px 14px;
    border-top-color: transparent;
    border-left-color: #FFB6C1; /* 矢印の色 */
  }
  main.home_main section.flow .section_wrapper .flow_list li:last-child:after {
    content: none; /* 最後のリストアイテムの矢印を削除 */
  }
}
main.home_main section.doctor .section_wrapper {
  padding: 18.6666666667% 8%;
}
main.home_main section.doctor .section_wrapper .attention {
  position: relative;
  display: inline-block;
}
main.home_main section.doctor .section_wrapper .attention h2 {
  margin-bottom: 1.6em;
  color: #74C7F0;
  line-height: 30px;
  letter-spacing: 2.7px;
  padding: 0 30px;
}
main.home_main section.doctor .section_wrapper .attention:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 2px;
  height: 48px;
  background: #74C7F0;
  border-radius: 3px;
  transform: rotate(-20deg);
}
main.home_main section.doctor .section_wrapper .attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  width: 2px;
  height: 48px;
  background: #74C7F0;
  border-radius: 3px;
  transform: rotate(20deg);
}
main.home_main section.doctor .section_wrapper .doctor_card {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 24px;
}
main.home_main section.doctor .section_wrapper .doctor_card img {
  max-width: 158px;
  border-radius: 50%;
}
main.home_main section.doctor .section_wrapper .doctor_card .name {
  color: #4D4D4D;
}
main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_position {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.8px;
}
main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_name {
  font-size: 23px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 3.45px;
}
main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_license {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1.44px;
}
main.home_main section.doctor .section_wrapper .comment {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.44px;
  color: #000000;
  margin-bottom: 22px;
}
main.home_main section.doctor .section_wrapper .profile {
  background-color: #EFF8FD;
  border-radius: 15px;
  padding: 25px 30px;
}
main.home_main section.doctor .section_wrapper .profile span {
  color: #74C7F0;
  font-size: 12px;
  line-height: 27px;
  letter-spacing: 1.44px;
  margin-bottom: 12.5px;
}
main.home_main section.doctor .section_wrapper .profile p {
  color: #000000;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 768px) {
  main.home_main section.doctor .section_wrapper {
    padding: 79px 40px 81px;
    display: grid;
    grid-template: "attention attention attention" "doctor_card comment comment" "doctor_card profile profile";
    gap: 0 71px;
  }
  main.home_main section.doctor .section_wrapper .attention {
    margin-bottom: 29px;
    display: block;
    grid-area: attention;
  }
  main.home_main section.doctor .section_wrapper .attention h2 {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4.2px;
    margin: 0;
    padding: 0;
  }
  main.home_main section.doctor .section_wrapper .attention:before {
    display: none;
  }
  main.home_main section.doctor .section_wrapper .attention:after {
    display: none;
  }
  main.home_main section.doctor .section_wrapper .doctor_card {
    display: block;
    grid-area: doctor_card;
    padding-left: 20px;
  }
  main.home_main section.doctor .section_wrapper .doctor_card img {
    max-width: 218px;
    margin-bottom: 19px;
  }
  main.home_main section.doctor .section_wrapper .doctor_card .name {
    color: #4D4D4D;
    text-align: center;
  }
  main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_position {
    font-size: 15px;
    letter-spacing: 1.8px;
    margin-right: 18px;
  }
  main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_name {
    font-size: 23px;
    line-height: 45px;
    letter-spacing: 3.45px;
  }
  main.home_main section.doctor .section_wrapper .doctor_card .name .doctor_license {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.44px;
  }
  main.home_main section.doctor .section_wrapper .comment {
    grid-area: comment;
    font-size: 15px;
    line-height: 37px;
    letter-spacing: 1.8px;
    place-content: center;
  }
  main.home_main section.doctor .section_wrapper .profile {
    grid-area: profile;
    align-self: start;
    place-content: center;
    padding: 25px 40px 19px;
  }
  main.home_main section.doctor .section_wrapper .profile span {
    font-size: 14px;
    letter-spacing: 1.68px;
    margin-bottom: 13.4px;
  }
  main.home_main section.doctor .section_wrapper .profile p {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 1.44px;
  }
}
main.home_main section.faq {
  background: #EFF8FD;
}
main.home_main section.faq .section_wrapper {
  padding: 18.6666666667% 8%;
}
main.home_main section.faq .section_wrapper h2 {
  margin-bottom: 1.6em;
}
main.home_main section.faq .section_wrapper .faq_list {
  width: 100%;
}
main.home_main section.faq .section_wrapper .faq_list li {
  width: 100%;
  background: #fff;
  padding: 5.7142857143% 9.5238095238%;
  border-radius: 3vw;
  margin-bottom: 1.6rem;
}
main.home_main section.faq .section_wrapper .faq_list li h3 {
  font-size: 1rem;
  line-height: 1.8em;
  cursor: pointer;
  position: relative;
}
main.home_main section.faq .section_wrapper .faq_list li h3::before {
  display: block;
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 2px;
  background: #99D2F3;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.5s ease;
}
main.home_main section.faq .section_wrapper .faq_list li h3::after {
  display: block;
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 2px;
  background: #99D2F3;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 0.5s ease;
  opacity: 1;
}
main.home_main section.faq .section_wrapper .faq_list li p {
  margin: 0;
  font-size: 0.9230769231rem;
  line-height: 2em;
  transition: all 0.5s ease;
  height: 0px;
  overflow: hidden;
}
main.home_main section.faq .section_wrapper .faq_list li p a {
  text-decoration: underline;
}
main.home_main section.faq .section_wrapper .faq_list li ul {
  height: 0;
  overflow: hidden;
}
main.home_main section.faq .section_wrapper .faq_list li li {
  padding: 0;
  padding-left: 1em;
  text-indent: -1.1em;
  margin-bottom: 0.6em;
  font-size: 0.9230769231rem;
}
main.home_main section.faq .section_wrapper .faq_list li li a {
  text-decoration: underline;
}
main.home_main section.faq .section_wrapper .faq_list li.open h3::before {
  transform: translateY(-50%) rotate(180deg);
}
main.home_main section.faq .section_wrapper .faq_list li.open h3::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
main.home_main section.faq .section_wrapper .faq_list li.open p {
  margin: 2rem 0 0;
  height: fit-content;
}
main.home_main section.faq .section_wrapper .faq_list li.open p.note {
  margin: 1rem 0 0;
}
main.home_main section.faq .section_wrapper .faq_list li.open ul {
  margin: 1rem 0 0;
  height: fit-content;
}
main.home_main section.faq .section_wrapper .faq_attention {
  width: 100%;
  border: 1px solid #74C7F0;
  padding: 8% 8%;
  border-radius: 0.6rem;
}
main.home_main section.faq .section_wrapper .faq_attention h3 {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1em;
}
main.home_main section.faq .section_wrapper .faq_attention p {
  font-size: 0.7692307692rem;
  line-height: 2em;
}
@media screen and (min-width: 768px) {
  main.home_main section.faq .section_wrapper {
    padding: min(8.1632653061%, 80px) min(4.0816326531%, 40px);
  }
  main.home_main section.faq .section_wrapper .faq_list {
    width: 73.3333333333%;
    margin: auto;
  }
  main.home_main section.faq .section_wrapper .faq_list li {
    width: 100%;
    background: #fff;
    padding: min(3.0303030303%, 20px) min(4.5454545455%, 30px);
    border-radius: 1rem;
    margin-bottom: 1.6rem;
  }
  main.home_main section.faq .section_wrapper .faq_list li p {
    font-size: 0.8rem;
  }
  main.home_main section.faq .section_wrapper .faq_list li li {
    font-size: 0.8rem;
    line-height: 2em;
  }
  main.home_main section.faq .section_wrapper .faq_list li.open ul {
    margin: 1rem 0 0;
  }
  main.home_main section.faq .section_wrapper .faq_list li.open p.note {
    margin: 1rem 0 0;
  }
  main.home_main section.faq .section_wrapper .faq_attention {
    width: 73.3333333333%;
    margin: auto;
    padding: 3.0612244898% 3.0612244898%;
    border-radius: 0.6rem;
  }
  main.home_main section.faq .section_wrapper .faq_attention h3 {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1em;
  }
  main.home_main section.faq .section_wrapper .faq_attention p {
    font-size: 0.8rem;
    line-height: 2em;
  }
}
main.home_main section.clinic .section_wrapper {
  padding: 10.6666666667% 8%;
}
main.home_main section.clinic .section_wrapper h2 {
  margin-bottom: 1.6em;
}
main.home_main section.clinic .section_wrapper .clinic_link {
  padding: 10.6666666667% 0;
}
main.home_main section.clinic .section_wrapper .clinic_link h3.clinic_name {
  text-align: center;
  font-weight: normal;
  font-size: 1.3846153846rem;
  margin-bottom: 1em;
}
main.home_main section.clinic .section_wrapper .clinic_link a.clinic_btn {
  display: block;
  width: 255px;
  margin: 0 auto;
  position: relative;
  border-radius: 25px;
  border: 1px solid #000000;
  padding: 8px 0 8px 28px;
  color: #000000;
  font-size: 14px;
  letter-spacing: 1.68px;
}
main.home_main section.clinic .section_wrapper .clinic_link a.clinic_btn::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  right: 8%;
  border: solid transparent;
  border-width: 0 1.5px 1.5px 0;
  border-right-color: #222222;
  border-bottom-color: #222222;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  main.home_main section.clinic .section_wrapper {
    padding: min(8.1632653061%, 80px) min(4.0816326531%, 40px);
    display: flex;
  }
  main.home_main section.clinic .section_wrapper .clinic_image {
    width: 50%;
  }
  main.home_main section.clinic .section_wrapper .clinic_link {
    width: 50%;
    padding: min(4.4444444444%, 40px) min(4.4444444444%, 40px);
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  main.home_main section.clinic .section_wrapper .clinic_link h3.clinic_name {
    text-align: center;
    font-weight: normal;
    font-size: 1.5333333333rem;
    margin-bottom: 1em;
  }
  main.home_main section.clinic .section_wrapper .clinic_link a.clinic_btn {
    display: block;
    margin: 0 auto;
  }
}

/*
    モーダル
*/
body .modal_wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
body .modal_wrapper.show {
  display: block;
}
body .modal_wrapper .modal_section {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .modal_wrapper .modal_content {
  width: 89.3333333333%;
  height: auto;
  max-height: 75vh;
  overflow: scroll;
  background: #fff;
  padding: 2.4rem 0 1.2rem;
  position: relative;
}
body .modal_wrapper .modal_content h2 {
  text-align: center;
  margin-bottom: 0.6rem;
  font-size: 1.1538461538rem;
}
body .modal_wrapper .modal_content .modal_warning {
  width: 94.0298507463%;
  margin: auto;
  padding: 1rem 0.8rem;
  background: rgba(242, 112, 119, 0.2);
  border: 1px solid #F27077;
  border-radius: 0.3rem;
  margin-bottom: 1.2rem;
}
body .modal_wrapper .modal_content .modal_warning .warn_list {
  width: 100%;
}
body .modal_wrapper .modal_content .modal_warning .warn_list li {
  display: flex;
  justify-content: left;
}
body .modal_wrapper .modal_content .modal_warning .warn_list li:nth-child(1) {
  margin-bottom: 0.5rem;
}
body .modal_wrapper .modal_content .modal_warning .warn_list li span.warn_icon {
  display: block;
  width: 1.8461538462rem;
  margin-right: 0.5rem;
}
body .modal_wrapper .modal_content .modal_warning .warn_list li .warn_text {
  width: 87.1794871795%;
  color: #F27077;
  font-size: 0.8461538462rem;
}
body .modal_wrapper .modal_content .modal_warning .warn_list li .warn_text .warn_note {
  margin-left: -2.2rem;
  display: block;
  color: #555;
  font-size: 0.6923076923rem;
}
body .modal_wrapper .modal_content .modal_checklist_note {
  color: #555;
  font-size: 0.6923076923rem;
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
body .modal_wrapper .modal_content .modal_checklist_box {
  width: 94.0298507463%;
  margin: auto;
  padding: 0.5rem;
  height: 45.3333333333vw;
  border: 1px solid #000;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0.5rem 0.5rem 0.5rem 0.2rem;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li {
  width: 100%;
  margin-bottom: 0.6rem;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl {
  display: flex;
  justify-content: left;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dt {
  width: 1.6923076923rem;
  height: 1.6923076923rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFBEBA;
  color: #fff;
  border-radius: 0.8461538462rem;
  line-height: 0;
  font-size: 0.8461538462rem;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd {
  width: 19.1538461538rem;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd p {
  font-size: 0.9230769231rem;
}
body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd p.subtext {
  font-size: 0.6923076923rem;
}
body .modal_wrapper .modal_content .modal_qr_area {
  width: 82.0895522388%;
  margin: 1rem auto;
}
body .modal_wrapper .modal_content .modal_qr_area .qr_link_sp {
  display: block;
}
body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc {
  display: none;
}
body .modal_wrapper .modal_content .modal_age_check {
  width: 94.0298507463%;
  margin: 0 auto 0.6rem;
  border: 1px solid #F27077;
  border-radius: 0.3rem;
  padding: 0.8rem 1.2rem;
}
body .modal_wrapper .modal_content .modal_age_check h3 {
  text-align: center;
  font-size: 0.9230769231rem;
  color: #F27077;
  margin-bottom: 1em;
}
body .modal_wrapper .modal_content .modal_age_check h3 span.warn_icon {
  display: inline-block;
  width: 1.8461538462rem;
  margin-right: 0rem;
  vertical-align: -0.3em;
}
body .modal_wrapper .modal_content .modal_age_check p {
  font-size: 0.6923076923rem;
  margin-bottom: 0.8em;
}
body .modal_wrapper .modal_content .modal_age_check p:last-of-type {
  margin-bottom: 0;
}
body .modal_wrapper .modal_content .modal_age_check p span {
  color: #F27077;
}
body .modal_wrapper .modal_content .modal_notetext {
  width: 94.0298507463%;
  margin: auto;
  font-size: 0.6923076923rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
body .modal_wrapper .modal_content .modal_notetext a {
  text-decoration: underline;
}
body .modal_wrapper .modal_content .close_modal {
  width: 1.2307692308rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body .modal_wrapper .modal_section {
    width: 100%;
    max-width: 980px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body .modal_wrapper .modal_content {
    width: 69.693877551%;
    padding: 3rem 0 1.2rem;
    overflow: auto;
    max-height: 90vh;
  }
  body .modal_wrapper .modal_content h2 {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
  }
  body .modal_wrapper .modal_content .modal_warning {
    width: 84.0409956076%;
    padding: 1rem 2rem;
    margin-bottom: 1.6rem;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list {
    width: 100%;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list li {
    display: flex;
    justify-content: left;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list li:nth-child(1) {
    margin-bottom: 0.5rem;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list li span.warn_icon {
    display: block;
    width: 1.6rem;
    margin-right: 0.5rem;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list li .warn_text {
    margin-top: 0.2rem;
    width: 94.3396226415%;
    font-size: 0.8rem;
  }
  body .modal_wrapper .modal_content .modal_warning .warn_list li .warn_text .warn_note {
    margin-left: 0rem;
    font-size: 0.6rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_note {
    font-size: 0.6666666667rem;
    margin-bottom: 1em;
  }
  body .modal_wrapper .modal_content .modal_checklist_box {
    width: 84.0409956076%;
    padding: 0.5rem;
    height: 11.3333333333rem;
    border: 1px solid #000;
    margin-bottom: 0.4rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist {
    overflow: auto;
    padding: 0.5rem 1rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl {
    display: flex;
    justify-content: left;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dt {
    width: 1.4666666667rem;
    height: 1.4666666667rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFBEBA;
    color: #fff;
    border-radius: 0.7333333333rem;
    line-height: 0;
    font-size: 0.7333333333rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd {
    width: 31.2rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd p {
    margin-top: 0.1em;
    font-size: 0.9230769231rem;
  }
  body .modal_wrapper .modal_content .modal_checklist_box .modal_checklist li dl dd p.subtext {
    font-size: 0.6923076923rem;
  }
  body .modal_wrapper .modal_content .modal_qr_area {
    width: 51.2445095168%;
    margin: 1.6rem auto;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_sp {
    display: none;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc .qr_code_image {
    width: 25.4285714286%;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc .qr_link_navi {
    width: 71.4285714286%;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc .qr_link_navi p {
    font-size: 0.8rem;
  }
  body .modal_wrapper .modal_content .modal_qr_area .qr_link_pc .qr_link_navi p .qr_link_logo {
    display: inline-block;
    width: 2.0666666667rem;
    vertical-align: -0.7rem;
  }
  body .modal_wrapper .modal_content .modal_age_check {
    width: 84.0409956076%;
    margin: 0 auto;
    border: 1px solid #F27077;
    border-radius: 0.3rem;
    padding: 0.8rem 1.2rem;
  }
  body .modal_wrapper .modal_content .modal_age_check h3 {
    text-align: center;
    font-size: 0.8rem;
    color: #F27077;
    margin-bottom: 1em;
    float: left;
    width: fit-content;
  }
  body .modal_wrapper .modal_content .modal_age_check h3 span.warn_icon {
    display: inline-block;
    width: 1.8461538462rem;
    margin-right: 0rem;
    vertical-align: -0.3em;
  }
  body .modal_wrapper .modal_content .modal_age_check p {
    float: right;
    width: 73%;
    font-size: 0.6666666667rem;
    margin-bottom: 0.8em;
  }
  body .modal_wrapper .modal_content .modal_age_check p:last-of-type {
    margin-bottom: 0;
  }
  body .modal_wrapper .modal_content .modal_age_check p span {
    color: #F27077;
  }
  body .modal_wrapper .modal_content .modal_age_check p.age_check_note {
    font-size: 0.6rem;
    clear: both;
    width: 100%;
  }
  body .modal_wrapper .modal_content .modal_notetext {
    width: 84.0409956076%;
    margin: auto;
    font-size: 0.6rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  body .modal_wrapper .modal_content .close_modal {
    width: 0.9333333333rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    cursor: pointer;
  }
}

/* お問い合わせ */
.contact-link {
  padding: 0 30px;
  margin-top: 80px;
}

.contact-link .contact-container {
  padding: 0 0 60px;
  max-width: 480px;
  margin: auto;
}

.contact-link h2 {
  text-align: center;
  margin: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.846153846;
  letter-spacing: 0.12em;
}

.contact-link p {
  text-align: center;
  margin: 4px 0 0;
  font-size: 17px;
  line-height: 1.235294118;
  letter-spacing: 0.1em;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 600;
}

.contact-link .contact-button {
  display: block;
  position: relative;
  width: 340px;
  padding: 17px 0;
  margin: 72px auto 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
  border: 1px solid;
  border-radius: 26.6666666667vw;
}

.contact-link .contact-button span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 24px;
  line-height: 1;
}

.contact-link .contact-button span::after {
  right: 0;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/link.webp);
  background-size: cover;
  border: unset;
  transform: unset;
  position: absolute;
  content: "";
}

/* contact sp */
@media screen and (max-width: 766px) {
  .contact-link {
    margin-top: 26.6666666667vw;
  }
  .contact-link .contact-container {
    padding: 0 0 30px;
  }
  .contact-link h2 {
    font-size: 7.4666666667vw;
    line-height: 12.8vw;
  }
  .contact-link p {
    margin: 0;
    font-size: 4.5333333333vw;
    line-height: 5.6vw;
  }
  .contact-link .contact-button {
    width: 275px;
    padding: 3.2vw 0;
    margin: 12vw auto 0;
  }
  .contact-link .contact-button span {
    padding-right: 16px;
  }
}
/* パンくず */
.c-breadcrumb {
  padding: 20px 0;
  overflow: auto;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 5.3333333333vw 10px;
  }
}
.c-breadcrumb .c-breadcrumb-inner {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb .c-breadcrumb-inner {
    font-size: 3.2vw;
  }
}

/* 限定解除ページ */
/* 利用規約ページ */
/* プライバシーポリシー */
/* 特定商取引 */
.privacy .list-style-disc li,
.legal .list-style-disc li {
  margin-bottom: 4px;
  list-style: disc;
  margin-left: 30px;
}

.privacy ol {
  margin-top: 20px;
}

.privacy ol li {
  margin-bottom: 10px;
}

.pharmaceuticals hr,
.terms hr,
.privacy hr,
.legal hr {
  width: 100%;
  max-width: 980px;
  margin: 60px auto;
}

.pharmaceuticals main.home_main,
.terms main.home_main,
.privacy main.home_main,
.legal main.home_main {
  background: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

.pharmaceuticals main.home_main .page-title,
.terms main.home_main .page-title,
.privacy main.home_main .page-title,
.legal main.home_main .page-title {
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  padding: 60px 0 50px;
}

.terms .sub-title,
.privacy .sub-title,
.legal .sub-title {
  text-align: center;
}

.terms .pl-10,
.privacy .pl-10 {
  padding-left: 10px;
}

.pharmaceuticals main.home_main h1,
.terms main.home_main h1,
.privacy main.home_main h1,
.legal main.home_main h1 {
  text-align: center;
  margin: 0.37em 0 0.67em;
  font-size: 28px;
  color: #4D4D4D;
  line-height: 1.2727272727;
  font-weight: 900;
  clear: both;
}

.pharmaceuticals main.home_main section,
.terms main.home_main section,
.privacy main.home_main section,
.legal main.home_main section {
  padding: 0 8%;
  padding: 0;
}

.pharmaceuticals main.home_main h2,
.terms main.home_main h2,
.privacy main.home_main h2,
.legal main.home_main h2 {
  text-align: start;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
  color: #4D4D4D;
  margin: 0.67em 0;
  /* 上のマージンが先 */
  margin-bottom: 12px;
  letter-spacing: 1.2px;
  clear: both;
}

.pharmaceuticals main.home_main .how ul li {
  list-style: disc;
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .pharmaceuticals main.home_main .how ul li {
    margin-left: 40px;
  }
}
.pharmaceuticals main.home_main dl {
  margin-bottom: 20px;
}

.pharmaceuticals main.home_main dl:last-child {
  margin-bottom: 0;
}

.pharmaceuticals main.home_main .medicine-name {
  border: 1px solid currentColor;
  padding: 8px 20px;
  border-radius: 4px;
  margin-bottom: 4px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}

.pharmaceuticals main.home_main .side-effects {
  margin: 20px 0;
}

.pharmaceuticals main.home_main .side-effects dd {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .pharmaceuticals main.home_main .medicine-name {
    padding: 8px 40px;
    min-width: 160px;
    width: auto;
  }
  .pharmaceuticals main.home_main .side-effects dd {
    margin-left: 60px;
  }
}
.pharmaceuticals main.home_main .contact p {
  margin-bottom: 20px;
}

.pharmaceuticals main.home_main .contact .company {
  margin-bottom: 20px;
}

.pharmaceuticals main.home_main .contact h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .pharmaceuticals main.home_main .contact .company {
    display: flex;
    justify-content: space-between;
  }
  .pharmaceuticals main.home_main .contact .company dd {
    width: 400px;
  }
}
.pharmaceuticals main.home_main .price .medicine-price-list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .pharmaceuticals main.home_main .price .medicine-price-list li {
    width: 55%;
  }
}
.pharmaceuticals main.home_main .source span {
  margin-left: 30px;
}

.pharmaceuticals main.home_main .source .source-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pharmaceuticals main.home_main .source cite a {
  font-style: normal;
}

.revision {
  margin-top: 20px;
}

.privacy main.home_main dl {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .privacy main.home_main dl div {
    display: flex;
    gap: 5px;
  }
}
.privacy main.home_main .section_wrapper.contact a {
  text-decoration: underline;
}

.legal section .img {
  width: 100%;
  max-width: 468px;
}

.back-button {
  border: none;
  margin: 60px auto;
  padding: 70px 0 60px;
}

.back-button a {
  letter-spacing: 0.08em;
  margin: 0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  text-align: center;
  border: 1px solid;
  border-radius: 26.6666666667vw;
  touch-action: manipulation;
  font-size: 15px;
  line-height: 1.733333333;
  width: 275px;
  padding: 16px 0;
  margin: 0 auto;
}

.back-button a:visited {
  color: #000;
  touch-action: manipulation;
}

.pharmaceuticals .pharmaceuticals_ttl {
  margin-bottom: 20px;
}
.pharmaceuticals ul + .pharmaceuticals_ttl {
  margin-top: 20px;
}
.pharmaceuticals .section_wrapper h4 {
  position: relative;
  margin-bottom: 20px;
}
.pharmaceuticals .section_wrapper h4:before {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 2px;
  background-color: #555;
  border-radius: 50%;
  content: "";
}
.pharmaceuticals .contact dl + h3 {
  margin-top: 30px;
}
.pharmaceuticals .contact h3 + .company {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .pharmaceuticals main.home_main .medicine-name {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .source-list a {
    word-break: break-all;
    text-decoration: underline;
  }
  .source-list p + p {
    margin-top: 10px;
  }
  .source-list p br {
    display: none;
  }
  .pharmaceuticals main.home_main .source span {
    display: block;
    margin-left: 0;
  }
  .c-breadcrumb {
    text-align: left;
    white-space: normal;
  }
}
.pharmaceuticals .section_wrapper a:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=styles.css.map */
