@charset "UTF-8";
/* ===================================================================
  use law
=================================================================== */
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use pc
=================================================================== */
  
  .title h2 {
    font-size: 3rem;
    padding: 40px 0;
    text-align: center;
  }
  .title h2 span {
    padding: 40px 0;
    text-align: center;
    position: relative;
  }
  .title h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 22px;
    background: url("../common/images/stripe.png") no-repeat;
    width: 65px;
    height: 100%;
    z-index: -1;
  }
  .law_conte {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .law_conte dl {
    padding: 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .law_conte dl dt {
    width: 40%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px dotted #1d2088;
  }
  .law_conte dl dt span {
    padding-right: 1em;
  }
  .law_conte dl dt:after {
    position: absolute;
    top: 0;
    right: 0;
    content:"：";
    color: #e4007f;
  }
  .law_conte dl dd {
    width: 60%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #1d2088;
  }
  .law_conte dl .last {
    border-bottom: none;
  }
  .law_conte dl dd strong {
    display: block;
    font-weight: normal;
    padding-bottom: .5em;
  }
  .law_conte dl dd p, 
  .law_conte dl dd ul {
    padding-bottom: 1em;
  }
  .law_conte dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: .3em;
  }
  .law_conte dl dd .card img {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use sp
=================================================================== */
  .title {
    padding: 3vw 0 0;
  }
  .title h2 {
    font-size: 5vw;
    text-align: center;
    padding: 3vw 0;
  }
  .title h2 span {
    text-align: center;
    position: relative;
    padding: 1vw 0;
  }
  .title h2 span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    width: 65px;
    height: 100%;
    background: url("../common/images/stripe.png") no-repeat;
    background-size: auto 100%;
    z-index: -1;
  }
  .law_conte {
    width: 95%;
    margin: 0 auto;
    padding-top: 0;
  }
  .law_conte dl {
    padding: 6vw;
  }
  .law_conte dl dt {
    padding-bottom: .5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #e4007f;
  }
  .law_conte dl dd {
    display: block;
    padding: .5em 0;
    margin-bottom: 3em;
    border-bottom: 1px dotted #1d2088;
  }
  .law_conte dl dd strong {
    display: block;
    font-weight: normal;
    padding-bottom: .5em;
  }
  .law_conte dl dd p, 
  .law_conte dl dd ul {
    padding-bottom: 1em;
  }
  .law_conte dl dd ul li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: .3em;
  }
  .law_conte dl dd .card img {
    width: 90%;
    height: auto;
  }
}
