/* PC */
@media screen and (min-width: 768px) {
	.custom-image-left .media-box img {
        padding-left: 0;
		padding-right: 10px;
	}
	.custom-image-left .clearfix {
		display: table;
		width: 100%;
	}
	.custom-image-left .clearfix .text-box {
		display: table-cell;
		vertical-align: middle;
		width: 54%;
	}
    .media-box.pull-left {
        display: table-cell;
        vertical-align: middle;
        float: none !important;
    }
    .list-inline-img li{
        display: block;
    }
    .list-inline-img li .img-responsive.images{
        width: 100%;
    }
    /* Bluetooth */
    div#d2031819 .clearfix .media-box.pull-left {
        float: left !important;
    }
    div#d2031819 .clearfix {
        position: relative;
    }
    div#d2031819 p.description {
        position: absolute;
        top: 45%;
        left: 150px;
        transform: translateY(-50%);
    }
}
/* PC & Tablet */
@media screen and (min-width: 481px) {
	.heading-with-border-bottom-h2 h2 {
		margin: 60px auto 10px;
	}
	.heading-with-border-bottom-h2 h2:nth-child(n+2) {
		margin: 80px auto 10px;
	}
	.h3-image-left h3 {
		margin-bottom: 20px;
	}
	.custom-image-left h3 {
		margin: 0 auto 20px;
	}
    .list-inline-img li{
        display: block;
    }
    .list-inline-img li .img-responsive.images{
        width: 100%;
    }
}
/* Mobile */
@media screen and (max-width: 480px) {
	.heading-with-border-bottom-h2 h2 {
		margin: 30px auto 10px;
		font-size: 2.4rem;
	}
	.custom-image-left h3 {
		margin: 0 auto 10px;
	}
	.custom-image-left .media-box img {
		margin-bottom: 10px;
	}
    .list-inline-img li{
        display: block;
    }
    .list-inline-img li .img-responsive.images{
        width: 100%;
    }
    /* Bluetooth */
    div#d2031819 .clearfix {
        position: static;
    }
    div#d2031819 p.description {
        position: static;
        top: 0;
        left: 0;
        transform: none;
    }
}
