@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* common
----------------------------------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  font-family:
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo",
    "游ゴシック Medium", "Yu Gothic Medium",
    "游明朝", "Yu Mincho",
    "ＭＳ Ｐゴシック", "MS PGothic",
    "Osaka";
  word-break: break-all;
  box-sizing: border-box;
  color: #000;
}

a {
  margin: 0;
  padding: 0;
  background: 0;
  color: #0085cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

span.new-line {
  display: block;
}

.paragraph-position {
  text-align: center;
  margin-bottom: 8px;
}

h2 {
  color: #023252;
  margin: 0 0 32px;
  padding: 0;
  line-height: 1.5;
  font-size: 37px;
  text-align: center;
  font-weight: bold;
}

h2 span {
  display: block;
  font-size: 18px;
}

h2.signup {
  font-size: 18px;
  font-weight: 800;
  color: #ED272B;
  margin-bottom: 20px;
  padding: 0 24px;
}

h2.signup::before {
  content: "＼";
  margin-right: 16px;
  font-weight: normal;
}

h2.signup::after {
  content: "／";
  margin-left: 8px;
  font-weight: normal;
}

h2.top {
  margin: 45px 0 24px;
}

h3 {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  line-height: 1.5;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  /* vertical-align: middle; */
}

h3 span {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}

h3.signup {
  text-align: center;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.5;
  padding: 0 24px;
}

.txt_color {
  color: #F4ECD9;
}

.flex-center {
  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;
}

.flex-center_main {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mr {
  margin-right: 20px;
}

.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.badge_red {
  display: inline-block;
  /* background-color: #ACE4E6; */
  /* border: 1px solid #e50027; */
  color: #e50027;
  margin-top: 4px;
  /* padding: 4px 8px; */
  /* vertical-align: top; */
  font-weight: bold;
}

.display_br {
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .flex-center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* IE10以上 */
  }
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.flex-huyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-huyo p:first-child::after {
  margin-left: 8px;
  content: "｜";
}

.flex-huyo p:last-child::before {
  margin-left: 8px;
  content: "｜";
}

.flex-suke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.flex-suke p:first-child {
  font-weight: bold;
}

.flex-suke p:first-child::after {
  margin-left: 8px;
  content: "";
}

.eventsEnd {
  width: 434px;
  margin: 0 auto 0 auto;
  padding: 8px 0 5px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

.eventsnotice {
  width: 700px;
  margin: 20px auto 0 auto;
  padding: 8px 0 5px 0;
  border: solid 2px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

.txt-bold {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt46 {
  margin-top: 46px;
}

.txt14 {
  font-size: 14px;
}

.txt-l {
  text-align: left;
}

.txt-c {
  text-align: center;
}

.txt-red {
  color: #E22735;
}

/* head
----------------------------------------------*/
.headerwrap {
  height: 40px;
  border-bottom: solid 1px #f0f0f0;
  background-color: #fff;
  padding: 0px 10px 0px 10px;
}

.header {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-top: 8px;
  overflow: hidden;
}

.header_2col {
  vertical-align: top;
  width: 48%;
}

.header_2col_left {
  float: left;
  text-align: left;
}

.header_2col_right {
  float: right;
  text-align: right;
}

.header .sns div {
  display: inline-block;
}

.header .sns .fb-like {
  right: 0;
}

.fb-like>span {
  width: 160px !important;
}

.fb-like iframe {
  width: 160px !important;
}

.mainwrap {
  height: 390px;
  margin-top: 0px;
  background: center;
  background-image: url(../img/mainwrap.png);
  background-size: cover;
  /* background: -moz-linear-gradient(top, #A50034 0%, #E50027 45%, #A50034 100%);
  background: -webkit-linear-gradient(top, #A50034 0%, #E50027 45%, #A50034 100%);
  background: linear-gradient(to bottom, #A50034 0%, #E50027 45%, #A50034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50027', endColorstr='#A50034', GradientType=0); */
  overflow: hidden;
  position: relative;
}



.main {
  display:
    -webkit-box;
  display:
    -ms-flexbox;
  display: flex;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  -ms-flex-line-pack: center;
  /* align-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* height: 890px; */
  margin: 0 auto;
}

.main .items {
  /* width: 100%; */
  /* z-index: 100; */
  text-align: center;
  position: relative;
}

.btn_box {
  position: absolute;
  top: 84%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}


.main .items .main-ttl {
  width: 763px;
  margin-top: 16px;
  margin-bottom: 5px;
}

.main .items .txt {
  line-height: 1;
  margin-top: 66px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.txt::before {
  content: "＼";
  margin-right: 8px;
  font-weight: bold;
}

.txt::after {
  content: "／";
  margin-left: 8px;
  font-weight: bold;
}

.main .items.info {
  display: inline-block;
  /* position: relative; */
  width: 100%;
  height: 650px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
}

.main .main_backcolor {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  margin-left: -488px;
}

.main .main_backcolor img {
  width: 970px;
  height: 467px;
}

.light-border {
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, transparent 0%, #FFFFFF 20%, #FFFFFF 80%, transparent 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 16px;
}

.light-border:last-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.light-border2 {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  width: 80%;
  margin: 15px auto;
}

.light-border3 {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: 10px auto;
}

.light-border4 {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  margin: 15px auto;
}

.details .site-diagnosis {
  margin-bottom: 20px;
  color: #000;
  line-height: 1.5;
}

.details .site-diagnosis p.ttl {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  /* display: inline-flex; */
  margin-bottom: 8px;
  line-height: 1.2;
}

.details .site-diagnosis p.ttl::before {
  content: "\f06b";
  /* top: -8px; */
  /* left: -1em; */
  color: #00A2A4;
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  margin-top: 8px;
  /* vertical-align: top; */
}

@media screen and (max-width: 767px) {
  .details .site-diagnosis p.ttl {
    font-size: 16px;
    text-align: left;
    line-height: 1.3;
  }

  .details .site-diagnosis p.ttl span {
    display: block;
    margin-left: 40px;
  }
}

.details .site-diagnosis p.lead {
  font-size: 14px;
}

.details .site-diagnosis p.introduction {
  background: #f5f5f5;
  padding: 16px;
  margin-top: 20px;
}

/* navi
----------------------------------------------*/
#gnavi {
  background-color: #023252;
  text-align: center;
  border-bottom: solid 1px #FFFFFF;
  position: relative;
  z-index: 15;
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 980px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#gnavi li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
  display: table;
}

#gnavi li.disp_none {
  display: none;
}

#gnavi li span {
  font-size: 10px;
  display: block;
}

#gnavi li a {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 45px;
  line-height: 1.5;
  color: #FFFFFF;
  height: 37px;
}

#gnavi .current {
  background-color: #FFFFFF;
  color: #023252;
}

#gnavi ul li a:hover {
  background-color: #FFFFFF;
  color: #023252;
}

#gnavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ページの内容
----------------------------------------------*/

.contents {
  /* width: 980px; */
  margin: 0 auto;
}

.contents-mb {
  width: 980px;
  margin: 0 auto 80px;
}

/* 大きな変更ポイント
----------------------------------------------*/
.point-ttl {
  margin: 40px auto 16px;
  text-align: center;
  width: fit-content;
  display: flex;
}

