@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");

/* ========================================
	共通スタイル
======================================== */

/*---------------------------------
  comomon
---------------------------------*/

body {
  -webkit-text-size-adjust: none;
  font-family: 'Barlow', 'Noto Sans JP', 'sans-serif';
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* ---------- reset ----------*/

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
}

/* ---------- img ----------*/

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px), print {
  .img-hover {
    transition: opacity 0.3s;
	}
  
  .img-hover:hover {
    opacity: 0.75;
	}
}

/* ---------- visiblity ----------*/

@media screen and (min-width: 768px), print {
  .pc-hide {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
  .sp-hide {
		display: none !important;
	}
}

/* ---------- input ----------*/

input[type="submit"],
input[type="button"] {
  letter-spacing: 0.1em;
}

/* ---------- link ----------*/

.usual-link {
  text-decoration: underline;
  color: #29658d;
  word-break: break-all;
}

@media screen and (min-width: 768px), print {
  .usual-link {
    transition: color 0.3s;
  }
  
  .usual-link:hover {
    color: #54a3e5;
  }
}

/* ---------- list ----------*/

.list-ordered {
  padding-left: 1.5em;
}

.list-ordered li {
  list-style-type: decimal;
}

@media screen and (min-width: 768px), print {
  .list-ordered li {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .list-ordered li {
    font-size: 13px;
    line-height: 1.75;
  }
}

.list-default {
  padding-left: 1em;
}

.list-default li {
  list-style-type: disc;
}

@media screen and (min-width: 768px), print {
  .list-default li {
    font-size: 16px;
    line-height: 1.875;
  }
}

@media screen and (max-width: 767px) {
  .list-default li {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* ---------- text ----------*/

.color-pnk {
  color: #d81d5e;
}

.color-nvy {
  color: #003664;
}

.font-xs {
	font-size: 0.812rem;
}

.font-sm {
	font-size: 0.875rem;
}

.font-md {
	font-size: 1rem;
}

.font-lg {
	font-size: 1.125rem;
}

.font-xl {
	font-size: 1.25rem;
}

.font-large {
  font-size: 120% !important;
}

.text-bold {
  font-weight: 700;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-square {
  padding-left: 1.5em;
  position: relative;
}

.text-square::before {
  content: "■";
  display: inline-block;
  width: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  color: #003664;
}

/* ---------- margin ----------*/

@media screen and (min-width: 768px), print {
  .mgt-none {
    margin-top: 0 !important;
  }
  .mgt-xs {
    margin-top: 0.5em !important;
  }
  .mgt-sm {
    margin-top: 1em !important;
  }
  .mgt-md {
    margin-top: 1.5em !important;
  }
  .mgt-lg {
    margin-top: 2em !important;
  }
  .mgt-xl {
    margin-top: 3em !important;
  }
  .mgb-none {
    margin-bottom: 0 !important;
  }
  .mgb-xs {
    margin-bottom: 0.5em !important;
  }
  .mgb-sm {
    margin-bottom: 1em !important;
  }
  .mgb-md {
    margin-bottom: 1.5em !important;
  }
  .mgb-lg {
    margin-bottom: 2em !important;
  }
  .mgb-xl {
    margin-bottom: 3em !important;
  }
  .mgl-none {
    margin-left: 0 !important;
  }
  .mgl-xs {
    margin-left: 0.5em !important;
  }
  .mgl-sm {
    margin-left: 1em !important;
  }
  .mgl-md {
    margin-left: 1.5em !important;
  }
  .mgl-lg {
    margin-left: 2em !important;
  }
  .mgl-xl {
    margin-left: 3em !important;
  }
  .mgr-none {
    margin-right: 0 !important;
  }
  .mgr-xs {
    margin-right: 0.5em !important;
  }
  .mgr-sm {
    margin-right: 1em !important;
  }
  .mgr-md {
    margin-right: 1.5em !important;
  }
  .mgr-lg {
    margin-right: 2em !important;
  }
  .mgr-xl {
    margin-right: 3em !important;
  }
  .mgl-none {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_mgt-none {
    margin-top: 0 !important;
  }
  .sp_mgt-xs {
    margin-top: 0.5em !important;
  }
  .sp_mgt-sm {
    margin-top: 1em !important;
  }
  .sp_mgt-md {
    margin-top: 1.5em !important;
  }
  .sp_mgt-lg {
    margin-top: 2em !important;
  }
  .sp_mgt-xl {
    margin-top: 3em !important;
  }
  .sp_mgb-none {
    margin-bottom: 0 !important;
  }
  .sp_mgb-xs {
    margin-bottom: 0.5em !important;
  }
  .sp_mgb-sm {
    margin-bottom: 1em !important;
  }
  .sp_mgb-md {
    margin-bottom: 1.5em !important;
  }
  .sp_mgb-lg {
    margin-bottom: 2em !important;
  }
  .sp_mgb-xl {
    margin-bottom: 3em !important;
  }
  .sp_mgl-none {
    margin-left: 0 !important;
  }
  .sp_mgl-xs {
    margin-left: 0.5em !important;
  }
  .sp_mgl-sm {
    margin-left: 1em !important;
  }
  .sp_mgl-md {
    margin-left: 1.5em !important;
  }
  .sp_mgl-lg {
    margin-left: 2em !important;
  }
  .sp_mgl-xl {
    margin-left: 3em !important;
  }
  .sp_mgr-none {
    margin-right: 0 !important;
  }
  .sp_mgr-xs {
    margin-right: 0.5em !important;
  }
  .sp_mgr-sm {
    margin-right: 1em !important;
  }
  .sp_mgr-md {
    margin-right: 1.5em !important;
  }
  .sp_mgr-lg {
    margin-right: 2em !important;
  }
  .sp_mgr-xl {
    margin-right: 3em !important;
  }
}

/* ---------- padding ----------*/

@media screen and (min-width: 768px), print {
  .pdt-none {
    padding-top: 0 !important;
  }
  .pdt-xs {
    padding-top: 0.5em !important;
  }
  .pdt-sm {
    padding-top: 1em !important;
  }
  .pdt-md {
    padding-top: 1.5em !important;
  }
  .pdt-lg {
    padding-top: 2em !important;
  }
  .pdt-xl {
    padding-top: 3em !important;
  }
  .pdb-none {
    padding-bottom: 0 !important;
  }
  .pdb-xs {
    padding-bottom: 0.5em !important;
  }
  .pdb-sm {
    padding-bottom: 1em !important;
  }
  .pdb-md {
    padding-bottom: 1.5em !important;
  }
  .pdb-lg {
    padding-bottom: 2em !important;
  }
  .pdb-xl {
    padding-bottom: 3em !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_pdt-none {
    padding-top: 0 !important;
  }
  .sp_pdt-xs {
    padding-top: 0.5em !important;
  }
  .sp_pdt-sm {
    padding-top: 1em !important;
  }
  .sp_pdt-md {
    padding-top: 1.5em !important;
  }
  .sp_pdt-lg {
    padding-top: 2em !important;
  }
  .sp_pdt-xl {
    padding-top: 3em !important;
  }
  .sp_pdb-none {
    padding-bottom: 0 !important;
  }
  .sp_pdb-xs {
    padding-bottom: 0.5em !important;
  }
  .sp_pdb-sm {
    padding-bottom: 1em !important;
  }
  .sp_pdb-md {
    padding-bottom: 1.5em !important;
  }
  .sp_pdb-lg {
    padding-bottom: 2em !important;
  }
  .sp_pdb-xl {
    padding-bottom: 3em !important;
  }
}

/*---------------------------------
  header
---------------------------------*/

#header .gh_wrap {
  padding-bottom: 2px;
  background-color: #003664;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  position: relative;
}

#header .gh_logo_contest a {
  display: block;
  line-height: 0;
}

#header .gh_nav > li > a {
  display: block;
  position: relative;
  text-decoration: none;
}

#header .gh_nav > li.gh_nav_main > a {
  color: #fff;
}

#header .gh_nav > li.gh_nav_sub > a {
  color: #ddd;
}

#header .gh_logo_alumi a {
  display: block;
  line-height: 0;
}

#header .gh_btn {
  display: flex;
}

