/**********総合サイトのみ必要(ここから)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%;/*画像の大きさ人物によって異なる*/
	}
}

/**********総合サイトのみ必要(ここまで)**********/
/**************ピンクの時のみ必要(ここから)20211005**************/
/*グローバルナビ*/
@media screen and (min-width: 731px) {/* PC */
 #mainMenuBox>ul>li>a ,#mainMenuBox .subMenu>li>a{
    color: #331700!important;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff!important;
}
}
@media screen and (max-width: 730px){/* SP */
	#headerContactInfo li a, #mainMenu #mainMenuBox > ul > li > a,#mainMenu #mainMenuBox > ul > li > .subMenu > li > a{
		color: #333333;
	}
}
/*タイトル(h1・h2)*/
.pointTit .t_pageHeading {
	color: #333333 !important;
}
/**************ピンクの時のみ必要(ここまで)**************/
/**************共通(編集不可ここから)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%;
	}
	#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 */
       #cmnbnrgroup{
                display: block!important;
}
	.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/*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;
	}
}

/* 選ばれる理由 */
#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);
	}

/**************共通(編集不可ここまで)**************/
/**************個別(自由編集ここから)**************/
/***あさひ接骨院共通***/
.flexbox-center{
    display:flex;
    flex-wrap: wrap;
}
/*ヘッダー(総合)*/
p,h2,h3,h4,h5,li,th,td{
        color:#2b2b2b;
}
#header .headerText{
        color:#333333!important;
}
.siteName,#headerContactBtn{
	display: none;
}
@media screen and (max-width: 730px){/*SP*/
	#headerContactInfo{
		border-top: none;
	}
	.customHeader{
		margin:10px 0.6em 4px;
	}
        .customHeader p{
               text-align: center;
}
        .customHeader p img{
               width:100%;
}
}
@media screen and (min-width: 731px){/*PC*/
	#headerContactInfo{display: none;}
	#header .inner {
		padding: 0 10px !important;
	}
	#header .wrap {
		display: inherit;
	}
	.customHeader{
		width: 100%;
		display: flex;
		align-items: flex-end;
		margin-top: -12px;
                justify-content: space-between;
	}
	.customHeader p:nth-child(2){
                width:210px;
                padding-bottom: 28px;
}
}

/**ピンク文字大h2スタイル**/
.subheading_pink h2{
      color: #f2879b!important;  
}
@media screen and (min-width: 731px) {/* PC */
.subheading h2{
   font-size:2em!important;
   line-height: 1.1;
   font-weight: 500;
   padding-bottom:0.5em!important;
}
}
/**h2タイトル**/
.t_itemTitle:before{
  content: url(	
https://www.asahi-sekkotsuin.com/media/00000094514.jpg);
    vertical-align: middle;
    padding-right: 0.5em;
}
#riyuu .t_itemTitle:before,#kodawari .t_itemTitle:before,#point .t_itemTitle:before,body[id^=info] .t_itemTitle:before,body[id^=qanda] .t_itemTitle:before{
content:none;
}
#main .pointTit .t_pageHeading {
    background: linear-gradient(to left,rgba(253,239,245,1.0),rgb(255, 231, 241));
}
/**基本table**/
.table_default  table{
    border: 1px solid #ddd;
    width: 100%;
}
.table_default  table tr~tr{
      border-top: 1px solid #ddd;   
}
.table_default  table th{
    background: #fefafb!important;
    text-align:center;
}

@media screen and (min-width: 731px) {/* PC */
.table_default  table th{
    width: 30%;
    padding: 10px 0 10px 0!important;
}
.table_default  table td{
    width: 70%;
    padding-left: 1.5em!important;
}
.table_default  table th, .table_default  table td{
   padding-left: 1.5em!important;
}
}
@media screen and (max-width: 730px){/*SP*/
  .table_default table tr{
    display: flex;
    flex-wrap: wrap;
}
.table_default  table th,.table_default  table td{
    flex-basis: 100%;
    padding: 10px 0 10px 0!important;
}
.table_default  table td{
    flex-basis: 100%;
    text-align:center;
}
}
/**お問い合わせバナー・電話番号バナー**/
#cmnbnrgroup  > div:first-child{
    border: 1px dashed #f3bacb;
    border-radius: 10px;
    padding: 1%!important;
}
#cmnbnrgroup p{
   text-align:center;
   font-size:1.1em;
}
@media screen and (min-width: 731px) {/* PC */
    #cmnbnrgroup > div{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
        margin-bottom: 35px!important;
    }
    #cmnbnrgroup > div > div.bnrbtmbox{
	flex-basis: 50%;
        padding:3%!important;
    }

    #cmnbnrgroup > div:first-child > div:first-child{
         border-right: 1px dashed #f3bacb;
    }
}
@media screen and (max-width: 730px){/* SP */
    #cmnbnrgroup{
        padding:0 2%!important;
        margin-bottom: 35px!important;
}
    #cmnbnrgroup > div > div{
        padding:6% 4%!important;
}
    #cmnbnrgroup > div:first-child div~div{
        border-top: 1px dashed #f3bacb;
    }
}

