@charset "UTF-8";
/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

/* reset
   ========================================================================== */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt {
  margin: 0;
  padding: 0;
}
dl dd {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0 0 0 0;
}

/* Utility
   ========================================================================== */
.reset {
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
}

.column2 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column2 ul li {
  width: 49%;
  margin-top: 20px;
}
.column2 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.column3 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column3 ul li {
  width: 32%;
  margin-top: 20px;
}
.column3 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.column3 ul li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 34%;
}
.column3 ul::after {
  content: "";
  display: block;
  width: 32%;
}

.column4 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column4 ul li {
  width: 23.5%;
  margin-top: 20px;
}
.column4 ul li:nth-child(-n+4) {
  margin-top: 0;
}
.column4 ul::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.column4 ul::after {
  content: "";
  display: block;
  width: 23%;
}

.column5 ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.column5 ul li {
  width: 18.4%;
  margin-top: 20px;
}
.column5 ul li:nth-child(-n+5) {
  margin-top: 0;
}

form {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0 auto;
  border: none;
}
form input, form button, form textarea, form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input, form select, form textarea {
  background: white;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
form label > span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form label > span.label-danger {
  background: red;
}
form label > span.label-success {
  background: #0da830;
}
form dl {
  border-bottom: 1px solid silver;
  margin: 0 auto;
}
form dl dt {
  border-top: 1px solid silver;
  text-align: left;
  font-weight: bold;
  padding: 1em 0.5em 0 0.5em;
}
form dl dt > span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form dl dt > span.label-danger {
  background: red;
}
form dl dt > span.label-success {
  background: #0da830;
}
form dl dd {
  text-align: left;
  padding: 0.3em 0.5em 0.8em 0.5em;
}
form label span {
  font-size: 13px;
  padding: 0.3em 0.5em 0.1em 0.5em;
  border-radius: 3px;
  color: white;
  margin: 0 0 0 0.5em;
}
form label span.label-danger {
  background: red;
}
form label span.label-success {
  background: #0da830;
}
form input, form select, form textarea {
  border: 0;
  padding: 10px;
  border: solid 1px #ccc;
  margin: 0 0 10px 0;
  width: 300px;
  max-width: 90%;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
form input:focus, form select:focus, form textarea:focus {
  border: solid 1px #3495e4;
}
form textarea {
  width: 600px;
}
form select::-ms-expand {
  display: none;
}
form input.post_code, form textarea.post_code, form select.post_code {
  width: 5em;
}
form input.address, form textarea.address, form select.address {
  width: 600px;
  max-width: 90%;
}
form input[type=checkbox], form textarea[type=checkbox], form select[type=checkbox] {
  display: none;
}

input:required, form textarea:required, form select:required {
  background: #ffcdd2;
}

/* 入力エラーのスタイル */
input[type=text]:required,
input[type=email]:required,
input[type=email]:invalid,
form textarea[type=email]:invalid,
form select[type=email]:invalid,
textarea:required,
select:required {
  color: #630015;
  background-color: #ffd9e1;
}

label.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
label.checkbox::before {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
label.checkbox::after {
  border-right: 6px solid #23839a;
  border-bottom: 3px solid #23839a;
  content: "";
  display: block;
  height: 20px;
  left: 8px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 60%;
  transform: rotate(45deg);
  width: 9px;
}
input[type=checkbox]:checked + label.checkbox::before, form textarea[type=checkbox]:checked + label.checkbox::before, form select[type=checkbox]:checked + label.checkbox::before {
  border-color: #444;
}
input[type=checkbox]:checked + label.checkbox::after, form textarea[type=checkbox]:checked + label.checkbox::after, form select[type=checkbox]:checked + label.checkbox::after {
  opacity: 1;
}
label ｝ input[type=email]:invalid, label ｝ form textarea[type=email]:invalid, form label ｝ textarea[type=email]:invalid, label ｝ form select[type=email]:invalid, form label ｝ select[type=email]:invalid {
  background: #ffcdd2;
}
label input:valid, label form textarea:valid, form label textarea:valid, label form select:valid, form label select:valid {
  background: transparent;
}
label input:focus, label form textarea:focus, form label textarea:focus, label form select:focus, form label select:focus {
  background: #DCEDC8;
}
label input[type=text], label form textarea[type=text], form label textarea[type=text], label form select[type=text], form label select[type=text] {
  width: 100%;
  max-width: 400px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio], form textarea[type=radio], form select[type=radio] {
  display: none;
}

label.radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
label.radio::before {
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.2em;
  left: 5px;
  margin-top: -0.6em;
  position: absolute;
  top: 50%;
  width: 1.2em;
}
label.radio::after {
  background: #23839a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.7em;
  left: 0.55em;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  top: 0.7em;
  width: 0.7em;
}
input[type=radio]:checked + label.radio::before, form textarea[type=radio]:checked + label.radio::before, form select[type=radio]:checked + label.radio::before {
  border-color: #444;
}
input[type=radio]:checked + label.radio::after, form textarea[type=radio]:checked + label.radio::after, form select[type=radio]:checked + label.radio::after {
  opacity: 1;
}

label.select {
  position: relative;
}
label.select::before {
  position: absolute;
  top: 0.6em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

input#confirm_email1, form textarea#confirm_email1, form select#confirm_email1 {
  width: auto !important;
}

input#confirm_email2, form textarea#confirm_email2, form select#confirm_email2 {
  width: auto !important;
}

div.hide {
  visibility: hidden;
  opacity: 0;
}
div.hide > input, form div.hide > textarea, form div.hide > select {
  display: inline;
}
div.error {
  color: #c80000;
  margin: 0 0 0 0;
  text-align: left;
  font-weight: bold;
}
div#match_error {
  padding: 0 0 0 0;
  display: block;
}
div#match_error.match {
  color: #1bcd6b;
}

