@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    text-decoration-line: none;
color: #000000;
}




/*ヘッダー
-------------------------------------*/
body{
 margin:0;            /* ←追加 */
}

.logo{
    width: 200px 

}

.contact-button {
	padding: 1rem;
	border: 0px solid var(--base-color);
}







/*MENU*/

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 15px;
  letter-spacing: 0.2em;
list-style: none;
}
nav .sub-menu,.mean-container .mean-nav ul ul {

  background: #fff;
  background-image: linear-gradient(to top, #f7f8f8 0%, #cce8f5 100%);
}

/*MENUスマホのとき*/
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 70px;
  }
  .h_logo {
    width: 170px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }

.infobox {
    display: none;
}




}
/*MENUパソコンのとき*/
@media print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
  }
  .h_logo {
   
line-height: 120px;
  }
  .h_logo img {
    width: 270px;

  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
    line-height: -150px;
  }
  #gNav li {
list-style: none;
    position: relative;
    margin-right: 2em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;

  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #62ae8b;
  }
  #gNav li:hover ul.sub-menu {
    top: 45px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}





@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}


.header li {
	padding-top: 0;
list-style: none;
}


}





@media screen and (max-width:640px) {
.header {
    padding: 2rem;
margin:0px; 
}
.info {
	height: 40px;
	font-size: 0.8em; 

}
.infobox {
	margin-left: auto;
	margin-top: -75px;

}


.info ul {
	padding: 14px 0; /*ボックス内側の余白*/
}

.info li {
	line-height: 1.2;
padding: 20px 0;  /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
}

.infobox {
    display: none;
}

	

}


/*ヘッダー
-------------------------------------*/
.br-sp { display:none; }

.mainimg img {
    width: auto;
height:45vw;
object-fit:cover;
}




/*メイン画像
-------------------------------------*/
.mainimag-pc{
z-index: 10;
	width: 100%;
 top: 50%;
  left: 50%;
object-fit: cover;
  height: 500px;

}
.mainimag-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .mainimag-pc {
        display: none;
    }

    .mainimag-sp {
        display: block;
    }
}



.relative {
z-index: 20;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;;
}




.absolute {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
    color: #FFFFFF;
    background: rgba(58,154,214,0.6);
    width: 100%;
    max-width: 800px;
    padding: 3em 0;

}

.absolute h2 {
    	font-size: 300%;
	letter-spacing: 1px;
	font-weight: normal;
line-height: 2em
	margin-bottom: 7px;
  text-align: center;
font-weight: bolder; 
text-decoration: none;

}

.absolute p {
    margin: 5 3em;
    padding: 0 3em;
    font-size: 130%;
    text-align: left;


}

.absolute a {
text-decoration: none;
    color: #FFFFFF;
}


.absolute h5 {
    margin: 5 2em;
    padding: 0 0.5em;
    font-size: 100%;
    text-align: left;

}



.list-1 {
width: 100%;
text-align: left;
    list-style-type: disc;
    padding: 1em 1em 1em 2.5em;
 background-color: #f5f5f5;

}

.list-1 li {
    padding: .3em .3em .3em 0;
    font-size: 0.8em;
}

.list-1 li::marker {
    color: #2589d0;
    font-size: 0.8em;
}





@media screen and (max-width:640px) {

.mainimag-sp{
object-fit: cover;
  height: 400px;
}


.relative {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;;
}



.absolute {

width: 80%;
padding: 20px 0; 
 
}

.absolute h2 {
    margin: 1 3em;
    	font-size: 110%;
line-height: 1em
}

.absolute p {
    margin: 1 2em;
   font-size: 0.5em;
line-height: 1.1em;

}




.absolute h5 {

    font-size: 10px;
line-height: 1em;
text-align: left;
}

}

/*新着情報
-------------------------------------*/

.midashi {
font-size: 200%;
margin top: 80px;
color: #808080;
text-align: left;
font-weight: bold; 
}

