#main h1{
	width: auto;
	margin-left: 0;
	font-size: 60px;
	text-align: center;
}
#main .title{
	justify-content: center;
}
@media screen and (max-width: 767px){
#main h1{
	font-size: calc(6.5vw + 10px);
}
}
#main .comparison-outline{
	overflow: auto;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#main .comparison{
	table-layout: fixed;
	width: max-content;
	min-width: 870px;
	border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
	border-collapse: separate;
}
@media screen and (max-width: 767px){
#main .comparison{
	min-width: auto;
}
}
#main .comparison th,
#main .comparison td{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}
#main .comparison td {
    width: 120px;
}
#main .comparison td:last-child {
    border-right: none;
}
#main .comparison td a{
	/*color: #2075d2;*/
	text-decoration: none;
	padding: 0.8rem 0.4rem;
}
#main .comparison .plug-img img{
	width: 60%;
}

#main .comparison th{
/*	width: 40px;*/
	position: -webkit-sticky; /* Safari */ 
	position: sticky;
    left: 0;
    background-color: #fff;
	z-index: 1;
}
#main .comparison th span{
	font-size: 0.8em;
}
#main .comparison th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
#main .comparison th.ep-type{
    left: 51px;
}
@media screen and (max-width: 767px){
#main .comparison-outline{
	border: none;
}
#main .comparison{
	border-right: 1px solid #ccc;
}

}

/* 最新のsafari用*/
_::-webkit-full-page-media, _:future, :root
#main .comparison th{
	width: 90px;
	position: -webkit-sticky; /* Safari */ 
	position: sticky;
    left: 0;
    background-color: #fff;
	z-index: 1;
}
#main .comparison th span{
	font-size: 0.8em;
}
#main .comparison th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
#main .comparison th.ep-type{
    left: 51px;
	width: 40px;
}

/* 古いsafari用*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome,
#main .comparison th{
	width: 90px;
	position: -webkit-sticky; /* Safari */ 
	position: sticky;
    left: 0;
    background-color: #fff;
	z-index: 1;
}
#main .comparison th span{
	font-size: 0.8em;
}
#main .comparison th::before{
	content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
#main .comparison th.ep-type{
    left: 51px;
	width: 40px;
}

}

#main p.scrolltxt {
    color: #E00012;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-align: left;
	display: flex;
}
#main p.scrolltxt span {
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
}
#main .kome{
    color: #E00012;
}
@media screen and (max-width: 767px){
#main .comparison th,
#main .comparison td{
	font-size: 0.7em;
}
#main .comparison td {
    width: 90px;
}
	
}





/*

#main .maker-search {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#main .maker-search li {
    width: calc(25% - 10px);
    margin-right: calc(40px / 3);
}
#main .maker-search li:nth-child(4n) {
    margin-right: 0;
}
#main .maker-search li a {
    border: 1px solid #ccc;
    display: block;
    padding: 3px;
}
#main .maker-search li p {
    font-size: 1.0em;
    text-align: center;
    margin-top: 5px;
}
#main .maker-search li img {
    width: 100%;
}
@media screen and (max-width: 767px){
	#main .maker-search li {
    width: calc(50% - 10px);
    margin-right: calc(20px / 1);
    margin-bottom: 30px;
}
#main .maker-search li:nth-child(2n) {
    margin-right: 0;
}
}
*/


