@charset "UTF-8";
/*============================================================================

  共通

============================================================================*/
/*----------ラッパー----------*/
/* 幅1080px */
.wrapper-sm {
  max-width: 1120px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 幅1160px */
.wrapper-md {
  max-width: 1200px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 幅1240px */
.wrapper-lg {
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------パディング----------*/
/* 上下 */
.u-py-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-py-sm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-py-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-py-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-py-xl {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-py-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-lg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-py-xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* 上 */
.u-pt-none {
  padding-top: 0 !important;
}

.u-pt-xs {
  padding-top: 20px;
}

.u-pt-sm {
  padding-top: 40px;
}

.u-pt-md {
  padding-top: 60px;
}

.u-pt-lg {
  padding-top: 80px;
}

.u-pt-xl {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-pt-xs {
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-sm {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-md {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-lg {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 50px;
  }
}
/* 下 */
.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pb-xs {
  padding-bottom: 20px;
}

.u-pb-sm {
  padding-bottom: 40px;
}

.u-pb-md {
  padding-bottom: 60px;
}

.u-pb-lg {
  padding-bottom: 80px;
}

.u-pb-xl {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-pb-xs {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-sm {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-md {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-lg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 60px;
  }
}
/*----------マージン----------*/
/* 上下 */
.u-my-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

.u-my-sm {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-my-md {
  margin-top: 60px;
  margin-bottom: 60px;
}

.u-my-lg {
  margin-top: 80px;
  margin-bottom: 80px;
}

.u-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .u-my-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-sm {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-my-xl {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* 上 */
.u-mt-none {
  margin-top: 0 !important;
}

.u-mt-xxs {
  margin-top: 10px;
}

.u-mt-xs {
  margin-top: 20px;
}

.u-mt-sm {
  margin-top: 40px;
}

.u-mt-md {
  margin-top: 60px;
}

.u-mt-lg {
  margin-top: 80px;
}

.u-mt-xl {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .u-mt-xs {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-sm {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-md {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-lg {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 60px;
  }
}
/* 下 */
.u-mb-none {
  margin-bottom: 0 !important;
}

.u-mb-xxs {
  margin-bottom: 10px;
}

.u-mb-xs {
  margin-bottom: 20px;
}

.u-mb-sm {
  margin-bottom: 40px;
}

.u-mb-md {
  margin-bottom: 60px;
}

.u-mb-lg {
  margin-bottom: 80px;
}

.u-mb-xl {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .u-mb-xs {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-sm {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-md {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-lg {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 60px;
  }
}
/*----------カラー----------*/
.red {
  color: #ff0000;
}

.blue {
  color: #1e00ff !important;
}
.blue:hover {
  text-decoration: underline !important;
}

/*----------マーカー下線----------*/
.c-marker {
  display: inline;
  background-color: #333;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #333));
  background: -webkit-linear-gradient(transparent 60%, #333 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#333));
  background: -webkit-linear-gradient(transparent 60%, #333);
  background: linear-gradient(transparent 60%, #333);
}

/*----------クリアフィックス----------*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-clearfix .img {
  max-width: 378px;
  width: 100%;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}

.u-clearfix .txt {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
}

/*----------グリッド----------*/
.grid-col2,
.grid-col2-col2,
.grid-col3,
.grid-col3-col2,
.grid-col4,
.grid-col4-col2 {
  display: -ms-grid;
  display: grid;
}

/* 2つ並び */
.grid-col2,
.grid-col2-col2 {
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/*3つ並び */
.grid-col3,
.grid-col3-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* 4つ並び */
.grid-col4,
.grid-col4-col2 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/*----------フレックス----------*/
/* 画像大きめ・画像左 */
.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex01 .img {
  margin: 0 4% 0 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex01 .img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.flex01 .img img {
  max-width: 100%;
  height: auto;
}

/* 画像大きめ・画像右 */
.flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex02 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex02 .img {
  margin: 0 0 0 4%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .flex02 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex02 .img img {
  max-width: 100%;
  height: auto;
}

/* 画像小さめ・画像左 */
.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex03 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex03 .img {
  margin: 0 3% 0 0;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .flex03 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex03 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* 画像小さめ・画像右 */
.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.flex04 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.flex04 .img {
  margin: 0 0 0 3%;
  width: 33%;
}

@media screen and (max-width: 767px) {
  .flex04 .img {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.flex04 .img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/*----------リスト----------*/
/* 点のみ */
.list01 {
  list-style: none;
}

.list01 li {
  line-height: 2;
}

.list01 li::before {
  content: "●";
  color: #26B7BC;
  font-size: 16px;
  margin-right: 10px;
  vertical-align: middle;
}

/*----------下線----------*/
.list02 {
  margin: 10px 0;
  border-width: 0 1px 1px;
}

.list02 li {
  margin: 0;
  border-bottom: 1px dotted #333;
  list-style-type: none;
}

.list02 p:last-of-type {
  margin-bottom: 0;
}

/*----------点と背景----------*/
.list03 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  background-color: #F9EDF0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list03:after {
  display: block;
  clear: both;
  content: "";
}

.list03 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list03 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #D37098;
  border: 1px solid #D37098;
  border-radius: 50%;
}

.list03 p:last-of-type {
  margin-bottom: 0;
}

/*----------点と枠線----------*/
.list04 {
  margin: 0 0 15px;
  margin-bottom: 27px;
  padding: 20px 20px 12px;
  border: solid 4px #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list04:after {
  display: block;
  clear: both;
  content: "";
}

.list04 li {
  position: relative;
  float: left;
  margin-bottom: 8px;
  padding-left: 0.9em;
  padding-right: 4%;
  list-style-type: none;
}

.list04 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 50%;
}

.list04 p:last-of-type {
  margin-bottom: 0;
}

/*チェックと背景*/
.list05 {
  margin-bottom: 10px;
  padding: 35px 10px 20px 45px;
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .list05 {
    padding: 20px 20px 20px 25px;
  }
}
.list05:after {
  display: block;
  clear: both;
  content: "";
}

.list05 li {
  position: relative;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  margin-left: 19px;
  border-bottom: 1px dotted #cdcdcd;
}

@media screen and (max-width: 768px) {
  .list05 li {
    margin-bottom: 10px;
  }
}
.list05 li:before {
  display: block;
  position: absolute;
  top: 9px;
  left: -28px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon-check.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

@media screen and (max-width: 768px) {
  .list05 li:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
}
/*----------囲み枠----------*/
/*背景のみ*/
.well01 {
  padding: 40px;
  background: #eff0ed;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well01 {
    padding: 20px;
  }
}
/*枠線*/
.well02 {
  padding: 40px;
  border: 4px solid #ccc;
  background: #fff;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well02 {
    padding: 20px;
  }
}
/*背景のみ+余白少な目*/
.well03 {
  padding: 20px;
  background: #eff0ed;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .well03 {
    padding: 20px;
  }
}
/*キャッチ*/
.well-catch {
  padding: 30px;
  background: #F9EDF0;
  color: #D37098;
  text-align: center;
  font-size: 24px;
  word-wrap: break-word;
  margin-bottom: 50px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .well-catch {
    padding: 20px;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.well-catch span {
  border-bottom: 2px solid #D37098;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .well-catch span {
    padding-bottom: 2px;
  }
}

/*----------テーブル----------*/
.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.8;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .table01 {
    font-size: 0.875rem;
  }
}
.table01 thead tr th {
  background-color: #F9EDF0;
  border: 1px solid #ddd;
  padding: 6px 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table01 thead tr th {
    padding: 5px;
  }
}

.table01 tbody th,
.table01 tbody td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table01 tbody th {
  background-color: #F9EDF0;
  font-weight: normal;
  padding: 12px 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table01 tbody th {
    padding: 5px;
  }
}

.table01 tbody td {
  text-align: center;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  .table01 tbody td {
    text-align: left;
    padding: 5px;
  }
}

/*----------流れ----------*/
.flow-box-wrap {
  position: relative;
}

.flow-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .flow-box {
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.flow-box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  width: 4px;
  height: calc(100% - 4px);
  border-right: #26B7BC dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}

@media screen and (max-width: 768px) {
  .flow-box::before {
    left: 34px;
  }
}
.flow-box:first-child::before {
  top: 32px;
  bottom: auto;
  height: calc(100% - 34px);
}

.flow-box:last-child::before {
  top: 2px;
  bottom: auto;
  height: 86px;
}

@media screen and (max-width: 768px) {
  .flow-box:last-child::before {
    height: 35px;
  }
}
.flow-box:nth-child(even) {
  background: #c0e2e3;
}

.flow-box:nth-child(odd) {
  background: #d9ebeb;
}

.flow-box h3 {
  padding: 10px 10px;
  margin: 0 0 15px;
  font-size: 22px;
  background-image: none;
  background-color: #fff;
  font-weight: 500;
  border-bottom: 3px solid #26B7BC;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .flow-box h3 {
    padding: 8px 8px;
    font-size: 18px;
    line-height: 1.4;
  }
}
.flow-box h3::before {
  display: none;
}

.flow-box .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 4%;
  background: #26B7BC;
  border-radius: 50%;
  line-height: 1;
  color: #fff;
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .flow-box .num {
    width: 42px;
    height: 42px;
    margin-right: 0;
    font-size: 20px;
  }
}
.flow-box img {
  display: block;
  position: relative;
  float: right;
  margin-left: 30px;
  text-align: center;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flow-box img {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flow-box img {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
  }
}
.flow-box .content {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .flow-box .content {
    width: 80%;
  }
}
/*----------FAQ----------*/
.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
  box-shadow: 0px 0px 5px rgba(82, 82, 82, 0.1607843137);
}

@media screen and (max-width: 768px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
}
.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 65px;
  font-weight: bold;
  background: #26B7BC;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 14px 34px 14px 48px;
  }
}
.qa-list dl dt::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 19px;
  left: 20px;
  display: block;
  content: "Q.";
  font-weight: normal;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::before {
    line-height: 1;
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
}
.qa-list dl dt::after {
  position: absolute;
  top: 40%;
  right: 30px;
  display: block;
  width: 9px;
  height: 9px;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: 16px;
    width: 7px;
    height: 7px;
  }
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #CACACA;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd {
    padding: 14px 14px 14px 48px;
  }
}
.qa-list dl dd::before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  color: #26B7BC;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .qa-list dl dd::before {
    font-size: 18px;
    margin-top: 5px;
  }
}
.qa-list dl dd p {
  margin: 20px 0 0;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list .open dt::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----------ボタン----------*/
.btn01 {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  line-height: 1.6;
  text-align: center;
  padding: 13px 15px;
  color: #fff !important;
  background-color: #D37098;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 40px auto 0;
  border: 1px solid #D37098;
}
.btn01:hover {
  background-color: #b76083;
}

@media screen and (max-width: 768px) {
  .btn01 {
    margin: 30px auto 0;
  }
}
/*----------スマホで表示・非表示----------*/
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*----------アンカーリンクリスト----------*/
.anchor-list {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    margin-bottom: 40px;
  }
}
.anchor-list ul {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .anchor-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.anchor-list ul li {
  background: #26B7BC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.anchor-list ul li:hover {
  background: #22a2a6;
}

.anchor-list ul li a {
  opacity: 1;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anchor-list ul li a {
    font-size: 14px;
  }
}

.anchor-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  color: #fff;
  width: 8px;
  height: 8px;
  top: 48%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------メリットデメリット----------*/
.merit_demerit {
  gap: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .merit_demerit {
    margin-top: 20px;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.merit_demerit .box {
  padding: 20px 30px 30px;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box {
    padding: 15px 20px 20px;
  }
}
.merit_demerit .box .ttl {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box .ttl {
    font-size: 18px;
  }
}
.merit_demerit .box.merit {
  background: #F9EDF0;
}

.merit_demerit .box.merit .ttl {
  color: #D37098;
}

.merit_demerit .box.merit li::before {
  color: #D37098;
}

.merit_demerit .box.demerit {
  background: #d9ebeb;
}

.merit_demerit .box.demerit .ttl {
  color: #26B7BC;
}

.merit_demerit .box.demerit li::before {
  color: #26B7BC;
}

.merit_demerit .box ul li {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .merit_demerit .box ul li {
    font-size: 14px;
    margin-top: 5px;
  }
}
.merit_demerit .box ul p {
  font-size: 14px;
}

/*----------症例----------*/
.before-after-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .before-after-img {
    margin-bottom: 20px;
  }
}
.before-after-img::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-right: 0;
  border-left: 12.5px solid #333;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .before-after-img::after {
    border-left: 10px solid #333;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    top: 0;
  }
}
.before-after-img .cont {
  width: 46.5%;
}

.before-after-img .cont img {
  width: 100%;
}

.before-after-img .cont:last-of-type p {
  background: #D37098;
}

.before-after-img .cont p {
  background: #26B7BC;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1.4;
  padding: 4px 0;
}

@media screen and (max-width: 768px) {
  .before-after-img .cont p {
    font-size: 16px;
  }
}
/*----------中ページレイアウト----------*/
@media screen and (max-width: 768px) {
  .layout01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.layout01 .item {
  background: #d9ebeb;
}

.layout01 .item img {
  vertical-align: bottom;
  width: 100%;
}

.layout01 .item h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  background: #26B7BC;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .layout01 .item h3 {
    font-size: 18px;
  }
}

.layout01 .item p {
  padding: 10px 14px;
}

/*----------アニメーション----------*/
.scroll-space {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.fadein-left {
  -webkit-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
}

.fadein.fadein-right {
  -webkit-transform: translate(30px, 0);
          transform: translate(30px, 0);
}

.fadein.fadein-up {
  -webkit-transform: translate(0, -30px);
          transform: translate(0, -30px);
}

.fadein.fadein-bottom {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.fadein.scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

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

  タイトル

============================================================================*/
.ttl01 {
  font-size: 38px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  font-weight: 500;
  position: relative;
  color: #333333;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .ttl01 {
    font-size: 25px;
    letter-spacing: 1px;
    margin: 0 auto 25px;
    text-align: center;
  }
}
.ttl01::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 3px;
  border-radius: 100vw;
  background-color: #26B7BC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ttl02 {
  display: block;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 2px solid #333333;
  line-height: 1.4;
  text-align: left;
  color: #333333;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 25px;
    letter-spacing: 1px;
  }
}
.ttl02 .num {
  background: #26B7BC;
  color: #fff;
  font-size: 24px;
  padding: 6px 11px 6px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .ttl02 .num {
    font-size: 18px;
    padding: 4px 10px 3px;
    margin-right: 7px;
  }
}

.ttl03 {
  position: relative;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #333;
  font-weight: 500;
  padding-left: 14px;
  margin-top: 30px;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #dbdbdb;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .ttl03 {
    font-size: 18px;
    margin-top: 20px;
  }
}
.ttl03::before {
  content: "";
  width: 4px;
  height: calc(100% - 10px);
  background-color: #26B7BC;
  position: absolute;
  top: 0;
  left: 0;
}

.ttl04 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  padding: 10px 15px;
  background: #ebebeb;
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 16px;
  }
}

.ttl05 {
  background: #D37098;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .ttl05 {
    font-size: 18px;
    padding: 5px 0 8px;
  }
}

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

  階層ページ

============================================================================*/
/*----------当院が選ばれる6つの理由----------*/
#reason .well-catch {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #reason .well-catch {
    text-align: left;
    font-size: 14px;
  }
}
#reason .reason .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #reason .reason .center {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #reason .reason .grid-img {
    gap: 10px;
  }
}

/*----------院長・スタッフ紹介----------*/
#doctor .doctor .content .txt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#doctor .doctor .content .txt .name .label {
  width: 6.9284064665vw;
  height: 6.9284064665vw;
  background: #D37098;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 2.3094688222vw;
}

@media screen and (max-width: 768px) {
  #doctor .doctor .content .txt .name .label {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }
}
#doctor .doctor .content .txt .name .ja {
  margin-right: 1.1547344111vw;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #doctor .doctor .content .txt .name .ja {
    font-size: 25px;
  }
}
#doctor .doctor .content .txt .name .en {
  margin-top: 0.3849114704vw;
  color: #D37098;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  #doctor .doctor .content .txt .name .en {
    font-size: 12px;
  }
}
#doctor .career .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #doctor .career .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#doctor .career .content .item {
  width: 48%;
  background-color: #f0f0f0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #doctor .career .content .item {
    width: 100%;
    padding: 18px 20px 22px;
  }
  #doctor .career .content .item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
