@charset "UTF-8";
/*===================================
 *※※※※※※※※※※※※※※※※※※※※※
 *このファイルはSassで管理されているので
 *cssを直接編集しないでください。
 *※※※※※※※※※※※※※※※※※※※※※
 *===================================*/
ul {
  margin-bottom: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

.hp_fs14 {
  font-size: 14px;
}

.hp_indent, .bl_seminar .un_lottery .un_memo {
  padding-left: 1rem;
  text-indent: -1rem;
}

.hp_c_pink {
  color: #E0605E;
}

* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-weight: 400;
  font-size: 16px;
  position: relative;
  font-family: "Sawarabi Gothic", sans-serif;
  line-height: 1.5;
  color: #573636;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 18px;
  }
}

.ly_page {
  position: relative;
  overflow: hidden;
}
.ly_page::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-image: url("../img/bg_page.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.ly_main {
  margin: auto;
  position: relative;
  z-index: 10;
}

.bl_section {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .bl_section {
    margin-bottom: 100px;
  }
}

.el_section_title {
  padding-top: 80px;
  margin-top: -80px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .el_section_title {
    margin-bottom: 40px;
    padding-top: 90px;
    margin-top: -90px;
  }
}
.el_section_title span {
  display: block;
  text-align: center;
}
.el_section_title__en {
  font-size: 20px;
  color: #E0605E;
  font-family: "Borel", sans-serif;
}
@media screen and (min-width: 768px) {
  .el_section_title__en {
    font-size: min(2.6041666667vw, 28px);
  }
}
.el_section_title__ja {
  font-size: 32px;
  color: #573636;
}
@media screen and (min-width: 768px) {
  .el_section_title__ja {
    font-size: min(4.16666666vw, 44px);
  }
}

.un_fixed_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
  border-top: 1px solid white;
}
.un_fixed_bottom.is_scroll {
  transform: translateY(0);
}

.bl_btn {
  margin: auto;
  text-align: center;
}
.bl_btn_link {
  color: white;
  text-decoration: none;
  width: 100%;
  padding: 20px;
  font-size: min(5vw, 20px);
  display: block;
  height: 100%;
  transition: all 0.3s;
  font-size: 24px;
  background-color: #E0605E;
}
.bl_btn_link:hover {
  opacity: 0.8;
}
.bl_btn_link span {
  padding-right: 5px;
  position: relative;
}
.bl_btn_link span::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
  top: 50%;
  right: -25px;
  transform: translateY(-49%);
  background-image: url("../img/arrow_btn.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.un_page_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -120px;
  bottom: 10px;
  width: 100px;
  height: 50px;
  font-weight: bold;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  border: none;
  background-color: transparent;
  color: #333;
}
.un_page_top::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #333;
  box-shadow: 3px 3px 0px 0px #333;
  transform: skew(-10deg);
}
.un_page_top.is_active {
  opacity: 1;
  visibility: visible;
  right: -15px;
}
.un_page_top span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
}

.un_banner {
  padding: 0 0 40px;
}
.un_banner_head {
  text-align: center;
  font-size: 32px;
  color: #573636;
}
@media screen and (min-width: 768px) {
  .un_banner_head {
    font-size: 40px;
  }
}
.un_banner_head span {
  position: relative;
}
.un_banner_head span::before, .un_banner_head span::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 80%;
  width: 2px;
  background-color: #573636;
}
.un_banner_head span::before {
  transform: translateY(-45%) rotate(-25deg);
  left: -15px;
}
@media screen and (min-width: 768px) {
  .un_banner_head span::before {
    transform: translateY(-50%) rotate(-25deg);
    left: -25px;
  }
}
.un_banner_head span::after {
  transform: translateY(-55%) rotate(25deg);
  right: -5px;
}
@media screen and (min-width: 768px) {
  .un_banner_head span::after {
    transform: translateY(-55%) rotate(25deg);
    right: -12px;
  }
}
.un_banner a {
  display: block;
  max-width: 800px;
  margin: auto;
}
.un_banner a img {
  transition: all 0.3s;
}
.un_banner a:hover img {
  opacity: 0.7;
}

