@charset "utf-8";
/* CSS Document */
.section-title {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2rem;
  margin-bottom: 2em;
}
.Main p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
.winners h4 {
  margin-bottom: 1em;
  margin-top: 2em;
}
h3 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.prize {
  width: 80%;
  max-width: 300px;
  height: 300px;
  background: #eee;
  margin: 0 auto;
}
section {
  padding-top: 4em;
  padding-bottom: 4em;
}
.bg-white {
  background: white;
}
.bg-stripe {
  border-radius: 5px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(245, 245, 245, 1) 5px, rgba(245, 245, 245, 1) 10px);
}
.bg-red {
  background: #e75336;
  color: white;
}
.tag {
  color: #D1AE15 /*rgba(231,83,54,0.3)*/ ;
  font-size: 100%;
  font-weight: bold;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.conditions {
  list-style-type: disc;
  padding-left: 3em;
}
.conditions li {
  line-height: initial;
  margin-bottom: 1em;
}
.grid__type1 {
  width: 90%;
  margin: 1em auto;
  display: block;
}
.grid__type1 > h3 {
  border-top: 3px solid #EF888C;
  border-bottom: 3px solid #EF888C;
  text-align: center;
  font-size: 1.2rem;
  padding: 2px 5px;
  margin-top: 2em;
}
.steps {
  list-style-type: decimal;
  padding-left: 3em;
}
.steps li {
  vertical-align: top;
}
ul li, ol li, p {
  font-size: 1rem;
}
h4 {
  font-size: 1.2rem;
  font-weight: bold;
}
h5 {
  font-size: 1rem;
  font-weight: bold;
}

/*ひしがた*/
ul.hishi li:after, ul.hishi li:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.hishi li {
  border-bottom: 1px solid #aaa;
}
ul.hishi li:after {
    top: 0.9em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: #00cff9;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
ul.hishi li:after {
  background: #D1AE15;
}


ul.hishi_result li {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
	  border-bottom: 1px solid #aaa;
	  text-align: center;
}
ul.hishi_result li img.hishi_result_gazou{
position: relative;
top: 5px;
}
@media only screen and (max-width: 640px) {
ul.hishi_result li {
    padding: 0.5em ;
	  text-align: left;
}
}


.display-flex {
  display: flex;
}
.display-flex.flex-rpv {
  display: flex;
  flex-wrap: wrap;
}
.display-flex.flex-rpv h3 {
  font-size: 1.2rem;
}
.btn__concept {
  background-color: #EF888C;
  border-radius: 20px;
  color: white;
  border: none;
}
.hashtag-desc h4 {
  background: #ddd;
  text-align: center;
  color: #EF888C;
  fontweight: bold;
  padding: 1em;
}
.hashtag-desc p {
  padding: 1em;
}
.site__headline.-mainEN {
  text-transform: initial;
}
.prize-title {
  margin-top: 6em;
}
.bg-yellow {
  background-color: yellow;
}
.btn__result {
  background: #D1AE15;
  border: none;
}
.prize-title img {
  border: 1px solid #ddd;
}
.photo1 {
  max-width: 700px;
  width: 100%;
}
.photo1_tate {
  max-width: 500px;
  width: 100%;
}
.photo {
  max-width: 450px;
  width: 100%;
}

@media print {
  .acms-admin-hide-sm {
    display: inline !important;
  }
}
@media (max-width: 650px) { /* for x-sp */
  .display-flex.flex-rpv {
    display: flex;
  }
}

.header-hero-txt {
    margin: 0;
    color: white;
    font-size: 2em;
    font-family: 'UD デジタル 教科書体 N-R';
}