@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td { 
	margin: 0;
	padding: 0;
}

input, textarea {
	margin: 0;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

fieldset, img { 
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul, li {
	list-style: none;
}


caption,
th {
	text-align: left;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	line-height:150%;
}
h4.none { display:none; }
h4.blue { color:#33A4F2; margin-left:20px; margin-top:20px; margin-bottom:30px; }


q:before,
q:after { content:''; }

abbr,
acronym { border: 0; }

body,
table,
input, textarea, select, option { font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif; color:#666666; }

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


.size1 { width:250px; }
.size2 { width:160px; }
.size3 { width:340px; }
.size4 { width:500px; }
.size5 { width:620px; }


.topindent1 { margin-top:20px; }



.textCenter { text-align:center; }
.textRight   { text-align:right; }




.img_mi1 { vertical-align:baseline; }


ul.disc    { padding-left:20px; margin-left:20px; }
ul.disc li { list-style:disc; }



/*------------------------------------------------------------
	base
------------------------------------------------------------*/
body {
	background-color:#D5F3FF;
	color: #666;
	text-align: center;
	line-height: 1.5;
}

#base {
	background:url(../img/body_bg01.jpg) left top repeat-x;
}

#container {
	background:url(../img/body_bg02.png) center bottom no-repeat;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
h1 {
	background-color:#9ED8F5;
	text-align:left;
	font-weight: normal;
}

h1 span {
	display:block;
	font-size:12px;
	color:#333333;
	height:25px;
	line-height:25px;
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	margin:0 auto;
	padding:30px 0 33px;
	text-align:left;
}

#header ul li {
	float:left;
}

#header ul .li01 {
	padding-left:8px;
}

#header ul .li02 {
	padding:1px 0 0 24px;
}

#header ul .li03 {
	padding:6px 0 0 25px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#nav                   { display: block; width:801px; margin:0 auto 40px; }
#nav ul                { display: block; height: 62px; background-image: url(../img/navi.png); background-position:top center; background-repeat: no-repeat; }
#nav li                { float: left; }
#nav li span           { display: none; }
#nav ul li             { display: block; float: left; width:200px; height:62px; }
#nav ul li a           { display: block; height:62px; background-image: url(../img/navi.png); background-repeat: no-repeat; }
#nav ul li a.m1        { background-position:0px top; }
#nav ul li a:hover.m1,
#index #nav ul li a.m1 { background-position:0px bottom; }
#nav ul li a.m2        { background-position:-200px top; }
#nav ul li a:hover.m2  { background-position:-200px bottom; }
#nav ul li a.m3        { background-position:-400px top; }
#nav ul li a:hover.m3  { background-position:-400px bottom; }
#nav ul li a.m4        { background-position:-600px top; }
#nav ul li a:hover.m4,
#access #nav ul li a.m4 { background-position:-600px bottom; }





/*------------------------------------------------------------
	contents
------------------------------------------------------------*/
#contents {
	width:880px;
	margin:0 auto;
	text-align:left;
}

#contents .mBox {
	border:1px solid #E6E6E6;
	background-color:#fff;
	padding-bottom:90px;
}

#contents .mainBox {
	border-bottom:1px solid #E6E6E6;
	margin-bottom:50px;
	padding-bottom:0;
}

.mainBox .pic {
	float:left;
}

.mainBox .text {
	float:left;
	width:370px;
	margin:0 2px 0 20px;
	padding-top:14px;
	
}

.mainBox .text p {
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #9ED8F5;
}

.mainBox .text dl {
	padding-top:5px;
}

.mainBox .text dl dt {
	font-size:14px;
	font-weight:bold;
	color:#5BA5F0;
}

.mainBox .text dl dd {
	font-size:12px;
	letter-spacing:-1px;
}

.mainBox .photo {
	float:left;
	padding-top:14px;
}

.mBox .mBoxInner {
	margin:0 40px;
}

.mBox .sec {
	border-bottom:1px solid #9ED8F5;
	padding:22px 0 12px 0;
}

.mBox .sec .secInner {
	padding:0 40px 0 30px;
}

.mBox .sec .toTop {
	text-align:right;
	padding-right:5px;
}

.mBox .sec table {
	width:430px;
	margin-bottom:20px;
}

.mBox .sec table th,
.mBox .sec table td {
	border:1px solid #999;
	width:50%;
	font-size:16px;
	padding:10px;
}

.mBox .sec table th {
	font-weight:normal;
}

.mBox .sec table th span {
	font-size:12px;
}

.mBox .sec table td span {
	color:#FF6600;
	font-size:20px;
	font-weight:bold;
	background:url(../img/arrow_bg01.gif) 4px center no-repeat;
	padding-left:30px;
}
.mBox .sec table td span.color1 { color:#666666; font-size:16px; font-weight:normal; }

.mBox .sec h3 {
	font-size:20px;
	font-weight:bold;
	color:#34A4F4;
	background:url(../img/title_bg01.png) left 3px no-repeat;
	padding:0 0 14px 58px;
}

#main h2 {
	text-align:center;
	font-size:24px;
	color:#FF6600;
	padding-bottom:18px;
}

#main .p01 {
	color:#FF6600;
	font-size:18px;
	padding:0 0 5px 70px;
}

#main .p02 {
	text-align:right;
	padding-right:5px;
}


