/**********総合サイトのみ必要(ここから)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%;/*画像の大きさ人物によって異なる*/
	}
}
/*施術メニューその他がある時のみ*/
#menu_etc ul.mainCatList li{
	padding-left: 0.5em !important;
	margin-bottom: 0.3em !important;
}
#menu_etc ul.mainCatList a{
	color: #333;
}

#menu_etc ul.mainCatList a:hover {
	text-decoration: none;
	color:#333;
}
/**********総合サイトのみ必要(ここまで)**********/

/**************共通(編集不可ここから)20221205**************/
/* SP時画面幅拡張 */
@media screen and (max-width: 730px){/*SP*/
	.wide_section{
		margin: 0 -0.6em;
	}
	.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%;
		align-self: flex-end;/*保留*/
	}
	#cmnbnrgroup > div:nth-child(n+3){
		margin-top: 32px !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: 35px !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: 17px !important;
		margin-top: 5px !important;
	}
	.bnrbtm_text h2, .bnrbtm_text p{
		font-size: 12px !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/*1.4em*/ !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.7vw;
		max-height:37px ;
	}
}

/*グーグルマップボタン*/
.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;
	}
}


/**************共通(編集不可ここまで)**************/

/**************個別(自由編集ここから)**************/
/*ヘッダー(総合)*/
.siteName,#headerContactBtn{
	display: none;
}
@media screen and (max-width: 730px){/*SP*/
	#header{
		background: url(https://www.youkouseikotsuin.net/media/00000065951.png
);/*画像URL変更*/
	}
	#headerContactInfo{
		border-top: none;
	}
	.fixed{
		border-top: 2px solid #fff !important;
	}
	.customHeader{
		margin:6.5px 0.6em 3.125px;
	}
}
@media screen and (min-width: 731px){/*PC*/
	#header{
		background: url(https://www.youkouseikotsuin.net/media/00000065952.png);/*画像URL変更*/
	}
	#headerContactInfo{display: none;}
	#header .inner {
		padding: 0 10px !important;
	}
	#header .wrap {
		display: inherit;
	}
	.customHeader{
		width: 100%;
		display: flex;
		align-items: flex-end;
		margin-top: -1px;
	}
}

/* NEWSバナー・コロナ対策バナー */
@media screen and (max-width: 730px){/* SP */
	#smlbnrgroup > * ~ *{
		margin-top: 0.6em!important;
	}
}

/**お役立ちPickUp画像追加**/
@media screen and (min-width: 731px) {/* PC */
	.pickupInfobox .first_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;
	}
}

/*接骨院アクセス*/
.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;
}
}

/*直立画像(お役立ち、地域情報用)*/
@media screen and (max-width: 730px) {/* SP */
	.standimg_matome {
		width: 31.7%;/*画像の大きさ人物によって異なる*/
		margin-right: -0.3em !important;/* 人物右の余白調整 */
	}
}
@media screen and (min-width: 731px) {/* PC */
	.standimg_matome {
		width: 15.8%;/*画像の大きさ人物によって異なる*/
	}
}
/*直立画像(まとめ記事あり)*/
@media screen and (min-width: 731px){/*PC*/
	.titList_on{
		margin-right: 1em !important;
	}
}
/*まとめ記事*/
.contentsList .titList{
	text-align: justify;
}

