/**********事故系サイトのみ必要(ここから)20211005**********/
/*こだわり*/
@media screen and (max-width: 730px) {/* SP */
	#kodawari .stand_img {
		width: 31.7%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#kodawari .stand_img {
		width: 15.8%;/*画像の大きさ人物によって異なる*/
	}
}
/**********事故系サイトのみ必要(ここまで)**********/

/**************共通(編集不可ここから)20221205**************/
/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em!important;
	}
	.wide_section_right{
		margin: 0 -0.6em 0 0;
	}
}
/*画像*/
#main .textBox img{
	vertical-align: top !important;
}
.img_fl{
	float:left;
	margin: 0 12px 10px 0 !important;
}
.img_fr{
	float:right;
	margin: 0 0  10px 12px !important;
}
@media screen and (min-width: 731px){/*PC*/
	.fixed_sizeh24 img{
		height: 24vw;
		max-height: 240px;
		width: auto;
	}
}
/*直立画像*/
.stand_img {
	float: right;
	margin-top: .5em !important;
	margin-left: 1em !important;
	z-index:999;
}
.patern02Box h2 {
	display: flex !important;/* 下線が人物にかからないように */
}
/*テーブル*/
table.ckTable th ,table.ckTable td {
	padding:0.2em 0.3em 0 !important;
}

/* 選ばれる理由バナー・院長メッセージバナー・こだわりバナー */
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#cmnbnrgroup  > article,#cmnbnrgroup > div{
		flex-basis: 48.5%;
	}
       #cmnbnrgroup > div:last-child{
		flex-basis: 100%;
	}
	#cmnbnrgroup > div:nth-child(n+2){
		margin-top: 50px !important;
	}
	#cmnbnrgroup  > article:nth-child(even),#cmnbnrgroup  > div:nth-child(even){
		margin-left:3% !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	#cmnbnrgroup > div~div{
		margin-top: 60px !important;
	}
}

/* お役立ち情報バナー・Q&Aバナー*/
@media screen and (min-width: 731px) {/* PC */
	#infoqabnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#infoqabnrgroup > div{
		flex-basis: 48.5%;
	}
}
@media screen and (max-width: 730px){/* SP */
	#infoqabnrgroup > div~div{
		margin-top: 20px !important;
	}
	#infoqabnrgroup #infobnrRead + .bnrbtm_text{
		margin-bottom: 50px !important;
	}
}

/* お問合せバナー */
div[id^="cntctbnrRead"] img{
	display: block;
}

/*共通バナー*/
.mcbnrgroup{
	clear:both;
}
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
@media screen and (min-width: 731px) {/* PC */
	.mcbnrgroup > div.bnrbtmbox ,#infoqabnrgroup{
		margin-top: 50px !important;
	}
	#cmnbnrgroup + .bnrbtmbox{
		margin-top: 35px !important;
	}
}
@media screen and (max-width: 730px){/* SP */
	.mcbnrgroup > div:not(#cmnbnrgroup) ~ div:not(#cmnbnrgroup){
		margin-top: 50px !important;
	}
	.mcbnrgroup #cmnbnrgroup{
		margin-top: 28px;
	}
}

