@charset "UTF-8";

/* -------------------------------
 jp-prize 2019 header, footer
------------------------------- */

/* reset
------------------------------- */
.header,
.header a,
.header p,
.header span,
.header ol,
.header ul,
.header li,
.header div,
.header nav,
.header img,
.header figure,
#smt_menu,
#smt_menu a,
#smt_menu p,
#smt_menu span,
#smt_menu ol,
#smt_menu ul,
#smt_menu li,
#smt_menu div,
#smt_menu nav,
#smt_menu img,
#smt_menu figure,
.footer,
.footer a,
.footer p,
.footer span,
.footer ol,
.footer ul,
.footer li,
.footer div,
.footer nav,
.footer img,
.footer figure,{
    margin: 0;
    padding: 0;
    border: 0;
}
.header,
#smt_menu,
.footer {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}
@media only screen and (max-width: 767px) {
  .header,
  #smt_menu,
  .footer {
      font-size: 13px;
  }
}

.header a,
.header a:visited,
#smt_menu a,
#smt_menu a:visited,
.footer a,
.footer a:visited {
    color: inherit;
}

.header table,
#smt_menu table,
.footer table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header ol,
.header ul,
#smt_menu ol,
#smt_menu ul,
.footer ol,
.footer ul{
    list-style: none;
}

.header img,
#smt_menu img,
.footer img {
    max-width: 100%;
    border-style: none;
    vertical-align: top;
}

/* ----------------------------------------------
 common
---------------------------------------------- */
/* show & hide pc/sp */
@media (min-width: 768px) {
  .hide-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none !important;
  }
}

.header .cont-width,
.form-header .cont-width,
.footer .cont-width {
  box-sizing: border-box;
  max-width: 1280px;
  padding: 0 3%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .header .cont-width,
  .form-header .cont-width,
  #smt_menu .cont-width,
  .footer .cont-width {
    width: auto;
  }
}



/* header
------------------------------- */
/* pc */
@media print, screen and (min-width: 768px) {
  #smt_menu {
    display: none;
  }
}

