<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lp-header {
  border-bottom: none;
}
.lp-heade-inner {
  max-width: 120rem;
}
.lp-heade-logo02 {
  width: 20.4rem;
}
.inner {
  max-width: 86rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-heade-inner {
    max-width: 70rem;
    padding: calc(30vw / 750 * 100) 0;
  }
  .inner {
    max-width: 100%;
    padding: 0 3rem;
  }
}

/* mv */
.mvArea {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
}
.mvArea .mv {
  width: 50%;
}
.mvArea .mainTtl {
  width: 59%;
  padding: 8rem 0 7rem;
}
.mvArea .mainTtl .sub {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}
.mvArea .mainTtl .ttl {
  margin-top: 2rem;
  font-size: 5.6rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 7.4rem;
  letter-spacing: 0.05em;
  color: #da5f29;
  text-align: center;
}
.mvArea .mainTtl .icn {
  margin: 2rem auto 0;
  width: 12rem;
}
@media (min-width: 1281px) {
  .lp-heade-inner {
    max-width: 100%;
    padding: 22px 4%;
  }
  .mvArea .mainTtl {
    padding: 6% 0 5%;
  }
  .mvArea .mainTtl .sub {
    font-size: 250%;
    letter-spacing: 0.05em;
  }
  .mvArea .mainTtl .ttl {
    margin-top: 1%;
    font-size: 450%;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .mvArea .mainTtl .icn {
    margin: 3% auto 0;
    width: 16.07%;
  }
}
@media (max-width: 768px) {
  .mvArea {
    flex-direction: column-reverse;
  }
  .mvArea .mv {
    width: 100%;
    margin: 0 auto;
    box-shadow: #eb7000 100px 0 0 0;
  }
  .mvArea .mainTtl {
    width: 100%;
    padding: 8rem 0 5rem;
  }
  .mvArea .mainTtl .sub {
    font-size: 4rem;
    line-height: 0;
    letter-spacing: 0.05em;
  }
  .mvArea .mainTtl .ttl {
    margin-top: 3.5rem;
    font-size: 8.5rem;
    line-height: 10rem;
    letter-spacing: 0.05em;
  }
  .mvArea .mainTtl .icn {
    margin: 2.5rem auto 0;
    width: 21rem;
    text-align: center;
  }
  .mvArea .mainTtl .icn img {
    max-width: 80%;
  }
  .mvArea .s-text{
  	font-size: 6rem;
  }
}

/* contents */
.contents {
  background: #f5f5f5;
  padding: 4rem 0 11.5rem;
}
.lead {
  max-width: 96rem;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .contents {
    padding: 6.5rem 0 10rem;
  }
  .lead {
    max-width: 100%;
    padding: 0 3rem;
    font-size: 3rem;
    line-height: 6.05rem;
    text-align: left;
  }
}

/* download */
.download {
  margin-top: 4rem;
  background: #fff;
  border-radius: 2rem;
  padding: 4.5rem 5rem 5rem;
}
.point + .download {
  margin-top: 7.5rem;
}
.download .downloadTtl {
  font-size: 2.4rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #eb5505;
}
.download .downloadTtl span {
  font-size: 1.8rem;
  color: #fff;
  background: #eb5505;
  border-radius: 1.6rem;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
}
.download .downloadContents {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 0 3rem;
}
.download .downloadContents .downloadBox {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.download .downloadContents .downloadLink {
  display: block;
  width: 40rem;
  border-radius: 1rem;
  font-size: 2.4rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: #fff;
  background-color: #eb5505;
  padding: 2rem 0;
}
.download .downloadContents .downloadLink span {
  font-size: 1.8rem;
  color: #eb5505;
  background: #fff;
  border-radius: 1.6rem;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
}
.download .downloadContents .downloadBox.google {
  width: 29.5rem;
}
.download .downloadContents .downloadBox .downloadBtn {
  width: 37.5rem;
  margin-bottom: 0.5rem;
}
.download .downloadContents .downloadBox .downloadBtn.google {
  width: 18.6rem;
}
.download .downloadContents .downloadBox .qr {
  width: 8.2rem;
}
.download .downloadTxt {
  margin-top: 3rem;
  font-size: 1.4rem;
  line-height: 2.45rem;
  text-align: center;
}
.download .downloadTxt a {
  text-decoration: underline;
}
.download .guideBtn {
  margin: 3rem auto 0;
  width: 34rem;
}
.download .guideBtn a {
  display: block;
  border: 0.2rem solid #bbbbbb;
  border-radius: 0.5rem;
  padding: 0.7rem 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.download .guideBtn a::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("/item/fx/sys/img/fxapp_pc/icn02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 2rem;
}

@media (max-width: 768px) {
  .download {
    margin-top: 5.5rem;
    padding: 6rem 3rem;
  }
  .point + .download {
    margin-top: 14.5rem;
  }
  .download .downloadTtl {
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    color: #eb5505;
  }
  .download .downloadTtl span {
    font-size: 3.6rem;
    border-radius: 3.2rem;
    padding: 1rem 3rem;
    margin-right: 1rem;
  }
  .download .downloadContents {
    /* margin-top: 5rem; */
    flex-direction: column;
    gap: 4rem 0;
  }
  .download .downloadContents .downloadBox {
    width: 100%;
    margin: 0 auto;
  }
  .download .downloadContents .downloadLink {
    width: 100%;
    font-size: 3rem;
  }
  .download .downloadContents .downloadLink span {
    font-size: 2.4rem;
    margin-right: 1rem;
  }
  .download .downloadContents .downloadBox.google {
    width: 52rem;
  }
  .download .downloadContents .downloadBox .downloadBtn {
    width: 100%;
    margin-bottom: 1rem;
  }
  .download .downloadContents .downloadBox .downloadBtn.google {
    width: 30rem;
  }
  .download .downloadContents .downloadBox .qr {
    width: 13.8rem;
  }
  .download .downloadTxt {
    margin-top: 7rem;
    font-size: 2.4rem;
    line-height: 4.2rem;
  }
  .download .guideBtn {
    margin: 5rem auto 0;
    width: 57rem;
  }
  .download .guideBtn a {
    border: 0.4rem solid #bbbbbb;
    border-radius: 1rem;
    padding: 1.5rem 6rem;
  }
  .download .guideBtn a::after {
    width: 2.8rem;
    height: 2.8rem;
    top: calc(50% - 1.4rem);
    right: 2.5rem;
  }
}

/* cmp-bnr */
.cmp-bnr {
  margin-top: 8rem;
  text-align: center;
}

/* point */
.point {
  margin: 18rem auto 0;
  /* max-width: 73rem; */
}
.point .pointTtl {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.point .pointTtl::before {
  content: "";
  width: 0.2rem;
  height: 10rem;
  background: #eb5405;
  position: absolute;
  top: -12rem;
  left: calc(50% - 0.1rem);
}
.point .pointBox {
  margin-top: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 5rem; */
}
.point .pointBox + .pointBox {
  margin-top: 10rem;
}
.point .pointBox.reverse {
  flex-direction: row-reverse;
}
.point .pointBox .pointTxtBox {
  width: 60rem;
  background: #fff;
  border-radius: 2rem;
  padding: 5rem 25rem 5rem 5rem;
  margin: 0 -20rem 0 0;
}
.point .pointBox.reverse .pointTxtBox {
  width: 60rem;
  background: #fff;
  border-radius: 2rem;
  padding: 5rem 5rem 5rem 25rem;
  margin: 0 0 0 -20rem;
}
.point .pointBox .pointTxtBox .num {
  font-size: 2.8rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #eb5405;
}
.point .pointBox .pointTxtBox .num span {
  font-size: 3.5rem;
}
.point .pointBox .pointTxtBox .ttl {
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.point .pointBox .pointTxtBox .txt {
  margin-top: 2rem;
  line-height: 2.7rem;
}
.point .pointBox .pointPic {
  width: 50rem;
  z-index: 9;
}
@media (max-width: 768px) {
  .point {
    margin: 21.5rem auto 0;
    max-width: 100%;
  }
  .point .pointTtl {
    font-size: 4.6rem;
  }
  .point .pointTtl::before {
    width: 0.4rem;
    height: 12rem;
    top: -15rem;
    left: calc(50% - 0.2rem);
  }
  .point .pointBox {
    margin-top: 7rem;
    flex-direction: column;
  }
  .point .pointBox + .pointBox {
    margin-top: 15rem;
  }
  .point .pointBox.reverse {
    flex-direction: column;
  }
  .point .pointBox .pointTxtBox {
    width: 100%;
    border-radius: 2.4rem;
    margin: 0 auto -10rem;
    padding: 5rem 5rem 10rem;
  }
  .point .pointBox.reverse .pointTxtBox {
    width: 100%;
    border-radius: 2.4rem;
    margin: 0 auto -10rem;
    padding: 5rem 5rem 10rem;
  }
  .point .pointBox .pointTxtBox .num {
    font-size: 4.2rem;
  }
  .point .pointBox .pointTxtBox .num span {
    font-size: 5.5rem;
  }
  .point .pointBox .pointTxtBox .ttl {
    margin-top: 1rem;
    font-size: 4.2rem;
  }
  .point .pointBox .pointTxtBox .txt {
    margin-top: 3rem;
    font-size: 3rem;
    line-height: 4.9rem;
  }
  .point .pointBox .pointPic {
    width: 100%;
    margin: 4.5rem auto 0;
  }
}

/* contents02 */
.contents02 {
  background: #eb7000;
  padding: 15rem 0 10rem;
}
.contents02 h3 {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: relative;
}
.contents02 .bgw + h3 {
  margin-top: 17.5rem;
}
.contents02 h3::after {
  content: "";
  width: 0.2rem;
  height: 9rem;
  background: #fff;
  position: absolute;
  top: -11rem;
  left: calc(50% - 0.1rem);
}
.contents02 .bgw + h3::after {
  height: 12rem;
  top: -14rem;
}
.contents02 .topTxt {
  margin: 4rem auto 0;
  max-width: 73rem;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.contents02 .bgw {
  background: #fff;
  border-radius: 2rem;
  padding: 6rem 6.5rem 6.5rem;
}
.contents02 .bgw + .bgw {
  margin-top: 6rem;
}
.contents02 .bgw.time {
  margin-top: 6rem;
  padding: 2rem 6.5rem 2.5rem;
}
.contents02 .bgw.time .df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.contents02 .bgw.time .df .icn {
  width: 40rem;
  margin: 2.5rem auto 1rem;
}
.contents02 .bgw.time .df .txt {
  width: 50rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 3.1rem;
}
.contents02 .bgw.time .df .txt a {
  text-decoration: underline;
}
.contents02 .bgw .txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 3.1rem;
}
.contents02 .bgw .tableArea table {
  margin-top: 3rem;
  width: 100%;
}
.contents02 .bgw .tableArea table,
td,
th {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.contents02 .bgw .tableArea th {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #535353;
  padding: 1rem;
}
.contents02 .bgw .tableArea td {
  width: 50%;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem;
}
.contents02 .bgw .contentsBox {
  display: flex;
  justify-content: space-between;
}
.contents02 .bgw .contentsBox .box {
  width: 34.5rem;
  display: flex;
  flex-direction: column;
}
.contents02 .bgw .contentsBox .box .txt {
  flex-grow: 1;
}
.contents02 .bgw .contentsBox .box .pic {
  width: 27rem;
  margin: 3rem auto 0;
}
.contents02 .bgw .pic02 {
  width: 27rem;
  margin: 3rem auto 0;
}
.contents02 .bgw .picDf {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents02 .bgw .picDf .pic03 {
  width: 23.2rem;
}
.contents02 .bgw .picDf .pic04 {
  width: 46.5rem;
}
.contents02 .subTxt {
  margin-top: 3.5rem;
  text-align: center;
  color: #fff;
}
.contents02 .listBox {
  margin-top: 5rem;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  padding: 5rem 6.5rem 4rem;
}
.contents02 .listBox li {
  font-size: 1.8rem;
  line-height: 3.3rem;
  color: #fff;
}
@media (max-width: 768px) {
  .contents02 {
    padding: 19rem 0 10rem;
  }
  .contents02 h3 {
    font-size: 4.6rem;
    line-height: 6.7rem;
  }
  .contents02 .bgw + h3 {
    margin-top: 19rem;
  }
  .contents02 h3::after {
    width: 0.4rem;
    height: 12rem;
    top: -15rem;
    left: calc(50% - 0.2rem);
  }
  .contents02 .bgw + h3::after {
    top: -15rem;
  }
  .contents02 .topTxt {
    margin: 5rem auto 0;
    max-width: 100%;
    font-size: 3rem;
    line-height: 4.9rem;
    text-align: left;
  }
  .contents02 .bgw {
    padding: 6rem;
  }
  .contents02 .bgw + .bgw {
    margin-top: 7rem;
  }
  .contents02 .bgw.time {
    margin-top: 6.5rem;
    padding: 6rem 5.5rem;
  }
  .contents02 .bgw.time .df {
    flex-direction: column;
  }
  .contents02 .bgw.time .df .icn {
    width: 100%;
    margin: 4rem auto 0;
    text-align: center;
  }
  .contents02 .bgw.time .df .txt {
    width: 100%;
    /* font-size: 3.2rem; */
    font-size: 2.8rem;
    line-height: 4.95rem;
  }
  .contents02 .bgw .txt {
    font-size: 3.2rem;
    line-height: 4.95rem;
  }
  .contents02 .bgw .tableArea table {
    margin-top: 3.5rem;
  }
  .contents02 .bgw .tableArea table + table {
    margin-top: 5rem;
  }
  .contents02 .bgw .tableArea table,
  td,
  th {
    border: 1px solid #ccc;
    border-collapse: collapse;
  }
  .contents02 .bgw .tableArea th {
    font-size: 2.6rem;
    padding: 1rem 2rem 0.5rem;
  }
  .contents02 .bgw .tableArea td {
    font-size: 2.3rem;
    padding: 1rem 2rem 0.7rem;
  }
  .contents02 .bgw .contentsBox {
    flex-direction: column;
    gap: 8.5rem 0;
  }
  .contents02 .bgw .contentsBox .box {
    width: 100%;
  }
  .contents02 .bgw .contentsBox .box .txt {
    flex-grow: 0;
  }
  .contents02 .bgw .contentsBox .box .pic {
    width: 51.5rem;
    margin: 3rem auto 0;
  }
  .contents02 .bgw .pic02 {
    width: 51.5rem;
    margin: 3rem auto 0;
  }
  .contents02 .bgw .picDf {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3.5rem 0;
  }
  .contents02 .bgw .picDf .pic03 {
    width: 51.5rem;
  }
  .contents02 .bgw .picDf .pic04 {
    width: 57rem;
  }
  .contents02 .subTxt {
    margin-top: 5rem;
    font-size: 3rem;
    line-height: 4.9rem;
    text-align: left;
  }
  .contents02 .listBox {
    margin-top: 6rem;
    border: 0.4rem solid #fff;
    padding: 5.5rem;
  }
  .contents02 .listBox li {
    font-size: 3rem;
    line-height: 5.5rem;
  }
}

/* contents03 */
.contents03 .download {
  margin-top: 5.5rem;
}
.contents03 .opening {
  margin: 5rem auto 0;
  width: 96rem;
  background: #f5f5f5;
  padding: 7rem 6rem;
}
.contents03 .opening .openingTtl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
.contents03 .opening .openingTtl span {
  display: inline-block;
  padding: 0 8rem 1.3rem;
  border-bottom: 0.1rem solid #adadad;
}
.contents03 .opening .openingContents {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
}
.contents03 .opening .openingContents .openingBox {
  width: 39.2rem;
}
.contents03 .opening .openingContents .openingBox .txt {
  font-size: 2rem;
  line-height: 3.2rem;
  text-align: center;
}
.contents03 .opening .openingContents .openingBox .txt span {
  display: inline-block;
  position: relative;
}
.contents03 .opening .openingContents .openingBox .txt span::before {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  background: #dadada;
  transform: rotate(-30deg);
  position: absolute;
  bottom: 0;
  left: -2rem;
}
.contents03 .opening .openingContents .openingBox .txt span::after {
  content: "";
  width: 0.1rem;
  height: 2.5rem;
  background: #dadada;
  transform: rotate(30deg);
  position: absolute;
  bottom: 0;
  right: -1.5rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn a {
  display: block;
  margin-top: 1rem;
  padding: 1.5rem;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.contents03 .opening .openingContents .openingBox .openingBtn a span {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn.btn01 a {
  background: #e32000;
  border: 0.1rem solid #eb4030;
  border-radius: 1rem;
}
.contents03 .opening .openingContents .openingBox .openingBtn.btn02 a {
  background: #fc5900;
  border: 0.1rem solid #fc7f00;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .contents03 .download {
    margin-top: 4rem;
  }
  .contents03 .opening {
    margin: 4rem auto 0;
    width: 100%;
    padding: 8rem 3rem 9rem;
  }
  .contents03 .opening .openingTtl {
    font-size: 3.4rem;
  }
  .contents03 .opening .openingTtl span {
    padding: 0 0.5rem 1.5rem;
    border-bottom: 0.3rem solid #adadad;
  }
  .contents03 .opening .openingContents {
    margin-top: 7rem;
    flex-direction: column;
    gap: 3.5rem 0;
  }
  .contents03 .opening .openingContents .openingBox {
    width: 100%;
  }
  .contents03 .opening .openingContents .openingBox .txt {
    font-size: 2.5rem;
    line-height: 4.4rem;
  }
  .contents03 .opening .openingContents .openingBox .txt::before {
    content: "";
    width: 0.2rem;
    height: 3.2rem;
    background: #555555;
    transform: rotate(-30deg);
    position: absolute;
    bottom: 0.5rem;
    left: 4rem;
  }
  .contents03 .opening .openingContents .openingBox .txt::after {
    content: "";
    width: 0.2rem;
    height: 3.2rem;
    background: #555555;
    transform: rotate(30deg);
    position: absolute;
    bottom: 0.5rem;
    right: 4rem;
  }
  .contents03 .opening .openingContents .openingBox .txt span::before {
    content: none;
  }
  .contents03 .opening .openingContents .openingBox .txt span::after {
    content: none;
  }
  .contents03 .opening .openingContents .openingBox .openingBtn a {
    margin-top: 1rem;
    padding: 3.5rem 1rem 1rem;
    font-size: 4rem;
    font-weight: 600;
  }
  .contents03 .opening .openingContents .openingBox .openingBtn a span {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 4.2rem;
  }
  .contents03 .opening .openingContents .openingBox .openingBtn.btn01 a {
    background: #e32000;
    border: 0.4rem solid #eb4030;
    border-radius: 7.3rem;
  }
  .contents03 .opening .openingContents .openingBox .openingBtn.btn02 a {
    background: #fa5900;
    border: 0.4rem solid #fc7f00;
    border-radius: 7.3rem;
  }
}

/* attention */
.attention {
  padding: 10rem 0 8rem;
}
.attention-wrap {
  max-width: 960px;
  margin: auto;
}
.attention-ttl {
  font-weight: 600;
}
.attention-list {
  line-height: calc(25 / 14);
  list-style: none;
  margin: auto;
  padding: 0;
}
.attention-list li {
  text-indent: -1em;
  padding-left: 1em;
}
.attention-link {
  margin: 4rem auto 0;
  line-height: calc(25 / 16);
}
.attention-link a {
  color: #1d2088;
}
.attention-tel {
  margin: 5.5rem auto 0;
}
.attention-company {
  margin: 5.5rem auto 0;
}
.attention-company-ttl {
  width: 450px;
  font-weight: 600;
  border-bottom: 2px solid #101841;
}
.attention-company-text {
  margin: 1rem auto 0;
  line-height: calc(19 / 13);
}
@media (max-width: 768px) {
  .attention-ttl,
  .attention-list,
  .attention-link,
  .attention-company {
    padding: 0 3rem;
  }
  .attention-wrap {
    width: 100%;
  }
  .attention-company-ttl {
    width: 100%;
  }
}

/* footer */
@media (max-width: 768px) {
  .p-lpcmn-footer .p-lpcmn-footer-logo02 {
    width: 31.4rem;
    height: auto;
  }
  .p-lpcmn-footer-copyright {
    margin: 2rem 0 0;
    padding: 2rem 0;
    font-size: 2rem;
    border-top: solid 0.3rem #df0000;
  }
}

/*Layout調整*/
.TextLink {
  display: block;
  text-decoration: underline;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #004d99;
}

.TextBtn {
  color: #004d99;
  text-decoration: none !important;
  display: inline-block;
  border: 0.1rem solid #004d99;
  border-radius: 0.5rem;
  padding: 0.7rem 2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .TextLink {
    display: block;
    text-decoration: underline;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 600;
    color: #004d99;
  }

  .TextBtn {
    color: #004d99;
    text-decoration: none !important;
    display: block;
    border: 0.1rem solid #004d99;
    border-radius: 0.5rem;
    padding: 0.7rem 2rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
}

table.type {
  margin: 3rem auto 0;
  border: 1px solid #666;
  font-size: 1.4rem;
}

table.type th {
  padding: 1rem;
  background-color: #ddd;
}

table.type th.label {
  width: 20%;
}

table.type td {
  padding: 1rem;
  background-color: #fff;
}

@media (max-width: 768px) {
  table.type {
    font-size: 2.4rem;
  }
}
</pre></body></html>