/*バナー下テキスト*/
.bnrbtm_text{
	text-align: justify;
}
.bnrbtm_text h2, .bnrbtm_text p{
	display: inline !important;
}
@media screen and (max-width: 730px){/* SP */
	.bnrbtm_text{
		line-height: 1.1em !important;
		margin-top: .25em !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: .8em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.bnrbtm_text{
		line-height: 1.07em !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 0.75em !important;
	}
}

/*ピックアップお役立ち情報*/
#pickupInfobox .pointTit .t_pageHeading {
	color: #331700 !important;
}
.pickupInfobox {
	margin-top: .3em;
	overflow: hidden;
	border-radius: .5em;
}
.pickupInfobox .articleWrap{
	padding: 0 !important;
}
.pickupInfobox h2{
	background: #FFFABC !important;
	border-radius:0 !important;
	margin-bottom: .5em !important;
	border-bottom:none !important;
}
.pickupInfobox h3{
	margin-bottom: .3em !important;
	padding-bottom: .1em !important;
	border-bottom: 1px dashed #5b2603;
	color: #f46;
}
.pickupInfobox h3:not(.no_indent){
	padding-left:1em !important;
	text-indent: -1em;
}
.pickupLink{
	text-align: center !important;
}
.pickupLink a~a {
	margin-left: .5em !important;
}
.pickupLink img{
	vertical-align: top !important;
}
@media screen and (max-width: 730px){/* SP */
	#pickupInfobox{
		margin-bottom: 3.2em;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -2.95em !important;
	}
	.pickupInfobox {
		border: solid 1px #a88339 !important;
		box-shadow: 1px 1px #a88339 !important;
	}
	.pickupInfobox .articleInner{padding: 0 0.8em 0.8em !important;}
	.pickupInfobox .authorBox{padding: 0 1.1em 0.5em !important;}
	.pickupInfobox h2 {
		padding: .5em .6em .5em .6em!important;
		text-align: justify;
	}
	.pickupLink{
		margin-top: .5em !important;
		display: flex;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#pickupInfobox{
		margin-bottom: 50px;
	}
	#pickupInfobox + .bnrbtm_text{
		margin-top: -45px !important;
	}
	.pickupInfobox {border: solid 1px #4d3013 !important;}
	.pickupInfobox .articleInner{padding: 0 0.9em 0.9em !important;}
	.pickupInfobox .authorBox{padding: 0 1.2em 0.5em !important;}
	.pickupInfobox h2 {
		padding: 10px 13px 8px 13px/*32px*/ !important;
	}
	.pickupLink{
		margin-top: .5em !important;
	}
	.pickupLink img{
		height: 3.5vw;
		max-height:35px ;
	}
}
/*グーグルマップボタン*/
.acc_map .gmapBtn a {
	margin: 0 auto !important;
	background: linear-gradient(to bottom, #f5f5f5 0%, #d5d5d5 100%) !important;
padding: .4em .75em !important;
	font-size: 1em;
line-height:1.1em !important;
}
.acc_map .gmapBtn a:hover {
	color: #16a6ee !important;
}
.acc_map .gmapBtn i {
	font-size: 1.15em;
	margin-left: .3em !important;
}

/*メールボタン*/
@media screen and (min-width: 731px) {/* PC */
	.btn_mail .imgBox div{
		margin: 0;
	}
}

/*受付・施術時間*/
.work_time .workTimeTable th{
	background-color: #fffcf1 !important;
}
@media screen and (max-width: 730px) {/* SP */
	.work_time .workTimeTable{
		width: 100%;
		margin-bottom: 1em !important;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.work_time .textBox{
		display: flex;
		flex-wrap: wrap;
		justify-content:space-between;
		align-items: start;
	}
	.work_time .workTimeTable,
	.work_time .work_time_dtl{
		flex-basis: 49%;
	}
	.work_time .wtdtl100{
		flex-basis: 100%;
	}
}
/*院画像*/
.in_imgpc img,.in_imgsp img{
	padding: 5px!important;
	background-color: #ffffff!important;
	box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%)!important;
}
@media screen and (min-width: 731px) {/* PC */
	.in_imgsp{
		display: none;
	}
	#inimggrouppc01,#inimggrouppc02,#inimggrouppc03{
		display: flex !important;
		justify-content:space-between;
	}
	#inimggrouppc01 .in_imgpc,#inimggrouppc02 .in_imgpc{
		flex-basis: 48.5%;
	}
	#inimggrouppc03 .in_imgpc{
		flex-basis: 32%;
	}
	#shoukai .oneimg .textBox{
		width: 80%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 730px){/*SP*/
	.in_imgpc{
		display: none;
	}
	.in_imgsp .imgBox {
		margin-bottom: 7px;
	}
	.in_imgsp .textBox * {
		text-align: center;
	}
	.in_imgsp ~ .in_imgsp{
		margin-top: 1em;
	}
	#inimggroupsp{
		margin-bottom: 60px;
	}
}

/*院長メッセージ*/
.director_img{
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%);
}
#message .dimg_l{
	float: left;
	margin:4px 12px 4px 4px;
}
#message .dimg_r{
	float: right;
	margin:4px 4px 4px 12px;
}
@media screen and (max-width: 730px) {/* SP */
	.director_img{
		width: 54.1%;
		max-width:210px;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.director_img{
		width: calc(218 / 720*100%);
		max-width:218px;
	}
}

/*選ばれる理由*/
@media screen and (max-width: 730px) {/* SP */
	#riyuu .stand_img {
		width: 31.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuu .stand_img {
		width: 15.5%;/*画像の大きさ人物によって異なる*/
	}
}

/*費用*/
@media screen and (max-width: 730px) {/* SP */
	#ryoukin .stand_img {
		width: 33.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#ryoukin .stand_img {
		width: 16.5%;/*画像の大きさ人物によって異なる*/
		margin-bottom:1em !important;
	}
}

/*接骨院選びのポイント*/
@media screen and (max-width: 730px) {/* SP */
	#point .stand_img {
		width: 30.5%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	#point .stand_img {
		width: 15.2%;/*画像の大きさ人物によって異なる*/
	}
}

/*Q&A*/
.patern05 .bnrcntBox .textBox,
.patern05 .bnrcntBox .textBox .textBox{
	padding: 0 !important;
}
.patern05 .bnrcntBox{
	margin-bottom: 0 !important;
}

