@charset "UTF-8";
/* CSS Document */
#container {
  background-color: #e6ebee;
}
.txt_box {
  background-color: #fff;
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 30px;
  position:relative;
  z-index:1;
}
footer .content .txt_box {
	background: none;
	padding: 0;
}
.txt_box .contents {
	width: 90.6%;
	margin-left: auto;
	margin-right: auto;
}

.contents p{
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.contents p.note{
  font-size: 12px;
  text-indent: -0.85em;
  padding-left: 0.98em;
  letter-spacing: 0.05em;
}
.contents p .red{
	color: #f00;
}
.contents .headline,
.contents .headline02{
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}
.contents .headline01{
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.poricy-list{
  /* padding-left: 20px; */
}
.poricy-list li{
  list-style: none;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}

.contents a{
  text-decoration: underline;
  color: #333;
}
.contents .right{
  text-align: right;
}

@media screen and (max-width: 768px){
	.txt_box {
		padding-top: 4.5vw;
		padding-bottom: 4.2vw;
	}
	.txt_box .contents {
		width: 91.3%;
	}
  .contents p {
    font-size: 2.6vw;
  }

  .contents p.note{
    font-size: 2.4vw;
  }
	.contents .headline,
	.contents .headline02{
	  margin-top: 2.9vw;
	  margin-bottom: 1vw;
	  font-size: 3.2vw;
	}
  .poricy-list li {
    font-size: 2.4vw;
  }
  .poricy-list {
    /* padding-left: 3vw; */
  }

}