/* TOP お客様の声 */	
.voice-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	width: 100%;
	justify-content: space-between;
}
.voice-list li{
	display: flex;
	flex-direction: column;
	width: 32%;
	margin-bottom: 2%!important;
	border: 2px solid #f18d00;
}
.voice-list li:nth-child(2n){
	margin-right: 0;
}
.voice-list li:last-child{
	position: relative;
}
.voice-list li:last-child::after {
    content: "";
    width: 31%;
    height: 0;
    margin: 5% 0 0 0;
}
.voice-list li .thumbnail{
	position: relative;
	margin-bottom: 10px;
}
.voice-list li .thumbnail::after{
	content: "";
	position: absolute;
	background: url(https://bigoasis-test-ver8.site/takaya/wp-content/uploads/2023/05/tap-1.png);
	background-size: cover;
    bottom: -10px;
    right: 5px;
    width: 35px;
    height: 65px;
}
.voice-list li .cat{
	background: #f18d00;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 12.5px;
	letter-spacing: .025em;
	line-height: 1.6em;
	text-decoration: none;
	padding: 5px 10px 3px 10px;
}
.voice-list li .ttl{
	font-size: 12.5px;
	font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.8em;
	margin-bottom: 20px!important;
    padding: 0 4%;
}
.voice-list li .ttl a{
	color: #000;
	text-decoration: none;
}
.voice-list li .ttl a:hover{
	color: #746a43;
}
.voice-list li .excerpt{
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.8em;
	display: none;
}
.voice-list li .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: auto;
	display: none;
}
.voice-list li .bottom .date{
	color: #adadad;
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.6em;
}
.voice-list li .bottom .more{
	color: #505050;
	font-size: 14px;
    letter-spacing: .025em;
    line-height: 1.6em;
	text-decoration: none;
}
@media (max-width: 768px) {
	.voice-list li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 4%!important;
	}
.voice-list li .ttl{
	font-size: 12px;
	font-weight: bold;
    letter-spacing: .025em;
    line-height: 1.8em;
    margin-bottom: 0;
}
}


/* 自動<p>タグの非表示 */
p:empty{display: none;}
/* 自動<p>タグの非表示 */


/* 執筆者情報 */
.writer{
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #e9f5ff;
    border: 2px solid #397BAF;
}
.writer_title{
    width: 100%;
}
.writer_flex_box{
    width: 100%;

}
.img_float{
    float: left;
    width: 40%;
    margin: 0 3% 10px 0;
    max-width: 170px;
}