.midashi02 {
margin:1px 0;
font-size: 200%;
margin top: 80px;
color: #808080;
text-align: left;
font-weight: bold; 
 border-bottom: 3px solid #efefef


}
.news-wrapper {
  border: 0px solid #333; /* 枠線 */
  padding: 30px; /* 全体内側の余白 */
}
.news-container {
  margin-top: 20px; /* セクションタイトルとの余白 */
}
.news-link {
  align-items: center; /* 上下中央 */
  display: flex; /* 日付&カテゴリーラベルと記事タイトルの横並び */
  padding-bottom: 10px; /* 内側下の余白 */
  padding-top: 10px; /* 内側上の余白 */
}
.news-link:not(:first-of-type) {
  border-top: 1px solid #ccc; /* 記事リンク間の線 */
}
.news-info {
  align-items: center; /* 上下中央 */
  display: flex; /* 日付とカテゴリーの横並び */
  flex-shrink: 0; /* これが無いと日付・カテゴリーラベルが潰れる */
}
.news-date {
  color: #333; /* 日付の文字色 */
  font-size: 14px; /* 日付のフォントサイズ */
}
.news-category {
  background-color: #808080;
  color: #fff; /* カテゴリーラベルの文字色 */
  font-size: 20px; /* カテゴリーラベルのフォントサイズ */
  margin-left: 10px; /* カテゴリーラベル左の余白 */
  padding: 5px; /* カテゴリーラベル内側の余白 */
  transition: opacity .5s; /* じんわり透過 */
}
.news-title {
  margin-left: 10px; /* 記事タイトル左の余白 */
  transition: opacity .5s; /* じんわり透過 */
}
.news-title a {
  color: #333; /* 記事タイトルの文字色 */
  font-size: 26px; /* 記事タイトルのフォントサイズ */
  line-height: 1.5; /* テキストの行間 */
}
.news-title:hover {
  opacity: 0.5; /* ホバーした時に記事タイトルを透過 */
}
.news-category:hover {
  opacity: 0.5; /* ホバーした時に記事タイトルを透過 */
}
/* レイアウトのためのスタイル */
.inner {
  margin-inline: auto;
  max-width: 1000px;
  padding-left: 24px;
  padding-right: 24px;
}
a {
  text-decoration: none;
}
.news {
  margin-bottom: 20px;
  margin-top: 20px;
}
.section-title {
  font-size: 36px; /* セクションタイトルのフォントサイズ */
}
/* 画面幅400px以下のスタイル */
@media screen and (max-width: 400px) {
  .news-wrapper {
    padding: 15px;
  }
  .news-link {
    display: block; /* 日付&カテゴリーラベルと記事タイトルの横並び解除 */
  }
  .news-category {
    font-size: 16px; /* カテゴリーラベルのフォントサイズ */
  }
  .news-title {
    margin-left: 0; /* 記事タイトル左の余白0 */
    margin-top: 10px; /* 記事タイトル上の余白 */
  }
  .news-title a {
    font-size: 16px; /* 記事タイトルのフォントサイズ */
  }
}



.flame55 {
display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #333333;
  background-color: #f4fafb;
font-weight: bold; 
 margin: 0.5em auto;
 padding: 2em;
 width: 100%;
 background-color:
  border-radius: 20px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);

}



.flame04 {
 margin: 0.5em auto;
 padding: 2em;
 width: 100%;
 background-color: #ffffff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
  border-radius: 20px;
}

.flame04 p {
    font-size: 200%;
color: #9fa0a0;
padding: 5px 10px;
line-height: 1em
border-top: 2em;
font-weight: bold; 
}

.flame04 hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}



.flame044 {
 margin: 2em auto;
 padding: 2em;
 width: 95%;
 background-color: #ffffff; /* 背景色 */
 border: 1px solid #ccc; /* 枠線 */
  border-radius: 20px;
}

.flame044 p {
    font-size: 200%;
color: #9fa0a0;
padding: 5px 10px;
line-height: 1em
border-top: 2em;
font-weight: bold; 
}


.shinryouhyou{
width: auto;
overflow-x: auto;
}



@media screen and (max-width:640px) {

.flame55 {
 font-size: 1.5rem;


}
}




/* 共通のアイコンエフェクト */
.socialEffect__link {

  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  color: #9fa0a0;
  font-size: 3rem;
  background: #c9bc9c;
  transition: transform ease-out 0.2s;
}