/*コロナ対策*/
#corona .coronafr_img .textBox *,
#corona .corona_img .textBox *{
	text-align: center;
}
@media screen and (max-width: 730px) {/* SP */
	#coronaimggroup{
		margin-bottom: 60px;
	}
	#corona .coronafr_img .textBox *,
	#corona .corona_img .textBox *{
		margin-top: 1px;
	}
	#corona .coronafr_img{
		margin-bottom: 1em;
	}
	#coronaimggroup > article ~ article{
		margin-top: 1em ;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#corona .coronafr_img{
		float:right;
		margin: 0 0  10px 12px ;
	}
	#coronaimggroup{
		clear: both;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#coronaimggroup .corona_img{
		flex-basis: 48.5%;
	}
	#coronaimggroup .corona_img:nth-child(even){
		margin-left: 3% ;
	}
	#coronaimggroup .corona_img:nth-child(n+3) {
		margin-top: 1em ;
	}
}



/*アクセス*/
#access .acctel_img{
	margin-top:5px !important;
}
@media screen and (max-width: 730px) {/* SP */
	#access .acctel_img {
		width: 46%;
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
	#access .tap_btn .imgBox div{
		margin: 2px 0 0 0;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#access .acctel_img {
		width: 30%;
		margin-right: 1em !important;
                margin-top:-6px;
	}
}
/**************共通(編集不可ここまで)**************/

/**************個別(自由編集ここから)**************/
/*ヘッダー(事故系)*/
.siteName,#headerContactBtn{
	display: none;
}
@media screen and (max-width: 730px){/*SP*/
	.customHeader{
		margin:6.5px 0.6em 1.5px;
	}
	.customHeader > div{
		display: flex;
		align-items: flex-end;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{
		display: none;
	}
	#header .inner {
			padding: 0 10px !important;
		}
	.customHeader{
		display: flex;
		align-items: flex-end;
		margin-top: -3px;
	}
}

/*SP用メニュー*/
#headerContactInfo {
  /*height: 60px!important;*/
}

#headerContactInfo li#hTelNo{
  border-right: 1px solid #FFFFFF;
}

#headerContactInfo li#hHome,#headerContactInfo li#lineBtn,#headerContactInfo li#hTelNo{
     width:13%!important;
}
#headerContactInfo li#menuBtn{
     width:25%;
}
#headerContactInfo li#headerContactBtnSP{
     width:36%;
}
#headerContactInfo li:nth-of-type(2) a{
     font-size:5.067vw!important;
}
#headerContactInfo li:last-of-type a{
     font-size:0.95em!important;
}
#hHome,#headerContactInfo img{
     width:76%!important;
}
#headerContactInfo li a .iconArrow i {
     vertical-align: middle!important;
}
/**Footer固定バナー**/
@media screen and (max-width: 730px){/*SP*/
	#footer .inner{
		padding-bottom:9vh !important;
	}
	#footerFloatingMenu {
		display: block;
				width: 100%;
				position: fixed;
				bottom: 0;
				z-index: 9999;
				box-shadow: 0 -2px 3px -1px rgb(153 153 153), 0 -2px 3px -1px rgb(153 153 153), 0 5px 0 rgb(200 200 200);
				animation: furu 2.2s infinite;
			}
	@keyframes furu {
		0% {transform: translate(0px, 0px) rotateZ(0deg)}
		2% {transform: translate(2px, 2px) rotateZ(2deg)}
		4% {transform: translate(0px, 2px) rotateZ(0deg)}
		6% {transform: translate(2px, 0px) rotateZ(-2deg)}
		8% {transform: translate(0px, 0px) rotateZ(0deg)}
		10% {transform: translate(2px, 2px) rotateZ(2deg)}
		12% {transform: translate(0px, 0px) rotateZ(0deg)}
		14% {transform: translate(2px, 0px) rotateZ(-2deg)}
		16% {transform: translate(0px, 2px) rotateZ(0deg)}
		18% {transform: translate(0px, 0px) rotateZ(0deg)}
		100% {transform: translate(0px, 0px) rotateZ(0deg)}
	}

}

/*メインカラムh2文字色・border色変更*/
#main h2.t_itemTitle{
  color: #f49e00;
  font-size:1.2em;
  /*border-bottom: 1px dashed #99681;*/
}

/*強調色*/
#main em{
  color: #e67e22;
  font-style:normal;
}


