/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 05:35:18 */
page-id-334 {
	background-color: #f8f4a6;
}
.red {
	font-weight: bold;
	color: #f8333c !important;
	
}
.reason_title_box {
	background-color: #0a86ba;
	padding: 10px 0 10px 0;
	display: flex;
}
.reason_text {
	width: 10%;
	background-color: #fff;
	color: #0a86ba;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 10px;
	border-radius: 4px;
}
.title_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.hoken-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.hoken-img {
	width: 30%;
}
.hoken-text {
	width: 65%;
}
/* お問い合わせ */
input .c_form-send {
	background-color: #f0f0f0 !important;
}
input, select, textarea {
	border: 1px solid #333333;
	
}
.single-bnr {
	text-align: center; margin: 18px 0 23px 0;
}
.single-bnr img { width: 30%; }
.contact-list {
	background-color: #f9f9f9;
	padding: 10px 5px;
	border-radius: 5px;
}
.contact-list ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.contact-list li {
	font-size: 0.8em;
	line-height: 2.0;
}
#c_form-mainbox p:not(:last-child) {
	margin-bottom: 5px;
}
#c_form-mainbox h5 {
	color: tomato;
	text-align: center;
	font-size: 2.1rem;
}
.c_form {
	width:100% !important;
	min-height: 3.0em; 
}
.c_form_half {
	width:38% !important;
	min-height: 3.0em; 
}
.c_form_tri{
	width:20% !important;
	min-height: 3.0em; 
}
.c_form-title {
	border-left: 8px solid tomato;
	padding-left: 10px;
	line-height: 1.45em;
	margin-bottom: 10px !important;
}
.c_form-tips {
	margin-bottom: 30px !important;
	font-size: 0.9em;
	line-height: 1.8;
	color: #333333;
	text-align: center;
}
.c_form-required {
	background-color: #ff0000;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 10px;
}
.c_form-free {
	color: #0000ff;
	font-size: 12px;
}
.c_form-sample {
	font-size: 0.9em;
	margin-bottom: 40px !important;
	color: #333333;
}

