@charset "UTF-8";
/*共通*/
.button--arrowRight {
  box-sizing: border-box;
}

#monthly {
  width: 900px;
  margin: 0px auto 0 auto;
  padding: 0px;
  font-size: 16px;
}
#monthly p {
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-indent: 1em;
  margin-bottom: 0.6em;
}
#monthly p.ketujyo {
  margin-bottom: 10px;
  text-align: left;
  text-indent: 0;
}
#monthly .midashi {
  width: 900px;
}
#monthly table {
  border-collapse: collapse;
}
#monthly br.clear {
  clear: both;
}
#monthly .cf:before,
#monthly .cf:after {
  content: " ";
  display: table;
}
#monthly .cf:after {
  clear: both;
}
#monthly .cf {
  *zoom: 1;
}
#monthly a {
  text-decoration: underline;
}
#monthly a:hover {
  text-decoration: none;
}

/*各ページ*/
#monthly #trial {
  width: 900px;
}
#monthly #trial .trial-head {
  margin: 10px auto;
  width: 810px;
  position: relative;
  text-align: center;
  background-color: #ffd9eb;
}
#monthly #trial .trial-head::before {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
  background-color: #ffd9eb;
  position: absolute;
  top: 0;
  left: -40px;
}
#monthly #trial .trial-head::after {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #ffd9eb;
  position: absolute;
  top: 0;
  right: -40px;
}
#monthly #trial .trial-head .trial-head1 {
  margin: 0 auto;
  padding: 2px 0;
  width: 780px;
  color: #fff;
  background-color: #da4154;
}
#monthly #trial .trial-head .trial-head1::before {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
  background-color: #da4154;
  position: absolute;
  top: 0;
  left: -40px;
  left: -25px;
}
#monthly #trial .trial-head .trial-head1::after {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #da4154;
  position: absolute;
  top: 0;
  right: -40px;
  right: -25px;
  z-index: 1;
}
#monthly #trial .trial-head .trial-head1 span {
  color: #fff100;
  margin-right: 10px;
}
#monthly #trial .trial-head .trial-head2 {
  margin: 0 auto;
  padding: 2px 0;
  width: 780px;
  color: #fff;
  background-color: #df7000;
}
#monthly #trial .trial-head .trial-head2::before {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
          clip-path: polygon(100% 100%, 100% 0, 0 50%);
  background-color: #df7000;
  position: absolute;
  top: 0;
  left: -40px;
  left: -25px;
}
#monthly #trial .trial-head .trial-head2::after {
  content: "";
  width: 40px;
  height: 28px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #df7000;
  position: absolute;
  top: 0;
  right: -40px;
  right: -25px;
  z-index: 1;
}
#monthly #trial .trial-head .trial-head2 span {
  color: #fff100;
  margin-right: 10px;
}
#monthly #trial .trial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#monthly #trial .trial-container .trial-box {
  position: relative;
  width: 290px;
  background-color: #f9dedb;
}
#monthly #trial .trial-container .trial-box .trial-face {
  margin-bottom: 10px;
}
#monthly #trial .trial-container .trial-box .trial-tiara {
  position: absolute;
  top: 230px;
  left: 10px;
}
#monthly #trial .trial-container .trial-box .trial-place {
  position: absolute;
  top: 230px;
  right: 10px;
  padding: 10px;
  text-align: center;
  line-height: 1.2em;
  background-color: #fff;
  border-radius: 50%;
}
#monthly #trial .trial-container .trial-box .trial-prize {
  position: absolute;
  top: 310px;
  left: 10px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#monthly #trial .trial-container .trial-box .trial-num {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}
