@charset "utf-8";

.pc { display: block !important; }
.sp { display: none !important; }


a img{
 text-align: center;
 margin:0 auto;
  opacity: 1;
  transition: 0.2s;}

a:hover img{
  opacity: .4;}




#fks_photocon {
  background:#5fbcdd;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;

}


.head, .head img {
  width: 95%;
  margin: auto;
}


.comment {
  color: #fff;
  margin: 60px auto 60px auto;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.prize {
 text-align: center;
}

.prize img {
  width: 78%;
  padding: 8px;
  border: 3px solid #fff;
  border-radius: 10px;
  margin: auto;
}


.photo {
 color: #fff;
 margin: 50px auto 50px auto;
 padding-bottom: 50px;
 text-align: center;
}



.contents{
  width: 700px;
  text-align: center;
  background: #fff;
  margin: 0 auto 50px auto;
  padding: 20px;
  border-radius: 10px;
}


.g_photo{
  width: 500px;
  height: auto;
  margin: 20px;

}


.small {
  width: 400px;
  height: auto;
}


.contents .prize_title {
 width: 450px;
 height: auto;
}

.contents .title {
  font-size: 23px;
  color: #ea525e;
  font-weight: bold;
}

.contents .name {
  font-size: 18px;
  color: #ea525e;
}


.contents .caption {
  width: 80%;
  color: #211614;
  margin: 20px auto 20px auto;
  text-align: justify;
  font-size: 16px;
}


.contents ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}



.contents li img {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border: 1px solid #fff;
}



dl.end_comment {
  width: 90%;
  margin: auto;
}

dt img {
  width: 200px;
}


dd {
  align-self: center;
}