/* 受賞作品紹介 */

.btn-icon-green {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  background-color: #5dbb87;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 32px;
  border-radius: 10px;
  position: relative;
  margin-right: 5px;
}

.theme {
  width: 80%;
  margin: 0 auto;
}

.gold-detail {
  width: 85%;
}

.inner-consept-detail-wide {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.flex-detail-img-nw {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

.flex-detail-img-item5 {
  width: 33%;
}

.flex-detail-img-item6 {
  width: 28%;
}


/* 審査員紹介 */
.jud-txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
  margin: 30px 0;
}

.jud-content-red {
  background: #fcebe6;
  border-radius: 20px;
  padding: 30px 0;
}

.jud-content-yellow {
  background: #fdece7;
  border-radius: 20px;
  margin-top: 30px;
  padding: 30px 0;
}

.jud-content-red > h1 {
  text-align: center;
  display: block;
  width: 40%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #ea545c;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.jud-content-yellow > h1 {
  text-align: center;
  display: block;
  width: 40%;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #f49c00;
  border-radius: 10px;
  margin: 0 auto 30px;
}

.jud-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85%;
  margin: 10px auto;
}

.jud-item {
  background: #fff;
  width: 32%;
  margin-bottom: 20px;
}

.jud-wrap::after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.jud-item span {
  color: #fff;
  font-size: 14px;
  background: #5dbb87;
  padding: 7px 15px;
  position: absolute;
}

.jud-top {
  margin-top: 5px;
}

.jud-item ruby {
  margin-left: 90px;
}

.jud-item rb {
  font-weight: bold;
  font-size: 20px;
}

.jud-item rt {
  font-weight: bold;
  font-size: 10px;
}

.jud-detail {
  width: 70%;
  margin: 10px auto;
}

.jud-detail > img {
  width: 100%;
}

.jud-detail-txt {
  font-size: 10px;
  font-weight: bold;
  margin-top: 5px;
}

.rbSpace {
  letter-spacing: 1em;
}

/* 審査員総評 */

.voice-flex01 {
  display: flex;
  flex-wrap: wrap;
}

.voice-top {
  margin-top: 50px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb60 {
  margin-bottom: 60px;
}

.voice-img {
  width: 28%;
}

.voice-img img {
  width: 100%;
  height: auto;
}

.voice-flex02 {
  display: flex;
  margin-bottom: 15px;
}


.voice-detail {
  margin-left: 25px;
  max-width: 600px;
  width: 100%;
}

.voice-flex02 rb,
.voice-flex03 rb{
  font-weight: bold;
  font-size: 20px;
}

.voice-flex02 rt,
.voice-flex03 rt{
  font-weight: bold;
  font-size: 10px;
}

.voice-flex02 > p{
  font-weight: bold;
  font-size: 10px;
  margin-left: 15px;
}

.voice-flex03 > p{
  font-weight: bold;
  font-size: 15px;
  margin-bottom:30px;
}

.voice-detail > p {
  font-weight: bold;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.voice-right-txt {
  font-size: 14px;
  font-weight: bold;
}

.brSp {
  display: none;
}

.eco-section-wrap04 {
  background: url(/csr/concours/2020/images/bg-lr.png) repeat-y;
  background-size: contain;
}

.eco-section-wrap05 {
  background: url(/csr/concours/2020/images/bg-lr.png) repeat-y;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .btn-icon-green {
    max-width: 298px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .jud-txt {
    font-size: 16px;
  }

  .jud-item rb {
    font-size: 16px;
  }

  .voice-detail {
    max-width: 450px;
  }
}


@media screen and (max-width: 480px) {
  .btn-icon-green {
      max-width: 500px;
      width: 100%;
      text-align: center;
      margin: 0;
  }

  /* 受賞作品紹介 */

  .flex-detail-img-nw {
    display: block;
  }

  .flex-detail-img-item5 {
    width: 100%;
  }

  .flex-detail-img-item6 {
    width: 75%;
    margin: 0 auto;
  }

  /* 審査員紹介 */

  .jud-txt {
    font-size: 14px;
  }
  
  .jud-content-red > h1 {
    width: 80%;
    font-size: 16px;
  }
  
  .jud-content-yellow > h1 {
    width: 80%;
    font-size: 16px;
  }
  
  .jud-wrap {
    display: block;
  }
  
  .jud-item {
    width: 100%;
  }
  
  .jud-top {
    padding-top: 10px;
  }
  
  .jud-item rb {
    font-size: 16px;
  }
  
  .jud-item rt {
    font-weight: bold;
    font-size: 10px;
  }
  
  .jud-detail {
    width: 60%;
  }
  
  .jud-detail-txt {
    padding: 10px 0 15px;
    text-align: center;
  }

  .eco-section-wrap05 {
    background-size: contain;
  }

  /* 審査員総評 */
  .voice-flex01 {
    display: block;
  }

  .voice-img {
    width: 60%;
    margin: 0 auto;
  }

  .voice-flex01 img {
    width: 100%;
    height: auto;
  }

  .voice-flex02 {
    display: block;
    margin-top: 15px;
    text-align: center;
  }

  .voice-flex02 > p {
    margin-left: 0;
  }

  .voice-detail {
    margin-left: 0;
  }

  .brSp {
    display: block;
  }
}

*{
  margin: 0;
  padding: 0;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*height: 60%;*/
  max-width: 900px;
  width: 100%;
  background: white;
  padding: 40px;
  font-size: 1.6rem;
}

.modal-content .modal_2col{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.modal-content .modal_2col div.modal-img {
	max-width: 250px;
	width: 100%;
	margin-right: 30px;
}

.modal-content .modal_2col div.modal-txt {
	max-width: 500px;
	width: 100%;
}

.modal-txt p {
    font-weight: 900;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
@media screen and (max-width: 480px) {
.modal-content {
    position: absolute;
    top: 55%;
    width: 90%;
    height: 80%;
    padding: 15px;
    overflow: scroll;
}

.modal-content .modal_2col div.modal-img {
	margin:0 auto 30px;
}
.modal-txt p {
	font-size:1.4rem;
}
	
}