#header .gh_btn a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

#header .gh_btn .gh_btn_login a {
  background-color: #001b32;
}

#header .gh_btn .gh_btn_signup a {
  background-color: #a07d3f;
}

#header .gh_btn a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#header .gh_btn .gh_btn_login a::before {
  background-image: url("../img/header/gh_icon_login.png");
}

#header .gh_btn .gh_btn_signup a::before {
  background-image: url("../img/header/gh_icon_signup.png");
}

/* ---------- gh_wrap ----------*/

@media screen and (min-width: 768px), print {
  #header .gh_wrap {
    height: 92px;
    background-image: url("../img/header/gh_border.png");
  }
  
  #header .gh_wrap .gh_logo_contest {
    width: 243px;
    left: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #header .gh_wrap .gh_logo_contest a {
    transition: opacity 0.3s;
  }
  
  #header .gh_wrap .gh_logo_contest a:hover {
    opacity: 0.75;
  }
  
  #header .gh_wrap .gh_menu_wrap {
    display: block !important;
  }
  
  #header .gh_wrap .gh_nav {
    display: flex;
    align-items: center;
    padding-top: 28px;
  }
  
  #header .gh_wrap .gh_nav > li > a {
    padding-bottom: 32px;
    line-height: 30px;
    text-align: center;
  }
  
  #header .gh_wrap .gh_nav > li.gh_nav_main > a {
    font-size: 17px;
  }
  
  #header .gh_wrap .gh_nav > li.gh_nav_sub > a {
    font-size: 13px;
  }
  
  #header .gh_wrap .gh_nav > li.gh_nav_main > a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #header .gh_wrap .gh_nav > li > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s;
    opacity: 0;
  }

  #header .gh_wrap .gh_nav > li > a:hover::after {
    opacity: 1;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner {
    display: none;
    width: 100%;
    background-color: #111;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 900;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 30px;
    max-width: 980px;
    margin: 0 auto;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop li {
    margin: 0 20px;
  }
  
  /* ----- 入賞作品のみ調整 ----- */
  #header .gh_wrap .gh_nav .gh_nav_main:nth-child(3) .gh_nav_inner .gh_nav_drop {
    justify-content: flex-start;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_main:nth-child(3) .gh_nav_inner .gh_nav_drop li {
    width: 75px;
  }
  /* -----//ここまで */
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop li a {
    padding-right: 15px;
    position: relative;
    text-decoration: none;
    font-size: 15px;
    line-height: 2.25;
    color: #fff;
    transition: color 0.3s;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop li a:hover {
    color: #ccc;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    transition: border 0.3s;
  }
  
  #header .gh_wrap .gh_nav .gh_nav_inner .gh_nav_drop li a:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  
  #header .gh_wrap .gh_logo_alumi {
    width: 71px;
    margin: auto;
    position: absolute;
    right: 240px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  #header .gh_wrap .gh_logo_alumi a {
    line-height: 0;
    transition: opacity 0.3s;
  }
  
  #header .gh_wrap .gh_logo_alumi a:hover {
    opacity: 0.75;
  }
  
  #header .gh_wrap .gh_btn {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  #header .gh_wrap .gh_btn a {
    height: 90px;
    padding-top: 56px;
    font-size: 12px;
    transition: opacity 0.3s;
  }
  
  #header .gh_wrap .gh_btn .gh_btn_login a {
    width: 90px;
  }
  
  #header .gh_wrap .gh_btn .gh_btn_signup a {
    width: 120px;
    letter-spacing: 0.05em;
  }
  
  #header .gh_wrap .gh_btn a:hover {
    opacity: 0.75;
  }
  
  #header .gh_wrap .gh_btn a::before {
    width: 32px;
    height: 32px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
  }
}

