@charset "UTF-8";

/* contents
-------------------------------------------------*/
#contents {
	padding: 0;
}
#loader{
    width: 32px;
    height: 32px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -16px;       /* heightの半分のマイナス値 */
    margin-left: -16px;      /* widthの半分のマイナス値 */
    z-index: 10;             /* #fadeより多い値を入れて下さい */
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;              /* #loaderより少ない値を入れて下さい */
}

.mv {
    width:100%;
    height:500px;
    margin-top: 25px;
	background: url("../image/mv_bg.jpg") no-repeat center top;
    background-size: 100%;
    text-align:center;
}
.mv .mv__rogo{
    width: 850px;
    margin: 0px auto 0;
    padding-top:9VW;
    text-align:left;
}
.mv .mv__text{
    width: 850px;
    margin: 0px auto 0;
        padding-top:175px;
    text-align:left;
}
.mv .mv__banner{
    width: 850px;
    margin: 0px auto 0;
        padding-top:53px;
    text-align:right;
}

@-moz-document url-prefix() {/*Edge用cssハック*/
    .mv .mv__text{
        padding-top:175px;
    }
    .mv .mv__banner{
        padding-top:53px;
    }
}
.mv p{
    padding-top:40px!important;
    padding-bottom:10px!important;
    width: 850px;
    margin: 0 auto !important;
    text-align: left;
    line-height: 32px;
}

.topics .inner {
    width:850px;
    padding: 8vw 0 8vw;
}
.topics h2 {
    width:165px;
}

/* slidesArea
-------------------------------------------------*/
.slidesArea {
	width: 100%;
	clear: both;
	position: relative;
}
.slidesArea .ttl {
	width: 46%;
	max-width: 460px;
	position: absolute;
	left: 50%;
  	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	z-index: 1;
}
.bx-wrapper {
	*zoom: 1;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bxslider {
	background: url(../images/top/bg_mainimg.jpg) repeat-x left top;
	background-size: auto 100%;
    height: 402px;
}
.bxslider li {
	height: 28.715em;
}
.bxslider .bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	display: none;
}

/* projectList
-------------------------------------------------*/
.projectList {
	padding: 7.7vw 0 4vw;
}

/* producerList
-------------------------------------------------*/
.producerList {
	padding: 3vw 0 0.5vw;
}
.projectList dl {
    width:1080px;
    margin-bottom:26px;
    text-align:center;
}
.projectList dl dt{
    width:100%;
    height:90px;
    font-size:20px;
    background-color: #3e5686;
    color:#FFF;
    font-family: "Harenosora","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.projectList dl dt span{
    line-height:90px;
    padding: 12px 0px 12px 50px;
}
.projectList dl dt b{
    font-size:30px;
    font-weight:normal;
}
.projectList dl dd{
    width:100%;
    padding:25px 0 25px;
	background: url("../image/bg_dd.gif") no-repeat center top;
    background-color: #FFF;
}
.projectList dl dd b{
    font-size:24px;
    line-height:50px;
    font-family: "Harenosora","Kozuka Mincho Pro","Kozuka Mincho Std","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
	background: url("../image/marker.png") repeat-X center bottom;
    font-weight:normal;
}
.icon01{
	background: url("../image/icon1.png") no-repeat left center;
}
.icon02{
	background: url("../image/icon2.png") no-repeat left center;
}
.icon03{
	background: url("../image/icon3.png") no-repeat left center;
}
.icon04{
	background: url("../image/icon4.png") no-repeat left center;
}

#Company table{
    border:2px solid #999;
    border-bottom:1px solid #999;
}
#Company th{
    background-color: #eaf0fb;
    width:100px;
    padding:16px 20px;
    border-right:2px solid #999;
    border-bottom:1px solid #999;
}
#Company td{
    background-color: #FFF;
    padding:16px 20px;
    border-bottom:1px solid #999;
}


