@charset "UTF-8";
@import url("ress.min.css");
html {
  font-size: 62.5%;
}

body {
  font: 1.6em Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "Lucida Grande", Verdana, sans-serif;
  color: #333;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #333;
}

a,
input,
select,
textarea {
  outline: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

input {
  border: 1px solid #f0f2f2;
  line-height: 1em;
  padding: 9px 5px;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
}
input.error {
  border-color: #f6e8ed !important;
  background-color: #f6e8ed !important;
}
@media (max-width: 767px) {
  input {
    font-size: 16px;
  }
}

textarea {
  border: 1px solid #f0f2f2;
  line-height: 1.3em;
  padding: 9px 5px;
  border-radius: 3px;
  font-size: 14px;
  resize: none;
  overflow-y: scroll;
}
textarea.error {
  border-color: #f6e8ed !important;
  background-color: #f6e8ed !important;
}
@media (max-width: 767px) {
  textarea {
    font-size: 16px;
  }
}

input:invalid,
textarea:invalid {
  border-color: #f6e8ed;
  background-color: #f6e8ed;
}

input:valid,
textarea:valid {
  border-color: #f0f2f2;
  background-color: #f0f2f2;
}

input[type=submit] {
  min-width: 240px;
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #000;
  text-decoration: none;
  padding: 16px 70px 16px 20px;
  background-image: url("../img/i_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: #FFF;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  input[type=submit] {
    width: 100%;
    text-align: left;
    background-size: 26px auto;
    background-position: right 15px center;
  }
}

select {
  border: 1px solid #cacaca;
  min-height: 36px;
  line-height: 34px;
  padding: 0 0 0 10px;
  border-radius: 3px;
  font-size: 1.4rem;
  cursor: pointer;
  background-color: #FFF;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
@-moz-document url-prefix() {
  select {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: auto;
  }
}
select::-ms-expand {
  display: block;
}

.header-book {
  text-align: center;
  position: relative;
}
.header-book .btn-close {
  height: 20px;
  position: absolute;
  right: 0;
  top: 20px;
}
.header-book .btn-close a {
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  background-image: url(/shared/img/i_close2.svg);
  background-position: right 5px center;
  border-bottom: 1px solid #000;
  padding: 5px 40px 2px 5px;
  text-decoration: none;
}
.header-book h1 {
  margin: 0;
  padding: 96px 0 60px;
  line-height: 0;
}
.header-book h2 {
  margin: 0 0 40px 0;
  line-height: 0;
}
.header-book h2 img {
  max-height: 35px;
}
.header-book p {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-bottom: 40px;
}
.header-book p .txt-line {
  text-decoration: underline;
}
.header-book .box-btn a {
  max-width: 385px;
  width: 100%;
}
.header-book .box-btn {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .header-book {
    padding: 0 20px 0 20px;
  }
  .header-book h1 {
    padding: 60px 0 40px;
  }
  .header-book h1 img {
    height: 44px;
    width: auto;
  }
  .header-book h2 {
    margin: 0 0 30px 0;
  }
  .header-book h2 img {
    max-height: 16px;
  }
  .header-book p {
    text-align: left;
  }
  .header-book .box-btn a {
    width: 93%;
  }
}

.footer-book {
  text-align: center;
  padding: 80px 0 50px 0;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .footer-book {
    padding: 30px 43px 50px 43px;
  }
}

#contents {
  max-width: 1000px;
  margin: 0 auto;
}

#booklist {
  padding: 60px 20px 0 20px;
}
#booklist form h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  padding-bottom: 15px;
}
#booklist #comments-open-footer input.button[name=mail_post] {
  display: none;
}

#bookconfirm {
  padding: 0 20px;
}
#bookconfirm .entryconfirm p.txt {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding-bottom: 40px;
  text-align: center;
  padding-bottom: 50px;
}
#bookconfirm .entryconfirm .entrydata {
  margin-bottom: 30px;
  padding: 0 30px;
}
#bookconfirm .entryconfirm #bookcounterror {
  text-align: center;
  color: #A61A4A;
  padding: 0 30px 60px 30px;
}
#bookconfirm #entryfix {
  text-align: center;
}
@media (max-width: 767px) {
  #bookconfirm .entryconfirm p.txt {
    padding-bottom: 20px;
  }
  #bookconfirm .entryconfirm .entrydata {
    padding: 0 10px;
  }
  #bookconfirm .entryconfirm .entrydata th {
    font-weight: bold;
    font-size: 1.2rem;
  }
  #bookconfirm .entryconfirm .entrydata td {
    padding-left: 30px !important;
  }
}

