@charset"UTF-8";


/* 新規作成*/

/* 共通　common
========================================================================================================
*/

h1.title01{
  display: none;
}

footer{
  margin: 0;
}

main.faq{
  width:100%;
  font-family: 'Noto Serif JP', serif;
  font-weight:500; 
  color: #444;
}

@media print, screen and (min-width:600px)  { 
  .lg-hide{
  display: none;
  }
}

@media print, screen and (max-width:599px)  { 
  .sm-hide{
  display: none;
  }
}

/* コンテンツ
========================================================================================================
*/
/*--------- 見出し ---------*/

/*---- h1 ----*/

main.faq h1.faq-title01{
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  padding: 0 5px;
  margin: 0 0 30px 0;
}

main.faq h1.faq-title01 span{
  position: relative;
  padding: 0 0 5px 0;
}

main.faq h1.faq-title01 span::after{
  content: "";
  width:80%;
  height: 2px;
  background: #D29836;
  position: absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width:600px)  { 
  main.faq h1.faq-title01{
    font-size: 2.8rem;
    text-align: center;
    margin: 0 0 40px 0;
  }
  
  main.faq h1.faq-title01 span{
    position: relative;
    padding: 0 0 10px 0;
  }
}

main.faq h1.faq-title01 + p{
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

/* FAQナビゲーション
========================================================================================================
*/

aside.faq-nav{
  width:100%;
  margin: 80px auto 0 auto;
}

aside.faq-nav ul{
  width:90%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 3fr));
  grid-gap: 15px;
  margin: 30px auto 20px auto;
}

@media print, screen and (min-width:600px)  { 
  aside.faq-nav ul{
   width:90%;
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(270px, 3fr));
   grid-gap: 30px;
   margin: 60px auto;
  }
}

aside.faq-nav ul li{
  position: relative;
  height: 50px;
  border: 1px solid #C29740;
}

aside.faq-nav ul li::before{
  content: "";
  border-top: solid 2px #BA852A;
  border-right: solid 2px #BA852A;
  width: 8px;
  height: 8px;
  position: absolute;
  top:50%;
  right:15px;
  transform: translateY(-50%) rotate(45deg);
}

aside.faq-nav ul li a{
  width: 100%;
  height: 100%;
  color: #BA852A;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
}

aside.faq-nav ul li a:hover{
  background: #C29740;
  color: #FFF;
}

aside.faq-nav ul li:hover::before{
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}


/* FAQコンテンツ
========================================================================================================
*/

main.faq{
  width:100%;
  padding: 0 0 30px 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  main.faq{
   width:90%;
   max-width: 1200px;
   padding: 60px 0;
   margin: 0 auto;
  }
}

section.faq-contents{
  width:100%;
  margin: 40px auto;
}

@media print, screen and (min-width:600px)  { 
  section.faq-contents{
    width:90%;
    margin: 40px auto 80px auto;
  }
}