@media screen and (min-width: 1400px) {
  #header .gh_wrap .gh_nav {
    padding-left: 410px;
  }
  
  #header .gh_wrap .gh_nav > li {
    margin: 0 18px;
  }
}

@media screen and (min-width: 768px) and (max-width:1399px) {
  #header .gh_wrap .gh_nav {
    padding-left: 300px;
  }
  
  #header .gh_wrap .gh_nav > li {
    margin: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  #header .gh_wrap {
    height: 69px;
    background-image: url("../img/header/gh_border_sp.png");
  }
  
  #header .gh_wrap .gh_logo_contest {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

/* ---------- gh_wrap_side ----------*/

#header .gh_wrap_side {
  height: 100%;
  background-color: #003664;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 950;
  transition: right 0.3s;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

#header .gh_wrap_side.is-open {
  right: 0;
}

#header .gh_wrap_side .gh_logo_contest {
  width: 100%;
  height: 69px;
  padding-bottom: 2px;
  background: url("../img/header/gh_border_sp.png") no-repeat center bottom;
  background-size: 100% 2px;
  position: relative;
}

#header .gh_wrap_side .gh_logo_contest a {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#header .gh_wrap_side .gh_btn {
  margin-bottom: 15px;
}

#header .gh_wrap_side .gh_btn .gh_btn_login,
#header .gh_wrap_side .gh_btn .gh_btn_signup {
  width: 50%;
}