.socialEffect__box li {
  display: inline-block;

}






@media screen and (max-width:640px) {


ul.newsList {
 width: 100%;
}

ul.newsList li:nth-child(2) {
font-size: 4px;
padding: 3px 5px;
}

.midashi {
font-size: 30px;

}

.flame04 {
 padding: 1em;

}



}


/*WEB予約ボタン
-------------------------------------*/



/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0rem 0 0 0;
}

section {
	margin: 0rem 0;
	padding: 10rem 0;

}

@media screen and (max-width:640px) {
section {
	margin: 0rem 0;
	padding: 3rem 0;

}

}

.blue-back {
	background-color: #f8fbf6;
}

.gray-back {
	background-color: #F4FAFB;
}

midashi01 {
margin:25px 0;
  font-size: 50px;
  font-size: 3rem;
  position: relative;
  padding top: 8rem;
  text-align: center;
font-weight: bolder; 
color: #595757;


}


midashi01:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #C9CACA;
}


midashi01 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
color: #C9CACA;

}

.tb-wrap{
  width:100%;
  overflow-x:scroll;
}



.design02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border: solid 1px #808080;

}
.design02 tr {
 border-top: dashed 1px #808080;
}
.design02 th {
 padding: 10px;
 background: #e7f3ea;
}
.design02 td {
 padding: 10px;
}


.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

/* 各行の設定 */
.event-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #ccc; /* 下側の点線 */
}

/* テキスト部分 */
.event-text {
  color: #333;
  flex: 1;
  padding-right: 20px;
}

/* PDFボタン */
.pdf-button {
  display: inline-block;
  width: 120px;
  background-color: #93c983; /* 緑色の背景 */
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  border-radius: 2px;
  transition: opacity 0.3s;
}

.pdf-button:hover {
  opacity: 0.8;
}

/* スマートフォン向けの調整（画面幅768px以下） */
@media (max-width: 768px) {
  .event-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .event-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  
  .pdf-button {
    width:

 100%; /* スマホではボタンを横いっぱいに広げる */
  }
}



.border{
    border-bottom: 1px dotted #CBCBCB;
    padding: 3px;
    background: #fff;
}
.border h2 {
 font-size: 150%;
margin top: 50px;
color: #3A99D5;
text-align: left;
font-weight: bold; 
}


/*改行*/

@media screen and (min-width: 768px){   
  .br-pc { display:inline; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){   
  .br-pc { display:none; }
  .br-sp { display:inline; }
}



@media screen and (max-width:640px) {

section {
	margin: 5rem 0;
	padding: 5rem 0;

}

midashi01 {
  font-size: 25px;

}

midashi01 span {
  font-size: 13px;

}

.table02{
  font-size: 1.0em
}

.table03{
  font-size: 1.0em
}


}


/*section id="1"
-------------------------------------*/

.logoimg {
    width: 80%;
margin-bottom:50px;


}



midashi02 {
 position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
font-weight: bold; 
color: #FFFFFF;
font-size: 55px;
line-height: 150%
text-align: center;
animation-name: fadeInAnime;
animation-duration:6s;
animation-fill-mode:forwards;
opacity: 0;
}


p {
font-size: 20px;
line-height: 120%
text-align: center;

}



@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}



@media screen and (max-width: 768px){

.logoimg {
    width: 80%;

}

.backimg {
    max-width: 100%;
height:45vw;
object-fit:cover;
}


midashi02 {
font-size: 20px;

}

}


/*section id="2"
-------------------------------------*/
.contact-box {
	text-align: center;
	padding: 2rem 0;
}

.midashi3 {
font-size: 60px;
font-weight: bold; 
  position: relative;
  padding: 1.5rem;
  text-align: center;

}

.midashi3:before {
  position: absolute;
  top: -50px;
  left: calc(50% - 30px);
  width: 80px;
  height: 5px;
  content: '';
  background: #3a9ad6;
}



.kakomi-maru1 {
 margin: 0.5em auto;
 padding: 0.5em;
 width: 70%; /* ボックス幅 */
 background-color: #abd4d3; /* ボックス背景色 */
 color: #ffffff; /* 文章色 */
font-size: 300%;
font-weight: bold; 
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border-radius: 30px; /* 角の丸み */
}

