@charset "utf-8";
/* CSS Document */

section#privacy{
  margin: 30px 0 0;
}

.mb80{
  margin-top: 100px;
}

h3.l_hd{
  letter-spacing: 0.2em;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 70px;
  position: relative;
  padding-left:40px;
}

h3.l_hd::before{
  content:"";
  width: 11px;
  height: 79px;
  background: var(--color-style2);
  position: absolute;
  bottom: 0;
  left: 0;
}

h3.l_hd span{
  display: block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

@media (max-width:768px){
  .mb80{
    margin-top:115px !important;
  }

  h3.l_hd{
    line-height: 1.3;
    font-size: 24px;
    padding-left: 23px;
    margin-bottom: 24px;
  }

  h3.l_hd span{
    letter-spacing: 0.1em;
    margin-top: 11px;
  }
}

.t_1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing:0.1em;
  line-height:2;
  margin-bottom: 73px;
}


.mail_link{
  color: var(--color-style1);
}

.comp_w{
  width: 800px;
  margin-inline: auto;
}

@media (max-width:840px){
  .comp_w{
    margin: 0 30px;
    width:calc(100% - 60px);
  }
}


.comp_w dl.dl_01{
  margin: 0 auto 101px;
}

.comp_w dl.dl_01 dt{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height:1.3;
  padding-bottom: 7px;
  padding-right: 1em;
  border-bottom: solid 3px var(--color-style2);
}


.comp_w dl.dl_01 dd{
  line-height: 1.3;
  margin:13px 0 83px;
}

.comp_w dl.dl_01 dd:last-of-type{
  margin: 13px 0 0;
}

.comp_w dl.dl_02{
  border-left: solid 7px var(--color-style2);
  box-sizing: border-box;
  margin-bottom: 220px;
  width: 100%;
}

.comp_w dl.dl_02 dt{
  box-sizing: border-box;
  padding-left:43px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom:30px;
  width: 248px;
}

.comp_w dl.dl_02 dd{
  line-height: 1.3;
  margin-bottom:30px;
  width: calc(100% - 248px);
}

.comp_w dl.dl_02 dt:last-of-type,
.comp_w dl.dl_02 dd:last-of-type{
  margin-bottom: 0;
}

@media (max-width:768px){
  .t_1{
    font-size: 16px;
    letter-spacing:0.1em;
    line-height:1.8;
    margin:0 30px 44px;
    text-align: left;
  }


  .comp_w dl.dl_01 dt{
    font-size: 18px;
  }

  .comp_w dl.dl_01 dd{
    margin:11px 0 44px;
  }

  .comp_w dl.dl_01 dd:last-of-type{
    margin: 11px 0 73px;
  }

  .comp_w dl.dl_02{
    border-left:none;
    margin-bottom: 120px;
  }

  .comp_w dl.dl_02 dt{
    padding-left:0;
    margin:5px;
    width: 100%;
  }

  .comp_w dl.dl_02 dd{
    width: 100%;
  }
}

#tokusho{
display: block;
padding-top: 125px;
margin-top: -125px;
  margin-bottom: 122px;
}

@media (max-width:768px){
  #tokusho{
    margin-bottom: 48px;
  }

  h3.l_hd.sspre::before{
    height: 108px;
  }
}