@charset "UTF-8";

/* ////////////////////　　///////////////////// */

.concept{
  width: 100%;
  background-image: url(../img/top/concept_v2.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding-top: 75px;
}

.concept p{
  text-align: center;
  font-size: 24px;
  color: #FFF;
  margin-bottom: 30px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px #666;
}

.concept .text{
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  padding-bottom: 80px;
}

.conducting-wire{
  padding-top: 75px;
}

.conducting-wire .banner{
  margin-bottom: 75px;
}

.conducting-wire .banner ul{
  overflow: hidden;
  width: 1160px;
  margin: 0 auto;
}

.conducting-wire .banner ul li{
  float: left;
}

.conducting-wire .f-p{
  margin-bottom: 100px;
  text-align: center;
}

.conducting-wire .f-p p{
  text-align: center;
  font-size: 24px;
  color: #C5AD88;
  margin-bottom: 30px;
}

.conducting-wire .f-p .text{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 40px;
}

.conducting-wire .f-p span.btn a{
  width: 300px;
  height: 45px;
  font-size: 13px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  text-decoration: none;
  padding-top: 12px;
  color: #000;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-box-shadow: #ccc 1px 1px 1px;
          box-shadow: #ccc 1px 1px 1px;
  letter-spacing: 2px;
}

.conducting-wire .f-p span.btn a:hover{
  background-color: #000!important;
  color: #FFF;
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
.concept{
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 50px 20px 50px;
}

.concept p{
  font-size: 18px;
  margin-bottom: 20px;
}

.concept .text{
  text-align: left;
  padding-bottom: 0px;
}

.conducting-wire{
  padding-top: 50px;
}

.conducting-wire .banner{
  margin-bottom: 50px;
}

.conducting-wire .banner ul{
  width: 100%;
}

.conducting-wire .banner ul li{
  float: none;
}

.conducting-wire .banner ul li a{
  width: 100%;
}

.conducting-wire .banner ul li img{
  width: 100%;
  height: auto;
}
.conducting-wire .f-p{
  padding: 0 20px;
}

.conducting-wire .f-p p{
  font-size: 18px;
  margin-bottom: 30px;
}

.conducting-wire .f-p .text{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: left;
}

.conducting-wire .f-p span.btn a{
  width: 280px;
  height: 40px;
  font-size: 10px;
  padding-top: 11px;
}
}

/* ////////////////////　　///////////////////// */

.news{
  margin: 0 auto;
  margin-bottom: 50px;
  width: 1160px;
}

.news h2{
  font-size: 18px;
  line-height: 30px;
  font-family: 'Karla', sans-serif;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.news ul{
  overflow: hidden;
  margin-bottom: 50px;
}

.news ul li{
  float: left;
  width: 25%;
  padding: 10px 0;
}

.news ul li:hover{
  background-color: #eee;
}

.news ul li:first-child{
  padding-left: 10px;
  padding-right: 10px;
}

.news ul li:last-child{
  padding-right: 10px;
  padding-left: 10px;
}

.news ul li:nth-child(2) {
  padding:10px;
}

.news ul li:nth-child(3) {
  padding:10px;
}

.news ul li article{
}

.news ul li article .thum-wrap{
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  max-width:266px; /* 最大幅の指定 */
  margin: 0 auto;
}
.news ul li article .thum{
  position:relative; /* 絶対配置の基準点 */
  width:100%; /* 600px以下は幅いっぱいに広げる */
  max-width:266px; /* 最大幅の指定 */
  margin:0 auto; /* ブロック要素の中央揃え */
  text-align:center; /* インライン要素の中央揃え */
  height: 180px;
  margin-bottom: 10px;
  background-color: rgba(000,000,000,0.3);
}

.news ul li article .thum .inner{
  position:absolute; /* 絶対配置 */
  top:50%; /* 上から半分 */
  left:50%; /* 左から半分 */
  width:100%; /* 大枠と同じ幅に */
  margin:-1.5em 0 0 -50%; /* 要素の大きさの半分引く */
}

.news ul li article .thum h3{
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
  text-align: center;
  padding: 0px 20px;
}

.news ul li article time{
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.news ul li article .text{
  font-size: 12px;
  line-height: 18px;
}

.news span.btn a{
  width: 300px;
  height: 45px;
  font-size: 13px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 12px;
  color: #000;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-box-shadow: #ccc 1px 1px 1px;
          box-shadow: #ccc 1px 1px 1px;
  letter-spacing: 2px;
}

.news span.btn a:hover{
  background-color: #000;
  color: #FFF;
}

/*---- SP start ----*/
@media(max-width:640px){

.news{
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  padding: 0 20px;
}

.news h2{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.news ul{
  margin-bottom: 20px;
}

.news ul li{
  float: none;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ccc;
}

.news ul li:first-child{
  padding-left: 0;
  padding-right: 0px;
}

.news ul li:last-child{
  padding-right: 0;
  padding-left: 0px;
}

.news ul li:nth-child(2) {
  padding:0 0px;
}

.news ul li:nth-child(3) {
  padding:0 0px;
}

.news ul li article .thum-wrap{
  max-width: 100%;
}

.news ul li article .thum{
  max-width:100%; /* 最大幅の指定 */
}

.news span.btn a{
  width: 280px;
  height: 40px;
  font-size: 10px;
  padding-top: 11px;
}
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}