@charset "UTF-8";
#container {
  padding: 30px 0;
}

.w_1000 {
  padding: 0 30px;
}

h2 {
  font-size: 3.5vw;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
h2 span {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
  font-size: 6vw;
  display: block;
  margin-bottom: 15px;
}

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

Media Query for PC

*************************************************************************************** */
@media print, screen and (min-width: 750px) {
  header {
    text-align: center;
    padding: 70px 0 70px 0;
    position: relative;
  }
  header h1 {
    width: 170px;
    margin: 0 auto;
  }
  header h1 a {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
  header h1 a:hover {
    opacity: 0.7;
  }

  nav#gnavi {
    margin-bottom: 90px;
  }

  h2 {
    font-size: 16px;
    margin-bottom: 50px;
    z-index: 100;
    position: relative;
  }
  h2 span {
    font-size: 45px;
    margin-bottom: 25px;
  }

  #breadCrumb {
    position: relative;
    padding-left: 25px;
    margin-left: 3%;
    font-size: 13px;
  }
  #breadCrumb a {
    color: #008cd3;
    position: relative;
    margin-right: 30px;
  }
  #breadCrumb a::before,
  #breadCrumb a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #breadCrumb a::before {
    right: -15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #breadCrumb a:hover {
    text-decoration: underline;
  }

  #breadCrumb:before {
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 16px;
    display: inline-block;
    content: "\f015";
    font-family: FontAwesome;
  }

  #container {
    padding: 50px 0 120px 0;
  }

  .w_1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}
