@charset "UTF-8";
/* CSS Document */

html,body{
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	box-sizing: border-box;
	overflow-x: hidden;
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a{
	text-decoration:none;
	color: #4e4e4e;
}

a:hover {
	opacity: 0.5 ;
	transition: 0.5s;
}

a,a:hover,a:visited{
    color: inherit;
}

time,ul,li{margin: 0;padding: 0;}

ul > li{list-style:none;}

img{
	width: 100%;
	height: auto;
}

body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
	margin-bottom: 0!important;
}

:target { 
    scroll-margin-top: 40px;
}

.fade-in {
    opacity: 0; /* 最初は透明 */
    transform: translateY(20px); /* 20px下に移動させておく */
    transition: 
        opacity 0.8s ease-out, /* 透明度の変化を0.8秒で */
        transform 0.8s ease-out; /* 移動の変化を0.8秒で */
    will-change: opacity, transform; /* パフォーマンス改善のため */
}

.fade-in.inview {
    opacity: 1; /* 不透明に戻す */
    transform: translateY(0); /* 元の位置に戻す */
}

/* CSS Document 
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body.overlay:after {
    z-index: 1;
    opacity: 1;
	pointer-events: none;
}
*/

/* news-レイアウト */
main{
	float: left;
	width: 70%;
	height: auto;
}

.sidebar{
	float: right;
	width: 20%;
	height: auto;
}

h1{
	font-size: 32px;
	font-weight: 700;
}

h2{
	font-size: 24px;
	font-weight: 600;	
}

h3{
	font-size: 18.72px;
	font-weight: 600;
}

h4{
	font-size: 16px;
	font-weight: 600;
}

h5{
	font-size: 13.28px;
	font-weight: 600;
}

h6{
	font-size: 10.72px;
	font-weight: 600;
}

p{
	font-size: 16px;
	font-weight: 400;
}

/* スマホ記述 */
@media screen and (max-width: 1080px) {
	.header-pc,.header-nav-pc{display:none;}
	.header-sp,.header-nav-sp{display:block;}
}

@media screen and (min-width: 1080px) {
	.header-pc,.header-nav-pc{display:block;}		
	.header-sp,.header-nav-sp{display:none;}
}

/* ---------------------------------------------------------------------- */
/* 1. スマートフォン (SP) 用スタイル */
/* 画面幅 768px 以下に適用 */
/* SPとタブレットをまとめて扱う場合は、この設定を調整します。 */
/* ここでは、SPは768px以下とし、PC・Tab要素を非表示にします。 */
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-media {
        display: none !important;
    }
    .tab-media {
        display: none !important;
    } /* タブレット用要素をSPでは非表示 */
    .sp-media {
        display: block !important;
    }
}

/* ---------------------------------------------------------------------- */
/* 2. タブレット (Tab) 用スタイル（769px 〜 1024px の例） */
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .pc-media {
        display: none !important;
    } /* PC用要素を非表示 */
    .tab-media {
        display: block !important;
    } /* タブレット用要素を表示 */
    .sp-media {
        display: none !important;
    } /* SP用要素を非表示 */
}

/* ---------------------------------------------------------------------- */
/* 3. パソコン (PC) 用スタイル */
/* 画面幅 1025px 以上に適用 */
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 1025px) {
    .pc-media {
        display: block !important;
    } /* PC用要素を表示 */
    .tab-media {
        display: none !important;
    } /* タブレット用要素を非表示 */
    .sp-media {
        display: none !important;
    }
}


.red{color: red;}

.blue{
    color: #35C6E2; /* 画像と同じ明るい水色 */
	font-weight: 700;
	font-size: 1.2rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	display: inline-block!important;
}



.mb2{margin-bottom: 2rem;}

.mini{
	font-size: 13px;
}

/* レイアウト */
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.container,.container-news,.container-table,.container-hi,.container-max,
.container-footer{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 0 auto;
}

.container{max-width:950px;}
.container-table{max-width:600px;}
.container-news{max-width:780px;}
.container-footer{max-width:1000px;}
.container-hi{max-width:1100px;}
.container-max{max-width:1200px;}

.container-hero{
  width: 100%;
  margin: 0 auto;
}

