@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "init.css";


/* html, body
--------------------------------------------------*/



/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {}
::selection {}

/* a */
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* cap */
.caption,
.cap {
	color: #999999;
	font-size: 83.4%;
}
.cap {
	padding-top: 5px;
}

.c_tel{
	text-decoration: none;
}



/* moreBtn */
.moreBtn a{
	border:2px solid #011849;
	background:#011849;
	color: #fff;
	width: 180px;
	padding: 5px 0;
	font-size: 114%;
	position: relative;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
}
.ie .moreBtn a{
	padding:10px 0 5px;
}
.moreBtn a span{
	position: absolute;
	top: -5px;
	right: -5px;
}
.moreBtn a:hover{
	color: #011849;
	background:#fff;
	border:2px solid #011849;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	color: #333;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	min-width: 1200px;
	letter-spacing: 0.06em;
	-webkit-appearance: none;
	-webkit-text-size-adjust: 100%;
}

.ie #wrapper {
	letter-spacing: 0em;
}

/* スクロールしたら出てくる */
#headerSecond{
	position:fixed;
	z-index:10001;
	width:100%;
	top:-80px;
	opacity:0;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	background: #fff;
	height: 80px;
	min-width: 1200px;
	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;
}
.ie8 #headerSecond{
	display: none;
}
#headerSecond.active{
	display: block;
	top:0;
	opacity:1;
}
#headerSecond h1{
	position: absolute;
	top: 13px;
	left: 40px;
}
#headerSecond #gNav{
	position: absolute;
	top: 0px;
	right: 0px;
}
#headerSecond #gNav ul{
	display: table;
	height: 80px;
}
#headerSecond #gNav ul li{
	float: left;
	border-left: 1px solid #e5e5e5;
}
#headerSecond #gNav ul li a{
	display: block;
	color: #333;
	text-decoration: none;
	width: 120px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	font-weight: bold;
	transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
}
#headerSecond #gNav ul li a:hover{
	background: #011849;
	color: #fff;
}





/* 下層layout
--------------------------------------------------*/

/* title */
.contentTitle{
	top: 0px;
	height:380px;
	margin-top: 80px;
	position: relative;
	text-align: center;
}
.contentTitle h2{
	position: absolute;
	top:50%;
	color: #fff;
	width: 100%;
	font-family: "Roboto Condensed";
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 542%;
	margin-top: -50px;
}


#content{
	width: 100%;
}

/* main */
#main{
	float: right;
	width: 75%;
}
#main .mainInner{
	padding:80px 0 160px 80px;
	width: 800px;
}
.pageTitle{
	font-size: 228%;
	font-weight: bold;
	margin-bottom: 80px;
	color: #011849;
}
.section .secTitle{
	padding-left: 20px;
	background: url(../../common/imgs/icon-title.gif) no-repeat left center;
	font-size: 157%;
	margin-bottom: 30px;
	font-weight: bold;
}

/* aside */
#aside{
	float: left;
	width: 25%;
	background: #f2f2f2;
	padding-bottom: 160px;
}
#aside .title{
	background: #011849;
	padding:60px 0;
}
#aside .title .box{
	width: 300px;
	float: right;
}
#aside .title h3{
	color: #fff;
	font-size: 157%;
	padding-left: 30px;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#aside .title h3 span{
	position: absolute;
	top: -8px;
	right: -12px;
}
#aside .asideList .item{
	border-bottom:1px solid #dedede;
	zoom: 1;
}
#aside .asideList .item:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
#aside .asideList .item .itemInner{
	width:220px;
	float: right;
	padding:30px 30px 30px 50px;
	text-decoration: none;
	background:url(../../common/imgs/icon-arrow.png) no-repeat left 30px top 35px;
}
#aside .asideList .item.current{
	background: #fff;
}

#aside .asideList .itemTtl:hover{
	color: #011849;
}

#aside .asideList .item a{
	text-decoration: none;
}

#aside .asideList .item .itemTtl{
	font-weight: 700;
}

#aside .asideList .itemList{
	margin-top: 16px;
	position: relative;
	padding-left: 18px;
}

#aside .asideList .itemList::before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 1px;  /* 線の太さ */
	height: 100%;  /* 線の長さ */
	background-image: linear-gradient(#999999 50%, transparent 0%);
	background-size: 1px 3px;  /* 点線の間隔を調整 */
	background-repeat: repeat-y;
}

#aside .asideList .itemList li+li{
	margin-top: 16px;
}

#aside .asideList .itemList li a{
	line-height: 1.2;
	display: block;
}

#aside .asideList .itemList li a:hover{
	text-decoration: underline;
}