#doctor .career .content .item h5 {
  border-bottom: 2px solid #333;
  color: #333;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #doctor .career .content .item h5 {
    font-size: 18px;
  }
}
#doctor .career .content ul li {
  border-bottom: 1px solid #cacaca;
  padding-bottom: 0.2309468822vw;
  padding-left: 0.7698229407vw;
}

#doctor .career .content ul li:not(:first-child) {
  margin-top: 0.2309468822vw;
}

#doctor .career .content dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.2309468822vw;
  border-bottom: 1px solid #cacaca;
  padding-left: 0.7698229407vw;
}

#doctor .career .content dl:not(:last-child) {
  margin-bottom: 0.2309468822vw;
}

#doctor .career .content dl dt {
  width: 5.2083333333vw;
  min-width: 90px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #doctor .career .content dl dt {
    min-width: 90px;
  }
}
#doctor .certificate img {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #doctor .certificate img {
    padding: 10px;
  }
}

#doctor .staff .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #doctor .staff .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#doctor .staff .flex .txt ul {
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  #doctor .staff .flex .txt ul {
    margin-top: 5px;
  }
}
#doctor .staff .flex .txt ul li {
  font-size: 18px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #doctor .staff .flex .txt ul li {
    font-size: 14px;
    margin-top: 6px;
  }
}
#doctor .staff .flex .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #doctor .staff .flex .img {
    margin: 0;
  }
}

