/**
 * photocontest.v2.css
 * updatedAt: 2020.10.16
 */

/**
 * media type
 *   @media only screen and (min-width:981px)
 *   @media only screen and (min-width:721px) and (max-width:980px)
 *   @media only screen and (min-width:641px) and (max-width:720px)
 *   @media only screen and (max-width:640px)
 */

/*========================================

  #tmpl_main

========================================*/
#tmpl_main {
  /*background-color: #f8eee0;*/
}


/*========================================

  .eco-container

========================================*/
.eco-container {
  padding: 0;
  min-width: 940px;
}
.eco-container article {
  display: block;
  margin: 0 auto;
  padding-bottom: 65px;
  max-width: 1190px;
  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%;
}
.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%;
  font-weight: bold;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background: #0f6c51;
  border-radius: 8px;
}
section .heading-txt {
  margin-top: 15px;
  font-size: 100%;
  line-height: 1.9;
  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;
  }
}


/*----------------------------------------
  Paragraph
----------------------------------------*/
p.period {
  display: none;
  margin: 0 auto;
  text-align: center;
}
p.period {
  margin-top: 25px;
  font-size: 143.8%;
  letter-spacing: 0.04em;
  line-height: 1.2;
  color: #bf3000;
}
p.rule{
  margin: 25px 0;
  text-align: center;
  font-size: 100%;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #000000;
  font-weight:bold;
  padding: 20px 15px;
  border-radius: 6px;
  background: #efefef;
}

/*----------------------------------------
  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;	
}

#Terms section.notice.bottom p{
	margin-top: 60px;
	font-size: 125%;
}

@media(max-width:640px) {
	#Terms section.notice.bottom{
		width: 100%;
	}
}

/*----------------------------------------
  section.intro
----------------------------------------*/
section.intro {
  padding: 2em 0 0;
}
section.intro h3 {
  margin: 45px auto 25px;
  max-width: 632px;
  width: 76.5133171%;
  line-height: 0;
}
section.intro p.txt {
  margin: 0 auto;
  text-align: center;
}
section.intro p.txt {
  font-size: 100%;
  line-height: 1.9;
}
section.intro p.txt strong{
  color: #bf3000;
  font-weight: bold;
}
@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;
    text-align: left;
  }
}


/*----------------------------------------
  #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: 10px;
  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 8px 67px;
  width: 268px;
  border-radius: 6px;
  background: #eeeeee;
}
#Prize .items .item:first-child {
  margin-left: 0;
}

@media(max-width:640px) {
  section#Prize2 {
    width: auto;
  }
}
#Prize2 .items .item:nth-child(4) {
  margin-top: 10px;
  margin-left: 0;
  width: 826px;
}
#Prize .items .item .txt-box{
	white-space: nowrap;
}
#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: #0f6c51;
  border-radius: 4px;
  background: #fff;
}
#Prize .items h4 span {
  letter-spacing: -0.3em;
}
#Prize .items .img-box {
  margin: 60px auto 10px;
  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.3;
}
#Prize .items .txt-box p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
#Prize .items .txt-box p span{
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
#Prize .items .btn-box {
  position: absolute;
  left: 0;
  right: 0;
}
#Prize .items .btn-box a {
  display: block;
  margin: 20px auto;
  margin-top: 15px;
  width: 176px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#Prize .items .btn-box a.hover span:after {
  content: " ＞";
}
#Prize .items .btn-box a:hover {
  text-decoration: none;
}
#Prize2 .items {
  text-align: center;
}
#Prize2 .items .item {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 0;
  padding: 17px 8px 17px;
  width: 100%;
  border-radius: 6px;
  background: #eeeeee;
}
#Prize2 .items h4 {
  font-size: 20px;
  line-height: 35px;
  color: #0f6c51;
  letter-spacing: 0.01em;
  border-radius: 4px;
  background: #fff;
}
#Prize2 .items h4 span {
  letter-spacing: -0.3em;
}

#Prize2 .items .item .prize-box {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#Prize2 .items .img-box {
  margin: 20px auto 5px;
  max-width: 181px;
}
#Prize2 .items .img-box img {
  /*margin-left: 10px;*/
}
#Prize2 .items .item .txt-box{
  white-space: normal;
  padding-right: 20px;
  /*padding-left: 20px;*/
}
#Prize2 .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%;
}
#Prize2 .items .txt-box {
  margin: 5px 0 10px;
  text-align: center;
}
#Prize2 .items .txt-box strong {
  font-size: 15px;
  line-height: 1.3;
}
#Prize2 .items .txt-box p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
}
#Prize2 .items .btn-box {
  position: relative;
  margin-top: 20px;
}
@media(max-width:640px) {
  #Prize2 .items .txt-box {
    margin-bottom: 0;
  }
  #Prize2 .items .btn-box {
    margin-top: 20px;
  }
}
#Prize2 .items .btn-box a {
  display: block;
  margin: 10px auto 0;
  width: 176px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-radius: 3px;
  background: #bf3000;
}
#Prize2 .items .btn-box a.hover span:after {
  content: " ＞";
}
#Prize2 .items .btn-box a:hover {
  text-decoration: none;
}

