<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
    TODO will need to remove settings on HTML since we can't namespace it.
    TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #323333;
  background-color: white;
}

/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
      - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
  width: 100%;
  height: 100%;
}

/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: inside;
  font-weight: bold;
}

caption,
th {
  text-align: left;
}

body.mceContentBody {
  font-family: "游明朝体";
  color: #323333;
  margin: 20px 30px;
  line-height: 170%;
  width: 680px;
}

.editor-area a {
  color: #339933;
  text-decoration: underline;
}

/************************************
** 見出し（H1-6）
************************************/
h1, h2, h3, h4, h5, h6 {
  /* line-height:130%; */
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

#archive-title {
  padding-bottom: 20px;
  font-size: 26px;
}

/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}

blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: "游明朝体";
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: "游明朝体";
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width: 0\0 ) {
  *::-ms-backdrop, blockquote:before {
    left: -55px;
  }
  *::-ms-backdrop, blockquote:after {
    right: -55px;
  }
}
/************************************
** テーブル（Table）
************************************/
table {
  border-collapse: collapse;
}

th {
  /* border: solid 1px #ccc; */
  background-color: #eee;
}

td {
  /* border: solid 1px #ccc; */
}

th, td {
  padding: 3px 5px;
}

ol,
ul,
dl {
  line-height: 150%;
}

ol,
ul,
dl {
  margin: 30px 0;
}

ol ol,
ul ul,
dl dl {
  margin: 0;
}

/************************************
** その他（Other）
************************************/
pre {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 7px;
  overflow: auto;
}

header {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  header {
    font-size: 4vw;
    text-align: center;
  }
}

h3 {
  border-bottom: 1px solid #D0D0D0;
  background: url(../images/privacy/icon_h3.jpg) no-repeat 0 5px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

table {
  width: 98%;
  margin: 0 auto;
}

th {
  background-color: #f8f8f8;
}

.header__inner {
  width: 70%;
  margin: 0 auto;
  max-width: 1000px;
}
@media (max-width: 1000px) {
  .header__inner {
    width: 100%;
  }
}

.h1 {
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
  max-width: 1000px;
  border-left: 10px solid #F39800;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .h1 {
    font-size: 3vw;
    text-align: left;
    font-size: 14px;
    width: 90%;
    margin-bottom: 20px;
  }
}
.h1--spOnly {
  display: none;
}
@media (max-width: 1000px) {
  .h1--spOnly {
    display: block;
    font-size: 12px;
    width: 90%;
    color: #F39800;
    margin: auto;
    margin-bottom: 30px;
  }
}
.h1 p {
  font-size: 24px;
  display: inline-block;
  padding-left: 10px;
  letter-spacing: 2px;
}
@media (max-width: 1000px) {
  .h1 p {
    font-size: 18px;
  }
}
.h1 span {
  font-size: 16px;
  color: #F39800;
  display: inline-block;
}
@media (max-width: 1000px) {
  .h1 span {
    font-size: 12px;
    display: none;
  }
}
.h1::after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  border-top: 1px solid #F39800;
  bottom: -10px;
  left: -10px;
}

main {
  padding: 100px 0;
}
@media (max-width: 1000px) {
  main {
    padding: 30px 0;
  }
}

label.checkbox {
  display: block;
}

label.label {
  margin: 20px 0;
  display: block;
}

textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.fv {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .fv {
    width: 90%;
    padding: 10px;
  }
}
.fv__title {
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
  background-color: #F39800;
  display: inline-block;
  padding: 0px 40px;
}
@media (max-width: 1000px) {
  .fv__title {
    font-size: 3vw;
  }
}
.fv__inner {
  display: flex;
  justify-content: space-between;
}
.fv__innerBox {
  width: 100%;
}
@media (max-width: 1000px) {
  .fv__innerBox {
    width: 100%;
  }
}
.fv__innerBox:first-child {
  text-align: right;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .fv__innerBox:first-child {
    font-size: 2vw;
  }
}
.fv__innerBox:first-child span {
  color: white;
  background-color: red;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 5px;
}
.fv__innerBox:last-child {
  text-align: center;
}
.fv__innerBox .field {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .fv__innerBox .field--sp {
    margin-bottom: 0;
  }
}
.fv__innerBox .field .textbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1000px) {
  .fv__innerBox .field .textbox {
    flex-direction: column;
  }
}
.fv__innerBox .field .textbox--left {
  width: 35%;
  text-align: right;
  margin-right: 5%;
}
@media (max-width: 1000px) {
  .fv__innerBox .field .textbox--left {
    width: 100%;
    text-align: left;
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.fv__innerBox .field .textbox--left .must {
  display: inline-block;
  color: #F39800;
  font-weight: bold;
}
.fv__innerBox .field .textbox--right {
  width: 60%;
  display: flex;
  justify-content: left;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .fv__innerBox .field .textbox--right {
    width: 100%;
    font-size: 12px;
  }
}
.fv__innerBox .field .textbox--right .radio {
  display: flex;
  margin-right: 40px;
  font-weight: normal;
}
@media (max-width: 1000px) {
  .fv__innerBox .field .textbox--right .radio {
    font-size: 14px;
  }
}
.fv__innerBox .field .textbox--right .radio input {
  width: auto !important;
}
.fv__innerBox .field .textbox--right .radio:last-child {
  margin-right: 0px;
}
.fv__innerBox .field .textbox--right .radio label {
  background-color: white;
  color: black;
  margin-left: 5px;
}
.fv__innerBox .field .textbox--right input {
  width: 100%;
  padding: 5px;
}
.fv__innerBox img {
  width: 50%;
  height: auto;
}
@media (max-width: 1000px) {
  .fv__innerBox img {
    display: none;
  }
}
.fv__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}
.fv__wrapperItem {
  margin-right: 1%;
}
.fv__wrapperItem:last-child {
  margin-right: 0%;
}
@media (max-width: 1000px) {
  .fv__wrapper {
    flex-wrap: wrap;
  }
}
.fv__wrapper--left {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  height: auto;
}
@media (max-width: 1000px) {
  .fv__wrapper--left {
    flex-wrap: wrap;
  }
}
.fv__wrapperItem {
  width: 24%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1000px) {
  .fv__wrapperItem {
    width: 49%;
    font-size: 2vw;
  }
}
.fv__wrapperItem--checkbox {
  display: flex;
  justify-content: left;
  padding-left: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid black;
  margin-bottom: 2px;
  width: auto;
  font-size: 11px;
}
@media (max-width: 1000px) {
  .fv__wrapperItem--checkbox {
    font-size: 10px;
  }
}
.fv__wrapperItem--checkbox input {
  width: auto !important;
  margin-right: 5px;
}
@media (max-width: 1000px) {
  .fv__wrapperItem--checkbox input {
    margin: 0 !important;
    margin-right: 10px !important;
  }
}
.fv__wrapperItem--price {
  width: auto;
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
  background-color: lightgray;
}
.fv__wrapperItem--price--num {
  display: flex;
  justify-content: left;
  align-items: center;
  font-weight: bold;
}
.fv__wrapperItem--price--num span {
  margin-left: 5px;
  font-size: 12px;
}
@media (max-width: 1000px) {
  .fv__wrapperItem--price--num span {
    font-size: 10px;
  }
}
.fv__wrapperItem--price--count {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .fv__wrapperItem--price--count {
    font-size: 12px;
  }
}
.fv__wrapperItem--price--count input {
  margin-left: 5px;
  width: 20px;
  height: auto;
  padding: 2px;
}
.fv__wrapperItem img {
  margin-bottom: 10px;
}
.fv__wrapperItem input {
  width: 30px;
  padding: 2px 3px;
  text-align: center;
}
@media (max-width: 1000px) {
  .fv__wrapperItem input {
    width: 30px;
    display: block;
    margin: auto;
    margin-top: 0vw;
    margin-left: 5px;
  }
}

.kiyaku__inner {
  width: 95%;
  margin: 0 auto;
  border: 1px solid black;
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.kiyaku__radio {
  text-align: center;
  display: block;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .kiyaku__radio {
    font-size: 2vw;
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 3vw;
    margin: 20px 0;
  }
  .kiyaku__radio input {
    margin-right: 10px;
  }
}
.kiyaku__fee {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  margin-top: 30px;
}
.kiyaku__fee input {
  padding: 4px 5px;
  width: 50%;
  text-align: right;
  font-size: 17px;
}
@media (max-width: 1000px) {
  .kiyaku__field {
    width: 95%;
    margin: auto;
  }
}

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

#sendMail {
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: white;
  border: none;
  background-color: #F39800;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
}
#sendMail:hover {
  opacity: 0.6;
}

#pcs {
  height: 150px;
  width: calc(100% - 20px);
  padding: 10px;
  overflow-y: scroll;
}

.privacy {
  font-size: 12px;
  padding: 10px 17px;
}
@media (max-width: 1000px) {
  .privacy {
    padding: 1vw 2vw;
  }
}

.complete {
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
.complete__text {
  font-size: 20px;
  font-weight: bold;
}
.complete__back {
  font-size: 20px;
  font-weight: bold;
  background-color: #F39800;
  padding: 20px 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
  display: block;
  text-decoration: none;
}
.complete__back:hover {
  transition: all 0.5s;
  color: #F39800;
  background-color: white;
  border: 1px solid #F39800;
}

.popup {
  display: none;
}
.popup.active {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(211, 211, 211, 0.5);
}
.popup__inner {
  background-color: white;
  width: 80%;
  max-width: 600px;
  height: auto;
  margin: auto;
  margin-top: 150px;
  padding: 10px;
  border-radius: 10px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 1000px) {
  .popup__inner {
    width: 90%;
    margin-top: 100px;
  }
}
.popup__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid orange;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .popup__title {
    font-size: 16px;
  }
}
.popup__title--cancel {
  float: right;
  font-size: 18px;
  font-weight: bold;
}
.popup__info {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 1000px) {
  .popup__info {
    font-size: 12px;
  }
}
.popup__content {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1000px) {
  .popup__content {
    font-size: 12px;
  }
}
.popup p {
  color: #F39800;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.popup__btns {
  display: flex;
  justify-content: center;
}
.popup__btns button {
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: white;
  border: none;
  color: #F39800;
  border: 1px solid #F39800;
  background-color: white;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.popup__btns button:hover {
  opacity: 0.5;
}
.popup__btns input {
  margin: 0 !important;
}

#popup {
  cursor: pointer;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: white;
  border: none;
  color: white;
  border: none;
  background-color: #F39800;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: bold;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 1000px) {
  #popup {
    font-size: 18px;
  }
}
#popup:hover {
  opacity: 0.5;
}

@media (max-width: 1000px) {
  .l-face {
    width: 100%;
    height: auto;
  }
  .l-face--simulator {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: black;
  opacity: 0.9;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  #page_top {
    bottom: 20px;
  }
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.pdf {
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  margin: 50px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .pdf {
    font-size: 12px;
    margin: 30px 0;
  }
}

.center {
  text-align: center;
  width: 100%;
  margin: 25px 0;
}

.block {
  text-align: right;
}

.indent {
  font-size: 12px;
  font-weight: bold;
  margin: 15px 0;
}
.indent::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #339933;
  display: inline-block;
  margin-right: 5px;
}/*# sourceMappingURL=style.css.map */</pre></body></html>