@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
/*	min-width: 1044px;*/
	word-break:break-all;
}

html { font-size: 100%;}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,figure,figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main,figure,figcaption {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	width:100%;
	height:auto;
}

.opacity { transition:opacity 0.2s ease-out;}
.opacity:hover { opacity: .7;}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height:0;
    font-size:0.1em;
}

.ovf { overflow:hidden;}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}
.clrg { color: #1B3DB0;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mT10 { margin-top: 10px;}
.mT20 { margin-top: 20px;}
.mT25 { margin-top: 25px;}
.mT30 { margin-top: 30px;}

.mR10 { margin-right: 10px;}
.mR20 { margin-right: 20px;}
.mR30 { margin-right: 30px;}

.mB10 { margin-bottom: 10px;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px;}

.mL10 { margin-left: 10px;}
.mL20 { margin-left: 20px;}
.mL30 { margin-left: 30px;}

/* padding */
.pT10 { padding-top: 10px;}
.pT20 { padding-top: 20px;}
.pT25 { padding-top: 25px;}
.pT30 { padding-top: 30px;}

.pR10 { padding-right: 10px;}
.pR20 { padding-right: 20px;}
.pR30 { padding-right: 30px;}

.pB10 { padding-bottom: 10px;}
.pB20 { padding-bottom: 20px;}
.pB30 { padding-bottom: 30px;}
.pB70 { padding-bottom: 70px;}

.pL10 { padding-left: 10px;}
.pL20 { padding-left: 20px;}
.pL30 { padding-left: 30px;}

/* editor */
#editor table,
#editor caption,
#editor tbody,
#editor tfoot,
#editor thead,
#editor tr,
#editor th,
#editor td {
	border: 1px solid gray;
    border-spacing: 2px;
	border-collapse: separate;
}

#editor strong * { font-weight: bold;}
#editor a:hover { text-decoration: underline;}


/*------------------------------------------------------------ 
    スタイル 
------------------------------------------------------------*/

.inner {
	width:auto;
	max-width: 1024px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
}

.list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	   -ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


/* 文字の大きさ */

.fontS{ font-size:68%;}
.fontM{ font-size:76%;}
.fontL{ font-size:84%;}


/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header{
	width:100%;
	background:#fff;
	position:relative;
	border-bottom:1px solid #ccc;
}

#header:before{
	display:block;
	content:"";
	width:100%;
	height:36px;
	background:#1B3DB0;
	position:absolute;
	top:0;
	left:0;
}

body.fixed{ padding-top:135px;}

body.fixed #header{
	position:fixed;
	top:0;
	left:0;
	z-index:100;
}

body.fixed #header:before{ display:none;}

#header .inner{
	position:relative;
	z-index:100;
}

#skip-nav a{
	position:absolute;
	top:-36px;
	left:10px;
	color:#fff;
	line-height:36px;
	background:#1B3DB0;
}

#skip-nav a:focus{ top:0;}

body.fixed #skip-nav a:focus{ top:-36px;}

#hdInner{ padding-bottom:8px;}

#hdLogo{
	width:336px;
	float:left;
	padding-top:16px;
}

.fontArea{
	float:right;
	height:36px;
	overflow:hidden;
}

.fontArea dt{
	float:left;
	margin-right:25px;
	line-height:36px;
	color:#fff;
	background:#1B3DB0;
}

.fontArea dd{
	float:left;
	height:28px;
	margin-top:4px;
}

.fontArea ul{ overflow:hidden;}

.fontArea li{ float:left;}

.fontArea li:not(:last-child){ margin-right:10px;}

.fontChangeS{
	width:20px;
	height:20px;
	padding-top:4px;
}

.fontChangeM{
	width:24px;
	height:24px;
	padding-top:2px;
}

.fontChangeL{
	width:28px;
	height:28px;
}

.fontArea a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	background:#fff;
	font-weight:bold;
	color:#1B3DB0;
	border-radius:50%;
	border:1px solid #fff;
	transition:all 0.2s ease-out;
	box-sizing:border-box;
}

.fontChangeS a{
	line-height:18px;
	font-size:117%;
}

.fontChangeM a{
	line-height:22px;
	font-size:134%;
}

.fontChangeL a{
	line-height:26px;
	font-size:150%;
}

.fontS .fontChangeS a{ font-size:125%;}
.fontS .fontChangeM a{ font-size:142%;}
.fontS .fontChangeL a{ font-size:159%;}

.fontL .fontChangeS a{ font-size:109%;}
.fontL .fontChangeM a{ font-size:125%;}
.fontL .fontChangeL a{ font-size:142%;}

