@charset "utf-8";

body, div, span, ol, ul, li, table, tr, th, td, dl, dt, dd, img, a, p, h1, h2, h3, h4, h5, h6, nav, header, footer, section, article, form, input, textarea {
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #fff;
}





/* - - - - - - - - - - - layout (common) - - - - - - - - - - - */

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

img, video, object {
  max-width: 100%;
  height: auto;
  width /***/:auto;
}

body, th, td {
  color: #111;
}

a:link {
  color: #00AAEB;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:visited {
  color: #00AAEB;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #21C1FF;
  text-decoration: none;
}

ul li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border-style: none;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.small {
  font-size: 13px;
}

.clear {
  clear: both;
}

.red {
  color: #FF0000;
}

.note {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.note2 {
  text-indent: -1em;
  padding-left: 2em;
}

video {
  display: block;
  cursor: pointer;
}

::selection {
  background: #00AAEB;
  color: #fff;
}

::-moz-selection {
  background: #00AAEB;
  color: #fff;
}

noscript {
  color: #c00;
}





/*==================================================================================================================================*/



/*layout (pc) */



/*==================================================================================================================================*/

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: block !important; }
.cnt_pc_inline { display: inline !important; }
.cnt_pc_inlineblock { display: inline-block !important; }
.cnt_pc_flex { display: flex !important; }
.cnt_pc_table { display: table !important; }
.cnt_sp { display: none !important; }
.cnt_sp_inline { display: none !important; }
.cnt_sp_inlineblock { display: none !important; }
.cnt_sp_flex { display: none !important; }
.cnt_sp_table { display: none !important; }




/* - - - - - - - - - - - - - - - - - (footer) - - - - - - - - - - - - - - - - - */

a.pagetop {
  display: block;
  width: 100%;
  height: 60px;
  background: url("../images/icn_arrow_u_wh.png") center center / 20px auto no-repeat #00AAEB;
  text-indent: -9999px;
}

a.pagetop:hover {
  opacity: 0.7;
}

footer {
  padding: 100px 0 100px;
  color: #fff;
  background: #00316A;
}

.copyright {
  font-size: 14px;
}





/* - - - - - - - - - - - - - - - - - (content top) - - - - - - - - - - - - - - - - - */

/* mv */

.mv {
  position: relative;
  overflow: hidden;
}

.bg_mv {
  width: 100%;
  height: 100%;
}

.mv_title {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86%;
  text-align: center;
  color: #00316a;
  line-height: 1;
}

.mv_shoulder {
  display: inline-block;
  padding: 5px 16px 7px;
  font-weight: 700;
  font-size: 27px;
  border: 5px solid #00316a;
}

.mv_title h2 {
  margin: 8px 0 12px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 110px;
  line-height: 0.89;
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 0.8);
}

.mv_title p {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.mv1 {
  position: absolute;
  right: 19.1%;
  top: 17.66%;
  width: 24.2%;
}

.mv2 {
  position: absolute;
  right: 0;
  top: 7.15%;
  width: 15.93%;
}

.mv3 {
  position: absolute;
  right: 27.5%;
  top: 50.66%;
  width: 15.71%;
}

.mv4 {
  position: absolute;
  right: 2.43%;
  top: 44.53%;
  width: 20.14%;
}

.btn_fixed {
  position: fixed;
  bottom: 3%;
  right: 0;
  z-index: 999;
}

.btn_fixed li {
  width: 223px;
  margin: 0 0 15px;
}

.btn_fixed li a,
.btn_fixed li span {
  position: relative;
  display: block;
}

.btn_fixed li a:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.btn_fixed li img {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.08);
}

.cntbox {
  width: 86%;
  margin: 0 auto;
}

.h2_cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 172px;
  height: 172px;
  margin: 0 auto 30px;
  background: #fff;
  border: 5px solid #00316a;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.08em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.h2_cnt.h2_first {
  margin: -86px auto 30px;
}

.h2_cnt2 {
  position: relative;
  margin: 0 auto 15px;
  padding: 60px 0 10px;
  border-bottom: 2px solid #00316a;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.h2_cnt.h2_cntnew::after {
  position: absolute;
  top: -38px;
  right: -38px;
  display: block;
  content: "NEW";
  width: 70px;
  height: 70px;
  background: #FF8C19;
  border-radius: 35px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 70px;
  text-align: center;
  color: #fff;
}

