@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("../img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro{
  margin-top: 50px;
}
.pro_block {
  margin-top: 50px;
}
.pro_flex {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.pro_box {
  max-width: 502px;
}
a.pro_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 497px;
  height: 60px;
  background: #1f2d8e;
  color: #fff;
  font-weight: bold;
}
a.pro_bnr {
  width: 100%;
  max-width: 293px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #00aeef;
  color: #000;
  padding: 20px 0;
  font-size: 2.4rem;
  font-weight: bold;
  gap: 5px;
}
a.pro_bot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #000;
  color: #fff;
  font-weight: bold;
}
.search_box {
  max-width: 378px;
  width: 100%;
}
.search_head {
  width: 100%;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  align-items: center;
  height: 75px;
  background: var(--sub-color);
  color: #000;
  font-weight: bold;
}
.search_inp{
  position: relative;
}
.search_inp input[type="text"] {
  border: none;
  width: 100%;
  height: 75px;
  padding: 10px;
  padding-right: 55px;
  background: #eaeaea;
}
.search_inp button[type="submit"] {
  border: none;
  position: absolute;
  bottom: 25px;
  right: 15px;
  z-index: 1;
}
#___gcse_0 {
  border: 1px solid #ccc;
  & svg {
    max-inline-size: max-content;
  }
}
.gsc-search-button-v2 {
  min-width: 40px;
  height: 40px;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {
.pro_flex {
  justify-content: center;
  gap: 15px;
}
a.pro_bnr {
  padding:15px 0;
  font-size: 1.8rem;
    max-width: 100%;
}
.pro_bot{
  text-align: center;
}
.search_head {
  height: 50px;
}
.search_inp input[type="text"] {
  height: 50px;
}
.search_inp button[type="submit"] {
  bottom: 15px;
}
.search_box {
  max-width: 100%;
}
}