/*----------医院紹介----------*/
#clinic .slider-wrap {
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  #clinic .slider-wrap {
    padding: 0;
    background: #F9EDF0;
  }
}
#clinic .slick-img {
  position: relative;
}

#clinic .slick-img .clinic-slide-main__txtcont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 20px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #clinic .slick-img .clinic-slide-main__txtcont {
    position: inherit;
    background: none;
  }
}
#clinic .clinic-slide-main__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: -7px;
  line-height: 1.8;
  color: #333;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #clinic .clinic-slide-main__ttl {
    font-size: 16px;
    margin-bottom: -4px;
  }
}
#clinic .clinic-slide-main__txt {
  margin-bottom: 0 !important;
}

#clinic .p-page-header {
  background-position: center bottom;
}

#clinic .slick-slider {
  margin-top: 15px;
}

#clinic .thumbnail-img {
  margin-left: 16px;
}

#clinic .thumbnail {
  margin-left: -16px;
}

@media screen and (max-width: 767px) {
  #clinic .thumbnail-img {
    margin-left: 2px;
  }
  #clinic .thumbnail {
    margin-left: -2px;
  }
  #clinic .slick-slider {
    margin-top: 2px;
  }
}
/* 共通設定（ボタン自体） */
#clinic .slick-prev,
#clinic .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* 右矢印（→） */
#clinic .slick-next::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-top: 3px solid #26B7BC;
  border-right: 3px solid #26B7BC;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* 左矢印（←） */
