@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.news_acodion {
  overflow: hidden;
}
.news_acodion + .more_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
.news_acodion + .more_btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 5px;
}
.news_acodion + .more_btn.open:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.news_acodion + .more_btn:hover {
  color: #237dcd;
}

#kpr_connect .radius_wh_frame {
  padding: 10px;
}
#kpr_connect .cont_wrap {
  background-color: #e9f2f8;
  border-radius: 10px;
  padding: 22px;
}
#kpr_connect .cont_wrap .title {
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 14px 0 8px;
}
#kpr_connect .cont_wrap .title h2 {
  margin-bottom: 0;
}
#kpr_connect .cont_wrap .title h2 img {
  display: block;
  margin: 0 auto;
}
#kpr_connect .cont_wrap .title span {
  background-color: #fff;
  border-radius: 40px;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#kpr_connect .cont_wrap .title span:before, #kpr_connect .cont_wrap .title span:after {
  background-color: #237dcd;
  content: "";
  display: block;
  width: 16px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#kpr_connect .cont_wrap .title.close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
#kpr_connect .cont_wrap .contents {
  padding-top: 32px;
}
#kpr_connect .cont_wrap .contents .pickup,
#kpr_connect .cont_wrap .contents .media_request {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#kpr_connect .cont_wrap .contents.close .pickup,
#kpr_connect .cont_wrap .contents.close .media_request {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#kpr_connect .cont_wrap .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_title {
  background-color: #237dcd;
  border-radius: 15px 15px 0 0;
  color: #fff;
  position: relative;
  padding: 9px 18px 8px 32px;
  margin: 0;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_title:after {
  display: none;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_title h3 {
  font-size: 18px;
  font-weight: 700;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_title p.baloon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #61bfd3;
  border-radius: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", serif;
  font-size: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  line-height: 1.1;
  width: 82px;
  height: 82px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list {
  background-color: #fff;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-radius: 0 0 15px 15px;
  height: 240px;
  padding: 20px 32px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .not_post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  height: 100%;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .not_post p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 9px;
  text-align: center;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .not_post p small {
  display: block;
  margin-top: 0.5em;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set + .list_set {
  border-top: 1px solid #ccc;
  margin-top: 11px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .media {
  border-right: 1px solid #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  padding-right: 8px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .media p {
  color: #237dcd;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .info a {
  display: block;
  padding: 0 16px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .info a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .info a span.sub_title {
  font-size: 13px;
  font-weight: 400;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .date {
  border-left: 1px solid #ccc;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 89px;
  padding-left: 16px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .list_set .date p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table th,
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table td {
  border-bottom: 1px #ccc solid;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table thead th {
  background-color: #ededed;
  border-top: 2px #ccc solid;
  border-bottom: 2px #ccc solid;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 7px 32px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table thead th:first-child {
  border-right: 1px solid #fff;
  padding: 7px 0;
  width: 103px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table thead th + th {
  position: relative;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table thead th + th:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -1px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td {
  padding: 12px 16px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td a {
  border-left: 1px solid #ccc;
  display: block;
  padding: 0 16px;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td span.sub_title {
  font-size: 13px;
  font-weight: 400;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td span.sub_title strong {
  font-weight: 700;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list .entry_table tbody td + td {
  position: relative;
  padding: 12px 0;
}
#kpr_connect .cont_wrap .pickup .cont_set .cont_list a.more {
  display: table;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 10px auto 0;
}
#kpr_connect .cont_wrap .pickup .cont_set.request {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#kpr_connect .cont_wrap .pickup .cont_set.request .cont_title {
  padding: 17px 0 15px 97px;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 450px;
  margin-left: 24px;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry .cont_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry .cont_title dl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #fff;
  border-radius: 5px;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 10px 7px 12px;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry .cont_title dl dt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry .cont_title dl dd {
  border-left: 1px solid #d3d3d3;
  font-size: 12px;
  font-weight: 600;
  padding-left: 8px;
  margin-left: 13px;
}
#kpr_connect .cont_wrap .pickup .cont_set.entry .cont_title dl dd span {
  font-size: 28px;
  line-height: 0.8;
  margin-right: 2px;
}
#kpr_connect .cont_wrap .media_request .cont_title {
  margin-bottom: 20px;
}
#kpr_connect .cont_wrap .media_request .cont_title h2 {
  margin-bottom: 0;
}

.request_narrow_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.request_narrow_down .conditions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request_narrow_down .conditions .conditions_set + .conditions_set {
  margin-left: 4px;
}
.request_narrow_down .conditions .conditions_set.keyword {
  width: 400px;
}
.request_narrow_down .conditions .conditions_set.keyword label {
  background: #fff;
  border: 1px #d2d2d2 solid;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 18px;
}
.request_narrow_down .conditions .conditions_set.keyword label input {
  padding-right: 10px;
}
.request_narrow_down .conditions .conditions_set.keyword label input {
  border: none;
}
.request_narrow_down .conditions .help_modal {
  cursor: pointer;
  margin-left: 12px;
}
.request_narrow_down .conditions .help_modal .modal_source {
  display: none;
}
.request_narrow_down select,
.request_narrow_down input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50px;
  padding: 0.5em 35px 0.5em 18px;
}
.request_narrow_down select {
  background: #fff url(../media/images/renewal2025/selsecy_ar.svg) no-repeat 90% 50%;
}

.request_results {
  margin-bottom: 12px;
}
.request_results ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.request_results ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 0 4px;
}
.request_results ul li img {
  cursor: pointer;
  margin-right: 6px;
}
.request_results ul li.result {
  color: #db2c2c;
  font-weight: 600;
  margin-left: 2em;
}

.media_request_table .table_wrap {
  background-color: #fff;
  border: 1px #d2d2d2 solid;
  border-radius: 10px;
  padding: 24px 32px 32px;
}
.media_request_table table thead th {
  background-color: #ededed;
  border-top: 2px #ccc solid;
  border-bottom: 2px #ccc solid;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
}
.media_request_table table thead th.date {
  width: 92px;
}
.media_request_table table thead th.media {
  width: 62px;
  letter-spacing: -0.1em;
}
.media_request_table table thead th.type {
  width: 126px;
}
.media_request_table table thead th.deadline {
  width: 98px;
}
.media_request_table table thead th.entry {
  font-size: 13px;
  width: 62px;
}
.media_request_table table thead th.entry span {
  display: block;
  font-size: 10px;
}
.media_request_table table thead th.link {
  width: 160px;
}
.media_request_table table thead th.link span {
  display: block;
  font-size: 10px;
}
.media_request_table table thead th + th {
  position: relative;
}
.media_request_table table thead th + th:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 4px);
  position: absolute;
  top: -2px;
  left: -1px;
}
.media_request_table table tbody tr:nth-child(even) {
  background-color: #f1f7fb;
}
.media_request_table table tbody tr td,
.media_request_table table tbody tr a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.media_request_table table tbody tr td.desc ul,
.media_request_table table tbody tr td.desc span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.media_request_table table tbody tr:hover td {
  opacity: 0.5;
}
.media_request_table table tbody tr:hover td.entry {
  opacity: 1;
}
.media_request_table table tbody tr:hover td.desc {
  opacity: 1;
}
.media_request_table table tbody tr:hover td.desc ul,
.media_request_table table tbody tr:hover td.desc span {
  opacity: 0.5;
}
.media_request_table table tbody td {
  vertical-align: middle;
  padding: 8px 0;
}
.media_request_table table tbody td + td {
  position: relative;
  padding: 12px 0;
}
.media_request_table table tbody td + td:before {
  background-color: #ccc;
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 0;
}
.media_request_table table tbody td.date {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 8px 12px;
}
.media_request_table table tbody td.media {
  color: #237dcd;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  padding: 8px 5px;
}
.media_request_table table tbody td.media span {
  display: block;
  text-align: center;
}
.media_request_table table tbody td.type {
  padding: 8px 10px;
}
.media_request_table table tbody td.desc .desc_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
}
.media_request_table table tbody td.desc .desc_wrap .text_wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  position: relative;
  padding: 0 16px;
}
.media_request_table table tbody td.desc .desc_wrap .text_wrap span.hover {
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 8px;
  color: #1c1c22;
  display: block;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 16px;
  width: calc(100% - 16px);
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  font-size: 14px;
  font-weight: 400;
  padding: 10px 16px;
  z-index: 10;
}
.media_request_table table tbody td.desc .desc_wrap .text_wrap span.hover span {
  display: block;
}
.media_request_table table tbody td.desc .desc_wrap .text_wrap span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: calc(100% - 39px);
}
.media_request_table table tbody td.desc .desc_wrap .text_wrap span.sub_title {
  font-size: 13px;
  font-weight: 400;
}
.media_request_table table tbody td.desc .desc_wrap .always {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #237dcd;
  border-bottom: 1px solid #237dcd;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  width: 39px;
  height: 40px;
  margin-left: -39px;
}
.media_request_table table tbody td.desc .desc_wrap .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 164px;
  padding: 8px 0 8px 14px;
}
.media_request_table table tbody td.desc .desc_wrap .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.media_request_table table tbody td.desc .desc_wrap .icon ul li {
  width: 25%;
  padding: 0 4px;
}
.media_request_table table tbody td.deadline {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 8px 14px;
}
.media_request_table table tbody td.entry {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 0;
}
.media_request_table table tbody td.entry a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 1px;
  padding: 1.5em 1em;
}
.media_request_table table tbody td.entry a:hover {
  text-decoration: none;
}
.media_request_table table tbody td.link {
  padding: 8px 6px;
}
.media_request_table table tbody td.link a {
  background-color: #237dcd;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
}
.media_request_table a.more {
  display: table;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 16px auto 0;
}
.media_request_table a.more:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  margin-left: 6px;
}
.media_request_table .modal_source {
  display: none;
}