#header .gh_wrap_side .gh_btn .gh_btn_login a,
#header .gh_wrap_side .gh_btn .gh_btn_signup a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 60px;
}

#header .gh_wrap_side .gh_btn a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#header .gh_wrap_side .gh_nav {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #23425d;
}

#header .gh_wrap_side .gh_nav > li:nth-child(5) {
  padding-top: 5px;
}

#header .gh_wrap_side .gh_nav > li > span {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 15px;
  line-height: 55px;
  color: #fff;
}

#header .gh_wrap_side .gh_nav > li > span::before,
#header .gh_wrap_side .gh_nav > li > span::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#header .gh_wrap_side .gh_nav > li.gh_nav_main > span::before {
  width: 1px;
  height: 13px;
  right: 36px;
  transition: opacity 0.3s;
}

#header .gh_wrap_side .gh_nav > li.gh_nav_main > span.is-open::before {
  opacity: 0;
}

#header .gh_wrap_side .gh_nav > li.gh_nav_main > span::after {
  width: 13px;
  height: 1px;
  right: 30px;
}

#header .gh_wrap_side .gh_nav > li > a {
  padding: 0 30px;
}

#header .gh_wrap_side .gh_nav > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
}

#header .gh_wrap_side .gh_nav > li.gh_nav_main > a {
  font-size: 15px;
  line-height: 55px;
}

#header .gh_wrap_side .gh_nav > li.gh_nav_main > a::after {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .gh_wrap_side .gh_nav > li.gh_nav_sub > a {
  font-size: 13px;
  line-height: 44px;
}

#header .gh_wrap_side .gh_nav > li.gh_nav_sub > a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .gh_wrap_side .gh_nav .gh_nav_inner {
  display: none;
}

#header .gh_wrap_side .gh_nav .gh_nav_inner .gh_nav_drop li a {
  display: block;
  padding: 0 30px 0 46px;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
}

#header .gh_wrap_side .gh_nav .gh_nav_inner .gh_nav_drop li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  #header .gh_wrap_side {
    width: 350px;
  }
  
  #header .gh_wrap_side .gh_logo_contest a {
    transition: opacity 0.3s;
  }
  
  #header .gh_wrap_side .gh_logo_contest a:hover {
    opacity: 0.75;
  }
  
  #header .gh_wrap_side .gh_btn {
    background-color: #fff;
  }
  
  #header .gh_wrap_side .gh_btn a {
    transition: opacity 0.3s;
  }
  
  #header .gh_wrap_side .gh_btn a:hover {
    opacity: 0.75;
  }
  
  #header .gh_wrap_side .gh_nav > li > span {
    cursor: pointer;
  }
  
  #header .gh_wrap_side .gh_nav > li > span,
  #header .gh_wrap_side .gh_nav > li > a,
  #header .gh_wrap_side .gh_nav .gh_nav_inner .gh_nav_drop li a {
    transition: color 0.3s;
  }
  
  #header .gh_wrap_side .gh_nav > li > span:hover,
  #header .gh_wrap_side .gh_nav > li > a:hover,
  #header .gh_wrap_side .gh_nav .gh_nav_inner .gh_nav_drop li a:hover {
    color: #54a3e5;
  }
}