.point-box {
  margin-top: 32px;
  display: grid;
  /* 要素を横並びにする */
  flex-wrap: wrap;
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.point-box-h4 {
  font-size: 24px !important;
}

.point-box .mr24 {
  margin-right: 24px;
}

.point-box .point-box-in {
  display: table-cell;
  width: 93%;
  background: #BCE3FD;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.point-box-100 {
  margin-top: 32px;
  flex-wrap: wrap;
  display: grid;
}

.point-box-100 .point-box-in-100 {
  display: table-cell;
  width: 97%;
  background: #BCE3FD;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .point-box-100 .point-box-in-100 {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .point-box .mr24 {
    margin-right: 0;
  }
}

.category {
  /* padding: 24px; */
  margin-bottom: 0 !important;
}

.category ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 24px 12px;
}

.category li {
  margin: 6px;
}

.category li a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 6px;
  font-size: 13px;
  width: 169px;
  margin: 0;
}

.category h4 {
  font-size: 24px;
  font-weight: bold;
  color: #023252;
  margin: 16px;
}

.category p {
  line-height: 1.75;
}

.point-box .point-box-in .white-box {
  line-height: 1.2;
  background-color: white;
  padding: 16px;
  margin-top: 16px;
  height: 110px;
  align-items: center;
  display: grid;
}

@media screen and (max-width: 767px) {
  .point-box .point-box-in .white-box {
    height: auto;
  }
}

.point-box .point-box-in .white-box .ttl,
.point-box-100 .point-box-in .white-box .ttl {
  margin-bottom: 8px;
  display: block;
}

.point-box .point-box-in .white-box .red,
.point-box .point-box-in-100 .red,
.point-box-100 .point-box-in .white-box .red {
  font-weight: bold;
  font-size: 30px;
  color: #E22735;
}

.point-box .point-box-in .white-box .ttl-gly {
  background: #DEDEDE;
  padding: 4px;
  margin-bottom: 8px;
}

.point-box .point-box-in .white-box .ttl-red {
  background: #E22735;
  color: white;
  padding: 4px;
  margin-bottom: 8px;
}

.point-box .point-box-in .white-box .point-p {
  line-height: 1.5;
}

.overall-box {
  display: flex;
  align-items: center;
  height: 132px;
  vertical-align: middle;
}



/* 装飾 */
.point-patch {
  width: 87px;
  height: 87px;
  line-height: 1.25;
  background-color: #F8FF43;
  border-radius: 50%;
  color: #023252;
  border: 3px solid #023252;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-right: 16px;
}

.point-patch span {
  font-size: 27px;
}

figure.img-intro {
  width: 700px;
  margin: 0 auto;
}

.img-intro img {
  width: 700px;
}

/* 総合賞
----------------------------------------------*/

.award-title {
  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;
}

.other-award-title {
  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;
  margin-bottom: -20px;
}

.award-title .award-leaf {
  height: 120px;
}

.award-title .title-txt {
  margin: 0 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.award-title .title-txt img.clown {
  margin-top: -20px;
  width: 36px;
}

.award-title .title-txt h3 {
  font-size: 32px;
  color: #013332;
  font-weight: bold;
  margin-bottom: 0;
}

.award-title .title-txt p {
  color: #013332;
  font-size: 20px;
}

.other-award-title .award-leaf {
  height: 70px;
}

.other-award-title .title-txt {
  margin: 0 16px;
}

.other-award-title .title-txt h3 {
  font-size: 32px;
}

.other-award-title .title-txt p {
  font-size: 20px;
}

.overall-bg .award-title {
  color: #F4ECD9;
  text-align: center;
  line-height: 1;
  padding: 32px 32px 0;
  margin: 0;
}

.special-bg .award-title {
  color: #F4ECD9;
  text-align: center;
  line-height: 1;
  padding-top: 35px;
}

.new_face_award_bg .award-title {
  color: #F4ECD9;
  text-align: center;
  line-height: 1;
  padding-top: 43px;
}

.other-bg .award-title {
  color: #CC8200;
  text-align: center;
  line-height: 1;
}

.other-bg .other-award-title {
  color: #F4ECD9;
  text-align: center;
  line-height: 1;
}

.overall-bg {
  background-color: #fff2d2;
  border-radius: 16px;
  padding: 0 32px 32px;
  margin-bottom: 32px;
}

.special-bg {
  background-color: #CDEFF0;
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 0 32px 32px;
}

.new_face_award_bg {
  background-image: url(../img/new_face_award_background.jpg);
  margin-bottom: 32px;
  height: auto;
  padding: 0 30px 30px;
}

.prize-money {
  font-weight: bold;
  font-size: 30px;
}

.prize-money span.money {
  font-size: 50px;
}

.gold-crown::before {
  content: url(../img/img-crown-gold.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
}

.silver-crown::before {
  content: url(../img/img-crown-silver.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
}

.bronze-crown::before {
  content: url(../img/img-crown-bronze.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.6);
}

.none-crown::before {
  content: "　";
  width: 20px;
  display: inline-block;
  margin-left: 42px;
}

.smallcrown::before {
  transform: scale(0.4) !important;
}

.white-box {
  line-height: 1.2;
  background-color: white;
  padding: 16px;
  margin-top: 16px;
  text-align: center;
}

.border-gold {
  border: solid 3px #edd79e;
}

.border-green {
  border: solid 3px #B7E4E5;
  margin-top: 0;
}

.white-box .benefits {
  font-size: 20px;
}

.white-box .benefits::before {
  content: "\f06b";
  top: 0;
  left: -1em;
  color: #F0AF16;
  font-size: 30px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 16px;
}

.white-box .benefits::after {
  content: "|";
  color: #ccc;
  padding: 0 16px;
  font-weight: normal;
}

.conditions-all {
  display: flex;
}

.conditions-box {
  width: 122px;
  margin-right: 30px;
}

span.conditions {
  display: inline-block;
  padding: 0 8px;
  margin-right: 16px;
  border: solid 2px #D2D2D2;
  background-color: white;
  width: 100%;
  text-align: center;
}

.overall-first .number {
  font-size: 30px;
  font-weight: bold;
}

.overall-first .unit {
  font-size: 24px;
  margin-bottom: 5px;
}

.overall-award .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F4ECD9;
  line-height: 1;
}

.overall-award .prize-money .amount {
  font-size: 72px;
  font-weight: bold;
}

.overall-award .prize-money .base-line {
  margin-bottom: -8px;
}

.overall-award1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overall-award1 .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F4ECD9;
  line-height: 1;
}

.overall-award1 .prize-money .base-line {
  margin-bottom: -8px;
}

.overall-award1 .prize-money .amount {
  font-size: 77px;
  font-weight: bold;
  letter-spacing: -0.06em;
  margin-right: 7px;
}

.overall-other {
  width: 835px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new {
  display: flex;
  justify-content: space-between;
}

.details {
  width: 100%;
  color: #ffffff;
}

.details:last-child {
  margin-top: 15px;
}

.overall-other-box-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  width: 50%;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  text-indent: -12px;
}

.overall-other-box-new span {
  font-size: 30px;
}

.overall-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 14px;
  padding: 4px;
  background-color: #FFFFFF;
  color: #002CA9;
  border-radius: 2px;
  line-height: 1;
}

.overall-second .number {
  font-size: 32px;
}

.overall-second .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.overall-other .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
}

.overall-other .prize-money .amount {
  font-size: 65px;
  font-weight: bold;
}

.overall-other .prize-money .base-line {
  margin-bottom: -6px;
}

.overall-other-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38%;
}

.other-bg {
  width: 45%;
  height: 402px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00299C;
  padding: 32px 16px;
}

.other-award-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 72px;
}

.other-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 32px;
}

.other-other-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
}

