
@media only screen and (max-width: 600px) {
	
	
/*===========================
basic
===========================*/

body {
	min-width:320px; /* iPadで横にしたときに背景が切れるバグ回避してレスポ化　*/
}


/*===========================
general
===========================*/

.txtBnr a {
	display:block;
	float:none;
	text-align:center;
	margin:0 auto;
}

	 
	 
/*===========================
header
===========================*/

/* header */
#top-head {
	height:230px;
	padding:0;
}

#top-head .logo {
	float:none;
	padding:10px 0 0 0;
	width:88%;
	box-sizing: border-box;
	margin:0 auto;
	text-align:center;
}

ul.telNavi {
    list-style: none;
    position: absolute;
	top: 170px;
	left:0;
    right: 0;
}
ul.telNavi li {
	margin:0 0 5px 0;
 }
 
ul.global-nav1 {
    position:relative;
	top:0.46em;
	padding:0 0 0 2em;
}



/* Fixed 
#top-head.fixed {
	height:auto;
}
#top-head.fixed .logo {
	padding:20px 0 0 0;
}

#top-head.fixed .logo img {
	width:180px;
}

*/





/*===========================
mainimage
===========================*/


#mainimage {

}

/*
.slideTxtPosition {
	padding:0.5em 0.1em;
}

.slideTxtWrap {
}


.slideTxt {
	font-size:1em;
	line-height:1em;
	text-align:center;
}

.slideTxtSmall {
	font-size:0.8em;
	line-height:1em;
	text-align:center;
}
*/


/*===========================
pageTitle
===========================*/




#pageTitle {
	background-position: 65% top;
    height: 150px;
	
}


#pageTitleTxtWrap {
	padding: 50px 0 0 0;
	margin:0;
}

#pageTitleTxt h1 {
	font-size:1.7em;
	line-height:1.3em;
	padding:0.2em 0;
}

#pageTitleTxt h1.h1Small {
	font-size:1.6em;
	line-height:1.3em;
	padding:0.2em 0;
}


	


/*===========================
snav
===========================*/

.snav {
	width:96%;
	padding:0.5em 2%;
}


.snav ul li a {
	float:none;
	width:40%;
	margin:0 auto;
	text-align:center;
}

.snavWidth1 {
	width:100%
}

.snavWidth2 {
	width:100%
}





	 
/*===========================
top
===========================*/







/*===========================
content
===========================*/

.bgBnr  {
	padding:0 10px 15px 10px;
}


.bgcolor1 {
	padding:20px 10px;
}

.bgcolor1s {
	padding:20px 10px;
}


.bgcolor2 {
	padding:20px 10px;
}

.bgcolor2s {
	padding:20px 10px;
}


.bgcolor2 {
	padding:20px 10px;
}

.bgcolor3s {
	padding:20px 10px;
}



.contPad3,.contPad3MB {
	padding:0 10px;
}

.contPadMB2 {
	margin-bottom:2em;
}

.catch , .catchCenter , .catch_mikasa  {
	font-size:1.4em;
	line-height:1.2em;
	text-align:left;
}

.catch4 {
	font-size:1.2em;
	line-height:1.2em;
}

.catchFeature {
	font-size:1.4em;
}

.catchFeature2 {
}


.guideTxt {
	font-size:1.4em;
	line-height:1.2em;
}


.price {
	color:#F9A339;
	font-size:1.6em;
	margin: 0 0 1em 1em;
	line-height:normal;
}

.contactTEL {
	color:#f2b703;
	font-size:2em;
	margin: 0 0 0.8em 0;
	line-height:normal;
}

.catch2 {
	color:#368A24;
	font-size:1.6em;
	margin-bottom:1em;
	line-height:1.1em;
}

.catchS {
	font-size:1em;
}

.bnrLi , .bnrLiLast , .externalBnr {
	float:none;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
}

.reasonTxt {
	font-size: 1.2em;
	line-height:1.6em;
}


/* TableScroll slide */