@media screen and (max-width: 767px) {
  #header .gh_wrap_side {
    width: 100%;
  }
  
  #header .gh_wrap_side .gh_nav .gh_nav_inner .gh_nav_drop {
    margin-bottom: 10px;
  }
}

/* ---------- gh_menu_btn ----------*/

#header .gh_menu_btn {
  width: 67px;
  height: 67px;
  background-color: #003664;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

#header .gh_menu_btn span {
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.3s;
}

#header .gh_menu_btn span:first-child {
  top: 25px;
}

#header .gh_menu_btn span:nth-child(3) {
  bottom: 25px;
}

#header .gh_menu_btn.is-open span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 33px;
}

#header .gh_menu_btn.is-open span:nth-child(2) {
  opacity: 0;
}

#header .gh_menu_btn.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 33px;
}

@media screen and (min-width: 768px), print {
  #header .gh_menu_btn span:nth-child(2) {
    top: 33px;
  }
}
  
@media screen and (max-width: 767px) {
  #header .gh_menu_btn {
    display: block !important;
    opacity: 1 !important;
  }
  
  #header .gh_menu_btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ---------- menu_cover ----------*/

@media screen and (min-width: 768px), print {
  #header .menu_cover {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:rgba(255,255,255,0.75);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
  }
  
  #header .menu_cover.is-open {
    display: block;
  }
}

/*---------------------------------
  footer
---------------------------------*/

#footer {
  background-color: #e0e6ed;
}

#footer .gf_logo_alumi a {
  display: block;
}

#footer p {
  line-height: 1.5;
  text-align: center;
  color: #111;
}

@media screen and (min-width: 768px), print {
  #footer {
    padding: 55px 0 53px;
  }
  
  #footer .gf_logo_alumi {
    width: 140px;
    margin: 0 auto 16px;
  }
  
  #footer .gf_logo_alumi a {
    transition: opacity 0.3s;
  }
  
  #footer .gf_logo_alumi a:hover {
    opacity: 0.75;
  }
  
  #footer p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 25px 0 23px;
  }
  
  #footer .gf_logo_alumi {
    width: 90px;
    margin: 0 auto 8px;
  }
  
  #footer p {
    font-size: 8px;
  }
}

/*---------------------------------
  content
---------------------------------*/

#content {
  background-color: #fff;
  color: #3b4043;
}

/* ---------- breadcrumb ----------*/

#content .page_head {
  background-color: #003664;
  color: #fff;
}

#content .breadcrumb li {
  white-space: nowrap;
}

@media screen and (min-width: 768px), print {
  #content .breadcrumb {
    display: flex;
    align-items: center;
    height: 60px;
    margin-right: 20px;
  }
  
  #content .breadcrumb li {
    font-size: 17px;
  }
  
  #content .breadcrumb li:not(:first-child)::before {
    content: "-";
    display: inline-block;
    padding: 0 1em;
  }
  
  #content .breadcrumb li a {
    text-decoration: none;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #content .breadcrumb {
    display: none !important;
  }
}

/*---------------------------------
  管理画面
---------------------------------*/

#content .cont_wrap {
  background-color: #eff2f6;
}

@media screen and (min-width: 768px), print {
  #content .cont_wrap {
    padding: 70px 0;
  }
  
  #content .cont_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #content .cont_wrap {
    padding: 25px 0 40px;
  }
  
  #content .cont_inner {
    padding: 0 12px;
  }
}

/* ---------- base_btn ----------*/

#content .base_btn_wrap .base_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#content .base_btn_wrap .base_btn > div {
  position: relative;
}

#content .base_btn_wrap .base_btn > div::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  pointer-events: none !important;
}

#content .base_btn_wrap .base_btn .base_btn_cancel::before {
  background-image: url("../img/icon_cancel.svg");
}

#content .base_btn_wrap .base_btn .base_btn_back::before,
#content .base_btn_wrap .base_btn .base_btn_mypage::before {
  background-image: url("../img/icon_back.svg");
}

#content .base_btn_wrap .base_btn .base_btn_next::before,
#content .base_btn_wrap .base_btn .base_btn_apply::before {
  background-image: url("../img/icon_next.svg");
}

#content .base_btn_wrap .base_btn .base_btn_check::before {
  background-image: url("../img/icon_check.svg");
}

