@charset "UTF-8";

/*--------------------------------------------------------
	Mv
-------------------------------------------------------- */
#mv {
    overflow: hidden;
    position: relative;
}
.mv-copy{
	width: 100%;
	color:#fff;
	text-align:center;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	z-index: 4;
}
.mv-copy h1 {
	font-size:40px;
  line-height: 1.6;
	font-weight:bold;
}
@media screen and (max-width:999px){
	.mv-copy h1 { font-size:20px;  }
}

/*--------------------------------------------------------
	Top-serice
-------------------------------------------------------- */
#service-wrap{
  background:#f2f6f7;
  text-align: center;
}
.service-column{
  margin-top:30px;
}
.service-column .row,.voice-column .row{
  float: left;
  width: 23.5%;
  margin: 0 2% 0 0;
  padding:25px;
  background: #fff;
}
.service-column .row figure{
  padding:0 30px 20px;
}
.service-column .row figcaption p,.voice-column .row figcaption p{
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 1000px) {
  .service-column .row:nth-child(4),.voice-column .row:nth-child(4){
    margin: 0;
  }
}
@media screen and (max-width:999px){
  .service-column .row,.voice-column .row{
    width: 48%;
    margin: 0 1% 10px;
    padding:15px;
    display: table;
  }
  .service-column .row figure{
    padding:0;
    width:30%;
    display:table-cell;
  }
  .service-column .row figcaption{
    padding-left:20px;
    vertical-align: top;
    display:table-cell;
  }
}
@media screen and (max-width:640px){
  .service-column .row,.voice-column .row{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/*--------------------------------------------------------
	Top-serice
-------------------------------------------------------- */
#voice-wrap{
  background:#ddf3fd;
  text-align: center;
}
.voice-column .row{
  padding:0;
}
.voice-column .row figure{
  padding:0;
  display: block;
  overflow: hidden;
  text-align: center;
}
.voice-column .row figcaption{
  padding:20px 25px;
}
.voice-column .row h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom:15px;
}
@media screen and (max-width:999px){
  .voice-column .row{
    padding:15px;
  }
  .voice-column .row figure{
    padding:0;
    width:30%;
    display:table-cell;
  }
  .voice-column .row figcaption{
    vertical-align: top;
    display:table-cell;
    padding:0 0 0 15px;
  }
}

/*--------------------------------------------------------
	Top-news
-------------------------------------------------------- */
#news-wrap ul{
  border-top: 1px solid #dcdcdc;
}
#news-wrap li {
  display: table;
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #dcdcdc;
}
#news-wrap .date {
  display: table-cell;
  width: 100px;
  font-size: 12px;
  padding-right: 20px;
}
#news-wrap .info-cate {
  display: table-cell;
}
#news-wrap .title {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.category {
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  width: 70px;
  height: 24px;
}
.category-topics .category { background:#f7b773; }
.category-info .category { background:#f1a7a7; }
.category-ir .category { background:#a7d7a6; }

@media screen and (max-width: 780px){
  #news-wrap .date {
    width:80px;
    padding-right: 10px;
  }
  #news-wrap .title {
      display: block;
      clear: both;
      line-height: 1.2;
      padding-top: 8px;
      padding-left: 0px;
  }
}