#clinic .slick-prev::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border-top: 3px solid #26B7BC;
  border-right: 3px solid #26B7BC;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/*----------料金表----------*/
#price .payment .well01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #price .payment .well01 p {
    text-align: left;
  }
}
#price .payment .well01 img {
  margin-top: 20px;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #price .payment .well01 img {
    margin-top: 10px;
    width: 200px;
  }
}
#price .payment .flex03 .ttl04:first-of-type {
  margin-top: 0;
}
#price .payment .table01 {
  margin-top: 20px;
}
#price .payment .table01 th {
  background: #d9ebeb;
}
@media screen and (max-width: 767px) {
  #price .payment .table01 td {
    text-align: center;
  }
}
#price .payment .table01 li {
  line-height: 1.6;
}
#price .payment .table01.type1 th {
  width: 37%;
}
#price .payment .note {
  margin-top: 10px;
  font-size: 15px;
}
#price .payment .gr {
  font-size: 19px;
  color: #26B7BC;
}
@media screen and (max-width: 767px) {
  #price .payment .gr {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #price .payment .table-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  #price .payment .table-wrap .table01 {
    width: 500px!important;
  }
}

/*----------アクセス----------*/
@media screen and (max-width: 768px) {
  #access .schedule .table-wrap {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  #access .schedule .table-wrap table {
    width: 620px !important;
  }
}
@media screen and (max-width: 768px) {
  #access .schedule .table-wrap table td {
   text-align: center;
  }
}
#access .schedule .calendar {
  text-align: center;
}
#access .schedule .calendar iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #access .schedule .calendar iframe {
    height: 300px;
  }
}

#access .map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #access .map iframe {
    height: 300px;
  }
}
#access .map iframe + p {
  text-align: center;
  background: #F9EDF0;
  padding: 10px;
  line-height: 1.7;
}

#access .movie {
  text-align: center;
}

