h2{
  float: left;
}
.about-cookie{
  float:right;
  width:462px;
  height: 60px;
  color:#265976;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 3px;
}
br.sp{
  display: none;
}
.h2-inner{
  overflow:hidden;
}
.pc-img{
  width:876px;
  height: 493px;
  margin: 0 auto;
  background:url(../img/guide/pc-img.png) no-repeat;
}
.sp-layout{
  display: none;
}
dl{
  width:850px;
  margin: 20px auto 20px;
  border: 2px solid #3F4A70;
  border-radius: 5px;
  padding: 0 10px;
}
dl dt{
/*  height: 30px;*/
  line-height: 30px;

  padding:6px 0;
  border-bottom: 1px solid #3F4A70;
  position: relative;
  padding-left: 40px;
  padding-right:30px
}
dl dt:hover{
  cursor: pointer;
}
dl dd{
  border-bottom: 1px solid #3F4A70;
  padding:10px 0;
  position: relative;
  padding-left: 40px;
  line-height: 1.3;
}
dl dt:last-of-type{
  border-bottom: 0;
}
dl dd:last-of-type{
  border-bottom: 0;
  border-top: 1px solid #3F4A70;
}

dl dt::before{
  content:"";
  width:15px;
  height: 17px;
  background: url(../img/guide/acordion-midashi.png) no-repeat;
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
}

dl dt::after{
  content:"";
  width:11px;
  height: 11px;
  background: url(../img/guide/acordion-mark.png) no-repeat;
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
}
dl dt.clicked::after{
  content:"";
  width:11px;
  height: 11px;
  background: url(../img/guide/acordion-mark.png) no-repeat;
  background-position: 0 100%;
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
}
dl dd::before{
  content:"";
  width:15px;
  height: 17px;
  background: url(../img/guide/acordion-midashi.png) no-repeat;
  background-position: 0 100%;
  display: block;
  position: absolute;
  left: 10px;
  top: 13px;
}
@media screen and (max-width: 979px){
  h2{
    float:none;
  }
  .about-cookie{
    float:none;
    width:462px;
    height: 60px;
    margin: 0 auto;
  }
  .h2-inner{
    overflow:visible;
  }
  .pc-img{
    max-width:870px;
    width:760px;
    height: 430px;
    margin: 0 auto;
    background:url(../img/guide/pc-img.png) no-repeat;
    background-size:contain;
  }
  dl{
    width:736px;
    margin: 20px auto 20px;
    border: 2px solid #3F4A70;
    border-radius: 5px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .pc-layout{
    display: none;
  }
  .sp-layout{
    display: block;
  }
  .about-cookie{
    float:none;
    max-width:462px;
    width: 92%;
    height: auto;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 1.3;
  }
  br.sp{
    display: inline;
  }
  .danraku{
    background: white;
    width:92%;
    margin: 0 auto 10px;
    padding: 2%;
  }
  .title1{
    background: url(../img/guide/title-1.png) no-repeat;
    width:200px;
    height: 23px;
  }
  .title2{
    background: url(../img/guide/title-2.png) no-repeat;
    width:178px;
    height: 23px;
  }
  
  .midashi{
    width: 70px;
    height: 21px;
    margin-left: 2%;
  }
  .midashi-1{
    background: url(../img/guide/misashi-1.png) no-repeat;
  }
  .midashi-2{
    background: url(../img/guide/misashi-2.png) no-repeat;
  }
  .midashi-3{
    background: url(../img/guide/misashi-3.png) no-repeat;
  }
  dl{
    width:92%;
    margin: 20px auto 20px;
    border: 2px solid #3F4A70;
    border-radius: 5px;
    padding: 0 2%;
  }
  dl dt{
    line-height: 23px;

  }
}
