@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;	
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before {
    content: "【PR】";
}
.addCont02.bottomLine.adcn {
    margin-top: 3rem;
}
p.bnr a {
    position: fixed;
    width: 32rem;
    height: auto;
    right: 0;
    background-color: #3e687c;
    bottom: 9rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0 2rem;
    z-index: 100;
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
    color: #fff;
}
.addCont02.bottomLine.adcn img {
    width: 80%;
    margin: 3rem auto 0;
    display: block;
}

.addCont02.bottomLine.adcn .subBox01.bg-beige {
    padding: 0;
}

.addCont02.adcn .subBox01 p.frame-head {
    padding: 5px;
    margin: 0 auto 1rem;
    background-color: #bfaa6f;
    color: #fff;
    width: 80%;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}


.adcn .catchBlock_head {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 1rem;
    border-bottom: solid #eee;
    padding: 0 0 1rem;
}

#index .frame h4 {font-size: 14px;padding: 0 1rem;border: none;margin: 2rem 0 0;}

#index .frame h5 {
    border-bottom: solid 3px #ede6d9;
    font-size: unset;
    padding: 5px 1rem;
    margin: 0;
}

#index .frame ul {
    margin: 0;
}

#index .frame li {
    font-size: 12px;
    margin: 0 0 5px;
    padding: 0 0 0 5px;
    line-height: 1.3;
}

#index .frame li:before {
    width: 7px;
    height: 7px;
    top: 5px;
    left: -9px;
}

#index .frame th, #index .frame td {
    padding: 8px;
    line-height: 1.3;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
    word-break: break-all;
}
.img_center img {
    padding-bottom: 5px;
}
.komi2 {
    background: #f8f6f2;
    padding: 1rem 2rem 2rem;
    margin: 1rem 0 2rem;
    border-radius: 10px;
}
p, body, th, td, li, dt, dd {
    font-size: 14px;
}
.blind {
    display: none;
}

/*------2022.05.26-oki------*/

.kanren {
    border:3px solid #ddc787;
	background:#FFf;
	padding: 1.2rem;
	margin-top: 2rem;
    position: relative;
    box-sizing: border-box;
}
.midasi {
	font-size: 1.6rem;
	font-weight: 900;
	border-bottom: 01px solid #ddc787;
	padding-bottom: 0.3rem;
	color: #0e435d;
}

.kanren ul{
    margin: 20px 0;
    padding: 10px 10px 0;
}
.kanren li {
	line-height: 2;
	position: relative;
    padding: 0 0 6px 22px;
}

.contents .kanren ul.readmore-content li:before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 14px;
height: 14px;
background: #11455f;
border-radius: 50%;
}

.readmore-content {
    position: relative;
    overflow: hidden;
    height: 140px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    z-index: 1;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #0e435d;
    border-radius: 10px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}
.flex-box {
    display: flex;
    justify-content: space-between;
}

.x-box {
    width: 33%;
    border: 4px solid #b7a570;
    background: #fff;
    padding: 10px;
}

.index .x-box h3 {
    font-size: 20px;
    margin: 0;
    min-height: 120px;
    text-align: center;
    padding: 0;
    background: #b7a570;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
    margin: -13px -13px 0;
}

.x-box h3 .small {
    font-size: 16px;
    display: block;
}

.index .x-box h3 span {
    display: block;
}

.index .x-box h4 {
    text-align: center;
    border: none;
}

.x-box p {
    font-size: 24px;
    text-align: center;
}

.x-box span.large {
    color: red;
    font-weight: bold;
    font-size: 24px;
}

.x-box p span.small {
    font-size: 18px;
}

.dl-box {
    display: flex;
}

.dl-box dl {
    width: 50%;
    text-align: center;
    border: 2px solid #0e435d;
}

.dl-box dt {
    background: #1b6b93;
    color: #fff;
    font-size: 18px;
    padding: 11px;
}

.dl-box dl dd {
    padding: 10px 0;
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;
    color: #fff;
}
.addCont02.bottomLine.adcn img {
    width: 400px;
}

.addCont02.bottomLine.adcn .titLArea h2 {
    font-size: 3rem;
    line-height: 1.3;
}

.addCont02.adcn .subBox01 p.frame-head {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.adcn .catchBlock_head {
    font-size: 3rem;
    font-weight: bold;
}

.addCont02.bottomLine.adcn {
    margin-top: 7rem;
}	
/*20210210*/
.official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 20px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size   : 30px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #333;
  line-height:1.5;
}
.official .partTtl:before{
display:none;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
	 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}

