article *{
	font-family: 'Roboto', 'Noto Sans JP', sans-serif !important;
}
.oswald,
.oswald *{
	font-family: 'Oswald', sans-serif !important;
}
h1.title{
	font-size: 40px;
	text-align: center;
	line-height: 1.5;
}
h1.title span{
	font-size: 120%;
	color: #25C49F;
	display: block;
}
.amount-area{
	background: #E5F8F3;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	padding: 20px;
	border-bottom: 7px solid #b8e8dc;
	margin-bottom: 50px;
}
.amount-area dt{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
}
.amount-area dt .oswald{
	font-size: 140%;
	font-weight: 500;
	padding: .1em;
}
.amount-area dd{
	display: flex;
	padding-left: 20px;
}
.amount-area dd span{
	font-size: 50px;
	display: flex;
	justify-content: center;
	border-radius: 5px;
	margin-left: 7px;
	color: #fff;
	background: #25C49F;
	width: 40px;
	height: 80px;
	box-sizing: border-box;
	padding-top: 62px;
	overflow: hidden;
	transition: .2s all ease;
}
.amount-area dd span:nth-of-type(2){
	transition-delay: .0s;
}
.amount-area dd span:nth-of-type(3){
	transition-delay: .1s;
}
.amount-area dd span:nth-of-type(4){
	transition-delay: .2s;
}
.amount-area dd span:nth-of-type(5){
	transition-delay: .3s;
}
.amount-area dd span:nth-of-type(6){
	transition-delay: .4s;
}
.amount-area dd span:nth-of-type(7){
	transition-delay: .5s;
}
.amount-area dd span:nth-of-type(8){
	transition-delay: .6s;
}
.amount-area dd span:nth-of-type(9){
	transition-delay: .7s;
}
.amount-area dd span:nth-of-type(10){
	transition-delay: .8s;
}
.amount-area dd span.active{
	padding-top: 0;
}
.amount-area dd span.small{
	font-size: 30px;
	align-items: flex-end;
	padding-bottom: 15px;
}
h2{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .15em;
	
}
h2 .oswald{
	font-weight: 500;
	font-size: 30px;
}

#bar {
    width: 100%;
    height: 3px;
    background: green;
    clear: both;
}
.tcenter{
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding-bottom:80px;
	padding: 40px 60px 80px;
	box-sizing: border-box;
}
.year{
	box-sizing:border-box;
	font-size: 24px;
	letter-spacing: .1em;
	width: 100%;
	height: 60px;
	color:#444;
	font-weight: 700;
	display: flex;
	align-items: center;
	background: #E5F8F3;
	border-radius: 10px;
	/* width:780px; */
	margin:auto;
	margin-bottom:15px;
	margin-top:40px;
	padding: 0 20px;
	border-bottom: 5px solid #b8e8dc;
}
.year .oswald{
	font-size: 24px;
}
.year:before{
	content: "";
	display: block;
	width: 16px;
	height: 4px;
	border-radius: 2px;
	background: #25C49F;
	margin-right: 12px;
}
p.txtcenter{
	margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:1.8;
	margin-bottom:20px;
}
p.txtcenter span{
	font-weight:bold;
	color:#009944;
	font-size:16px;
}
.txtstrong{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}

.img{
	width:780px;
	margin:auto;
	padding-top:30px;
	/* border-top:1px solid #dfdfdf; */
	margin-bottom:30px;
}
.img a{
	width:500px;
	display:block;
	height:auto;
	margin:auto;
}
.img a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.img img{
	box-shadow:0 0 4px 2px rgba(0,0,0,0.1);
}
.btn{
	color:#fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	width:240px;
	height:54px;
	border-radius: 27px;
	margin:auto;
	border: 3px solid #25C49F;
	color: #25C49F;
	font-weight: 700;
	transition: .3s all ease;
	box-sizing: border-box;
}
.btn:hover{
	background: #25C49F;
	color: #fff;
}