section.faq-contents h2{
  width:100%;
  height: 50px;
  background: #FAF4E5;
  display: flex;
  font-size: 2.0rem;
  align-items: center;
  padding: 5px 25px;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  {
  section.faq-contents h2{
    font-size: 2.4rem;
    padding: 5px 20px;
    margin: 0 auto;
  }
}

section.faq-contents dl.faq-shopping{
  width:90%;
  border-bottom: 1px #C29740 solid;
  padding: 30px 0 0 0;
  margin: 0 auto;
}

@media print, screen and (min-width:600px)  { 
  section.faq-contents dl.faq-shopping{
    width:100%;  
     padding: 30px 0 0 0;
    margin: 0;
  }
}

section.faq-contents dl.faq-shopping dt{
  position: relative;
  font-size: 1.6rem;
  color: #582A15;
  padding: 0 50px;
  margin: 0 0 30px 0;
  cursor: pointer;
}

@media print, screen and (min-width:600px)  {
  section.faq-contents dl.faq-shopping dt{
   position: relative;
   font-size: 2.0rem;
   color: #582A15;
   padding: 0 60px;
   margin: 0 0 30px 0;
   cursor: pointer;
  }
}

section.faq-contents dl.faq-shopping dt::before{
  content: "";
  width: 32px;
  height: 32px;
  background: url("https://mizuha.itembox.design/item/images/faq/faq02.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:12px;
  left:5px;
  transform: translateY(-50%);
}

@media print, screen and (min-width:600px)  {
  section.faq-contents dl.faq-shopping dt::before{
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top:18px;
    left:15px;
    transform: translateY(-50%);
  }
}

section.faq-contents dl.faq-shopping dt::after{
  content: "";
  width: 14px;
  height: 7px;
  background: url("https://mizuha.itembox.design/item/images/faq/faq03.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:12px;
  right:12px;
  transform: translateY(-50%);;
}

section.faq-contents dl.faq-shopping dt.active::after{
  content: "";
  width: 14px;
  height: 7px;
  background: url("https://mizuha.itembox.design/item/images/faq/faq04.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:12px;
  right:12px;
  transform: translateY(-50%);;
}

@media print, screen and (min-width:600px)  {
  section.faq-contents dl.faq-shopping dt::after{
   content: "";
   width: 20px;
   height: 10px;
   background: url("https://mizuha.itembox.design/item/images/faq/faq03.png") no-repeat 0 0;
   background-size: 100%;
   position: absolute;
   top:16px;
   right:16px;
   transform: translateY(-50%);;
  }

  section.faq-contents dl.faq-shopping dt.active::after{
   content: "";
   width: 20px;
   height: 10px;
   background: url("https://mizuha.itembox.design/item/images/faq/faq04.png") no-repeat 0 0;
   background-size: 100%;
   position: absolute;
   top:16px;
   right:16px;
   transform: translateY(-50%);;
  }
}

section.faq-contents dl.faq-shopping dd{
  display: none;
}

section.faq-contents dl.faq-shopping dd{
  position: relative;
  line-height: 180%;  
  padding: 0 50px 20px 50px;
  margin:  0;
}

@media print, screen and (min-width:600px)  {
  section.faq-contents dl.faq-shopping dd{
   padding: 0 60px 20px 60px;
  }
}

section.faq-contents dl.faq-shopping dd::before{
  content: "";
  width: 32px;
  height: 32px;
  background: url("https://mizuha.itembox.design/item/images/faq/faq01.png") no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top:0;
  left:5px;
}

@media print, screen and (min-width:600px)  {
  section.faq-contents dl.faq-shopping dd::before{
   content: "";
   width: 32px;
   height: 32px;
  background: url("https://mizuha.itembox.design/item/images/faq/faq01.png") no-repeat 0 0;
   background-size: 100%;
   position: absolute;
   top:0;
   left:15px;
  }
}

section.faq-contact{
  width:90%;
  background: #FAF4E5;
  padding: 40px 0;
  margin: 0 auto;
}

section.faq-contact p{
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 25px 0;
}

@media print, screen and (min-width:600px)  {
  section.faq-contact p{
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 25px 0;
  }
}

section.faq-contact a{
  width:100%;
  height:40px;
  max-width: 280px;
  background: #582A15;
  color: #FFF;
  margin: 0 auto;
}

/*--------------------  TOPへボタン  --------------------*/

main a.special-btn01{
  position: relative;
  width:100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;  
  font-family: 'Noto Sans JP', sans-serif;  
  font-size: 1.3rem;
  transition: 1s;
}

@media print, screen and (min-width:600px)  { 
  main a.special-btn01{
    font-size: 1.6rem;
  }
}

main a.special-btn01:hover{
  opacity: 0.8;
}

aside.special-btn-top{
  width:100%;
  margin: 40px auto 20px auto;
}

@media print, screen and (min-width:600px)  {
  aside.special-btn-top{
   width:100%;
   max-width: 1200px;
   margin: 80px auto 50px auto;
  }
}

aside.special-btn-top a{
  width:100%;
  height:40px;
  max-width: 280px;
  background: #BA852A;
  color: #FFF;
  margin: 0 auto 20px auto;
}

@media print, screen and (min-width:600px)  {
  aside.special-btn-top a{
    margin: 0 auto 30px auto;
  }
}
