@charset "utf-8";
/*
 Theme Name:   yakuwa-chiryouin
 Theme URI:    https://yakuwa-chiryouin.com/
 Description:  やくわ治療院
 Author:       やくわ治療院
 Author URI:   https://yakuwa-chiryouin.com/
 Template:     generatepress
 Version:      0.1


=====================================================
■目次
=====================================================
・フォント
・配色指定
・基本設定
・共通設定
・見出し
・アニメーション
・メイン画像
・ナビゲーション
・パンくず
・フッター
・コンテンツ
・お知らせ
・CTA
・googlemap
・テーブル
・コンタクトフォーム
・よくある質問
・ボタン

※メディアクエリはcss/style-brake.cssに記載する
*/


/* ================================================
■ フォント
================================================ */
/* 【本文】ゴシック */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto,wght@1,900&display=swap');
/* 【本文】明朝 */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese'); */

/* 【英語】サンセリフ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
/* 【英語】セリフ） */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display:500,700&display=swap'); */


/* ================================================
■ 基本設定
================================================ */
html{
  font-size: 62.5%;/*16px=1.6rem*/
}
body{
  font-family: 'Noto Sans JP', 'Montserrat', "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, Meiryo, "MS PGothic", sans-serif;
  /* 明朝の場合 */
  /* font-family: 'Playfair Display', 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif; */
  font-size: 1.6em;
  font-weight: 500;
  line-height: 150%;
  color: #333;
  /* フォントサイズ自動調節 */
  -webkit-text-size-adjust: 100%;
  /* 改行設定 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* カーニング */
  letter-spacing: 0.08rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  text-align:justify;
}

/* タップ時ハイライトカラー(背景色)を無効 */
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: bold;
}
a.link{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  color:#249cd1;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
  transition: .2s;
}
a.arrow:before {
    content: "\f105";
    font-family: GeneratePress;
    color: #ec6e88;
    margin-right: 1rem;
}
/* ページ内リンクのずれを修正 */
.anchor{
    display: block !important;
    padding-top: 70px !important;
    margin-top: -70px !important;
}
img {
    margin: 0 0 1rem 0;
    padding: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
.entry-content img {
    border-radius: .5rem;
}
body.single .entry-content img {
  margin: 1rem 0;
}
p {
    margin-bottom: 1.5rem;
}
ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
ol { list-style: decimal; }
/* 親要素にclearfix追加でfloat高さ出す */
.clearfix:after{
 	content: "";
	clear: both;
	display: block;
}
/* チェック */
.ul_check_wrap {
  color: #004ca8;
  font-size: 2.8rem;
  max-width: 80rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.ul_check_wrap.border_ul {
  padding: 6rem 3rem;
  border: solid 0.3rem #004ca8;
  background-color: #f2fafe;
}
.ul_check_wrap.border_ul2 {
  font-size: 3.6rem;
  max-width: 66rem;
  padding: 6rem 3rem;
  border: solid 0.3rem #0d47a1;
  background-color: #ffff;
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, .75);
}
.ul_check_wrap span {
  font-size: 1.6rem;
  margin-left: 1rem;
}
.ul_check_wrap > ul {
 display: block;
 padding-left: 5rem;
}
.ul_check_wrap > ul li {
position: relative;
display: block;
margin-bottom: 3rem;
font-weight: bold;
}
.ul_check_wrap > ul li:last-child {
margin-bottom: 0;
}
.ul_check_wrap > ul li:before {
position: absolute;
content: "";
background: url(./images/icon_check.svg) no-repeat center center;
display: inline-block;
background-size: 3rem;
width: 3rem;
height: 3rem;
left: -5rem;
vertical-align: middle;
}
.ul_check_wrap > ul.square li:before {
background: url(./images/icon_check2.svg) no-repeat center center;
}

strong {
     padding: 0.2rem;
     background: linear-gradient(transparent 90%, #f08300 90%);
}

.box_shadow{
  box-shadow:
9px 9px 16px rgb(163,177,198,0.6),
 -9px -9px 16px rgba(255,255,255, 0.5);
}

.no_border {
  border: none !important;
}

/* ================================================
■ 共通設定
================================================ */
/* パソコンで見れる */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォン+タブレットで見れる */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

ol.num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  margin: 0;
  font-size: 2.4rem;
}
ol.num li {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  font-weight: bold;
}

ol.num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #249cd1;
  color: white;
  font-weight:bold;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eyecatch p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 2rem;
}