/**お役立ちPickUp画像追加**/
@media screen and (min-width: 731px) {/* PC */
	.pickupInfobox .img_h3{
         margin-top:0!important;
}
	.pickupInfoboxR .imgBox img{
                width:24vw;
		height: 24vw;
		max-height: 240px;
		width: auto;                
		float:right;
		margin: 0 0  10px 12px!important;
	}
	.pickupInfoboxL .imgBox img{
                width:24vw;
		height: 24vw;
		max-height: 240px;
		width: auto;                
		float:left;
		margin: 0 12px 10px 0!important;
	}
	.pickupInfobox{
		clear: both;
		display: flex;
		flex-wrap: wrap;
	}
}
/*接骨院アクセス(20221205修正)*/
.accOfficebox header h2,
.accOfficebox .articleInner{
	border: solid 1px #f28 !important;
}
.accOfficebox header {
    margin-bottom: 0 !important;
}
.accOfficebox header h2 {
	color: #331700 !important;
	overflow: hidden;
	border-radius: .5em .5em 0 0 !important;
	border-bottom: none !important;
	background: #ffd6e1 !important;
	line-height: 1.35em !important;
}
.accOfficebox .articleInner{
	border-radius: 0 0 .5em .5em;
	border-top: none !important;
}
.accOfficebox h2,
article[class*="accOfficebox"] h3,
article[class*="accOfficebox"] h4{
	text-align: justify;
}
article[class*="accOfficebox"] h3:not(.no_indent),
article[class*="accOfficebox"] h4:not(.no_indent){
	font-weight: bold;
	padding-left:1em !important;
	text-indent: -1em;
}
article[class*="accOfficebox"] p:not(.answer) {
	text-indent: 1em;
}
.accOfficebox .textBox > div ~ div {
	margin-top: 2em !important;
}
.accOfficebox .textBox > div div ~ div:not(.access_photo) {
	margin-top: 1em !important;
}
.accOfficebox .textBox > div div:not(.access_photo) {
	margin-left: 1em !important;
}
article[class*="accOfficebox"] figure img {
	display: inline-block;
}
article[class*="accOfficebox"] figure figcaption{
	text-align: center;
}
@media screen and (max-width: 730px){/* SP */
	.accOfficebox .articleInner{
		padding: 0.55em 0.6em 0.4em !important;
	}
	.accOfficebox h2 {
		padding: .5em .6em .5em .6em !important;
	}
	article[class*="accOfficebox"] figure+figure {
		margin-top: 0.5em !important;
	}
	.access_photo figure figcaption {
		margin: 0 -0.6rem !important;
		font-size: 85%;
	}
}
@media screen and (min-width: 731px) {/* PC */
	.accOfficebox .articleInner{
		padding: 0.55em 0.6em 0.5em !important;
	}
	.accOfficebox h2 {
		padding: 10px 13px 8px 13px !important;
	}
	article[class*="accOfficebox"] div.access_photo {
		overflow: hidden;
	}
	article[class*="accOfficebox"] figure {
		display: inline-block;
		float: left;
		width: 48%;
	}
	article[class*="accOfficebox"] figure img {
		width: 100%;
	}
	article[class*="accOfficebox"] figure:nth-child(even) {
		margin-left: 4% !important;
	}
	article[class*="accOfficebox"] figure:nth-child(n+3) {
		margin-top: 0.5em !important;
	}
}


/**当院への行き方ボタン**/
#accessbtnGroup{
   display: flex; 
   flex-wrap: wrap;
   justify-content: space-between;
   margin-top:0.5em!important;
}
#accessbtnGroup:has(p:only-of-type){
   justify-content: center;
}
#accessbtnGroup .btn_office a {
    border-radius: 0.25em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #ffa9d0;
    background: -webkit-linear-gradient(top, #ffa9d0 0%, #ff5fa8 100%);
    background: linear-gradient(to bottom, #ffa9d0 0%, #ff5fa8 100%);
    border: 1px solid #f28;
    color: #000;
    display: block;
}
#accessbtnGroup .btn_office a:after {
   font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-size: 1.15em;
    font-weight: bold;
    margin-left: 0.2em;
    speak: none;
}
@media screen and (min-width: 731px) {/* PC */
#accessbtnGroup .btn_office{
   flex-basis: 49.5%;
}
#accessbtnGroup .btn_office:nth-child(n+3){
   margin-top:0.5em!important;
}
#accessbtnGroup .btn_office a{
    display:block;
    padding-top:0.25em;
    padding-bottom:0.2em;
}
}
@media screen and (max-width: 730px){/* SP */
#accessbtnGroup .btn_office{
    flex-basis:100%;
}
#accessbtnGroup .btn_office~.btn_office{
   margin-top:0.75em!important;
}
#accessbtnGroup .btn_office a {
    padding-top: 0.4em;
    padding-bottom: 0.35em;
    font-size: 1.0em;
}
}