/*地域ロングテール:院長メッセージバナー・こだわりバナー*/
@media screen and (min-width: 731px) {/* PC */
	#mkbnrgroup{
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#mkbnrgroup  > article{
		flex-basis: 48.5%;
		/*align-self: flex-end;*//*バナー下テキスト入れられるように上ぞろえ*/
	}
	#mkbnrgroup  > article:nth-child(even){
		margin-left:3% !important;
	}

}
/*地域ロングテール:施術メニュー*/
.menu_sec ul{
	border: solid 3px #5a4a30;
	border-top: none;
	overflow: hidden;
	background-color: #ffffe0 !important;
}
.menu_sec ul li {
	border-radius: 8px;
	border: solid 1px #8e8e8e;
	background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%)!important;
	background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%)!important;
	box-shadow: inset 0px 1px 0px #fff, inset 0px 2px 1px #e4e4e4, inset 0.5px 0px 0px #b9b8b8, inset -1px 0px 0px #b9b8b8, inset 0px -2px 1px #999!important;
}
.menu_sec ul li a {
	color: #000 !important;
	display: block !important;
	text-decoration: none !important;
	font-weight: bold !important;
	line-height: 1em !important;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
.menu_sec .arrowIcon {
	fill: #333;
}
@media screen and (min-width: 731px) {/*PC用*/
	#menugroup {
		position: relative;
		margin-bottom: 8px;
	}
	.menu_img {
			position: absolute;
			top: 5%;
			right: 1.5%;
			width: 17.7%;
			height: 94%;
			overflow: hidden;
			z-index: 999;
	}
	.menu_sec ul {
		border-radius: 0 0 10px 10px;
		padding: 1.3% 20%  0.5% 1% !important;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menu_sec li{
		flex-basis: 49.65%;
		margin-bottom: .3em!important;
	}
	.menu_sec ul li a {
		font-size: 1.3em !important;
		height: 5vw;
		max-height: 50px;
		padding: 0 2.3% 0 2.8% !important;
	}
	.menu_sec ul li a:hover {
		opacity: 0.6;
	}
	.menu_sec svg{
		width: 1em;
		height: 1em;
		margin-top: -0.2em !important;
	}
	.menu_list_btn img{
		height: 4.4vw;
		max-height: 44px;
		width: auto;
	}
}
@media screen and (max-width: 730px) {/*SP用*/
	#menugroup{
		position: relative;
		margin-bottom: 6px;
	}
	.menu_img{
		position: absolute;
	}
	.menu_sec ul{
		border-radius: 0 0 10px 10px;
		padding: 3.2% 0 1.5% 2.024% !important;
		margin-top: -1.6vw !important;
	}
	.menu_sec ul li {
		margin-bottom: 3px !important;
		width: 62.5%;
	}
	.menu_sec ul li a {
		/*font-size: 94% !important;*/
		/*padding: 4.8% 1.8% 4.8% 3% !important;*/
		font-size: 1.02em !important;
		padding: 0 1.5% 0 3% !important;
		line-height: 0 !important;
	}
	.menu_sec svg{
		width: 1em;
		height: 1em;
	}
}
/*地域ロングテール:施術メニュー(メニューの数によって変更あり)ここから*/
@media screen and (max-width: 730px) {/*SP用*/
	/*メニュー8コ*/
	.menu_img{
		right:1%;
		bottom:-1%;
		width: 33.5%
	}
	.menu_sec ul li a {
		height: 12.1vw;
	}
}
/*地域ロングテール:施術メニュー(メニューの数によって変更あり)ここまで*/
/**********色のみ変更(ここから)**********/
/* 選ばれる理由 */
.riyuu_sec li {
box-shadow: 0 0 0 1px #ff852e inset, 1px 1px 1px #999;
}
.riyuu_sec li > p:first-child{
  color: #ff852e;
}
.riyuu_sec li > p:first-child span {
  background: #ff852e !important;
}
.riyuu_sec .continue_btn{
  background-color:#ff852e !important;
  background: linear-gradient(#ffab29,#ff852e) !important;
}
/* 選ばれる理由 */
.riyuu_sec li~li {
	margin-top: 5px !important;
}
.riyuu_sec li {
	width: 100%;
	border-radius: 10px;
	background-color: #fff !important;
	position: relative;
	overflow: hidden;
}

.riyuu_sec li > p:first-child span {
	color: #fff;
	font-weight: bold;
	border-radius: 10px 0;
	position: absolute;
	padding: .26em .3em .2em !important;
	top: 0;
	left: 0;
	text-align: center;
}
.riyuu_sec .continue_btn{
	float: right;
	color: #fff;
	border-radius: 10px 0;
	position: relative;
	z-index: 10;
}
.riyuu_sec .close{
	background: linear-gradient(#7f7f7f, #666666) !important;
}
.riyuu_sec i {
	margin-left: .3em !important;
	color: #ffff56;
}

.riyuu_on img{
	vertical-align:top !important;
}
.riyuu_off span:not(.spNone),.riyuu_on span{
	color: #ff3300;
}
@media screen and (max-width: 730px){/* SP */
	#riyuugroup{
		margin:0 -0.6em !important;
	}
	.riyuu_sec .articleInner,.riyuu_ttl{
		background: #fff7d8 !important;
	}
	.riyuu_sec ol{
		margin:0 0.7em 0.38em !important;
	}
	.riyuu_sec li > p:first-child {
		font-size: 1.105em;
		line-height: 1.25em;
		margin-left: 1.5em !important;
		padding: 10px 16px 5px 7px !important;
	}
	.riyuu_sec li > p:first-child span{
		font-size: .75em;
		line-height: 1.35em;
		width: 2.05em;
		height: 1.7em;
	}
	.riyuu_sec .riyuu_off {
		margin: 0 .8em 10px !important;
		line-height: 1.25em;
	}
	.riyuu_sec .riyuu_on {
		margin: 0 .8em !important;
	}
	.riyuu_sec .riyuu_on .pcNone{
		text-indent: 0;
		text-align: center;
		margin-bottom: 0.1em !important;
	}
	.riyuu_sec .continue_btn {
		padding: 2px 9px 1px 8px !important;
		line-height: 1.5em;
		margin-top: -1.5em !important;
	}
	.riyuu_sec .close{
		margin-top: .3em !important;
	}
	#riyuugroup .stand_img{
		display: none;
	}
}