#ps .life { width:730px; margin:0 auto; } 
#ps .life ul { margin-left:20px; padding-left:20px; }
#ps .life li  { list-style:disc; }


#ps .problem {
	width:100%;
}

#ps .problem .box_symptom { border:2px solid #999999; padding:15px; margin-bottom:25px; }
#ps .problem .box_symptom h4 { line-height:120%; }




#ps .problem .boxTop {
	background:url(../img/box01_top_bg.gif) center top no-repeat;
	height:9px;
}

#ps .problem .boxBottom {
	background:url(../img/box01_bottom_bg.gif) center bottom no-repeat;
	height:9px;
	margin-bottom:15px;
}

#ps .problem .box {
	background:url(../img/box01_bg.gif) center top repeat-y;
	width:702px;
	display:table;
}

#ps .problem .box .pic {
	display:table-cell;
	vertical-align:middle;
	padding:0 0 0 40px;
}

*+html #ps .problem .box .pic {
	float:left;
}

#ps .problem .box h4 {
	display:table-cell;
	vertical-align:middle;
	width:540px;
	font-size:20px;
	font-weight:normal;
}

*+html #ps .problem .box h4 {
	padding:20px 0 0 20px;
}

#ps .solution {
	margin-top:30px;
	margin-bottom:25px;
}

#ps .solution .pic {
	float:right;
	padding:0 30px 0 0;
}

#ps .solution .text {
	float:left;
	width:523px;
	position:relative;
	margin-top:20px;
}

#ps .solution .text .imgAnswer {
	position:absolute;
	right:-38px;
	top:50%;
}

#ps .solution .text .boxTop {
	background:url(../img/box02_top_bg.gif) center top no-repeat;
	height:12px;
}

#ps .solution .text .boxBottom {
	background:url(../img/box02_bottom_bg.gif) center bottom no-repeat;
	height:12px;
}

#ps .solution .text .box {
	width:523px;
	background:url(../img/box02_bg.gif) center top repeat-y;
}

#ps .solution .text .box p {
	font-size:15px;
	padding:3px 15px;
}

#symptoms { margin-top:20px; }

#symptoms img {
	float:left;
	padding-bottom:20px;
}

#symptoms p {
	float:left;
	font-size:16px;
	width:235px;
	margin:0 48px 0 0;
}

#price p {
	font-size:16px;
}

#price h4 {
	font-size:20px;
	color:#FF6600;
}

#access .accessMap p {
	text-align:right;
	padding-bottom:15px;
}

#access .accessMap .map {
	text-align:center;
	border:1px solid #999;
	padding:30px 0;
}

#access .tTel {
	text-align:center;
	padding:30px 0 40px;
}

#access .linkG dl {
	float:right;
	margin:-18px 0 15px;
}

#access .linkG dt {
	float:left;
	padding:60px 18px 0 0;
	background:url(../img/arrow_bg01.gif) right 64px no-repeat;
	margin-right:5px;
}

#access .linkG dd {
	float:left;
}

#area {
	border-bottom:none;
}

#area p {
	font-size:16px;
	padding-bottom:40px;
}

#road {
	border-bottom:none;
}

#road .roadBox {
	padding-bottom:60px;
}

#road .roadBox .text {
	float:left;
	width:300px;
}

#road .roadBox .text h4 {
	font-size:18px;
	font-weight:normal;
}

#road .roadBox .text .des {
	text-indent:-1em;
	padding-left:1em;
	font-size:18px;
	font-weight:bold;
	color:#201713;
	letter-spacing:-1px;
}

#road .roadBox .text .des p {
	padding-bottom:1em;
}

#road .roadBox .text .des .p01 {
	padding-left:1em;
}

#road .roadBox .pic {
	float:right;
}

#road .des ul { margin:0; list-style:none; }
#road .des li { text-indent:-1.5em; padding-left:1.5em; }
#road .des li img,
#road .des li table { border:none; display:inline-block; margin:0; padding:0; text-indent:0; }
#road .des li table td { text-align:center; border:none; margin:0; padding:5px; }
#road .des li a:hover img { position:relative; top:1px; left:1px; }

/*-----------お客様の声------------*/
.balloon5 {
    width: 100%;
    margin: 1.5em 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 80px;
    text-align: center;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;   
}
.balloon5 .faceicon .line{
    background: linear-gradient(transparent 50%, #ffc888 50%);
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 105px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}
.sym{font-size: 0.7em;}
/*-------お客様の声(ここまで)--------*/


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color:#E3FBFF;
	border-top:2px solid #9ED8F5;
}

#footerInner {
	width:880px;
	margin:0 auto;
	text-align:left;
}

#footer .fBox {
	padding:15px 0 0 15px;
}

#footer .fBox .logo {
	padding-bottom:10px;
}

#footer .fBox .address {
	font-size:14px;
	color:#003F7F;
}

#footer .copyright {
	text-align:right;
	font-size:12px;
	padding:0 0 10px;
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft     { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight   { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0   { margin-top: 0 !important; }
.mt5   { margin-top: 5px !important; }
.mb0   { margin-bottom: 0 !important; }
.mb35 { margin-bottom: 35px !important; }
.mb45 { margin-bottom: 45px !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/

.floatL { float: left !important; }

.floatR { float: right !important; }

img    { vertical-align: top; }

li img,
dl img { display: block; vertical-align: baseline; }