#access .movie iframe {
  width: 800px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  #access .movie iframe {
    width: 100%;
    height: 51vw;
  }
}
#access .movie iframe + p {
  font-size: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #access .movie iframe + p {
    font-size: 14px;
  }
}
/*----------入れ歯----------*/
#denture .ttl01 + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #denture .ttl01 + p {
    text-align: left;
  }
}
#denture .kinds .max-img {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #denture .kinds .max-img {
    margin: 20px 0;
  }
}
#denture .kinds .max-img img {
  width: 650px;
  border: 1px solid #ccc;
}

/*----------インプラント----------*/
#implant .ttl01 + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #implant .ttl01 + p {
    text-align: left;
  }
}
#implant .commitment .max-img {
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #implant .commitment .max-img {
    margin: 20px 0;
  }
}
#implant .commitment .max-img img {
  width: 700px;
}
@media screen and (max-width: 767px) {
  #implant .commitment .max-img img {
    width: 100%;
  }
}
#implant .guarantee .list03 {
  max-width: 500px;
  margin: 0 auto;
}
#implant .guarantee .note {
  text-align: center;
}
#implant .miniinplant .max-img {
  margin: 20px 0 30px;
  text-align: center;
}
#implant .miniinplant .max-img img {
  width: 650px;
  border: 1px solid #ccc;
}

/*----------虫歯治療----------*/
#cavities .treatment .ttl02 {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  #cavities .treatment .ttl02 {
    font-size: 22px;
  }
}
#cavities .treatment .comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #cavities .treatment .comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cavities .treatment .comparison .item {
  width: 350px;
}
@media screen and (max-width: 768px) {
  #cavities .treatment .comparison .item {
    width: 270px;
  }
}
#cavities .treatment .comparison .item img {
  width: 100%;
}
#cavities .rootcanal .max-img {
  margin: 20px 0 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #cavities .rootcanal .max-img {
    margin: 20px 0;
  }
}
#cavities .rootcanal .max-img img {
  width: 800px;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #cavities .rootcanal .max-img img {
    width: 100%;
    padding: 0;
    border: none;
  }
}
#cavities .rootcanal .comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #cavities .rootcanal .comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#cavities .rootcanal .comparison .item {
  width: 270px;
}
#cavities .rootcanal .comparison .item img {
  width: 100%;
}
#cavities .kinds .grid-img {
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #cavities .kinds .grid-img {
    gap: 10px;
  }
}
#cavities .kinds .grid-img img {
  width: 100%;
}

/*----------審美セラミック治療----------*/
#ceramic .case .table01 th {
  line-height: 2;
  width: 240px;
  padding: 5px 20px;
}
@media screen and (max-width: 767px) {
  #ceramic .case .table01 th {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#ceramic .case .table01 td {
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ceramic .case .table01 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*----------矯正歯科----------*/
#orthodontics .ttl01 + p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #orthodontics .ttl01 + p {
    text-align: left;
  }
}
#orthodontics .doctor .comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #orthodontics .doctor .comparison {
    gap: 10px;
  }
}
#orthodontics .doctor .comparison .item {
  width: 350px;
}
#orthodontics .doctor .comparison .item img {
  width: 100%;
}
#orthodontics .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #orthodontics .center {
    text-align: left;
  }
}

/*----------歯周病治療----------*/
#periodontal .system .max-img {
  margin: 20px 0 20px;
  text-align: center;
}
#periodontal .system .max-img img {
  width: 800px;
  padding: 20px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #periodontal .system .max-img img {
    border: none;
    padding: 0;
  }
}
#periodontal .lose .img.sm {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #periodontal .lose .img.sm {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
#periodontal .disease .max-img {
  margin: 20px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #periodontal .disease .max-img {
    text-align: left;
  }
}
#periodontal .disease .max-img img {
  width: 440px;
}
#periodontal .disease .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #periodontal .disease .center {
    text-align: left;
  }
}

/*----------ホワイトニング----------*/
#whitening .reason .center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #whitening .reason .center {
    text-align: left;
  }
}
#whitening .reason .btn01 {
  margin-top: 30px;
}

/*----------小児歯科----------*/
#kids .protect .ttl03 small {
  font-size: 82%;
}
@media screen and (max-width: 767px) {
  #kids .protect .table01 th {
    width: 100px;
  }
}

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

  専門ページ

============================================================================*/
/*----------予防歯科----------*/
#body:has(#prevention) #page_header, #body:has(#prevention) #side_button, #body:has(#prevention) #bread_crumb, #body:has(#prevention) #footer_top {
  display: none !important;
}

#body:has(#prevention) #page_header {
  margin-bottom: 0px !important;
}

#body:has(#prevention) #main_contents {
  width: 100% !important;
  padding: 0 !important;
}

#body:has(#prevention) #page_content {
  margin-top: 0px;
  padding: 0px !important;
}

