@charset "utf-8";

/* --------------------------------------
    connect soundbar wired3 index.css 
---------------------------------------- */
#contents ul:after{
    display: none;
}

#contents .btnArea .btnList.flex{
    justify-content: space-between;
}

#contents2-2 ol.step_list > li dl {
    margin-top: 1em;
    margin-bottom: 10px;
}

#contents2-2 figure figcaption dl.alphabet > dt {
    border: 1px solid #000;
    padding: 2px 4px;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
}

#contents ul.disc li p {
    margin-left: 0;
}

#contents ol.step_list .notice_gray_b ul.txtlink li {
    margin-bottom: 0;
}

#contents .pct {
    margin: 1em 0 2em;
}

#contents .btnArea .btnList.flex {
    justify-content: space-between;
	align-items: stretch;
}

#contents .btnArea .btnList.flex li {
    display: flex;
    align-items: center;
    width: calc((100% - 20px) / 2);

}

#contents .btnArea .btnList.flex li a {
    height: 100%;
    padding: 1em;
}

@media screen and (max-width: 640px) {
	#contents .btnArea .btnList.flex > li {
		width: 100%;
	}
	
	#contents .annotation.asterisk.ml30 {
		margin-left: 1em !important;
	}
	
	#contents .listContainer ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#contents .listContainer ul li:nth-of-type(odd) {
		margin-right: 0;
	}
	
	#contents .listContainer ul li {
		width: calc((100% - 12px) / 2);
	}
	
	#contents .listContainer ul li a {
		min-height: 222px;
	}
	
	#contents .listContainer ul li a > span {
		height: auto;
		min-height: 100px;
	}
	
	#contents .stepArea ol.step_list > li > * {
        margin-left: 2.5em;
    }
    
    #contents .stepArea ol.step_list li ol.setting_inner li {
        margin-left: 1em;
    }
}