/**一般保険施術 施術範囲**/
#shinsatsuhaniGroup {
     display: flex;
     flex-wrap: wrap;
}
#shinsatsuhaniGroup .shinsatsuhani{
    outline:3px solid #f2879b;
    outline-offset: -3px;
    border-radius:1em;
    text-align:center;
}

#shinsatsuhaniGroup .shinsatsuhani img{
    width:4em;
}
#shinsatsuhaniGroup .shinsatsuhani:nth-child(5) p:first-child span{
    letter-spacing: -5px;
}
@media screen and (min-width: 731px){/*PC*/
#shinsatsuhaniGroup {
     justify-content: space-between;
     margin-bottom:65px;
}
#shinsatsuhaniGroup .shinsatsuhani {
     flex-basis: 18.8%;
}
#shinsatsuhaniGroup .articleInner {
    padding: 5px;
}
#shinsatsuhaniGroup .shinsatsuhani:nth-child(n+6){
    margin-top:10px!important;
}
}
@media screen and (max-width: 730px){/*SP*/
#shinsatsuhaniGroup {
     justify-content: left;
     gap: 2vw;
     margin-bottom:60px;
}
#shinsatsuhaniGroup .shinsatsuhani {
     flex-basis: 30vw;
}
#shinsatsuhaniGroup .articleInner {
    padding: 1vw;
}
#shinsatsuhaniGroup .shinsatsuhani:nth-child(5) p:first-child{
    letter-spacing: -.5vw;
}
#shinsatsuhaniGroup .shinsatsuhani:nth-child(5) p:first-child{
   font-size: 0.85em;
}
}

/**施術費の目安**/
#fee_ippan{
    margin: 0 auto!important;
}
#fee_ippan th, #fee_ippan td{
   text-align: center;
   vertical-align: middle!important;
}
#fee_ippan th{
    font-weight:bold;
}
#fee_ippan tr{
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 731px){/*PC*/
   #fee_ippan{
      width:80%!important;
}
  #fee_ippan th, #fee_ippan td{
     padding: 1em 0!important;
}
}

/**一般保険施術 設備のご案内**/
#setsubiGroup h3{
    color: #f2879b;
    font-weight: 600;
    font-size: 1.125em!important;
    padding: 0.5em 0 0.2em!important;
    text-align: center;
}
@media screen and (min-width: 731px) {/* PC */
#setsubiGroup {
   display: flex;
   flex-wrap: wrap;
   justify-content:space-between;
   border-radius: 0 0 10px 10px;
   margin-bottom:50px!important;
}
#setsubiGroup article{
   flex-basis: 49%;
}
#setsubiGroup article:nth-child(n+3){
  margin-top:65px!important;
}
}
@media screen and (max-width: 730px){/*SP*/
#setsubiGroup {
   border-radius: 0 0 10px 10px;
   padding:3.2% 2.5%!important;
   margin-top: -1.6vw !important;
   margin-bottom:60px!important;
}
#setsubiGroup article~article{
  margin-top:70px!important;
}
}

/***「全身痩せ」骨盤ダイエット、「部分痩せ」キャビテーションダイエット、コア式整体***/

