@charset "utf-8";

/* ============== 共通 ============== */
/* 幅1200pxデザイン */
#tabSlide,
.titLineL {
	display: none;
}
#contentsIn {
	padding-top: 0;
}
#main img {
	display: inline-block;
}

/* リスト */
.listCircle li {
	position: relative;
	padding-left: 15px;
}
.listCircle li::before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #343434;
}

/* セクション */
.blockStyle {
	margin: 0 0 135px;
}

/* タイトル */
/* #titIndex {
	display: none;
} */
.titStyle {
	line-height: 1;
	font-weight: bold;
}
.h1Style {
	font-size: 48px;
	color: #499916;
	text-align: center;
	margin: 0 0 50px;
}
.h1Style span {
	background-position: center left;
	background-repeat: no-repeat;
	display: inline-block;
}
.h2Style {
	font-size: 32px;
	color: #499916;
	border: 2px solid #499916;
	margin: 0 0 44px;
	padding: 15px 20px;
}
.h3Style {
	font-size: 24px;
	color: #499916;
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 0 28px;
}
.h3Style:before {
	content: '';
	width: 22px;
	height: 22px;
	background-color: #499916;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}
.h4Style {
	font-size: 20px;
	margin: 0 0 10px;
}

/* アンカーリンク */
.ancArea {
	margin: 0 0 65px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
}
.ancArea li {
	width: calc( ( 100% - 50px ) / 6 );
}
.ancArea.pattern5 li {
	width: calc( ( 100% - 40px ) / 5 );
}
.ancArea li a {
	color: #fff;
	box-shadow: 3px 3px 3px #ddd;
	background-color: #499916;
	font-size: 21px;
	font-weight: bold;
	border-radius: 10px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	padding: 18px 25px 18px 4px;
	text-align: center;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ancArea li a:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -3px 0 0;
}
.ancArea li a:hover {
	opacity: 0.7;
}

/* タブ */
.pageTab {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.pageTab li {
	width: 300px;
	margin: 0 10px;
}
.pageTab li.now {
    border-radius: 60px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
	color: #4D4D4D;
	background-color: #fbdb65;
}
.pageTab li a {
    width: 100%;
    display: block;
    border-radius: 60px;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
	color: #4D4D4D;
	background-color: #eee;
}


/* ご予約・お問い合わせ */
.contactArea .accCont {
	background-color: #feffe3;
	padding: 25px 30px;
}
.contactArea .accCont .contactTit {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: center;
}
.contactArea .accCont .contactLead {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 35px;
	text-align: center;
}
.contactArea .accCont .telArea .telTop {
	border-bottom: 3px dotted #343434;
	padding: 0 10px 25px;
}
.contactArea .accCont .telArea .telBtm {
	padding: 25px 10px 0;
}
.contactArea .accCont .telArea .telL {
	float: left;
	width: 500px;
}
.contactArea .accCont .telArea .telR {
	float: right;
	width: 474px;
}
.contactArea .accCont .telArea .telTop .telL .num {
	width: 352px;
}
.contactArea .accCont .telArea .telTop .telR .num {
	width: 350px;
}
.contactArea .accCont .telArea .telBtm .telL .num {
	width: 306px;
}
.contactArea .accCont .telArea .telBtm .telR .num {
	width: 309px;
}
.contactArea .accCont .telArea .icoTel {
	background-image: url(../img/common/icon/icon_tel.png);
	background-size: 81px;
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0 0 15px;
	padding: 5px 0 5px 95px;
}
.contactArea .accCont .telArea .icoFax {
	background-image: url(../img/common/icon/icon_fax.png);
	background-size: 81px;
	background-position: center left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 95px;
}
.contactArea .accCont .telArea .tit {
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	margin: 0 0 5px;
}
.contactArea .accCont .telArea .telBtm .telR .tit {
	line-height: 1;
}
.contactArea .accCont .telArea .notice {
	text-align: center;
	line-height: 1.3;
	font-size: 14px;
}
.contactArea.pattern2 .accCont .contactTit {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.contactArea.pattern2 .accCont .contactTit span {
	font-size: 16px;
}

/* お手伝いの必要なお客様 */
.etcLink {
	border: 2px solid #a0a09d;
	padding: 40px 24px;
}
.etcLink .etcTit {
	font-size: 32px;
	font-weight: bold;
	border-bottom: 2px solid #a0a09d;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
.etcLink ul {
	display: table;
	margin: 0 0 20px;
}
.etcLink ul:last-child {
	margin: 0;
}
.etcLink ul li {
	width: 287px;
	display: table-cell;
}
.etcLink ul li a {
	font-size: 18px;
	display: inline-block;
	position: relative;
	padding: 0 10px 0 20px;
	vertical-align: middle;
}
.etcLink ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #499916;
	border-right: 2px solid #499916;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ページトップへ */
.toPagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 1;
}
.toPagetop a {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #343434;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 31px 0 0;
	text-decoration: none;
	line-height: 1.3;
	font-size: 18px;
	font-weight: bold;
}
.toPagetop a:before {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: 14px;
	left: 50%;
	margin: 0 0 0 -10px;
}
.toPagetop a:hover {
	opacity: 0.7;
}

/* ============== index ============== */
.index #contentsIn #mainwrap {
	width: 1200px;
	margin-top: 0;
}

.index .mainArea {
	position: relative;
	margin: 0 0 50px;
}
.index .mainArea .mainTxt {
	position: absolute;
	top: 72px;
	left: 710px;
}
.index .mainArea .mainTxt div {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.index .mainArea .mainTxt p {
	line-height: 2;
}
.index .mainArea .mainTxt p span {
	font-weight: bold;
}

.index .mainLead {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 50px;
}

.index .suportArea {
	background-color: #feffe3;
	margin: 0 0 98px;
	padding: 52px 0 98px;
}
.index .suportArea h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: bold;
}
.index .suportArea h2 span {
	background-image: url(../img/top/icon_suport.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 48px auto;
	display: inline-block;
	padding: 0 0 0 65px;
}
.index .suportArea .lead {
	text-align: center;
	margin: 0 0 45px;
	font-weight: bold;
}
.index .suportArea .menuList {
	width: 1100px;
	margin: 0 auto;
}
.index .suportArea .menuList ul li {
	width: 265px;
	height: 184px;
	float: left;
	margin: 0 13px 25px 0;
}
.index .suportArea .menuList ul li:nth-child(4n) {
	margin: 0;
}
.index .suportArea .menuList ul li a {
	display: inline-block;
	text-align: center;
	box-shadow: 0 4px 4px #eee;
	border-radius: 8px;
	border: 3px solid #cecece;
	position: relative;
	background-color: #fff;
	background-repeat: no-repeat;
	width: 265px;
	height: 200px;
	color: #424242;
	font-weight: bold;
	line-height: 1.3;
}
.index .suportArea .menuList ul li a::after {
	content: '';
	position: absolute;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #499916;
	top: 50%;
	right: 20px;
	margin-top: -12px;
}
.index .suportArea .menuList ul li a:hover {
	opacity: 0.7;
}
.index .suportArea .menuList ul li a span {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	bottom: 15px;
}
.index .suportArea .menuList ul li.icoWalking a {
	background-image: url(../img/common/icon/icon_walking.png);
	background-position: center 19px;
	background-size: 71px auto;
}
.index .suportArea .menuList ul li.icoVisual a {
	background-image: url(../img/common/icon/icon_visual.png);
	background-position: center 38px;
	background-size: 109px auto;
}
.index .suportArea .menuList ul li.icoHearing a {
	background-image: url(../img/common/icon/icon_hearing.png);
	background-position: center 20px;
	background-size: 76px auto;
}
.index .suportArea .menuList ul li.icoMedical a {
	background-image: url(../img/common/icon/icon_medical.png);
	background-position: center 20px;
	background-size: 81px auto;
}
.index .suportArea .menuList ul li.icoSitting a {
	background-image: url(../img/common/icon/icon_sitting.png);
	background-position: center 20px;
	background-size: 86px auto;
}
.index .suportArea .menuList ul li.icoDisorders a {
	background-image: url(../img/common/icon/icon_disorders.png);
	background-position: center 27px;
	background-size: 88px auto;
}
.index .suportArea .menuList ul li.icoDogs a {
	background-image: url(../img/common/icon/icon_dogs.png);
	background-position: center 26px;
	background-size: 111px auto;
}
.index .suportArea .menuList ul li.icoEquipment a {
	background-image: url(../img/common/icon/icon_equipment.png);
	background-position: center 20px;
	background-size: 70px auto;
}
.index .suportArea .menuList ul li.icoOxygen a {
	background-image: url(../img/common/icon/icon_oxygen.png);
	background-position: center 23px;
	background-size: 69px auto;
}
.index .suportArea .menuList ul li.icoFamily a {
	background-image: url(../img/common/icon/icon_family.png);
	background-position: center 30px;
	background-size: 103px auto;
	letter-spacing: -0.7px;
}
.index .suportArea .menuList ul li.icoKids a {
	background-image: url(../img/common/icon/icon_kids.png);
	background-position: center 24px;
	background-size: 72px auto;
	letter-spacing: -1px;
}
.index .suportArea .menuList ul li.icoSenior a {
	background-image: url(../img/common/icon/icon_senior.png);
	background-position: center 19px;
	background-size: 62px auto;
}
.index .suportArea .menuList ul li.icoMedical a span,
.index .suportArea .menuList ul li.icoDisorders a span,
.index .suportArea .menuList ul li.icoDogs a span,
.index .suportArea .menuList ul li.icoEquipment a span,
.index .suportArea .menuList ul li.icoOxygen a span
/* .index .suportArea .menuList ul li.icoFamily a span  */{
	bottom: 15px;
}
.index .suportArea .menuList ul li.icoSenior a span {
	bottom: 25px;
}

.index .attendantArea {
	width: 1000px;
	margin: 0 auto 142px;
}
.index .attendantArea h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: bold;
}
.index .attendantArea h2 span {
	background-image: url(../img/top/icon_attendant.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 39px auto;
	display: inline-block;
	padding: 0 0 0 65px;
}

.index .diagnosisArea {
	background-color: #feffe3;
	margin: 0 0 100px;
	padding: 50px 0 100px;
}
.index .diagnosisArea .inner {
	width: 1000px;
	margin: 0 auto;
}
.index .diagnosisArea h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: bold;
}
.index .diagnosisArea h2 span {
	background-image: url(../img/top/icon_diagnosis.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 39px auto;
	display: inline-block;
	padding: 0 0 0 65px;
}
.index .diagnosisArea ul {
	margin: 0 0 40px;
}
.index .diagnosisArea ul li {
	background-image: url(../img/top/icon_check.png);
	background-repeat: no-repeat;
	background-size: 19px auto;
	background-position: center left 5px;
	padding: 0 0 0 35px;
}
.index .diagnosisArea .txtIndent {
	margin-bottom: 90px;
}
.index .diagnosisArea .btnPdf {
	position: relative;
	width: 484px;
	margin: 0 auto 50px;
	padding: 10px 0 10px 20px!important;
	border: 2px solid #a0a09d;
	border-radius: 5px;
	display: block;
	text-decoration: none;
	background: none!important;
	background-color: #fff!important;
	background-image: url(/img/icon/icon_pdf.png)!important;
	background-repeat: no-repeat!important;
	background-position: right 15px center!important;
	text-align: center;
}
.index .diagnosisArea .btnPdf::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #499916;
	border-right: 2px solid #499916;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index .diagnosisArea .btnPdf:hover {
	opacity: 0.7;
}

.index .kinaiArea {
	width: 1000px;
	margin: 0 auto 150px;
}
.index .kinaiArea h2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 32px;
	font-weight: bold;
}
.index .kinaiArea h2 span {
	background-image: url(../img/top/icon_kinai.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 69px auto;
	display: inline-block;
	padding: 0 0 0 92px;
}
.index .kinaiArea ul li a {
	position: relative;
	padding: 0 0 0 18px;
	display: inline-block;
}
.index .kinaiArea ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #499916;
	border-right: 2px solid #499916;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index .etcW {
	border: 2px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.index .etcW .tit {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.index .etcW ul {
	margin-bottom: 0!important;
	margin-left: 1em!important;
}
.index .etcW ul li {
	padding: 0;
	background: none;
}


/* ============== walking ============== */
.walking .h1Style span {
	background-image: url(../img/common/icon/icon_walking.png);
	background-size: 71px auto;
	padding: 26px 0 26px 100px;
}
.walking .boxStyle {
	border: 2px solid #bababa;
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 30px;
}
.walking .boxStyle .tit {
	text-align: center;
	margin: 0 0 25px;
}
.walking .boxStyle .tit span {
	width: 650px;
	color: #fff;
	font-weight: bold;
	background-color: #499916;
	font-size: 20px;
	border-radius: 20px;
	line-height: 1;
	padding: 10px 20px;
	display: inline-block;
}
.walking .boxStyle ol li {
	display: inline-block;
	margin-right: 10px;
}
.walking .boxStyle ol li:last-child {
	margin-right: 0;
}
.walking .boxStyle ol li span,
.walking .boxStyle .notice {
	font-size: 16px;
}
.walking .boxStyle .txt {
	margin: 0 0 50px;
}
.walking .boxStyle .imgW .cap {
	color: #499916;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	margin: 0 0 20px;
}
.walking .boxStyle .imgW .imgL {
	width: 480px;
	float: left;
}
.walking .boxStyle .imgW .imgL .img {
	padding: 40px 0 0;
}
.walking .boxStyle .imgW .imgR {
	width: 480px;
	float: right;
}
.walking .boxStyle.large {
	margin: 0 0 65px;
}
.walking .boxW {
	margin: 0 0 30px;
}
.walking .tbImg {
	margin: 0 0 40px;
}
.walking .tbImg table {
	width: 438px;
	float: left;
	margin: 0 155px 0 0;
}
.walking .tbImg .img {
	width: 402px;
	float: left;
}
.walking .tbImg table caption {
	text-align: center;
	margin: 0 0 10px;
}
.walking .tbImg table th,
.walking .tbImg table td {
	border: 2px solid #bababa;
	text-align: center;
	background-color: #feffe3;
	font-weight: bold;
}
.walking .tbImg table tbody td {
	width: 50%;
}
.walking .txtImg .txt {
	float: left;
	width: 586px;
}
.walking .txtImg .img {
	float: left;
	width: 478px;
}


/* ============== sitting ============== */
.sitting .mainLead {
	text-align: center;
	margin: 0 0 60px;
}
.sitting .h1Style span {
	background-image: url(../img/common/icon/icon_sitting.png);
	background-size: 78px auto;
	padding: 26px 0 26px 100px;
}
.sitting .boxW {
	margin: 0 0 50px;
}
.sitting .boxW .box {
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	width: 330px;
	height: 438px;
	float: left;
	margin: 0 55px 0 0;
	padding: 30px 0 0;
}
.sitting .boxW .box:last-child {
	margin: 0;
}
.sitting .boxW .box .tit {
	width: 217px;
	color: #fff;
	font-weight: bold;
	background-color: #499916;
	margin: 0 auto;
	line-height: 1;
	border-radius: 20px;
	padding: 10px 0;
	text-align: center;
}
.sitting .boxW .box .txt {
	padding: 0 0 0 25px;
	font-weight: bold;
	line-height: 1.3;
}
.sitting .boxW .box:nth-child(1) .tit {
	margin-bottom: 47px;
}
.sitting .boxW .box:nth-child(1) .img {
	width: 134px;
	margin: 0 auto 45px;
}
.sitting .boxW .box:nth-child(2) .tit {
	margin-bottom: 54px;
}
.sitting .boxW .box:nth-child(2) .img {
	width: 126px;
	margin: 0 auto 50px;
}
.sitting .boxW .box:nth-child(3) .tit {
	margin-bottom: 30px;
}
.sitting .boxW .box:nth-child(3) .img {
	width: 129px;
	margin: 0 auto 25px;
}
.sitting .txtImgW {
	margin: 0 0 50px;
}
.sitting .txtImgW .txtL {
	width: 490px;
	float: left;
}
.sitting .txtImgW .imgR {
	width: 550px;
	float: right;
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	padding: 30px 0;
	text-align: center;
}
.sitting .txtImgW .imgR .tit {
	width: 217px;
	color: #fff;
	font-weight: bold;
	background-color: #499916;
	margin: 0 auto;
	line-height: 1;
	border-radius: 20px;
	padding: 10px 0;
	text-align: center;
}
.sitting .txtImgW .imgR .imgRL {
	border-right: 2px dashed #b1b1b1 ;
	float: left;
	width: 50%;
}
.sitting .txtImgW .imgR .imgRL .tit {
	margin-bottom: 30px;
}
.sitting .txtImgW .imgR .imgRL img {
	width: 142px;
	margin: 0 auto;
}
.sitting .txtImgW .imgR .imgRR {
	float: right;
	width: 50%;
}
.sitting .txtImgW .imgR .imgRR .tit {
	margin-bottom: 90px;
}
.sitting .txtImgW .imgR .imgRR img {
	width: 170px;
	margin: 0 auto;
}


/* ============== visual ============== */
.visual .h1Style span {
	background-image: url(../img/common/icon/icon_visual.png);
	background-size: 86px auto;
	padding: 26px 0 26px 100px;
}


/* ============== hearing ============== */
.hearing .h1Style span {
	background-image: url(../img/common/icon/icon_hearing.png);
	background-size: 58px auto;
	padding: 26px 0 26px 90px;
}


/* ============== dogs ============== */
.dogs .mainLead {
	text-align: center;
	margin: 0 0 60px;
}
.dogs .h1Style span {
	background-image: url(../img/common/icon/icon_dogs.png);
	background-size: 98px auto;
	padding: 26px 0 26px 110px;
}


/* ============== disorders ============== */
.disorders .h1Style span {
	background-image: url(../img/common/icon/icon_disorders.png);
	background-size: 81px auto;
	padding: 26px 0 26px 105px;
}


/* ============== family ============== */
.family .h1Style span {
	background-image: url(../img/common/icon/icon_family.png);
	background-size: 92px auto;
	padding: 26px 0 26px 105px;
	background-position: 0 center;
}
.family .h1Style span span {
	background: none;
	padding: 0;
	font-size: 36px;
}
.family .mainLead {
	margin-bottom: 60px;
	text-align: center;
}
.family .js-tab-wrap .tabBtn {
	margin: 0 0 -2px;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
}
.family .js-tab-wrap .tabBtn li {
	width: 32.8%;
	height: 62px;
}
.family .js-tab-wrap .tabBtn li a {
	width: 100%;
	height: 62px;
	color: #fff;
	background-color: #499916;
	text-align: center;
	line-height: 1;
	display: table;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
.family .js-tab-wrap .tabBtn li.active {
	height: 72px;
}
.family .js-tab-wrap .tabBtn li.active a {
	height: 72px;
	color: #499916;
	background-color: #fff;
	border: 2px solid #499916;
	border-bottom: none;
	padding: 0 0 10px;
}
.family .js-tab-wrap .tabBtn li span {
	display: table-cell;
	vertical-align: middle;
}
.family .js-tab-wrap .js-tab-cont {
	border-top: 2px solid #499916;
	display: none;
	padding: 40px 0 0;
}
.family .js-tab-wrap .js-tab-cont.active {
	display: block;
}
.family .tabChildseat {
	color: #499916;
	text-decoration: underline;
	cursor: pointer;
}
.family .tabChildseat:hover {
	text-decoration: none;
}

/* タブ1 */
.family .js-tab-wrap .js-tab-cont.tabNum01 .exampleW {
	border: 2px solid #bababa;
	margin: 0 0 15px;
	padding: 25px 0;
	border-radius: 15px;
}
.family .js-tab-wrap .js-tab-cont.tabNum01 .exampleW .img {
	text-align: center;
	margin: 0 0 15px;
}
.family .js-tab-wrap .js-tab-cont.tabNum01 .exampleW ul {
	padding: 0 0 0 380px;
}
.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW {
	background-color: #feffe3;
	padding: 30px 50px;
}
.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW .imgL {
	width: 176px;
	float: left;
}
.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW .txtR {
	width: 800px;
	float: right;
	padding: 50px 0 0;
}

/* タブ2 */
.family .js-tab-wrap .js-tab-cont.tabNum02 .tb th {
	background-color: #499916;
}
.family .js-tab-wrap .js-tab-cont.tabNum02 .tb th,
.family .js-tab-wrap .js-tab-cont.tabNum02 .tb td {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	padding: 0.5em 1em;
	line-height: 1.3;
}
.family .js-tab-wrap .js-tab-cont.tabNum02 .tb td {
	border-color: #499916;
}
.family .js-tab-wrap .js-tab-cont.tabNum02 .tb .lineL {
	text-align: left;
}

/* タブ3 */
.family .js-tab-wrap .js-tab-cont.tabNum03 .ancArea li {
	width: 296px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .ancArea li:nth-child(4) {
	width: 182px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .ancArea li:nth-child(1) a,
.family .js-tab-wrap .js-tab-cont.tabNum03 .ancArea li:nth-child(3) a {
	padding: 8px 20px 8px 0;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW {
	border: 1px solid #b1b1b1;
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 50px 38px;
	text-align: center;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .img {
	margin-bottom: 10px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .txt {
	font-weight: bold;
	text-align: left;
	padding-left: 210px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contT {
	margin: 0 0 50px;
	padding: 0 0 50px;
	border-bottom: 2px dashed #b1b1b1;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contB .imgL {
	width: 450px;
	float: left;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contB .txtR {
	width: 550px;
	float: right;
	text-align: left;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW {
	border: 2px solid #b1b1b1;
	border-radius: 10px;
	padding: 30px 0;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW .tit {
	color: #fff;
	background-color: #499916;
	font-weight: bold;
	text-align: center;
	border-radius: 18px;
	line-height: 1;
	padding: 10px 0;
	font-size: 18px;
	width: 366px;
	margin: 0 auto 32px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li {
	float: left;
	border-left: 2px dashed #b1b1b1;
	width: 274px;
	text-align: center;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:first-child {
	border: none;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li .img {
	margin-bottom: 20px;
}
.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li .txt {
	line-height: 1.3;
}


/* ============== oxygen ============== */
.oxygen .h1Style span {
	background-image: url(../img/common/icon/icon_oxygen.png);
	background-size: 61px auto;
	padding: 26px 0 26px 80px;
}
.oxygen .js-tab-wrap .tabBtn {
	margin: 0 0 -2px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	position: relative;
	z-index: 1;
}
.oxygen .js-tab-wrap .tabBtn li {
	width: 49.6%;
	height: 62px;
}
.oxygen .js-tab-wrap .tabBtn li a {
	width: 100%;
	height: 62px;
	color: #fff;
	background-color: #499916;
	text-align: center;
	cursor: pointer;
	line-height: 1;
	display: table;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
}
.oxygen .js-tab-wrap .tabBtn li.active {
	height: 72px;
}
.oxygen .js-tab-wrap .tabBtn li.active a {
	height: 72px;
	color: #499916;
	background-color: #fff;
	border: 2px solid #499916;
	border-bottom: none;
	padding: 0 0 10px;
}
.oxygen .js-tab-wrap .tabBtn li span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
	padding: 0 5px;
}
.oxygen .js-tab-wrap .js-tab-cont {
	border-top: 2px solid #499916;
	display: none;
	padding: 40px 0 0;
}
.oxygen .js-tab-wrap .js-tab-cont.active {
	display: block;
}
.oxygen .js-tab-wrap .js-tab-cont {
	display: none;
	border: 2px solid #499916;
	padding: 20px 50px;
	position: relative;
}
.oxygen .js-tab-wrap .js-tab-cont.active {
	display: block;
}
.oxygen .js-tab-wrap .js-tab-cont .bgArea {
	background-color: #feffe3;
	padding: 20px;
}
.oxygen .js-tab-wrap .js-tab-cont .bgArea .txtL {
	float: left;
	width: 540px;
}
.oxygen .js-tab-wrap .js-tab-cont .bgArea .imgR {
	float: right;
}
.oxygen .js-tab-wrap .js-tab-cont .imgBonbe {
	position: absolute;
	width: 186px;
	bottom: 35px;
	right: 170px;
}


/* ============== kids ============== */
.kids .h1Style span {
	background-image: url(../img/common/icon/icon_kids.png);
	background-size: 64px auto;
	padding: 26px 0 26px 82px;
}
.kids .mainLead {
	text-align: center;
	margin: 0 0 60px;
}
.kids .tb th,
.kids td {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	padding: 0.5em 1em;
	line-height: 1.3;
}
.kids .tb th {
	background-color: #499916;
}
.kids td {
	border-color: #499916;
}
.kids .bgArea {
	background-color: #feffe3;
	padding: 25px 50px;
}
.kids .bgArea .tit {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 35px;
}
.kids .bgArea .txtImgW .txtL {
	float: left;
	width: 710px;
}
.kids .bgArea .txtImgW .imgR {
	float: right;
	width: 253px;
}


/* ============== medical ============== */
.medical .h1Style span {
	background-image: url(../img/common/icon/icon_medical.png);
	background-size: 60px auto;
	padding: 26px 0 26px 82px;
}
.medical .tb th,
.medical td {
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	padding: 0.5em 1em;
	line-height: 1.3;
}
.medical .tb th {
	background-color: #499916;
}
.medical td {
	border-color: #499916;
	text-align: left;
}


/* ============== equipment ============== */
.equipment .h1Style span {
	background-image: url(../img/common/icon/icon_equipment.png);
	background-size: 62px auto;
	padding: 26px 0 26px 82px;
}


/* ============== senior ============== */
.senior .mainLead {
	text-align: center;
	margin: 0 0 60px;
}
.senior .h1Style span {
	background-image: url(../img/common/icon/icon_senior.png);
	background-size: 50px auto;
	padding: 26px 0 26px 65px;
}

@media screen and (min-width: 601px) {
	/* ============== 共通 ============== */
	/* 幅1200pxデザイン */
	#header .headerIn,
	#contentsIn #pnkz,
	#contentsIn .mainTitW {
		width: 1200px;
		max-width: 100%;
	}
	#contentsIn #mainwrap,
	#contentsIn #main {
		width: 1100px;
	}

	a:focus {
		outline: solid;
	}
	.tabBtn li a:focus {
		outline: none;
		border: 3px solid #333;
	}

	/* フォントサイズ */
	#main,
	#main p {
		font-size: 18px;
	}


	/* ============== walking ============== */
	.ancArea li a:focus {
		border: 3px solid #333;
	}


	/* ============== visual ============== */
	.visual .txtImgW .txtL {
		float: left;
		width: 615px;
	}
	.visual .txtImgW .imgR {
		width: 400px;
		float: right;
	}


	/* ============== hearing ============== */
	.hearing .txtImgW .txtL {
		float: left;
		width: 720px;
	}
	.hearing .txtImgW .imgR {
		width: 250px;
		float: left;
		text-align: center;
	}
	.hearing .txtImgW .imgR img {
		margin-bottom: 10px;
	}


	/* ============== medical ============== */
	.medical .ancArea {
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.medical .ancArea li {
		float: none;
		display: inline-block;
		width: auto!important;
	}
	.medical .ancArea li:nth-child(1),
	.medical .ancArea li:nth-child(2),
	.medical .ancArea li:nth-child(3) {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 600px) {
	/* ============== 共通 ============== */
	/* フォントサイズ */
	#main,
	#main p {
		font-size: 16px !important;
	}

	.blockStyle {
		margin: 0;
	}
	.h1Style {
		font-size: 25px;
		margin: 25px 0;
		padding: 10px 20px;
	}
	.h2Style {
		color: #fff;
		font-size: 19px;
		background-color: #499916;
		border-radius: 5px;
		box-shadow: 0 3px 3px #ddd;
		margin: 0 10px 20px;
		padding: 10px 20px;
		line-height: 1.3;
	}
	.h3Style {
		font-size: 18px;
		margin-bottom: 5px;
		padding-left: 20px;
		line-height: 1.3;
	}
	.h3Style::before {
		width: 16px;
		height: 16px;
		top: 2px;
	}
	.h4Style {
		font-size: 17px;
		line-height: 1.3;
	}
	.accSpBtn {
		position: relative;
		padding-right: 36%;
	}
	.accSpBtn .spOnly {
		position: absolute;
		display: inline-block;
		border: 1px solid #fff;
		top: 50%;
		right: 8px;
		margin-top: -15px;
		padding: 5px 30px 5px 10px;
		line-height: 1;
	}
	.accSpBtn .spOnly::after {
		position: absolute;
		top: -5px;
		bottom: 0;
		right: 10px;
		margin: auto;
		content: "";
		vertical-align: middle;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.accSpBtn.open .spOnly::after {
		top: 7px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.accCont {
		display: none;
		margin: 0 10px 50px;
	}
	.listCircle li::before {
		top: 9px;
	}


	/* ご予約・お問い合わせ */
	.contactArea {
		margin: 0 10px 20px;
	}
	.contactArea .h2Style {
		margin: 0 0 20px;
	}
	.contactArea .accCont {
		margin: 0 0 50px;
		padding: 20px 5px;
	}
	.contactArea .accCont .contactTit {
		font-size: 21px;
	}
	.contactArea .accCont .telArea .telTop {
		padding: 0 0 25px;
		border-width: 2px;
	}
	.contactArea .accCont .telArea .telTop .telL .num,
	.contactArea .accCont .telArea .telTop .telR .num,
	.contactArea .accCont .telArea .telBtm .telL .num,
	.contactArea .accCont .telArea .telBtm .telR .num {
		width: 100%;
	}
	.contactArea .accCont .telArea .telBtm {
		padding: 25px 0;
	}
	.contactArea .accCont .telArea .telBtm .telR .tit {
		line-height: 1.3;
	}
	.contactArea .accCont .telArea .telBtm .num {
		width: 86%!important;
	}
	.contactArea .accCont .telArea .telL,
	.contactArea .accCont .telArea .telR {
		float: none;
		width: 100%;
	}
	.contactArea .accCont .telArea .telL {
		margin-bottom: 10px;
	}
	.contactArea .accCont .telArea .icoTel,
	.contactArea .accCont .telArea .icoFax {
		background-size: 58px;
		padding: 5px 0 5px 70px;
		margin-bottom: 10px;
	}
	.contactArea .accCont .telArea .tit {
		font-size: 16px;
		line-height: 1.3;
	}
	.contactArea .accCont .telArea .notice {
		text-align: left;
	}
	.contactArea.pattern2 .accCont .contactTit {
		font-size: 18px;
	}
	.contactArea.pattern2 .accCont .contactTit span {
		font-size: 16px;
	}
	.contactArea.pattern2 .accCont .telR .num {
		width: 86%;
	}


	/* お手伝いの必要なお客様 */
	.etcLink {
		margin: 0 10px;
		padding: 10px;
		border-width: 1px;
	}
	.etcLink .etcTit {
		font-size: 25px;
	}
	.etcLink ul {
		margin: 0;
	}
	.etcLink ul:last-child li:last-child {
		margin: 0;
	}
	.etcLink ul li {
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}
	.etcLink ul li a {
		font-size: 16px;
	}

	.pageTab li {
		margin-bottom: 10px;
	}
	/* ページトップへ */
	.toPagetop {
		display: none!important;
	}


	/* ============== index ============== */
	.index #contentsIn #mainwrap {
		width: 100%;
	}
	.index .mainArea {
		margin: 0 0 30px;
	}
	.index .mainArea .mainTxt {
		position: static;
	}
	.index .mainArea .mainTxt div {
		font-size: 24px;
		text-align: center;
		margin: 0;
		padding: 40px 0;
	}
	.index .mainArea .mainTxt p {
		line-height: 1.5;
		text-align: center;
		font-size: 18px;
		margin: 0 0 30px;
		padding: 0 10px;
	}
	.index .mainArea .mainImg {
		padding: 0;
	}

	.index .mainLead {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.index .suportArea {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	.index .suportArea h2 span {
		font-size: 25px;
		background-size: 26px auto;
		padding-left: 34px;
	}
	.index .suportArea .menuList {
		width: 100%;
		padding: 0 2.5%;
	}
	.index .suportArea .menuList ul li {
		width: 49%;
		height: 130px;
		margin: 0 0 10px;
	}
	.index .suportArea .menuList ul li:nth-child(4n) {
		margin-bottom: 10px;
	}
	.index .suportArea .menuList ul li:nth-child(2n) {
		float: right;
	}
	.index .suportArea .menuList ul li a {
		width: 100%;
		height: 130px;
		border-width: 2px;
	}
	.index .suportArea .menuList ul li a span {
		font-size: 12px;
	}
	.index .suportArea .menuList ul li.icoWalking a {
		background-size: 47px auto;
		background-position: center 14px;
	}
	.index .suportArea .menuList ul li.icoVisual a {
		background-size: 71px auto;
		background-position: center 24px;
	}
	.index .suportArea .menuList ul li.icoHearing a {
		background-size: 49px auto;
		background-position: center 15px;
	}
	.index .suportArea .menuList ul li.icoMedical a {
		background-size: 50px auto;
		background-position: center 8px;
	}
	.index .suportArea .menuList ul li.icoSitting a {
		background-size: 55px auto;
		background-position: center 12px;
	}
	.index .suportArea .menuList ul li.icoDisorders a {
		background-size: 57px auto;
		background-position: center 14px;
	}
	.index .suportArea .menuList ul li.icoDogs a {
		background-size: 72px auto;
		background-position: center 12px;
	}
	.index .suportArea .menuList ul li.icoEquipment a {
		background-size: 46px auto;
		background-position: center 12px;
	}
	.index .suportArea .menuList ul li.icoOxygen a {
		background-size: 45px auto;
		background-position: center 12px;
	}
	.index .suportArea .menuList ul li.icoFamily a {
		background-size: 67px auto;
		background-position: center 12px;
	}
	.index .suportArea .menuList ul li.icoKids a {
		background-size: 46px auto;
		background-position: center 18px;
	}
	.index .suportArea .menuList ul li.icoSenior a {
		background-size: 40px auto;
		background-position: center 18px;
	}
	.index .suportArea .menuList ul li a span {
		bottom: 10px;
	}
	.index .suportArea .menuList ul li.icoMedical a span,
	.index .suportArea .menuList ul li.icoDisorders a span,
	.index .suportArea .menuList ul li.icoDogs a span,
	.index .suportArea .menuList ul li.icoOxygen a span
	/* .index .suportArea .menuList ul li.icoFamily a span  */{
		bottom: 10px;
	}
	.index .suportArea .menuList ul li.icoEquipment a span {
		bottom: 5px;
	}
	.index .suportArea .menuList ul li.icoSenior a span {
		bottom: 16px;
	}
	.index .suportArea .menuList ul li a::after {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid #499916;
		right: 10px;
		margin-top: -8px;
	}

	.index .attendantArea {
		width: 100%;
		margin: 0 0 50px;
		padding: 0 10px;
	}
	.index .attendantArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.index .attendantArea h2 span {
		background-size: 23px auto;
		padding-left: 35px;
	}

	.index .kinaiArea {
		width: 100%;
		margin: 0 0 50px;
		padding: 0 10px;
	}
	.index .kinaiArea h2 {
		font-size: 25px;
	}
	.index .kinaiArea h2 span {
		background-size: 44px auto;
		padding-left: 50px;
	}

	.index .diagnosisArea {
		margin-bottom: 50px;
		padding: 50px 10px;
	}
	.index .diagnosisArea h2 span {
		font-size: 25px;
		background-size: 19px auto;
		padding-left: 35px;
	}
	.index .diagnosisArea .inner {
		width: 100%;
	}
	.index .diagnosisArea .btnPdf {
		width: 90%;
	}
	.index .diagnosisArea ul li {
		background-size: 15px auto;
		background-position: 5px 5px;
		padding-left: 30px;
	}
	.index .diagnosisArea .btnPdf {
		width: 100%;
		text-align: left;
		padding-left: 34px!important;
	}
	.index .diagnosisArea .btnPdf::before {
		left: 10px;
	}
	.index .diagnosisArea .txtIndent {
		margin-bottom: 20px;
	}
	.index .etcW {
		padding: 10px;
	}
	.index .etcW ul li {
		padding: 0;
	}


	/* ============== walking ============== */
	.walking .h1Style span {
		background-size: 35px auto;
		padding: 13px 0 13px 50px;
	}
	.walking .boxStyle {
		padding: 20px 12px;
		border-width: 1px;
	}
	.walking .boxStyle .tit {
		margin-bottom: 10px;
	}
	.walking .boxStyle .tit span {
		font-size: 16px;
		width: 100%;
	}
	.walking .boxStyle .txt {
		margin-bottom: 25px;
	}
	.walking .boxW {
		margin-bottom: 15px;
	}
	.walking .boxW .boxStyle:first-child {
		margin-bottom: 15px;
	}
	.walking .boxW .boxStyle:first-child ol {
		margin-bottom: 0;
	}
	.walking .boxW .boxStyle {
		width: 100%!important;
		float: none!important;
	}
	.walking .boxStyle .imgW .imgL,
	.walking .boxStyle .imgW .imgR,
	.walking .tbImg table,
	.walking .tbImg .img,
	.walking .txtImg .txt,
	.walking .txtImg .img {
		width: 100%;
		float: none;
	}
	.walking .boxStyle.large .tit {
		text-align: left;
	}
	.walking .boxStyle.large .tit span {
		line-height: 1.3;
		border-radius: 30px;
	}
	.walking .boxStyle .imgW .cap {
		font-size: 16px;
	}
	.walking .boxStyle .imgW .imgL {
		margin-bottom: 40px;
	}
	.walking .boxStyle .imgW .imgL .img {
		padding: 0;
	}
	.walking .tbImg table {
		margin-bottom: 50px;
	}
	.walking .tbImg table th,
	.walking .tbImg table td {
		border-width: 1px;
		padding: 5px;
	}
	.walking .tbImg table caption {
		text-align: left;
	}
	.walking .txtImg .txt {
		margin-bottom: 20px;
	}


	/* ============== sitting ============== */
	.sitting .h1Style span {
		background-size: 34px auto;
		padding-left: 40px;
		line-height: 1.3;
	}
	.sitting .mainLead {
		margin: 0 0 50px;
		padding: 0 10px;
		text-align: left;
	}
	.sitting .boxW .box {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
		padding: 25px 0;
	}
	.sitting .boxW .box .img,
	.sitting .boxW .box .tit {
		margin-bottom: 30px!important;
	}
	.sitting .boxW .box:nth-child(1) .img {
		width: 145px;
	}
	.sitting .boxW .box:nth-child(2) .img {
		width: 148px;
	}
	.sitting .boxW .box:nth-child(3) .img {
		width: 124px;
	}
	.sitting .boxW .box .txt {
		padding: 0;
		text-align: center;
	}
	.sitting .txtImgW .txtL,
	.sitting .txtImgW .imgR {
		width: 100%;
		float: none;
	}
	.sitting .txtImgW .txtL {
		margin-bottom: 15px;
	}
	.sitting .txtImgW .imgR {
		padding: 15px 0;
	}
	.sitting .txtImgW .imgR .tit {
		font-size: 16px;
		width: 80%;
	}
	.sitting .txtImgW .imgR .imgRL img {
		width: 96px;
		margin: 0 auto;
	}
	.sitting .txtImgW .imgR .imgRR .tit {
		margin-bottom: 64px;
	}
	.sitting .txtImgW .imgR .imgRR img {
		width: 123px;
		margin: 0 auto;
	}


	/* ============== visual ============== */
	.visual .h1Style span {
		background-size: 43px auto;
		padding-left: 50px;
	}
	.visual .txtImgW .txtL {
		margin-bottom: 20px;
	}


	/* ============== hearing ============== */
	.hearing .h1Style span {
		background-size: 29px auto;
		padding: 26px 0 26px 35px;
	}
	.hearing .txtImgW .imgR {
		text-align: center;
	}
	.hearing .txtImgW .imgR img {
		margin-bottom: 10px;
		width: 62%;
	}


	/* ============== dogs ============== */
	.dogs .h1Style span {
		background-size: 45px auto;
		padding: 0 0 0 50px;
		line-height: 1.2;
	}
	.dogs .mainLead {
		margin: 0 0 50px;
		padding: 0 10px;
		text-align: left;
	}


	/* ============== disorders ============== */
	.disorders .h1Style span {
		background-size: 40px auto;
		padding: 0 0 0 50px;
		line-height: 1.2;
	}

	/* ============== family ============== */
	.family .h1Style {
		padding: 0 20px;
	}
	.family .h1Style > span {
		background-position: center left;
		background-size: 46px auto;
		font-size: 22px;
		padding-left: 52px;
	}
	.family .h1Style span span {
		font-size: 18px;
	}
	.family .h2Style {
		margin: 0 0 20px;
	}
	.family .mainLead {
		margin-bottom: 30px;
		text-align: center;
	}
	.family .js-tab-wrap {
		padding: 0 10px;
	}
	.family .js-tab-wrap .accCont {
		margin: 0 0 50px;
	}
	.family .js-tab-wrap .tabBtn li span {
		font-size: 16px;
		line-height: 1.3;
	}
	.family .js-tab-wrap .tabBtn li.active {
		height: 66px;
		padding-bottom: 5px;
	}
	.family .js-tab-wrap .tabBtn li.active a {
		height: 66px;
	}
	.family .js-tab-wrap .js-tab-cont {
		padding-top: 20px;
	}

	/* タブ1 */
	.family .js-tab-wrap .js-tab-cont.tabNum01 .exampleW {
		padding: 15px 10px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum01 .exampleW ul {
		padding: 0;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW {
		padding: 20px 10px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW .imgL {
		float: none;
		width: 212px;
		margin: 0 auto 15px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum01 .imgTxtW .txtR {
		float: none;
		width: 100%;
		padding: 0;
	}

	/* タブ２ */
	.family .js-tab-wrap .js-tab-cont.tabNum02 .tb th,
	.family .js-tab-wrap .js-tab-cont.tabNum02 .tb td {
		font-size: 16px;
		padding: 3px;
	}

	/* タブ3 */
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW {
		padding: 35px 15px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .txt {
		padding: 0;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contT {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contB .imgL,
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contB .txtR {
		float: none;
		width: 100%;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .labelW .contB .imgL {
		margin-bottom: 15px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW .tit {
		font-size: 17px;
		width: 280px;
		margin-bottom: 25px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul {
		padding: 0 14px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li {
		float: left;
		width: 50%;
		height: 220px;
		padding: 0 10px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(1),
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(2) {
		border-bottom: 1px dashed #b1b1b1;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(2),
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(4) {
		border-left: 1px dashed #b1b1b1;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(3),
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(4) {
		padding-top: 20px;
	}
	.family .js-tab-wrap .js-tab-cont.tabNum03 .exampleW ul li:nth-child(3) {
		border: none;
	}

	/* ============== oxygen ============== */
	.oxygen .h1Style span {
		background-size: 30px auto;
		line-height: 1.3;
		padding-left: 36px;
	}
	.oxygen .js-tab-wrap .tabBtn li {
		height: 68px;
	}
	.oxygen .js-tab-wrap .tabBtn li a {
		font-size: 16px;
		height: 68px;
	}
	.oxygen .js-tab-wrap .tabBtn li.active a {
		padding-bottom: 6px;
	}
	.oxygen .js-tab-wrap .js-tab-cont {
		padding: 10px;
	}
	.oxygen .js-tab-wrap .js-tab-cont .bgArea .txtL {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}
	.oxygen .js-tab-wrap .js-tab-cont .bgArea {
		padding: 15px;
	}
	.oxygen .js-tab-wrap .js-tab-cont .imgBonbe {
		position: static;
		width: 40%;
		margin: 10px auto 0;
	}

	/* ============== kids ============== */
	.kids .h1Style span {
		background-size: 32px auto;
		line-height: 1.3;
		padding-left: 36px;
	}
	.kids .mainLead {
		margin: 0 0 50px;
		padding: 0 10px;
	}
	.kids .tb th,
	.kids .tb td {
		font-size: 16px;
		padding: 0.5em;
	}
	.kids .tb th:nth-child(1),
	.kids .tb th:nth-child(2) {
		width: 25%;
	}
	.kids .tb th:nth-child(3) {
		width: 50%;
	}
	.kids .bgArea {
		padding: 15px 10px;
	}
	.kids .bgArea .tit {
		text-align: left;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.kids .bgArea .txtImgW .imgR,
	.kids .bgArea .txtImgW .txtL {
		float: none;
		width: 100%;
	}
	.kids .bgArea .txtImgW .imgR {
		margin-bottom: 15px;
	}


	/* ============== medical ============== */
	.medical .h1Style span {
		background-size: 31px auto;
		line-height: 1.3;
		padding-left: 36px;
	}
	.medical .tb th,
	.medical .tb td {
		font-size: 16px;
	}
	.medical .tb th:first-child {
		width: 38%;
	}
	.medical .tb th:last-child {
		width: 62%;
	}
	.medical .tb td:first-child {
		text-align: center;
	}

	/* ============== equipment ============== */
	.equipment .h1Style span {
		background-size: 31px auto;
		line-height: 1.3;
		padding-left: 36px;
	}


	/* ============== senior ============== */
	.senior .h1Style span {
		background-size: 31px auto;
		line-height: 1.3;
		padding-left: 40px;
	}
	.senior .mainLead {
		padding: 0 10px;
	}
}




#main {
	word-break: break-word;
}