.fontArea a:hover,
.fontArea .selected a{
	background:#1B3DB0;
	color:#fff;
}

.subNavi{
	float:right;
	height:20px;
	margin:8px 15px 8px 0;
	padding-right:15px;
	border-right:1px solid #4863BF;
	background:#1B3DB0;
}

.subNavi a{
	display:block;
	line-height:20px;
	color:#fff;
}

.pc-twitterLink{
	float: right;
    padding-left: 18px;
    height: 36px;
    display: flex;
    align-items: center;
}

#gNavi01{
	padding:12px 0 14px;
	overflow:hidden;
}

#gNavi01 li{
	float:right;
	height:28px;
}

#gNavi01 li:not(:last-child){ margin-left:20px;}

#gNavi01 a{
	display:block;
	line-height:28px;
	font-size:117%;
	color:#333;
	font-weight:bold;
	padding-left:32px;
	transition:color 0.2s ease-out;
	position:relative;
}

#gNavi01 a:hover{ color:#1B3DB0;}

#gNavi01 a:before{
	display:block;
	content:"";
	width:22px;
	height:100%;
	background:url(../img/icons.png) no-repeat;
	position:absolute;
	left:0;
	top:0;
}

#gNavi01 #nav1:before{ background-position:0 -80px}
#gNavi01 #nav2:before{ background-position:-24px -80px;}
#gNavi01 #nav3:before{ background-position:-48px -80px;}

#gNavi .twitterLink a{
	line-height:26px;
	font-size:109%;
	padding:0 14px 0 36px;
	border:1px solid #1B3DB0;
	border-radius: 5px;
}

#gNavi .twitterLink a:before{
	width:18px;
	height:100%;
	left:10px;
	background:url(../img/twitter.svg) no-repeat 50%;
	background-size:18px 18px;
}

#nav-rental{
	display:block;
	width:187px;
	height:25px;
	line-height:25px;
	background:url(../img/bg-rental.png) no-repeat;
	color:#1B3DB0;
	text-align:center;
}

#gNavi02{
	height:36px;
	overflow:hidden;
}

#gNavi02 li{
	height:36px;
	margin-left:1px;
	float:left;
}

#gNavi02 a{
	display:block;
	width:auto;
	height:100%;
	padding:0 5px;
	text-align:center;
	line-height:36px;
	font-size:117%;
	color:#1B3DB0;
	font-weight:bold;
	background:#F5F5F5;
	border-radius:3px;
	transition:color 0.2s ease-out,background 0.2s ease-out;
}

#gNavi02.wid a{ padding:0 9px;}

.navBtn{
	display:none;
	width:50px;
	height:46px;
	float:right;
	padding-top:27px;
	position:relative;
	z-index:1001;
}

.navBtn a{
	display:block;
	width:100%;
	padding-top:30px;
	position:relative;
	text-align:center;
}

.top-bar,
.middle-bar,
.bottom-bar{
	width: 30px;
	height: 2px;
	background-color:#1B3DB0;
	transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	transform-origin: 50% 50%;
	position: absolute;
	top: 0;
	left:10px;
}

.middle-bar{
	transition: opacity 0s .15s linear;
	top: 11px;
}

.bottom-bar{ top: 22px;}

.open .top-bar{
	transform: rotate(45deg);
	top: 11px;
}

.open .middle-bar{ opacity: 0;}

.open .bottom-bar{
	transform: rotate(-45deg);
	top: 11px;
}

.navBtn p{
	font-size:92%;
	color:#000;
	line-height:16px;
}

/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

#contents {
	width:auto;
	max-width: 1024px;
	margin: 0 auto;
	padding:25px 10px 100px;
	position:relative;
}

#contents:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height:0;
    font-size:0.1em;
}


/* パンくずリスト */

#pankuzu{
	width:100%;
	padding:12px 0;
	border-bottom:1px solid #ccc;
}

#pankuzu li{
	display:inline-block;
	vertical-align:middle;
	line-height:18px;
	color:#333;
	font-size:117%;
}

#pankuzu li:not(:last-child){ margin-right:15px;}

#pankuzu li:not(:last-child):after{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width: 9px;
	height: 9px;
	margin-left:12px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform:rotate(45deg);
}

#pankuzu a{
	line-height:18px;
	color:#1B3DB0;
}

/* 詳細ページ */

#mainHd{
	width:auto;
	height:76px;
	padding-left:96px;
	position:relative;
}

#mainHd:before{
	display:block;
	content:"";
	width:76px;
	height:76px;
	background:#1B3DB0 no-repeat left 50%;
	position:absolute;
	left:0;
	top:0;
}