.container-news{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

ul.column2,
ul.column3,
ul.column4,
ul.column5,
ul.column6,
ul.column7{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
}

ul.column2 li{
	width: 45%;
	display: inline-block;
	margin: 0 2% 2% 2%;
	list-style: none;
	vertical-align: top;
	text-align: left;
}

ul.column3 li{
	width: 30.5%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

ul.column4 li{
	width: 22.5%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

/* ヘッダーレイアウト */
.nav-heading p{
	text-align: end;
	font-size: 12px;
	color: #777777;
	margin-bottom: 0;
}

.nav-top{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nav-top:nth-child(1) {
	 -webkit-order: 1;
	order: 1;
}

.nav-top:nth-child(2) {
	 -webkit-order: 2;
	order: 2;
}

.nav-top > .logo{
	width: 334px;
	height: auto;
}
	
.nav-icon {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.nav-icon:nth-child(1) {
	 -webkit-order: 1;
	order: 1;
}

.nav-icon:nth-child(2) {
	 -webkit-order: 2;
	order: 2;
}

.nav-icon > .nav-icon-left{
	margin-right: 0.8rem;
}

.nav-icon > .nav-icon-left p{
	font-size: 12px;
	color: #777777;	
	margin-bottom: 0;
	text-align: end;
}

.nav-icon > .nav-icon-left h2{
	font-size: 32px;
	color: #35C6E2;
	font-weight: 800;
	margin-top: 0;
}

.nav-icon > .nav-icon-left h2::before{
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f095';
  color: #35C6E2;
  margin-right: 8px;	
}

.nav-icon > .nav-icon-right {
	margin-top: 0.2rem;
}

.nav-icon > .nav-icon-right > .first{
	text-align: center;
	color: #FFFFFF;
	background-color: #B3D4D0;
	padding: 6px 30px 12px 30px;
	border-radius: 20px;
	margin-right: 0.5rem;
}

.nav-icon > .nav-icon-right > .access{
	text-align: center;
	color: #FFFFFF;
	background-color: #35C6E2; 
	padding: 6px 30px 12px 30px;
	border-radius: 20px;	
}

.nav-icon > .nav-icon-right > .first > h5,
.nav-icon > .nav-icon-right > .access > h5{	
	display: inline-block!important;
}

.nav-icon > .nav-icon-right > .first > h5::before{
    content: '\f2bb';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ffffff;
	padding-right: 5px;
}

.nav-icon > .nav-icon-right > .access > h5::before{
	content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ffffff;
	padding-right: 5px;
}

nav.main-nav{}

nav.main-nav > ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;	
}

nav.main-nav > ul > li{
	width: 14.2%;
	display: inline-block;
	margin: 1% 0.5%;
	padding: 0;
	list-style: none;
	vertical-align: top;	
	text-align: center;
}

nav.main-nav > ul > li a{
 color: #000000;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 8px;
}

nav.main-nav > ul > li a::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #35C6E2;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-out;
}

nav.main-nav > ul > li a:hover::before {
  transform: scaleX(1);
}

nav.main-nav > ul > li > a span{
	color: #35C6E2;
	font-size: 12px;
}

/* hero */
#hero{}
.hero-anchor{position: relative;}

.slider {
  display: block;
  width: 100%;
  max-height: 555px;
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
} 

.slider-img {
	height: 100%;
  background-size: cover; /* 画像を要素に合わせて表示 */
  background-position: center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像の繰り返しをしない */	
}

.slider-img img{
	height: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.hero-news-flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.hero-news-flex-left{
	width: 22%;
	height: auto;
	margin-right: 8%;
}

.hero-news-flex-left h2{
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	padding-bottom: 7px;
	text-align: center!important;
	border-bottom: solid 2px #2C9B9F;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.hero-news-flex-left h2::before{}

.hero-news-flex-left span{
	font-size: 9px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #2C9B9F;
	display: block;
	padding: 2.5px 0;
	border-radius: 3px;	
	margin-top: 0.3rem;
	width: 100%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
}
	
.hero-news-flex-right{
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.hero-news-flex-right > ul > li time{
	font-size: 14px;
	margin: 0;
	padding: 0;
	padding-bottom: 0.75rem;
}

.hero-news-flex-right h3{
	font-size: 14px;
	font-weight: 400;
	padding: 0;
	margin: 0;
}

.h-n-f-r-hr{
	border-bottom: solid 1px #888888;
	padding-top: 3px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.hero-news{
	position: absolute;
	bottom:0%;
	right: 0%;
	width: 420px;
	height: auto;
	background-color: rgba(255,255,255,0.50);
	padding: 10px 30px 5px 10px;
}

.top_features{
	width: 100%;
	height: 520px;
	overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: top;
}

.top-features-title{
	margin-top: 3.8rem;
	text-align: center;
}

.top-features-title h2{
	color: #FFFFFF;
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 0;
}

.top-features-title span{
	color: #FFFFFF;	
	font-size: 18px;
}

.top-features-whopper{
	margin-top: -20rem;
	z-index: 9999!important;
}

ul.top-features-list {
	width: 100%;
	height: auto;
	margin: 0 !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.top-features-list li {
	width: calc(25% - 1.4%);
	margin: 0.7%;
	list-style: none;
	background-color: #FFFFFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
	padding-bottom: 12px;
}

.top-features-item .feature-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.top-features-item {
	margin-top: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.top-features-item img{
	width: 20%;
	height: auto;
	margin-right: 2.5%;
}

.top-features-item h3{
	width: 75%; /* 25% (img) + 2.5% (margin) を引いた残りのスペースに合わせて調整 */
	height: auto;
	font-size: 17px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.top-features-item p{
	font-size: 15px;
	color: #000000;
	text-align: justify;
}

.top-features-item span{
	display: block;
	text-align: justify;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
	position: relative; 
	padding-left: 15px; 
}

.top-features-item span:before{
	content: "※";
	position: absolute; 
	top: 0;
	left: 0;
}

.top-reatures-links{
	text-align: center;
	margin: 2rem auto;
}

.top-reatures-links a{
	text-align: center;
	color: #FFFFFF;
	background-color: #B3D4D0;
	padding: 10px 30px 15px 30px;
	border-radius: 20px;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: 22px;
}

.top-reatures-links a h5{
	font-family: "Montserrat", sans-serif;
	display: inline-block!important;
	font-size: 18px;
	font-weight: 600;
}

.top-reatures-links a h5::before{
    content: '\f2bb';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #ffffff;
	padding-right: 5px;	
}

#subject{}

#subject > .top-subject-title{
	background-color: #35C6E2;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 0!important;
}

#subject > .top-subject-title > h2{
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#subject > ul.top-subject-list{
	width: 100%;
	height: auto;
	/* Flexboxを追加 */
	display: flex; 
	/* 子要素が折り返さないようにする（デフォルトですが明示的に） */
	flex-wrap: nowrap; 
	margin-top: -1.15rem!important;
	margin-bottom: -1.5rem;
}

#subject > ul.top-subject-list > li{
	width: 50%;
	height: 380px;
	margin: 0!important;
	flex-shrink: 0;
	text-align: center;
	overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: inherit;
	background-position: top;
}

#subject > ul.top-subject-list > li > img{
	margin-top: 3rem;
	width: 90px;
	height: auto;
}

#subject > ul.top-subject-list > li > .top-subject-t-box{
	width: 70%;
	margin: 1rem auto;
}

#subject > ul.top-subject-list > li > .top-subject-t-box > p{
	font-size: 18px;
	color: #FFFFFF;
}

#subject .top-subject-about{
	background-color: #E5F3F4;
	padding-top: 100px;
	padding-bottom: 70px;
}

#subject .t--s--a--anchor{
	display: flex;
	align-items: center;
	position: relative;
}

#subject .t--s--a--whopper-left{
	flex: 0 0 70%;
	margin-right: -10%;
	position: relative;
	z-index: 1;
	background-color: #FFFFFF;
	padding: 30px 30px 30px 30px;
}

#subject .t--s--a--left-box{
	width: 80%;
	height: auto;
}

