@charset "utf-8";
/* CSS Document */

body {
    width: 100%;
    min-height: 100%;
    color: #333;
    -webkit-text-size-adjust: 100%;
    font-family: Noto Sans JP Variable,sans-serif;
    font-optical-sizing: auto;
    font-feature-settings: "palt" on;
    font-weight: 400;
	background-color: #f5f5f5;
}




#introduction {
    width: 100%;
    max-width: 720px;
    margin: auto;
}





.fw_600 {
    font-weight: 600;
    color: #000;
}







  .contents-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
  }

  h1, h2, h3 {
    font-weight: bold;
  }

  h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
  }

h2 {
    font-size: 1.4rem;
    margin: 2em 0 1em;
    border-left: 4px solid #e57373;
    padding-left: 0.75em;
}


h3 {
    font-size: 1rem;
    margin-bottom: 0.6em;
}


p {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 0.5rem;
}

  .fw_600 {
    font-weight: 600;
  }

/*イントロ*/

#introduction {
max-width: 720px;
margin: auto;
    padding: 80px 0;
	
}


#mainvisual {
    margin: auto;
    display: block;
    background-color: #018673;
    padding: 50px 0 20px;
}

#mainvisual img {
    max-width: 960px;
    margin: auto;
    display: block;
}


img.top-image {
    max-width: 1000px;
    margin: 50px auto;
    display: block;
}




  .event-date a {
    text-decoration: none;
    font-weight: 600;
  }

  .important {
    color: #c62828;
    font-weight: bold;
  }

  .hashtag {
    font-weight: normal;
    color: #999;
    font-size: 0.9rem;
  }


.target__header {
    margin-top: 0.5rem;
}


.example {
    background: #fdfdfd;
    padding: 1.25em;
    margin-top: 1.5em;
}
.example-error {
    background-color: #cdd4e7;
}

.example-warning {
    background-color: #f4e9ca;
}

  .example ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

.example li {
    font-family: monospace;
    font-size: 0.9rem;
    margin-bottom: 0.3em;
    white-space: nowrap;
    border-bottom: dotted 2px #a0a0a0;
    line-height: 2;
}

.note {
    font-weight: bold;
    color: #000000;
    margin-top: 0.8em;
}




.return-image {
    width: 100%;
    display: inline-block;
    background-color: #dfe3f6;
}
.return-notice img {
    width: 100%;
    max-width: 580px;
    height: auto;
    display: block;
    margin: 0 auto;
	padding: 10px 0;
}
.return-example {
    margin-top: 2rem;
    text-align: center;
    font-weight: 600;
}


  .coupon-img,
  .shopping-banners img {
    width: 100%;
    height: auto;
    display: block;
    margin: 1em 0;
  }
  
  
    .caution-topic {
    margin-bottom: 30px;
}
  
  
.caution-topic ul li {
    font-size: 1rem;
    line-height: 1.85;
    margin-bottom: 0.5em;
}


.attention {
    margin-bottom: 1rem;
}


.attention p {
    font-size: 1rem;
    margin: 1.5rem 0;
    font-weight: 500;
}

  .shopping-section h2,
  .shopping-section h3 {
    margin-top: 2em;
  }



.how-to-use {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
    margin-bottom: 2em;
}


.how-to-use a {
    display: inline-block;
    padding: 1em 1.2em;
    background: #f5f5f5;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    text-align: center;
}



.shopping-buttons {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8em;
    margin-bottom: 2em;
}









.shopping-buttons li a {
    display: inline-block;
    padding: 0.6em 1.2em;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 0.95rem;
}




  .shopping-banners {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 2em;
  }

  /* Responsive */
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1.5rem;
    }
    h2 {
      font-size: 1.3rem;
    }
	h3 {
    font-size: 1rem;
    margin-bottom: 0.6em;
}


p {
    font-size: 0.9rem;
    line-height: 1.85;
    margin-bottom: 0.5rem;
}


	#introduction,
    .coupon-box,
    .example,
    .contents-wrapper {
      padding: 1.5em 1em;
    }
    .shopping-buttons {
      flex-direction: column;
    }
    .shopping-buttons li a {
      width: 100%;
      text-align: center;
    }
	
	
	
	
	.example li {
    font-family: monospace;
    font-size: 0.8rem;
    margin-bottom: 0.3em;
    white-space: nowrap;
    border-bottom: dotted 2px #a0a0a0;
    line-height: 2;
}

.attention p {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 500;
}

.caution-topic ul li {
    font-size: 0.9rem;
    line-height: 1.85;
    margin-bottom: 0.75em;
}
	
	
	
	
  }

