:root{

  --keycolor:#004BB1;
  --keyColor:#004BB1;
  --bgOrange:#ee6e00;
}

.gray-box li{
  margin-bottom: 1em !important;
  font-size: 1.15rem;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.image__wrap{
	width: 100vw;
    margin-left: calc(50% - 50vw);
	padding:2em 1em;
	background: #d5e3f1;
}

.case__image{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.gray-box li:last-of-type{
  margin-bottom: 0 !important;
}

.page__link__wrap{
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5vh;
  justify-content: space-between;
  margin: 0 auto 2em;
}

.page__link__wrap a{
  display: block;
  border: 2px solid #999;
  padding: 1em;
  color:#202020;
  text-align: center;
  position: relative;
  width: calc(96% / 4);
  margin-right: 1%;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
}

.page__link__wrap a:after{
  font-family: "FontAwesome";
	content: '\f107';
  position: absolute;
  right:.5em;
  top: 50%;
  transform: translateY(-50%);
}

.page__link__wrap a:nth-of-type(1){
  width: 100%;
  margin-right: 0;
  font-size: 1.2rem;
}
.page__link__wrap a:last-of-type{
  margin-right: 0;
}

span.gold{
 background: url(../images/campaign/gold.png) no-repeat;
 background-size: contain;
 width: 20px;
 height: 30px;
 display: inline-block;
 margin-right: .5em;
 vertical-align: middle;
}
span.silver{
  background: url(../images/campaign/silver.png) no-repeat center 2px;
  background-size: contain;
  width: 16px;
  height: 26px;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
 }

span.brons{
  background: url(../images/campaign/brons.png) no-repeat center 2px;
  background-size: contain;
  width: 16px;
  height: 26px;
  display: inline-block;
  margin-right: .5em;
  vertical-align: middle;
 }

 h2.gold, h2.brons, h2.silver{
  border:none;
  padding: clamp(1em,2.6vw,2.6vw);
  background: repeating-linear-gradient(-45deg, #eee, #eee 5px, #fff 5px, #fff 10px);
  position: relative;
  text-align: center;
  font-size: clamp(20px,1.65rem,1.75rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 5vh;
 }

 h2.gold::before{
  content: '';
  background: url(../images/campaign/gold.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
 }

 h2.gold::after, h2.brons::after, h2.silver::after{
  display: none;
 }

 h2.brons::before{
  content: '';
  background: url(../images/campaign/brons.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
 }

 h2.silver::before{
  content: '';
  background: url(../images/campaign/silver.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
 }

 .twitter__comment__wrap{
  padding: clamp(1em,2.6vw,2.6vw);
  border:2px solid #ddd;
  margin: 2.5vh auto 0;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	max-width:800px;
 }

 .twitter__comment__wrap .title{
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: .75em;
 }

 .twitter__comment__wrap .title i{
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
 }

 #sec01,#sec02,#sec03,#sec04,#sec05{
  margin-top: -90px;
  padding-top: 90px;
 }

 @media screen and (max-width: 767px) {

  .page__link__wrap a{
    width: calc(98% / 2);
    font-size: 0.8rem;
    text-align: left;
    padding: .5em;
  }
  .page__link__wrap a:nth-of-type(1){
    font-size: 1.0rem;
    padding: 1em;
    text-align: center;
  }
  div.gray-box ul li{
    font-size: 1.0rem;
  }
}