@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;
}

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;
}

.introduction {
  margin: 70px 0;
}

.award-winner-overview {
  margin-bottom: 32px;
}

.award-name {
  display: flex;
  align-items: 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.overall {
  color: #665012;
}

h2.growth {
  color: #4267B2;
}

h2.beginner {
  color: #157C26;
}

.flex-center {
  display: flex;
  position: relative;
  margin-bottom: 32px;
  justify-content: center;
}

.flex-center {
  justify-content: space-around\9;
  /* IE10以下 */
}

@media all and (-ms-high-contrast: none) {
  .flex-center {
    justify-content: space-around;
    /* IE10以上 */
  }
}

h2.skewer-border {
  margin: 0 auto;
  padding: 0 20px 0;
  font-size: 24px;
  color: #665012;
  background-color: #ffffff;
  z-index: 100;
}

p.skewer-border {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #665012;
  z-index: 10;
}

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: #005c97;
  background: -moz-linear-gradient(top, #005c97 0%, #264296 60%, #272d66 100%);
  background: -webkit-linear-gradient(top, #005c97 0%, #264296 60%, #272d66 100%);
  background: linear-gradient(to bottom, #005c97 0%, #264296 60%, #272d66 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005c97', endColorstr='#272d66', GradientType=0);
  background-position: center;
  background-repeat: repeat-x;
}


.main {
  height: 400px;
  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: 870px;
  height: 400px;
}

/* navi
----------------------------------------------*/
#gnavi {
  background-color: #E5B02C;
  text-align: center;
  border-bottom: solid 1px #f2f2f2;
}

#gnavi ul {
  display: flex;
  justify-content: center;
  width: 940px;
  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 70px;
  line-height: 44px;
  color: #665012;
}

#gnavi .current {
  background-color: #665012;
  color: #ffffff;
}

#gnavi ul li a:hover {
  background-color: #665012;
  color: #ffffff;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ページの内容
----------------------------------------------*/
.contents {
  width: 1000px;
  margin: 0 auto;
}

.contents-mb {
  margin-bottom: 120px;
}

/* 受賞サイト
----------------------------------------------*/
.award-winner-site {
  margin-bottom: 88px;
}

/* 受賞ランキング
----------------------------------------------*/
.award-winner-site .gold {
  background-color: #EECA40;
}

.award-winner-site .silver {
  background-color: #EEEEEE;
}

.award-winner-site .bronze {
  background-color: #DDCEA0;
}

/* 受賞サイトの見出し
----------------------------------------------*/
.award-winner-site .award-header {
  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: 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-name {
  font-size: 24px;
  line-height: 1;
}

/* 受賞サイトの内容
----------------------------------------------*/
.site-contents {
  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;
}

.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: flex;
  align-items: center;
}
.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.overall {
  color: #665012;
}

.site-contents h3.growth {
  color: #4267B2;
}

.site-contents h3.beginner {
  color: #157C26;
}

/* スタッフコメント
----------------------------------------------*/
.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;
}

/* 特別賞
----------------------------------------------*/
.special-award {
  display: flex;
  justify-content: space-between;
  margin-bottom: 72px;
}

.special-award-site {
  width: 300px;
}

.special-award-site .header {
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  width: 100%;
}

.special-award-site .header-text {
  margin-left: 32px;
}

.special-award-site .site-category {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 13px;
}

.special-award-site .site-category .colon {
  font-weight: bold;
}

.special-award-site .site-name {
  font-size: 20px;
  line-height: 1;
}

.special-award-site .capture-link {
  overflow: hidden;
  width: 300px;
  height: 240px;
  border: 1px solid #EEEEEE;
}

.special-award-site .capture-link img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 0.3s;
}

.special-award-site .capture-link img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  cursor: pointer;
}

.special-award-site .text-link {
  margin: 0;
  margin-top: 16px;
  padding: 0;
  text-align: right;
  line-height: 1;
}

.special-award-site .text-link span {
  margin-left: 2px;
  font-size: 12px;
}

/* 告知用の空き
----------------------------------------------*/
.pb85 {
  padding-top: 85px;
}

.special-award-site .notice {
  display: flex;        
  justify-content: center;
  align-items: center;
  height: 100%;
}

.special-award-site .notice {
  height: 240px;
  /* background-color: #EBF9EA; */
  border-radius: 8px;
  text-align: center;
}

/* サイト診断結果ボタン
----------------------------------------------*/
.special-award-site .btn-diagnosis-result {
  display: block;
  margin-top: 16px;
  padding: 16px 0 13px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 3px 0 0 #0D4B17;
  background-color: #157C26;
  border-radius: 8px;
}

.special-award-site .btn-diagnosis-result:hover {
  background-color: #137023;
  text-decoration: none;
}

/* 審査基準
----------------------------------------------*/
.rules {
  margin: 0 195px 0;
  padding: 25px 32px 25px;
  background-color: #EAF9F9;
  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: #FE4123;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* ノウハウ集への導線
----------------------------------------------*/
.know-how {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.know-how:last-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

.know-how-link img {
  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;
}

/* 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: flex;
  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;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: block;
}

.spshow {
  display: none;
}

@media screen and (max-width: 800px) {
  .contents {
    width: 800px;
  }
}

/* @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;
  }

  .flex-center {
    margin-bottom: 17px;
  }

  h2.skewer-border {
    margin: 0 40px;
    padding: 0 10px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  h3 {
    font-size: 17px;
  }

  .paragraph-position {
    text-align: left;
  }

  span.new-line {
    display: inline;
  }

  /* 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;
    top: 16px;
  }

  .main-img {
    width: 100%;
    height: 100%;
  }

  .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 6px;
    margin: 0 12px;
  }

  /* 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-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 .paragraph {
    margin-left: 0;
    width: 100%;
  }

  .site-contents .paragraph p {
    margin-bottom: 33px;
  }

  .site-contents h3.award-winner-comment::before {
    font-size: 20px;
  }

  /* スタッフコメント
  ----------------------------------------------*/
  .staff-comment {
    padding: 16px 16px 9px;
  }

  /* 特別賞
  ----------------------------------------------*/
  .special-award {
    display: block;
  }

  .special-award-site {
    width: 100%;
    margin: 64px 0 64px;
  }

  .pb85 {
    padding-top: 0;
  }

  .special-award-site .capture-link {
    width: 100%;
    height: 100%;
  }

  /* 審査基準
  ----------------------------------------------*/
  .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;
  }

  /* サインアップボタン
  ----------------------------------------------*/
  .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 6px;
    margin: 0 6px;
  }
}