@charset "utf-8";


/*------------------------
reset
------------------------*/
.breadcrumbs {
  margin-bottom: 0 !important;
}

/*------------------------
layout
------------------------*/

.rikujyo_2022_teaser .sec_main {
  letter-spacing: 0.7px;
}

.rikujyo_2022_teaser .bk_blue {
  background-color: #0e4faf;
}

.rikujyo_2022_teaser #container {
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding: 0 80px !important;
}

.rikujyo_2022_teaser .h_wrap {
  text-align: center;
}

.rikujyo_2022_teaser h2 {
  color: #fed000;
  font-size: 30px;
  padding: 65px 10px 20px;
  border-bottom: solid 2px #f5e8e8;
  display: inline-block;
}

.rikujyo_2022_teaser .h3_white {
  text-align: center;
  color: #f4f4f7;
  margin-top: 32px;
  padding: 0 35px;
  font-size: 38px;
  position: relative;
  display: inline-block;
}

.rikujyo_2022_teaser .h3_white:before {
  content: "";
  display: inline-block;
  transform: rotate(-19deg);
  position: absolute;
  top: 4px;
  right: 97%;
  margin: 0 1rem;
  width: 2px;
  height: 81%;
  background-color: #f4f4f7;
}

.rikujyo_2022_teaser .h3_white:after {
  content: "";
  display: inline-block;
  transform: rotate(19deg);
  position: absolute;
  top: 4px;
  left: 94%;
  margin: 0 1rem;
  width: 2px;
  height: 81%;
  background-color: #f4f4f7;
}

.rikujyo_2022_teaser .h3_blue {
  text-align: center;
  color: #0f3986;
  margin-top: 32px;
  padding: 0 35px;
  font-size: 38px;
  position: relative;
  display: inline-block;
}

.rikujyo_2022_teaser .h3_blue:before {
  content: "";
  display: inline-block;
  transform: rotate(-19deg);
  position: absolute;
  top: 4px;
  right: 97%;
  margin: 0 1rem;
  width: 2px;
  height: 81%;
  background-color: #0f3986;
}

.rikujyo_2022_teaser .h3_blue:after {
  content: "";
  display: inline-block;
  transform: rotate(19deg);
  position: absolute;
  top: 4px;
  left: 94%;
  margin: 0 1rem;
  width: 2px;
  height: 81%;
  background-color: #0f3986;
}

.rikujyo_2022_teaser .box {
  margin-top: 55px;
  padding-bottom: 10px;
}

.rikujyo_2022_teaser .box li {
  display: flex;
  align-items: flex-start;
  padding: 0 0 70px;
}

.rikujyo_2022_teaser .box li img {
  width: 215px;
}

.rikujyo_2022_teaser .box li .lead {
  margin-left: 35px;
}

.rikujyo_2022_teaser .lead_title {
  background-color: #f4f4f7;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 15px;
}

.rikujyo_2022_teaser .lead_description {
  color: #eaecf7;
  margin: 15px 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 1.2px;
}


.rikujyo_2022_teaser img.logo {
  display: block;
  margin: 35px auto;
  width: 323px;
}

.rikujyo_2022_teaser .outline {
  text-align: center;
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}

.rikujyo_2022_teaser .mt45 {
  margin-top: 45px !important;
}


.rikujyo_2022_teaser .sec_main a.btn_more {
  background-color: #0046ad;
  color: #f5e8e8;
  width: 300px;
  display: block;
  margin: 63px auto 0;
  text-align: center;
  font-size: 16px;
  padding: 20px 10px 20px 0px;
  letter-spacing: 1px;
}


.rikujyo_2022_teaser .sec_main a.btn_more:hover {
  text-decoration: none !important;
  opacity: 0.5 !important;
}

.rikujyo_2022_teaser .sec_main a.btn_more span {
  display: inline-block;
  position: relative;
}

.rikujyo_2022_teaser .sec_main a.btn_more span:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -47px;
  top: 8px;
  width: 29px;
  height: 1px;
  background: #f5e8e8;
}

.rikujyo_2022_teaser .sec_main a.btn_more span:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: -47px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #f5e8e8;
  border-right: 1px solid #f5e8e8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.rikujyo_2022_teaser .sec_link-event {
  margin: auto;
  text-align: center;
  padding: 0 50px;
  max-width: 1000px;
  width: 100%;
}

.rikujyo_2022_teaser .sec_link-event .wrap {
  border-top: 1px solid #CBC9C9;
  padding: 60px 0 !important;
  margin-top: 100px !important;
  width: 100% !important;
}

.rikujyo_2022_teaser .sec_link-event a {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
}

.rikujyo_2022_teaser .sec_link-event a:hover {
  text-decoration: none !important;
  opacity: 0.5 !important;
}

.rikujyo_2022_teaser .sec_link-event a.icon_arrow2:before {
  content: "";
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 640px) {


  .rikujyo_2022_teaser #container {
    padding: 0 10% !important;
  }

  .rikujyo_2022_teaser h2 {
    padding: 20px 0 9px;
    font-size: 20px;
    border-bottom: solid 1px #f5e8e8;
  }

  .rikujyo_2022_teaser .h3_white {
    font-size: 24px;
    padding: 0 10px;
    margin-top: 20px;
  }

  .rikujyo_2022_teaser .box.rikujyo_2022_teaser .box {
    margin-top: 35px;
    padding-bottom: 0 !important;
  }

  .rikujyo_2022_teaser .box li {
    flex-wrap: wrap;
    padding: 0 0 45px;
  }

  .rikujyo_2022_teaser .box li img {
    order: 2;
    display: block;
    margin: 30px auto 0 !important;
    width: 48%;
  }

  .box li .lead {
    order: 1;
    margin-left: 0 !important;
  }

  .rikujyo_2022_teaser .lead_title {
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    margin: auto;
  }

  .rikujyo_2022_teaser .lead_description {
    margin-top: 30px;
    line-height: 1.5;
  }

  .rikujyo_2022_teaser .h3_blue {
    font-size: 24px;
    padding: 0 10px;
    margin-top: 0;
  }

  .rikujyo_2022_teaser .outline {
    font-size: 19px;
    line-height: 1.5;
  }

  .rikujyo_2022_teaser .sec_main a.btn_more {
    max-width: 300px;
    width: 80%;
    font-size: 15px;
  }

  .rikujyo_2022_teaser .sec_main a.btn_more span:before {
    right: -9vw;
    top: 9px;
    width: 22px;
    height: 1px;
  }

  .rikujyo_2022_teaser .sec_main a.btn_more span:after {
    right: -9vw;
    top: 5px;
    width: 8px;
    height: 8px;
  }

}
