/**
 * photocontest.css
 * updatedAt: 2017.10.05
 * updatedAt: 2016.10.18
 * createdAt: 2016.10.17
 */

/*========================================

  #tmpl_main

========================================*/
#tmpl_main {
  background-color: #f8eee0;
}


/*========================================

  .eco-container

========================================*/
.eco-container {
  padding: 0;
  min-width: 940px;
}
.eco-container article {
  display: block;
  margin: 40px auto 0;
  padding-bottom: 65px;
  max-width: 940px;
  background-color: #fff;
}
.eco-container .bold {
  font-weight: 700;
}
.eco-container a {
  color: #040af7;
}
.eco-container a:hover {
  text-decoration: underline;
}
.eco-container .hover {
  transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
}
.eco-container .hover:hover {
  opacity: 0.7;
}
.eco-container .nb64 {
  display: block;
}
.eco-container .b64 {
  display: none;
}
.eco-container .breadcrumbs a{
	color: #000;
}

@media(max-width:640px) {
  .eco-container {
    min-width: 320px;
  }
  .eco-container .hover {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
  .eco-container .hover:hover {
    opacity: 1.0;
  }
  .eco-container .nb64 {
    display: none;
  }
  .eco-container .b64 {
    display: block;
  }
}


/*========================================

  .main-visual

========================================*/
.main-visual {
  line-height: 0;
}

.main-visual .pc{
  display:block;
}
.main-visual .pc img{
	width:100%;
	max-width:940px;
}
.main-visual .sp{
  display:none;
}

@media(max-width:640px) {
  .main-visual img {
    width: 100%;
    height: auto;
  }
  .main-visual .pc{
	display:none;
  }
  .main-visual .sp{
	display:block;
  }
}


/*========================================

  section

========================================*/
main section {
  margin: 0 auto;
  max-width: 826px;
}
section .heading {
  font-size: 137.5%;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #bf3000;
  border-radius: 8px;
}
section .heading-txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.7;
  text-align: center;
}

@media(max-width:640px) {
  section {
    width: 90.625%;
  }
  section .heading {
    line-height: 36px;
  }
  section .heading-txt {
    text-align: left;
  }
  section .heading-txt br {
    display: none;
  }
}


/*----------------------------------------
  section.notice
----------------------------------------*/

section.notice p{
	margin: 30px 0 30px 0;
	padding: 20px 0;
	border: 1px solid #C00;
	color: #C00;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;	
}



/*----------------------------------------
  section.intro
----------------------------------------*/
section.intro h3 {
  margin: 45px auto 25px;
  max-width: 632px;
  width: 76.5133171%;
  line-height: 0;
}
section.intro p.txt,
section.intro p.period {
  margin: 0 auto;
  text-align: center;
}
section.intro p.txt {
  font-size: 87.5%;
  line-height: 1.6;
}
section.intro p.period {
  margin-top: 25px;
  font-size: 143.8%;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #bf3000;
}

@media(max-width:640px) {
  section.intro h3 {
    width: 98%;
  }
  section.intro h3 img {
    width: 100%;
    height: auto;
  }
  section.intro p.txt {
    line-height: 1.7;
  }
}

/* .about
----------------------------------------*/
section.intro .about {
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 25px 29px 30px;
  border: 1px solid #bf3000;
  border-radius: 6px;
}
section.intro .about strong {
  display: block;
  margin: 0 auto;
  max-width: 341px;
}
section.intro .about h3 {
  margin: 25px auto 15px;
  max-width: 436px;
  line-height: 0;
}
section.intro .about p {
  font-size: 87.5%;
  line-height: 1.8;
  text-align: center;
}
section.intro .about .link {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
section.intro .about .link .item {
  display: inline-block;
  margin-left: 13px;
  width: 280px;
}
section.intro .about .link .item:first-child {
  margin-left: 0;
  margin-right: 13px;
}
section.intro .about .link span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
section.intro .about .link a {
  padding-right: 16px;
  background-image: url('../img/icn_blank_b.png');
  background-repeat: no-repeat;
  background-position: right center;
}

@media(max-width:640px) {
  section.intro .about {
    padding: 25px 19px 30px;
  }
  section.intro .about img {
    width: 100%;
    height: auto;
  }
  section.intro .about strong {
    width: 75%;
  }
  section.intro .about p {
    text-align: left;
  }
  section.intro .about .link {
    margin-top: 0;
  }
  section.intro .about .link .item {
    margin: 20px auto 0 !important;
    max-width: 280px;
    width: auto;
  }
  section.intro .about .link span {
    margin-top: 5px;
    font-size: 13px;
  }
}


/*----------------------------------------
  #Theme
----------------------------------------*/
#Theme {
  margin-top: 50px;
}
#Theme .list-disc {
  padding-left: 24px;
}
#Theme .list-disc li {
  list-style: disc;
  margin-bottom: 10px;
}
#Theme .example {
  margin-top: 30px;
}
#Theme .example:after {
  clear: both;
  display: block;
  content: '';
}
#Theme .example .txt-box {
  float: left;
  width: 450px;
}
#Theme .example em {
  display: inline-block;
  width: 125px;
  font-size: 106.3%;
  font-style: normal;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background: #bf3000;
  border-radius: 6px;
}
#Theme .example strong {
  display: block;
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.6;
}
#Theme .example p {
  font-size: 81.3%;
  line-height: 1.6;
}
#Theme .example .img-box {
  float: right;
  margin: 0 43px 0 0;
}