#mainHd h2{
	color:#33485E;
	font-size:175%;
	line-height:50px;
	font-weight:bold;
	letter-spacing:3px;
}

#mainHd p{ color:#1B3DB0;}

/* ページナビ */

#pageNavi{ float:right;}

#pageNavi.fixed{
	width:100%;
	position:fixed;
	top:99px;
	left:0;
	z-index:99;
}

#pageNavi.fixed #pageNaviInner{
	width:auto;
	max-width:1024px;	
	padding:0 10px;
	margin:0 auto;
	overflow:hidden;
}

#pageNavi dl{
	float:right;
	padding:18px 0 18px 20px;
	background:#F5F5F5;
	border-radius:3px;
	overflow:hidden;
}

#pageNavi dt{
	width:115px;
	height:34px;
	float:right;
	text-align:center;
	line-height:34px;
	color:#fff;
	margin-top:3px;
	font-size:134%;
	font-weight:bold;
	background:#1B3DB0;
}

#pageNavi dd{
	float:left;
	padding-right:10px;
	overflow:hidden;
	position:relative;
}

#pageNavi dd:before{
	display:block;
	content:"";
	width:300px;
	height:0;
	border-top:1px solid #1B3DB0;
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-150px;
}

#pageNavi li{
	width:150px;
	height:40px;
	text-align:center;
	float:left;
}

#pageNavi a{
	display:block;
	width:100%;
	height:100%;
	line-height:25px;
	color:#627273;
	font-size:134%;
	font-weight:bold;
	position:relative;
}

#pageNavi a:before{
	display:block;
	content:"";
	width:12px;
	height:12px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-6px;
	border-radius:50%;
	z-index:10;
	background:#627273;
}

#pageNavi .selected,
#pageNavi a:hover{
	color:#1B3DB0;
}

#pageNavi .selected:before,
#pageNavi a:hover:before{ background:#1B3DB0;}

.txt-tani{
	text-align:right;
	margin-bottom: 0.4em;
	font-size: 109%;
}

/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#pagetop{
	width:60px;
	height:60px;
	padding:0;
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:99;
}

#pagetop a{
	display:block;
	width:60px;
	text-align:center;
	line-height:60px;
}

#footer {
	width:100%;
	padding:20px 0;
	margin-top:20px;
	border-top:1px solid #ccc;
}

#menuList{
	width:auto;
	padding-left:1px;
	border-left:1px solid #ccc;
}

#menuList li{
	width:14.28571428571429%;
	border-right:1px solid #ccc;
	box-sizing:border-box;
}

#menuList a{
	display:block;
	width:100%;
	padding:15px 10px 10px;
	text-align:center;
	box-sizing:border-box;
	position:relative;
}

#menuList a:before{
	display:block;
	content:"";
	width:88px;
	height:70px;
	margin:0 auto 20px;
	background:url(../img/icons.png) no-repeat;
}

#menuList .list1:before{ background-position:0 0;}
#menuList .list2:before{ background-position:-90px 0;}
#menuList .list3:before{ background-position:-180px 0;}
#menuList .list4:before{ background-position:-270px 0;}
#menuList .list5:before{ background-position:-360px 0;}
#menuList .list6:before{ background-position:-450px 0;}
#menuList .list7:before{ background-position:-540px 0;}

#menuList dt{
	color:#1B3DB0;
	font-size:109%;
	font-weight:bold;
	margin-bottom:15px;
}

#menuList dd{
	display:inline-block;
	color:#333;
	text-align:left;
	line-height:1.2;
}

#ftWwrap{
	margin:20px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#ftNavi li:not(:last-child){ margin-right:26px;}

#ftNavi a{
	display:block;
	line-height:50px;
	color:#333;
	font-weight:bold;
	transition:color 0.2s ease-out;
}

#ftNavi a:before{
	display:inline-block;
	vertical-align:middle;
	content:"";
	width: 5px;
	height: 5px;
	margin-right:12px;
	border-top: 2px solid #1B3DB0;
	border-right: 2px solid #1B3DB0;
	transform:rotate(45deg);
	position:relative;
	top:-1px;
}

#ftNavi a:hover{ color:#1B3DB0;}

#copyright{
	line-height:50px;
	color:#333;
}

#ftLogo{
	width:336px;
	line-height:95px;
}

.ft-txt{
	text-align:right;
	font-size:117%;
	color:#333;
	line-height:21px;
	margin-bottom:5px
}

#ftKanri{ width:290px;}





/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */



/* TABLET */
@media screen and (min-width: 981px){

.pc-show{ display:none;}

#gNavi{ display:block!important;}

#gNavi .hdTop{ display:none;}

#gNavi02 a:hover{
	background:#1B3DB0;
	color:#fff;
}

}

