/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.injection .cmn_main__ttl {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 768px) {
    .injection .cmn_main__ttl {
      padding-bottom: 20px; } }
  @media (min-width: 769px) {
    .injection .cmn_main__ttl {
      padding-bottom: 14px;
      text-align: left; } }

.sub_ttl {
  text-align: left; }

@media (max-width: 768px) {
  .section-kv {
    padding: 80px 0 50vw;
    background: url(/resource/skin/injection/images/injection_kv_img_sp.png) no-repeat;
    background-size: contain;
    background-position: bottom; } }
@media (min-width: 769px) {
  .section-kv {
    padding: 80px 0 96px;
    background: url(/resource/skin/injection/images/injection_kv_img_pc.png) no-repeat;
    background-size: contain;
    background-position: right; } }

.injection .cmn__inr {
  margin-top: 0; }

@media (max-width: 768px) {
  .section {
    padding-top: 50px;
    padding-bottom: 80px; } }
@media (min-width: 769px) {
  .section {
    padding-top: 100px;
    padding-bottom: 90px; } }

.section-link {
  background: #D7A476; }

.btn-medical {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .btn-medical {
      justify-content: center;
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 769px) {
    .btn-medical {
      padding-top: 60px;
      padding-bottom: 60px;
      justify-content: space-between; } }

.txt.link {
  color: #C27358;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative; }
  @media (max-width: 768px) {
    .txt.link {
      width: calc((100% - 40px)  / 3);
      font-size: 3.6vw;
      line-height: 2.6em; }
      .txt.link:nth-child(1), .txt.link:nth-child(2), .txt.link:nth-child(4) {
        margin-right: 20px; }
      .txt.link:nth-child(4), .txt.link:nth-child(5) {
        margin-top: 20px; } }
  @media screen and (min-width: 769px) and (max-width: 1400px) {
    .txt.link {
      font-size: 18px; } }
  @media (min-width: 769px) {
    .txt.link {
      line-height: 2.9em;
      margin: 0;
      width: calc((100% - 40px) / 5);
      font-size: 20px; } }
  .txt.link svg {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%); }
    @media screen and (min-width: 769px) and (max-width: 1400px) {
      .txt.link svg {
        right: 0.7em;
        font-size: 18px; } }

.heading_medical {
  font-size: 6.25vw; }
  @media (min-width: 769px) {
    .heading_medical {
      font-size: 34px; } }
  .heading_medical span {
    display: block;
    font-size: 4vw; }
    @media (min-width: 769px) {
      .heading_medical span {
        font-size: 20px;
        margin-top: 4px; } }

.section:nth-child(odd) {
  background: #F9F7F7; }

.section_sub {
  font-family: 'Noto Sans JP', sans-serif; }
  @media (max-width: 768px) {
    .section_sub {
      margin-top: 40px; } }
  @media (min-width: 769px) {
    .section_sub {
      margin-top: 70px; } }
  @media (max-width: 768px) {
    .section_sub:nth-of-type(1) {
      margin-top: 30px; } }
  @media (min-width: 769px) {
    .section_sub:nth-of-type(1) {
      margin-top: 50px; } }

.block_hedding {
  color: #C27358;
  font-weight: bold; }
  @media (max-width: 768px) {
    .block_hedding {
      font-size: 5.06vw;
      padding-bottom: 10px; } }
  @media (min-width: 769px) {
    .block_hedding {
      font-size: 26px;
      padding-bottom: 10px; } }

@media (min-width: 769px) {
  .block_grp {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; } }
.block_grp .grp_content {
  display: flex;
  flex-direction: row;
  border: solid #D6D6D6;
  border-width: 0px 1px 1px 1px;
  font-size: 4vw;
  font-size: 3.6vw;
  margin-right: -1px; }
  @media (min-width: 769px) {
    .block_grp .grp_content {
      align-items: center;
      flex-direction: column;
      font-size: 15px; } }
@media (max-width: 768px) {
  .block_grp .grp_content.is__pc {
    display: none; } }
.block_grp .grp_content_ttl {
  font-weight: bold;
  text-align: center; }
  .section .block_grp .grp_content_ttl {
    background: #fff; }
    @media (min-width: 769px) {
      .section .block_grp .grp_content_ttl {
        color: #fff;
        background: #FF8470;
        width: 100%; } }
  @media (max-width: 768px) {
    .block_grp .grp_content_ttl {
      position: relative;
      flex: 1.3;
      border: solid #D6D6D6;
      border-width: 0px 1px 0px 0px; }
      .harf .block_grp .grp_content_ttl {
        flex: 1; } }
  @media (max-width: 768px) {
    .block_grp .grp_content_ttl span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; } }
  @media (min-width: 769px) {
    .block_grp .grp_content_ttl span {
      display: block;
      padding: 8px 0; } }
@media (min-width: 769px) {
  .block_grp .grp_content_ttl.is__sp {
    display: none; } }
.block_grp .grp_content_item {
  flex: 2.7;
  text-align: center; }
  .harf .block_grp .grp_content_item {
    flex: 1; }
  .block_grp .grp_content_item .annotation {
    display: block;
    color: #707070;
    font-size: 2.6vw; }
    @media (min-width: 769px) {
      .block_grp .grp_content_item .annotation {
        font-size: 12px; } }
  @media (max-width: 768px) {
    .block_grp .grp_content_item span {
      display: block;
      padding: 0.8em 0; } }
  @media (min-width: 769px) {
    .block_grp .grp_content_item span {
      display: flex;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      padding: 1.4em 0; } }
.block_grp .grp_content_item.left span {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: left; }
@media (max-width: 768px) {
  .block_grp .margecell {
    border: solid #FF8470;
    border-width: 0px 1px 0px 0px;
    color: #fff;
    background: #FF8470; }
    .block_grp .margecell .grp_content_ttl {
      display: none; }
    .block_grp .margecell .grp_content_item {
      width: 100%;
      text-align: center;
      font-weight: bold; }
      .block_grp .margecell .grp_content_item span {
        display: block;
        padding: 0.6em 0; } }
@media (min-width: 769px) {
  .block_grp .margecell .grp_content_item {
    width: 100%;
    background: #fff;
    font-weight: bold; } }

@media (min-width: 769px) {
  .block_grp__three__contents .grp_content {
    width: calc(100% / 3); } }

@media (min-width: 769px) {
  .block_grp__four__contents .grp_content {
    width: calc(100% / 4); } }

@media (min-width: 769px) {
  .block_grp__three__contents.is__botox {
    flex-wrap: nowrap; }
    .block_grp__three__contents.is__botox .grp_content.margecell {
      max-width: 240px;
      width: 100%; }
    .block_grp__three__contents.is__botox .grp_content:nth-of-type(2) {
      max-width: 240px;
      width: 100%; }
    .block_grp__three__contents.is__botox .grp_content:nth-of-type(3) {
      width: 100%; }
    .block_grp__three__contents.is__botox .grp_content_item {
      display: grid;
      place-content: center;
      border-top: 1px solid #DBDBDB;
      width: 100%;
      min-height: 50px;
      line-height: 1.2; }
      .block_grp__three__contents.is__botox .grp_content_item.is__cost {
        text-align: left;
        justify-content: start;
        padding-left: 20px; }
      .block_grp__three__contents.is__botox .grp_content_item.is__wide {
        min-height: 86px; } }
@media (max-width: 768px) {
  .block_grp__three__contents.is__botox .grp_content_ttl {
    font-weight: normal; }
  .block_grp__three__contents.is__botox .grp_content.margecell + .grp_content .grp_content_item, .block_grp__three__contents.is__botox .grp_content.margecell + .grp_content .grp_content_ttl {
    font-weight: bold; }
  .block_grp__three__contents.is__botox .txt_attention {
    line-height: 1.4;
    padding: 0.5em 1em 0;
    font-size: 0.8em;
    text-align: left; } }
.block_grp__three__contents.is__botox .txt_color {
  color: #C27358;
  display: contents;
  font-weight: 700; }

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