.slider_wrap,
.product{
    width: 48%;
}
.slider_wrap{
    border: 2px solid #dfdfdf;
    padding: 3rem 0 0;
    max-height: 450px;
}
.product_wrap{
    border-top: 30px solid #1c4380;
    padding: 10rem 0;
}
.product h2{
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.product .price{
    font-size: 1.8rem;
    margin-bottom: 7rem;
}
.product .price span{
    margin-left: 1.5rem;
    font-size: 3.3rem;
}
.product_list{
    margin-bottom: 10rem;
}
.product_list li{
    list-style: inside;
}
@media screen and (max-width:890px) {
.product_wrap{
    padding: 5rem 2rem;
}
.slider_wrap{
    width: 100%;
    order: 2;
    margin-top: 5rem;
}
.product{
    width: 100%;
    order: 1;
}
.product h2{
    font-size: 3rem;
    margin-bottom: 0.5rem;
}
.product .price{
    margin-bottom: 3rem;
}
.product .price span{
    font-size: 2.8rem;
}
.product_list{
    margin-bottom: 5rem;
}
.product_list li{
    list-style: inside;
}
}
.swiper-button-prev ,
.swiper-button-next {
    width: 74px;
    height: 135px;
    margin-top: -67.5px;
    background-size: cover;
    outline: none;
}
.swiper-button-prev {
    background-image: url("../img/com/before.png");
    left: 0;
}
.swiper-button-next {
    background-image: url("../img/com/next.png");
    right: 0;
}
@media screen and (max-width: 890px) {
.swiper-button-prev ,
.swiper-button-next {
    width: 36px;
    height: 67px;
    margin-top: -33.5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
    width: 130px;
    padding: 7px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}
}
.swiper-container.slider {
    height: 80%;
}
.slider-thumbnail {
    height: 20%;
}
.slider-thumbnail .swiper-slide{
    border: 2px solid #dfdfdf;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.slider-thumbnail .swiper-slide img{
    object-fit: contain;
    font-family: 'object-fit: contain;';
    height: 87px;
}
.swiper-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    overflow: hidden;
}
.swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.product_details dt{
    width: 25%;
    background: #cddcf3;
    border-top: 2px dotted #b1b1b1;
    padding: 0.5rem 1rem;
}
.product_details dd{
    width: 75%;
    border-top: 2px dotted #b1b1b1;
    padding: 0.5rem 1rem;
}
.product_details{
    padding: 10rem 0;
}
.product_details_left{
    width: 48%;
}
.product_details_right{
    width: 48%;
}
.product_details_img{
    padding: 0.5rem;
    border: 2px solid #dfdfdf;
    margin-bottom: 2rem;
}
.produgt_details_btn li{
    width: 49%;
    min-width: 285px;
    margin-bottom: 1rem;
}
.produgt_details_btn li a{
    width: 100%;
    padding: 1rem 0;
}
@media screen and (max-width: 890px) {
.product_details_list{
  margin-bottom: 2rem;
}
.product_details dt{
    width: 35%;
}
.product_details dd{
    width: 65%;
}
.product_details{
    padding: 5rem 2rem;
}
.product_details_left,
.product_details_right{
    width: 100%;
}
.product_details_img{
    padding: 0.5rem;
    border: 2px solid #dfdfdf;
    margin: 2rem auto;
}
.produgt_details_btn li{
    width: 100%;
}
}
.other_product{
  padding: 10rem 0;
}
.lineup_list {
    padding: 5rem 0 0;
    display: flex;
    flex-wrap: wrap;
}
.lineup_list li{
    width: 22%;
    margin-bottom: 5rem;
    margin-right: 4%;
}
.lineup_list li:nth-child(4n){
    margin-right: 0;
}
.lineup_list .lineup_img{
    width: 100%;
    height: 200px;
    margin-bottom: 3rem;
}
.lineup_list .lineup_img img{
    height: 200px;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}
.lineup_list li h4{
    display: inline-block;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
}
.lineup_list li p{
    font-size: 1.4rem;
}
@media screen and (max-width:890px) {
.other_product{
  padding: 10rem 0 5rem;
}
.lineup_list li{
    width: 46%;
    margin-right: 8%;
    margin-bottom: 5rem;
}
.lineup_list li:nth-child(2n){
    margin-right: 0;
}
}
.swiper-wrapper{
	position:relative;
}
/*.swiper-wrapper img{
	position: absolute;
	 top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}*/
span.lineup_icon1{
	font-size:21px;
	padding:1px 8px;
	background-color:red;
	color:white;
	margin:20px;
}
span.lineup_icon2{
	font-size:21px;
	padding:1px 8px;
	background-color:#1c4381;
	color:white;
	margin:20px;
}