@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
.mp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/*
Theme Name: 三木歯科
Description: 大阪府和泉市で一般歯科・小児歯科・予防歯科や妊婦さんの歯科治療は【三木歯科】
Theme URI: https://www.mikishika.jp/
Version: 1.0
License: 三木歯科
License URI: https://www.mikishika.jp/
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  color: #2b2a2a;
  font-weight: normal;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  transform: rotate(0.03deg);
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transform: rotate(0.03deg);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

_l-header.scss ヘッダー共通

*****************************************/
.l-header__inner {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  max-width: 1720px;
  width: 100%;
  margin-inline: auto;
  padding: 30px 10px 25px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    display: block;
    padding: 10px;
  }
}
.l-header__logo {
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .l-header__logo {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 230px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header-top {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1720px;
  width: 100%;
}

.l-header-right {
  display: flex;
  flex-flow: nowrap column;
}
@media screen and (max-width: 767px) {
  .l-header-right {
    display: none;
  }
}
.l-header-right__aside {
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-end;
}
.l-header-right__info {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 20px;
  margin-bottom: 15px;
}
.l-header-right__zip {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.l-header-right__tel {
  width: 256px;
}
.l-header-right__time {
  position: relative;
  right: -10px;
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 15px;
}
.l-header-right__open, .l-header-right__close {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 10px;
}
.l-header-right__open .ttl,
.l-header-right__open .txt, .l-header-right__close .ttl,
.l-header-right__close .txt {
  display: inline-block;
}
.l-header-right__open .ttl, .l-header-right__close .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  border: 3px solid #043c93;
  border-radius: 10px;
}
.l-header-right__open .ttl .inner, .l-header-right__close .ttl .inner {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0.01em;
}
.l-header-right__open .txt, .l-header-right__close .txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.l-header-right__notice {
  position: relative;
  right: -10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.l-header-right-contact {
  width: 120px;
  height: 120px;
}
.l-header-right-contact a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  text-decoration: none;
  text-align: center;
  font-size: 1.6rem;
}
.l-header-right-contact a:is(:link, :visited) {
  color: #fff;
}
.l-header-right-contact a:is(:hover, :active) {
  color: #fff;
  background: #06B8DF;
}
.l-header-right-contact__img {
  position: absolute;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.l-header-right-contact__txt {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi .menu {
  position: relative;
  z-index: 99999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 60px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2b2a2a;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu li a {
    padding: 5px 40px 5px;
  }
}
#g_navi .menu li a:is(:link, :visited) {
  color: #2b2a2a;
}
#g_navi .menu li a:is(:hover, :active) {
  color: #2b2a2a;
}

#g_navi .menu > li::after {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #cccccc;
  background-size: 100%;
  z-index: 999;
}

#g_navi .menu > li:first-child::before {
  display: block;
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #cccccc;
  background-size: 100%;
  z-index: 999;
}

#sp_navi .menu-item a,
#sp_navi .sub-menu li a,
#g_navi .menu li a,
#g_navi .menu li ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: 500;
  background: #043c93;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#g_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #043c93;
  opacity: 0.6;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #043c93;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
  }
  .menu > li > a:after {
    bottom: -5px;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 7px 8px;
    background: #ac70c6;
    border: 1px solid #fff;
    border-radius: 8px;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #043c93;
    opacity: 0.95;
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

メインビジュアル

*****************************************/
.l-mv-top {
  position: relative;
  overflow: hidden;
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 2000px) {
  .l-mv-top {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top {
    width: calc(100% - 20px);
    border-radius: 15px;
  }
}
.l-mv-top__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
.l-mv-top__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}
@media screen and (max-width: 1800px) {
  .l-mv-top__ttl {
    width: clamp(646px, 52vw, 925px);
    height: auto;
    aspect-ratio: 925/370;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-top__ttl {
    width: clamp(240px, 52vw, 925px);
    bottom: -10px;
    left: -20px;
  }
}
.l-mv-top__ttl img {
  display: block;
  width: 100%;
  height: auto;
}

.l-mv-page {
  position: relative;
  overflow: hidden;
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (max-width: 2000px) {
  .l-mv-page {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page {
    width: calc(100% - 20px);
    border-radius: 15px;
  }
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 2000px) {
  .l-mv-page__pic-img {
    left: calc(50% - 880px);
    width: 1760px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -15%;
    width: 130%;
  }
}
.l-mv-page__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 580px;
  height: auto;
  aspect-ratio: 580/120;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    width: 280px;
  }
}
.l-mv-page__ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 580px;
  height: auto;
  aspect-ratio: 580/120;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/mv_page_tll_bg.png) no-repeat;
  background-size: 100%;
  z-index: -999;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl::before {
    width: 280px;
    opacity: 0.9;
  }
}
.l-mv-page__ttl-inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl-inner {
    font-size: 2.2rem;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1220px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 100px;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 60px;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 5px 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #2b2a2a;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #2b2a2a;
}
.breadcrumb a:is(:hover, :active) {
  color: #2b2a2a;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2b2a2a;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.l-btm-sec {
  background: #cedef6;
}
.l-btm-sec__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 70px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    flex-flow: nowrap column;
    padding: 150px 10px 60px;
  }
}
.l-btm-sec__txt920 {
  margin-top: 85px;
  width: 56.7901234568%;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt920 {
    margin-top: 0;
    width: 100%;
  }
}
.l-btm-sec__fig656 {
  padding-left: 0px;
  width: 40.4938271605%;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__fig656 {
    margin-bottom: 10px !important;
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
  }
}
.l-btm-sec__fig656 img {
  display: block;
  width: 100%;
  height: auto;
}
.l-btm-sec__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.2;
  color: #565656;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__txt {
    font-size: 1.4rem;
  }
}

