@charset "UTF-8";

html{
  font-size: 100%;
}

body{
  color: #303030;
  background-color: #fafafa;
  font-family: 'Kosugi', sans-serif;
  font-family: 'Sacramento', cursive;
  font-family: 'Zen Maru Gothic', serif;
  width: 100%;
  }

p{
  font-size: 1.2rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 2.3rem;
}

.text{
  display: block;
  text-align: center;
  margin-top: 20%;
}

a{
  color: #0067C0;
  border-bottom: 1px solid;
  transition: color .2s;
}

a:hover{
  color: #ff7043;
}

@media (max-width: 767px) {
  .text{
    white-space:nowrap;
  }
}
