* {
    margin: 0px;
    padding: 0px;
	font-size: 99%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


html{
  scroll-behavior: smooth;

}

img {
	border: 0;
}

a {
	color: #e87500;
}
p {
	line-height: 200%;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clear {clear: both;}
header {background-image:url("images/kindness1.png");
		background-size:cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
}
#h-inner {
	width: 850px;
	padding: 10px;
	margin: 0 auto;
	height: 1000px;
	display: flex;
	
}
.h-left { flex-basis: 70%; 
}
.h-right { flex-basis: 30%; 
	background-image: url("images/kindness-h-con.png");
	background-repeat: no-repeat;
	padding-left:50px;
	text-align: left;
}
.layout{
		text-align: center;
		margin: 0 auto;
		padding-top:0px;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(600px);
  scroll-snap-type: y mandatory;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.center-img {
	width: 100%;
	text-align: center;
	}
#circleall {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	width: 60%;
	margin: 20px auto;
} 
.circle {
		width: 320px;
		padding: 10px 0;
	text-align: center;
	margin: auto;
}
.circle p{
	padding: 10px;
	text-align: left;
}

#kidsmoney-all{background-color:#FFFEF8;
	padding: 20px 0;
}

#kosodate-all{background-color:#fff8fa;
	padding: 20px 0;
}

#smoney-all{background-color:#FFF;
	padding: 20px 0;
}
.box-text {
	width: 70%;
	margin: 0 auto;
	line-height: 200%;
	text-align: left;
}
.box-white {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 0 20px;
	margin-bottom:30px;
}
.box-white p {
	text-align: left;
	padding: 10px 30px;
	line-height: 200%;
}
.km7 {
	width: 600px;
	margin: 0 auto;
	padding: 30px 0;
}
.box-ko5 {
	background-image: url("images/kosodatesien5-back.png");
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 30px;
	
}
.box-ko6 {
	padding: 30px 0;
	background-image: url("images/kosodatesien6-back.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.box-ko6 p {
	padding-left: 10px;
}
.box-ko7 {
	padding-bottom: 10px;
	background-image: url("images/kosodatesien7-back.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box-ko7 p {
	padding-left: 10px;
}
.box-m5 {
	 background-color:#fffffa;
	border-radius: 10px;
	padding: 20px;
	margin-bottom:30px;
}
.m5-inbox {
	background-color:#ffffff;
	padding: 10px;
	margin: 10px auto;
	width: 580px;
	
}
.box-m5-left {
	width: 40%;
	float:left;
}
.box-m5-right {
	width: 60%;
	float:right;
	text-align: left;
}
.box-m6 {
	background-image: url("images/money6-back.png");
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom:20px;
	padding: 20px 0;
}
.m6-inbox {
	margin: 10px auto;
	width: 530px;
	
}
.m6-inbox ul {
	list-style: none;
	line-height: 280%;
	text-align: left;
	margin-left: 50px;
}
.icon-q {
	background-image: url("images/money6-icon-q.png");
	background-repeat: no-repeat;
	padding-left:30px;
	
}
.icon-a {
	background-image: url("images/money6-icon-a.png");
	background-repeat: no-repeat;
	padding-left:30px;
	
}
.text-w600 {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding-left:10px;
}
.botton {
	margin: 20px auto;
}
.bottom {
	color: #000;
	text-align: center;
	padding: 30px 0;
}
.bottom a:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
.copyright {
	background-color: #F7BF33;
	color: aliceblue;
	text-align: center;
	padding: 10px 0;
}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop i {
  padding-top: 6px
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color:#C6E4FB;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}