/**院長メッセージページ プロフィール**/
#message .director_profile{
 background-color: rgba(252, 128, 13, 0.1)!important;/*院によって色変更*/
 padding: 0.5em 0.6em 1em!important;
}
#message .director_profile div~div{
 margin-top:1em!important;
}
#message .director_profile h3{
 font-size: 1.1em;
 margin-bottom: 0.25em;
}
#message .director_profile h4{
 text-indent: -0.5em;
 font-size: 1.05em;
 font-weight: bold;
}
#message .profile_shikaku p{
  margin-left:1em;
}
#message .table_profile th,#message .table_profile td{
 border-collapse: collapse;
 border:1px solid #333;
 padding:0.2em 0.3em 0 !important;
}
@media screen and (min-width: 731px) {/* PC */
#message .director_profile{
 margin-bottom:50px!important;
 border-radius:12px;
 padding: 0.8em 0.9em 1.1em!important;
}
#message .director_profile .table_profile th{
 width:15%;/*院によって変更*/
}
}
@media screen and (max-width: 730px) {/* SP */
#message .director_profile{
 margin-bottom:60px!important;
}
#message .director_profile .table_profile th{
 width:6em;/*院によって変更*/
}
#message .director_profile .profile_shikaku p{
  font-size:0.93em;
}
}
/**施術メニュー**/
body[id^="sejutsu_"] .nayami .textBox p{
  text-indent:-1.25em;
 margin-left:1.25em!important;
}

/*施術メニューの写真*/
@media screen and (min-width: 731px) {/* PC */
	.menu_img .imgBox img{
                width:24vw;
		height: 24vw;
		max-height: 240px;
		width: auto;                
		float:right;
		margin: 0 0  10px 12px!important;
	}
	/*.menu_img{
		clear: both;
		flex-wrap: wrap;
	}*/
}

/**施術の流れ**/
#flow #main h3{
  font-weight:bold;
  color:#ee6f00;
}

#flow span.shinryou_shurui{
  font-weight:bold;
  color:#ee6f00;
}
#flow .step_content h3{
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  line-height: 34px;
}
#flow .step_content em{
  font-weight:bold;
}
@media screen and (min-width: 731px) {/* PC */
 #flow .step_content .imgBox{
    float:left;
    width: 150px;
    margin: 5px 20px 10px 10px;
}
#flow step_content .txt_step{
    float:left;
}
#flow step_content .comment{
   clear:both;
}
}
@media screen and (max-width: 730px) {/* SP */
 #flow .step_content .imgBox{
   float: left;
   width: 40%;
   margin: 8px 10px 5px 0;
}
#flow .chuui {
   padding: 10px;
   background: #e6e6e6;
   border-radius: 5px;
}
#flow .chuui em{
  font-weight:normal;
}
}
/**料金**/
#fee em{
  font-size:1.3em;
}
#fee .fee_jiko em{
  font-weight:bold;
}
#fee table{
 border-collapse: collapse;
 border-spacing: 0;
}
#fee p.kome{
 text-indent:-1.5em;
 margin-left:1.5em!important;
}
#fee .fee_hoken th, #fee .fee_jiko td,#fee .fee_kotsuban td{
  border: 1px solid #ccc;
  background: #f4f4f4!important;
}
#fee .fee_jiko td,#fee .fee_kotsuban td{
  padding: 5px 20px!important;
}
#fee .fee_hoken td{
  border: 1px solid #ccc;
}
@media screen and (min-width: 731px) {/* PC */
#fee table{
  width: 100%!important;
  margin-top: 20px!important;
}
#fee .fee_kotsuban .imgBox .spNone{
  display:flex;
  margin-left:0!important;
}
}
@media screen and (max-width: 730px) {/* SP */
#fee .fee_hoken th{
  text-align: center;
}
}
/**選ばれる理由**/
#riyuu .riyuu_content .articleInner .imgBox{
     float:left;
     margin-right:5%;
     margin-bottom: 5px;
     margin-top:5px;
}
@media screen and (min-width: 731px) {/* PC */
#riyuu .riyuu_content .articleInner .imgBox{
      width: 45%;
}
}
@media screen and (max-width: 730px) {/* SP */
#riyuu .riyuu_content .articleInner .imgBox{
     width:45.5%;
}
}
/*お役立ち情報とよくある質問のリンク*/
.qainfo_link p{
    text-align: center;
}
.qainfo_link p a{
    color: #663600!important;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
.i_qainfo_link p a{
    background-color: #FF99AA!important;
}
.q_qainfo_link p a{
    background-color: #6eb6ff!important;
}
.qainfo_link p a:before{
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    color: #FFFF00;
    font-size: 1.2em;
    margin-right: 0.3em;
    font-weight: normal;
}

@media screen and (min-width: 731px) {/* PC */
.qainfo_link p a{
    padding: 0.4em 0.7em!important;
}
}
@media screen and (max-width: 730px) {/* SP */
.qainfo_link p{
    width: 85%;
    margin: 0 auto!important;
}
.qainfo_link p a{
    display: block!important;
    text-align: center;
    padding: 0.3em 0.5em!important;
    line-height: 1.2em;
}
}
/*よくある質問・お問い合わせページLINEバナー*/
@media screen and (max-width: 730px) {/* SP */
#qanda .btn_linecontact {
    display: block;
    margin: 0 auto!important;
    border-radius: 8px;
    padding: 10px 0!important;
    color: #fff!important;
    font-size: 1em;
    text-indent: 0;
    text-align: center;
    text-decoration: none;
    background-color: #00b900;
    box-shadow: 0px 4px #009900;
    width:80%;
}
#qanda .btn_linecontact:after{
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    color: #FFF!important;
    font-size: 1em;
    margin-left: 0.3em!important;
    font-weight: 900;
}
}
/*よくある質問*/
/*#qanda .tit02{
   display: none;
}
.patern05 .patern05Box .t_itemTitle span.iconQ{
   background-color:#ff8400!important;
}
.patern05Box .textBox .answer {
   background-color:#4aa608!important;
   font-size:0.91em;
}
#qanda article h2.t_itemTitle {
    border: solid 2px #ffb238;
    border-radius: 0.3em;
    background-color: #FBDD95;
    font-size:1.0em;
    line-height: 1.5em;
    color:#000000!important;
    font-weight: bold;
    text-align: justify;
}
.patern05Box .textBox{
   margin-left:4px!important;
}
#qanda .qanda_chiiki h3{
    color: #ee6f00;
    border-bottom: 1px dashed #99681f;
}
@media screen and (min-width: 731px) {*/
/*#qanda main .pointTit .t_pageHeading {
   padding: 8px 0.5em 6px 2em!important;
   text-indent: -2em;
}*/
/*#qanda h2.t_itemTitle {
    padding: 0.5em 0.5em 0.5em 42px!important;
    margin-bottom: 8px;
}
#qanda .qanda_jiko1 .telnumber_pc{
  color:#f50;
}
#qanda .qanda_jiko1 .imgBox .spNone{
   margin-left:1.25em!important;
}
}
@media screen and (max-width: 730px) {
#qanda h2.t_itemTitle {
    padding: 0.25em 0.5em 0.25em 50px!important;
    margin-bottom: 10px;
}
}*/