.kakomi-maru2 {
 margin: 0em auto;
 padding: 0.5em;
 width: 90%; /* ボックス幅 */
 background-color: #ffffff; /* ボックス背景色 */
 color: #595757; /* 文章色 */
border: 3px solid #85c5be; /*線の太さ・色*/
 border-radius: 30px; /* 角の丸み */
font-size: 150%;
font-weight: bold; 
}

.kakomi-maru3 {
 margin: 0em auto;
 padding: 0.5em;
 width: 90%; /* ボックス幅 */
 background-color: #ffffff; /* ボックス背景色 */
 color: #595757; /* 文章色 */
border: 3px solid #f4ef7a; /*線の太さ・色*/
 border-radius: 30px; /* 角の丸み */
font-size: 150%;
font-weight: bold; 
}

.kakomi-maru4 {
 margin: 1em auto;
 padding: 0.5em;
 width: 70%; /* ボックス幅 */
 background-color: #edc9b8; /* ボックス背景色 */
 color: #ffffff; /* 文章色 */
font-size: 300%;
font-weight: bold; 
 box-shadow: 0 0 5px 1px #c0c0c0; /* 影 */
 border-radius: 30px; /* 角の丸み */
}


@media screen and (max-width: 768px){

.midashi3 {
font-size: 25px;

}

.midashi3:before {

  top: -10px;
  width: 50px;
  height: 5px;

}

.kakomi-maru1 {
 width: 90%; /* ボックス幅 */
font-size: 200%;
}
.kakomi-maru4 {
 width: 90%; /* ボックス幅 */
font-size: 200%;
}

}



.image_link{
  position:relative;
  display:block;
  height:auto;
}
.image_link img{
  display:block;
  width:100%;
}
.image_link:before{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  z-index:2;
  background:#000;/*好みの色に変えてください。*/
  opacity:0;
  transition:0.3s;
}
.image_link:hover:before{
  opacity:0.2;
}



/* 全体のレイアウト調整 */
.card-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 50px 20px;
  background-color: #f9f9f9; /* 背景色（任意） */

}

/* カード本体 */
.card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 500px;
  padding: 40px 30px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

/* タイトル部分 */
.card-title {
  font-size: 3rem;
  color: #333;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 1.3;
  min-height: 80px; /* 高さを揃えるため */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 説明テキスト */
.card-text {
  font-size: 1.5rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* ボタン（リンク） */
.card-button {
  background-color: #67b07a;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 0; /* 画像に合わせるなら 0 か少し丸める */
  font-size: 1.5rem;
  transition: background-color 0.2s;
}

.card-button:hover {
  background-color: #569a68;
  color: #fff;
}

/* スマホ対応（画面が狭いときは縦に並べる） */
@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }
}
/*section id="3"
-------------------------------------*/


.kakomi-box1 {
 margin: 2em auto;
 padding: 1em;
 width: 70vw;;
 background-color: #fff; /* 背景色 */
border-radius: 50px;

}

.midashi04 {

text-align: center;
color: #808080;
font-size: 3rem; 
font-weight: bold;/* フォント太さ */   
padding-top: .2em;
margin-bottom: 1em;
border-bottom: dashed 1px #B5B5B6;/* 線 */
}

.midashi05 {
color: #898989;
font-size: 2.5rem; 
padding-top: .5em;
margin-bottom: 2em;
	text-align: left;

}

.midashi06 {
color: #B5B5B6;
font-size: 2rem; 
font-weight: bold;
	text-align: center;

}


.original-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 25px;
  border-radius: 30px;
  width: 100%;
  height: 70px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #F5B090;
}

.original-button a {
 color: #FFFFFF;
}

.original-button:hover {
  opacity: .7;
}

.map {
	position: relative;
	padding: 0.5em 0.75em 0.5em 2.5em;
text-align: left;
  font-size: 25px;
}
.map:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	color: #27acd9;
	padding: 0;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}



