/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 11:10:51 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

#article p {
	line-height: 1.75;
	margin-bottom: 2rem;
}

/*---------共有（COMMON）：グローバルメニュー------------*/
#global_menu ul li {
	font-size: 0.9rem;
	color: ;
}
#global_menu ul ul li {
	font-size: 0.9rem;
}

#global_menu_button:after{
    display: block;
    content: "MENU";
    font-size: 7px;
    color: #000;
    margin-top: 7px;
    position: absolute;
    left: 50%;
    top:37px;
    transform: translateX(-50%);
    line-height:1em;
}


/*----------共有（COMMON）：フッターエリア-------------*/
#footer {
	color: #FFFFFF;
	background: #0768D3;
}
#return_top2 {
	background: #FFFFFF;
}
#return_top2 a:hover {
	color: #FFFFFF;
	background: #0166FF;/*#01AFEC*/
}
#footer_top {
	border-top: none;
}
#footer #footer_menu a {
	color: #FFFFFF;
}
#footer_menu_bottom a {
	color: #FFFFFF;
}

/*---------TOPページ：ヘッダスライダー------------*/

#header_slider .caption h2 {
	text-shadow: 0px 1px 7px #0166FF; /*3px 3px 0px #0768D3*/
}

/*---------固定ページ：ヘッダー------------*/

#page_header_inner h1 {
	text-shadow: 0px 1px 7px #0166FF; /*3px 3px 0px #0768D3*/
}

/*---------TOPページ：ニュースティッカー-------------*/
#index_news_ticker_wrap {background-color: #FFFFFF;}

/*---------TOPページ：ボタン-------------*/
.design_button a {
	border: #0768D3 1px solid;
}

/*---------TOPページ：NEWS-------------*/
#index_news_ticker .post_type_news .category {
	width: 300px !important;
	padding: 30px;
}

/*---------TOPページ：TAB CONTENTS-------------*/
#cb_content_2 .image_area_inner .image {
	border-radius: 10px;
}

/*---------TOPページ：SERVICE-------------*/
#cb_content_4 {
	background: #F2F6FE;
}

/*---------共有（COMMON）：ボタン設定-------------*/
.btn-base {
	width: 100%;
	display:block;
}
.btn-base a {
	margin-bottom:15px;
}
.btn-base .btn-common {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 55px;
	position: relative;
	background: #0768D3;
	border: 1px solid #0768D3;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 35px 0 15px;
	color: #fff;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin:35px auto;
}
a.btn-common:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
a.btn-common:hover {
	background: #fff;
	color: #0768D3 !Important;
}
a.btn-common:hover:before {
	color: #fff;
	border-top: 2px solid #0768D3;
	border-right: 2px solid #0768D3;
}

/*---------共有（COMMON）：Hタイトル-------------*/
#article h2.heading {
	color: #0768D3;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	background: rgb(7,104,211);
	background: linear-gradient(90deg, rgba(7,104,211,1) 0%, rgba(1,175,236,1) 100%);
	background-repeat: no-repeat;
	background-size: 7rem 2px;
	background-position: bottom;
	position: relative;
	padding: 0.5rem 0 2rem;
	margin-bottom: 2rem;
}

#article h3.heading {
	color: #0768D3;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding: 1rem;
	border-bottom: 1px solid #F2F6FE;
	margin-bottom: 2rem;
}
#article h3.heading:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 15%;
	height: 1px;
	content: '';
	background: #0768D3;
}

#article h4.heading {
	color: #0768D3;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
#article h4.heading:before {
	border-top: 1px solid;
	content: "";
	width: 20px;
	height: 1px;
	margin-right: 0.5rem;
}

#article h2.heading-news {
	color: #0768D3;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	padding: 1rem;
	border-bottom: 1px solid #0768D3;
	margin-bottom: 2rem;
}

/*---------共有（COMMON）：リスト設定-------------*/
ul.list-common {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-common li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
ul.list-common li:before {
	color: #01AFEC; /*アイコン色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコン表示に必要なウエイト*/
	content: "\f152"; /*アイコンの種類（f138）*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}

ul.list-pdf {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-pdf li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
ul.list-pdf li:before {
	color: #01AFEC; /*アイコン色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコン表示に必要なウエイト*/
	content: "\f1c1"; /*アイコンの種類*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}

/*---------テーブル設定：about/overview/-------------*/
#article table.table-overview {
	width: 100%;
}
#article .table-overview th {
	color: #0768D3;
	font-weight: bold;
	width: 20%;
	background: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 15px 15px 15px 0 !important;
}
#article .table-overview td {
	background: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: #DDDDDD 1px solid;
	border-right: none;
	margin: 0;
	padding: 15px 0 15px 35px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}