ul.column_record{display:block; width:90%; margin:auto; max-height:300px;overflow-y: scroll; padding:10px; border:solid 1px #FFCC00; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #ff9933; margin-bottom:10px; padding:0px 0px 5px 0px;}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;margin:0px;}

.mini{
	font-size:10px;
	text-align:right;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}
.date {
    font-size: 12px;
    margin-bottom: 7px;
	
}
.accordion-box label {
    height: 6rem;
}
.addCont02 .costArea__txt-box {
    margin-bottom: 1rem;
}
.accordion-box .accordion-container {
    height: 300px;
}	
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

	.wr01_table-scroll{
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
}
.wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;

}
	.map iframe{
		width:100%;
	}

/*20210210*/
.official{
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 10px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size : 20px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #333 !important;
  line-height: 1.7;
}

.official .partTtl:before{
display:none!important;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}


	.fb-container {
		width: 500px!important;
	}
		 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record {
    display:block;
    width:90%;
    margin:auto;
    max-height:300px;overflow-y: scroll;
    padding:10px;
    border:solid 1px #FFCC00;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #ff9933;
    margin-bottom:10px; padding:0px 0px 5px 0px;
}

ul.column_record li::before {
    content:none;
}
ul.column_record li span.day {
    font-size:small;
    display:block;
    background:none;
    color:#000;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}	
#index .frame h4 {
    padding: 10px;
    margin: 2rem 0 1rem;
}
.date {
    text-align: end;
    margin-right: 5px;
}
.date p{
	font-size: 12px;
}	
p.bnr a {
    width: 100%;
    bottom: 0;
    padding: 1rem 0;
    line-height: 1.3;
    font-size: 16px;
}	
#page-top {
    bottom: 8rem;
}

footer {
    padding-bottom: 6rem;
}	
}

.quote{
	margin: 8px 0 0;
color: #9c9c9c;
word-break: break-all;
font-size: 10px;
font-size: 1.0rem;
line-height: 1.3;
}

.title{
	color:#b09878;
	font-size:1.8rem;
}
#headNoteArea .sitename, #headNoteArea .sitename a {
    padding-left: 0;
}
#headNoteArea h1.sitename {
    width: 90%;
}
.addCont01 .thBoxArea .sBox .info-wrap:nth-child(5n) {
    border-bottom: 1px dashed #898989;
}
#index .addCont01 .thBoxArea .sBox .info-wrap:nth-child(5n) {
    border-bottom: 1px dashed #898989;
}


/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;	
}
.quote{
	margin: 8px 0 0;
color: #9c9c9c;
word-break: break-all;
font-size: 10px;
font-size: 1.0rem;
line-height: 1.3;
}

.title{
	color:#b09878;
	font-size:1.8rem;
}
footer .areaInner .noticeArea {
    padding-top: 20px;
}



/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 481px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;
    color: #fff;
}
	
/*20210210*/
.official{
  padding: 20px 100px!important;
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
}
.official li{
text-align:left!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 20px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size   : 30px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #333;
  line-height:1.5;
}
.official .partTtl:before{
display:none;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
	 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}

ul.column_record{display:block; width:90%; margin:auto; max-height:300px;overflow-y: scroll; padding:10px; border:solid 1px #FFCC00; margin-bottom:15px;}
ul.column_record li{display:block; background:none; border-bottom:solid 1px #ff9933; margin-bottom:10px; padding:0px 0px 5px 0px;}
ul.column_record li::before{content:none;}
ul.column_record li span.day{font-size:small; display:block; background:none; color:#000;margin:0px;}

.mini{
	font-size:10px;
	text-align:right;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}

.info.info {
    display: none;
}




}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
 
#headNoteArea .sitename,
#headNoteArea .sitename a {
    padding-left: 3rem;
}

.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

	.wr01_table-scroll{
    margin: 20px 0px;
    width: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    overflow-x: scroll;
}
.wr01_table-scroll::-webkit-scrollbar{
    height: 10px;
}
.wr01_table-scroll::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 5px;
}
.wr01_table-scroll::-webkit-scrollbar-thumb{
    background: #bcbcbc;
    border-radius: 5px;
}
.wr01_table-scroll table {
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
    font-size: 14px;
    width: 100%;
    margin: 0;
    border: none;
}
.wr01_table-scroll table th,
.wr01_table-scroll table td{ 
    border: 1px solid #333;
    text-align: center;
    word-break: break-all;
    vertical-align: middle;
    padding: 20px;
}
.wr01_table-scroll table th{
    font-size: 16px; 
    font-weight: bold;
    background-color: #0d142f;

}
	.map iframe{
		width:100%;
	}

