.top_slide_pc {
    padding-top:142px;
}

.top_slide_pc img, .top_slide_mb img {
    width: 100%;
}

#myInput {
  background-image: url('/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#myUL li {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  background-color: #c8e4ff; /* Add a hover effect to all links, except for headers */
}

.button019 a {
    background: brown;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    color:#fff;
    font-size:15px;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
.photo_area {
    float:left;
    width:15%;
}
.photo_area img {
    width:100%;
}
.number_area {
    float:right;
    width:80%;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
h2 {
    padding:20px 0;
}
h3 {
    font-size:15px;
    padding-bottom:15px;
    line-height: 20px;
}
.search_area {
    padding: 20px;
}
.caution {
    padding:8px 0 40px;
}
.number_area p {
    font-size:12px;
    padding-top: 15px;
}

.block__title h1 {
    padding: 50px 0 20px;
    font-size: 30px;
    color: #023061;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .top_slide_mb {
        padding-top: 97px;
    }
    .photo_area {
        width:22%;
    }
    .number_area {
        width:73%;
    }
    .pageTit {
        padding-top: 130px;
    }
 }

@media only screen and (max-width: 572px) {
    h2 {
        font-size:5vw!important;
        padding:13px 0;
    }
    h3 {
        font-size:3.5vw!important;
        padding-bottom:13px;
    }
    .button019 a {
        font-size:3.5vw!important;
    }
    .photo_area {
        width:32%;
    }
    .number_area {
        width:61%;
    }
    .number_area p {
        font-size:3vw!important;
    }
    .block__title h1 {
        padding: 10vw 0 6vw;
        font-size: 6vw!important;
    }
}