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

p{
  font-size: 21px;
  line-height: 1.75;
}

.content{
  margin: 0 auto;
  width: 90%;
}

.content h1{
  color: #333;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 32px 0;
}

.content p{
  color: #333;
}


.linkbox{
  padding: 1em 2em;
  background-color: #;
  border-radius: 8px;
  border: solid 4px #ff7a7a;
}

.linkbox h1{
  font-size: 32px;
  text-align: center;
  color: #333;
  padding: 0 0.5em;
  margin:0 0 24px 0;
  font-weight: bold;
  display: inline-block;
  border-right:solid 8px #ff4c4c ;
  border-left:solid 8px #ff4c4c ;
}

.linkbox p{
  color: #333;
  
}

.mb-6{margin-bottom:6px;}
.mb-12{margin-bottom:12px;}
.mb-18{margin-bottom:18px;}
.mb-24{margin-bottom:24px;}
.mb-30{margin-bottom:30px;}
.mb-36{margin-bottom:36px;}
.mb-42{margin-bottom:42px;}
.mb-48{margin-bottom:48px;}
.mb-54{margin-bottom:54px;}
.mb-60{margin-bottom:60px;}
.mb-72{margin-bottom:72px;}




/*button*/
.button{
  padding: 6px 0 0 0;
  text-align: center;
}

.button a{
  font-size: 24px;
  width: 10em;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  background-color: #ff4c4c;
}

.button a:hover{
  color: #fff;
  border-radius: 18px;
  background-color: #ff7a7a;
}





