@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
.container audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

.container button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

.container details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

.container {
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

.container input {
  -webkit-border-radius: 0;
}

.container input[type=button],
.container input[type=reset],
.container input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

.container input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

.container input[type=search]::-webkit-search-cancel-button,
.container input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

.container main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

.container pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

.container progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

.container small {
  font-size: 75%;
  /* All browsers */
}

.container summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

.container svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

.container template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

.container textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

.container [hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
.container *,
.container ::before,
.container ::after {
  box-sizing: inherit;
}

.container * {
  font-size: inherit;
  line-height: inherit;
}

.container ::before,
.container ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
.container *,
.container ::before,
.container ::after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
.container * {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
.container {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
.container a {
  text-decoration: none;
}

/* specify the alignment of media elements */
.container audio,
.container canvas,
.container iframe,
.container img,
.container svg,
.container video {
  vertical-align: middle;
}

/* specify the background color of form elements */
.container button,
.container input,
.container select,
.container textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
.container button,
.container input,
.container select,
.container textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
.container button,
.container [type=button],
.container [type=date],
.container [type=datetime],
.container [type=datetime-local],
.container [type=email],
.container [type=month],
.container [type=number],
.container [type=password],
.container [type=reset],
.container [type=search],
.container [type=submit],
.container [type=tel],
.container [type=text],
.container [type=time],
.container [type=url],
.container [type=week],
.container select,
.container textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
.container code,
.container kbd,
.container pre,
.container samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
.container nav ol,
.container nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
.container select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

.container select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

.container select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
.container table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
.container textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
.container ::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

.container ::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
.container [aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
.container [aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
.container [aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
.container [hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

.container [hidden][aria-hidden=false]:focus {
  clip: auto;
}


:root {
  --width-tablet: $width_tablet;
  --width-desktop: $width_desktop;
  --width-container: 1100px;
  --color-primary: #0fa680;
  --color-secondary: #ecf8f3;
  --color-accent: #dfae44;
  --color-bg-accent: #fff7e5;
  --color-white: #fff;
  --color-font: #333333;
  --color-gray: #4d4d4d;
  --font-family-zen: "Zen Kaku Gothic New", sans-serif;
  --font-family-ja: "Noto Sans JP", sans-serif;
  --font-family-en: "Montserrat", sans-serif;
  --font-size-xs: 11px;
  --font-size-sm: 12px;
  --font-size-md: 14px;
  --font-size-lg: 17px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 32px;
  --font-size-4xl: 40px;
  --font-size-5xl: 56px;
  --line-height-xs: 1.6;
  --line-height-sm: 1.6;
  --line-height-md: 1.7;
  --line-height-lg: 1.6;
  --line-height-xl: 1.4;
  --line-height-2xl: 1.3;
  --line-height-3xl: 1.25;
  --line-height-4xl: 1.15;
  --line-height-5xl: 1.1;
  --letter-spacing-xs: 0.02em;
  --letter-spacing-sm: 0.01em;
  --letter-spacing-md: 0em;
  --letter-spacing-lg: -0.01em;
  --letter-spacing-xl: -0.015em;
  --letter-spacing-2xl: -0.02em;
  --letter-spacing-3xl: -0.025em;
  --letter-spacing-4xl: -0.03em;
  --letter-spacing-5xl: -0.035em;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 12px;
  --space-lg: 16px;
  --space-xl: 24px;
  --space-xxl: 32px;
  --space-3l: 48px;
  --space-4l: 64px;
  --space-5l: 96px;
  --space-6l: 128px;
  --space-7l: 160px;
}

@media (min-width: 600px) {
  :root {
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px;
    --font-size-lg: 20px;
    --font-size-xl: 24px;
    --font-size-2xl: 32px;
    --font-size-3xl: 40px;
    --font-size-4xl: 56px;
    --font-size-5xl: 72px;
    --space-xs: 8px;
    --space-sm: 12px;
    --space-md: 16px;
    --space-lg: 24px;
    --space-xl: 32px;
    --space-xxl: 48px;
    --space-3l: 64px;
    --space-4l: 90px;
    --space-5l: 128px;
    --space-6l: 160px;
    --space-7l: 192px;
  }
}

/*********************/
/*  TOP  */
/*********************/
.container {
  counter-reset: num;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  font-family: var(--font-family-ja) !important;
  color: var(--color-font);
  font-feature-settings: "halt";
  -webkit-font-smoothing: antialiased;
}

.hero {
  padding-block: 50px 0;
}
.hero__thumb {
  width: 100%;
}
.hero__img {
  width: 100%;
  height: auto;
}
.hero__date {
  display: block;
  text-align: right;
}
.hero__desc {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .hero__desc {
    margin-top: 64px;
  }
}

.index {
  padding-block: var(--space-3l) 0;
}

.doctor {
  padding-block: 80px var(--space-4l);
}
@media screen and (min-width: 1024px) {
  .doctor {
    padding-block: 100px var(--space-4l);
  }
}

.section {
  position: relative;
  padding-block: var(--space-4l);
  padding-inline: var(--space-xl);
}
@media screen and (min-width: 1024px) {
  .section {
    padding-block: var(--space-5l);
  }
}
.section__head {
  display: grid;
  gap: 15px;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (min-width: 1024px) {
  .section__head {
    gap: 40px;
    margin-bottom: 56px;
  }
}
.section__head--min {
  margin-bottom: 30px;
}
.section__label {
  font-size: 9px;
  font-family: var(--font-family-en) !important;
  font-weight: bold;
  color: var(--color-primary);
}
@media screen and (min-width: 1024px) {
  .section__label {
    font-size: 13px;
  }
}
.section__title {
  font-size: 28px;
  font-family: var(--font-family-zen) !important;
  color: var(--color-primary);
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .section__title {
    font-size: 42px;
  }
}
.section__title--small {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .section__title--small {
    font-size: 32px;
  }
}
.section__desc--center {
  text-align: center;
}
.section__thumb {
  text-align: center;
}
.section__thumb .note {
  text-align: left;
  margin-bottom: 20px;
}
.section__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section__img {
    max-width: 354px;
  }
}
@media screen and (min-width: 768px) {
  .section__img--full {
    max-width: 100%;
  }
}
.section__text {
  margin-top: 16px;
}
.section--column {
  counter-increment: num;
}
@media screen and (min-width: 1024px) {
  .section--column {
    padding-inline: 90px;
    padding-block: 100px;
  }
}
.section--column .section__label::after {
  content: counter(num, decimal-leading-zero);
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .section--column .section__label::after {
    font-size: 18px;
  }
}
.section--column-bg {
  background: var(--color-secondary);
}
.section--cta {
  background: var(--color-bg-accent);
}

.index-box {
  border-radius: 40px;
  border: 1px solid var(--color-primary, #0FA680);
  background: var(--color-white);
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .index-box {
    padding: 30px 26px;
  }
}
.index-box__title {
  font-size: var(--font-size-lg);
  font-family: var(--font-family-zen) !important;
  color: var(--color-primary);
  text-align: center;
}

.index-list {
  list-style: none;
  margin-top: 16px;
}
.index-list__item {
  border-bottom: 1px solid #E8E8E8;
}
.index-list__item:last-child {
  border-bottom: none;
}
.index-list__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 16px;
}
.index-list__icon {
  width: 18px;
  height: 18px;
}
.index-list__text {
  color: var(--color-font);
  font-family: var(--font-family-zen) !important;
  font-size: 15px;
  font-weight: 700;
}

.doctor-grid {
  display: grid;
  gap: 24px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .doctor-grid {
    grid-template-columns: repeat(2, auto);
    gap: 55px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .doctor-grid__item:last-child {
    max-width: 388px;
  }
}
.doctor-grid__thumb {
  text-align: center;
}
.doctor-grid__img {
  width: 100%;
  max-width: 185px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .doctor-grid__img {
    max-width: 185px;
  }
}
@media screen and (min-width: 1024px) {
  .doctor-grid--gap-wide {
    gap: 68px;
  }
}
@media screen and (max-width: 1023px) {
  .doctor-grid--sp-col {
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: center;
  }
}

.doctor-content {
  display: grid;
  justify-items: center;
}
.doctor-content__label {
  color: #079974;
  text-align: center;
  font-family: var(--font-family-zen) !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.64;
  letter-spacing: 0.02em;
}
.doctor-content__clinic {
  color: var(--color-font);
  text-align: center;
  font-size: 16px;
  font-family: var(--font-family-zen) !important;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.doctor-content__name {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  color: var(--color-font);
  text-align: center;
  font-size: 20px;
  font-family: var(--font-family-zen) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .doctor-content__name {
    font-size: 22px;
  }
}
.doctor-content__position {
  color: var(--color-font);
  font-size: 15px;
  font-family: var(--font-family-zen) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.doctor-content__history {
  font-size: 13px;
  font-weight: normal;
  font-family: var(--font-family-ja) !important;
  color: var(--color-gray);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-top: 23px;
}
.doctor-content__footer {
  margin-top: 23px;
}

.text-link {
  display: inline-block;
  color: #079974;
  text-align: center;
  font-family: var(--font-family-ja) !important;
  font-size: var(--font-size-md);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-decoration: underline;
}

.h3 {
  position: relative;
  font-size: var(--font-size-xl);
  font-family: var(--font-family-zen) !important;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: var(--space-md);
  margin-block: 48px 8px;
}
@media screen and (min-width: 1024px) {
  .h3 {
    margin-block: 56px 8px;
  }
}
.h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--color-primary);
  border-radius: 2px;
}

.dl {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.dl dt {
  font-size: 17px;
  font-family: var(--font-family-zen) !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--color-primary);
  margin-block: 16px 0;
}
@media screen and (min-width: 768px) {
  .dl dt {
    font-size: 20px;
  }
}

.box {
  position: relative;
  background: var(--color-secondary);
  border-radius: 40px;
  padding: 56px 30px;
}
@media screen and (min-width: 1024px) {
  .box {
    padding: 66px 40px 56px;
  }
}
.box__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: var(--font-family-en) !important;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 15px;
  padding: 8px 10px;
}
.box__label--ja {
  font-family: var(--font-family-zen) !important;
}
.box__title {
  font-size: var(--font-size-xl);
  color: var(--color-primary);
  line-height: 1.5;
}
.box__title--center {
  text-align: center;
}
.box__desc {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .box__desc {
    margin-top: 25px;
  }
}
.box--bg-light {
  background: var(--color-white);
}
.box--border {
  border: 1px solid var(--color-primary);
  background: var(--color-white);
}
.box--mt {
  margin-top: 60px;
}

#column-04 .section__thumb {
}

#column-04 .note {
  margin-top: 0;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .table-responsive {
    overflow-x: scroll;
  }
}

.table {
  table-layout: fixed;
  width: 100%;
  margin-top: 24px;
}
.table th,
.table td {
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .table th,
  .table td {
    width: 135px;
  }
}
.table th {
  background: #d5eee6;
  border: 1px solid var(--color-white);
}
.table td {
  border-bottom: 1px solid #f2f2f2;
  background: var(--color-white);
}

.cta-btn-area {
  display: grid;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .cta-btn-area {
    margin-top: 5px;
  }
}

.cta-btn {
  position: relative;
  font-family: var(--font-family-zen) !important;
  color: var(--color-white);
  text-align: center;
  background: var(--color-primary);
  border-radius: 999px;
  padding: 20px 17px;
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .cta-btn {
    padding: 28px 73px;
    padding-right: 106px;
    margin-top: 35px;
  }
}
.cta-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/arrow.png) center/contain no-repeat;
}
@media screen and (min-width: 1024px) {
  .cta-btn::after {
    right: 75px;
  }
}
.cta-btn__copy {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cta-btn__copy {
    font-size: 16px;
  }
}
.cta-btn__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .cta-btn__title {
    font-size: 28px;
  }
}

.note {
  font-size: 13px;
  font-weight: normal;
  color: var(--color-gray);
  margin-top: 12px;
}
.note .note__link {
  color: #079974;
}
@media screen and (min-width: 1024px) {
  .note--center {
    text-align: center;
  }
}

.ul {
  margin-top: 20px;
}
.ul li {
  margin-left: 20px;
}
.ul li::marker {
  color: #d5eee6;
}

.faq {
  margin-top: 32px;
}
.faq .icon {
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--color-primary);
}
.faq .icon::before, .faq .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background: var(--color-white);
}
.faq .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s ease-out;
}
.faq__question, .faq__answer {
  display: flex;
  gap: 15px;
  align-items: baseline;
}
.faq__question::before, .faq__answer::before {
  font-size: var(--font-size-xl);
  font-family: var(--font-family-en) !important;
  font-weight: bold;
}
.faq__question {
  position: relative;
  display: flex;
  font-size: var(--font-size-lg);
  font-family: var(--font-family-zen) !important;
  cursor: pointer;
}