.l-btm-sec-ttl {
  position: relative;
  display: flex;
  flex-flow: nowrap column;
  align-items: flex-start;
  margin-bottom: 50px;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.l-btm-sec-ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 379px;
  height: auto;
  aspect-ratio: 379/249;
  top: -80%;
  left: 51%;
  background: url(images/btm_bubble.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 1640px) {
  .l-btm-sec-ttl::before {
    width: 288px;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::before {
    top: -140%;
    left: 170px;
    width: 180px;
  }
}
.l-btm-sec-ttl__btm {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__btm {
    padding-left: 40px;
  }
}

/****************************************

_l-footer.scss フッター共通

*****************************************/
.l-footer {
  width: 100%;
  border-top: 2px solid #043c93;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 60px;
  }
}
.l-footer__inner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 20px 10px 20px;
  }
}

.l-footer-pc {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  margin-bottom: 45px;
}

.l-footer__logo {
  display: inline-block;
  margin-bottom: 10px;
}
.l-footer__logo a {
  display: block;
}
.l-footer__zip {
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.l-footer__time {
  margin-bottom: 10px;
}
.l-footer__close {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.l-footer__close .ttl,
.l-footer__close .txt {
  display: inline-block;
}
.l-footer__close .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  border: 3px solid #043c93;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__close .ttl {
    width: 70px;
    height: 30px;
    border: 2px solid #043c93;
  }
}
.l-footer__close .ttl .inner {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-footer__close .ttl .inner {
    font-size: 1.4rem;
  }
}
.l-footer__close .txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
}
.l-footer__close .txt01 {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__close .txt01 {
    margin-left: 10px;
  }
}
.l-footer__close .txt02 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__close .txt02 {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.l-footer__txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-footer-sp {
    max-width: 492px;
    margin-inline: auto;
  }
}

/* ----------- コピーライト ----------- */
.l-footer-copyright {
  padding: 5px 10px;
  background: #043c93;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
  overflow-wrap: break-word !important;
  word-break: break-all !important;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding: 5px 10px;
    font-size: 1.2em;
  }
}

/* ----------- ページトップ ----------- */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: none !important;
  }
}

.l-footer-sitemap__cat,
.l-footer-sitemap__page a {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.l-footer-sitemap__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
.l-footer-sitemap__page {
  padding: 0 10px;
  height: 20px;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  line-height: 20px;
}
.l-footer-sitemap__page a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.l-footer-sitemap__page:first-child {
  border-left: none;
}
.l-footer-sitemap__page:last-child {
  border-right: none;
}
.l-footer-sitemap__page + .l-footer-sitemap__page {
  border-left: none;
}

.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
}
.l-footer-link a:is(:link, :visited) {
  color: #2b2a2a;
}
.l-footer-link a:is(:hover, :active) {
  color: #043c93;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #043c93;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #043c93;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_access.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #043c93;
  border: 1px solid #043c93;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #043c93;
  background: #043c93;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #ac70c6;
  border: solid 1px #ac70c6;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-below a {
    margin: 0 8px;
  }
}
.nav-below a:is(:link, :visited) {
  color: #2b2a2a;
}
.nav-below a:is(:hover, :active) {
  color: #043c93;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #043c93;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.03deg);
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100vh;
  border: 2px solid #043c93;
  background: #043c93;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn01 a {
    font-size: 1.6rem;
  }
}
.c-btn01 a:hover {
  color: #043c93;
  background: #fff;
}

.c-btn01--top-sec01 {
  margin: auto auto 0;
  max-width: 380px;
  width: 100%;
}
.c-btn01--top-sec01 a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn01--top-sec01 a {
    padding: 11px 10px;
  }
}

.c-btn02 a {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100vh;
  border: 2px solid #043c93;
  background: #043c93;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.6rem;
  }
}
.c-btn02 a:hover {
  color: #043c93;
  background: #fff;
}
.c-btn02 a::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 14/16;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(images/c_btn02_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.c-btn02 a:hover::after {
  background: url(images/c_btn02_arrow_hover.png) no-repeat;
  background-size: 100%;
}

.c-btn02--top-sec03 {
  margin-top: 30px;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn02--top-sec03 {
    margin-inline: auto;
    width: 250px;
  }
}
.c-btn02--top-sec03 a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn02--top-sec03 a {
    padding: 11px 10px;
  }
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}
.c-headline::before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: auto;
  aspect-ratio: 150/14;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline_wave.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-headline::before {
    width: auto;
    height: 7px;
  }
}

.c-ttl01 {
  position: relative;
  padding: 0 0 5px 45px;
  border-bottom: 2px solid #cccccc;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.8rem;
  }
}
.c-ttl01::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 34/29;
  top: 5px;
  left: 0;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}