p.message{
  display: block;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 3rem;
  text-align: center;
  background-color: #f9f9f9;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
span.type {
    border-radius: .3rem;
    padding: .15rem .5rem;
    font-size: 1.2rem;
    color: #fff;
    margin-right: .5rem;
    background-color: #004ca8;
    display: inline-block;
}
body.error404 .entry-content>p {
  text-align: center;
}
.dot {
    background-position: top left 0px;
    background-repeat: repeat-x;
    /* background-size: 39px 10px; */
    background-size: 46px 10px;
    background-image: radial-gradient(5px 5px at center center, #f08300, #f08300 100%, transparent, transparent);
    padding-top: 5px;
}
/* .dot-text {
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 36px 10.8px;
    background-image: radial-gradient(5.4px 5.4px at center center, #f08300, #f08300 100%, transparent, transparent);
    padding-top: 13px;
} */
/* ================================================
■ 見出し
================================================ */
h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8rem;
  line-height: 150%;
}


body.home h2.icon {
  font-size: 4rem;
}

h2.icon:after {
  content: '';
  display: block;
  margin: auto;
  background: url(./images/h2_bg.png) no-repeat center center;
  background-size: 14.6rem;
  width: 14.6rem;
  height: .3rem;
  position: relative;
  top: 3rem;
}
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-top: 3rem;
}
h3.point {
  background-color: #00416d;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  padding: 1rem;
}
h3.under::after {
  content: "";
  position: absolute;
  height: .2rem;
  width: 10rem;
  left: 0;
  bottom: -2rem;
  background-color: #004ca8;
}
h3 span{
  color: #004ca8;
}
h3.page {
    position: relative;
    padding-left: 3rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}
h3.page::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 2rem;
     height:.3rem;
     background-color: #004ca8;
}
h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
h4.point {
  color: #004ca8;
  font-size: 2.1rem;
  margin: 5rem 0 2rem;
  text-align: left;
}
h5 {
  color: #004ca8;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
/* ================================================
■ 見出し
================================================ */

.no_before:before { content: none;}
.no_after:after{ content: none;}
/* ================================================
■ メイン画像
================================================ */
.page-hero-top {
  height: 100vh;
}
.page-hero-top .inside-page-hero {
}
.main_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    height: 100vh;
    padding: 0 3rem;
}
.main_img_wrap img {
    width: 100%;
}
h1.main_text {
    text-align: left;
    font-weight: bold;
    font-size: 5rem;
    margin-bottom: 1rem;
    line-height: 150%;
}
.main_caption {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}
.main_caption > div {
    background-color: #f08300;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    border-radius: .3rem;
    padding: 1rem;
}

.main_medal {
    position: absolute;
    right: 3%;
    bottom: 3%;
    max-width: 18rem;
  opacity: 0; /* 最初は透明 */
  transform: translateY(3rem); /* 少し下から開始 */
  animation: fadeInUpMainWrap 2s forwards; /* 2秒かけてフェードイン＆上昇し、終了状態を維持 */
  animation-delay: 1.2s; /* 遅延設定 */
}
.main_img_wrap {
  position: relative;
}
.main_text_wrap,
.main_img_wrap {
  opacity: 0; /* 最初は透明 */
  transform: translateY(3rem); /* 少し下から開始 */
  animation: fadeInUpMainWrap 2s forwards; /* 2秒かけてフェードイン＆上昇し、終了状態を維持 */
}
.main_text_wrap {
  animation-delay: .5s; /* 遅延設定 */
}
.main_text_wrap p {
    font-weight: bold;
    text-align: left;
    font-size: 2.4rem;
    margin: 2rem 0 5rem;
}


@keyframes fadeInUpMainWrap {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0); /* 元の位置に戻る */
  }
}

/* ================================================
■ 固定ページヘッダー
================================================ */
.page-hero-page {
  padding: 20rem 3rem;
  text-align: center;
  box-sizing: border-box;
}
.page-hero-page .inside-page-hero.grid-container {
  max-width: 100%;
  border-radius: 2rem;
  background-color: #fdf2e5;
  padding-left: 8rem;
  background-image: url(./images/header_bg_pc.png);
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-hero-page div {
  margin-bottom: 1rem;
}
.page-hero-page h1 {
  font-weight: bold;
  font-size: 4rem;
}
span.subtitle {
  color: #f08300;
  font-style: italic;
  font-size: 2.1rem;
  text-transform: uppercase;
}
/* ================================================
■ ナビゲーション
================================================ */
img.header-image {
    float: left;
    width: 24rem !important;
    height: auto !important;
    margin-bottom: 0;
}
.navigation-branding img,
site-logo.mobile-header-logo img {
    margin: 0;
    padding: 0 0 0 .5rem !important;
}
.inside-navigation.grid-container {
  width: 100%;
  max-width: 200rem;
}
.main-navigation.sticky-navigation-transition .navigation-branding img {
  height: 4rem !important;
}
.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none;
}
.main-navigation .main-nav ul li a {
  font-weight: bold;
  font-size: 1.6rem;
}
ul#menu-pc_header {
    gap: 2rem;
}
.main-navigation .main-nav ul li {
  text-align: center;
}
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .main-nav ul li[class*="current-menu-"]:hover > a {
    color: #004ca8;
    background-color:rgba(0,0,0,0);
    transition: .2s;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #333;
}
.main-navigation .main-nav ul li::after {
    color: #3bb7e2;
    font-size: 1rem;
    position: absolute;
    bottom: -.25rem;
    left: 0;
    right: 0;
}
/* サブメニュー */
.main-navigation ul ul { box-shadow: none; }
.main-navigation ul ul.sub-menu {
    background-color: #fff;
}
.main-navigation ul ul.sub-menu li {
    border-bottom: solid 1px #ccc;
}
.main-navigation .main-nav ul ul.sub-menu li a {
    padding: 1.5rem 2rem;
    background-color: #fdf2e5;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold !important;
}
.main-navigation .main-nav ul ul li:hover,
.main-navigation .main-nav ul ul.sub-menu li a:hover {
    color: #fff;
    background-color: #f08300;
    font-size: 1.4rem;
    font-weight: bold !important;
}