.header {
  background-color: #fff;
  border-top: solid 12px #af9a49;
  position: relative;
  z-index: 200;
}
.header .logo-area {
  padding: 10px 20px;
  border-bottom: solid 1px #d2d2d2;
}
.header .jp-prize_logo {
  width: 186px;
}
@media screen and (min-width: 768px) {
  .header .jp-prize_logo a {
    display: block;
    border: solid 2px transparent;
    border-radius: 8px;
    padding: 5px;
  }
  .header .jp-prize_logo a:hover {
    border-color: #cfc292;
  }
}
.header .mainMenu {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
}
.header .mainMenu-list {
  display: flex;
}
.header .mainMenu-list li {
  width: 20%;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.header .mainMenu-list li {
  display: block;
  padding: 15px 0;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.header .mainMenu-list li span {
  display: block;
  border-right: solid 1px #d2d2d2;
}
.header .mainMenu-list li:last-of-type span {
  border-right: none;
}
.header .mainMenu-list li:hover::after,
.header .mainMenu-list li.active::after {
  content: "";
  background-color: #af9a49;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .mainMenu-list li:hover::before,
.header .mainMenu-list li.active::before {
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid #af9a49;
  border-left: 4px solid transparent;
  position: absolute;
  left: calc(50% - 2px);
  bottom: 4px;
}
.header .subMenu {
  display: none;
  position: relative;
  z-index: 200;
}
.header .subMenu-inner {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.header .subMenu .cont-width {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.header .subMenu .subMenu-block {
  width: 20%;
  padding: 15px 0;
  font-size: 14px;
}
.header .subMenu .subMenu-block.active {
  background-color: rgba(0,0,0,0.8);
}
.header .subMenu .subMenu-list li {
  list-style-type: none;
}
.header .subMenu .subMenu-list li.menu-hd {
  padding: 10px;
}
.header .subMenu .subMenu-list li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.header .subMenu .subMenu-child-list li a {
  padding: 10px 10px 10px 24px;
}
.header .subMenu .subMenu-list li a:hover {
  background-color: rgba(175,154,73,0.65);
}
.header a.bt_lang {
  display: block;
  width: 94px;
  padding: 5px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #af9a49;
  border-left: solid 1px #af9a49;
  border-right: solid 1px #af9a49;
  border-bottom: solid 1px #af9a49;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 10px;
  top: 0;
}
.header a.bt_lang:hover {
  background-color: #af9a49;
  color: #fff;
}

.header .information {
  padding: 12px 0;
  display: none;
}
.header .information .caution {
  color: #d6000f;
  text-align: center;
}

/* sp */
@media only screen and (max-width: 767px) {
  #smt_menu {
    display: block;
  }
  .header {
    display: none;
  }
  
  #smt_menu {
    border-top: solid 8px #af9a49;
    position: relative;
    font-size: 15px;
  }
  #smt_menu .logo-area {
    background-color: #fff;
    padding: 15px 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
    position: relative;
  }
  #smt_menu .jp-prize_logo {
    width: 42%;
    margin: 0 auto;
  }
  #smt_menu .bt_lang_2 {
    box-sizing: border-box;
    display: block;
    width: 40px;
    height: 40px;
    padding: 22px 5px 5px;
    background-color: #af9a49;
    border-radius: 5px;
    color: #fff !important;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
  }
  #smt_menu .bt_lang_2::before {
    content: "";
    background: url(../img/2019/common/ico_lang.svg) no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    left: calc(50% - 8px);
    top: 6px;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: absolute;
    width: 24px;
    height: 21px;
    left: 10px;
    top: calc(50% - 10px);
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 6px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #smt_menu .menu-area {
    position: relative;
    z-index: 200;
    display: none;
  }
  #smt_menu .menu-area.active {
    display: block;
  }
  #smt_menu .menu-area .menu-area-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: stretch;
    background-color: #fff;
  }
  #smt_menu .mainMenu {
    width: 40%;
  }
  #smt_menu .mainMenu .cont-width {
    padding: 0;
    margin: 0;
  }
  #smt_menu .mainMenu-list li {
    padding: 12px 10px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    cursor: pointer;
  }
  #smt_menu .mainMenu-list li.active {
    background-color: #d2d2d2;
  }
  #smt_menu .subMenu {
    /*display: none;*/
    width: 60%;
    position: relative;
    z-index: 200;
    background-color: #d2d2d2;
  }
  #smt_menu .subMenu-inner {
    background-color: #d2d2d2;
  }
  #smt_menu .subMenu-inner .cont-width {
    padding: 0;
    margin: 0;
  }
  #smt_menu .subMenu .subMenu-block {
    display: none;
  }
  #smt_menu .subMenu .subMenu-block.active {
    display: block;
  }
  #smt_menu .subMenu .subMenu-list li.menu-hd {
    /*padding: 12px 10px;*/
    font-weight: bold;
  }
  #smt_menu .subMenu .subMenu-list li a {
    display: block;
    padding: 12px 10px;
    color: #222;
    text-decoration: none;
  }
  #smt_menu .subMenu .subMenu-child-list li a {
    padding: 10px 10px 10px 24px;
  }
  #smt_menu .subMenu .subMenu-list li a:hover {
    background-color: #d2d2d2;
  }
  #smt_menu .bt_lang {
    display: block;
    text-decoration: none;
    color: #af9a49;
    padding: 12px 10px;
    font-size: 18px;
  }
  #smt_menu .information {
    padding: 12px 0;
    display: none;
  }
  #smt_menu .information .caution {
    color: #d6000f;
    text-align: center;
  }
}


/* form header (SSL)
------------------------------- */
.form-header {
  background-color: #fff;
  border-top: solid 12px #af9a49;
  padding: 23px 0 29px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  position: relative;
  z-index: 2;
}


/* pagetop
------------------------------- */
#page-top {
  z-index:500;
  position: fixed;
  bottom: 45px;
  right: 20px;
  font-size: 16px;
}
#page-top a {
  display: block;
  background-color: #d6000f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 25px 20px 15px;
  border-radius: 5px;
  position: relative;
}
#page-top a::before {
  content:  '';
  width: 10px;
  height: 10px;
  display:  block;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  position:  absolute;
  top: 15px;
  left: calc(50% - 5px);
}