@media(max-width:640px) {
  #Theme .example .txt-box {
    float: none;
    width: auto;
  }
  #Theme .example .img-box {
    float: none;
    margin: 15px auto 0;
    max-width: 314px;
  }
  #Theme .example .img-box img {
    width: 100%;
    height: auto;
  }
}


/*----------------------------------------
  #Prize
----------------------------------------*/
#Prize {
  margin-top: 50px;
}
#Prize .items {
  margin-top: 25px;
  font-size: 0;
  text-align: center;
}
#Prize .items .item {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  padding: 17px 14px 47px;
  width: 268px;
  border-radius: 6px;
  background: #f8eee0;
}
#Prize .items .item:first-child {
  margin-left: 0;
}
#Prize .items .num {
  position: absolute;
  box-sizing: border-box;
  top: 60px;
  left: 14px;
  padding: 0 0 0 5px;
  width: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  background: #bf3000;
  border-radius: 50%;
}
#Prize .items .num span {
  font-family: "SST W55 Regular",Verdana,sans-serif;
  font-size: 18px;
}
#Prize .items h4 {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: -0.06em;
  color: #82341a;
  border-radius: 4px;
  background: #fff;
}
#Prize .items h4 span {
  margin-left: -0.3em;
  letter-spacing: -0.3em;
}
#Prize .items .img-box {
  margin: 60px auto 0;
  max-width: 181px;
}
#Prize .items .txt-box {
  margin: 5px 0 10px;
  text-align: center;
}
#Prize .items .txt-box strong {
  font-size: 15px;
  line-height: 1.2;
}
#Prize .items .txt-box p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
#Prize .items .btn-box {
  position: absolute;
  left: 0;
  right: 0;
}
#Prize .items .btn-box a {
  display: block;
  margin: 0 auto;
  width: 176px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  background: #82341a;
}
#Prize .items .btn-box a:hover {
  text-decoration: none;
}
#Prize .items .btn-box span {
  padding-left: 18px;
  background-image: url('../img/icn_blank_w.png');
  background-repeat: no-repeat;
  background-position: 0 center;
}

@media(max-width:640px) {
  #Prize .items .item {
    display: block;
    margin: 10px 0 0 !important;
    width: auto;
  }
  #Prize .items .btn-box a {
    width: 220px;
    line-height: 30px;
  }
}


/*----------------------------------------
  #Overview
----------------------------------------*/
#Overview {
  margin-top: 70px;
}
#Overview .list-disc {
  padding-left: 24px;
}
#Overview .list-disc li {
  list-style: disc;
  margin-bottom: 10px;
}
#Overview .list-disc li p{
	font-weight:400;
}
#Overview .txt {
  position: relative;
  font-size: 100%;
}
#Overview .txt-s {
  position: relative;
  font-size: 93.8%;
}
#Overview h4.txt {
  display: block;
  margin: 30px 0 6px;
  line-height: 1.2;
  margin-left: -0.5em;
}
#Overview p.txt,
#Overview p.txt-s {
  line-height: 1.7;
}
#Overview p.note {
  margin-top: 5px;
  font-size: 81.3%;
  line-height: 1.8;
}
#Overview p.txt.list {
  padding-left: 18px;
}
#Overview p.txt-s.list {
  padding-left: 16px;
}
#Overview p.list span {
  position: absolute;
  top: 0;
  left: 0;
}
#Overview p.red,
#Overview li.red {
  color: #bf3000;
}
#Overview .mogi {
  margin-top: 15px;
}
#Overview .mogi:after {
  clear: both;
  display: block;
  content: '';
}
#Overview .mogi img {
  float: left;
  margin: 0 20px 5px 0;
  width: 160px;
  height: auto;
}
#Overview .mogi em {
  display: block;
  font-size: 93.8%;
  line-height: 1.2;
}
#Overview .mogi p {
  margin-top: 5px;
  font-size: 87.5%;
  line-height: 1.8;
}
#Overview .fb {
  display: inline-block;
  margin: 15px auto 10px;
}