#content .base_btn_wrap .base_btn .base_btn_save::before {
  background-image: url("../img/icon_save.svg");
}

#content .base_btn_wrap .base_btn .base_btn_login::before,
#content .base_btn_wrap .base_btn .base_btn_logout::before {
  background-image: url("../img/icon_inout.svg");
}

#content .base_btn_wrap .base_btn input {
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
}

#content .base_btn_wrap .base_btn .base_btn_cancel input {
  border: 2px solid #285da6;
  background-color: #fff;
  text-align: left;
  color: #285da6;
}

#content .base_btn_wrap .base_btn .base_btn_back input,
#content .base_btn_wrap .base_btn .base_btn_mypage input  {
  border: 2px solid #285da6;
  background-color: #fff;
  text-align: left;
  color: #285da6;
}

#content .base_btn_wrap .base_btn .base_btn_next input,
#content .base_btn_wrap .base_btn .base_btn_apply input {
  background-color: #285da6;
  text-align: right;
  color: #fff;
}

#content .base_btn_wrap .base_btn .base_btn_check input {
  background-color: #285da6;
  text-align: left;
  color: #fff;
}

#content .base_btn_wrap .base_btn .base_btn_save input {
  background-color: #525a60;
  text-align: left;
  color: #fff;
}

#content .base_btn_wrap .base_btn .base_btn_login input {
  background-color: #285da6;
  text-align: left;
  color: #fff;
}

#content .base_btn_wrap .base_btn .base_btn_logout input {
  background-color: #4d4a4a;
  text-align: left;
  color: #fff;
}