/*骨盤矯正はなぜ必要、キャビテーションとは*/
#zenshinyase .nazehitsuyou h2,#bubunyase .about_kyabi h2{
    font-size:1.2em;
    color: #f2879b!important;
    margin-bottom:0.5em!important;
}
@media screen and (min-width: 731px) {/* PC */
#zenshinyase .nazehitsuyou .articleInner,#bubunyase .about_kyabi .articleInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#zenshinyase .nazehitsuyou .articleInner .textBox,#bubunyase .about_kyabi .articleInner .textBox{
    flex-basis: 60%;
}
#zenshinyase .nazehitsuyou .articleInner .imgBox,#bubunyase .about_kyabi .articleInner .imgBox{
    flex-basis: 38%;
    margin-left:2%!important;
}
#zenshinyase .nazehitsuyou .articleInner .imgBox img,#bubunyase .about_kyabi .articleInner .imgBox img{
   width:100%;
}
#zenshinyase .nazehitsuyou h2,,#bubunyase .about_kyabi h2{
    font-size:1.4em;
}
}
@media screen and (max-width: 730px){/*SP*/
#zenshinyase .nazehitsuyou .imgBox ,#bubunyase .about_kyabi .imgBox {
    margin-top:0.5em!important;
}
#zenshinyase .nazehitsuyou h2 ,#bubunyase .about_kyabi h2{
    font-size:1.15em;
}
}

/*骨盤矯正ダイエットの流れ(全身・部分瘦せ共通)*/
.flow_diet h3{
    color: #f2879b!important;
    margin-bottom:0.25em!important;
}
@media screen and (min-width: 731px) {/* PC */
.flow_diet .articleInner{
    display: flex;
    justify-content: space-between;
}
.flow_diet .articleInner .textBox{
    flex-basis: 60%;
}
.flow_diet .articleInner .imgBox{
    flex-basis: 38%;
    margin-right:2%!important;
}
.flow_diet .articleInner .imgBox img{
   width:100%;
}
}
@media screen and (max-width: 730px){/*SP*/
.flow_diet h3{
    margin-top:0.75em!important;
}
.flow_diet .imgBox{
    margin-bottom:0.5em!important;
}
}
/*費用について(全身・部分瘦せ・コア式整体共通)*/
.fee_diet .textBox{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.fee_diet .fee_table{
    border: 1px solid #ddd;
  width: 100%;
}
.fee_diet .fee_table th{
    background: #fefafb!important;
    text-align:center;
}
.fee_diet .fee_table td{
   padding-left: 1.5em!important;
}
@media screen and (min-width: 731px) {/* PC */
.fee_diet .textBox table{
    flex-basis: 49%;
}
.fee_diet .fee_table th{
    width: 30%;
    padding: 10px 0 10px 0!important;
}
.feen_diet .fee_table td{
    width: 70%;
    padding-left: 1.5em!important;
}
}
@media screen and (max-width: 730px){/*SP*/
  . fee_diet .textBox table{
    flex-basis: 80%;
}
.fee_diet .fee_table th{
    width: 40%;
    padding: 10px 0 10px 0!important;
}
.fee_diet .fee_table td{
    width: 60%;
    padding-left: 1em!important;
}
  .fee_diet .textBox table~table{
    margin-top:1em!important;
}
}

/*お得な10回パック(全身・部分痩せ共通)*/
.pack10 h2{
    color: #f2879b!important;
    margin-bottom:0.5em!important;
    font-weight: bold;
}
.pack10 .textBox{
    border: 3px solid #fdeff5;
    border-radius: 10px;
}
.pack10_inner div~div{
   margin-top:0.75em!important;
}
@media screen and (min-width: 731px) {/* PC */

.pack10 .textBox{
    padding: 3% 5%!important;
}
}
@media screen and (max-width: 730px){/*SP*/
.pack10 h2{
    letter-spacing: -1px;
}
.pack10 .textBox{
    padding: 5% 2%!important;
}
}

/*骨盤矯正ダイエットで気を付けること*/
#zenshinyase .point_diet{
    background: #f8f8f8;
    padding: 2% 5%;
    border-radius: 10px;
}
#zenshinyase .point_diet h2{
    color: #f2879b!important;
}
#zenshinyase .point_diet h3{
    margin-bottom:0.5em!important;
    font-weight:bold;
}

