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

/******** トップイメージ ********/

#top-img{
  height:167px;
  background:URL(../img/common/39779986.jpg) no-repeat center center;
  background-size:cover;
}


/******** 下層ページ共通コンテンツ ********/

#contents-main{
  max-width:1100px;
  display: inline-block;
  color:#333;
}

#common-content{
  margin-top: 17px;
}

#menu-flow p{
  font-size: 15px;
  text-align: left;
}

#menu-flow p span{
  color:#00bfff;
}

#menu-tite h2{
  color:#00bfff;
  font-size: 2.625rem;
  font-weight: 300;
  padding-top: 60px;
}

#menu-tite p{
  color:#00bfff;
  font-size: 0.9375rem;
}

.common-blue{
  color:#00a3d8;
}

/******** 各コンテンツ ********/

#policy-con{
  border-top: #00bfff solid 1px;
  /* border-bottom:#00bfff solid 2px; */
  font-size: 0.9375rem;
  margin-top:50px;
  padding-top:70px;
  /* padding-bottom:25px; */
  line-height: 30px;
  text-align: left;
}

.policy-title{
  color:#00a3d8;
}

#policy-con ul li a{
  color:#00bfff;
}

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

  #top-img{
    height:73px;
    background:URL(../img/common/39779986.jpg) no-repeat center center;
  }

  #contents-main{
    width:98vw;
    padding:2vw;
  }

  #menu-flow p{
    padding-left:2.5vw;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  #top-img{
    height:100px;
    background:URL(../img/common/39779986.jpg) no-repeat center center;
  }



} 