@charset "UTF-8";

@media screen and (min-width: 641px) {
	
	/*  sec0 ----------------------------------------------------*/
	#sec0{
		background: url("../images/top/sec0_bg.png") no-repeat center top;
		height: 1410px;
	}
	#sec0 .container{
		position: relative;
		height: 1410px;
		font-family: 'TAMGB';
	}
	#sec0 #sec0-h2{
		position: absolute;
		left: 0px;
		top:140px;
		display: inline-block;
		background-color: rgba(255,137,0,1.00);
		padding: 20px;
		border-radius: 20px;
		color: #fff;
		
	}
	#sec0 #sec0-h2 h2{
		font-size: 38px;
		line-height: 1.4;
	}
	#sec0 #sec0-h2 p{
		padding-top: 10px;
		font-size: 20px;
	}
	
	#sec0 .sec0-menu a{
		display: block;
		background-color:rgba(237,234,234,1.00);
		height: 50px;
		line-height: 50px;
		border-radius: 25px;
		text-align: center;
		font-size: 20px;
		padding: 0 20px;
	}
	#sec0 .sec0-menu a span.vsb{
		display: inline;
	}
	#sec0 .sec0-menu a span.hvr{
		display: none;
	}
	#sec0 .sec0-menu a:hover span.vsb{
		display: none;
	}
	#sec0 .sec0-menu a:hover span.hvr{
		display: inline;
	}
	#sec0 .sec0-menu a:hover{
		background-color:rgba(255,137,0,1.00);
		color: #fff;
		opacity: 1;
	}
	#sec0 #sec0-2{
		position: absolute; top:650px; right: 30px;
		width: 310px;
	}
	#sec0 #sec0-3{
		position: absolute; top:860px; left: 350px;
		width: 390px;
	}
	#sec0 #sec0-4{
		position: absolute; top:710px; left: 40px;
		width: 390px;
	}
	#sec0 #sec0-5{
		position: absolute; top:130px; right: 0px;
		width: 385px;
	}
	
/*  sec-topics ----------------------------------------------------*/
	#sec-topics{
		margin: -200px auto 30px;
		background-color: #EDEAEA;
		padding:10px;
		width:980px;
		position: relative;
		z-index: 2;
	}
	#sec-topics #newsWrap{
		background-color: #fff;
		display: table;
		width: 100%;
		padding: 30px 0;
		min-height: 150px;
	}
	#sec-topics .topics-title{
		display: table-cell;
		vertical-align: top;
		width: 230px;
		text-align: center;
	}
	#sec-topics h3{
		font-size: 36px;
		line-height: 1;
		font-family: 'TAMGB';
	}
	#sec-topics .topics-title p{
		margin-top:20px;
		font-size: 16px;
		line-height: 1;
		font-family: 'TAMGB';
	}
	.topics-body{
		margin:0 0 15px;
		padding:0;
		display: table-cell;
	}
ul#newsList{
	padding:0;
	text-align: left;
	padding-right:20px;
	height: 200px;
	overflow-y: scroll;
}
ul#newsList li:first-child{
	border-top:1px dotted #ccc;
}
ul#newsList li{
	font-size:16px;
	margin:0;
	padding:10px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:20px;
	list-style-type:none;
}
	ul#newsList .up_ymd{
		font-family: 'TAMGB';
		display:inline-block;
		vertical-align: middle;
		width: 110px;
	}
	ul#newsList .title{
		font-family: 'TAMGR';
		display:inline-block;
		vertical-align: middle;
	}

.catName{
	display:inline-block;
	font-size:11px;
	margin:0 10px 0 2px;
	width: 70px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-family: 'TAMGR';
}
	ul#newsList li.cat-0 .catName{
		background-color: #888;
	}
	ul#newsList li.cat-1 .catName{
		background-color: #FF8900;
	}

.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	border-radius:8px;
	font-family: 'TAMGR';
}	
	