#zenshinyase .point_diet .point_inner div~div{
   margin-top:0.75em!important;
}
#zenshinyase .point_diet .imgBox{
   margin-top:1em!important;
}
@media screen and (min-width: 731px) {/* PC */
#zenshinyase .point_diet{
    padding: 1.5em 5%;
    border-radius: 10px;
    margin-bottom:50px!important;
}
#zenshinyase .point_diet .subheader{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom:1em!important;
}
#zenshinyase .point_diet .subheader .exclamation_mark{
   width:2em;
}
#zenshinyase .point_diet .subheader h2{
    font-size: 1.5em;
    font-weight: normal;
    padding-left:0.5em;
}
#zenshinyase .point_diet .point_inner{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
#zenshinyase .point_diet .point_inner div:first-child{
    flex-basis: 60%;
}
#zenshinyase .point_diet .point_inner div:last-child{
    flex-basis: 38%;
}
}
@media screen and (max-width: 730px){/*SP*/
#zenshinyase .point_diet{
    padding: 2em 0.6em;
    margin-bottom:60px!important;
}
#zenshinyase .point_diet .subheader{
    margin-bottom:0.75em!important;
}
#zenshinyase .point_diet h2{
    letter-spacing: -0.25px;
    font-weight:bold;
}
#zenshinyase .point_diet .exclamation_mark{
    text-align:center;
    margin-bottom:0.5em;
}
#zenshinyase .point_diet .exclamation_mark img{
    width:30px;
    height:30px;
}
}

/**コア式整体 こんなメリットがあります*/
#core .merit .heading{
    background-repeat: no-repeat;
    background-size: contain;
}
#core .merit h2{
    display:block!important;
    text-align: center;
    color: #f2879b!important;
}

@media screen and (min-width: 731px) {/* PC */
#core .merit .heading{
    background-image: url(https://www.asahi-sekkotsuin.com/media/00000094594.png);
    background-position: center 2em;
}
#core .merit h2{
    font-size:1.4em;
}
#core .merit h2 span{
    font-weight:bold;
    padding-top:0.5em;
    line-height:2;
}
}
@media screen and (max-width: 730px){/*SP*/
#core .merit .heading{
    background-image: url(https://www.asahi-sekkotsuin.com/media/00000094594.png);
    background-position:center 1.8em;
}
#core .merit h2{
    font-size:1.0em;
}
#core .merit h2 span{
    font-size:1.05em;
    font-weight:bold;
    padding-top:0.5em;
    line-height:2;
}
}
/*こんなメリットがあります*/
.merit .text > p{
    width: auto;
    background-image: url(https://www.asahi-sekkotsuin.com/media/00000094464.jpg)!important;
    background-position: 0.5em 0.3em!important;
    background-repeat: no-repeat!important;
    color: #585757;
    font-size: 17px;
    font-weight: bold;
}
.merit .text > p~p{
    margin-top:0.5em!important;
}
@media screen and (min-width: 731px) {/* PC */
.merit .articleInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.merit  .articleInner .textBox{
    flex-basis: 68%;
        margin: 0 auto!important;
}
.merit .articleInner .imgBox{
    flex-basis: 30%;
    margin-right:2%!important;
}
.merit .articleInner .imgBox img{
   width:100%;
}
.merit .text > p{
    padding-left: 50px!important;
    padding-right: 1em!important;
    font-size: 17px;
}
}
@media screen and (max-width: 730px){/*SP*/
.merit .imgBox{
    margin-bottom:0.5em!important;
}
.merit .text > p{
    background-size:1.0em!important;
    padding-left: 1.9em!important;
    padding-right: 1em!important;
    font-size: 0.95em;
}
}
/*まずは一度うけてみませんか?*/
.yobikake p{
    text-align:center;
    color:#f2879b;
    line-height: 4;
}
.yobikake .textBox{
    background-image: url(https://www.asahi-sekkotsuin.com/media/00000094597.png)!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}
@media screen and (min-width: 731px) {/* PC */
.yobikake p{
    font-size:2em;
}
}
@media screen and (max-width: 730px){/*SP*/
.yobikake p{
    font-size:1.2em;
}
}
/*コア式整体 基本姿勢*/
.kihonshisei h3{
    font-weight:bold;
}
@media screen and (min-width: 731px) {/* PC */
.kihonshisei .articleInner{
    display:flex;
    justify-content: space-between;
}
.kihonshisei .articleInner .textBox{
    flex-basis: 75%;
}
.kihonshisei .articleInner .imgBox{
    flex-basis: 22%;
}
.kihonshisei .articleInner .imgBox img{
    width:100%;
}
}
/*コア式整体 *完全予約制*/
#core .kanzenyoyakusei .kakomimoji {
    display: flex;
}
#core .kanzenyoyakusei .kakomimoji div{
    border:2px solid #f2879b;
    margin: 0 auto 1.5em;
    padding:0.25em 1.75em 0!important;
}
#core .kanzenyoyakusei p{
    color: #f2879b!important;
}
@media screen and (min-width: 731px) {/* PC */
#core .kanzenyoyakusei .kakomimoji p{
    font-size:2em;
    line-height:1.75;
}
#core .kanzenyoyakusei p{
    text-align:center;
}
}
@media screen and (max-width: 730px) {/* SP */
#core .kanzenyoyakusei div.kakomimoji p{
    font-size:1.5em;
    line-height:1.5;
}
}
/***院長挨拶***/
/*挨拶*/

