@charset "UTF-8";
#keyvisual{
	padding:150px 0 50px 0;
}
#ks_cont{
	position:relative;
	z-index:2;
}
#ks_txtbox{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#ks_cont .space{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#ks_bg{
	width:85%;
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden;
	border-radius:0 10px 10px 0;
}
#ks_bg:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color:#00000090;
	mix-blend-mode:multiply;
}
#ks_bg{
	background-image:url("image.php?id=024");
}
#ks_cont p{
	position:relative;
	z-index:2;
	color:#fff;
}
@media screen and (max-width:1149px){
#ks_bg{
	width:90%;
}
}
@media screen and (max-width:768px){
#ks_bg{
	width:95%;
}
}


.sec{
	padding-top:100px;
}
.sec:last-child{
	padding-top:100px;
	padding-bottom:200px;
}
@media screen and (max-width:768px){
.sec{
	padding-top:50px;
}
.sec:last-child{
	padding-top:50px;
	padding-bottom:100px;
}
}
.txt{
	text-indent: 1.0em;
}
.indtxt{
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.sec table{
	width:100%;
	min-width:500px;
	max-width:800px;
	margin:0 auto;
	border-collapse: collapse;
	border:1px solid #333;
}
.table_cont{
	overflow-x: auto;
}
tr,th,td {
  font-size: clamp(11px, calc(10px + 0.625vw), 16px);
  font-weight:300;
  word-wrap: break-word;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  line-height: 2;
}
.sec table th,.sec table td{
	padding:10px 20px;
	display:flex;
	align-items: center;
}
@media screen and (max-width:1149px){
.sec table th,.sec table td{
	padding:10px 2vw;
}
}
.tr100{
	display: grid;
    grid-template-columns: 100%;
}
.tr50{
	display: grid;
    grid-template-columns: 50% 50%;
}
.tr20{
	display: grid;
    grid-template-columns: 20% 20% 17% 17% 26%;
}
.sec table tr{
	border-bottom:1px solid #333;
}
.sec table td{
	border-right:1px solid #333;
}
.sec table th{
	justify-content: center;
	white-space:nowrap;
}
.sec table tr:last-child,.sec table td:last-child{
	border:none;
}