@media only screen and (min-width:751px){

    .ls2 {
        letter-spacing: 4em;
    }
    .ls3 {
        letter-spacing: 1.5em;
    }
    .ls4 {
        letter-spacing: 0.66em;
    }
    .ls5 {
        letter-spacing: 0.25em;
    }
	.bnr_area{
		width: 847px;
		height: auto;
		margin-top: -75px;
		margin-bottom: 20px;
    }
	.bnr_area img{
		width: 100%;
    }
	.bnr_area .bnr{
		width: 265px;
		height: auto;
		margin-right: 26px;
		margin-bottom: 26px;
        float:left;
    }
	.bnr_area .bnr:nth-child(3n){
		margin-right: 0px;
	}
	.topicslist li{
		margin-bottom: 15px;
		padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
		line-height:24px;
		overflow: hidden;
    }
	.topicslist li:last-child{
		border-bottom: none
	}
	.topicslist li a{
        color:#000;
        text-decoration: none;
    }
	.topicslist .line{
        text-decoration: underline;
    }
	.news_tmb {
        width: 80px;
		height: 80px;
		margin-right:26px;
		float:left;
    }
	.news_tmb img {
        width: 100%;
		height: auto;;
    }
	.news_area {
		width: 741px;
		height: auto;
        float:left;
    }
	.news_area .date {
		font-size: 14px;
    }
	.news_area .ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 13px;
    }
	.news_area .text {
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
    }
	.news_btn{
		display: block;
		position: relative;
		width: auto;
		padding: 0.8em;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #17288b;
		font-size: 14px;
		margin-top: 24px;
	}
	.news_btn:hover {
		 background: #0f1b60;
		 cursor: pointer;
		 text-decoration: none;
	}
}

@media only screen and (min-width:751px) and (max-width:1079px){
    .mv {
        height: 42VW;
    }
    .mv .mv__rogo {
        width: 96%;
        padding:7VW 2% 0;
    }
    .mv .mv__text {
        width: 96%;
        padding:8VW 2% 0;
    }
    .mv p {
        width: 96%;
        margin: 0;
        padding:0VW 2% 0;
        font-size: 15px!important;
    }
    .mv .mv__banner {
        padding-top: 4VW;
        width: 100%;
    }
    .bnr_area{
		width: auto;
		height: auto;
		margin-top: -50px;
		margin-bottom: 20px;
    }
	.bnr_area img{
		width: 100%;
    }
	.bnr_area .bnr{
		width: 32%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 2%;
        float:left;
    }
	.bnr_area .bnr:nth-child(3n){
		margin-right: 0px;
	}
    .topics .inner {
        width:96%;
        padding: 8vw 2% 8vw;
    }
    .topics h2 {
        width:20%;
        float:none;
    }
	.topicslist li{
		margin-bottom: 15px;
		padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
		line-height:24px;
		overflow: hidden;
    }
	.topicslist li:last-child{
		border-bottom: none
	}
	.topicslist li a{
        color:#000;
        text-decoration: none;
    }
	.topicslist .line{
        text-decoration: underline;
    }
	.news_tmb {
        width: 10%;
		height: auto;
		margin-right:2%;
		float:left;
    }
	.news_tmb img {
        width: 100%;
		height: auto;;
    }
	.news_area {
		width: 88%;
		height: auto;
        float:left;
    }
	.news_area .date {
		font-size: 14px;
    }
	.news_area .ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 13px;
    }
	.news_area .text {
		font-size: 14px;
    }
	.news_btn{
		display: block;
		position: relative;
		width: auto;
		padding: 0.8em;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #17288b;
		font-size: 14px;
		margin-top: 6px;
	}
	.news_btn:hover {
		 background: #0f1b60;
		 cursor: pointer;
		 text-decoration: none;
	}
    
    /* producerList
    -------------------------------------------------*/
    .projectList dl {
        width:100%;
    }
    .projectList dl dt{
        font-size:16px;
    }
    .projectList dl dt b{
        font-size:22px;
    }
    .projectList dl dd b{
        font-size:22px;
        line-height:50px;
    }
    
    
    #history img.pc{
        width:100%;
        height:auto;
    }
    
    #Company table{
        margin-bottom: 25px;
    }
}

