/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 04:58:08 */
.post-19 a {
	color: #333333 !important;
}
.post-19 a:hover {
	color: #fe8d01 !important;
}
.youtube_title {
	padding: 12px 10px;
	text-align: center;
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	background-color: #fea500;
}
.difference01 {
	color: #ff0000;
	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;
}
.gmap {
	overflow:hidden;
	margin:0 0 30px 0;
}
.gmap iframe { 
	width:100%;
	height:580px; 
}
tbody th {
	border-top: 1px solid #fea500 !important;
	border-left: 1px solid #fea500 !important;
	border-right: 1px solid #fea500 !important;
	border-bottom: 1px solid #fff !important;
	background: #fea500;
	color: #fff;
}
.f_bottom {
	margin: -20px 0 0px 0;
}
.f_bottom_s {
	margin: 10px 0 0 0;
}
.PC_header {
	overflow:hidden; 
}
.PC_header {
	overflow:hidden; 
	width:110%;
	float:right; 
}
.h_left {
	width:52%;
	float:left; 
}
.h_right {
	width:46%;
	float:right; 
}
/* マッチリスト（青◯アイコン） */
.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: 500;           /* solidで視認性アップ */
  content: "\f111";           /* fa-circle */
  color: #0baedd;             /* 濃いめの青 */
  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: #cb6c5c;             /* 鮮やかな赤 */
  position: absolute;
  left: 0;
  top: 0.05em;
  font-size: 1.4em;           /* 少し大きめで強調 */
}
/*ボックス（赤）*/
.box_style_red {
	background-image: linear-gradient(
			-45deg,
			#fff 25%,
			#cb6c5c 25%, #cb6c5c 50%,
			#fff 50%, #fff 75%,
			#cb6c5c 75%, #cb6c5c);
}
.box_style_red .list_style02 li::before, .box_style_red .box_style_title span {
	background-color: #cb6c5c;
}
/*背景を白にする*/
.keni-container {
   background: #fff;
}
/*ヘッダーのボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
/*記事タイトルのボーダーを非表示*/
.keni-section h1{
	background-size: 0px 0px;
	border:2px solid #fea500;
	padding:20px !important;
	border-radius:10px;
	background-color:#fff;
	color:#111;
}
.keni-copyright_wrap {
	background: #fea500;
	text-align:center;
	color:#fff;
	font-weight:bold; 
}
.price_title_box {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.price_title {
  position: relative;
  display: inline-block;
  padding: 0px 100px 0px 100px;
	font-size: 30px;
	font-weight: bold;
	color: #ee1a40;
}

.price_title:before, .price_title:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 80px;
  height: 6px;
  border-top: solid 2px #ee1a40;
  border-bottom: solid 2px #ee1a40;
	padding: 2px 0 2px 0;
}

.price_title:before {
  left:0;
}
.price_title:after {
  right: 0;
}
.price_display {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.price_box {
	 width: 32%;
}

.price_in-box {
    margin: 0 0 2em 0;
    background: #fdf8f2;
	height: 190px;
	
}

.price_in-box .box-title {
    font-size: 16px;
    background: #fe8d01;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-title {
	padding: 5px 0 5px 0 !important;
}
.price_in-box p {
    padding: 20px 20px;
    margin: 0;
}
.price_in-box ul {
	padding: 0px 0 10px 10px;
}
.price_text {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fe8d01;
	font-family: 'Arial Black',sans-serif;
	padding-bottom: 10px;
}
.price_box02 {
	 width: 49%;
}
.price_in-box02 {
    margin: 0 0 2em 0;
    background: #fdf8f2;
	  height: 220px;
}
.price_in-box02 .box-title {
    font-size: 16px;
    background: #fe8d01;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.price_in-box02 p {
    padding: 20px 20px;
    margin: 0;
}
.price_table_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fe8d01;
}
/* 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;
}
/*施術の流れ-交通事故治療-*/
.flow_box_jiko {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.flow_jiko_img {
	width: 30%;
}
.flow_jiko_text {
	width: 62%;
}
/*選ばれる理由-交通事故治療-*/
.reason_title_box-t {
	margin-top: -10px;
	background-color: #f1354b;
	padding: 10px 0 10px 0;
	display: flex;
}
.reason_title_box {
	background-color: #f1354b;
	padding: 10px 0 10px 0;
	display: flex;
}
.reason_text {
	width: 10%;
	background-color: #fff;
	color: #f1354b;
	font-weight: bold;
	text-align: center;
	margin: 0 10px 0 10px;
	border-radius: 4px;
}
.reason_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: 20%;
}
.reason_img_text {
	width: 75%;
}
/*交通事故ステップ*/
.step_box {
	display: flex;
  border-bottom: solid 3px #ff9d9d;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
.step_box02 {
	display: flex;
  border-bottom: solid 3px #ff9d9d;
	padding: 0 0 5px 0;
	margin: 50px 0 15px 0;
}
.title_step {
	background: #ff9d9d;
	padding: 3x 5x 3x 5x;
	width: 10%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
}
.title_step_text {
	padding: 0 0 0 10px;
	font-size: 20px;
	color: #ff9d9d;
	font-weight: 900;
	margin: auto 0 auto 0;
}
/*ハンバーガーメニューも追従させない*/
@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: #fea500 !important; 
}
/*フッターバーの背景色*/
.keni-section .sub-section_title {
	background: #fea500 !important; 
}
/*サイドバーの枠線*/
.keni-sub .widget  {
   border: #fea500 solid 1px;
}
.list1{
	    border: 8px solid #fea500 !important;
}
/*ヘッダーのボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px){
.keni-footer {
	display: none !important;
}
.page-top {
	display: none !important;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.keni-header_cont {
		display:none !important;
}
/*フッターパネル背景色の変更*/
.keni-footer-panel li:first-child {
    background: #dff3f9;
}
.keni-footer-panel li:nth-child(2) {
    background: #dff3f9;
}
.keni-footer-panel li:nth-child(3) {
    background: #dff3f9;
}
#ff_menu {
		margin:0;
		padding:0;
}
#ff_menu_inner {
		display: flex;
		justify-content: space-between;
}
.ff_tel {
	float:left;
	width:49.5%;
	text-align:center;
	background:#fea500;
	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:#06c755;
	color:#fff;
}
.ff_line a {
	text-decoration:none;
	color:#fff;
	margin:0;
	padding:16px 0;
	display:block;
}
.youtube_title {
	padding: 10px 5px;
	font-size: 1.3em;
}
.price_title {
  position: relative;
  display: inline-block;
  padding: 0px 70px 0px 70px;
	font-size: 20px;
	font-weight: bold;
	color: #ee1a40;
	text-align: center;
}

