﻿
.price__banner__inner_left{
  width: 50%;
  float: left;
  padding: 20px 0 10px 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.price__banner__title{
  font-size:1.5rem;
  line-height: 1;
  margin: 0 0 12px !important;
}
.price__banner__subtitle{
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 15px !important;
}
.price__banner__subtitle small{
  display:inline-block;
  margin-top:15px;
  font-size: 1rem;
}
.price__banner__list{
  display:flex;
  justify-content:center;
  gap:0px 5px;
  margin: 10px auto;
  padding: 0;
  list-style-type: none;
  width: 200px;
}
.price__banner__list li{
  width:6em;
  border: 1px solid #fff;
  margin-bottom: 5px;
  border-radius: 3px;
  font-size: .75rem;
}
.price__banner__inner_right{
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
  overflow: visible;
  padding: 0 10px 0;
  box-sizing: border-box;
}
.price__banner__inner_right img{
  position:absolute;
  top:-15px;
  left:10px;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.content_inner{
  display:grid;
  grid-template-columns:40% 60%;
}
.content_inner p{
  margin:0px;
}
.img-layout-lc250{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2.5%;
  max-width:450px;
}

.option_table{
  display:grid;
  width:100%;
  grid-template-columns:1fr 1fr;
  column-gap:5px;
}
.option_table span{
  display:inline-block;
}
.option_item{
  padding-left:20px;
  margin:7px 0px;
  background-color:white;
}
.option_item .option_name{
  width:18em;
}
.option_item .option_price{
  width:5.3em;
}
.price_comment{
  color:#121AFF;
}
.font-120{
  font-size:1.2rem;
}
.img-caption{
  font-size:12px;
}
.note1{
  display:block;
  padding-left:1em;
  text-indent:-1em;
}
.note2{
  display:block;
  padding-left:2em;
  text-indent:-2em;
}
@media(min-width:480px){
  .price_text{
    margin-left:2em;
  }
}
@media(min-width:480px) and (max-width:839px){
  .price__banner__inner_right img{
    right: 30px;
    top: 0px;
    max-width: 300px;
  }
}
@media(max-width:479px){
  .price__banner__title{
    font-size:1.5rem;
    line-height: 1;
    margin: 0 0 12px !important;
  }
  .price__banner__subtitle{
    font-size: 1.75rem;
    line-height: 1;
    margin: 0 0 6px !important;
  }
  .price__banner__subtitle small{
    font-size: 0.9rem;
  }
  .content_inner{
    grid-template-columns:1fr;
  }
  .price__banner__inner_left{
    width: 100%;
    padding: 15px 10px 10px 10px;
    float: none;
    font-size: 12px;
  }
  .price__banner__inner_right{
    width: 100%;
    float: none;
    padding: 10px;
  }
  .price__banner__inner_right img{
    position:relative;
    left:0px;
    margin-top:20px;
    width:90%;
  }
}
@media(max-width:839px){
  .option_table{
    grid-template-columns:1fr;
  }
}