<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ã‚«ãƒ†ã‚´ãƒªãƒ¼*/
.category_space{
  margin-top: 150px;
}
.category_space h1{
  margin: 12px auto;
}
.category_space hr{
  border: 2px solid #0081d2;
  width: 300px;
}
.category_boxs{
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.category_box{
  width: 150px;
  height: 150px;
  border: 1px solid #0081d2;
  border-radius: 50%;
  float: left;
  margin: 30px auto;
}
.category_box:hover{
  background-color: #0081d2;
  color: #fff;
}
.category_box a{
  color: #0081d2;
  display: block;
  padding: 45px 0 25px;
ã€€width: 150px;
justify-content:space-around;
}
.category_box a:hover{
  color: #fff;
}
.arrow{
  transform: rotate(90deg);
  font-size: 25px;
}
.sp-arrow{
  display: none;
}

/*Q&amp;Aã‚¢ã‚³ãƒ¼ãƒ‡ã‚£ã‚ªãƒ³*/
.accordionbox{
	max-width: 950px;
	margin: 10px auto 40px;
	padding: 10px 0;
  cursor: pointer;
}
.accordionlist dt {
  display: table;
  width: 90%;
  position: relative;
  border: 1px solid #0081d2;
  border-radius: 10px;
margin-top: 30px;
padding: 5px 30px 5px 60px;
font-size: 14px;
letter-spacing: .2em;
background-color: #fff;
}
.accordionlist dt .title {
    position: relative;
    font-weight: 500;
    text-align: left;
    padding: 0 0 0 20px;
  }
  .accordionlist .title:before {
    display: block;
    position: absolute;
    content: "Q.";
    top: -0.10em;
    left: -1.6em;
    color: #0081d2;
    font-size: 20px;
    font-family: "Crimson Text",serif;
  }
  .accordionlist .open{
    background-color: #0081d2;
    color: #fff;
    display: block;
  }
  .accordionlist .open .title:before{
    color: #fff;
  }

.accordionlist dd{
  display:none;
	background: #fff;
	padding: 30px 70px 25px 20px;
  text-align:left;
  font-size: 16px;
  letter-spacing: 0.3px;
line-height: 27px;
  cursor: auto;
}
.accordion_icon,
.accordion_icon span {
	display:table-cell;
  vertical-align: middle;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
  margin-top: -35px;
ã€€margin-left: 40px;
display: inline-block;
}
.accordion_icon span {
	position: absolute;
  left: 10px;
  width: 50%;
	height: 2px;
  background-color: #0081d2;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*ï¼‹ã€ï¼åˆ‡ã‚Šæ›¿ãˆ*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-color: #fff;
}


/*å„ã‚¹ãƒšãƒ¼ã‚¹*/
.service_space{
  margin-top: 100px;
  background-color: #fff;
}
.price_space{
  margin-top: 120px;
}
.apply_space{
  margin-top: 120px;
}
.other_space{
  margin-top: 120px;
}
.gotop{
  color: #0081d2;
  float: right;
  margin-top: 10px;
}

/*æœ€å¾Œ*/
.last_btn{
    width: 60%;
    padding: 20px;
    color: #ffffff;
    background-color: #fdbf2d;
    border-radius: 10px;
    border: solid 1px #fdbf2d;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    margin: 140px auto;
    display: inherit;
}
.last_btn:hover {
    color: #fdbf2d;
    background-color: #ffffff;
}
.br-pc {
    display: block;
  }
.last_space {
  margin: 50px auto;
}

/* --------------------------------

ipadç”¨CSS(TOP)

-------------------------------- */
@media screen and (min-width:415px) and (max-width:768px){
  .category_boxs{
    width: 90%;
    margin-top: 20px;
  }
  .category_box{
    height: 140px;
    width: 140px;
    margin: 2%;
    background-color: #0081d2;
  }
  .category_box a{
    color: #fff;
    padding: 40px 0;
  }
  .accordionbox{
    width: 90%;
  }
  .accordionlist dt{
    width: 85%;
    margin: 30px auto 0;
  }
  .accordionlist dt .title{
    width: 90%;
  }
  .last_btn{
    background-color: #fdbf2d;
    color: #fff;
  }
  .br-pc {
    display: none;
  }

}


/* --------------------------------

ã‚¹ãƒžãƒ›ç”¨CSS(TOP)

-------------------------------- */
@media screen and (max-width: 414px){
  .category_boxs{
    width: 90%;
    display: block;
  }
  .sp-arrow{
    float: right;
    padding-left: 10px;
    font-weight: bold;
  }
  .category_box{
    width: 80%;
    height: 54px;
    border-radius: 10px;
    margin: 20px auto;
    float: none;
    background-color: #0081d2;
  }
  .category_box a{
    padding: 15px 0;
    color: #fff;
    flex-direction:column;
  }
  .accordionbox{
    width: 90%;
  }
  .accordionlist dt{
    width: 70%;
    margin: 30px auto 0;
  }
  .accordionlist dt .title{
    font-size: 0.8rem;
    padding: 0;
    width: 80%;
  }
  .accordionlist dt .title::before{
    font-size: 1rem;
    left: -2.2rem;
  }
  .accordionlist dd{
    font-size: 0.7rem;
    margin-left:5%;
    padding: 10% 9% 5% 5%;
    line-height: 20px;
  }
  .last_btn{
    width: 80%;
  }
  .br-pc {
    display: none;
  }
}
</pre></body></html>