@charset "UTF-8";

.ad-side{
  margin-top:20px;
}

p{
  line-height:1.8em;
  padding-bottom:30px;
}
h3{
  border-bottom: #58C6FF 1px solid;
  padding: 5px 5px 2px 5px;
  margin: 40px 0 10px 0;
  font-size:1em;
}

.ajustment-bottom{margin-bottom: 3em !important;}

.reference-table{
  margin: .3em 0 1em;
}


.reference-table tr::before{
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-right: .7em;
  background-image: url("../images/list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;

  position: relative;
  top: 10px;
}

.reference-table tr{width: 100%;}

.reference-table tr td{
  padding: .4em 0;
  line-height: 1.5;
}
.reference-table tr td:first-of-type{width: 50%;}
.reference-table tr td:nth-of-type(2){width: 50%;}

li{list-style: none;}

.content-p{
  line-height: 1.5;
}

main .wrap{
  padding-bottom:50px;
}
.content-p ul{
  margin-left:22px;
}

/*共有*/
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .ad-side{
    float: none;
    width: 100%;
  }
}
