/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 09:28:11 */
.cv_title01 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.cv_title02 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.cv_text_end {
	text-align: right;
}
.cv_q-text {
	font-weight: bold;
	color: #fe8d9c;
}
.reason_title_box {
	background-color: #eb600c;
	padding: 10px 0 10px 0;
	display: flex;
}
.reason_text {
	width: 10%;
	background-color: #fff;
	color: #eb600c;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 10px;
	border-radius: 5px;
}
.title_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.reason_imgbox {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px 0;
}
.reason_img {
	width: 35%;
}
.reason_img_text {
	width: 60%;
}
.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: 60%;
}
/*他院との違い*/
.difference01 {
	color: #ee1d1d;
	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;
}
/*オファー*/
.b-a {
	margin: 0 0 30px 0;
	padding: 0;
	overflow: hidden;
	background-color: #f49507;
}
/* faq */
.faq-details {
  width: 100%; margin-top: 1em;
  border: 1px solid #f49507;
}
.faq-details__summary {
	display: flex; position: relative;
	padding: 0.5em 1em; line-height: 1.75;
	background: #fffbf5; 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 #f49507;
	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: #f49507;
	position: relative;
}
.faq-details__summary > p::before {
	content: "Ｑ";	color: #ffffff;
	background-color: #f49507;
	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 #f49507;
}
.faq_answer_inner {
	padding-left: 2.25em;
	position: relative;
}
.faq_answer_inner::before {
	content: "Ａ";	color: #f49507;
	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 #f49507;
	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 #f49507;
	padding:20px !important;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.keni-copyright_wrap {
	background: #f49507;
	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: #f49507 !important; 
}
/*サイドバーの枠線*/
.keni-sub .widget  {
   border: #f49507 solid 1px;
}
.list1{
	    border: 8px solid #f49507 !important;
}
.sub-section_title {
	background-color: #f49507 !important;
}
@media screen and (max-width: 768px) {
.page-top {
	display: none !important;
}
.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:#eb600c;
	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: #fffbf5; 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_title_box {
	background-color: #eb600c;
	padding: 15px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason_text {
	width: 20%;
	background-color: #fff;
	color: #eb600c;
	font-weight: bold;
	text-align: center;
	margin: 0 0px 5px 0px;
	border-radius: 5px;
}
.title_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.reason_img {
	width: 100%;
	margin: 0 0 20px 0;
}
.reason_img_text {
	width: 100%;
}
.cv_title01 {
	text-align: center;
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 10px;
}
.cv_title02 {
	text-align: center;
	font-size: 3.5vw;
	font-weight: bold;
}
.cv_text_end {
	text-align: right;
	font-size: 3vw;
}
}

/* マッチリスト（青◯アイコン） */
.list-match {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
}

.list-match li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.8em;
}

.list-match li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;           /* solidで視認性アップ */
  content: "\f111";           /* fa-circle */
  color: #32a4b1;             /* 濃いめの青 */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 1.2em;           /* テキストより少し大きめ */
}

/* アンマッチリスト（赤×アイコン） */
.list-unmatch {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
  font-weight: bold;
}

.list-unmatch li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.8em;
}

.list-unmatch li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f057";           /* fa-circle-xmark */
  color: #e63946;             /* 鮮やかな赤 */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 1.4em;           /* 少し大きめで強調 */
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
  .list-match,
  .list-unmatch { 
    margin-left: 0 !important; 
    font-size: 20px;
  }
  .list-match li::before,
  .list-unmatch li::before {
    font-size: 1.2em;
  }
}