/*  sec-new ----------------------------------------------------*/
	#sec-new a{
		display: block;
		margin: 0 auto;
		width: 1000px;
	}
	#sec-new .container{
		background:rgba(208,189,154,0.37);
		padding: 10px 0;
		
	}
	#sec-new .sec-new-bg{
		background: url("../images/top/sec_new.png") no-repeat right bottom;
		position: relative;
		font-family: 'TAMGB';
		padding: 30px;
	}
	#sec-new h3{
		font-size: 36px;
		line-height: 1;
	}
	#sec-new .h3-text{
		padding-top: 20px;
		font-size: 14px;
		
	}
	#sec-new .sec-new-menu{
		padding-top: 20px;
	}
	#sec-new .sec-new-menu span{
		display: inline-block;
		width: 110px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		text-align: center;
		margin: 0 15px 15px 0;
	}
	#sec-new .sec-new-menu span.menu1{background-color: #CE9E6E;}
	#sec-new .sec-new-menu span.menu2{background-color: #9ACE39;}
	#sec-new .sec-new-menu span.menu3{background-color: #7FAAD9;}
	#sec-new .sec-new-menu span.menu4{background-color: #E5A906;}
	
	#sec-new .sec-new-list{
		position: absolute;
		top:20px;
		right: 30px;
		font-size: 16px;
	}
	
	
	
	
/*  sec-menu ----------------------------------------------------*/
	#sec-menu {
    	font-family: 'TAMGB';
	}
	#sec-menu .menu-area{
		margin-top: 15px;
	}
	#sec-menu h3{
		font-size: 36px;
		line-height: 1;
		color: #fff;
	}
	#sec-menu .h3-text{
		padding-top: 20px;
		font-size: 14px;
		color: #fff;
	}

	#sec-menu .menu-left{
		float: left;
		width: 490px;
		vertical-align: top;
	}
	#sec-menu .menu-right{
		float: right;
		width: 490px;
		vertical-align: top;
	}
	
	#sec-menu .menu-box {
		display: block;
    	position: relative;
    	overflow: hidden;
    	width: 490px;
		height: 300px;
	}
	#sec-menu .menu-box:after {
    	position: absolute;
    	content: "";
    	display: block;
    	width: 100%;
    	height: 100%;
    	top: 0;
    	-webkit-transition: all .3s ease-out;
    	-moz-transition: all .3s ease-out;
    	-ms-transition: all .3s ease-out;
    	transition: all .3s ease-out;
	}
	#sec-menu .menu-box:hover:after {
   	 	opacity: 1;
    	-moz-transform: scale(1.1);
    	-webkit-transform: scale(1.1);
    	-ms-transform: scale(1.1);
    	transform: scale(1.1);
	}
	#sec-menu .inner {
    	z-index: 1;
    	position: relative;
		padding: 30px;
	}
	#box1:after{
	    background: url("../images/top/sec_menu_buy.png") no-repeat center center;
    	background-size: cover;
	}
	#box2:after{
	    background: url("../images/top/sec_menu_akiya.png") no-repeat center center;
    	background-size: cover;
	}
	#box3:after{
	    background: url("../images/top/sec_menu_satei.png") no-repeat center center;
    	background-size: cover;
	}
	#box4:after{
	    background: url("../images/top/sec_menu_trust.png") no-repeat center center;
    	background-size: cover;
	}
	#box5:after{
	    background: url("../images/top/sec_menu_case.png") no-repeat center center;
    	background-size: cover;
	}
	#sec-menu .menu-more{
		position: absolute;
		width: 460px;
		bottom:0;
		left: 0;
		background-color:rgba(255,137,0,0.70);
		z-index: 1;
		color: #fff;
		text-align: right;
		padding-right: 30px;
		line-height: 50px;
		font-size: 16px;
	}
	
	#sec-menu a:hover{
	text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	}
	
	#sec-menu .menu-box2 {
		display: block;
    	position: relative;
    	overflow: hidden;
    	width: 490px;
		height: 140px;
		margin-bottom: 20px;
		background-color: #EDEAEA;
	}
	#box6{
	    background: url("../images/top/sec_menu_company.png") no-repeat 250px center;
	}
	#box7{
	    background: url("../images/top/sec_menu_recruit.png") no-repeat 320px center;
	}
	
	#box5 h3,#box6 h3,#box7 h3{
		display: inline-block;
		font-size: 28px;
		padding-bottom: 10px;
		border-bottom: 4px solid #FF8900;
	}
	/* 微調整*/
	#box6 h3{
		margin-top: 20px;
		color: #000;
	}
	#box7 h3{
		margin-top: -20px;
		color: #000;
	}
	#box7 .h3-text{
		padding-top: 10px;
		color: #000;
	}
	
	#box0:after{
	    background: url("../images/top/sec_menu_kodate.png") no-repeat right center ;
    	
	}

	#sec-menu #menu-area1 {
		margin-left: -250px;
		width: 1500px;
	}
	#sec-menu #menu-area1 .mr15 {
		margin-right: 15px;
	}
	
	