#prevention {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-size: 18px;
  line-height: 2;
  color: #462006;
}
@media screen and (max-width: 768px) {
  #prevention {
    font-size: 14px;
  }
}
#prevention .tomato {
  color: #F47B6D;
}
#prevention .sky {
  color: #42C3E7;
}
#prevention .ttl-type1 {
  padding: 60px 0;
  text-align: center;
  font-size: 46px;
  line-height: 1.6;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type1 {
    padding: 25px 0;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.3;
  }
}
#prevention .ttl-type1 .en {
  display: block;
  font-size: 22px;
  color: #AFCF39;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type1 .en {
    font-size: 14px;
    padding-top: 5px;
  }
}
#prevention .ttl-type1 .inner {
  position: relative;
  display: inline-block;
}
#prevention .ttl-type1 .inner::before {
  content: "";
  width: 200px;
  height: 83px;
  background: url(../images/prevention/ttl-type1-deco1.png) center/contain no-repeat;
  position: absolute;
  left: -270px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type1 .inner::before {
    top: 58%;
    left: -89px;
    width: 79px;
    height: 27px;
  }
}
#prevention .ttl-type1 .inner::after {
  content: "";
  width: 200px;
  height: 83px;
  background: url(../images/prevention/ttl-type1-deco2.png) center/contain no-repeat;
  position: absolute;
  right: -270px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type1 .inner::after {
    top: 58%;
    right: -89px;
    width: 79px;
    height: 27px;
  }
}
#prevention .ttl-type2 {
  position: relative;
  margin-bottom: 55px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type2 {
    margin-bottom: 30px;
  }
}
#prevention .ttl-type2 h3 {
  font-size: 46px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type2 h3 {
    font-size: 24px;
    letter-spacing: 1px;
  }
}
#prevention .ttl-type2 .ttl-bg {
  position: absolute;
  top: -34px;
  left: 50%;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.253);
  letter-spacing: 16px;
  font-size: 119px;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #prevention .ttl-type2 .ttl-bg {
    font-size: 60px;
    letter-spacing: 7px;
    top: -18px;
  }
}
#prevention #mv {
  position: relative;
  background: url(../images/prevention/mv.jpg) no-repeat 50% 10%;
  background-size: cover;
  height: 620px;
}
@media screen and (max-width: 768px) {
  #prevention #mv {
    height: calc(100svh - 60px);
    background: url(../images/prevention/mv-sp.jpg);
    background-position: bottom;
    background-size: 120%;
  }
}
#prevention #mv::after {
  content: "";
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 528px;
  height: 374px;
  background-color: rgba(113, 197, 199, 0.8431372549);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  #prevention #mv::after {
    width: 250px;
    height: 150px;
  }
}
#prevention #mv::before {
  content: "";
  display: block;
  width: 680px;
  height: 471px;
  background: url(../images/prevention/mv-catch-bg.png) center/contain no-repeat;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention #mv::before {
    width: 94%;
    top: 25%;
    left: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
#prevention #mv .txt {
  position: absolute;
  top: 52.5%;
  left: 5.9%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #prevention #mv .txt {
    top: 26%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
#prevention #mv .txt h2 {
  letter-spacing: 2px;
  font-size: 41px;
  color: #462006;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #prevention #mv .txt h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#prevention #mv .txt h2 span {
  font-size: 47px;
}
@media screen and (max-width: 768px) {
  #prevention #mv .txt h2 span {
    font-size: 22px;
  }
}
#prevention #mv .txt p {
  color: #462006;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #prevention #mv .txt p {
    font-size: 12px;
  }
}
#prevention #mv .mv-feature {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  #prevention #mv .mv-feature {
    right: auto;
    bottom: 20px;
    left: 20px;
    gap: 10px;
  }
}
#prevention #mv .mv-feature .item {
  background: #FCB900;
  border: 3px solid #fff;
  border-radius: 100vw;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #prevention #mv .mv-feature .item {
    width: 110px;
    height: 110px;
    z-index: 1;
  }
}
#prevention #mv .mv-feature .item img {
  width: 56px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #prevention #mv .mv-feature .item img {
    width: 40px;
    margin-bottom: 5px;
  }
}
#prevention #mv .mv-feature .item p {
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #prevention #mv .mv-feature .item p {
    font-size: 14px;
  }
}
#prevention #mv .mv-feature .item:last-of-type {
  background: #F47B6D;
}
#prevention .intro-cont {
  padding: 110px 0 80px;
  background: #F9F4B7;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont {
    padding: 80px 0 40px;
  }
}
#prevention .intro-cont .contents-wrap {
  position: relative;
}
#prevention .intro-cont .contents-wrap::before {
  content: "";
  background: url(../images/prevention/intro-deco1.png);
  background-size: cover;
  position: absolute;
  width: 161px;
  height: 196px;
  left: -30px;
  bottom: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents-wrap::before {
    width: 63px;
    height: 75px;
    left: -10px;
    bottom: -37px;
  }
}
#prevention .intro-cont .contents-wrap::after {
  content: "";
  background: url(../images/prevention/intro-deco2.png);
  background-size: cover;
  position: absolute;
  width: 160px;
  height: 198px;
  right: -40px;
  bottom: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents-wrap::after {
    width: 66px;
    height: 83px;
    right: -10px;
    bottom: -39px;
  }
}
#prevention .intro-cont .contents {
  background: #fff;
  border-radius: 80px;
  position: relative;
  padding: 80px 30px 50px;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents {
    padding: 40px 20px 40px;
    border-radius: 40px;
  }
}
#prevention .intro-cont .contents::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 80px;
  border: 3px dotted #F47B6D;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents::before {
    top: 5px;
    left: 5px;
    border-radius: 40px;
    right: 5px;
    bottom: 5px;
  }
}
#prevention .intro-cont .contents h3 {
  text-align: center;
  background: #F47B6D;
  color: #fff;
  font-size: 32px;
  border-radius: 100vw;
  position: absolute;
  top: -40px;
  left: 50%;
  padding: 10px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}
