@charset "utf-8";
/* CSS Document */

/*==========================================================================

【PR】グランツーリズモ７　新潟県決勝大会　2025/08 @css　

=========================================================================*/

/*
 SP css
==================================================*/

/* wraper */
.gt7_wraper {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

.gt7_wraper dl dd a {
  color: #088ddb;
}

.gt7_wraper dl dd a:hover {
  text-decoration: underline;
}

/* header */
.gt7_header {
  width: 100%;
  margin: 0 auto 20px;
}

.gt7_header figure {
  margin: 0 auto 30px;
}

.gt7_header figure img {
  width: 100%;
  margin: 0 auto 5px;
}

.gt7_header figure figcaption {
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #666;
}

.gt7_header h1 {
  font-size: 2.6rem;
  line-height: 1.3em;
}

.gt7_header h1 span {
  font-size: 1.6rem;
  line-height: 1.1em;
}

/* lead */
.gt7_lead {
  margin: 0 auto 30px
}

.gt7_lead p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.gt7_lead h3 {
  font-size: 2rem;
}

.gt7_lead h3 a {
}

/*　出演者　*/
.gt7_cast {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #e8f0fc;
  padding: 20px;
  margin: 0 auto 50px;
}

.gt7_cast_contents {
  width: 48%;
}

.gt7_cast_contents h2 {
  font-size: 1.4rem;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 5px;
}

.gt7_cast_contents img {
  width: 100%;
  border: solid 1px #CCC;
}

/*　概要　*/
.gt7_overview {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_overview h2 {
  font-size: 2rem;
  border-left: solid 5px #257af9;
  padding-left: 7px;
  margin-bottom: 30px;
}

.gt7_overview_contents {
}

.gt7_overview_contents dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  border-bottom: solid 1px #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gt7_overview_contents dl dt {
  width: 20%;
  font-weight: 600;
}

.gt7_overview_contents dl dd {
  width: 80%;
}

/*　選手　*/
.gt7_player {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_player h2 {
  font-size: 2rem;
  border-left: solid 5px #257af9;
  padding-left: 7px;
  margin-bottom: 30px;
}

.gt7_player dl {
  border-bottom: dotted 1px #CCC;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.gt7_player dl dt {
  font-size: 1.6rem;
  font-weight: 600;
}

.gt7_player dl dd {
  font-size: 1.6rem;
  padding-left: 15px;
}

/*　スケジュール　*/
.gt7_schedule {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_schedule h2 {
  font-size: 2rem;
  border-left: solid 5px #257af9;
  padding-left: 7px;
  margin-bottom: 30px;
}

.gt7_schedule ul {
}

.gt7_schedule ul li {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 25px;
}

.gt7_schedule dl {
  font-size: 1.6rem;
  border-bottom: solid 1px #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.gt7_schedule dl dt {
  font-weight: 600;
}

.gt7_schedule dl dd {
  padding-left: 4%;
}

.gt7_schedule p {
  font-size: 1.6rem;
  line-height: 1.8em;
}

/* header shiga */
.gt7_header_shiga {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_header_shiga img {
  width: 100%;
  margin-bottom: 30px;
}

.gt7_header_shiga h2 {
  font-size: 2.6rem;
  line-height: 1.3em;
}

/* NESU */
.gt7_header_nesu {
  width: 100%;
  background: #f1f1f2;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto 30px;
}

.gt7_header_nesu h2 {
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: center;
  border-bottom: double 3px #1c1b1a;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.gt7_header_nesu p {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.gt7_header_nesu p span {
  font-size: 1.4rem;
  line-height: 1.3em;
}

.gt7_header_nesu dl {
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.gt7_header_nesu dl dt {
}

.gt7_header_nesu dl dd {
  padding-left: 4%;
}

/*
 PC css
==================================================*/

@media print, screen and (min-width: 768px) {
  
/* wraper */
.gt7_wraper {
  width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}

.gt7_wraper dl dd a {
  color: #088ddb;
}

.gt7_wraper dl dd a:hover {
  text-decoration: underline;
}

/* header */
.gt7_header {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_header figure {
  margin: 0 auto 80px;
}

.gt7_header figure img {
  width: 100%;
  margin: 0 auto 5px;
}

.gt7_header figure figcaption {
  font-size: 1.4rem;
  line-height: 1.3em;
  color: #666;
}

.gt7_header h1 {
  font-size: 3.2rem;
  line-height: 1.3em;
  text-align: center;
}

.gt7_header h1 span {
  font-size: 2.4rem;
  line-height: 1.1em;
}

/* lead */
.gt7_lead {
  margin: 0 auto 70px
}

.gt7_lead p {
  font-size: 1.8rem;
  line-height: 2em;
  margin-bottom: 30px;
}

.gt7_lead h3 {
  font-size: 2rem;
}

.gt7_lead h3 a {
}

/*　出演者　*/
.gt7_cast {
  width: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #e8f0fc;
  box-sizing: border-box;
  padding: 40px;
  margin: 0 auto 80px;
}

.gt7_cast_contents {
  width: 47%;
}

.gt7_cast_contents h2 {
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 15px;
}

.gt7_cast_contents img {
  width: 100%;
  border: solid 1px #CCC;
}

/*　概要　*/
.gt7_overview {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_overview h2 {
  font-size: 2.4rem;
  border-left: solid 5px #257af9;
  padding-left: 10px;
  margin-bottom: 40px;
}

.gt7_overview_contents {
}

.gt7_overview_contents dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  border-bottom: solid 1px #CCC;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.gt7_overview_contents dl dt {
  width: 20%;
  font-weight: 600;
}

.gt7_overview_contents dl dd {
  width: 80%;
}

/*　選手　*/
.gt7_player {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_player h2 {
  font-size: 2.4rem;
  border-left: solid 5px #257af9;
  padding-left: 10px;
  margin-bottom: 40px;
}

.gt7_player dl {
  border-bottom: dotted 1px #CCC;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.gt7_player dl dt {
  font-size: 1.8rem;
  font-weight: 600;
}

.gt7_player dl dd {
  font-size: 1.8rem;
  padding-left: 15px;
}

/*　スケジュール　*/
.gt7_schedule {
  width: 100%;
  margin: 0 auto 60px;
}

.gt7_schedule h2 {
  font-size: 2.4rem;
  border-left: solid 5px #257af9;
  padding-left: 10px;
  margin-bottom: 40px;
}

.gt7_schedule ul {
  margin-bottom: 30px;
}

.gt7_schedule ul li {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 25px;
}

.gt7_schedule dl {
  font-size: 1.8rem;
  border-bottom: solid 1px #CCC;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.gt7_schedule dl dt {
  font-weight: 600;
}

.gt7_schedule dl dd {
  padding-left: 2%;
}

.gt7_schedule p {
  font-size: 1.8rem;
  line-height: 1.8em;
}

/* header shiga */
.gt7_header_shiga {
  width: 100%;
  text-align: center;
  margin: 140px auto 80px;
}

.gt7_header_shiga img {
  display: block;
  width: 60%;
  margin: 0 auto 30px;
}

.gt7_header_shiga h2 {
  font-size: 3.2rem;
  line-height: 1.3em;
}

/* NESU */
.gt7_header_nesu {
  width: 100%;
  background: #f1f1f2;
  box-sizing: border-box;
  padding: 30px;
  margin: 80px auto 30px;
}

.gt7_header_nesu h2 {
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
  border-bottom: double 3px #1c1b1a;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.gt7_header_nesu p {
  font-size: 1.8rem;
  line-height: 1.8em;
  margin-bottom: 20px;
}

.gt7_header_nesu p span {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.gt7_header_nesu dl {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.gt7_header_nesu dl dt {
}

.gt7_header_nesu dl dd {
  padding-left: 2%;
}

}

