@charset "UTF-8";

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .backtotop {
    bottom: 30px;
    /* IE10 */
  }
}

/* common
----------------------------------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  font-family:
  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "メイリオ","Meiryo",
  "游ゴシック Medium","Yu Gothic Medium",
  "游明朝","Yu Mincho",
  "ＭＳ Ｐゴシック","MS PGothic",
  "Osaka";
  word-break: break-all;
  box-sizing: border-box;
  color: #333333;
}

.serif {
  font-family: 
  "游明朝体", "Yu Mincho", YuMincho, 
  "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 
  "MS P明朝", "MS PMincho", serif;
}

a {
  margin: 0;
  padding: 0;
  background: 0;
  color: #0085cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

p.note{
  font-weight: 900;
  background-color: #E6E6E6;
  width: 70%;
  margin: 0 auto;
}

span.new-line {
  display: block;
}

.paragraph-position {
  text-align: center;
}

.introduction {
  margin: 70px 0;
}

.award-winner-overview {
  margin-bottom: 32px;
}

.award-name {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;  
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.award-name img {
  width: auto;
  height: 70px;
}

h2 {
  margin: 0 32px 0;
  padding: 0;
  line-height: 1;
  font-size: 32px;
  text-align: center;
}

h2.sub {
  margin-bottom: 32px;
  font-size: 24px;
}

h3 {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

/* head
----------------------------------------------*/
.headerwrap {
	height: 40px;
	border-bottom: solid 1px #f0f0f0;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

.header {
	position: relative;
	width: 940px;
	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 {
	top: -6px;
	right: 0;
}


.mainwrap {
  height: auto;
    width: 100%;
    margin-top: 0px;
    background-image: url(img/mainwrap.jpg);
    overflow: hidden;
    position: relative;
}


.main {
  height: 350px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.main h1 {
  margin: 0 auto 16px auto;
  position: relative;
  top: 0px;
  z-index: 100;
}

.main-img {
  width: 500px;
  height: 350px;
}

/* navi
----------------------------------------------*/
#gnavi {
  background-color: #000000;
  text-align: center;
  border-bottom: solid 1px #f2f2f2;
}

#gnavi ul {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#gnavi li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
}

#gnavi li.disp_none {
  display: none;
}

#gnavi li a {
  display: block;
  padding: 0 52px;
  line-height: 44px;
  color: #ffffff;
}

#gnavi .current {
  background-color: #ffffff;
  color: #000000;
}

#gnavi ul li a:hover {
  background-color: #ffffff;
  color: #000000;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ページの内容