@media screen and (max-width: 980px){

.pc-hide{ display:none;}

body.fixed{ padding-top:129px;}

/* header */

.navBtn{ display:block;}

#gNavi{
	width:230px;
	height:100%;
	padding:36px 10px 40px;
	background:#fff;
	overflow:auto;
	float:none;
	position:fixed;
	right:-250px;
	top:0;
	z-index:1000;
	transition:all 0.2s ease-out;
	box-sizing:border-box;
	-webkit-overflow-scrolling : touch;
}

.open #gNavi{ right:0;}

body.fixed #gNavi{ padding-top:0;}

#gNavi01,
#gNavi02{
	height:auto;
	padding:0;
}

#gNavi01 li,
#gNavi02 li{
	float:none;
	height:36px;
	margin:0 0 10px;
}

#gNavi01 li:not(:last-child){ margin-left:0px;}

#gNavi01 a,
#gNavi02 a{
	line-height:36px;
	color:#1B3DB0;
	text-align:left;
	padding-left:15px;
	background:#F5F5F5;
	border-radius:3px;
}

#gNavi01 a:before{ display:none;}

#gNavi02.wid a{ padding-left:15px;}

#gNavi #gNavi02 .twitterLink a{
	/*
	padding-left:40px;
	background:url(../img/twitter.svg) no-repeat 10px 50%;
	background-size:20px 20px;
	line-height:34px;
*/	
	background:none;
	border: none;
	line-height: 36px;
}

.open #overlay{
	display:block;
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.1);
	width:100%;
	height:100%;
	z-index:99;
}

#gNavi .hdTop{
	clear:both;
	padding-top:20px;
}

#gNavi .fontArea{
	float:none;
	padding:2px 12px 2px 15px;
	margin-bottom:10px;
	border-radius:3px;
	background:#1B3DB0;
}

#gNavi .fontArea dt{ margin-right:0;}
#gNavi .fontArea dd{ float:right;}

#gNavi .subNavi{
	float:none;
	height:36px;
	margin:0 0 10px;
	padding:0;
	border-right:none;
	background:none;
}

#gNavi .subNavi a{
	width:auto;
	line-height:36px;
	padding:0 15px;
	font-size:117%;
	font-weight: bold;
	color:#1B3DB0;
    background: #F5F5F5;
    border-radius: 3px;
}


/* pagenavi */

#pageNavi dl{ padding-left:5px;}

#pageNavi.fixed{ top:93px;}

#pageNavi li{ width:135px;}

#pageNavi a{ font-size:125%;}

#pageNavi dt{
	width:100px;
	font-size:125%;
}

#pageNavi dd:before{
	width:270px;
	margin-left:-135px;
}


/* footer */

#footer{
	position:relative;
	padding-bottom:50px;
}

#copyright{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
}

}


@media screen and (min-width: 789px){

.tb-show{ display:none;}

}

@media screen and (max-width: 788px){

.tb-hide{ display:none;}

body.fixed{ padding-top:108px;}

#hdLogo{
	width:252px;
	padding-top:12px;
}

.navBtn{ padding-top:14px;}

.open .subNavi{ background:none;}

.subNavi{
	padding-right: 0;
    margin-right: 9px;
    border-right: none;
}


/* contents */

#contents{ padding-bottom:50px;}

#mainHd h2{
	font-size:150%;
	letter-spacing:2px;
}




/* pagenav */

#pageNavi{
	width:100%;
	position:static!important;
	float:none;
	margin:20px 0 0!important;
}

#pageNavi.fixed{ padding:0;}

#pageNavi.fixed #pageNaviInner{ padding:0;}

#pageNavi dl{
	padding:15px 10px;
	float:none;
}
#pageNavi dt{ float:left;}
#pageNavi dd{ float:right;}



/* footer */

#menuList li{ width:25%;}
#menuList li:last-child{ margin-right:25%;}

#menuList li:nth-child(-n + 4){
	margin-bottom:21px;
	position:relative;
}

#menuList li:nth-child(-n + 4):after{
	display:block;
	content:"";
	width:calc(100% - 20px);
	height:1px;
	background:#ccc;
	position:absolute;
	left:10px;
	bottom:-10px;
}

#ftNavi li:not(:last-child){ margin-right:20px;}

#ftNavi a,
#copyright{ line-height:40px;}


#ftLogo{
	width:252px;
	line-height:73px;
}

.ft-txt{ font-size:109%;}
#ftKanri{ width:219px;}


}


/* SP */
@media screen and (min-width: 561px){

.sp-show{ display:none;}

}

