@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'Gotham Bold';
font-style: normal;
font-weight: normal;
src: local('Gotham Bold'), url('../font/Gotham Bold.woff') format('woff');
}

a{
	text-decoration:none;
	color:#333;
}

img{
	max-width:100%;
}

ul , li{
	list-style:none;
}

.container{
	max-width:1000px;
	width:95%;
	margin:0 auto;
}

body{
	margin:0;
	padding:0;
    font: 13px/2 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
    font-weight: 500;
	line-height:1.5 !important;
    color: #333;	
}

.drawer-navbar{
	display:none;
}

#header{
	background:#FFF;
	width:100%;
	height:68px;
	overflow:hidden;
	border-bottom:1px solid #DDD;
	position:fixed;
	top:0;
	left:0;
	box-sizing:border-box;
	z-index:99;
}

#header .header_l{
	float:left;
	overflow:hidden;
	margin:20px 0 0 20px;
}

#header .header_l h1{
	width:275px;
	display: block;
	float: left;
	margin-right:10px;
}

#header .header_r{
	float:right;
}

.header_l p{
	font-weight:600;
	display:block;
	margin-top:5px;
	float: left;
}

.nav{
	overflow:hidden;
	float:right;
}

.nav li{
	text-align:center;
	float:left;
}

.nav li a img:hover{
	background:#eff0f6;
}

.nav li img{
	display:block;
}

#content{
	padding-top:68px;
}

@media screen and (max-width: 1250px){
	.sp_hidden , .header_l p{
		display:none ;
	}
	
	.drawer-navbar{
		display:block;
	}
	
	.drawer-menu li{
		text-align:center;
		padding:20px 0;
		border:1px solid #EEE;
	}
	
	.drawer-menu li:first-child{
		font-size:12px;
	}
	
	.drawer-menu li:last-child{
		background:#2a2e72;
	}
	
	.drawer-menu li:last-child a{
		color:#FFF;
	}
	
	.drawer-menu li a:after{
	 content: '';/*何も入れない*/
	  display: inline-block;/*忘れずに！*/
	  width: 5px;/*画像の幅*/
	  height: 9px;/*画像の高さ*/
	  background-image: url(../img/arrow.gif);
	  background-size: contain;
	  vertical-align: middle;
	  position:relative;
	  top:3px;
	  right:8px;
	  float:right;
	}	

	.drawer-menu li:last-child a:after{
		display:none;
	}
	
}

.main{
    width: 98%;
	margin:0 auto 100px;
    height:calc(100vh - 140px);
    background:url(../img/main_01.jpg);
	background-size:cover;
	position:relative;
}

.main_text {
    width: 420px;
    position: absolute;
    left: calc(50% - 210px);
    top: calc(50% - 228px);
}

.main_scroll{
	position:absolute;
	bottom:-30px;
	left:calc(50% - 34.5px);
	width:69px;
}


.footer_left p{
	font-size:13px;
	line-height:1.5;
}

.footer_nav ul{
	overflow:hidden;
}

.footer_nav .container{
	margin:45px auto;
}

.footer_left{
	float:left;
}

.footer_logo{
	margin-bottom:10px;
}

.footer_right ul{
	border-right:2px solid #EEE;
	box-sizing:border-box;
}

.copyright{
	font-size:12px;
	width:100%;
	text-align:center;
	background:#2a2e72;
	color:#FFF;
	padding:10px 0;
}

#section01{
	padding-bottom:20px;
	margin-bottom:60px;
	border-bottom:2px solid #EEE;
}

#section01 img{
	display:block;
	margin:0 auto;
}



section{
	overflow:hidden;
}

section h3{
	font-size:32px;
	line-height:1.5;
	font-weight:500;
	float:left;
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}



section h3 span{
font-family: 'Gotham Bold';
font-size:12px;
color:#19237d;
font-weight:bold;
}

#section02{
	margin-bottom:60px;
}

#section02 p{
	text-align:center;
	font-size:17px;
	clear: both;
}