/* ================================================
■ パンくず
================================================ */
ul.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
    padding: 1rem;
    background-color: #e9f6ff;
}
ul.breadcrumb li {
    display: inline-block;
}
ul.breadcrumb li:after {
    content: "\f106";
    font-family: GeneratePress;
    transform: rotate(90deg);
    display: inline-block;
    padding: 0 .5rem;
}
ul.breadcrumb li:last-child:after {
    content: "";
}
/* ================================================
■ フッター/CTA
================================================ */
footer.site-info {
  margin-bottom: 12rem;
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 12rem 4rem 6rem;
  background-color: #fff;
}
.footer a { text-decoration: underline; }
.footer address p { font-style: normal; }
.footer_menu {
  display: flex;
  gap: 6rem;
}
.footer_menu div {
  display: flex;
  flex-direction: column;
}
img.footer_logo {
    height: 5rem;
}
.sns_wrap {
  display: flex;
  gap: 1rem;
}
.sns_wrap img {
  max-width: 2rem;
  margin-bottom: 0;
}

/* cta */
.fix_pc {
    position: fixed;
    bottom: 0;
    background-color: #25589b;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    z-index: 100;

    animation-name: bottom-top;
    animation-duration: .5s;
    animation-delay: 5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
.fix_sp {
    display: none;
  }
.fix_pc > .fix_open-times > p {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.fix_pc > .fix_buttons {
    display: flex;
    gap: 2rem;
    align-items: center;
}
.fix_pc .fix_tel {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    position: relative;
}
.fix_pc .fix_tel:before {
    position: absolute;
    content: "";
    background-image: url(./images/icon_cta_tel2.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    left: -4rem;
    margin-top: .3rem;
    vertical-align: middle;
}
a.button.fix_button {
    background-color: #fff;
    border: solid 2px #fff;
    padding: 1rem;
    font-size: 1.8rem;
    color: #25589b;
    padding-left: 5rem;
    padding-right: 2.5rem;
    position: relative;
}
a.button.fix_button.fix_line:before {
    position: absolute;
    content: "";
    background: url(./images/icon_cta_line.png) no-repeat center center;
    display: inline-block;
    background-size: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    left: 2.2rem;
    margin-top: .2rem;
    vertical-align: middle;
}
a.button.fix_button.fix_net:before {
    position: absolute;
    content: "";
    background: url(./images/icon_cta_net.png) no-repeat center center;
    display: inline-block;
    background-size: 2.2rem;
    width: 2.2rem;
    height: 2.2rem;
    left: 2.2rem;
    margin-top: .2rem;
    vertical-align: middle;
}
.fix_map {
    border: solid .2rem #fff;
    border-radius: 10rem;
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix_map img {
    width: 2.6rem;
    height: 2.6rem;
    display: block;
    margin-bottom: 0;
}
a.button.fix_button:hover,
.fix_map:hover,
a.button.fix_button:focus {
    background-color: #f08300;
    color: #fff;
    opacity: 1;
}


.cta {
    width: 100%;;
    padding: 12rem 1.5rem;
    background: url(./images/bg.jpg) center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.cta img{
  display: block;
  margin: auto;
}
.cta_wrap {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

ul.circle {
  position: relative;
}
ul.circle a {
  text-decoration: none;
  font-weight: bold;
  line-height: 180%;
}

ul.circle li {
position: relative;
font-weight: bold;
}
ul.circle li:before {
position: absolute;
content: "";
background-image: url(./images/icon_circle_blue.png);
background-position: center;
background-repeat: no-repeat;
display: inline-block;
background-size: 1rem;
width: 1rem;
height: 1rem;
left: -2rem;
margin-top: .9rem;
vertical-align: middle;
}
ul.circle li.no_circle:before {
  display: none;
}
/* ================================================
■ フキダシ
================================================ */
p.fukidashi {
  color: #ffff00;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
p.fukidashi span.left {
  border-left: solid .2rem #fff;
  height: 2rem;
  transform: rotate(-20deg);
  display: inline-block;
  padding-right: 1rem;
}
p.fukidashi span.right {
  border-left: solid .2rem #fff;
  height: 2rem;
  transform: rotate(20deg);
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
}
p.fukidashi { color: #fff200; }
p.fukidashi span.right { border-left: solid .2rem #fff200;}
p.fukidashi span.left {  border-left: solid .2rem #fff200;}

/* フッターバー */
.site-info a,
.site-info a:visited {
    /* color: #ffffff; */
    text-decoration: underline;
}
.teigaku-hp{
  font-size: 1.2rem;
}
.footerbar_menu_wrap{
  display: none;
}
.copyright-bar {
    font-size: 1.2rem;
    font-weight: 500;
}
.copyright-bar a.privacy {
    padding-right: .75rem;
    margin-right: .5rem;
    border-right: solid 1px #ccc;
    font-weight: 500;
}
/* ================================================
■ お知らせ
================================================ */
.news_wrap {
    background-color: #f9f9f9;
    padding: 5rem 0 10rem;
    border-bottom: solid 1px #eee;
}

.news_contents {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto 5rem;
    background-color: #fff;
    padding: 3rem 6rem;
    box-sizing: border-box;
    border-radius: 1rem;
}

.news_contents a {
    display: block;
    padding: 2rem 1rem;
}
.news_contents a:hover{
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.news_contents li:last-child {
  border-bottom: none;
}
.list-news {
    list-style: none;
    margin: 0;
    padding: 0 2rem;
    border-bottom: dashed 1px #ddd;
    width: 100%;
    display: table;
}
li.list-news a {
  text-decoration: none;
}
li.list-news .news-date {
    padding: 1rem 0;
    width: auto;
    font-size: 1.4rem;
    color: #999999;
}

li.list-news .news-cat {
text-align: center;
color: #f08300;
font-size: 1.2rem;
padding: .3rem 1rem;
margin: 0 2rem;
border: solid .1rem #f08300;
border-radius: 5rem;
display: inline-block;
width: auto;
}
li.list-news .news-txt {
    padding: 1rem 0;
    width: auto;
    color: #333;
    text-decoration: underline;
}
li.list-news .news-txt:hover{
    text-decoration: none;
}
/* アイキャッチ付き */
.news_eye_wrap a{
  color: #333;
}
.news_eye_wrap a:hover{
  text-decoration: none;
  color: #333;
}
figure.eyecatch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
}
figure.eyecatch:hover {
  border: solid 1px #ccc;
  box-sizing: border-box;
}
figure.eyecatch .date {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #3988d8;
    color: #fff;
    font-size: 1.4rem;
    padding: .1rem .5rem;
    margin-bottom: 1rem;
    opacity: .9;
}
figure.eyecatch img {
    margin-bottom: 0;
}
figure.eyecatch img.img-responsive:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
span.cat {
    display: inline-block;
    background-color: #666;
    border-radius: .25rem;
    color: #fff;
    font-size: 1.4rem;
    padding: .25rem .5rem;
    margin: 0 1rem .5rem 0;
}

header.page-header {
    display: none;
}
div.entry-meta {
  color: #666;
  background-color: #fdf2e5;
  padding: 1rem;
  margin: 2rem 0 3rem;
}
body.blog .post-image img {
  margin-bottom: 1rem;
}
body.blog div.entry-meta {
  margin-bottom: 8rem;
}
.entry-content img {
  margin-bottom: 1rem;
}
.entry-meta > .byline{
  display: none;
}
.entry-meta > .cat-links{
  display: none;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-next .next:before {
    content: none;
}
.nav-next .next::after {
    content: none;
}

footer.entry-meta {
    margin-top: 5rem;
    padding-top: 0;
}

.nav-links {
    text-align: center;
    margin-bottom: 5rem;
}
.nav-links a.page-numbers {
    border: solid 1px #004ca8;
    color: #004ca8;
    padding: .5rem 1rem;
    margin: 0 .3rem;
}
.nav-links span.current {
    border: solid 1px #004ca8;
    background-color: #004ca8;
    color: #fff;
    font-weight: bold;
    padding: .5rem 1rem;
    margin: 0 .3rem;
}

.nav-links > a.prev, .nav-links > a.next{
    border: none;
    padding: 0 .5rem;
    margin: 0;
}

/* サイドバー */
h2.widget-title {
    color: #666;
    font-size: 1.6rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
h2.entry-title {
  margin-bottom: 4rem;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 3px #f08300;
  text-align: left;
}
h2.entry-title a {
  color: #333;
}
.inside-right-sidebar h2 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.inside-right-sidebar aside ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    color: #333;
}
.inside-right-sidebar aside ul li a:hover {
  text-decoration: none;
}
/* ================================================
■ 埋め込み(googlemap、facebook)
================================================ */
.gmap {
height: 30rem;
overflow: hidden;
/* padding-bottom: 56.25%; */
position: relative;
/* margin-bottom: 1rem; */
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.fb_contents {
    max-width: 50rem;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
/* ================================================
■ テーブル
================================================ */
/* ================================================
■ テーブル
================================================ */
/* 基本設定 */
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 1rem;
  font-weight: 500;
}

/* 一般的なデザイン */
table.common {
  margin-bottom: 3rem;
}
table.common tr th,
table.common tr td{
  padding: 2rem;
  text-align: left;
  /* word-break: break-all; */
}
table.common th{
  width: 30%;
  vertical-align: top;
  background-color: #004ea2;
  color: #fff;
  font-weight: bold;
}
table.common td{
  text-align: left;
  width: 70%;
  background-color: #fff;
}
table.common td p{
  padding: 0;
  margin: 0;
/*   font-size: 1.4rem; */
}
/* 会社概要 */
.noborder table {
  max-width: 100rem;
  margin: auto;
}
.noborder table tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.noborder table ,
.noborder table th,
.noborder table td {
  border: none !important;
}
.noborder table tr th, .noborder table tr td {
  background-color: transparent !important;
  padding: 4rem 2rem;
  vertical-align: top;
}
/* 共通(ボーダー有り) */
table.common tr th,
table.common tr td{
  padding: 2rem;
}
table.common th{
  vertical-align: top;
  background-color: #f9f7f5;
  width: 25%;
}
table.common td{
  text-align: left;
  background-color: #fff;
}

table.common p{
  margin-bottom: 0;
}
/* 共通(ボーダー無し) */
table.no_border, table.no_border th, table.no_border td {
    border: none;
}
table.no_border tr:first-child{
  border-top: none;
}
table.no_border th{
  background-color: #fff;
}
.noborder table th{
  width: 25%;
  font-size: 1.8rem;
}
.noborder table td{
  width: 75%;
}
/* ================================================
■ コンタクトフォーム
================================================ */
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], textarea{
  width:100%;
  padding:5px;
  background-color: #f5fbff;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Chrome, Safari */
  }
  @supports(-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'],
    input[type='radio'] {
      -webkit-appearance: none;
      -moz-appearance: none;
    }
  }
  input[type='checkbox'], input[type='radio'] {
    background: #fff;
    border: .1rem solid #ccc;
    outline: none;
    display: inline-block;
    position: relative;
    top: .2rem;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']{
      width: 1.6rem;
      height: 1.6rem;
      border: .1rem #ccc solid;
      border-radius: .3rem;
  }
  input[type='radio'] {
      padding: .4rem;
      border: .1rem #ccc solid;
      border-radius: 50%;
  }
  input[type='checkbox']:checked {
    background: #009fe0;
    border: .1rem solid #009fe0;
  }
  input[type='radio']:checked {
    background: #009fe0;
    border: .1rem solid #009fe0;
  }
  input[type='checkbox']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      width: .5rem;
      height: .9rem;
      border: .2rem solid #fff;
      border-top: 0;
      border-left: 0;
      left: .4rem;
      top: .1rem;
      transform: rotate(43deg);
      -webkit-transform: rotate(43deg);
  }
  input[type='radio']:after {
      content: '';
      display: block;
      width: .7rem;
      height: .7rem;
      border-radius: 50%;
      background-color: #fff;
  }
  
  /* contactform7 */
  input[type='submit'].wpcf7-submit{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 1.5rem 3rem;
    display: block;
    width: 100%;
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
    transition: .2s;
    background: #ff4c3e;
    border-bottom: solid 3px #c93c35;
    border-radius: 50rem;
  }
  
  input[type='submit'].wpcf7-submit:hover{
    background: #ffe100;
    border-bottom: solid 3px #c1a000;
    color: #333;
  }
  input[type='submit'].wpcf7-submit:active {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      border-bottom: none !important;
  }
  input[type='date'].wpcf7-form-control.wpcf7-date,
  select.wpcf7-form-control.wpcf7-select {
      background-color: #f5fbff;
      padding: .5rem;
      border: solid 1px #ccc;
  }
  span.wpcf7-form-control > span.wpcf7-list-item {
      margin: 0 auto;
      width: auto;
      max-width: inherit;
      min-width: inherit;
      display: inline-block;
  }
  .wpcf7-acceptance > span.wpcf7-list-item {
      margin: 0;
      display: inline !important;
    text-align: center;
  }
  span.wpcf7-list-item label {
      display: block;
      word-break: break-all;
      margin-right: 3rem;
  }
  div.wpcf7-response-output {
      margin: 1rem 0;
      padding: 2rem;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      border: 2px solid #ff0000;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      border: 3px solid #fcee21;
  }
  div.wpcf7-mail-sent-ok {
      border: 3px solid #009fe0;
  }
  div.wpcf7 .ajax-loader {
      display: block;
      margin: 2rem auto 1rem;
  }
  input::placeholder,textarea::placeholder {
    color: #bbb;
  }
  span.require {
      background-color: #e20000;
      border-radius: .3rem;
      color: #fff;
      font-size: 1.2rem;
      padding: .3rem;
      margin-right: 1rem;
      vertical-align: inherit;
  }
  
  /* 郵便番号による住所自動入力 */
  td.address-wrap p { text-align: left; }
  td.address-wrap p br {
    display: none;
  }
  .postalcod-wrap {
    display: block;
    margin-bottom: 1rem;
  }
  input.length3 { max-width: 10rem; }
  input.length4 { max-width: 13rem; }
/* ================================================
■ faq よくある質問
================================================ */
.faq_wrap {
	margin: 4rem auto 0;
	max-width: 100rem;
}

.faq > .toggle {
	display: none !important;
}

.faq.top {
  border-top: solid 1px #ccc;
}
.faq {
	position: relative;
  border-bottom: solid 1px #ccc;
  padding: 6rem 2rem;
}

.question,.anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question {
  display: flex;
  align-items: center;
  padding-right: 3rem;
  font-weight: bold;
  font-size: 2.1rem;
  cursor : pointer;
}

.question span,.anser span {
    padding-right: 1.5rem;
    color: #25589b;
    font-weight: bold;
    font-size: 3.4rem;
}
.anser span {
  color: #f08300;
}

.question:after,.question:before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 1.5rem;
  background-color: #25589b;
  transition: all 0.3s;
}

.question:after {
	transform: rotate(90deg);
}

.anser {
	max-height: 0;
	overflow: hidden;
  font-size: 1.8rem;
}

.anser > div {
  margin-top: 3rem;
  padding: 3rem 0 1rem;
  width: 100%;
  display: flex;
  line-height: 180%;
}

.toggle:checked + .question + .anser {
	max-height: 3000px;
	transition: all 1.5s;
}

.toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}


/* ================================================
■ よくある質問
================================================ */
.qa_message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.qa_box {
    border-radius: 10px;
    background-color: #fdf2e5;
    border-bottom: solid 2px #e4eac0;
    padding: 3rem;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 66rem;
    box-sizing: border-box;
}
.qa_box:last-child { margin-bottom: 0; }
.qa_box .question {
  position: relative;
  padding: 1rem 0 1rem 7rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.qa_box .answer {
  position: relative;
  padding: 1rem 0 1rem 7.2rem;
  font-size: 1.6rem;
}
.qa_box .question:before,
.qa_box .answer:before {
  display: inline-block;
  position: absolute;
  color: #fff;
  line-height: 5rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  width: 5rem;
  height: 5rem;
  left: 0;
  top: 2.5rem;
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  border-radius: 50%;
}

.qa_box .question:before {
  content: "Q";
  background: #ed7a98;
}
.qa_box .answer:before {
  content: "A";
  background: #004ca8;
}

.qa_box ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.qa_box ul li {
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none!important;
}
.qa_box ul li:before {
  content: "\f105";
  font-family: GeneratePress;
  position: absolute;
  left : 0;
  color: #ec6e88;
}


/* ================================================
流れ
================================================ */
.flow {
  max-width: 80rem;
  margin: auto;
}
.flow > li {
  padding: 3rem 0;
}
.flow > li:not(:last-child) {
  border-bottom: 2px solid #004ca8;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 2.1rem;
  border-top-color: #004ca8;
}
.flow > li:not(:last-child)::after {
  border-width: 1.8rem;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #5eac24;
  -ms-flex-preferred-size: 20%;
  min-width: 15rem;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dd {
    margin: 1.5rem;
    margin-left: 0;
}
.flow > li dl dd h4 {
  margin-bottom: 1rem;
}
.flow > li dl dt .icon {
  font-size: 1.4rem;
  color: #fff;
  background-color: #004ca8;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  display: block;
  border-radius: 2rem;
}

.flow > li dl dt .icon:before {
    content: '';
    display: inline;
    min-width: 5rem;
    height: auto;
    position: static;
    left: 0;
    top: 0;
}

/* 流れ2 */
.flow_wrap {
    max-width: 100rem;
    width: 100%;
    margin: auto;
    padding-bottom: 10rem;
}
.flow2 {
	padding-left: 12rem;
	position: relative;
}
.flow2::before {
    content: "";
    width: .2rem;
    height: 100%;
    background: #004ca8;
    margin-left: -.1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 12rem;
}
.flow2 > li {
	position: relative;
}
.flow2 > li:not(:last-child) {
	   margin-bottom: 5rem;
}
.flow2 > li .flow_num {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #5eac24;
    padding: .3rem 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: -9rem;
    z-index: 2;
}
.flow2 > li .flow_num::after {
	content: "";
	border-style: solid;
	border-width: .5rem 0 .5rem 1rem;
	border-color: transparent transparent transparent #5eac24;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow2 > li dl {
	padding-left: 7rem;
	position: relative;
}
.flow2 > li dd {
  margin: 0;
}
.flow2 > li dl::before,
.flow2 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
}
.flow2 > li dl::before {
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    background: #004ca8;
    border-radius: 50%;
    left: -.5rem;
}
.flow2 > li dl::after {
	width: 5rem;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: .5rem;
}
.flow2 > li dl dt {
    font-size: 2rem;
    margin-bottom: .5rem;
}
/* ================================================
■ ボタン
================================================ */
a.button {
    display: inline-block;
    width: 100%;
    max-width: 30rem;
    height: auto;
    position: relative;
    background: #f08300;
    border: 2px solid #f08300;
    border-radius: 10rem;
    padding: 2rem 1.5rem;
    font-weight: bold;
    font-size: 2.1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
}
.button_wrap {
    max-width: 63rem;
    margin: 2rem auto;
}
a.button.center {
    display: block;
    margin: auto;
}
a.button.small {
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    max-width: 24rem;
}
a.button.line {
    background: #06c755;
    border: 2px solid #06c755;
    position: relative;
}
/* マウスオーバーした際のデザイン */
a.button:hover,
a.button:focus {
  background-color: #fff;
  color: #f08300;
  opacity: 1;
}
a.button.line {
    background: #06c755;
    border: 2px solid #06c755;
    position: relative;
    padding-left: 5rem
}
a.button.line:before {
position: absolute;
content: "";
background: url(./images/icon_line.png) no-repeat center center;
display: inline-block;
background-size: 3rem;
width: 3rem;
height: 3rem;
left: 5.5rem;
vertical-align: middle;
}
a.button.line:hover,
a.button.line:focus {
  background-color: #fff;
  color: #06c755;
}

a.button.online {
    background: #25589b;
    border: 2px solid #25589b;
    position: relative;
}
a.button.online:hover,
a.button.online:focus {
  background-color: #fff;
  color: #25589b;
}

/* a.button.arrow:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 43%;
  right: 25px;
} */

/* ================================================
■ 404/検索結果
================================================ */
body.error404 .entry-title {
    margin-bottom: 1rem;
    text-align: center;
}
form.search-form {
    text-align: center;
}

/* ================================================
■ topメッセージ
================================================ */
/* top_reason_wrap: 全体を中央揃えにするコンテナ */
.top_reason_wrap {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* top_reason: 各reason項目をFlexboxで配置 */
.top_reason {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; /* 各項目の間隔 */
}

/* top_reason の直下の div（各項目）*/
.top_reason > div {
    flex: 0 1 calc(33.33% - 20px); /* 基本的に3列表示（gapを考慮） */
    max-width: 320px; /* 各項目の最大幅 */
    padding: 15px; /* 必要最低限のパディング */
    text-align: center;
    box-sizing: border-box;
}

/* 各項目内の要素のスタイル */
.top_reason > div img {
    width: 100%;
    max-width: 6rem;
    height: auto;
    margin-bottom: 3rem; /* 余白を調整 */
    object-fit: contain;
}

.top_reason > div h3 {
    font-size: 2.1rem;
    color: #f08300;
    margin-bottom: 1rem;
}

.top_reason > div p {
  margin-bottom: 3rem;
  text-align: left;
}


/* --- レスポンシブ対応 --- */

/* タブレット向け (2列表示) */
@media (max-width: 992px) {
    .top_reason > div {
        flex: 0 1 calc(50% - 20px);
    }
}

/* スマートフォン向け (1列表示) */
@media (max-width: 768px) {
    .top_reason > div {
        flex: 0 1 100%;
        max-width: 400px;
    }
}

/* 非常に狭い画面での余白調整 */
@media (max-width: 480px) {
    .top_reason_wrap {
        padding: 0 15px;
    }
    .top_reason > div {
        padding: 10px; /* パディングをさらに減らす */
    }
}

.top_voice {
  background-color: #fdf2e5;
}

.top_about {
    background: url(./images/bg.jpg) center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15rem;
    padding-bottom: 0;
}
.top_about img {
  border-radius: 1rem;
}
.top_about_bg {
    background: url(./images/bg_jintai.png) right bottom;
    background-repeat: no-repeat;
    background-size: 80rem;
    padding-bottom: 15rem;
}
.top_about_wrap {
    max-width: 100rem;
    margin: auto;
    gap: 10rem !important;
    justify-content: center;
    align-items: center;
    line-height: 180%;
}
.top_about_wrap h3 {
  font-size: 3rem;
}
.top_intyou {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  margin: 2rem 0 5rem;
}

.fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #f08300;
}
.fukidashi::before,.fukidashi::after {
  content: "";
  width: 30px;
  height: 2px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #f08300;
  margin-top: -1rem;
}
.fukidashi::after {
  transform: rotate(-60deg);
}

.top_news_wrap {
  background-color: #fdf2e5;
}


/* 当院について */
.page_about {
    max-width: 100rem;
    margin: auto;
}
.page_about img {
  border-radius: 1rem;
}
.page_about_wrap {
  display: flex;
  flex-direction: column;
  gap: 10rem !important;
  line-height: 180%;
}
.page_about_contents {
    gap: 10rem !important;
    justify-content: center;
    align-items: center;
}
.page_about_intyou {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  margin: 2rem 0 5rem;
}

.message_wrap1 {
    display: flex;
    justify-content: center;
}
.message_wrap1 > p {
  display: block;
  border: solid .1rem #f08300;
  color: #f08300;
  padding: 1rem 2rem;
  margin-bottom: 5rem;
}
.message_wrap2 {
  font-weight: bold;
  margin: auto;
  text-align: center;
  margin: 1rem 0 3rem;
  font-size: 1.8rem;
  line-height: 200%;
}
.txt_wrap {
  margin-bottom: 5rem;
}
.txt_num {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 150%;
}
.txt_num span {
  font-size: 150%;
  color: #f08300;
  font-weight: bold;
  font-family: 'ROBOTO';
}
.txt_num .caption {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 1rem 0 2rem;
}
.img_center img {
  display: block;
  margin: 0 auto 2rem;
  padding: 1rem;
  border: solid .2rem #333;
}



/* 2カラム */
.box-wrapper.box_two {
    grid-column-gap: 6rem;
    margin-bottom: 5rem;
}
/* 耳つぼダイエット */
.bfore_after_num_wrap {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    line-height: 150%;
}
.bfore_after_num_contents {
    display: flex;
}
.bfore_after_num_title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-right: 1rem;
}
.bfore_after_num span {
  font-weight: bold;
  color: #f08300;
  font-size: 2.1rem;
}
.check_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem 5rem 5rem 10rem;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 220%;
    margin-bottom: 2rem;
}
.check_wrap.blue {
  border: solid .3rem #25589b;
  background: linear-gradient(to bottom, #ffffff, #e9eef5);
}
.check_wrap.orange {
  border: solid .3rem #f08300;
  background: linear-gradient(to bottom, #ffffff, #fef9f2);
}

.check_wrap.blue li {
    position: relative;
    color: #25589b;
    font-weight: bold;
}
.check_wrap.blue li:before {
    position: absolute;
    content: "";
    background: url(./images/icon_check_blue.png) no-repeat left center;
    display: inline-block;
    background-size: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    left: -5rem;
    top: .5rem;
    vertical-align: middle;
}

.check_wrap.orange li {
    position: relative;
    color: #f08300;
    font-weight: bold;
}
.check_wrap.orange li:before {
    position: absolute;
    content: "";
    background: url(./images/icon_check_orange.png) no-repeat left center;
    display: inline-block;
    background-size: 3.6rem;
    width: 3.6rem;
    height: 3.6rem;
    left: -5rem;
    top: .5rem;
    vertical-align: middle;
}

.check_wrap_circle {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3rem 0;
    padding-left: 3rem;
    line-height: 200%;
}
.check_wrap_circle li {
    position: relative;
}
.check_wrap_circle li:before {
    position: absolute;
    content: "";
    background: url(./images/icon_circle_orange.png) no-repeat left center;
    display: inline-block;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
    left: -2.5rem;
    top: 1.5rem;
    vertical-align: middle;
}

.comment_profimg_wrap {
    background-color: #f4f6fa;
    padding: 2rem 4rem 2rem 3rem;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center !important;
}
.comment_profimg_wrap p {
  margin-bottom: 0;
}
.entry-content img.comment_profimg {
    border-radius: 100%;
    margin-bottom: 0;
    border: solid .2rem #fff;
}

.free-medical_wrap {
    gap: 6rem;
    margin-bottom: 8rem;
}
.free-medical_wrap h3 {
  margin-top: 1rem;
}
.free-medical_wrap .price {
  font-weight: bold;
  font-size: 2.1rem;
  font-family: 'ROBOTO';
  font-style: normal;
}
.free-medical_wrap .price span {
  font-size: 150%;
}
.free-medical_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.free-medical {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.free-medical_wrap img {
  border-radius: .5rem;
  margin-bottom: 0;
}
.symptom {
  padding: .5rem 1rem .7rem;
  min-width: 10rem;
  text-align: center;
  background-color: #25589b;
  color: #fff;
  border-radius: .2rem;
  font-size: 1.8rem;
  font-weight: bold;
  align-self: flex-start; /* 縦方向の開始位置に配置 */
}

.insurance_point_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.case_wrap {
  max-width: 100rem;
  margin: auto;
}

.case_wrap h4 {
  margin-top: 0;
  font-size: 1.6rem;
}