@charset "UTF-8";
@import url(/css/normalize.css);
@import url(/include/i_GTrank.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background: none;
  font-family: "Helvetica Neue", "微軟正黑體", "Helvetica", "Arial", "PingFangTC-Light", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  line-height: 24px;
  font-size: 16px;
  -webkit-text-size-adjust: none; /*iPhone旋轉後 文字不要放大*/
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
}

.container {
  margin: 0 auto;
  position: relative;
}

h1 {
  display: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.img-responsive {
  max-width: 100%;
}
.img-border {
  border: 3px solid #fff;
}
.img-radius {
  border-radius: 15px;
}
.img-block {
  display: block;
  margin: 0 auto;
}

.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-indent-3em {
  display: block;
  margin-left: 3em;
  text-indent: -3em;
}
.txt-indent-4em {
  display: block;
  margin-left: 4em;
  text-indent: -4em;
}
.txt-indent-5em {
  display: block;
  margin-left: 5em;
  text-indent: -5em;
}
.txt-indent-6em {
  display: block;
  margin-left: 6em;
  text-indent: -6em;
}
.txt-indent-7em {
  display: block;
  margin-left: 7em;
  text-indent: -7em;
}
.txt-indent-8em {
  display: block;
  margin-left: 8em;
  text-indent: -8em;
}
.txt-indent-9em {
  display: block;
  margin-left: 9em;
  text-indent: -9em;
}
.txt-indent-10em {
  display: block;
  margin-left: 10em;
  text-indent: -10em;
}

.f-danger {
  color: #f00;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #17a2b8;
}

.f-beauty {
  color: #da199d;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-bold {
  font-weight: bold;
}
.f-lg {
  font-size: 1.2em;
}
.f-sm {
  font-size: 0.8em;
}

.ico {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 5px;
  font-size: 0.8em;
  color: #fff;
  box-shadow: 1px 1px #555;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border-radius: 16px;
}
.ico-danger {
  background-color: #f00;
  color: #fff;
}
.ico-fun {
  background-color: #f7f40a;
  color: #f00;
}
.ico-primary {
  background-color: #007bff;
  color: #fff;
}
.ico-success {
  background-color: #28a745;
  color: #fff;
}
.ico-info {
  background-color: #17a2b8;
  color: #fff;
}
.ico-beauty {
  background-color: #da199d;
  color: #fff;
}
.ico-light {
  background-color: #fff;
  color: #343434;
}
.ico-wraning {
  background-color: #ffc107;
  color: #c50018;
}
.ico-dark {
  background-color: #000;
  color: #fff;
}
.ico-secondary {
  background-color: #868e96;
  color: #223141;
}

.row {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}
.row .row {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.col {
  position: relative;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  margin-bottom: 8px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-5ths {
  width: 20%;
}

@media only screen and (max-width: 560px) {
  .ms-col-1 {
    width: 8.3333333333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-2 {
    width: 16.6666666667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-3 {
    width: 25%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-4 {
    width: 33.3333333333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-5 {
    width: 41.6666666667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-6 {
    width: 50%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-7 {
    width: 58.3333333333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-8 {
    width: 66.6666666667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-9 {
    width: 75%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-10 {
    width: 83.3333333333%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-11 {
    width: 91.6666666667%;
  }
  .ms-col-5ths {
    width: 20%;
  }
  .ms-col-12 {
    width: 100%;
  }
  .ms-col-5ths {
    width: 20%;
  }
}
@media only screen and (max-width: 420px) {
  .xms-col-1 {
    width: 8.3333333333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-2 {
    width: 16.6666666667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-3 {
    width: 25%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-4 {
    width: 33.3333333333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-5 {
    width: 41.6666666667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-6 {
    width: 50%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-7 {
    width: 58.3333333333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-8 {
    width: 66.6666666667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-9 {
    width: 75%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-10 {
    width: 83.3333333333%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-11 {
    width: 91.6666666667%;
  }
  .xms-col-5ths {
    width: 20%;
  }
  .xms-col-12 {
    width: 100%;
  }
  .xms-col-5ths {
    width: 20%;
  }
}
@media only screen and (max-width: 798px) {
  .m-col-1 {
    width: 8.3333333333%;
  }
  .m-col-2 {
    width: 16.6666666667%;
  }
  .m-col-3 {
    width: 25%;
  }
  .m-col-4 {
    width: 33.3333333333%;
  }
  .m-col-5 {
    width: 41.6666666667%;
  }
  .m-col-6 {
    width: 50%;
  }
  .m-col-7 {
    width: 58.3333333333%;
  }
  .m-col-8 {
    width: 66.6666666667%;
  }
  .m-col-9 {
    width: 75%;
  }
  .m-col-10 {
    width: 83.3333333333%;
  }
  .m-col-11 {
    width: 91.6666666667%;
  }
  .m-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .ms-col-1 {
    width: 8.3333333333%;
  }
  .ms-col-2 {
    width: 16.6666666667%;
  }
  .ms-col-3 {
    width: 25%;
  }
  .ms-col-4 {
    width: 33.3333333333%;
  }
  .ms-col-5 {
    width: 41.6666666667%;
  }
  .ms-col-6 {
    width: 50%;
  }
  .ms-col-7 {
    width: 58.3333333333%;
  }
  .ms-col-8 {
    width: 66.6666666667%;
  }
  .ms-col-9 {
    width: 75%;
  }
  .ms-col-10 {
    width: 83.3333333333%;
  }
  .ms-col-11 {
    width: 91.6666666667%;
  }
  .ms-col-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  .xms-col-1 {
    width: 8.3333333333%;
  }
  .xms-col-2 {
    width: 16.6666666667%;
  }
  .xms-col-3 {
    width: 25%;
  }
  .xms-col-4 {
    width: 33.3333333333%;
  }
  .xms-col-5 {
    width: 41.6666666667%;
  }
  .xms-col-6 {
    width: 50%;
  }
  .xms-col-7 {
    width: 58.3333333333%;
  }
  .xms-col-8 {
    width: 66.6666666667%;
  }
  .xms-col-9 {
    width: 75%;
  }
  .xms-col-10 {
    width: 83.3333333333%;
  }
  .xms-col-11 {
    width: 91.6666666667%;
  }
  .xms-col-12 {
    width: 100%;
  }
}
.item__box {
  margin: 10px auto;
  background-color: #000;
  border-color: #dbdbdb;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  position: relative;
  height: 100%;
}
.item__box--shadow {
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.item__box-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.item__box-img-500 {
  width: 100%;
  height: 500px;
}
.item__box-img-500 img {
  max-height: 500px;
}
.item__box-img-450 {
  width: 100%;
  height: 450px;
}
.item__box-img-450 img {
  max-height: 450px;
}
.item__box-img-400 {
  width: 100%;
  height: 400px;
}
.item__box-img-400 img {
  max-height: 400px;
}
.item__box-img-350 {
  width: 100%;
  height: 350px;
}
.item__box-img-350 img {
  max-height: 350px;
}
.item__box-img-300 {
  width: 100%;
  height: 300px;
}
.item__box-img-300 img {
  max-height: 300px;
}
.item__box-img-250 {
  width: 100%;
  height: 250px;
}
.item__box-img-250 img {
  max-height: 250px;
}
.item__box-img-200 {
  width: 100%;
  height: 200px;
}
.item__box-img-200 img {
  max-height: 200px;
}
.item__box-img-150 {
  width: 100%;
  height: 150px;
}
.item__box-img-150 img {
  max-height: 150px;
}
.item__box-img-100 {
  width: 100%;
  height: 100px;
}
.item__box-img-100 img {
  max-height: 100px;
}
.item__box-img img {
  max-width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media only screen and (max-width: 798px) {
  .item__box-img-m-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-m-500 img {
    max-height: 500px;
  }
  .item__box-img-m-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-m-450 img {
    max-height: 450px;
  }
  .item__box-img-m-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-m-400 img {
    max-height: 400px;
  }
  .item__box-img-m-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-m-350 img {
    max-height: 350px;
  }
  .item__box-img-m-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-m-300 img {
    max-height: 300px;
  }
  .item__box-img-m-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-m-250 img {
    max-height: 250px;
  }
  .item__box-img-m-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-m-200 img {
    max-height: 200px;
  }
  .item__box-img-m-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-m-150 img {
    max-height: 150px;
  }
  .item__box-img-m-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-m-100 img {
    max-height: 100px;
  }
  .item__box-img-m img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media only screen and (max-width: 560px) {
  .item__box-img-ms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-ms-500 img {
    max-height: 500px;
  }
  .item__box-img-ms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-ms-450 img {
    max-height: 450px;
  }
  .item__box-img-ms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-ms-400 img {
    max-height: 400px;
  }
  .item__box-img-ms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-ms-350 img {
    max-height: 350px;
  }
  .item__box-img-ms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-ms-300 img {
    max-height: 300px;
  }
  .item__box-img-ms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-ms-250 img {
    max-height: 250px;
  }
  .item__box-img-ms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-ms-200 img {
    max-height: 200px;
  }
  .item__box-img-ms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-ms-150 img {
    max-height: 150px;
  }
  .item__box-img-ms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-ms-100 img {
    max-height: 100px;
  }
  .item__box-img-ms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .item__box-img-xms-500 {
    width: 100%;
    height: 500px;
  }
  .item__box-img-xms-500 img {
    max-height: 500px;
  }
  .item__box-img-xms-450 {
    width: 100%;
    height: 450px;
  }
  .item__box-img-xms-450 img {
    max-height: 450px;
  }
  .item__box-img-xms-400 {
    width: 100%;
    height: 400px;
  }
  .item__box-img-xms-400 img {
    max-height: 400px;
  }
  .item__box-img-xms-350 {
    width: 100%;
    height: 350px;
  }
  .item__box-img-xms-350 img {
    max-height: 350px;
  }
  .item__box-img-xms-300 {
    width: 100%;
    height: 300px;
  }
  .item__box-img-xms-300 img {
    max-height: 300px;
  }
  .item__box-img-xms-250 {
    width: 100%;
    height: 250px;
  }
  .item__box-img-xms-250 img {
    max-height: 250px;
  }
  .item__box-img-xms-200 {
    width: 100%;
    height: 200px;
  }
  .item__box-img-xms-200 img {
    max-height: 200px;
  }
  .item__box-img-xms-150 {
    width: 100%;
    height: 150px;
  }
  .item__box-img-xms-150 img {
    max-height: 150px;
  }
  .item__box-img-xms-100 {
    width: 100%;
    height: 100px;
  }
  .item__box-img-xms-100 img {
    max-height: 100px;
  }
  .item__box-img-xms img {
    max-width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.item__box-title {
  color: #000;
  background-color: #dbdbdb;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding: 12px 0;
}
.item__box-title-2 {
  height: 4em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.item__box-get {
  text-align: center;
  padding: 8px;
}
.item__box-text {
  padding: 15px;
  text-align: left;
}

.table {
  word-break: break-all;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  color: #000;
  border: 5px solid #f03b6d;
}
.table-full {
  width: 100%;
}
.table-half {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-top: 20px;
}
.table tr {
  background: #e6e6e6;
}
.table tr th {
  color: #fff;
  text-align: center;
  font-size: 1.025em;
  font-weight: bold;
  padding: 5px;
  border: 1px #37a7d3 solid;
  background: #67ebcd; /* Old browsers */
  background: linear-gradient(to bottom, #67ebcd 20%, #37a7d3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.table tr td {
  text-align: center;
  line-height: 24px;
  padding: 5px;
  border: 1px #37a7d3 solid;
}

ol.list, ul.list {
  margin-left: 3em;
  text-align: left;
  margin-bottom: 0.8em;
}
ol.list li > ul, ol.list li ol, ul.list li > ul, ul.list li ol {
  margin-left: 1.2em;
}
ol.list li > ul > li, ol.list li ol > li, ul.list li > ul > li, ul.list li ol > li {
  text-indent: 0;
}
ol.path, ul.path {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
ol.list-arrow, ul.list-arrow {
  list-style-type: none;
}
ol.list-arrow > li, ul.list-arrow > li {
  text-indent: -1.2em !important;
}
ol.list-arrow > li::before, ul.list-arrow > li::before {
  content: "※ ";
  margin-left: 2px;
}
ol.list-asterisk, ul.list-asterisk {
  list-style-type: none;
  margin-left: 3em;
}
ol.list-asterisk > li, ul.list-asterisk > li {
  text-indent: -1.2em !important;
}
ol.list-asterisk > li:before, ul.list-asterisk > li:before {
  content: "● ";
}
ol.list-example, ul.list-example {
  list-style-type: none;
  margin-left: 4em;
}
ol.list-example > li, ul.list-example > li {
  text-indent: -2.2em !important;
}
ol.list-example > li:before, ul.list-example > li:before {
  content: "例： ";
}
ol.list-exampleNum, ul.list-exampleNum {
  list-style-type: none;
  margin-left: 5.75em;
}
ol.list-exampleNum > li, ul.list-exampleNum > li {
  counter-increment: step-counter;
  text-indent: -4em !important;
}
ol.list-exampleNum > li:before, ul.list-exampleNum > li:before {
  content: "範例" counter(step-counter) "： ";
}
ol.list-check, ul.list-check {
  list-style-type: none;
  margin-left: 3em;
}
ol.list-check > li, ul.list-check > li {
  text-indent: -1.2em !important;
}
ol.list-check > li:before, ul.list-check > li:before {
  content: "\f00c  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-star, ul.list-star {
  list-style-type: none;
  margin-left: 3em;
}
ol.list-star > li, ul.list-star > li {
  text-indent: -1.2em !important;
}
ol.list-star > li:before, ul.list-star > li:before {
  content: "\f005  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-hand, ul.list-hand {
  list-style-type: none;
  margin-left: 3em;
}
ol.list-hand > li, ul.list-hand > li {
  text-indent: -1.2em !important;
}
ol.list-hand > li:before, ul.list-hand > li:before {
  content: "\f0a4  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-thumbs, ul.list-thumbs {
  list-style-type: none;
  margin-left: 3em;
}
ol.list-thumbs > li, ul.list-thumbs > li {
  text-indent: -1.2em !important;
}
ol.list-thumbs > li:before, ul.list-thumbs > li:before {
  content: "\f087  ";
  font-family: FontAwesome;
  font-size: 1em;
}
ol.list-upperAlpha, ul.list-upperAlpha {
  list-style-type: upper-alpha;
}
ol table, ul table {
  margin-left: 0;
  text-indent: 0;
}

#abgne_float_ad {
  display: none;
  position: absolute;
  z-index: 99999;
}
#abgne_float_ad .abgne_close_ad {
  display: block;
  text-align: right;
  cursor: pointer;
  font-size: 12px;
}
#abgne_float_ad img {
  border: none;
  display: block;
  margin: 0 auto;
}

#ma_area {
  width: 90px;
  height: 82px;
  margin: 0 auto;
}
#ma_area img {
  float: left;
  display: block;
  margin: 5px 5px;
}

.slider-wra {
  margin: 20px auto;
  text-align: center;
  background: #710952;
  border-radius: 10px;
}
.slider-wra .slider {
  position: relative;
  overflow: hidden;
}
.slider-wra .slider ul.slider__list {
  list-style: none;
  position: absolute;
}
.slider-wra .slider ul.slider__list li {
  float: left;
}
.slider-wra .slider ul.slider__list li img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.slider-wra .slider__btn__control {
  padding: 12px 0 22px 0;
}
@media only screen and (max-width: 798px) {
  .slider-wra .slider__btn__control {
    padding: 6px 0 12px 0;
  }
}
.slider-wra .slider__btn ul li {
  display: inline-block;
  list-style: none;
  margin: 3px auto;
}
.slider-wra .slider__btn ul li a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  padding: 12px 8px;
  border-radius: 10px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s;
}
@media only screen and (max-width: 798px) {
  .slider-wra .slider__btn ul li a {
    padding: 3px 8px;
    font-size: 1rem;
  }
}

.explanation {
  margin: 20px auto;
}
.explanation div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.explanation .col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
.explanation .col-none {
  display: none;
}
.explanation .col-block {
  display: flex;
}
@media only screen and (max-width: 560px) {
  .explanation .col.ms-col-none {
    display: none;
  }
  .explanation .col.ms-col-block {
    display: flex;
  }
}
.explanation .note-main {
  width: 90%;
  height: 100%;
  color: #3f3f3f;
  line-height: 30px;
  text-align: center;
  padding: 10px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #d2d2d2;
  background: #cbcbcb;
  background: #FFFFFF; /* Old browsers */
  background: linear-gradient(to bottom, #FFFFFF 20%, #cbcbcb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.explanation .note-main p {
  margin-left: 0;
}

.box-compose {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.box-compose .col {
  margin-bottom: 0;
}

.content__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 15px;
}
.content__btn div {
  width: 130px;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.content__btn div.action a, .content__btn div a:hover {
  width: 120px;
  color: #fff799;
  border-radius: 18px;
  border: 1px solid #d50042;
  background-image: rgb(115, 0, 36);
  background-image: linear-gradient(to bottom, rgb(166, 0, 3) 0%, rgb(166, 0, 3) 20%, rgb(115, 0, 36) 40%, rgb(115, 0, 36) 60%, rgb(166, 0, 3) 80%, rgb(166, 0, 3) 100%);
}
.content__btn div a {
  width: 120px;
  display: block;
  color: #fff799;
  padding: 12px 8px;
  border-radius: 36px;
  text-align: center;
  font-weight: bold;
  border: 1px solid transparent;
}
@media only screen and (max-width: 798px) {
  .content__btn div a {
    padding: 6px 8px;
  }
}
.content__btn div .label {
  width: auto;
  position: absolute;
  top: -1.28rem;
  left: -0.6rem;
}
.content__btn div .label:before {
  content: "\f0a3";
  font-family: FontAwesome;
  font-size: 2.7em;
  color: #ffe049;
  display: block;
  position: absolute;
  text-shadow: 1px 1px 2px #4f2a00;
}
.content__btn div .label:after {
  content: attr(data-content);
  font-size: 0.8em;
  font-weight: bold;
  color: #4a0000;
  transform: rotate(-30deg);
  white-space: pre;
  line-height: 1.125em;
}

.btnBox {
  width: 90%;
  margin: 10px auto 20px auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btnBox a {
  display: block;
  position: relative;
  width: 200px;
  padding: 10px 0;
  margin: 5px 10px;
  border: 1px solid #fff17a;
  border-radius: 75px;
  color: #702902;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: #ffc56f;
  background-image: linear-gradient(to bottom, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  box-shadow: 0px 3px 3px #ff4800;
}
.btnBox a:hover {
  background-image: #ffc56f;
  background-image: linear-gradient(to bottom, #ff9100 0%, #ff9100 20%, #ffc56f 40%, #ffc56f 60%, #ff9100 80%, #ff9100 100%);
  box-shadow: 0px 2px 2px #ff4800, inset 0 2px 2px 2px #ffc56f, inset 0 -10px 10px 0px #ffc56f;
  top: 2px;
  color: #702902;
}

.content .container .part {
  margin-bottom: 56px;
}
.content .container .part > p {
  margin-bottom: 16px;
}

ul.tabBtn {
  text-align: center;
  margin-left: 0 !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.tabBtn li {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 10px;
  border: 1px solid #b3fffb;
  border-radius: 20px;
  background-image: rgb(135, 210, 212);
  background-image: linear-gradient(to bottom, rgb(178, 255, 251) 0%, rgb(178, 255, 251) 20%, rgb(135, 210, 212) 40%, rgb(135, 210, 212) 60%, rgb(178, 255, 251) 80%, rgb(178, 255, 251) 100%);
  box-shadow: 0px 3px 3px #00e1ff;
  color: #0f0f36;
  font-weight: bold;
}
ul.tabBtn li:hover, ul.tabBtn li.active {
  cursor: pointer;
  color: #532f00;
  background-color: black;
  border: 1px solid #fffab3;
  background-image: #fff3b1;
  background-image: linear-gradient(to bottom, #fdc17d 0%, #fdc17d 20%, #fff3b1 40%, #fff3b1 60%, #fdc17d 80%, #fdc17d 100%);
  box-shadow: 0px 2px #f09c00, inset 0 2px 2px 2px #ffb056, inset 0 -10px 10px 0px #ffc164;
}

.tabMain {
  display: none;
  text-align: center;
  padding: 20px;
}

.comment {
  width: auto;
  position: absolute;
  top: -1.5em;
  left: calc(50% + 30px);
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.comment:before {
  content: "\f075";
  font-family: "FontAwesome";
  font-size: 7em;
  display: inline-block;
  color: #009ae1;
  position: absolute;
}
.comment:after {
  content: attr(data-comment);
  white-space: pre;
  position: relative;
  margin-top: -3%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
}
.comment-purple:before {
  color: #d858ff;
}

.ribbon {
  width: 30px;
  background: #ee583a;
  top: -6px;
  right: -5px;
  position: absolute;
  text-align: center;
  padding: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 10px;
  letter-spacing: 2px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 798px) {
  .ribbon {
    width: 48px;
    height: 110px;
    right: 30px;
    font-size: 0.88rem;
  }
}
@media only screen and (max-width: 560px) {
  .ribbon {
    right: -5px;
  }
}
.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
}
.ribbon:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #ca3011;
  border-left: 6px solid transparent;
  left: -6px;
  top: 0;
}
@media only screen and (max-width: 560px) {
  .ribbon:before {
    border-bottom: 6px solid #ca3011;
    border-right: 0 solid transparent;
    border-left: 6px solid transparent;
    right: initial;
    left: -6px;
    top: 0;
  }
}
.ribbon:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ee583a;
  border-right: 15px solid #ee583a;
  border-bottom: 12px solid transparent;
  bottom: -12px;
  left: 0;
}
@media only screen and (max-width: 798px) {
  .ribbon:after {
    border-left: 24px solid #ee583a;
    border-right: 24px solid #ee583a;
  }
}

.ribbon_01 {
  width: 80%;
  height: 28px;
  margin-left: -9px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.ribbon_01 p {
  font-size: 12px;
  line-height: 1em;
}
.ribbon_01:before, .ribbon_01:after {
  content: "";
  position: absolute;
}
.ribbon_01:before {
  height: 0;
  width: 0;
  margin-top: -8.5px;
  top: 0;
  left: 0;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon_01:after {
  height: 0;
  width: 0;
  left: 100%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  top: 0;
}
.ribbon_01--A {
  background: #7800b7;
  margin-left: -15px;
}
.ribbon_01--A:after {
  border-left: 15px solid #7800b7;
}/*# sourceMappingURL=master.css.map */