.price_title:before, .price_title:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 60px;
  height: 6px;
  border-top: solid 2px #ee1a40;
  border-bottom: solid 2px #ee1a40;
	padding: 2px 0 2px 0;
}
.price_display {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 0px;
}
.price_box {
	 width: 100%;
}
.price_box02 {
	 width: 100%;
}
.price_in-box {
    margin: 0 0 2em 0;
    background: #fcf3e7;
	  height: auto;
}
.price_in-box02 {
    margin: 0 0 2em 0;
    background: #fdf8f2;
	  height: auto;
}
/* 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_box_jiko {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.flow_jiko_img {
	width: 100%;
	margin-bottom: 20px;
}
.flow_jiko_text {
	width: 100%;
}
/*選ばれる理由-交通事故治療-*/
.reason_title_box-t {
	padding: 15px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason_title_box {
	padding: 15px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.reason_text {
	width: 20%;
	background-color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 0px 5px 0px;
}
.reason_title_text {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.reason_imgbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 20px 0 20px 0;
}
.reason_img {
	width: 100%;
	margin: 0 auto 20px auto;
}
.reason_img_text {
	width: 100%;
}
/*交通事故ステップ*/
.step_box {
	display: flex;
	flex-direction: column;
	padding: 0 0 5px 0;
}
.step_box02 {
	display: flex;
	flex-direction: column;
	padding: 0 0 5px 0;
	margin: 50px 0 15px 0;
}
.title_step {
	padding: 1px 5px 1px 5px;
	width: 20%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 5px;
}
.title_step_text {
	padding: 0 0 0 5px;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 -5px 0;
}
}