*{
  margin:0 auto;
  padding:0;
  box-sizing: border-box;
}
html{
  width : 100%;
  font-size: 62.5%;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height : 100%;
}
body{
  width : 100%;
  line-height : 1.6;
  color : #000
  background-color : #fff;
  height : 100%;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align:top;
}
hr{
  border: solid 0 #fff;
  clear : both;
}
a{
  color : #000;
  text-decoration: none;
}
a:hover{
  filter:alpha(opacity=70);
  /* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";
  /* IE 8,9 */
    -moz-opacity:0.7;
  /* FF , Netscape */
    -khtml-opacity: 0.7;
  /* Safari 1.x */
    opacity:0.7;
  zoom:1;
/*IE*/
}
.center_txt{
  text-align : center;
}
.right_txt{
  text-align : right;
}
.cleartxt{
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
span.nowrap{
  white-space:nowrap;
}
.none{
  display: none;
}
.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
h5{
  background: linear-gradient(transparent 50%, #bbb 30%);
  text-align : center;
  color : #ffffff;
  font-size : 3.5rem;
  line-height:1em;
  font-weight:bold;
  text-shadow: 0 0 0.2em rgba(0,0,0,1);
  max-width:700px;
}
h5 span{
  font-size : 1.7rem;
  font-weight : bolder;
  padding-left : 20px;
}
div.link{
  margin : 30px auto 0px;
  text-align : center;
}
div.link p{
  padding : 0;
  font-size : 1.8rem;
  font-weight : bolder;
}
div.link p a{
  padding : 15px 0px 15px 0px;
  color : white;
  border-radius : 10px;
  border-width : 2px;
  border-style : solid;
  border-color : white;
}
div.link p a span{
  padding : 0px 10px 0px 40px;
  background-repeat : no-repeat;
  background-position : 10px center;
  background-size : 25px auto;
}
div.link p a.company{
  color : #000;
  border-color : #000;
}
@media only screen and (max-width: 600px) {
  .pc{
  display: none !important;
}
.sp{
  display: block !important;
}
}