.TableScrollSP {
    border-right: 2px solid #4f4d47;
	overflow-x: scroll;
}

.TableScrollSP::-webkit-scrollbar {
  height: 5px;
}
.TableScrollSP::-webkit-scrollbar-track {
  border-radius: 5px;
  background:#CCC;
}
.TableScrollSP::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background:#999;
}

 /* table1の変更バージョン */

table.table1_2 {
 width: 100%;
 margin: 0 0 3% 0;
 padding: 10px
}
table.table1_2 tr {
 display: block;
}
table.table1_2 th {
 display: list-item;
 padding: 0;
 border-bottom: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width: 100%;
 line-height: 1em;
 font-weight:bold;
}
table.table1_2 td {
 display: list-item;
 width: 100%;
 padding-bottom: 3%;
 margin-bottom: 3%;
 font-weight: normal;
 padding: 5px 0 3% 0;
}

/* 縦に並ぶtable */

table.table3 {
 width: 100%;
 margin: 0 0 3% 0;
 background-color:#FFF;
 border:1px solid #EBEBEB;
 box-sizing: border-box;
}
table.table3 tr {
 display: block;
}
table.table3 th {
 display: list-item;
 padding:1em;
 border: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width:auto;
 line-height: 1em;
}

table.table3 th.thBusiness {
	width:auto;
	text-align:center;
}

table.table3 td {
 display: list-item;
 width:auto;
 border: none;
 font-weight: normal;
 padding:1em;
}

.table3ThW40p {
	width:auto !important;
}

/* 2カラム */

.lay2 , .lay2R , .lay2Plural , .lay2Plural2 {
 width:100%;
 float:none;
 margin:2em 0;
}

/* 3カラム */


.lay3 , .lay3R , .lay3Plural , .lay3PluralBorder , .lay3Plural2 , .lay3Plural3 , .lay3W320 , .lay3W320R , .lay4W235 , .lay4W235R {
 width:100%;
 float:none;
 margin:0.5em 0 1.5em 0;
 padding:0;
 border:none;
 text-align:left;
}

.lay3W320 , .lay3W320R , .lay4W235 , .lay4W235R , .lay4Plural2 , .lay3PluralInline {
 width:100%;
 float:none;
 margin:0.5em 0 1.5em 0;
 padding:0;
 border:none;
 text-align:center;
}


/* 3カラム　複数 inlineB */

.inlineB3 {
	width:100%;
	font-size:0px;
	text-align: center;
}

.inlineB3 li {
	width:100%;
}


/*　1：2　*/

.div1-2L {
	width:100%;
	float:none;
	margin:0 0 1em 0;
}

.div1-2R {
	width:100%;
	float:none;
	margin:0 0 1em 0;
}


/*　2：1　*/

.div2-1L {
	width:100%;
	float:none;
	margin:0 0 1em 0;
}

.div2-1R {
	width:100%;
	float:none;
	margin:0 0 1em 0;
}



/*===========================
onOff
===========================*/

.pcOFFspON {
	display:block;
}

.pcONspOFF {
	display:none;
}

.pcONtabletOFFspON {
	display:block;
}

.txtPCcenterSPLeft {
	text-align:left;
}

/* other */

.imgFloatRight , .imgFloatLeft {
	float:none;
	margin:0 0 1em 0;
	text-align:center;
}


.comingsoon2 {
	font-size:1.2em;
}

.column {
	padding:1em;
}

.column2 {
	padding:1em;
}

/*===========================
footer
===========================*/

.footTxt1 {
	font-size:1em;
	line-height:1.2em;
	margin:0.2em 0 0.5em
}

footer nav ul li {
	background-position:left 0.7em;
}

.footContactWrap .footContactTxt {
	font-size:1.2em;
	line-height:1.1em;
	padding:0.1em 0.5em 0.3em 0.5em;
}

.foot_telPC {
	display:none;
}

