@charset "utf-8";
/*modal*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
}
  .mt62{
        margin-top: 62px !important;
  }
 .mt64{
        margin-top: 62px !important;
  }
  .mt10{
        margin-top: 10px !important;
  }
.pc{
  display: block;
}
.sp{
  display: none;
}
.textC{
  display: block;
  text-align: center !important;
}
.pt15{
  padding-top: 15px !important;
}
.img-center {
  width: 100%;
  display: block;
  margin: 20px auto;
  display: block;
  text-align: center;
}
.img-center img {
  width: 100%;
  max-width: 640px;
  height: auto;
}
.overlay {
  display: none;
}
.overlay.on {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease .5s;
  z-index: 10;
}
.overlay a {
  width: 100%;
  height: 100%;
  display: block;
}
.img-note {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #000;
}
img {
  vertical-align: bottom;
}
br.pc_br {
  display: block;
}
br.sp_br {
  display: none;
}
.borderNone {
  border: none !important;
}
/*content*/
.contents {
  width: 100%;
  background: url("../images/content_bg.jpg") repeat;
  background-attachment: fixed;
  background-size: auto;
  background-position: left top;
  padding-bottom: 60px;
}
.bg-wrap {
  width: 100%;
  max-width: 1308px;
  margin: 0 auto;
  background: url("../images/main_parts.png") no-repeat;
  background-size: auto;
  background-position: top center;
}
header {
  width: 100%;
}
.header__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 20px;
  box-sizing: border-box;
}
.header__inner .head-logo {
  width: 100px;
  max-width: 100px;
  height: auto;
}
.header__inner p.credit {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.header__inner p.credit:nth-child(2) {
  margin-top: 10px;
}
.header__inner p.credit img {
  display: inline-block;
  width: 100%;
  max-width: 130px;
  height: auto;
  margin-left: 10px;
}
.header__inner p.credit span.sp_block {
  display: inline-flex;
  align-items: center;
}
.header__inner p.credit img.asahi {
  max-width: 90px;
}
.header__inner p.credit img.giravanz {
  max-width: 90px;
}
.header__inner p.credit img.sdgs {
  margin-right: 10px;
}
.header__inner p.credit img.shabon {
  max-width: 140px;
}
.header__inner p.credit span.copy {
  font-size: 10px;
  padding-left: 5px;
}
.header__inner p.credit a {
  text-decoration: none;
  color: #fff;
}
.header__inner p.credit a:hover {
  opacity: .7;
  transition: all ease .5s;
}
main {
  width: 100%;
}
.main__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 20px 0;
  box-sizing: border-box;
}
.main__inner h1 {
  text-align: center;
}
.main__inner h1 img {
  width: 100%;
  max-width: 714px;
  margin-top: 30px;
  height: auto;
}
.main__inner h2 {
  display: block;
  text-align: center;
}
.main__inner h2 img {
  width: 100%;
  max-width: 869px;
  height: auto;
  margin: -30px auto 0;
}
.main__inner p.sub-title {
  font-size: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
}
.main__inner p.sub-title span {
  max-width: 370px;
  padding: 10px 10px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 20px;
  display: block;
  margin: 0 auto 18px;
}
.contents__inner {
  width: 100%;
  max-width: calc(100% - 40px);
  margin: -100px auto 0;
  padding: 100px 20px 180px;
  box-sizing: border-box;
  background: #fff;
}
.contents__inner p.lead {
  font-size: 20px;
  line-height: 1.8;
  display: block;
  font-weight: bold;
  text-align: center;
}
.contents__inner p.lead span.cl-blue {
  font-size: 27px;
  color: #00a0e9;
  display: inline-block;
}
.contents__inner p.entry {
  font-size: 35px;
  color: #e83819;
  margin-top: 1em;
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
}
.contents__inner p.entry span.num-big {
  font-size: 55px;
}
.contents__inner p.entry span.week {
  width: 50px;
  height: 50px;
  background: #e83819;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 14px;
}
.contents__inner p.entry img {
  display: inline-block;
  margin: 0 12px;
}
.contents__inner .entry_btn {
  position: relative;
  font-size: 36px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 30px 0 0;
  padding: 24px 20px;
  box-sizing: border-box;
  background: #e83819;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
}
.contents__inner .entry_btn img {
  margin-right: 25px;
}
.contents__inner .entry_btn span.num-big {
  font-size: 50px;
}
.contents__inner .entry_btn:hover {
  cursor: pointer;
  opacity: .7;
  transition: all ease .5s;
}
.about {
  width: 100%;
  background: #e0effb;
  padding: 70px 20px 90px;
  box-sizing: border-box;
}
.about__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.about__inner h2 {
  width: 360px;
  font-weight: bold;
  text-align: center;
  font-size: 48px;
  display: inline-block;
  border: 6px solid #00a0e9;
  color: #00a0e9;
  padding: 14px 0;
  border-radius: 20px;
  margin-top: 50px;
  background: #fff;
}
.about__inner h2.ruby {
  padding: 34px 0 14px;
}
.about__inner h2 rt {
  font-size: 10px;
}
.about__inner h2:first-child {
  margin-top: 0;
}
.about__inner h2 + p {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 45px;
  text-align: left;
  font-weight: bold;
}
.about__inner .title-center {
  display: inline-block;
}
.about__inner .title-center p {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 55px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  color: #000000;
  border: 3px solid #000;
}
.about__inner .title-center p img {
  display: inline-block;
  margin-left: 12px;
  width: 40px;
}
/*.about__inner .title-center p:after {
  content: '';
  display: block;
  width: 38px;
  height: 21px;
  background: url("../images/ic_arrow_d.png") no-repeat;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(0, -50%);
}*/
.about__inner .title-center + img {
  margin-top: 35px;
  width: 100%;
  max-width: 540px;
  height: auto;
}
.modal__list {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 30px 0 0;
}
.modal__list__item {
  position: relative;
  width: 166px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.modal__list__item:nth-child(5n) {
  margin-right: 0;
}
.modal__list__item a.pop {
  display: block;
}
.modal__list__item a.pop:hover {
  cursor: pointer;
  opacity: .7;
  transition: all ease .5s;
}
.es__step {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 20px 60px;
  box-sizing: border-box;
}
.es__step img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.form_btn {
  width: 100%;
  max-width: 1040px;
  margin: 60px auto 0;
  display: flex;
  padding: 0 20px 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.form_btn a {
  width: 48%;
  text-align: center;
}
.form_btn a img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
.form_btn a:hover {
  cursor: pointer;
  opacity: .7;
  transition: all ease .5s;
}
p.last-text {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 0;
  padding: 0 20px 120px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
p.last-text span.title {
  display: block;
  text-align: center;
  color: #14a0e9;
  font-size: 28px;
}
.img-center span.title {
  display: block;
  text-align: center;
  color: #14a0e9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
p.last-text span.cl-red {
  color: #e83819;
}
span.cap {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.coming {
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
  box-sizing: border-box;
}
.coming__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.coming__inner p {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.coming__inner p.coming-text {
  font-size: 40px;
  display: block;
  text-align: center;
  color: #e83819;
  font-weight: bold;
  margin-bottom: 30px;
}
footer {
  background: #00a0e9;
  text-align: center;
}
footer .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
footer .inner p {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}
.pagetop {
  width: 81px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}
/*modalbox*/
.modalbox {
  display: none;
  background: #fff;
  border-radius: 20px;
  position: fixed;
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  height: 100%;
  max-height: 710px;
  min-height: 710px;
  top: 50%;
  right: -335px;
  transform: translate(0, -50%);
  padding: 20px;
  box-sizing: border-box;
  z-index: 11;
  box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
#modalbox0, #modalbox5, #modalbox10, #modalbox15 {
  right: 44vw;
}
#modalbox1, #modalbox6, #modalbox11, #modalbox16 {
  right: 32vw;
}
#modalbox2, #modalbox7, #modalbox12 {
  right: 20vw;
}
#modalbox3, #modalbox8, #modalbox13 {
  left: 32vw;
}
#modalbox4, #modalbox9, #modalbox14 {
  left: 44vw;
}
@media screen and (max-width: 1560px) {
  #modalbox2, #modalbox7, #modalbox12 {
    right: 20vw;
  }
}
@media screen and (max-width: 1366px) {
  #modalbox0, #modalbox5, #modalbox10, #modalbox15 {
    right: 42vw;
  }
  #modalbox1, #modalbox6, #modalbox11, #modalbox16 {
    right: 30vw;
  }
  #modalbox2, #modalbox7, #modalbox12 {
    right: 16vw;
  }
  #modalbox3, #modalbox8, #modalbox13 {
    left: 30vw;
  }
  #modalbox4, #modalbox9, #modalbox14 {
    left: 43vw;
  }
}
@media screen and (max-width: 1024px) {
  #modalbox0, #modalbox5, #modalbox10, #modalbox15 {
    right: 40vw;
  }
  #modalbox1, #modalbox6, #modalbox11, #modalbox16 {
    right: 22vw;
  }
  #modalbox2, #modalbox7, #modalbox12 {
    right: 8vw;
  }
  #modalbox3, #modalbox8, #modalbox13 {
    left: 24vw;
  }
  #modalbox4, #modalbox9, #modalbox14 {
    left: 42vw;
  }
}
.modalbox__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modalbox__inner p.title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 18px;
  box-sizing: border-box;
  border: 3px solid #00a0e9;
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  color: #00a0e9;
  margin-bottom: 15px;
}
.modalbox__inner .senryu {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 320px;
  text-align: center;
  background: url(../images/senryu_bg_pc.png) no-repeat;
  background-size: 47%;
  background-position: 71px 148px;
}
.modalbox__inner .senryu .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.modalbox__inner .senryu .thumb {
  width: 30%;
  max-width: 80px;
  min-width: 80px;
  margin: 0;
}
.modalbox__inner .senryu .lead {
  width: 70%;
  text-align: left;
  padding-left: 2%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
}
.modalbox__inner .senryu .thumb img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
.modalbox__inner .senryu .tanka {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  margin: 15px auto 25px 96px;
  min-height: 160px;
}
.modalbox__inner .senryu .tanka p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.modalbox__inner .photo {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  position: absolute;
  top: 360px;
  left: 0;
}
.modalbox__inner .photo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.modalbox__inner .photo p.caption {
  margin: 15px auto 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  max-width: 270px;
}
.modalbox .close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.modalbox .close:hover {
  cursor: pointer;
  opacity: .7;
  transform: all ease .5s;
}
@media screen and (max-width:768px) {
  .mt62,
  .mt64{
        margin-top: 20px !important;
  }
  .pc{
  display: none;
}
.sp{
  display: block;
}
  body.on {
    overflow-y: hidden;
  }
  br.pc_br {
    display: none;
  }
  br.sp_br {
    display: block;
  }
  .bg-wrap {
    background-size: cover;
  }
  .header__inner {
    flex-wrap: nowrap;
    display: block;
  }
  .header__inner .logo-wrap {
    margin-top: 20px;
  }
  .header__inner p.credit span.sp_block {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
  }
  .header__inner p.credit img.shabon {
    max-width: 90px;
  }
  .header__inner p.credit img.asahi {
    max-width: 70px;
  }
  .header__inner p.credit img.sdgs {
    margin-right: 0;
    max-width: 100px;
  }
  .header__inner p.credit {
    line-height: 1.4;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .main__inner p.sub-title {
    font-size: 22px;
  }
  .main__inner {
    padding: 20px 20px 0;
    box-sizing: border-box;
  }
  .main__inner h1 img {
    margin-top: 20px;
  }
  .contents__inner {
    padding: 40px 20px 50px;
  }
  .contents__inner p.lead {
    font-size: 16px;
    text-align: left;
  }
  .contents__inner p.entry {
    font-size: 28px;
    line-height: 1.5;
  }
  .contents__inner p.entry span.num-big {
    font-size: 40px;
  }
  .contents__inner p.entry {
    display: block;
    text-align: center;
  }
  .contents__inner p.entry span.week {
    width: 45px;
    height: 45px;
    background: #e83819;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 14px;
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 10px;
  }
  .contents__inner p.entry img {
    margin: 0 auto;
    display: block;
    text-align: center;
    transform: rotate(90deg);
  }
  .contents__inner .entry_btn img {
    margin-right: 0;
    display: block;
    margin: 0 auto 15px;
  }
  .contents__inner .entry_btn {
    font-size: 24px;
  }
  .contents__inner .entry_btn span.num-big {
    font-size: 30px;
  }
  .about {
    padding: 40px 20px 50px;
  }
  .about__inner h2 {
    width: 100%;
    font-size: 28px;
    border: 3px solid #00a0e9;
    padding: 14px 0;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .about__inner h2 + p {
    font-size: 16px;
    margin-top: 30px;
  }
  .about__inner .title-center p {
    font-size: 22px;
    padding: 15px;
    line-height: 1.2;
    margin-top: 30px;
  }
  .about__inner .title-center p img {
    width: 26px;
  }
  .about__inner .title-center + img {
    margin-top: 30px;
  }
  .modal__list__item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .modalbox__inner .senryu .lead {
    font-size: 16px;
  }
  #modalbox3, #modalbox4, #modalbox8, #modalbox9, #modalbox13, #modalbox14 {
    left: 50%;
  }
  .modal__list__item:nth-child(5n) {
    margin-right: 2%;
  }
  .modal__list__item:nth-child(3n) {
    margin-right: 0%;
  }
  .modal__list__item img {
    width: 100%;
    max-width: 166px;
    height: auto;
  }
  .es__step {
    padding: 40px 20px 30px;
  }
  .form_btn {
    margin-top: 30px;
    padding-bottom: 35px;
  }
  .form_btn a {
    width: 90%;
    text-align: center;
    margin: 0 auto 25px;
  }
  .modalbox {
    width: 90%;
    min-width: unset;
    max-width: 90%;
    height: 90%;
    min-height: unset;
    max-height: 90%;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .modalbox__inner p.title {
    display: block;
    font-size: 18px;
  }
  .modalbox .close {
    display: block;
  }
  .modalbox__inner .senryu {
    width: 100%;
    max-width: 100%;
    background: none;
    margin-top: 40px;
    background-size: auto;
    padding-bottom: 0;
  }
  .modalbox__inner .senryu .thumb {
    padding-top: 0;
  }
  .modalbox__inner .senryu .tanka {
    background: url(../images/senryu_bg_pc.png) no-repeat;
    margin-top: 40px;
    background-position: center top;
    background-size: cover;
    width: 56%;
    min-width: 175px;
    max-width: 175px;
    min-height: 260px;
    max-height: 260px;
    position: relative;
  }
  .modalbox__inner .senryu .tanka p {
    font-size: 26px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .modalbox__inner .photo {
    width: 100%;
    position: static;
  }
  .modalbox__inner .photo p.caption {
    max-width: 100%;
    font-size: 16px;
    max-width: 100%;
    padding-bottom: 20px;
  }
  .pagetop {
    width: 50px;
    right: 10px;
    bottom: 20px;
  }
  .pagetop img {
    width: 50px;
    height: auto;
  }
  .modalbox__inner .senryu .thumb {
    width: 100%;
    max-width: 90px;
    min-width: 90px;
    margin: 0 auto;
  }
  .modalbox__inner .senryu .lead {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
  }
  .modalbox__inner .senryu .tanka {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    text-align: left;
    margin: 20px auto 0;
  }
  p.last-text {
    padding-bottom: 60px;
  }
  @-moz-document url-prefix() {
    .modalbox__inner .senryu .tanka p {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
    }
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .about__inner h2 {
    padding-top: 25px;
    padding-bottom: 8px;
  }
  *::-ms-backdrop, .contents__inner p.entry span.week {
    padding-top: 12px;
    height: 38px;
    margin-top: -15px;
  }
  *::-ms-backdrop, .contents__inner p.entry img {
    margin-top: -15px;
  }
  *::-ms-backdrop, .main__inner p.sub-title span {
    padding-top: 15px;
    padding-bottom: 6px;
  }
  *::-ms-backdrop, .modalbox__inner p.title {
    padding-top: 15px;
    padding-bottom: 8px;
  }
  *::-ms-backdrop, .contents__inner .entry_btn {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  *::-ms-backdrop, .contents__inner .entry_btn img {
    padding-bottom: 8px;
  }
  *::-ms-backdrop, .about__inner .title-center p {
    padding-top: 26px;
    padding-bottom: 14px;
  }
  *::-ms-backdrop, .about__inner .title-center p img {
    margin-top: -10px;
  }
  *::-ms-backdrop, span.transform {
    -ms-transform: rotate(-90deg) translate(7px, 8px);
    display: inline-block;
    padding-bottom: 8px;
  }
}
/*発表*/
.contents__box {
  width: 100%;
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.contents__box p.firstLead {
  margin-top: 70px;
  font-size: 20px;
  line-height: 1.7;
  font-weight: bold;
  color: #000000;
  display: block;
  text-align: center;
}
.contents__box .tabImage {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.contents__box .tabImage a {
  width: 48%;
}
.contents__box .tabImage a img {
  width: 100%;
  max-width: 460px;
  height: auto;
}
.contents__box .tabImage a:hover {
  opacity: .6;
  transition: all ease .5s;
}
.contents__box__senryu h3, .contents__box__photo h3 {
  display: flex;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
  color: #E73819;
  text-align: center;
  line-height: 1.2;
  margin-top: 130px;
}
.contents__box__senryu h3:before, .contents__box__senryu h3:after, .contents__box__photo h3:before, .contents__box__photo h3:after {
  border-top: 2px solid #E73819;
  content: "";
  flex-grow: 1;
}
.contents__box__senryu h3:before, .contents__box__photo h3:before {
  margin-right: 2rem;
  margin-left: 2rem;
}
.contents__box__senryu h3:after, .contents__box__photo h3:after {
  margin-right: 2rem;
  margin-left: 2rem;
}
.contents__box__senryu h4, .contents__box__photo h4 {
  display: block;
  text-align: center;
}
.contents__box__senryu h4.title, .contents__box__photo h4.title, h4.title {
  padding-top: 95px;
  font-size: 36px;
  font-weight: bold;
  color: #F7A407;
  line-height: 1.3;
  display: block;
  text-align: center;
}
.contents__box__senryu h4.title + .judge_comment, .contents__box__photo h4.title + .judge_comment {
  margin-top: 20px;
}
.comment .thumb{
  text-align: center;
  margin-bottom: 20px;
}
.comment .thumb img{
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 0 auto;
}
.comment .thumb span.katagaki {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  font-weight: normal;
  padding-bottom: 5px;
}
.comment .thumb p.name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.contents__box__senryu h4 img, .contents__box__photo h4 img {
  margin-top: 45px;
}
.senryu_box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.senryu_box .senryu_box_haiku {
  width: 30%;
  background: url("../images/senryu_bg.png") no-repeat;
  background-size: auto;
  background-position: top center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.tanka_bg {
  background: url("../images/senryu_bg.png") no-repeat;
  background-size: auto;
  background-position: top center;
  text-align: center;
  height: 320px;
  margin-top: 38px;
  display: flex;
}
.tanka {
  max-width: 120px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  font-size: 30px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 25px;
}
.senryu_box .senryu_box_haiku .name {
  display: block;
  text-align: center;
  padding-top: 95px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.item3Col_box .name, .item2Col_box .name, .item3Col_box .photo_box .name, .item2Col_box .photo_box .name, .photo_box .name {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 15px;
}
.photo_box .name, .item3Col_box .name, .item2Col_box .name {
  padding-top: 0;
}
.photo_box .name span.cap, .item3Col_box span.cap, .item2Col_box span.cap {
  font-weight: normal;
  margin: 20px 0 14px;
  text-align: left;
}
.senryu_box .senryu_box_comment {
  width: 70%;
  padding-left: 90px;
  box-sizing: border-box;
}
.senryu_box_ico, .photo_box_ico {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.senryu_box_ico img, .photo_box_ico img {
  width: 15%;
  max-width: 80px;
  min-width: 80px;
  height: auto;
}
.senryu_box_ico p, .photo_box_ico p {
  width: 85%;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5;
}
.item3Col_box .senryu_box_ico, .item2Col_box .senryu_box_ico, .item3Col_box .photo_box_ico, .item2Col_box .photo_box_ico {
  margin-top: 15px;
}
.senryu_box .senryu_box_comment .comment {
  width: 100%;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.senryu_box .senryu_box_comment .comment p, .item3Col_box .comment p, .item2Col_box .comment p {
  font-size: 16px;
  line-height: 1.7;
}
.senryu_box .senryu_box_comment .comment p b, .item3Col_box .comment p b, .item2Col_box .comment p b {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 12px;
}
.judge_comment, .company_comment {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.judge_comment.oneCol .judge_comment_box{
  width: 100%;
  margin-right: 0;
}
.company_comment {
  margin-top: 0px;
}
.company_comment1, .company_comment2 {
  display: none;
}
.company_comment1.flex, .company_comment2.flex {
  display: flex !important;
}
.judge_comment_box {
  width: 49.4%;
  background: #FFFBE5;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.judge_comment_box .thumb {
  width: 100%;
  text-align: center;
}
.judge_comment_box .thumb img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.judge_comment_box .thumb span.katagaki {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  font-weight: normal;
  padding-bottom: 5px;
}
.judge_comment_box .thumb p.name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
	margin-bottom: 30px;
}



.item3Col_box .comment, .item2Col_box .comment {
  width: 100%;
  background: #FFFBE5;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
}
.company_comment .judge_comment_box, .organizer_comment .comment {
  margin-top: 10px;
}
.judge_comment_box p, .organizer_comment .comment p {
  font-size: 16px;
  line-height: 1.7;
}
.judge_comment_box p b, .organizer_comment .comment p b {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 12px;
}
.moreComment {
  display: block;
  border-top: 1px solid #CDCDCD;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
.moreComment a {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.moreComment a:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 12px;
  background: url("../images/ico_angle_bottom.png") no-repeat;
}
.moreComment a.active {
  display: none;
}
.moreComment a:link, .moreComment a:visited {
  color: #000;
}
.moreComment a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.moreComment a.close1, .moreComment a.close2 {
  display: none;
}
.moreComment a.close1.active, .moreComment a.close2.active {
  display: inline-block;
}
.moreComment a.close1:after, .moreComment a.close2:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-left: 12px;
  background: url("../images/ico_angle_top.png") no-repeat;
}
.item3Col, .organizer_comment {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
}
.item3Col_box, .organizer_comment .comment {
  width: 32.5%;
  margin-right: 1.2%;
}
.organizer_comment .comment {
  background: #FFFBE5;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
}
.item3Col_box:nth-child(3n), .organizer_comment .comment:nth-child(3n) {
  margin-right: 0;
}
.organizer_comment .comment:nth-child(4) {
  width: 100%;
  margin-right: 0;
}
.item3Col_box .item, .item2Col_box .item {
  width: 100%;
  margin-top: 40px;
}
.item3Col_box .item img, .item2Col_box .item img {
  width: 100%;
  max-width: 489px;
  height: auto;
}
.item2Col {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
      align-items: flex-start;
    margin-top: 40px;
}
.item2Col_box {
  width: 49%;
  margin-right: 2%;
}
.item2Col_box:nth-child(2n) {
  margin-right: 0;
}
.item2Col .item2Col_innerFlex {
  position: relative;
  width: 49%;
  display: flex;
  justify-content: space-between;
  margin-right: 2%;
}
.item2Col .item2Col_innerFlex.set {
  padding-top: 54px;
}
.item2Col .item2Col_innerFlex .float-title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.item2Col .item2Col_innerFlex:nth-child(2n) {
  margin-right: 0;
}
.item2Col .item2Col_innerFlex .item2Col_box {
  width: 49%;
  margin-right: 2%;
}
.item2Col .item2Col_innerFlex .item2Col_box:nth-child(2n) {
  margin-right: 0;
}
.photo_box {
  margin-top: 40px;
}
.photo_box.itemFlex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo_box.itemFlex .photo_box_item{
  width: 40%;
}
.photo_box.itemFlex .photo_box_lead{
  width: 60%;
  padding-left: 40px;
  box-sizing: border-box;
}
.photo_box.itemFlex .photo_box_lead p.name .cap{
  text-align: left;
}
.photo_box.itemFlex .photo_box_lead .photo_box_ico{
  max-width: 100%;
}
.photo_box_item {
  width: 100%;
  text-align: center;
}
.photo_box_item img {
  width: 100%;
  max-width: 489px;
  height: auto;
}
.photo_box .photo_box_ico {
  justify-content: center;
  max-width: 300px;
  margin: 20px auto 0;
}
.judge_prof {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.judge_prof.One-col .judge_prof_box {
  width: 100%;
  margin: 20px 0 0 0;
}
.judge_prof.Three-col {
  justify-content: center;
}
.judge_prof.Three-col .judge_prof_box {
  width: 32.5%;
  margin-right: 1.2%;
}
.judge_prof.Three-col .judge_prof_box:nth-child(3n) {
  margin-right: 0;
}
.judge_prof.Three-col .judge_prof_box .thumb {
  width: 100%;
  margin: 0 auto;
}
.judge_prof_box {
  width: 49.4%;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.judge_prof_box .thumb {
  width: 20%;
  max-width: 160px;
  text-align: center;
}
.judge_prof_box .thumb img {
  width: 100%;
  max-width: 160px;
  height: auto;
}
.judge_prof_box .thumb span.katagaki {
  font-size: 14px;
  line-height: 1.7;
  display: block;
  font-weight: normal;
  padding-bottom: 5px;
}
.judge_prof_box .thumb p.name {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.judge_prof_box .lead {
  width: 80%;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.7;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contents__inner {
    margin-top: 20px;
  }
  .main__inner h2 img {
    margin: 0 0 -30px 0;
  }
  .contents__box {
    padding: 0;
  }
  .contents__box p.firstLead {
    font-size: 16px;
    margin-top: 0;
  }
  .contents__box .tabImage {
    display: block;
    margin-top: 35px;
        text-align: center;
  }
  .contents__box .tabImage a{
    width: 100%;
  }
  .contents__box .tabImage a img{
    margin: 10px auto;
  }
  .contents__box__senryu h3, .contents__box__photo h3 {
    font-size: 30px;
    margin-top: 60px;
  }
  .senryu_box {
    display: block;
  }
  .senryu_box .senryu_box_haiku {
    width: 100%;
    min-height: 330px;
  }
  .senryu_box .senryu_box_haiku {
    display: block;
  }
  .senryu_box .senryu_box_haiku .name {
    padding-top: 154px;
  }
  .senryu_box .senryu_box_comment {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
  .judge_comment, .company_comment {
    margin-top: 30px;
  }
  .judge_comment_box {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .judge_comment_box:first-of-type {
    margin-top: 0;
  }
  .judge_comment_box p, .organizer_comment .comment p {
    font-size: 14px;
  }
  .item3Col, .organizer_comment, .item2Col {
    display: block;
  }
  .item3Col_box, .organizer_comment .comment, .item2Col_box {
    width: 100%;
    margin-right: 0;
  }
  .item2Col .item2Col_innerFlex {
    width: 100%;
  }
  .item3Col_box .item, .item2Col_box .item {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
  .judge_prof.Three-col {
    justify-content: space-between;
}
  .judge_prof.Three-col .judge_prof_box {
    width: 49%;
    margin-right: 0%;
}
  .item2Col .item2Col_innerFlex {
    display: block;
  }
  .item2Col .item2Col_innerFlex .item2Col_box {
    width: 100%;
    margin-right: 0;
  }
  .organizer_comment .comment, .judge_prof_box {
    padding-bottom: 20px;
  }
  .contents__box__senryu h4.title, .contents__box__photo h4.title, h4.title {
    padding-top: 45px;
    font-size: 20px;
  }
  .judge_prof_box {
    display: block;
  }
  .judge_prof_box .thumb {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 20px;
  }
  .judge_prof_box .lead {
    width: 100%;
    padding-left: 0px;
    font-size: 14px;
    line-height: 1.7;
    box-sizing: border-box;
  }
  .contents__box__senryu h4 img, .contents__box__photo h4 img{
    margin-top: 20px;
  }
  .tanka_bg{
    margin-top: 20px;
  }
  .item3Col_box .comment, .item2Col_box .comment{
    padding: 20px;
  }
  .organizer_comment .comment,
  .senryu_box .senryu_box_comment .comment{
    padding: 20px;
  }
  .photo_box.itemFlex{
  display: block;
}
.photo_box.itemFlex .photo_box_item{
  width: 100%;
}
.photo_box.itemFlex .photo_box_lead{
  width: 100%;
  padding-left: 0px;
  box-sizing: border-box;
}
}
@media screen and (max-width: 420px) {
  .contents__box__senryu h3, .contents__box__photo h3 {
    font-size: 20px;
  }
  .contents__box__senryu h3:before, .contents__box__photo h3:before {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .contents__box__senryu h3:after, .contents__box__photo h3:after {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .contents__box__senryu h3:before, .contents__box__senryu h3:after, .contents__box__photo h3:before, .contents__box__photo h3:after {
    border-top: 2px solid #E73819;
    content: "";
    flex-grow: 1;
  }
  .item2Col .item2Col_innerFlex {
    display: block;
  }
  .item2Col .item2Col_innerFlex .item2Col_box {
    width: 100%;
    margin-right: 0;
  }
  
}