
@charset "utf-8";
@media screen and (max-width: 768px) {
  /* ==========SP=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(SP)
  /* ========================= */
  .sp-on {
    display: block;
  }
  .pc-on {
    display: none;
  }
  .elected_container {
    width: 100%;
    background: #fff;
    text-align: center;
  }
  .headerimg img {
    width: 100%;
  }
  h1 img {
    width: 80%;
  }
  .month {
    color: #625a54;
    font-weight: 700;
    font-size: 38px;
    margin: 15px 0 0px;
  }
  .month span {
    font-size: 50%;
  }
  .period {
    color: #fb9b9c;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #fb9b9c;
    padding: 5px 10px;
    width: 300px;
    margin: 0 auto 50px;
  }
  .prize {
    display: table;
    margin: 0 auto;
  }
  .item_photo {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
  }
  .item_name {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    padding: 0 20px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
  }
  .item_name span {
    display: block;
    font-size: 14px;
    color: #fff;
    background: #625a54;
    width: 80px;
    padding: 2px 0;
    margin: 5px auto;
  }
  .result_box {
    width: 90%;
    background: #fff0ec;
    margin: 20px auto 70px;
    border-radius: 5px;
    padding: 20px;
  }
  .customer01 {
    font-size: 20px;
  }
  .result_box ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
  }
  .result_box ul li {
    flex-wrap: wrap;
    width: 275px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .result_box ul li::before {
    content: "◆ ";
    color: #a5978a;
    font-size: 13px;
    line-height: 1.1;
  }
  .caution {
    padding: 0px 20px 50px;
    text-align: left;
    line-height: 1.8;
  }
}

@media screen and (max-width: 425px) {
	
  .prize , .item_photo , .item_name { display: block; }
  .item_name { padding-top: 20px; }
  .item_name span { padding: 2px 0; }

}

@media screen and (min-width: 769px) {
  /* ==========PC=========== */
  /* ========================= */
  /*表示・非表示
  /*  sp-on/pc-on(PC)
  /* ========================= */
  .sp-on {
    display: none;
  }
  .pc-on {
    display: block;
  }
  #wrapper {
    background: #FAF5EA;
  }
  .common-breadcrumb {
    font-size: 12px;
  }
  .a01 {
    display: inline-block;
  }
  .elected_container {
    width: 980px;
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 10px auto;
    text-align: center;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
  }
  .headerimg img {
    width: 978px;
  }
  .month {
    color: #625a54;
    font-weight: 700;
    font-size: 38px;
    margin: 15px 0 0px;
  }
  .month span {
    font-size: 50%;
  }
  .period {
    color: #fb9b9c;
    font-size: 11px;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid #fb9b9c;
    padding: 5px 10px;
    width: 300px;
    margin: 0 auto 80px;
  }
  .prize {
    display: table;
    margin: 0 auto;
  }
  .item_photo {
    display: table-cell;
    vertical-align: middle;
  }
  .item_name {
    display: table-cell;
    font-size: 24px;
    vertical-align: middle;
    padding-left: 20px;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
  }
  .item_name span {
    display: block;
    font-size: 14px;
    color: #fff;
    background: #625a54;
    width: 80px;
    padding: 2px 0;
    margin: 5px auto;
  }
  .result_box {
    width: 650px;
    background: #fff0ec;
    margin: 20px auto 70px;
    border-radius: 5px;
    padding: 40px 40px 30px 40px;
  }
  .customer01 {
    font-size: 24px;
  }
  .result_box ul {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left;
  }
  .result_box ul li {
    flex-wrap: wrap;
    width: 285px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .result_box ul li::before {
    content: "◆ ";
    color: #a5978a;
    font-size: 13px;
    line-height: 1.1;
  }
  .caution {
    padding: 0 0 80px;
  }
}