.scroll-box {
  overflow:auto;
	width: 100%;
  height: 200px;
  border: 1px solid #e8e8e8;
  overflow-y: scroll;
	padding: 5px;
	margin: 0 0 40px 0 ;
	font-size: 0.8em;
	line-height: 1.8;
	background-color: #ffffff;
}
.scroll-box p {
	margin-bottom: 0px;
}
.scroll-box ol {
	margin: 0.5em 0 0.5em 1.5em;
}
.scroll-box li {
	margin-bottom: 0px;
}
.reason_title_box {
	
}
.reason_imgbox {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}
.reason_img {
	width: 35%;
}
.reason_img_text {
	width: 62%;
}
.flow-img-box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}
.flow-img {
	width: 35%;
}
.flow-text {
	width: 62%;
}
tbody th {
    border-top: 1px solid #0abab5 !important;
    border-left: 1px solid #0abab5 !important;
    border-right: 1px solid #0abab5 !important;
    border-bottom: 1px solid #fff !important;
    background: #0abab5;
    color: #fff;
}
/*オファー*/
.b-a {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff9ee;
}
/*他院との違い*/
.difference01 {
	color: #f8333c;
	font-size: 20px;
	font-weight: bold;
	text-align: center !important;
	margin: 3px 0 10px 0 !important;
}
.difference02 {
	text-align: center !important;
	margin: 0 0 3px 0 !important;
	font-size: 0.9em;
}
.Google_bg-img {
	overflow: hidden;
	background-image: url(http://planet-shinkyu.com/wp-content/uploads/2025/07/Google_kuchikomi_02.png);
	width: 100%;
	height: 160px;
	position: relative;
	margin-bottom: 50px;
}
.Google_banner {
	position: absolute;
	left: 40px;
	top: 10px;
}
/* faq */
.faq-details {
  width: 100%; margin-top: 1em;
  border: 1px solid #0abab5;
}
.faq-details__summary {
	display: flex; position: relative;
	padding: 0.5em 1em; line-height: 1.75;
	background: #f8fffe; cursor: pointer;
}
.faq-details__summary::-webkit-details-marker { display: none;	}
.faq-details__summary::after {
	display: block;	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	right: 1em;
	width: 6px;	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #0abab5;
	transition: all 0.4s ease-out;
	transform-origin: 3px 6px;
	transform: rotate(90deg);
}
.faq-details[open] .faq-details__summary::after {
	transform: rotate(-90deg);
}
.faq-details__summary > p {
	margin-bottom: 0;
	padding: 0 1.5em 0 2.25em;
	font-weight: bold; color: #0abab5;
	position: relative;
}
.faq-details__summary > p::before {
	content: "Ｑ";	color: #ffffff;
	background-color: #0abab5;
	display: block; text-align: center;
	height: 1.75em; aspect-ratio: 1 / 1;
	border-radius: 5px;
	position: absolute; left: 0;
}
.faq_answer {
	padding: 1em;	line-height: 1.75;
	border-top: 1px solid #0abab5;
}
.faq_answer_inner {
	padding-left: 2.25em;
	position: relative;
}
.faq_answer_inner::before {
	content: "Ａ";	color: #0abab5;
	font-weight: bold;
	line-height: calc( 1.75em - 4px );
	display: block; text-align: center;
	height: calc( 1.75em - 4px );
	aspect-ratio: 1 / 1;
	border: 2px solid #0abab5;
	border-radius: 5px;
	position: absolute; left: 0; top: 0;
}
.faq_answer_inner > p {
	margin-bottom: 1em;
}
.faq_answer_inner > p:last-child {
	margin-bottom: 0;
}
/*背景を白にする*/
.keni-container {
   background: #fff;
}
/*ヘッダーのボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
/*記事タイトルのボーダーを非表示*/
.keni-section h1{
	background-size: 0px 0px;
	border:2px solid #0abab5;
	padding:20px !important;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.keni-copyright_wrap {
	background: #0abab5;
	text-align:center;
	color:#fff;
	font-weight:bold; 
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

.gmap {
	overflow:hidden;
	margin:0 0 30px 0;
}
.gmap iframe { 
	width:100%;
	height:580px; 
}
.PC_header {
	overflow:hidden; 
}
.PC_header {
	overflow:hidden; 
	width:110%;
	float:right; 
}
.h_left {
	width:50%;
	float:left; 
}
.h_right {
	width:48%;
	float:right; 
}
/*ハンバーガーメニューも追従させない*/
@media only screen and (max-width : 736px){
.keni-gnav_btn {
   position: absolute;
}
.fixed { 
	position: absolute;
}
}
/*ヘッダーロゴ画像の余白をなくす*/
/*@media only screen and (max-width : 100%){
.site-title {
   padding: 0;
}
}*/

/*メイン記事左右の余白をなくす*/
@media only screen and (max-width : 736px){
.keni-section_wrap {
    margin: 0;
}
}
/*ヘッダーコンテンツの上下の余白をなくす*/
@media screen and (max-width: 787px) {
.keni-header_cont{
  padding: 0 10px;
}
}

/*サイドバーの文字色*/
.keni-sub .widget .keni-section .sub-section_title {
   color: #fff;
	background: #0abab5 !important; 
}
/*サイドバーの枠線*/
.keni-sub .widget  {
   border: #0abab5 solid 1px;
}
.list1{
	    border: 8px solid #0abab5 !important;
}
.sub-section_title {
	background-color: #0abab5 !important;
}
@media screen and (max-width: 768px) {
.keni-footer {
	display: none !important;
}
.keni-header_cont {
	display:none !important;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.gmap {
	overflow:hidden;
	margin:0 0 30px 0;
}
.gmap iframe { 
	width:100%;
	height:400px; 
}
#ff_menu {
	margin:0;
	padding:0;
}
.keni-footer-panel {
	min-height:auto;
}
.ff_tel {
	float:left;
	width:49.5%;
	text-align:center;
	background:#0a86ba;
	color:#fff;
}
.ff_tel a {
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:16px 0;
	display:block;
}
.ff_line {
	float:right;
	width:49.5%;
	text-align:center;
	background:#00b900;
	color:#fff;
}
.ff_line a {
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:16px 0;
	display:block;
}
/* faq */
.faq-details__summary {
	padding: 0.5em; line-height: 1.75;
	background: #f8fffe; cursor: pointer;
}
.faq-details__summary::after {
	right: 0.5em;
}
.faq-details__summary > p {
	padding: 0 1.25em 0 1.75em;
}
.faq-details__summary > p::before {
	font-size: 12px; top: 3.5px;
}
.faq_answer {	padding: 0.5em; }
.faq_answer_inner {
	padding-left: 1.75em;
}
.faq_answer_inner::before {
	font-size: 12px; top: 3.5px;
}
.flow-img-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}
.flow-img {
	width: 100%;
	margin: 0 0 20px 0;
}
.flow-text {
	width: 100%;
}
.reason_imgbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 20px 0 20px 0;
}
.reason_img {
	width: 100%;
	margin: 0 0 20px 0;
}
.reason_img_text {
	width: 100%;
}
.Google_bg-img {
	overflow: hidden;
	background-image: url(http://planet-shinkyu.com/wp-content/uploads/2025/07/Google_kuchikomi_02.png);
	background-size: 100%;
	width: auto;
	height: 75px;
	position: relative;
	margin-bottom: 30px;
}
.Google_banner {
	position: absolute;
	left: 7.5%;
	width: 85%;
	top: 8px;
}
.page-top {
	display: none !important;
}
}

@media screen and (max-width: 787px) {
.reason_title_box {
	background-color: #0a86ba;
	padding: 15px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason_text {
	width: 20%;
	background-color: #fff;
	color: #0a86ba;
	font-weight: bold;
	text-align: center;
	margin: 0 0px 5px 0px;
}
.title_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.hoken-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.hoken-img {
	width: 60%;
	margin: 0 auto 20px auto;
}
.hoken-text {
	width: 100%;
}
.keni-footer_wrap {
	display:none;
}
}