/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2026 | 11:43:17 */
#Company .outline{
	padding-top:50px;
	padding-bottom:100px;
}
#Company .outline pre{
	font-size:20px;
	font-family: "Rubik", sans-serif;
	font-weight:500;
	color:#DC1428;
	text-align:center;
}
#Company .outline h2{
	font-size:40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	margin-bottom: 30px;
	letter-spacing:2px;
	text-align:center;
	line-height: 1.2;
}
#Company .outline table {
    border-collapse: collapse;
    border-spacing: 0;
}

#Company .outline table,
#Company .outline tbody,
#Company .outline tr {
    width: 100%;
    height: auto !important;
    border: none;
    box-sizing: border-box;
}

#Company .outline table th,
#Company .outline table td {
    padding: 15px;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#Company .outline table th {
    background: none;
    text-align: center;
    width: 200px;
    border-top: 2px solid #DC1428;
    border-bottom: 2px solid #DC1428;
	font-weight: 500;
	vertical-align: middle;
}

#Company .access{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F3F3F3;
}
#Company .access pre{
	font-size:20px;
	font-family: "Rubik", sans-serif;
	font-weight:500;
	color:#DC1428;
	text-align:center;
}
#Company .access h2{
	font-size:40px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	margin-bottom: 30px;
	letter-spacing:2px;
	text-align:center;
	line-height: 1.2;
}
#Company .access p{
	margin-bottom:5px;
}


@media (max-width: 833px) {
	#Company .outline{
	padding-top:25px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Company .outline pre{
	font-size:18px;
}
#Company .outline h2{
	font-size:32px;
	margin-bottom: 20px;
}
	#Company .outline table th,#Company .outline table td {
        display: block;
        width: 100%;
        text-align: left;
    }
#Company .outline table th {
        border-bottom: none;
	
    }
#Company .outline table th,
#Company .outline table td {
    padding: 15px;
	font-size:16px;
}
	
	
	#Company .access{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Company .access pre{
	font-size:18px;
}
#Company .access h2{
	font-size:32px;
	margin-bottom: 20px;
}
	
}


