
.text-right{
  text-align: right;
}
.contents .text-xsmall{
  font-size: 12px;
}
.contents .text-small{
  font-size: 14px;
}




.row-gutter-10px {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.row-gutter-10px>.col-6of12 {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 100%;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.margin-top-0px {
  margin-top: 0!important;
}
.margin-bottom-0px {
  margin-bottom: 0!important;
}
.margin-vert-0px {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contents .medium-text-medium{
    font-size: 16px;
  }
  .contents .medium-text-large{
    font-size: 18px;
  }
  .contents .medium-text-xlarge{
    font-size: 20px;
  }
  .medium-row-gutter-40px {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .medium-row-gutter-60px {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
  }
  .medium-row-gutter-40px>.medium-col-6of12 {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-row-gutter-60px>.medium-col-6of12 {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-margin-top-0px {
    margin-top: 0!important;
  }
  .medium-margin-bottom-0px {
    margin-bottom: 0!important;
  }
  .medium-margin-vert-0px {
    margin-top: 0;
    margin-bottom: 0;
  }
  .medium-margin-vert-60px {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


/*
審査員の一言
*/
.judge-comment-item{

}
.judge-comment-item__text:first-letter{
  color: #f1b501;
  font-size: 40px;
  line-height: 0;
}
@media (max-width: 767px) {
  .judge-comment-item__text:first-letter{
    font-size: 20px;
  }
}

/*
応募作品のご紹介
*/
.entry{
  margin: 0 0 25px 0;
}
.entry-team{
  margin: 1.0em 0;
}
.contents .entry-team-affiliation{
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
  font-weight: bold;
}
.contents .entry-team-name{
  font-size: 16px;
  margin: 0;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .entry{
    margin: 0 0 50px 0;
  }
  .entry-team{
    margin: 1.5em 0;
  }
  .contents .entry-team-affiliation{
    font-size: 22px;
    margin: 0;
    line-height: 1.5;
    font-weight: bold;
  }
  .contents .entry-team-name{
    font-size: 26px;
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
  }
}









.modal-open {
  /* overflow: hidden; */
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.modal.fade.in {
  opacity: 1;
}
.modal.fade .modal-dialog {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0,0,0, 0.5);
  /* background-color: rgba(254,249,229, 0.7); */
}
.modal-backdrop.fade {
  transition: opacity 0.15s linear;
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
  opacity: 1;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}



/*
*/

.modal-dialog {
  min-height: 100%;
  display: flex;
  align-items: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}

@media screen and (-ms-high-contrast: none) {
  /* IE11にのみ適用したいスタイルシート */
  .modal-dialog {
    height: 100%;
  }
}

.modal-content {
  flex: 1 0 0;
  padding: 40px 40px;
  background-color: #ffffff;
  /* background-color: #272622; */
  /* color: #ffffff; */
  font-size: 16px;
  line-height: 1.8;
  border-radius: 5px;
  position: relative;
  pointer-events: auto;
}
.modal-content p{
  font-size: 14px;
}
@media (min-width: 768px) {
  .modal-content p{
    font-size: 16px;
    
  }
}
.modal-header{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.modal-dialog .btn-close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 20px;
  border: none;
  /* border: solid 1px #ffffff; */
  outline: none;
  border-radius: 5px;
  margin-left: auto;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

}