#subject .t--s--a--left-box h2{
	color: #777777;
	font-size: 26px;
	padding-bottom: 10px;
	border-bottom: solid 2px #E5F3F4;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	margin-top: 0;
	padding-top: 0;
}

#subject .t--s--a--left-box p{
	color: #777777;
	font-size: 16px;
}

#subject .t--s--a--whopper-right{
	flex: 0 0 40%;
	position: relative;
	z-index: 5;	
	margin-top: 2rem;
}

#subject .t--s--a--whopper-right img{
	display: block;
	width: 100%;
	height: auto;
}


/* FLOW */
#flow{}

#flow .top-flow-whopper{
	text-align: center;
}

#flow .top-flow-whopper h1{
	font-size: 72px;
	color: #FCEEE1;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.5;
	letter-spacing: 0.5rem;
}

#flow .top-flow-whopper span{
	font-size: 20px;
	color: #055B8B;
	line-height: 0.3;
	font-weight: 700;
}

#flow .top-flow-whopper p{
	font-size:  15px;
	color: #777777;
	line-height: 1.8;
}

#flow ul.top-flow-list {
	width: 100%;
	height: auto;
	margin: 5rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#flow ul.top-flow-list li {
	width: calc(24% - 1.4%);
	margin: 0.7%;
	list-style: none;
	background-color: #FFFFFF;
	margin-bottom: 3rem;
}

#flow .flow-item,
#flow .flow-item-end{
	text-align: center;
	margin: 0 auto;
	width: 220px;
	height: 220px;
	background-color: #F4F7F9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 2rem;
}

#flow .flow-item::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform:  rotate(45deg);
	top: 50%;
	right: -30px;
	transform:translateY(-50%) rotate(45deg);
}

#flow .flow-item img,
#flow .flow-item-end img{
	width: 220px;
	height: auto;
}

#flow .top-flow-list h2.flow-no{
	font-size: 22px;
	font-weight: 600;
	color: #155b8b;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto;
}

.flow-number{
	color: #155b8b;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #d3e5ee;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

#flow .top-flow-list p{
	font-size: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #777777;
}

#flow .top-flow-list a{
	font-size: 12px;	
}

/* FAQ */
#faq {
    padding-bottom: 40px;
    position: relative;
}

#faq .question{
	font-size: 18px;
}

#faq .answer h3{
	font-size: 16px;
	font-weight: 600;
}

#faq .top-faq-whopper{
	text-align: center;
}

#faq .top-faq-whopper h1{
	font-size: 100px;
	font-weight: 600;
	color: #FCEEE1;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.5;
}

#faq .top-faq-whopper span{
	font-size: 20px;
	color: #055B8B;
	line-height: 0.3;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
  #faq {
    padding-top: 0px;
  }
}

#faq .faqWrapper {
  margin-top: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#faq .faqWrapper h2 {
	font-size: 22px;
	font-weight: 600;
}

#faq .faqWrapper h3 {
	font-size: 19px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper {
    margin-top: 40px;
  }
}

#faq .faqWrapper:last-child {
  margin-bottom: 0;
}

#faq .faqWrapper .faqTitle {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #055B8B;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper .faqTitle {
    font-size: 16px;
  }
}

#faq .faqWrapper .faqTitle .small {
  font-weight: bold;
}

#faq .faqWrapper dl {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl {
    margin-bottom: 15px;
  }
}

#faq .faqWrapper dl dt {
  background-color: #E4EEF6;
  color: #055B8B;
  padding: 0.6em 40px 0.6em 40px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.3;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt {
    padding: 0.9em 40px 0.9em 60px;
  }
}

#faq .faqWrapper dl dt:before {
  content: "Q";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt:before {
    left: 18px;
    font-size: 16px;
  }
}

#faq .faqWrapper dl dt .plus {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
	color: #055B8B;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dt .plus {
    right: 10px;
  }
}

#faq .faqWrapper dl dt .plus:before {
  width: 100%;
  height: 2px;
  background-color: #055B8B;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#faq .faqWrapper dl dt .plus:after {
  width: 2px;
  height: 100%;
  background-color: #055B8B;
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#faq .faqWrapper dl dt.active .plus:after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