.other-award .other-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 24px;
  padding: 4px;
  border: 2px solid #CC8200;
  color: #CC8200;
  border-radius: 2px;
  line-height: 1;
}

.other-other-award .other-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
  padding: 21px 4px 0px 4px;
  background-color: #F4ECD9;
  color: #002CA9;
  border-radius: 2px;
  line-height: 1;
}

.other-award .other-first .number {
  font-size: 32px;
}

.other-award .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-award .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #CC8200;
  line-height: 1;
}

.other-other-award .other-first .number {
  font-size: 32px;
}

.other-other-award .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-other-award .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #F4ECD9;
  line-height: 1;
}

.prize-money-other {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
}

.other-award .prize-money .amount {
  font-size: 56px;
  font-weight: bold;
}

.other-award .prize-money .base-line {
  margin-bottom: -6px;
}

.other-other-award .prize-money .amount {
  font-size: 77px;
  font-weight: bold;
  vertical-align: -4px;
}

.other-other-award .prize-money .base-line {
  margin-bottom: -6px;
}

.other-award-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 8px;
  color: #000;
  width: fit-content;
  font-size: 26px;
  font-weight: bold;
}

.other-award-new .other-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 24px;
  padding: 4px;
  border: 2px solid #CC8200;
  color: #CC8200;
  border-radius: 2px;
  line-height: 1;
}

.other-award-new .other-first .number {
  font-size: 32px;
}

.other-award-new .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-award-new .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F4ECD9;
  line-height: 1;
}

.other-award-new .prize-money .amount {
  font-size: 77px;
  font-weight: bold;
}

.other-award-new .prize-money .base-line {
  margin-bottom: -6px;
}

.other-other {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-other-other {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
  padding: 4px;
  color: #002CA9;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 1;
}

.other-second .number {
  font-size: 32px;
}

.other-second .unit {
  font-size: 16px;
  margin-bottom: 3px;
}

.other-other .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

.other-other-other .prize-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.other-other .prize-money .amount {
  font-size: 61px;
  font-weight: bold;
  padding: 0px 2px;
  vertical-align: -2px;
}

.other-other-other .prize-money .amount {
  font-size: 48px;
  font-weight: bold;
}

.other-other .prize-money .base-line {
  margin-bottom: -4px;
}

.other-other-other .prize-money .base-line {
  margin-bottom: -4px;
}

.main .overall-award {
  display: inline-block;
  font-size: 14px;
}

.main .overall-award .prize-money {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F4ECD9;
  line-height: 1;
}

.main .overall-award .prize-money .amount {
  font-size: 56px;
}

.main .overall-other {
  margin-bottom: 16px;
}

.main .overall-other-box {
  width: 980px;
  margin: 0 auto;
  display: inline-block;
  padding: 16px;
  background: white;
}

.main .overall-other-box2 {
  display: inline-block;
  /* margin-left: 40px; */
}

.overall-other-box .txtbox {
  font-size: 14px;
  background-color: #fff;
  padding: 16px 32px;
  width: fit-content;
  margin: 8px auto 0;
}

.main .overall-other .prize-money {
  font-size: 20px;
}

.main .overall-other .prize-money img {
  margin-right: 30px;
}

.main .overall-other .prize-money .base-line {
  margin-bottom: 0;
  margin: 0 auto;
}

.main .overall-other .prize-money .amount {
  font-size: 32px;
}

.main .schedule {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 7px;
}

.main .sign {
  width: 85%;
  margin: 0 auto;
  padding: 16px;
  padding-top: 8px;
}

.main .sign .sub {
  padding-top: 8px;
}

.main .sign p {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}

.special-award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.special-award .award-title {
  margin-bottom: 0;
  padding-top: 38px;
  margin: 0 auto;
}

.special-award .award-title .title-txt {
  margin: 0 16px;
  color: #F4ECD9;
}

.special-award .award-title .title-txt h3 {
  font-size: 32px;
}

.special-award .award-title .title-txt p {
  font-size: 20px;
}

.special-award .special {
  font-size: 20px;
  color: #CC8200;
  line-height: 1;
  margin-left: 17px;
}

.conditions.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.conditions.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.special-award .conditions.flex-start {
  margin-bottom: 0;
  line-height: 1;
}

.conditions {
  font-family: "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo,
    "MS Pゴシック",
    "MS PGothic", ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-f {
  color: #FFFFFF;
}

.conditions .target {
  font-weight: bold;
  margin-right: 16px;
}

.other-target {
  font-weight: bold;
  margin-right: 16px;
}

p.other-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #F4ECD9;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 12px;
  margin-bottom: 8px;
}

.conditions p {
  font-size: 14px;
  color: #ffffff;
}

.technical_link {
  margin-top: 10px;
}

.technical_link p {
  color: #ffffff;
  margin-bottom: 5px;
}

.technical_link a::after {
  content: "\03e";
}

.technical_link a {
  color: #F3C887;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 10px 25px;
  margin-right: 9px;
}

.technical_link a:last-child {
  margin: 0;
}

.technical_link a:hover {
  background-color: #F3C887;
  color: #111111;
}

.technical_link_l ul {
  list-style: none;
  padding-inline-start: 0;
}

.technical_link_l ul li {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 30px;
}

.technical_link_l ul li:last-child {
  padding: 0;
}

.technical_link_l ul li:nth-of-type(3n) {
  padding-right: 0;
}

.technical_link_l ul li a {
  padding: 3px;
  width: 196px;
  display: block;
}

.technical_link_l {
  padding: 0;
  text-align: center;
}

.technical_link_l p {
  color: #ffffff;
  margin-bottom: 5px;
}

.technical_link_l a::after {
  content: "\03e";
}

.technical_link_l a {
  color: #F3C887;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 10px 25px;
  margin-right: 9px;
}

.technical_link_l a:last-child {
  margin: 0;
}

.technical_link_l a:hover {
  background-color: #F3C887;
  color: #111111;
}

.treasure {
  margin-top: 10px;
  text-align: center;
}

.treasure p {
  color: #ffffff;
}

a.treasure-btn {
  color: #F3C887;
  border: solid 1px #F3C887;
  border-radius: 3px;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 17px;
}

a.treasure-btn:hover {
  color: #000000;
  background-color: #F3C887;
}

a.treasure-btn::after {
  content: "\03e";
}

p.maintenance {
  text-align: center;
  margin-bottom: 30px;
}

p.maintenance:first-child {
  margin-top: 30px;
}

.maintenance-title {
  font-size: 17px;
  font-weight: bold;
}

.last {
  padding-right: 0;
}

.maintenance-time {
  color: #BE0607;
  font-weight: bold;
}

.site-diagonasis {
  margin-top: 20px;
  /* padding-top: 20px; */
}

.site-diagonasis .title {
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 23px;
}

span.title-other {
  font-weight: 300;
  margin-bottom: 14px;
}

.site-diagonasis .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}

.site-diagonasis .inner .items {
  margin-bottom: 16px;
  /* width: 58%; */
}

.site-diagonasis .inner .items:last-child {
  /* width: 40%; */
}

.site-diagonasis .inner .items .category {
  font-size: 12px;
  font-size: 11px;
  color: #000;
  font-weight: normal;
}

.site-diagonasis .inner .items .category::before {
  content: "カテゴリー：";
  font-weight: bold;
}

.site-diagonasis .inner .items .site-name {
  color: #000;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.3;
}

.site-diagonasis .inner .items a {
  color: #F3C887;
  font-weight: normal;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 9px 16px;
}

.site-diagonasis .inner .items a::after {
  content: "\03e";
}

