<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*** ãŠå•ã„åˆã‚ã›ãƒšãƒ¼ã‚¸ã€€ãƒ‡ã‚¶ã‚¤ãƒ³ãƒ†ã‚¹ãƒˆèª¿æ•´ç”¨ ***/


@charset "utf-8";


.yocabito-fp-documentsection {
  font-size: 1.6rem;
  margin-top: 12px;
  padding: 0 5px;
}
@media screen and (min-width: 768px) {
  .yocabito-fp-documentsection {
    padding: 0 50px;
  }
}

.yocabito-fp-faq-main {
  padding: 5px 0;
  margin: 20px 0 0 0;
  border: 0px;
}
@media screen and (min-width: 768px) {
  .yocabito-fp-faq-main {
    padding: 10px 5%;
  }
}

/** FAQã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ **/
.yocabito-documentColumn-index {
  margin: 10px 0;
  padding: 10px 0;
  line-height: 2.1em;
  font-size: 1.6rem;
}
.yocabito-documentColumn-index &gt; ul {
  padding-left: 0;
}
.yocabito-documentColumn-index &gt; ul &gt; li {
  list-style: none;
}
.yocabito-documentColumn-index &gt; ul &gt; li &gt; a {
  position: relative;
  padding: 0 16px 0 0;
}
.yocabito-documentColumn-index &gt; ul &gt; li &gt; a::after {
  margin: 0 -6px 0 6px;
  vertical-align: middle;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #575757;
  border-right: 2px solid #575757;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/** ã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³ã‚¹ã‚¿ã‚¤ãƒ« **/
.yocabito-fp-accordion {
  font-size: 1.5rem;
  max-width: 100%;
  padding: 5px 5px 5px 5px;
}
/*
.yocabito-fp-accordion &gt; h3 {
  margin: 15px 0;
  padding-top: 20px;
}
*/

.yocabito-fp-toggle {
	display: none;
}

.yocabito-fp-faq {
	position: relative;
	margin-bottom: 10px;
}

.yocabito-fp-question, .yocabito-fp-anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.yocabito-fp-question {
	border-bottom: solid 1px #878787;
	padding: 10px 20px 10px 6px;
	display: block;
	color: #303030;
}

.yocabito-fp-question span {
    font-size: 120%;
    padding-right: 0.6rem;
    color: #303030;
    line-height: 0;
}
.yocabito-fp-anser span {
  font-size: 120%;
  padding-right: 0.6rem;
  color: #FF0000;
  line-height: 0;
}

.yocabito-fp-question:after, .yocabito-fp-question:before {
	content: "";
	position: absolute;
	right: 1.0rem;
	top: 0;
  bottom: 0;
  margin: auto;
	width: 1.5px;
	height: 1.0rem;
	background-color: #575757;
	transition: all 0.5s;
}

.yocabito-fp-question:after {
	transform: rotate(90deg);
}

.yocabito-fp-anser {
	max-height: 0;
	overflow: hidden;
}

.yocabito-fp-anser div {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  text-indent: -1.1em;
  padding-left: 1.6em
}

.yocabito-fp-toggle:checked + .yocabito-fp-question + .yocabito-fp-anser {
	max-height: 1500px;
	transition: all 2.0s;
}

.yocabito-fp-toggle:checked + .yocabito-fp-question:before {
	transform: rotate(90deg) !important;
}


/** å•ã„åˆã‚ã›ã‚¹ã‚¿ã‚¤ãƒ« **/
.yocabito-fp-contact-row {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin: 10px 0;
  padding: 10px 0;
  column-gap: 10%;
}
@media screen and (min-width: 768px) {
  .yocabito-fp-contact-row {
      padding-top: 20px;
  }
}

.yocabito-fp-contact-col {
  max-width: 450px;
  min-width: 280px;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .yocabito-fp-contact-col {
    width: 40%;
  }
}

.yocabito-fp-contact-img {
  display: block;
  width: 100%;
  border-radius: 5px;
  color: #373737;
  text-align: center;
  border: solid 1px #878787;
  box-sizing: border-box;
  margin: 15px auto 12px;
  padding: 5px 0;
  background: #ffffff;
}

.yocabito-fp-contact-img &gt; a {
  text-decoration: none;
}
.yocabito-fp-contact-img &gt; a span {
  display: block;
  font-weight: bold;
  height: 40px;
}
.yocabito-fp-contact-img &gt; a img {
  border-style: none;
  width: 100%;
  padding: 10px 38% 0;
}

p.note {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

a.on-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}</pre></body></html>