#page-ttl {
  height: 140px;
  background-image: url(./img/sub_header.png);
}

#page-ttl h2 {
  display: flex;
  align-items: end;
  letter-spacing: 5px;
  padding: 0 0 15px;
  height: 140px;
  width: 1000px;
  margin: auto;
}

#page-ttl h2 img {
  width: 400px;
}

#bread {
  background-color: #F2F2F2;
}

#bread ul {
  width: 1000px;
  margin: auto;
  display: flex;
  padding: 5px 0;
}

#bread ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

#bread ul li:not(:last-child):after {
  content: '＞';
  font-size: 10px;
  font-weight: bold;
  margin: 0 5px 0 8px;
}

#bread ul li a,
#bread ul li span {
  font-size: 13px;
  text-decoration: none;
}

#bread ul li a:hover {
  text-decoration: underline;
}

#body>p {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #36a;
}

#body>p.request span {
  color: #29998b;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #29998b;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 12px;
  display: inline-block;
}

/* #body>p.request span:before {
  content: '【 ';
}

#body>p.request span:after {
  content: ' 】';
} */

#body>p.request {
  margin: 0 auto 40px;
  width: 640px;
  background-color: #fafafa;
  padding: 20px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
}

#body {
  background: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#body .change-view {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

#body .change-view div {
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px #ddd;
  display: flex;
}

#body .change-view span {
  background-color: #fafafa;
  color: #29998b;
  padding: 10px 20px;
  font-size: 14px;
  display: flex;
  cursor: pointer;
}

#body .change-view span.enable {
  background-color: #29998b;
  color: #fff;
}

#body .change-view .list {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#body .change-view .panel {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#body .change-view .list.enable:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/compe/entry/img/list_enable.png);
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

#body .change-view .list:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/compe/entry/img/list.png);
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

#body .change-view .panel.enable:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/compe/entry/img/panel_enable.png);
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

#body .change-view .panel:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/compe/entry/img/panel.png);
  background-size: contain;
  background-position: center;
  margin-right: 5px;
}

#body ul {
  display: flex;
  flex-wrap: wrap;
}

#body ul.panel li.list {
  display: none;
}

#body ul.list li.panel {
  display: none;
}

/*panel*/
#body ul li.panel {
  list-style: none;
  width: calc(50% - 10px);
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 3px 0px #ddd;
  background-color: #fafafa;
  position: relative;
}

#body ul li.panel:nth-child(4n+1) {
  margin-right: 20px;
}

#body ul li.panel h3 {
  font-size: 24px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
}

#body ul li.panel h3 span {
  color: #29998b;
  text-decoration: none;
  cursor: pointer;
  width: calc(100% - 70px);
}

#body ul li.panel h3 span:hover {
  text-decoration: underline;
}

#body ul li.panel h3:before {
  content: 'タイトル';
  font-size: 11px;
  font-weight: bold;
  display: block;
  padding: 1px 3px;
  border-radius: 4px;
  color: #fff;
  background-color: #29998b;
  margin-bottom: 3px;
  margin-right: 10px;
  width: 60px;
  text-align: center;
}

#body ul li.panel p {
  font-size: 14px;
}

#body ul li.panel div {
  height: 2.5em;
}

#body ul li.panel div .detail-open {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background-color: #36a;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  width: 120px;
}

#body ul li.panel div .detail-open:before {
  content: '>';
  font-size: 11px;
  font-weight: bold;
  margin-right: 4px;
}

#body ul li.panel div .vote_btn {
  position: absolute;
  right: 160px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background-color: #ff8435;
  color: #fff;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  width: 120px;
}

#body ul li.panel div .vote_btn img {
  width: 18px;
  margin-right: 5px;
}

#body ul li.panel div .vote_btn em {
  font-style: normal;
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
}

#body ul li.panel div span:hover {
  opacity: 0.9;
}

#body ul li.panel .detail table {
  width: 100%;
  border-spacing: 10px;
  border-right: 1px solid #ccc;
}

#body ul li.panel .detail table th {
  width: 160px;
  padding: 20px 0;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #ccc;
  color: #29998b;
}

#body ul li.panel .detail table td {
  padding: 20px 40px 20px 40px;
}

#body ul li.panel .detail .vote {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

#body ul li.panel .detail .vote a,
#body ul li.panel .detail .vote span {
  display: flex;
  justify-content: center;
  width: 200px;
  text-decoration: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 15px;
  cursor: pointer;
}

#body ul li.panel .detail .vote a:hover,
#body ul li.panel .detail .vote span:hover {
  opacity: .9;
}

#body ul li.panel .detail .vote img {
  width: 24px;
  margin-right: 8px;
}