.site-diagonasis .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}

.site-diagonasis .inner2 .items {
  margin-bottom: 16px;
  /* width: 22%; */
}

.site-diagonasis .inner2 .items:last-child {
  margin-bottom: 16px;
}

.site-diagonasis .inner2 .items .category {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}

.site-diagonasis .inner2 .items .category::before {
  content: "カテゴリー：";
  font-weight: bold;
}

.site-diagonasis .inner2 .items .site-name {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1;
}

.site-diagonasis .inner .items a,
.site-diagonasis .inner2 .items a {
  color: #007071;
  border-color: #007071;
  border-width: 1px;
  border-style: solid;
  font-weight: normal;
  background-color: #fff;
  border-radius: 5px;
  padding: 9px 16px;
  font-size: 14px;
}

.site-diagonasis .inner .items a:hover,
.site-diagonasis .inner2 .items a:hover {
  background-color: #007071;
  color: #fff;
  text-decoration: none;
}

.site-diagonasis .inner2 .items a::after {
  content: "\03e";
}

.items3 p {
  font-weight: normal;
}

.items3 {
  padding-right: 9px;
  margin-top: 20px;
}

.btn-sign-up-main-teaser {
  width: 20em;
  display: block;
  padding: 16px 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 8px;
  color: #fff;
  background-color: #007071;
  margin: 0 auto;
  font-weight: bold;
}

.btn-sign-up-main-entry {
  width: 20em;
  display: block;
  padding: 16px 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #0085CC;
  border: solid 2px #0085cc;
  border-radius: 4px;
  margin: 0 auto;
}

.main .btn-sign-up-main-teaser {
  width: auto;
  display: block;
  padding: 11px 16px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
  text-align: center;
}

.main .btn-sign-up-main-entry {
  width: auto;
  display: block;
  padding: 11px 16px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
  text-align: center;
}

.btn-sign-up-main-sub {
  width: auto;
  display: block;
  padding: 9px 16px 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #0085CC;
  background-color: #fff;
  border: 1px solid #0085CC;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
}

.flex-center .btn-sign-up-main-sub {
  width: auto;
  display: block;
  padding: 9px 10px 7px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #0085CC;
  background-color: #fff;
  border: 1px solid #0085CC;
  border-radius: 4px;
  text-align: center;
  margin-top: 0;
}

.top-sign-up {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 20px;
}

.apply .btn-apply {
  display: block;
  margin: 0 auto;
  padding: 16px 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #007071;
  border-radius: 8px;
  text-align: center;
  margin: 8px 0;
}

.apply .main_btn {
  padding: 12px 50px;
  font-size: 18px;
}

.btn-signup {
  display: block;
  margin: 0 auto;
  margin-left: 24px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #007071;
  background-color: #fff;
  border-radius: 8px;
  border: #007071 solid 1px;
  text-align: center;
  margin: 8px 0 8px 24px;
  box-sizing: border-box;
}

.btn-signup_main {
  width: 320px;
  margin: 8px auto 6px;
}

.btn-signup:hover {
  color: #fff;
  background-color: #007071;
  text-decoration: none;
}

.w24em {
  width: 24em;
}

.main .apply .schedule {
  color: #ffffff;
  font-size: 13px;
}

.separator::after {
  content: "｜";
  margin: 9px;
}
/* カテゴリー賞
 */
#section4 .award-header .header-text-category{
  padding-left: 140px;
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: 40px center;
}
.web-division .header-text-category {
  background-image: url(../img/icon_web.png);
}
.pc-division .header-text-category {
  background-image: url(../img/icon_pc.png);
}
.shopping-division .header-text-category {
  background-image: url(../img/icon_shopping.png);
}
.food-division .header-text-category {
  background-image: url(../img/icon_food.png);
}
.job-division .header-text-category {
  background-image: url(../img/icon_job.png);
}
.travel-division .header-text-category {
  background-image: url(../img/icon_travel.png);
}
.finance-division .header-text-category {
  background-image: url(../img/icon_money.png);
}

/* スケジュール
 */

.step {
  list-style-type: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.step li {
  display: inline-block;
  position: relative;
  padding: 16px;
}

.step li .title {
  font-size: 20px;
  font-weight: bold;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: 0;
  right: -18px;
  border-style: solid;
  border-width: 50px 0 50px 1em;
  border-color: transparent transparent transparent #FFFFFF;
  z-index: 10;
}

.step li:after {
  top: 0;
  right: -14px;
  border-style: solid;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}

.step li.is-entry {
  width: 310px;
  background: #F4ECD9;
  border-radius: 4px 0 0 4px;
}

.step li.is-entry:after {
  border-color: transparent transparent transparent #F4ECD9;
}

.step li.is-judge {
  width: 300px;
  background: #F7E2AC;
}

.step li.is-judge:after {
  border-color: transparent transparent transparent #F7E2AC;
}

.step li.is-result {
  width: 169px;
  background: #F2CE71;
  border-radius: 0 4px 4px 0;
}

.list-triangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
}

.triangle {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  width: 90%;
  text-align: center;
  z-index: 1;
}

.triangle .title {
  font-size: 20px;
  font-weight: bold;
}

.triangle:first-child {
  width: 42%;
  background-color: #F4ECD9;
  z-index: 5;
  border-radius: 4px 0 0 4px;
}

.triangle:nth-child(2) {
  width: 32%;
  background-color: #F7E2AC;
  z-index: 4;
}

.triangle:last-child {
  width: 28%;
  background-color: #F2CE71;
  z-index: 3;
  border-radius: 0 4px 4px 0;
}

.triangle:first-child::after {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F4ECD9 50.5%) no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #F4ECD9 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #F4ECD9;
}

.triangle:nth-child(2)::after {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F7E2AC 50.5%) no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #F7E2AC 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #F7E2AC;
}

.triangle:last-child::after {
  display: none;
}

.triangle::after {
  content: '';
  height: 100%;
  top: 0;
  left: 93.5%;
  position: absolute;
  width: 20px;
  z-index: 2;
}

.triangle::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 50%,
    linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #fff;
  content: '';
  height: 100%;
  top: 0;
  left: 95%;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.triangle:last-child::before {
  display: none;
}

/* 告知用の空き
----------------------------------------------*/
.pb85 {
  padding-top: 85px;
}

.special-award-site .notice {
  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;
  height: 100%;
}

.special-award-site .notice {
  height: 240px;
  /* background-color: #EBF9EA; */
  border-radius: 8px;
  text-align: center;
}


/* 過去開催 */
.past-award {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  list-style: none;
}

/* 審査基準
----------------------------------------------*/
.rules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 24px 0 24px;
  background-color: #F4ECD9;
  border-radius: 8px;
}

.rules ul {
  list-style: none;
  padding-left: 1em;
}

.rules ul li.rules-item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 9px;
  list-style: none;
  line-height: 2;
  font-size: 16px;
}

.rules ul li.rules-item:last-child {
  margin-bottom: 0;
}

.rules ul li.rules-item::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: -1em;
  color: #00A2A4;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* 募集要項 */

.yokou {
  border: 1px solid #D1B37D;
  border-collapse: collapse;
}

.yokou tr {
  border-bottom: 2px dotted #D1B37D;
}

.yokou tr:last-child {
  border-bottom: none;
}

.yokou th {
  width: 13em;
  font-weight: bold;
  background-color: #F9F7F4;
  text-align: left;
  vertical-align: top;
}

.yokou th,
td {
  padding: 16px;
}

