<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format("opentype");
}
/* ======================================================
	Intro
========================================================= */
#blk_document {
  padding: 20px 20px 30px 20px;
  background-color: #f7f7f7;
}
#blk_document .column {
  padding: 20px 0 10px 0px;
}
#blk_document .column + .column {
  padding-top: 10px;
}
#blk_document .column.first {
  padding-bottom: 30px;
}
#blk_document .column .headline02 {
  margin-bottom: 20px;
}
#blk_document .txt_ttl {
  color: #b99867;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#blk_document .txt_ttl:before {
  content: "◆";
  margin-right: 5px;
}
#blk_document p {
  line-height: 1.8;
}
#blk_document .btn_area {
  margin-top: 30px;
}
#blk_document .btn_area a + a {
  margin-top: 10px;
}
#blk_document .label_alert {
  margin-bottom: -1em;
  margin-top: 1.3em;
}

.indentlist {
  text-indent: -1em;
  padding-left: 1.3em;
  margin: 1em 0 0 0;
}
.indentlist li + li {
  margin-top: 5px;
}
.indentlist ul {
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px 0;
}

ol.indentlist {
  text-indent: -2.4em;
  padding-left: 2em;
}

@media screen and (min-width: 768px) {
  #blk_document {
    padding: 10px 40px 60px 40px;
    background-color: #f7f7f7;
  }
  #blk_document .column {
    padding: 30px 0 20px 0px;
  }
  #blk_document .column .headline02 {
    margin-bottom: 40px;
  }
  #blk_document .column .inner {
    max-width: 720px;
    margin: 0 auto;
  }
  #blk_document .column + .column {
    padding-top: 10px;
  }
  #blk_document .column.first {
    padding-bottom: 50px;
  }
  #blk_document .headline02 {
    margin-bottom: 10px;
  }
  #blk_document .txt_ttl {
    font-size: 18px;
  }
  #blk_document .btn_area {
    margin-top: 40px;
    text-align: center;
  }
  #blk_document .btn_area a {
    max-width: 330px;
    display: inline-block;
    margin: 0 5px;
  }
  #blk_document .btn_area a + a {
    margin-top: 10px;
  }
}
.price_terms {
  margin: 1em 0;
}
.price_terms dd {
  padding: 4px 0;
}

.cancel_table_ttl {
  background: #bda98c;
  padding: 3px 5px;
  color: #FFF;
  margin-top: 1em;
}

.cancel_table {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.cancel_table thead th {
  display: none;
}
.cancel_table tbody th {
  display: block;
  background: #d2c3ad;
  padding: 3px 5px;
  color: #FFF;
  margin-bottom: 5px;
}
.cancel_table tbody td {
  padding: 0 0px 0px;
  margin: 0;
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding: 3px;
}
.cancel_table tbody td:before {
  box-sizing: border-box;
  float: left;
  content: attr(data-title);
}

@media screen and (min-width: 768px) {
  .cancel_table_ttl {
    display: none;
  }

  .cancel_table {
    margin: 0;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    margin-top: 1em;
  }
  .cancel_table thead th {
    display: table-cell;
  }
  .cancel_table tbody th {
    width: 180px;
    display: table-cell;
    background: transparent;
    padding: 4px 7px 4px 0;
    color: #464646;
    margin-bottom: 0px;
  }
  .cancel_table tbody td {
    display: table-cell;
    width: auto;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
  }
  .cancel_table tbody td:before {
    display: none;
  }
}
#term_service {
  padding: 30px 0 0 0;
}
#term_service .headline02 {
  margin-bottom: 25px;
}
#term_service .inner {
  max-width: 720px;
  margin: 0 auto;
}
#term_service ul li ul {
  margin: 0.6em 0;
}

/* ======================================================
	COMPANY PROFILE
========================================================= */
#blk_company01 p {
  text-align: justify;
}
#blk_company01 .taC {
  text-align: center;
}
#blk_company01 .headline02 {
  margin-bottom: 20px;
}
#blk_company01 .ttl_serif {
  font-size: 16px;
  color: #b99867;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif Japanese", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  margin-bottom: 15px;
}
#blk_company01 .img {
  width: 100%;
  max-width: 260px;
  margin: 1em auto 1.5em auto;
  text-align: center;
}
#blk_company01 .img img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  #blk_company01 .headline02 {
    margin-bottom: 40px;
  }
  #blk_company01 .ttl_serif {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  #blk_company01 .ttl_serif br {
    display: none;
  }
  #blk_company01 br.none {
    display: none;
  }
  #blk_company01 .img {
    width: 100%;
    max-width: 260px;
    margin: 40px auto 40px auto;
    text-align: center;
  }
  #blk_company01 .img img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
  }
}
.dl_table {
  background-color: #FFF;
}
.dl_table + .dl_table {
  margin-top: 5px;
}
.dl_table + p {
  margin-top: 20px;
}
.dl_table dt {
  border-bottom: 1px solid #f8f8f8;
  padding: 7px 10px 5px 10px;
  color: #b99867;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dl_table dd {
  padding: 9px 10px 8px 10px;
}