.ly_header {
  width: 95%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  background-color: rgba(224, 96, 94, 0.9);
  border-radius: 5px;
  max-width: 1200px;
}

.bl_nav {
  width: 100%;
}
.bl_nav_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 576px) {
  .bl_nav_list {
    justify-content: center;
  }
}
.bl_nav_item {
  color: white;
  padding: 5px 6px;
  font-size: min(4.375vw, 14px);
  width: 33%;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .bl_nav_item {
    padding: 5px 22px;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .bl_nav_item {
    font-size: 16px;
    padding: 5px 30px;
  }
}
.bl_nav_item a {
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.bl_nav_item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -16px;
  width: 8px;
  height: 16px;
  transform: translateY(-45%) rotate(90deg);
  background-image: url("../img/arrow_btn.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .bl_nav_item a::after {
    transform: translateY(-48%) rotate(90deg);
    width: 9px;
    height: 18px;
    right: -18px;
  }
}
.bl_nav_item a:hover {
  color: #FDF0A9;
}

.bl_mv {
  background-image: url("../img/bg_mv.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 100px 0 70px;
}
@media screen and (min-width: 768px) {
  .bl_mv {
    padding: 120px 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_mv {
    padding: 150px 0;
  }
}
.bl_mv_inner {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .bl_mv_inner {
    margin-bottom: 80px;
  }
}
.bl_mv_title {
  padding: 0 3%;
}
.bl_mv_outline {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.bl_mv_lead {
  color: #333;
}
@media screen and (min-width: 992px) {
  .bl_mv_lead {
    text-align: center;
  }
}

.bl_lead {
  position: relative;
  padding: 20px 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_lead {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
  }
}
.bl_lead::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(224, 96, 94, 0.8);
  z-index: 0;
}
.bl_lead_item {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bl_lead_item {
    width: 32.5%;
    margin-bottom: 0;
  }
}
.bl_lead_head {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 600;
  padding: 5px;
  text-align: center;
  background-color: #FFF5E0;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .bl_lead_head {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .bl_lead_head {
    font-size: min(2.0161290323vw, 20px);
    margin-bottom: 10px;
  }
}
.bl_lead_text {
  margin-bottom: 0;
}

.un_lead_presentImg {
  width: min(62.5vw, 300px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .un_lead_presentImg {
    position: absolute;
    top: -110px;
    right: -60px;
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .un_lead_presentImg {
    top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .un_lead_presentImg {
    top: -130px;
    right: -90px;
    width: 280px;
  }
}

.bl_special {
  background-color: #FFF5E0;
  padding: 30px 15px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .bl_special {
    padding: 60px 15px;
    margin-bottom: 150px;
  }
}
.bl_special::before, .bl_special::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bl_special::before, .bl_special::after {
    height: 100px;
  }
}
.bl_special:before {
  top: 0;
  transform: translateY(-100%);
  background: linear-gradient(to bottom, transparent, #FFF5E0);
}
.bl_special:after {
  bottom: 0;
  transform: translateY(100%);
  background: linear-gradient(to bottom, #FFF5E0, transparent);
}
.bl_special_inner {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .bl_special_inner {
    display: flex;
    align-items: center;
    max-width: 1100px;
  }
}
.bl_special_time {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
  color: #E0605E;
  border: 1px solid #E0605E;
  padding: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 576px) {
  .bl_special_time {
    max-width: 200px;
  }
}
.bl_special_title {
  font-size: 20px;
  color: #E0605E;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_special_title {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .bl_special_title {
    margin-bottom: 40px;
    font-size: min(2.2177419355vw, 26px);
  }
}
.bl_special_img {
  max-width: 400px;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .bl_special_img {
    min-width: 340px;
    order: 1;
  }
}
@media screen and (min-width: 992px) {
  .bl_special_text {
    padding-right: 30px;
  }
}
.bl_special_position {
  margin-bottom: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bl_special_position {
    font-size: 20px;
  }
}
.bl_special_name {
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bl_special_name {
    margin-bottom: 10px;
  }
}
.bl_special_name span {
  font-size: 28px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .bl_special_name span {
    font-size: min(3.125vw, 32px);
  }
}

.bl_mc {
  padding: 15px;
  border: 1px solid #573636;
  border-radius: min(1.5625vw, 10px);
}
@media screen and (min-width: 576px) {
  .bl_mc {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .bl_mc {
    max-width: 1100px;
  }
}
@media screen and (min-width: 992px) {
  .bl_mc {
    padding: 20px 60px;
  }
}
.bl_mc_img {
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .bl_mc_img {
    width: 200px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .bl_mc_img {
    margin-right: 40px;
  }
}
.bl_mc_name {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 600;
  font-size: 24px;
}

.bl_seminar {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .bl_seminar {
    padding: 70px 15px !important;
  }
}
.bl_seminar .el_section_head {
  margin: -80px auto 30px;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .el_section_head {
    margin: -100px auto 30px;
    padding-top: 100px;
  }
}
.bl_seminar .bl_timeline_list {
  position: relative;
}
.bl_seminar .bl_timeline_list > li {
  position: relative;
}
.bl_seminar .bl_timeline_inner {
  background-color: #fffaf1;
  padding: 15px;
  border-radius: 10px;
}
.bl_seminar .bl_timeline_item {
  display: none;
  color: #a58d8d;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_timeline_item {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  .bl_seminar .bl_timeline_item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55px;
    width: calc(100% - 65px);
    height: 1px;
    background-color: #ebdddd;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course {
    position: absolute;
    top: 12px;
    left: 55px;
    display: flex;
    flex-shrink: 0;
    width: calc(100% - 65px);
    z-index: 5;
  }
}
.bl_seminar .bl_course_item {
  border: 1px solid #ebdddd;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color: white;
  border-radius: 7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_item {
    width: 50%;
  }
}
.bl_seminar .bl_course_item__space {
  border: none;
  background-color: transparent;
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_item__space {
    display: block;
  }
}
.bl_seminar .bl_course_head {
  background-color: #573636;
  color: white;
  padding: 7px 10px;
  display: flex;
  justify-content: space-between;
  width: calc(100% + 2px);
  transform: translateX(-1px);
  border-radius: 7px 7px 0 0;
}
.bl_seminar .bl_course_head span {
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .bl_seminar .bl_course_head span {
    font-size: 16px;
  }
}
.bl_seminar .bl_course_head__special {
  background-color: #E0605E;
}
.bl_seminar .bl_course_body {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_body {
    padding: 5px 15px;
  }
}
.bl_seminar .bl_course_eventName {
  text-align: center;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 2px 15px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_eventName {
    margin-bottom: 8px;
  }
}
.bl_seminar .bl_course_title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_title {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .bl_course_title {
    font-size: 16px;
  }
}
.bl_seminar .bl_course_logo {
  text-align: center;
  border-top: 1px solid #CACACA;
  padding-top: 15px;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_logo {
    padding-top: 5px;
  }
}
.bl_seminar .bl_course_logo img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 80px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_logo img {
    max-width: 150px;
    max-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .bl_course_logo img {
    max-height: 60px;
    max-width: 200px;
  }
}
.bl_seminar .bl_course figcaption {
  font-weight: normal;
  font-size: 14px;
}
.bl_seminar .bl_course_frame {
  color: #E0605E;
  border: 1px solid #E0605E;
  text-align: center;
  font-weight: bold;
  font-size: min(5vw, 18px);
  border-radius: 5px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .bl_seminar .bl_course_frame {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_courseTime__30min {
    height: 163px;
  }
  .bl_seminar .un_courseTime__45min {
    height: 279px;
  }
  .bl_seminar .un_courseTime__1hour {
    height: 324px;
  }
  .bl_seminar .un_courseTime__half {
    top: -15px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_courseTime__30min {
    height: 174px;
  }
  .bl_seminar .un_courseTime__1hour {
    height: 345px;
  }
}
.bl_seminar .un_timeline_skip {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_timeline_skip {
    position: absolute;
    display: block;
    top: 12px;
    left: 55px;
    background-color: #EBEBEB;
    width: calc(100% - 65px);
    height: 72px;
  }
}
.bl_seminar .un_present_kityou {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_present_kityou {
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_present_kityou {
    width: 240px;
  }
}
@media screen and (min-width: 1200px) {
  .bl_seminar .un_present_kityou {
    width: 300px;
  }
}
.bl_seminar .un_present_tuzyou {
  margin: 10px auto;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_present_tuzyou {
    position: absolute;
    top: -52px;
    left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_present_tuzyou {
    top: -58px;
  }
}
.bl_seminar .un_present_tuzyou span {
  background-color: #E0605E;
  color: white;
  padding: 5px 8px;
  border-radius: 10px;
  font-size: min(3.75vw, 14px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_seminar .un_present_tuzyou span {
    font-size: 16px;
    white-space: nowrap;
    padding: 8px;
  }
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_present_tuzyou span {
    font-size: 18px;
    padding: 10px 15px;
  }
}
.bl_seminar .un_present_tuzyou span::after {
  bottom: -5px;
  left: 10px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 15px solid #E0605E;
  border-top: 0;
  transform: rotate(39deg);
  border-radius: 3px;
}
.bl_seminar .un_lottery {
  margin-bottom: 20px;
  position: relative;
}
.bl_seminar .un_lottery::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #9d7d25;
  border-image-source: url(../img/lottery_frame.png);
  border-image-slice: 33%;
  border-image-width: 100px;
  border-image-repeat: repeat;
  z-index: 5;
}
.bl_seminar .un_lottery::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  background-color: #fdfbf3;
  z-index: 1;
}
.bl_seminar .un_lottery p {
  margin-bottom: 0;
  font-size: 18px;
  position: relative;
  z-index: 10;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_lottery p {
    font-size: 24px;
    text-align: center;
    padding: 30px 20px;
  }
}
.bl_seminar .un_lottery p mark {
  color: #E0605E;
  font-size: 24px;
  font-weight: 600;
  padding: 0 5px;
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_lottery p mark {
    font-size: 32px;
  }
}
.bl_seminar .un_lottery .un_memo {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_lottery .un_memo {
    display: inline-block;
  }
}
.bl_seminar .un_lottery .un_memo:first-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .bl_seminar .un_lottery .un_memo:first-of-type {
    margin-right: 0.5rem;
  }
}

.bl_outline_inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 50px 15px 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_outline_inner {
    padding: 50px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_inner {
    padding: 70px 100px 30px;
  }
}
.bl_outline_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_outline_item {
    display: flex;
    border-bottom: 1px solid #573636;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.bl_outline_item:last-of-type {
  border-bottom: none;
}
.bl_outline_head {
  background-color: #E0605E;
  padding: 5px 8px;
  color: white;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .bl_outline_head {
    width: 130px;
    text-align: center;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .bl_outline_head {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_outline_body {
    align-self: center;
  }
}

.bl_access_place {
  color: #E0605E;
  border: 1px solid #E0605E;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.75;
  font-size: min(5vw, 20px);
  text-align: center;
  margin-bottom: 20px;
}
.bl_access .un_gMap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
@media screen and (min-width: 992px) {
  .bl_access .un_gMap {
    padding-top: 40%;
  }
}
.bl_access .un_gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bl_sponsor {
  padding: 60px 15px 40px;
  background-color: white;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 992px) {
  .bl_sponsor {
    padding: 70px 15px 50px;
  }
}
.bl_sponsor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  position: relative;
  margin-bottom: 50px;
}
.bl_sponsor_item {
  width: 46%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 3vw;
}
@media screen and (min-width: 992px) {
  .bl_sponsor_item {
    width: 28%;
    padding: 0 3%;
  }
}
@media screen and (min-width: 1200px) {
  .bl_sponsor_item {
    padding: 0 3%;
  }
}
.bl_sponsor_item__2 {
  height: 120px;
}
.bl_sponsor_item a {
  height: 100%;
  width: 100%;
}
.bl_sponsor_item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s;
}

.ly_footer {
  text-align: center;
  padding: 30px 0 25px;
  position: relative;
  background-color: #E0605E;
}

.un_doshin_logo {
  width: 200px;
  margin: 0 auto 15px;
}
.un_doshin_logo img {
  transition: all 0.3s;
}
.un_doshin_logo:hover img {
  opacity: 0.7;
}

.un_copyright {
  margin-bottom: 0;
  color: white;
  font-size: 12px;
  position: relative;
}/*# sourceMappingURL=style.css.map */