/*20210210*/
.official{
  background:#f5f5f559!important;
  border-radius: 30px 30px 30px 30px!important;
      padding: 10%!important;
}

.official .partTtl{
  background  : #fcfcfc!important;
  padding     : 10px!important;
}
.official .partTtl{
  display     : inline-block!important;
  font-size : 20px!important;
  margin:0px !important;
  font-weight : bold!important;
  color       : #333 !important;
  line-height: 1.7;
}

.official .partTtl:before{
display:none!important;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}


	.fb-container {
		width: 500px!important;
	}
		 .heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record {
    display:block;
    width:90%;
    margin:auto;
    max-height:300px;overflow-y: scroll;
    padding:10px;
    border:solid 1px #FFCC00;
    margin-bottom:15px;
}
ul.column_record li {
    display:block;
    background:none;
    border-bottom:solid 1px #ff9933;
    margin-bottom:10px; padding:0px 0px 5px 0px;
}

ul.column_record li::before {
    content:none;
}
ul.column_record li span.day {
    font-size:small;
    display:block;
    background:none;
    color:#000;
    margin:0px;
}

.official h3 {
   font-size: 18px;
   font-weight: bold;
   margin: 20px;
}
.official h4 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px;
}


.addCont02.bottomLine.adcn {
    margin-top: 3rem;
}

.addCont02.bottomLine.adcn img {
    width: 80%;
    margin: 3rem auto 0;
    display: block;
}

.addCont02.bottomLine.adcn .subBox01.bg-beige {
    padding: 0;
}

.addCont02.adcn .subBox01 p.frame-head {
    padding: 5px;
    margin: 0 auto 1rem;
    background-color: #bfaa6f;
    color: #fff;
    width: 80%;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.adcn .catchBlock_head {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 1rem;
    border-bottom: solid #eee;
    padding: 0 0 1rem;
}

.adcn .frame-body {
    margin: 1rem 0;
}

.contents .adcn ul:not([class]) {
    margin: 1rem;
    padding: 0;
}

.adcn .heading-blue {
    font-size: 1.5rem;
    font-weight: bold;
    color: #11455f;
}

.adcn h3.heading-brown {
    margin: 2rem 0;
    font-size: 18px;
}

.adcn .beigeBox .heading-blue {
    margin: 4rem 0 1rem;
    font-size: 16px;
}

.addCont02.adcn .subBoxWrap.white .subBox01 {
    padding: 0;
}

.adcn h2.heading-blueLine {
    font-size: 14px;
}

.adcn .beigeBox.size-small.clerfix .rightBox img {
    display: none;
}

.adcn h4.heading-blueLine {
    font-size: 16px;
    margin: 4rem 0 2rem;
    line-height: 1.5;
}
.adcn img {
    width: 80%;
    margin: 1rem auto;
    display: block;
}

	
	
	
#index .addCont01 .thBoxArea .sBox .btn-web a {
    width: 100%;
    margin-left: -6vw;
    padding: 1.5rem;
    margin: 1rem auto;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f1670c;
}
.btn-web a {
    width: 95%;
    margin-left: -3vw;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f1670c;
}
.btn-tel {
    width: 85vw;
}
#index .addCont01 .thBoxArea .sBox .btn-tel {
    width: 85vw;
    margin-left: -1.5vw;
}
.keyArea {
    background: url(https://www.comparing-dentistry.com/wp/wp-content/themes/SE038/img/img_addCont01_ph04.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 -5rem;
    padding-top: 12rem;
}

.btn-tel a {
    padding: 1.5rem;
    background-color: #3c4479;
    box-shadow: 5px 5px 5px #ccc;
    width: 95%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
}

.contents .right_box:last-of-type {
    margin: 2rem auto;
}

#index .addCont01 .thBoxArea .opening {
    margin-bottom: 0;
}

#index .addCont01 .thBoxArea .sBox .btn-internal, #index .addCont01 .thBoxArea .sBox .btn-web {
    width: 100%;
    margin: 0;
}

.addCont02 .bgbd .btn-web {
    width: unset;
}

.addCont02 .clinic-info-list__head {
    width: 80px;
}

.index h5:not([class]), .category h6:not([class]), .category h4:not([class]), .category h5:not([class]), .category h6:not([class]), .page h4:not([class]), .page h5:not([class]), .page h6:not([class]) {
    margin: 1rem auto;
}

#headNoteArea {
    height: unset;
}

#index .addCont01 {
    padding-top: 1rem;
}	
p, li, dd, td, th,dt {
    font-family: auto;
    font-size: 13px;
}