.h2_cnt span {
  display: block;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.00em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.lead {
  margin: 0 auto 80px;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.lead_mb130 {
  margin: 0 auto 130px;
}

.themebox {
  width:  57%;
  min-width: 800px;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.themebox.noborder {
  margin: 0 auto 80px;
  padding: 0 0 0;
  border-bottom: none;
}

.corp_name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;

}

.corp_info {
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
}

.theme {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;

}

.theme_ttl {
  position: relative;
  margin: 0 0 11px;
  padding: 0 66px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.theme_ttl::before {
  position: absolute;
  left: 0;
  top: -45px;
  display: block;
  content: "“";
  font-weight: bold;
  font-size: 100px;
  color: #ddd;

}

.theme_ttl::after {
  position: absolute;
  right: 0;
  top: -45px;
  display: block;
  content: "”";
  font-weight: bold;
  font-size: 100px;
  color: #ddd;
}

.theme_txt {
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
}

.require {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 77%;
  min-width: 900px;
  margin: 0 auto 80px;
}

.require li {
  -webkit-flex-basis: 22.22%;
  -ms-flex-basis: 22.22%;
  flex-basis: 22.22%;
  max-width: 22.22%;
  width: 22.22%;
  padding: 20px 20px;
  border-radius: 10px;
  background: #7edbff;
}

.require_num {
  margin: 0 auto 20px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #fff;
}

.require li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.prize {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 870px;
  width: 90%;
  margin: 0 auto 80px;
}

.prize li {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  max-width: 400px;
  width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
  padding: 50px 4.6% 50px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
}

.prize li div {
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #6a5100;
}

.prize li div span {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.25;
  background: linear-gradient(transparent 60%,rgba(249,219,33,0.70) 0);
}

.merit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 77%;
  min-width: 900px;
  margin: 0 auto 80px;
}

.merit li {
  -webkit-flex-basis: 22.22%;
  -ms-flex-basis: 22.22%;
  flex-basis: 22.22%;
  max-width: 22.22%;
  width: 22.22%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  border-radius: 10px;
  border: 5px solid #00aaeb;
}

.merit li div {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.67;
  text-align: center;
}

.merit li div span {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  color: #00AAEB;
  text-decoration: underline;
}

.flowbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  width:  57%;
  min-width: 800px;
  margin: 0 auto 35px;
  padding: 0 0 20px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.flowbox::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  height: 12px;
  background: url("../images/icn_arrow_b_bl.png") left top / cover no-repeat;
  -webkit-transform: translate(-50%, 12px);
  -ms-transform: translate(-50%, 12px);
  transform: translate(-50%, 12px);
}

.flowbox.noarrow {
  margin: 0 auto 80px;
}

.flowbox.noarrow::after {
  display: none;
}

.flow_num {
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
}

.flow_txt {
  padding: 6px 0 0 25px;
}

.flow_ttl {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;

}

.flow_txt p {
  font-size: 15px;
  line-height: 1.6;
}

.reviewbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width:  57%;
  min-width: 800px;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.reviewbox.last {
  margin: 0 auto 80px;
}

.review_num {
  -webkit-flex-basis: 45px;
  -ms-flex-basis: 45px;
  flex-basis: 45px;
  max-width: 45px;
  width: 45px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
  border-right: 2px solid #111;
}

.review_ttl {
  -webkit-flex-basis: 126px;
  -ms-flex-basis: 126px;
  flex-basis: 126px;
  max-width: 126px;
  width: 126px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  border-right: 2px solid #111;
}

.reviewbox p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  padding: 0 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
}

.column2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto 40px;
}