----------------------------------------------*/
.contents {
  width: 1000px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.contents-mb {
  margin-bottom: 120px;
}

/* 受賞サイト
----------------------------------------------*/
.award-winner-site {
  margin-bottom: 88px;
}

/* 受賞ランキング
----------------------------------------------*/
.award-winner-site .gold {
  background-color: #F8E59A;
}

.award-winner-site .silver {
  background-color: #F2F2F2;
}

.award-winner-site .bronze {
  background-color: #FAF4E6;
}

/* 受賞サイトの見出し
----------------------------------------------*/
.award-winner-site .award-header {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  margin: 0;
  padding: 16px 0px;
  width: 100%;
}

.award-winner-site .medal {
  position: relative;
  width: 80px;
}

.award-winner-site .medal img {
  position: absolute;
  width: 120px;
  height: 122.5px;
  top: -30px;
  left:-30px;
}

.award-winner-site .header-text {
  margin-left: 32px;
}

.award-winner-site .site-category {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

.award-winner-site .site-category .colon {
  font-weight: bold;
}

.award-winner-site .site-category .colon::after {
  content: ":";
  margin-left: 8px;
  margin-right: 8px;
}

.award-winner-site .site-category-sub {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

.award-winner-site .site-category-sub .colon {
  font-weight: bold;
}

.award-winner-site .site-category-sub .colon::after {
  content: ":";
  margin-left: 8px;
  margin-right: 8px;
}

.award-winner-site .site-name {
  font-size: 24px;
  line-height: 1;
}

/* 受賞サイトの内容
----------------------------------------------*/
.site-contents {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  margin: 40px 0px 32px;
}

.site-contents .capture-link {
  overflow: hidden;
  width: 400px;
  height: 320px;
  border: 1px solid #EEEEEE;
}

.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 .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;
}

.text-link2{
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}

.paragraph .result-btn{
  color: #0085cc;
  border: solid 2px #0085cc;
  border-radius: 7px;
  transition: .4s;
  padding: 13px 60px;
  text-align: center;
  font-weight: 800;
}

.paragraph .result-btn:hover{
  color: #ffffff;
  background-color:#0085cc ;
  border: solid 2px #0085cc;
}


.site-contents .paragraph {
  margin-left: 32px;
  width: 568px;
}

.site-contents .paragraph p {
  margin-bottom: 25px;
}

.site-contents .paragraph p:last-child {
  margin-bottom: 0;
}

.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;
}
.site-contents h3.award-winner-comment::before {
  content: "\f4ad";
  margin-right: 8px;
  font-size: 24px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* スタッフコメント
----------------------------------------------*/
.staff-comment {
  padding: 16px 32px 9px;
  border: 1px solid #3D9999;
  border-radius: 8px;
}

.staff-comment h3 {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  color: #3D9999;
  line-height: 1;
}

/* 審査基準
----------------------------------------------*/
.rules {
  margin: 0 195px 0;
  padding: 25px 32px 25px;
  background-color: #FAF4E6;
  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: 14px;
}

.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: #0F56C9;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* 過去開催
----------------------------------------------*/
.past-award {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 700px;
  margin: 0 auto;
  list-style: none;
}

.separator::after {
  content: "｜";
  margin-left: 16px;
  margin-right: 16px;
}

/* ノウハウ集への導線
----------------------------------------------*/
.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-link a:hover {
  width: 280px;
}

/*ページ内スクロール調整
------------------------*/
#section0 {
  margin-top: -80px;
  padding-top: 80px;
}

#section1 {
  margin-top: -80px;
  padding-top: 80px;
}

#section2 {
  margin-top: -80px;
  padding-top: 80px;
}

#section3 {
  margin-top: -80px;
  padding-top: 80px;
}

#section4 {
  margin-top: -80px;
  padding-top: 80px;
}

#section5 {
  margin-top: -80px;
  padding-top: 80px;
}

#section6 {
  margin-top: -80px;
  padding-top: 80px;
}

/* 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;
  vertical-align: sub;  
}

/* 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;
  /* IE8以下 */
  * bottom: 40px;
  /* IE7以下 */
}

.backtotop:not(:target) {
  bottom: 100px¥9;
  /* IE9 */
}

.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: #14407f;
  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 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
}

/* 特別賞
----------------------------------------------*/
.special-award {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}
.special-award:last--itemschild {
  margin-bottom: 0;
}
.special-award .site-items {
  display:-webkit-box;
  display:-ms-flexbox;  
  display: flex;
  width: calc(90% / 3);
  margin-bottom: 72px;
  -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;
}
.special-award .site-items:nth-child(4), 
.special-award .site-items:nth-child(5) {
  margin-bottom: 0;
}
.special-award .site-items:first-child {
  margin-left: 0;
}
.special-award .site-items .site-title {
  line-height: 1;
  margin-bottom: 8px;
}
.special-award .site-items .site-title .category {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: bold;
}
.special-award .site-items .site-title .category-name {
  margin-bottom: 8px;
  font-size: 12px;
}
.special-award .site-items .site-title .site-name {
  font-size: 20px;
  line-height: 1.5;
}
.special-award .site-items .site-link {
  text-align: right;
}
.special-award .site-items .site-link .capture-link {
  margin-bottom: 16px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
}
.special-award .site-items .site-link .capture-link img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.3s;
}
.special-award .site-items .site-link .capture-link img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}
.special-award .site-items .site-link .text-link {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  text-align: right;  

}
.special-award .site-items .site-link .result-btn {
  display: block;
  text-align: center;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 1px solid #0085cc;
  border-radius: 8px;
}
.special-award .notice {
  width: calc(90% / 3);
  text-align: center;
  align-self: center;
}
.special-award .notice p {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FAF4E6;
  border-radius: 4px;
}
.css-br::after {
  content: "\A" ;
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .special-award .site-items, .special-award .notice {
    width: calc(100% / 1);
    min-width: 300px;
  }
  .special-award .site-items:nth-child(4), 
  .special-award .site-items:nth-child(5) {
    margin-bottom: 72px;
  }  
}