.addCont02 .costArea__txt-box__list {
    line-height: 1.3;
    padding: 8px 5px 4px;
    border-bottom: 1px dashed #ccc;
}

.addCont02 .subBox01 .catch {
    margin-bottom: 1rem;
}

.addCont02 .clinic-info-list {
    line-height: 1.5;
    padding: 10px 5px 5px;
}

.addCont02 table.opening-table {
    margin: 2rem 0 0;
}

.keyArea {
    display: none;
}

.contents {margin-top: 0rem;}

#index .addCont01 {
    margin-top: 0;
    padding-top: 1px;
}

#index .addCont01 .thBoxArea .info-wrap {
    padding: 15px 0 8px;
}

.intro-txt {
    margin: 3rem auto 2rem;
}

#index .addCont01 .thBoxArea .sBox .sTit {
    padding: 1rem 0 2rem;
    line-height: 1.2;
}

#index .addCont01 .thBoxArea .opening {
    margin: 2rem 0 -2rem;
}

.addCont02 .cure-list li {
    line-height: 1.4;
}

.addCont02 .cure-list li:before {
    top: 3px;
}
#index .addCont01 .thBoxArea .opening span {
    line-height: 1.2;
    font-size: 12px;
}


.info.info {
    display: block;
}
.info.info table.opening-table {
    margin: 11px auto;
    width: 100%;
    table-layout: auto;
}

.info.info table.opening-table thead th {
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    border: 2px solid #ede6d9;
    padding: 5px;
    font-size: 1.2rem;
    background: #3e687c;
    color: #fff;
    font-size: 1.4rem;
    width: auto;
    line-height: 1.4;
}

.info.info table.opening-table tbody th,.info.info table.opening-table tbody td {
    width: auto;
    line-height: 1.4;
    background: #fff;
    text-align: center;
    word-wrap: break-word;
    border: 2px solid #ede6d9;
    padding: 5px;
    font-size: 1.2rem;
}

.info.info table.opening-table tbody td {
    color: #ff8433;
}

.info.info .clinic-info-list-wrap dl {
    display: flex;
}

.info.info .clinic-info-list-wrap dt {
    border-right: 1px solid #3e687c;
    width: 26%;
    text-align: center;
}

.info.info .clinic-info-list-wrap {
    border: 1px solid #3e687c;
}

.info.info .clinic-info-list-wrap dl:first-of-type {
    border-bottom: 1px solid;
}

.info.info .clinic-info-list-wrap dl dd, .clinic-info-list-wrap dt {
    padding: 5px;
}

.info.info .clinic-info-list-wrap dl dd {
    width: 74%;
    font-size: 13px;
}

.info.info p.p-title {
    font-weight: bold;
}	
.contents .scroll-x table th, .contents .scroll-x table td {
    display: table-cell;
    border: 1px solid #534a2f;
    padding: 9px;
}

.contents .scroll-x table tr {
    display: table-row;
}

.contents .scroll-x table th:first-of-type {
    position: sticky;
    left: 0;
    width: 300px;
    font-size: 16px;
    padding: 10px 5px;
    border: 1px solid #534a2f;
    z-index: 1;
}

.scroll-x {
    overflow: scroll;
    margin: 0 -10px;
}

.contents .scroll-x table {
    width: auto;
    table-layout: fixed;
    min-width: 890px;
    margin-top: 0;
}

.contents .scroll-x table th {
    background: #b7a570;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-shadow: 1px 1px 5px #000000a3;
    border: 1px solid #534a2f;
}

.scroll-x table th .btn-web a {
    text-shadow: none;
    box-shadow: none;
    border-radius: 15px;
    font-size: 12px;
    width: 100%;
    padding: 10px 10px;
    padding-right: 20px;
    background-position-x: 95%;
}

.scroll-x table th .btn-web{
    text-shadow: none;
    margin: 10px auto 0;
    border-radius: 15px;
    width: 100%;
}

span.small-font {
    font-size: 12px;
}

span.large {}

.scroll-x table td .large {
    color: #ff8433;
    font-weight: 700;
    font-size: 20px;
}

.scroll-x table td .small {
    font-size: 9pt;
}

.contents .scroll-x table td {text-align: center;}

.contents .scroll-x table th {
    width: 150px;
}

p.scroll-text.sp {
    margin: 0;
    text-align: center;
}

.x-box {
    width: 100%;
    margin-bottom: 30px;
}
.addCont01 .x-box .btn-tel {
    width: 90%;
}
.flex-box {
    flex-direction: column;
}	
}