@media only screen and (max-width:750px){

    .mv {
        width:96%;
        padding:0 2%;
        height:100VW;
        text-align:center;
        background: url("../image/mv_bg_sp.jpg") no-repeat center top;
        background-size: 100%;
    }
    .mv p{
        width: 100%;
        padding-top:25px!important;
        padding-bottom:10px!important;
        font-size: 12px!important;
    }
    .mv .mv__rogo{
        width:50%!important;
        margin: 0px 0 0 0 !important;
        padding-top:50px;
    }
    .mv .mv__text{
        width:96%!important;
        margin: 0px 0 0 0 !important;
        padding-top:42VW;
    }
    .mv .mv__banner{
        width: 50%;
        margin: 0px auto 0;
        padding-left: 50%;
        padding-top:10VW;
        text-align:right;
    }
    .bnr_area{
		width: auto;
		height: auto;
		margin-top: -50px;
		margin-bottom: 20px;
    }
	.bnr_area img{
		width: 100%;
    }
	.bnr_area .bnr{
		width: 48%;
		height: auto;
		margin-right: 4%;
		margin-bottom: 4%;
        float:left;
    }
	.bnr_area .bnr:nth-child(2n){
		margin-right: 0px;
	}
    .topics .inner {
        width: 96%;
        padding: 8vw 2% 8vw;
    }
    .topics h2 {
        float: none;
        margin-bottom: 0.5em;
    }
	.topicslist li{
		margin-bottom: 15px;
		padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
		line-height:24px;
		overflow: hidden;
    }
	.topicslist li:last-child{
		border-bottom: none
	}
	.topicslist li a{
        color:#000;
        text-decoration: none;
    }
	.topicslist .line{
        text-decoration: underline;
    }
	.news_tmb {
        width: 22%;
		height: auto;
		margin-right:2%;
		float:left;
    }
	.news_tmb img {
        width: 100%;
		height: auto;;
    }
	/*.news_area {
		width: 76%;
		height: auto;
        float:left;
    }*/
	.news_area .date {
		font-size: 12px;
		width: 76%;
		height: auto;
        float:left;
    }
	.news_area .ttl {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 13px;
		width: 76%;
		height: auto;
        float:left;
    }
	.news_area .text {
		font-size: 14px;
		padding-top: 10px;
		clear: both;
    }
	.news_btn{
		display: block;
		position: relative;
		width: auto;
		padding: 0.8em;
		text-align: center;
		text-decoration: none;
		color: #fff;
		background: #17288b;
		font-size: 12px;
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.news_btn:hover {
		 background: #0f1b60;
		 cursor: pointer;
		 text-decoration: none;
	}
    

    /* projectList
    -------------------------------------------------*/
    .projectList {
        padding-bottom: 20vw;
    }
    .projectList dl {
        width:100%;
        margin-bottom:26px;
    }
    .projectList dl dt{
        height:auto;
        font-size:14px;
        padding:10px 0 10px;
    }
    .projectList dl dt span{
        line-height:1.5em;
        padding: 50px 0px 12px 0px;
    }
    .projectList dl dt b{
        font-size:20px;
    }
    .projectList dl dd{
        width:100%;
        padding:25px 0 25px;
        line-height: 1.25em;
    }
    .projectList dl dd b{
        font-size:16px;
        line-height:1.8em;
    }
    .projectList dl dd span{
        display:block;
    }
    .icon01{
        background: url("../image/icon1.png") no-repeat center top;
        display: block;
    }
    .icon02{
        background: url("../image/icon2.png") no-repeat center top;
        display: block;
    }
    .icon03{
        background: url("../image/icon3.png") no-repeat center top;
        display: block;
    }
    .icon04{
        background: url("../image/icon4.png") no-repeat center top;
        display: block;
    }

    #Company table{
        font-size:12px;
        line-height:1.25em;
        margin-bottom: 50px;
    }
    #Company th{
        width:20%;
        padding:16px 2%;
    }
    #Company td{
        padding:16px 2%;
    }
}

.topicslist li .ttl a{
    text-decoration: underline;
}