/* footer
------------------------------- */
/* pc */
.footer {
  background-color: #fff;
}
.footer .footer-menu {
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  padding: 80px 0;
}
.footer .footer-menu .cont-width {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.footer .footer-menu .menu-block {
  width: 17%;
  font-size: 14px;
  border-top: solid 4px #af9a49;
}
.footer .footer-menu .menu-block-group {
  width: 17.6%;
}
.footer .footer-menu .menu-block-group .menu-block {
  width: auto;
  margin-bottom: 40px;
}
.footer .footer-menu .events {
  margin-bottom: 30px;
}
.footer .footer-menu h5 {
  padding: 10px;
  font-size: 16px;
}
.footer .footer-menu h5.nolink {
  padding: 10px;
}
/*.footer .footer-menu h5 a,*/
.footer .footer-menu .menu-list li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.footer .footer-menu .menu-child-list li a {
  padding: 10px 10px 10px 24px;
  color: #fff;
}
/*.footer .footer-menu h5 a:hover,*/
.footer .footer-menu .menu-list li a:hover {
  background-color: rgba(175,154,73,0.65);
}
.footer .footer-bottom {
  padding: 25px 0;
}
.footer .footer-bottom .cont-width {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-bottom .about {
  width: 46%;
}
.footer .footer-bottom .about h4 {
  width: 55%;
  margin-bottom: 5px;
}
.footer .footer-bottom .about p {
  font-size: 14px;
  color: #af9a49;
}
.footer .footer-bottom .sns {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.footer .footer-bottom .sns .fb {
  background-color: #39599a;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  margin-right: 3%;
}
.footer .footer-bottom .sns .fb a {
  display: block;
  display: flex;
  text-decoration: none;
  color: #fff;
}
.footer .footer-bottom .sns .fb figure {
  margin-right: 9px;
}
.footer .footer-bottom .sns .fb .note {
  font-size: 12px;
}
.footer .footer-bottom .banner-area {
  width: 100%;
  border-top: solid 1px #af9a49;
  margin-top: 30px;
  padding-top: 20px;
}
.footer .footer-bottom .banner-area .banner-list {
  display: flex;
  flex-flow: row wrap;
}
.footer .footer-bottom .banner-area .banner-list li {
  width: 23.53%;
  max-width: 240px;
  margin-right: 1.96%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1020px) {
  .footer .footer-bottom .banner-area .banner-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}
.footer .footer-bottom .policy-menu {
  width: 100%;
  margin-top: 30px;
  border-top: solid 1px #d2d2d2;
  padding-top: 20px;
}
.footer .footer-bottom .policy-menu-list {
  display: flex;
  justify-content: center;
  gap: 3%;
  font-size: 13px;
}
.footer .footer-bottom .policy-menu-list a {
  text-decoration: none;
}


/* sp */
@media only screen and (max-width: 767px) {
  .footer .footer-menu {
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    padding: 0;
  }
  .footer .footer-menu .cont-width {
    display: block;
  }
  .footer .footer-menu .menu-block {
    width: auto;
    font-size: 14px;
    border-top: none;
    padding: 0;
  }
  .footer .footer-menu .menu-block-group {
    width: auto;
  }
  .footer .footer-menu .menu-block-group .menu-block {
    margin-bottom: 0;
  }

  .footer .footer-menu .events {
    margin-bottom: 0;
  }
  .footer .footer-menu .menu-block h5 {
    padding: 10px;
    border-top: dotted 2px #7d7d7d;
  }
  .footer .footer-menu .about h5 {
    border-top: none;
  }
  .footer .footer-menu .accordion-hd {
    position: relative;
  }
  .accordion_icon,
  .accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .accordion_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
  }
  .accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #af9a49;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .accordion_icon span:nth-of-type(1) {
    top: 15px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  .accordion_icon span:nth-of-type(2) {
    top: 15px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  /* +-切り替え */
  .accordion_icon.active span:nth-of-type(1) {
    display: none;
  }
  .accordion_icon.active span:nth-of-type(2) {
    top: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  .footer .footer-menu .menu-list {
    display: none;
  }
  .footer .footer-menu .menu-list li.menu-hd {
    padding: 10px;
    font-size: 16px;
  }
  .footer .footer-menu .menu-list li {
    border-top: dotted 2px #7d7d7d;
  }
  .footer .footer-menu .menu-child-list li:first-of-type {
    border-top: none;
  }
  .footer .footer-menu .menu-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
  .footer .footer-menu .menu-child-list li a {
    padding: 10px 10px 10px 24px;
  }
  .footer .footer-bottom {
    padding: 25px 0;
  }
  .footer .footer-bottom .cont-width {
    display: block;
  }
  .footer .footer-bottom .about {
    width: 100%;
  }
  .footer .footer-bottom .about h4 {
    width: 50%;
    margin: 0 auto 15px;
  }
  .footer .footer-bottom .about p {
    font-size: 14px;
    color: #af9a49;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .sns {
    width: 100%;
    display: block;
    text-align: center;
  }
  .footer .footer-bottom .sns .fb {
    display: inline-block;
    width: auto;
    padding: 4px 8px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .footer-bottom .sns .fb a {
    display: block;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .footer .footer-bottom .sns .fb figure {
    width: 12%;
    margin-right: 9px;
  }
  .footer .footer-bottom .sns .fb p {
    font-size: 14px;
  }
  .footer .footer-bottom .sns .fb .note {
    display: block;
    font-size: 12px;
  }
  .footer .footer-bottom .sns .nhk-snsbtn {
    display: inline-block;
  }
  .footer .footer-bottom .banner-area .banner-list li {
    width: 49%;
    max-width: auto;
    margin-right: 1%;
  }
  .footer .footer-bottom .banner-area .banner-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .footer .footer-bottom .policy-menu-list {
    display: block;
  }
  .footer .footer-bottom .policy-menu-list li {
    margin-bottom: .5em;
  }
}