@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;
  }
  #Prize2 .items .item .prize-box {
    display: block;
  }
  #Prize2 .items .item .txt-box {
    padding-right: 0;
  }
}


/*----------------------------------------
  #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 h5{
  font-size: 100%;
  font-weight:700;
}
#Overview .list-disc li p{
  font-weight:400;
}
#Overview .list-disc li ul{
  margin-left: 2em;
}
#Overview .list-disc li ul li{
  margin-bottom: 4px;
  list-style: square;
}
#Overview .list-disc.prize li dl{
  clear: both;
}
#Overview .list-disc.prize li dl dt{
  float: left;
  width: 18em;
  margin-bottom: 8px;
}
#Overview .list-disc.prize li.list2025 dl dt{
  width: 14em;
}
#Overview .list-disc.prize li dl dd{
  position: relative;
  margin-left: 19em;
  margin-bottom: 8px;
}
#Overview .list-disc.prize li.list2025 dl dd{
  margin-left: 15em;
}
#Overview .list-disc.prize li dl dd:before{
  position: absolute;
  left: -0.7em;
  content: ":";
}
#Overview .list-disc.prize li:last-of-type dl dt,
#Overview .list-disc.prize li:last-of-type dl dd{
  margin-bottom: 0;
}
@media(max-width:640px) {
  #Overview .list-disc.prize li dl{
	margin-bottom: 6px;
  }
  #Overview .list-disc.prize li dl dt,
  #Overview .list-disc.prize li.list2025 dl dt{
    float: none;
	margin-bottom: 0;
  }
  #Overview .list-disc.prize li dl dt:after{
    content: ":"  
  }
  #Overview .list-disc.prize li dl dd,
  #Overview .list-disc.prize li.list2025 dl dd{
    position: static;
    margin-left: 0;
  }
  #Overview .list-disc.prize li dl dd:before{
    content: none;
  }
}
#Overview .list-disc li ul li dl dt{
  margin-top: 5px;
}
#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;
  }
}

/*----------------------------------------
  #Overview div.caution
----------------------------------------*/
#Overview div.caution {
  margin-top: 25px;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  font-weight:bold;
  padding: 20px 15px;
  border-radius: 6px;
  background: #efefef;
}
#Overview div.caution h4.txt {
  display: block;
  margin: 10px auto 20px;
  text-align: center;
  line-height: 1.2;
  margin-left: -0.5em;
}
#Overview div.caution p.txt{
  margin-bottom: 10px;
  padding: 0 24px 0 24px;
}
#Overview .caution .list-disc {
  padding: 0 24px 0 44px;
}
@media(max-width:640px) {
  #Overview div.caution {
    padding: 20px 5px;
  }
  #Overview .caution .list-disc {
    padding: 0 14px 0 34px;
  }
}

/*----------------------------------------
  #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;
  position: relative;
  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:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: white;
  font-size: 20px;
  font-weight: bold;
  color: #bf3000;
  line-height: 30px;
  content: "＞";
}
#Terms .agree .button:hover {
  background-color: #d34b1d;
  text-decoration: none;
}
#Terms .agree .button:hover:after {
  color: #d34b1d;
}
#Terms .agree .button.disabled {
  opacity: 1 !important;
  cursor: default;
  background-color: #888888;
}
#Terms .agree .button.disabled:after {
  color: #888888;
}



/*========================================

  .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;
  }
}


/* .about
----------------------------------------*/
.banners .about {
  box-sizing: border-box;
  margin: 30px auto 0;
  padding: 25px 29px 30px;
  border: 1px solid #666;
  border-radius: 6px;
  font-size: 1rem;
}
.banners .about strong {
  display: block;
  margin: 0 auto;
  max-width: 341px;
}
.banners .about h3 {
  margin: 25px auto 15px;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
.banners .about p {
  font-size: 87.5%;
  line-height: 1.8;
  text-align: center;
}
.banners .about .link {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.banners .about .link .item {
  display: inline-block;
  margin-left: 13px;
  width: 280px;
}
.banners .about .link .item:first-child {
  margin-left: 0;
  margin-right: 13px;
}
.banners .about .link span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
.banners .about .link a {
  line-height: 1em;
  padding-right: 0;
  background-repeat: no-repeat;
  background-position: right center;
}

@media(max-width:640px) {
  .banners .about {
    padding: 25px 19px 30px;
  }
  .banners .about img {
    width: 100%;
    height: auto;
  }
  .banners .about strong {
    width: 75%;
  }
  .banners .about p {
    text-align: left;
  }
  .banners .about .link {
    margin-top: 0;
  }
  .banners .about .link .item {
    margin: 20px auto 0 !important;
    max-width: 280px;
    width: auto;
  }
  .banners .about .link span {
    margin-top: 5px;
    font-size: 13px;
  }
}

/*========================================

  .mod-fn-pagetop

========================================*/
.mod-fn-pagetop {
  /*display: none !important;*/
}

@media screen and (max-width: 640px){
.mod-fn-pagetop .pagetop-btn {
    right: 10% !important;
}
}


/*========================================

  以下第5回用css

========================================*/

.green-back {
  background-color: #f2f7e2 !important;
}