.c-ttl02 {
  padding: 6px 30px;
  background: #dfecfa;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    padding: 6px 20px;
    font-size: 1.7rem;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

ブログページなど、PHP専用

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt720,
.c-flex-r__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt720,
  .c-flex-r__txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex__fig440,
.c-flex-r__fig440 {
  max-width: 440px;
  width: 100%;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt720,
.c-flex-r-order__txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt720,
  .c-flex-r-order__txt720 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px !important;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

エレメンター専用

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex .txt720,
.c-flex-r .txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt720,
  .c-flex-r .txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .txt920,
.c-flex-r .txt920 {
  width: 920px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt920,
  .c-flex-r .txt920 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .txt880,
.c-flex-r .txt880 {
  width: 880px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt880,
  .c-flex-r .txt880 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .txt770,
.c-flex-r .txt770 {
  width: 770px;
}
@media screen and (max-width: 767px) {
  .c-flex .txt770,
  .c-flex-r .txt770 {
    margin-top: 10px;
    width: 100%;
  }
}
.c-flex .fig440,
.c-flex-r .fig440 {
  max-width: 440px;
  width: 100%;
}
.c-flex .fig440 img,
.c-flex-r .fig440 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-flex .fig440 img,
  .c-flex-r .fig440 img {
    border-radius: 15px;
  }
}
.c-flex .fig165,
.c-flex-r .fig165 {
  max-width: 165px;
  width: 100%;
}
.c-flex .fig280,
.c-flex-r .fig280 {
  max-width: 280px;
  width: 100%;
}
.c-flex .fig390,
.c-flex-r .fig390 {
  max-width: 390px;
  width: 100%;
}
.c-flex .fig390 img,
.c-flex-r .fig390 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-flex .fig390 img,
  .c-flex-r .fig390 img {
    border-radius: 15px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list .item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list .item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list .fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list .fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list .fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border-top: 1px solid #043c93;
  border-left: 1px solid #043c93;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #dfecfa;
  font-size: 2rem;
  color: #043c93;
}
.c-table tbody td {
  background: #fff;
  font-size: 1.8rem;
  color: #565656;
}
.c-table tbody th,
.c-table tbody td {
  border-bottom: 1px solid #043c93;
  border-right: 1px solid #043c93;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.c-table tbody tr:first-child td {
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:first-child td {
    border-radius: 0;
  }
}
.c-table tbody tr:last-child th {
  border-radius: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child th {
    border-radius: 0;
  }
}
.c-table tbody tr:last-child td {
  border-radius: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr:last-child td {
    border-radius: 0 0 10px 10px;
  }
}

/*---------- pages-table ----------*/
.p-overview-table {
  max-width: 770px;
  width: 100%;
}
.p-overview-table tbody th {
  width: 25.974025974%;
}
.p-overview-table tbody td {
  width: 74.025974026%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.p-fee-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #043c93;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fee-table {
    display: block;
    border: none;
    width: 100%;
  }
}
.p-fee-table thead {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead {
    display: none;
  }
}
.p-fee-table thead th {
  background: #dfecfa;
  border-bottom: 1px solid #043c93;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead th {
    font-size: 1.6rem;
  }
}
.p-fee-table tbody {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fee-table tbody {
    display: block;
  }
}
.p-fee-table tbody tr:last-child td,
.p-fee-table tbody tr:last-child th {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-fee-table tbody tr:last-child td,
  .p-fee-table tbody tr:last-child th {
    border-bottom: 1px solid #043c93;
  }
}
.p-fee-table tbody th {
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-fee-table tbody th {
    background: #dfecfa;
  }
}
.p-fee-table thead tr th:not(:first-child),
.p-fee-table thead tr td:not(:first-child),
.p-fee-table tbody tr th:not(:first-child),
.p-fee-table tbody tr td:not(:first-child) {
  border-left: 1px solid #043c93;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead tr th:not(:first-child),
  .p-fee-table thead tr td:not(:first-child),
  .p-fee-table tbody tr th:not(:first-child),
  .p-fee-table tbody tr td:not(:first-child) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fee-table thead tr td:last-child,
  .p-fee-table tbody tr td:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .p-fee-table thead tr,
  .p-fee-table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #043c93;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-fee-table thead th::before,
  .p-fee-table tbody th::before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
    color: #043c93;
  }
}
.p-fee-table thead td,
.p-fee-table tbody td {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead td,
  .p-fee-table tbody td {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: none;
    position: relative;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-fee-table thead td::before,
  .p-fee-table tbody td::before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    margin-right: 0.5em;
    color: #043c93;
  }
}
.p-fee-table thead th,
.p-fee-table thead td,
.p-fee-table tbody th,
.p-fee-table tbody td {
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #043c93;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead th,
  .p-fee-table thead td,
  .p-fee-table tbody th,
  .p-fee-table tbody td {
    padding: 10px;
  }
}
.p-fee-table thead .box01,
.p-fee-table tbody .box01 {
  width: 37.5%;
}
.p-fee-table thead .box02,
.p-fee-table tbody .box02 {
  text-align: center;
  width: 25.8333333333%;
}
.p-fee-table thead .box03,
.p-fee-table tbody .box03 {
  text-align: center;
  width: 10.8333333333%;
}
.p-fee-table thead .box04,
.p-fee-table tbody .box04 {
  text-align: center;
  width: 25.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-fee-table thead .box01,
  .p-fee-table thead .box02,
  .p-fee-table thead .box03,
  .p-fee-table thead .box04,
  .p-fee-table tbody .box01,
  .p-fee-table tbody .box02,
  .p-fee-table tbody .box03,
  .p-fee-table tbody .box04 {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  tbody tr:last-child {
    margin-bottom: 0;
  }
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
@media screen and (max-width: 767px) {
  .c-list li:not(:first-of-type) {
    margin-top: 10px;
  }
}

/****************************************

_el-reset.scss リセットCSS（エレメンター）

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

/****************************************

ボタン

*****************************************/
.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  width: 100%;
}

.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  text-shadow: none !important;
}

.elementor-button {
  border-radius: 0px;
}

/****************************************

_el-title.scss 見出し共通（エレメンター）

*****************************************/
/** トップ **/
.el-top-sec01-ttl .elementor-heading-title {
  margin-bottom: 55px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-ttl .elementor-heading-title {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.el-top-sec01-ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 86px;
  height: auto;
  aspect-ratio: 86/78;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_ttl_bg01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-ttl .elementor-heading-title::before {
    width: 40px;
    top: -40px;
  }
}
.el-top-sec01-ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: auto;
  aspect-ratio: 150/14;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec01_ttl_bg02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec01-ttl .elementor-heading-title::after {
    width: auto;
    height: 7px;
    bottom: 10px;
  }
}

.el-top-sec02-ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0.05em;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl .elementor-heading-title {
    font-size: 2.2rem;
  }
}
.el-top-sec02-ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 571px;
  height: auto;
  aspect-ratio: 571/14;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/top_sec02_ttl_bg02.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl .elementor-heading-title::after {
    width: 100%;
    height: 8px;
    left: 0;
    transform: translateX(0%);
    background: url(images/top_sec02_ttl_bg02.png) repeat-x;
    background-size: 326px 8px;
  }
}

