@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

img {
  width: 100%;
}

.u-br {
  /*
  PCのみ
  */
  /*
  タブレット・スマホ
  */
  /*
  スマホ
  */
}
.u-br__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__pc {
    display: inline;
  }
}
.u-br__tb {
  display: none;
}
@media screen and (max-width: 960px) {
  .u-br__tb {
    display: inline;
  }
}
.u-br__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
}
.u-br__nosp {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br__nosp {
    display: none;
  }
}

.page-postmail {
  padding: 10px;
  font-family: "gothic, serif";
}
.page-postmail input[type=text]::-webkit-input-placeholder, .page-postmail textarea::-webkit-input-placeholder {
  color: #CCC;
}
.page-postmail input[type=text]::-moz-placeholder, .page-postmail textarea::-moz-placeholder {
  color: #CCC;
}
.page-postmail input[type=text]:-ms-input-placeholder, .page-postmail textarea:-ms-input-placeholder {
  color: #CCC;
}
.page-postmail input[type=text]::-ms-input-placeholder, .page-postmail textarea::-ms-input-placeholder {
  color: #CCC;
}
.page-postmail input[type=text]::placeholder,
.page-postmail textarea::placeholder {
  color: #CCC;
}
.page-postmail__logo {
  width: 250px;
  margin: 15px 0;
}
.page-postmail__logo--complete {
  width: 250px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .page-postmail__logo {
    margin: 15px auto;
  }
}
.page-postmail__wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.page-postmail__title {
  background-color: #1f8cd6;
  font-size: 18px;
  color: #FFF;
  padding: 7px 15px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .page-postmail__title {
    font-size: 16px;
  }
}
.page-postmail__subtitle {
  font-size: 17px;
  margin: 20px 0 5px 0;
  color: #00276f;
}
@media screen and (max-width: 768px) {
  .page-postmail__subtitle {
    font-size: 15px;
  }
}
.page-postmail__table {
  border: 1px #ccc solid;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .page-postmail__table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-postmail__table tbody, .page-postmail__table tr {
    display: block;
  }
}
.page-postmail__table th, .page-postmail__table td {
  border: 1px #ccc solid;
}
@media screen and (max-width: 768px) {
  .page-postmail__table th, .page-postmail__table td {
    display: block;
  }
}
.page-postmail__table th {
  padding: 8px 15px;
  width: 240px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-postmail__table th {
    width: 100%;
    background-color: #eef5f9;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-postmail__table th br {
    display: none;
  }
}
.page-postmail__table td {
  padding: 8px 15px;
}
@media screen and (max-width: 768px) {
  .page-postmail__table td {
    padding: 10px;
  }
}
.page-postmail__select {
  font-size: 14px;
  padding: 3px;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  .page-postmail__select {
    max-width: none;
  }
}
.page-postmail__inputText {
  width: 100%;
  padding: 0 3px;
}
.page-postmail__inputMiddle {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputMiddle {
    width: 100%;
  }
}
.page-postmail__inputShort {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputShort {
    width: 100%;
  }
}
.page-postmail__inputLong {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .page-postmail__inputLong {
    width: 100%;
  }
}
.page-postmail__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-postmail__setInput {
  margin-right: 5px;
}
.page-postmail__setText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-postmail__note {
  color: #F00;
}
.page-postmail__addr {
  margin-bottom: 10px;
}
.page-postmail__addr:last-child {
  margin-bottom: 0;
}
.page-postmail__addrSet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-postmail__addrSet {
    display: block;
  }
}
.page-postmail__addrNote {
  margin-top: 10px;
}
.page-postmail__checkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.page-postmail__checkList li {
  list-style-type: none;
  margin-right: 1em;
}
.page-postmail__textarea {
  width: 100%;
  max-width: 450px;
}
.page-postmail__confirm {
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page-postmail__confirm {
    text-align: left;
  }
}
.page-postmail__confirm a {
  color: #D61619;
  text-decoration: none;
}
.page-postmail__confirmCheck {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-postmail__confirmCheck {
    text-align: center;
  }
}
.page-postmail__submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.page-postmail__submitBtn {
  max-width: 180px;
  margin: 0 10px 40px;
}
.page-postmail__submitBtn button,
.page-postmail__submitBtn a {
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  background-color: #3593A9;
  font-size: 16px;
  border: none;
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
.page-postmail__submitBtn--back a {
  background-color: #D61619;
}
.page-postmail__required {
  color: #F00;
}
.page-postmail__alert {
  background-color: #D61619;
  color: #FFF;
  padding: 3px 10px;
  margin-top: 5px;
}
.page-postmail__complete {
  padding: 0 10px;
}
.page-postmail__complete h1 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 100px 0;
}
.page-postmail__completeMsg {
  text-align: center;
  font-size: 20px;
  margin: 100px 0;
}
.page-postmail__completeLogo a {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.page-postmail__completeTel {
  margin-top: 20px;
}
.page-postmail__completeTel a {
  font-size: 30px;
  color: #000;
}
.page-postmail__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page-postmail__date {
    display: block;
    margin-bottom: 10px;
  }
}
.page-postmail__date:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .page-postmail__date:last-child dl:last-child {
    margin-bottom: 0;
  }
}
.page-postmail__date dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-postmail__date dl {
    margin-bottom: 5px;
  }
}
.page-postmail__date dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */
