.font {
	font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.fonts {
    font-size: 18px;
  font-weight: 600;
  text-align: center;
}


.fixed_btn { 
position: fixed;
bottom: 20px;
right: 64px;
}

.btn_07 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #000;
    border-radius: 100vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
    background: #fff;
}
.btn_07:hover {
    color: #fff;
    background: #000;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}
.eigo
{
  line-height: 2em;
  background-color: #cde8f8;
  padding: 4px;
}

.under{
  color: #0070ff;
  text-decoration: underline;
  margin-top: 12px;
  display: block;
  font-size: 17px;
  font-weight: 600;
}
.sma {
    display: none;
}
/* sp */
@media only screen and (max-width: 480px) {
.logou .snss
{
  padding-left: 10px;
  padding-top: 10px;
}
.logou
{
  width: 50%;
  vertical-align: middle;
}
.sma {
    display: block;
}
}