/*  sec-bn ----------------------------------------------------*/	
	#sec-bn {
    	padding: 50px 0;
	}
	#sec-bn ul{
		display: table;
		border-collapse: collapse;
		width: 100%;
		/* border-right:1px solid #AAAAAA; */
	}
	#sec-bn li{
		border-collapse: collapse;
    	display: table-cell;
		vertical-align: middle;
		text-align: center;
		/* border-left:1px solid #AAAAAA; */
		
	}
}

@media screen and (max-width: 640px) {
	/*  sec0 ----------------------------------------------------*/
	#sec0{
		background: url("../images/top/sec0_bg.png") no-repeat center top;
		background-size: 140% auto;
	}
	#sec0 .container{
		padding-top: 15px;
		padding-bottom: 20px;
		font-family: 'TAMGB';
	}
	#sec0 #sec0-h2{
		display: inline-block;
		background-color: rgba(255,137,0,1.00);
		padding: 20px;
		border-radius: 20px;
		color: #fff;
		margin-bottom: 250px;
	}
	#sec0 #sec0-h2 h2{
		font-size: 28px;
		line-height: 1.4;
	}
	#sec0 #sec0-h2 p{
		padding-top: 10px;
		font-size: 14px;
	}
	
	#sec0 p a{
		display: block;
		background-color:rgba(237,234,234,1.00);
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		font-size: 16px;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#sec0 p a:hover{
		background-color:rgba(255,137,0,1.00);
		color: #fff;
		opacity: 1;
	}
	#sec0 .sec0-menu a span.hvr{
		display: none;
	}

/*  sec-topics ----------------------------------------------------*/
	#sec-topics{
		margin: 0 4% 30px;
		background-color: #EDEAEA;
		padding:10px;
		position: relative;
		z-index: 2;
	}
	#sec-topics #newsWrap{
		background-color: #fff;
		padding: 20px 0;
	}
	#sec-topics .topics-title{
		text-align: center;
	}
	#sec-topics h3{
		font-size: 24px;
		line-height: 1;
		font-family: 'TAMGB';
	}
	#sec-topics .topics-title p{
		margin-top:20px;
		font-size: 16px;
		line-height: 1;
		font-family: 'TAMGB';
	}
	.topics-body{
		padding:20px 0px 10px 10px;
		
	}
ul#newsList{
	padding:0;
	text-align: left;
	height: 230px;
	overflow-y: scroll;
	
}
ul#newsList::-webkit-scrollbar{width:10px;}/*バーの太さ*/
ul#newsList::-webkit-scrollbar-track{background:#dddddd;}/*バーの背景色*/
ul#newsList::-webkit-scrollbar-thumb{background:#aaa;}/*バーの色*/
	ul#newsList li:first-child{
		border-top:1px dotted #ccc;
	}
ul#newsList li{
	font-size:16px;
	margin:0;
	padding:10px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:20px;
	list-style-type:none;
}
	ul#newsList .up_ymd{
		font-family: 'TAMGB';
		display:inline-block;
		vertical-align: middle;
		font-size: 14px;
	}
	ul#newsList .title{
		padding:8px 0 0;
		font-size: 14px;
		font-family: 'TAMGR';
		display:inline-block;
		vertical-align: middle;
	}
	ul#newsList .title a{
		display:inline-block;
	}

