<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*
  common
-------------------------------------------------------*/
#catChair{
  font-size: 18px;
  line-height: 1.4;
}
#catChair a{
  text-decoration: none;
  color: inherit;
}
#catChair img{
  width: 100%;
  max-width: 100%;
}
#catChair section{
  margin-bottom: 60px;
}
#catChair section h2{
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: dotted 2px #EEEAE6;
  padding-bottom: 10px;
}
#catChair section .secIn{

}
#catChair section .moreBtn{
  text-align: center;
}
#catChair section .moreBtn a{
  display: block;
  background: #eeeeee;
  padding: 15px 1em;
  border-radius: 10px;
}


/*
  catType
-------------------------------------------------------*/
.catType{

}
.catType .secIn{
  display: flex;
  flex-wrap: wrap;
}
.catType .secIn a{
  display: block;
  width: 48%;
  text-align: center;
  padding: 20px 18px;
  margin: 0 1% 30px;
  border: solid 1px #dddddd;
  border-radius: 6px;
}
.catType .secIn a dl{

}
.catType .secIn a dl dt{
  display: flex;
  margin-bottom: 14px;
}
.catType .secIn a dl dd{
  padding-left: 10px;
}
.catType .secIn a dl dd::after{
  content: "&gt;";
  margin-left: 7px;
  color: #cccccc;
}



/*
  catKeyphrase
-------------------------------------------------------*/
.catKeyphrase{

}
.catKeyphrase .secIn{
  display: flex;
  flex-wrap: wrap;
}
.catKeyphrase .secIn a{
  display: block;
  width: 48%;
  padding: 20px 18px;
  margin: 0 1% 30px;
  border: solid 1px #dddddd;
  border-radius: 6px;
}
.catKeyphrase .secIn a dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catKeyphrase .secIn a dl dt{
  width: 40%;
}
.catKeyphrase .secIn a dl dd{
  width: 60%;
    padding-left: 1em;
}



/*
  catUseful / catCustomer
-------------------------------------------------------*/
.catUseful,
.catCustomer{

}
.catUseful .secIn,
.catCustomer .secIn{
  display: flex;
  flex-wrap: wrap;
}
.catUseful .secIn a,
.catCustomer .secIn a{
  display: block;
  width: 48%;
  padding: 20px 18px;
  margin: 0 1% 30px;
  border: solid 1px #dddddd;
  border-radius: 6px;
}
.catUseful .secIn a dl,
.catCustomer .secIn a dl{

}
.catUseful .secIn a dl dt,
.catCustomer .secIn a dl dt{
  margin-bottom: 14px;
}
.catUseful .secIn a dl dd,
.catCustomer .secIn a dl dd{

}



/*
  catCustomer
-------------------------------------------------------*/
.catCustomer .secIn a dl dd{
  font-size: 0.9em;
}
.catCustomer .secIn a dl dd strong{
  display: block;
  font-weight: bold;
  margin-top: 1em;
  font-size: 1.1rem;
}



/*
  catFaq
-------------------------------------------------------*/
.catFaq{

}
.catFaq dl{
  padding: 20px 18px;
  margin: 0 1% 30px;
  border: solid 1px #dddddd;
  border-radius: 6px;
}
.catFaq dl dt{
  border-bottom: dashed 1px #999;
  margin: 0 0 1em 2em;
}
.catFaq dl dt::before{
  content: 'Q：';
  margin-left: -2em;
  color: #CC0101;
}
.catFaq dl dd{
  text-align:center;
}
.catFaq dl dd a{
  text-decoration: underline !important;
  padding-top: 2em;
  display: inline-block;
  font-size: .9em;
}
.catFaq dl dd.answer{
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.catFaq dl dd.answer::before{
  content: 'A：';
  color: #000099;
}




/********************************************************

  smartphone

********************************************************/
@media screen and (max-width: 480px) {


/*
  common
-------------------------------------------------------*/
#catChair {
  margin-top: 50px;
  font-size: 14px;
}



/*
  catType
-------------------------------------------------------*/
.catType .secIn a{
  padding: 14px;
}


}/* @media screen and (max-width: 480px) */
</pre></body></html>