.product_title{
  font-size: 40px;
  color: #ffa07a;
    display        : inline-block;
  color          : #f8cbad;            /* 文字の色 */
  font-size      : 36pt;               /* 文字のサイズ */
  letter-spacing : 4px;                /* 文字間 */
  text-shadow    : 
      2px  2px 1px #ff7f00,
      -2px  2px 1px #ff7f00,
      2px -2px 1px #ff7f00,
      -2px -2px 1px #ff7f00,
      2px  0px 1px #ff7f00,
      0px  2px 1px #ff7f00,
      -2px  0px 1px #ff7f00,
       0px -2px 1px #ff7f00;        /* 文字の影 */
}

#upper_container{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#handle_product{
  max-width: 1100px;
  width: 100%;
  margin: 0px auto 40px auto;
}

.flex {
  text-align:center;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_msg{
  width: 400px;
  text-align:left;
  vertical-align: top;
}

.product_msg p {
  margin: 5px 10px 5px 10px;
}

.product_msg p:first-child {
  font-size: 18px;
  color: #494949;
  padding: 0.25em 0.5em;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f39c12;
  font-weight:bold;
}

.product_items {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#product_title_s {
  /* display: inline-block; */
  width: 540px;
  font-size: 18px;
  color: #494949;
  padding: 0.25em 0.5em;
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f39c12;
  font-weight:bold;
  text-align:left;
  /* margin : 0px 0px 0px 50px; */
  margin : 12px 0px 2px 10px;
}

.pos {
  width: 534px;
  margin : 10px 2px 0px 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap-reverse;
  text-align:left;
  border: solid 1px #FF8F05;
}

.pos_list {
  width: 190px;
}

.list {
  margin : 1px 0px 2px 0px;
  font-size: 14px;
}

.product_title_ss {
  text-align:left;
  margin-right: auto;
  padding: 0.15em 1em;/*文字周りの余白*/
  display: inline-block;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 20px 20px 20px 20px;
}

/* #handle_product p {
  text-align:left;
  margin : 12px 0px 2px 10px;
} */

ul {
  padding-left: 30px;
}

@media screen and (max-width: 1093px) {
  .wrapper {
    margin: 0 auto;
    width: 85%!important;
  }

  #upper_container {
    width: 540px;
    margin: 0 auto;
  }

  #product_title_s {
    display: inline-block;
    margin-left: 12px auto 2px auto;
  }

  .pos{
    width: 100%;
    max-width: 540px;
    text-align: center;
    justify-content: center;
  }

  .pos_list{
    width: 100%;
    margin-left: 10px;
    text-align: left;
  }

  .pos_pic {
    width: 100%;    
  }

  .pos_pic p img {
    width: 94%;    
  }
}

@media screen and (max-width: 610px) {
  .product_title{
    font-size: 20pt;
  }

  #upper_container{
    width: 90%;
    margin: 0px 5%;
  }

  .product_pic p img{
    width: 96%;
  }

  .product_msg{
    width: 100%;
    font-size: 10pt;
  }

  .product_msg p:first-child{
    font-size: 12pt;
  }

  /* .pos{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .pos_list{
    width: 100%;
    margin-left: 10px;
    text-align: left;
  } */

  .product_title_ss{
    font-size: 12pt;
  }

  .list li{
    font-size: 10pt;
  }
}