.foot_telSP a {
	display:block;
	background-image:url(../img/footer/footcontact_tel.png);
	width:215px;
	height:28px;
	text-indent:-7777px;
	background-repeat:no-repeat;
	margin:0 auto;
}

.footDiv1 {
	padding:1.4em 1em 0 0;
	text-align:center;
	vertical-align:top;
}

.footDiv2 {
	padding:0 1em 1.5em 0;
	text-align:center;
}

.footDiv3 {
	padding:0 0 0 0;
}


/* copyright */

.copyright {
	font-size:1em;
	padding:2em 0 3em;
}


/*===========================
general
===========================*/

.pageTtlWrap {
	width:95%;
	height:6em;
	padding:0 0.5em;
}

.pageTtl {
	width:100%;
	height:6em;
	padding:0 0.5em;
	background-size:60%;
}

.pageTtl h1 {
	font-size:1.8em;
	height:6em;
	line-height:3.2em;
	text-align:center;
}

.h2Wrap {
	width:100%;
	background-image:none;
}


h2 {
	font-size: 1.4em;
	line-height:normal;
	text-align:left;
	padding:5px 5px 5px 5px;
	font-weight:normal; 
}


h2.h2Catch1 {
	font-size: 1.6em;
	line-height:1.2em;
	text-align:left;
	margin-bottom:0.8em;
}

h2.h2Catch2 {
	font-size: 1.8em;
	line-height:1.3em;
}

h2.h2Center {
	font-size: 1.4em;
	line-height:normal;
	text-align:left;
	padding:5px 5px 5px 5px;
	font-weight:normal; 
	margin-bottom:15px
}

.h3Wrap {
	width:100%;
}


h3 {
	font-size: 1.2em;
}

h3.h3Catch1 {
	font-size: 1.3em;
	line-height:1.1em;
	margin-bottom:0.4em;
}


h3.h3Shop {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1.0em;
	background-position:left 0.5em;
}

dl.history dt {
	width: 110px;
	padding: 7px 0 8px 4px;
}

dl.history dd {
	padding: 7px 0 8px 114px;
}

/* フロー */

/* フローCenter */

.area_flowC {
	padding:0;
}
.area_flowC .inner_flow {
	padding:0.5em 1em;
}





.area_flowC .inner_flow .largeTxt {
	font-size:1.2em;
	padding-bottom:0.1em;
	margin-bottom:0.2em;
}

.area_flowC .inner_flow .largeTxt2 {
	font-size:1.2em;
	padding-bottom:0.1em;
	margin-bottom:0.2em;
}



.area_flowC .inner_flow .txtWrap {
	padding:0 0.5em;
}

.area_flowC .inner_flow p.flowImg {
	text-align:center;
	margin:0.3em auto;
}


.area_flowC .arrow {
}


/* リスト追加 */


ul.liReseterFloat3Div  {
	line-height:1.8em;
	margin-left:2em;
}

ul.liReseterFloat3Div li {
	float:none;
	width:94%;
}

ul.liKimidoriLarge {
}

ul.liKimidoriLarge li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 1px 12px;
	background-image:url(../img/common/clip_li_kimidori.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	line-height:1.5em;
	font-size:1.1em;
}

ul.liKimidoriLargeInside {
	padding:0 0 0 1em;
}

ul.liKimidoriLargeInside li {
	background-image:none;
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
	padding-left:0;
	line-height:em;
	font-size:0.9em;
}

ul.liFukidashi {
}

ul.liFukidashi li {
	list-style-type: none;
	list-style-position: outside;
	background-position:0px 2px;
	background-repeat:no-repeat;
	line-height:1.5em;
	font-size:1.1em;
}

ol.liFeature li {
	background-size:30px;
	padding:8px 0 8px 40px;
	margin-bottom:7px;
	line-height:1.1em;
	font-size:1.1em;
}



.txtIconFlowTime {
	margin:0 0 10px 0;
}

.txtIconMikasa {
	font-size:1.3em;
	padding:0.3em 0.6em 0.2em 0.6em;
}

