body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  color: #2a2a2a;
}
	#gaiheki_wrap {
	  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	  color: #2a2a2a;
	}
#gaiheki_wrap h3{
	margin: 80px 0 50px;
}
	#gaiheki_wrap img{
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
	}
.campaign{
	width: 90%;
    margin: -60px auto 0;
	position: sticky;
    z-index: 1;
}
.red{
	color: #cd0e26;
    font-weight: bold;
}
.bgB{
	background-color: #f3f1d6;
}
.text{
	line-height: 1.8;
	font-size: 1.4rem;
}
#top-col{
	/*margin-top: -50px;*/
    z-index: 0;
    position: sticky;
}
#top-col .bgB{
	padding: 50px 5%;
}
#top-col h2{
	margin-bottom: 20px;
}
#top-col p{
	font-size: 14px;
    line-height: 2;
    width: 95%;
    margin: 0 auto 20px;
}

article{
	width: 90%;
    margin: 50px auto;
}
#case dl{
	margin-bottom: 30px;
}
#case dl dt{
	background-color: #131a3f;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
    padding: 3px;
    text-align: center;
}
#voice .bgB{
	padding: 40px 0;
}
#voice .voiceBox{
	width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 20px 3%;
    box-sizing: border-box;
}
#voice .voiceBox:first-of-type{
	margin-bottom: 20px;
}
#voice .text{
	width: 90%;
    margin: 20px auto 0;
}
#shoujyou p:nth-of-type(2){
	margin: 50px auto;
}

@media only screen and (max-width: 640px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
	#gaiheki_wrap{
		width: 100%;
		box-sizing: border-box;
		margin-top: 10px;
	}
  .flexboxSP {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
	.innerSP{
		width: 93%;
		margin: auto;
	}
	#top-col .innerSP img:first-of-type{
	    margin: 40px 0 20px;
	}
	#difference dl:first-of-type{
		margin-bottom: 30px;
	}
}
@media only screen and (min-width: 641px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
	.text{
		    line-height: 2;
    font-size: 1rem;
	}
	#gaiheki_wrap{
		width: 900px;
		margin: auto;
		overflow: hidden;
		margin-top: 20px;
	}
	#gaiheki_wrap h3{
		margin: 150px 0 70px;
	}
	#gaiheki_wrap img {
		margin: auto;
	}
  .flexboxPC {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
	.campaign{
		margin: -130px auto 0;
	}
	
	/*#top-col{
		margin-top: -80px;
	}*/
	#top-col p{
	font-size: 1.2rem;
    font-weight: 600;
    line-height: 2.5;
    margin: 0 auto 80px;
	}
	#top-col .bgB{
		padding: 80px 5% 130px;
	}
	#top-col h2{
		margin-bottom: 50px;
	}
	#top-col .innerSP img:first-of-type{
	        margin: 130px auto 80px;
}
	article{
		width: 100%;
		margin: 150px auto;
	}
	#case dl{
		margin-bottom: 80px;
	}
	#case dl dt{
		width: 700px;
		margin: auto;
	}
	#case dl dd{
		width: 700px;
		margin: auto;
	}
	#voice .bgB{
		padding: 80px 0;
	}
	#voice .voiceBox{
		width: 600px;
		padding: 50px 3%;
	}
	#voice .voiceBox:first-of-type{
		margin-bottom: 50px;
	}
	#voice .text{
		width: 100%;
    margin: 30px auto 0;
    font-size: 1rem;
	}
	#anshin h3{
		margin-bottom: 80px;
	}
	#difference dl{
		width: 48%;
	}
	#difference dl dd{
		margin-top: 50px;
	}
	#shoujyou p:nth-of-type(2){
		margin: 100px auto;
	}
}