.el-top-sec02-ttl--left .elementor-heading-title {
  padding: 0 0 25px 115px;
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl--left .elementor-heading-title {
    padding: 0 0 15px 65px;
  }
}
.el-top-sec02-ttl--left .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 68px;
  height: auto;
  aspect-ratio: 68/57;
  top: -10px;
  left: 30px;
  background: url(images/top_sec02_ttl_bg01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl--left .elementor-heading-title::before {
    width: auto;
    height: 35px;
    top: -5px;
    left: 10px;
  }
}

.el-top-sec02-ttl--right .elementor-heading-title {
  padding: 0 0 25px 35px;
}
@media screen and (max-width: 767px) {
  .el-top-sec02-ttl--right .elementor-heading-title {
    padding: 0 0 10px 10px;
  }
}

.el-top-sec03-ttl .elementor-heading-title {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.el-top-sec03-ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: url(images/top_sec03_ttl_bg.png) repeat-x;
  background-size: 30px 5px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title::before {
    height: 3px;
    background: url(images/top_sec03_ttl_bg.png) repeat-x;
    background-size: 18px 3px;
  }
}
.el-top-sec03-ttl .elementor-heading-title .container {
  position: relative;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title .container {
    position: initial;
    left: initial;
  }
}
.el-top-sec03-ttl .elementor-heading-title .left {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1800px) {
  .el-top-sec03-ttl .elementor-heading-title .left {
    font-size: clamp(3.3rem, 2.7vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title .left {
    font-size: clamp(1.8rem, 2.9vw, 2.2rem);
  }
}
.el-top-sec03-ttl .elementor-heading-title .right {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  color: #2b2a2a;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 1800px) {
  .el-top-sec03-ttl .elementor-heading-title .right {
    font-size: clamp(2.6rem, 2.3vw, 4.2rem);
  }
}
@media screen and (max-width: 767px) {
  .el-top-sec03-ttl .elementor-heading-title .right {
    font-size: clamp(1.6rem, 2.4vw, 1.8rem);
  }
}

/** 下層 **/
.el-headline .elementor-heading-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}
.el-headline .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 150px;
  height: auto;
  aspect-ratio: 150/14;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/headline_wave.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title::before {
    width: auto;
    height: 7px;
  }
}

.el-ttl01 .elementor-heading-title {
  position: relative;
  padding: 0 0 5px 45px;
  border-bottom: 2px solid #cccccc;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .el-ttl01 .elementor-heading-title {
    padding: 0 0 5px 35px;
    font-size: 1.8rem;
  }
}
.el-ttl01 .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 34/29;
  top: 5px;
  left: 0;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .el-ttl01 .elementor-heading-title::before {
    width: 25px;
    top: 3px;
  }
}

.el-ttl02 .elementor-heading-title {
  padding: 6px 30px;
  background: #dfecfa;
  border-radius: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .el-ttl02 .elementor-heading-title {
    padding: 6px 20px;
    font-size: 1.7rem;
  }
}

/****************************************

_el-button.scss ボタン共通（エレメンター）

*****************************************/
/*---------------------button共通*/
.el-btn .elementor-widget-container .elementor-button-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5 !important;
  transform: rotate(0.03deg);
}

/*---------------------buttonトップ、下層*/
.el-btn01 .elementor-widget-container .elementor-button-wrapper a {
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100vh;
  border: 2px solid #043c93;
  background: #043c93;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el-btn01 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.6rem;
  }
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a:hover {
  color: #043c93;
  background: #fff;
}

.el-btn01--top-sec01 {
  margin: auto auto 0;
  max-width: 380px;
  width: 100%;
}
.el-btn01--top-sec01 .elementor-widget-container .elementor-button-wrapper a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec01 .elementor-widget-container .elementor-button-wrapper a {
    padding: 11px 10px;
  }
}

.el-btn01--message {
  margin: 30px auto 0 0;
  max-width: 380px;
  width: 100%;
}
.el-btn01--message .elementor-widget-container .elementor-button-wrapper a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .el-btn01--message .elementor-widget-container .elementor-button-wrapper a {
    padding: 11px 10px;
  }
}

