@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

body {
	font-family: 'Noto Sans', sans-serif , "メイリオ", "Meiryo", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #303030;
	line-height: 1.92;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
}

#container{
	position: relative;
}

#main_contents{
	padding-top: 96px;
}
.innerWrap{
	width:1000px;
	margin:0 auto;
	height:auto;
	box-sizing: border-box;
}
a{
	color: #303030;
	text-decoration:underline;
}
a:hover,
.ro:hover{
	opacity:0.8;
	transition: all 0.15s linear;
}
.ro:hover img{
	opacity:1;
}
.ro a:hover,
.ro a:hover img{
	transition: none;
	opacity: 1;
}
.spCont{
	display:none;
}
#spMenuOverlay,
#spMenu{
	display: none;
}
/* commons */
.bold,strong{font-weight: 700;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.f_left{float:left;}
.f_right{float:right;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	/*border-top: 6px solid #0059a6;*/
	height:96px;
	background: #fff;
	overflow:hidden;
	z-index:1000;
}
header:before{
	width: 100%;
	height: 6px;
	background-color: #0059a6;
	content: "";
	position: absolute;
}
header a{
	text-decoration:none;
}
header h1{
	float:left;
	margin-top: 34px;
}
header nav{
	float:right;
	margin-top: 36px;
	overflow:hidden;
}
header nav li{
	float:left;
	margin-left: 20px;
}
header nav li a{
	background: url(../img/ico_arrow01.png) no-repeat right center;
	background-size: auto 12px;
	padding:3px 27px 3px 0;
	display:inline-block;
}
header nav li span{
	border-bottom: 2px solid #c3c3c3;
	padding-bottom: 3px;
}
header .sub{
	position:fixed;
	top:0;
	right:0;
	overflow:hidden;
}
header .sub li{
	float:left;
	margin-left: 10px;
	text-align:center;
}
header .sub li a{
	background:#0059a6;
	color:#fff;
	font-size:11px;
	width:80px;
	padding:4px 0;
	display:block;
}

/*--------------------------------
	navのactive
--------------------------------*/
/* .company header nav li.nav01 a,
.company header nav li.nav01 a span,
.product header nav li.nav02 a,
.product header nav li.nav02 a span,
.solution header nav li.nav02 a,
.solution header nav li.nav02 a span{
	border-color:#007da6;
	color:#007da6;
} */

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer{
	background: #0059a6;
}
footer a{
	text-decoration:none;
	color:#fff;
}
/*--------------------------------
	contact_wrap
--------------------------------*/
#contact_wrap{
	background: #e9f0f3;
	text-align:center;
	padding: 49px 10px 62px 10px;
}
#contact_wrap a{
	text-decoration:none;
}
#contact_wrap .hd{
	font-weight:700;
	color:#0059a6;
	margin-bottom: 10px;
	font-size:28px;
	letter-spacing:2px;
}
#contact_wrap ul{
	font-size:0;
	padding-bottom: 28px;
}
#contact_wrap ul li{
	display:inline-block;
	padding:0 9px;
	text-align:left;
	line-height:1.4;
	vertical-align:bottom;
}
#contact_wrap ul li a{
	display:block;
	width: 260px;
	height: 80px;
	color:#fff;
	background-repeat: no-repeat, repeat;
	background-size: auto 26px,auto 18px;
	box-sizing: border-box;
}
#contact_wrap ul li.mail a{
	background-position: 67px center, top left;
	background-image: url(../img/ico_mail.png),url(../img/pt01.png);
	font-size:14px;
	padding:30px 0 0 103px;
}
#contact_wrap ul li.tel a{
	background-position: 26px center, top left;
	background-image: url(../img/ico_tel.png),url(../img/pt01.png);
	padding:16px 0 0 63px;
	font-weight:700;
	font-size:17px;
}
#contact_wrap ul li.tel span{
	font-weight:400;
	font-size:12px;
}
#contact_wrap ul li.tel span span{
	font-size:11px;
}
#contact_wrap .txt{
	line-height:1.86;
}
/*--------------------------------
	bottom
--------------------------------*/
footer #bottom{
	position:relative;
	padding: 55px 0 85px 0;
	overflow:hidden;
}
footer #bottom .logo{
	border-bottom: 1px solid #4d8bc1;
	padding:0 0 24px 9px;
	line-height:1.0;
	margin-bottom: 25px;
}
footer #bottom .box{
	float:left;
	padding-left: 10px;
	width: 260px;
}
footer #bottom .box:nth-of-type(2){
	width: 290px;
}
footer #bottom .box:nth-of-type(3){
	width: 310px;
}
footer #bottom .box:nth-of-type(4){
	width: 100px;
}
footer #bottom .box .hd{
	font-weight:700;
	font-size:14px;
	margin-bottom: 4px;
}
footer #bottom .box li{
	font-size:12px;
	color: #fff;
	margin-bottom: 2px;
}
footer #bottom .box li:before{
	content:"―";
	display:inline-block;
	padding-right: 5px;
	margin-bottom: 5px;
}
footer #bottom .sub{
	position:absolute;
	line-height:1.2;
	top:66px;
	right: 8px;
	font-size:12px;
	overflow:hidden;
}
footer #bottom .sub li{
	float:left;
	padding-left: 6px;
	margin-left: 6px;
	border-left: 1px solid #fff;
}
footer #bottom .sub li:first-of-type{
	border-left: none;
}

