@charset "UTF-8";
/* CSS Document */

#ivd{
  background: #FFF;
  padding-bottom: 1px;
}

#ivd a,
.contacts a{
  text-decoration: none;
  transition: 0.3s;
}

#ivd a:hover,
.contacts a:hover{
  text-decoration: none;
  transition: 0.3s;
  opacity: 0.7
}

.ivd_inner{
  max-width: 1280px;
  margin: 0 auto;
}

.contacts{
  padding: 110px 0 15px;
  text-align: center;
}

.contacts h1{
  font-size: 18px;
  line-height: 1;
  margin-bottom: 65px;
}

.contacts h1 span{
  font-family:"FrutigerBold";
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.contacts > div{
  margin-bottom: 115px;
  vertical-align: top;
}

.contacts > div a{
  display: inline-block;
}

.contacts > div img{
  width: 110px;
  height: auto;
}

.contacts > div h2{
  font-family:"FrutigerBold";
  font-size: 16px;
  line-height: 1.3;
  color: #1a5ca5;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}

.contacts > div p{
  font-size: 14px;
  line-height: 1.6;
}

.contacts > div a p{
  color: #000;
}

.contacts > div.sns{
  width: 100%;
  display: block;
  text-align: right;
  margin-bottom: 0;
}

.contacts> div.sns a + a{
  margin-left: 8px;
}

.contacts > div.sns a img{
  width: auto;
  height: auto;
}

.ivd_contact > ul{
  width: 70%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.ivd_contact > ul li{
  width: 33.33%;
}

.ivd_contact > ul li + li{
  margin-left: 50px;
}


#ivd .sp{
	display: none !important;
}

#ivd .pc{
	display: block !important;
}

@media screen and (max-width: 800px) {
		
  #ivd .sp{
    display: block !important;
  }

  #ivd .pc{
    display: none !important;
  }
  
  #ivd a:hover,
  .contacts a:hover{
    opacity: 1
  }

  .ivd_inner{
    padding: 0 4vw;
    box-sizing: border-box;
  }
  
  .contacts{
    padding: 15vw 0 3vw;
  }

  .contacts h1{
    font-size: 3.5vw;
    margin-bottom: 10vw;
  }

  .contacts h1 span{
    font-size: 5vw;
    margin-bottom: 1vw;
  }

  .contacts > div{
    margin-bottom: 15vw;
    display: block;
  }

  .contacts > div a{
    display: block;
  }

  .contacts > div img{
    width: 23vw;
    height: auto;
  }

  .contacts > div h2{
    width: 65vw;
    font-size: 3.8vw;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 25vw;
    transform: translateY(-50%);
  }
  
  .contacts > div p{
    font-size: 3vw;
    line-height: 1.6;
  }

  .contacts > div.sns{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  
  .contacts > div.sns a {
    display: inline-block;
  }

  .contacts > div.sns a + a{
    margin-left: 5vw;
  }

   .contacts > div.sns a img{
    width: 8vw;
    height: auto;
  }
  
  .ivd_contact > ul{
    width: 100%;
    display: block;
    padding: 0 5vw;
    text-align: left;
    box-sizing: border-box;
  }

  .ivd_contact > ul li{
    width: 100%;
  } 
  
  .ivd_contact > ul li + li{
    margin-top: 5vw;
    margin-left: 0;
  }
  
  .ivd_contact > ul li a{
    display: block;
    position: relative;
  } 

}