.el-btn02 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 100vh;
  border: 2px solid #043c93;
  background: #043c93;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .el-btn02 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.6rem;
  }
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a:hover {
  color: #043c93;
  background: #fff;
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: auto;
  aspect-ratio: 14/16;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(images/c_btn02_arrow.png) no-repeat;
  background-size: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.el-btn02 .elementor-widget-container .elementor-button-wrapper a:hover::after {
  background: url(images/c_btn02_arrow_hover.png) no-repeat;
  background-size: 100%;
}

.el-btn02--top-sec03 {
  margin-top: 30px;
  max-width: 380px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .el-btn02--top-sec03 {
    margin-inline: auto;
    width: 250px;
  }
}
.el-btn02--top-sec03 .elementor-widget-container .elementor-button-wrapper a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .el-btn02--top-sec03 .elementor-widget-container .elementor-button-wrapper a {
    padding: 11px 10px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
/****************************************

_el-flex.scss 見出し、テキスト、画像のセット（エレメンター）

*****************************************/
.el-flex .elementor-container {
  flex-flow: row wrap;
}

.el-flex-r .elementor-container {
  flex-flow: row-reverse wrap;
}

.el-flex .elementor-container,
.el-flex-r .elementor-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container,
  .el-flex-r .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.el-flex .elementor-container .txt720,
.el-flex-r .elementor-container .txt720 {
  width: 720px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt720,
  .el-flex-r .elementor-container .txt720 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .txt920,
.el-flex-r .elementor-container .txt920 {
  width: 920px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt920,
  .el-flex-r .elementor-container .txt920 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .txt880,
.el-flex-r .elementor-container .txt880 {
  width: 880px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt880,
  .el-flex-r .elementor-container .txt880 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .txt770,
.el-flex-r .elementor-container .txt770 {
  width: 770px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt770,
  .el-flex-r .elementor-container .txt770 {
    margin-top: 10px;
    width: 100%;
  }
}
.el-flex .elementor-container .fig440,
.el-flex-r .elementor-container .fig440 {
  max-width: 440px;
  width: 100%;
}
.el-flex .elementor-container .fig440 img,
.el-flex-r .elementor-container .fig440 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .fig440 img,
  .el-flex-r .elementor-container .fig440 img {
    border-radius: 15px;
  }
}
.el-flex .elementor-container .fig165,
.el-flex-r .elementor-container .fig165 {
  max-width: 165px;
  width: 100%;
}
.el-flex .elementor-container .fig280,
.el-flex-r .elementor-container .fig280 {
  max-width: 280px;
  width: 100%;
}
.el-flex .elementor-container .fig390,
.el-flex-r .elementor-container .fig390 {
  max-width: 390px;
  width: 100%;
}
.el-flex .elementor-container .fig390 img,
.el-flex-r .elementor-container .fig390 img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .fig390 img,
  .el-flex-r .elementor-container .fig390 img {
    border-radius: 15px;
  }
}

/****************************************

_el-faq.scss よくある質問（アコーディオン）（エレメンター）

*****************************************/
.elementor-accordion .elementor-tab-title {
  position: relative;
  margin-bottom: 10px !important;
  padding: 7px 20px 17px 0 !important;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title {
    padding: 3px 10px 3px 0 !important;
  }
}
.elementor-accordion .elementor-tab-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: url(images/top_sec03_ttl_bg.png) repeat-x;
  background-size: 30px 5px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title::before {
    height: 3px;
    background: url(images/top_sec03_ttl_bg.png) repeat-x;
    background-size: 18px 3px;
  }
}

.elementor-accordion .elementor-tab-title a {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500 !important;
  font-size: 2.2rem !important;
  color: #565656 !important;
  letter-spacing: 0em;
  line-height: 1.5 !important;
  padding: 0 35px 0 35px;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a {
    font-size: 1.6rem !important;
    padding: 0 20px 6px 25px;
  }
}

.elementor-accordion .elementor-tab-title a::before {
  position: absolute;
  content: "Q";
  left: 0;
  top: -7px;
  font-family: "メイリオ", "Meiryo", sans-serif !important;
  font-size: 3rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a::before {
    top: -3px;
    left: 0px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}

.elementor-accordion .elementor-tab-content {
  position: relative;
  border-top: none !important;
}

.elementor-accordion .elementor-tab-content::before {
  position: absolute;
  content: "A";
  left: 0;
  top: 0;
  font-family: "メイリオ", "Meiryo", sans-serif !important;
  font-size: 3rem;
  font-weight: bold;
  color: #f34a6a;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content::before {
    top: 0px;
    left: 0px;
    line-height: 30px;
    font-size: 1.6rem;
  }
}

.elementor-accordion .elementor-tab-content P {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content P {
    font-size: 1.4rem;
  }
}

.elementor-accordion-item {
  margin-bottom: 20px;
}

.elementor-accordion div:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item {
  padding: 30px;
  background: #dfecfa;
  border-radius: 20px;
  border-width: 1px;
  border: 1px solid #dfecfa !important;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-accordion-item {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .elementor-accordion-icon-right {
    position: relative;
    top: 0px;
  }
}

/****************************************

_el-table.scss テーブル共通（エレメンター）

*****************************************/
/**border,padding,width,fontなどの設定は案件によって変更する**/
/**ボーダーの指定 ul 上左右**/
.el-table .elementor-price-list {
  border-left: 1px solid #043c93;
  /**案件ごとに変更**/
  border-right: 1px solid #043c93;
  /**案件ごとに変更**/
  border-top: 1px solid #043c93;
  /**案件ごとに変更**/
}

/**ボーダーの指定 li 下**/
.el-table .elementor-price-list li {
  border-bottom: 1px solid #043c93;
  /**案件ごとに変更**/
}

/**ボーダーの指定 th 右**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #043c93;
  /**案件ごとに変更**/
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.el-table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.el-table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.5 !important;
  letter-spacing: 0em !important;
  /**案件ごとに変更**/
}

/** th **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: stretch;
  max-width: 100% !important;
  background: #dfecfa;
  font-size: 2rem;
  /**案件ごとに変更**/
  font-weight: 500;
  /**案件ごとに変更**/
  color: #043c93;
  /**案件ごとに変更**/
}

/** th span **/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  background: #fff;
  /**案件ごとに変更**/
  font-size: 1.8rem;
  font-weight: 500;
  color: #565656;
  /**案件ごとに変更**/
}

/**thとtdの間のタグいらないので削除**/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #043c93;
  }
  /** td **/
  .el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/*---------------------sample-table*/
.el-table--overview {
  max-width: 770px;
  width: 100%;
}

/** th **/
.el-table--overview .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 25.974025974% !important;
}

/** td **/
.el-table--overview .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 74.025974026% !important;
}

/* ───────────────────────────────
角丸テーブル（PC・スマホ共通）
   ─────────────────────────────── */
.el-table .elementor-price-list {
  border: 1px solid #043c93;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}

.el-table .elementor-price-list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .el-table .elementor-price-list {
    border-radius: 5px;
  }
}
/****************************************

_el-others.scss その他（エレメンター）

*****************************************/
/** section **/
/** p **/
/** figure **/
/**  ul　（アイコンリスト） **/
/**  ul　（内部セクションを複製して、CSSで作るリスト） **/
/****************************************

_el-common.scss 全ページ共通（エレメンター）

*****************************************/
/****************************************

_el-others.scss トップページ（エレメンター）

*****************************************/
.p-top-sec01 {
  padding: 160px 10px 150px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01 {
    padding: 70px 10px 60px;
  }
}

