@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap");
/*----------------------------------------------------------
共通
----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
  background: #fff;
  overflow: hidden;
}

p {
  font-size: 16px;
  line-height: 160%;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #E55E4B;
  text-decoration: underline;
}

a:hover {
  color: #E55E4B;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.j10 {
  font-size: 10px;
}

.j12 {
  font-size: 12px;
}

.j14 {
  font-size: 14px;
}

.indent {
  text-indent: -9999px;
  display: none;
}

.margin {
  margin: 8px 0 0 0;
}

.test {
  border: 1px solid #ccc;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.acms-admin-module-edit-wrapper {
  min-height: 1em !important;
}

#adminBox {
  position: fixed;
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
  z-index: 1;
}

#adminBox, .acms-admin-box {
  background-color: rgba(228, 229, 234, 0.5);
}

.pc {
  display: none;
}

a,
a:visited {
  color: #000;
  text-decoration: underline;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

.content {
  padding: 20px 10px;
}

#about h2 {
  color: #d3b25c;
  font-size: 15px;
  text-align: center;
}

main {
  margin-bottom: 40px;
}

/*---------- ヘッダー ----------*/
.g-header {
  background: #66c541;
}

.g-header .g-header-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 20px 40px;
  text-align: center;
}

.g-header .g-header-wrap .yaseijidai_number {
  font-weight: bold;
  position: relative;
  z-index: 10;
  font-family: "ヒラギノ角ゴ　ProN", sans-serif;
  font-size: 74px;
}

.g-header .g-header-wrap .yaseijidai_number span {
  font-size: 48px;
}

.g-header .g-header-wrap .yaseijidai_number::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  bottom: calc(50% - 120px);
  position: absolute;
  z-index: -1;
}

.g-header .g-header-wrap h1 {
  z-index: 10;
  position: relative;
}

.g-header .g-header-wrap h1 img {
  width: 900px;
  margin-bottom: 40px;
}

.g-header .g-header-wrap .top_text {
  font-size: 21px;
  font-weight: bold;
  margin: 0 auto 40px;
  text-align: left;
  line-height: 38px;
  max-width: 780px;
  width: 100%;
}

@media (max-width: 480px) {
  .g-header .g-header-wrap {
    padding: 40px 10px;
  }
  .g-header .g-header-wrap .yaseijidai_number {
    font-size: 24px;
  }
  .g-header .g-header-wrap .yaseijidai_number span {
    font-size: 18px;
  }
  .g-header .g-header-wrap .yaseijidai_number::after {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    bottom: calc(50% - 35px);
  }
  .g-header .g-header-wrap h1 img {
    margin-bottom: 20px;
  }
  .g-header .g-header-wrap .top_text {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

/*---------- エントリーヘッダー ----------*/
.g-header .g-header-wrap_small {
  text-align: center;
  padding: 28px 10px 10px;
}

.g-header .g-header-wrap_small .yaseijidai_number {
  font-weight: bold;
  position: relative;
  z-index: 10;
  font-family: "ヒラギノ角ゴ　ProN", sans-serif;
  font-size: 20px;
}

.g-header .g-header-wrap_small .yaseijidai_number span {
  font-size: 16px;
}

.g-header .g-header-wrap_small .yaseijidai_number::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  bottom: calc(50% - 30px);
  position: absolute;
  z-index: -1;
}

.g-header .g-header-wrap_small h1 {
  z-index: 10;
  position: relative;
}

.g-header .g-header-wrap_small h1 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header .g-header-wrap_small h1 a:hover {
  opacity: 0.5;
}

.g-header .g-header-wrap_small h1 img {
  width: 250px;
}

@media (max-width: 480px) {
  .g-header .g-header-wrap_small {
    padding: 24px 10px 10px;
  }
  .g-header .g-header-wrap_small .yaseijidai_number {
    font-size: 14px;
  }
  .g-header .g-header-wrap_small .yaseijidai_number span {
    font-size: 10px;
  }
  .g-header .g-header-wrap_small .yaseijidai_number::after {
    width: 36px;
    height: 36px;
    left: calc(50% - 18px);
    bottom: calc(50% - 18px);
  }
  .g-header .g-header-wrap_small h1 img {
    width: 150px;
  }
}

/*---------- 選考委員 ----------*/
.examiner {
  width: 100%;
}

.examiner .inn_examiner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px 0;
}

.examiner .inn_examiner h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 130%;
  margin-bottom: 40px;
}

