@charset 'utf-8';
/*
Theme Name: 申し込みフォーム
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  letter-spacing: 0.04em;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

.kc,
.base em {
  color: rgba(0, 0, 0, 1);
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



main {
  background: #fffeee;
  color: #323232;
  font-size: 16px;
  text-align: left;
  padding-bottom: 80px;
}
main#si {
  background: #ffffff;
}
main:after {
  content: '';
  clear: both;
  display: block;
}



header {
  padding-top: 50px;
}
header > img {
  display: block;
  width: 120px;
}



main > section {
  padding-right: 5%;
  padding-left: 5%;
}



.post_password {
  background: #fffeee;
  width: 90%;
  text-align: center;
  padding: 2.5em 3em 3.5em;
  border: solid 1px rgba(0, 0, 0, 0.25);
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, 0.1));

  border-radius: 1em;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.post_password:before {
  content: '';
  display: block;
  background: url('image/l.svg') no-repeat center / contain;
  width: 80px;
  height: 100px;
  margin: 0 auto 1.5em;
}
.post_password input {
  display: block;
  width: 100%;
  height: 2.6em;
  border: solid 1px #cccccc;
}
.post_password input[type='password'] {
  text-align: center;
  padding: 0 1em;
  border: solid 1px #cccccc;
}
.post_password input[type='password']::placeholder {
  color: #cccccc;
}
.post_password input[type='submit'] {
  background: #e6e6e6;
  color: #202020;
  font-weight: 700;
  margin-top: 0.5em;
}



.heading {
  color: #000000;
  font-weight: 700;
}
h3.heading {
  font-size: 1.2em;
  line-height: 1.3em;
  text-align: center;
  margin-top: 3em;
  padding-bottom: 0.25em;
}

#pricet {
  color: #000000;
  min-height: 1em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 0.75em;
  position: relative;
}
#pricet span {
  display: block;
  color: #323232;
  font-size: 0.7em;
  font-weight: 400;
  line-height: 1em;

  position: absolute;
  right: 0;
  bottom: 0;
}
#pricel {
  background: #ffffff;
  padding-top: 5%;
  padding-bottom: 5%;
  border: solid 1px rgba(0, 0, 0, 0.25);
}
#pricel h4,
#pricel h5 {
  color: #000000;
  font-size: 1.1em;
  line-height: 1em;
}
#pricel h4 {
  background: #e6e6e6;
  font-weight: 700;
  margin-bottom: 1.75em;
  padding: 0.75em 5%;
  position: relative;
}
#pricel h4:not(:first-child) {
  margin-top: 2em;
}
#pricel h4 span {
  display: inline-block;
  color: #323232;
  font-size: 0.7em;
  font-weight: 400;

  position: absolute;
  right: 5%;
}
#pricel h5 {
  text-align: center;
}
#pricel aside {
  font-size: 0.75em;
  line-height: 1.6em;
  margin-top: 1.5em;
  padding-right: 5%;
  padding-left: 5%;
}
#pricel table {
  width: 90%;
}
#pricel table * {
  line-height: 1em;
}
#pricel tr td:nth-child(1) {
  padding-left: 1em;
}
#pricel tr td:nth-last-child(1) {
  padding-right: 1em;
}
#pricel caption {
  font-size: 0.85em;
  text-align: right;
  padding-right: 10%;
  padding-bottom: 0.75em;
  padding-left: 10%;
}
#pricel td {
  color: #161616;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  white-space: nowrap;
}
#pl {
  border-bottom: solid 1px #f0f0f0;
}
#pl tr:nth-child(2n+1) {
  background: #f6f6f6;
}
#pl tr td:nth-child(2) {
  padding-right: 0.5em;
  padding-left: 0.5em;
}
#pl tr td:nth-child(5) {
  padding-right: 1em;
  padding-left: 1em;
}
#pe {
  table-layout: fixed;
}
#pe tr {
  border-top: solid 1px #f0f0f0;
}
#pe tr:nth-child(3) {
  border-top: 0;
}
#pe tr:nth-last-child(1) {
  border-top: solid 1px #c6c6c6;
}
#pe td:nth-child(2) {
  width: 10%;
}
#pe tr:nth-child(2) td {
  padding-bottom: 0.25em;
}
#pe tr:nth-child(3) td {
  font-size: 0.85em;
  padding-top: 0.5em;
}



footer {
}
#footer {
  color: #808080;
  padding-top: 20px;
  padding-bottom: 50px;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
footer small {
  font-size: 0.85em;
}



#nodata {
  text-align: center;
  padding: 80px 0;
}


.clear {
  clear: both;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-fit: contain;
}

a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.base,
.base > * {
  line-height: 2em;
}
.base:after {
  content: '';
  clear: both;
  display: block;
}
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base strong { color: #323232; }
.base strong { font-weight: 700; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
.base figure img { height: auto !important; margin-top: 0.4em; margin-bottom: 0.4em; }
.base figcaption { line-height: 1.5em; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-image {
  text-align: center;
  margin-bottom: 0;
}
.base .wp-block-embed {
  margin: 1em auto;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base .wp-block-columns {
  margin-bottom: 0;
}
.base .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}
.base h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.6em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.7em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.8em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base > ol, .base > ul { padding-top: 0.5em; }
.base ol { padding-left: 1.65em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li { padding-top: 0.5em; }
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a:link,
.base a:visited {
  color: rgba(57, 93, 170, 1);
}
.base a:active,
.base a:hover {
  color: rgba(57, 93, 170, 0.5);
}









#form {
  width: 90%;
}
#form tr {
  display: block;
  padding-top: 2em;
}
#form th,
#form td {
  display: block;
  text-align: left;
}
#form th {
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
#form td {
  padding-top: 0.75em;
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: #ffffff;
  border: solid 1px rgba(57, 93, 170, 0.6);
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  width: 100%;
  line-height: 1.5em;

  border-radius: 0.33em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#form td textarea {
  height: calc(4.5em + 2px);
  padding: 0.75em 1em;
}
#form input.p-postal-code {
  width: 8em;
  height: 2.4em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3em;
  padding: 0 1em;
}
#form td input[type='checkbox'],
#form td input[type='radio'] {
  margin-right: 0.25em;
}
#form td {
  position: relative;
}
.wpcf7-not-valid-tip {
  font-size: 0.75em;
  font-weight: 700;
  padding-top: 0.1em;
  white-space: nowrap;
  position: absolute;
}
.area .wpcf7-not-valid-tip {
  top: 100%;
  left: 0;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}
#form td font {
  padding: 0 0.5em;
}
#form input.num1,
#form input.num2 {
  text-align: center;
}
#form input.num1 {
  width: 5em;
}
#form input.num2 {
  width: 6em;
}

#ppdf,
#imp a {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  white-space: nowrap;
}
#ppdf,
#imp {
  margin-top: 1em;
  text-align: center;
}
#ppdf {
  width: 90%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#imp {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  border: solid 1px #e6e6e6;
}
#imp a {
  width: 40%;
  margin-bottom: 1em;
}
#ppdf figure,
#imp figure {
  margin-bottom: 1em;
  position: relative;
  border: solid 1px #cccccc;
}
#ppdf figure:after,
#imp figure:after {
  content: '\f1c1';
  color: rgba(57, 93, 170, 0.8);
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 3em;
  font-weight: 900;
  line-height: inherit;
  padding-left: 0.2em;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#ppdf i,
#imp a i {
  font-size: 0.75em;
  vertical-align: 0.125em;
  margin-left: 0.25em;
}

#agreement {
  width: fit-content;
  margin-top: 3em;
}
#agreement > span,
#agreement > span > span,
#agreement > span > span > span {
  display: block;
}
#agreement label {
  display: block;
  color: rgba(57, 93, 170, 1);
  font-weight: 700;
  padding: 0.25em 0;
}


#submit {
  text-align: center;
  padding-top: 3em;
}
#submit input[type='submit'] {
  background: rgba(57, 93, 170, 1);
  width: 70%;
  height: 3.6em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  border: none;
  box-sizing: border-box;
}
#submit input[type='submit']:disabled {
  opacity: 0.3;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  width: 100%;
  color: #ff0000;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin-left: auto !important;
  padding: 1em 5% !important;
  border: solid 1px #ff0000 !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -500px;
}



main#list {
  background: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

#plist {
  width: 100%;
  font-size: 1.5vw;
  border-bottom: solid 1px #e6e6e6;
/*
  table-layout: fixed;
*/
}
#plist * {
  letter-spacing: 0;
  line-height: 1.3em;
}
#plist tr:nth-child(2n+1) {
  background: #f6f6f6;
}
#plist tr:nth-child(1) {
  background: #e6e6e6;
  color: #323232;
  font-weight: 500;
}
#plist td {
  text-align: center;
  padding: 1em;
  white-space: nowrap;
}
#plist td:nth-last-child(1) {
  padding-right: 0.75em;
  padding-left: 0.75em;
}
#plist td ul {
  display: flex;
  justify-content: space-between;
}
#plist td li {
  display: inline-block;
}
#plist td span {
  display: block;
  font-size: 0.75em;
}
#plist td a {
  display: block;
  color: #ffffff;
  padding: 0.25em 0;
}
#plist td a:link,
#plist td a:visited {
  background: rgba(57, 93, 170, 1);
}
#plist td a:active,
#plist td a:hover {
  background: rgba(57, 93, 170, 0.5);
}