/* etc 
----------------------------------------------*/
.pcshow {
  display: block;
}

.spshow {
  display: none;
}

/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  h2 {
    font-size: 24px;
    background-position: 0 6px;
  }

  h2.sub {
    font-size: 20px;
    line-height: 1.5;
  }

  h3 {
    font-size: 17px;
  }

  .paragraph-position {
    text-align: left;
  }

  span.new-line {
    display: inline;
  }

  p.note{
    width: 100%;
  }

  /* contents
----------------------------------------------*/
  .contents {
    width: 85%;
    margin-top: 0;
    padding: 20px 20px;
    border: none;
    border-radius: 0;
  }

  /* head
----------------------------------------------*/
  .header {
    width: 100%;
  }

  .mainwrap {
    height: auto;
    /* mainwrapはheight必須 */
  }

  .main {
    height: 100%;
    padding: 0;
    background: none;
    background-position-x: center;
  }

  .main h1 {
    margin: 0;
  }

  .main-img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  .introduction {
    margin: 12px 0 32px;
  }

  /*ページ内スクロール調整解除
------------------------*/

  #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 ul {
    width: 100%;
    padding: 0;
  }

  #gnavi li {
    font-size: 12px;
  }

  #gnavi li.disp_none {
    display: none;
  }

  #gnavi li a {
    padding: 0 0px;
    margin: 0 5px;
  }

  /* 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;
  }

  /* 受賞サイトの見出し
  ----------------------------------------------*/
  .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: 0;
  }

  .award-winner-site .site-category {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-left: 50px;
  }

  .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-category-sub {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-left: 17px;
  }

  .award-winner-site .site-category-sub .colon {
    margin-bottom: 0;
  }

  .award-winner-site .site-category-sub .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: 100%;
    height: 100%;
  }

  .site-contents .text-link {
    margin-bottom: 32px;
  }

  .site-contents .text-link2{
    text-align: center;
    margin-bottom: 30px;
  }
  
  .site-contents .text-link2 .result-btn{
    color: #0085cc;
    border: solid 2px #0085cc;
    border-radius: 7px;
    transition: .4s;
    padding: 13px 12px;
  }

  .site-contents .paragraph {
    margin-left: 0;
    width: 100%;
  }

  .site-contents .paragraph p {
    margin-bottom: 33px;
  }

  .site-contents h3.award-winner-comment::before {
    font-size: 20px;
  }

  .paragraph .result-btn{
    padding: 13px 10px;
  }

  /* スタッフコメント
  ----------------------------------------------*/
  .staff-comment {
    padding: 16px 16px 9px;
  }

  
  /* 審査基準
  ----------------------------------------------*/
  .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: block;
  }
  .know-how ul {
    width: 100%;
    padding: 24px;
    margin: 0;
    border: 1px solid #665012;
    border-radius: 8px;
  }

  .know-how ul li {
    list-style-position: inside;
    margin-bottom: 16px;
  }

  .know-how ul li:last-child {
    margin-bottom: 0;
  }

/* 過去開催
----------------------------------------------*/  
  .past-award {
    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;
  }

  /* サインアップボタン
  ----------------------------------------------*/
  .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;
  }

}

@media screen and (max-width: 360px) {
  #gnavi li a {
    padding: 0 0px;
    margin: 0 5px;
  }
}