@media(max-width:640px) {
  #Overview .fb {
    display: block;
    max-width: 394px;
    width: 90%;
  }
  #Overview .fb img {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------
  #Terms
----------------------------------------*/
#Terms {
  margin-top: 40px;
}
#Terms .inline {
  box-sizing: border-box;
  padding: 40px;
  height: 800px;
  border: 1px solid #a0a0a0;
  overflow: scroll;
  overflow-x: hidden;
}
#Terms h3 {
  font-size: 137.5%;
  line-height: 1.2;
  text-align: center;
}
#Terms strong {
  display: block;
  margin: 40px 0 5px;
  font-size: 93.8%;
  line-height: 1.2;
}
#Terms h3 + em {
  margin-top: 40px;
}
#Terms p + p,
#Terms ul + p,
#Terms ol + p {
  margin-top: 20px;
}
#Terms p,
#Terms em,
#Terms ul,
#Terms ol {
  font-size: 87.5%;
  line-height: 1.6;
}
#Terms em {
  display: block;
  margin: 25px 0 3px -0.4em;
}
#Terms ul,
#Terms ol {
  padding-left: 20px;
}
#Terms ul li {
  list-style-type: disc;
}
#Terms ol li {
  list-style-type: decimal;
}

@media(max-width:640px) {
  #Terms .inline {
    padding: 24px 19px;
    height: 400px;
  }
  #Terms strong {
    margin: 30px 0 5px;
  }
}

/* .agree
----------------------------------------*/
#Terms .agree {
  margin-top: 40px;
  text-align: center;
}
#Terms .agree .checkbox {
  font-size: 106.3%;
  line-height: 16px;
}
#Terms .agree label {
  cursor: pointer;
}
#Terms .agree input[type=checkbox] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  top: -1px;
  width: 16px;
  height: 16px;
}
#Terms .agree .button {
  display: block;
  box-sizing: border-box;
  margin: 35px auto 20px;
  padding: 26px 0;
  max-width: 480px;
  font-size: 150%;
  line-height: 1.0;
  color: #fff;
  background-color: #bf3000;
  border-radius: 15px;
  cursor: pointer;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}
#Terms .agree .button:hover {
  background-color: #d34b1d;
  text-decoration: none;
}
#Terms .agree .button.disabled {
  opacity: 1 !important;
  cursor: default;
  background-color: #cfcfcf;
}



/*========================================

  .banners

========================================*/
.banners {
  margin: 60px auto 0;
  max-width: 813px;
  font-size: 0;
}
.banners a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  overflow: hidden;
}
.banners a.waowao,
.banners a.facebook,
.banners a.nacs-j,
.banners a.winner-2017 {
  margin-top: 25px;
}
.banners a.waowao {
  width: 258px;
}
.banners a.facebook {
  margin-left: 16px;
  width: 262px;
}
.banners a.nacs-j {
  margin-left: 16px;
  width: 261px;
}

@media(max-width:640px) {
  .banners {
    width: 87.5%;
  }
  .banners a {
    display: block;
  }
  .banners a.winner-2016 img,
  .banners a.winner-2017 img {
    margin-left: -47%;
    width: 150%;
  }
  .banners a.waowao,
  .banners a.facebook,
  .banners a.nacs-j,
  .banners a.winner-2017 {
    margin: 15px auto 0;
    width: auto;
  }
  .banners a img {
    width: 100%;
    height: auto;
  }
}


/*========================================

  .mod-fn-pagetop

========================================*/
.mod-fn-pagetop {
  display: none !important;
}


/*========================================

  以下第5回用css

========================================*/

section.intro p.rule{
  margin-top: 25px;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  font-weight:bold;
  padding: 20px 15px;
  border-radius: 6px;
  background: #efefef;
}

.green-back {
  background-color: #f2f7e2 !important;
}

.fifth-overview section.intro .about .link a {
  padding-right: 0;
  background-image: none;
}

.fifth-overview #Prize .items .btn-box span {
  padding-left: 0;
  background-image: none;
}