.p-top-sec01-list {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}
.p-top-sec01-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
  gap: 70px 80px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .elementor-container {
    gap: 40px 10px;
  }
}
.p-top-sec01-list .item {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .item {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec01-list .item .elementor-widget-wrap {
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
}
.p-top-sec01-list .fig500 .elementor-widget-container {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .fig500 .elementor-widget-container {
    margin-bottom: 10px;
  }
}
.p-top-sec01-list .fig500 .elementor-widget-container::before {
  display: block;
  content: "";
  position: absolute;
  width: 176px;
  height: auto;
  aspect-ratio: 176/148;
  bottom: -90px;
  left: -20px;
  background: url(images/top_sec01_picl_bg.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .fig500 .elementor-widget-container::before {
    width: 45px;
    bottom: -20px;
    left: -10px;
  }
}
.p-top-sec01-list .fig500 .elementor-widget-container img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .fig500 .elementor-widget-container img {
    border-radius: 15px;
  }
}
.p-top-sec01-list .txt {
  margin-bottom: 20px;
}
.p-top-sec01-list .ttl .elementor-heading-title {
  position: relative;
  z-index: 9999;
  margin-bottom: 20px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.8rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0.05em;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .p-top-sec01-list .ttl .elementor-heading-title {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}

.p-top-sec02 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 10px 80px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 {
    padding: 0 10px 110px;
  }
}
.p-top-sec02 .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 .elementor-container {
    flex-flow: nowrap column;
    gap: 60px 0;
  }
}
.p-top-sec02 .left,
.p-top-sec02 .right {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 .left,
  .p-top-sec02 .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-sec02 .right {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 500/435;
  }
}
.p-top-sec02 .right iframe {
  display: block;
  max-width: 500px;
  width: 100%;
  height: 435px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-sec02 .right iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 500/435;
    display: block;
  }
}

.p-top-sec03 {
  position: relative;
  padding: 7.5% 40px 0;
  background: url(images/top_sec03_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 {
    padding: 60px 10px 0;
  }
}
.p-top-sec03::before {
  display: block;
  content: "";
  position: absolute;
  width: 1000vw;
  height: 38px;
  top: -1px;
  left: -90px;
  background: url(images/top_sec03_wave.png) repeat-x;
  background-size: 110px 38px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-top-sec03::before {
    height: 18px;
    left: -30px;
    background: url(images/top_sec03_wave.png) repeat-x;
    background-size: 52px 18px;
  }
}
.p-top-sec03 .inner {
  position: relative;
  max-width: 1650px;
  width: 100%;
  margin-inline: auto;
}
.p-top-sec03 .inner .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 0 70px;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .inner .elementor-container {
    flex-flow: nowrap column;
    gap: 40px 0;
  }
}
.p-top-sec03 .txt950 {
  margin-top: 45px;
  padding-bottom: 7.3%;
  width: 57.5757575758%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .txt950 {
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.p-top-sec03 .fig632 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38.303030303%;
}
@media screen and (max-width: 767px) {
  .p-top-sec03 .fig632 {
    position: initial;
    bottom: initial;
    right: initial;
    margin: 0 auto;
    max-width: 370px;
    width: 100%;
  }
}
.p-top-sec03 .fig632 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top-sec03 .txt {
  letter-spacing: 0.1em;
}

.p-top-sec05 .bnr-box {
  max-width: 1880px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-sec05 .bnr-box {
    padding: 60px 10px;
  }
}
.p-top-sec05 .bnr-box .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-sec05 .bnr-box .elementor-container {
    flex-flow: wrap row;
    align-items: center;
    gap: 10px;
  }
}
.p-top-sec05 .bnr-box .bnr {
  width: 22.8494623656%;
}
@media screen and (max-width: 767px) {
  .p-top-sec05 .bnr-box .bnr {
    width: calc((100% - 10px) / 2);
  }
}
.p-top-sec05 .bnr-box .bnr img {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

_p-top.scss トップページ

*****************************************/
/****************************************

newsトップ用

*****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 590px;
  width: 100%;
  height: 100%;
  max-height: 440px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .p-diary-list {
    max-height: 280px;
  }
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #bbbbbb;
  padding: 29px 20px 29px 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item:first-child {
  padding: 20px 20px 20px 25px;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 10px 10px;
  }
}
.p-diary-list__date {
  width: 25%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 75%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #2b2a2a;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #043c93;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #043c93;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

/****************************************

_p-page-name.scss 当院からのメッセージ

*****************************************/
/****************************************

_p-page-name.scss 一般歯科

*****************************************/
.p-general-list .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-general-list .elementor-container {
    flex-flow: nowrap column;
    gap: 20px 0;
  }
}
.p-general-list .elementor-container .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: nowrap column;
  align-items: stretch;
  align-self: stretch;
  width: calc((100% - 60px) / 3);
  border: 1px solid #e3dce6;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .p-general-list .elementor-container .item {
    width: 100%;
  }
}
.p-general-list .elementor-container .item .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-general-list .elementor-container .head .elementor-heading-title {
  padding: 13px 10px;
  background: #e3dce6;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-general-list .elementor-container .head .elementor-heading-title {
    font-size: 1.8rem;
  }
}
.p-general-list .elementor-container .body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 10px 10px;
}
.p-general-list .elementor-container .txt {
  text-align: center;
}

.p-general-sec03-box:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box:not(:first-of-type) {
    margin-top: 15px;
  }
}

.p-general-sec03-box {
  padding: 30px;
  border: 2px solid #cccccc;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box {
    padding: 15px;
  }
}
.p-general-sec03-box .elementor-container {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.p-general-sec03-box .elementor-container .txt920 {
  width: 920px;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box .elementor-container .txt920 {
    margin-top: 10px;
    width: 100%;
  }
}
.p-general-sec03-box .elementor-container .fig165 {
  max-width: 165px;
  width: 100%;
}
.p-general-sec03-box .ttl .elementor-heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 60px;
  height: 30px;
  background: #043c93;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box .ttl .elementor-heading-title {
    margin-inline: auto;
    width: 50px;
  }
}
.p-general-sec03-box .ttl .elementor-heading-title .inner {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-general-sec03-box .ttl .elementor-heading-title .inner {
    font-size: 1.6rem;
  }
}