/*---------テーブル設定：about/member/-------------*/
#article table.table-officerlist {
	width: 100%;
	text-align: center;
}
#article .table-officerlist th {
	color: #FFFFFF;
	font-weight: bold;
	border: #DDDDDD 1px solid;
	background-color: #0768D3;
	margin: 0;
	padding: 10px !important;
}
#article .table-officerlist th:nth-of-type(1) {
	width: 15%;
}
#article .table-officerlist th:nth-of-type(2) {
	width: 25%;
}
#article .table-officerlist th:nth-of-type(3) {
	width: 40%;
}
#article .table-officerlist th:nth-of-type(4) {
	width: 20%;
}
#article .table-officerlist td {
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-officerlist th {
		padding: 5px !important;
	}
	#article .table-officerlist td {
		padding: 5px !important;
	}
}

#article table.table-memberlist {
	width: 100%;
	text-align: center;
}
#article .table-memberlist th {
	color: #FFFFFF;
	font-weight: bold;
	width: 25%;
	border: #DDDDDD 1px solid;
	background-color: #0768D3;
	margin: 0;
	padding: 10px !important;
}
#article .table-memberlist td {
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-memberlist th {
		padding: 5px !important;
	}
	#article .table-memberlist td {
		padding: 5px !important;
	}
}

/*---------テーブル設定：区民のみなさま/holiday-clinic/-------------*/
#article table.table-holidaylist {
	width: 100%;
	text-align: center;
}
#article .table-holidaylist th {
	color: #FFFFFF;
	font-weight: bold;
	border: #DDDDDD 1px solid;
	background-color: #0768D3;
	margin: 0;
	padding: 10px !important;
}
#article .table-holidaylist th:nth-of-type(1) {
	width: 20%;
}
#article .table-holidaylist th:nth-of-type(2) {
	width: 30%;
}
#article .table-holidaylist th:nth-of-type(3) {
	width: 30%;
}
#article .table-holidaylist th:nth-of-type(4) {
	width: 20%;
}
#article .table-holidaylist td {
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-holidaylist th {
		padding: 5px !important;
	}
	#article .table-holidaylist td {
		padding: 5px !important;
	}
}

/*---------テーブル設定：区民のみなさま/checkup/-------------*/
#article table.table-checkuplist {
	width: 100%;
	text-align: center;
}
#article .table-checkuplist th {
	color: #FFFFFF;
	font-weight: bold;
	border: #DDDDDD 1px solid;
	background-color: #0768D3;
	margin: 0;
	padding: 10px !important;
}
#article .table-checkuplist th:nth-of-type(1) {
	width: 20%;
}
#article .table-checkuplist th:nth-of-type(2) {
	width: 50%;
}
#article .table-checkuplist th:nth-of-type(3) {
	width: 30%;
}
#article .table-checkuplist td {
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-checkuplist th {
		padding: 5px !important;
	}
	#article .table-checkuplist td {
		padding: 5px !important;
	}
}

/*---------テーブル設定：区民のみなさま/visit/-------------*/
#article table.table-visitlist {
	width: 100%;
	text-align: center;
}
#article .table-visitlist th {
	color: #FFFFFF;
	font-weight: bold;
	border: #DDDDDD 1px solid;
	background-color: #0768D3;
	margin: 0;
	padding: 10px !important;
}
#article .table-visitlist th:nth-of-type(1) {
	width: 30%;
}
#article .table-visitlist th:nth-of-type(2) {
	width: 50%;
}
#article .table-visitlist th:nth-of-type(3) {
	width:20%;
}
#article .table-visitlist td {
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-visitlist th {
		padding: 5px !important;
	}
	#article .table-visitlist td {
		padding: 5px !important;
	}
}

/*------------------------------------------------------
歯医者さん検索（CLINICS）
------------------------------------------------------*/