.examiner .inn_examiner h2 span {
  font-size: 23px;
  font-weight: normal;
}

.examiner .inn_examiner .box {
  margin-bottom: 40px;
}

.examiner .inn_examiner .box .img {
  width: 180px;
  float: left;
  padding-right: 20px;
}

.examiner .inn_examiner .box .txt {
  padding: 20px;
}

.examiner .inn_examiner .box .txt h3 {
  font-size: 22px;
  line-height: 180%;
}

.examiner .inn_examiner .box .txt span {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 480px) {
  .examiner .inn_examiner {
    padding: 20px 5px 0;
  }
  .examiner .inn_examiner h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .examiner .inn_examiner h2 span {
    font-size: 15px;
  }
  .examiner .inn_examiner p {
    font-size: 14px;
  }
  .examiner .inn_examiner .box .txt {
    padding: 20px 0;
  }
  .examiner .inn_examiner .box .txt h3 {
    margin-bottom: 0;
  }
  .examiner .inn_examiner .box .txt p {
    font-size: 14px;
  }
  .examiner .inn_examiner .box .img {
    float: none;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 160px;
  }
}

/*---------- ナビ ----------*/
.yaseijidai_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px auto;
  max-width: 1040px;
}

.yaseijidai_nav .btn_design {
  background: #000;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10%;
}

.yaseijidai_nav .btn_design:last-child {
  margin-right: 0;
}

.yaseijidai_nav .btn_design:hover {
  opacity: 0.5;
}

.yaseijidai_nav .btn_design a {
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  line-height: 130%;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 480px) {
  .yaseijidai_nav {
    margin-top: 40px;
    display: block;
    padding: 0 20px;
  }
  .yaseijidai_nav .g-header__navbar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: none;
  }
  .yaseijidai_nav .g-header__navbar li {
    margin: 10px auto;
  }
}

/*---------- 応募要項 ----------*/
.entry {
  width: 100%;
  background: #fff;
}

.entry .inn_entry {
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 20px;
}

.entry .inn_entry h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  margin-bottom: 40px;
}

.entry .box {
  border: 1px dotted #000;
  border-width: 0 0 1px;
  padding: 10px 0;
  margin: 10px 0;
}

.entry .left_box {
  width: 22%;
  float: left;
  color: #000;
}

.entry .left_box h3 {
  font-size: 14px;
  font-weight: bold;
}

.entry .right_box {
  width: 78%;
  float: right;
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 160%;
}

.entry .right_box h4 {
  font-size: 14px;
  color: #000;
}

.entry .right_box .bold {
  font-weight: bold;
}

.entry .right_box strong {
  font-size: 150%;
}

.entry .right_box span.red,
.entry .right_box strong.red {
  color: #f00;
}

.entry .right_box .entry_list1,
.entry .right_box .entry_list2 {
  padding-left: 1.5rem;
  font-size: 15px;
}

.entry .right_box .entry_list1::before,
.entry .right_box .entry_list2::before {
  display: block;
  float: left;
  margin-left: -1.5em;
  width: 1em;
  text-align: center;
}

.entry .right_box .entry_list1::before {
  content: "・";
}

.entry .right_box .entry_list2::before {
  content: "＊";
}

.entry .right_box .btn-download,
.entry .right_box .btn-form,
.entry .right_box .btn-boshufin {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-indent: 100%;
  margin: 0 auto;
}

.entry .right_box .btn-download {
  width: 240px;
  height: 100px;
  background: url(../img/btn-download.png) no-repeat;
}

.entry .right_box .btn-form {
  width: 225px;
  height: 55px;
  background: url(../img/btn-form.jpg) no-repeat;
}

.entry .right_box .btn-boshufin {
  width: 280px;
  height: 50px;
  background: url(../img/btn-boshufin.png) no-repeat;
}

.entry .btn_box {
  margin-top: 10px;
}

.entry .btn_box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.entry .btn_box a:hover {
  opacity: 0.5;
}

.entry .btn_box .end {
  background-color: #bbb;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  padding: 15px 0;
}

.entry a span {
  color: #E55E4B;
  text-decoration: underline;
}

.entry a span:hover {
  color: #E55E4B;
  text-decoration: none;
}

.entry .link_btn {
  background-color: #333;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  margin: 0 auto;
}

.entry .link_btn::before {
  content: "▶";
  margin: auto 0;
  padding-right: 8px;
}