/****************************************

_p-page-name.scss 小児歯科

*****************************************/
.p-kids-sec02-ttl .elementor-heading-title {
  display: flex;
  flex-flow: nowrap row;
  gap: 0 10px;
  padding: 8px 30px 4px;
  background: #dfecfa;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-kids-sec02-ttl .elementor-heading-title {
    padding: 8px 20px 4px;
  }
}
.p-kids-sec02-ttl .elementor-heading-title .num {
  font-size: 2.5rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0;
  line-height: 1.9 !important;
}
@media screen and (max-width: 767px) {
  .p-kids-sec02-ttl .elementor-heading-title .num {
    font-size: 1.8rem;
    line-height: 2 !important;
  }
}
.p-kids-sec02-ttl .elementor-heading-title .jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  .p-kids-sec02-ttl .elementor-heading-title .jp {
    font-size: 1.7rem;
  }
}

/****************************************

_p-page-name.scss 予防歯科

*****************************************/
.p-prevention-sec02-ttl .elementor-heading-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 0 5px 45px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
  line-height: 1.5 !important;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-ttl .elementor-heading-title {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 0 0 5px 35px;
    font-size: 1.8rem;
  }
}
.p-prevention-sec02-ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 34px;
  height: auto;
  aspect-ratio: 34/29;
  top: 5px;
  left: 0;
  background: url(images/c_ttl01.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-ttl .elementor-heading-title::before {
    top: 3px;
    width: 25px;
  }
}
.p-prevention-sec02-ttl .elementor-heading-title::after {
  display: block;
  content: "";
  position: absolute;
  width: 202px;
  height: auto;
  aspect-ratio: 202/70;
  top: -25px;
  right: -215px;
  background: url(images/prevention_bubble.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-ttl .elementor-heading-title::after {
    width: 150px;
    right: -160px;
  }
}

.p-prevention-sec02-list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-list {
    flex-flow: nowrap column;
    align-items: center;
    gap: 40px 0;
  }
}
.p-prevention-sec02-list .item {
  width: 200px;
  padding: 12px 10px;
  background: #f4e2fb;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-list .item {
    padding: 9px 10px;
  }
}
.p-prevention-sec02-list .item:not(:last-child) {
  position: relative;
}
.p-prevention-sec02-list .item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 19px;
  height: auto;
  aspect-ratio: 19/23;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  background: url(images/c_arrow_pc.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-list .item:not(:last-child)::after {
    width: 23px;
    height: auto;
    aspect-ratio: 23/19;
    right: initial;
    top: initial;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/c_arrow_sp.png) no-repeat;
    background-size: 100%;
  }
}
.p-prevention-sec02-list .txt {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #565656;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec02-list .txt {
    font-size: 1.6rem;
  }
}

.p-prevention-sec03-list .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec03-list .elementor-container {
    flex-flow: nowrap column;
    gap: 15px 0;
  }
}
.p-prevention-sec03-list .elementor-container .item {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 767px) {
  .p-prevention-sec03-list .elementor-container .item {
    width: 100%;
  }
}
.p-prevention-sec03-list .elementor-container .txt {
  position: relative;
  padding: 0 0 0px 35px;
  border-bottom: 2px dotted #bbbbbb;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #565656;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec03-list .elementor-container .txt {
    padding: 0 0 3px 25px;
  }
}
.p-prevention-sec03-list .elementor-container .txt::before {
  display: block;
  content: "";
  position: absolute;
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  top: 1px;
  left: 0;
  background: url(images/prevention_check.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-prevention-sec03-list .elementor-container .txt::before {
    width: 18px;
    top: 3px;
  }
}

/****************************************

_p-page-name.scss インプラント

*****************************************/
/**border,padding,width,fontなどの設定は案件によって変更する**/
/**ボーダーの指定 ul 上左右**/
.implant-table .elementor-price-list {
  border-left: 1px solid #cedef6; /**案件ごとに変更**/
  border-right: 1px solid #cedef6; /**案件ごとに変更**/
  border-top: 1px solid #cedef6; /**案件ごとに変更**/
}

/**ボーダーの指定 li 下**/
.implant-table .elementor-price-list li {
  border-bottom: 1px solid #cedef6; /**案件ごとに変更**/
}

/**ボーダーの指定 th 右**/
.implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #cedef6; /**案件ごとに変更**/
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.implant-table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.implant-table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.implant-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 20px;
  font-size: 1.8rem !important; /**案件ごとに変更**/
  line-height: 1.5 !important;
  letter-spacing: 0.05em !important; /**案件ごとに変更**/
}

/** th **/
.implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: center;
  max-width: 100% !important;
  background: #043c93; /**案件ごとに変更**/
  font-weight: normal; /**案件ごとに変更**/
  color: #fff; /**案件ごとに変更**/
}

/** th span **/
.implant-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.implant-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  background: #fff; /**案件ごとに変更**/
  font-weight: normal;
  color: #2b2a2a; /**案件ごとに変更**/
}

/**thとtdの間のタグいらないので削除**/
.implant-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .implant-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #cedef6;
  }
  /** td **/
  .implant-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/*---------------------sample-table*/
.implant-table {
  max-width: 880px;
  width: 100%;
}

/** th **/
.implant-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 20.4545454545% !important;
}

/** td **/
.implant-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 79.5454545455% !important;
}

/* ───────────────────────────────
角丸テーブル（PC・スマホ共通）
   ─────────────────────────────── */
