#topics_list.content_inner {
  margin-bottom: 50px;
}

#topics_list.content_inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2.8%;
}

@media screen and (max-width: 768px) {
  #topics_list.content_inner ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
  }
}

#topics_list.content_inner ul .topics_list {
  width: 30%;
  margin-right: 4.8%;
  margin-bottom: 50px;
  border-bottom: 2px solid #004280;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#topics_list.content_inner ul .topics_list:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #topics_list.content_inner ul .topics_list {
    width: 100%;
  }
}

#topics_list.content_inner ul .topics_list:hover {
  opacity: 0.7;
  -webkit-box-shadow: 5px 5px 17px -11px #000000;
  box-shadow: 5px 5px 17px -11px #000000;
}

@media screen and (max-width: 768px) {
  #topics_list.content_inner ul .topics_list:hover {
    opacity: 1;
  }
}

#topics_list.content_inner ul .topics_list .catch01 {
  position: relative;
}

#topics_list.content_inner ul .topics_list .catch01 .tag_list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

#topics_list.content_inner ul .topics_list .catch01 .topics_img {
  height: 350px;
}

@media screen and (max-width: 1400px) {
  #topics_list.content_inner ul .topics_list .catch01 .topics_img {
    height: 220px;
  }
}

#topics_list.content_inner ul .topics_list .catch01 .topics_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#topics_list.content_inner ul .topics_list .catch02 {
  padding: 5.5% 5% 5%;
}

@media screen and (max-width: 768px) {
  #topics_list.content_inner ul .topics_list .catch02 {
    padding: 10px 8px 20px;
  }
}

#topics_list.content_inner ul .topics_list .catch02 .topics_title {
  margin-bottom: 4%;
  font-size: 25px;
  font-size: 2.5rem;
  color: #004280;
}

@media screen and (max-width: 1000px) {
  #topics_list.content_inner ul .topics_list .catch02 .topics_title {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

#topics_list.content_inner ul .topics_list .catch02 .topics_content {
  margin-bottom: 25px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  color: #434343;
}

@media screen and (max-width: 1000px) {
  #topics_list.content_inner ul .topics_list .catch02 .topics_content {
    margin-bottom: 14px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#topics_list.content_inner ul .topics_list .catch02 .date {
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #004280;
  font-family: canada-type-gibson, sans-serif;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #004280;
}

@media screen and (max-width: 1000px) {
  #topics_list.content_inner ul .topics_list .catch02 .date {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px 10px;
  }
}

.wp-pagenavi {
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 400px;
  z-index: 3;
  position: relative;
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-style: italic;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    line-height: 44px;
  }
}

.wp-pagenavi a:hover {
  background: #89bccf;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi a:hover {
    background: #fff;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  padding: 0 !important;
  background: #fff;
  border: none !important;
  font-size: 25px;
  font-size: 2.5rem;
  color: #004280;
}

@media screen and (max-width: 768px) {

  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 44px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.wp-pagenavi span.current {
  background: #004280;
  color: #fff;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
}

@media screen and (max-width: 768px) {

  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    background: #fff;
  }
}

.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #004280;
  border-bottom: 2px solid #004280;
  -webkit-transition: rotate(-45deg);
  transition: rotate(-45deg);
}

@media screen and (max-width: 768px) {

  .wp-pagenavi .nextpostslink::before,
  .wp-pagenavi .previouspostslink::before {
    width: 10px;
    height: 10px;
  }
}

.wp-pagenavi .previouspostslink::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#topics_post .content_inner {
  padding-bottom: 100px;
}

#topics_post .content_inner:nth-child(1) {
  margin-top: 160px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner:nth-child(1) {
    margin-top: 100px;
  }
}

#topics_post .content_inner .tpoics_title {
  display: block;
  width: 60%;
  margin: 175px auto;
  padding: 70px 0;
  border-top: 2px solid #004280;
  border-bottom: 2px solid #004280;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #004280;
}

@media screen and (max-width: 1400px) {
  #topics_post .content_inner .tpoics_title {
    width: 80%;
    margin: 80px auto;
    padding: 40px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 786px) {
  #topics_post .content_inner .tpoics_title {
    width: 90%;
    margin: 80px auto;
    padding: 40px 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

#topics_post .content_inner .post {
  display: block;
  width: 80%;
  margin: 175px auto 100px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post {
    width: 90%;
    margin: 60px auto 100px;
  }
}

