@charset "UTF-8";

/* ---------------------------------------------------
   File: contest.css
   Version: 1.0.0
   Update: 2022-10-18
   Author: https://flowlab.co.jp

   (c)2007-2022 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


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

   WIDE DESKTOP LAYOUT

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


/* ===================================================
  Base Style
=================================================== */
body {
  word-wrap: break-all;
}
article {
  width: 896px;
  margin: 0 auto;
  background-color: #FFF;
  color: #333;
  font-size: 2.5rem;
  line-height: 3.9rem;
  font-weight: 400;
}
#prize {
  background-repeat: repeat-y;
  background-color:#C4E6F9;
}
#applicationMethod {
  background-repeat: repeat-y;
  background-color: #FBE8E9;
  color: #FFF;
}
h1 img {
  vertical-align: bottom;
}
a {
  color: #000;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.txtWidth {
  width: 87%;
  margin: 0 auto;
  color: #333;
  text-align: justify;
}

/*------------------------
background
------------------------*/
.bgBlueWhite {
  background: linear-gradient(180deg, #c4e6f9 50%, #FFF 50%);
}
.bgWhiteRed {
  background: linear-gradient(180deg, #FFF 50%, #fbe8e9 50%);
}
.bgRedWhite {
  background: linear-gradient(180deg, #fbe8e9 50%, #FFF 50%);
}
.bgWhiteGray {
  background: linear-gradient(180deg, #FFF 50%, #f1f1f1 50%);
}
.bgGray {
  background-color: #F1F1F1;
  background-repeat: repeat-y;
}
.bgGrayWhite {
  background: linear-gradient(180deg, #f1f1f1 50%, #FFF 50%);
}

/*------------------------
logo
------------------------*/
h1 {
  position: relative;
  z-index: 10;
}
#logoTop {
  width: 44%;
  margin: 30px 0 0 24px;
  position: absolute;
  z-index: 20;
}

/*------------------------
number
------------------------*/
#number {
  width: 180px;
  aspect-ratio: 17 / 12;
  background: #003081;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  margin: 90px 0 0 580px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
#number p {
  font-weight: bold;
}
#number p strong {
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.2rem;
  vertical-align: -3px;
}

/* ===================================================
  section
=================================================== */
.sectionTit {
  margin-bottom: 80px;
}

/*------------------------
prize
------------------------*/
#prize {
  padding: 40px 0 0 0;
}
#prizeTit {
  margin-bottom: 60px;
}
#prize p {
  padding-bottom: 65px;
}

/*------------------------
regulations
------------------------*/
#regulations .dairyProducts {
  padding: 40px 0 20px 0;  
}
#regulations ul {
  padding-bottom: 80px;
}
#regulations li {
  position: relative;
  padding: 0 0 40px 25px;
}
#regulations li::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #0074c4;
  border-radius: 50%;
}

/*------------------------
applicationMethod
------------------------*/
#applicationMethod section {
  padding-bottom: 120px;
}
#applicationMethod h3 {
  padding-bottom: 10px;
}
#applicationMethod #step02 small {
  padding-top: 25px;
}
#applicationMethod .btn {
  padding-top: 30px;
}
#applicationMethod span {
  display: block;
  padding-top: 10px;
}
#applicationMethod ul {
  padding: 10px 0;
}
#applicationMethod .bgWhite {
  background-color: #FFF;
  border-radius: 20px;
}
#applicationMethod .bgWhite ul {
  width: 75%;
  margin: 0 auto;
  text-align: justify;
  letter-spacing: 0.05rem;
  padding: 30px 0;
}
#applicationMethod .bgWhite li:first-child {
  line-height: 3.5rem;
}
#applicationMethod .bgWhite li:nth-child(2) {
  line-height: 3.2rem;
  padding: 20px 0;
}
#applicationMethod .tel {
  letter-spacing: 0.15em;
}

/*------------------------
due
------------------------*/
#due {
  padding-bottom: 140px;
}
#date {
  padding-bottom: 70px;
}
#date p {
  font-size: 2.5rem;
  font-family: brandon-grotesque,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0074c4;
  text-align: center;
  padding-bottom: 10px;
}
#date p span {
  font-size: 4.5rem;
}
#date p strong {
  font-size: 7.5rem;
}
#date small {
  text-align: center;
}

