@charset "utf-8";

h1.tit { display: none }
.page { max-width: 100%; padding: 10px 0 0; }
.pagewrap { padding: 0; border:none; }
#wpadminbar { display: none;}
html { margin-top: 0 !important; }

.ss_clinic { border-top:1px solid rgba(0,0,0,.1); }
.ss_clinic .kv { margin: 0 auto; padding: 40px 0; background: rgba(0,0,0,.05); }
.ss_clinic .kv .inr { max-width: 1020px; margin: 0 auto; }
.ss_clinic .kv h1 { background: #4C5146; font-size: 1rem; font-weight: 400; color: #fff; line-height: 1; padding: 10px; }

.ss_clinic .qTop { padding: 80px 0; max-width: 1020px; margin: 0 auto; display: flex; align-items: center; flex-direction: row-reverse; }
.ss_clinic .qTop .img { width: 420px; margin:0; }
.ss_clinic .qTop .txt { width: calc(100% - 420px); }
.ss_clinic .qTop .txt h2 { font-size: 32px; color: #3EABB9; line-height: 1.4; }
.ss_clinic .qTop .txt h3 { font-size: 28px; color: #D08031; line-height: 1.4; }
.ss_clinic .qTop .txt p { margin: 10px 0; }

.ss_clinic .qDetail { display: flex; }
.ss_clinic .qDetail .img { width: 50%; margin:0; background: url(/static/images/clinic/clinic_img02@2x.jpg) center center/cover no-repeat; position: relative; }
.ss_clinic .qDetail .img em { position: absolute; left: 0; bottom: 0; background: #343434; display: inline-block; padding: 5px; color:#fff; line-height:1; border-top-right-radius:3px; }
.ss_clinic .qDetail .img img { display: none; }
.ss_clinic .qDetail .txt { width: 50%; background: #3EABB9; padding: 100px; }
.ss_clinic .qDetail .txt h2 { color: #fff; font-size: 28px; margin:0 0 10px; }
.ss_clinic .qDetail .txt p { color: #fff; }
.ss_clinic .qDetail .txt p em { color: rgba(0,0,0,.9); background: #ff0; }

.ss_clinic .ans { padding: 100px 0; max-width: 1000px; margin: 0 auto; }
.ss_clinic .ans h2 { font-size: 36px; color: #3EABB9; margin: 0 auto 10px; line-height: 1.3; text-align: center; }
.ss_clinic .ans h3 { font-size: 24px; color: #D08031; margin: 0 auto 60px; line-height: 1.3; text-align: center; }
.ss_clinic .ans .img { margin: 30px 0; }
.ss_clinic .ans p { margin: 1em 0; }

.ss_clinic .tent { background: #3EABB9; padding: 80px 0; }
.ss_clinic .tent h2 { font-size: 36px; color: #fff; margin: 0 auto 10px; line-height: 1.3; text-align: center; }
.ss_clinic .tent h3 { font-size: 18px; color: #fff; margin: 0 auto 60px; line-height: 1.6; text-align: center; }
.ss_clinic .tent ul { display: flex; max-width: 1200px; margin: 30px auto; }
.ss_clinic .tent ul li { width: 50%; text-align: center; color:#fff; }
.ss_clinic .tent ul li img { width: 100%; margin: 0 auto 5px; }
.ss_clinic .tent .btnTent { display: inline-block; padding: 15px 30px; margin:60px auto 0; letter-spacing: .05em; background: #F7C24E; color: rgba(38,33,15,.8); box-shadow: 0 3px 6px rgba(0,0,0,.16); font-size: 24px; font-weight: bold; }
.ss_clinic .tent .btnTent:hover { background-color: #d7a22E;}
.ss_clinic .tent p { text-align: center; color: #fff; margin: 0 0 80px; }
.ss_clinic .tent p em { color: #ff0; }
.ss_clinic .tent .items { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
.ss_clinic .tent .items dl { width: calc((100% - 20px) / 2); max-width: 100%; margin:0; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,.05); padding: 0; border:none; }
.ss_clinic .tent .items dd { padding: 40px; text-align: center; }
.ss_clinic .tent .items dd h4 { font-size: 25px; color: #3EABB9; text-align: center; line-height:1.1; margin: 0 auto 30px; }
.ss_clinic .tent .items dd h4 small { font-size: 14px; color: #666; text-align: center; line-height:1.1; display: inline-block; }
.ss_clinic .tent .items dd h5 { font-size: 18px; text-align: center; line-height:1.6; margin: 0 auto 30px; }
.ss_clinic .tent .items dd ol li { text-align: center; }
.ss_clinic .tent .items dd ol li a { background:#343434; color: #fff; line-height: 1; padding:7px 20px; text-align: center; }
.ss_clinic .tent .items dd ol li a:hover { background: #777; }

.ss_clinic .supporter { padding: 40px; background: url(/static/images/clinic/clinic_bottombg.jpg) center/cover no-repeat; display: flex; align-items: center; justify-content: center; }
.ss_clinic .supporter .inr { display: inline-block; margin: 0 auto; }
.ss_clinic .supporter h2 { color: #C7C246; font-size: 32px; text-align: center; line-height: 1; margin: 0 auto 10px; }
.ss_clinic .supporter p { color: #fff; }
.ss_clinic .supporter p a { color: #fff; text-decoration: underline; }



/* ───────────────────────────────────────────────────────────────────────────
 1000px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media print, screen and (max-width:1200px){
	.page { padding: 0; }
	.ss_clinic .kv { margin: 0 auto 10px; padding: 0; }
	.ss_clinic .kv .inr img { width: 100%;}
	.ss_clinic .qTop { display: block; margin: 20px; padding: 0;}
	.ss_clinic .qTop .img { width: 100%; margin: 0 auto 20px; text-align: center;}
	.ss_clinic .qTop .txt { width: 100%; }
	.ss_clinic .qTop .txt h2 { font-size: 20px; }
	.ss_clinic .qTop .txt h3 { font-size: 16px; }
	.ss_clinic .qTop .txt p { margin: 10px 0; }
	.ss_clinic .qTop .txt p br { display: none; }
	.ss_clinic .qDetail { display: block; }
	.ss_clinic .qDetail .img { width: 100%; height: 100vw; }
	.ss_clinic .qDetail .txt { width: 100%; padding: 20px; }
	.ss_clinic .ans { padding:40px 20px; margin: 0; }
	.ss_clinic .ans h2 { font-size: 20px; }
	.ss_clinic .ans h3 { font-size: 16px; margin: 0 0 40px; }
	.ss_clinic .ans .img { margin: 15px 0; }
	.ss_clinic .ans p { margin: 1em 0; }
	.ss_clinic .tent { padding: 20px;}
	.ss_clinic .tent h2 { font-size: 20px; }
	.ss_clinic .tent h3 { font-size: 16px; margin: 0 0 40px; }
	.ss_clinic .tent h3 br { display: none; }
	.ss_clinic .tent ul { display: block; }
	.ss_clinic .tent ul li { width: 280px; margin: 0 auto 20px;}
	.ss_clinic .tent p { margin: 0 0 30px;}
	.ss_clinic .tent p br { display: none; }
	.ss_clinic .tent .btnTent { margin: 0; font-size: 16px; }
	.ss_clinic .tent .items { display: block; }
	.ss_clinic .tent .items dl { width: auto; max-width: 590px; margin: 0 auto 20px; }
	.ss_clinic .tent .items dd { padding: 20px; }
	.ss_clinic .tent .items dd h5 { font-size: 1rem; }
	.ss_clinic .supporter { padding:20px; }
	.ss_clinic .supporter h2 { font-size: 20px; }
	.ss_clinic .supporter p br  { display: none; }


}




/* ───────────────────────────────────────────────────────────────────────────
 640px以下の動作
─────────────────────────────────────────────────────────────────────────── */

@media print, screen and (max-width:640px){
}