@media screen and (min-width: 768px) {
  .dl_table {
    width: 100%;
    background-color: #FFF;
    display: table;
    padding: 8px;
  }
  .dl_table + p {
    margin-top: 25px;
  }
  .dl_table dt {
    width: 120px;
    border-bottom: none;
    border-right: 1px solid #f8f8f8;
    padding: 3px;
    display: table-cell;
    text-align: center;
  }
  .dl_table dd {
    padding: 3px 3px 3px 15px;
    display: table-cell;
    text-align: left;
  }
  .dl_table dd br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #blk_document.about .column + .column {
    padding-top: 30px;
  }
}
#blk_company01 {
  padding: 30px 20px 30px 20px;
  background-color: #f7f7f7;
}
#blk_company01 .headline02 {
  margin-bottom: 30px;
}
#blk_company01 .logo {
  width: 170px;
  margin: 0 auto 20px auto;
}
#blk_company01 .taC {
  line-height: 1.9;
}
#blk_company01 .corporate_link {
  margin-top: 20px;
}
#blk_company01 .corporate_link li + li {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  #blk_company01 {
    padding: 50px 40px;
  }
  #blk_company01 .logo {
    margin: 0 auto 30px auto;
  }
  #blk_company01 .corporate_link {
    max-width: 590px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
  }
  #blk_company01 .corporate_link li {
    width: 50%;
    padding: 5px;
  }
  #blk_company01 .corporate_link li + li {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  #blk_company01 {
    padding: 60px 40px 80px 40px;
  }
  #blk_company01 .logo {
    margin: 0 auto 40px auto;
  }
  #blk_company01 .corporate_link {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto 0 auto;
  }
}
/* ======================================================
	MIYAMOTO
========================================================= */
#blk_miyamoto {
  background-color: #f7f7f7;
  padding: 10px 0;
}
#blk_miyamoto .column {
  padding: 20px;
}
#blk_miyamoto .column .inner {
  max-width: 680px;
  margin: 0 auto;
}
#blk_miyamoto .column .headline02 {
  margin-bottom: 25px;
}
#blk_miyamoto .column h3 {
  font-size: 17px;
  margin-bottom: 15px;
}
#blk_miyamoto .column p + p {
  margin-top: 1em;
}
#blk_miyamoto .column hr {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #b99867;
  margin: 1.5em 0;
}
#blk_miyamoto .column dl dt {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#blk_miyamoto .column dl dd + dt {
  margin-top: 5px;
}
#blk_miyamoto .large {
  font-size: 17px;
  text-align: center;
  margin-bottom: 25px;
}
#blk_miyamoto .serif {
  color: #b99867;
  font-family: "Yu Mincho", "YuMincho", "Noto Serif Japanese", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#blk_miyamoto .flexbox .thum {
  width: 220px;
  text-align: center;
  margin: 0 auto 20px auto;
}
#blk_miyamoto .flexbox .thum img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}
#blk_miyamoto .profile_list {
  margin-bottom: 10px;
}
#blk_miyamoto .profile_list li + li {
  margin-top: 3px;
}
#blk_miyamoto .profile_list li:before {
  content: "◆";
  color: #b99867;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  #blk_miyamoto {
    padding: 20px 0;
  }
  #blk_miyamoto .column {
    padding: 30px 40px;
  }
  #blk_miyamoto .column .headline02 {
    margin-bottom: 40px;
  }
  #blk_miyamoto .column h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #blk_miyamoto .column p {
    line-height: 1.9;
  }
  #blk_miyamoto .column p + p {
    margin-top: 1em;
  }
  #blk_miyamoto .large {
    font-size: 22px;
    margin-bottom: 40px;
  }
  #blk_miyamoto br.none {
    display: none;
  }
  #blk_miyamoto .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  #blk_miyamoto .flexbox .box {
    width: 50%;
  }
  #blk_miyamoto .flexbox .box:nth-child(2) {
    flex: 1;
  }
  #blk_miyamoto .flexbox .thum {
    width: 220px;
    margin-bottom: 0px;
    padding-right: 40px;
  }
}
.btn_goto {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 11;
}
.btn_goto a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 12px;
  background-color: #ad010f;
  text-decoration: none;
}
.btn_goto a span {
  color: #fff;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  line-height: 1.4em;
  padding-bottom: 0.6em;
  position: relative;
}
.btn_goto a span:after {
  content: "";
  right: 50%;
  bottom: -6px;
  margin-right: -4px;
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  border-width: 2px;
  transition: all 0.2s ease-in-out;
}

@media screen and (min-width: 768px) {
  .btn_goto {
    right: 20px;
    bottom: 20px;
  }
  .btn_goto a {
    transition: all 0.2s ease-in-out;
  }
  .btn_goto a:hover {
    background-color: #d80011;
  }
  .btn_goto a:hover span:after {
    margin-right: -8px;
  }
}</pre></body></html>