#body ul li.panel .detail .vote span {
  background-color: #ff8435;
}

#body ul li.panel .detail .vote a {
  background-color: #bbb;
}

#body ul li.panel .detail p {
  text-align: center;
  margin-top: 20px;
  color: #f55;
}

/*list*/
#body ul li.list {
  list-style: none;
  background-color: #fafafa;
  padding: 10px 20px 50px 20px;
  margin-bottom: 15px;
  width: 100%;
  box-shadow: 1px 1px 3px 0px #ddd;
}
#body ul li.list h3 {
  color: #29998b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#body ul li.list h3 .vote_btn {
  display: flex;
  justify-content: center;
  width: 150px;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

#body ul li.list h3 .vote_btn:hover {
  opacity: .9;
}

#body ul li.list h3 .vote_btn img {
  width: 20px;
  margin-right: 8px;
}

#body ul li.list h3 .vote_btn em {
  margin-left: 5px;
  font-style: normal;
  font-weight: bold;
}

#body ul li.list h3 .vote_btn {
  background-color: #ff8435;
}

#body ul li.list p {
  font-size: 15px;
}
#body ul li.list .supplement {
  margin-top: 10px;
  font-size: 15px;
  display: none;
}
#body ul li.list .supplement h4 {
  font-size: 15px;
}
#body ul li.list {
  position: relative;
}
#body ul li.list .detail-open {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
/*   background-color: #36a; */
  color: #36a;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
}
#body ul li.list .detail-open:before {
  content: '▼ ';
}
#body ul li.list .detail-open.close:before {
  content: '▲ ';
}
#body ul li.list .detail-open:hover {
  text-decoration: underline;
}

@media only screen and (max-width:768px) {
  #page-ttl h2 {
    padding: 0 20px 10px;
    width: 100%;
  }

  #page-ttl h2 img {
    width: 300px;
  }

  #bread ul {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: block;
  }

  #bread ul li {
    display: inline;
  }

  #bread ul li a,
  #bread ul li span {
    font-size: 11px;
  }

  #body>p {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  #body>p:after {
    content: none;
  }
  
  #body>p.request {
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 10px;
    margin-bottom: 30px;
  }
  
  #body>p.request span {
    font-size: 14px;
  }

  #body ul {
    padding: 0 20px;
  }

  #body ul li.panel {
    padding: 10px;
  }

  #body ul li.panel h3 {
    display: block;
    font-size: 16px;
  }

  #body ul li.panel h3:before {
    display: block;
    width: 60px;
    text-align: center;
  }

  #body ul li.panel div span {
    right: 10px;
    bottom: 10px;
    font-size: 13px;
  }

  #body ul li.panel .detail table,
  #body ul li.panel .detail table tbody,
  #body ul li.panel .detail table tr,
  #body ul li.panel .detail table td,
  #body ul li.panel .detail table th {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }

  #body ul li.panel .detail {
    padding: 10px 20px;
  }

  #body ul li.panel .detail table th {
    font-size: 15px;
  }

  #body ul li.panel .detail table td {
    padding-left: 1em;
    padding-bottom: 1em;
    font-size: 15px;
  }

  #body ul li.panel .detail .vote {
    margin-top: 20px;
    display: block;
  }

  #body ul li.panel .detail .vote a,
  #body ul li.panel .detail .vote span {
    margin: auto;
    margin-bottom: 20px;
    width: 50%;
  }

  .remodal table th,
  .remodal table td {
    padding: 10px !important;
    font-size: 14px !important;
  }

  .remodal-title {
    font-size: 22px !important;
  }
  
  #body .change-view {
    justify-content: center;
  }
  #body ul li.panel div {
    height: 4.5em;
  }
  #body ul li.panel div .detail-open {
    bottom: 12px;
    right: 10px;
  }
  #body ul li.panel div .vote_btn {
    right: 10px;
    bottom: 50px;
  }
  #body ul li.list h3 {
    display: block;
  }
  #body ul li.list h3 .vote_btn {
    float: right;
    width: 100px;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
  }
  #body ul li.list h3 .vote_btn img {
    width: 18px;
    margin-right: 4px;
  }
  #body ul li.list h3:after {
    content: '';
    display: block;
    clear: both;
  }
  #body ul li.list h3 {
    font-size: 16px;
  }
  #body ul li.list p {
    font-size: 14px;
  }
}