@media (min-width: 731px) and (max-width: 899px) {/*731px～899px以下*/
	.riyuu_off,.riyuu_on p{
		line-height: 1.85em;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuugroup article:nth-child(2){
		width: 76.944%;
		float: right;
	}
	.riyuu_sec ol{
		margin-right:1px !important;
		padding-top: 5px !important;
		position: relative;
		right: 1.5%;
	}
	.riyuu_sec .riyuu_off{
		padding: 0 1.4em 3px !important;
	}
	.riyuu_sec .riyuu_on {
		padding: 0 1.4em !important;
		overflow: hidden;/*float解除*/
	}
        .riyuu_sec .riyuu_on p .spNone {
               width:100%;
               max-width:509px;
       }
	.riyuu_sec .riyuu_on .space {
		float: right;
		height: 4em;
	}
	.riyuu_sec .riyuu_on .spNone{
		text-indent: 0;
		float: right;
		clear: both;
		margin-left: 1em !important;
		margin-bottom: 0.5em !important;
		width: 62.99%;
		max-width:320px;
	}

	.riyuu_sec li > p:first-child {
		padding: 6px 1.1875em 0 2.1em !important;
		font-size: 1.1em;
		line-height: 1.8em !important;
	}
	.riyuu_sec li > p:first-child span{
		font-size: .85em;
		line-height: 1.35em;
		width: 2.15em;
		height: 1.8em;
	}
	.riyuu_sec .continue_btn{
		font-size: 0.875em;
		font-weight: bold;
		padding: 0.5em 0 0.4em !important;
		line-height: 1.3em;
		width: 21.933%;
		text-align: center;
		margin-top: -2em !important;
	}
	.riyuu_sec .close{
		margin-top: 0 !important;
	}
	.riyuu_sec i {
		font-size: 1.1em;
		position: relative;
		top: 1px;
	}
	.riyuu_sec .imgBox a img{
		margin-top: 8px;
		height: 4vw;
		max-height: 40px;
		width: auto;
	}
	#riyuugroup article.stand_img {
		float: left;
		width: 16.5%;/*画像の大きさ人物によって異なる*/
		margin-top: 2% !important;
		margin-left: 1em !important;
	}
	#riyuugroup article.stand_img img {
		transform: scale(-1, 1);
	}
}

/*地域ロングテール:院長ごあいさつカラー*/
.longtail_goaisatsu  .articleInner{
    border: solid 2px #ff852e;
}
.longtail_goaisatsu .btn_message .button {
    background: #ff852e!important;
    color: #ffffff!important;
}
.longtail_goaisatsu  h2{
    background: linear-gradient(to bottom,rgba(255, 133, 46, 0.4), rgba(255, 133, 46, 1.0));
    color: #fff;
}


/*地域ロングテール:接骨院選びのポイント*/
#info .point_sec li{
   display: flex;
   border-bottom: dashed 1px #594500;
}
#info .point_sec li a{
	text-decoration:none;
}
#info .point_sec .checkMask {
	fill: #ff3668;
}
#info .point_sec i {
	color:#ffff56;
	margin-left: 0.3em !important;
}

#info .point_sec .subttl{
	font-weight: bold;
}
#info .point_sec a.subttl {
	color: #333 !important;
}
#info .point_sec .continue_btn {
    float: right;
    color: #fff !important ;
    background-color: #47b301 !important;
    background: linear-gradient(#47b301, #3b9401) !important;
    border-radius: 10px;
}
@media screen and (max-width: 730px){/*SP*/
#info .point_sec li{
		padding: 0.4em 0 0.3em !important;
	}
	/*追記*/
#info .point_sec li:last-child{
		border-bottom: none;
	}
#info .point_sec svg{
		flex-basis:10.5%;
		height: 1.2em;
        margin: 0.1em 0.3em 0 0 !important;
	}
#info .point_sec .subttl{
	flex-basis: 92%;
	font-size: 1.105em;
}
#info .point_sec .continue_btn {
    padding: 2px 9px 1px 8px !important;
    line-height: 1.5em;
    font-weight: normal;
    font-size: 0.9em;
            margin-top:-1.5em!important;
            position: relative;
            z-index: 10;
}
#info .point_sec .imgBox img{
		margin-top: 0.3em;
	}
	/*追記*/
#info #pointgroup .stand_img {
		width: 30.5%;/*画像の大きさ人物によって異なる*/
		margin-right: 0.2em !important;
	}