#bookconfirmerror {
  padding: 0 20px;
}
#bookconfirmerror form h2 {
  margin: 0;
  text-align: center;
  font-size: 2rem;
  line-height: 1em;
  padding-bottom: 15px;
}
#bookconfirmerror .box-error {
  margin-bottom: 40px;
  text-align: center;
}
#bookconfirmerror .box-error h2 {
  color: #A61A4A;
  font-size: 1.8rem;
  padding-bottom: 10px;
  font-weight: normal;
}
#bookconfirmerror .box-error p {
  font-size: 1.3rem;
  color: #A61A4A;
}

#bookcomplete {
  padding: 0 20px;
  text-align: center;
}
#bookcomplete .text .name {
  padding: 0 30px 30px 30px;
  font-size: 1.8rem;
}
#bookcomplete .text .name span {
  font-size: 1.4rem;
  padding-left: 10px;
  display: inline-block;
}
#bookcomplete .text .txt1 {
  font-size: 1.4rem;
  padding-bottom: 40px;
  line-height: 2em;
}
#bookcomplete .text .txt2 {
  font-size: 1.4rem;
  padding-bottom: 40px;
  line-height: 2em;
}
#bookcomplete .btn-set a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  line-height: 2em;
  padding-right: 40px;
  padding-left: 10px;
  background-image: url("../img/i_close2.svg");
  background-position: right 4px center;
}
@media (max-width: 767px) {
  #bookcomplete .btn-set {
    padding-bottom: 30px;
  }
  #bookcomplete .txt1 {
    padding-bottom: 20px;
  }
}

.btn-type1 {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px solid #000;
  text-decoration: none;
  padding: 12px 70px 12px 20px;
  background-image: url("../img/i_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}
@media (max-width: 767px) {
  .btn-type1 {
    font-size: 1.3rem;
    padding: 12px 50px 12px 15px;
    background-size: 26px auto;
    background-position: right 15px center;
  }
}

table.booklist {
  width: 100%;
  border: 1px solid #FFF;
  border-collapse: collapse;
  margin-bottom: 60px;
}
table.booklist th {
  font-weight: normal;
  text-align: left;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 0;
  background-color: #888;
  text-align: center;
  font-size: 1.4rem;
}
table.booklist td {
  border: 1px solid #FFF;
  padding: 8px 10px;
  font-size: 1.4rem;
}
table.booklist td:nth-of-type(1) {
  width: 100px;
  text-align: center;
}
table.booklist td:nth-of-type(3) {
  width: 140px;
  text-align: right;
}
table.booklist td:nth-of-type(4) {
  width: 140px;
  text-align: center;
}
table.booklist td:nth-of-type(5) {
  width: 100px;
}
table.booklist td:nth-of-type(6) {
  width: 95px;
  text-align: center;
}
table.booklist td select {
  width: 85px;
  display: inline-block;
  margin-right: 10px;
}
table.booklist tr:nth-child(odd) td {
  background-color: #f4f6f6;
}
table.booklist tr:nth-child(even) td {
  background-color: #e0e2e2;
}
table.booklist tfoot td {
  text-align: right !important;
  font-size: 2rem;
  padding: 20px;
}
table.booklist tfoot td span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  table.booklist {
    display: block;
  }
  table.booklist thead.sp {
    display: block;
    width: 100%;
  }
  table.booklist thead.sp tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  table.booklist thead.sp tr th {
    border-top: none;
    border-left: none;
  }
  table.booklist thead.sp tr th:nth-of-type(1) {
    width: calc(100% - 100px);
  }
  table.booklist thead.sp tr th:nth-of-type(2) {
    width: 100px;
    border-right: none;
  }
  table.booklist tbody {
    display: block;
    width: 100%;
  }
  table.booklist tbody tr {
    display: block;
    width: 100%;
    position: relative;
  }
  table.booklist tbody tr:nth-child(odd) {
    background-color: #f4f6f6;
  }
  table.booklist tbody tr:nth-child(even) {
    background-color: #e0e2e2;
  }
  table.booklist tbody tr td {
    display: inline-block;
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.3em;
    min-height: 2em;
    padding: 8px 10px 0px 10px;
  }
  table.booklist tbody tr td:nth-of-type(1) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.2rem;
  }
  table.booklist tbody tr td:nth-of-type(1):before {
    content: "商品No.：";
    font-weight: bold;
  }
  table.booklist tbody tr td:nth-of-type(2) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
  }
  table.booklist tbody tr td:nth-of-type(3) {
    width: calc(100% - 100px);
    text-align: left;
  }
  table.booklist tbody tr td:nth-of-type(3):after {
    content: "（税抜）";
    font-size: 1.2rem;
  }
  table.booklist tbody tr td:nth-of-type(5) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.2rem;
  }
  table.booklist tbody tr td:nth-of-type(5):before {
    content: "備考：";
  }
  table.booklist tbody tr td:nth-of-type(6) {
    width: calc(100% - 100px);
    text-align: left;
    padding-bottom: 10px;
  }
  table.booklist tbody tr td:nth-of-type(6) a:before {
    content: "目次 ";
  }
  table.booklist tbody tr td:nth-of-type(6) a:after {
    content: "ファイル";
    font-size: 1.2rem;
  }
  table.booklist tbody tr td:nth-of-type(4) {
    width: 90px;
    position: absolute;
    top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 5px 0px 5px;
    border: none;
  }
  table.booklist tbody tr td:nth-of-type(4) select {
    margin: 0 0 10px 0;
    width: 70px;
    display: block;
    font-size: 16px;
  }
  table.booklist tbody tr td:nth-of-type(4) select:after {
    content: "<br>";
  }
  table.booklist tfoot {
    display: block;
  }
  table.booklist tfoot tr {
    display: block;
  }
  table.booklist tfoot tr td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 10px;
  }
}

