/* Google Fotns */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Satisfy&display=swap');

/* # =================================================================
   # 共通
   # ================================================================= */
* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
html{
   font-size: 0.625em;
   height: 100%;
}
body{
   font-family: 'Noto Sans JP', sans-serif;
   font-size: 1.4em;   
   height: 100%;
}
img{
   max-width: 100%;
}
h1{
    text-align: center;
    font-size: 2.4rem;
    display: block;
    margin: 0 auto 50px;
    font-weight: 500;
}
h2{
    font-size: 1.8rem;
    border-left: solid 3px #572c00;/*左線*/
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 25px;
}
h3{
  color: #3c3c3c;
  font-size: 1.6rem;
}
h5.arrow{
  vertical-align: middle;
  display: inline-flex;
  text-indent: -5px;
}
a{
  text-decoration: none;
}
.wrapper_all{
  width: 100%;
  position: relative;
  min-height: 100%;
  height: initial;
  overflow: initial;
  position: initial;
}
.wrapper-content {
  padding: 85px 0 0;
  width: 90%;
  margin: 0 auto;
 }
.title{
    position: relative;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 30px;
 }

 /* # =================================================================
 # モバイルファースト
 # ================================================================= */
 .sp{display: block;}
 .pc{display: none;}
 .br-sp{display: block;}
 .pc-only{display: none;}
 i.pc{display: none;}
 i.sp{display: inline-block;}

hr{
  width: 100vw;
  position: relative;
  border:none;
  border-top: solid 2px #ebebe0;
  height:1px;
  color:#FFFFFF;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 6px;
}
/* ご利用方法 */
.qa_container{
  margin: 0 auto 35px;
}
.qa_box{
  width: 96%;
  margin: 10px auto 25px;
}
.qa_box p{
  display: block;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.1em;
}
.qa_container a,.qa_box a{
  color: #61a920;
}

/* アコーディオン */
.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 1.625em;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
  border-bottom: solid 2px #ebebe0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  font-weight: 500;
}
.accordion-title{
  position: relative;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 25%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%2361a920" xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/><path d="M12,4c4.41,0,8,3.59,8,8s-3.59,8-8,8s-8-3.59-8-8S7.59,4,12,4 M12,2C6.48,2,2,6.48,2,12c0,5.52,4.48,10,10,10 c5.52,0,10-4.48,10-10C22,6.48,17.52,2,12,2L12,2z M13,12l0-4h-2l0,4H8l4,4l4-4H13z"/></g></svg>');
  background-size: 30px 30px;
}

.accordion-title.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 30%;
}

.accordion-content {
  display: none;
}
.soryo_table table{
  font-size: 1.2rem;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
.soryo_table table th{
  text-align: center;
  background: #ebebe0;
  border: 1px solid #e6dfc7;
  font-weight: 500;
  padding: 1px 0;
}
.soryo_table table td{
  border: 1px solid #e6dfc7;
  text-align: center;
  padding: 1px 0;
}
.accordion-content ul,.accordion-content ol{
  padding-left: 2rem;
}

  /* # =================================================================
   # 【タブレット縦 /スマートフォン横】
   # ================================================================= */
@media screen and (min-width: 481px){
    .sp{display: none;}
    .pc{display: block;}
    .br-sp{display: none;}
    i.pc{display: inline-block}
    i.sp{display: none;}
}

/* # =================================================================
   # 【デスクトップ/タブレット横】
   # ================================================================= */
   @media screen and (min-width: 769px){
    /* 共通 */
    .pc-only{display: block;}
    .wrapper-content{
        width: 1000px;
        margin: 0 auto;
        padding-top: 120px;
        min-height: 1200px;
     }
   .menu-trigger{
      display: none;
   }
   .title{
     margin-bottom: 50px;
   }
   .title,.title::before{
      font-size: 3.4rem;
   }
   .title::before{
      top: -20px;
   }
   h1{
     font-size: 3.2rem;
     font-weight: 600;
   }
   h2{
     font-size: 2.4rem;
     border-left: solid 5px #572c00;/*左線*/
     font-weight: 500;
     padding-left: 15px;
     margin-left: .3em;
   }
    /* ご利用方法 */
    .qa_container{
      margin-bottom: 80px;
    }
    .accordion-container .accordion-title{
      width: 1000px;
      margin: 0 auto;
      position: static;
      padding-left: 1em;
      font-weight: 600;
      color: #61a920;
    }
    .qa_box p{
      line-height: 2;
    }
  .accordion-title:after {
    display: none;
  }
   .accordion-content{
     display: block;
     line-height: 2;
   }
   .accordion-content ul{
     padding-left: 2rem;
   }
   .accordion-content ol{
     padding-left: 2rem;
   }
   .soryo_table table{
     font-size: 1.4rem;
     margin: 40px  0 60px;
   }
   .soryo_table table th, .soryo_table table td{
     padding: 3px 0;
   }
}