.yokou ul {
  margin: 0;
  padding-left: 16px;
}

.yokou .tokuten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 652px;
}

.yokou .tokuten .items {
  display: -ms-flexbox;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 50%;
  margin-bottom: 24px;
  flex-wrap: wrap；
}


.yokou .tokuten .items .award {
  margin-right: 24px;
  font-weight: bold;
  width: 100%;
}

.yokou .tokuten .items .money {
  line-height: 1.5;
  width: 100%;
}

p.precautions {
  margin-top: 30px;
}

/* 会員登録枠
----------------------------------------------*/
.conversion-box {
  background-color: #E1FAFA;
  padding: 32px;
  margin-bottom: 72px;
}

.conversion-box .inbox {
  width: 980px;
  margin: 0 auto;
}

.conversion-box h4 {
  margin-bottom: 16px;
  font-size: 28px;
  color: #023252;
  text-align: center;
}

.apply {
  width: fit-content;
  margin: 0 auto;
}

/* ノウハウ集への導線
----------------------------------------------*/
.know-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.know-how:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.know-how-link img {
  width: 280px;
}

.know-how-first {
  text-align: center;
  margin-bottom: 20px;
}

/*ページ内スクロール調整
------------------------*/
#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
  width: 980px;
  margin: -60px auto 0;
  padding-top: 60px;
}



/* inquiry
----------------------------------------------*/
.inq_cp {
  padding: 20px;
  background-color: #f7f7f7;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}

.inq_cp span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.inq_cp span img {
  padding: 4px 10px 0 0;
}

/* site top
----------------------------------------------*/
.sitetop {
  margin: 40px 0 0 0;
  padding: 20px 0;
  text-align: center;
}

/* footer
----------------------------------------------*/
.footer {
  margin: 20px 0 0 0;
  padding: 20px 0;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
}

/* backtotop
----------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 40px;
  right: 100px;
  z-index: 10;
  display: none;
}

/* .backtotop {
  bottom: 40px;

  bottom: 40px¥9;

  * bottom: 40px;

}

.backtotop:not(:target) {
  bottom: 100px¥9;

} */

.backtotop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 98%;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background-color: #023252;
  border-radius: 50%;
}

.backtotop a:hover {
  opacity: 0.7;
}

/* サインアップボタン
----------------------------------------------*/
.sign-up-header {
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
}

.sign-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-up-text {
  width: 65%;
  padding-right: 32px;
  font-size: 16px;
}

.sign-up-btn {
  text-align: center;
  width: 35%;
  margin-top: 8px;
}

.sign-up-btn .btn-sign-up-text {
  font-size: 16px;
}

.sign-up a.btn-sign-up {
  display: block;
  margin-bottom: 16px;
  padding: 16px 30px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
}

.sign-up a.btn-sign-up2 {
  display: block;
  margin-bottom: 16px;
  padding: 16px 30px 13px;
  font-size: 19px;
  line-height: 1.5;
  color: #0085CC;
  border: solid 2px #0085cc;
  border-radius: 4px;
}

/*受賞コメント*/
a.result-btn{
  width: 30em;
  display: block;
  padding: 16px 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 8px;
  color: #fff;
  background-color: #0085cc;
  margin: 0 auto 32px;
  font-weight: bold;
}

/*受賞コメント
----------------------------------------------*/

.site-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 43px;
}

.site-contents .capture-link {
  overflow: hidden;
  width: 380px;
  height: auto;
  border-radius: 16px;
}

.site-contents .capture-link img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.3s;
}

.site-contents .capture-link img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.site-contents .capture-link-silver {
  overflow: hidden;
  width: 522px;
  height: 416px;
  border: 3px solid #717171;
  border-radius: 16px;
}

.site-contents .capture-link-silver img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.3s;
}

.site-contents .capture-link-silver img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.site-contents .capture-link-bronze img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.site-contents .capture-link-bronze {
  overflow: hidden;
  width: 522px;
  height: 416px;
  border: 3px solid #793300;
  border-radius: 16px;
}

.site-contents .capture-link-bronze img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.3s;
}

.site-contents .capture-link-bronze img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.site-contents .text-link {
  margin: 0;
  margin-top: 16px;
  padding: 0;
  text-align: right;
  line-height: 1;
}

.site-contents .text-link span {
  margin-left: 2px;
  font-size: 12px;
}

.site-contents h3.award-winner-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  line-height: 23px;
  font-size: 24px;
}

.site-contents h3.award-winner-comment::before {
  content: "\f4ad";
  margin-right: 8px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.site-contents h3.award-winner-comment2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: center; */
  font-weight: bold;
  line-height: 23px;
  margin-top: 30px;
  font-size: 24px;
}

.site-contents h3.award-winner-comment2::before {
  content: "\f4ad";
  margin-right: 8px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.paragraph {
  margin-right: 30px;
}


/* 1位
----------------------------------------------*/
.award-winner-site-first {
  margin-top: 56px;
  margin-bottom: 60px;
  background: #fff2d2;
  padding-bottom: 40px;
  border-radius: 16px;
}

.award-winner-site-second {
  margin-top: 56px;
  margin-bottom: 60px;
  background: #f5f5f5;
  padding-bottom: 40px;
  border-radius: 16px;
}

.award-winner-site-third {
  margin-top: 56px;
  margin-bottom: 60px;
  background: #FAF4E6;
  padding-bottom: 40px;
  border-radius: 16px;
}

.award-winner-site-rank {
  margin-top: 56px;
  margin-bottom: 60px;
  background: #EEF8FE;
  padding-bottom: 40px;
  border-radius: 16px;
}

.award-winner-site-first .award-header,
.award-winner-site-second .award-header,
.award-winner-site-third .award-header,
.award-winner-site-rank .award-header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 16px 0px;
  width: 100%;
}

.award-winner-site-first .gold {
  border-radius: 16px 16px 0 0;
  background-color: #966F17;
}

.award-winner-site-second .silver {
  border-radius: 16px 16px 0 0;
  background-color: #717171;
}

.award-winner-site-third .bronze {
  border-radius: 16px 16px 0 0;
  background-color: #A45923;
}

.award-winner-site-rank .blue {
  border-radius: 16px 16px 0 0;
  background-color: #045183;
}

.award-winner-site-first .medal,
.award-winner-site-second .medal,
.award-winner-site-third .medal,
.award-winner-site-rank .medal  {
  position: relative;
  width: 70px;
}

.award-winner-site-first .medal img,
.award-winner-site-second .medal img,
.award-winner-site-third .medal img,
.award-winner-site-rank .medal img {
  position: absolute;
  width: 183px;
  top: -42px;
  left: -50px;
}

.award-winner-site-first .header-text,
.award-winner-site-second .header-text,
.award-winner-site-third .header-text,
.award-winner-site-rank .header-text {
  margin-left: 50px;
  color: #ffffff;
}

.header-text-category {
  color: white;
  padding-left: 40px;
}

.award-winner-site-first .site-category,
.award-winner-site-second .site-category,
.award-winner-site-third .site-category,
.award-winner-site-rank .site-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

.award-winner-site-first .site-category p,
.award-winner-site-second .site-category p,
.award-winner-site-third .site-category p,
.award-winner-site-rank .site-category p {
  display: inline-block;
}

p.award-winner-comment {
  line-height: 23px;
}

.award-winner-site-first .site-category .colon,
.award-winner-site-second .site-category .colon,
.award-winner-site-third .site-category .colon,
.award-winner-site-rank .site-category .colon {
  font-weight: bold;
  line-height: 1.25;
}

