article {
  background-color: unset;
  box-sizing: border-box;
  padding: 0;
}
#yodogawa a,
#yodogawa a:link {
  color:#ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#yodogawa p {
  color: #ffffff;
}
#yodogawa,
.content_wrap section {
  padding-left: 20px;
  padding-right: 20px;
}
#yodogawa .btn_profile {
  padding-bottom: 8px;
}
#yodogawa .btn_lectures_index {
  padding-top: 20px;
  padding-bottom: 30px;
}
#yodogawa .btn_lectures_index a,
.is_pc #information_free li .info_desc .lecture_index_toplink a {
  border-bottom: none;
}
#yodogawa .btn_lectures_index a:hover,
#information_free .lecture_index_toplink a:hover {
  border-bottom: none;
}
#information_free .bd_b {
  border-bottom-color: #D3D3D4;
}
#index_nav {
  display: none;
}
.content_wrap {
  font-family: 'A1 Gothic R';
}
.content_wrap section#information_free {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
#kv {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-left: calc((100vw - 100%) / 2 * -1);
  position: relative;
}
.school_logo {
  position: absolute;
  top: 16%;
  left: 0;
  width: 108px;
}
hr {
  border-top: 1px solid #D3D3D4;
  margin-bottom: 30px;
  margin-top: 30px;
}

h1 {
  font-size: 21px;
  font-weight: bold;
  color: #0060D9;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.attention {
  font-size: 14px;
  line-height: 1.6em;
  color: #696969;
}
#information_free li .info_desc {
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.btn {
  text-align: center;
  margin-bottom: 20px;
}
#information_free .lecture_index_title {
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}
#information_free li .info_desc ul.lecture_index {
  margin-left: 0;
}
#information_free .lecture_index .lecture_index_item {
  list-style: none;
}
#information_free .lecture_index .lecture_index_item a,
.is_pc #information_free li .info_desc .lecture_index_toplink a {
  color: black;
  transition: opacity 0.2s ease 0.15s;
}
#information_free .lecture_index .lecture_index_item__body {
  margin-top: 1.1rem;
}
#information_free .lecture_index .lecture_index_item + .lecture_index_item {
  margin-top: 2.5rem;
}
#information_free .lecture_index .lecture_index_item__date {
  color: #838383;
  font-size: 12px;
}
#information_free .lecture_index_toplink {
  text-align: center;
  margin-top: 3.25rem;
  margin-bottom: 2rem;
}
#bg {
	background-image: url(/n/s/wp-content/uploads/2022/02/back_pc.jpg);
}
@media (hover: hover) {
  .is_pc #information_free .lecture_index .lecture_index_item a:hover,
  .is_pc #information_free li .info_desc .lecture_index_toplink a:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease 0.1s;
  }
  .is_pc #information_free .lecture_index .lecture_index_item a img:hover,
  .is_pc #information_free li .info_desc .lecture_index_toplink a img:hover {
    opacity: unset;
  }
}
@media (max-width: 640px) {
	#bg {
		background-image: url(/n/s/wp-content/uploads/2022/02/back_sp.jpg);
	}
  #kv {
    min-height: 100vh;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
  }
  .content_wrap section#information_free {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }  
  #information li .info_desc, 
  #information_free li .info_desc {
    margin: 0 auto;
    text-align: left;
  }
  .school_logo {
    top: 6%;
    width: 14vw;
  }
}