@media screen and (min-width: 731px) {/* PC */
#corona .corona_content .articleInner{
  display:flex;
  justify-content: space-between;
}
#corona .corona_content .articleInner .textBox{
  flex-basis: 55%;
}
#corona .corona_content .articleInner .imgBox{
  flex-basis: 40%;
}
}

/**リンク集**/
#link .link_content a{
  text-decoration: none;
  color: #ee6f00;
}
#link .link_content a:before{
    margin-right: 0.55em;
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-size: 1.0em;
    font-weight: 900;
    speak: none;
    color: #ee6f00;
}
@media screen and (max-width: 730px) {/* SP */
#link .link_content p{
    text-indent: -1.5em;
    margin-left: 1.5em;
}
}

/**サイトマップ**/
.sitemap_list li{
  position: relative;
}
#sitemap .sitemap_list li a{
    color: #ee6f00;
    display: inline-block;
    padding-left: 1.05em;
    text-indent: -1em;
    text-decoration: none;
    line-height: 1.2em;
    vertical-align: middle;
}
#sitemap .sitemap_list li a:before{
    margin-right: 0.2em;
    font-family: "Font Awesome 5 Free";
    content: '\f144';
    font-size: 1em;
    font-weight: bold;
    speak: none;
}
.sitemap_list .children{
   margin-left: 1.25em!important;
}
#sitemap .children li a:before {
    margin-right: 0.2em;
    font-family: "Font Awesome 5 Free";
    content: "\f144";
    font-size: 1em;
    font-weight: normal;
    speak: none;
}
.sitemap_list .children2{
   margin-left: 1.25em!important;
}
#sitemap .children2 li a:before {
    margin-right: 0.2em;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-size: 1em;
    font-weight: bold;
    speak: none;
}
/**お問合せ・アクセス・地図**/
#access .contact .imgBox .spNone{
    margin-left:0;
}

/**バナー下テキスト内お役立ちPickUp**/
 .contentsText{
     font-size:1em!important;
     line-height: 1.8em!important;
}
  .contentsText .pickupInfobox h2.t_itemTitle {
    color: #000000!important;
    background: #FFFABC !important;
    border-radius: 0 !important;
    margin-bottom: 0.5em !important;
    border-bottom: none !important;
    font-weight:bold!important;
    
}
  .contentsText .pickupInfobox p{
    text-indent:1em;
}
  .contentsText .pickupInfobox p.pickupLink{
    text-indent:0;
}
  .contentsText .pickupInfobox h2.t_itemTitle {
    border: none;
    font-size:1.2em;
    padding: 10px 13px 8px 13px/*32px*/ !important;
}

