

b {
background-image: linear-gradient(transparent 60%, #FEE500 20%);padding:0 10px;
}

#history , #footer {
	background: #fff;
	position: relative;
	z-index: 3;
}


#main_wrap {
	background:#62d67c;
	width:100%;
	min-width:1100px;
	background-size:100%;
	background-repeat:no-repeat;
	padding-bottom:100px;
	position: relative;
	background-image: url("https://www.esupply.co.jp/contents/category/kaikae/img/green_back.png");
	background-repeat: repeat;
	background-size: 20%;
}

#main_wrap .top-comment {
	font-size: 1.6em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	padding: 20px 0;
	background: #136839;
	color: #fff;
}

#main_wrap .jouken-btn {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#main_wrap .jouken-btn a {
	display: inline-block;
	background: #FEE500;
	border: 3px #fed800 solid;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 30px;
	border-radius: 5px;
	transition: .3s;
	margin: 40px auto 60px auto;
	text-align: center;
}

#main_wrap .jouken-btn a:hover {
	background: #fed800;
	box-shadow: 0px 3px 20px rgba(0,0,0,.8);
}

.inner_kanban {
	margin:0 auto;
	height:350px;
	width:100%;
	background:#32b16c;
	text-align:center;
}


#inner_wrap {
	width:70%;
	max-width:1200px;
	min-width:1000px;
	margin:0 auto;
	position:relative;
}

#inner_wrap #sumple-area {
	background-color: #fff;
	margin: 30px auto;
	background: #fff;
	padding: 20px;
	padding-bottom: 40px;
	border-radius: 20px;
	box-shadow: 0px 3px 20px rgba(0,0,0,.8);
}

#inner_wrap #sumple-area .rei-icon {
	background: #5e4c2d;
	color: #fff;
	padding: 8px 20px 5px 20px;
	font-size: 1.6em;
	font-weight: bold;
	border-radius: 5px;
}

#inner_wrap #sumple-area .sum-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

#inner_wrap #sumple-area .sum-item div {
	width: 45%;
}

#inner_wrap #sumple-area .sum-item p {
	margin: 0;
}

#inner_wrap #sumple-area .sum-item img {
	width: 100%;
	max-width: 500px;
}

#inner_wrap #sumple-area .sum-item .left-item::after {
	content: "\f061";
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 50px;
	position: absolute;
	top: 45%;
	left: 47.5%;
	color: #0066cc;
}

#inner_wrap #sumple-area .sum-item .sum-comment {
	font-weight: bold;
	color: #000;
}

#inner_wrap #sumple-area .sum-item .sum-comment span {
	color: red;
}


#inner_wrap #entry-flow {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

#inner_wrap #entry-flow p {
	margin: 30px auto;
	background: #fff;
	padding: 10px;
	border-radius: 20px;
	box-shadow: 0px 3px 20px rgba(0,0,0,.8);
	position: relative;
}
	
#inner_wrap #entry-flow p a {
	position: absolute;
	bottom: 5%;
	left: 5%;
	transition: .2s;
	text-decoration: underline;
}

#inner_wrap #entry-flow p a:hover {
	color: red;
}

#inner_wrap #entry-flow p img {
	display: block;
	width: 100%;
	max-width: 1000px;
}

#up-btn {
	display: block;
	text-align: center;
	margin: 50px auto;
	width: 100%;
}

#up-btn a {
	display: inline-block;
	background-color: #0066cc;
	color: #fff;
	font-weight: bold;
	padding: 8px 60px;
	font-size: 16px;
	text-align: center;
	border-radius: 40px;
	transition: .3s;
}

#up-btn a:hover {
	background-color: #0051a1;
}



.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}
 
/*3.左右の動きを指定*/
.item_img{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}