#prevention .intro-cont .contents h3 span {
  position: relative;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents h3 span {
    display: block;
  }
}
#prevention .intro-cont .contents h3 span::before {
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 15px;
  background-color: #F47B6D;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents h3 span::before {
    bottom: -20px;
  }
}
#prevention .intro-cont .contents p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prevention .intro-cont .contents p {
    text-align: left;
  }
}
#prevention .preventive-cont .contents {
  background: #E5FFD2;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prevention .preventive-cont .contents {
    padding: 40px 0;
  }
}
#prevention .preventive-cont .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #prevention .preventive-cont .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#prevention .preventive-cont .contents .flex .img {
  width: 560px;
}
@media screen and (max-width: 768px) {
  #prevention .preventive-cont .contents .flex .img {
    width: 100%;
  }
}
#prevention .preventive-cont .contents .flex .img img {
  width: 100%;
}
#prevention .preventive-cont .contents .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 70px;
}
@media screen and (max-width: 768px) {
  #prevention .preventive-cont .contents .flex .txt {
    margin-right: 0;
    margin-top: 20px;
  }
}
#prevention .merit-cont {
  padding: 80px 0;
  background: url(../images/prevention/merit-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #prevention .merit-cont {
    padding: 40px 0;
  }
}
#prevention .merit-cont .contents .items {
  gap: 80px 80px;
}
@media screen and (max-width: 768px) {
  #prevention .merit-cont .contents .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
#prevention .merit-cont .contents .items .item {
  position: relative;
}
#prevention .merit-cont .contents .items .item .num {
  width: 97px;
  position: absolute;
  top: -25px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #prevention .merit-cont .contents .items .item .num {
    width: 60px;
    top: -10px;
  }
}
#prevention .merit-cont .contents .items .item .img {
  width: 100%;
}
#prevention .merit-cont .contents .items .item h4 {
  color: #fff;
  text-align: center;
  font-size: 34px;
  line-height: 1.4;
  margin: 5px 0 10px;
}
@media screen and (max-width: 768px) {
  #prevention .merit-cont .contents .items .item h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
#prevention .merit-cont .contents .items .item p {
  color: #fff;
}
#prevention .effective-cont .contents {
  padding: 80px 0;
  background: #FFE1DF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents {
    padding: 40px 0;
  }
}
#prevention .effective-cont .contents::after {
  content: "";
  background: url(../images/prevention/effective-deco.png);
  background-size: cover;
  position: absolute;
  width: 166px;
  height: 124px;
  left: 40px;
  bottom: 0px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents::after {
    width: 102px;
    height: 76px;
    left: 20px;
  }
}
#prevention .effective-cont .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#prevention .effective-cont .contents .flex .img {
  width: 574px;
}
@media screen and (max-width: 1200px) {
  #prevention .effective-cont .contents .flex .img {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents .flex .img {
    width: 100%;
  }
}
#prevention .effective-cont .contents .flex .img img {
  width: 100%;
}
#prevention .effective-cont .contents .flex .txt {
  margin-left: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents .flex .txt {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#prevention .effective-cont .contents .flex .txt h4 {
  font-size: 33px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #prevention .effective-cont .contents .flex .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#prevention .effective-cont .contents .flex .txt h4 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #FFE514));
  background: -webkit-linear-gradient(transparent 70%, #FFE514 50%);
  background: linear-gradient(transparent 70%, #FFE514 50%);
}
#prevention .care-cont {
  padding: 80px 0;
  background: #FFF8E5;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont {
    padding: 40px 0;
  }
}
#prevention .care-cont .ttl-type2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .ttl-type2 {
    margin-bottom: 30px;
  }
}
#prevention .care-cont .ttl-type2 h3 {
  color: #462006;
}
#prevention .care-cont .ttl-type2 .ttl-bg {
  color: rgba(175, 213, 49, 0.1725490196);
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .ttl-type2 .ttl-bg {
    top: -1px;
  }
}
#prevention .care-cont .contents .items .item {
  background: #AED531;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  border-radius: 100vw 0 0 100vw;
  height: 434px;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
    border-radius: 40px 0 0 40px;
  }
}
#prevention .care-cont .contents .items .item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 100px;
  padding-right: 50px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item .txt {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}