footer .copyright{
	background: #074881;
	font-size:11px;
	padding:22px 0 35px 0;
	text-align:center;
	color: #fff;
}
footer .fix_btn{
	position:fixed;
	right:0;
	bottom: 0;
	z-index:100;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■ttl_area
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#ttl_area{
  position: relative;
  height:200px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  margin-bottom:64px;
}
/*--------------------------------
	pankuzu
--------------------------------*/
#ttl_area #pankuzu{
	position:absolute;
	left:0;
	right:0;
	bottom:-32px;
}
#pankuzu{
	overflow:hidden;
	background:#0059a6;
	padding:16px 26px;
}
#pankuzu li{
	float:left;
	margin-right:10px;
}
#pankuzu li + li{
	background:url(../img/ico_arrow02.png) no-repeat left center;
	background-size:auto 11px;
	color:#fff;
	padding-left:17px;
}
#pankuzu li a{
	color:#fff;
	text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■side
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#main_con{
	float:left;
	width:730px;
}
#sidebar{
	float:right;
	width:220px;
	margin-bottom:-20px;
}
#sidebar .bnr{
	margin-bottom:20px;
}
#sidebar .bnr li{
	margin-bottom:10px;
}
#sidebar .bnr img{
	width:100%;
	height:auto;
}
#sidebar .linklist{
	background:#f9f9f9;
	border:1px solid #dedede;
	margin-bottom:20px;
}
#sidebar .linklist p{
	border-top:4px solid #0059a6;
	font-size:20px;
	font-weight:bold;
	padding:21px 18px;
}
#sidebar .linklist li {
	border-top:1px solid #dedede;
	padding:13px 18px;
	overflow:hidden;
}
#sidebar .linklist li a{
	display:block;
	background:url(../img/ico_arrow03.png) no-repeat 92% center;
	background-size: auto 11px;
	font-size:14px;
	text-decoration:none;
	padding:13px 18px;
	margin:-13px -18px;
}



#disc #sidebar .linklist .disc a,
/*#network #sidebar .linklist .network a,*/
#sidebar .linklist .active a{
	background-image:url(../img/ico_arrow02.png);
	background-color:#0059a6;
	color:#fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.kome li,
p.kome{
	text-indent:-1em;
	padding-left:1em;
}


/*--------------------------------
	hd
--------------------------------*/
/* hd01 */
.hd01{
	position:relative;
	border-bottom:3px solid #0059a6;
	box-sizing:border-box;
	color:#0059a6;
	font-size:32px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.06em;
	padding-left:10px;
	padding-bottom:14px;
}
.hd01-icon{
	background:url(../img/company/ico_hd01.png) no-repeat left top;
	background-size:auto 42px;
	padding-bottom:13px;
	padding-left:50px;
	margin-bottom:40px;
}
/* hd02 */
.hd02{
	background:url(../img/ico_circle.png) no-repeat 18px center #ebebeb;
	background-size:auto 16px;
	border-radius:2px;
	color:#0059a6;
	font-size:22px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:0.06em;
	padding:12px 45px;
}
.hd02-large{
	background-color:#dedede;
	background-size:auto 18px;
	font-size:24px;
	padding:12px 50px;
}

/* hd03 */
.hd03{
	color:#0059a6;
	font-size:17px;
	font-weight:bold;
	border-bottom:1px solid #0059a6;
	box-sizing:border-box;
}



/*--------------------------------
	btn
--------------------------------*/
/* btn01 */
.btn01 a{
	line-height:1.0;
	background:url(../img/ico_arrow02.png) no-repeat 90% center,url(../img/pt01.png);
	background-size: 10px auto,auto 18px;
	color: #fff;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	padding:12px 37px 12px 30px;
	display:inline-block;
	box-sizing: border-box;
}

/* btn02 */
.btn02 a{
	display:inline-block;
	background:url(../img/pt02.png) repeat left top;
	background-size: auto 3px;
	border-radius:3px;
	color: #fff;
	font-size:12px;
	line-height:1.0;
	text-decoration:none;
	text-align:center;
	box-sizing: border-box;
}
.btn02.mail a{
	font-size:13.2px;
	padding:14px 19px;
}
.btn02.mail a span{
	background:url(../img/ico_mail.png) no-repeat left center;
	background-size: auto 18px;
	padding-left:26px;
}

/* btn03 */
.btn03 a{
	display:inline-block;
	background:url(../img/ico_arrow04.png) no-repeat 18px center #fff;
	background-size:auto 19px;
	border:1px solid #ccc;
	border-radius:2px;
	box-sizing: border-box;
	line-height:1;
	text-align:left;
	text-decoration:none;
	padding:18px 47px;
}
.btn03 a.pdf:after{
	content:'';
	display:inline-block;
	background:url(../img/ico_pdf.png) no-repeat left top;
	background-size:auto 16px;
	width:15px;
	height:16px;
	margin-left:12px;
	margin-bottom:-2px;
}

@media only screen and (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