table.booklist2021 {
  width: 100%;
  border: 1px solid #FFF;
  border-collapse: collapse;
  margin-bottom: 60px;
}
table.booklist2021 th {
  font-weight: normal;
  text-align: left;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 10px 0;
  background-color: #888;
  text-align: center;
  font-size: 1.4rem;
}
table.booklist2021 td {
  border: 1px solid #FFF;
  padding: 8px 5px;
  font-size: 1.4rem;
}
table.booklist2021 td:nth-of-type(1) {
  width: 70px;
  padding: 8px 0;
  text-align: center;
}
table.booklist2021 td:nth-of-type(3) {
  width: 60px;
  padding: 8px 0;
  text-align: center;
}
table.booklist2021 td:nth-of-type(4) {
  width: 100px;
  text-align: right;
}
table.booklist2021 td:nth-of-type(5) {
  width: 100px;
  text-align: right;
}
table.booklist2021 td:nth-of-type(6) {
  width: 140px;
  text-align: center;
}
table.booklist2021 td:nth-of-type(7) {
  width: 100px;
}
table.booklist2021 td:nth-of-type(8) {
  width: 60px;
  text-align: center;
}
table.booklist2021 td select {
  width: 85px;
  display: inline-block;
  margin-right: 10px;
}
table.booklist2021 tr:nth-child(odd) td {
  background-color: #f4f6f6;
}
table.booklist2021 tr:nth-child(even) td {
  background-color: #e0e2e2;
}
table.booklist2021 tfoot td {
  text-align: right !important;
  font-size: 2rem;
  padding: 20px;
}
table.booklist2021 tfoot td:nth-of-type(1) {
  padding: 20px;
}
table.booklist2021 tfoot td span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  table.booklist2021 {
    display: block;
  }
  table.booklist2021 thead.sp {
    display: block;
    width: 100%;
  }
  table.booklist2021 thead.sp tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  table.booklist2021 thead.sp tr th {
    border-top: none;
    border-left: none;
  }
  table.booklist2021 thead.sp tr th:nth-of-type(1) {
    width: calc(100% - 100px);
  }
  table.booklist2021 thead.sp tr th:nth-of-type(2) {
    width: 100px;
    border-right: none;
  }
  table.booklist2021 tbody {
    display: block;
    width: 100%;
  }
  table.booklist2021 tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  table.booklist2021 tbody tr:nth-child(odd) {
    background-color: #f4f6f6;
  }
  table.booklist2021 tbody tr:nth-child(even) {
    background-color: #e0e2e2;
  }
  table.booklist2021 tbody tr td {
    display: inline-block;
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.3em;
    min-height: 2em;
    padding: 8px 10px 0px 10px !important;
  }
  table.booklist2021 tbody tr td:nth-of-type(1) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  table.booklist2021 tbody tr td:nth-of-type(1):before {
    content: "商品No.：";
    font-weight: bold;
  }
  table.booklist2021 tbody tr td:nth-of-type(2) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  table.booklist2021 tbody tr td:nth-of-type(3) {
    width: calc(100% - 100px);
    margin-right: 100px;
    text-align: left;
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  table.booklist2021 tbody tr td:nth-of-type(3):before {
    content: "媒体：";
  }
  table.booklist2021 tbody tr td:nth-of-type(4) {
    width: calc(100% - 100px);
    margin-right: 100px;
    text-align: left;
    padding-top: 2px !important;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  table.booklist2021 tbody tr td:nth-of-type(4):before {
    content: "(税抜価格：";
    font-size: 1.2rem;
  }
  table.booklist2021 tbody tr td:nth-of-type(4):after {
    content: ")";
    font-size: 1.2rem;
  }
  table.booklist2021 tbody tr td:nth-of-type(5) {
    width: calc(100% - 100px);
    text-align: left;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  table.booklist2021 tbody tr td:nth-of-type(6) {
    width: 100px;
    position: absolute;
    top: 30px;
    right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 5px 0px 5px;
    border: none;
    background-color: transparent;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  table.booklist2021 tbody tr td:nth-of-type(6) select {
    margin: 0 0 10px 0;
    width: 80px;
    display: block;
    font-size: 16px;
  }
  table.booklist2021 tbody tr td:nth-of-type(6) select:after {
    content: "<br>";
  }
  table.booklist2021 tbody tr td:nth-of-type(7) {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  table.booklist2021 tbody tr td:nth-of-type(7):before {
    content: "備考：";
  }
  table.booklist2021 tbody tr td:nth-of-type(8) {
    width: calc(100% - 100px);
    text-align: left;
    padding-bottom: 10px !important;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  table.booklist2021 tbody tr td:nth-of-type(8) a:before {
    content: "目次 ";
  }
  table.booklist2021 tbody tr td:nth-of-type(8) a:after {
    content: "ファイル";
    font-size: 1.2rem;
  }
  table.booklist2021 tfoot {
    display: block;
  }
  table.booklist2021 tfoot tr {
    display: block;
  }
  table.booklist2021 tfoot tr td {
    display: block;
    width: 100% !important;
    border: none;
    padding: 10px;
  }
}

#aform-2 {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #e0e2e2;
  margin: 0 auto;
}
#aform-2 .aform-header {
  display: none;
}
#aform-2 .aform-input.aform-hdln.parts-2 {
  display: none;
}
#aform-2 .aform-content {
  padding-top: 50px;
}
#aform-2 .aform-content dl {
  display: grid;
  grid-template-columns: 170px 1fr;
  margin: 0;
  padding: 0;
}
#aform-2 .aform-content dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: normal;
  padding: 14px 10px;
  font-size: 1.4rem;
}
#aform-2 .aform-content dl dt .aform-required {
  background: none;
  color: #333;
  font-size: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#aform-2 .aform-content dl dt .aform-required::after {
  content: "※";
  font-size: 1.4rem;
}
#aform-2 .aform-content dl dd {
  padding: 14px 30px 14px 10px;
  line-height: 1em;
  margin: 0;
}
#aform-2 .aform-content dl dd ul label {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 0 3px 0;
  margin: 0;
}
#aform-2 .aform-content dl dd .aform-input-example {
  font-size: 1.2rem;
  padding: 0 0 3px 0;
  margin: 0;
}
#aform-2 .aform-content dl dd select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#aform-2 .aform-content dl dd .aform-input.error {
  color: #F00;
}
#aform-2 .aform-content dl dd .aform-error {
  display: block;
  color: #F00;
  padding: 5px 0 0 0;
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#aform-2 #aform_confirm_msg {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e0e2e2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#aform-2 .aform-button-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  margin: 0;
  padding: 30px 0 0 0;
}
#aform-2 .aform-button-area #aform_btn_submit {
  margin-bottom: 20px;
}
#aform-2 .aform-button-area #aform_btn_back {
  border: none;
  font-size: 1.6rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 2px;
}