/*---------会員歯医者さんリストのボタンレイアウト-------------*/
.col3to2_box_container {
	box-sizing: border-box;
	&::before, &::after {
		box-sizing: border-box;
	}
}
.col3to2_box_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.col3to2_box {
	box-sizing: border-box;
	margin: 0;
	width: calc(33.3333333% - 20px / 3);
	margin: 0 10px 20px 0;
	
	&:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 689px) {
	img {
		border: ;
	}

.col3to2_box {
	margin: 0 10px 5px 0;
	width: calc(50% - 20px / 2);
	
	&:nth-child(2n) {
		margin-right: 0;
	}

	&:nth-child(3n) {
		margin-right: 10px;
	}
	
	&:nth-child(6n) {
		margin-right: 0;
	}
	}
}

.col3to2_box figure {
	margin: 0;
	padding: 0;
}
.col3to2_box figcaption {
	margin: 0;
	padding: 0;
	text-align: center;
}
.col3to2_box img {
	height: auto;
	width: 100%;
	max-width: 100%;
}

.col3to2_box_container .btn-base {
	width: 100%;
	display:block;
}
.col3to2_box_container .btn-base a {
	margin-bottom:15px;
}
.col3to2_box_container .btn-base .btn-common {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 55px;
	position: relative;
	background: #0768D3;
	border: 1px solid #0768D3;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 0 35px 0 15px;
	color: #fff;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin:35px auto;
}
.col3to2_box_container a.btn-common:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.col3to2_box_container a.btn-common:hover {
	background: #fff;
	color: #0768D3 !Important;
}
.col3to2_box_container a.btn-common:hover:before {
	color: #fff;
	border-top: 2px solid #0768D3;
	border-right: 2px solid #0768D3;
}

/*---------タイトル（TITLE）-------------*/
h2.heading-clinics {
	color: #0768D3;
	font-size: 2rem;
	text-align: center;
	background-color: #e6effa;
	border-radius: 7px;
	padding: 20px !important;
}
h3.heading-clinics {
	color: #0768D3;
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid #0768D3;
	padding: 10px !important;
	margin-bottom: 1.5rem !important;
}

/*---------クリニック診療科目（標榜）：リスト-------------*/
.clinics-info-kamoku {
	margin: 0 0 47px 0;
}
.clinics-info-kamoku ul {
	display: inline;
	list-style: none;
	line-height: 0em;
	margin: 0 auto !important;
	padding: 0 !important;
}
.clinics-info-kamoku ul li {
	color: #0768D3;
	font-size: 1rem;
	line-height: 0em;
	white-space: nowrap;
	display: inline;
	background: #fff;
	border: #0768D3 1px solid;
	border-radius: 5px;
	margin: 0 3px 0 0;
	padding: 9px 15px;
	box-shadow: 5x 5px 7px #0768D3, -5px -5px 7px #e6effa !important;
}
.clinics-info-kamoku ul li.not {
	color: #DDDDDD;
	background: #fff;
	border: #DDDDDD 1px solid;
}
@media screen and (max-width: 900px) {
	.clinics-info-kamoku {
		margin: 0 0 47px 0;
}
.clinics-info-kamoku ul {
}
.clinics-info-kamoku ul li {
	color: #0768D3;
	font-size: 11px;
	margin: 0 2px 0 0;
	padding: 5px 9px;
}
.clinics-info-kamoku ul li:nth-child(1) {
	font-size: 11px;
	padding: 5px 9px;
}}

/*---------クリニック情報：テーブル-------------*/
#article table.table-clinics {
	width: 100%;
}
#article .table-clinics th {
	color: #0768D3;
	font-weight: bold;
	text-align: left;
	width: 20%;
	background: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0;
	padding: 15px 15px 15px 0 !important;
}
#article .table-clinics td {
	background: #FFFFFF;
	border-top: none;
	border-bottom: none;
	border-left: #DDDDDD 1px solid;
	border-right: none;
	margin: 0;
	padding: 15px 0 15px 35px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
#article .table-clinics td a.link-anothertab {
	text-decoration: none;
}
#article .table-clinics td a.link-anothertab:before{
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 400;
	content: '\f24d';
	margin-right: 5px;
}