/**SP用サイドバナーお役立ちリンク**/

@media screen and (max-width: 730px) {/* SP */
.sub_link {
    margin-bottom:50px!important;
}
.sub_link .pickupLink{
    display:block;
    background-color: #f19322;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 6px 0 4px!important;
    
}
.sub_link .link_btn{
    padding: 5px 0 2px!important;
    background-color: #ffcc00;
    border-radius: 5px;
    border-bottom: 3px solid #fa0;
}
.sub_link .link_btn a{
    position: relative;
    display:block;
    color: #630;
    text-align:center;
    text-decoration: none;
    letter-spacing: 0.25em;
    font-weight: bold;
}
.sub_link .link_btn a:after{
    font-family: "Font Awesome 5 Free";
    speak: none;
    content: '\f144';
    color: #fff;
    font-weight: normal;
    line-height: 0;
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    right:1em; 
}
.sub_link .sideBanner02,.sub_link .sideBanner03{
    padding: 10px 5%;
    border-color: #fb0!important;
    border: 1px solid;
    border-top: 3px solid;
    border-radius: 0 0 5px 5px;
}
.sub_link .sideBanner02 div.sideBanner,.sub_link .sideBanner03 div.sideBanner{
   margin-bottom:10px!important;
}
}
/**お役立ち情報・よくある質問**/
@media screen and (max-width: 730px) {/* SP */
#info .catList,#kotsubankyousei .catList,#qanda .catList{
   margin-bottom:50px!important;
}
}
/*トップセクションタイトル画像の角丸*/
@media screen and (max-width: 730px) {/* SP */
 .ttl_img img{
    border-radius: 6px;
}
}
/*トップセクションタイトル・下層h1タグ*/
#main .section_ttl,#main article:not(.pickupInfobox) .pointTit .t_pageHeading  {
    background-image: url(https://www.gifu-koutsujiko.seibi-sk.com/media/00000086613.png);
    border-radius: 5px;
    font-weight:bold;
    color:#ffffff!important;
    text-shadow: 1px 1px 3px #543308;
}
#main .section_ttl:before,#main article:not(.pickupInfobox) .pointTit .t_pageHeading:before {
    content: '';
   display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(https://www.gifu-koutsujiko.seibi-sk.com/media/00000086615.png);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 731px) {/* PC */
#main .section_ttl,  #main article:not(.pickupInfobox) .pointTit .t_pageHeading{
   padding:0.5em 0 0.5em 0!important;
   font-size:1.2em!important;
  line-height:1;
}
#main .section_ttl:before,#main article:not(.pickupInfobox) .pointTit .t_pageHeading:before {
    margin-right: 0.5em;
    margin-left: 1em;
}
}
@media screen and (max-width: 730px){/*SP*/
#main .section_ttl ,  #main article:not(.pickupInfobox) .pointTit .t_pageHeading{
   padding:0.5em 0 0.3em 1.5em!important;
    line-height: 1.5;
    font-size: 1.0em!important;
    text-indent: -1.5em;
    overflow: hidden;
}
#main .section_ttl:before ,#main article:not(.pickupInfobox) .pointTit .t_pageHeading:before{
    margin-right: 0.5em;
    margin-left: 0.5em;
}
}

