@charset "UTF-8";
/*	overwrite
******************************************************** */
.global-footer {
  margin-top: 0;
}

/*	main
******************************************************** */
main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main img {
  height: auto;
  vertical-align: top;
}

/*	view
******************************************************** */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*	container
******************************************************** */
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  padding: 0 13px;
}
.container--exp {
  max-width: 1414px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .container--exp {
    padding: 0 25px;
  }
}
.container--narrow {
  max-width: 1006px;
}
@media only screen and (max-width: 767px) {
  .container--narrow {
    padding: 0 25px;
  }
}

/*	site-header
******************************************************** */
.site-header {
  border-bottom: 1px solid #bbb;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 100;
}
.site-header .sh-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .site-header .sh-container {
    height: 58px;
  }
}
.site-header .sh-container .sh-name {
  font-size: 0;
  line-height: 0;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-container .sh-name {
    margin: 0;
    position: absolute;
    top: 19px;
    left: 13px;
    width: 141px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-container .sh-name {
    padding: 19px 15px;
    width: 126px;
  }
}
.site-header .sh-container .sh-name img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav-wrap {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav-wrap__inner {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav {
    position: relative;
    height: 67px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav {
    order: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user {
    border-top: 1px solid #bbb;
    box-sizing: border-box;
    background-color: #ededed;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.05);
    order: 2;
    min-height: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user {
    padding: 15px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-header .sh-user__name {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__name {
    flex: 1;
    margin-right: 13px;
  }
}
.site-header .sh-user__name span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__name span {
    line-height: 1.2;
    padding-left: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user__name span {
    padding-left: 20px;
  }
}
.site-header .sh-user__name:before {
  background: url(/group/mel-toss/shared/img/icon-user.svg) left center/cover no-repeat;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__name:before {
    top: calc(50% - 9px);
    left: 4px;
    width: 18px;
    height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user__name:before {
    top: calc(50% - 7px);
    left: 0;
    width: 14px;
    height: 14px;
  }
}
.site-header .sh-user__link {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__link {
    display: flex;
    align-items: center;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user__link {
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
  }
}
.site-header .sh-user__link a {
  color: #222;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__link li:nth-of-type(1) {
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    font-size: 87.5%;
    margin-right: 18px;
    padding: 0 28px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user__link li:nth-of-type(1) {
    font-size: 78.125%;
    margin-top: 7px;
  }
}
.site-header .sh-user__link li:nth-of-type(2) a {
  background-color: #222;
  color: #fff;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-user__link li:nth-of-type(2) a {
    border-radius: 17px;
    font-size: 93.75%;
    line-height: 34px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-user__link li:nth-of-type(2) a {
    border-radius: 15px;
    font-size: 92.3295454545%;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    width: 120px;
  }
}
@media (hover: hover) {
  .site-header .sh-user__link li:nth-of-type(2) a {
    transition: opacity 0.3s ease;
  }
}
.site-header .sh-user__link li:nth-of-type(2) a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .site-header .sh-user__link li:nth-of-type(2) a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav {
    padding: 0 0 20px 0;
  }
}
.site-header .sh-nav ul {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav ul {
    display: flex;
    padding-left: 179px;
    height: 67px;
  }
}
.site-header .sh-nav__item {
  box-sizing: border-box;
}
.site-header .sh-nav__item:after {
  background-color: #c81e50;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  display: block;
  width: 50%;
  opacity: 0;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item:after {
    display: none !important;
  }
}
.site-header .sh-nav__item:nth-child(2) {
  margin-left: 0 !important;
}
@media (hover: hover) {
  .site-header .sh-nav__item:hover:after {
    left: 0;
    width: 100%;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item > a {
    font-size: 93.75%;
    align-items: center;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item > a {
    padding: 13px 0;
  }
}
.site-header .sh-nav__item > a:hover {
  text-decoration: none;
}
.site-header .sh-nav__item > a:after {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item--current > a {
    color: #333;
  }
}
.site-header .sh-nav__item--current:after {
  background-color: #c81e50;
  left: 0;
  width: 100%;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item--current.sh-nav__item--sub > a {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item--current.sh-nav__item--sub a.current {
    color: #c00;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item:last-child {
    flex: 1;
    display: flex;
    align-self: center;
    justify-content: flex-end;
  }
}
.site-header .sh-nav__item:last-child > a {
  background-color: #c81e50;
  color: #fff;
  font-size: 100%;
  justify-content: center;
  font-weight: 700;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item:last-child > a {
    border-radius: 24px;
    line-height: 22px;
    padding: 5px 15px;
    min-width: 155px;
    max-width: 280px;
    height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item:last-child > a {
    border-radius: 20px;
    display: flex;
    line-height: 40px;
    margin-top: 20px;
    padding: 0;
  }
}
@media (hover: hover) {
  .site-header .sh-nav__item:last-child > a {
    transition: background-color 0.3s ease;
  }
}
.site-header .sh-nav__item:last-child > a span {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item:last-child > a span {
    background: url(/group/mel-toss/shared/img/icon-consultation.svg) left center/22px auto no-repeat;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item:last-child > a span {
    background: url(/group/mel-toss/shared/img/icon-consultation.svg) left center/16px auto no-repeat;
    padding-left: 20px;
  }
}
@media (hover: hover) {
  .site-header .sh-nav__item:last-child > a:hover {
    background-color: #d86184;
  }
}
.site-header .sh-nav__item:last-child:hover:after {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item--sub .sh-nav__item-sub {
    transition: visibility 0.5s ease, opacity 0.5s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item--sub:hover .sh-nav__item-sub {
    visibility: visible;
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    padding-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item-sub {
    margin-left: 2em;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item-sub__inner {
    background-color: #c81e50;
    border-radius: 18px;
    box-shadow: -5px 5px 19px 10px rgba(0, 0, 0, 0.13);
    padding: 35px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item-sub__inner {
    margin-top: -5px;
    padding-bottom: 10px;
  }
}
.site-header .sh-nav__item-sub__inner > a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item-sub__inner > a {
    color: #fff;
    font-weight: 700;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item-sub__inner > a {
    color: #222;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-header .sh-nav__item-sub__inner > a:hover {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header .sh-nav__item-sub__inner > a + a {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .site-header--simple .sh-container {
    height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .site-header--simple .sh-container {
    height: 58px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .site-header .sh-nav ul {
    padding-left: 159px;
  }
  .sh-nav__item:nth-child(n+2) {
    margin-left: 2.2321428571%;
  }
}
/*	l-bottom
******************************************************** */
@media print, screen and (min-width: 768px) {
  .l-bottom {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-bottom--none {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-bottom--none {
    margin-top: 0;
  }
}

/*	l-section
******************************************************** */
.l-section {
  line-height: 1.625;
}
@media print, screen and (min-width: 768px) {
  .l-section {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section {
    font-size: 81.25%;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-section + .l-section {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section + .l-section {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-section > * + * {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section > * + * {
    margin-top: 12px;
  }
}
.l-section--separator {
  border-top: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
  .l-section--separator {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .l-section--separator {
    padding-top: 30px;
  }
}

/*	u-note
******************************************************** */
.u-note {
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .u-note {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 767px) {
  .u-note {
    font-size: 92.3076923077%;
  }
}

/*	u-underline
******************************************************** */
.u-underline {
  text-decoration: underline !important;
}

/*	u-fc
******************************************************** */
.u-fc--red {
  color: #c81e50 !important;
}

.u-fc--black {
  color: #222 !important;
}

/*	u-ta
******************************************************** */
@media print, screen and (min-width: 768px) {
  .u-ta--left {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-ta--left-sp {
    text-align: left !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-ta--center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-ta--center-sp {
    text-align: center !important;
  }
}

@media print, screen and (min-width: 768px) {
  .u-ta--right {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-ta--right-sp {
    text-align: right !important;
  }
}

/*	u-link-arw
******************************************************** */
.u-link-arw {
  display: inline-block;
  line-height: 1.6;
  vertical-align: top;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .u-link-arw {
    padding-left: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .u-link-arw {
    padding-left: 10px;
  }
}
.u-link-arw:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .u-link-arw:before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #c81e50;
    top: calc(0.8em - 4px);
  }
}
@media only screen and (max-width: 767px) {
  .u-link-arw:before {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #c81e50;
    top: calc(0.8em - 3px);
  }
}

/*	u-hover--alpha
******************************************************** */
@media (hover: hover) {
  .u-hover--alpha {
    transition: opacity 0.3s ease;
  }
}
.u-hover--alpha:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .u-hover--alpha:hover {
    opacity: 0.7;
  }
}

/*	u-mt
******************************************************** */
@media print, screen and (min-width: 768px) {
  .u-mt--35 {
    margin-top: 35px !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-mt--20-sm {
    margin-top: 20px !important;
  }
}

/*	c-heading
******************************************************** */
.c-heading {
  font-size: 100%;
  font-weight: 700;
}
.c-heading--A {
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-heading--A {
    font-size: 225%;
    line-height: 1.2777777778;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--A {
    font-size: 153.8461538462%;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
.c-heading--A::after {
  background-color: #c81e50;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}
@media print, screen and (min-width: 768px) {
  .c-heading--A::after {
    left: calc(50% - 40px);
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--A::after {
    left: calc(50% - 20px);
    width: 40px;
  }
}
.c-heading--B {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-heading--B {
    font-size: 187.5%;
    margin-bottom: 35px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--B {
    font-size: 153.8461538462%;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
}
.c-heading--B::before {
  background-color: #bbb;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.c-heading--B::after {
  background-color: #c81e50;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
}
@media print, screen and (min-width: 768px) {
  .c-heading--B::after {
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--B::after {
    width: 40px;
  }
}
.c-heading--C {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-heading--C {
    font-size: 137.5%;
    padding-left: 20px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--C {
    font-size: 138.4615384615%;
    padding-left: 13px;
    margin-top: 20px;
  }
}
.c-heading--C::after {
  background-color: #c81e50;
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1px;
  height: calc(100% - 0.4em);
}
@media print, screen and (min-width: 768px) {
  .c-heading--D {
    font-size: 112.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading--D {
    font-size: 115.3846153846%;
  }
}
.c-heading--E {
  font-size: 100%;
}

/*	c-lead
******************************************************** */
.c-lead {
  color: #c81e50;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-lead {
    font-size: 150%;
    line-height: 1.5;
    text-align: center;
    margin: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead {
    font-size: 138.4615384615%;
    line-height: 1.5555555556;
    margin: 20px 0;
  }
}

/*	c-img
******************************************************** */
.c-img {
  display: block;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-img {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-img {
    margin-top: 20px;
  }
}
.c-img img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.c-img--frame {
  border: 1px solid #bbb;
}
@media only screen and (max-width: 767px) {
  .c-img--full {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*	c-text
******************************************************** */
.c-text-center {
  text-align: center;
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .c-text-center {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-text-center {
    margin-top: 30px;
  }
}

/*	c-list
******************************************************** */
.c-list {
  list-style: none;
  line-height: 1.6;
}
.c-list .c-list {
  margin-top: 5px;
}
.c-list > li + li {
  margin-top: 5px;
}
.c-list--dot > li {
  position: relative;
  padding-left: 1.2em;
}
.c-list--dot > li::before {
  background-color: #222;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: calc(0.5em - 2px);
  top: calc(0.8em - 2px);
  width: 4px;
  height: 4px;
}
.c-list--no {
  counter-reset: number 0;
}
.c-list--no > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: number 1;
}
.c-list--no > li::before {
  content: counter(number) ".";
  font-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list--note {
  counter-reset: number 0;
}
.c-list--note > li {
  position: relative;
  padding-left: 2em;
  counter-increment: number 1;
}
.c-list--note > li::before {
  content: "※" counter(number);
  font-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list--note-simple > li {
  position: relative;
  padding-left: 1.2em;
}
.c-list--note-simple > li::before {
  content: "※";
  font-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-annotate {
  position: relative;
  padding-left: 1.2em;
  display: block;
}
.c-annotate span{
  position: absolute;
  left: 0;
}

/*	c-grid
******************************************************** */
@media print, screen and (min-width: 768px) {
  .c-grid {
    display: grid;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid {
    margin-top: 20px;
  }
}
.c-grid .c-img {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .c-grid-item:nth-of-type(n+2) {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-item:nth-of-type(n+2) > .c-img:nth-child(1) {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid-item > * + * {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-grid-item > * + * {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid--col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-grid--col2-rev .c-grid-item:nth-of-type(1) {
  order: 2;
}
.c-grid--col2-rev .c-grid-item:nth-of-type(2) {
  order: 1;
}
@media print, screen and (min-width: 768px) {
  .c-grid--col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .c-grid--col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .container--exp .c-grid--col2,
  .container--exp .c-grid--col3,
  .container--exp .c-grid--col4 {
    gap: 35px 4.3668122271%;
  }
}
@media print, screen and (min-width: 768px) {
  .container--narrow .c-grid--col2,
  .container--narrow .c-grid--col3,
  .container--narrow .c-grid--col4 {
    gap: 35px 6.1224489796%;
  }
}

/*	c-table
******************************************************** */
@media print, screen and (min-width: 768px) {
  .c-table {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-table {
    margin-top: 20px;
  }
}
.c-table b {
  font-weight: 700;
}
.c-table table {
  border-collapse: collapse;
  width: 100%;
}
.c-table th, .c-table td {
  border: 1px solid #bbb;
  font-weight: 400;
  text-align: left;
  padding: 5px 10px;
}
.c-table thead th {
  background-color: #f8f8f8;
  text-align: center;
}
.c-table--stripes tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
.c-table--beside th {
  background-color: #f8f8f8;
}

/*	c-article-mv
******************************************************** */
.c-article-mv {
  background-color: #f8f8f8;
  border-bottom: 1px solid #dedede;
  position: relative;
  overflow: hidden;
}
.c-article-mv::before {
  content: "";
  position: absolute;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .c-article-mv::before {
    background: url(/group/mel-toss/shared/img/bg-article-mv.png) left top/cover no-repeat;
    left: max(100% - 1008px, 513px);
    width: 1008px;
    height: 219px;
  }
}
@media only screen and (max-width: 767px) {
  .c-article-mv::before {
    background: url(/group/mel-toss/shared/img/bg-article-mv_sp.png) left top/cover no-repeat;
    right: 0;
    width: 137px;
    height: 139px;
  }
}
.c-article-mv__heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .c-article-mv__heading {
    font-size: 287.5%;
    line-height: 1.2391304348;
    height: 219px;
  }
}
@media only screen and (max-width: 767px) {
  .c-article-mv__heading {
    font-size: 150%;
    line-height: 1.2083333333;
    height: 139px;
  }
}
.c-article-mv__heading small {
  color: #c81e50;
  display: block;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-article-mv__heading small {
    font-size: 56.5217391304%;
  }
}
@media only screen and (max-width: 767px) {
  .c-article-mv__heading small {
    font-size: 62.5%;
  }
}
.c-article-mv__heading small.color--black {
  color: #222;
}

/*	c-icon-blank
******************************************************** */
.c-icon-blank {
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-icon-blank {
    top: -2px;
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-icon-blank {
    top: -1px;
    width: 12px;
  }
}

/*	c-icon-pdf
******************************************************** */
.c-icon-pdf {
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-icon-pdf {
    top: -2px;
    width: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-icon-pdf {
    top: -1px;
    width: 12px;
  }
}

/*	c-fill-area
******************************************************** */
.c-fill-area {
  background-color: #fbedf1;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area {
    margin-top: 35px;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area {
    margin-top: 25px;
    margin-bottom: 45px;
    padding: 25px 20px;
  }
}
.c-fill-area__heading {
  font-size: 100%;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area__heading {
    font-size: 112.5%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area__heading {
    font-size: 107.6923076923%;
    margin-bottom: 6px;
  }
}
.c-fill-area__btn a {
  background-color: #c81e50;
  color: #fff;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area__btn a {
    border-radius: 30px;
    display: inline-block;
    font-size: 112.5%;
    line-height: 60px;
    vertical-align: top;
    padding: 0 20px;
    width: 600px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area__btn a {
    border-radius: 20px;
    display: block;
    font-size: 107.6923076923%;
    line-height: 40px;
    padding: 0 10px;
  }
}
.c-fill-area__btn a span {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area__btn a span {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area__btn a span {
    padding: 0 30px;
  }
}
.c-fill-area__btn a span::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area__btn a span::before {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area__btn a span::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}
.c-fill-area__btn a span::after {
  background: url(/group/mel-toss/shared/img/arw-s_red.svg) left top/cover no-repeat;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .c-fill-area__btn a span::after {
    top: calc(50% - 5px);
    right: 7px;
    width: 15px;
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fill-area__btn a span::after {
    top: calc(50% - 4px);
    right: 5px;
    width: 10px;
    height: 7px;
  }
}

/*	c-panels
******************************************************** */
@media print, screen and (min-width: 768px) {
  .c-panels {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-panels-lead {
    margin: 35px 18px 5px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-lead {
    margin: 30px 0 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-panels-column {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-column {
    margin-top: 25px;
  }
}
.c-panels-column a {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  color: #222;
  display: block;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-panels-column a {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
    padding: 90px 30px;
    margin: 36px 18px 0 18px;
    width: calc(25% - 36px);
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-column a {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.13);
    margin-top: 15px;
    padding: 30px 55px 30px 30px;
  }
}
@media (hover: hover) {
  .c-panels-column a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
}
.c-panels-column a::before {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/18px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .c-panels-column a::before {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-column a::before {
    background-size: 14px auto;
    right: 15px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .c-panels-column a::before {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
}
.c-panels-column a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .c-panels-column a:hover {
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .c-panels-column a:hover::before {
    background-color: #fff;
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
@media (hover: hover) {
  .c-panels-column a:hover span:nth-of-type(1) {
    color: #fff;
  }
}
.c-panels-column a span:nth-of-type(1) {
  color: #c81e50;
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-panels-column a span:nth-of-type(1) {
    font-size: 125%;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-column a span:nth-of-type(1) {
    font-size: 107.6923076923%;
    line-height: 1.6428571429;
  }
}
@media (hover: hover) {
  .c-panels-column a span:nth-of-type(1) {
    transition: color 0.3s ease;
  }
}
.c-panels-column a span:nth-of-type(2) {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .c-panels-column a span:nth-of-type(2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-panels-column a span:nth-of-type(2) {
    font-size: 92.3076923077%;
    line-height: 1.6666666667;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 1001px) and (max-width: 1300px) {
  .c-panels-column a {
    width: calc(33.3333333333% - 36px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .c-panels-column a {
    width: calc(50% - 36px);
  }
}
/*	c-inquiry
******************************************************** */
.c-inquiry {
  background-color: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .c-inquiry {
    padding: 40px 5.1020408163%;
  }
}
@media only screen and (max-width: 767px) {
  .c-inquiry {
    padding: 25px;
  }
}
.c-inquiry-heading {
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .c-inquiry-heading {
    font-size: 137.5%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-inquiry-heading {
    font-size: 115.3846153846%;
    margin-bottom: 5px;
  }
}
.c-inquiry-heading span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-inquiry-heading span {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-inquiry-heading span {
    padding: 0 8px;
  }
}
.c-inquiry-heading span:before, .c-inquiry-heading span:after {
  background-color: #dcdcdc;
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 980px;
  height: 1px;
}
.c-inquiry-heading span:after {
  left: auto;
  right: 100%;
}
.c-inquiry-info dt {
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .c-inquiry-info dt {
    font-size: 112.5%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-inquiry-info dt {
    font-size: 115.3846153846%;
    margin-bottom: 5px;
  }
}

/*	c-float-consultation
******************************************************** */
.c-float-consultation {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: fixed;
  right: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-float-consultation {
    bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .c-float-consultation {
    bottom: 60px;
  }
}
.c-float-consultation a {
  background-color: #f9cd17;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 4px 0 0 4px;
  box-sizing: border-box;
  color: #222;
  display: block;
  font-weight: 700;
  writing-mode: vertical-rl;
}
@media print, screen and (min-width: 768px) {
  .c-float-consultation a {
    box-shadow: 5px 5px 19px 10px rgba(0, 0, 0, 0.1);
    font-size: 106.25%;
    padding: 15px 0 19px 0;
    width: 71px;
  }
}
@media only screen and (max-width: 767px) {
  .c-float-consultation a {
    box-shadow: 3px 3px 10px 5px rgba(0, 0, 0, 0.07);
    font-size: 68.75%;
    padding: 10px 0 15px 0;
    width: 41px;
  }
}
@media (hover: hover) {
  .c-float-consultation a {
    transition: background-color 0.3s ease;
  }
}
.c-float-consultation a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .c-float-consultation a:hover {
    background-color: #ffdc50;
  }
}
.c-float-consultation a span {
  background: url(/group/mel-toss/shared/img/icon-consultation_black.svg) center top/22px auto no-repeat;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-float-consultation a span {
    padding-top: 27px;
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .c-float-consultation a span {
    background-size: 15px auto;
    padding-top: 20px;
    width: 40px;
  }
}
.c-float-consultation.is-show {
  visibility: visible;
  opacity: 1;
}

/*	c-pagetop
******************************************************** */
.c-pagetop {
  position: relative;
  z-index: 98;
}
.c-pagetop-inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 26px);
  max-width: 1414px;
  transform: translateX(-50%);
}
.c-pagetop-inner button {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-pagetop.svg) center center/18px auto no-repeat;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .c-pagetop-inner button {
    bottom: 20px;
    width: 72px;
    height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetop-inner button {
    background-size: 10px auto;
    bottom: 8px;
    width: 36px;
    height: 36px;
  }
}
.c-pagetop.is-fixed .c-pagetop-inner {
  position: fixed;
}
.c-pagetop.is-show .c-pagetop-inner button {
  visibility: visible;
  opacity: 1;
}

/*	c-footer
******************************************************** */
.c-footer {
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .c-footer {
    padding: 62px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 40px 22px 55px 22px;
  }
}
.c-footer a {
  color: #222;
}
@media print, screen and (min-width: 768px) {
  .c-footer-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.c-footer-info {
  margin-top: 43px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  font-size: 87.5%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-footer-info {
    margin-top: 35px;
    padding: 16px;
    font-size: 81.25%;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.c-footer-navi__heading {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__heading {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__heading {
    font-size: 81.25%;
    padding-bottom: 13px;
  }
}
.c-footer-navi__heading img {
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__heading img {
    width: 128px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__heading img {
    width: 94px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__heading a:nth-of-type(1) {
    margin-right: 4.5955882353%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__heading a:nth-of-type(1) {
    margin-right: 15px;
  }
}
.c-footer-navi__link {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__link {
    width: calc(50% - 10px);
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__link {
    font-size: 81.25%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__link li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__link li + li {
    margin-top: 5px;
  }
}
.c-footer-navi__link li ul {
  list-style: none;
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .c-footer-navi__link li ul {
    font-size: 93.75%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__link li ul {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__link a {
    display: block;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-navi__link + .c-footer-navi__link {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-group {
    margin: 0 2.828854314%;
    width: 19.0947666195%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-group {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
  }
}
.c-footer-group__link {
  border-bottom: 1px solid #dcdcdc;
}
@media print, screen and (min-width: 768px) {
  .c-footer-group__link {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    min-height: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-group__link {
    padding-bottom: 5px;
  }
}
.c-footer-group__link a {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-footer-group__link a {
    display: block;
    font-size: 81.25%;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation {
    border-left: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 2.828854314% 0 2.828854314%;
    width: 36.775106082%;
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__text {
    width: 100%;
    max-width: 370px;
  }
}
.c-footer-consultation__text dt {
  background: url(/group/mel-toss/shared/img/icon-consultation_black.svg) center top/29px auto no-repeat;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__text dt {
    font-size: 125%;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__text dt {
    background-size: 20px auto;
    font-size: 93.75%;
    padding-top: 25px;
  }
}
.c-footer-consultation__text dd {
  line-height: 1.6428571429;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__text dd {
    font-size: 87.5%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__text dd {
    font-size: 81.25%;
    margin-top: 8px;
  }
}
.c-footer-consultation__link {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__link {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__link {
    margin-top: 10px;
  }
}
.c-footer-consultation__link a {
  border: 1px solid #c9c9c9;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__link a {
    border-radius: 25px;
    display: inline-block;
    font-size: 93.75%;
    line-height: 48px;
    vertical-align: top;
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__link a {
    border-radius: 20px;
    display: block;
    font-size: 81.25%;
    line-height: 38px;
    padding: 0 8px;
  }
}
@media (hover: hover) {
  .c-footer-consultation__link a {
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  }
}
.c-footer-consultation__link a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .c-footer-consultation__link a:hover {
    background-color: #c81e50;
    border: 1px solid #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .c-footer-consultation__link a:hover span::before {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .c-footer-consultation__link a:hover span::after {
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
.c-footer-consultation__link a span {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__link a span {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__link a span {
    display: block;
    padding: 0 30px;
  }
}
.c-footer-consultation__link a span::before {
  background-color: #c81e50;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__link a span::before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__link a span::before {
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}
@media (hover: hover) {
  .c-footer-consultation__link a span::before {
    transition: background-color 0.3s ease;
  }
}
.c-footer-consultation__link a span::after {
  background: url(/group/mel-toss/shared/img/arw-s_white.svg) left top/cover no-repeat;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .c-footer-consultation__link a span::after {
    top: calc(50% - 4px);
    right: 7px;
    width: 12px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer-consultation__link a span::after {
    top: calc(50% - 4px);
    right: 6px;
    width: 10px;
    height: 7px;
  }
}
@media (hover: hover) {
  .c-footer-consultation__link a span::after {
    transition: background-image 0.3s ease;
  }
}

/*	c-archive-btn
******************************************************** */
.c-archive-btn {
  max-width: 470px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-archive-btn {
    max-width: 100%;
  }
}
.c-archive-btn a {
  border: 1px solid #c9c9c9;
  color: #222;
  display: block;
  text-align: center;
}
.c-archive-btn a:hover {
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (hover: hover) {
  .c-archive-btn a:hover {
    border: 1px solid #c81e50;
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .c-archive-btn a:hover span::before {
    background-color: #fff;
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
@media print, screen and (min-width: 768px) {
  .c-archive-btn a {
    border-radius: 40px;
    font-size: 112.5%;
    line-height: 80px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive-btn a {
    border-radius: 30px;
    line-height: 60px;
    font-size: 115.3846153846%;
  }
}
.c-archive-btn a span {
  display: block;
  position: relative;
}
.c-archive-btn a span::before {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/18px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .c-archive-btn a span::before {
    right: 21px;
    top: calc(50% - 19px);
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive-btn a span::before {
    background-size: 14px auto;
    right: 15px;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .c-archive-btn a span::before {
    transition: background-color 0.3s ease;
  }
}

/*	c-contact-btn
******************************************************** */
.c-contact-btn + .l-section {
  margin-top: 20px;
}

.c-contact-btn {
  max-width: 290px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .c-contact-btn {
    margin-top: 30px;
    max-width: 250px;
    margin-right: auto;
  }
}
.c-contact-btn a {
  border: 1px solid #c9c9c9;
  color: #222;
  display: block;
  padding: 0 10px 0 20px;
}
@media print, screen and (min-width: 768px) {
  .c-contact-btn a {
    border-radius: 20px;
    font-size: 87.5%;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact-btn a {
    border-radius: 15px;
    font-size: 75%;
    line-height: 31px;
  }
}
.c-contact-btn a:hover {
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (hover: hover) {
  .c-contact-btn a:hover {
    border: 1px solid #c81e50;
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .c-contact-btn a:hover span::before {
    background-color: #fff;
  }
}
@media (hover: hover) {
  .c-contact-btn a:hover span::after {
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
.c-contact-btn a span {
  display: block;
  position: relative;
}
.c-contact-btn a span::before {
  background-color: #c81e50;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .c-contact-btn a span::before {
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact-btn a span::before {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
@media (hover: hover) {
  .c-contact-btn a span::before {
    transition: background-color 0.3s ease;
  }
}
.c-contact-btn a span::after {
  background: url(/group/mel-toss/shared/img/arw-s_white.svg) left top/cover no-repeat;
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .c-contact-btn a span::after {
    top: calc(50% - 4px);
    right: 7px;
    width: 12px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact-btn a span::after {
    top: calc(50% - 3px);
    right: 4px;
    width: 9px;
    height: 6px;
  }
}

/*	c-contact
******************************************************** */
.c-contact {
  background-color: #fbedf1;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .c-contact {
    padding: 25px 17px;
  }
}
.c-contact__link {
  max-width: 600px;
  margin: 0 auto;
}
.c-contact__link a {
  color: #fff;
  display: block;
  text-align: center;
  background-color: #c81e50;
  padding: 0 10px;
  font-weight: 700;
}
.c-contact__link a:hover {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-contact__link a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 768px) {
  .c-contact__link a {
    border-radius: 30px;
    font-size: 112.5%;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__link a {
    padding: 12px 10px;
    border-radius: 30px;
    font-size: 87.5%;
    line-height: 1.3;
  }
}
.c-contact__link a span {
  display: block;
  position: relative;
}
.c-contact__link a span::before {
  background: #fff url(/group/mel-toss/shared/img/arw-s_red.svg) center center/16px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-contact__link a span::before {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact__link a span::before {
    background-size: 10px auto;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
  }
}

/*	c-archive
******************************************************** */
.c-archive__list {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-archive__list {
    display: grid;
    gap: 0 4.3668122271%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__list {
    margin-top: -10px;
  }
}
.c-archive__list li {
  border-bottom: 1px solid #dedede;
  line-height: 1.75;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .c-archive__list li {
    padding: 15px 0 15px 1em;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__list li {
    padding: 10px 0 10px 1em;
  }
}
.c-archive__list li::before {
  background-color: #222;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: calc(0.5em - 2px);
  width: 3px;
  height: 3px;
}
@media print, screen and (min-width: 768px) {
  .c-archive__list li::before {
    top: calc(15px + 0.875em - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__list li::before {
    top: calc(10px + 0.875em - 2px);
  }
}
.c-archive__list li a {
  color: #c81e50;
}
.c-archive__more {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .c-archive__more {
    margin-top: 30px;
  }
}
.c-archive__more button {
  line-height: 52px;
  font-size: 93.75%;
  text-align: center;
  width: 100%;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .c-archive__more button {
    line-height: 40px;
    font-size: 81.25%;
  }
}
.c-archive__more button:hover {
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .c-archive__more button:hover {
    background-color: #c81e50;
    color: #fff;
  }
}
@media (hover: hover) {
  .c-archive__more button:hover span::before {
    background-color: #fff;
    background-image: url(/group/mel-toss/shared/img/arw-s_red.svg);
  }
}
.c-archive__more button span {
  position: relative;
  display: inline-block;
}
.c-archive__more button span::before {
  background: #c81e50 url(/group/mel-toss/shared/img/arw-s_white.svg) center center/16px auto no-repeat;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -50px;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .c-archive__more button span::before {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-archive__more button span::before {
    background-size: 10px auto;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    right: -30px;
  }
}
@media (hover: hover) {
  .c-archive__more button span::before {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
}

.c-archive-hidden {
  display: none;
}