.Banner{ text-align: center; padding: 10% 0;} .Banner img{ margin: auto; float: none;} .Content{ font-size: 1.6rem; margin-bottom: 100px; margin: auto; float: none;} .Content .content{ padding: 0 15px;} .Content .title{ font-size: 3rem; font-weight: 600; margin: 10px 0;} .Content .title span{ background: #ffb81a; color: #fff; border-radius: 30px; padding: 5px 40px; display: inline-block; text-align: center;} .Content .subtitle{ font-size: 2rem; color: #ffb81a; margin-top: 15px;} .Content section{ margin: 20px auto; float: none;} .Content li{ float: none; display: list-item;} .Content ol li{ list-style: decimal; margin-left: 25px;} .Content .img{ float: none; margin: 15px auto; color: #ffb81a; font-weight: 600; text-align: center;} .Content .img img{ width: 100%;} .Content sup{ font-weight: 600;} .Content p span{ font-weight: 600;} .Content table{ text-align: center;} .Content table th{ text-align: center; color: #fff; background: #ffc000;} .Content .card_title div{ padding: 0; background: #fff;} .Content .card_title div:nth-of-type(2){ padding: 0 15px;} .Content .card_title div:nth-of-type(3){ float: right;} .Content .card_title span{ display: inline-block; width: 100%; text-align: center; background: #ffb81a; padding: 5px 10px; border-radius: 10px; color: #fff; font-size: 2rem; cursor: pointer;} .Content .card_title div.active span{ border-radius: 10px 10px 0 0; padding-bottom: 5px; font-size: 2.4rem;} .Content .card_content{ background: #ffb81a; padding: 10px 15px; border-radius: 0 10px 10px 10px;} .Content .card_content p{ display: none;} .Content .card_content p:nth-of-type(1){ display: block;}
.Reference P:nth-of-type(1) span{ text-align: center; font-size: 2.6rem;} .Reference P:nth-of-type(1) span:nth-of-type(2n-1){ border-top: 1px solid #ffb81a; margin: 18px 0;}
@media only screen and (max-width: 467px) {
.Content .card_title div:nth-of-type(2){ padding: 0;}
.Content .card_title span{ font-size: 1.4rem;}
.Content .card_title div.active span{ font-size: 1.5rem;}
.Reference span{ font-size: 1.6rem; padding: 0 5px;}
.Reference span:nth-of-type(2n-1){ margin: 10px 0;}
}
@media only screen and (min-width: 467px) and (max-width: 767px) { .Banner{ background-size: 60%;} .Content .card_title div:nth-of-type(2){ padding: 0 5px;} .Content .card_title span{ font-size: 1.4rem;} .Content .card_title div.active span{ font-size: 1.6rem;} .Reference span{ font-size: 1.6rem; padding: 0 5px;} .Reference span:nth-of-type(2n-1){ margin: 10px 0;} }
@media only screen and (max-width: 992px) { .Banner{ margin: 100px 0 0 0;} }
@media only screen and (min-width: 768px) and (max-width: 992px) { .Content .card_title span{ font-size: 1.5rem;} .Content .card_title div.active span{ font-size: 1.8rem;} }