@media screen and (min-width: 731px) {/* PC */
.info_pickup_ttl .t_pageHeading:after{
   content: '';
  display: inline-block;
  width: 30%;
  height: 32px;
  /*background-image: 
  url(https://www.gifu-koutsujiko.seibi-sk.com/media/00000086654.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 0.2em;
  float: right;
 margin-right: 0.5em;
}
.info_pickup_ttl .t_pageHeading{
 position: relative;
}
}
@media screen and (max-width: 730px){/*SP*/
.info_pickup_ttl h2.t_pageHeading{
  font-size:0.95em!important;
padding: 4px 0 0 1.5em!important;
}
.info_pickup_ttl .t_pageHeading:after{
 content: '';
   display: inline-block;
  width:64px;
  height: 32px;
  background-image: 
  /*url(https://www.gifu-koutsujiko.seibi-sk.com/media/00000086656.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  float: right;
 margin-right: 0.5em;
}
}

/**SP用サイドバナーお役立ちリンク**/

@media screen and (max-width: 730px) {/* SP */
.sub_link {
    margin-bottom:50px!important;
}
.sub_link .pickupLink{
    display:block;
    background-color: #f19322;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    padding: 6px 0 4px!important;
    
}
.sub_link .link_btn{
    padding: 5px 0 2px!important;
    background-color: #ffcc00;
    border-radius: 5px;
    border-bottom: 3px solid #fa0;
}
.sub_link .link_btn a{
    position: relative;
    display:block;
    color: #630;
    text-align:center;
    text-decoration: none;
    letter-spacing: 0.25em;
    font-weight: bold;
}
.sub_link .link_btn a:after{
    font-family: "Font Awesome 5 Free";
    speak: none;
    content: '\f144';
    color: #fff;
    font-weight: normal;
    line-height: 0;
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    right:1em; 
}
.sub_link .sideBanner02,.sub_link .sideBanner03{
    padding: 10px 5%;
    border-color: #fb0!important;
    border: 1px solid;
    border-top: 3px solid;
    border-radius: 0 0 5px 5px;
}
.sub_link .sideBanner02 div.sideBanner,.sub_link .sideBanner03 div.sideBanner{
   margin-bottom:10px!important;
}
}

/**お問合せ・アクセス・地図ページ**/
/*お問合せ*/
@media screen and (max-width: 730px) {/* SP */
#access .contact .btn_linecontact{
    display: block;
    margin: 0 auto!important;
    width: 60%!important;
    border-radius: 8px;
    padding: 10px 0!important;
    color: #fff!important;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    background-color: #00b900!important;
    box-shadow: 0px 4px #009900;
}
#access .tap_btn .imgBox div{
		margin:  0 auto;
	}
}

/**Q&Aページ用お役立ちPickUp(ページスタイルをQ&Aで作った場合。通常ページに変更したためコメントアウト)**/
/*#qanda #pickupInfobox h2.t_itemTitle{
    font-weight:bold;
}
@media screen and (min-width: 731px) {
#qanda #pickupInfobox h2.t_itemTitle{
    margin-left:  -0.9em!important;
    margin-right:  -0.9em!important;
}
}
@media screen and (max-width: 730px) {/
#qanda #pickupInfobox h2.t_itemTitle{
    margin-left:  -0.8em!important;
    margin-right:  -0.8em!important;
}
}
*/
/**タイトル以外画像化ページのh2にマージンをつける**/
@media screen and (max-width: 730px) {/* SP */
#point .normalMargin h2.t_itemTitle {
margin:0 0.6em!important;
}
}

/**賠償金について**/
@media screen and (min-width: 731px) {/* PC */
#baishoukin #baishoukinKoumoku{
    display:flex;
}
}

/**Q&A通常ページで作成分**/
#qanda .qanda_sep{
   padding-bottom:1.5em;
   margin-bottom:1.5em;
   border-bottom:#aaa 1px solid!important;
}

/*ピックアップお役立ち情報*/
#pickupInfobox .pickupInfobox h2.t_pageHeading,#pickupInfobox .pickupInfobox h2.t_itemTitle{
   color:#000!important;
}
#pickupInfobox .pickupInfobox h2.t_pageHeading{
   text-indent: -1em;
    padding-left: 1.5em!important;
}
.pickupInfobox h2.t_pageHeading:before,.pickupInfobox h2.t_itemTitle:before{
    margin-right: 0.25em;
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    speak: none;
    font-size: .8em;
    vertical-align: middle;
    color: #5b9d1f;
    position: relative;
    top: -0.1em;
    left: 0;
}
.pickupInfobox h3 {
    border-bottom: 1px dashed #99681f;
    color: #f80;
}
@media screen and (max-width: 730px){/*SP*/
.info_pickup_ttl h2.t_pageHeading{
    padding-top: 0.5em!important;
    padding-bottom: 0.5em!important;
    overflow: hidden;
}
.info_pickup_ttl a{
    text-decoration: none;
    color: #fff!important;
    font-size: 1.1em;
    font-weight: bold;
}
.main_col .info_pickup_ttl a span {
    font-size: 0.6em;
    color: #f5ac40;
    background: #fff;
    padding: 2px 6px!important;
    border-radius: 10px;
    vertical-align: middle!important;
}
}
@media screen and (min-width: 731px) {/* PC */
.pickupInfobox {
    border: solid 1px #0A7205!important;
}
}

/*接骨院紹介の写真表示*/
@media screen and (max-width: 730px){/*SP*/
	.in_imgpc{
		display: block!important;
	}
}

/*お問合せ・アクセス・地図のLINEでお問合せバナーにアイコン付ける*/
.contact .btn_linecontact:after{
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 1em;
    margin-left: 0.3em;
    font-weight: 900;
}
/* 選ばれる理由バナー、お問合せ・アクセス・地図バナー*/
#cmnbnrgroup > div.bnrbtmbox:last-child {
    margin-left: 0!important;
}

/**************個別(自由編集ここまで)**************/