@charset "UTF-8";
@import "../../css/footer.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ”;
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.limited-width {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.unlimited-width {
  width: 100%;
  margin: 0 auto;
  padding-top: 64px;
  overflow: hidden;
}

.end-column {
  margin-bottom: 0;
}

@media screen and (min-width: 1100px) {
  .sp,
  nav {
    display: block !important;
  }
}
.pagetop {
  height: 42px;
  width: 42px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px #2c3f64 solid;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
  cursor: pointer;
  transition: 0.3s;
}
.pagetop__arrow {
  display: block;
  position: relative;
  top: -4px;
  width: 16px;
  height: 16px;
  background-image: url(../images/top_arrow_icon.svg);
  transform: translateY(20%) rotate(90deg);
  margin: 0 auto;
}
.pagetop:hover {
  background: #d8dee6;
}

header {
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  z-index: 2;
}
header.scrolled {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header.scrolled {
    background: none;
  }
}
header#gNav {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
header#gNav .head-inner {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
header#gNav .head-inner .site-logo img {
  display: flex;
  width: 40px;
}
header#gNav .head-inner .head-menu {
  display: flex;
}
header#gNav .head-inner .head-menu #hamburger {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 24px 0 auto;
    height: 60px;
    width: 20px;
    display: block;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #8faace;
    width: 45%;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  header#gNav .head-inner .head-menu #hamburger .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(2) {
    opacity: 0;
  }
  header#gNav
    .head-inner
    .head-menu
    #hamburger
    .openbtn.active
    span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  header#gNav .head-inner .head-menu .sp {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 32, 68, 0.9);
    transition: all 0.3s;
  }
  header#gNav .head-inner .head-menu .sp.panelactive {
    right: 0;
  }
  header#gNav .head-inner .head-menu .sp ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul {
    width: 100%;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    list-style: none;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li {
    display: flex;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
@media screen and (max-width: 1190px) and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul li a {
    display: flex;
    font-size: 18px;
    font-weight: 400;
  }
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu .sp ul .award a,
  header#gNav .head-inner .head-menu .sp ul .nomination a {
    color: #332900 !important;
  }
}
header#gNav .head-inner .head-menu ul {
  display: flex;
}
header#gNav .head-inner .head-menu ul .h-btn a:hover::after {
  background: none;
}
header#gNav .head-inner .head-menu ul .award {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award {
    width: 100%;
    order: 2 !important;
  }
}
header#gNav .head-inner .head-menu ul .award a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/award_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 165px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a {
    width: 226px;
    height: 54px;
    background-size: 226px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../images/award_hbtn_hover.svg);
  width: 184px;
  height: 36px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .award a:hover {
    width: 247px;
    height: 49px;
  }
}
header#gNav .head-inner .head-menu ul .nomination {
  width: 195px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination {
    width: 100%;
    order: 3 !important;
  }
}
header#gNav .head-inner .head-menu ul .nomination a {
  color: #332900;
  font-weight: 500;
  background-image: url(../images/nomination_hbtn.svg);
  background-size: cover;
  background-position: center;
  width: 185px;
  height: 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a {
    width: 261px;
    height: 54px;
    background-size: 261px;
    background-repeat: no-repeat;
  }
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../images/nomination_hbtn_hover.svg);
  width: 196px;
  height: 34px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .nomination a:hover {
    width: 283px;
    height: 50px;
  }
}
header#gNav .head-inner .head-menu ul .top-sp {
  display: none;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul .top-sp {
    display: flex;
    order: 1;
  }
}
header#gNav .head-inner .head-menu ul li {
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}
header#gNav .head-inner .head-menu ul li a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px;
  align-items: center;
  display: flex;
  text-decoration: none;
  font-weight: 300;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul li a:hover {
    color: #8faace;
  }
}
header#gNav .head-inner .head-menu ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}
@media screen and (max-width: 1190px) {
  header#gNav .head-inner .head-menu ul li a:hover::after {
    top: 45px;
  }
}
header#gNav .head-inner .head-menu ul .apply_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  header#gNav .head-inner .head-menu ul .apply_sp {
    display: block;
  }
}
header#gNav .head-inner .head-menu .apply_btn {
  display: contents;
}
header#gNav .head-inner .head-menu .apply_btn a {
  color: #fff;
  border: 1px #fff solid;
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
  border-radius: 4px;
}
header#gNav .head-inner .head-menu .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}
@media screen and (max-width: 1100px) {
  header#gNav .head-inner .head-menu .apply_btn {
    display: none;
  }
}

