@charset "UTF-8";

/* ==========================================================================

ここには下層共通のcss、追加のページ、CMS、404ページのcssを記述します。
テンプレートページのcssはwas.cssに記述します。

========================================================================== */
/*
  common
========================================================================== */
strong {
  font-weight: bold !important;
}

p em {
  font-style: italic !important;
}

p em strong,
p strong em {
  font-weight: bold !important;
  font-style: italic !important;
}

p a {
  color: var(--link-color);
  text-decoration: underline;
  margin: 0 1px;
}

section img {
  box-sizing: border-box;
}

/* header */
.head_low {
  position: absolute;
  top: max(2.6vw, 35px);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.head_low-catch {
  width: 415px;
  margin: 0 0 0 35px;
  padding: 30px 20px;
  background-color: rgba(17, 40, 82, 0.9);
}

.head_low-catch .label {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding: 4px 0 2px;
  border: 1px solid #fff;
}

.head_low-catch .logo {
  width: 100%;
  margin: 20px 0 0;
}

.head_low-catch .txt {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 18px;
  padding: 15px 0 0;
  margin: 35px 0 0;
  border-top: 1px solid #fff;
}

.head_low-catch .txt a {
  color: #fff;
  text-decoration: none;
}

.head_low-btns {
  display: flex;
}

.head_low-btns .tel {
  width: 296px;
  height: 100px;
  background-image: url(../images/common/head_low-btns-tel-bg.png);
  background-size: cover;
  padding: 16px 25px;
}

.head_low-btns .tel .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.head_low-btns .tel .top .icon {
  width: 20px;
}

.head_low-btns .tel .top .txt {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  color: #2e2e2e;
}

.head_low-btns .tel .btm {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 35px;
  font-style: italic;
  letter-spacing: 3px;
  color: #2e2e2e;
  border-top: 1px solid #2e2e2e;
}

.head_low-btns .btn {
  width: 120px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_low-btns .btn p {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.head_low-btns .btn p span {
  font-size: 19px;
}

.head_low-btns .btn.web {
  background-color: #d5b434;
}

.head_low-btns .btn.line {
  background-color: #48c30b;
}

/* page-catch */
.page-catch {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 40px;
  margin-left: 0;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
}

.page-catch::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  pointer-events: none;
  background-image: url("../images/common/bg_lattice.png");
  background-size: cover;
}

.page-catch-inr {
  position: relative;
  z-index: 2;
  padding: 40px 48px 42px;
  background-color: #fff;
  box-shadow: 0 0 13px rgba(130, 130, 130, 0.1);
}

.page-catch .item + .item {
  margin-top: 20px;
}

.page-catch .item + .case-records-wrap,
.page-catch .case-records-wrap + .case-records-wrap {
  margin-top: 30px;
}

.page-catch h2 {
  font-size: 28px;
}

.page-catch .pagecatch-ttl {
  display: inline-block;
  padding: 10px 20px 8px;
  color: #fff;
  background-color: var(--main-color);
  border-radius: 4px;
}

.page-catch .img-lst {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0 10px;
}

.page-catch .img-lst li {
  flex: 1 0 0;
}

.page-catch .case-txt {
  letter-spacing: 0;
}

.page-catch .video {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  aspect-ratio: 16 / 9;
}

.page-catch .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 見出し */
.ttl-low {
  /* margin-bottomは固定値 */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
}

.ttl-low::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ttl-low1-logo.png);
  background-size: cover;
}

.ttl-low1-1 {
  background-image: url(../images/common/ttl-low1-1-bg.jpg);
}

.ttl-low1-2 {
  background-image: url(../images/common/ttl-low1-2-bg.jpg);
}

.ttl-low1-3 {
  background-image: url(../images/common/ttl-low1-3-bg.jpg);
}

