body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  color: #000;
  word-break: break-all;
  background: #fff;
}

ul,
ol {
  list-style: none;
}

ul,
p {
  padding: 0;
  margin: 0;
}

a {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
}

*::marker {
  content: none;
}

.font-color-brown {
  color: #6e2b38;
}

.font-color-green {
  color: #1d8e00;
}

.font-color-blue {
  color: #075a8a;
}

.font-color-orange {
  color: #f4ad28;
}

.bg-color-green {
  background: #e9f9e4;
}

.bg-color-blue {
  background: #ebf8ff;
}

.bg-color-orange {
  background: #fef7e9;
}

.bg-color-pink {
  background: #f7eaed;
}

.bg-color-yellow {
  background: #fffaf0;
}

.bg-color-d-pink {
  background: #f3e8ea;
}

.bg-color-gray {
  background: #f0e9eb;
}

.flex-recerse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.link-button {
  position: absolute;
  left: 50%;
  width: 392px;
  border: 4px solid #fff;
  border-radius: 35px;
  -webkit-box-shadow: 1px 3px 10px 0 rgba(126, 82, 0, 0.2);
  box-shadow: 1px 3px 10px 0 rgba(126, 82, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* header */
.header-set li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ste-head-button a {
  position: relative;
  display: block;
  padding: 10px 20px;
  padding-right: 72px;
  font-size: 14px;
  font-weight: bold;
  color: #6f2e38;
  border: 2px solid #6f2e38;
  /*border-radius: 19px;*/
  border-radius: 100rem;
}

.ste-head-button a::after {
  position: absolute;
  right: 14px;
  bottom: 0;
  display: block;
  width: 53px;
  height: 53px;
  content: "";
  background: url("/img/ico_btn-doctor.png") no-repeat center transparent;
  background-size: cover;
}

#opw_header {
  margin: 0 20px;
}

/* index */
.index-content {
  position: relative;
}

.index-h2 {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  z-index: 2;
  width: 687px;
  padding: 0 0 17px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 25px;
}

.index-h2 span:first-child {
  display: block;
  margin: 0 0 10px 0;
  font-size: 20px;
}

.index-h2 span:last-child {
  display: block;
  font-family: "Gothic A1", sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.index-h3 {
  padding: 40px 0;
  margin: 0 0 40px 0;
  font-size: 24px;
  font-weight: bold;
  color: #6e2b38;
  text-align: center;
  border-bottom: solid 2px #d3d3d3;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 65px 0 0 0;
}

.main-group {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 657px;
}

.main-group ul {
  position: inherit;
  z-index: 9999;
}

.main-group ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 108px;
  padding: 20px 40px 20px 30px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.main-content .link-button {
  bottom: 10px;
  z-index: 9999;
}

.link-button a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.recent-group .link-button,
.about-content .link-button {
  background: #1d8e00;
}

.choices-group .link-button,
.test-content .link-button,
.treatment-content .link-button,
.recurrence-content .link-button {
  background: #005b8b;
}

.consultation-content .link-button {
  background: #f4ad28;
}

.recent-group .link-button a {
  padding: 15px 100px;
}

.choices-group .link-button a {
  padding: 15px 70px;
}

.pagination .link-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  line-height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/* 吹き出し 尖った部分 */
.recent-group ul li::before,
.choices-group ul li::before {
  position: absolute;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-right: 17px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.recent-group ul li::before {
  -webkit-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
}

.choices-group ul li::before {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

.main-group ul li::after {
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 0;
  content: "";
  border-top: 30px solid #fff;
  border-right: 24px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.recent-group ul li::after {
  -webkit-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  transform: skewX(40deg);
}

.choices-group ul li::after {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}

/* 矢印 */
.main-group ul li a::before,
.main-group ul li a::after,
.link-button::before,
.link-button::after {
  position: absolute;
  content: "";
}

.main-group ul li a::before,
.main-group ul li a::after,
.movie-footer .link-button::before,
.movie-footer .link-button::after {
  top: 45%;
  right: 15px;
}

#index .link-button::before,
#index .link-button::after {
  top: 45%;
  right: 15px;
}

.link-button-wapper .link-button::before,
.link-button-wapper .link-button::after {
  top: 42%;
  left: 35px;
}

.sub-footer .link-button::before,
.sub-footer .link-button::after {
  top: 40%;
  right: 45px;
}

.pagination .link-button.right-btn::before,
.pagination .link-button.right-btn::after {
  top: 45%;
  right: 25px;
}

.pagination .link-button.left-btn::before,
.pagination .link-button.left-btn::after {
  top: 45%;
  left: 25px;
}

.main-group ul li a:before,
#index .link-button::before,
.pagination .link-button.right-btn::before,
.movie-footer .link-button::before {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.link-button-wapper .link-button::before,
.pagination .link-button.left-btn::before {
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.link-button::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* cookie制御 同一ページ(/index.html)で完結する場合使う
#index .cookie-active{
    display: block;
}
.first-time,
.second-time,
.third-time{
    display: none;
}
*/

/* TOPページ 初回訪問時 */
.first-time .recent-group ul li a {
  border: 4px solid #1d8e00;
}

.first-time .choices-group ul li a {
  border: 4px solid #005b8b;
}

.first-time .recent-group ul li::before {
  border-top: 21px solid #1d8e00;
}

.first-time .choices-group ul li::before {
  border-top: 21px solid #005b8b;
}

.first-time .recent-group ul li a:before {
  border-top: 3px solid #1d8e00;
  border-right: 3px solid #1d8e00;
}

.first-time .choices-group ul li a:before {
  border-top: 3px solid #005b8b;
  border-right: 3px solid #005b8b;
}

.sub-footer {
  position: relative;
  min-height: 159px;
  background: #fef7e9;
}

.sub-footer .link-button {
  top: 50%;
  background: #f4ad28;
}

.sub-footer .link-button a {
  padding: 15px 130px;
}

/* TOPページ 最近診断された方 */
.second-time .recent-group ul li a {
  border: 4px solid #1d8e00;
}

.second-time .choices-group ul li a {
  border: 4px solid #1d8e00;
}

.second-time .recent-group ul li::before {
  border-top: 21px solid #1d8e00;
}

.second-time .choices-group ul li::before {
  border-top: 21px solid #1d8e00;
}

.second-time .recent-group ul li a:before {
  border-top: 3px solid #1d8e00;
  border-right: 3px solid #1d8e00;
}

.second-time .choices-group ul li a:before {
  border-top: 3px solid #1d8e00;
  border-right: 3px solid #1d8e00;
}

/* TOPページ 治療選択肢を検討中の方 */
.third-time .recent-group ul li a {
  border: 4px solid #075a8a;
}

.third-time .choices-group ul li a {
  border: 4px solid #075a8a;
}

.third-time .recent-group ul li::before {
  border-top: 21px solid #075a8a;
}

.third-time .choices-group ul li::before {
  border-top: 21px solid #075a8a;
}

.third-time .recent-group ul li a:before {
  border-top: 3px solid #075a8a;
  border-right: 3px solid #075a8a;
}

.third-time .choices-group ul li a:before {
  border-top: 3px solid #075a8a;
  border-right: 3px solid #075a8a;
}

/* TOPページ 気になっているページ */
.page-tag {
  max-width: 1160px;
  margin: 0 auto;
}

.page-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}

.page-tag ul li a {
  display: block;
  padding: 16px 26px;
  margin: 0 20px 25px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 30px;
}

.recent-page-tag ul li a {
  background: #1d8e00;
  border: 4px solid #1d8e00;
}

.choices-page-tag ul li a {
  background: #005b8b;
  border: 4px solid #005b8b;
}

/* パンくず */
.breadcrumb-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.breadcrumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb-inner li {
  margin: 0 5px 10px 0;
}

.breadcrumb-inner li a {
  font-weight: bold;
}

.breadcrumb-wapper .docter-name {
  margin: 0;
}

/* 下層index共通 */
.content-card article a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.content-card article picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-card article a::after {
  display: block;
  width: 43px;
  height: 43px;
  content: "";
}

.content-card article a.icon_g::after {
  background: url(/img/icon_g.png) no-repeat;
  background-size: cover;
}

.content-card article a.icon_b::after {
  background: url(/img/icon_b.png) no-repeat;
  background-size: cover;
}

.content-card article a.icon_o::after {
  background: url(/img/icon_o.png) no-repeat;
  background-size: cover;
}

.link-button-wapper .link-button {
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6e2b38;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

/* 下層共通 */
.underlayer-content .eye-catch-inner {
  min-height: 205px;
  padding: 0;
}

.sec-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.sec-small-li li a {
  color: #6e2b38;
}

.sec-main p a {
  color: #6e2b38;
  border-bottom: 1px solid #6e2b38;
}

.enclosure-line.enclosure-line--normal > p:last-child {
  margin-bottom: 0;
}

.enclosure-line-g {
  border: 4px solid #aed0a5;
}

.enclosure-line-o {
  border: 4px solid #eece93;
}

.enclosure-line-o-radius {
  border: 4px solid #eece93;
  border-radius: 20px;
}

.enclosure-line-g h4 {
  border-bottom: 2px solid #aed0a5;
}

.enclosure-line--normal.enclosure-line-o h4,
.enclosure-line-o-radius h4 {
  border-bottom: 2px solid #eece93;
}

.enclosure-line-o-radius a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  color: #fff;
  background: #f4ad28;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.enclosure-line-o-radius a:last-child {
  margin: 0;
}

.enclosure-line-o-radius a::after {
  content: "";
  background: url(/img/consultation/question/img_pdf.png) no-repeat;
}

.enclosure-line .end-reset {
  margin: 0;
}

.info-enc {
  margin: 0 0 55px 0;
}

.enclosure-line.info-enc a {
  margin-bottom: 0.5em;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.pagination.only-btn {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pagination .link-button {
  position: initial;
  left: 0;
  text-align: center;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.sec-sub li.has-child ul {
  display: none;
}

.img-flex-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 下層test共通 */
.test-content h4 {
  font-weight: bold;
  text-align: center;
  background: #ebf8ff;
}

.dia-sec-wapper {
  border-bottom: 2px solid #dadada;
}

.dia-sec-wapper-last {
  border-bottom: none;
}

.dia-sec-wapper h5 {
  font-weight: bold;
  color: #005b8b;
}

/* 下層consultation共通 */
.consultation-content h4 {
  /* color: #f4ad28; */
}

/* common-footer */
.common-footer h3,
.common-footer ul {
  max-width: 1160px;
  margin: 0 auto 40px;
}

.common-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 40px 0;
}

.common-footer ul li {
  margin: 0 25px 0 0;
}

.common-footer ul li:last-child {
  margin: 0;
}

.common-footer ul li a {
  display: block;
  width: 370px;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.common-footer .slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22.2vw;
  max-height: 190px;
  background: #f2e3e6;
  border-radius: 20px 20px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.common-footer ul li a span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5vw;
  max-height: 90px;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.common-footer ul li a span::after {
  position: absolute;
  right: 20px;
  width: 30px;
  height: 30px;
  content: "";
  background: url(/img/common_footer_icon.png) no-repeat;
}

/* movie */
.movie-content .sec-main h3 {
  margin: 0 0 15px 0;
}

.movie-wapper {
  margin: 0 0 55px 0;
}

.movie-wapper.movie03 {
  margin: 0 0 115px 0;
}

.movie-wapper .video-js.vjs-fluid {
  width: 92vw;
  max-width: 780px;
  height: 51.733vw;
  max-height: 438px;
}

/* sitemap */
.sitemap-link {
  margin: 0 20px 0 0;
}

.sitemap-content .eye-catch-text h2 {
  margin: 0;
}

.sitemap-content .sec-wapper h3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.sitemap-content .sec-wapper h3 a::after {
  display: block;
  content: "";
}

.sitemap-content .sec-wapper ul li::before,
.sitemap-content .sec-wapper ul li::after {
  position: absolute;
  content: "";
}

/* movie-footer */
.movie-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24vw;
  max-height: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.movie-footer .link-button {
  position: relative; /* こころと話そうプロジェクト バナー追加による修正 */
  top: auto; /* こころと話そうプロジェクト バナー追加による修正 */
  left: auto; /* こころと話そうプロジェクト バナー追加による修正 */
  width: 92vw;
  max-width: 620px;
  height: 13.333vw;
  max-height: 100px;
  background: #6e2b38;
  border-radius: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; /* こころと話そうプロジェクト バナー追加による修正 */
}

.movie-footer .link-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 13.333vw;
  max-height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.movie-footer .link-button a::before {
  position: absolute;
  left: 45px;
  width: 5.6vw;
  max-width: 42px;
  height: 3.867vw;
  max-height: 29px;
  content: "";
  background: url(/img/movie_icon.png) no-repeat;
  background-size: cover;
}

/* こころと話そうプロジェクト バナー追加による修正 */
.movie-footer .link-button a > img {
  width: 100%;
  height: auto;
}

.movie-footer .link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.movie-footer .link-button,
.movie-footer .link-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: auto;*/
  overflow: hidden;
}

.movie-footer .link-button a {
  align-items: center;
  width: 100%;
  /*height: 100%;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.movie-footer .link-button.link-button--noicon {
  background-color: transparent;
}

.movie-footer .link-button.link-button--noicon::before,
.movie-footer .link-button.link-button--noicon::after,
.movie-footer .link-button.link-button--noicon a::before,
.movie-footer .link-button.link-button--noicon a::after {
  display: none;
  background-color: transparent !important;
}

/* //こころと話そうプロジェクト バナー追加による修正 ここまで */

/* footer */
#opw_footer #grd-fat-footer,
#opw_footer #grd-fat-foot-medium,
#opw_footer #grd-fat-foot-nav,
#opw_footer #grd-page-top .grd-btn {
  background: #6f2e38;
}

.ste-wrap {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

#grd-end-footer {
  background: #fff;
}

#grd-end-footer .ste-row {
  padding: 20px 0 20px;
}

#grd-end-footer .ste-logo-foot {
  float: right;
}

#grd-end-footer .ste-logo-foot img {
  width: 130px;
}

#grd-end-footer .ste-copyright {
  font-size: 10px;
  line-height: 1.8;
}

.sec-sub .has-child ul li a.comingsoon {
  padding: 15px 0 15px 14px;
  font-size: 18px;
  line-height: 1.4em;
  color: #777777;
  background: #ededed;
  border-bottom: 2px solid #dadada;
}

.sitemap-content .sec-wapper ul li.comingsoon span {
  margin: 0 0 0 20px;
  font-size: 18px;
  line-height: 1.25em;
  color: #777777;
  border-bottom: none;
}

a.comingsoon {
  pointer-events: none;
}

/* 医療者への相談方法/支援 追加ページ */
.c-border-box {
  border: 1px solid #d0d0d0;
}

/*
.c-border-box:last-child {
    margin-bottom: 0;
}
*/

.c-band-headline {
  color: #fff;
  background-color: #6e2b38;
}

.c-band-headline > .c-band-headline__title {
  margin-bottom: 0;
  line-height: 1.6;
  color: inherit;
  text-align: center;
}

.c-border-box > .c-border-box__inner img {
  margin: 0 auto;
}

.c-border-box .sec-img-wapper > p {
  margin: 0;
}

.c-border-box .sec-img-wapper > p > a {
  color: #6e2b38;
}

.c-border-box .c-border-box__text > p {
  margin: 0;
}

.c-border-box .c-border-box__text strong {
  font-weight: bold;
  color: #f4ad28;
}

.c-border-box .c-border-box__text .u-keyword {
  color: #004a8f;
}

.c-border-box .c-border-box__text .u-underline {
  border-bottom: 2px solid #f4ad28;
}

.u-url-text::before {
  display: inline-block;
  color: inherit;
  text-decoration: inherit;
  content: attr(href);
}

.c-border-box .u-url-text::before {
  text-decoration: underline;
  content: "[" attr(href) "]";
}

.enclosure-line.enclosure-line--normal p > a {
  display: inline;
  margin: 0;
  border: none;
}

.enclosure-line .p-enclosure-small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.6;
}

.enclosure-line.enclosure-line--normal p > a:hover,
.enclosure-line.enclosure-line--normal p > a:active {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .movie-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1160px;
    /*margin: auto;*/
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .movie-footer.movie-footer--top .link-button {
    /*height: auto;*/
    width: 49.9% !important;
    max-width: 570px;
  }

  .movie-footer.movie-footer--top .link-button:nth-child(2n - 1):last-child {
    margin: auto;
  }
  body {
    min-width: 1180px;
    font-size: 18px;
  }

  #index {
    font-size: 20px;
  }

  h1 {
    max-width: 1160px;
    padding: 15px 0 25px;
    margin: 0 auto;
  }

  .docter-name {
    max-width: 1160px;
    margin: 0 auto;
    font-size: 10px;
    color: #777777;
    text-align: right;
  }

  .recent-group::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33.621vw;
    max-width: 390px;
    height: 51.638vw;
    max-height: 599px;
    content: "";
    background: url(/img/index/bk_01.png) no-repeat;
    background-size: cover;
  }

  .recent-group::after {
    position: absolute;
    right: 2.586vw;
    bottom: 0;
    width: 31.466vw;
    max-width: 365px;
    height: 28.534vw;
    max-height: 331px;
    content: "";
    background: url(/img/index/bk_02.png) no-repeat;
    background-size: cover;
  }

  .choices-group::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30.69vw;
    max-width: 356px;
    height: 29.052vw;
    max-height: 337px;
    content: "";
    background: url(/img/index/bk_03.png) no-repeat;
    background-size: cover;
  }

  .choices-group::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45.69vw;
    max-width: 530px;
    height: 35.172vw;
    max-height: 408px;
    content: "";
    background: url(/img/index/bk_04.png) no-repeat;
    background-size: cover;
  }

  /* 状態を切り替えるボタン */
  .switching-btn {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
  }

  .switching-btn a {
    position: absolute;
    top: 15px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 176px;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #dcdcdc;
    border-radius: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .switching-btn a::after {
    display: block;
    width: 14px;
    height: 11px;
    margin: 0 0 0 10px;
    content: "";
    background: url(/img/index/switching-icon.png) no-repeat;
  }

  /* 矢印 */
  .recent-group ul li:nth-child(1):before {
    right: 105px;
  }

  .recent-group ul li:nth-child(1)::after {
    right: 110px;
  }

  .recent-group ul li:nth-child(2):before {
    right: 163px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  .recent-group ul li:nth-child(2)::after {
    right: 151px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
  }

  .recent-group ul li:nth-child(3):before {
    right: 92px;
  }

  .recent-group ul li:nth-child(3)::after {
    right: 97px;
  }

  .choices-group ul li:nth-child(1):before {
    left: 105px;
  }

  .choices-group ul li:nth-child(1)::after {
    left: 113px;
  }

  .choices-group ul li:nth-child(2):before {
    left: 163px;
    -webkit-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
  }

  .choices-group ul li:nth-child(2)::after {
    left: 154px;
    -webkit-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    transform: skewX(40deg);
  }

  .choices-group ul li:nth-child(3):before {
    left: 92px;
  }

  .choices-group ul li:nth-child(3)::after {
    left: 100px;
  }

  /* 下層index共通 */
  .eye-catch-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    min-height: 380px;
    padding: 25px 0 20px 0;
    margin: 0 auto 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  #consultation .eye-catch-inner {
    padding: 25px 0 0 0;
  }

  .eye-catch-text h2 {
    margin: 0 0 35px 0;
    font-size: 34px;
    letter-spacing: 0.2em;
  }

  .eye-catch-text p {
    line-height: 32px;
    letter-spacing: 0.18em;
  }

  .content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
  }

  .content-card article a {
    width: 560px;
    height: 278px;
    padding: 26px 0 26px 21px;
    margin: 0 0 40px 0;
    border: 4px solid #fff;
    border-radius: 20px;
  }

  .content-card article:last-child a {
    margin: 0;
  }

  .content-card article .content-card-text {
    padding: 0 40px 0 30px;
  }

  .content-card article a::after {
    position: absolute;
    right: 15px;
    bottom: 20px;
  }

  .link-button-wapper {
    position: relative;
    height: 245px;
  }

  .link-button-wapper .link-button a {
    padding: 20px 0;
    font-size: 20px;
  }

  /* 下層共通 */
  .underlayer-content .eye-catch-text h2 {
    margin: 0;
    font-size: 40px;
    letter-spacing: 0.14em;
  }

  .underlayer-content .eye-catch-inner picture {
    width: 320px;
    text-align: center;
  }

  .sec-wapper {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.08em;
  }

  .sec-main {
    max-width: 780px;
  }

  .sec-main h3 {
    margin: 0 0 35px 0;
    font-size: 24px;
  }

  .sec-main p {
    margin: 0 0 50px 0;
  }

  .sec-main img {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 55px;
  }

  .sec-main dl {
    padding: 25px 20px;
    border-radius: 10px;
  }

  .sec-main dl:nth-child(4) {
    margin: 0 0 55px 0;
  }

  .sec-main dl dt {
    margin: 0 0 20px 0;
    font-weight: bold;
    line-height: 24px;
  }

  .sec-main dl dd {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .sec-img-wapper img {
    margin: 0 auto 18px;
  }

  .sec-img-wapper p {
    margin: 0 auto 50px;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 12px;
    font-weight: 100;
    line-height: 21.6px;
    text-align: right;
    letter-spacing: 0;
  }

  #about_heart .sec-img-wapper p {
    width: 630px;
  }

  #about_stress .sec-img-wapper p {
    width: 630px;
  }

  #about_information .sec-img-wapper p {
    width: 632px;
  }

  #recurrence_type .sec-img-wapper p {
    width: 626px;
  }

  #recurrence_type .sec-img-wapper p {
    width: 615px;
  }

  #consultation_system .sec-img-wapper p {
    width: 632px;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
    font-weight: bold;
  }

  .sec-img-wapper p a {
    color: #000;
    border-bottom: none;
  }

  .enclosure-line {
    padding: 40px 35px;
    letter-spacing: 0.04em;
  }

  .enclosure-line-o-radius {
    padding: 20px 35px 25px;
    margin: 0 0 30px 0;
  }

  .enclosure-line h4 {
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    font-size: 22px;
    letter-spacing: 0.08em;
  }

  .enclosure-line-o-radius h4 {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }

  .enclosure-line p {
    margin: 0 0 35px 0;
  }

  .enclosure-line-o-radius a {
    height: 70px;
    padding: 0 35px;
    margin: 0 0 17px 0;
    font-size: 23.29px;
    border-radius: 35.16px;
  }

  .enclosure-line-o-radius a::after {
    width: 25px;
    height: 34px;
  }

  .enclosure-line h5 {
    font-size: 20px;
  }

  .enclosure-line a {
    display: block;
    margin: 0 0 35px 0;
    color: #6e2b38;
  }

  .enclosure-line-o {
    margin: 0 0 50px 0;
  }

  .enclosure-line-o a {
    margin: 0 0 0.5rem 0;
  }

  .sec-small-li {
    font-size: 12px;
    line-height: 23.15px;
    letter-spacing: 0.04em;
  }

  /* 下層consultation共通 */
  .consultation-content h4 {
    font-size: 22px;
  }

  .consultation-content h5 {
    font-size: 20px;
  }

  .consultation-content .sec-small-li {
    font-size: 14px;
  }

  .pagination {
    height: 290px;
  }

  .pagination .link-button {
    width: 378px;
    border-radius: 45px;
  }

  .pagination .link-button a {
    height: 90px;
  }

  .sec-sub {
    max-width: 320px;
  }

  .sec-sub .has-child,
  .sec-sub .has-child-normal {
    width: 320px;
    margin: 0 0 15px 0;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .sec-sub .has-child a,
  .sec-sub .has-child-normal a {
    position: relative;
    display: block;
    padding: 15px 0 15px 14px;
    line-height: 30px;
  }

  .sec-sub .has-child > a,
  .sec-sub .has-child-normal a {
    padding: 15px 0 15px 20px;
  }

  .sec-sub .has-child-normal a {
    font-weight: bold;
    border-radius: 20px;
  }

  .sec-sub .has-child ul li a {
    font-size: 18px;
    border-bottom: 2px solid #dadada;
  }

  .hoversec-sub .has-child ul li:last-child a {
    border-bottom: none;
    border-radius: 0 0 20px 20px;
  }

  .sec-sub .has-child > a {
    font-weight: bold;
    border-radius: 20px;
  }

  .sec-sub ul li.has-child > a::before {
    position: absolute;
    top: 42%;
    right: 20px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #868686;
    border-right: 2px solid #868686;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sec-sub ul li.has-child:last-child > a::before {
    content: none;
  }

  .sec-sub ul li.has-child > a.close::before {
    content: none;
  }

  .sec-sub .has-child > a.close {
    padding: 20px 0 20px 20px;
    color: #fff;
    border-radius: 20px 20px 0 0;
  }

  .sec-sub .nav-list-inner {
    padding: 5px 6px;
  }

  .nav-list-about .btn-active {
    background: #e9f9e4;
  }

  .nav-list-test .btn-active {
    background: #ebf8ff;
  }

  .nav-list-treatment .btn-active {
    background: #ebf8ff;
  }

  .nav-list-recurrence .btn-active {
    background: #ebf8ff;
  }

  .nav-list-consultation .btn-active {
    background: #fef7e9;
  }

  .has-child-normal .btn-active {
    color: #fff;
    background: #6e2b38;
  }

  .sec-sub .has-child:nth-child(1) > a.close {
    background: #3f8925;
  }

  .sec-sub .has-child:nth-child(2) > a.close {
    background: #075a8a;
  }

  .sec-sub .has-child:nth-child(3) > a.close {
    background: #075a8a;
  }

  .sec-sub .has-child:nth-child(4) > a.close {
    background: #075a8a;
  }

  .sec-sub .has-child:nth-child(5) > a.close {
    background: #f4ad28;
  }

  /* 下層test共通 */
  .test-content h4 {
    padding: 10px 0;
    margin: 0 0 25px 0;
  }

  .dia-sec-wapper h5 {
    font-size: 22px;
  }

  .dia-sec-wapper {
    margin: 0 0 25px 0;
  }

  .dia-sec-wapper p {
    font-size: 18px;
  }

  .dia-sec-wapper p .sec-small-span {
    display: block;
    font-size: 14px;
    line-height: 23.15px;
    letter-spacing: 0.04em;
  }

  .q-sec-wapper p .sec-small-span,
  .con-sec-wapper p .sec-small-span {
    display: block;
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }

  .test-content .sec-small-li,
  .treatment-content .sec-small-li {
    font-size: 14px;
  }

  /* sitemap */
  .sitemap-content .eye-catch-inner {
    min-height: 280px;
  }

  .sitemap-content .sec-wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sitemap-content .sec-wapper ul {
    width: 347px;
    margin: 0 0 80px 0;
  }

  .sitemap-content .sec-wapper ul h3 {
    padding: 35px 0;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    border-top: 1px solid #000;
  }

  .sitemap-content .sec-wapper h3 a::after {
    width: 27px;
    height: 27px;
  }

  .sitemap-content .sec-wapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
  }

  .sitemap-content .sec-wapper ul li::before {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sitemap-content .sec-wapper .map-about h3 a::after {
    background: url(/img/sitemap/icon-g.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-test h3 a::after,
  .sitemap-content .sec-wapper .map-treatment h3 a::after,
  .sitemap-content .sec-wapper .map-recurrence h3 a::after {
    background: url(/img/sitemap/icon-b.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-consultation h3 a::after {
    background: url(/img/sitemap/icon-o.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-movie h3 a::after {
    background: url(/img/sitemap/icon-p.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-about li::before {
    border-top: 3px solid #1d8e00;
    border-right: 3px solid #1d8e00;
  }

  .sitemap-content .sec-wapper .map-test li::before,
  .sitemap-content .sec-wapper .map-treatment li::before,
  .sitemap-content .sec-wapper .map-recurrence li::before {
    border-top: 3px solid #005b8b;
    border-right: 3px solid #005b8b;
  }

  .sitemap-content .sec-wapper .map-consultation li::before {
    border-top: 3px solid #f4ad28;
    border-right: 3px solid #f4ad28;
  }

  .sitemap-content .sec-wapper ul li a {
    margin: 0 0 0 20px;
    font-size: 18px;
    border-bottom: 1px solid #000;
  }

  #opw_footer #grd-bg-footer .grd-bg-footer-bg {
    background: url(/img/bg_footer.png) no-repeat top center;
  }

  #opw_footer #grd-fat-footer .grd-fat-ttl,
  #opw_footer #grd-fat-footer .grd-row,
  #opw_footer #grd-fat-foot-medium .grd-wrap {
    border-bottom: solid 1px #7e434c;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  /* hover */
  *:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .first-time .recent-group ul li a:hover,
  .second-time .recent-group ul li a:hover,
  .second-time .choices-group ul li a:hover {
    color: #fff;
    background: #1d8e00;
  }

  .first-time .choices-group ul li a:hover,
  .third-time .recent-group ul li a:hover,
  .third-time .choices-group ul li a:hover {
    color: #fff;
    background: #005b8b;
  }

  .main-group ul li a:hover:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .main-group ul li:hover::after {
    border-top: none;
  }

  .recent-group .link-button a:hover,
  .about-content .link-button a:hover {
    color: #1d8e00;
  }

  #index .recent-group .link-button:hover::before,
  .about-content .link-button:hover::before {
    border-top: 3px solid #1d8e00;
    border-right: 3px solid #1d8e00;
  }

  .recent-group .link-button:hover,
  .about-content .link-button:hover {
    background: #fff;
    border: 4px solid #1d8e00;
  }

  .choices-group .link-button a:hover,
  .test-content .link-button a:hover,
  .treatment-content .link-button a:hover,
  .recurrence-content .link-button a:hover {
    color: #005b8b;
  }

  #index .choices-group .link-button:hover::before,
  .test-content .link-button:hover::before,
  .treatment-content .link-button:hover::before,
  .recurrence-content .link-button:hover::before {
    border-top: 3px solid #005b8b;
    border-right: 3px solid #005b8b;
  }

  .choices-group .link-button:hover,
  .test-content .link-button:hover,
  .treatment-content .link-button:hover,
  .recurrence-content .link-button:hover {
    background: #fff;
    border: 4px solid #005b8b;
  }

  .recent-page-tag ul li a:hover {
    color: #1d8e00;
    background: #fff;
    border: 4px solid #1d8e00;
  }

  .choices-page-tag ul li a:hover {
    color: #005b8b;
    background: #fff;
    border: 4px solid #005b8b;
  }

  .sub-footer .link-button a:hover,
  .consultation-content .link-button a:hover {
    color: #f4ad28;
  }

  .sub-footer .link-button:hover,
  .consultation-content .link-button:hover {
    background: #fff;
  }

  .sub-footer .link-button:hover,
  .consultation-content .link-button:hover {
    border: 4px solid #f4ad28;
  }

  .sub-footer .link-button:hover::before,
  .consultation-content .link-button:hover::before {
    border-top: 3px solid #f4ad28;
    border-right: 3px solid #f4ad28;
  }

  .ste-head-button a:hover {
    color: #fff;
    background: #6f2e38;
  }

  nav.header-nav li.has-child > a:hover,
  nav.header-nav li.has-child-normal > a:hover,
  .movie-footer .link-button a:hover {
    color: #6e2b38;
  }

  .nav-list-about .nav-list-title a:hover,
  #g-nav .nav-list-about .nav-list-inner li a:hover {
    color: #1d8e00;
  }

  .nav-list-test .nav-list-title a:hover,
  #g-nav .nav-list-test .nav-list-inner li a:hover,
  .nav-list-treatment .nav-list-title a:hover,
  #g-nav .nav-list-treatment .nav-list-inner li a:hover,
  .nav-list-recurrence .nav-list-title a:hover,
  #g-nav .nav-list-recurrence .nav-list-inner li a:hover {
    color: #005b8b;
  }

  .about-content .content-card article a:hover {
    border: 4px solid #1d8e00;
  }

  .link-button-wapper .link-button:hover,
  .movie-footer .link-button:hover {
    background: #fff;
    border: 4px solid #6e2b38;
  }

  .link-button-wapper .link-button:hover a {
    color: #6e2b38;
  }

  .link-button-wapper .link-button:hover::before,
  .movie-footer .link-button:hover::before {
    border-top: 3px solid #6e2b38;
    border-right: 3px solid #6e2b38;
  }

  .movie-footer .link-button a:hover::before {
    background: url(/img/movie_icon_hover.png) center / cover no-repeat;
  }

  .common-footer ul li a:hover {
    border: 4px solid #6e2b38;
  }

  .test-content .content-card article a:hover,
  .treatment-content .content-card article a:hover,
  .recurrence-content .content-card article a:hover {
    border: 4px solid #005b8b;
  }

  .consultation-content .content-card article a:hover {
    border: 4px solid #f4ad28;
  }

  .sec-sub .has-child > a:hover {
    color: #fff;
  }

  .sec-sub .has-child:nth-child(1) > a:hover {
    background: #1d8e00;
  }

  .sec-sub .has-child:nth-of-type(n + 2):nth-of-type(-n + 4) > a:hover {
    background: #075a8a;
  }

  .sec-sub .has-child:nth-child(5) > a:hover {
    background: #f4ad28;
  }

  .sec-sub .has-child-normal > a:hover {
    color: #fff;
    background: #6e2b38;
  }

  .sec-sub ul li.has-child > a:hover::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .sec-sub .nav-list-about .nav-list-inner li a:hover {
    background: #e9f9e4;
  }

  .sec-sub .nav-list-test .nav-list-inner li a:hover,
  .sec-sub .nav-list-treatment .nav-list-inner li a:hover,
  .sec-sub .nav-list-recurrence .nav-list-inner li a:hover {
    background: #ebf8ff;
  }

  .sec-sub .nav-list-consultation .nav-list-inner li a:hover {
    background: #fef7e9;
  }

  .enclosure-line a:hover,
  .sec-small-li li a:hover {
    text-decoration: underline;
  }

  .common-footer .p-related-page {
    margin: 0 auto;
  }
  .c-border-box {
    padding: 20px;
    margin: 40px auto 48px;
  }

  .c-border-box.c-border-box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-border-box.c-border-box--flex > .c-border-box__inner {
    width: 360px;
  }

  .c-border-box.c-border-box--flex > .c-border-box__inner img {
    max-width: 360px;
  }

  .c-band-headline {
    padding: 10px 0;
    margin-bottom: 20px;
  }

  .c-band-headline > .c-band-headline__title {
    font-size: 16px;
  }

  .c-border-box > .c-border-box__inner img {
    margin: 0 auto 20px;
  }

  .c-border-box .sec-img-wapper {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1439px) {
  /* index */
  .recent-group ul li:nth-child(1) {
    position: absolute;
    top: 125px;
    right: 27.778vw;
    width: 298px;
  }

  .recent-group ul li:nth-child(2) {
    position: absolute;
    top: 170px;
    right: 3.472vw;
    width: 258px;
  }

  .recent-group ul li:nth-child(3) {
    position: absolute;
    top: 315px;
    right: 26.389vw;
    width: 258px;
  }

  .choices-group ul li:nth-child(1) {
    position: absolute;
    top: 125px;
    left: 27.778vw;
    width: 278px;
  }

  .choices-group ul li:nth-child(2) {
    position: absolute;
    top: 170px;
    left: 3.472vw;
    width: 258px;
  }

  .choices-group ul li:nth-child(3) {
    position: absolute;
    top: 315px;
    left: 21.181vw;
    width: 258px;
  }
}

@media screen and (min-width: 1440px) {
  /* index */
  .recent-group ul li:nth-child(1) {
    position: absolute;
    top: 125px;
    right: 393px;
    width: 298px;
  }

  .recent-group ul li:nth-child(2) {
    position: absolute;
    top: 170px;
    right: 40px;
    width: 258px;
  }

  .recent-group ul li:nth-child(3) {
    position: absolute;
    top: 315px;
    right: 375px;
    width: 258px;
  }

  .choices-group ul li:nth-child(1) {
    position: absolute;
    top: 125px;
    left: 393px;
    width: 278px;
  }

  .choices-group ul li:nth-child(2) {
    position: absolute;
    top: 170px;
    left: 40px;
    width: 258px;
  }

  .choices-group ul li:nth-child(3) {
    position: absolute;
    top: 315px;
    left: 320px;
    width: 258px;
  }
}

@media screen and (max-width: 768px) {
  .movie-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: none;
    height: auto;
    min-height: 24vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  .movie-footer__inner {
    padding: 5vw 0;
  }

  .movie-footer .link-button,
  .movie-footer .link-button a {
    height: 14.6vw;
  }

  .movie-footer .link-button + .link-button {
    margin-top: 3vw;
  }
  body {
    font-size: 3.1vw;
    line-height: 4.5vw;
  }

  header {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 16.6vw;
    margin: 0 0 10px 0;
    background: #fff;
    border-bottom: solid 2px #bfbfbf;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  h1 {
    padding: 15px 0;
    margin: 0 auto;
  }

  h1 img {
    width: 44.4vw;
    max-width: 334px;
  }

  .docter-name {
    padding: 16.6vw 0 0;
    font-size: 2.4vw;
    color: #777777;
    text-align: center;
  }

  .link-button {
    border: 0.533vw solid #fff;
  }

  /* #index */
  .main-group {
    height: 127.6vw;
  }

  .index-h2 {
    top: 1.333vw;
    width: 91.9vw;
    border-radius: 3.333vw;
  }

  .index-h2 span:first-child {
    margin: 0 0 1vw 0;
    font-size: 3.2vw;
  }

  .index-h2 span:last-child {
    font-size: 3.9vw;
    line-height: 5.8vw;
  }

  .second-time .index-h2,
  .third-time .index-h2 {
    padding: 4vw;
    text-align: left;
  }

  .index-h3 {
    padding: 3.9vw 0 5.3vw;
    margin: 0 0 5.3vw 0;
    font-size: 4.2vw;
    line-height: 6.6vw;
  }

  .main-group ul li {
    position: absolute;
  }

  .recent-group ul li {
    right: 3.1vw;
  }

  .choices-group ul li {
    left: 3.1vw;
  }

  .main-group ul li:nth-child(1) {
    top: 16.6vw;
  }

  .main-group ul li:nth-child(2) {
    top: 39.9vw;
  }

  .main-group ul li:nth-child(3) {
    top: 63.3vw;
  }

  .main-group ul li a {
    width: 44.4vw;
    min-height: 15.3vw;
    padding: 2.6vw 5.3vw 2.6vw 3.9vw;
  }

  .recent-group::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23.733vw;
    height: 47.733vw;
    content: "";
    background: url(/img/index/bk_01_sp.png) no-repeat;
    background-size: cover;
  }

  .recent-group::after {
    position: absolute;
    right: 3.9vw;
    bottom: 0;
    width: 25.333vw;
    height: 38.933vw;
    content: "";
    background: url(/img/index/bk_02_sp.png) no-repeat;
    background-size: cover;
  }

  .choices-group::after {
    position: absolute;
    bottom: 0;
    left: 3.9vw;
    width: 26.133vw;
    height: 38.933vw;
    content: "";
    background: url(/img/index/bk_03_sp.png) no-repeat;
    background-size: cover;
  }

  .choices-group::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26.133vw;
    height: 38.933vw;
    content: "";
    background: url(/img/index/bk_04_sp.png) no-repeat;
    background-size: cover;
  }

  /* 状態を切り替えるボタン */
  .switching-btn {
    position: relative;
    width: 91.9vw;
    margin: 0 auto;
  }

  .switching-btn a {
    position: absolute;
    top: 5.333vw;
    right: 4vw;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.467vw;
    height: 10.667vw;
    font-size: 2.933vw;
    font-weight: bold;
    line-height: 4.133vw;
    border: 0.267vw solid #dcdcdc;
    border-radius: 2.267vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .switching-btn a::after {
    display: block;
    width: 3.2vw;
    height: 2.533vw;
    margin: 0 0 0 1.333vw;
    content: "";
    background: url(/img/index/switching-icon-rsp.png) no-repeat;
    background-size: cover;
  }

  /* 矢印 */
  .main-group ul li::after {
    position: absolute;
    bottom: -9px;
    width: 0;
    height: 0;
    content: "";
    border-top: 14px solid #fff;
    border-right: 11px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .recent-group ul li:before {
    right: 13.9vw;
  }

  .recent-group ul li::after {
    right: 14.2vw;
  }

  .choices-group ul li::before {
    left: 13.6vw;
  }

  .choices-group ul li::after {
    left: 14.1vw;
  }

  .link-button a {
    font-size: 3.5vw;
  }

  .main-group .link-button {
    bottom: -3.9vw;
    width: 41.6vw;
    text-align: center;
    border-radius: 60px;
  }

  .recent-group .link-button a {
    padding: 5.3vw 0;
  }

  .choices-group .link-button a {
    padding: 3.3vw 0;
  }

  .link-button::before,
  .link-button::after {
    top: 45%;
    right: 3vw;
  }

  /* TOPページ 気になっているページ */
  .page-tag {
    width: 91.9vw;
  }

  .page-tag ul {
    margin: 0 0 5.3vw 0;
  }

  .page-tag ul li a {
    padding: 2.6vw 3.3vw 2.3vw;
    margin: 0 1.3vw 1.3vw 0;
    font-size: 3.4vw;
    letter-spacing: 0;
    border-radius: 4.2vw;
  }

  /* パンくず */
  .breadcrumb-inner {
    display: none;
  }

  .breadcrumb-wapper .docter-name {
    margin: 0 auto;
  }

  /* 下層index共通 */
  .eye-catch-inner {
    min-height: 75vw;
    padding: 5.9vw 3.9vw 2.6vw;
    margin: 0 auto 6.6vw;
  }

  #consultation .eye-catch-inner {
    padding: 5.9vw 3.9vw 0;
  }

  .eye-catch-inner picture img {
    display: block;
    margin: 0 auto;
  }

  .eye-catch-text h2 {
    margin: 0 0 5.3vw 0;
    font-size: 5.6vw;
    letter-spacing: 0.2vw;
  }

  .eye-catch-text p {
    margin: 0 0 5.3vw 0;
    font-size: 3.9vw;
    line-height: 6.2vw;
    letter-spacing: 0.1vw;
  }

  .content-card {
    margin: 0 auto;
  }

  .content-card article a {
    align-items: center;
    justify-content: space-around;
    width: 91.9vw;
    margin: 0 auto 5.3vw;
    border-radius: 2.6vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
  }

  .content-card picture img {
    width: 100%;
    padding: 0;
  }

  .content-card article:last-child a {
    margin: 0 auto;
  }

  .content-card article .content-card-text {
    padding: 5.3vw 0;
  }

  .content-card article .content-card-text h3 {
    margin: 0 0 3.3vw 0;
    font-size: 4.2vw;
  }

  .content-card article .content-card-text p {
    width: 58.8vw;
    font-size: 3.7vw;
    line-height: 5.6vw;
  }

  .content-card article a::after {
    width: 5.7vw;
    height: 5.7vw;
  }

  .link-button-wapper {
    position: relative;
    height: 27.9vw;
  }

  .link-button-wapper .link-button {
    width: 52.2vw;
    border-radius: 45.5px;
  }

  .link-button-wapper .link-button a {
    padding: 3.9vw 16.6vw;
    font-size: 3.4vw;
  }

  .main-group ul li a:before,
  #index .link-button::before {
    width: 1.333vw;
    height: 1.333vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #index .link-button::before,
  #index .link-button::after {
    right: 2vw;
  }

  .link-button::before {
    border-top: 0.267vw solid #fff;
    border-right: 0.267vw solid #fff;
  }

  /* eye-catch 画像サイズ調整 */
  .about-content .eye-catch-inner picture img {
    width: 52.9vw;
  }

  #about .about-content .eye-catch-inner picture img {
    width: 43vw;
  }

  .underlayer-content.about-content .eye-catch-inner picture img {
    width: 21.2vw;
  }

  .test-content .eye-catch-inner picture img,
  .treatment-content .eye-catch-inner picture img {
    width: 46.8vw;
  }

  .recurrence-content .eye-catch-inner picture img {
    width: 53.333vw;
  }

  .underlayer-content.test-content .eye-catch-inner picture img {
    width: 29.7vw;
  }

  #test_staging .underlayer-content.test-content .eye-catch-inner picture img {
    width: 19vw;
  }

  #treatment_standard .underlayer-content.treatment-content .eye-catch-inner picture img {
    width: 27.7vw;
  }

  #treatment_type .underlayer-content.treatment-content .eye-catch-inner picture img {
    width: 18.9vw;
  }

  #treatment_importance .underlayer-content.treatment-content .eye-catch-inner picture img {
    width: 32.1vw;
  }

  #recurrence_type .underlayer-content.recurrence-content .eye-catch-inner picture img {
    width: 19.5vw;
  }

  #recurrence_test .underlayer-content.recurrence-content .eye-catch-inner picture img {
    width: 28.6vw;
  }

  .consultation-content .eye-catch-inner picture img {
    width: 51.172vw;
  }

  #consultation_medical .underlayer-content.consultation-content .eye-catch-inner picture img {
    width: 27.6vw;
  }

  #consultation_team .underlayer-content.consultation-content .eye-catch-inner picture img {
    width: 28vw;
  }

  .consultation-common.underlayer-content .eye-catch-inner picture img,
  #consultation_question .underlayer-content.consultation-content .eye-catch-inner picture img {
    width: 21.3vw;
  }

  #consultation_patient .underlayer-content.consultation-content .eye-catch-inner picture img {
    width: 43.8vw;
  }

  #consultation_system .underlayer-content.consultation-content .eye-catch-inner picture img {
    width: 24.5vw;
  }

  #movie .underlayer-content.movie-content .eye-catch-inner picture img {
    width: 23.2vw;
  }

  /* 下層共通 */
  .underlayer-content .eye-catch-inner {
    min-height: 27.3vw;
  }

  .underlayer-content .eye-catch-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 91.9vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .underlayer-content .eye-catch-text h2 {
    margin: 0;
    line-height: 8.5vw;
  }

  .sec-wapper {
    display: block;
    width: 91.9vw;
    margin: 0 auto;
  }

  .sec-main {
    font-size: 3.9vw;
    line-height: 7.4vw;
  }

  .sec-main h3 {
    margin: 0 0 4.6vw 0;
    font-size: 4.5vw;
  }

  .sec-main p {
    margin: 0 0 6.6vw 0;
    letter-spacing: 0.04em;
  }

  .sec-main .sec-small-li {
    font-size: 2.6vw;
    line-height: 3.9vw;
    letter-spacing: 0.04em;
  }

  .sec-main .sec-small-span {
    display: block;
    margin: 4vw 0 0;
    font-size: 2.6vw;
    line-height: 3.9vw;
    letter-spacing: 0.04em;
  }

  .sec-main img {
    display: block;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto 5.9vw;
  }

  .sec-main dl {
    padding: 3.3vw 2.6vw;
    border-radius: 1.3vw;
  }

  .sec-main dl:nth-child(4) {
    margin: 0 0 7.3vw 0;
  }

  .sec-main dl dt {
    margin: 0 0 1.3vw 0;
    font-size: 3.7vw;
    font-weight: bold;
    line-height: 3.2vw;
  }

  .sec-main dl dd {
    margin: 0;
    font-size: 3.4vw;
    line-height: 5.6vw;
  }

  .sec-img-wapper img {
    margin: 0 auto 3.333vw;
  }

  .sec-img-wapper p {
    width: 92vw;
    margin: 0 auto 6vw;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 2.667vw;
    font-weight: 100;
    line-height: 3.813vw;
    text-align: right;
    letter-spacing: 0;
  }

  #consultation_system .sec-img-wapper p {
    text-align: left;
  }

  .sec-img-wapper p a {
    color: #000;
    border-bottom: none;
  }

  .enclosure-line-g {
    padding: 4.5vw 3.3vw;
    border: 0.5vw solid #aed0a5;
  }

  .enclosure-line-o {
    padding: 4.5vw 3.3vw;
    margin: 0 0 4.6vw 0;
    border: 0.5vw solid #eece93;
  }

  .enclosure-line-o-radius {
    padding: 4.6vw 3.3vw;
    margin: 0 0 4.6vw 0;
    border: 0.5vw solid #eece93;
    border-radius: 2.6vw;
  }

  .enclosure-line h4 {
    padding: 0 0 2.6vw 0;
    margin: 0 0 3.9vw 0;
    font-size: 4.2vw;
  }

  .enclosure-line-g h4 {
    border-bottom: 0.5vw solid #aed0a5;
  }

  .enclosure-line-o-radius h4 {
    padding: 0 0 2.6vw 0;
    margin: 0 0 3.9vw 0;
    border-bottom: 0.5vw solid #eece93;
  }

  .enclosure-line h5 {
    margin: 0;
    font-size: 3.7vw;
    letter-spacing: 0.04em;
  }

  .enclosure-line a {
    display: block;
    margin: 0 0 6.6vw 0;
    color: #6e2b38;
  }

  .enclosure-line-o a {
    margin: 0;
  }

  .enclosure-line-o-radius a {
    height: 14.6vw;
    padding: 0 5.3vw;
    margin: 0 0 2.2vw 0;
    font-size: 3.7vw;
    line-height: 5.3vw;
    border-radius: 7.3vw;
  }

  .enclosure-line-o-radius a::after {
    width: 3.3vw;
    height: 4.5vw;
    background-size: cover;
  }

  .pagination {
    height: 39.3vw;
  }

  .pagination .link-button {
    width: 45.2vw;
    border-radius: 6.6vw;
  }

  .pagination .link-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 13.4vw;
    padding: 1.9vw 0;
    font-size: 3.4vw;
    line-height: 4.8vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }

  /* 下層test共通 */
  .test-content h4 {
    padding: 2.6vw 0;
    margin: 0 0 4.6vw 0;
    font-size: 3.9vw;
  }

  .dia-sec-wapper h5 {
    font-size: 3.9vw;
  }

  .dia-sec-wapper {
    margin: 0 0 5.9vw 0;
  }

  .dia-sec-wapper p .sec-small-span {
    display: block;
    font-size: 2.6vw;
    line-height: 3.9vw;
    letter-spacing: 0.04em;
  }

  .q-sec-wapper p .sec-small-span {
    display: block;
    margin: 5.3vw 0 0 0;
    font-size: 2.6vw;
    line-height: 3.9vw;
    letter-spacing: 0.04em;
  }

  /* 下層consultation共通 */
  .consultation-content h4 {
    font-size: 4.2vw;
  }

  .consultation-content h5 {
    font-size: 3.9vw;
  }

  /* common-footer */
  .common-footer h3,
  .common-footer ul {
    width: 91.9vw;
    margin: 0 auto 5.3vw;
    overflow: hidden;
  }

  .common-footer ul li {
    margin: 0;
  }

  .common-footer ul li a {
    width: 42.5vw;
    padding: 0;
    margin: 0 1.333vw;
    border: 0.5vw solid #fff;
    border-radius: 2.6vw;
  }

  .common-footer ul li a span {
    justify-content: left;
    /*margin: 0 0 0 3.3vw;*/
    padding: 0 8vw 0 3.3vw;
    font-size: 2.933vw;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    white-space: nowrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
  }

  .common-footer ul li a span::after {
    right: 1.9vw;
    width: 3.9vw;
    height: 3.9vw;
    background-size: cover;
  }

  .common-footer .slider-img {
    border-radius: 2.6vw 2.6vw 0 0;
  }

  .common-footer li .slider-img .slider-img-1 {
    width: 27.2vw;
  }

  .common-footer li .slider-img .slider-img-2 {
    width: 14.2vw;
  }

  .common-footer li .slider-img .slider-img-3 {
    width: 19vw;
  }

  .common-footer .p-related-page {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .common-footer .p-related-page .slick-track {
    padding: 0 4.05vw;
  }

  .common-footer .p-related-page .slick-slide {
    width: auto !important;
    margin: 0;
    /*padding: 0;*/
  }

  .common-footer .p-related-page .slick-prev,
  .common-footer .p-related-page .slick-next {
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .sub-footer.common-footer.slider-container {
    padding-bottom: 7.2vw;
    /*margin-top: 7.2vw;*/
  }

  .sub-footer {
    min-height: 22.5vw;
  }

  .sub-footer .link-button {
    width: 52.2vw;
    text-align: center;
    border-radius: 60px;
  }

  .sub-footer .link-button a {
    padding: 3.3vw 0;
  }

  .sub-footer .link-button::before,
  .sub-footer .link-button::after {
    top: 45%;
    right: 3vw;
  }

  /* movie-footer */
  .movie-footer .link-button {
    border-radius: 2.667vw;
  }

  .movie-footer .link-button a::before {
    left: 4vw;
  }

  /* sitemap */
  .sitemap-content .eye-catch-inner {
    min-height: 17.6vw;
  }

  .sitemap-content .sec-wapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sitemap-content .sec-wapper ul {
    width: 100%;
    margin: 0 0 6.667vw 0;
  }

  .sitemap-content .sec-wapper ul h3 {
    padding: 4.667vw 0;
    margin: 0;
    font-size: 4.267vw;
    font-weight: bold;
    border-top: 1px solid #000;
  }

  .sitemap-content .sec-wapper h3 a::after {
    width: 5.067vw;
    height: 5.067vw;
  }

  .sitemap-content .sec-wapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2vw 0;
  }

  .sitemap-content .sec-wapper ul li::before {
    width: 1.333vw;
    height: 1.333vw;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sitemap-content .sec-wapper .map-about h3 a::after {
    background: url(/img/sitemap/icon-g-rsp.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-test h3 a::after,
  .sitemap-content .sec-wapper .map-treatment h3 a::after,
  .sitemap-content .sec-wapper .map-recurrence h3 a::after {
    background: url(/img/sitemap/icon-b-rsp.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-consultation h3 a::after {
    background: url(/img/sitemap/icon-o-rsp.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-movie h3 a::after {
    background: url(/img/sitemap/icon-p-rsp.png) no-repeat;
    background-size: cover;
  }

  .sitemap-content .sec-wapper .map-about li::before {
    border-top: 0.4vw solid #1d8e00;
    border-right: 0.4vw solid #1d8e00;
  }

  .sitemap-content .sec-wapper .map-test li::before,
  .sitemap-content .sec-wapper .map-treatment li::before,
  .sitemap-content .sec-wapper .map-recurrence li::before {
    border-top: 0.4vw solid #005b8b;
    border-right: 0.4vw solid #005b8b;
  }

  .sitemap-content .sec-wapper .map-consultation li::before {
    border-top: 0.4vw solid #f4ad28;
    border-right: 0.4vw solid #f4ad28;
  }

  .sitemap-content .sec-wapper ul li a {
    margin: 0 0 0 2.667vw;
    font-size: 3.2vw;
    border-bottom: 1px solid #000;
  }

  #opw_footer #grd-bg-footer .grd-bg-footer-bg {
    background: url(/img/bg_footer_rsp.png) no-repeat top center;
    background-size: cover;
  }

  #grd-fat-footer .grd-fat-home,
  #grd-fat-footer .grd-fat-disease,
  #grd-fat-footer .grd-fat-other {
    border-bottom: solid 1px #7e434c !important;
  }

  .ste-wrap {
    width: 100%;
    padding: 0 10px;
  }

  .ste-contents-wrap {
    width: 100%;
    padding: 0;
  }

  #grd-end-footer .ste-logo-foot {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  #grd-end-footer .ste-logo-foot img {
    width: 30%;
  }

  #grd-end-footer .ste-copyright {
    padding-top: 20px;
    font-size: 10px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
  .c-border-box {
    padding: 2.666vw;
    margin: 6.6vw auto;
  }

  .c-band-headline {
    padding: 2.666vw 0;
    margin-bottom: 4vw;
  }

  .c-band-headline > .c-band-headline__title {
    font-size: 3.733vw;
  }

  .c-border-box > .c-border-box__inner img {
    margin: 0 auto 4vw;
  }

  .c-border-box .sec-img-wapper {
    margin-top: 5.333vw;
  }

  .c-border-box .sec-img-wapper > p {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .main-group ul li:nth-child(1) {
    top: 12.1vw;
  }

  nav.header-nav li.has-child ul li::before,
  .recent-group ul li a:before {
    border-top: 2px solid #1d8e00;
    border-right: 2px solid #1d8e00;
  }

  .choices-group ul li a:before {
    border-top: 2px solid #005b8b;
    border-right: 2px solid #005b8b;
  }

  .link-button::before,
  .link-button::after {
    top: 42%;
  }

  .pagination .link-button.right-btn::before,
  .pagination .link-button.right-btn::after {
    top: 40%;
    right: 3.3vw;
  }

  .pagination .link-button.left-btn::before,
  .pagination .link-button.left-btn::after {
    top: 40%;
    left: 3.3vw;
  }

  nav.header-nav li.has-child ul li::before,
  .main-group ul li a:before,
  .link-button::before {
    width: 8px;
    height: 8px;
  }

  .main-group ul li a::before,
  .main-group ul li a::after {
    top: 40%;
    right: 10px;
  }

  .sub-footer .link-button::before,
  .sub-footer .link-button::after {
    top: 40%;
  }

  .content-card article picture {
    width: 20%;
  }

  .link-button-wapper .link-button a {
    padding: 3.9vw 15.6vw;
  }
}


/* 2023.06.27.terashima */
.error .content {
  max-width: 880px;
  margin: 0 auto;
  padding: 141px 0 122px;
  text-align: center;
}

.error h2 {
  margin-bottom: 23px;
  font-size: 32px;
  color: #6f2e38;
}

.error p {
  margin-bottom: 45px;
  color: #707070;
  font-size: 16px;
  line-height: 2;
}

.error .com-btn03 {
  margin: 0 auto 30px;
  max-width: 246px;
}

.error .com-btn03 a {
  color: #6f2e38;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 2px solid #6f2e38;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .error .content {
    padding: 200px 0 60px;
    margin: 0 15px;
    max-width: inherit;
  }

  .error h2 {
    font-size: 26px;
  }

  .error p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .error .com-btn03 a {
    font-size: 14px;
  }
}






/* 202508 Temp */
main.about-content, main.test-content, main.treatment-content, main.recurrence-content, main.movie-content, main.consultation-content, main.consultation-common {
  display: none;
}

main#maintenance {
  text-align: center;
}
main#maintenance h2 {
  margin: 5rem auto 1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #6f2e38;
}
main#maintenance .com-btn03 {
  margin: 2rem auto;
  padding: 0 2rem;
}
main#maintenance .com-btn03 a {
    color: #6f2e38;
    height: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.01em;
    border: 2px solid #6f2e38;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}