@media (max-width: 480px) {
  .entry .inn_entry {
    padding: 40px 5px;
  }
  .entry .inn_entry h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .entry .left_box {
    float: none;
    width: 100%;
  }
  .entry .left_box h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .entry .right_box {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

/*----------------------------------------------------------
Q&A
----------------------------------------------------------- */
.faq {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.faq h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 100%;
  margin: 40px 0;
}

.faq .inn_faq dt {
  line-height: 24px;
  color: #f00;
  border: 1px solid #f00;
  border-radius: 6px;
  font-weight: bold;
  padding: 1em;
}

.faq .inn_faq dd {
  line-height: 20px;
}

.faq .inn_faq dt, .faq .inn_faq dd {
  margin: 0 0 20px;
  font-size: 15px;
}

@media (max-width: 480px) {
  .faq {
    margin-bottom: 40px;
  }
  .faq .inn_faq dt,
  .faq .inn_faq dd {
    margin: 0 0 20px;
  }
}

/*----------------------------------------------------------
パンくず
----------------------------------------------------------- */
.breadcrumb {
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px 10px;
  background-color: unset;
}

.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.breadcrumb li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb li a:hover {
  color: #000;
  opacity: 0.5;
}

/*----------------------------------------------------------
過去の受賞作ページ
----------------------------------------------------------- */
/*---------- 過去の受賞作 ----------*/
#winners .tabs {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

#winners h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 40px;
}

#winners .winner_list {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: -1px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#winners .winner_list_no {
  padding: 15px 10px;
  border-top: 1px solid #c9c9c9;
  background-color: #cef7b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  font-weight: bold;
  line-height: 160%;
  font-size: 18px;
}

#winners .winner_list_prizes {
  width: 80%;
}

#winners .winner_list_prize {
  width: 23%;
}

#winners .winner_list_prize span {
  background: #fff;
  color: #000;
  font-weight: bold;
  display: inline-block;
  border: solid 1px #000;
  font-size: 16px;
  padding: 5px;
  line-height: 120%;
}

#winners .winner_list_prize.grand_prize span {
  background: #000;
  color: #ff4500;
}

#winners .winner_list_prize.grand_prize span.other_prize {
  background-color: #000;
}

#winners .winner_list_prize_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #c9c9c9;
}

#winners .winner_list_title {
  width: 50%;
}

#winners .winner_list_title a, #winners .winner_list_title a:visited {
  text-decoration: underline;
  color: #000;
}

#winners .winner_list_author {
  width: 27%;
}

#winners .winner_list_prize, #winners .winner_list_title, #winners .winner_list_author {
  padding: 15px 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  line-height: 160%;
}

#winners .winner_list_title, #winners .winner_list_author {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

@media (max-width: 480px) {
  #winners .col-md-12 {
    padding: 0;
  }
  #winners h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #winners .winner_list {
    font-size: 14px;
  }
  #winners .winner_list_no {
    font-size: 12px;
    padding: 10px 3px;
  }
  #winners .winner_list_prize span {
    font-size: 14px;
  }
  #winners .winner_list_prize_list {
    padding: 0;
  }
  #winners .winner_list_title, #winners .winner_list_author {
    font-size: 14px;
  }
  #winners .winner_list_prize, #winners .winner_list_title, #winners .winner_list_author {
    padding: 10px 5px;
  }
}

/*----------------------------------------------------------
結果発表ページ
----------------------------------------------------------- */
.product_top {
  margin: 30px 0 0;
  padding: 20px 0;
  border-bottom: 4px solid #ccc;
  border-top: 4px solid #ccc;
}

.product_top h3 {
  font-size: 20px;
}

.product_top h3:not(:last-child) {
  margin: 0 0 10px 0;
}

.product_top h3 span {
  display: inline-block;
}

.product_top p {
  font-size: 14px;
  color: #666;
}

.product_sub {
  margin: 30px 0 0;
}

.product_sub .item_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product_sub .item_flex .item_ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 30px 0 0;
}

@media (max-width: 480px) {
  .product_top h3 {
    line-height: unset;
  }
  .product_top h3 span {
    display: block;
  }
  .product_sub .item_flex {
    display: block;
  }
  .product_sub .item_flex .item_ttl {
    display: block;
  }
  .product_sub .item_flex .item_name {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .product_top h3 {
    font-size: 18px;
  }
}

.gray_line {
  border-top: 3px solid #8A9AA9;
  margin: 0 -100%;
}

.c-banner-link-list {
  margin-top: 60px;
}
/*# sourceMappingURL=yaseijidai.css.map */