.ttl-low2 {
  /* margin-bottomは固定値 */
  margin-bottom: 15px;
  padding: 10px 0 8px 8px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.ttl-low2-1 {
  color: #1a376b;
  border-bottom: 1px solid #1a376b;
}

.ttl-low2-2 {
  color: #7f5e33;
  border-bottom: 1px solid #7f5e33;
}

.ttl-low2-3 {
  color: #d5b434;
  border-bottom: 1px solid #d5b434;
}

.ttl-low3 {
  /* margin-bottomは固定値 */
  margin-bottom: 10px;
  padding: 12px 1em 10px 1em;
  text-align: center;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  border-top-width: 1px;
  border-top-style: dashed;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

.ttl-low3-1 {
  border-top-color: #1a376b;
  border-bottom-color: #1a376b;
  color: #1a376b;
}

.ttl-low3-2 {
  border-top-color: #7f5e33;
  border-bottom-color: #7f5e33;
  color: #7f5e33;
}

.ttl-low3-3 {
  border-top-color: #d5b434;
  border-bottom-color: #d5b434;
  color: #d5b434;
}

.ttl-low4 {
  /* margin-bottomは固定値 */
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.ttl-low4 > span {
  margin: 2.5px 0;
}

.ttl-low4 > span:last-of-type {
  padding: 3px 0 1px 0;
  width: auto;
  min-width: 0;
  flex: 0 1 auto;
}

.ttl-low4 > span:first-of-type {
  margin-right: 12px;
  padding: 3px 10px 1px 9px;
  width: auto;
  min-width: 0;
  color: #fff;
  flex: 0 1 auto;
}

.ttl-low4-1 > span:first-of-type {
  background-color: #1a376b;
}

.ttl-low4-2 > span:first-of-type {
  background-color: #7f5e33;
}

.ttl-low4-3 > span:first-of-type {
  background-color: #d5b434;
}

.ttl-low5 {
  /* margin-bottomは固定値 */
  margin-bottom: 10px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding: 12px 30px 10px;
  border-radius: 50px;
}

.ttl-low5-1 {
  background-color: #1a376b;
}

.ttl-low5-2 {
  background-color: #7f5e33;
}

.ttl-low5-3 {
  background-color: #d5b434;
}

/* コラム */
.colunm {
  padding: 30px 30px 20px;
  background: rgba(26, 55, 107, 0.05);
  border: 1px solid #1a376b;
}

.colunm .ttl-btn {
  margin-bottom: 20px;
  padding: 7px 30px 5px 90px;
  text-align: center;
  color: #fff;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  background: #1a376b;
  border-radius: 100px;
  position: relative;
}

.colunm .ttl-btn .colum {
  padding: 3px 24px;
  color: #1a376b;
  font-family: 'San Fransisco', 'Helvetica', 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 14px;
  background: #fff;
  border: 1px solid #1a376b;
  border-radius: 100px;
  position: absolute;
  top: -2px;
  left: -14px;
  transform: rotate(-20deg);
}

.colunm + .colunm {
  background: rgba(213, 180, 52, 0.05);
  border: 1px solid #d5b434;
}

.colunm + .colunm .ttl-btn {
  background: #d5b434;
}

.colunm + .colunm .ttl-btn .colum {
  color: #d5b434;
  border: 1px solid #d5b434;
}

/* テーブル */
.table-nocolor {
  width: 100%;
}

.table-nocolor th {
  text-align: center;
  background: #E2E2E2;
  color: #333;
  font-size: 15px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nocolor td {
  background: #fff;
  text-align: center;
  padding: 6px 12px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.table-nostyle th {
  padding: 6px 12px;
  vertical-align: middle;
}

.table-nostyle td {
  padding: 6px 12px;
  vertical-align: middle;
}

.tLayoutFixed {
  table-layout: fixed;
}

/* list */
.list-num {
  list-style-type: decimal;
  padding-left: 1.25em;
}

.list-dot li {
  padding-left: 1.25em;
  background: url('../images/common/disc.png') no-repeat left 0.4em;
  background-size: 10px auto;
}

.list-check li {
  padding-left: 1.25em;
  background: url('../images/common/checkmark.png') no-repeat left 0.3em;
  background-size: 12px auto;
}

/* 画像・レイアウト */
.img-column {
  margin-right: auto;
  margin-left: auto;
  width: 96%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% * .25 - 24px), 1fr));
  gap: 0 8px;
}

.img-column li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 5px 0;
}

.img-column li .img img {
  width: 100%;
}

.img-column li .caption {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
}

/* img+textbox */
img.w300 {
  width: 300px;
}

img.w240 {
  width: 240px;
}

img.w120 {
  width: 120px;
}

div.box-img-right {
  width: 100%;
  overflow: hidden;
}

.box-img-right .img {
  margin: 0 0 10px 15px;
  width: 300px;
  float: right;
}

.box-img-right .img.w300 {
  width: 300px;
}

.box-img-right .img.w240 {
  width: 240px;
}

.box-img-right .img.w120 {
  width: 120px;
}

.box-img-right img {
  width: 100%;
  height: auto;
}

div.box-img-left {
  width: 100%;
  overflow: hidden;
}

.box-img-left .img {
  margin: 0 15px 10px 0;
  width: 300px;
  float: left;
}

.box-img-left .img.w300 {
  width: 300px;
}

.box-img-left .img.w240 {
  width: 240px;
}

.box-img-left .img.w120 {
  width: 120px;
}

.box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-left img {
  width: 100%;
  height: auto;
}

.box-two-column .box-left {
  width: 48%;
  float: left;
}

.box-two-column .box-img-right {
  width: 48%;
  float: right;
}

.box-two-column .box-img-right img {
  width: 100%;
  height: auto;
}

/* 症例画像2枚並び */
.case-records {
  margin-bottom: 10px;
  background: url('../images/common/arrow01.png') no-repeat center calc(50% + 10px);
  background-size: 36px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 60px;
}

.case-records li {
  max-width: 260px;
  flex: 1 0 0;
}

.case-records li:nth-child(odd) {
  background: url('../images/common/before.png') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li:nth-child(even) {
  background: url('../images/common/after.png') no-repeat left top;
  background-size: 60px 20px;
  padding-top: 20px;
}

.case-records li img {
  display: block;
  width: 100%;
}

.case-txt {
  text-align: center;
  font-size: 12px;
  width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* 2枚画像比較 */
.compare {
  background: url('../images/common/arrow_both.png') no-repeat center;
  background-size: 66px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0 80px;
}

.compare li {
  max-width: 260px;
  flex: 1 0 0;
}

.compare li img {
  display: block;
  width: 100%;
}

/* QandA */
.qanda dt {
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 4px 0 0 34px;
  min-height: 32px;
  font-size: 16px;
  background: url('../images/common/qicon.png') no-repeat left top;
  background-size: 32px auto;
}

.qanda dd {
  box-sizing: border-box;
  margin: 0 0 20px 10px;
  padding: 5px 0 0 36px;
  min-height: 32px;
  background: url('../images/common/aicon.png') no-repeat left top;
  background-size: 32px auto;
}

/* 画像ボタン */
.pagemenu_link {
  margin-bottom: 40px;
}

.pagemenu_link .anchor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  gap: 15px 2%;
}

.pagemenu_link .anchor > li {
  box-sizing: border-box;
  border: 1px solid var(--main-color);
}

.pagemenu_link .anchor > li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 1em;
}

.pagemenu_link .anchor > li h3 {
  padding: 12px 0 10px;
  text-align: center;
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-top: 1px dashed var(--main-color);
  border-bottom: 1px dashed var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagemenu_link .anchor > li img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.pagemenu_link .anchor > li .btn {
  display: block;
  margin: 0 auto;
  padding: 5px 0;
  width: 90%;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: var(--main-color);
}

/*
  CMS
========================================================================== */
.roop {
  padding-bottom: 80px;
  min-height: 500px;
}

.roop .post {
  background: #fff;
  padding: 20px 0 30px;
}

.roop .post_single {
  padding: 0;
}

.roop .post + .post {
  border-top: 1px solid #ccc;
}

.roop .post > a {
  display: flex;
  column-gap: 10px;
}

.roop .post .thumb {
  width: 200px;
  aspect-ratio: 1/1;
}

.roop .post .thumb img {
  width: 100%;
  height: 100%;
}

.roop .post_single .thumb {
  width: auto;
  aspect-ratio: auto;
  margin: 0 auto 5%;
  text-align: center;
}

.roop .post_single .thumb img {
  max-width: 600px;
  max-height: 400px;
  object-fit: contain;
}

.roop .post .txt {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.roop .post .continue {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}

.roop .post .data {
  margin-top: auto;
  font-size: 12px;
  line-height: 1em;
  color: #9E9E9E;
}

.roop .post_single .data {
  margin-bottom: 1em;
}

.roop .post p {
  word-break: break-all;
}

.roop .post p strong {
  font-weight: bold !important;
}

.roop .post p em {
  font-style: italic !important;
}

.roop .post img {
  max-width: 100%;
  height: auto;
}

.roop .post iframe {
  max-width: 600px;
}

.posts-btn {
  text-align: center;
  margin-top: 40px;
}

.posts-btn li {
  display: inline;
  margin-right: 30px;
}

.posts-btn li:first-child:after {
  content: '|';
  margin-left: 30px;
}

.posts-btn a {
  color: var(--link-color);
  text-decoration: underline;
  vertical-align: middle;
}

.posts-btn a i {
  margin: 0 3px;
  font-size: 90%;
  vertical-align: middle;
}

/* サイドバー */
.sidebar {
  margin-bottom: 30px;
}

.sidebar:nth-child(3) {
  margin-bottom: 80px;
}

.sidebar li {
  padding: 0 10px 0 16px;
  background: url('../images/common/icon_h_sidebar.gif') left 0.3em top 0.5em no-repeat;
  background-size: 6px 6px;
}

.sidebar li + li {
  margin-top: 5px;
}

.sidebar a {
  text-decoration: underline;
}

/*
  404
========================================================================== */
.error {
  margin: 60px 0 120px;
  text-align: center;
  font-size: 20px;
}

/*
  lowinfo
========================================================================== */
.ttl-low-info {}

.ttl-low-info {
  /* margin-bottomは固定値 */
  margin-bottom: 15px;
  padding: 12px 10px 10px 50px;
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  background-image: url(../images/common/ttl-low-info-bg.jpg);
}

.ttl-low-info::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 25px;
  height: 25px;
  background-image: url(../images/common/ttl-low1-logo.png);
  background-size: cover;
}

.lowinfo {
  margin: 20px 0 0;
  padding: 20px 453px 20px 27px;
  background-image: url(../images/common/lowinfo_bg.jpg);
  background-size: cover;
}

.lowinfo-label {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 18px;
  text-align: center;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
}

.lowinfo-logo {
  width: 100%;
  margin: 24px 0 0;
}

.lowinfo-btns {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.lowinfo-btns a {
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d5b434;
}

.lowinfo-btns a:nth-child(2) {
  background-color: #48c30b;
}

.lowinfo-btns a p {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 3px;
}

.lowinfo-btns a p span {
  font-size: 18px;
}

.lowinfo-detail {
  margin: 25px 0 0;
}

.lowinfo-detail .lowinfo-detail-ttl {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 16px;
  color: #3e3e3e;
  padding-bottom: 5px;
  border-bottom: 1px solid #a8a8a8;
}

.lowinfo-detail-tel .detail-tel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0 0;
}

.lowinfo-detail-tel .detail-tel-icon {
  width: 47px;
}

.lowinfo-detail-tel .detail-tel-tbox .txt {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
}

.lowinfo-detail-tel .detail-tel-tbox .num {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-style: italic;
  color: #3e3e3e;
  font-size: 38px;
  letter-spacing: 4px;
  line-height: 1;
}

.lowinfo-detail-addres .detail-addres {
  margin: 8px 0 0;
}

.lowinfo-detail-addres .detail-addres .txt {
  font-family: 'Times New Roman', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Noto Serif JP', serif;
  font-size: 14px;
  color: #3e3e3e;
}

/*
  追加ページのcssはここから下に記述
========================================================================== */
/* ptn2 */
.page-catch.ptn2 {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 44px;
  margin-left: 4px;
  padding: 40px 20px 42px 30px;
  background-color: rgba(255, 255, 255, .98);
  border-radius: 12px;
}

.page-catch.ptn2::after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background-image: url('../images/common/pagecatch_ptn2_border.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 16px;
  top: -4px;
  left: -4px;
}

.page-catch.ptn2::before {
  content: '';
  display: block;
  width: 120px;
  aspect-ratio: 587/946;
  background-image: url('../images/common/pagecatch_ptn2_deco.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
  left: -38px;
  z-index: 1;
  opacity: .15;
  transform: rotateZ(-6deg);
}

.page-catch.ptn2 .page-catch-inr {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.ptn2 .ttl-low {
  padding: 11px 1em 12px 1em;
  background-image: linear-gradient(140deg, #58c5d6, #8ddcd7);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.ptn2 .ttl-low::before {
  display: none;
}

.ptn2 .ttl-low::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fdff89;
  position: absolute;
  bottom: 4px;
  left: 0;
}

.ptn2 .ttl-low2-1 {
  color: #58c5d6;
  border-bottom: 1px solid #58c5d6;
}

.ptn2 .ttl-low3-1 {
  color: #58c5d6;
  border-top-color: #58c5d6;
  border-bottom-color: #58c5d6;
}

.ptn2 .ttl-low4-1 > span:first-of-type {
  background-color: #58c5d6;
}

.ptn2 .ttl-low5-1 {
  background-color: #58c5d6;
}

.ptn2 .colunm {
  background: #fbfeff;
  border: 1px solid #58c5d6;
}

.ptn2 .colunm .ttl-btn {
  background: #58c5d6;
}

.ptn2 .colunm .ttl-btn .colum {
  color: #58c5d6;
  border: 1px solid #58c5d6;
}

.pagecatch_corticotomy {
  position: relative;
}

.pagecatch_corticotomy .movie {
  width: 560px;
  aspect-ratio: 16/9;
  margin: auto;
  position: absolute;
  top: 754px;
  right: 0;
  left: 0;
  z-index: 2;
}

.pagecatch_corticotomy .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
}
