@charset "utf-8";

#tape_table {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

#tape_table a:hover {
	opacity: 0.7;
}


#tape_table .center {
    text-align: center;
}

/*--table基本設定-----------------------------------*/
#tape_table table {
    border-collapse: collapse;
    border: #ccc solid 1px;
}
#tape_table table tr {
    border-bottom: solid #ccc 1px;
    /*height: auto !important;*/
}
#tape_table table tr:last-child {
    border-bottom: none;
}
#tape_table table th {
    border-right: solid #ccc 1px;
    padding: 9px;
    vertical-align: middle;
}
#tape_table table th:last-child {
    border-right: none;
}
#tape_table table td {
    border-right: solid #ccc 1px;
    padding: 10px 14px;
    vertical-align: middle;
	text-align: center;
}
#tape_table table td:last-child {
    border-right: none;
}


#tape_table .kv {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

#tape_table .kv h1{
	background: url(../img/compare/header_img.jpg) no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: content-box;
    padding-top: 12%;
}

#tape_table .kv + p{
	text-align: center;
	margin-top: 2rem;
    font-size: 16px;
    font-weight: bold;
}


#tape_table .lead_box{
	display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    padding-bottom: 3rem;
}

#tape_table .lead_box dl{
	width: calc(33.333% - 10px);
	padding: 3rem 2rem;
}

#tape_table .lead_box dl dt{
	text-align: center;
	font-size: 18px;
}

#tape_table .lead_box dl dd{
	line-height: 1.6;
	padding-top: 5px;
}

#tape_table .lead_box .first{
	background: #F3F3EA;
}

#tape_table .lead_box .second{
	background: #D3E9EC;
}

#tape_table .lead_box .up{
	background: #FCEEF3;
}

#tape_table .lead_box .notes{
	padding-top: 5px;
    font-size: 90%;
}

#tape_table #series {
    margin-bottom: 40px;
}
#tape_table h2 {
    font-size: 30px;
    line-height: 1;
    padding: 16px 15px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 2rem 0;
}

#tape_table #series .dataArea{
	margin: 0;
}

#tape_table #series .dataArea:after {
    content: "";
    display: block;
    clear: both;
}


#tape_table #series .dataArea .data tr th {
    background: #3d2b0a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


#tape_table #series .dataArea .lockBox {
    width: 25%;
    float: left;
}

#tape_table #series .dataArea .lockBox .data tr td {
    color: #231815;
    font-weight: bold;
	text-align: left;
}

#tape_table #series .dataArea .lockBox .data tr td a{
	display: block;
    text-decoration: underline;
}

#tape_table #series .dataArea .scrollBox {
    width: calc(75% + 1px);
    float: left;
    margin-left: -1px;
}

#tape_table  .dataArea:after {
    content: "";
    display: block;
    clear: both;
}


#tape_table .dataArea .lockBox td {
    font-weight: bold;
	position: relative;
}

#tape_table  .dataArea .lockBox td span{
	content: "";
	display: inline-block;
	background: url("../img/compare/icon.png")no-repeat;
	background-size: contain;
	width: 66px;
	height: 66px;
	position: absolute;
	right: 15px;
	top: 15px;
}


#tape_table  .dataArea .scrollBox .item_img {
    width: 14%;
    text-align: center;
}
#tape_table  .dataArea .scrollBox .item_img img {
    width: 90%;
    height: auto;
}


#tape_table  .dataArea .scrollBox .type {
    width: 20%;
    text-align: center;
}
#tape_table  .dataArea .scrollBox .type_check {
    width: 8%;
    text-align: center;
}
@media screen and (max-width: 1024px){
	#tape_table .kv h1{
		padding-top: 10%;
	}
	
	#tape_table h2{
		font-size: 24px;
	}
	
#tape_table  .dataArea{
		margin: 0;
	}
	#tape_table .dataArea .lockBox td span{
		width: 42px;
		height: 42px;
		top: 5px;
		right: 5px;
	}	
	
	
}

@media screen and (max-width: 767px) {
#tape_table .kv h1{
	background: url(../img/compare/header_sp_img.jpg) no-repeat;
    background-size: contain;
    padding-top: 7%;
	}
	
	#tape_table .kv + p{
		font-size: 13px;
	}
	
	#tape_table h2{
	font-size: 20px;
    margin: 2rem 0 1.5rem;
	}
	#tape_table .lead_box{
		display: block;
	}
	
	#tape_table .lead_box dl{
		width: 100%;
		margin-bottom: 1rem;
	}
	
	#tape_table .lead_box dl:last-child{
		margin-bottom: 0;
	}
	
	#tape_table .lead_box dl dt{
		font-size: 18px;
	}
	
	#tape_table .lead_box dl dd{
		padding-top: 10px;
	}
    #tape_table #series .dataArea .data tr th {
        font-size: 14px;
    }
    #tape_table #series .dataArea .lockBox {
        width: 45%;
    }
	
	#tape_table .dataArea .lockBox td span{
		width: 44px;
		height: 44px;
		top: 6px;
		right: 6px;
	}
    #tape_table #series .dataArea .scrollBox {
        width: 54%;
        overflow-x: scroll;
    }
    #tape_table #series .dataArea .scrollBox table {
        min-width: 650px;
    }
    #tape_table  .dataArea .data tr th {
        font-size: 14px;
    }
    #tape_table  .dataArea .scrollBox .item_img img {
       width: 100%;
    }

}