#monthly #trial .trial-container .trial-box .trial-rub {
  float: right;
  margin-right: 10px;
}
#monthly #trial .trial-container .trial-box .trial-name {
  clear: both;
  width: 100%;
  text-align: center;
  color: #da4154;
  font-size: 50px;
  font-weight: bold;
}
#monthly #trial .trial-container .trial-box .trial-txt {
  margin: 0 10px;
  text-indent: 1em;
  font-size: 15px;
}
#monthly #trial .trial-container .trial-box .trial-table {
  width: 270px;
  margin: 10px auto;
  border: solid 1px #000;
}
#monthly #trial .trial-container .trial-box .trial-table tr {
  text-align: center;
}
#monthly #trial .trial-container .trial-box .trial-table tr th {
  width: 25%;
  text-align: center;
}
#monthly #trial .trial-container .trial-box .trial-table tr td {
  width: 25%;
  background-color: #fff;
  text-align: center;
}
#monthly #trial .trial-container .trial-box .trial-table tr th:nth-child(1) {
  background-color: #c7e8fa;
}
#monthly #trial .trial-container .trial-box .trial-table tr th:nth-child(3) {
  background-color: #fff9b1;
}
#monthly #trial .trial-container .trial-box .trial-table tr td:nth-child(2) {
  border-right: solid 1px #000;
}
#monthly #trial .trial-container .day2 {
  background-color: #fae4cd;
}
#monthly #trial .trial-container .day2 .trial-name {
  color: #df7000;
}
#monthly #trial .trial-container .tei1 {
  border-right: solid 1px #000;
}
#monthly #trial .trial-container .tei2 {
  border-right: solid 1px #000;
}
#monthly #trial .trial-container .tei2 .trial-place {
  background-color: #dcdddd;
}
#monthly #trial .trial-container .tei3 .trial-place {
  background-color: #fbdac8;
}
#monthly #trial .trial-container .tei4 {
  border-right: solid 1px #000;
}
#monthly #trial .trial-container .tei4 .trial-place {
  background-color: #d3e1f3;
}
#monthly #trial .trial-container .tei5 {
  border-right: solid 1px #000;
}
#monthly #trial .trial-container .tei5 .trial-place {
  background-color: #fffcdb;
}
#monthly #trial .trial-container .tei6 .trial-place {
  background-color: #d5ead8;
}
#monthly #trial #trial-winners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#monthly #trial #trial-winners h4 {
  margin: 10px 0;
  width: 100%;
  border: solid 1px #e6002d;
  color: #e6002d;
  text-align: center;
}
#monthly #trial #trial-winners table {
  width: 45%;
}
#monthly #trial #trial-winners table th {
  background-color: #f8c6b7;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-weight: normal;
  text-align: center;
}
#monthly #trial #trial-winners table td {
  border-bottom: solid 1px #000;
  text-align: center;
}
#monthly #trial #trial-winners table td:nth-child(4) {
  color: #e6002d;
  font-weight: bold;
}
#monthly #trial #trial-winners table td#trial12th {
  border-bottom: none;
}
#monthly #trial #trial-winners table td#trial12th div {
  margin: 5px 0;
  padding: 10px 0;
  border-radius: 10px;
  background: linear-gradient(#e7cc74, #e7cc74 40%, #fffcd1 70%, #e7cc74);
  color: #915da3;
  font-weight: bold;
}
#monthly #trial #trial-winners table td#trial12th div span {
  position: relative;
  top: -3px;
  padding: 0 10px;
  color: #fff;
  background-color: #915da3;
}
#monthly #trial #trial-wins {
  margin-top: 20px;
  padding: 10px;
  background-color: #bae3f9;
  border-radius: 10px;
}
#monthly #trial #trial-wins h4 {
  margin: 0;
  padding: 5px;
  background-color: #915da3;
  color: #fff;
  text-align: center;
}
#monthly #trial #trial-wins #trial-wins-23 {
  margin-top: 10px;
  padding: 5px;
  background-color: #e2d7ea;
  color: #915da3;
  font-weight: bold;
  text-align: center;
}
#monthly #trial #trial-wins #trial-wins-ab {
  display: flex;
}
#monthly #trial #trial-wins #trial-wins-ab div {
  width: 50%;
  padding: 10px;
  background-color: #fff;
}
#monthly #trial #trial-wins #trial-wins-ab div span {
  margin: 0 10px 0 60px;
  display: grid;
  place-items: center;
  float: left;
  width: 3em;
  height: 3em;
  background-color: #915da3;
  color: #fff;
}
#monthly #trial #trial-wins #trial-wins-final {
  display: flex;
  margin-top: 10px;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(1) {
  display: grid;
  place-items: center;
  width: 200px;
  background-color: #e2d7ea;
  color: #915da3;
  font-weight: bold;
  text-align: center;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) {
  display: grid;
  place-items: center;
  padding: 5px;
  background-color: #fff;
  width: 100%;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table {
  width: 90%;
  text-align: center;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #000;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td:empty {
  border: none;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou1 {
  font-weight: bold;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou2 {
  font-weight: bold;
  color: #fff;
  background-color: #595757;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou3 {
  font-weight: bold;
  color: #fff;
  background-color: #ea5532;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou4 {
  font-weight: bold;
  color: #fff;
  background-color: #008acd;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou5 {
  font-weight: bold;
  background-color: #fff100;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td#gou6 {
  font-weight: bold;
  color: #fff;
  background-color: #00a95f;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td.waku2 {
  background-color: #dcdddd;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td.waku3 {
  background-color: #fbdac8;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td.waku4 {
  background-color: #d3e1f3;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td.waku5 {
  background-color: #fffcdb;
}
#monthly #trial #trial-wins #trial-wins-final div:nth-child(2) table td.waku6 {
  background-color: #d5ead8;
}/*# sourceMappingURL=trial.css.map */