#faq .faqWrapper dl dd {
  margin-left: 0;
  background-color: #fdfdfd;
  border: 2px solid #E4EEF6;
  border-top: none;
  padding: 15px;
  margin-bottom: 0;
  position: relative;
  display: none;
  letter-spacing: 0.1em;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  #faq .faqWrapper dl dd {
    padding: 25px 30px;
    font-size: 16px;
  }
}

#faq .faqWrapper dl dd a {
  color: #26b6ea;
  word-break: break-all;
  text-decoration: underline;
}

#faq .faqWrapper dl dd .indent {
  padding-left: 1em;
  text-indent: -1em;
}

#faq .faqWrapper dl dd .bold {
  font-weight: bold;
}

#faq .faqWrapper dl dd ul li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}

#faq .faqWrapper dl:first-of-type dd {
  display: block;
}

#faq .faq-button {
    background-color: #1a4d70;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 40px; 
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;    
    min-width: 300px;
    max-width: 100%;
    margin: 0 auto 30px auto;
    padding-right: 35px; 
}

#faq .arrow-circle {
    background-color: white;
    color: #1a4d70;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
    font-weight: normal;
    margin-left: 15px;
    transform: translateX(10px); 
}

#faq .faq-button:hover {
    opacity: 0.9; 
}

/* 表 */
ul.gaiyou{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	margin-bottom: 10% !important;
	margin-left: 0 !important;
	list-style: none;
}

ul.gaiyou p{
	margin-bottom: 0;
}

ul.gaiyou li{
	width: 100%;
	font-size: 16px;
}

ul.gaiyou li ul{
	border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.gaiyou li ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

ul.gaiyou li ul li span{
	display: inline-block;
	line-height: 2.5em;
	font-size: 12px;
	font-weight: 600;
	color: #A9A9A9;
}

ul.gaiyou li ul li:first-child{
	width: 22%;	
	text-align: center;
	margin-right: 2%;
}

ul.gaiyou li ul li:first-child span{
	font-size: 80%;
}

ul.gaiyou li ul li:last-child{
	width: 75%;	
}

ul.gaiyou li ul li a{
	font-weight: 500;
	font-style: normal;
}

/* 診察表 */
.schedule-table {
    width: 100%;
    max-width: 700px;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.schedule-table th, .schedule-table td {
    padding: 12px;
    text-align: center;
}

.schedule-table thead {
    background-color: #E5F3F4;
}

.schedule-table th {
    font-weight: bold;
    color: #333;
    padding: 15px 12px;
    white-space: nowrap;
	text-align: center;
}

.schedule-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.schedule-table td {
    color: #555;
    white-space: nowrap;
	text-align: center;
}

.schedule-table td:first-child {
    font-weight: 600;
    padding-left: 20px;
	text-align: center;
}

.examination-table {
    width: 100%;
    max-width: 750px;
    border-collapse: collapse;
    background-color: #ffffff;
    overflow: hidden;
	border: solid 0.5px #737373;
}

.examination-table span {
	font-size: 12px;
	margin-left: 0.25rem;
}

.examination-table th, .examination-table td {
	font-size: 16px;
    padding: 12px;
    text-align: center;
	border: solid 0.25px #737373;
}

.examination-table thead {
    background-color: #E5F3F4;
}

.examination-table th {
    font-weight: bold;
    color: #333;
    padding: 15px 12px;
    white-space: nowrap;
	text-align: center;
}

.examination-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.examination-table td {
    color: #555;
    white-space: nowrap;
	text-align: center;
}

.examination-table td.title {
    font-weight: 600;
	text-align: center;
}

.circle.open {
	color: #2C9B9F;
}

.circle.filled {
	color: #2C9B9F;
}

.dash {
    font-size: 16px;
    color: #888;
    line-height: 1;
}

/* フッター */
footer{
	margin: 0;
	padding: 0;
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.footer{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.f--item-right-text p{
	text-align: start;
	margin-left: 1.25rem;
	line-height: 1.5rem;
	font-size: 14px;
}

.f--item-right-text p span{
	color: #2C9B9F;
}

.footer-whopper{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;	
}

.footer-whopper:nth-child(1) {
	 -webkit-order: 1;
	order: 1;
}

.footer-whopper:nth-child(2) {
	 -webkit-order: 2;
	order: 2;
	width: 45%;
	height: auto;
}

.f-logo{
	width: 335px;
	height: auto;
	margin-bottom: 1.5rem;
}

.f--item-left{
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	margin-right: 1%;
}

.f--item-right{
	text-align: end;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
}

table.schedule-table{
	font-size: 15px;
}

ul.f-menu{
	background-color: #A2A2A2;
	padding-top: 0;
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;
	text-align: center;
	margin: 0;
}

ul.f-menu li{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 5px;
}

ul.f-menu li .f-menu-item{
	padding-left: 10px;
}

ul.f-menu li .f-menu-item::after{
	content: '';
	padding-right: 10px;
	border-right: solid 1px #fff;
}

ul.f-menu li .f-menu-item::after:hover{
    color: fff;
}

.copyright{
	background-color: #E5F3F4;
	margin: 0;
	margin-top: -1rem;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

.copyright p{
	font-size: 14px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

/* 固定ページ */
.page_head{
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	width: 100%;
    height: 150px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.page_head{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
}

.page_head h1{
	font-size: 24px;	
	font-family: ten-mincho-text,serif;
	font-weight: 600;
	font-style: normal;
	color: #646464;
	width: 100%;
	text-align: center;
	opacity: 1;
	position: absolute;
	bottom: 50px;
	margin: 0;	
}

#under-page{
	margin-top: 5rem;
	margin-bottom: 6rem;
    font-style: normal;	
}

#under-page h2{
	border-bottom: 1px solid #333333;
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
}

#under-page .custom-list {
	margin: 0;
    padding-left: 0; 
    list-style: none;
    counter-reset: custom-counter;
	margin-top: 1.75rem!important;
}

#under-page .custom-list li {
    display: flex;
	align-items: baseline;
	margin-bottom: 1rem;
    padding-left: 0;
	font-size: 16px;
}

#under-page .custom-list li::before {
    counter-increment: custom-counter;
    content: counter(custom-counter) ".　"; 
    font-weight: normal;
    min-width: 1.5em;
	margin-right: 1.0em;
    text-align: right;
	flex-shrink: 0;
}

#under-page .custom-list li .text-content {
    flex-grow: 1; /* 残りのスペースを埋める */
}

#under-page .under-item{
	margin-bottom: 5rem;
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#under-page .under-item h2{
	font-weight: 400;
}