@media screen and (max-width: 560px){

.sp-hide{ display:none!important;}

body.fixed{ padding-top:97px;}

#header:before,
.fontArea{ height:34px;}

#skip-nav a{ line-height:34px;}

.subNavi{
	float:left;
	padding:7px 0;
	margin:0;
	border-right:none;
}

.fontArea dt{
	line-height:34px;
	margin-right:10px;
}

.fontArea dd{ margin-top:3px;}
.fontArea li:not(:last-child){ margin-right:8px;}

#hdLogo{
	width:208px;
	height:42px;
}

.navBtn{
	padding-top:12px;
	height:42px;
}
.navBtn a{ padding-top:26px;}

.middle-bar{ top:10px;}
.bottom-bar{ top:20px;}

.open .top-bar,
.open .bottom-bar{ top:10px;}




/* contents */

#pankuzu{ padding:8px 0;}

#pankuzu li{ font-size:100%;}

#pankuzu li:not(:last-child){ margin-right:8px;}

#pankuzu li:not(:last-child):after{
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}

#contents{ padding:20px 10px 40px;}

#mainHd{
	height:48px;
	padding-left:60px;
}

#mainHd:before{
	width:48px;
	height:48px;
	background-size:38px 38px;
	background-position:5px 50%;
}

#mainHd h2{
	font-size:134%;
	line-height:26px;
	letter-spacing:1px;
}




/* pagenav */

#pageNavi dl{
	width:auto;
	padding:15px 10px;
}

#pageNavi dt{
	width:auto;
	height:auto;
	margin:0 0 15px;
	float:none;
	line-height:1.2;
	padding:8px 10px;
	font-size:117%;
}

#pageNavi dd{
	float:none;
	padding-right:0;
}

#pageNavi ul{
	width:100%;
	overflow:hidden;
}

#pageNavi li{ width:33.3333333%;}

#pageNavi a{ font-size:92%;}

#pageNavi dd::before{
	width:66.666666%;
	margin-left:-33.3333333%;
}


/* footer */

#pagetop{
	width:50px;
	height:50px;
}

#pagetop a{
	width:50px;
	line-height:50px;
}

#footer{
	padding-top:0;
	margin-top:10px;
	overflow:hidden;
}

#menuList{
	padding-left:0;
	margin:0 -10px;
	border-left:none;
}

#menuList li{
	width:100%;
	border-right:none;
	border-bottom:1px solid #ccc;
}

#menuList li:nth-child(-n+4){ margin-bottom:0;}
#menuList li:nth-child(-n+4):after{ display:none;}

#menuList li:last-child{
	margin-right:0;
	border-bottom:none;
}

#menuList a{
	padding:18px 20px 18px 84px;
	min-height:35px;
	text-align:left;
	position:relative;
}

#menuList a:after{
	display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #1B3DB0;
    border-right: 1px solid #1B3DB0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

#menuList a:before{
	width:44px;
	height:35px;
	position:absolute;
	left:20px;
	top:18px;
	background-size:500px 500px;
}

#menuList .list1:before{ background-position:0 0;}
#menuList .list2:before{ background-position:-45px 0;}
#menuList .list3:before{ background-position:-90px 0;}
#menuList .list4:before{ background-position:-135px 0;}
#menuList .list5:before{ background-position:-180px 0;}
#menuList .list6:before{ background-position:-225px 0;}
#menuList .list7:before{ background-position:-270px 0;}

#menuList dt{
	margin-bottom:5px;
	line-height:15px;
}

#menuList dd{ line-height:15px;}

#ftWwrap{
	width:auto;
	margin:0 -10px 15px;
}

#ftNavi{ width:100%;}

#ftNavi li{
	width:50%;
	box-sizing:border-box;
}

#ftNavi li:not(:last-child){ margin-right:0;}
#ftNavi li:nth-child(odd){ border-right:1px solid #ccc;}
#ftNavi li:nth-child(-n + 2){ border-bottom:1px solid #ccc;}

#ftNavi a{
	padding:14px 10px;
	line-height:16px;
}

.fontL #ftNavi a{ font-size:92%;}

#ftNavi a:before {
    width: 6px;
    height: 6px;
    margin-right: 8x;
    border-top: 1px solid #1B3DB0;
    border-right: 1px solid #1B3DB0;
}

#ftLogo{
	width:208px;
	margin:0 auto;
	line-height:1.2;
}

#kanriWrap{
	width:100%;
	margin-top:20px;
}

.ft-txt{
	text-align:center;
	line-height:1.2;
}

#ftKanri{
	width:188px;
	margin:10px auto 0 ;
}

#copyright{ font-size:84%;}



}