input[type=submit], form textarea[type=submit], form select[type=submit] {
  width: auto;
  background-color: #666;
  color: #fff;
  letter-spacing: 0.3em;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  padding: 0.7em 1em 0.5em 1.3em;
  margin: 30px auto 0 auto;
}
input[type=submit]:hover, form textarea[type=submit]:hover, form select[type=submit]:hover {
  border: 1px solid #333;
  background-color: #333;
}
input[type=submit]:active, form textarea[type=submit]:active, form select[type=submit]:active {
  background: #666;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
  color: #1679a1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#privacy > p {
  text-align: left;
}
#privacy > ul > li {
  text-align: left;
}
#privacy > ul > li h3 {
  margin: 20px 0 5px 0;
  font-size: 1.1em;
}
#privacy > ul > li ol > li {
  margin: 0 0 0 2em;
  list-style: disc;
}

#preamble {
  width: auto;
}
#preamble main {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

#page_title {
  margin-top: 30px;
}

#fee_top_com {
  margin: 40px auto 0 auto;
  width: 600px;
  max-width: 100%;
  text-align: left;
}
#fee_top_com aside {
  margin-top: 15px;
  color: red;
}
@media only screen and (max-width: 768px) {
  #fee_top_com {
    width: auto;
    margin: 40px 15px 0 15px;
  }
}

.fee_list section > div {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
.fee_list section > div h2, .fee_list section > div h3 {
  font-family: "M PLUS 1p";
  font-weight: 500;
  transform: rotate(0.05deg);
}
.fee_list section > div h2 {
  font-size: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 50px;
  background: #23839a;
  color: white;
  padding: 15px 15px 13px 15px;
  border-radius: 15px;
}
.fee_list section > div h3 {
  position: relative;
  margin-top: 50px;
  text-align: left;
  font-size: 22px;
  line-height: 33px;
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
.fee_list section > div h3::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f14a";
  margin: 0 0.3em 0 0;
  color: #23839a;
}
.fee_list section > div h3 a {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 15px;
  line-height: 15px;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  text-decoration: none;
  background: gray;
  color: white;
  padding: 0.5em 10px 0.3em 10px;
  border-radius: 7px;
}
.fee_list section > div h3 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f35a";
  margin: 0 0 0 0.3em;
}
.fee_list section > div h3:nth-of-type(1) {
  margin-top: 20px;
}
.fee_list section > div table {
  margin-top: 15px;
}
.fee_list section > div table tr th {
  background: #fff8db;
  padding: 20px 10px;
  border: 1px solid #CCCCCC;
  font-weight: normal;
  font-family: "M PLUS 1p";
  font-weight: 500;
  transform: rotate(0.05deg);
  font-size: 17px;
  line-height: 25.5px;
  font-size: 1.0625rem;
  line-height: 1.59375rem;
  width: 50%;
  background-clip: padding-box;
}
.fee_list section > div table tr td {
  padding: 20px 10px;
  border: 1px solid #CCCCCC;
}
.fee_list section > div table tr td i {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: normal;
}
.fee_list section > div table tr td:nth-of-type(2) {
  width: 25%;
}
@media print, screen and (max-width: 1200px) {
  .fee_list {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .fee_list {
    margin: 0 auto;
  }
  .fee_list section > div h2 {
    font-size: 20px;
    line-height: 20px;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 10px 15px 10px 10px;
  }
  .fee_list section > div h3 {
    font-size: 20px;
    line-height: 30px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .fee_list section > div h3 a {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .fee_list section > div table tr th {
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .fee_list section > div h3 {
    padding-bottom: 1.7em;
  }
  .fee_list section > div article {
    overflow: auto;
    white-space: nowrap;
  }
  .fee_list section > div article::-webkit-scrollbar {
    height: 15px;
  }
  .fee_list section > div article::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .fee_list section > div article::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .fee_list section > div article table {
    width: 100%;
  }
  .fee_list section > div article table tr th {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding: 10px 7px;
  }
  .fee_list section > div article table tr td {
    padding: 10px 7px;
    font-size: 15px;
    line-height: 22.5px;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
  }
  .fee_list section > div article table tr td i {
    font-size: 12px;
    line-height: 18px;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}/*# sourceMappingURL=index.css.map */