@charset "utf-8";

.contents .contents_ttl h2{
  border-bottom: 1px dashed #C4C4C4;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
  padding-bottom: 10px;
  border-bottom: solid 2px #669300;
  color: #669300;
}
.contents .contents_ttl h2 span{
  font-size: 14px;
}
.contents .contents_ttl::after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 1px;
  /*background: #EFEFEF;*/
  background: url("../../common/img/ttl_line.png");
  background-repeat: repeat-x;
  background-size: 3px 5px;
  margin-bottom: 15px;
}

.contents ul{
  text-indent:-1em;
	padding-left:1em;
}
.numList li{
	list-style-position:inside;
  list-style-type: decimal;
	text-indent:-1.2em;
	padding-left:1.2em;
  line-height: 1.6;
}
.numList li+li,.bracketsList li+li{
  margin-top: 10px;
}
.bracketsList li{
	text-indent:-1.7em;
	padding-left:1.7em;
  line-height: 1.6;
}

/*====================================================================
  PC
====================================================================*/
@media print, screen and (min-width: 961px) {
  #heading{
    height: 70px;
  }
  .contents section{
    margin-top: 60px;
  }
  
  
}

@media screen and (min-width: 561px) {
  .contents .image{
    margin-top: 15px;
  }
  .contents .image_set{
    display: flex;
    justify-content: space-between;
  }
  .contents .image_set p{
    width: 65%;
  }
  .contents .image_set .img{
    width: 30%;
  }
}

/*====================================================================
  TABLET
====================================================================*/
@media screen and (max-width: 960px) {
  #heading{
    border-bottom: solid 2px #669300;
  }
  .contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .contents section{
    margin-top: 60px;
  }
}


/*====================================================================
  SP
====================================================================*/
@media screen and (max-width: 560px) {
  .contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .contents section{
    margin-top: 40px;
  }
  
  .contents .image{
    margin-top: 15px;
  }
  .contents .image_set .img{
    text-align: center;
    width: 70%;
    margin: 20px auto 0;
  }
}