header.scrolled ul li a {
  color: #1c3667 !important;
  font-weight: 400 !important;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a {
    color: #fff !important;
  }
}
header.scrolled ul li a:hover {
  color: #164bb1 !important;
}
@media screen and (max-width: 768px) {
  header.scrolled ul li a:hover {
    color: #8faace !important;
  }
}
header.scrolled ul li a:hover::after {
  position: absolute;
  content: "";
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: rgb(0, 45, 129);
  background: linear-gradient(277deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  width: 24px;
  height: 4px;
  display: flex;
  top: 24px;
}

header.scrolled .apply_btn {
  display: contents;
}
header.scrolled .apply_btn a {
  color: #fff;
  background: rgb(0, 45, 129);
  background: linear-gradient(274deg, rgb(0, 45, 129) 0%, rgb(0, 78, 226) 100%);
  padding: 10px 48px;
  font-size: 12px;
  text-decoration: none;
}
header.scrolled .apply_btn a:hover {
  background: rgb(0, 23, 65);
  background: linear-gradient(277deg, rgb(0, 23, 65) 0%, rgb(0, 48, 139) 100%);
}

.wizard {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wizard {
    padding: 0 20px;
    width: auto;
  }
}
.wizard ul {
  display: flex;
  justify-content: center;
  width: 366px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px #cdd6dd solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wizard ul {
    width: auto;
  }
}
.wizard ul li {
  width: 100%;
  color: #939aa3;
  font-size: 16px;
  padding: 5px 40px 8px;
  display: block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wizard ul li {
    padding: 5px 0 8px;
    text-align: center;
  }
}
.wizard ul .active {
  position: relative;
  color: #fff;
  position: relative;
  left: -1px;
}
.wizard ul .active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .end-active {
  position: relative;
  color: #fff;
  position: relative;
}
.wizard ul .end-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  border: 1px #1c3667 solid;
  transform-origin: bottom left;
  z-index: -1;
}
.wizard ul .completion {
  position: relative;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
}
.wizard ul .completion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1c3667;
  z-index: -1;
  width: 100%;
}

.pagetop__arrow {
  background-image: url(../../images/top_arrow_icon.svg);
}

header#gNav .head-inner .head-menu ul .award a {
  background-image: url(../../images/award_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .award a:hover {
  background-image: url(../../images/award_hbtn_hover.svg);
}

header#gNav .head-inner .head-menu ul .nomination a {
  background-image: url(../../images/nomination_hbtn.svg);
}
header#gNav .head-inner .head-menu ul .nomination a:hover {
  background-image: url(../../images/nomination_hbtn_hover.svg);
}

#top_kv {
  width: 100%;
  height: 800px;
  background: url(../../images/top_kv.png) no-repeat 0 0 / cover;
  background-position: top right;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 915px) {
  #top_kv {
    background-position: 65% 0;
    height: 650px;
  }
}
#top_kv .title-position {
  position: absolute;
  top: 126px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 915px) {
  #top_kv .title-position {
    position: relative;
    width: 80%;
    max-width: 400px;
  }
}
#top_kv .title-position .top-title p {
  position: relative;
  top: 0px;
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p {
    top: -30px;
  }
}
#top_kv .title-position .top-title p img {
  width: 100%;
  padding: 0;
}
#top_kv .title-position .top-title p::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "表彰式概要";
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 915px) {
  #top_kv .title-position .top-title p::after {
    bottom: -20px;
  }
}
#top_kv .kv_pc_deco {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_kv .kv_pc_deco {
    display: none;
  }
}
#top_kv .kv_pc_deco .left_deco {
  position: absolute;
  top: -112px;
  left: -25px;
}
#top_kv .kv_pc_deco .left_deco img {
  display: block;
}
#top_kv .kv_pc_deco .right_deco {
  position: absolute;
  top: -160px;
  right: -100px;
}
#top_kv .kv_pc_deco .right_deco img {
  display: block;
}