/*------------------------
process
------------------------*/
#process section:last-of-type {
  padding-top: 100px;
}
#process h3 {
  padding-bottom: 40px;
}
#process li {
  position: relative;
  padding: 0 0 40px 25px;
}
#process li:last-of-type {
  padding-bottom: 10px;
}
#process li::before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ec6c71;
  border-radius: 50%;
}
#process dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 150px;
}
#process dl dt {
  width: 7.5rem;
}
#process dl dd {
  width: calc(100% - 7.5rem);
}

/*------------------------
text
------------------------*/
.txt_01 {
  font-size: 1.7rem;
  line-height: 1.6em;
  display: block;
}

/* ===================================================
  footer
=================================================== */
footer {
  background-color: #FFF;
  width: 896px;
  margin: 0 auto;
}
.pddTop40Btm20 {
  display: block;
  padding: 40px 0 20px 0;
}
.footerLogo {
  padding-top: 80px;
}


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

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
    
  /* ===================================================
    Base Style
  =================================================== */
  article {
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.6rem;
  }
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

  /*------------------------
  logo
  ------------------------*/
  #logoTop img {
     width: 100%;
     margin: auto;
  }
  
  /*------------------------
  number
  ------------------------*/
  #number {
    margin: 10vw 0 0 65%;
    width: 20%;
  }
  #number p {
    font-size: 4.5vw;
  }
  #number p strong {
    font-size: 8vw;
    vertical-align: -.3vw;
  }

  /* ===================================================
    section
  =================================================== */
  .sectionTit {
    margin-bottom: 50px;
  }
  
  /*------------------------
  applicationPeriod
  ------------------------*/
  #applicationMethod {
    padding-bottom: 0;
  }
  #applicationMethod section {
    padding-bottom: 70px;
  }
  #applicationPeriod h2 {
    padding-bottom: 20px;
  }
  #applicableProducts h3 {
    width: 82%;
    margin: 0 auto;
    padding-top: 50px;
  }
  #applicationMethod #step02 small {
    padding-top: 10px;
  }
  #applicationMethod .btn {
    padding-top: 20px;
  }
  #applicationMethod .bgWhite ul {
    width: 85%;
    margin: 0 auto;
    letter-spacing: 0.01rem;
    padding: 20px 0;
  }
  #applicationMethod .bgWhite li:first-child {
    line-height: 1.5rem;
  }
  #applicationMethod .bgWhite li:nth-child(2) {
    line-height: 1.3rem;
    padding: 10px 0;
  }
  #applicationMethod .tel {
    color: #EC6C71;
  }

  /*------------------------
  regulations
  ------------------------*/
  #regulations .dairyProducts {
    padding: 30px 0 30px 0;  
  }  
  #regulations ul {
    padding-bottom: 60px;
  }
  #regulations li {
    position: relative;
    padding: 0 0 5px 20px;
  }
  #regulations li::before {
    content: '';
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 9px;
    height: 9px;
  }
  
  /*------------------------
  due
  ------------------------*/
  #due {
    padding-bottom: 70px;
  }
  #date {
    padding-bottom: 0;
  }
  #date p {
    font-size: 1.3rem;
  }
  #date p span {
    font-size: 2.3rem;
  }
  #date p strong {
    font-size: 3.8rem;
  }
  
  /*------------------------
  process
  ------------------------*/
  #process section:last-of-type {
    padding-top: 20px;
  }
  #process h3 {
    padding-bottom: 10px;
  }
    #process li {
    padding: 0 0 5px 20px;
  }
  #process li::before {
    content: '';
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 9px;
    height: 9px;
  }
  #process dl {
    padding-bottom: 70px;
  }
  #process dl dt {
    width: 3rem;
  }
  #process dl dd {
    width: calc(100% - 3rem);
  }
  
  /*------------------------
  text
  ------------------------*/
  .txt_01 {
    font-size: 0.8rem;
  }
  
  /* ===================================================
    footer
  =================================================== */
  footer {
    width: 100%;
    margin: 0 auto;
  }
  .pddTop40Btm20 {
    display: block;
    padding: 40px 0 20px 0;
  } 
  .footerLogo {
    padding-top: 40px;
  }
}
