@charset "UTF-8";
/* Scss Document */
html {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  min-width: 1200px;
  letter-spacing: 0.05em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.sp {
  display: none;
}

.inner {
  margin: 0 auto;
  padding: 0 40px;
  /*width: 100%;*/
  width: 1200px;
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .inner {
  padding: 0 0 0 30px;
  width: 100%;
  min-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 356px;
}
header .gnav ul {
  display: flex;
  align-items: center;
  height: 100px;
}
header .gnav ul li {
  margin-left: 2em;
  font-size: 1.4rem;
  font-weight: bold;
}
header .gnav ul li a,
header .gnav ul li span {
  display: block;
  text-decoration: none;
  color: #251d1a;
}
header .gnav ul li span {
  opacity: 0.3;
}
header .gnav ul li.btn-contact {
  width: 165px;
}
header .gnav ul li.btn-contact a {
  padding-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FE4F3A url(../img/common/icon_contact.png) no-repeat center 1em;
  background-size: 28px auto;
  height: 100px;
  text-align: center;
}
header .btn-gnav {
  display: none;
}

main {
  padding-top: 90px;
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 0;
}

section {
  width: 100%;
  min-width: 1200px;
}

.content {
  padding: 60px 0;
}

.inner {
  margin: 0 auto;
  padding: 0 30px;
  width: 1200px;
}

.title-decoration {
  margin-bottom: 2em;
  text-align: center;
}
.title-decoration .en {
  font-size: 4rem;
  position: relative;
  display: inline-block;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
}
.title-decoration .en:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -36px;
  display: block;
  width: 56px;
  height: 48px;
  background: url(../img/common/ttl_parts_left.png) no-repeat left top;
  background-size: 100% auto;
}
.title-decoration .en:after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/common/ttl_parts_right.png) no-repeat right bottom;
  background-size: 100% auto;
}
.title-decoration .jp {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.title-decoration.white {
  color: #fff;
}
.title-decoration.white .en:before {
  background: url(../img/common/ttl_parts_left_white.png) no-repeat left top;
  background-size: 100% auto;
}
.title-decoration.white .en:after {
  background: url(../img/common/ttl_parts_right_white.png) no-repeat right bottom;
  background-size: 100% auto;
}

.title-l {
  margin: 2em auto;
  font-size: 2.8rem;
  font-weight: bold;
}
.title-l-deco {
  margin: 2em auto;
  font-size: 2.8rem;
  font-weight: bold;
}
.title-l-deco:after, .title-l-deco:before {
  content: "";
  margin: 0 1.5em;
  width: 34px;
  height: 2px;
  display: inline-block;
  background: #251d1a;
  vertical-align: middle;
}

.title-m {
  margin: 1.5em auto;
  font-size: 2.4rem;
  font-weight: bold;
}

.title-s {
  margin: 1em auto;
  font-size: 2rem;
  font-weight: bold;
}

.page-head {
  margin-bottom: 60px;
  padding: 5em 0 3em;
  background: #F5F3F0;
  text-align: center;
}
.page-head .title-decoration {
  margin-bottom: 0;
}

.title-en {
  margin: 10px auto 3em;
  text-align: center;
}
.title-en .en {
  font-size: 4rem;
  position: relative;
  display: block;
  letter-spacing: 0.1em;
  font-family: Arial, Helvetica, sans-serif;
}
.title-en .jp {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: inline-block;
}
.title-en .jp:after, .title-en .jp:before {
  content: "";
  margin: 0 1.5em;
  width: 34px;
  height: 2px;
  display: inline-block;
  background: #251d1a;
  vertical-align: middle;
}

.btn-more {
  margin: 0 auto;
  border: solid 2px #251d1a;
  font-weight: bold;
  width: 285px;
  text-align: center;
  font-size: 1.8rem;
}
.btn-more a {
  padding: 0.75em 1em;
  display: block;
  color: #251d1a;
  background: url(../img/common/arw_s_black.png) no-repeat right 1em center;
  text-decoration: none;
}
.btn-more.white {
  border: solid 2px #fff;
}
.btn-more.white a {
  color: #fff;
  background: url(../img/common/arw_s_white.png) no-repeat right 1em center;
}

.sns-list {
  position: fixed;
  top: 130px;
  right: 16px;
  z-index: 9999;
  font-size: 0;
}
.sns-list li {
  margin-bottom: 16px;
  width: 44px;
}
.sns-list a {
  display: block;
}

footer {
  color: #fff;
  background: #011D70;
}
footer .tel-wrapper,
footer .mail-wrapper,
footer .company-wrapper,
footer .fnav-wrapper {
  width: 50%;
}
footer .footer-contact {
  background: rgba(0, 0, 0, 0.1);
}
footer .footer-contact .inner {
  display: flex;
}
footer .footer-contact .inner .tel-wrapper {
  padding: 1.5em 0;
  line-height: 1.2;
  font-size: 1.8rem;
}
footer .footer-contact .inner .tel-wrapper > p {
  padding-left: 36px;
  font-weight: bold;
}
footer .footer-contact .inner .tel-wrapper .tel-number {
  display: flex;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
}
footer .footer-contact .inner .tel-wrapper .tel-number a {
  color: inherit;
  text-decoration: none;
}
footer .footer-contact .inner .tel-wrapper .tel-number address {
  padding-left: 36px;
  font-size: 4rem;
  background: url(../img/common/icon_tel.png) no-repeat left center;
  background-size: 21px auto;
}
footer .footer-contact .inner .tel-wrapper .open-wrapper {
  margin-left: 1em;
  font-size: 1.4rem;
}
footer .footer-contact .inner .mail-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #FE4F3A url(../img/common/icon_contact.png) no-repeat 4em center;
  background-size: 28px auto;
  font-size: 2.8rem;
  font-weight: bold;
  height: 100%;
  text-decoration: none;
}
footer .footer-content {
  padding: 4em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer-content .company-wrapper {
  font-size: 1.5rem;
}
footer .footer-content .company-wrapper .logo {
  margin-bottom: 1em;
  width: 380px;
}
footer .footer-content .fnav {
  margin-bottom: 2em;
}
footer .footer-content .fnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
footer .footer-content .fnav ul li {
  margin-left: 2em;
  font-size: 1.4rem;
}
footer .footer-content .fnav ul li a,
footer .footer-content .fnav ul li span {
  text-decoration: none;
  color: #fff;
}
footer .footer-content .fnav ul li span {
  opacity: 0.3;
}
footer .footer-content .copyright {
  font-size: 1.4rem;
  text-align: right;
}

.formwrap {
  margin: 0 auto;
  padding: 0;
  width: 855px;
}
.formwrap .formtable {
  width: 100%;
  margin-bottom: 40px;
}
.formwrap .formtable th,
.formwrap .formtable td {
  padding: 0.25em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.formwrap .formtable th {
  width: 30%;
  padding: 1.5em 1em 1em 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.formwrap .formtable th span {
  float: right;
  font-style: normal;
  color: #C00;
}
.formwrap .formtable th .required {
  float: right;
  margin-right: 1em;
}
.formwrap .formtable td {
  padding: 1em 0;
  font-size: 1.8rem;
  width: 70%;
}
.formwrap .formtable td input {
  border: solid 1px #C4C4C4;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #F5F3F0;
}
.formwrap .formtable td input.short {
  width: 33%;
}
.formwrap .formtable td textarea {
  border: solid 1px #C4C4C4;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #F5F3F0;
}
.formwrap .formtable td .inputarea {
  width: 100%;
}
.formwrap .formtable td .short {
  width: 30%;
}
.formwrap .formtable td .time {
  margin-left: 2em;
  display: inline-block;
}
.formwrap .privacy {
  margin-top: 3em;
  padding: 2em;
  border: solid 1px #ccc;
}
.formwrap .preview {
  margin-top: 2em;
  text-align: center;
}
.formwrap .preview input {
  margin: 0 10px;
  padding: 1em 5em;
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.formwrap .preview input[type=submit] {
  color: #FFF;
  border: none;
  background: #FE4F3A;
  font-weight: bold;
}
.formwrap input.back {
  margin: 0 10px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  padding: 1em 5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.formwrap input.back[type=button] {
  color: #251d1a;
  border: none;
  background: #ddd;
  width: 285px;
  font-weight: bold;
}
.formwrap input.send {
  margin: 0 10px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  margin: 0.5em 0;
  padding: 1em 5em;
  font-size: 1.6rem;
  line-height: 1.8;
}
.formwrap input.send[type=submit] {
  color: #FFF;
  border: none;
  background: #011D70;
  width: 285px;
  font-weight: bold;
}
.formwrap p.center {
  margin-bottom: 1em;
  line-height: 1.8;
  text-align: center;
}
.formwrap .privacy {
  font-size: 1.5rem;
  letter-spacing: 0;
}
.formwrap label.error {
  font-weight: bold;
  color: #c00;
  display: none;
}
.formwrap fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.mt-0 {
  margin-top: 0;
}

.mt-1em {
  margin-top: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-l {
  margin-top: 3em;
}

@media only screen and (max-width: 1520px) {
  header .logo {
    width: 300px;
  }
  header .gnav ul {
    display: flex;
    align-items: center;
    height: 100px;
  }
  header .gnav ul li {
    margin-left: 1.75em;
  }
}
.nav-below {
  margin: 2em 0;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none !important;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 6px;
  background: #eee;
  color: #251d1a;
  text-align: center;
}
.wp-pagenavi span:hover, .wp-pagenavi span.current {
  background: #011D70;
  color: #FFF;
}
.wp-pagenavi a:hover, .wp-pagenavi a.current {
  background: #011D70;
  color: #FFF;
}

.post_nav_list {
  margin-top: 4em;
  display: flex;
}
.post_nav_list li {
  margin: 0;
  width: 33.33333%;
  text-align: center;
}
.post_nav_list .prev {
  text-align: left;
}
.post_nav_list .index {
  text-align: center;
}
.post_nav_list .next {
  text-align: right;
}
.post_nav_list a {
  padding: 0.5em 1em;
  text-align: center;
  display: inline-block;
  color: #251d1a;
  background: #eee;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  header .gnav ul {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  html {
    width: 100%;
    height: 100%;
    min-width: 100%;
    font-size: 2.2vw;
  }
  body {
    font-size: 1.6rem;
    width: 100%;
    height: 100%;
    min-width: 100%;
    letter-spacing: 0.05em;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }
  .inner {
    margin: 0 auto;
    padding: 0 40px;
    /*width: 100%;*/
    width: 100%;
  }
  header {
    background: #fff;
    width: 100%;
    height: 14vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header .inner {
    padding: 0 0 0 30px;
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .logo {
    padding: 2vw 3vw 3vw 0;
    width: 65%;
  }
  header .gnav {
    display: none;
    position: absolute;
    top: 14vw;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
  }
  header .gnav ul {
    display: block;
    height: auto;
  }
  header .gnav ul li {
    margin-left: 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  header .gnav ul li a,
  header .gnav ul li span {
    padding: 0.75em 1.5em;
    display: block;
    text-decoration: none;
    color: #251d1a;
  }
  header .gnav ul li span {
    opacity: 0.3;
  }
  header .gnav ul li.btn-contact {
    margin-top: 1em;
    width: 100%;
  }
  header .gnav ul li.btn-contact a {
    padding-top: 1em;
    padding-left: 3em;
    display: block;
    background: #FE4F3A url(../img/common/icon_contact.png) no-repeat left 24vw center;
    background-size: 28px auto;
    height: auto;
  }
  header .btn-gnav {
    display: block;
    width: 15vw;
    height: 11vw;
    background: url(../img/common/parts_gnav.png) no-repeat center center;
    background-size: 8vw auto;
  }
  header .btn-gnav.close {
    background: url(../img/common/parts_close.png) no-repeat center center;
    background-size: 8vw auto;
  }
  main {
    padding-top: 14vw;
    width: 100%;
    min-width: 100%;
    position: relative;
    z-index: 0;
  }
  section {
    width: 100%;
    min-width: 100%;
  }
  .content {
    padding: 6vw 0;
  }
  .inner {
    margin: 0 auto;
    padding: 0 5vw;
    width: 100%;
  }
  .title-decoration {
    margin-bottom: 2em;
    text-align: center;
  }
  .title-decoration .en {
    font-size: 3.5rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0.1em;
    font-family: Arial, Helvetica, sans-serif;
  }
  .title-decoration .en:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -36px;
    display: block;
    width: 56px;
    height: 48px;
    background: url(../img/common/ttl_parts_left.png) no-repeat left top;
    background-size: 100% auto;
  }
  .title-decoration .en:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: 0;
    display: block;
    width: 35px;
    height: 35px;
    background: url(../img/common/ttl_parts_right.png) no-repeat right bottom;
    background-size: 100% auto;
  }
  .title-decoration .jp {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .title-decoration.white {
    color: #fff;
  }
  .title-decoration.white .en:before {
    background: url(../img/common/ttl_parts_left_white.png) no-repeat left top;
    background-size: 100% auto;
  }
  .title-decoration.white .en:after {
    background: url(../img/common/ttl_parts_right_white.png) no-repeat right bottom;
    background-size: 100% auto;
  }
  .title-l {
    margin: 2em auto;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .title-l-deco {
    margin: 2em auto;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .title-l-deco:after, .title-l-deco:before {
    content: "";
    width: 0.75em;
    height: 2px;
    display: inline-block;
    background: #251d1a;
    vertical-align: middle;
  }
  .title-l-deco:after {
    margin: 0 0 0 0.5em;
  }
  .title-l-deco:before {
    margin: 0 0.5em 0 0;
  }
  .title-m {
    margin: 1.5em auto;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .title-s {
    margin: 1em auto;
    font-size: 2rem;
    font-weight: bold;
  }
  .page-head {
    margin-bottom: 0;
    padding: 3em 0 2em;
    background: #F5F3F0;
    text-align: center;
  }
  .page-head .title-decoration {
    margin-bottom: 0;
  }
  .title-en {
    margin: 10px auto 3em;
    text-align: center;
  }
  .title-en .en {
    font-size: 3rem;
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    font-family: Arial, Helvetica, sans-serif;
  }
  .title-en .jp {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  .title-en .jp:after, .title-en .jp:before {
    content: "";
    margin: 0 1.5em;
    width: 34px;
    height: 2px;
    display: inline-block;
    background: #251d1a;
    vertical-align: middle;
  }
  .btn-more {
    margin: 0 auto;
    border: solid 2px #251d1a;
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
  .btn-more a {
    padding: 0.75em 1em;
    display: block;
    color: #251d1a;
    background: url(../img/common/arw_s_black.png) no-repeat right 1em center;
    text-decoration: none;
  }
  .btn-more.white {
    border: solid 2px #fff;
  }
  .btn-more.white a {
    color: #fff;
    background: url(../img/common/arw_s_white.png) no-repeat right 1em center;
  }
  .sns-list {
    position: fixed;
    top: auto;
    bottom: 2vw;
    right: 2vw;
  }
  .sns-list li {
    margin-bottom: 2vw;
    width: 8vw;
  }
  footer {
    padding: 4em 0;
    color: #fff;
    background: #011D70;
  }
  footer .tel-wrapper,
  footer .mail-wrapper,
  footer .company-wrapper,
  footer .fnav-wrapper {
    width: 100%;
  }
  footer .footer-contact {
    margin-bottom: 3em;
    background: rgba(0, 0, 0, 0.1);
  }
  footer .footer-contact .inner {
    display: block;
  }
  footer .footer-contact .inner .tel-wrapper {
    padding: 0 0 2em;
    line-height: 1.2;
    font-size: 1.8rem;
    text-align: center;
  }
  footer .footer-contact .inner .tel-wrapper > p {
    padding-left: 0;
    font-weight: bold;
  }
  footer .footer-contact .inner .tel-wrapper .tel-number {
    display: block;
  }
  footer .footer-contact .inner .tel-wrapper .tel-number a {
    color: inherit;
    text-decoration: none;
  }
  footer .footer-contact .inner .tel-wrapper .tel-number address {
    padding-left: 10vw;
    font-size: 4rem;
    background: url(../img/common/icon_tel.png) no-repeat 10vw center;
    background-size: 21px auto;
  }
  footer .footer-contact .inner .tel-wrapper .open-wrapper {
    margin-top: 0.5em;
    margin-left: 0;
    font-size: 1.4rem;
  }
  footer .footer-contact .inner .tel-wrapper .open-wrapper br {
    display: none;
  }
  footer .footer-contact .inner .mail-wrapper {
    margin: 0 0;
    width: auto;
  }
  footer .footer-contact .inner .mail-wrapper a {
    margin: 0 auto;
    padding: 0.5em 0.5em 0.5em 1em;
    display: block;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #FE4F3A url(../img/common/icon_contact.png) no-repeat 8vw center;
    background-size: 28px auto;
    font-size: 2.8rem;
    font-weight: bold;
    width: 95%;
    height: auto;
    text-decoration: none;
    text-align: center;
  }
  footer .footer-content {
    padding: 0;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer-content .company-wrapper {
    font-size: 1.5rem;
  }
  footer .footer-content .company-wrapper .logo {
    margin: 2em auto;
    width: 90%;
  }
  footer .footer-content .fnav-wrapper {
    padding: 0 1em;
  }
  footer .footer-content .fnav {
    margin-bottom: 3em;
  }
  footer .footer-content .fnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  footer .footer-content .fnav ul li {
    margin-left: 0;
    font-size: 1.4rem;
    width: 50%;
  }
  footer .footer-content .fnav ul li a,
  footer .footer-content .fnav ul li span {
    display: block;
    padding: 0.5em 0;
  }
  footer .footer-content .fnav ul li span {
    opacity: 0.3;
  }
  footer .footer-content .copyright {
    font-size: 1.4rem;
    text-align: center;
  }
  .formwrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .formwrap .formtable {
    width: 100%;
    margin-bottom: 40px;
  }
  .formwrap .formtable tbody,
  .formwrap .formtable tr,
  .formwrap .formtable th,
  .formwrap .formtable td {
    display: block;
  }
  .formwrap .formtable th,
  .formwrap .formtable td {
    padding: 0.25em;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
  }
  .formwrap .formtable th {
    width: 100%;
    padding: 1.5em 1em 0 0;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .formwrap .formtable th span {
    float: right;
    font-style: normal;
    color: #C00;
  }
  .formwrap .formtable th .required {
    float: right;
    margin-right: 1em;
  }
  .formwrap .formtable td {
    padding: 0 0 0 0;
    font-size: 1.8rem;
    width: 100%;
  }
  .formwrap .formtable td input {
    border: solid 1px #C4C4C4;
    border-radius: 6px;
    padding: 0.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    background: #F5F3F0;
  }
  .formwrap .formtable td input.short {
    width: 50%;
  }
  .formwrap .formtable td textarea {
    border: solid 1px #C4C4C4;
    border-radius: 6px;
    padding: 0.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    background: #F5F3F0;
  }
  .formwrap .formtable td .inputarea {
    width: 100%;
  }
  .formwrap .formtable td .time {
    margin-left: 2em;
    display: inline-block;
  }
  .formwrap .privacy {
    margin-top: 3em;
    padding: 2em;
    border: solid 1px #ccc;
  }
  .formwrap .preview {
    margin-top: 2em;
    text-align: center;
  }
  .formwrap .preview input {
    margin: 0;
    padding: 1em;
    width: 100%;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .formwrap .preview input[type=submit] {
    color: #FFF;
    border: none;
    background: #FE4F3A;
    font-weight: bold;
  }
  .formwrap input.back {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin: 0.5em 0;
    padding: 1em;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .formwrap input.back[type=button] {
    color: #251d1a;
    border: none;
    background: #ddd;
    width: 285px;
    font-weight: bold;
  }
  .formwrap input.send {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin: 0.5em 0;
    padding: 1em;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .formwrap input.send[type=submit] {
    color: #FFF;
    border: none;
    background: #011D70;
    width: 285px;
    font-weight: bold;
  }
  .formwrap p.center {
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: center;
  }
  .formwrap .privacy {
    font-size: 1.5rem;
  }
  .post_nav_list {
    margin-top: 2em;
    display: flex;
    font-size: 1.2rem;
  }
  .post_nav_list li {
    margin: 0;
    width: 50%;
    text-align: center;
    color: #251d1a;
  }
  .post_nav_list .prev {
    margin-right: -25%;
    text-align: left;
  }
  .post_nav_list .index {
    text-align: center;
  }
  .post_nav_list .next {
    margin-left: -25%;
    text-align: right;
  }
}/*# sourceMappingURL=common.css.map */