@charset "utf-8";
/* CSS Document */
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
*{
	margin:0;
	padding:0;
	line-height:1.5;
	list-style:none;
}
*, *:before, *:after {
     -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
         -ms-box-sizing: border-box;
             box-sizing: border-box;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
img{
	border:none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーした時のリンク部分を指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration:none;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font:14px/1.3 Geneva, sans-serif;
	-webkit-text-size-adjust: 100%;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



#wrap{
	overflow:hidden;
}

/*---------topに戻るボタン------------*/
#page-top a{
	display:block;
	text-align:center;
	color:#535353;
	padding:15px 0;
	font-size:116%;
	background:#ccc;
	clear:both;
}


.logo{
	width:60%;
	float:left;
	margin-left:6%;
	padding:5px 0 0px;
}

.logo img{
	text-align:center;
	width:100%;
}

/*////////////ナビ/////////*/
.navi{
    width:100%;
	background:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.navi ul{
	display:table;
    table-layout:fixed;
    width:100%;
}

.navi li {
	display:table-cell;
	vertical-align:middle;
}

.navi li a{
	vertical-align:middle;
	display:block;
	color: #535353;
    font-weight:bold;
    text-align:center;
	padding:10px 0;	
	font-size:90%;
}

.nav_text{
        border-right:1px dotted #ccc;
}

.nav_text:last-child{
    border:none;
}


/*-------フッターアコーディオン-------------*/
.demo{
	width:100%;
}

.demo a{
    display: block;
	color:#535353;
}

.menu{
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
	padding:20px 10px;
}

.demo .menu{
    background: #fff;
    color: #535353;
	font-weight:bold;
}

.campas{
	color:#535353;
	font-weight: bold;
	padding:20px 10px;
	border-bottom: 1px solid #ccc;
	background: url(../img/ico_arw02.png) no-repeat 97% 50%;
	background-size: 12px auto;
}

.campas a{
	color:#fff;
}

/*-------------フッター---------------*/
footer{
	background-color:#333;
	clear:both;
}

/*--住所--*/
p.address_01{
	color:#FFF;
    font-family: webfontHorizontal, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:77%;
	line-height:2;
	padding:20px;
}


.footer_logo_02 a{
	display:block;
	width:100%;
	color:#fff;
	font-size:70%;
	text-align:right;
	font-weight:bold;
	padding:0 40px 0 0;
	line-height:3em;
}

.footer_logo_02 img{
	width:17%
}


.footer_logo img{
	display:block;
	width:80%;
	margin:0 auto;
	color:#fff;
	font-size:116%;
	text-align:center;
	font-weight:bold;
	padding:10px 0;
}

/*------------コピーライト-----------------*/
.copy{
	color:#fff;
	font-size:70%;
	text-align:center;
	padding:10px 0 30px;
	background:#333;
	margin-bottom:15%;
}

/*---------フッター資料請求ボタン------------*/
.pagetop {
    position: fixed;
    bottom: -80px;
    z-index:999;
	width: 100%;
	border-top:2px solid #a4a4a4;
}

.pagetop img{
	width:100%;
	vertical-align:bottom;
}

.pagetop li a {
	width:50%;
	float:left;
    display: block;
}