.writer_text{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.writer_link {
    text-align: right;
}
@media screen and (max-width: 1024px){
    .img_float {
        width: 35%;
        margin: 0 3% 10px 0;
    }
    .writer_text p{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
}
/* 執筆者情報 */


/*H1出力*/

.top-h1 {
	background:#FFAE2E;
	color:#fff;
}

.top-h1-write{
	max-width:1200px;
	margin:0 auto;
	padding:3px 10px 1px;
}

.top-h1-write h1 {
	font-weight:400;
	font-size:90%;
}

.keni-header_wrap {
	background-image:none!important;
	padding-top: 0!important;
}

.archive_title_wrap {
	font-size:20px;
	padding:25px 0 0 15px;
}

@media (max-width: 768px) {
	.top-h1-write h1 {
		font-size:70%;
	}
	.archive_title_wrap {
	font-size:16px;
	padding:0 0 0 5%;
	line-height:22px;
	}
}


/* brタグ */
.pc_br{
	display: block;
}
.sp_br{
    display: none;
}
@media (max-width: 768px) {
    .pc_br{
        display: none;
    }
    .sp_br{
        display: block;
    }
}

/*ウィジットをカラムリバースに*/
@media (min-width: 768px){
.col2 .keni-main {
 float: right!important;
 width: 100%!important;
}}

/*ヘッダーの余白の打ち消し背景色指定*/
.keni-header_wrap {
	background-color:#ffffff!important;
	background-image:none!important;
	padding-top: 0!important;
}

/*ナビゲーションメニューのサイド*/
.keni-gnav_wrap {
background-color: #EAF5E0!important;
}

/*ナビメニューの指定*/
.keni-gnav_inner li{
	background-color:#E0F0D1!Important;
}

.keni-gnav_inner li a {
 display: block!important;
　color: #41362b!important;
 background-color: #EAF5E0!important;
 padding: 15px 20px 15px 20px!important;
border-bottom: 0px solid #e0f1f1!important;
}

.keni-gnav_inner li a {
	color:#41362b!important;
}

.keni-gnav_inner li a:hover {
border-bottom:3px solid #78B93C!important;
}

/*ナビメニュー中央揃え*/
.keni-gnav_cont {
	margin-right:auto!important;
	margin-left:auto!important;
}

/*fv背景色*/
.keni-mv_wrap{
	background-color:#fdfbf7!important;
}

/*症状メニュー調整*/
.keni-gnav_inner li ul a {
	background:#D6EBC1!important;
}

/*メイン背景色変更*/
.keni-main_wrap{
background-color:#fdfbf7!important
}

/*メインコンテンツの幅高さ調整*/
.keni-main .keni-section_wrap {
	padding: 30px 40px;
	margin-top:30px;
}

@media (max-width: 1024px){
.section_inner{
 width: 90%!important;
 margin: 0 auto!important;
padding:20px 0px;
}	

.article_wrap{
 padding: 0%!important;
}
}	

@media (max-width: 768px) {
.keni-main .keni-section_wrap {
margin: 0!important;
padding: 0%!important;
}
	
.keni-main_inner {
padding: 0px 0px 20px 0px!important;
}
}

.behind-article-area {
margin-top: -20px!important;
}

/*コピーライト変更*/
.keni-copyright {
color:#ffffff!important;
}

.keni-copyright_wrap{
	text-align:center!important;
}

/*戻るボタンなし*/
.page-top a {
 display: none!important;
 }

/*ヘッダー右*/
.header-items {
display:block;
}

.header-item {
display:flex;
width:100%;
justify-content:center;
}

.header-tel {
margin-right:10px;
}

.header-tel img {
	width:100%;
}

.header-contact img {
	width:100%;
}

.header-adress {
font-size:1.6rem;
color:#41362b;
margin-left:15px;
}

.keni-header_cont, .keni-header_col1 .keni-header_cont {
	width:45%!important;
}

@media (max-width: 768px){
	.header-items {
		display:none;
	}
}

/*スマホ時ヘッダーロゴ*/
@media (max-width: 768px){
.keni-header {
    padding-right: 0px!important;
}
}

/*サイドバー変更*/
.keni-section .sub-section_title {
color: #ffffff!important;
}

.keni-sub .keni-section_wrap{
border: solid 1px #e9e9e9!important;
}

.widget_nav_menu .keni-section ul li a::before {
border-left-color:#90C322!important;
}

/*サイドバー位置変更*/
.keni-sub{
	margin-top:30px!important;
}

@media (max-width: 768px){
	.keni-sub {
		display:none!important;
	}
}


/*サイドバーアクセス*/
.side-access {
padding:0!important;
}

.side-access-name {
font-weight:bold;
font-size:18px!important;
}

.side-access img {
padding:20px 0!important;
}

.side-access iframe {
padding:20px 0!important;
}


.side-access p {
margin-bottom:0!important;
}

.side-time {
margin-top:-1rem!important;
}

/*　サイドバー文字色変更*/
.widget_nav_menu .keni-section ul li a {
 color: #41362b!important;
}

/*フォント指定*/
body {
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif!important;
color:#41362b!important;
}

/*画像ホバー*/
a img {
 transition: 0.2s!important;
}

a img:hover {
opacity: 0.7!!important;
 transform: scale(1.02,1.02)!important;
}

/*タイトルデザイン*/
h2.deco {
border-radius:5px!important;
color:#ffffff;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif;
background-color: #ffae2e!important;
background-image: linear-gradient(90deg, #ffae2e 0%, #f8db95 100%)!important;
padding-left:20px;
font-size:26px;
}

@media (max-width: 768px){
h2.deco {
font-size:5.4vw!important;	
padding-left:10px;
}
}


h2.deco2 {
border-radius:5px!important;
font-size:18px;
color:#ffffff;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif;
background-color: #9ECE27!important;
padding-left:20px;
}

@media (max-width: 768px){
h2.deco2 {
font-size:4.8vw!important;	
padding-left:10px;
}
}

/*文字*/
.bold-text {
	font-weight:bold;
	color:#f39800;
}

/*トップおすすめ施術*/
.osusume-link {
	margin-top:30px;
}

.osusume-link img {
	width:100%;
}

@media (max-width: 768px){
.osusume-link {
	margin-top:20px;
}
}


/*トップ悩み画像*/
.problem-img {
position:relative;
align-items: center;
overflow: hidden;
width:95%;
margin:auto;
}

.problem-img::after {
	position: absolute;
	content:"";
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0px 0px 10px 10px #FFF;
}

@media (max-width: 768px){
.problem-img {
width:100%;		
}
}


.problem-img img {
	width: 100%;
}


/*トップ悩みリスト*/
.problem-wrapper{
 width: 95%;
 margin-top:-10px;
 margin-right:auto;
 margin-left:auto;
 padding: 20px 46px;
 background: #fff;
 text-align: center;
 box-shadow:0px 0px 12px 6px #ede8e8;
 box-sizing: border-box;	
}

@media (max-width: 768px){
.problem-wrapper {
 width:100%;
 margin-top:-4px;
}
}


.problrem-list {
padding: 19px 0 20px 55px;
border-bottom: solid 1px #916a42;
background-position: 6px;
}

.problem-item {
list-style:none;
position:relative;
border-bottom: solid 1px #916a42;
padding:15px 0px 15px 60px;
font-size: 18px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bold;
text-align: left;
line-height: 1.1;
letter-spacing: 2.1px;
}

.problem-item:before{
position:absolute;
content: "";
background: url(https://higashiurawa-seitai.com/wp-content/uploads/2023/06/check-logo.webp);
background-size: cover;
width: 25px;
height: 25px;
top: 8px;
left: 20px;
}


@media (max-width: 768px){
.problem-wrapper{
padding: 20px 10px;
}
	
.problem-list {
margin:0;
	}
	
.problem-item {
padding:10px 0px 10px 40px;
font-size: 14px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.2;
}

.problem-item:before{
width: 20px;
height: 20px;
top: 23%;
left: 5px;		
}
}

@media (max-width: 768px){
.nekoze-list .problem-item {
font-size:13px!important;
padding: 10px 0px 10px 31px;
	}
}


/*症状ページへボタン*/
.shojo-title {
margin-top:40px;
text-align:center;
font-size:28px;
font-weight:bold;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

@media (max-width: 768px){
.shojo-title {
margin-top:30px;
font-size:22px;
	}
}



.shojo-wrapper {
	width:90%;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.shojo-btn {
	width:33%;
}

.shojo-btn img {
	width:100%;
}

@media (max-width: 768px){
.shojo-wrapper {
width:100%;		
}	
	
.shojo-btn {
	width:50%;
}
}

/*ハンバーガーメニュー*/
.keni-gnav_btn {
background-color: #a9d831!important;
border-radius: 6px!important;
margin-right: 5px!important;
color: #ffffff!important;
z-index:9999!important;
}

.keni-gnav_btn_icon-open{
background-color:#ffffff!important;
}

.keni-gnav_btn_icon-open::before{
background-color:#ffffff!important;
}

.keni-gnav_btn_icon-open::after{
background-color:#ffffff!important;
}

.search-box{
display:none!important;
}

.admin-bar .keni-gnav_btn {
position: fixed;
top: 50px!important;
 right: 15px!important;
}


/*施術方法とは？*/
.therapy-wrapper{
	display:flex;
	justify-content:center;
}

.therapy-img{
	width:35%;
	margin-right:20px;
}

.therapy-img img{
	width:100%;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.therapy-text {
	width:65%;
}

@media (max-width: 768px){
.therapy-wrapper{
	display:block;
}

.therapy-img{
	width:100%;
	margin-right:0px;
}

.therapy-text {
	width:100%;
margin-top:15px;
}
}

.wrapper-margin {
	margin-top:35px;
}

.text-margin {
	margin-top:20px;
}

/*6つの特徴タイトル*/
.tokucho-top-img {
width:100%;
margin-right:auto;
margin-left:auto;
margin-top:-20px;
}

.tokucho-top-img img {
	width:100%;
}

.tokucho {
counter-reset:feature;
}

/*6つの特徴h3*/
h3.deco3{
padding: 20px 10px 25px 120px!important; 
font-size:23px;
border-top:0px;
border-bottom: 0px;
position:relative;
line-height:0.8rem;
background-color:#ffffff!important;
color: #604121!important;
border-bottom: dotted 1px #9E866B!important;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

h3.deco3-middle{
padding: 20px 10px 24px 120px!important; 
font-size:24px;
border-top:0px;
border-bottom: 0px;
position:relative;
line-height:0.8rem;
background-color:#ffffff!important;
color: #604121!important;
border-bottom: dotted 1px #9E866B!important;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

@media (max-width: 768px){
h3.deco3{
font-size:4.5vw;
padding: 0px 10px 15px 70px!important; 
line-height:2.5rem;
}
	
h3.deco3-middle{
font-size:4.5vw;
padding: 0px 10px 5px 70px!important; 
line-height:2.5rem;
}	
	
h3.deco3.f_16 {
	font-size:4vw;
	letter-spacing:0;
	}
}

h3.deco3:before{
position:absolute;
top:-15px;
left:25px;
content: counter(feature, decimal-leading-zero)" ";
counter-increment: feature;
font-size: 26px;
font-weight:200;
color: #ffffff;
padding:25px 19px 19px 20px;
background-color:#F97E0E;
border-radius:50px;
line-height:2rem;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

h3.deco3:after{
position:absolute;
content:"point";
font-size:12px;
color:#ffffff;
top:0px;
left:43px;
}

h3.deco3-middle:before{
position:absolute;
top:-15px;
left:25px;
content: counter(feature, decimal-leading-zero)" ";
counter-increment: feature;
font-size: 26px;
font-weight:200;
color: #ffffff;
padding:25px 19px 19px 20px;
background-color:#F97E0E;
border-radius:50px;
line-height:2rem;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

h3.deco3-middle:after{
position:absolute;
content:"point";
font-size:12px;
color:#ffffff;
top:0px;
left:43px;
}

@media (max-width: 768px){
h3.deco3:before{
top:-19px;
left:5px;
font-size: 22px;
padding:19px 16px 16px 16px;
}

h3.deco3:after{
font-size:11px;
top:-16px;
left:18px;
}

h3.deco3-middle:before{
top:-5px;
left:5px;
font-size: 22px;
padding:19px 16px 16px 16px;
}
	
h3.deco3-middle:after{
font-size:11px;
top:-2px;
left:18px;
}
}


/*6つの特徴コンテンツ*/
.tokucho-wrapper {
	width:95%;
	padding:30px 20px;
	background-color:ffffff;
	border-bottom:2px solid #9E866B;
	margin-right:auto;
	margin-left:auto;
}

.tokucho-wrapper-first {
	border-top:2px solid #9E866B;
}


.tokucho-item{
	display:flex;
	justify-content:center;
	margin-right:auto;
	margin-left:auto;
}

.tokucho-img{
width:45%;
margin-right:30px;
}

.tokucho-img img {
	width:100%;
}

.tokucho-text {
	width:55%;
}

@media (max-width: 768px){
.tokucho-wrapper {
	width:100%;
	padding:25px 0px;
}
	
.tokucho-wrapper.t-padding {
  padding-top:15px;
}
	

.tokucho-item{
	display:block;
}

.tokucho-img{
width:100%;
margin-right:30px;
}

.tokucho-img img {
	width:100%;
}

.tokucho-text {
	width:100%;
	margin-top:15px;
}}


/*トップ施術の流れ*/
.top-flow-wrapper{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:20px;
}

.top-flow-item {
width: 30%;
padding: 0;
border:0px!important;
margin-top:20px!important;
margin-bottom:-20px!important;
}

.top-flow-item img {
	width:100%;
	box-shadow: 0px 1px 8px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px){
.top-flow-wrapper{
display:block;
margin-top: -30px;
}

.top-flow-item {
width: 100%;
margin-top:50px!important;
margin-right:auto;
margin-left:auto;
}
}

/*お問い合わせ*/
.contgact-wrapper {
	display:flex;
	justify-content:space-between;
	width:100%;
	margin-right:auto;
	margin-left:auto;
}

.contact-item {
	width:49%;
}

.contact-item img {
	width:100%;
}

@media (max-width: 768px){
.contgact-wrapper {
	display:block;
	width:100%;
}
	
.contact-item {
	width:100%;
	margin-right:auto;
	margin-left:auto;
}
}


/*アクセス*/
.table-time{
	text-align:center;
}

@media (max-width: 768px){
.table-time{
	font-size:12px;
}
}

@media (max-width: 768px){
.table-small{
	font-size:11px;
	padding:10px 2px;
}
}

@media (max-width: 768px){
.table-small2{
	font-size:11px;
	padding:17px 2px;
}
}

.table-day {
	text-align:center;
}

.access-text{
	margin-left:80px;
	margin-top:-10px;
}

.map-wrapper{
margin-top:40px;
width:100%;
position: relative;
 padding: calc(350 / 650* 100%) 0 0;
}

.map-wrapper iframe{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}

@media (max-width: 768px){
.access-text{
	margin-left:30px;
	margin-top:-5px;
}

.map-wrapper{
	margin-top:30px;
}
}

/*iframe埋め込み*/
.iframe-wrap {
	margin-top:40px;
  position: relative;
  width: 100%;
  padding: calc(350 / 650* 100%) 0 0;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*トップセクション余白*/
.top-nayami, .therapy, .tokucho, .osusume-menu, .top-flow, .contact, .access{
	margin-top:60px;
}

@media (max-width: 768px){
.top-nayami, .therapy, .tokucho, .osusume-menu, .top-flow, .contact, .access{
	margin-top:40px;
}
}

/*フッター*/
/*フッター調整  */
.keni-footer_wrap {
background: #A69077!important;
font-size:1.1rem!important;
line-height: 0.2em!important;
text-align: left!important;
 }
    
.keni-footer .keni-footer_col1 .keni-section_wrap {
background: #A69077!important;
 }
    
.footer{
padding:30px;
 }
    
@media (max-width: 768px){
.footer{
 padding:0px;
 } }
    
 .footer-left, .footer-middle, .footer-right{
width:50%;
  }
    
@media (max-width: 768px){
.footer-left, .footer-middle, .footer-right{
 width:100%;
 }}
    
.footer-wrapper{
background: #A69077;
display:flex;
justify-content:space-between;
margin-left:80px;
}
    
@media (max-width: 768px){
.footer-wrapper{
display:block;
 margin-left:0px;
 }}
    
    
 .footer-left-title,.footer-middle-title,.footer-right-title{
font-size:20px!important;
color:#ffffff!important;
font-weight:bold!important;
 border-bottom:1px solid #ffffff!important;
display:inline-block!important;
padding-bottom:10px!important;
 }
    
 .footer-left-list, .footer-middle-list, .footer-right-list{
display:flex!important;
flex-wrap:wrap!important;
list-style:none!important;
}
    
 @media (max-width: 768px){
 .footer-left, .footer-middle, .footer-right{
margin-top:30px!important; }}
    
    
.footer-left-item,.footer-middle-item,.footer-right-item{
padding:8px!important;
width:50%!important;
 }
    
.footer-left-item a {
text-decoration:none!important;
color:#ffffff;
font-size:14px!important;
 }
    
.footer-left-item a:hover{
 border-bottom:1px solid #ffffff;
 color: #41362b;
 }
    
 .footer-middle-item a {
 text-decoration:none;
color:#ffffff;
font-size:14px;
}
    
.footer-middle-item a:hover{
border-bottom:1px solid #ffffff;
color: #41362b;
 }
    
.footer-right-item a {
 text-decoration:none;
 color:#ffffff;
 font-size:14px;
 }
    
 .footer-right-item a:hover{
 border-bottom:1px solid #ffffff;
 color: #41362b;
  }
    
    
 .keni-footer_outer .footer-menu .menu {
 display: -webkit-box!important;
 display: -ms-flexbox!important;
 display: flex!important;
 list-style-type: none!important;
 -ms-flex-wrap: wrap!important;
 flex-wrap: wrap!important;
margin: 0!important;
-webkit-box-align: start!important;
-ms-flex-align: center!important;
 align-items: start!important;
}

.keni-footer-panel {
	z-index:8888!important;
}

@media (max-width: 768px){
footer .keni-section_wrap {
padding:0px 20px!important;	
}
}

/*症状ページセクション間余白*/
.about,.after,.kaizen {
	margin-top:60px;	
}

@media (max-width: 768px){
.about,.after,.kaizen {
	margin-top:40px;	
}	
}


/*症状ページ悩み*/
.page-problem {
	margin-top:60px;
}


.page-problem-img {
position:relative;
align-items: center;
overflow: hidden;
width:95%;
margin:auto;
}

.page-problem-img::after {
	position: absolute;
	content:"";
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0px 0px 10px 10px #FFF;
}

@media (max-width: 768px){
.page-problem {
	margin-top:40px;
}	
	
.page-problem-img {
width:100%;		
}
}


.page-problem-img img {
	width: 100%;
}


/*症状ページ悩みリスト*/
.page-problem-wrapper{
 width: 95%;
 margin-top:-10px;
 margin-right:auto;
 margin-left:auto;
 padding: 20px 46px;
 background: #fff;
 text-align: center;
 box-shadow:0px 0px 12px 6px #ede8e8;
 box-sizing: border-box;	
}

@media (max-width: 768px){
.page-problem-wrapper {
 width:100%;
 margin-top:-4px;
}
}


.page-problrem-list {
padding: 19px 0 20px 55px;
border-bottom: solid 1px #916a42;
background-position: 6px;
}

.page-problem-item {
list-style:none;
position:relative;
border-bottom: solid 1px #916a42;
padding:15px 0px 15px 60px;
font-size: 18px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-weight: bold;
text-align: left;
line-height: 1.1;
letter-spacing: 2.1px;
}

.page-problem-item:before{
position:absolute;
content: "";
background: url(https://higashiurawa-seitai.com/wp-content/uploads/2023/06/check-logo.webp);
background-size: cover;
width: 25px;
height: 25px;
top: 8px;
left: 20px;
}

@media (max-width: 768px){
.page-problem-wrapper{
padding: 20px 10px;
}
	
.page-problem-list {
margin:0;
	}
	
.page-problem-item {
padding:10px 0px 10px 40px;
font-size: 14px;
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height: 1.2;
}

.page-problem-item:before{
width: 20px;
height: 20px;
top: 30%;
left: 10px;
}
}


/*症状ページ*/
.shojopage-margin{
margin-top:20px;
}

.shojopage-flex{
	display:flex;
	margin-top:50px;
}

.shojopage-text{
	width:55%;
}

.shojopage-img{
	width:44%;
	margin-right:30px;
}

.shojopage-img img{
	width:100%;
}

@media (max-width: 768px){
.shojopage-flex{
	display:block;
	margin-top:20px;
}

.shojopage-text{
	width:100%;
	margin-top:10px;
}

.shojopage-img{
	width:100%;
	margin-right:0px;
}}

.shojopage-flex2{
	display:flex;
	flex-direction:row-reverse;
	margin-top:50px;
}

.shojopage-text2{
	width:55%;
	margin-right:30px;
}

.shojopage-img2{
	width:44%;
}

.shojopage-img2 img{
	width:100%;
}

@media (max-width: 768px){
.shojopage-flex2{
	display:block;
	margin-top:20px;
}

.shojopage-text2{
	width:100%;
	margin-top:10px;
}

.shojopage-img2{
	width:100%;
	margin-right:0px;
}}

.shojo-span {
	color:#f39800;
	font-weight:bold;
}

/*よくある質問ページ*/
/*Q&A*/
.faq {margin-top: 40px;}

.qa-list dt::before {
	background:#8FC320!important;
	border-radius: 5px;
}

.qa-list dd::before {
	border: solid 1px #8FC320!important;
	background-color: #ffffff!important;
	color: #8FC320!important;
	border-radius: 5px;
}

.qa-list dt {
margin-bottom: 10px!important;
padding: 0 0 10px 50px!important;
}

.qa-list dd {
	padding: 0 0 30px 50px!important;
}

/*アクセスページ*/
.photo-flex{
	display:flex;
	gap:10px;
	margin-top:40px;
}

.photo-img img{
	border:3px solid #FBC96F;
	box-shadow: 5px 5px 4px #e3e3e3;
}

@media (max-width: 768px){
.photo-flex{
	display:block;
}
	
.photo-img{
margin-top:15px;
}}

.hospital-profile {
	margin-top:40px;
}

@media (max-width: 768px){
.hospital-profile {
	margin-top:30px;
}
}

/*初めての方へページ*/
.greeting-wrap {
	padding:40px 25px;
	margin:0 auto;
	background:#ffffff;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.1);
}

@media (max-width: 768px){
.greeting-wrap {
	padding:20px 5%;
	margin:0 auto;
	background:#fdfbf7;
	box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.1);
}
}

.greeting-flex{
	display:flex;
	flex-direction:row-reverse;
}

.greeting-text{
	width:60%;
	margin-right:20px;
}

.greeting-img{
	width:45%;
}

.greeting-img img{
	width:100%;
}

.greeting-margin{
margin-top:25px;
}

@media (max-width: 768px){
.greeting-flex{
	display:block;
}

.greeting-text{
	width:100%;
	margin-right:0px;
}

.greeting-img{
	width:100%;
}
}

.greeting-flex2{
	display:flex;
	gap:20px;
	margin-top:60px;
}

.reverce {
	display:flex;
	margin-top:60px;
	flex-direction:row-reverse;
}

.greeting-text2{
	width:55%;
}

.greeting-img2{
	width:45%;
	margin-right:20px;
}

.greeting-img2 img{
	width:100%;
}

@media (max-width: 768px){
.greeting-flex2{
	display:block;
	margin-top:20px;
}
	
	.reverce {
	display:block;

}

.greeting-text2{
	width:100%;
	margin-top:10px;
}

.greeting-img2{
	width:100%;
	margin-right:0px;
}}

.greeting-blue {
color:#548C6B;
font-weight:bold;	
}

.greeting-bold {
color:#D35F65;
font-weight:bold;	
font-size:20px;
}

.greeting-red {
	color:#f39800;
	font-weight:bold;	
}

/*施術の流れ*/
.flow {
	margin-top:60px;
}

.flow-wrapper{
display:flex;
flex-wrap:wrap;
gap:10px;
}
	
.flow-item{
width:32%;
padding:10px;
background-color:#DFD7CD;
margin-top:20px;
border:0.5px solid #7B6751;
}

.flow-img{
width:100%;
margin-right:20px
}

.flow-text{
width:100%;
font-size:14px;
padding:0 10px;
line-height:2.5rem;
margin-top:15px;
}

.flow-img img{
width:100%;
box-shadow: 0px 1px 5px 5px rgba(0,0,0,0.1);
}

@media (max-width: 768px){
	.flow {
	margin-top:40px;
}
	
	
.flow-item{
width:100%;
}
	
.flow-text{
font-size:16px;
padding:0px 15px;
margin-right:auto;
margin-left:auto;
margin-top:20px;
}

}

/*よくある質問*/
.first-qa {
	margin-top:60px;
}

@media (max-width: 768px){
.first-qa {
	margin-top:40px;
}	
}

.greeting-btn {
	text-align:center;
	margin-top:30px;
}

.greeting-btn a {
text-decoration:none;
	border: solid 1px #8FC320!important;
	background-color: #8FC320!important;
	color: #ffffff!important;
	border-radius: 5px;
	padding:10px 20px;
}

.greeting-btn a:hover {
	border: solid 1px #8FC320!important;
	background-color: #ffffff!important;
	color: #8FC320!important;
}

/*コンタクトページ*/
.contactpage-wrapper{
	display:flex;
}

.contactpage-item{
width:50%;	
margin-right:20px;
}

.contactpage-text{
	width:50%;	
}

@media (max-width: 768px){
.contactpage-wrapper{
	display:block;
}

.contactpage-item{
width:100%;	

margin-right:0px;
}

.contactpage-text{
	width:100%;	
}
}

/*フォーム*/
.form-wrap {
	margin-top:50px;
}

.form-text {
margin-top:30px;	
}

@media (max-width: 768px){
.form-wrap {
	margin-top:30px;
}
	
.form-text {
margin-top:20px;	
}	
}


/* お問い合わせフォーム */
table.CF7_table{
	width:90%!important;
	margin:0 auto!important;
	border: 3px solid #CBE6B2!important;
}

table.CF7_table tr{
	border-top: 2px solid #CBE6B2!important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table!important;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8!important;
}

.CF7_table ::placeholder {
	color:#797979!important;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em!important;
	padding: 5px!important;
	background: #FFAE2F!important;
	color: #fff!important;
	border-radius: 3px!important;
	margin-right:1em!important;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em!important;
	padding: 5px!important;
	background: #bdbdbd!important;/*グレー*/
	color: #fff!important;
	border-radius: 3px!important;
	margin-right:1em!important;
}

/* タイトル列 */
.CF7_table th{
background-color:#EAF5E0!important
}

@media screen and (min-width: 768px){
.CF7_table th{
width:30%!important;/*横幅*/
background-color:#EAF5E0!important;
text-align:left!important;
vertical-align:top!important;
padding-top:20px!important;
	}
	
.CF7_table td{
	padding-top:20px!important;
}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%!important;
	margin-top:40px!important;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block!important;
	width: auto!important;
	line-height:2.5em!important;
		text-align:left!important;
	}
	.CF7_table th{
	background-color:#EAF5E0!important;
	}
	
.CF7_table p {
	margin-bottom:0!important;
}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#8FC320!important;
	border:0!important;
	color:#fff!important;
	font-size:1.2em!important;
	font-weight:bold!important;
	margin:20px auto!important;
	padding:10px!important;
}

.CF7_btn{
	text-align:center!important;
	margin-top:20px !important;
}

.wpcf7-spinner{
	width:0!important;
	margin:0!important;
}

.wpcf7{
	border:none !important;
	background:none !important;
}

.post_content p {
	margin-bottom:0px!important;
}

.wpcf7 form {
	margin:0 !important; 
}

/* CF7ラジオボタンの調整 */
.wpcf7-radio .wpcf7-list-item {
margin-top:10px!important;
display: block!important;
font-size:16px!important;
}

@media (max-width: 768px){
.wpcf7-radio .wpcf7-list-item {
margin-top:5px!important;
display: block!important;
font-size:14px!important;
}
}

.form-attention {
	width:90%;
	margin-top:30px;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	color:#d00;
}

@media (max-width: 768px){
.form-attention {
width:100%;
}
}


/* 執筆者情報 */
.writer{
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #EAF5E0;
    border: 2px solid #CBE6B2;
}

@media (max-width: 768px){
.writer{
	margin-top:50px!important;
}
}

.writer_title{
    width: 100%;
	 color:#564739!important;
}
.writer_flex_box{
    width: 100%;

}
.img_float{
    float: left;
    width: 40%;
    margin: 0 3% 10px 0;
    max-width: 170px;
}

.writer_text{
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.writer_link {
    text-align: right;
}
@media screen and (max-width: 1024px){
    .img_float {
        width: 35%;
        margin: 0 3% 10px 0;
    }
    .writer_text p{
        width: 100%;
        font-size: 14px;
        line-height: 25px;
    }
}

.writer {
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #EAF5E0;
    border: 2px solid #CBE6B2;
}

.title-margin{
margin-top:20px!important}

@media (max-width: 768px){
.title-margin{
margin-top:-20px!important}

}

h5.decowriter {
	 color:#564739!important;	
}

.writer_link a {
	text-decoration:none;
	color:#564739!important;	
}

.offer-btn {
	margin-top:30px;
	width:50%;
	margin-right:auto;
	margin-left:auto;
}

.offer-margin {
	margin-top:60px;
}

@media (max-width: 768px){
.offer-btn {
	margin-top:30px;
	width:85%;
	margin-right:auto;
	margin-left:auto;
}	

.offer-margin {
	margin-top:40px;
}	
	
}

/*フッターボタン*/
.foot-btn {
	display:flex;
	padding:0rem;
	justify-content:center;
	background:#554737;
}

.foot-btn-content {
	padding:0.25rem;
	width: 50%;
}

.foot-btn-content img {
	width:100%;
}

/*ブログコメント非表示  */
#comments{
display: none!important;
}

/*ブログ各タイトル調整*/
/*記事タイトル*/
h2.entry_title {
border-radius:5px!important;
color:#ffffff!important;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif!important;
background-color: #ffae2e!important;
background-image: linear-gradient(90deg, #ffae2e 0%, #f8db95 100%)!important;
padding:8px 15px!important;
font-size:26px!important;
}

@media (max-width: 768px){
h2.entry_title {
font-size:4.4vw!important;	
padding:10px!important;
}
}

/*関連記事*/
h2.keni-related-title {
border-radius:5px!important;
font-size:20px!Important;
color:#ffffff!important;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif;
background: linear-gradient(to right, #9ECE27 0%, #CDE887 100%);
padding:10px 15px!important;
}

@media (max-width: 768px){
h2.keni-related-title {
font-size:5.0vw!important;	
padding:10px 15px!important;
}
}

/*カテゴリータイトル*/
.entry_status .entry_category_item {
	background-color:#9ece27!important;
}

.entry_category_item a{
color:#ffffff!important;
}

/*アーカイブ一覧トップタイトル*/
h2.archive_title {
border-radius:5px!important;
color:#ffffff!important;
font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', 
sans-serif;
padding:10px 20px!important;
background-color: #ffb133!important;
font-size:22px!important;
}

@media (max-width: 768px){
h2.archive_title {
font-size:5.4vw!important;	
padding:10px 15px!important;
}
}

/*アーカイブ一覧記事タイトル*/
.entry-list .entry_title a {
	color:#ffffff!important;
	font-size:22px!important;
}

@media (max-width: 768px) {
	font-size:4.8vw!important;	
}

/*続きを読むボタン*/
.ently_read-more .btn {
border-color: #84AB21!important;
color: #84AB21!important;
}

/*事業再構築*/
.footer-comment {
position:relative;
bottom:-30px;
right:-80%;
}

.footer-white {
color:#ffffff;
font-size:14px;
border:1px solid #ffffff;
padding:5px 10px;
}

@media (max-width: 768px){
.footer-comment {
right:-70%;
}
}

.blog-bo{
	font-size:12px;
	color:#b3b3b3;
	margin-top:180px;
}

@media (max-width: 768px){
.blog-bo{
	margin-top:120px;
}
}


.blog-bo a {
	text-decoration:none;
	color:#b3b3b3;
}