/*===========================
index
===========================*/

.indexCatchWrap {
	margin-bottom:20px;
}

.indexCatchWrap2 {
	padding:0.7em 0.6em 0.6em 0.6em;
}


.indexCatch {
	font-size: 1.2em;
	line-height:1.3em;
}

h2.h2Info {
	font-size: 1.4em;
}







/*===========================
consult
===========================*/



/*===========================
homecare
===========================*/

.pageTitleHomecare {
	background-size:220% !important;
}

/*===========================
contact
===========================*/


.contact table {
 width: 96%;
 margin: 0 0 3% 0;
 padding: 10px;
 background-color:#FFF;
 border:1px solid #EBEBEB;
}
.contact table tr {
 display: block;
}
.contact table th {
 display: list-item;
 padding:1em;
 border: none;
 text-align: left;
 font-weight: normal;
 vertical-align: top;
 width:auto;
 line-height: 1em;
}
.contact table td {
 display: list-item;
 width:auto;
 border: none;
 font-weight: normal;
 padding:1em;
}
 .contact .forml {
 width: 96%;
}
.contact .formm {
 width: 96%;
}


.contact .btnSend {
	width:100px;
}
.contact .btnReset {
	width:100px;
}

/*  privacy */

.privacy h3 {
	font-size:1.1em;
}

.privacy p {
}


}






 @media only screen and (max-width: 400px) {
	 

/*===========================
header
===========================*/


/*===========================
mainimage
===========================*/




/*===========================
snav
===========================*/

.snav {
}


.snav ul li a {
	float:none;
	width:50%;
	margin:0 auto;
}


	 
/*===========================
general
===========================*/

header .logo {
	float:none;
	margin:0 auto 1em auto;
	text-align:center;
	padding:0;
	width:90%;

}

/*
header .logo img {
	max-width:400px;
	width:95%;
	height:auto;
}

*/

.pcOFFsp2ON {
	display:block;
}

.pcONsp2OFF {
	display:none;
}



.content-title-small {
	font-size:1em;
}




dl.info dt {
	float:none;
	margin:0;
	padding: 0 0 0.2em 0;
}

dl.info dd {
	margin:0;
	padding: 0 0 0 0;
	border-bottom:#ccc dotted 1px;
	margin-bottom:7px;
}

dl.history dt {
	float:none;
	margin:0;
	padding: 0 0 0.2em 0;
}

dl.history dd {
	margin:0;
	padding: 0 0 0 0;
	border-bottom:#2B60AE dotted 1px;
	margin-bottom:7px;
}

dl.history2 {
	 border-top:#294DA9 dotted 1px;
	 padding-top:0.2em;
}

dl.history2 dt {
	float:none;
	margin:0;
	padding: 0.2em 0 0.2em 0;
	color:#060;
	font-weight:bold;
}

dl.history2 dd {
	margin:0;
	padding: 0 0 0 0;
	border-bottom:#767676 dotted 1px;
	margin-bottom:7px;
}



/* BeforeAfter */

.BeforeAfter {
	width:90%;
	height:auto;
}


.baDiv {
	width:100%;
	float:none;
	margin:0 1% 2% 1%;
	text-align:center;
}

.baArrowWrap {
	width:100%;
	float:none;
	margin:0 auto 2% auto;
	
}


.baArrow {
	background-image:url(../img/common/arrow_down.png);
	width:80px;
	height:52px;
	text-indent:-7777px;
	background-repeat:repeat;
	margin:0 auto;
}


/*===========================
footer
===========================*/




/*===========================
index
===========================*/

/*===========================
recruit
===========================*/

.recruitFirst {
	padding:30px 0;
	background:url(../img/recruit/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
.catchRecruit1 {
	font-size: 1.6em;	
	margin-bottom:0.6em;
}

.catchRecruit2 {
	font-size:1.5em;
	margin-bottom:0.4em;
	line-height:1.2em;
}



	 

}