#topics_post .content_inner .post .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .column {
    margin-bottom: 20px;
  }
}

#topics_post .content_inner .post .column .column_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#topics_post .content_inner .post .column .column_content .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tag_list .tag {
  padding: 6px 33px;
  background: #004280;
  border: 3px solid #fff;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .column .column_content .tag_list {
    margin-bottom: 20px;
  }
}

#topics_post .content_inner .post .column .column_content .date {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .column .column_content .date {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
}

#topics_post .content_inner .post .column .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .column .share {
    width: 100%;
  }
}

#topics_post .content_inner .post .column .share .face_s a,
#topics_post .content_inner .post .column .share .twi_s a {
  padding: 0 20px;
  line-height: 48px;
  border-radius: 10px;
  color: #fff;
}

#topics_post .content_inner .post .column .share .face_s a:hover,
#topics_post .content_inner .post .column .share .twi_s a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {

  #topics_post .content_inner .post .column .share .face_s a,
  #topics_post .content_inner .post .column .share .twi_s a {
    padding: 0 10px;
    line-height: 44px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #topics_post .content_inner .post .column .share .face_s a:hover,
  #topics_post .content_inner .post .column .share .twi_s a:hover {
    opacity: 1;
  }
}

#topics_post .content_inner .post .column .share .face_s a i,
#topics_post .content_inner .post .column .share .twi_s a i {
  margin-right: 14px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {

  #topics_post .content_inner .post .column .share .face_s a i,
  #topics_post .content_inner .post .column .share .twi_s a i {
    margin-right: 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#topics_post .content_inner .post .column .share .face_s {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .column .share .face_s {
    margin-right: 6px;
  }
}

#topics_post .content_inner .post .column .share .face_s a {
  background: #3a5a99;
}

#topics_post .content_inner .post .column .share .twi_s a {
  background: #00acee;
}

#topics_post .content_inner .post .topics_content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 18px;
  font-size: 1.8rem;
  color: #004280;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .post .topics_content {
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#topics_post .content_inner .post .topics_content ul {
  padding-left: 20px;
}

#topics_post .content_inner .arrow {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow {
    width: 90%;
    margin-bottom: 30px;
  }
}

#topics_post .content_inner .arrow li {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li {
    width: 32%;
  }
}

#topics_post .content_inner .arrow li:nth-child(2) {
  width: 247px;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li:nth-child(2) {
    width: 30%;
  }
}

#topics_post .content_inner .arrow li a {
  padding: 17px 0;
  position: relative;
  border: 3px solid #004280;
  line-height: 1;
  text-align: center;
  color: #004280;
  background: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(137, 188, 207) 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(137, 188, 207)));
  background-image: linear-gradient(to right, transparent 50%, rgb(137, 188, 207) 50%);
  -webkit-transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
  transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li a {
    padding: 10px 0;
    border: 1px solid #004280;
  }
}

#topics_post .content_inner .arrow li a span {
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}

#topics_post .content_inner .arrow li a:hover {
  background-color: #89bccf;
  background-position: -100% 100%;
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li:nth-child(1) a {
    background: none;
    border: none;
  }
}

#topics_post .content_inner .arrow li:nth-child(1) a::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  margin: auto;
  border-right: 3px solid #004280;
  border-bottom: 3px solid #004280;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 1000px) {
  #topics_post .content_inner .arrow li:nth-child(1) a::before {
    width: 10px;
    height: 10px;
    left: 0;
    border-right: 1px solid #004280;
    border-bottom: 1px solid #004280;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li:nth-child(3) a {
    background: none;
    border: none;
  }
}

#topics_post .content_inner .arrow li:nth-child(3) a::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  border-right: 3px solid #004280;
  border-bottom: 3px solid #004280;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #topics_post .content_inner .arrow li:nth-child(3) a::before {
    width: 10px;
    height: 10px;
    right: 0;
    border-right: 1px solid #004280;
    border-bottom: 1px solid #004280;
    text-align: left;
  }
}

#topics_post .content_inner .arrow_list {
  width: 200px;
  margin: 0 auto;
}

#topics_post .content_inner .arrow_list a {
  padding: 14px 0;
  position: relative;
  border: 3px solid #004280;
  line-height: 1;
  text-align: center;
  color: #004280;
  background: #fff;
}