.column2 .cntbox {
  -webkit-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
  width: 45%;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.column1 {
  width:  57%;
  min-width: 800px;
  margin: 0 auto 80px;
}

.column1.mb160,
.column2.mb160,
.cntwater.mb160 {
  margin-bottom: 160px;
}

.column1 .cntbox {
  margin: 0 auto 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.cntact {
  width:  57%;
  min-width: 800px;
  margin: 0 auto 100px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.cntact a {
  padding: 0 22px;
  font-weight: bold;
  background: url("../images/icn_contact.png") left top 8px / 15px auto no-repeat;
}

.privacy {
  width:  57%;
  min-width: 800px;
  height: 200px;
  margin: 0 auto 50px;
  padding: 47px 35px;
  font-size: 15px;
  line-height: 1.8;
  background: #f1f1f1;
  overflow-y: scroll;
}

.privacy strong {
  display: block;
  text-align: center;
  font-size: 106%;
}

.privacy p {
  text-align: left;
}

.btn_pdf {
  width: 90%;
  max-width: 322px;
  margin: 30px auto 30px;
}





/* - - - - - - - - - - review 2021.12.6 - - - - - - - - - - */ 

.cntborder {
  width: 86%;
  margin: 0 auto 130px;
  padding: 0 4.6% 60px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #00316a;
}

.cntborderm_b80 {
  margin: 0 auto 80px;
}

.h2_cnt + .cntborder {
  margin-top: 80px;
}

.h2_img {
  width: 90%;
  max-width: 460px;
  margin: -50px auto 50px;
}

.team_3column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.team_3column li {
  -webkit-flex-basis: 30.556%;
  -ms-flex-basis: 30.556%;
  flex-basis: 30.556%;
  max-width: 30.556%;
  width: 30.556%;
}

.team_3column li div {
  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: 72px;
  margin: 0 0 30px;
  padding: 0 11px 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #00316a;
  line-height: 1.25;
}

.team_3column li p {
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #00316A;
}

.team_3column li p.noborder {
  margin: 0 0 0;
  border-bottom: none;
}

.team_3column li p:last-of-type {
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: none;
}

.team_3column li p span:not(.note) {
  font-size: 21px;
}

.team_3column li p img {
  display: inline-block;
  margin: 20px 0 0;
}

.team_note {
  padding: 40px 0 0;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}

.cntwater {
  position: relative;
  width: 86%;
  margin: 0 auto 80px;
  padding: 0 8% 68px;
  border-radius: 10px;
  background: #e1f7ff;
  font-size: 17px;
  text-align: left;
  line-height: 1.9;
}

.cntwater .h2_cnt {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto 0;
}

.cntwater .h2_cnt.no_translate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 50px auto 0;
}

.cntwater div {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: bold;
}

/*.cntwater p:first-of-type:not(.btn_yt),*/
.cntwater div:first-of-type:not(.btn_yt) {
  margin-top: -56px;
}

.final_note1 {
  padding-left: 1em;
  text-indent: -1em;
}

.final_note2 {
  padding-left: 2em;
  text-indent: -1em;
}

.btn_yt {
  margin: 20px auto 0;
  text-align: center;
}

.btn_yt a,
.btn_yt span {
  display: inline-block;
  width: 72.6%;
  padding: 10px;
  background: url("../images/icn_arrow_r_bl.png") right 16px center / 12px 20px no-repeat  #fff;
  border: 4px solid #00aaeb;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #00aaeb;
  text-decoration: none;
}

.btn_yt a:hover {
  opacity: 0.7;
  background: url("../images/icn_arrow_r_bl.png") right 14px center / 12px 20px no-repeat  #fff;
}

.btn_yt span {
  background-image: none;
  border: 4px solid #ccc;
  color: #ccc;
}

.btn_mcs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px auto 0;
  text-align: center;
}

.btn_mcs a,
.btn_mcs span {
  -webkit-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
  max-width: 48.5%;
  width: 48.5%;
  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: 0 0 30px;
  padding: 15px 35px;
  background: url("../images/icn_arrow_r_wh.png") right 16px center / 12px 20px no-repeat #00aaeb;
  border-radius: 100vw;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

.btn_mcs a:hover {
  opacity: 0.7;
  background: url("../images/icn_arrow_r_wh.png") right 14px center / 12px 20px no-repeat #09BBFF;
}

.btn_mcs span {
  background-image: none;
  background:  #ddd;
}

.btn_mcs > *:last-child {
  margin-bottom: 0;
}





/* - - - - - - - - - - final 2021.12.20 - - - - - - - - - - */ 

.cntborder_brown {
  width: 60%;
  margin: 0 auto 80px;
  padding: 50px 3.5% 50px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #6a5100;
}

.cnt_winner {
  width: 60%;
  margin: 0 auto 130px;
}

.winner_ph {
  margin: 0 auto 10px;
}

.winner_subttl {
  margin: 0 0 25px;
  padding: 11px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #6A5100;
}

.winner_teamname {
  margin: 0 0 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #6A5100;
}

.winner_teamname span {
  font-size: 30px;
}

.winner_subttl_silver {
  background: #6C6C6C;
}

.winner_teamname_silver {
  color: #5F5F5F;
}

.winner_comment {
  position: relative;
  margin: 0 auto 80px;
  padding: 45px 9.5% 45px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.winner_comment::after {
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 21px;
  left: 50%;
  top: 0;
  background: url("../images/icn_balloon.png") center bottom / cover no-repeat;
  -webkit-transform: translate(-50%, -21px);
  -ms-transform: translate(-50%, -21px);
  transform: translate(-50%, -21px);
}

.winner_comment span {
  display: block;
  padding: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
}

.winner_comment span:nth-child(2) {
  margin-top: 25px;
  padding: 25px 0 15px;
  border-top: 2px solid #C8B039;
}

.report {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86%;
  margin: 0 auto 80px;
}

.report li {
  -webkit-flex-basis: 31.67%;
  -ms-flex-basis: 31.67%;
  flex-basis: 31.67%;
  max-width: 31.67%;
  width: 31.67%;
  margin: 0 0 25px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.report li img {
  display: block;
  margin: 0 0 10px;
}

.report_corp {
  padding: 10px 0 10px;
  text-align: left;
  font-weight: bold;
}

.report_text {
  text-align: left;
  line-height: 2;
}

.team_3column li p.report_corp2 {
  margin: 0 0 5px;
  padding: 10px 0 0;
  text-align: left;
  font-weight: bold;
  border: none;
  font-size: 15px;
}

.team_3column li p.report_text2 {
  padding: 0 0 20px;
  text-align: left;
  line-height: 2;
  font-size: 15px;
  border-bottom: 1px solid #00316A;
}

.team_3column li p.report_text2:last-of-type {
  padding: 0 0 0;
  border-bottom: none;
}

.thanks {
  position: relative;
  width: 86%;
  margin: 0 auto 80px;
  padding: 50px 8% 50px;
  border-radius: 10px;
  background: #e1f7ff;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

.thanks div {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 24px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}

.thanks div::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background: #00316A;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.final_ph_last {
  width: 80%;
  margin: 30px auto 0;
}





/* 2024 add */

.privacy_note {
  width: 86%;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.6;
}

.btn_entry_box {
  width: 86%;
  margin: 0 auto 160px;
}

.btn_entry_box p {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
}

.btn_entry_box input[type="checkbox"],
.btn_entry_box label {
  padding: 0 8px;
  cursor: pointer;
}

.btn_entry_box button {
  display: block;
  width: 86%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 10px;
  background: #00aaeb;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.10);
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn_entry_box button:disabled {
  background: #ddd;
  color: #f2f2f2;
  cursor: default;
}

.btn_entry a:hover {
  opacity: 0.7;
}

/* movie */

.movie {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}

.movie div {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 56.25% 0 0 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h3 {
  margin: 0 auto 20px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}





/*==================================================================================================================================*/



/*layout (small PC) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1025px) and (max-width: 1240px) {

.mv_title h2 {
  font-size: 90px;
}

}





/*==================================================================================================================================*/



/*layout (tablet) */



/*==================================================================================================================================*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

/* - - - - - - - - - - - - - - - - - (footer) - - - - - - - - - - - - - - - - - */

a.pagetop {
  display: block;
  width: 100%;
  height: 50px;
  background: url("../images/icn_arrow_u_wh.png") center center / 20px auto no-repeat #00AAEB;
  text-indent: -9999px;
}

a.pagetop:hover {
  opacity: 0.7;
}

footer {
  padding: 70px 0 70px;
  color: #fff;
  background: #00316A;
}

.copyright {
  font-size: 13px;
}





/* - - - - - - - - - - - - - - - - - (content top) - - - - - - - - - - - - - - - - - */

/* mv */

.mv {
  position: relative;
  overflow: hidden;
}

.bg_mv {
  width: 100%;
  height: 100%;
}

.mv_title {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86%;
  text-align: center;
  color: #00316a;
  line-height: 1;
}

.mv_shoulder {
  display: inline-block;
  padding: 5px 16px 7px;
  font-weight: 700;
  font-size: 22px;
  border: 4px solid #00316a;
}

.mv_title h2 {
  margin: 6px 0 10px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 0.89;
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 0.8);
}

.mv_title p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.mv1 {
  position: absolute;
  right: 19.1%;
  top: 17.66%;
  width: 24.2%;
}

.mv2 {
  position: absolute;
  right: 0;
  top: 7.15%;
  width: 15.93%;
}

.mv3 {
  position: absolute;
  right: 27.5%;
  top: 50.66%;
  width: 15.71%;
}

.mv4 {
  position: absolute;
  right: 2.43%;
  top: 44.53%;
  width: 20.14%;
}

.btn_fixed {
  position: fixed;
  bottom: 3%;
  right: 0;
  z-index: 999;
}

.btn_fixed li {
  width: 180px;
  margin: 0 0 15px;
}

.btn_fixed li a,
.btn_fixed li span {
  position: relative;
  display: block;
}

.btn_fixed li a:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.cntbox {
  width: 86%;
  margin: 0 auto;
}

.h2_cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  background: #fff;
  border: 5px solid #00316a;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.h2_cnt.h2_first {
  margin: -75px auto 30px;
}

.lead {
  margin: 0 auto 80px;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.themebox {
  width:  86%;
  min-width: auto;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.themebox.noborder {
  margin: 0 auto 80px;
  padding: 0 0 0;
  border-bottom: none;
}

.corp_name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;

}

.corp_info {
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
}

.theme {
  padding: 30px;
  border-radius: 10px;
  background: #f5f5f5;

}

.theme_ttl {
  position: relative;
  margin: 0 0 11px;
  padding: 0 66px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}

.theme_ttl::before {
  position: absolute;
  left: 0;
  top: -45px;
  display: block;
  content: "“";
  font-weight: bold;
  font-size: 100px;
  color: #ddd;

}

.theme_ttl::after {
  position: absolute;
  right: 0;
  top: -45px;
  display: block;
  content: "”";
  font-weight: bold;
  font-size: 100px;
  color: #ddd;
}

.theme_txt {
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
}

.require {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width:  86%;
  min-width: auto;
  margin: 0 auto 80px;
}

.require li {
  -webkit-flex-basis: 24%;
  -ms-flex-basis: 24%;
  flex-basis: 24%;
  max-width: 24%;
  width: 24%;
  padding: 15px 15px;
  border-radius: 10px;
  background: #7edbff;
}

.require_num {
  margin: 0 auto 15px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #fff;
}

.require li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.merit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 86%;
  min-width: auto;
  margin: 0 auto 80px;
}

.merit li {
  -webkit-flex-basis: 22.22%;
  -ms-flex-basis: 22.22%;
  flex-basis: 22.22%;
  max-width: 22.22%;
  width: 22.22%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
  border-radius: 10px;
  border: 5px solid #00aaeb;
}

.merit li div {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.67;
  text-align: center;
}

.merit li div span {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  color: #00AAEB;
  text-decoration: underline;
}

.flowbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  width:  86%;
  min-width: auto;
  margin: 0 auto 35px;
  padding: 0 0 20px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.flowbox::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 30px;
  height: 12px;
  background: url("../images/icn_arrow_b_bl.png") left top / cover no-repeat;
  -webkit-transform: translate(-50%, 12px);
  -ms-transform: translate(-50%, 12px);
  transform: translate(-50%, 12px);
}

.flowbox.noarrow {
  margin: 0 auto 80px;
}

.flowbox.noarrow::after {
  display: none;
}

.flow_num {
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
}

.flow_txt {
  padding: 6px 0 0 25px;
}

.flow_ttl {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;

}

.flow_txt p {
  font-size: 15px;
  line-height: 1.6;
}

.reviewbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width:  86%;
  min-width: auto;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.reviewbox.last {
  margin: 0 auto 80px;
}

.review_num {
  -webkit-flex-basis: 45px;
  -ms-flex-basis: 45px;
  flex-basis: 45px;
  max-width: 45px;
  width: 45px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
  border-right: 2px solid #111;
}

.review_ttl {
  -webkit-flex-basis: 126px;
  -ms-flex-basis: 126px;
  flex-basis: 126px;
  max-width: 126px;
  width: 126px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  border-right: 2px solid #111;
}

.reviewbox p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  padding: 0 0 0 14px;
  font-size: 15px;
  line-height: 1.6;
}

.column2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto 40px;
}

.column2 .cntbox {
  -webkit-flex-basis: 45%;
  -ms-flex-basis: 45%;
  flex-basis: 45%;
  max-width: 45%;
  width: 45%;
  margin: 0 auto 40px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.column1 {
  width:  86%;
  min-width: auto;
}

.column1 .cntbox {
  margin: 0 auto 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.cntact {
  width:  86%;
  min-width: auto;
  margin: 0 auto 100px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.cntact a {
  padding: 0 22px;
  font-weight: bold;
  background: url("../images/icn_contact.png") left top 8px / 15px auto no-repeat;
}

.privacy {
  width:  86%;
  min-width: auto;
  height: 200px;
  margin: 0 auto 50px;
  padding: 47px 35px;
  font-size: 15px;
  line-height: 1.8;
  background: #f1f1f1;
  overflow-y: scroll;
}





/* - - - - - - - - - - final 2021.12.20 - - - - - - - - - - */ 

.cntborder_brown {
  width: 80%;
}

.cnt_winner {
  width: 80%;
}

.final_ph_last {
  width: 100%;
  margin: 20px auto 0;
}

}





/*==================================================================================================================================*/



/*layout (smartphone) */



/*==================================================================================================================================*/

@media only screen and (min-width: 1px) and (max-width: 767px) {

/* - - - - - - - - - - - - - - - - - (common) - - - - - - - - - - - - - - - - - */

.cnt_pc { display: none !important; }
.cnt_pc_inline { display: none !important; }
.cnt_pc_inlineblock { display: none !important; }
.cnt_pc_flex { display: none !important; }
.cnt_pc_table { display: none !important; }
.cnt_sp { display: block !important; }
.cnt_sp_inline { display: inline !important; }
.cnt_sp_inlineblock { display: inline-block !important; }
.cnt_sp_flex { display: flex !important; }
.cnt_sp_table { display: table !important; }

body {
  font-size: 15px;
}





/* - - - - - - - - - - - - - - - - - (footer) - - - - - - - - - - - - - - - - - */

a.pagetop {
  display: block;
  width: 100%;
  height: 50px;
  background: url("../images/icn_arrow_u_wh.png") center center / 20px auto no-repeat #00AAEB;
  text-indent: -9999px;
}

a.pagetop:hover {
  opacity: 0.7;
}

footer {
  padding: 40px 0 80px;
  color: #fff;
  background: #00316A;
}

.copyright {
  font-size: 11px;
}





/* - - - - - - - - - - - - - - - - - (content top) - - - - - - - - - - - - - - - - - */

/* mv */

.mv {
  position: relative;
  overflow: hidden;
}

.bg_mv {
  width: 130%;
  min-width: 130%;
  height: 100%;
  margin: 0 -15%;
}

.mv_title {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 86%;
  text-align: center;
  color: #00316a;
  line-height: 1;
}

.mv_shoulder {
  display: inline-block;
  padding: 2px 9px 4px;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #00316a;
}

.mv_title h2 {
  margin: 4px 0 15px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 0.95;
  text-shadow: 0px 1px 6px rgba(255, 255, 255, 0.8);
}

.mv_title p {
  font-weight: bold;
  font-size: 11px;
  line-height: 1.7;
  text-shadow: 0px 1px 6px rgba(255, 255, 255, 0.8);
}

.mv1 {
  position: absolute;
  right: 19.1%;
  top: 12.66%;
  width: 24.2%;
}

.mv2 {
  position: absolute;
  right: 0;
  top: 5.15%;
  width: 15.93%;
}

.mv3 {
  position: absolute;
  right: 27.5%;
  top: 35.66%;
  width: 15.71%;
}

.mv4 {
  position: absolute;
  right: 2.43%;
  top: 31.53%;
  width: 20.14%;
}

.btn_fixed {
  position: fixed;
  bottom: 1.5%;
  right: 0;
  z-index: 999;
}

.btn_fixed li {
  width: 150px;
  margin: 0 0 15px;
}

.btn_fixed li a,
.btn_fixed li span {
  position: relative;
  display: block;
}

.btn_fixed li a:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.cntbox {
  width: 86%;
  margin: 0 auto;
}

.h2_cnt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 30px;
  background: #fff;
  border: 4px solid #00316a;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.h2_cnt.h2_first {
  margin: -65px auto 30px;
}

.h2_cnt2 {
  position: relative;
  margin: 0 auto 15px;
  padding: 30px 0 10px;
  border-bottom: 2px solid #00316a;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.h2_cnt.h2_cntnew::after {
  position: absolute;
  top: -29px;
  right: -29px;
  display: block;
  content: "NEW";
  width: 54px;
  height: 54px;
  background: #FF8C19;
  border-radius: 27px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 54px;
  text-align: center;
  color: #fff;
}

.h2_cnt span {
  display: block;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.00em;
  line-height: 1.27;
  text-align: center;
  color: #00316a;
}

.lead {
  margin: 0 auto 60px;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}

.lead_mb130 {
  margin: 0 auto 50px;
}

.themebox {
  width:  86%;
  min-width: auto;
  margin: 0 auto 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.themebox.noborder {
  margin: 0 auto 60px;
  padding: 0 0 0;
  border-bottom: none;
}

.corp_name {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;

}

.corp_info {
  margin: 0 0 18px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  word-break: break-all;
}

.theme {
  padding: 15px;
  border-radius: 8px;
  background: #f5f5f5;

}

.theme_ttl {
  position: relative;
  margin: 0 0 11px;
  padding: 0 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.theme_ttl::before {
  position: absolute;
  left: 0;
  top: -20px;
  display: block;
  content: "“";
  font-weight: bold;
  font-size: 50px;
  color: #ddd;

}

.theme_ttl::after {
  position: absolute;
  right: 0;
  top: -20px;
  display: block;
  content: "”";
  font-weight: bold;
  font-size: 50px;
  color: #ddd;
}

.theme_txt {
  font-size: 15px;
  line-height: 1.8;
  word-break: break-all;
}

.require {
  display: block;
  width:  86%;
  min-width: auto;
  margin: 0 auto 60px;
}

.require li {
  max-width: 100%;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px 15px;
  border-radius: 10px;
  background: #7edbff;
}

.require_num {
  margin: 0 auto 15px;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 54px;
  color: #fff;
}

.require li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.prize {
  display: block;
  width: 86%;
  margin: 0 auto 45px;
}

.prize li {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 30px;
  padding: 30px 3% 30px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
}

.prize li div {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #6a5100;
}

.prize li div span {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.25;
  background: linear-gradient(transparent 60%,rgba(249,219,33,0.70) 0);
}

.merit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86%;
  min-width: auto;
  margin: 0 auto 45px;
}

.merit li {
  -webkit-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
  width: 48%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 20px 10px;
  border-radius: 10px;
  border: 4px solid #00aaeb;
}

.merit li div {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.67;
  text-align: center;
}

.merit li div span {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.25;
  color: #00AAEB;
  text-decoration: underline;
}

.flowbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  width:  86%;
  min-width: auto;
  margin: 0 auto 25px;
  padding: 0 0 15px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.flowbox::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  content: "";
  width: 20px;
  height: 8px;
  background: url("../images/icn_arrow_b_bl.png") left top / cover no-repeat;
  -webkit-transform: translate(-50%, 8px);
  -ms-transform: translate(-50%, 8px);
  transform: translate(-50%, 8px);
}

.flowbox.noarrow {
  margin: 0 auto 60px;
}

.flowbox.noarrow::after {
  display: none;
}

.flow_num {
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 48px;
}

.flow_txt {
  padding: 6px 0 0 15px;
}

.flow_ttl {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;

}

.flow_txt p {
  font-size: 15px;
  line-height: 1.6;
}

.reviewbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width:  86%;
  min-width: auto;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border-bottom: 2px solid #111;
  text-align: left;
}

.reviewbox.last {
  margin: 0 auto 60px;
}

.review_num {
  -webkit-flex-basis: 37px;
  -ms-flex-basis: 37px;
  flex-basis: 37px;
  max-width: 37px;
  width: 37px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Oswald', 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 48px;
  border-right: 2px solid #111;
}

.review_ttl {
  -webkit-flex-basis: 100px;
  -ms-flex-basis: 100px;
  flex-basis: 100px;
  max-width: 100px;
  width: 100px;
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  border-right: 2px solid #111;
}

.reviewbox p {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
  padding: 0 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
}

.column2 {
  display: block;
  width: 86%;
  margin: 0 auto 30px;
}

.column2 .cntbox {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 60px;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.column1 {
  width: 86%;
  min-width: auto;
  margin: 0 auto 60px;
}

.column1.mb160,
.column2.mb160,
.cntwater.mb160 {
  margin-bottom: 120px;
}

.column1 .cntbox {
  margin: 0 auto 0;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.cntact {
  width:  86%;
  min-width: auto;
  margin: 0 auto 80px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.cntact a {
  padding: 0 22px;
  font-weight: bold;
  background: url("../images/icn_contact.png") left top 8px / 15px auto no-repeat;
}

.privacy {
  width:  86%;
  min-width: auto;
  height: 300px;
  margin: 0 auto 40px;
  padding: 30px 25px;
  font-size: 15px;
  line-height: 1.8;
  background: #f1f1f1;
  overflow-y: scroll;
}





/* - - - - - - - - - - review 2021.12.6 - - - - - - - - - - */ 

.cntborder {
  width: 86%;
  margin: 0 auto 100px;
  padding: 0 4.6% 40px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #00316a;
}

.cntborderm_b80 {
  margin: 0 auto 50px;
}

.h2_cnt + .cntborder {
  margin-top: 55px;
}

.h2_img {
  width: 80%;
  margin: -25px auto 25px;
}

.team_3column {
  display: block;
}

.team_3column li {
  max-width: 100%;
  width: 100%;
}

.team_3column li div {
  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: 72px;
  margin: 0 0 20px;
  padding: 0 11px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #00316a;
  line-height: 1.25;
}

.team_3column li p {
  margin: 0 0 15px;
  padding: 0 0 15px;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  border-bottom: 1px solid #00316A;
}

.team_3column li p:last-of-type {
  margin: 0 0 40px;
  padding: 0 0 0;
  border-bottom: none;
}

.team_3column li:last-child p:last-of-type {
  margin: 0 0 0;
}

.team_3column li p span:not(.note) {
  font-size: 20px;
}

.team_3column li p img {
  display: inline-block;
  margin: 20px 0 0;
}

.team_note {
  padding: 30px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

.cntwater {
  position: relative;
  width: 86%;
  margin: 0 auto 50px;
  padding: 0 4% 48px;
  border-radius: 10px;
  background: #e1f7ff;
  font-size: 15px;
  text-align: left;
  line-height: 1.9;
}

.cntwater .h2_cnt {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto 0;
}

.cntwater div {
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-size: 17px;
  font-weight: bold;
}

/*.cntwater p:first-of-type:not(.btn_yt),*/
.cntwater div:first-of-type:not(.btn_yt) {
  margin-top: -50px;
}

.final_note1 {
  padding-left: 1em;
  text-indent: -1em;
}

.final_note2 {
  padding-left: 2em;
  text-indent: -1em;
}

.btn_yt {
  margin: 20px auto 0;
  text-align: center;
}

.btn_yt a,
.btn_yt span {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: url("../images/icn_arrow_r_bl.png") right 16px center / 12px 20px no-repeat  #fff;
  border: 4px solid #00aaeb;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #00aaeb;
  text-decoration: none;
  line-height: 1.3;
}

.btn_yt a:hover {
  opacity: 0.7;
  background: url("../images/icn_arrow_r_bl.png") right 14px center / 12px 20px no-repeat  #fff;
}

.btn_mcs {
  display: block;
  margin: 20px auto 0;
  text-align: center;
}

.btn_mcs a,
.btn_mcs span {
  max-width: 100%;
  width: 100%;
  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: 0 0 20px;
  padding: 14px 35px;
  background: url("../images/icn_arrow_r_wh.png") right 16px center / 12px 20px no-repeat #00aaeb;
  border-radius: 100vw;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
}

.btn_mcs a:hover {
  opacity: 0.7;
  background: url("../images/icn_arrow_r_wh.png") right 14px center / 12px 20px no-repeat #09BBFF;
}





/* - - - - - - - - - - final 2021.12.20 - - - - - - - - - - */ 

.cntborder_brown {
  width: 86%;
  margin: 0 auto 50px;
  padding: 30px 4% 30px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
  font-weight: bold;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  color: #6a5100;
}

.cnt_winner {
  width: 86%;
  margin: 0 auto 80px;
}

.winner_ph {
  margin: 0 auto 10px;
}

.winner_subttl {
  margin: 0 0 25px;
  padding: 11px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #6A5100;
}

.winner_teamname {
  margin: 0 0 40px;
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  color: #6A5100;
}

.winner_teamname span {
  font-size: 21px;
}

.winner_subttl_silver {
  background: #6C6C6C;
}

.winner_teamname_silver {
  color: #5F5F5F;
}

.winner_comment {
  position: relative;
  margin: 0 auto 80px;
  padding: 30px 4% 30px;
  border-radius: 10px;
  background: #fff;
  border: 5px solid #C8B039;
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.winner_comment::after {
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 21px;
  left: 50%;
  top: 0;
  background: url("../images/icn_balloon.png") center bottom / cover no-repeat;
  -webkit-transform: translate(-50%, -21px);
  -ms-transform: translate(-50%, -21px);
  transform: translate(-50%, -21px);
}

.winner_comment span {
  display: block;
  padding: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
}

.winner_comment span:nth-child(2) {
  margin-top: 25px;
  padding: 25px 0 15px;
  border-top: 2px solid #C8B039;
}

.report {
  display: block;
  width: 86%;
  margin: 0 auto 50px;
}

.report li {
  max-width: 100%;
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
}

.report li img {
  display: block;
  margin: 0 0 10px;
}

.report_corp {
  padding: 10px 0 10px;
  text-align: left;
  font-weight: bold;
}

.report_text {
  text-align: left;
  line-height: 2;
}

.thanks {
  position: relative;
  width: 86%;
  margin: 0 auto 50px;
  padding: 30px 8% 30px;
  border-radius: 10px;
  background: #e1f7ff;
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.thanks div {
  position: relative;
  margin: 0 0 22px;
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.thanks div::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background: #00316A;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.final_ph_last {
  width: 100%;
  margin: 20px auto 0;
}





/* 2024 add */

.privacy_note {
  width: 86%;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.6;
}

.btn_entry_box {
  width: 100%;
  margin: 0 auto 160px;
}

.btn_entry_box p {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
}

.btn_entry_box input[type="checkbox"],
.btn_entry_box label {
  padding: 0 8px;
  cursor: pointer;
}

.btn_entry_box button {
  display: block;
  width: 86%;
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 10px;
  background: #00aaeb;
  border: 4px solid #fff;
  box-shadow: 0 0 15px 5px rgba(0,0,0,0.10);
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn_entry_box button:disabled {
  background: #ddd;
  color: #f2f2f2;
  cursor: default;
}

.btn_entry a:hover {
  opacity: 0.7;
}





}





/* - - - - - - - - - - - - - - - - - (print) - - - - - - - - - - - - - - - - - */

@media print {
  html, body { width: 1100px; height: auto !important; }
}





/* - - - - - - - - - - - /end - - - - - - - - - - - */




