@charset "UTF-8";
* html .clearfix {
  zoom: 1;
  /* IE6 */
}

* html #basecontents {
  height: 1%;
}

/*
	コンテンツ
*/
#basecontents {
  width: 942px;
  margin: 0 auto;
}
#basecontents * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#baseWrap {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  width: 100%;
  float: none;
  clear: both;
}

/* 応募期間：〜*/
.band {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  height: 45px;
  line-height: 45px;
  background-image: none;
  background-color: #DE2A18;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
}

#mainArea h2 {
  margin: 0px;
}
#mainArea p {
  margin: 0px;
}
#mainArea p.main-copy {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin: 0px 25px 8px 25px;
}
#mainArea p.main-copy-sub {
  font-size: 16px;
  line-height: 24px;
  margin: 0px 25px 20px 25px;
}
#mainArea p strong {
  color: #ff0000;
}
#mainArea ol {
  margin: 0px 25px 8px 55px;
  padding: 0px;
}
#mainArea ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#mainArea ol li strong {
  color: #ff0000;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

br.sp {
  display: none !important;
}

br.pc {
  display: inline !important;
}

.nonpc {
  display: none;
}

.content {
  margin: 0;
  padding: 0 25px 0 25px;
  background: none;
}
.content p {
  font-size: 16px;
  line-height: 24px;
}

#top .content {
  padding-bottom: 25px;
}
#top .content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.question-m {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 16px;
  background-color: #6fb92c;
  margin: 20px 0px 10px 0px;
  color: #FFF;
  text-align: left;
}
.question-m strong {
  color: #ff0000;
}

.info-box {
  border-style: solid;
  border-width: 1px;
  border-color: #b5b5b6;
  border-radius: 6px;
  padding: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.info-box .main-title {
  font-size: 22px;
  line-height: 40px;
  background-color: #e8f4df;
  margin: -14px -14px 14px -14px;
  padding: 0px 14px;
  vertical-align: middle;
}
.info-box .main-title span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.info-box p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}
.info-box .img {
  width: 260px;
  float: left;
  margin-right: 20px;
}
.info-box .img img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.info-box .img h4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #8f7700;
}
.info-box .txt {
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.info-box .txt .info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.info-box .txt .info h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  margin: 4px 0px 0px 0px;
}
.info-box .txt .info p {
  font-size: 12px;
  line-height: 18px;
  margin-left: 1em;
}
.info-box .comment {
  clear: both;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #b5b5b6;
  padding: 10px;
}
.info-box .comment h5 {
  font-size: 18px;
  line-height: 22px;
  color: #8f7700;
}
.info-box .comment ul {
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.info-box .comment ul li {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 22px;
}

/*
	スマートフォン・タブレット
*/
@media screen and (max-width: 585px) {
  #basecontents {
    width: auto;
    min-height: 320px;
    margin: 0 10px;
    padding: 0;
  }
  #basecontents #topicpath {
    display: block;
    margin: 10px 10px 10px 0px;
  }

  #baseWrap {
    margin: 0;
    padding: 0;
    background-color: #fff;
    width: 100%;
    min-height: 300px;
  }

  /* 応募期間：〜*/
  .band {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    background: none;
    background-color: #DE2A18;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
  }

  img {
    display: block;
    max-width: 100%;
  }

  #mainArea p.main-copy {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 10px 6px 10px;
  }
  #mainArea p.main-copy.center {
    text-align: left;
  }
  #mainArea p.main-copy-sub {
    font-size: 16px;
    line-height: 22px;
    margin: 0px 10px 10px 10px;
  }
  #mainArea h2 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
  #mainArea ol {
    margin: 0px 10px 8px 30px;
  }
  #mainArea ol li {
    font-size: 16px;
    line-height: 22px;
  }

  .content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  br.sp {
    display: inline !important;
  }

  br.pc {
    display: none !important;
  }

  .nonpc {
    display: inline;
  }

  #top .content {
    padding: 0px 10px 20px 10px;
  }

  /* クイズ */
  .question-box-wrap {
    margin: 0px 10px;
  }

  .info-box {
    padding: 10px;
    margin-left: 0px;
  }
  .info-box .main-title {
    font-size: 20px;
    line-height: 28px;
    margin: -10px -10px 10px -10px;
    padding: 6px 10px;
    vertical-align: middle;
  }
  .info-box .main-title span {
    display: block;
    line-height: 20px;
  }
  .info-box .img {
    width: auto;
    float: none;
    margin-right: 0px;
  }
  .info-box .img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
  }
  .info-box .txt .info {
    display: block;
    width: auto;
  }
  .info-box .comment {
    padding: 10px 0px;
  }
  .info-box .comment ul li {
    margin: 0px 0px 10px 0px;
  }

  .button-quiz {
    width: auto;
  }
  .button-quiz.short {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* 584px */