#under-page ul{}

#under-page ul li{
	margin-bottom: 4.5rem;		
}

#under-page ul li h3{
	border-bottom: 1px solid #333333;
	padding-bottom: 0.75rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

#under-page > .t-end{
	text-align: end!important;
}

#under-page table{
    width: 100%; 
    border-collapse: collapse;
    margin: 0 auto;
    background-color: white;
}

#under-page td,
#under-page th{
    border: 1px solid #000;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
}

#under-page td:nth-child(2) {
    text-align: right;
    width: 30%; 
}

#under-page tr{}

#under-page thead th {
    background-color: #e0e0e0;
    font-weight: bold;
}

/* 受診される方へ */

.button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

@media (min-width: 600px) {
  .button-group {
    flex-direction: row; /* max-width: 600px以上であれば横並びにする */
  }
}

.action-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
  background-color: #fff; 
  border: 1px solid #90caf9; 
  border-radius: 20px; 
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box; 
}

@media (min-width: 600px) {
  .action-button {
    white-space: nowrap;
  }
}

.action-button:hover {
  background-color: #e3f2fd;
}

.heart-icon {
  width: 35px;
  height: auto;
  margin-right: 12px;
  line-height: 1;
}
.button-text {
  flex-grow: 1;
  text-align: start;
  font-weight: normal; 
  font-size: 14px; 
}

.dropdown-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  border-radius: 50%;
  position: relative;
  background-color: #F3FBFF;
}

.dropdown-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #35B5EB;
  border-right: 2px solid #35B5EB;
}	

.exa-box h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 500;
    display: inline-block;
    align-items: center; /* 縦方向の中央揃え */
	margin-bottom: 10px;
}

.exa-box h2::before{
	content: "";
    background-image: url("https://yano-naika-cl.com/wp2025/wp-content/uploads/2025/10/icon-heart.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;   /* アイコンの幅 */
    height: 24px;  /* アイコンの高さ */
    margin-right: 8px;
    display: inline-block;
}

.exa-box span.exa-sub-span{
	font-size: 14px;
	margin-left: 12px;
    display: inline-block;
	margin-bottom: 10px;
}

ul.exa-column-2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: 3%;
	grid: 3%;
}

ul.exa-column-2 li{
	border: solid 3px #E5F3F4;
	border-radius: 10px;
	width: 45%;
	height: auto;
	padding: 5px 5px 5px 20px;
}

