@charset "utf-8";
/* CSS Document */

#smx_wrap{
    width: 100%;
    margin: 0% auto;
    color: #000000;
    display: block;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}
#smx_wrap a{
    text-decoration: none;
}
#smx_wrap a:hover{
    text-decoration: none;
}
#smx_wrap a:link{
    opacity: 1;
}

#smx_wrap img{
    width: 100%;
    line-height:0;
    vertical-align: bottom;
    border: none;
}

#smx_wrap .inner{
    width: 1000px;
	margin: 0 auto;
	padding: 5% 0;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#smx_wrap ul{
	font-size: 14px;
	margin-bottom: 1em;
	padding-left: 20px;
}

#smx_wrap ul li{
	list-style: disc;
}

#smx_wrap p{
	font-size: 14px;
}

#smx_wrap .guide_img{
	width: 50%;
}

.index a{
	color: #000000;
	font-size: 14px;
	text-decoration: underline!important;
	font-family: "classico-urw", sans-serif;
}

#smx_wrap .title{
	font-size: 30px;
	padding: 0 0 5%;
	font-weight: 600;
}

#smx_wrap .logo_smx{
	width: 20%;
	margin: 10% auto 5%;
}

#smx_wrap .logo_sct{
	width: 18%;
	margin: 10% auto 5%;
}

#smx_wrap .cate_title{
	font-size: 16px;
	background: #f5f5f5;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
	line-height: 1;
	padding: 10px 0;
}

#smx_wrap .item_box{
	display: flex;
	flex-wrap: wrap;
	margin: 5% auto;
	align-items: center;
}

#smx_wrap .item_box .item_img{
	width: 50%;
}

.border{
	border: .5px dashed #000000;
	width: 85%;
	margin: 0 auto;
}

.notes{
	width: 85%;
	margin: 10% auto;
	text-align: left;
	font-size: 12px!important;
}

.notes ul li{
	font-size: 14px!important;
}

.table-container {
    width: 85%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	margin: 0 auto;
	font-family: "classico-urw", sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    min-width: 600px;
}

th, td {
    border: 1px solid #333;
    padding: 12px 5px;
    height: 40px;
    vertical-align: middle;
}

.header-row th {
    background-color: #fccca9;
    font-weight: normal;
    letter-spacing: 0.05em;
}

.brand-label {
    width: 30%;
}

.size-label {
    font-weight: normal;
}

.size-value {
    background-color: #fff;
    width: 8.75%;
}

.sp {
	display:none;
}
.pc{
    display: block;
}


@media only screen and (max-width:768px){
	#smx_wrap {
		width: 100%;
        margin: 0% auto;
	}
	
	#smx_wrap .inner {
		width: 95%;
        margin: 0% auto;
	}	
	
    #smx_wrap ul{
        font-size: 14px;
    }

    #smx_wrap p{
        font-size: 14px;
    }

    #smx_wrap .guide_img{
        width: 100%;
    }
	
    #smx_wrap .title {
        font-size: 22px;
        padding: 5% 0 10%;
    }
	
    #smx_wrap .logo_smx {
        width: 35%;
		margin: 15% auto 5%;
    }	
	
    #smx_wrap .logo_sct {
        width: 27%;
    }	
	
    #smx_wrap .cate_title {
        font-size: 14px;
    }
	
    #smx_wrap .item_box .item_img {
        width: 100%;
    }	
	
    .notes ul li{
        font-size: 12px!important;
    }	
	
    table {
        font-size: 12px;
    }
    th, td {
        padding: 8px 3px;
    }	
	
	.check{
		font-size: 10px;
		margin: 2% auto 5%;
		text-align: left;
		width: 85%;
	}
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
	}	
	
	
}