.award-winner-site-first .site-category .colon::after,
.award-winner-site-second .site-category .colon::after,
.award-winner-site-third .site-category .colon::after,
.award-winner-site-rank .site-category .colon::after {
  content: ":";
  margin-left: 8px;
  margin-right: 8px;
}

.award-winner-site-first .site-category-sub,
.award-winner-site-second .site-category-sub,
.award-winner-site-third .site-category-sub,
.award-winner-site-rank .site-category-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

.award-winner-site-first .site-category-sub .colon,
.award-winner-site-second .site-category-sub .colon,
.award-winner-site-third .site-category-sub .colon,
.award-winner-site-rank .site-category-sub .colon {
  font-weight: bold;
}

.award-winner-site-first .site-category-sub .colon::after,
.award-winner-site-second .site-category-sub .colon::after,
.award-winner-site-third .site-category-sub .colon::after,
.award-winner-site-rank .site-category-sub .colon::after {
  content: ":";
  margin-left: 8px;
  margin-right: 8px;
}

.award-winner-site-first .site-name,
.award-winner-site-second .site-name,
.award-winner-site-third .site-name,
.award-winner-site-rank .site-name {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
}

.award-winner-site-first .header-text-another,
.award-winner-site-second .header-text-another,
.award-winner-site-third .header-text-another,
.award-winner-site-rank .header-text-another {
  margin-left: 70px;
  color: #ffffff;
}

.award-winner-site-first .site-name-another,
.award-winner-site-second .site-name-another,
.award-winner-site-third .site-name-another,
.award-winner-site-rank .site-name-another {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.site-contents h3.award-winner-comment2 {
  line-height: 1.125em;
}


/* スタッフコメント
----------------------------------------------*/
.staff-comment {
  padding: 16px 32px 9px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 43px;
}

.staff-comment h3 {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  line-height: 1;
  font-size: 20px;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: block;
}

.spshow {
  display: none;
}

@media screen and (max-width: 820px) {
  .header {
    width: 800px;
  }

  .contents,
  .contents-mb,
  .conversion-box,
  #gnavi ul,
  .main .overall-other-box {
    width: 100%;
  }

  #gnavi li a {
    padding: 5px 35px;
  }

  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6 {
    width: 100%;
    margin: -60px auto 0;
    padding-top: 60px;
  }

  .know-how-link img {
    width: 250px;
  }

  .conversion-box .inbox {
    width: 700px;
  }

  .conversion-box {
    margin-bottom: 72px !important;
    box-sizing: border-box;
  }
}

.notice-coment {
  background: #f5f5f5;
  padding: 8px;
  font-weight: bold;
}

.department {
  color: gold;
  font-size: 12px;
}




