@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  width: 100%;
  height: 0;
  background: url("../images/supporter/main_img.jpg") no-repeat center / cover;
  margin-bottom: 100px;
  padding-bottom: 34.722%;
}
.main_img .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
} 
.main_img h1 {
  font-size: 9.6rem;
  font-weight: 900;
  color: #FFF;
  text-shadow: rgba(0,0,0,0.32) 2px 4px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}
.contact {
  margin-bottom: 200px;
}
.contact h2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 6.2rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.contact h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 12px;
  border-radius: 6px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact .preface p {
  text-align: center;
  margin-bottom: 1em;
}
.contact h3 {
  background: #EB5C24;
  color: #FFF;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 60px 0 20px;
}

.require {
  color: #F10004;
}
.mailform {
  width: 600px;
  margin: 0 auto;
}

.mailform dl {
}

.mailform dl dt {
  margin-bottom: 5px;
}

.mailform dl dd {
  margin-bottom: 15px;
}

.mailform dl dd input[type="text"],
.mailform dl dd textarea{
  width: 100%;
  padding: 5px;
}

.mailform dl dd input[type="text"],
.mailform dl dd textarea{
  line-height: 1.8;
}

}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  width: 100%;
  height: 0;
  background: url("../images/supporter/main_img.jpg") no-repeat center / cover;
  margin-bottom: 40px;
  padding-bottom: 34.722%;
}
.main_img .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
} 

.main_img h1 {
  font-size: 3.8rem;
  font-weight: 900;
  color: #FFF;
  text-shadow: rgba(0,0,0,0.32) 2px 4px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}
.contact {
  margin-bottom: 100px;
}
.contact h2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.contact h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  border-radius: 6px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact .preface p {
  margin-bottom: 1em;
}
.contact h3 {
  background: #EB5C24;
  color: #FFF;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 40px 0 20px;
}

.require {
  color: #F10004;
}
.mailform {
  width: 100%;
  margin: 0 auto;
}

.mailform dl {
}

.mailform dl dt {
  margin-bottom: 5px;
}

.mailform dl dd {
  margin-bottom: 15px;
}

.mailform dl dd input[type="text"],
.mailform dl dd textarea{
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

.mailform dl dd input[type="text"],
.mailform dl dd textarea{
  line-height: 1.8;
}

}



