#main img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


#main .recommend-pont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .recommend-pont > li{
    width: 30%;
}
#main .recommend-pont__images{
    margin-bottom: 10px;
}
#main .recommend-pont__head{
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}
#main .recommend-pont__text{
    font-size: 1.0em;
    line-height: 1.3;
    text-align: justify;
}
@media screen and (max-width:767px){
#main .recommend-pont > li{
    width: 100%;
    margin-bottom: 30px;
}

}

#main .videos{
    width: 100%;
}


#main .choose-from li{
    font-size: 1.15em;
    line-height: 1.3;
    margin-top: 5px;
}
#main .choose-from li span{
    font-weight: bold;
}
@media screen and (max-width:767px){
#main .choose-from li{
    font-size: 0.95em;
}
}
#main .table-scroll{
        margin-bottom: 3em;
}
#main .order-table{
    width: 100%;
    table-layout: fixed;
}
#main .order-table th,#main .order-table td{
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
}
#main .order-table th{
    background-color: #999999;
    color: #fff;
    font-weight: normal;
}
#main .order-table .breadth{
    width: 3em;
}
#main .order-table .depth{
    width: 3em;
}

#main .order-table .fs-small{
    padding: 0.8rem 1.2rem 0.8rem 0.7rem;
    text-decoration: none;
}
#main .order-table .arrow-r::after{
    right: 10px;
    width: 6px;
    height: 6px;
}

#main .table-scroll.second-block{
    width: 745px;
}

@media screen and (max-width:767px){
#main .table-scroll{
    overflow-x: scroll;
}
#main .order-table {
    width: 870px;
}
#main .order-table .breadth{
    position: sticky;
    left: 0;
    border-left: none;
    border-right: none;
    z-index: 10;
}
#main .order-table .depth{
    position: sticky;
    left: calc(3em + 10px);
    border-left: none;
    border-right: none;
    z-index: 10;
}
#main .order-table .breadth::after,
#main .order-table .depth::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    background-image:linear-gradient(#ccc, #ccc), linear-gradient(#ccc, #ccc);
    background-repeat: no-repeat;
    background-position: left top,right top;
    background-size: 1px 100%, 1px 100%;
    pointer-events: none;
    z-index: 5;
}

#main .table-scroll.second-block{
    width: 100%;
}


#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 .choice{
	display: flex;
	flex-wrap: wrap;
    margin-top: 20px;
}
#main .choice li {
    width: calc(50% - 22px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 5px;
}
#main .choice li:nth-child(2n) {
    margin-right: 0;
}
#main .choice li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 5px;
}
#main .choice li a div {
    width: 110px;
}
#main .choice li a p {
    width: calc(100% - 120px);
    margin-left: 10px;
    line-height: 1.2;
    font-weight: bold;
    font-size: 1.3rem;
}
#main .choice li img {
	width: 100%;
}
@media screen and (max-width:767px){
#main .choice li {
    width: calc(100% - 12px);
    margin-right: 0;
    margin-bottom: 10px;
}
#main .choice li a p {
    font-size: 1.1rem;
}
}


#main .feature__items li a{
    padding: 10px;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
    font-size: 1.3rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch {
    font-size: 0.95rem;
}
@media screen and (max-width:767px){
#main .feature__items li a .feature__items--txt .feature__items--txt__title{
    font-size: 1.15rem;
}
#main .feature__items li a .feature__items--txt .feature__items--txt__catch {
    font-size: 0.85rem;
}
    
}