/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  h2 {
    font-size: 2em;
    line-height: 1.5;
  }

  .flex-center {
    margin-bottom: 8px;
  }

  h2.skewer-border {
    margin: 0 40px;
    padding: 0 10px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 24px;
  }

  .paragraph-position {
    text-align: left;
    padding: 0;
  }

  span.new-line {
    display: inline;
  }

  a.treasure-btn {
    line-height: 25px;
    padding: 7px;
    margin-bottom: 7px;
    margin-top: 20px;
  }

  .technical_link ul {
    list-style: none;
    padding-inline-start: 0;
  }

  .technical_link ul li {
    margin-bottom: 35px;
  }

  .technical_link ul li:last-child {
    margin-bottom: 0;
  }

  .technical_link ul li a:first-child {
    padding: 10px 60px;
  }

  .technical_link ul li a {
    font-size: 16px;
    padding: 10px 50px;
  }

  .badge_red,
  .badge_green {
    display: inline-block;
  }

  .txt-i-block{
    display: inline-block;
  }


  /* contents
----------------------------------------------*/
  .contents {
    width: 100%;
    /* display: table-cell; */
    margin-top: 24px;
    padding: 20px 0;
    border: none;
    border-radius: 0;
  }

  #section0,
  #section1,
  #section2,
  #section3,
  #section4,
  #section5,
  #section6,
  section {
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .contents-mb {
    width: 100%;
  }

  /* head
----------------------------------------------*/
  .header {
    width: 100%;
  }

  .mainwrap {
    height: auto;
    /* mainwrapはheight必須 */
  }

  .main {
    height: 100%;
    padding: 0;
    background: none;
    background-position-x: center;
  }

  .main h1 {
    margin: 0;
    top: 16px;
  }

  .main-img {
    width: 100%;
    height: 100%;
  }

  .main .items .main-ttl {
    height: auto;
    width: 98%;
    margin: 12px 0 0;
  }

  .introduction {
    margin: 12px 0 0;
  }

  .paragraph-position {
    margin-bottom: 15px;
  }

  .main .sign {
    margin-top: 21px;
  }

  figure.img-intro,
  .img-intro img {
    width: 100%;
  }


  /*ページ内スクロール調整解除
------------------------*/
  /* 
  #section0 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section1 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section2 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section3 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section4 {
    margin-top: -90px;
    padding-top: 90px;
  } */

  /* navi
  ----------------------------------------------*/
  #gnavi {
    display: none;
  }

  /* sitetop
----------------------------------------------*/
  .sitetop {
    margin: 20px 0 0 0;
    padding: 10px 40px;
  }

  /* backtotop
----------------------------------------------*/
  .backtotop {
    right: 30px;
  }

  .backtotop a {
    width: 40px;
    height: 40px;
    line-height: 46px;
  }

  /* footer
----------------------------------------------*/
  .footer {
    padding: 20px 40px;
  }

  .footer p {
    font-size: 15px;
    line-height: 1.3;
  }

  /* etc
----------------------------------------------*/
  .pcshow {
    display: none;
  }

  .spshow {
    display: block;
  }

  /* inquiry
----------------------------------------------*/
  .inq_cp {
    padding: 20px;
    background-color: #f7f7f7;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }

  /* 大きな変更ポイント
----------------------------------------------*/
  .point-ttl h3 {
    font-size: 20px;
    margin-top: 30px;
    vertical-align: middle;
  }

  .point-ttl h3.point2 {
    margin-top: 32px;
  }

  .point-ttl h3 span {
    font-size: 15px;
  }

  .point-box {
    grid-template-columns: auto;
  }

  .point-box .point-box-in {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .award-title .award-leaf {
    height: 70px;
  }

  .prize-money {
    font-size: 20px;
  }

  .prize-money .spspan {
    display: block;
    font-size: 20px;
  }

  .border-gold {
    line-height: 1.75;
  }

  .category ul {
    display: block;
  }

  .category li a {
    width: 90%;
  }

  span.conditions {
    display: inline-block;
    padding: 0 8px;
    margin-right: 16px;
    border: solid 2px #D2D2D2;
    background-color: white;
    width: 100%;
    margin-top: -20px;
    text-align: center;
  }

  .conditions-box {
    width: -webkit-fill-available;
  }

  .conditions-all {
    margin-top: 24px;
    display: table;
  }

  /* 受賞サイトの見出し
  ----------------------------------------------*/
  .award-winner-site .header {
    padding: 8px 0 7.5px;
  }

  .award-winner-site .medal {
    width: 0px;
  }

  .award-winner-site .medal img {
    width: 60px;
    height: 61.25px;
    top: -20px;
    left: -20px;
  }

  .award-winner-site .header-text {
    margin-left: -8px;
  }

  .award-winner-site .site-category {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-left: 50px;
  }

  p.department {
    display: block;
  }

  .award-winner-site .site-category .colon {
    margin-bottom: 0;
  }

  .award-winner-site .site-category .colon::after {
    content: "";
    margin-left: 8px;
    margin-right: 8px;
  }

  .award-winner-site .site-name {
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 16px 0;
  }

  /* 受賞サイトの内容
  ----------------------------------------------*/
  .site-contents {
    display: block;
    margin: 32px 0px 32px;
  }

  .site-contents .capture-link {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }

  .site-contents .capture-link-silver {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }

  .site-contents .capture-link-bronze {
    width: 90%;
    height: 100%;
    margin: 0 auto;
  }

  .site-contents .text-link {
    margin-bottom: 32px;
    margin-right: 6px;
    margin-top: 10px;
    padding: 12px;
  }

  .site-contents .paragraph {
    width: 90%;
    margin: 0 auto;
  }

  .site-contents .paragraph p {
    margin-bottom: 33px;
  }

  .site-contents h3.award-winner-comment::before {
    font-size: 20px;
  }

  .header-text-category {
    padding-left: 24px;
  }





  .award-winner-site-first .award-header,
  .award-winner-site-second .award-header,
  .award-winner-site-third .award-header,
  .award-winner-site-rank .award-header{
    padding: 12px 0;
  }

  .award-winner-site-first .medal img,
  .award-winner-site-second .medal img,
  .award-winner-site-third .medal img,
  .award-winner-site-rank .medal img {
    width: 76px;
    left: -20px;
    top: -24px;
  }

  .award-winner-site-first .site-category,
  .award-winner-site-second .site-category,
  .award-winner-site-third .site-category,
  .award-winner-site-rank .site-category {
    margin-bottom: 7px;

  }

  .award-winner-site-first .site-category p,
  .award-winner-site-second .site-category p,
  .award-winner-site-third .site-category p,
  .award-winner-site-rank .site-category p {
    display: inline-block;
    line-height: 1.25;
  }

  .award-winner-site-first .site-name,
  .award-winner-site-second .site-name,
  .award-winner-site-third .site-name,
  .award-winner-site-rank .site-name {
    font-size: 25px;
  }

  .award-winner-site-first .header-text,
  .award-winner-site-second .header-text,
  .award-winner-site-third .header-text,
  .award-winner-site-rank .header-text {
    margin-left: -16px;
    width: 80%;
  }

  .award-winner-site-first .header-text-category,
  .award-winner-site-second .header-text-category,
  .award-winner-site-third .header-text-category,
  .award-winner-site-rank .header-text-category {
    margin-left: 12px;
  }

  .award-winner-site-first .header-text-another,
  .award-winner-site-second .header-text-another,
  .award-winner-site-third .header-text-another,
  .award-winner-site-rank .header-text-another {
    margin-left: 41px;
  }

  .award-winner-site-first .site-name-another,
  .award-winner-site-second .site-name-another,
  .award-winner-site-third .site-name-another,
  .award-winner-site-rank .site-name-another {
    font-size: 25px;
  }


  .text-link2 {
    width: 90%;
  }

  .result-btn {
    padding: 10px 0;
  }

  /*受賞コメント*/
a.result-btn{
  width: 90%;
  text-align: center;
  font-size: 20px;
  box-sizing: border-box;
}

  p.note {
    width: 100%;
  }

  /* スタッフコメント
  ----------------------------------------------*/
  .staff-comment {
    padding: 16px 16px 9px;
    margin: 0 auto;
    width: 80%;
  }


  /* 総合賞
  ----------------------------------------------*/
  .white-box {
    padding: 12px;
  }

  .white-box .benefits {
    display: block;
  }

  .overall-box {
    height: auto;
  }

  .details .site-diagnosis {
    margin-bottom: 0;
  }


  /* 特別賞
  ----------------------------------------------*/

  .special-award-site {
    width: 100%;
    margin: 64px 0 64px;
  }

  .pb85 {
    padding-top: 0;
  }

  .special-award-site .capture-link {
    width: 100%;
    height: 100%;
  }

  /* 新人賞
  ----------------------------------------------*/

  .special-award .special {
    margin-left: 0;
  }

  .other-award-new {
    justify-content: center;
    font-size: 21px !important;
  }

  .new {
    display: block;
  }

  .details {
    /* padding-bottom: 32px; */
    width: 100%;
  }

  .overall-other {
    width: 100%;
  }

  .overall-other-box-new {
    width: 100%;
    justify-content: center;
    -webkit-appearance: none;
    margin-bottom: 16px;
  }

  .other-other {
    margin-bottom: 0;
    flex-wrap: wrap;
    display: block;
    width: 100%;
  }

  .conditions {
    margin-top: 20px;
  }


  .overall-bg .award-title {
    padding-top: 0px;
  }

  .light-border2 {
    width: 100%;
  }


  /* テクニカル賞、トレジャー賞
  ----------------------------------------------*/

  .other-award-title .title-txt h3 {
    font-size: 30px;
  }

  .other-award-title {
    margin-bottom: 0;
  }

  .prize-money-other {
    margin-top: 15px;
  }

  .other-other-award {
    margin-top: 30px;
  }
/* カテゴリー賞
 */
 #section4 .award-header .header-text-category{
  padding-left: 54px;
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.web-division .header-text-category {
  background-image: url(../img/icon_web.png);
}
.pc-division .header-text-category {
  background-image: url(../img/icon_pc.png);
}
.shopping-division .header-text-category {
  background-image: url(../img/icon_shopping.png);
}
.food-division .header-text-category {
  background-image: url(../img/icon_food.png);
}
.job-division .header-text-category {
  background-image: url(../img/icon_job.png);
}
.travel-division .header-text-category {
  background-image: url(../img/icon_travel.png);
}
.finance-division .header-text-category {
  background-image: url(../img/icon_money.png);
}

  /* 審査基準
  ----------------------------------------------*/
  .rules {
    margin: 0 auto;
    padding: 25px 16px 25px;
  }

  .rules ul li.rules-item {
    margin-bottom: 17px;
    line-height: 1.5;
    list-style: none;
  }

  .know-how {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
  }

  .know-how:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .know-how-link {
    margin-bottom: 24px;
  }

  .know-how-link:last-child {
    margin-bottom: 0;
  }

  .know-how-link img {
    width: 280px;
  }

  .know-how-first img {
    width: 100%;
  }

  /* サインアップボタン
  ----------------------------------------------*/

  .conversion-box h4 {
    font-size: 24px;
  }

  .conversion-box .inbox {
    width: 100%;
  }

  .sign-up {
    display: block;
  }

  .sign-up-text {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .sign-up-btn {
    width: 100%;
    margin-top: 0;
  }

  .sign-up a.btn-sign-up {
    font-size: 16px;
  }

  .main {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }

  .main .items {
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn_box {
    width: 56% !important;
    position: absolute;
    top: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .main .items .txt {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .main .items img {
    width: 100%;
  }

  .main .items.info {
    top: 0;
    height: auto;
  }

  .main .overall-award {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .main .overall-award .prize-money {
    font-size: 20px;
  }

  .overall-award1 .prize-money {
    font-size: 20px;
  }

  .overall-award .prize-money .base-line {
    margin-bottom: -4px;
  }

  .main .overall-award .prize-money .amount {
    font-size: 40px;
  }

  .main .overall-other .prize-money {
    font-size: 0.9em;
    font-weight: bold;
  }

  .main .overall-other .prize-money img {
    margin: 0 auto;
    width: 82%;
  }

  .main .overall-other .prize-money .amount {
    font-size: 2em;
  }

  .main .schedule {
    font-size: 14px;
    line-height: 1.5;
  }

  .main .apply .btn-apply {
    font-size: 14px;
  }

  .apply .main_btn {
    padding: 4px 19px !important;
    font-size: 12px !important;
    box-sizing: border-box;
  }

  .btn-signup {
    width: 100%;
    margin: 8px 0 0;
    font-size: 13px;
  }

  .overall-other-box .txtbox {
    padding: 16px;
    margin-top: 16px;
  }

  .main .apply .schedule {
    font-size: 14px;
    line-height: 1.5;
  }

  .main .btn-sign-up-main-sub {
    padding: 8px 5px 8px;
    margin-top: 8px;
  }

  .flex-center .btn-sign-up-main-sub {
    margin: 0;
  }

  h2.top {
    /* margin: 22px 0 32px 0; */
  }


  .overall-bg {
    background-color: #fff2d2;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 32px;
  }

  .special-bg {
    padding: 32px 24px 24px 24px;
    /* height: 535px; */
  }

  .category-ttl {
    font-size: 24px;
    color: #013332 !important;
    margin-top: 0;
  }

  .new_face_award_bg {
    background-image: none;
    background-color: #00299C;
    height: auto;
  }

  .overall-first {
    margin-right: 10px;
  }

  .overall-award .prize-money {
    font-size: 20px;
  }

  .overall-award1 .prize-money .overall-award .prize-money .amount {
    font-size: 56px;
  }

  .overall-award1 .prize-money .amount {
    font-size: 56px;
  }

  .overall-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .special-bg .award-title {
    padding-top: 4px;
  }

  .overall-other-box {
    width: 100%;
    /* margin-bottom: 72px; */
    margin-left: 0;
    padding: 16px;
    margin-bottom: 24px;
  }

  .overall-other-box2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .overall-other-box1 {
    width: 100%;
    margin-left: 0;
    /* margin-bottom: 38px; */
  }

  .main .overall-other-box {
    margin: 0 auto;
    width: 90%;
    padding: 12px;
    box-sizing: border-box;
  }

  .main .overall-other-box2 {
    margin-left: 0;
  }

  .overall-other-box:last-child {
    margin-bottom: 0;
  }

  .overall-other-box2:last-child {
    margin-bottom: 0;
    margin-top: 15px;
  }



  .overall-second {
    margin-right: 10px;
  }

  .overall-other .prize-money {
    font-size: 20px;
  }

  .overall-other .prize-money .base-line {
    margin-bottom: -4px;
  }

  .overall-other .prize-money .amount {
    font-size: 48px;
    margin-left: 4px;
  }

  .conditions.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .other-award-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .other-bg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 32px;
  }

  .other-bg:last-child {
    margin-bottom: 0;
  }

  .other-bg .other-other .overall-other-box {
    margin-left: 0;
  }

  .other-bg .other-other .overall-other-box .other-second {
    margin-right: 24px;
  }

  .other-bg .other-other .overall-other-box .prize-money .amount {
    margin-left: 12px;
  }

  .special-award {
    margin-bottom: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .special-award .award-title {
    margin: 0;
  }

  .special-award .award-title .title-txt p {
    font-size: 20px;
  }

  .special-award .special {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .special-award .conditions.flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.7;
  }

  .special-award .conditions.flex-start .target {
    margin-bottom: 16px;
    line-height: 1;
  }

  .site-diagonasis .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .site-diagonasis .inner .items {
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .site-diagonasis .inner .items a {
    font-size: 18px;
  }

  .site-diagonasis .inner .items:last-child {
    width: 100%;
  }

  .site-diagonasis .inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .site-diagonasis .inner2 .items {
    width: auto;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .site-diagonasis .inner2 .items a {
    font-size: 18px;
  }

  .site-diagonasis .inner2 .items:last-child {
    width: auto;
    margin-bottom: 40px;
  }

  .btn-sign-up-main-teaser {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
  }

  .btn-sign-up-main-entry {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
  }

  .step li.is-entry,
  .step li.is-judge,
  .step li.is-result {
    width: 100%;
    box-sizing: border-box;
  }

  .flex-huyo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .flex-huyo p:first-child::after {
    margin-left: 8px;
    content: "";
  }

  .flex-huyo p:last-child::before {
    margin-left: 8px;
    content: "";
  }



  .flex-suke {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .flex-suke p:first-child::after {
    margin-left: 8px;
    content: "";
  }

  .yokou tr {
    border-bottom: 1px solid #D1B37D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
  }

  .yokou th,
  td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .yokou th {
    text-align: center;
    border-bottom: 2px dotted #D1B37D;
  }

  .yokou .tokuten {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .yokou .tokuten .items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .w24em {
    width: 100%;
    box-sizing: border-box;
  }

  .apply .btn-apply {
    font-size: 18px;
    margin: 8px 0;
    padding: 16px;
  }

  .list-triangle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    box-sizing: border-box;
  }

  .triangle {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    padding: 16px;
    position: relative;
    width: 90%;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
  }

  .triangle p {
    font-size: 13px;
  }

  .triangle p.title {
    font-size: 20px;
    font-weight: bold;
  }

  .triangle:first-child {
    width: 100%;
    background-color: #F4ECD9;
    z-index: 3;
    border-radius: 4px 4px 0 0;
  }

  .triangle:nth-child(2) {
    width: 100%;
    background-color: #F7E2AC;
    z-index: 2;
    padding-top: 80px;
  }

  .triangle:last-child {
    width: 100%;
    background-color: #F2CE71;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    padding-top: 70px;
  }

  .triangle:first-child::after {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #F4ECD9 50.1%) no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #F4ECD9 50.1%) no-repeat top right/50.1% 100%;
    border-top: 10px solid #F4ECD9;
    border-left: 0;
  }

  .triangle:nth-child(2)::after {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #F7E2AC 50.1%) no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #F7E2AC 50.1%) no-repeat top right/50.1% 100%;
    border-top: 10px solid #F7E2AC;
    border-left: 0;
  }

  .triangle:last-child::after {
    display: none;
  }

  .triangle::after {
    bottom: -40px;
    content: '';
    height: 40px;
    top: 90%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    border-left: 0;
  }

  .triangle::before {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #fff 50.1%) no-repeat top left/50.1% 100%,
      linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #fff 50.1%) no-repeat top right/50.1% 100%;
    border-top: 16px solid #fff;
    bottom: -50px;
    content: '';
    height: 40px;
    top: 90%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
    border-left: 0;
  }

  .triangle:last-child::before {
    display: none;
  }

  .past-award {
    font-size: 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  #main canvas {
    display: none !important
  }

  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-center p {
    /* margin-bottom: 8px; */
  }

  .eventsEnd {
    width: 100%;
    font-size: 14px;
    padding-left: 4px;
  }

  .eventsnotice {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 4px;
  }

  .technical_link_l ul li {
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 0;
  }

  .site-diagonasis {
    text-align: center;
  }

  .technical_link_l ul li a {
    padding: 3px;
    width: 220px;
    display: block;
  }

  .mr {
    margin-right: 0px;
  }

  .plr {
    padding: 0 8px;
  }

}






@media screen and (min-width: 600px) {
  .yokou .tokuten {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .yokou .tokuten .items {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .serif {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}

@media screen and (max-width: 350px) {
  .apply .main_btn {
    padding: 2px 9px !important;
    font-size: 9px !important;
    box-sizing: border-box;
  }

  .btn_box {
    width: 56% !important;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}