ul.exa-column-2 li h5{
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

ul.exa-column-2 li p{
	margin: 0;
	padding: 0;
}


.exa-box .exa-w-title{
	width: 100%;
	padding: 15px auto;
	background-color: #E5F3F4;
}

.exa-box .exa-w-title h3{
	margin: 0;
	padding: 15px 0;
	margin-left: 1rem;
}

.exa-box .exa-w-title h3 span{
	font-size: 12px;
	margin-left: 12px;
	font-weight: 400;
}

.exa-box .exa-whopper{
    width: 100%;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	margin-top: 3rem;
}

.exa-box .exa-whopper-2nd{
	margin-top: 0rem;
}

ul.exa-w-list{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	grid: 1%;
	font-size: 13px;
	padding: 15px;
}
	
ul.exa-w-list li,
ul.exa-w-list li.exa-w-l-item-end{
	width: 24%;
	height: auto;
	border-left: #707070 dotted 1px;
	padding: 10px;
	text-align: center;
}

ul.exa-w-list li.exa-w-l-item-end{
	border-right: #707070 dotted 1px;	
}

ul.exa-w-list li img{
	width: auto;
	height: 120px;
	margin: 0 auto;
}

.exa-box .exa-w-interview {
  text-align: start;
	padding: 15px;
}

.exa-box .exa-w-interview h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.exa-box .exa-btn-interview {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 0 15px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #4a9e9e;
  transition: background-color 0.3s, opacity 0.3s;
  cursor: pointer; 
}

.exa-box .exa-btn-interview p{
	text-align: center;
	margin: 0;
	padding: 0;
}

.exa-box .exa-btn-interview:hover {
  background-color: #e0f0f0; 
  opacity: 0.9;
}

.exa-box .exa-w-yohaku{
	padding: 8px 20px;
}

.exa-w-yohaku h5{
	font-size: 16px;
	line-height: 1.8;
}

.exa-box .exa-note {
  font-size: 14px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 0;
}

.exa-box .exa-w-reservation{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	gap: 25px;
}

.exa-box .exa-w-reservation p{
	margin: 0;
	padding: 0;
}

.exa-box .exa-w-reservation h4{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #35C6E2;
	font-size: 32px;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 1;
}

.exa-box .exa-w-reservation a {
    display: flex;
    align-items: center;
    text-decoration: none;
	margin-top: 0.5rem;
}

.exa-box .exa-w-reservation a .fa-phone {
    color: #35C6E2; /* 画像と同じ明るい水色 */
    font-size: 32px; /* h4と同じサイズでバランスを取る */
    margin-right: 15px; /* 数字との間にスペースを作成 */
}

.phone-icon {
    display: inline-block;
    color: #35C6E2;
    font-size: 48px;
    line-height: 1;
    margin-right: 15px;
}

.phone-icon::before {
    content: "\260e";
    font-family: Arial, sans-serif;
}

.exa-box .exa-w-frame{
	padding: 20px 20px;	
}

.exa-box ul.exa-w-flow li{
	display: flex;
	position: relative;
	align-items: flex-start;
	margin-bottom: 2rem;
	padding-bottom: 3rem;
}

.exa-box ul.exa-w-flow li:last-child{
	margin-bottom: 1rem;
	padding-bottom: 0rem;
}

.exa-w-f-title{
	width: 100px;
	height: 100px;
	border: solid #35C6E2 2px; 
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.exa-w-f-text{
	flex: 1;
	padding-left: 2rem;
	margin-top: 0.5rem;
	font-size: 15px;
}

.exa-w-f-text-bver{
	margin-top: 0rem;
}

.exa-w-f-title p {
    color: #35C6E2; 
    font-size: 1.4rem;
    line-height: 1;
}

.exa-box ul.exa-w-flow li::after{
	content: "▼";
	color: #35C6E2;
	font-size: 1.5rem;
	position: absolute;
	bottom: 0.5rem; 
	left: 50px; 
	transform: translateX(-50%);
}

.exa-box ul.exa-w-flow li:last-child::after {
    content: none;
}

/* 院内紹介 */
.c-guidance{
	margin-top: 4.5rem;
	margin-bottom: 4rem;
}

#guidance .guidance-title{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
	color: #8F4C28;
	margin: 0;
	padding: 0;
}

#guidance h2{
	font-size: 63px;
	color: #DAA799;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 0;
	padding: 0;	
	margin-top: -0.5rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

#guidance .g-whopper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    width: 100%;
}

#guidance .g-whopper .g-w-item{
    flex-basis: calc((96% - 20px) / 3);
    margin-bottom: 10px;
    text-align: center;
}

.g-w-item:nth-child(3n) {
    margin-right: 0;
}

#guidance .g-w-i-frame{
	background-blend-mode:lighten;
	width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
	background-attachment: inherit;
	margin-bottom: 10px;
	position: relative;
	border-radius: 20px;
}

#guidance .guidance-white{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
    width: 70%;
    height: 70%;
    clip-path: polygon(0 100%, 100% 0, 100% 100%); 
	background-color: rgba(255,255,255,0.80);
    aspect-ratio: auto;
}

#guidance .g-w-text{
	position: absolute;
    right: 0%;
    bottom: 5%;
    padding: 5px 13px 5px 0;
    text-align: right; 
    z-index: 11; 
    width: 100%; 
}

#guidance .g-w-text h3{
	position: static; 
    margin: 0;
    line-height: 1.2;
	color: #8F4C28;
}

#guidance .g-w-text span{
    display: block;
    font-size: 0.55em;
    opacity: 0.7;
    margin-bottom: 5px;
    font-weight: normal;
	color: #DAA799;
}

/* お知らせページ */
.c-news{
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#news ul .u-news-list{
	
}

#news ul.u-news-list li{
	border-bottom: solid 0.5px #000000;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

#news{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#news time{
	font-size: 16px;
	margin-right: 15px;
}

#news .news-category{
	background-color: #2C9B9F;
	color: #FFFFFF;
	padding: 3px 8px;
	font-size: 16px;
}

#news h2{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
}

#news p{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}

.under-table{
    font-family: "dnp-shuei-gothic-kin-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.under-table span{
	font-size: 13px;
	line-height: 1.3;
}

.under-table span.red{
	color: red;
}

.under-table h3{
	margin-bottom: 0.75rem;
	position: relative;
	padding-left: 15px;
}

.under-table h3::before {
    /* contentプロパティは、中身がないことを示すために空にします */
    content: ""; 
    
    /* 長方形の幅 */
    width: 8px; 
    /* 長方形の高さ */
    height: 1.2em; /* h3のフォントサイズに合わせて調整 */
    
    /* 背景色を青に設定（これが長方形の色になります）*/
    background-color: #007bff; 
    
    /* 要素をテキストの流れから切り離し、絶対位置で配置 */
    position: absolute;
    
    /* 左端に配置 */
    left: 0;
    
    /* 垂直方向の中央揃えのテクニック */
    top: 50%;
    transform: translateY(-50%);
	margin-right: 8px;
    
    /* テキストとの間にスペースを入れたい場合はmargin-rightを追加 */
    /* margin-right: 8px; */ /* padding-leftでスペースを確保しているので、不要な場合が多い */
}

.under-table-covid .note-line,
.under-table .note-line {
    display: flex;
    margin: 0 0.5rem 10px 0;
}

.under-table-covid .u--t--marker,
.under-table .u--t--marker {
    flex-shrink: 0;
    font-size: 12px;
    color: #000000;	
	font-weight: 500;
}