ul.type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1px -2px;
}
ul.type_list li {
  width: 50%;
  padding: 0 1px;
  margin-bottom: 2px;
}
ul.type_list li span {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 4px 0;
}
ul.type_list li span.media {
  outline: 1px solid #237dcd;
  outline-offset: -1px;
  color: #237dcd;
}
ul.type_list li span.green {
  background-color: #57a21f;
}
ul.type_list li span.purple {
  background-color: #933ab5;
}
ul.type_list li span.skyblue {
  background-color: #52b6cc;
}
ul.type_list li span.navy {
  background-color: #233c90;
}
ul.type_list li span.brown {
  background-color: #a6731c;
}
ul.type_list li span.pink {
  background-color: #e96e6e;
}
ul.type_list li span.blue {
  background-color: #4f78df;
}
ul.type_list li span.yellow {
  background-color: #d7b700;
}
ul.type_list li span.orange {
  background-color: #ff9232;
}
ul.type_list li span.red {
  background-color: #ce2525;
}
ul.type_list li span.glay {
  background-color: #999999;
}

.main_title p.sup {
  font-size: 14px;
  margin-top: 10px;
}

.entry_contents .entry_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry_contents .entry_set + .entry_set {
  margin-top: 40px;
}
.entry_contents .entry_set .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  padding: 0 32px 0 40px;
}
.entry_contents .entry_set .icon .icon_wrap img {
  display: block;
  margin: 0 auto;
}
.entry_contents .entry_set .icon .icon_wrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
}
.entry_contents .entry_set .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.entry_contents .entry_set .info .current_entries {
  border-bottom: 1px #ccc solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.entry_contents .entry_set .info .current_entries dl {
  background-color: #fff;
  border: 1px #189fbd solid;
  border-radius: 6px;
  color: #189fbd;
  display: table;
  padding: 11.5px 16px;
}
.entry_contents .entry_set .info .current_entries dl .dl_set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry_contents .entry_set .info .current_entries dl dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 2px;
}
.entry_contents .entry_set .info .current_entries dl dd {
  border-left: 1px solid #d3d3d3;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-left: 12px;
  margin-left: 12px;
}
.entry_contents .entry_set .info .current_entries dl dd span {
  font-size: 32px;
}
.entry_contents .entry_set .info .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 32px 32px 0px 0px;
  background: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  position: relative;
}
.entry_contents .entry_set .info .title:before {
  background: url(../media/images/renewal2025/entory_baloon_reporter.png) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  width: 33px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
}
.entry_contents .entry_set .info .title h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
}
.entry_contents .entry_set .info .info_wrap {
  border-radius: 0px 0px 40px 40px;
  border: 1px solid #d2d2d2;
  background: #fff;
  padding: 32px 50px 32px 48px;
}
.entry_contents .entry_set .info .info_wrap h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 3px solid #237dcd;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px;
  padding: 7px 1em 7px 16px;
}
.entry_contents .entry_set .info .info_wrap h3 span.any {
  background-color: #fff;
  border: 1px #237dcd solid;
  color: #237dcd;
  display: table;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  position: static;
  padding: 6px 14px;
  margin-left: 10px;
}
.entry_contents .entry_set .info .info_wrap .table_wrap {
  margin: -8px -32px;
}
.entry_contents .entry_set .info .info_wrap table {
  border-collapse: unset;
  border-spacing: 32px 8px;
  table-layout: fixed;
}
.entry_contents .entry_set .info .info_wrap table tr:last-child td {
  border-bottom: none;
}
.entry_contents .entry_set .info .info_wrap table th,
.entry_contents .entry_set .info .info_wrap table td {
  padding: 20px 0;
}
.entry_contents .entry_set .info .info_wrap table th {
  background-color: #e9f2f8;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 190px;
}
.entry_contents .entry_set .info .info_wrap table th small {
  display: block;
  font-size: 12px;
}
.entry_contents .entry_set .info .info_wrap table th span.required {
  background-color: #fff;
  border: 1px #FF0000 solid;
  border-radius: 0;
  border-spacing: 0;
  color: #FF0000;
  display: table;
  float: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  position: static;
  padding: 7px 15px;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 10px auto 0;
}
.entry_contents .entry_set .info .info_wrap table th span.any {
  background-color: #fff;
  border: 1px #237dcd solid;
  color: #237dcd;
  border-radius: 0;
  border-spacing: 0;
  display: table;
  float: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  position: static;
  padding: 7px 15px;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 10px auto 0;
}
.entry_contents .entry_set .info .info_wrap table td {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .always {
  border-right: 1px #ccc solid;
  padding-right: 12px;
  margin-right: 12px;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .always p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #237dcd;
  border-bottom: 1px solid #237dcd;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .icon ul li {
  padding: 0 4px;
}
.entry_contents .entry_set .info .info_wrap table td .icon_info .icon ul li:before {
  display: none;
}
.entry_contents .entry_set .info .info_wrap ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.entry_contents .entry_set .info .info_wrap ul:not([class]) li:before {
  content: "・";
}
.entry_contents .entry_set .info .info_wrap ul.type_list {
  margin: 0 -3px -6px;
}
.entry_contents .entry_set .info .info_wrap ul.type_list li {
  width: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.208px;
  padding: 0 3px;
  margin-bottom: 6px;
}
.entry_contents .entry_set .info .info_wrap ul.type_list li span {
  padding: 3px 10px;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li {
  position: relative;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li input {
  position: absolute;
  opacity: 0;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li input:checked + label:before {
  background: url(../media/images/renewal2025/check_green.svg) no-repeat 50% 50%;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li label:before {
  background: url(../media/images/renewal2025/check_blank.svg) no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.entry_contents .entry_set .info .info_wrap ul.check_list li label small {
  display: block;
  margin-left: 28px;
}
.entry_contents .entry_set .info .info_wrap ul.check_list + textarea {
  margin-top: 10px;
  margin-left: 26px;
  max-width: calc(100% - 26px);
}
.entry_contents .entry_set .info .info_wrap textarea,
.entry_contents .entry_set .info .info_wrap input {
  background-color: #f7f7f7;
  font-size: 14px;
}
.entry_contents .entry_set .info .info_wrap textarea:focus,
.entry_contents .entry_set .info .info_wrap input:focus {
  background: #fff;
}
.entry_contents .entry_set .info .info_wrap textarea.white,
.entry_contents .entry_set .info .info_wrap input.white {
  background: #fff;
}
.entry_contents .entry_set .info .info_wrap textarea {
  max-width: 100%;
  padding: 14px;
}
.entry_contents .entry_set .info .info_wrap input {
  padding: 18px 14px;
}
.entry_contents .entry_set .info .info_wrap p.sup {
  font-size: 12px;
  margin-top: 5px;
}
.entry_contents .entry_set .info .info_wrap p.rep {
  font-size: 14px;
  margin-top: 16px;
}
.entry_contents .entry_set .info .info_wrap p.rep a {
  display: inline-block;
  text-decoration: underline;
}
.entry_contents .entry_set .info .info_wrap p.rep a:hover {
  text-decoration: none;
}
.entry_contents .entry_set .info .info_wrap .check_wrap {
  background-color: #ebf5f8;
  font-size: 14px;
  margin-top: 16px;
}
.entry_contents .entry_set .info .info_wrap .check_wrap ul.check_list li label {
  padding: 24px;
}
.entry_contents .entry_set .info .info_wrap .check_wrap ul.check_list li label:before {
  margin-right: 8px;
}
.entry_contents .entry_set .info .bg_none {
  margin-top: 40px;
}
.entry_contents .entry_set .info .bg_none h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.entry_contents .entry_set .info .bg_none p.rep {
  font-size: 14px;
  margin-top: 16px;
}
.entry_contents .entry_set .info .bg_none p.rep a {
  display: inline-block;
  text-decoration: underline;
}
.entry_contents .entry_set .info .bg_none p.rep a:hover {
  text-decoration: none;
}
.entry_contents .entry_set .info .bg_none table {
  background-color: #fff;
  border-top: 1px #D2D2D2 solid;
  border-left: 1px #D2D2D2 solid;
}
.entry_contents .entry_set .info .bg_none table th,
.entry_contents .entry_set .info .bg_none table td {
  border-right: 1px #D2D2D2 solid;
  border-bottom: 1px #D2D2D2 solid;
  padding: 12px 24px;
}
.entry_contents .entry_set .info .bg_none table th {
  background-color: #EBF5F8;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  width: 240px;
}
.entry_contents .entry_set .info .bg_none table th small {
  display: block;
  font-size: 12px;
}
.entry_contents .entry_set .info .bg_none table th span.required {
  background-color: #fff;
  border: 1px #FF0000 solid;
  border-radius: 0;
  border-spacing: 0;
  color: #FF0000;
  display: table;
  float: none;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  position: static;
  padding: 7px 15px;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin: 10px auto 0;
}
.entry_contents .entry_set .info .bg_none table td {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.entry_contents .entry_set .info .bg_none table td .icon_info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .always {
  border-right: 1px #ccc solid;
  padding-right: 12px;
  margin-right: 12px;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .always p {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #237dcd;
  border-bottom: 1px solid #237dcd;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 39px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .icon ul li {
  padding: 0 4px;
}
.entry_contents .entry_set .info .bg_none table td .icon_info .icon ul li:before {
  display: none;
}
.entry_contents .entry_set .info .error input,
.entry_contents .entry_set .info .error textarea {
  background-color: #fff5f5;
  border-color: #ff0000;
}
.entry_contents .entry_set .info .error ul.check_list li label:before {
  border-radius: 4px;
  outline: 2px red solid;
  outline-offset: -1px;
}
.entry_contents .entry_set .info p.error_comment {
  color: #ff0000;
  font-weight: 500;
  margin-top: 10px;
}
.entry_contents .entry_set.user .title {
  background: #189fbd;
}
.entry_contents .entry_set.user .info .title:before {
  background: url(../media/images/renewal2025/entory_baloon_user.png) no-repeat 50% 50%;
  background-size: contain;
}
.entry_contents .entry_set.user .info .info_wrap h3 {
  border-left-color: #189fbd;
}
.entry_contents .entry_set.user .info .info_wrap table th {
  background-color: #ebf5f8;
}
.entry_contents .agreement {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin: 64px 0 88px 240px;
}
.entry_contents .agreement .agreement_lead p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.entry_contents .agreement .agreement_lead .agreement_check {
  position: relative;
}
.entry_contents .agreement .agreement_lead .agreement_check input {
  position: absolute;
  opacity: 0;
}
.entry_contents .agreement .agreement_lead .agreement_check input:checked + label:before {
  background: url(../media/images/renewal2025/check_blue.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
}
.entry_contents .agreement .agreement_lead .agreement_check label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 24px auto 48px;
}
.entry_contents .agreement .agreement_lead .agreement_check label:before {
  background: url(../media/images/renewal2025/check_blank.svg) no-repeat 50% 50%;
  background-size: 32px 32px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.entry_contents .agreement .agreement_lead button {
  background-color: #237dcd;
  border-radius: 50px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  width: 286px;
  padding: 20px 0 19px;
  margin: 0 auto;
}
.entry_contents .agreement .agreement_lead button:disabled {
  background-color: #ccc;
  opacity: 0.8;
  cursor: not-allowed;
}
.entry_contents .error_alert {
  background-color: #fff;
  border: 1px #ff0000 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  margin-bottom: 16px;
}
.entry_contents .error_alert img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  margin-right: 12px;
}
.entry_contents .error_alert ul li {
  color: #ff0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
.entry_contents .error_alert ul li:before {
  content: "・";
}

.entry_num {
  background-color: #fff;
  border: 1px solid #237dcd;
  border-radius: 5px;
  display: table;
}
.entry_num dl {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px 6px 12px;
}
.entry_num dl dt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.entry_num dl dd {
  border-left: 1px solid #d3d3d3;
  font-size: 12px;
  font-weight: 600;
  padding-left: 8px;
  margin-left: 10px;
}
.entry_num dl dd span {
  font-size: 28px;
  line-height: 0.8;
  margin-right: 2px;
}

.not_entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 308px;
}
.not_entry .wrap {
  text-align: center;
}
.not_entry .wrap img {
  display: block;
  margin: 0 auto;
}
.not_entry .wrap p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.5em;
}

.renewal_modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  overflow-y: auto;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}
.renewal_modal#entry_confirm .modal_wrap {
  max-width: 400px;
}
.renewal_modal#entry_confirm .modal_wrap .modal_content {
  padding: 70px 70px 57px;
}
.renewal_modal#entry_confirm .modal_wrap p {
  color: #1c1c22;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
}
.renewal_modal#entry_confirm .modal_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.renewal_modal#entry_confirm .modal_wrap .btn_wrap a,
.renewal_modal#entry_confirm .modal_wrap .btn_wrap button {
  border: 1px #237dcd solid;
  border-radius: 50px;
  color: #237dcd;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  width: 128px;
  padding: 7px 0;
}
.renewal_modal#entry_confirm .modal_wrap .btn_wrap a + a,
.renewal_modal#entry_confirm .modal_wrap .btn_wrap a + button,
.renewal_modal#entry_confirm .modal_wrap .btn_wrap button + a,
.renewal_modal#entry_confirm .modal_wrap .btn_wrap button + button {
  margin-left: 8px;
}
.renewal_modal#entry_confirm .modal_wrap .btn_wrap a.submit,
.renewal_modal#entry_confirm .modal_wrap .btn_wrap button.submit {
  background-color: #237dcd;
  color: #fff;
}
.renewal_modal .modal_wrap {
  max-width: 1155px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90%;
}
.renewal_modal .modal_wrap .modal_content {
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 32px;
}
.renewal_modal .modal_wrap .modal_content .renewal_modal_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}
.renewal_modal .modal_wrap .modal_content .renewal_modal_title h2 {
  border-left: 3px solid #237dcd;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 0 6px 16px;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap {
  border: none;
  padding: 0;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap .hover {
  display: none !important;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr:hover td {
  opacity: 1;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr:hover td.entry {
  opacity: 1;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr:hover td.desc {
  opacity: 1;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr:hover td.desc ul,
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr:hover td.desc span {
  opacity: 1;
}
.renewal_modal .modal_wrap .modal_content .media_request_table .table_wrap tr td.link a:hover {
  opacity: 0.5;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set + .help_set {
  margin-top: 32px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set h3 {
  background-color: #e9f2f8;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set .help_wrap {
  padding: 8px 44px 0;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set .help_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set .help_wrap dl .dl_set {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set .help_wrap dl .dl_set dd {
  font-size: 14px;
  font-weight: 400;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media .help_wrap {
  padding-top: 25px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media dl {
  margin: 0 -20px -20px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media dl .dl_set {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media dl .dl_set dt {
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media dl .dl_set dt:after {
  content: "：";
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.media dl .dl_set.wide {
  width: 100%;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl {
  margin: 0 -20px -16px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 16px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 52px;
  padding: 4px 0;
  margin-right: 8px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.media {
  outline: 1px solid #237dcd;
  outline-offset: -1px;
  color: #237dcd;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.green {
  background-color: #57a21f;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.purple {
  background-color: #933ab5;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.skyblue {
  background-color: #52b6cc;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.navy {
  background-color: #233c90;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.brown {
  background-color: #a6731c;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.pink {
  background-color: #e96e6e;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.blue {
  background-color: #4f78df;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.yellow {
  background-color: #d7b700;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.orange {
  background-color: #ff9232;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.red {
  background-color: #ce2525;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dt.glay {
  background-color: #999999;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.type dl .dl_set dd {
  padding-top: 0.2em;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request .help_wrap {
  padding-top: 25px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl {
  margin: 0 -20px -16px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl .dl_set {
  width: 33.3333333%;
  padding: 0 20px;
  margin-bottom: 16px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl .dl_set dt {
  margin-right: 8px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl .dl_set dt.icon {
  padding: 0 3px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl .dl_set dt .always {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #237dcd;
  border-bottom: 1px solid #237dcd;
  color: #237dcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  width: 39px;
  height: 40px;
}
.renewal_modal .modal_wrap .modal_content .icon_help .help_set.request dl .dl_set dd {
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.renewal_modal .renewal_modal_close {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 8px;
}
.renewal_modal .renewal_modal_close.text {
  text-align: center;
  margin: 24px 0 0;
  padding-bottom: 100px;
}

#loading_wrap {
  position: relative;
  min-height: calc(100vh - 250px);
}
#loading_wrap #loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#loading_wrap #loading ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
#loading_wrap #loading ul li {
  position: relative;
  padding: 0 4px;
}
#loading_wrap #loading ul li span {
  background-color: #9faeb7;
  border-radius: 27px;
  opacity: 0.7;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-animation: 3s infinite linear;
}
#loading_wrap #loading ul li:first-child {
  -webkit-animation: loadingAnime1 1.5s infinite linear;
          animation: loadingAnime1 1.5s infinite linear;
}
#loading_wrap #loading ul li:last-child {
  -webkit-animation: loadingAnime2 1.5s infinite linear;
          animation: loadingAnime2 1.5s infinite linear;
}
#loading_wrap #loading ul li:nth-child(2) span {
  background-color: #2bb2d2;
}
#loading_wrap #loading ul li:last-child span {
  background-color: #2a7fca;
}
@-webkit-keyframes loadingAnime1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(66px);
            transform: translateX(66px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAnime1 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(66px);
            transform: translateX(66px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes loadingAnime2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-66px);
            transform: translateX(-66px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 200;
  }
}
@keyframes loadingAnime2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-66px);
            transform: translateX(-66px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 200;
  }
}
#loading_wrap #loading p {
  color: #3085ce;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}

.completion_lead {
  display: none;
  padding: 159px 0 135px;
  max-width: 480px;
  margin: 0 auto;
}
.completion_lead img {
  display: block;
  margin: 0 auto;
}
.completion_lead h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 32px 0 12px;
}
.completion_lead p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.completion_lead .contact_info {
  background-color: #f1f7fb;
  padding: 18px 32px;
  margin-top: 32px;
}
.completion_lead .contact_info dl {
  text-align: center;
}
.completion_lead .contact_info dl dt {
  border-bottom: 1px #ccc solid;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.completion_lead .contact_info dl dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.completion_lead a.btn {
  border: 1px #237dcd solid;
  border-radius: 50px;
  color: #237dcd;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 286px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 14px 0;
  margin: 32px auto 0;
}
.completion_lead a.btn:hover {
  background-color: #237dcd;
  color: #fff;
}

#contents_list {
  background: #f8f8f9;
}
#contents_list .dashboard_set.request-list .radius_wh_frame.request-list_frame2025 .table_wrap {
  border: none;
  padding: 0;
}

.request-list_frame2025 {
  border-width: 1px !important;
  padding: 56px 64px 56px !important;
  margin-bottom: 80px !important;
}

#contents_list .dashboard_set.request-list .radius_wh_frame.whats_request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
}
#contents_list .dashboard_set.request-list .radius_wh_frame.whats_request h2 {
  font-size: 18px;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 162px;
  margin-right: 32px;
}
#contents_list .dashboard_set.request-list .radius_wh_frame.whats_request p {
  font-size: 14px;
}

.entry_list2025 .entry_num {
  margin-bottom: 16px;
}
.entry_list2025 .media_request .table_wrap {
  border: none;
  padding: 0;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr:hover td:not(.link) {
  cursor: pointer;
  position: relative;
  opacity: 0.8;
  color: #237dcd;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr:hover td:not(.link) a {
  color: #237dcd;
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr:hover td.link {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.date, .entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.deadline {
  color: #1c1c22;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.desc {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.desc ul,
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.desc span {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.desc a {
  color: #1c1c22 !important;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td a {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr.none:hover td.link {
  opacity: 1;
}
.entry_list2025 .media_request .media_request_table .table_wrap table tr td.link a:hover {
  opacity: 0.5;
}

.media_request + .pagenation {
  margin-top: 32px;
}
.media_request + .pagenation ul li + li {
  margin-left: 2px !important;
}
.media_request + .pagenation ul li a:hover {
  background-color: rgba(35, 155, 205, 0.1);
}
.media_request + .pagenation ul li.active span {
  background-color: rgba(35, 155, 205, 0.1);
}
.media_request + .pagenation ul li span,
.media_request + .pagenation ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 6px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px !important;
  width: 40px !important;
  height: 40px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.media_request + .pagenation ul li span[rel=prev], .media_request + .pagenation ul li span[rel=next],
.media_request + .pagenation ul li a[rel=prev],
.media_request + .pagenation ul li a[rel=next] {
  font-size: 18px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  line-height: 1;
  padding-bottom: 3px;
}