@charset "utf-8";

#container_main_content .category_top_title p, #container_main_content .category_top_title h1 {
  font-size: 2.4em;
  vertical-align: middle;
  font-weight: bold;
  width: 598px;
  color: #000;
  line-height: 1.1;
	padding-top: 0;
}

/*twcptermsContents*/
.twcptermsContents{
  margin-bottom:8%; 
  padding: 0;
  line-height: 1.6;
  text-align: left;
  font-size: 14px;
}
.twcptermsContents .txt-summary h2{
  margin-top: 2em;
  font-size: 14px;
}

.twcptermsContents .txt-summary h2:first-child{
  margin-top: 0;
}

.twcptermsContents .txt-summary ul{
  margin: 1% 0 1% 0;  
  list-style: none;
}
.twcptermsContents .txt-summary ul li{
  padding-left:1em;
  text-indent:-1em;
}


@media screen and (max-width: 768px) {
	#container_main_content .category_top_title p, #container_main_content .category_top_title h1 {
	  font-size: 1.8rem;
	  padding-top: 18px;
	}
	.twcptermsContents .txt-summary h2{
	  margin-top: 5%;
	}
}

.cp_main{
  padding: 0;
}

@media screen and (max-width: 768px) {
  .cp_main{
    padding: 0 20px 15px;
  }
}