.catch_copy {
    margin: 100px 0px;
    font-size: 3.2em;
    color:black;
}
@media screen and (max-width: 480px) {
  .catch_copy {
    margin: 20px 0px;
    font-size: 3.2em;
    color:black;
}
}
.catch_copy .font-red {
    color: #B6292D;
}

.touroku-group {
    position:relative;
    height:500px;
}
.img-box {
    border-radius:10px;
    position:absolute;
    top: 10px;
    left: 50px;
    z-index: 30;
    max-width: 300px;
    min-width: 200px;
}
.touroku-box {
    background-image: url(../../img/nihongo/red_img@1x.jpeg);
    background-size: cover;
    position:absolute;
    top: 100px;
    left: 300px;
    width:500px;
    height:333px;
    z-index:20;
}
.touroku-txt {
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top:40px;
    color: white;
    width: 350px;
    height: 200px;
    font-size:17px;
}
.touroku_link {
  
}
.touroku_button {
  border: 2px solid white;
  background: transparent;
  min-width: 50%;
  min-height:50px;
  color:white;
  position: relative;
  font-size:20px;
}

.touroku_button::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size:20px;
  font-weight: bold;
}

.touroku-btn {
    margin: auto;
}

.touroku {
  position: relative;
}

.touroku-bg{
  width: 100%;
  min-height: 20vh;
  margin:0;
  padding:0;
}
.touroku a {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

/*
.touroku a {
  position: absolute;/*絶対配置/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に/
  max-width: 450px;
 /* background: #E8B848;/
  background-image: linear-gradient(to bottom, #f2d300, #e3ae0d);
/*  background: rgb(0,0,203);
  background: linear-gradient(180deg, rgba(0,0,203,1) 0%, rgba(6,6,129,1) 100%);/
  padding: 5px 10px;
  font-size: 1.3rem;
  border-radius: 0px;
  text-decoration: none;
  color: #F5F9F8;
  /*color: black;/
  font-family: "Arial", "メイリオ";
  /*font-family: "BIZ UD明朝 Medium";/
  box-shadow: 2px 2px 4px gray;
  animation: blink-btn 0.5s linear infinite normal;
}

.touroku a:hover {
  opacity: 0.8;
  box-shadow: 10px 10px 15px -10px;
  animation: none;
}

@keyframes blink-btn {
  0% {
    box-shadow: 0px 0px 0px 0px blue;
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 255, 0.6);
  }
}*/


.touroku .p1 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 20%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
  font-size:2em;
  }
.touroku .p2 {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  font-weight: bold; /*太字に*/
  font-size:2em;
  }


@media screen and (max-width: 480px) {
  .touroku .p1 {
    font-size:medium;
  }
  .touroku .p2 {
    font-size:medium;
  }
  .catch_copy {
    font-size:1.1em;
    font-weight: bold;
  }
  .img-box {
    top: 10px;
    left:0px;
    max-width: 300px;
    min-width: 200px;
}
.touroku-group {
  height:600px;
}
.touroku-box {
    top: 200px;
    left:25px;
    width:300px;
    height:333px;
}
.touroku-txt {
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top:40px;
    color: white;
    width: 260px;
    height: 200px;
    font-size:16px;
}
.touroku_button {
  margin-top:25px;
  min-width: 80%;
  font-size: 17px;
}
}
/*iphone12*/
@media screen and (max-width: 480px) and (min-width: 380px) {
  .muryou_button {
    width: 75%;
  }
}
/* iphone7, aquos */
@media screen and (max-width: 380px) {
  .muryou_button {
    width: 75%;
  }
}