.catName{
	display:inline-block;
	font-size:11px;
	margin:0 10px 0 2px;
	width: 70px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-family: 'TAMGR';
}
	ul#newsList li.cat-0 .catName{
		background-color: #888;
	}
	ul#newsList li.cat-1 .catName{
		background-color: #FF8900;
	}

	
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	border-radius:8px;
	font-family: 'TAMGR';
}
	
	
/*  sec-new ----------------------------------------------------*/
	#sec-new a{
		display: block;
	}
	#sec-new .sec-new-bg{
		background:rgba(208,189,154,0.37) url("../images/top/sec_new.png") no-repeat center bottom;
		background-size: 120% auto;
		font-family: 'TAMGB';
		padding: 30px 0 130px;
		text-align: center;
	}
	#sec-new h3{
		font-size: 28px;
		line-height: 1;
	}
	#sec-new .h3-text{
		display: inline-block;
		font-size: 14px;
		text-align: left;
		
	}
	#sec-new .sec-new-menu{
		margin: 0 auto;
		padding-top: 20px;
	}
	#sec-new .sec-new-menu span{
		display: inline-block;
		width: 110px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		margin: 0 15px 15px 0;
	}
	#sec-new .sec-new-menu span.menu1{background-color: #CE9E6E;}
	#sec-new .sec-new-menu span.menu2{background-color: #9ACE39;}
	#sec-new .sec-new-menu span.menu3{background-color: #7FAAD9;}
	#sec-new .sec-new-menu span.menu4{background-color: #E5A906;}
	
	#sec-new .sec-new-list{
		display: block;
		font-size: 16px;
		margin: 20px auto;
	}
	
	
	
	
	
/*  sec-menu ----------------------------------------------------*/
	#sec-menu {
    	font-family: 'TAMGB';
	}
	#sec-menu .menu-area{
		margin-top: 15px;
	}
	#sec-menu h3{
		font-size: 24px;
		line-height: 1;
		color: #fff;
	}
	#sec-menu .h3-text{
		padding-top: 20px;
		font-size: 14px;
		color: #fff;
	}

	#sec-menu .menu-left{
		vertical-align: top;
	}
	#sec-menu .menu-right{
		vertical-align: top;
	}
	
	#sec-menu .menu-box {
		display: block;
    	position: relative;
    	overflow: hidden;
    	width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	#sec-menu .inner {
    	z-index: 1;
    	position: relative;
		padding: 20px;
	}
	#box1{
	    background: url("../images/top/sec_menu_buy.png") no-repeat center center;
    	background-size: cover;
	}
	#box2{
	    background: url("../images/top/sec_menu_akiya.png") no-repeat center center;
    	background-size: cover;
	}
	#box3{
	    background: url("../images/top/sec_menu_satei.png") no-repeat center center;
    	background-size: cover;
	}
	#box4{
	    background: url("../images/top/sec_menu_trust.png") no-repeat center center;
    	background-size: cover;
	}
	#box5{
	    background: url("../images/top/sec_menu_case.png") no-repeat center center;
    	background-size: cover;
	}
	#sec-menu .menu-more{
		position: absolute;
		width: 100%;
		bottom:0;
		left: 0;
		background-color:rgba(255,137,0,0.70);
		z-index: 1;
		color: #fff;
		text-align: right;
		padding-right: 30px;
		line-height: 50px;
		font-size: 16px;
	}
	
	#sec-menu a:hover{
	text-decoration: none;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	}
	
	#sec-menu .menu-box2 {
		display: block;
    	position: relative;
    	overflow: hidden;
    	width: 100%;
		height: 140px;
		margin-bottom: 20px;
		background-color: #EDEAEA;
		padding: 10px 0;
	}
	#box6{
	    background: url("../images/top/sec_menu_company.png") no-repeat 70% center;
		background-size: 105px auto;
	}
	#box7{
	    background: url("../images/top/sec_menu_recruit.png") no-repeat 70% 15px;
		background-size: 81px auto;
	}
	
	#box5 h3,#box6 h3,#box7 h3{
		display: inline-block;
		font-size: 24px;
		padding-bottom: 10px;
		border-bottom: 4px solid #FF8900;
	}
	/* 微調整*/
	#box6 h3{
		margin-top: 20px;
		color: #000;
	}
	#box7 h3{
		margin-top: -20px;
		color: #000;
	}
	#box7 .h3-text{
		padding-top: 10px;
		color: #000;
	}
	
	#box0{
		padding-bottom: 60%;
	    background: url("../images/top/sec_menu_kodate.png") no-repeat center bottom ;
    	background-size: contain;
	}
	
/*  sec-bn ----------------------------------------------------*/	
	#sec-bn {
    	padding: 30px 0;
	}
	#sec-bn ul{
		margin: 0 auto;
		width: 90%;
		/* border-bottom:1px solid #AAAAAA; */
	}
	#sec-bn li{
		vertical-align: middle;
		text-align: center;
		/* border-top:1px solid #AAAAAA; */
		padding: 15px 0;
	}
	#sec-bn li img{
		width:240px;
		
	}
}

@media screen and (min-width: 1280px){
	#sec0{
		background-size: cover;
	}
}