@charset "UTF-8";
.now01-wrap section {
  text-align: justify;
  word-break: break-all;
}
.now01-wrap section ~ section {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid #000;
}
.now01-wrap section > div {
  font-size: 24px;
}
.now01-wrap section > div ~ div {
  margin-top: 70px;
}
.now01-wrap section > div.section-header small {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 2px 32px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #6A3F95;
  border-radius: 30px;
}
.now01-wrap section > div.section-header h2 {
  display: block;
  margin-top: 15px;
  font-size: 48px;
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
}
.now01-wrap section > div.section-header h3 {
  display: block;
  text-align: center;
  margin-top: 28px;
  font-size: 36px;
  line-height: 1.2;
}
.now01-wrap section > div div ~ div {
  margin-top: 30px;
}
.now01-wrap section .item-img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.now01-wrap section .item-img figure {
  display: block;
  width: 100%;
  margin: 0;
}
.now01-wrap section .item-img figure img {
  display: block;
  width: 100%;
  margin: 0;
}
.now01-wrap section .details > p ~ p {
  margin-top: 30px;
}
.now01-wrap section figure {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.now01-wrap section figure img {
  display: block;
  width: 100%;
  margin: 0;
}
.now01-wrap section.type-2 .section-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.now01-wrap section.type-2 .section-header small {
  white-space: nowrap;
  height: fit-content;
  margin: 0;
}
.now01-wrap section.type-2 .section-header h3 {
  font-size: 32px;
  margin: 0;
  font-weight: bold;
}
.now01-wrap section.type-2 .section-content {
  display: flex;
  margin-top: 30px;
  gap: 30px;
}
.now01-wrap section.type-2 .section-content > * {
  flex: 1 1 100%;
}
.now01-wrap section.type-2 .section-content .details {
  margin-top: 0;
}
.now01-wrap section.type-2:nth-of-type(odd) .section-content .item-img {
  order: 2;
}
@media (max-width: 1024px) {
  .now01-wrap section.type-2:nth-of-type(odd) .section-content .item-img {
    order: 1;
  }
  .now01-wrap section.type-2:nth-of-type(odd) .section-content .details {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .now01-wrap section ~ section {
    padding-top: 40px;
    margin-top: 40px;
  }
  .now01-wrap section > div ~ div {
    margin-top: 30px;
  }
  .now01-wrap section > div.section-header {
    line-height: 1.2;
  }
  .now01-wrap section > div.section-header small {
    font-size: 19px;
    padding: 4px 32px;
  }
  .now01-wrap section > div.section-header h2 {
    font-size: 28px;
  }
  .now01-wrap section > div.section-header h3 {
    font-size: 22px;
  }
  .now01-wrap section > div div ~ div {
    margin-top: 30px;
  }
  .now01-wrap section .details {
    font-size: 19px;
  }
  .now01-wrap section .details > p ~ p {
    margin-top: 30px;
  }
  .now01-wrap section.type-2 .section-header {
    flex-direction: column;
  }
  .now01-wrap section.type-2 .section-header h3 {
    font-size: 28px;
  }
  .now01-wrap section.type-2 .section-content {
    flex-direction: column;
  }
}
.now01-wrap .container {
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 1310px !important;
  padding: 0 15px !important;
}
.now01-wrap .table-container h3 {
  display: block;
  text-align: center;
  color: #654895;
  font-weight: bold;
}
.now01-wrap .table-container .table {
  margin-top: 30px;
}
.now01-wrap .table-container .table table {
  border: none;
}
.now01-wrap .table-container .table.first tr, .now01-wrap .table-container .table.first th, .now01-wrap .table-container .table.first td {
  border: none;
  text-align: left;
  padding: 20px;
}
.now01-wrap .table-container .table.first th {
  background-color: #f8eef1;
  color: #654895;
  vertical-align: top;
}
@media (max-width: 1024px) {
  .now01-wrap .table-container .table {
    overflow: auto;
  }
  .now01-wrap .table-container .table.first tr, .now01-wrap .table-container .table.first th, .now01-wrap .table-container .table.first td {
    white-space: nowrap;
    padding: 10px;
  }
}
.now01-wrap .winner-list > ul > li h3 {
  display: block;
  margin-bottom: 50px;
  font-weight: 700;
  color: #654895;
  text-align: center;
  font-size: 24px;
}
.now01-wrap .winner-list > ul > li .box {
  display: flex;
  width: 100%;
  gap: 30px;
}
.now01-wrap .winner-list > ul > li .box > div {
  flex: 1 1 100%;
}
.now01-wrap .winner-list > ul > li .box > div.box-header {
  flex: 1 1 50%;
}
.now01-wrap .winner-list > ul > li .box .person-img {
  position: relative;
  display: block;
  width: 100%;
}
.now01-wrap .winner-list > ul > li .box .person-img > small {
  display: block;
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 35px;
  left: -30px;
  color: #fff;
  z-index: 99;
}
.now01-wrap .winner-list > ul > li .box .person-img > small::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: url("../../images/contents/img_now01_trophy.png") no-repeat center/100% auto;
  z-index: -1;
}
.now01-wrap .winner-list > ul > li .box .person-img figure figcaption {
  text-align: center;
  line-height: 1.2;
}
.now01-wrap .winner-list > ul > li .box .person-img figure figcaption b {
  display: block;
}
.now01-wrap .winner-list > ul > li .box .box-content {
  margin: 0;
}
.now01-wrap .winner-list > ul > li .box .box-content .item-img {
  margin-top: 30px;
}
.now01-wrap .winner-list > ul > li ~ li {
  padding-top: 70px;
  margin-top: 70px;
  border-top: 1px solid #654895;
}
@media (max-width: 1024px) {
  .now01-wrap .winner-list > ul > li h3 {
    margin-bottom: 40px;
    font-size: 22px;
    text-align: justify;
  }
  .now01-wrap .winner-list > ul > li .box {
    flex-direction: column;
    gap: 20px;
  }
  .now01-wrap .winner-list > ul > li .box .person-img {
    position: relative;
    display: block;
    width: 100%;
  }
  .now01-wrap .winner-list > ul > li .box .person-img > small {
    left: 0;
    top: 30px;
  }
  .now01-wrap .winner-list > ul > li .box .person-img > small::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 80px;
    height: 80px;
  }
  .now01-wrap .winner-list > ul > li .box .box-header {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .now01-wrap .winner-list > ul > li .box .box-header h3 {
    margin: 0;
  }
  .now01-wrap .winner-list > ul > li .box .box-content .item-img {
    margin-top: 20px;
  }
  .now01-wrap .winner-list > ul > li ~ li {
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
  }
  .now01-wrap .winner-list > ul > li p {
    font-size: 19px;
  }
}
.now01-wrap .information {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 30px auto 0;
}
.now01-wrap .information strong {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #654895;
  color: #fff;
}

.guide-info {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000;
}

.guide-info .guide-head {
  text-align: center;
  padding: 10px 15px;
  background-color: #6a3f95;
}

.guide-info .guide-head strong {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  padding-left: 50px;
  background-image: url(../images/contents/ico_guide.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto auto;
}

.guide-info .guide-content {
  display: table;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  table-layout: fixed;
  background-color: #e7e1f0;
}

.guide-info .guide-content > div {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}

.guide-info .guide-content > div.table-wrap .table {
  border: 0;
  table-layout: fixed;
}

.guide-info .guide-content > div.table-wrap .table thead {
  height: auto;
}

.guide-info .guide-content > div.table-wrap .table tr {
  height: auto;
}

.guide-info .guide-content > div.table-wrap .table td {
  height: auto;
}

.guide-info .guide-content > div.table-wrap .table th {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  padding: 10px 0;
  border: 0;
  border-right: 1px solid #241810;
  background-color: #fff;
}

.guide-info .guide-content > div.table-wrap .table thead tr th {
  border-top: 5px solid #6a3f95;
  border-bottom: 5px solid #6a3f95;
}

.guide-info .guide-content > div.table-wrap .table thead tr th:last-child {
  border-right: 0;
}

.guide-info .guide-content > div.table-wrap .table tbody tr th {
  border-bottom: 1px solid #241810;
}

.guide-info .guide-content > div.table-wrap .table tbody tr td {
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  padding: 10px 0;
  border: 0;
  border-right: 1px solid #241810;
  border-bottom: 1px solid #241810;
  background-color: #fffae9;
}

.guide-info .guide-content > div.table-wrap .table tbody tr td:last-child {
  border-right: 0;
}

.guide-info .guide-content > div.info > div {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  text-align: left;
  border-radius: 50px 0;
  background-color: #fff;
}

.guide-info .guide-content > div.info > div > ul > li {
  position: relative;
  padding-left: 15px;
}

.guide-info .guide-content > div.info > div > ul > li ~ li {
  margin-top: 5px;
}

.guide-info .guide-content > div.info > div > ul > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.guide-info .guide-content > div.info > div > ul > li > dl > dt {
  font-size: 18px;
  font-weight: bold;
}

.guide-info .guide-content > div.info > div > ul > li > dl > dd {
  font-size: 18px;
  font-weight: 400;
}

.guide-info .guide-content > div.info > div .attention {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 25px;
  margin-top: 5px;
}

.guide-info .guide-content > div.info > div .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media (max-width: 1024px) {
  .guide-info .guide-head {
    padding: 10px 5px;
  }
  .guide-info .guide-head strong {
    font-size: 18px;
    letter-spacing: -1px;
    padding-left: 25px;
    background-size: 20px auto;
  }
  .guide-info .guide-content {
    display: block;
    padding: 15px;
  }
  .guide-info .guide-content > div {
    display: block;
    padding: 0;
  }
  .guide-info .guide-content > div ~ div {
    margin-top: 30px;
  }
  .guide-info .guide-content > div.info > div {
    padding: 20px;
    border-radius: 30px 0;
  }
  .guide-info .guide-content > div.info > div > ul > li > dl > dt {
    font-size: 16px;
  }
  .guide-info .guide-content > div.info > div > ul > li > dl > dd {
    font-size: 16px;
  }
  .guide-info .guide-content > div.info > div > ul > li ~ li {
    margin-top: 10px;
  }
  .guide-info .guide-content > div.info > div > .attention {
    font-size: 16px;
    padding-left: 20px;
    margin-top: 10px;
  }
  .guide-info .guide-content > div.table-wrap .table th {
    font-size: 16px;
  }
  .guide-info .guide-content > div.table-wrap .table tbody tr td {
    font-size: 16px;
  }
}/*# sourceMappingURL=now01.css.map */