/*---------診療時間：テーブル-------------*/
#article table.table-hours {
	width: 100%;
	text-align: center;
}
#article .table-hours th {
	color: #FFFFFF;
	font-weight: bold;
	border: #DDDDDD 1px solid;
	background-color: #0768D3 !important;
	width: 12.5%;
	margin: 0;
	padding: 10px !important;
}
#article .table-hours td {
	line-height: 1.5;
	vertical-align: middle !important;
	border: #DDDDDD 1px solid;
	margin: 0;
	padding: 10px !important;
	overflow-wrap: break-word;/*文字の*/
	word-wrap: break-word;/*折り返し*/
	white-space: normal;/*が効かない時*/
}
@media screen and (max-width: 500px) {
	#article .table-hours th {
		padding: 7px 3px !important;
	}
	#article .table-hours td {
		padding: 7px 3px !important;
	}
}
#article .table-hours td span {
	display: block;
	color: #999999;
	font-size: 0.8rem;
}
/*---------Googleマップ：フレーム-------------*/
#article .clinics-gmap iframe {
	border-radius: 7px;
}

/*------------------------------------------------------
入会案内（ADMISSION）
------------------------------------------------------*/

/***** コンタクトフォーム：デフォルトclass設定 *****/
div.wpcf7 {
	border: none;
	margin: 0px;
	padding: 0px;
}
form.wpcf7-form {
	margin: 0px !important;
	padding: 0px !important;
	background: #FFFFFF;
}
/***** コンタクトフォーム：追加class設定（フォーム・項目）*****/
.table-contactform7 input,
.table-contactform7 textarea {
	width: 100%;
	margin: 0;
	padding: 11px !important;
	border: #DDDDDD 1px solid !important;
	border-radius: 5px;
	background: #F2F6FE;
}
.table-contactform7 select {
	font-size: 1rem;
	padding: 11px !important;
	border: #DDDDDD 1px solid !important;
	border-radius: 5px;
	background: #F2F6FE;
}
.table-contactform7 p {
	margin: 0 !important;
	padding: 0;
}
.table-contactform7 td .user-zipcode3 {
	width: 100px;
	margin: 0;
}
.table-contactform7 td .user-zipcode4 {
	width: 150px;
	margin: 0;
}
.table-contactform7 td .user-email {
	font-size: 1.5em;
}
.table-contactform7 td .user-message {
	height: 70px;
}
/***** コンタクトフォーム：フォームデザイン（https://inthecom.net/635） *****/
.table-contactform7 {
	overflow: hidden;
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
}
.required-contactform7 {
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 5px;
	background: #01AFEC;
	border-radius: 3px;
	margin-right: 7px;
}
.unrequired-contactform7 {
	font-size: 0.7em;
	color: #01AFEC;
	padding: 5px;
	background: #FFFFFF;
	border: #01AFEC 1px solid;
	border-radius: 3px;
	margin-right: 7px;
}
#article .table-contactform7 th {
	color: #;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	background: #FFFFFF;
	border: #FFFFFF 1px solid;
	padding: 0 0 20px 0 !important;
}
#article .table-contactform7 td {
	border: #FFFFFF 1px solid;
	padding: 0 0 20px 0 !important;
}
@media screen and (min-width: 900px) {
  #article .table-contactform7 th {
	width: 28%;
}
}
@media screen and (max-width: 900px) {
.table-contactform7 {
	display: block;
}    
#article .table-contactform7 tbody,
#article .table-contactform7 tr {
	display: block;
	width: 100%;
}
#article .table-contactform7 th {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 5px 0 !important;
	border: none;
	background: #fff;
	border-radius: 0
}
#article .table-contactform7 td {
	display: list-item;
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0 !important;
	width: 100%;
	border: none !important;
}
}
/***** コンタクトフォーム：デフォルトclass設定（送信完了メッセージ） *****/
.wpcf7-response-output {
	color: #0768D3;
	font-size: 1.2rem;
	background: #F2F6FE;
	border: 1px solid #01AFEC !important;
	border-radius: 6px;
	padding: 20px !important;
}

/***** コンタクトフォーム：デフォルトclass設定（送信ボタン） *****/
.btn-submit-base {
	width: 100%;
	display:block;
	text-align: center;
}
.btn-submit-base .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 70px;
	position: relative;
	background: #0768D3 !important;
	border: 1px solid #0768D3 !important;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 0;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.3s;
	margin: 35px auto;
}
.btn-submit-base .btn::before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFFFFF !important;
	border-right: 2px solid #FFFFFF !important;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
}
.btn-submit-base .btn:hover {
	color: #0768D3;
	border: 1px solid #0768D3 !important;
	background: #FFFFFF !important;
}
.btn-submit-base .btn:hover::before {
	color: #FFFFFF;
	border-top: 2px solid #0768D3;
	border-right: 2px solid #0768D3;
}
/***** コンタクトフォーム：submitに::before使用できない *****/