.implant-table .elementor-price-list {
  border: 1px solid #cedef6;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}

.implant-table .elementor-price-list li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .implant-table .elementor-price-list {
    border-radius: 10px;
  }
}
/****************************************

_p-page-name.scss ホワイトニング

*****************************************/
.p-whitening-sec03-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  gap: 30px 100px;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container {
    flex-flow: nowrap column;
    gap: 60px 0;
  }
}
.p-whitening-sec03-list .elementor-container .item {
  position: relative;
  padding: 30px;
  width: calc((100% - 100px) / 2);
  border-radius: 10px;
  border: 5px solid #b7d4eb;
  background: #edf7fb;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .item {
    padding: 20px;
    width: 100%;
    border: 3px solid #b7d4eb;
  }
}
.p-whitening-sec03-list .elementor-container .item:nth-child(odd)::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: auto;
  aspect-ratio: 40/80;
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
  background: url(images/whitening_arrow_pc.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .item:nth-child(odd)::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .item:not(:last-child)::before {
    display: block;
    content: "";
    position: absolute;
    width: 60px;
    height: auto;
    aspect-ratio: 80/40;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/whitening_arrow_sp.png) no-repeat;
    background-size: 100%;
    z-index: 999;
  }
}
.p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
.p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  background: #0361aa;
  border-radius: 50vh;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .num {
    width: 90px;
    height: 30px;
  }
}
.p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .num .inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .num .inner {
    font-size: 1.6rem;
  }
}
.p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #043c93;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-whitening-sec03-list .elementor-container .ttl .elementor-heading-title .jp {
    font-size: 1.8rem;
  }
}

/****************************************

_p-page-name.scss 料金表

*****************************************/
/****************************************

_p-blog.scss 院長ブログ

*****************************************/
.p-journal-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.p-journal-list__ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__ttl {
    margin-bottom: 20px;
  }
}
.p-journal-list__txt {
  margin-bottom: 30px;
}
.p-journal-list__btn {
  margin: 0 0 0 auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin: 0 auto;
  }
}
.p-journal-list__btn a {
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn a {
    padding: 11px 10px;
  }
}
.p-journal-list__fig440 {
  position: relative;
  overflow: hidden;
  width: 440px;
  height: 330px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig440 {
    max-width: 440px;
    width: 100%;
    height: auto;
    aspect-ratio: 440/330;
    border-radius: 15px;
  }
}
.p-journal-list__fig440 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-page-name.scss 三木歯科写真館

*****************************************/
.p-gallery-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-gallery-list {
    flex-flow: nowrap column;
    gap: 40px 0;
  }
}
.p-gallery-list .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .p-gallery-list .item {
    width: 100%;
  }
}
.p-gallery-list .ttl {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #565656;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-gallery-list .ttl {
    font-size: 1.8rem;
  }
}
.p-gallery-list .ttl::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background: url(images/top_sec03_ttl_bg.png) repeat-x;
  background-size: 30px 5px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-gallery-list .ttl::before {
    height: 3px;
    background: url(images/top_sec03_ttl_bg.png) repeat-x;
    background-size: 18px 3px;
  }
}
.p-gallery-list .fig380 {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px !important;
  width: 380px;
  height: 285px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-gallery-list .fig380 {
    margin: 0 auto 10px !important;
    max-width: 380px;
    width: 100%;
    height: auto;
    aspect-ratio: 380/285;
    border-radius: 15px;
  }
}
.p-gallery-list .fig380 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-gallery-list .txt {
  color: #565656;
}

/****************************************

_p-page-name.scss よくあるご質問

*****************************************/
/****************************************

_p-overview.scss 医院概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  margin-top: 20px;
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

.p-summary-time-table {
  max-width: 492px;
  width: 100%;
  margin-bottom: 10px;
}

.p-summary-time {
  position: relative;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 5px;
}

.p-summary-time-close {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  gap: 0 10px;
}
.p-summary-time-close .ttl,
.p-summary-time-close .txt {
  display: inline-block;
}
.p-summary-time-close .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  border: 3px solid #043c93;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-summary-time-close .ttl {
    width: 70px;
    height: 30px;
  }
}
.p-summary-time-close .ttl .inner {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #043c93;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-summary-time-close .ttl .inner {
    font-size: 1.4rem;
  }
}
.p-summary-time-close .txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}

.p-summary-time-notice {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-summary-time-notice {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.p-summary-list .elementor-container {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
.p-summary-list .elementor-container .item {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container .item {
    margin-inline: auto;
    max-width: 400px;
    width: 100%;
  }
}
.p-summary-list .elementor-container .ttl .elementor-heading-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 7px 10px;
  width: 100%;
  border: 3px solid #f4e2fb;
  border-radius: 10px;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container .ttl .elementor-heading-title {
    border: 2px solid #f4e2fb;
  }
}
.p-summary-list .elementor-container .ttl .elementor-heading-title::before {
  display: block;
  content: "";
  position: absolute;
  width: 23px;
  height: auto;
  aspect-ratio: 23/19;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/c_arrow_sp.png) no-repeat;
  background-size: 100%;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container .ttl .elementor-heading-title::before {
    bottom: -28px;
    width: 18px;
  }
}
.p-summary-list .elementor-container .ttl .elementor-heading-title .inner {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #565656;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container .ttl .elementor-heading-title .inner {
    font-size: 1.8rem;
  }
}
.p-summary-list .elementor-container .txt {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #565656;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-summary-list .elementor-container .txt {
    font-size: 1.6rem;
  }
}

/****************************************

_u-display.scss 表示、非表示

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

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc {
    text-align: center;
  }
}

.u-tcc {
  text-align: center;
}

.u-tr {
  text-align: right;
}

/* 改行 */
.u-line-break {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .u-line-break {
    margin-top: 25px;
  }
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #2b2a2a;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #043c93;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #043c93;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #565656;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #2b2a2a;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #2b2a2a;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #043c93;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2b2a2a;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #043c93;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #2b2a2a;
}

.u-main-color {
  color: #043c93;
}

.u-accent-color {
  color: #ac70c6;
}

.u-red {
  color: #ff0000;
}

.u-blue {
  color: #043c93;
}

.u-purple {
  color: #ac70c6;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "メイリオ";
}

.u-font-jp {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.u-font-en {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */