/*-- 基本要素 --*/


/*--------------------------------------------------------------*/
body {
	color: #444;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";

	position:relative;
	padding:0 0 60px;
	min-width: 1200px;
}
body#form{
	padding:0;
}

div.blog_font{
	font-size: 15px;
}

/*--------------------------------------------------------------*/
/* 見出し */
h1{
color: #333;
font-size: 32px !important;
padding-bottom: 10px;
border-bottom: 3px solid #004098; /* メインカラー */
margin-bottom: 5px;
font-weight: bold;
float:none !important;
}

h2{
background: #004098; /* メインカラー */
    color: #fff;
    padding: 15px 20px;
    font-size: 24px !important;
    border-radius: 4px; /* わずかに角丸 */
    margin-bottom: 20px;
    line-height: 1.4;
}

h3{
font-size: 18px !important;
    padding: 10px 15px;
    border-left: 6px solid #004098;
    background-color: #f4f7fa; /* 青みのある薄いグレー */
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 30px;
}

h4{
font-size: 16px !important;
    padding: 5px 0 5px 25px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-top: 20px;
}
h4:before{
content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #004098;
    clip-path: polygon(0 0, 100% 50%, 0 100%); /* 三角形 */
}

.bloginfo{
	display:none;
}

/* 商談祭用背景調整 */
#header-bnr{
	margin:0 auto;
	height:68px;
	padding:0;
	background:url(../img/header/bg-headBnr.jpg) repeat-x center top;
	text-align:center;
}
#header-bnr_sp{
	display:none;
}

body#iframe{
	background:none;
	text-align:left;
}
#wrap {
	width:1200px;
	text-align: left;
	margin:0 auto;
	padding:0;
	position:relative;
}
/*-- テキストデコレーション --*/
/*--------------------------------------------------------------*/
/* line-height */
/* ----------------------------------------------------- */
p,dt,dd,li,th,td,textarea{
	line-height:1.7;
}
form button{
	border:none;
	background:none;
	cursor:pointer;
}
.attention{
	color:#E30005;
	font-weight:bold;
}
.attention2{
	color:#004098;
	font-weight:bold;
}
.attention3{
	color:#FF0;
	font-weight:bold;
	padding:0 10px;
	background:#004098;
}
.red{
	color:#CA0001;
}
.tc-green{
	color:#60BF00;
}
.tc-blue{
	color:#2A8FCE;
}
.sb{
	font-weight:bold;
}
.sb2{
	font-weight:bold;
	font-size:14px;
}
.send-btn{
	padding:15px 0;
	text-align:center;
}

.catch-l{
	border-bottom:1px #CCC solid;
	padding-bottom:20px;
}
.greeting{
	font-size:14px;
	line-height:1.8;
	margin:0 0 35px;
}
.t-right{
	text-align:right;
	margin:0 0 20px;
}
.t-center{
	text-align:center;
	margin:0 0 20px;
}
.big{
	font-size:22px;
}
.big2{
	font-size:16px;
}
.big3{
	font-size:40px;
}
.big4{
	font-size:30px;
}
.fs20{
	font-size:20px;
}
.middle{
	font-size:14px;
}
.small{
	font-size:10px;
}
.mb30{
	margin-bottom:50px;
}
.box-col{
	border:1px #CCC solid;
	background:#F5F5F5;
	padding-top:10px;
	margin:0 0 25px;
}
.tul-r{
	text-decoration:underline;
	text-decoration-color:#F00;
}
.txt-hi{
	line-height:2.0;
}
.kakudai{
	background:url(../img/icon/icon05.jpg) no-repeat 0.4em;
	padding:0 0 0 30px;
}
.kakudai a{
	text-align:right;
}
.va-mid{
	vertical-align:middle;
}
.t-underline{
	text-decoration:underline;
}
/* btn */
.link-btn{
	text-align:right;
}
.link-btn a{
	padding:5px 20px;
	background:#007FFF;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	font-weight:bold;
}
.link-btn a:link,
.link-btn a:visited{
	color:#000;
	text-decoration:none;
}
#main ul.center-img{
	margin:0 0 40px;
	text-align:center;
}
#main ul.center-img li{
	margin:0;
}
/* フォームパーツ */
.form-required{
	font-size:12px;
	padding:0 8px;
	color:#FFF;
	font-weight:bold;
	background:#F00;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	line-height:1.5em;
}
.form-any{
	font-size:12px;
	padding:0 8px;
	color:#FFF;
	font-weight:bold;
	background:#48C6FB;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	line-height:1.5em;
}
th .form-required,
th .form-any{
	position:absolute;
	right:20px;
}
dl.pc-otherItems dt{
	width:250px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	margin:0 0 10px;
	padding:2px 0;
	text-align:center;
	border:solid #CCC 1px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background: #007F00;
	background: -webkit-gradient(linear, left top, left bottom, from(#00B700), to(#007F00));
	background: -webkit-linear-gradient(top, #00B700, #007F00);
	background: -moz-linear-gradient(top, #00B700, #007F00);
	background: -ms-linear-gradient(top, #00B700, #007F00);
	background: -o-linear-gradient(top, #00B700, #007F00);
	background-image: -ms-linear-gradient(top, #00B700 0%, #007F00 100%);
}



/*-- リンク指定 --*/

a:link,
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
a img.over:hover{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#path a:link,
#path a:visited{
	text-decoration: none;
	color:#003366;
}
#path a:hover{
	text-decoration: underline;
	color:#003366;
}
#path li {
	display: inline;
	color: #000;
}
#path .disabled {
    pointer-events: none;
}
#path li a:link,
#path li a:visited {
	color: #036EAB;
	text-decoration: underline;
}
/*--------------------------------------------------------------*/
/*-- ヘッダー --*/
#header{
	margin:0;
	margin-top:-32px;
/*
	background:url(../img/header/bg.jpg) repeat-x;
 */
}
#header div.head-in{
	width: 1200px;
	margin:0 auto;
	position:relative;
}
#header p#top-btn{
	position:absolute;
	top:0;
	right:215px;
	margin:0;
}
#header p#top-btn2{
	position:absolute;
	top:0;
	right:0px;
	margin:0;
}
#top #header{
/*
	margin:0 auto 18px;
 */
}
#header #head-t{
	margin:0 0 0px;
}
#header p#logo{
	float:left;
	width:428px;
	margin:0px;
	padding:0px;
}
/*-- head --*/
#header div.right-col{
	width: 535px;
	float:right;
	margin:0;
}
#header div.right-col p.btn-s{
	width:160px;
	float:left;
	margin:0 0 0 10px;
}
#header ul.t-nav {
    margin: 0 0 0 0;
    float: right;
}
#header p {
    margin: 0px;
}

#header ul.t-nav>p>a>img {
    float: right;
    margin: 0 0 5px 0;
}
/*-- g-nav --*/
/*
#header #g-nav {
	width:1200px;
	margin:3px 0px 3px 0px;
	padding: 0px;
	background:url(../img/header/bg_gnav2.gif) repeat-y right;
}
#header #g-nav li{
	float:left;
	width:20%;
	margin:0;
	padding:0;
	background:url(../img/header/bg_gnav2.gif) repeat-y left;
}
#header #g-nav li.last{
}
#header #g-nav li a{
	text-decoration:none;
	display:block;
	width:97%;
	margin:0 1% 0 2%;
	padding:5px 0;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	line-height:1.1em;
}
#header #g-nav li a:hover{
	background:#333;
	color:#FF0;
}
 */

/* 20170828更新分 */

#header p#logo {
    float: left;
    margin: 0 0 0 0;
    position: relative;
}

#header div.right-col {
    float: right;
    margin: 0 0 0 0;
}

#header ul.t-nav {
    margin: 0 0 0 0;
    float: right;
}

#g-nav {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 0px;
    background: url(../img2/top/wakusen.gif) repeat-y right;
}

#g-nav li {
    float: left;
    width: 238.8px;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #024093;
    color: #fff;
    background: url(../img2/top/wakusen.gif) repeat-y left;
}

#g-nav li : before {
    border-left: 1px solid #85a1c9;
}

/*#g-nav li.last {
    background: url(../img2/top/wakusen.gif) repeat-y left;
}*/

#g-nav li>a {
    text-decoration: none;
    display: block;
    width: 97%;
    margin: 0 1% 0 2%;
    padding: 8px 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1em;
    text-align: center;
    color: #ffffff;
}

#g-nav li a:hover {
    color: #FF0;
}

#g-nav > li > div {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    background: rgba(11,28,51,0.9);
    z-index: 110;
    padding: 25px 0 5px;
    text-align: center;
}

#g-nav div.col {
    display: block;
}

#g-nav div.col dl.long {
    width: 600px;
    float: left;
    margin: 0 3% 40px;
}

/*#g-nav div.col dl.long dt {
    width: 140px;
}*/

#g-nav div.col dl.long a {
    display: block;
}

.long>dd>a>img {
    height: 88px;
}

#g-nav div.col dd {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    color: #fff;
}

#g-nav > li > div p.close-h {
    text-align: center;
    margin: 0 auto 15px;
    cursor: pointer;
    color: #fff;
    width: 68px;
    height: inherit;
}

#header p#logo img{
    width:508px;
}

#open-col{
    width: 1200px;
    margin: auto;
}

#g-nav div.col dl.long:nth-of-type(1){
    margin: 0 0 0 0;
}

#g-nav div.col dl.long:nth-of-type(2){
    margin: 0 0 0 0;
}

#g-nav div.col dl.long:nth-of-type(3) {
    margin: 0 0 0 0;
}

#g-nav div.col dl.long:nth-of-type(4) {
    margin: 0 0 0 0;
}

.long>dt{
    float: left;
    margin: 0px 15px 40px 0;
}

.long>dd{
    float: left;
}

.nav-bgcolor{
    background-color: #024093;
/*    height: 35px;*/
}

.tel-num>img{
    padding: 0 0px 0 0;
    margin: 0 0 5px 0;
}

#header ul.t-nav>p>a>img {
    float: right;
    margin: 0 0 5px 0;
}




/*--------------------------------------------------------------*/
/*-- コンテンツ --*/

#contents {
	width:1200px;
	margin: 0 auto 40px;
	padding: 0;
}
#path {
	font-size: 14px;
	text-align:left;
	padding:8px 0 6px 10px;
	margin:0 0 8px;
	color:#333;
}
#to-top {
	text-align: right;
	margin:0;
	padding:0;
}

/*-- メイン --*/
#main{
	margin:auto;
	padding:0;
	width:980px;
}
#plan #main,
#finder #main {
	float:left;
	width: 720px;
	margin:0;
	padding:0;
}

/*-- フェイスブックバナー --*/
#fb-bnr{
	position:fixed;
	top:50px;
	right:0;
	width:160px;
	height:160px;
	z-index:8765;
	cursor:pointer;
}

/*-- サイドメニュー --*/
/*--------------------------------------------------------------*/
#side-wrap {
	width: 230px;
	float: right;
	margin:52px 0 0;
}
#side-wrap h3{
	background:url(../img/side/ttl_bg.jpg) no-repeat;
	margin:0;
	padding:12px 0 16px 10px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}
#side-wrap p.ttl{
	margin:0;
	padding:0;
}
/*-- サイドのバナー　--*/
#side-wrap .bnr{
	text-align:center;
	margin:0 0 15px;
}
#side-wrap .bnr li{
	margin:0 0 8px;
}
#side-wrap .bnr li.txt-s{
	margin:0 8px 0 5px;
	width:220px;
	text-align:left;
	font-size:10px;
}

/*-- サイド階層ナビ --*/
#side-wrap div.s-nav{
	width:228px;
	border:solid #CCCCCC 1px;
	background:#EBEEE8;
	margin:0 0 10px;
	padding:6px 0;
}
#side-wrap div.s-nav ul{
	background:#FFF;
	width:218px;
	margin:0 5px;
}
#side-wrap div.s-nav li{
	margin:0;
	border-bottom:1px #CCC dotted;
}
#side-wrap div.s-nav li a{
	display:block;
	font-weight:bold;
	padding:12px 0 12px 25px;
	background:url(../img/side/bg_snav.gif) no-repeat 0.2em;
}
#side-wrap div.s-nav li a:link,
#side-wrap div.s-nav li a:visited,
#side-wrap div.s-nav li a:hover{
	color:#333;
	text-decoration:none;
}
#side-wrap div.s-nav li a:hover,
#side-wrap div.s-nav li a:active{
	background:#D5DBCE url(../img/side/bg_snav-o.gif) no-repeat 0.2em;
	padding:12px 0 12px 25px;
}

/*--------------------------------------------------------------*/
/*-- フッター --*/
#footer{
	background:url(../img/footer/bg_footer01.gif) repeat-x;
	padding:0px;
	margin:0;
	clear:both;
}
#footer #footer-inner{
	width:1200px;
	margin:0 auto;
	padding:10px 0 0;
}
/*-- f-navi --*/
#footer #f-navi {
	margin:10px 0 0;
	padding:0;
	text-align:left;
	font-size:12px;
}
#footer #f-navi dl{
	width:240px;
	min-height:140px;
	float:left;
	padding-bottom:5px;
	margin:0 0 0 15px;
}
#footer #f-navi dt a:link,
#footer #f-navi dt a:hover,
#footer #f-navi dt a:visited{
	color:#FFF;
}
#footer #f-navi dt{
	font-weight:bold;
	margin:0 0 10px;
	color:#333;
}
#footer #f-navi dd{
	margin:0 6px 5px 2px;
	padding:0 0 0 16px;
	background:url(../img/footer/icon.gif) no-repeat 0.2em;
}
#footer #footer-inner ul.add{
	margin:0 0 0 0;
	padding:10px;
	float:right;
	width:700px;
	background:#FFF;
	border:1px #CCC solid;
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
}
#footer #footer-inner ul.add li{
	margin:0 0 5px;
}
#footer #footer-inner ul.add li.catch{
	width:700px;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px;
}
#footer #footer-inner ul.add li.add-txt{
	float:left;
	font-size:14px;
}
#footer #footer-inner ul.add li.add-logo{
	float:right;
	margin:0 10px 0 0;
}
/* copy-wrap */
#copy-wrap{
	margin:0;
	height:75px;
	background:url(../img/footer/bg_footer02.gif) repeat-x;
}
#copy-wrap #copy-inner{
	width:1200px;
	margin:0 auto;
	padding: 0px 0 10px;
}
#copy-wrap #copy-inner li.copylight{
	color:#333;
	float:left;
}
#copy-wrap #copy-inner li.logo-f{
	float:right;
}
#copy-wrap #copy-inner li.logo-f a{
	font-weight:bold;
	color:#333;
	text-decoration: none;
}
#footer a:link,
#footer a:visited {
	color:#000;
	text-decoration: none;
}
#footer a:hover {
	color:#000;
	text-decoration: underline;
}

#favorite{
	width:50px;
	top:50px;
	right:0px;
	position:fixed;
	margin:0;
}
#fb-like{
	width:70px;
	top:279px;
	right:0px;
	position:fixed;
	margin:0;
}

/*--------------------------------------------------------------*/
/*-- コンテンツ要素 --*/

.img-l {
	float: left;
	margin: 0px 10px 10px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 10px 10px;
}
.img-c{
	text-align:center;
	margin:0 0 50px;
	padding:0;
}
.a-link {
	text-align: right;
	line-height: 16px;
	margin: -5px 16px 15px;
}
.a-link a {
	font-size: 12px;
	padding: 0px 0px 0px 20px;
}
p{
	margin:0 10px 20px;
}
p.lead {
	margin: 0px 14px 25px;
}
p.notice {
	text-indent: -12px;
	padding: 0px 0px 0px 12px;
}

ul{
	margin:0 0 15px;
}
/*-- カテゴリーリンク指定 --*/

.category-link {
	padding: 10px 0px;
	margin: 0px 12px 0px 13px;
}
.category-link dt {
	background: url(../img/c_link_dt.gif) no-repeat left top;
	font-weight: bold;
	line-height: 14px;
	padding: 1px 0px 0px 13px;
	margin: 0px 12px 5px;
}
.category-link dd {
	background: url(../img/c_link_dd.gif) repeat-x left top;
	padding: 15px 13px 0px;
	margin: 0px;
}
.category-link ul {
	margin: 0px;
}
.category-link li {
	list-style-type: none;
	background: url(../img/c_link_li.gif) no-repeat left top;
	float: left;
	line-height: 14px;
	padding: 0px 70px 0px 20px;
	margin: 0px 0px 0px 0px;
}

/*-- リスト指定 --*/

.list-1 {
	margin: 0px 16px;
}
.list-1 li {
	list-style-type: none;
	background: url(../img/ic_1.gif) no-repeat 0px 6px;
	padding: 0px 0px 0px 13px;
	margin: 0px;
}

/*-- テーブル指定 --*/

.table-1 {
	margin: 0px 5px 20px;
	width:99%;
	border-top:solid #ccc 1px;
	border-left:solid #ccc 1px;
	border-right:solid #ccc 1px;
}
.table-1 th {
	background:#E9ECE6 url(../img/th_bg.gif) no-repeat left top;
	font-weight: bold;
	border-bottom:solid #ccc 1px;
	color: #555;
	text-align: left;
	padding: 5px 28px 5px 10px;
	white-space: nowrap;
	width: 25%;
	font-size:14px;
	position:relative;
}
.table-1 th.tbl1_bg{
	background:#EEFFFF;
}
.table-1 td {
	border-bottom:solid #ccc 1px;
	border-left:solid #ccc 1px;
	color: #555;
	text-align: left;
	vertical-align: top;
	padding: 7px 7px 5px 15px;
	font-size:14px;
}
#main .table-1 td p{
	font-size:14px;
	margin:0 0 7px;
	padding:0;
}
#main .table-1 td p.small{
	font-size:12px;
}
ul.t-li{
	width:100%;
	margin:0;
}
ul.t-li li{
	width:25%;
	float:left;
	margin:0 0 10px;
}
/* table com-t */
.com-t{
	margin:0 0 60px 10px;
	width:98%;
}
.com-t th{
	border-bottom:solid #CCC 1px;
	padding: 5px 100px 7px 5px;
	white-space: nowrap;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
}
.com-t td{
	border-bottom:solid #CCC 1px;
	padding: 5px 4px 7px 25px;
	line-height:1.5;
	font-size:14px;
}
.com-t td.line-r{
	border-right:1px solid #CCC;
}
.com-t td ul{
	margin:0;
}
/* table com-t2 */
.com-t2{
	margin:0;
	width:98%;
}
.com-t2 th{
	border-bottom:solid #CCC 1px;
	padding: 5px 12px 7px 5px;
	white-space: nowrap;
	vertical-align:top;
	font-size:14px;
	font-weight:bold;
}
.com-t2 td{
	border-bottom:solid #CCC 1px;
	padding: 5px 4px 7px 5px;
	line-height:1.5;
	font-size:14px;
}
.com-t2 td span.small{
	font-size:12px;
}
/* table keisan */
table.keisan{
	margin:0;
	width:80%;
	text-align:center;
}
table.keisan th{
	white-space: nowrap;
}
table.keisan td{
	white-space:normal;
	line-height:1.5;
}
form input.focus,
form textarea.focus{
	background:#EEE;
	border:solid #09F 2px;
}
form input,
form textarea,
form select{
	font-size:14px;
}
/*-- ボックス指定 --*/

.box {
	border-top: solid #89B3D9 1px;
	border-bottom: solid #89B3D9 1px;
	background-color: #EEF7FD;
	padding: 8px 0px;
	margin: 0px 16px 15px;
	font-size:18px;
}
.box li {
	display: inline;
	background: url(../img/ic_1.gif) no-repeat 0px 3px;
	margin: 0px 20px 0px 0px;
}

/*-- PDFバナー --*/

.pdf {
	background: url(../img/line_dot.gif) repeat-x left top;
	padding: 8px 3px 0px;
	margin: 0px 15px 8px;
}
.pdf a {
	padding: 0px 0px 0px 20px;
}
.pdf-bn {
	border: solid 1px #C2C2C2;
	background-color: #FAFAFA;
	margin: 0px 18px 25px;
	padding: 10px 15px;
}
.pdf-bn img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.pdf-bn p {
	font-size: 11px;
	margin: 0px;
	line-height: 150%;
}
/* タブ切り替え */
/* ----------------------------------------------------- */
#main ul.tub{
	margin:0;
	padding:0;
}
#main ul.tub li{
	float:left;
	display:inline;
	margin:0 3px 0 2px;
	padding:0;
}
/* info-col */
/* ----------------------------------------------------- */
#info-col{
	margin:0 0 30px;
	padding:0;
	height:121px;
}
#info-col p{
	padding:15px 4px 0 8px;
	margin:0 0 15px;
}
#info-col dl{
}
#info-col dt{
	float:left;
	margin:0 20px 0 20px;
}
#info-col dd{
	float:right;
	margin:10px 20px 0 0;
}

/* pic-article */
/* ----------------------------------------------------- */
#main .pic-article{
	width:980px;
	margin:20px 0 25px 0;
}
#knowledge .pic-article{
	width:730px;
	margin:0 0 35px;
}
#main div.pic-article p,
#main div.pic-article ul,
#main div.pic-article ol,
#main div.pic-article dl{
	margin:0 0 10px;
}
#main div.pic-article table{
	width:100%;
	margin:0 0 10px;
}
#main div.pic-article div.txt{
	overflow:hidden;
	margin:0 10px;
}
#main div.pic-article div.esp {
	margin: 0 8px;
}
#main div.pic-article div.txt dt{
	margin:0 0 10px;
}
#main div.pic-article div.txt li{
	margin:0 0 8px;
}
#main div.pic-article div.txt dd{
	margin:0 0 6px;
}
.ie6 #main div.pic-article div.txt,
.ie7 #main div.pic-article div.txt{
  display:inline;
  zoom:1;
}
#main .pic-article img.border{
	border:1px solid #CCC;
}
#main div.pic-article div.txt span{
	/*font-size:12px;*/
}
#main div.bg_wrap{
	background:url(../img/plan/bg_wrap.jpg) no-repeat bottom;
}
/* p-type01 */
#main div.p-type01 p.pic,
#main div.p-type01 div.pic{
	float:right;
}
#main div.p-type01 p.pic img{
	margin:0 10px 0 35px;
}
/* p-type02 */
#main .p-type02 p.pic,
#main .p-type02 div.pic{
	float:left;
}
#main .p-type02 .pic img{
	margin:0 25px 0 10px;
}
/* p-type01res */
#main .p-type01res p.pic,
#main .p-type01res div.pic{
	float:right;
	width:320px;
	margin:0 25px 0 10px;
}
#main .p-type01res p.pic img,
#main .p-type01res div.pic img{
	width:100%;
}
#main .p-type01res div.txt{
	width:605px;
	margin:0 10px 0 0;
	float:left;
}
/* p-type02res */
#main .p-type02res p.pic,
#main .p-type02res div.pic{
	float:left;
	width:320px;
	margin:0 25px 0 10px;
}
#main .p-type02res p.pic img,
#main .p-type02res div.pic img{
	width:100%;
}
#main .p-type02res div.txt{
	width:605px;
	margin:0 10px 0 0;
	float:right;
}



#main div.line{
	border-bottom:2px #CCC solid;
	padding-bottom:7px;
}
#main .u-line{
	border-bottom:1px #999 dotted;
	padding-bottom:7px;
}
#main .pic-border{
	padding:0 0 35px;
	border-bottom:solid #CCC 1px;
	margin:20px 0 35px 10px;
}
#main .paMb-50{
	margin:20px 0 50px 0px;
}

/* num01 */
ol.num01 li{
	list-style:decimal;
	margin:0 10px 8px 34px;
}
.ie6 ol.num01 li,
.ie7 ol.num01 li{
	margin:0 8px 8px 24px;
}
#main ol.num01 dl,
#main ol.num01 ul,
#main ol.num01 ol{
	margin:10px 0;
}
#main ol.num01 ul li{
	margin:0 0 5px;
}
/* marker01 */
ul.marker01 li{
	list-style:none;
	margin:0 0 5px 10px;
	padding:0 0 0 20px;
	background:url(../img/common/marker01.gif) no-repeat 0 0.4em;
}
ul.marker01 li ul{
	padding-top:10px;
}
ul.marker01 li ul li{
	background:none;
}

/* marker02 */
ul.marker02 li{
	list-style:none;
	margin:0 0 5px 15px;
	padding:0 0 0 22px;
	background:url(../img/icon/icon04.gif) no-repeat 0.2em;
}
ul.marker02 li ul{
	padding-top:10px;
}
ul.marker02 li ul li{
	background:none;
}
/* marker03 */
ul.marker03{
	width:100%;
}
ul.marker03 li{
	width:50%;
	list-style:none;
	margin:0 0 15px;
	padding:0 0 0 20px;
	background:url(../img/common/marker01.gif) no-repeat left center;
	box-sizing:border-box;
	float:left;
}
ul.marker02 li ul{
	padding-top:10px;
}
ul.marker02 li ul li{
	background:none;
}
/*-- フッターの電話番号 --*/
#fixFooter{
	background:url(../img/f-tel/bg_footer.png) repeat-x bottom;
	height:96px;
	position:fixed;
	bottom:0;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 33;
}
#fixFooter ul{
	/* width:1200px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	max-width: 1100px;
	width: 100%;
}
#fixFooter ul li{
	display:inline;
	margin: 0;
}
#fixFooter ul li.footer_btn2 {
	width: auto;
}

#fixFooter ul li.txt02{
	margin:8px 0 0;
}

/* エアコンあれこれbase */
/* ----------------------------------------------------- */
#knowledge #main{
	margin: 0 auto 30px;
}
#knowledge #right-main{
	float:right;
	width:720px;
	margin:0 0 50px;
}
/*-- サイドメニュー --*/
#side-wrap {
	width: 230px;
	float:left;
	margin:52px 0 0;
}
#knowledge #side-wrap{
	margin:0;
}
#slidebar{
	width:230px;
	float:left;
	margin:0;
	background:#FFF;
	position:relative;
}
#main #side-wrap h3{
	border:none;
	background:url(../img/side/ttl_bg.jpg) no-repeat;
	margin:0;
	padding:12px 0 16px 10px;
	font-weight:bold;
	font-size:18px;
	color:#FFF;
}
#side-wrap p.ttl{
	margin:0;
	padding:0;
}
/*-- サイド階層ナビ --*/
#side-wrap div.s-nav{
	width:228px;
	border:solid #CCCCCC 1px;
	background:#EBEEE8;
	margin:0 0 10px;
	padding:6px 0;
}
#side-wrap div.s-nav ul{
	background:#FFF;
	width:218px;
	margin:0 5px;
}
#side-wrap div.s-nav li{
	margin:0;
	border-bottom:1px #CCC dotted;
}
#side-wrap div.s-nav li a{
	display:block;
	font-weight:bold;
	padding:12px 0 12px 25px;
	background:url(../img/side/bg_snav.gif) no-repeat 0.2em;
}
#side-wrap div.s-nav li a:link,
#side-wrap div.s-nav li a:visited,
#side-wrap div.s-nav li a:hover{
	color:#333;
	text-decoration:none;
}
#side-wrap div.s-nav li a:hover,
#side-wrap div.s-nav li a:active{
	background:#D5DBCE url(../img/side/bg_snav-o.gif) no-repeat 0.2em;
	padding:12px 0 12px 25px;
}
/*-- 業務用エアコンのサイドナビ　--*/
#side-wrap dl.side-nav{
	margin:0 0 20px;
	border:1px solid #CCC;
}
#side-wrap dl.side-nav dt{
	font-size:14px;
	font-weight:bold;
	padding:6px 0 6px 20px;
	margin:0 0 6px;
	background:#EEFFFF url(../img/side/mark01.gif) no-repeat 0.2em;
	border-top:1px dotted #888;
}
#side-wrap dl.side-nav dd{
	margin:0 0 10px;
	padding-bottom:6px;
}
#side-wrap dl.side-nav dd ul{
	margin:0;
}
#side-wrap dl.side-nav dd li{
	background: url(../img/side/icon01.gif) no-repeat 0.3em;
	padding:0 10px 0 22px;
	margin:8px 0 8px 8px;
}
/* メーカー一覧テーブル */
.error-t{
	margin:0 0 40px;
	width:100%;
}
.error-t th{
	border:1px solid #999;
	padding: 7px 5px 7px 5px;
	background:#F6F6F6;
	vertical-align:middle;
	font-weight:bold;
}
.error-t tr.et-head th{
	background:#C6EAE9;
	white-space: nowrap;
	text-align:center;
	color:#222;
}
.error-t td{
	border:solid #999 1px;
	padding: 7px 4px 7px 4px;
	line-height:1.5;
}
.error-t td.line-r{
	border-right:1px solid #CCC;
}
.error-t td ul{
	margin:0;
}
div.word-main .error-t th,
div.word-main .error-t td{
	text-align:center;
	padding: 5px 2px 7px;
}
div.word-main .error-t td.first-c{
	text-align:left;
	padding: 5px 10px 7px 15px;
}
.table-center td,
.table-center th{
	padding:5px 5px 7px;
	text-align:center;
}

/* 用語一覧テーブル */
.word-t{
	margin:0 0 40px;
	width:100%;
}
.word-t th{
	width:190px;
	border:1px solid #999;
	padding: 5px 10px 7px 5px;
	background:#F6F6F6;
	vertical-align:middle;
	font-weight:bold;
	font-size:14px;
}
.word-t tr.et-head th{
	width:auto;
	background:#C6EAE9;
	white-space: nowrap;
	text-align:center;
	color:#222;
}
.word-t td{
	font-size:14px;
	border:solid #999 1px;
	padding: 5px 10px 7px;
	line-height:1.5;
}
.word-t td.line-r{
	border-right:1px solid #CCC;
}
.word-t td ul{
	margin:0;
}

#blog{
	width:50px;
	top:279px;
	right:0px;
	position:fixed;
	margin:0;
	z-index:9999;
}
#bnr-utm{
	top:80px;
	left:10px;
	position:fixed;
	margin:0;
	z-index:9999;
}
#bnr-active{
	top:200px;
	left:10px;
	position:fixed;
	margin:0;
	z-index:9999;
}
#bnr-lease{
	top:320px;
	left:10px;
	position:fixed;
	margin:0;
	z-index:9999;
}

.comp_pic{
	width:252px;
	float: right;
	border: 1px solid #ccc;
}

.comp_text{
	font-size: 16px;
	margin: 0 0 0 10px;
}

.both{
	clear: both;
}

.index{
	background-color: #F6F6F6;
	border: 1px solid #999;
	padding: 10px 40px;
	margin: 0 0 80px 0;
}

.index p{
	text-align: center;
}

/* float clear */
/* ----------------------------------------------------- */
#header div.head-in:after,
#header #head-t:after,
#header #g-nav:after,
#contents:after,
#footer #footer-inner:after,
#footer #f-navi:after,
#copy-wrap #copy-inner:after,
#info-col:after,
#main ul.tub:after,
#main .pic-article:after,
#main div.pic-article2:after,
.pdf-bn:after,
ul.marker03:after,
.sp-none:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#header div.head-in,
#header #head-t,
#header #g-nav,
#contents,
#footer #footer-inner,
#footer #f-navi,
#copy-wrap #copy-inner,
#info-col,
#main ul.tub,
#main .pic-article,
#main div.pic-article2,
.pdf-bn,
ul.marker03,
.sp-none{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #header div.head-in,
* html #header #head-t,
* html #header #g-nav,
* html #contents,
* html #footer #footer-inner,
* html #footer #f-navi,
* html #copy-wrap #copy-inner,
* html #info-col,
* html #main ul.tub,
* html #main .pic-article,
* html #main div.pic-article2,
* html .pdf-bn,
* html ul.marker03,
* html .sp-none{
	 height:1%;
}
#header div.head-in,
#header #head-t,
#header #g-nav,
#contents,
#footer #footer-inner,
#footer #f-navi,
#copy-wrap #copy-inner,
#info-col,
#main ul.tub,
#main .pic-article,
#main div.pic-article2,
.pdf-bn,
ul.marker03,
.sp-none{
	display:block;
}
/* End hide from IE-mac */

/*////////////////////////////////////////////////////////////////////////////
  幅620px以下から（スマホ用）
////////////////////////////////////////////////////////////////////////////*/

/*PC時非表示設定（スマホ専用コンテンツ）*/
#sp-header,
#sp_pagetop,
.sp_f-nav,
.sp_tel-box,
.pc-none,
.sp_item,
#fixFooter-sp
{
	display:none;
}
@media only screen and (max-width: 620px){

h1{
	padding-top:10px;
}


body{
	min-width: 0px;
	line-height: 1.5;
}
#footer a:link,
#footer a:visited {
	color:#FFF;
	text-decoration: none;
}
#logo>a>img{
    padding: 10px;
    width: 303px;
}


#header p#logo img{
    width: 100%;;
}

.index {
    padding: 0 0;
    margin: 0 auto 5vw auto;
    width: 96%;
}

.link-btn a:link,
.link-btn a:visited{
	color:#FFF;
	text-decoration:none;
}

/* 非表示処理 */
#header p#top-btn,
#header p#top-btn2,
#header div.right-col,
#header #g-nav,
#path,
#to-top,
#footer #f-navi,
#footer ul.logo-f,
#fixFooter,
#favorite,
p#blog,
#fb-like,
.sp-none{
	display:none;
}

/* 表示処理 */
#sp-header,
#sp_pagetop,
.sp_f-nav,
.sp_tel-box,
.sp_item,
.pc-none,
#fixFooter-sp{
	display:block;
}

/* コンテンツサイズ調整 */
body,
body#form{
	background:none;
	width:100%;
}
body#base{
	padding:0 0 30px;
}
#wrap{
	width:100%;
}

img{
	width:100%;
}
p{
	margin:0 2% 15px;
}

/*--------------------------------------------------------------*/
/*-- ヘッダー --*/
#header {
	width:100%;
	margin:0;
	padding:0;
/*	border-bottom:solid #EB0000 2px;*/
	background:none;
}
#header div.head-in{
	width:100%;
	margin:0;
}


#header #head-t{
	margin:0;
        margin-top:20px;
}
#header p#logo{
/*
	float:left;
	width:77%;
	margin:7px 0 0 5px;
 */
top: 0px;
width:auto;
}

/* WEB感謝祭用 */
#header-bnr{
	display:none;
}
#header-bnr_sp{
	display:block;
	margin:0;
	padding:0;
}



/*--------------------------------------------------------------*/
/*-- コンテンツ --*/

#contents {
	width:100%;
	margin:0;
}

/*-- メイン --*/
#main{
	width:100%;
}

/*--------------------------------------------------------------*/
/*-- フッター --*/
#footer{
	background:none;
	padding:0;
	margin:0;
	clear:both;
	width:100%;
}
#footer #footer-inner{
	width:100%;
	margin:0;
}
/* sp_f-nav */
#footer ul.sp_f-nav{
	width:100%;
	border-top:solid #CCC 1px;
	margin:0 0 12px;
}
#footer ul.sp_f-nav li{
	background:#023B95;
	width:100%;
	height:54px;
}
#footer ul.sp_f-nav li a{
	display:block;
	color:#fff;
	font-size:13px;
	padding:15px 0;
	background:url(../img/common/line.jpg) repeat-x bottom;
	text-decoration:none;
}
#footer ul.sp_f-nav li span.webIcon{
	float:right;
	margin:0 3% 0 0;
}
#footer ul.sp_f-nav li.last a{
	background:none;
}
#footer ul.sp_f-nav li a:hover,
#footer ul.sp_f-nav li a:link,
#footer ul.sp_f-nav li a:visited{
	color:#FFF;
}

/* sp_tel-box */
.sp_tel-box{
	margin:0 5% 15px;
	padding:6px 0;
	-moz-border-radius:4px;    /* Firefox */
   -webkit-border-radius:4px; /* Safari,Chrome */
   border-radius:4px;         /* CSS3 */
   border: 2px #CCC solid;     /* 枠線の装飾 */
   background-color:#F5F5F5;   /* 背景色 */
/*
   display: none;
 */
}
.sp_tel-box p{
	margin:0 6px;
	text-align:center;
}
.sp_tel-box p span{
	font-size:16px;
	font-weight:bold;
}
/* sp_pagetop */
#sp_pagetop{
	width:100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
#sp_pagetop a{
	color:#fff;
	filter: dropshadow(color=#000, offx=1, offy=1);
	display:block;
	padding:10px 0 11px;
	margin:0;
	background: -webkit-gradient(linear,left bottom, left top,
                from(#EB0000),
                to(#FF3535));
    background: -moz-linear-gradient(
                center bottom,
                #EB0000 1%,
                #FF3535 100%
                );
}
/* copy-wrap */
#copy-wrap{
	margin:0;
	background:none;
}
#copy-wrap #copy-inner{
	width:100%;
	margin:0 0 15px;
	padding:0;
}
#copy-wrap #copy-inner li.copylight{
	color:#333;
	float:none;
	text-align:center;
}

/*--------------------------------------------------------------*/
/* 汎用処理 */
#contents ul.bnr-c{
	margin:0;
}
#contents ul.bnr-c li{
	margin:0 0 20px;
}
#contents ul.bnr-c li img{
	width:100%;
}

/*--------------------------------------------------------------*/
/* 見出し */
h1{
color: #333;
font-size: 24px;
padding-bottom: 10px;
border-bottom: 3px solid #004098; /* メインカラー */
margin-bottom: 30px;
font-weight: bold;
}

h2{
background: #004098; /* メインカラー */
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    border-radius: 4px; /* わずかに角丸 */
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.4;
}

h3{
font-size: 18px;
    padding: 10px 15px;
    border-left: 6px solid #004098;
    background-color: #f4f7fa; /* 青みのある薄いグレー */
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 30px;
}

h4{
font-size: 16px;
    padding: 5px 0 5px 25px;
    position: relative;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    margin-top: 20px;
}
h4:before{
content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #004098;
    clip-path: polygon(0 0, 100% 50%, 0 100%); /* 三角形 */
}

#main div.bg_wrap{
	background:url(../img/plan/bg_wrap.jpg) no-repeat bottom;
}
/* p-type01 */
#main div.p-type01 p.pic,
#main div.p-type01 div.pic{
	float:none;
	width:70%;
	margin:0 auto 20px;
}
#main div.p-type01 p.pic img{
	margin:0 0 10px;
}
/* p-type02 */
#main .p-type02 p.pic,
#main .p-type02 div.pic{
	float:none;
	width:70%;
	margin:0 auto 20px;
}
#main .p-type02 .pic img{
	margin:0 0 10px;
}
/* p-type01res p-type02res */
#main .p-type01res p.pic,
#main .p-type01res div.pic,
#main .p-type02res p.pic,
#main .p-type02res div.pic{
	float:none;
	text-align:center;
	margin:0 0 10px;
	width:auto;
}
#main .p-type01res p.pic img,
#main .p-type01res div.pic img,
#main .p-type02res p.pic img,
#main .p-type02res div.pic img{
	width:auto;
	max-width:320px;
}
#main .p-type01res div.txt,
#main .p-type02res div.txt{
	width:auto;
	margin:0 0 15px;
	float:none;
}

#main div.line{
	border-bottom:2px #CCC solid;
	padding-bottom:7px;
}
#main .u-line{
	border-bottom:1px #999 dotted;
	padding-bottom:7px;
}
#main .pic-border{
	padding:0 0 20px;
	border-bottom:solid #CCC 1px;
	margin:0 2% 20px;
}

/* pic-article2 */
/* ----------------------------------------------------- */
#main .pic-article2{
	width:96%;
	margin:0 2% 20px;
}
#main .pic-article2 h3{
	font-size:15px;
	font-weight:bold;
	background:none;
	margin:0 0 15px;
	padding:0;
}
#main .pic-article2 h3 span{
	color:#CC0000;
	margin:0 0 15px;
	font-size:10px;
	margin-left:10px;
}
#main .pic-article2 h4{
	font-size:14px;
	margin:0 0 15px;
}
#main div.pic-article2 div.txt span{
	font-size:12px;
}
#main .pic-article2 p{
	margin:0 0 15px;
}

/*-- テキストデコレーション --*/
/*--------------------------------------------------------------*/
.t-right,
.t-center{
	width:96%;
	margin:0 2% 20px;
}
.big{
	font-size:14px;
}
.big2,
.big2 li{
	font-size:14px;
}
.big3{
	font-size:14px;
}
.big4{
	font-size:14px;
}
.fs20{
	font-size:14px;
}
.middle{
	font-size:13px;
}
.box-col{
	width:96%;
	border:1px #CCC solid;
	background:#F5F5F5;
	padding-top:10px;
	margin:0 1% 25px;
}
.img-l,
.img-r,
.img-c{
	width:96%;
	margin:0 2% 20px;
}
/* btn */
.link-btn{
	text-align:center;
}
.link-btn a{
	width:70%;
	display:block;
	padding:5px 0;
	margin:0 15%;
}

/*-- テーブル指定 --*/
/*--------------------------------------------------------------*/
.table-1 {
	margin: 0px 1% 20px;
	width:98%;
}
.table-1 th {
	display:block;
	background:none;
	background:#E9ECE6;
	font-weight: bold;
	border:solid #ccc 1px;
	padding: 5px 1% 5px 1%;
	width: 20%;
	font-size:12px;
}
.table-1 td {
	display:block;
	border-bottom:solid #ccc 1px;
	border-left:solid #ccc 1px;
	color: #555;
	text-align: left;
	vertical-align: top;
	padding: 5px 1% 5px 2%;
	font-size:14px;
}
#main .table-1 td p{
	font-size:12px;
	margin:0 0 7px;
}
#main .table-1 td p.small{
	font-size:10px;
}
#main .table-1 td span.sp_b{
	display:block;
}
ul.t-li li{
	display:block;
	width:100%;
	float:none;
	margin:0 0 15px;
	font-size:14px;
}
/* table com-t */
.com-t{
	margin:0 0 40px;
	width:98%;
}
.com-t th{
	border-bottom:none;
	padding: 5px 5px 7px 5px;
	display:block;
}
.com-t td{
	border-bottom:dotted #CCC 1px;
	padding: 0 5px 7px 5px;
	display:block;
}

/* eエラーコード一覧テーブル */
.error-t{
	margin:0 1% 20px;
	width:98%;
}
.error-t td{
	font-size:10px;
}
.error-t .sp_size50{
	width:60px;
}
/* 用語一覧テーブル */
.word-t{
	border:none;
	border-bottom:solid #CCC 1px;
}
.word-t th{
	width:auto;
	font-size:16px;
	display:block;
	border:none;
	border-top:1px solid #999;
	padding: 5px 10px 7px;
}
.word-t tr.et-head{
	display:none;
}
.word-t td{
	display:block;
	border:none;
	padding: 5px 10px 20px;
	line-height:1.5;
	font-size:14px;
}
.word-t td.line-r{
	border-right:none;
}