@media screen and (max-width: 768px){

.kakomi-box1 {
 width: 90vw;

}
.midashi04 {
font-size:2rem; 
 padding-top: 3rem;
padding-bottom: 2rem;

}

.original-button {
  font-size: 18px;
  height: 50px;
 
}

.midashi05 {
padding-top: .3em;
font-size: 3rem; 


}

.midashi06 {
color: #898989;
font-size: 1.4rem; 
	text-align: left;

}


}


/*section id="4"
-------------------------------------*/

.pct {
    width: 80%;
 padding: 1rem;
	text-align: center;

}



@media screen and (max-width: 768px){
.pct {
    width: 100%;
}

}
/*section id="5"
-------------------------------------*/

.control {
    width: 80%;
  height: auto;
 padding: 1rem;
	text-align: center;

}

.control02 {
    width: 150px ;
  height: auto;
 padding: 1rem;
	text-align: center;

}






/*section id="7"
-------------------------------------*/
.table01 {
  margin:0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 60%;

}
.table01 tr {
    border-bottom: 1px solid #ACACAC;
}
.table01 tr th,
.table01 tr td {
    text-align: left;
    vertical-align: top;
}
.table01 tr th {
    width: 15%;
    font-weight: bold;
    border-bottom: 1px solid #70b780;
    padding: 20px 0;
    color: #70b780;
}
.table01 tr td {
    width: 75%;
    padding: 20px 20px;
}

.table01 a{
  color:inherit;
  text-decoration: none;
}


@media screen and (max-width: 767px){
.table01 {
  margin:0 auto;
    width: 95%;

}

  .table01 tr th {
    border-bottom: 0px solid #00A861;
font-size: 2rem;
}
}





/*訪問診療
-------------------------------------*/
.flame05 {
 margin: 0 auto;
 padding: 1em;
 width: 100%;
 background-color: #fdfcef; /* 背景色 */
  border-radius: 20px;
}

.flame05 h3 {
margin: 0.5em auto;
padding: 0.3em;
font-size: 25px;
  color: #666666;
}



.midashi07 {

margin: 0.5em auto;
padding: 1.5em;
font-size: 25px;
}

h4{
padding-top: .3em;
font-size: 2.5rem; 
	font-weight: bold;
}


ul.cp_list {
 margin: 0 auto;
 width: 70%;
	position: relative;
	padding: 0 0.5em;
	margin-top: 2em;
	list-style-type: none;
	border: solid 2px #3A99D5;
}
ul.cp_list::after {
	position: absolute;
	content:attr(title);
	padding: 3px 10px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 1.5em;
	background: #3A99D5;
	color: #fff;
	bottom: 100%;
	left: -2px;
	border-radius: 4px 4px 0px 0px;
}
ul.cp_list li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.4em;
	border-bottom: 1px dashed #3A99D5;
}
ul.cp_list li::before {
	position: absolute;
	content: "ul.cp_list {
position: relative;
padding: 0 0.5em;
margin-top: 2em;
list-style-type: none;
border: solid 2px #3A99D5;
}
ul.cp_list::after {
position: absolute;
content:attr(title);
padding: 1px 7px;
letter-spacing: 0.05em;
font-weight: bold;
font-size: 2em;
background: #3A99D5;
color: #fff;
bottom: 100%;
left: -2px;
border-radius: 4px 4px 0px 0px;
}
ul.cp_list li {
font-size: 1.5em;
line-height: 1.5;
padding: 0.5em 0 0.5em 1.4em;
border-bottom: 1px dashed #3A99D5;
}
ul.cp_list li::before {
position: absolute;
content: "\002713";
color: #3A99D5;
font-weight: bold;
left : 0.2em;
border: none;
margin-top: -0.1em;
}
ul.cp_list li:last-of-type {
border-bottom: none;
}
2713";
	color: #3A99D5;
	font-weight: bold;
	left : 0.5em;
}
ul.cp_list li:last-of-type {
	border-bottom: none;
}

.highlight {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(255, 228, 0, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}


@media screen and (max-width: 767px){
h4 {
font-size: 2rem; 
}

.midashi07 {

margin: 0.5em auto;
padding: 1.5em;
font-size: 18px;
}


.flame05 {
 padding: 1em;

}
.flame05 h3 {
padding: 0.5em;
font-size: 18px;
}

ul.cp_list {
 width: 100%;
}


ul.cp_list::after {
	font-size: 1.5em;

}

}


/*ボタン
-------------------------------------*/




.button019 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
margin-right: auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}