#info .point_sec .imgBox {
		clear: both;
		border-top: dashed 1px #594500;
		margin-right: 0.6em;
	}
}
@media screen and (min-width: 731px){/*PC*/
#info #pointgroup .stand_img{
		float: right;
		width: 16.2%;
		margin:3.5% 3% 0 0 !important;
	}
#info #pointgroup article:nth-child(2){
		float: left;
		width: 75%;
	}
#info .point_sec ul{
		position: relative;
		left: 1.5%;
	}
#info .point_sec li{
		padding: 0.5em 1% 0.4em !important;
		flex-wrap: wrap;
	}
#info .point_sec li a:hover{
		opacity: 0.6;
	}
#info .point_sec .subttl{
		flex-basis: 94%;
	}
#info .point_sec li p.spNone {
		padding-left:1.7em !important;
		flex-basis: 100%;
	}
#info .point_sec .continue_btn  {
	    font-size: 0.875em;
	    font-weight: bold;
	    padding: 0.5em 0.5em 0.4em !important;
	    line-height: 1.3em;
	    text-align: center;
            margin-top:-2em!important;
            position: relative;
            z-index: 10;
	}
#info .point_sec .imgBox a img {
		height: 4vw;
		max-height: 40px;
		width: auto;
		margin-top: 0.4em;
	}
#info .point_sec svg{
		flex-basis: 4.5%;
		height: 1.35em;
		margin:0.1em 0.3em 0 0 !important;
	}
#info .point_sec i {
		font-size: 1.1em;
	}
}

/**地域ロングテール:レビュー**/
#lt_review_content{
  padding:10px 5% 30px;
}
#ltReviewContent {
   background: #ffffff;
   padding:0 2%;
}
#ltReviewContent article~article .articleInner{
  border-top: #aaa 1px solid;
}
#ltReviewContent .review_content .textBox{
 padding:1em 0;
}

.review_notes p{
   font-size: 0.9em;
   text-indent:-1em;
  margin-left:1em!important;
  font-family: "メイリオ", Meiryo,"MS UI Gothic", "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3"!important;
}
 .review_content .kyakuchuu{
    font-size: 0.75em;
    vertical-align: top!important;
    margin-left: 0.3em!important;
}
 .review_content .kyakuchuu a{
    text-decoration: none;
}
/*レビューボタン*/
.btn_review{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top:0.75em!important;
}
#info .btn_review .button {
    border: none;
    background: #ff7f03;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
}
#info .btn_review .button:after{
   content: "\f144";
    font-weight: 900;
    margin-left: 0.5em;
    font-family: "Font Awesome 5 Free";
}
@media screen and (min-width: 731px) {/* PC */
#ltReviewGroup{
background:url(	
https://www.youkouseikotsuin.net/media/00000084331.jpg);
 background-size: cover;
  border:#8ebdb9 solid 4px;
  border-top:none;
  border-radius: 0 0 12px 12px;
  padding:0.6em 2% 1em;
 margin-bottom:50px;
}
#ltReviewGroup + .bnrbtm_text{
		margin-top: -45px !important;
}
.review_title {
border:#8ebdb9 solid 4px;
  border-bottom:none;
  border-radius: 12px 12px 0 0 ;
}
#ltReviewContent{
  padding:0 5% 0;
  border-radius:12px;
}
#ltReviewContent .review_content .review_name img{
height: 34px;
}
.review_notes p{
 text-align: right;
}
#ltReviewGroup .button {
    font-size: 1.2em;
    border-radius: 60px;
    padding: 0.45em 20px 0.35em!important;
}
}
@media screen and (max-width: 730px){/*SP*/
#ltReviewGroup{
background:url(https://www.youkouseikotsuin.net/media/00000084332.jpg);
 background-size:contain;
  border:#8ebdb9 solid 4px;
  border-top:none;
  border-radius: 0 0 10px 10px;
  padding: 0.6em 2% 1em;
  margin-bottom: 3.2em;
}
#ltReviewGroup + .bnrbtm_text{
  margin-top: -2.95em !important;
}
.review_title {
border:#8ebdb9 solid 4px;
  border-bottom:none;
  border-radius: 12px 12px 0 0 ;
}
#ltReviewContent{
  padding:0 9.62px 0;
  border-radius: 8px;
}
#ltReviewContent .review_content .review_name img{
height: 35px;
}
.review_notes{
   padding:0 9.62px 0!important;
}
.review_notes p{
   line-height: 1.25;
   padding-top: 0.5em!important;
}
.btn_review .button {
    font-size: 1.15em;
    display: block;
    width: 100%;
    border-radius: 10px;
    line-height: 1.1;
    padding: 0.5em 20px 0.35em!important;
}
}
/**************個別(自由編集ここまで)**************/