#message .lead{
background: url(https://www.asahi-sekkotsuin.com/media/00000094463.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#message .lead .textBox div p{
    color: #f2879b;
    text-align:center;
    font-weight:bold;
    letter-spacing: 2px;
}
#message .lead .leadInner1{
    font-size: 1.2em;
    line-height:2;
}
#message .lead .leadInner1 span{
   font-size:1.6em
}
#message .lead .leadInner2{
    font-size: 1.2em;
    line-height:1.5;
}
@media screen and (min-width: 731px) {/* PC */
#message .lead{
    background-position: center bottom;
}
}
@media screen and (max-width: 730px) {/* SP */
#message .lead{
    background-position: center center;
}
}
/*プロフィール*/
#message .profile li{
  text-indent:-1.5em;
  margin-left:1.5em;
}
#message .profile li:before{
  content:"●";
  color: #f2879b;
  margin-right:0.5em;
}
@media screen and (min-width: 731px) {/* PC */
#message .profile .articleInner{
    display:flex;
    justify-content: space-between;
}
#message .profile .articleInner .textBox{
    flex-basis: 60%;
}
#message .profile .articleInner .imgBox{
    flex-basis: 38%;
    margin-right: 0;
}
#message .profile .articleInner .imgBox img{
    width:100%;
}
}
@media screen and (max-width: 730px){/*SP*/
#message .leadInner2{
letter-spacing: -1px!important;
}
}
/**接骨院紹介**/
.in_imgpc img, .in_imgsp img{
  padding:0!important;
  box-shadow: none!important;
}
@media screen and (min-width: 731px) {/* PC */
	.in_imgsp{
		display: block;
	}
    #inimggrouppc01,#inimggrouppc02,#inimggrouppc03{
        flex-wrap: wrap;
}
    #inimggrouppc01 article:nth-child(n+3){
         margin-top:1em!important;
}
}
@media screen and (max-width: 730px){/*SP*/
    .in_imgpc{
	display: block;
	}
}
/*フッターカラー濃く*/
#footer, .contentsList .titList, .patern90 > ul {
    background-color: rgba(253, 239, 245, 0.6)!important;
}
/*
.contentsText .mcbnrgroup{
	margin-top: 40px !important;
	margin-bottom: 50px !important;
}
*/
/*共通バナー内専用サイトバナー*/
@media screen and (min-width: 731px) {/* PC */
	#cmnbnrgroup> div.bnrbtmbox .imgBox{
		width:40% !important;
                margin:0 auto!important;
	}
}
/**お役立ち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;
	}
}

/* 選ばれる理由(テキスト画像) */
@media screen and (max-width: 730px) {/* SP */
	#riyuu .txtimg_left .imgBox div {
		width: 52.7%;
	}
}
@media screen and (min-width: 731px) {/* PC */
	#riyuu .txtimg_left .imgBox div {
		width: 73.6%;
	}
}

/* 選ばれる理由(画像用) */
@media screen and (max-width: 730px){/* SP */
	#riyuugroup{
		background: #fef0df !important;
		margin: 0 -0.6em;
	}
	#riyuugroup .stand_img{
			display: none;
	}
	#riyuugroup .list_btn .imgBox img {
		margin-top:.35em !important;
	}
}

@media screen and (min-width: 731px) {/* PC */
	#riyuugroup{
		overflow: hidden;
	}
	.r_ttl,#r_acd_on,.r_acd_off,#riyuugroup .list_btn{
		width: 77%;
		float: right;
	}
	#riyuugroup .stand_img {
		float: left;
		width: 24%;/*画像の大きさ人物によって異なる*/
		margin-top: 6% !important;
		margin-left: 0 !important;
	}
	#riyuugroup .stand_img img {
		transform: scale(-1, 1);
	}
	#riyuugroup .list_btn .imgBox img {
		margin-top:.4em !important;
		height: 4vw;
		max-height: 40px;
		width: auto;
	}
}
/**************個別(自由編集ここまで)**************/