ul.gosyuin_list{
    padding-left: 0;
}
ul.gosyuin_list > li{
    border-bottom: solid 1px #D3D3D3;
    margin-top: 50px;
    padding-bottom: 30px;
    list-style-type: none;
}
ul.gosyuin_list > li >.gosyin_info_wrap{
    display: flex;
    flex-wrap: nowrap;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_img{
    margin-right: 20px;
    width: 30%;
    max-width: 120px;
    min-width: 80px;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > h3{
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > p{
    font-size: 1.6rem;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.4!important;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > .price{
    font-size: 2.4rem;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > .price .reg{
  color:  #000;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > .price .strike{
  color:  #999;
  text-decoration: line-through;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > .price.sale{
  color:  #ff0000;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > .price > span{
    font-size: 1.6rem;
}
ul.gosyuin_list > li >.gosyin_info_wrap > .gosyuin_dscr > ul > li{
    list-style-type: none;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
}
a.tobase{
    display: block;
    padding: 8px 30px 8px 30px ;
    color: #fff;
    background-color: #900700;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px auto 10px auto;
    text-align: center;
    max-width: 320px;
    position: relative
}
a.tobase:hover{
    text-decoration: none;
    background-color: rgba(144, 7, 0, 0.75);
}
a.tobase .withmap {
  position: absolute;
  display: block;
  top: .6em;
  left: 88%;
  background: #fff;
  border: 1px solid #000;
  width: 8.2em;
  color: #000;
  border-radius: 15px;
  font-size: 12px;
  padding: 1px 3px 0;
}
a.tobase.amazon{
    display: block;
    padding: 8px 30px 8px 30px ;
    color: #fff;
    background-color: #daa000;
    font-size: 14px;
    border-radius: 4px;
    margin: 10px auto;
    text-align: center;
    max-width: 320px;
}
a.tobase.amazon:hover{
    background-color: rgba(218, 160, 0, 0.75);
}
a.tobase.rakuten{
    display: block;
    padding: 8px 30px 8px 30px ;
    color: #fff;
    background-color: #c00030;
    font-size: 14px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
}
a.tobase.rakuten:hover{
    opacity: .75;
}
.a_to_bass{
  display: block;
}
.gosyuin_mihiraki{
  margin-bottom: 30px;
}
@media screen and (max-width: 600px){
  ul.gosyuin_list > li > .gosyuin_dscr > ul.size{
      margin-top: 0;
  }
  ul.gosyuin_list > li > .gosyuin_dscr > ul > li{
      list-style-type: none;
      line-height: 1.4;
      margin-bottom: 0;
      font-size: 1.4rem;
  }
}
.note_text{
    padding: 20px;
    border: solid 3px red;
}
.note_text h3{
    margin: 0 0 10px 0;
    font-size: 16px;
}
.note_text h3 + p{
    margin-bottom: 30px;
}
.note_text h3 + p:last-of-type{
    margin-bottom: 0;
}