@charset "utf-8";

/* ====================================================================
 donate.html
==================================================================== */


/* topic_news
----------------------------------------------------------*/
.topic_news {
  margin-top: 50px;
}
#news {
  margin-top: -120px;
  padding-top: 170px;
}
@media print, screen and (max-width: 768px) {
  #news  {
    margin-top: -7.161vw;
    padding-top: 7.161vw;
  }
}
@media print, screen and (max-width: 414px) {
  #news {
    margin-top: -13.285vw;
    padding-top: 13.285vw;
  }
}

.topic_news_list {}
.topic_news_list ul {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin: 20px 0 0;
}
.topic_news_list ul li {
  border-bottom: 1px dotted #aaa;
  padding: 15px 15px 15px 20px;
}
.topic_news_list ul li:last-child {
  border-bottom: none;
}
.topic_news_list ul li a {
  display: inline-block;
  margin-left: 1.5em;
  color: #09f;
  text-decoration: none;
}
.topic_news_list ul li a:hover {
  color: #09f;
  text-decoration: underline;
}
.topic_news_list ul li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 2.0rem;
  color: #09f;
  text-indent: -1.5em;
  vertical-align: top;
}
.topic_news_list ul li:nth-child(odd) a:before {
  content: '\f0f3';
  font-weight: 900;
  transform: rotate(-5deg);
}
.topic_news_list ul li:nth-child(even) a:before {
  content: '\f0f3';
  font-weight: 400;
  transform: rotate(10deg);
}


/* topic_volunteer
----------------------------------------------------------*/
.topic_volunteer {
  margin-top: 50px;
}
.topic_volunteer #topic01,
.topic_volunteer #topic02 {
  margin-top: -170px;
  padding-top: 170px;
}
@media print, screen and (max-width: 768px) {
  .topic_volunteer #topic01,
  .topic_volunteer #topic02 {
    margin-top: -7.161vw;
    padding-top: 7.161vw;
  }
}
@media print, screen and (max-width: 414px) {
  .topic_volunteer #topic01,
  .topic_volunteer #topic02 {
    margin-top: -13.285vw;
    padding-top: 13.285vw;
  }
}

/* h3 */
.topic_volunteer h3 {
  margin-bottom: 40px;
  text-align: center;
}
.topic_volunteer h3 span {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: bold;
  vertical-align: center;
}
.topic_volunteer h3 i {
  display: inline-block;
  padding-right: 20px;
  transform: rotate(-15deg);
  color: #09f;
  font-size: 6.8rem;
  vertical-align: center;
}

/* topic_volunteer_list_block */
.topic_volunteer .topic_volunteer_list_block {
  margin-bottom: 70px;
}
.topic_volunteer .topic_volunteer_list_block:last-child {
  margin-bottom: 0px;
}
.topic_volunteer .topic_volunteer_list_block dt {
  display: inline-block;
  border-radius: 6px;
  background-color: #dadada;
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  vertical-align: middle;
}
.topic_volunteer .topic_volunteer_list_block dt:before {
  display: inline-block;
  content: "";
  background-color: #09f;
  width: 12px;
  height: 26px;
  margin-right: 20px;
  vertical-align: middle;
}
.topic_volunteer .topic_volunteer_list_block dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.topic_volunteer .topic_volunteer_list_block dd .movie_list_img,
.topic_volunteer .topic_volunteer_list_block dd .list_img {
  display: block;
  max-width: 460px;
  width: 100%;
  height: 56.25%;
}
  .topic_volunteer .topic_volunteer_list_block dd .topic_volunteer_local-2 {
    width: 460px;
    height: 100%;
  }
.topic_volunteer .topic_volunteer_list_block dd .youtube_movie {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.topic_volunteer .topic_volunteer_list_block dd .thumb {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.topic_volunteer .topic_volunteer_list_block dd .youtube_movie iframe {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.topic_volunteer .topic_volunteer_list_block dd .movie_list_icon {
  display: block;
  position: relative;
  width:100%;
	height:100%;
}
.topic_volunteer .topic_volunteer_list_block dd .movie_list_icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  content:"";
  background-image: url(../images/learning_movie-icon.png);
  background-repeat: no-repeat;
  width: 58px;
  height: 58px;
  z-index:99;
}
.topic_volunteer .topic_volunteer_list_block dd .list_img .list_img_item {
  margin-bottom: 20px;
}
.topic_volunteer .topic_volunteer_list_block dd .list_img .list_img_item img {
  width: 100%;
  height: auto;
}
.topic_volunteer .topic_volunteer_list_block dd .list_img .list_img_item .copyright {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  text-align: right;
}


.topic_volunteer .topic_volunteer_list_block dd .topic_list_txt {
  width: 580px;
}
.topic_volunteer .topic_volunteer_list_block dd .topic_list_txt p {
  color: #333;
  margin-bottom: 20px;
}
.topic_volunteer .topic_volunteer_list_block dd .topic_list_txt .qr {
  max-width: 100px;
  margin: 20px 0 0 auto;
}

@media print, screen and (max-width: 1100px) {
  .topic_volunteer .topic_volunteer_list_block dd .movie_list_img,
  .topic_volunteer .topic_volunteer_list_block dd .list_img {
    width: 35%;
  }
  .topic_volunteer .topic_volunteer_list_block dd .topic_list_txt {
    width: calc(65% - 20px);
  }
}


@media print, screen and (max-width: 768px) {
  .topic_volunteer .topic_volunteer_list_block dt {
    padding: 16px 0;
    font-size: 2.2rem;
  }
  .topic_volunteer .topic_volunteer_list_block dd .movie_list_img {
    max-width: 460px;
    width: 100%;
    height: 56.25%;
    margin: 0 auto;
  }
  .topic_volunteer .topic_volunteer_list_block dd .list_img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
  }
    .topic_volunteer .topic_volunteer_list_block dd .topic_volunteer_local-2 {
      width: 100%;
    }
  .topic_volunteer .topic_volunteer_list_block dd .topic_list_txt {
    width: 100%;
    margin-top: 30px;
  }
  .topic_volunteer .topic_volunteer_list_block dd .topic_list_txt .qr {
    max-width: 100px;
    margin: 10px 0 0 auto;
  }
}

@media print, screen and (max-width: 414px) {
  .topic_volunteer {
    margin-top: 40px;
  }
  .topic_volunteer .topic_volunteer_list_block dd {
    margin-top: 20px;
  }
  .topic_volunteer .topic_volunteer_list_block dd .movie_list_img,
  .topic_volunteer .topic_volunteer_list_block dd .list_img {
    width: calc(100% - 5.208vw);
  }
  .topic_volunteer .topic_volunteer_list_block dd .topic_list_txt {
    margin-top: 20px;
  }
  .topic_volunteer .topic_volunteer_list_block dd .topic_list_txt p {
    font-size: 1.5rem;
  }
}