.linkbox{
	border:2px solid #303a70;
	color:#303a70;
	width:100%;
	max-width:370px;
	padding:20px 0;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
	margin-top:35px;
}

.linkbox:hover{
	background:#303a70;
	color:#FFF;
}

.slider{
	width:100%;
}

.slider div{
	margin-right:10px;
}

.slider div{
	width:280px;
}


#section03{
	margin-top:60px;
	margin-bottom:60px;
}

#section03 p{
	text-align:center;
	clear: both;
}

#section03 p span{
	font-size:16px;
	padding:5px 10px;
	box-sizing:border-box;
	background:#EEE;
}

.main_img{
	width:100%;
	max-width:1460px;
	margin:0 auto 60px;
	display:block;
}

.container h2{
	font-size:32px;
	line-height:0.7;
	font-weight:500;
	position:relative;
	width:100%;
	text-align:center;
	margin-top:60px;
	border-bottom:2px solid #EEE;
	padding-bottom:40px;
}

h2 span{
font-family: 'Gotham Bold';
font-size:13px;
color:#19237d;
font-weight:bold;
}

#company_section01 h4{
	background:#2a2e72;
	padding:5px 10px;
	color:#FFF;
	display:inline;
	font-size:22px;
}

.title{
	text-align:center;
	margin:60px 0;
}

.title h4{
	font-weight:500;
}

.title p{
	font-size:22px;
	margin-top:30px;
}


.title p span{
	font-size:17px;
}

#company_section01 h5{
	background:#EEE;
	font-size:20px;
	border-left:5px solid #2a2e72;
	padding:5px 0 5px 10px;
}

#company_section01 th, #company_section01 td{
	vertical-align:middle;
	padding:20px;

}

#company_section01 table{
	width:100%;
	margin:20px 0 80px;
}

#company_section01 th{
	background:#2a2e72;
	color:#FFF;
	border-bottom:1px solid #FFF;
}

#company_section01 td{
	background:#EEE;
	border-bottom:1px solid #DDD;
}

#company_section01 td a{
	color:#0431c3;
}

#product_section01 ul{
	width:100%;
    display: flex;
	  display: -webkit-box; /*Android4.3*/
	  display: -moz-box;    /*Firefox21*/
	  display: -ms-flexbox; /*IE10*/
	  display: -webkit-flex; /*PC-Safari,iOS8.4*/
	  display: flex;
	  flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#product_section01 ul li{
	float:left;
	margin-bottom:4%;
}

#product_section01 ul li h6{
	text-align:center;
	font-size:23px;
	font-weight:500;
	margin-bottom:10px;
}


#product_section01 ul li img{
	display:block;
	width:100%;
}

#product_section01 ul li span{
	text-align:left;
}

.list2 li{
	width:49%;
}

.more_bn{
	background:#EEE;
	padding:20px 100px;
	box-sizing:border-box;
}

#product_section01 ul li p{
	border:10px solid #EEE;
	padding:20px;
	box-sizing:border-box;
	width:100%;
	height: 100%;

}

.list3 li{
	width:32%;
	flex-flow: column;
	overflow:hidden;
	border-bottom: 10px solid #EEE;
}

.list3 li br{
	display:none;
}

.list4 li{
	width:24%;
	text-align:center;
}

.list5 li{
	width:19%;
	text-align:center;
}

#product_section01 h5{
	background:#EEE;
	font-size:20px;
	border-left:5px solid #2a2e72;
	padding:5px 0 5px 10px;
	margin-bottom:20px;
}

#chain table ,#onkan table{
	width:100%;
	text-align:center;
	margin-bottom:40px;
}

#chain table th ,#onkan table th{
	background:#2a2e72;
	color:#FFF;
	border:1px solid #FFF;
	padding:10px 0;
}

#chain table td ,#onkan table td{
	background:#f3f3f3;
	border:1px solid #DDD;
	padding:10px 0;
}

.pagetop{
	position:fixed;
	bottom:20px;
	right:20px;
}