.under-table-covid .u--t--content,
.under-table .u--t--content {
    flex-grow: 1;
    font-size: 12px;
    color: #000000;	
	font-weight: 500;
}
	
.t--main{
	width: 150px;
}

.under-table-covid table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.under-table-covid th,
.under-table-covid td {
    text-align: center!important;
    border: 1px solid #000;
    padding: 10px 15px;
    vertical-align: middle;
    background-color: #fff;
	color: #000000!important;
	font-weight: 500;
}

.under-table-covid th {
    background-color: #eaf6ff;
    font-weight: bold;
	color: #000000!important;
}

.under-table-covid .t--main {
    background-color: #eaf6ff;
    font-weight: bold;
}

.under-table-covid td:not(.t--main) {
    font-size: 16px;
}

.under-table-covid span{
	font-size: 13px;;
}

#sub-contents{
	margin-top: -2.5rem;
	margin-bottom: 3rem;
	padding-bottom: 30px;
}

.btn-topup a {
  position: fixed;
  right: 0.5%;
  bottom: 0.5%;
  display: inline;
  width: 20px;
  height: 20px; 
  padding: 5px 5px 5px 5px;
  background-color: #DBDBDB;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-triangle-top a::after {
  content: '';
  position: absolute;
  display: inline;
  top: 2px;
  bottom: 0;
  right: 9px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0 solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 9px solid #fff;
  transform: translateY(-1px);
  box-sizing: border-box;
}

.btn-triangle-top a,
.btn-triangle-top a:visited{
	color: #FFFFFF!important;
}

/* news */
#top_news{
	margin-top: 3rem;
}

#top_news h1{
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 44px;
	color: #738591;
	margin: 0;
	padding: 0;
}

.news-left{
	float: left;
	width: 24%;
	margin: 0;
	padding: 0;
}

.news-right{
	float: right;
	width: 73%;
	margin: 0;
	padding: 0;
}

.news-left h1{
	font-size: 44px!important;
}
	
.news-link{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    color: #666666;
	margin-top: 0.5rem;
	font-weight: 500;
}

.news-link::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #3a5a75;
    border-right: 3px solid #3a5a75;
    transform: rotate(45deg);
    flex-shrink: 0;
}

#top_news ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#top_news li.news-item{}

#top_news ul.cat-list{
	display: block;
	border-bottom: 0.5px solid #2A2525;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-left: 0.5rem;
}

#top_news ul.cat-list li{
	display: inline-block;
}

#top_news li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#news-list li time{
	font-size: 13px;
}

#news-list li time.date p{
	font-size: 13px;
	text-align: start;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#top_news li h3.title{
	font-size: 13px;
	margin-left: 1.2rem;
	color: #666666;
	font-weight: 400;
}

#news-list{
	font-family: "Montserrat", sans-serif;
	margin-bottom: 3rem;
}

/* news */
#top_news{
	margin-top: 3rem;
}

#top_news h1{
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 44px;
	color: #738591;
	margin: 0;
	padding: 0;
}

.news-left{
	float: left;
	width: 24%;
	margin: 0;
	padding: 0;
}

.news-right{
	float: right;
	width: 73%;
	margin: 0;
	padding: 0;
}

.news-left h1{
	font-size: 44px!important;
}
	
.news-link{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    text-decoration: none;
    font-size: 13px;
    color: #666666;
	margin-top: 0.5rem;
	font-weight: 500;
}

.news-link::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #3a5a75;
    border-right: 3px solid #3a5a75;
    transform: rotate(45deg);
    flex-shrink: 0;
}

#top_news ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#top_news li.news-item{}

#top_news ul.cat-list{
	display: block;
	border-bottom: 0.5px solid #2A2525;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-left: 0.5rem;
}

#top_news ul.cat-list li{
	display: inline-block;
}

#top_news li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#top_news li time.date p{
	font-size: 13px;
	text-align: start;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#top_news li h3.title{
	font-size: 13px;
	margin-left: 1.2rem;
	color: #666666;
	font-weight: 400;
}

/* news-list */
#news-list ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#news-list li.news-item{}

#news-list ul.cat-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
	margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#news-list ul.cat-list li {
    text-align: start;
    margin-right: 0.5rem; 
}

#news-list ul.cat-list li a {
    display: block; 
    text-decoration: none;
}

#news-list li.cat-name{
	-webkit-align-self: center;
	align-self: center;
	margin-left: 0.5rem;
}

#news-list li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#news-list li time.date p{
	font-size: 13px;
	text-align: start;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#news-list .n--l--f--l--a{
	background-color: #b6d4d0;
	padding: 5px 12px;
	color: #FFFFFF;
	font-size: 12px;
}

#news-list li h3.title{
	font-size: 16px;
	margin-left: 1.2rem;
	color: #000000;
	font-weight: 400;
}


/* NEWS-Under */
#news-item{}

#news-item h1{
	font-size: 36px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	color: #111111;	
    position: relative;
	margin-top: 0.5rem;
	margin-bottom: 5rem;
}

#news-item h1::after{
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #BC0000;
  position: absolute;
  bottom: -10px;
}

#news-item p{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
}

#news-item img{
	width: 55%;
	height: auto;
}

.data{
	display: inline-block;
	margin-right: 1rem;
}

data{
	font-size: 15px;
	font-family: "Shippori Mincho B1", serif;
	color: #BC0000;
	margin-bottom: 0.1rem
}

.news-list-flex-list{
	display: flex;
	align-items: center;
}