#prevention .care-cont .contents .items .item .txt h4 {
  font-size: 34px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  border-bottom: 3px dotted #fff;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item .txt h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#prevention .care-cont .contents .items .item .img {
  width: 467px;
  margin-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item .img {
    width: 100%;
    padding: 0 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#prevention .care-cont .contents .items .item .img img {
  width: 100%;
}
#prevention .care-cont .contents .items .item:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#prevention .care-cont .contents .items .item.rvs {
  background: #FCB900;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0px;
  margin-right: 40px;
  border-radius: 0 100vw 100vw 0;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item.rvs {
    border-radius: 0 40px 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px;
  }
}
#prevention .care-cont .contents .items .item.rvs .txt {
  padding-left: 50px;
  padding-right: 100px;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item.rvs .txt {
    padding: 20px 20px 0;
  }
}
#prevention .care-cont .contents .items .item.rvs .img {
  margin-right: 0px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #prevention .care-cont .contents .items .item.rvs .img {
    margin-left: 0;
  }
}
#prevention .care-cont .contents .items .item:nth-of-type(3) {
  background: #F47B6D;
}
#prevention .airflow-cont {
  background: #09A8D6;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont {
    padding: 40px 0;
  }
}
#prevention .airflow-cont .ttl-type2 .ttl-bg {
  top: 0px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .ttl-type2 .ttl-bg {
    font-size: 36px;
    top: 46px;
  }
}
#prevention .airflow-cont .contents .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#prevention .airflow-cont .contents .flex .img {
  width: 442px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .img {
    width: 70%;
    margin: 0 auto;
  }
}
#prevention .airflow-cont .contents .flex .img img {
  width: 100%;
}
#prevention .airflow-cont .contents .flex .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt {
    margin-left: 0;
  }
}
#prevention .airflow-cont .contents .flex .txt p {
  color: #fff;
}
#prevention .airflow-cont .contents .flex .txt .well {
  border-radius: 16px;
  background: #FFF8E5;
  padding: 30px 30px 25px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt .well {
    padding: 20px 20px 15px;
  }
}
#prevention .airflow-cont .contents .flex .txt .well h4 {
  color: #09A8D6;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt .well h4 {
    font-size: 18px;
  }
}
#prevention .airflow-cont .contents .flex .txt .well .list05 {
  padding: 0;
  background: none;
  margin-bottom: 0;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt .well .list05 {
    padding-left: 20px;
  }
}
#prevention .airflow-cont .contents .flex .txt .well .list05 li {
  margin-bottom: 5px;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt .well .list05 li {
    margin-left: 10px;
    font-size: 13px;
    margin-bottom: 2px;
  }
}
#prevention .airflow-cont .contents .flex .txt .well .list05 li:before {
  display: block;
  position: absolute;
  top: 8px;
  left: -33px;
  width: 20px;
  height: 20px;
  background-image: url(../images/prevention/check.png);
  background-size: cover;
  content: "";
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .flex .txt .well .list05 li:before {
    width: 16px;
    height: 16px;
    top: 6px;
    left: -25px;
  }
}
#prevention .airflow-cont .contents .merit_demerit .box {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .merit_demerit .box {
    padding: 20px;
  }
}
#prevention .airflow-cont .contents .merit_demerit .box .ttl {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  background: #F47B6D;
  color: #fff;
  border-radius: 100vw;
  padding: 8px 0;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #prevention .airflow-cont .contents .merit_demerit .box .ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#prevention .airflow-cont .contents .merit_demerit .box.merit li::before {
  color: #F47B6D;
}
#prevention .airflow-cont .contents .merit_demerit .box.demerit .ttl {
  background: #09A8D6;
}
#prevention .airflow-cont .contents .merit_demerit .box.demerit li::before {
  color: #09A8D6;
}
#prevention .flow-cont .contents {
  padding: 80px 0;
  background: url(../images/prevention/flow-bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .contents {
    padding: 40px 0;
  }
}
#prevention .flow-cont .items .item {
  background: #fff;
  border-radius: 40px;
  padding: 40px;
  border: 4px solid #AFCF39;
  position: relative;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item {
    padding: 20px;
  }
}
#prevention .flow-cont .items .item::before {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin: auto;
  width: 4px;
  height: 42px;
  border-right: #462006 dotted 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item::before {
    height: 30px;
    bottom: -39px;
  }
}
#prevention .flow-cont .items .item:last-of-type::before {
  display: none;
}
#prevention .flow-cont .items .item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#prevention .flow-cont .items .item img {
  position: absolute;
  width: 68px;
  top: -9px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item img {
    width: 40px;
    left: 20px;
  }
}
#prevention .flow-cont .items .item h4 {
  font-size: 32px;
  color: #AFCF39;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item h4 {
    font-size: 20px;
  }
}
#prevention .flow-cont .items .item p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #prevention .flow-cont .items .item p {
    text-align: left;
  }
}
#prevention .flow-cont .items .item:nth-of-type(2) {
  border: 4px solid #FCB900;
}
#prevention .flow-cont .items .item:nth-of-type(2) h4 {
  color: #FCB900;
}
#prevention .flow-cont .items .item:nth-of-type(3) {
  border: 4px solid #F47B6D;
}
#prevention .flow-cont .items .item:nth-of-type(3) h4 {
  color: #F47B6D;
}
#prevention .flow-cont .items .item:nth-of-type(4) {
  border: 4px solid #09A8D6;
}
#prevention .flow-cont .items .item:nth-of-type(4) h4 {
  color: #09A8D6;
}
#prevention .timing-cont {
  background: #DFF6FF;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont {
    padding: 40px 0;
  }
}
#prevention .timing-cont .ttl {
  text-align: center;
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#prevention .timing-cont .ttl .inner {
  display: inline-block;
  position: relative;
}
#prevention .timing-cont .ttl .inner::before {
  content: "";
  width: 113px;
  height: 77px;
  background: url(../images/prevention/timing-deco1.png) center/contain no-repeat;
  position: absolute;
  left: -160px;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .ttl .inner::before {
    display: none;
  }
}
#prevention .timing-cont .ttl .inner::after {
  content: "";
  width: 100px;
  height: 89px;
  background: url(../images/prevention/timing-deco2.png) center/contain no-repeat;
  position: absolute;
  right: -150px;
  bottom: -50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .ttl .inner::after {
    display: none;
  }
}
#prevention .timing-cont .contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#prevention .timing-cont .contents .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .contents .txt {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#prevention .timing-cont .contents .img {
  width: 512px;
}
@media screen and (max-width: 768px) {
  #prevention .timing-cont .contents .img {
    width: 100%;
  }
}
#prevention .timing-cont .contents .img img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */