@charset"UTF-8";

/* 
***********************************************************
* Copyright(C) CIDARIO Inc.
* URI:https://cidario.co.jp
* Editor:Hiromi Yoshino
***********************************************************
*/

.faq-list-wrap{
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-list-wrap h3{
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 60px 0 0 0;
}

@media only screen and (min-width:768px) { 
.faq-list-wrap h3{
  font-size: 2.4rem;
  margin: 80px 0 0 0;
 }
}

.faq-list-wrap h3::after{
  content: "";
  width:60px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}

/* faq
========================================================================================================
*/
div.faq-box{
  position: relative;
  width:95%;
  padding: 0;
  margin: 40px auto 0 auto ;
}

@media only screen and (min-width:768px) { 
div.faq-box{
  margin: 40px auto 0 auto ;
  }
}

div.faq01{
  width:100%;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: stretch;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
div.faq01{
  width:100%;
  display: grid;
  grid-template-columns: 110px 1fr;  
  }
}

div.faq01 span{
  min-height: 80px;
  background: #4AB8CF; 
  border-bottom: 1px solid #FFF;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; 
  margin: 0;
}

div.faq01:last-of-type span{
  border-bottom: none;
}

@media only screen and (min-width:768px) {
div.faq01 span{
  min-height: 110px;
  font-size: 4.0rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 30px 0 0 0; 
  margin: 0;
 }
}

div.faq01 dl{ 
  background: #FFF;
  border-bottom: 1px solid #EEE;
  display: flex;
  flex-flow: column;
}

div.faq01 dl dt{  
  position: relative;  
  min-height: 80px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5em;
  color: #4AB8CF;
  display: flex;
  align-items: center;
  padding: 20px 50px 20px 20px;
  cursor: pointer;
}

@media print, screen and (min-width:768px) {
  div.faq01 dl dt{ 
  min-height: 110px;
  font-size: 2.0rem;
  padding: 20px 100px 20px 60px;  
  }
}

div.faq01 dl dt::before,
div.faq01 dl dt::after{
  content: "";
  width:20px;
  height: 2px;
  background: #4AB8CF;
  position: absolute;
  top:50%;
  /*top:calc(50% + 4px);*/
  right: 15px;
  transition: .5s;
}

div.faq01 dl dt::before{
  transform: rotate(90deg);
}

@media print, screen and (min-width:768px) {
  div.faq01 dl dt::before,
  div.faq01 dl dt::after{
   content: "";
   width:40px;
   height: 2px;
   position: absolute;
   /*top:calc(50% + 4px);*/
   right: 30px;
 }
}

div.faq01 dl dt.active:before{
	transform: rotate(0deg);
}

div.faq01 dl dt.active:after{
	background-color: transparent;
}

div.faq01 dl dd{
  width:90%;
  display: none;
  line-height: 200%;
  padding:0 30px 0 20px;
  margin: 0 0 30px 0;
}

@media print, screen and (min-width:768px) {
div.faq01 dl dd{
  display: none;
  padding:0 60px;
  margin: 0 0 30px 0;
  }
}

div.faq01 dl dd a{  
  margin: 30px 0 10px 0;
}

div.faq01 dl dd a span{ 
  display: inline-block;
  min-height: inherit;
  background: none; 
  border-bottom: none;
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #FFF;  
  padding: 0; 
}

/* faq-nav
========================================================================================================
*/

#faq-nav{
  width:100%;
  padding: 0 0 140px 0;
  margin: 0 auto;
}
@media only screen and (min-width:768px) { 
#faq-nav{
  width:100%;
  padding: 0;
  margin: 0 auto 80px auto;
  }
}

.faq-nav-wrap{
  width:100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto ;
}

.faq-nav-wrap h3{
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  text-align: center;
  padding: 20px 0 30px 0;
  margin: 60px 0 0 0;
}

@media only screen and (min-width:768px) { 
.faq-nav-wrap h3{
  font-size: 2.4rem;
  margin: 80px 0 0 0;
 }
}

.faq-nav-wrap h3::after{
  content: "";
  width:60px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}

.faq-nav-wrap ul{
  width:95%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:1px;
  margin: 40px auto 0 auto;
}

@media only screen and (min-width:768px) {
.faq-nav-wrap ul{
  width:95%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:1px;
  margin: 40px auto 0 auto;
  }
}

.faq-nav-wrap ul li{ 
  position: relative;
  height: 100px;  
}

@media only screen and (min-width:768px) {
.faq-nav-wrap ul li{
  height: 200px;  
  }
}

.faq-nav-wrap ul li a{
  width: 100%;
  height: 100%; 
  background: #4AB8CF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.8s;
}

.faq-nav-wrap ul li a:hover{
  background: #5FE3FF;
}

.faq-nav-wrap ul li span{
  width:100%;
  font-size: 1.3rem;
  text-align: center;
  color: #FFF;
}

@media only screen and (min-width:768px) {
.faq-nav-wrap ul li span{
  position: relative;
  width:100%;
  font-size: 2.4rem;
  text-align: center;
  color: #FFF;
  }
}

.faq-nav-wrap ul li span::after{
  content: "";
  width:6px;
  height: 12px;
  background: url("/common/images/icon09.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom:15px;
  left:50%;
  transform: translateX(-50%);
}

@media only screen and (min-width:768px) {
.faq-nav-wrap ul li span::after{
  content: "";
  width:10px;
  height: 23px;
  background: url("/common/images/icon04.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:50%;
  right: 25px;
  bottom: inherit;
  left:inherit;
  transform: translateY(-50%);
  }
}