/* pageNav
-------------------------*/
.pageNav {
	text-align: center;
	position:relative;
	line-height:60px;
	height:60px;
	padding-top: 40px;
}
.pageNav .page,
.pageNav span{
	padding: 5px 10px;
	margin-right:6px;
	text-decoration:none;
	border: 2px solid #ccc;
	font-family: "Roboto Condensed";
	font-size: 114%;
	font-weight: 700;
	color: #ccc;
}
.pageNav .current {
	border: 2px solid #011849;
	background: #011849;
	color: #fff;
}
.pageNav a.page:hover {
	border: 2px solid #011849;
	background: #011849;
	color: #fff;
}
.pageNav .extend {
	border:none;
}
.pageNav .nextpostslink,
.pageNav .previouspostslink,
.pageNav .nextpostslink a,
.pageNav .previouspostslink a{
	text-decoration:none;
	font-family: "Roboto Condensed";
	font-size: 142%;
	color: #ccc;
	text-decoration: none;
}
.pageNav .nextpostslink,
.pageNav .nextpostslink a{
	position:absolute;
	right:0px;
	height:60px;
	width:60px;
	line-height:60px;
	text-align: right;
}
.pageNav .previouspostslink,
.pageNav .previouspostslink a{
	position:absolute;
	left:0px;
	height:60px;
	width:60px;
	line-height:60px;
	text-align: left;
}
.pageNav .nextpostslink:hover,
.pageNav .nextpostslink:hover a{
	color: #011849;
}
.pageNav .previouspostslink:hover,
.pageNav .previouspostslink:hover a{
	color: #011849;
}





/* pageNav詳細
-------------------------*/

.pager{
	position: relative;
}
.pager.bottom{
	background:none;
	padding: 0px;
}
.pager .prev{
	position: absolute;
	left: 0;
	top: 0;
}
.pager .next{
	position: absolute;
	right: 0;
	top: 0;
}
.pager .back{
	text-align: center;
}
.pager .back a{
	border:2px solid #e6e6e6;
	padding:8px 15px 8px 32px;
	background: url(../imgs/icon-list.png) no-repeat left 10px center;
	color: #ccc;
	text-decoration: none;
}
.pager .back a:hover{
	background: url(../imgs/icon-list.png) no-repeat left 10px center #011849;
	color: #fff;
	border:2px solid #011849;
	text-decoration: none;
}
.prev a,
.next a{
	text-decoration: none;
	font-family: "Roboto Condensed";
	font-size: 142%;
	color: #ccc;
}
.prev a:hover,
.next a:hover{
	color: #011849;
}





/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text,
.gallery-caption{
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
    display: inline-block;
    margin: 0 0 1.5em 1.5em !important;
}
img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1.5em 0 !important;
}
img.aligncenter  {
    /* display: inline-block; */
     margin: 2em auto;
}
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
    height: auto;
    max-width: 100%;
}












/* footer */
#footer {
	background: #011849;
	padding: 50px 0 25px;
	color: #fff;
	clear:both;
}
#footer .wrap{
	width: 1000px;
	margin: 0 auto;
}
#footer .wrap .leftWrap{
	float: left;
}
#footer .wrap .leftWrap .companyName{
	font-size: 128%;
	margin-bottom: 10px;
	font-weight: bold;
}
#footer .wrap .rightWrap{
	float: right;
	position: relative;
	width: 510px;
}
#footer .wrap .rightWrap .txt{
	font-size: 114%;
}
#footer .wrap .rightWrap .tel{
	font-size: 257%;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}



#footer .wrap .rightWrap .tel span{
	font-size: 66%;
	font-weight: bold;
	margin-right: 10px;
	letter-spacing: 0.08em;
}
#footer .wrap .rightWrap .tel a{
	text-decoration: none;
	color: #ffffff;
}

#footer .wrap .rightWrap .btn{
	float: left;
	padding-top: 12px;
}
#footer .wrap .rightWrap .btn a{
	position: relative;
	border:2px solid #fff;
	width: 136px;
	padding: 3px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.125, 0.75, 0.415, 1) 0s;
}
.ie #footer .wrap .rightWrap .tel{
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 220%;
	line-height: 1.8;
}
@media all and (-ms-high-contrast:none){
*::-ms-backdrop, #footer .wrap .rightWrap .btn a{
	padding: 6px 0 3px;
}
*::-ms-backdrop, #footer .wrap .rightWrap .btn{
	padding-top: 6px;
}
}
.ie #footer .wrap .rightWrap .btn a{
	padding: 6px 0 3px;
}

#footer .wrap .rightWrap .btn a span{
	position: absolute;
	top: -5px;
	right: -5px;
}
#footer .wrap .rightWrap .btn a:hover{
	background:#fff;
	color: #011849;
}

#footer #copyright{
	clear: both;
	text-align: center;
	font-size: 83%;
	padding-top: 40px;

}


/* pageTop
--------------------------------------------------*/
#pageTop {
	display:none;
	position: fixed;
	bottom: 25px;
	right: 20px;
	z-index:7000;
}
#pageTop img{
	width:40px;
	height:auto;
}