main {
  padding: 0 170px;
  background: #e7edf5;
  margin-bottom: -179px;
}
@media screen and (max-width: 768px) {
  main {
    padding: 0;
    margin-bottom: -180px;
  }
}
main .white_back {
  background: #fff;
  padding: 64px 117px;
  display: block;
  position: relative;
  top: -400px;
  z-index: 3;
  max-width: 1256px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  main .white_back {
    padding: 64px 0;
  }
}
main .white_back .top_message {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  justify-items: end;
}
@media screen and (max-width: 768px) {
  main .white_back .top_message {
    padding: 0 24px;
    font-weight: bold;
  }
}
main .white_back .top_message_text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
}
main .white_back .top_message_text span {
  color: #1c3667;
  font-weight: bold;
}
main .white_back .top_message .athers {
  width: fit-content;
}
main .white_back .top_message .athers_link {
  text-align: left;
}
main .white_back .top_message .athers_link a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 8px;
  text-decoration: none;
  padding: 0 20px;
}
main .white_back .top_message .athers_link a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #1c3667;
  border-right: 2px solid #1c3667;
  transform: rotate(45deg);
}
main .white_back .top_message .athers_link a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 3px;
  right: 0;
  background: url(../../images/external_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
main .white_back .award_detail {
  padding: 54px 0 0;
  margin-top: 56px;
  border-top: 1px #dddddd solid;
}
main .white_back .award_detail .inner_title {
  font-size: 28px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 24px;
  text-align: center;
}
main .white_back .award_detail .inner_container .event_date {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.5;
}
main .white_back .award_detail .inner_container .event_date span {
  display: inline-block;
}
main .white_back .award_detail .inner_container .event_program_list {
  width: 690px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 768px) {
  main .white_back .award_detail .inner_container .event_program_list {
    padding: 0 20px;
    width: fit-content;
  }
}
main .white_back .award_detail .inner_container .event_program_list li {
  position: relative;
}
main .white_back .award_detail .inner_container .event_program_list li span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 28px;
  margin-left: 50px;
  padding: 5px 0 9px 50px;
  background: #e7edf5;
  clip-path: polygon(3% 0, 100% 0%, 97% 100%, 0% 100%);
  max-width: 364px;
  line-height: 1.5;
}
main
  .white_back
  .award_detail
  .inner_container
  .event_program_list
  li
  span
  label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  main .white_back .award_detail .inner_container .event_program_list li span {
    margin-left: 25px;
    font-size: 14px;
    padding: 5px 10px 9px 20px;
  }
}
main .white_back .award_detail .inner_container .event_program_list li::before {
  position: absolute;
  left: -3px;
  top: -5px;
  width: 70px;
  height: 36px;
  display: block;
  content: "";
  background: #1c3667;
  clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  main
    .white_back
    .award_detail
    .inner_container
    .event_program_list
    li::before {
    width: 40px;
    height: 34px;
    clip-path: polygon(30% 0, 100% 0%, 70% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px) {
  main
    .white_back
    .award_detail
    .inner_container
    .event_program_list
    .item_list01 {
    width: 95%;
  }
}
main
  .white_back
  .award_detail
  .inner_container
  .event_program_list
  .item_list02 {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  main
    .white_back
    .award_detail
    .inner_container
    .event_program_list
    .item_list02 {
    margin-left: 0;
  }
}
main
  .white_back
  .award_detail
  .inner_container
  .event_program_list
  .item_list03 {
  margin-left: 160px;
}
@media screen and (max-width: 768px) {
  main
    .white_back
    .award_detail
    .inner_container
    .event_program_list
    .item_list03 {
    margin-left: 0;
  }
}
main
  .white_back
  .award_detail
  .inner_container
  .event_program_list
  .item_list03
  span {
  max-width: 690px;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  main
    .white_back
    .award_detail
    .inner_container
    .event_program_list
    .item_list03
    span {
    margin-left: 15px;
    width: 95%;
    clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  }
}
main .white_back .award_detail .place {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 56px;
  line-height: 1.5;
}
main .white_back .award_detail .place span {
  display: inline-block;
}
main .white_back .award_detail .means {
  padding: 0 20px;
  display: none;
}
main .white_back .award_detail .means .zoom_message {
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}
main .white_back .award_detail .means .zoom_container {
  max-width: 586px;
  border: 1px #2c3f64 solid;
  padding: 32px;
  text-align: center;
  margin: 0 auto;
}
main .white_back .award_detail .means .zoom_container_date {
  font-size: 20px;
  font-weight: bold;
  color: #1c3667;
  margin-bottom: 20px;
  line-height: 1.5;
}
main .white_back .award_detail .means .zoom_container_date span {
  display: inline-block;
}
main .white_back .award_detail .means .zoom_container_btn a {
  display: block;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  padding: 15px 0;
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 65, 190) 0%, rgb(0, 38, 108) 100%);
  text-decoration: none;
}
main .white_back .award_detail .means .zoom_container_btn a::after {
  content: "";
  position: absolute;
  margin-left: 10px;
  width: 18px;
  height: 12px;
  background: url(../../images/zoom_icon.svg) no-repeat 0 0 / cover;
  background-position: top right;
}
main .white_back .award_detail .means .zoom_container .passcode {
  display: none;
  font-size: 14px;
  font-weight: bold;
  color: #1c3667;
  margin-top: 20px;
}
main .white_back .award_detail .means .zoom_container .passcode span {
  margin-left: 20px;
}
main .white_back .award_detail .under_button_area2 {
  position: relative;
  margin-top: 56px;
  padding-bottom: 64px;
}
main .white_back .award_detail .under_button_area2 div {
  width: 650px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main .white_back .award_detail .under_button_area2 div {
    width: 100%;
    display: block;
  }
}
main .white_back .award_detail .under_button_area2 div p {
  margin: 0 32px;
}
@media screen and (max-width: 915px) {
  main .white_back .award_detail .under_button_area2 div p {
    margin: 0 32px 32px;
  }
}
main .white_back .award_detail .under_button_area2 div p a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
  border: 1px #2c3f64 solid;
  padding: 24px 120px;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main .white_back .award_detail .under_button_area2 div p a {
    padding: 24px 0;
  }
}
main .white_back .award_detail .under_button_area2 div p a:hover {
  background: #e7edf5;
}
@media screen and (max-width: 915px) {
  main .white_back .award_detail .under_button_area2 div p a {
    text-align: center;
  }
}
main .white_back .under_button_area {
  position: relative;
}
main .white_back .under_button_area div {
  width: 650px;
  position: absolute;
  top: 139px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div {
    width: 100%;
    display: block;
  }
}
main .white_back .under_button_area div p {
  margin: 0 32px;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p {
    margin: 0 32px 32px;
  }
}
main .white_back .under_button_area div p a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #2c3f64;
  border: 1px #2c3f64 solid;
  padding: 24px 61px;
  text-decoration: none;
  background: #fff;
  transition: 0.3s;
}
main .white_back .under_button_area div p a:hover {
  background: none;
}
@media screen and (max-width: 915px) {
  main .white_back .under_button_area div p a {
    text-align: center;
  }
}