/* 固定テーブル用処理 */

#sp-table{
	width:98%;
	max-height:360px;
	overflow:scroll;
	-webkit-overflow-scrolling:touch;
	margin:0 1% 40px;
}
#sp-table table th,
#sp-table table td,
#sp-table table.error-t th,
#sp-table table.error-t td{
	font-size:10px;
}
#sp-table img{
	width:auto;
}
#sp-table .table-1{
	width:auto;
}
#sp-table .table-1 th,
#sp-table .table-1 td{
	display:table-cell;
}

#sp-table .error-t,
#sp-table table.weblimited-table{
	margin:0;
	width:auto;
}
#sp-table table.error-t th,
#sp-table table.error-t td,
#sp-table table.weblimited-table th,
#sp-table table.weblimited-table td{
	max-width:auto;
	white-space: nowrap;
}
table.denki-t{
	margin: 0px 0 20px;
	width:738px;
}

/*-- ボックス指定 --*/
/*--------------------------------------------------------------*/
.box {
	width:96%;
	border-top: solid #89B3D9 1px;
	border-bottom: solid #89B3D9 1px;
	background-color: #EEF7FD;
	padding: 8px 0px;
	margin: 0px 2% 15px;
	font-size:12px;
}
.box li {
	display: inline;
	background: url(../img/ic_1.gif) no-repeat 0px 3px;
	margin: 0px 20px 0px 0px;
}
/* フォームパーツ */

input[type="text"]{
	width:70%;
}
textarea{
	width:90%;
}


/*-- フェイスブック --*/
/*--------------------------------------------------------------*/
#fb-box{
	margin:0 0 30px;
}

/* エアコンあれこれbase */
/* ----------------------------------------------------- */
#knowledge #main{
	margin:0;
}
#knowledge #right-main{
	float:none;
	width:100%;
	margin:0;
}
/*-- サイドメニュー（あれこれ用） --*/
/*--------------------------------------------------------------*/
#side-wrap {
	width:100%;
	float:none;
	margin:0 0 20px;
}
#slidebar{
	width:96%;
	float:none;
	margin:0 2%;
	background:#FFF;
	position:relative;
}
#side-wrap p.ttl{
	margin:0;
	padding:0;
}
#side-wrap dl.side-nav{
	margin:0 0 20px;
	border:1px solid #CCC;
}
#main #side-wrap h3.ttl{
	background:none;
	border:none;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	background: -webkit-gradient(linear,left bottom, left top,
                from(#EA0000),
                to(#FC1616));
	background: -moz-linear-gradient(
                center bottom,
                #EA0000 1%,
                #FC1616 100%
                );
	margin:0;
	padding:12px 0 16px 10px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}
#side-wrap dl.side-nav dt{
	font-size:15px;
	font-weight:bold;
	padding:10px 0 10px 10px;
	margin:0;
	background:#EEFFFF url(../img/side/listIcon_sp.png) no-repeat right center;
	border-top:1px dotted #888;
}
#side-wrap dl.side-nav dt a{
	display:block;
	text-decoration:none;
	color:#333;
}
#side-wrap dl.side-nav dd{
	margin:0;
	padding-bottom:0;
}
#side-wrap dl.side-nav dd ul{
	margin:0;
}
#side-wrap dl.side-nav dd li{
	border-top:dotted #CCCCCC 1px;
	background: url(../img/side/listIcon_sp.png) no-repeat right center;
	background-size:14px;
	padding:10px 0 10px 20px;
	margin:0;
}
#side-wrap dl.side-nav dd li a{
	display:block;
	text-decoration:none;
	color:#333;
	font-size:14px;
}

ul.marker03 li{
	float:none;
	width:100%;
}

/* fixナビSP */
#fixFooter-sp{
	margin:0 auto;
	padding:0;
	width:100%;
	position:fixed;
	bottom:0;

}
#fixFooter-sp li{
	width:25%;
	margin:0;
	padding:0;
	text-align:center;
	float:left;
	color:#111;
	background:#5CB328;
	border-right: solid #fff 1px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size:13px;
}

#fixFooter-sp li.mail{
	background:#F00;
	width:50%;
}

/* #fixFooter-sp li.call a {
    visibility: hidden;
  } */
#fixFooter-sp li span{
	vertical-align:middle;
}
#fixFooter-sp li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:6px 0;
}
#fixFooter-sp li a img{
	width:20px;
}

/* float clear */
/* ----------------------------------------------------- */
#fixFooter-sp:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#fixFooter-sp{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #fixFooter-sp{
	 height:1%;
}
#fixFooter-sp{
	display:block;
}

.comp_pic{
	width: 100%;
}

.comp_text {
    margin: 0 2% 5% 2%;
}
/* End hide from IE-mac */

}


.footer_btn {
    position: relative;
    left: 316px;
    bottom: 70px;
}

/* .footer_btn2{
    position: relative;
    left: 405px;
    bottom: 65px;
} */

.facebook{
    position: absolute;
    top: 80px;
    right: 210px;
}

.footer-top {
     position:fixed;
     top:0;
     left:0;
     overflow:hidden;
     width:100%;
     height:150px;
     }

.footer-top.static {
     position:static;
     }

.g-nav_scroll li{
	float:left;
}

.fb_btn{
bottom: 68px;
position: relative;
left: 320px;
}

#to-top {
    display: none;
}

#footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

#footer ul.sp_f-nav {
    width: 100%;
    border-top: solid #CCC 1px;
    margin: 0 0 12px;
}


#footer ul.sp_f-nav li {
    background: #023B95;
    width: 100%;
    height: 54px;
}

#footer ul.sp_f-nav li a {
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 15px 0;
    background: url(../img/common/line.jpg) repeat-x bottom;
    text-decoration: none;
    text-align: center;
}

#copy-wrap {
    margin: 0;
}

#fixFooter-sp {
    display: block;
}

#fixFooter-sp li.mail {
    background: #F00;
    width: 50%;
}

#fixFooter-sp li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}

#fixFooter-sp li a img {
    width: 20px;
}

#fixFooter-sp li {
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    float: left;
    color: #111;
    background: #5CB328;
    border-right: solid #fff 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
}

#fixFooter-sp {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.tel-num>img {
    padding: 0 0px 0 0;
    margin: 15px 0 10px 0;
    width: 387px;
}
