@charset "UTF-8";
/*global*/
.contentsWrap{
    border-bottom: 1px solid #ccc;
    padding: 70px 0 0 0;
}
.contents{
    padding: 0;
    width: 100%;
}
section p:first-child{
  margin-top: 3rem;
}
section p:last-child{
  margin-bottom: 3rem;
}
.contents p{
	padding: 0;
	margin: 1.2rem 0;
	color:#000;
  font-size: 1.2rem;
  line-height: 2rem;
}
.contents h2{
	padding: 0;
	margin: 0;
	color: #000;
  font-size: 2.2rem;
  line-height: 3rem;
}
.contents h2 a{
  color: #000;
}
.contents h2 span{
  font-size: 1.8rem;
}
p.text1{
  padding: 0;
	margin: 1.2rem 0;
  font-size: 1.8rem;
  line-height: 2rem;
}
p.text1 a{
  color: #000;
}
p.text2{
  padding: 0;
	margin: 1.2rem 0;
  font-size: 1.3rem;
  line-height: 2.1rem;
}
.section-line{
  border: none;
  border-bottom: solid 1px #999;
}

p.link-logo{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 392px;
  margin: 0 auto;
}
p.link-logo a{
  display: block;
  flex: 0 1 auto;
}
p.ag-logo{
  margin: 5rem 0;
}

@media screen and (max-width:440px) {
  section p:first-child{
    margin-top: 2rem;
  }
  section p:last-child{
    margin-bottom: 2rem;
  }
  .contents p{
  	margin: .9rem 0;
    font-size: .85rem;
    line-height: 1.6rem;
  }
  .contents h2{
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .contents h2 span{
    font-size: 1.2rem;
  }
  p.text1{ 
  	margin: 1.2rem 0;
    font-size: 1.1rem;
    line-height: 1.9rem;
  }
  p.text2{
	  margin: 1.2rem 0;
    font-size: .95rem;
    line-height: 1.5rem;
  }
  p.link-logo{
    width: 80%;
    margin: 0 auto;
  }
  p.link-logo a{
    display: block;
    flex: 0 1 auto;
  }
  p.link-logo a img{
    width: 60%;
  }
  p.ag-logo{
    margin: 5rem 0;
  }
  p.ag-logo img{
    width:40%;
  }
}

@media screen and (min-width:441px) and (max-width:767px) {
  section p:first-child{
    margin-top: 2.5rem;
  }
  section p:last-child{
    margin-bottom: 2.5rem;
  }
  .contents p{
  	margin: 1.2rem 0;
    font-size: 1rem;
    line-height: 2rem;
  }
  .contents h2{
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .contents h2 span{
    font-size: 1.6rem;
  }
  p.text1{ 
  	margin: 1.2rem 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  p.text2{
	  margin: 1.2rem 0;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }
  p.link-logo{
    width: 100%;
    margin: 0 auto;
  }
  p.link-logo a{
    display: block;
    flex: 0 1 auto;
  }
  p.link-logo a img{
    width: 80%;
  }
  p.ag-logo{
    margin: 5rem 0;
  }
  p.ag-logo img{
    width:30%;
  }
}

@media screen and (min-width: 1001px) {
	.contentsWrap {/* トップの余白 */
		padding: 100px 0 50px 0;
		}
}