.main-wrapper-article-style-00-body {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-style-00-body {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-style-00-body {
    margin: 0 0 30px;
  }
}

.main-wrapper-article-style-00-body p {
  text-align: center;
}

.main-wrapper-style-01-header {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-01-header {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-01-header {
    margin: 0 0 30px;
  }
}

.main-wrapper-style-01-header h2 span {
  color: #436dac;
}

body.page .main-wrapper-style-01-body {
  max-width: 1100px;
  margin: auto;
}

body.page .main-wrapper-style-01-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body.page .main-wrapper-style-01-body ul li {
  width: 18%;
  margin: 0;
  padding: 20px 15px;
  background: #436dac;
  position: relative;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    padding: 30px 40px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-01-body ul li {
    margin: 0 0 30px;
    padding: 20px 20px;
  }
}

body.page .main-wrapper-style-01-body ul li:after {
  color: #333;
  font-size: 3rem;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: -10%;
  content: "\f0da";
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body ul li:after {
    margin-top: 0;
    top: initial;
    right: 0;
    bottom: -24px;
    left: 0;
    content: "\f0dd";
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-01-body ul li:after {
    bottom: -20px;
  }
}

body.page .main-wrapper-style-01-body ul li:last-child:after {
  display: none;
}

.main-wrapper-style-01-body-thumb {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-01-body-thumb {
    height: auto;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-01-body-thumb {
    margin: 0 auto 10px;
  }
}

li:nth-child(1) .main-wrapper-style-01-body-thumb img {
  max-width: 55px;
}

li:nth-child(2) .main-wrapper-style-01-body-thumb img {
  max-width: 35px;
}

li:nth-child(3) .main-wrapper-style-01-body-thumb img {
  max-width: 45px;
}

li:nth-child(4) .main-wrapper-style-01-body-thumb img {
  max-width: 50px;
}

li:nth-child(5) .main-wrapper-style-01-body-thumb img {
  max-width: 60px;
}

.main-wrapper-style-01-body-content {
  width: 100%;
}

body.page .main-wrapper-style-01-body-content-title {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

@media screen and (max-width: 1400px) {
  body.page .main-wrapper-style-01-body-content-title {
    height: 70px;
  }
}

@media screen and (max-width: 1200px) {
  body.page .main-wrapper-style-01-body-content-title {
    height: 75px;
  }
}

@media screen and (max-width: 900px) {
  body.page .main-wrapper-style-01-body-content-title {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body-content-title {
    height: auto;
  }
}

body.page .main-wrapper-style-01-body-content-title h3 {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body-content-title h3 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-01-body-content-title h3 {
    font-size: 1.6rem;
  }
}

body.page .main-wrapper-style-01-body-content-title h3 span {
  display: block;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body-content-title h3 span {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-01-body-content-title h3 span:nth-child(2) {
    margin: 0 0 0 10px;
  }
}

.main-wrapper-style-01-body-content-message p {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 1400px) {
  .main-wrapper-style-01-body-content-message p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .main-wrapper-style-01-body-content-message p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-01-body-content-message p {
    font-size: 1.6rem;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-01-body-content-message p {
    font-size: 1.5rem;
  }
}

.main-wrapper-style-02-header {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-02-header {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-02-header {
    margin: 0 0 30px;
  }
}

.main-wrapper-style-02-header-title h2 span {
  color: #436dac;
}

.main-wrapper-style-02-header-message {
  margin-top: 10px;
}

.main-wrapper-style-02-header-message p {
  text-align: center;
}

.main-wrapper-style-02-body {
  max-width: 1100px;
  margin: auto;
}

.main-wrapper-style-02-body img {
  width: 100%;
}

.main-wrapper-style-03-header {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-03-header {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-03-header {
    margin: 0 0 30px;
  }
}

.main-wrapper-style-03-header h2 span {
  color: #436dac;
}

body.page .main-wrapper-style-03-body {
  max-width: 1100px;
  margin: auto;
}

body.page .main-wrapper-style-03-body ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 40px 60px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-03-body ul li {
    margin: 0 0 30px;
    padding: 30px 50px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-03-body ul li {
    margin: 0 0 20px;
    padding: 20px 30px;
  }
}

body.page .main-wrapper-style-03-body ul li:nth-child(3) {
  background: #f6f6f6;
}

.main-wrapper-style-03-body-thumb {
  width: 60px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-03-body-thumb {
    width: 100%;
    max-width: 60px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-03-body-thumb {
    margin: 0 auto 10px;
  }
}

li:nth-child(1) .main-wrapper-style-03-body-thumb img {
  width: 80%;
}

.main-wrapper-style-03-body-content {
  width: calc(100% - 110px);
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-03-body-content {
    width: 100%;
  }
}

body.page .main-wrapper-style-03-body-content-title {
  margin: 0 0 10px;
}

body.page .main-wrapper-style-03-body-content-title h3 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-03-body-content-title h3 {
    text-align: center;
  }
}

.main-wrapper-style-03-body-content-message p {
  font-size: 1.7rem;
}

.main-wrapper-style-03-body-content-message p small {
  font-size: 1.4rem;
}

.main-wrapper-style-04-header {
  margin: 0 0 60px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-style-04-header {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-style-04-header {
    margin: 0 0 30px;
  }
}

.main-wrapper-style-04-header h2 span {
  color: #436dac;
}

body.page .main-wrapper-style-04-body {
  max-width: 1100px;
  margin: auto;
  padding: 50px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-04-body {
    padding: 30px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-04-body {
    padding: 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  }
}

body.page .main-wrapper-style-04-body dl {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-04-body dl {
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-04-body dl {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}

body.page .main-wrapper-style-04-body dl dt {
  font-size: 2rem;
  margin: 0 0 30px;
  padding: 2px 0 2px 50px;
  background: url(../img/common/img_common_ico51.png) no-repeat 0 2px/35px auto;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-04-body dl dt {
    font-size: 1.6rem;
    margin: 0 0 20px;
    padding: 2px 0 2px 35px;
    background: url(../img/common/img_common_ico51.png) no-repeat 0 4px/25px auto;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-04-body dl dt {
    font-size: 1.4rem;
    margin: 0 0 10px;
    padding: 2px 0 2px 30px;
    background: url(../img/common/img_common_ico51.png) no-repeat 0 3px/20px auto;
  }
}

body.page .main-wrapper-style-04-body dl dd {
  font-weight: bold;
  padding: 6px 0 4px 50px;
  background: url(../img/common/img_common_ico52.png) no-repeat 0 2px/35px auto;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-style-04-body dl dd {
    padding: 1px 0 0 35px;
    background: url(../img/common/img_common_ico52.png) no-repeat 0 0/25px auto;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-style-04-body dl dd {
    padding: 0 0 0 30px;
    background: url(../img/common/img_common_ico52.png) no-repeat 0 0/20px auto;
  }
}

body.page .main-wrapper-style-04-body dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.mw_wp_form_complete .main-wrapper-article > div {
  padding: 0;
}

span.caution-text {
  color: #ff1d25;
}

.main-wrapper-article .main-wrapper-article-form-01 {
  max-width: 1100px;
  margin: auto;
}

.main-wrapper-article-form-01-body-summary {
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-summary {
    margin: 0 auto 35px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-summary {
    margin: 0 auto 30px;
  }
}

.main-wrapper-article-form-01-body-summary p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-summary p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-summary p {
    font-size: 1.4rem;
  }
}

.mw_wp_form {
  margin-top: -260px !important;
  padding-top: 260px !important;
}

body.page .main-wrapper-article-form-01-body-content-input {
  margin: 0 auto 30px;
}

body.page .main-wrapper-article-form-01-body-content-input dl {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-content-input dl {
    display: inherit;
  }
}

body.page .main-wrapper-article-form-01-body-content-input dl dt {
  width: 280px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dt {
    width: 100%;
    max-width: inherit;
    font-size: 1.4rem;
    padding: 15px 15px 0;
  }
}

body.page .main-wrapper-article-form-01-body-content-input dl dd {
  width: calc(100% - 280px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dd {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 15px 15px;
  }
}

body.page .main-wrapper-article-form-01-body-content-input dl dd input,
body.page .main-wrapper-article-form-01-body-content-input dl dd select,
body.page .main-wrapper-article-form-01-body-content-input dl dd textarea {
  color: #333;
  font-size: 2rem;
  display: block;
  border: 1px solid #b3b3b3;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dd input,
  body.page .main-wrapper-article-form-01-body-content-input dl dd select,
  body.page .main-wrapper-article-form-01-body-content-input dl dd textarea {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dd input,
  body.page .main-wrapper-article-form-01-body-content-input dl dd select,
  body.page .main-wrapper-article-form-01-body-content-input dl dd textarea {
    font-size: 1.3rem;
    padding: 8px 8px;
  }
}

body.page .main-wrapper-article-form-01-body-content-input dl dd select {
  padding: 10px 10px 15px;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-tel-field input, body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-zip-field input {
  display: inline-block;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.error {
  width: 100%;
  margin: 5px 0 0;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field {
  margin-left: 0 !important;
  margin: 3px 20px 3px 0;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field label {
  display: flex;
  align-items: center;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field label input {
  width: auto;
  display: inline;
  margin: 0 3px 0 0;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field label span {
  display: inline;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field label span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  body.page .main-wrapper-article-form-01-body-content-input dl dd span.mwform-radio-field label span {
    font-size: 1.3rem;
  }
}

body.page .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span label {
  display: flex;
  align-items: center;
  margin: 0 5px 0 0;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-02 {
  width: 100%;
  margin: 8px 0 -8px;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-02 p {
  color: #808080;
  margin: 0 0 5px;
}

body.page .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-03 {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0;
}

body.page .assessment .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span.mwform-radio-field {
  width: 100%;
  margin: 0 0 5px;
  border: 1px solid #ccc;
}

body.page .assessment .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span.mwform-radio-field:last-child {
  margin: 0;
}

body.page .assessment .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span.mwform-radio-field label {
  padding: 10px 15px;
}

body.page .assessment .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span.mwform-radio-field label input {
  width: auto;
  display: inline;
  margin: 0 3px 0 0;
}

body.page .assessment .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 span.mwform-radio-field label input span {
  display: inline;
  margin: 0;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dt {
  padding: 5px;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd {
  padding: 15px 20px;
}

@media screen and (max-width: 768px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd {
    padding: 0 5px 20px;
  }
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 {
  width: 100%;
  font-size: 2rem;
  color: #333;
  display: block;
  margin: 0;
  padding: 20px;
  background: #eee;
}

@media screen and (max-width: 768px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 {
    font-size: 1.6rem;
    padding: 12px;
  }
}

@media screen and (max-width: 480px) {
  body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-01 {
    font-size: 1.4rem;
    padding: 10px;
  }
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd .form-01-style-02 {
  display: none;
}

body.page .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-input dl dd p {
  display: none;
}

.main-wrapper-article-form-01-body-content-message {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-content-message {
    margin: 0 0 40px;
  }
}

.main-wrapper-article-form-01-body-content-message p {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-content-message p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-content-message p {
    font-size: 1.2rem;
  }
}

.main-wrapper-article-form-01-body-content-input-box-01,
.main-wrapper-article-form-01-body-content-input-box-02 {
  margin: 0 0 20px;
}

.main-wrapper-article-form-01-body-content-input-box-01:last-child,
.main-wrapper-article-form-01-body-content-input-box-02:last-child {
  margin-bottom: 0;
}

.main-wrapper-article-form-01-body-content-input-box-01 {
  width: 100%;
}

.main-wrapper-article-form-01-body-content-input-box-01 p {
  color: #808080;
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.main-wrapper-article-form-01-body-content-input-box-01 span {
  margin: 0 10px 0 0;
}

.main-wrapper-article-form-01-body-content-input-box-01.input-style-01 {
  display: flex;
  align-items: center;
}

.main-wrapper-article-form-01-body-content-privacy {
  max-width: 480px;
  margin: 0 auto 30px;
}

.mw_wp_form_confirm .main-wrapper-article-form-01-body-content-privacy {
  display: none;
}

.main-wrapper-article-form-01-body-content-privacy-title {
  margin: 0 0 10px;
}

.main-wrapper-article-form-01-body-content-privacy-title p {
  font-weight: bold;
}

.main-wrapper-article-form-01-body-content-privacy-message p {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-content-privacy-message p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-content-privacy-message p {
    font-size: 1.2rem;
  }
}

.main-wrapper-article-form-01-body-content-action {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-content-action {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-content-action {
    margin: 30px 0 0;
  }
}

.main-wrapper-article-form-01-body-content-action > div {
  max-width: 300px;
  display: none;
  position: relative;
}

.main-wrapper-article-form-01-body-content-action > div input,
.main-wrapper-article-form-01-body-content-action > div button {
  font-size: 1.6rem;
  padding: 15px 90px 15px 90px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-content-action > div input,
  .main-wrapper-article-form-01-body-content-action > div button {
    font-size: 1.5rem;
    padding: 12px 80px 12px 80px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-content-action > div input,
  .main-wrapper-article-form-01-body-content-action > div button {
    font-size: 1.4rem;
    padding: 12px 70px 12px 70px;
  }
}

.mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action {
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action input,
  .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action button {
    padding: 12px 60px 12px 60px;
  }
}

@media screen and (max-width: 480px) {
  .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action input,
  .mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action button {
    padding: 12px 40px 12px 40px;
  }
}

.mw_wp_form_input .main-wrapper-article-form-01-body-content-action-check {
  display: block;
}

.mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action-back {
  display: block;
}

.mw_wp_form_confirm .main-wrapper-article-form-01-body-content-action-send {
  display: block;
}

.main-wrapper-article-form-01-body-content-link {
  margin-top: 50px;
}

body.page .mw_wp_form_input .main-wrapper-article-form-01-body-content-link-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

body.page .mw_wp_form_input .main-wrapper-article-form-01-body-content-link-list ul li {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #333;
}

body.page .mw_wp_form_input .main-wrapper-article-form-01-body-content-link-list ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

body.page .mw_wp_form_input .main-wrapper-article-form-01-body-content-link-list ul li a {
  color: #333;
  line-height: 1;
  display: block;
}

.mw_wp_form_confirm .main-wrapper-article-form-01-body-content-link-list {
  display: none;
}

.main-wrapper-article-form-01-body-thanks {
  max-width: 1200px;
  margin: 0 auto 20px;
}

.main-wrapper-article-form-01-body-thanks p {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-body-thanks p {
    font-size: 1.4rem;
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .main-wrapper-article-form-01-body-thanks p {
    font-size: 1.2rem;
    margin: 0 0 12px;
  }
}

.main-wrapper-article-form-01-footer {
  padding: 40px 0;
}

.main-wrapper-article-form-01-footer p {
  margin: 0;
}

.main-wrapper-article-form-01-footer p a.btn {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .main-wrapper-article-form-01-footer p a.btn {
    max-width: 240px;
  }
}

/*# sourceMappingURL=content-style.css.map */