#body > p.thanks {
  font-size: 1.1rem;
  margin: 40px auto;
  width: 760px;
  font-weight: normal;
  color: #000;
  text-align: left;
}
.award > ul {
  margin-top: 60px;
}
.award > ul > li {
  list-style: none;
  border-radius: 10px;
  box-shadow: 8px 8px 0 0 #29998b;
  padding: 20px;
  margin-bottom: 80px;
  border: 2px solid #29998b;
  position: relative;
}
.award > ul > li .title {
  width: 300px;
  display: block;
  margin: -50px auto 0;
  font-size: 1.5rem;
  border-radius: 10px;
  border: 8px double #fff;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.award > ul > li.gold .title {
  background: linear-gradient(45deg, #c98244, #ffc26b, #ffe790, #ffde86, #ffc26b, #c98244);
  text-shadow: 1px 1px 1px #c98244,
    -1px -1px 1px #c98244,
    1px -1px 1px #c98244,
    -1px 1px 1px #c98244;
}
.award > ul > li.silver .title {
  background: linear-gradient(45deg, #aaa, #ccc, #eee, #f5f5f5, #ccc, #aaa);
  text-shadow: 1px 1px 1px #aaa,
    -1px -1px 1px #aaa,
    1px -1px 1px #aaa,
    -1px 1px 1px #aaa;
}
.award > ul > li.bronze .title {
  background: linear-gradient(45deg, #8d6d39, #9e7f43, #cbb57f, #cdb884, #cdb884, #8d6d39);
  text-shadow: 1px 1px 1px #9e7f43,
    -1px -1px 1px #9e7f43,
    1px -1px 1px #9e7f43,
    -1px 1px 1px #9e7f43;
}
.award > ul > li h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.award > ul > li h1 img {
  margin-right: 16px;
  width: 40px;
}
.award > ul > li h1 span {
  font-size: 1.7rem;
  color: #ff8435;
  display: flex;
  justify-content: center;
}
.award > ul > li aside {
  text-align: center;
  color: #36a;
  margin-top: -10px;
  margin-bottom: 10px;
}
.award > ul > li .description {
  background-color: #f7f7f7;
  padding: 16px;
  font-size: 1rem;
}
.award > ul > li table th {
  width: 140px;
  vertical-align: top;
}
.award > ul > li table th,
.award > ul > li table td {
  padding-top: 20px;
  font-size: 1rem;
  color: #29998b;
}
.award > ul > li table th span,
.award > ul > li table td span {
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
  padding: 5px 0;
  border-radius: 4px;
  color: #fff;
  background-color: #29998b;
  margin-bottom: 3px;
  margin-right: 10px;
  text-align: center;
}
.award .ribbon {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 17px;
  border-radius: 2px 0 0 0;
}
.award .ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-right: solid 6px transparent;
}
.award .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-bottom: 10px solid transparent;
}
.gold .ribbon {
  background: linear-gradient(#ff785b 0%, #e95738 100%);  
}
.gold .ribbon:before {
  border-bottom: solid 6px #cf4a2d;
}
.gold .ribbon:after {
  border-left: 20px solid #e95738;
  border-right: 20px solid #e95738;
}
.silver .ribbon {
  background: linear-gradient(#5b78ff 0%, #3857e9 100%);  
}
.silver .ribbon:before {
  border-bottom: solid 6px #2d4acf;
}
.silver .ribbon:after {
  border-left: 20px solid #3857e9;
  border-right: 20px solid #3857e9;
}
.bronze .ribbon {
  background: linear-gradient(#5bee78 0%, #38cc57 100%);  
}
.bronze .ribbon:before {
  border-bottom: solid 6px #2dcf4a;
}
.bronze .ribbon:after {
  border-left: 20px solid #38cc57;
  border-right: 20px solid #38cc57;
}

@media only screen and (max-width:768px) {
  #body > p.thanks {
    width: 100%;
  }
}

@media only screen and (max-width:768px) {
  #body > p.thanks {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 20px;
  }
  .award > ul > li .title {
    width: 200px;
    font-size: 1.2rem;
    margin-top: -45px;
  }
  .award > ul > li h1 {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .award > ul > li h1 img {
    width: 40px;
    display: block;
    margin: 0 auto 5px;
  }
  .award > ul > li h1 span {
    font-size: 1.2rem;
  }
  .award > ul > li .description {
    font-size: 0.9rem;
  }
  .award > ul > li table,
  .award > ul > li table tbody,
  .award > ul > li table tr,
  .award > ul > li table th,
  .award > ul > li table td {
    display: block;
    width: 100%;
  }
  .award > ul > li table th {
    width: 150px;
    margin: auto;
  }
  .award > ul > li table td {
    padding-top: 5px;
    font-size: 0.9rem;
  }
}






.piece h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -46px;
}
.piece {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 0 0 #29998b;
  padding: 20px;
  margin-bottom: 80px;
  border: 2px solid #29998b;
  position: relative;
}
.piece .ribbon {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 100px;/*横の大きさ*/
  font-size: 1.4rem;/*文字の大きさ*/
  background: #29998b;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.piece .ribbon:before,
.piece .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.piece .ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.piece .ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.piece ul {
  display: flex;
  justify-content: space-between;
}
.piece ul li {
  list-style: none;
  width: calc(50% - 10px);
  margin-top: 10px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0px #ddd;
  background-color: #fafafa;
  position: relative;
}
.piece ul li h3 {
  color: #29998b;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.piece ul li .description {
  border-radius: 10px;
  font-size: 0.8rem;
}
.piece ul li h3:before {
    content: 'タイトル';
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 1px 3px;
    border-radius: 4px;
    color: #fff;
    background-color: #29998b;
    margin-right: 10px;
    width: 60px;
    text-align: center;
}
.piece ul li h3 span {
  width: calc(100% - 60px);
  text-align: left;
}

.special h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -46px;
}
.special {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 8px 0 0 #2996E5;
  padding: 20px;
  border: 2px solid #2996E5;
  position: relative;
}
.special .ribbon {
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
  padding: 0 100px;/*横の大きさ*/
  font-size: 1.4rem;/*文字の大きさ*/
  background: #2996E5;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.special .ribbon:before,
.special .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.special .ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.special .ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.special ul {
  display: flex;
  justify-content: space-between;
}
.special ul li {
  list-style: none;
  width: calc(50% - 10px);
  margin-top: 10px;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0px #ddd;
  background-color: #fafafa;
  position: relative;
}
.special ul li h3 {
  color: #29998b;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.special ul li .description {
  border-radius: 10px;
  font-size: 0.8rem;
}
.special ul li h3:before {
    content: 'タイトル';
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 1px 3px;
    border-radius: 4px;
    color: #fff;
    background-color: #29998b;
    margin-right: 10px;
    width: 60px;
    text-align: center;
}
.special ul li h3 span {
  width: calc(100% - 60px);
    text-align: left;
}
@media only screen and (max-width: 768px) {
  .piece {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
  }
  .piece h2 {
    margin-bottom: -20px;
  }
  .piece ul {
    padding: 0!important;
    margin-top: 40px;
  }
  .piece ul li {
    width: 100%;
  }
  .piece .ribbon {
    font-size: 1.3rem;
  }
  .piece ul li h3 {
    display: block;
    text-align: left;
  }
  .piece ul li h3:before {
    margin-bottom: 5px;
  }
  
  .special {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
  }
  .special .ribbon {
    font-size: 1.3rem;
  }
  .special h2 {
  }
  .special ul {
    padding: 0!important;
  }
  .special ul li {
    width: 100%;
  }
  .special ul li h3 {
    display: block;
    text-align: left;
  }
  .special ul li h3:before {
    margin-bottom: 5px;
  }
}
.general_comment {
  padding: 20px;
  background-color: #fafafa;
  box-shadow: 8px 8px 0 0 #eee;
  border-radius: 10px;
  margin-bottom: 80px;
}
.general_comment > p {
  font-size: 1.2rem;
}
.general_comment h2 {
  display: flex;
  margin-bottom: 10px;
}
.general_comment h2 span {
  border-radius: 10px;
  background-color: #fff;
  padding: 5px 20px 4px;
  font-size: 1.6rem;
  color: #36a;
}
.piece ul li aside,
.special ul li aside {
  text-align: right;
  font-size: 0.8rem;
  color: #36a;
  margin-top: 10px;
}
@media only screen and (max-width:768px){
  .general_comment {
    margin: auto;
    width: calc(100% - 40px);
  }
  .general_comment h2 span {
    font-size: 1.2rem;
  }
  .general_comment p {
    font-size: 0.8rem;
  }
  .award > ul > li aside {
    font-size: 0.9rem;
    margin-top: 0px;
  }
}

#body > h2 {
  text-align: center;
  font-size: 2rem;
}
#body > h2 > img.pc {
  width: 760px;
}
#body > h2 > img.sp {
  display: none;
}





@media only screen and (max-width:768px){
  #body > h2 {
    text-align: center;
    font-size: 2rem;
  }
  #body > h2 span {
    font-size: 1.2rem!important;
    display: block;
  }
  #body > h2 img {
    width: calc(100% - 20px)!important;
  }
  #body > h2 span br {
    display: initial!important;
  }
  #body > h2 > img.pc {
    display: none;
  }
  #body > h2 > img.sp {
    display: block;
    width: calc(100% - 100px)!important;
    max-width: 320px;
    margin: 10px auto 20px;
  }

}