.news-link-list{
	font-family: "Shippori Mincho B1", serif;
	text-align: center;
	margin-bottom: 4rem;
    position: relative;
}

.news-link-list::after{
  content: '';
  width: 10%;
  height: 1px;
  display: inline-block;
  background-color: #111111;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 55px);
}

/* news-list */

ul.news-list-main{}

ul.news-list-main li{}

ul.news-list-main li h3.title{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #000000;
	margin-top: 0;
}

ul.news-list-main li h3.title-list{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#news-list ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#news-list li.news-item{
	font-size: 13px;
}

#news-list ul.cat-list{
	display: inline-block;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 13px;
	margin-left: 0;
	padding-left: 0;
}

#news-list li.cat-name{
	-webkit-align-self: center;
	align-self: center;
	margin-left: 0.5rem;
}

#news-list li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#news-list li time.date p{
	font-size: 15px;
	text-align: start;
	padding-top: 0.35rem;
	margin-left: 0.8rem;
	margin-right: 0.8rem;
}

#news-list li h3.title{
	font-size: 16px;
	margin-left: 1.2rem;
	color: #000000;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0;
}


/* NEWS-Under */
#news-item{}

#news-item h1{
	font-size: 36px;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	color: #111111;	
    position: relative;
	margin-top: 0.5rem;
	margin-bottom: 5rem;
}

#news-item h1::after{
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background-color: #BC0000;
  position: absolute;
  bottom: -10px;
}

#news-item p{
	font-size: 20px;
	font-family: "Shippori Mincho B1", serif;
}

#news-item img{
	width: 55%;
	height: auto;
}

data{
	font-size: 15px;
	font-family: "Shippori Mincho B1", serif;
	color: #BC0000;
	margin-bottom: 0.1rem
}

.news-link-list{
	font-family: "Shippori Mincho B1", serif;
	text-align: center;
	margin-bottom: 4rem;
    position: relative;
}

.news-link-list::after{
  content: '';
  width: 10%;
  height: 1px;
  display: inline-block;
  background-color: #111111;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 55px);
}


/* single.php - お知らせ詳細ページ */
.single-top-margin{
	margin-bottom: 5rem;
}

.single-margin{margin-bottom: 5rem;}

.side-whopper{
}

.news-title{
	font-family: "Josefin Sans", sans-serif;
	color: #5A4A37;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
}

ul.sidebar-list{
	margin-top: 1.3rem;
}

ul.sidebar-list li{
	margin: 1rem 0;
	margin-left: 7px;
    align-items: center;
    display: flex;
	font-size: 16px;
}

ul.sidebar-list li::before{
	content: "";
	width: 15px;
    height: 1px;
	margin-right: 15px;
    background-color: #6F6F6F;
}

.post-title{
	font-family: "Zen Old Mincho", "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", serif;
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
	letter-spacing: 0.66px;
	color: #000000;
}

.post-header,
.post-cat-name{
	font-family: "Montserrat", sans-serif;
	display:inline-block;
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #3E4048;
	margin-right: 18px;
}

.post-line{
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

.post-wrapper{
	margin-bottom: 7rem;
}

.post-wrapper p{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin-top: 0;
}

ul.page-nav{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

ul.page-nav li{
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.66px;
	color: #3E4048;
	margin: 0 auto;
	padding: 0 auto;
}


.price-title{
	width: 100%;
	padding: 15px auto;
	background-color: #E5F3F4;
}

.price-title h3{
	margin: 0;
	padding: 15px 0;
	margin-left: 1rem;
}

.greeting-left{
	float: left;
	width: 68%;
}

.greeting-right{
	float: right;
	width: 20%;
}

.greeting-name{
	width: 38%;
	margin: 0 0 0 auto;
	margin-top: 2.75rem!important;
}

.greeting-name img{
	width: 100%;
	height: auto;
}

span.s-t-about{
	font-size: 12px;
	padding-left: 7px;
}

/* historyテーブル全体の設定 */
table.history {
    width: 100%; /* 親要素いっぱいに広げる */
    border-collapse: collapse; /* セルの境界線を一つにまとめる */
    margin: 20px 0; /* 上下の余白 */
    table-layout: fixed; /* 列幅指定を正確に反映させる */
}

/* 年月（左側）のセル設定 */
table.history .history-date {
    /* 年月欄の幅を30%に設定 */
    width: 5%; 
    padding: 10px 5px!important; 
    text-align: center!important;
    font-weight: bold; /* 強調 */
    vertical-align: top; /* 上揃え */
    /* 年月欄の背景色を薄くすることもできます */
    /* background-color: #f5f5f5; */
}

/* 沿革内容（右側）のセル設定 */
table.history .history-content {
    /* 内容欄の幅を70%に設定 */
    width: 80%; 
    padding: 10px 15px;
    text-align: start!important;
    vertical-align: top; /* 上揃え */
}

/* 各行の罫線 */
table.history tr {
    /* 各行の下に細い実線を入れる */
    border-bottom: 1px solid #ddd; 
}

/* 最後の行の下線を削除（オプション） */
table.history tr:last-child {
    border-bottom: none; 
}

.history-top{
	color: #000000;
	background-color: #E5F3F4;
	text-align: center!important;
}

.history-c-1{background-color: none;}

.history-c-2{background-color: #fafafa;}

p.about-philosophy{
	font-size: 22px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	line-height: 1.8;	
}

p.about-greeting{
	font-size: 20px;
	font-family: ten-mincho-text, serif;
	font-weight: 400;
	line-height: 1.8;	
}