@media screen and (max-width: 1023px) {
  .faq__question {
    padding-right: 45px;
  }
}
.faq__question::before {
  content: "Q.";
  color: var(--color-primary);
}
.faq__answer {
  background: var(--color-white);
  border-radius: 24px;
  padding: 26px;
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .faq__answer {
    border-radius: 40px;
    padding: 30px;
  }
}
.faq__answer::before {
  content: "A.";
  color: var(--color-accent);
}

.faq__answer .attention {
  color: #079974;
  font-weight: bold;
  margin-top: 30px;
  }

details[open] .icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.comment-grid {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .comment-grid {
    grid-template-columns: 3fr 1fr;
    gap: 55px;
    align-items: center;
  }
}
.comment-grid__thumb {
  text-align: center;
}
.comment-grid__prof {
  display: grid;
  justify-content: center;
  gap: 19px;
}
@media screen and (max-width: 767px) {
  .comment-grid__prof {
    grid-template-columns: 90px 1fr;
  }
}

.doctor-comment__desc {
  margin-top: 16px;
}

.doctor-prof {
  line-height: 1.5;
}
.doctor-prof__label, .doctor-prof__clinic, .doctor-prof__name {
  display: block;
  text-align: center;
}
.doctor-prof__label {
  font-size: 11px;
  font-family: var(--font-family-zen) !important;
  font-weight: bold;
  color: var(--color-primary);
}
.doctor-prof__clinic {
  font-size: 12px;
  font-weight: bold;
  font-family: var(--font-family-zen) !important;
  margin-top: 9px;
}
.doctor-prof__name {
  font-size: 13px;
  font-weight: bold;
  font-family: var(--font-family-zen) !important;
  margin-top: 4px;
}
.doctor-prof__name span {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  margin-left: 3px;
}
.doctor-prof__link {
  margin-top: 14px;
}