#content .base_btn_wrap p {
  margin-top: 15px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  #content .base_btn_wrap .base_btn > div {
    margin: 0 10px;
    width: 240px;
  }
  
  #content .base_btn_wrap .base_btn input {
    height: 70px;
    border-radius: 6px;
    font-size: 20px;
    transition: opacity 0.3s;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_cancel::before {
    width: 14px;
    height: 14px;
    left: 57px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_cancel input {
    padding-left: 81px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_back::before {
    width: 8px;
    height: 14px;
    left: 90px; 
  }
  
  #content .base_btn_wrap .base_btn .base_btn_back input {
    padding-left: 108px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_mypage::before {
    width: 8px;
    height: 14px;
    left: 27px; 
  }
  
  #content .base_btn_wrap .base_btn .base_btn_mypage input {
    padding-left: 45px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_next::before {
    width: 8px;
    height: 14px;
    right: 90px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_next input {
    padding-right: 108px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_apply::before {
    width: 8px;
    height: 14px;
    right: 58px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_apply input {
    padding-right: 76px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_check::before {
    width: 16px;
    height: 16px;
    left: 64px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_check input {
    padding-left: 90px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_save::before {
    width: 16px;
    height: 16px;
    left: 64px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_save input {
    padding-left: 90px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_login::before {
    width: 16px;
    height: 14px;
    left: 67px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_login input {
    padding-left: 93px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_logout::before {
    width: 16px;
    height: 14px;
    left: 57px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_logout input {
    padding-left: 83px;
  }
  
  #content .base_btn_wrap .base_btn input:hover {
    opacity: 0.75;
  }
  
  #content .base_btn_wrap p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #content .base_btn_wrap .base_btn > div {
    margin: 0 5px;
  }
  
  #content .base_btn_wrap .base_btn input {
    height: 40px;
    width: 92px;
    border-radius: 3px;
    font-size: 12px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_cancel::before {
    width: 9px;
    height: 9px;
    left: 8px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_cancel input {
    padding-left: 22px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_back::before {
    width: 5px;
    height: 9px;
    left: 28px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_back input {
    padding-left: 38px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_mypage::before {
    width: 5px;
    height: 9px;
    left: 6px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_mypage input {
    width: 116px;
    letter-spacing: 0;
    padding-left: 15px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_next::before {
    width: 5px;
    height: 9px;
    right: 28px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_next input {
    padding-right: 38px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_apply::before {
    width: 5px;
    height: 9px;
    right: 9px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_apply input {
    padding-right: 19px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_check::before {
    width: 10px;
    height: 10px;
    left: 13px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_check input {
    padding-left: 28px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_save::before {
    width: 10px;
    height: 10px;
    left: 13px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_save input {
    padding-left: 28px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_login::before {
    width: 11px;
    height: 9px;
    left: 13px
  }
  
  #content .base_btn_wrap .base_btn .base_btn_login input {
    padding-left: 29px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_logout::before {
    width: 11px;
    height: 9px;
    left: 8px;
  }
  
  #content .base_btn_wrap .base_btn .base_btn_logout input {
    padding-left: 24px;
  }
  
  #content .base_btn_wrap p {
    font-size: 10px;
  }
}

/*---------------------------------
  公開画面
---------------------------------*/

@media screen and (min-width: 768px), print {
  #content .main_wrap {
    padding: 80px 0 110px;
  }
  
  #content .main_inner {
    width: 1180px;
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #content .main_wrap {
    padding: 25px 0 40px;
  }
  
  #content .main_inner {
    padding: 0 12px;
  }
}

/* ---------- heading ----------*/

#content .main_wrap .heading_section {
  position: relative;
  line-height: 1.5;
  color: #003664;
}

#content .main_wrap .heading_section::before {
  content: "";
  display: block;
  background-color: #003664;
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px), print {
  #content .main_wrap .heading_section {
    padding-left: 35px;
    margin-bottom: 50px;
    font-size: 28px;
  }

  #content .main_wrap .heading_section::before {
    width: 7px;
    height: 30px;
    top: 6px;
  }
}

@media screen and (max-width: 767px) {
  #content .main_wrap .heading_section {
    padding-left: 14px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  #content .main_wrap .heading_section::before {
    width: 4px;
    height: 18px;
    top: 3px;
  }
}

#content .main_wrap .heading_border {
  background-color: #eff2f6;
  border-bottom: 2px solid #003664;
  color: #003664;
}

@media screen and (min-width: 768px), print {
  #content .main_wrap .heading_border {
    padding: 13px 30px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #content .main_wrap .heading_border {
    padding: 10px 15px;
    font-size: 15px;
  }
}

/* ---------- main_title ----------*/

#content .main_title {
  background-color: #eff2f6;
}

#content .main_title .main_title_heading h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.5;
}

#content .main_title .main_title_heading p {
  line-height: 1.5;
  text-align: center;
  color: #003664;
}

@media screen and (min-width: 768px), print {
  #content .main_title {
    padding: 20px 0 25px;
  }
  
  #content .main_title .main_title_heading h1 {
     font-size: 34px;
  }
  
  #content .main_title .main_title_heading p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  #content .main_title {
    padding: 15px 0 20px;
  }
  
  #content .main_title .main_title_heading h1 {
     font-size: 18px;
  }
  
  #content .main_title .main_title_heading p {
     font-size: 12px;
  }
}

/*---------------------------------
  page_link
---------------------------------*/

#content .page_link {
  border-top: 1px solid #e9edf0;
  border-bottom: 1px solid #e9edf0;
}

#content .page_link ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#content .page_link ul li a {
  display: flex;
  align-items: center;
  line-height: 1.5;
  text-decoration: none;
  color: #222;
}

#content .page_link ul li a::after {
  content: "";
  display: block;
  background: url("/excontest/awards/2022/img/index/icon_circle.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  #content .page_link ul {
    padding: 27px 20px;
  }
  
  #content .page_link ul li:not(:last-child) {
    margin-right: 55px;
  }
  
  #content .page_link ul li a {
    font-size: 18px;
    transition: opacity 0.3s;
  }
  
  #content .page_link ul li a::after {
    width: 18px;
    height: 18px;
    margin-left: 7px;
  }
  
  #content .page_link ul li a:hover {
    opacity: 0.75;
  }
}

@media screen and (max-width: 767px) {
  #content .page_link ul {
    padding: 20px 15px;
  }
  
  #content .page_link ul li:not(:last-child) {
    margin-right: 15px;
  }
  
  #content .page_link ul li a {
    font-size: 12px;
  }
  
  #content .page_link ul li a::after {
    width: 12px;
    height: 12px;
    margin-left: 3px;
  }
}