#topics_post .content_inner .arrow_list a span {
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

#publication_services .pub_inner {
  display: block;
  width: 70%;
  margin: 100px auto;
}

@media screen and (max-width: 1400px) {
  #publication_services .pub_inner {
    width: 80%;
  }
}

@media screen and (max-width: 1000px) {
  #publication_services .pub_inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #publication_services .pub_inner {
    margin: 80px auto;
  }
}

#publication_services .pub_inner h3 {
  font-size: 2.6rem;
  margin-bottom: 50px;
  color: #004280;
}

#publication_services .pub_inner .con-ttl {
  font-size: 25px;
  font-weight: bold;
}

#publication_services .pub_inner .con-ttl .con-ttl_en {
  font-size: 60px;
  margin-right: 28px;
}

#publication_services .pub_inner .pub_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1000px) {
  #publication_services .pub_inner .pub_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#publication_services .pub_inner .pub_contents p {
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  #publication_services .pub_inner .pub_contents p {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  #publication_services .pub_inner .pub_contents p {
    margin: 0 auto 30px;
  }
}

#publication_services .pub_inner .pub_img {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  #publication_services .pub_inner .pub_img {
    width: 90%;
    margin: 0 auto;
  }
}

#publication_services .conact_tel {
  display: block;
  width: 80%;
  margin: 0 auto 100px;
  padding-top: 50px;
  border-top: 2px solid #004280;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #publication_services .conact_tel {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  #publication_services .conact_tel {
    margin: 0 auto 80px;
  }
}

#publication_services .conact_tel p:nth-child(1) {
  margin-bottom: 60px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}

#publication_services .conact_tel p:nth-child(1)::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 36px;
  right: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #004280;
  border-bottom: 2px solid #004280;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #publication_services .conact_tel p:nth-child(1)::before {
    width: 20px;
    height: 20px;
  }
}

#publication_services .conact_tel p:nth-child(2) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #publication_services .conact_tel p:nth-child(2) {
    margin-bottom: 10px;
  }
}

#publication_services .conact_tel p:nth-child(2) a {
  font-family: canada-type-gibson, sans-serif;
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
  color: #004280;
}

@media screen and (max-width: 768px) {
  #publication_services .conact_tel p:nth-child(2) a {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

#privacypolicy p {
  width: 60%;
  margin: 100px auto;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #privacypolicy p {
    margin: 80px auto;
    width: 90%;
  }
}

.confirm {
  width: 90%;
  margin: 300px auto;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-box-shadow: 9px 12px 40px -20px #000;
  box-shadow: 9px 12px 40px -20px #000;
}

@media screen and (max-width: 768px) {
  .confirm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.confirm p:first-child {
  padding: 100px 0 60px;
}

@media screen and (max-width: 1000px) {
  .confirm p:first-child {
    padding: 100px 6px 60px;
  }
}

.confirm table {
  width: 90%;
  margin: 60px auto;
  text-align: left;
}

.confirm table tr {
  display: block;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 1000px) {
  .confirm table tr {
    padding: 0;
  }
}

.confirm table tr th {
  width: 28%;
  padding: 0 20px 0 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #333333;
}

@media screen and (max-width: 1000px) {
  .confirm table tr th {
    width: 100%;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
}

.confirm table tr td {
  width: 70%;
  padding: 0 6px;
}

@media screen and (max-width: 1000px) {
  .confirm table tr td {
    width: 100%;
    padding: 20px 0;
  }
}

.confirm p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

.confirm p button {
  width: 230px;
  margin: 0 20px;
  padding: 24px 0;
  background: #fff;
  border: 5px solid #004280;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #004280;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(137, 188, 207) 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(137, 188, 207)));
  background-image: linear-gradient(to right, transparent 50%, rgb(137, 188, 207) 50%);
  -webkit-transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
  transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
}

@media screen and (max-width: 1000px) {
  .confirm p button {
    width: 122px;
    padding: 10px 10px;
    border: 3px solid #004280;
  }
}

.confirm p button span {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}

.confirm p button:hover {
  background-color: #89bccf;
  background-position: -100% 100%;
}

.thanks {
  width: 90%;
  margin: 300px auto;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .thanks {
    margin: 200px auto;
  }
}

.thanks h4 {
  margin-bottom: 40px;
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 768px) {
  .thanks h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.thanks p {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .thanks p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}