.doctor-prof__link .text-link {
  font-size: 12px;
}

/**************************/
/*  書き方パーツ調整用クラス  */
/**************************/
/*表示・非表示 切り替え用 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tab-only {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab-none {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .pc-none {
    display: none;
  }
}

/* margin-top スマホ */
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0;
  }
  .sp-mt10 {
    margin-top: 10px;
  }
  .sp-mt20 {
    margin-top: 20px;
  }
  .sp-mt30 {
    margin-top: 30px;
  }
  .sp-mt40 {
    margin-top: 40px;
  }
  .sp-mt50 {
    margin-top: 50px;
  }
  .sp-mt60 {
    margin-top: 60px;
  }
  .sp-mt70 {
    margin-top: 70px;
  }
  .sp-mt80 {
    margin-top: 80px;
  }
  .sp-mt90 {
    margin-top: 90px;
  }
  .sp-mt100 {
    margin-top: 100px;
  }
}
/* margin-top タブレット */
@media screen and (min-width: 768px) {
  .tab-mt0 {
    margin-top: 0;
  }
  .tab-mt10 {
    margin-top: 10px;
  }
  .tab-mt20 {
    margin-top: 20px;
  }
  .tab-mt30 {
    margin-top: 30px;
  }
  .tab-mt40 {
    margin-top: 40px;
  }
  .tab-mt50 {
    margin-top: 50px;
  }
  .tab-mt60 {
    margin-top: 60px;
  }
  .tab-mt70 {
    margin-top: 70px;
  }
  .tab-mt80 {
    margin-top: 80px;
  }
  .tab-mt90 {
    margin-top: 90px;
  }
  .tab-mt100 {
    margin-top: 100px;
  }
}
/* margin-top パソコン */
@media screen and (min-width: 1024px) {
  .pc-mt0 {
    margin-top: 0;
  }
  .pc-mt10 {
    margin-top: 10px;
  }
  .pc-mt20 {
    margin-top: 20px;
  }
  .pc-mt30 {
    margin-top: 30px;
  }
  .pc-mt40 {
    margin-top: 40px;
  }
  .pc-mt50 {
    margin-top: 50px;
  }
  .pc-mt60 {
    margin-top: 60px;
  }
  .pc-mt70 {
    margin-top: 70px;
  }
  .pc-mt80 {
    margin-top: 80px;
  }
  .pc-mt90 {
    margin-top: 90px;
  }
  .pc-mt100 {
    margin-top: 100px;
  }
}
/* margin-bottom スマホ */
@media screen and (max-width: 767px) {
  .sp-mb0 {
    margin-bottom: 0;
  }
  .sp-mb10 {
    margin-bottom: 10px;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
  .sp-mb30 {
    margin-bottom: 30px;
  }
  .sp-mb40 {
    margin-bottom: 40px;
  }
  .sp-mb50 {
    margin-bottom: 50px;
  }
  .sp-mb60 {
    margin-bottom: 60px;
  }
  .sp-mb70 {
    margin-bottom: 70px;
  }
  .sp-mb80 {
    margin-bottom: 80px;
  }
  .sp-mb90 {
    margin-bottom: 90px;
  }
  .sp-mb100 {
    margin-bottom: 100px;
  }
}
/* margin-bottom タブレット */
@media screen and (min-width: 768px) {
  .tab-mb0 {
    margin-bottom: 0;
  }
  .tab-mb10 {
    margin-bottom: 10px;
  }
  .tab-mb20 {
    margin-bottom: 20px;
  }
  .tab-mb30 {
    margin-bottom: 30px;
  }
  .tab-mb40 {
    margin-bottom: 40px;
  }
  .tab-mb50 {
    margin-bottom: 50px;
  }
  .tab-mb60 {
    margin-bottom: 60px;
  }
  .tab-mb70 {
    margin-bottom: 70px;
  }
  .tab-mb80 {
    margin-bottom: 80px;
  }
  .tab-mb90 {
    margin-bottom: 90px;
  }
  .tab-mb100 {
    margin-bottom: 100px;
  }
}
/* margin-bottom パソコン */
@media screen and (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0;
  }
  .pc-mb10 {
    margin-bottom: 10px;
  }
  .pc-mb20 {
    margin-bottom: 20px;
  }
  .pc-mb30 {
    margin-bottom: 30px;
  }
  .pc-mb40 {
    margin-bottom: 40px;
  }
  .pc-mb50 {
    margin-bottom: 50px;
  }
  .pc-mb60 {
    margin-bottom: 60px;
  }
  .pc-mb70 {
    margin-bottom: 70px;
  }
  .pc-mb80 {
    margin-bottom: 80px;
  }
  .pc-mb90 {
    margin-bottom: 90px;
  }
  .pc-mb100 {
    margin-bottom: 100px;
  }
}
/* letter-spacing */
.ls10 {
  letter-spacing: 0.01em;
}

