#section1 {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  #section1 {
    margin-top: 0;
  }
}
#section1:before, #section1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  top: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
#section1:before {
  z-index: -1;
  background: rgb(225, 225, 225);
  background: linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(240, 240, 240) 100%);
  transform: skewY(3deg);
}
#section1:after {
  z-index: -2;
  background: rgb(200, 200, 200);
  background: linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(225, 225, 225) 100%);
  transform: skewY(-3deg);
}

.content-box > h2{
	font-size: 1.6em;
	font-weight: bold;
	color: #0966c9;
	margin-bottom: 40px;
	text-align: center;
}
.content-box > p{
	line-height: 1.8;
}
.thirdpartiesBox{
	background-color: #fff;
	padding: 40px 5% 60px;
	margin-top: 40px;
}
.thirdpartiesBox > h3{
	font-size: 1.15em;
	font-weight: bold;
	border-bottom: solid 2px #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.thirdpartiesBox > p{font-size: .95em;}
.scroll_info{
	display: none;
	text-align: right;
	margin-bottom: 4px;
	color: #58565b;
	font-size: 1.2rem;
}
.thirdpartiesBox table{
	width: 100%;
}
.thirdpartiesBox  tr th,
.thirdpartiesBox  tr td{
	border: solid 1px #ddd;
	padding: 20px 1em;
	line-height: 1.4;
	/*vertical-align: middle;*/
	letter-spacing: 0.025em;
	width: 25%;
}
.thirdpartiesBox  tr th{
	color: #fff;
	font-weight: 500;
	
	
}
.thirdpartiesBox  thead tr th{
	background-color: #0966c9;
	font-size: .9em;
	font-weight: bold;
	
}
.thirdpartiesBox  tbody tr th{
	background-color: #0966c9;
	font-size: .9em;
}
.thirdpartiesBox tbody tr td{font-size: .85em;}
.thirdpartiesBox tbody tr td .td_b{font-weight: bold;}
.thirdpartiesBox tbody tr td a{
	letter-spacing: -0.025em;
	word-break: break-all;
	color: #0966c9;
}
.thirdpartiesBox tbody tr td a:hover{text-decoration: underline;}
.thirdpartiesBox .listStyle01{}
.thirdpartiesBox .listStyle01 li{
	position: relative;
	margin-bottom: 10px;
	padding-left: .65em;
}
.thirdpartiesBox tbody tr td br.spOnly{display: none;}
.thirdpartiesBox .listStyle01 li::before{
	content: " ";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0966c9;
	left: 0;
	top: 9px;
	position: absolute;
	
}

@media screen and (max-width: 750px) {
	.thirdpartiesBox tbody tr td br.spOnly{display: inline-block;}
	.scroll_info{display: block;}
	.table_scroll_sp{
		overflow: auto;
		white-space: nowrap;
	}
	.thirdpartiesBox  tr th,
	.thirdpartiesBox  tr td{
		padding: 12px 1.2em;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.thirdpartiesBox tbody tr td p{white-space: normal;}
	.table_scroll_sp::-webkit-scrollbar{
		height: 5px;
	}
	.table_scroll_sp::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.table_scroll_sp::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.thirdpartiesBox .listStyle01 li::before{
		width: 4px;
		height: 4px;
		top: 6px;
	}
	.thirdpartiesBox .listStyle01 li{margin-bottom: 3px;}
}