.button020 a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button020 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button020 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button020 a:hover:after {
  right: 1.4rem;
}




/*婦人科
-------------------------------------*/
table.fas_table_borderbottom{
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
	table-layout: fixed;
}
table.fas_table_borderbottom th{
	border: none;
	border-bottom: 1px dashed #C9CACA;
	background: none;
	padding: 5px;
	color: #727171;
	text-align: left;
	width: 60%;
}
table.fas_table_borderbottom th:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f0a9';
	margin-right: 5px;
}
table.fas_table_borderbottom td {
	border: none;
	border-bottom: 1px dashed #C9CACA;
	padding: 5px;
	color: #333;
	text-align: right;
}


table.fas_table02_borderbottom{
	border-collapse: separate;
	border-spacing: 0 5px;
	width: 100%;
	table-layout: fixed;
}
table.fas_table02_borderbottom th{
	border: none;
	border-bottom: 1px solid #ccc;
	background: none;
	padding: 5px;
	color: #3366cc;
	text-align: left;
	width: 20%;
}
table.fas_table02_borderbottom th:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f00c';
	margin-right: 5px;
}
table.fas_table02_borderbottom td {
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #333;
	text-align: left;
}



.ac-box{
width: auto;
padding: 10px;
margin: 10px 30px 50px 20px; auto 5px;
}

.ac-box label{
max-width: 80%;
font-size: 16px;
font-weight: bold;
text-align: center;
background: #fff7ef;
margin: auto;
line-height: 50px;
position: relative;
display: block;
height: 50px;
border-radius: 8px;
cursor: pointer;
color: #595757;
transition: all 0.5s;
}

.ac-box label:hover{
background: rgba(247,224,209,0.2);
-webkit-transition: all .3s;
transition: all .3s;
}

.ac-box input{
display: none;
}

.ac-box label:after{
color: #fff;

}

.ac-box input:checked ~ label::after {
color: #fff;

}

.ac-box div{
height: 0px;
padding: 20px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div{
height: auto;
padding: 5px;

opacity: 1;
}

.ac-box div p{
line-height: 23px;
padding: 20px;
text-align: justify;
}
.ac-small p{
font-size: 1em;
padding: 20px;

}

.ac-small midashi08 {

font-size: 1.5em;
color: #999999;
font-weight: bold;

}




@media screen and (max-width: 767px){
table.fas_table_borderbottom {
  margin:0 auto;
    width: 95%;

}

table.fas_table02_borderbottom {
	font-size: 0.8em;

}

table.fas_table02_borderbottom th{

	width: 30%;
}


.ac-box{
padding: 0;

}
.ac-box label{
width: 100%;

}
.ac-box input:checked ~ div{
max-width: 100%;
}

.ac-small midashi08 {

font-size: 1.0em;

}

}



/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #FFFFFF;
    padding: 5 0rem ;
    font-size: 0.8em;
}

footer logo {
    width: 130px 
}

footer a {
    font-size: 1.0em;
text-decoration: none;
color: #248BB2;
}


footer p {
line-height:100%;
}

footer h6 {
    font-size: 1.2em;

}




@media screen and (max-width: 768px){

footer h6 {
    font-size: 0.8em;
line-height:80%;
}
}

/*
エフェクト
-------------------------------------------*/
/* fadeUp */



.flowing {
  margin: 0;
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  animation: flowing-anim 8s;
}





/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    font-size: 0.8em;
    padding: 1rem 0;
    background-color: #60af72;
   color: #FFFFFF;
}
.copyright a {
    color: #a4c7ea;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #62ae8b;
  opacity: 0.6;
  border-radius: 50%;
}
#pagetop a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*レスポンシブ設定*/

@media screen and (max-width: 768px) {
 p, ol, li, th, td, dl {
	font-size: 1em !important; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}


table{
  width: 90%;
 font-size:1.0em;
}


}
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
}
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
