/* legal-disclosure.css */

.max-width{
  max-width: 800px;
  display: block;
  margin: 0 auto;
}
	
main{
  color:#333333;
  background: #fff;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size:16px;
  line-height:1.7;
  text-align: center;
}

.disclosure{
	position:relative;
	margin-top:3%;
}

.ttl{
  font-size:35px;
  letter-spacing: 2px;
}

.small{
	margin-top:5px;
  margin-bottom: 3em;
  font-size: 16px;
}

.legal-disclosure {
  max-width: 650px;
  margin:5% auto 5% auto;
  text-align:left
}


.legal-disclosure h2 {
  font-size: 1.4em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #005599;
}

.legal-disclosure h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #00457e;
}


.legal-disclosure p {
  margin-left: 1em;
}


.legal-disclosure ul {
  margin-bottom: 1em;
}

.legal-disclosure ul li {
  margin-bottom: 0.3em;
}

.legal-disclosure li{
	list-style-type:disc;
	list-style-position:outside;
  margin-left: 2em;
}

.legal-disclosure table { 
  border-collapse: collapse;
  width: 100%;
  margin:1em 1em 4px 0em;

}

.legal-disclosure th,
.legal-disclosure td {
  border: 1px solid #ccc;
  padding: 0.5em;
  text-align: left;
 }

.legal-disclosure th {
  /* background-color: #f0f4f8; /* 薄いグレー系ブルー */
  background-color: #fff8e1; /* 柔らかく温かみのある印象 */
  font-weight: bold;
}


.legal-disclosure a {
  color: #0077cc;
  text-decoration: underline;
}

.legal-disclosure a:hover {
  text-decoration: none;
}

/* 📱 モバイル対応 */
@media screen and (max-width: 768px) {
  .legal-disclosure {
    padding: 1em;
  }

  .legal-disclosure h1 {
    font-size: 1.6em;
  }

  .legal-disclosure h2 {
    font-size: 1.2em;
  }

  .legal-disclosure p,
  .legal-disclosure ul li {
    font-size: 1em;
  }



}
@media screen and (max-width: 700px) {  	
		.ttl{
			font-size:26px;
			letter-spacing: 1px;
		}
		
		.small{
			font-size: 13px;
		}
	
		.policytext h3{
			font-size: 20px;
		}
	
}
@media screen and (max-width: 480px){
	.ttl{
		font-size:20px;
		letter-spacing: 0px;
	}
	
	.small{
		font-size: 11px;
	}
}