.ls20 {
  letter-spacing: 0.02em;
}

.ls30 {
  letter-spacing: 0.03em;
}

.ls40 {
  letter-spacing: 0.04em;
}

.ls50 {
  letter-spacing: 0.05em;
}

.ls60 {
  letter-spacing: 0.06em;
}

.ls70 {
  letter-spacing: 0.07em;
}

.ls80 {
  letter-spacing: 0.08em;
}

.ls90 {
  letter-spacing: 0.09em;
}

.ls100 {
  letter-spacing: 0.1em;
}

.ls110 {
  letter-spacing: 0.11em;
}

.ls120 {
  letter-spacing: 0.12em;
}

.ls130 {
  letter-spacing: 0.13em;
}

.ls140 {
  letter-spacing: 0.14em;
}

.ls150 {
  letter-spacing: 0.15em;
}

.ls160 {
  letter-spacing: 0.16em;
}

.ls170 {
  letter-spacing: 0.17em;
}

.ls180 {
  letter-spacing: 0.18em;
}

.ls190 {
  letter-spacing: 0.19em;
}

.ls200 {
  letter-spacing: 0.2em;
}

/* line-height */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

:root {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  [id] {
    scroll-margin-top: 100px;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?vg6ec6");
  src: url("../fonts/icomoon.eot?vg6ec6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vg6ec6") format("truetype"), url("../fonts/icomoon.woff?vg6ec6") format("woff"), url("../fonts/icomoon.svg?vg6ec6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* DF共通ボタン */
.btn_green {
  display: inline-block;
  background-color: #248e3a;
  color: #fff;
  padding: 0.8em 1.5em 0.8em 1em;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s ease-out;
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.btn_green::after {
  position: absolute;
  content: "〉";
  right: 5px;
  color: #fff;
  top: 50%;
  margin-top: -11px;
}

.btn_green:hover {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12),
    0 4px 7px -2px rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media screen and (min-width: 481px) {
  .btn_green {
    width: 350px;
    box-sizing: content-box;
  }
}

/* 旧特集CSS(special.css)がヘッダーのボタンに付けるホバー下線の打ち消し */
header .header-menu-list__link:hover,
header .header-menu-list__link:active,
header .header-menu-modal__button:hover,
header .header-menu-modal__button:active {
  text-decoration: none;
}

/* 旧特集CSSがモーダルの「〜TOPへ」リンクに付けるホバー色(青)の打ち消し。下線は仕様通り残す */
header .menu-primary__item:hover,
header .menu-primary__item:active,
header .menu-secondary__item:hover,
header .menu-secondary__item:active {
  color: #1e8e43;
}