table.entrydata {
  max-width: 700px;
  width: 100%;
  border-top: 1px solid #e0e2e2;
  border-bottom: 1px solid #e0e2e2;
  margin: 0 auto;
}
table.entrydata tr:first-of-type th, table.entrydata tr:first-of-type td {
  padding-top: 50px;
}
table.entrydata tr:last-of-type th, table.entrydata tr:last-of-type td {
  padding-bottom: 50px;
}
table.entrydata th {
  font-weight: normal;
  width: 170px;
  text-align: right;
  padding: 14px 10px;
  font-size: 1.4rem;
}
table.entrydata td {
  padding: 14px 30px 14px 10px;
  line-height: 1em;
}
table.entrydata td input {
  width: 100%;
}
table.entrydata td textarea {
  width: 100%;
  height: 100px;
}
table.entrydata td .txt {
  display: block;
  font-size: 1.2rem;
  padding-top: 3px;
}
@media (max-width: 767px) {
  table.entrydata {
    display: block;
    border-top: none;
    margin-bottom: 30px;
  }
  table.entrydata tbody {
    display: block;
  }
  table.entrydata tbody tr {
    display: block;
  }
  table.entrydata tbody tr th {
    display: block;
    padding: 0 0 5px 0 !important;
    width: 100%;
    text-align: left;
  }
  table.entrydata tbody tr td {
    display: block;
    padding: 0 0 20px 0 !important;
  }
  table.entrydata tbody tr td input {
    font-size: 16px;
  }
  table.entrydata tbody tr:last-of-type td {
    padding-bottom: 50px !important;
  }
}

#comments-open-footer {
  text-align: center;
  padding: 30px;
}