@charset "UTF-8";
/* CSS Document */

.box-try{
	width: 100%;
	margin: 0 auto;
}
.box-try-tit{
	width: 90%;
	text-align: center;
	margin: 1rem auto;
}
.box-try-tit h2{
	margin: 1rem auto;
	margin: 1rem auto;
}
.box-try-tit img{
	height: 121px;
	width: auto;
}
.box-try-block{
	width: 90%;
	text-align: left;
	margin: 2rem auto 2rem auto;
}
.box-try-block1{
	width: 95%;
	background-color: #f4f0e6;
	text-align: left;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	margin: 0 0 2rem 1rem;
	float: right;
}
.box-try-block2{
	width: 95%;
	background-color: #f4f0e6;
	text-align: left;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	margin: 0 1rem 2rem 0;
	float: left;
}
.box-try-block3{
	width: 95%;
	background-color: #f4f0e6;
	text-align: left;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	border-bottom-left-radius: 4rem;
	margin: 0 0 2rem 1rem;
	float: right;
}
.box-try-block4{
	width: 95%;
	background-color: #f4f0e6;
	text-align: left;
	border-top-left-radius: 4rem;
	border-top-right-radius: 4rem;
	border-bottom-right-radius: 4rem;
	margin: 0 1rem 2rem 0;
	float: left;
}
.box-try-block table{
	border-top: solid 1px #ccc;
	margin: 1rem auto 0 auto;
}
.box-try-block th, .box-try-block td{
	border-bottom: solid 1px #ccc;
	padding: .7rem 2rem;
}
.try-tit{
	width: 80%;
	text-align: center;
	padding-top: 2rem;
	margin: 1rem auto 1rem auto;
}
.try-tit img{
	height: auto;
	width: 100%;
}
.box-try-block1 p, .box-try-block2 p, .box-try-block3 p, .box-try-block4 p {
	width: 80%;
	margin: 0 auto 1rem auto;
}
.try-img{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.try-img img{
	height: auto;
	width: 100%;
}
.box-try .btn-brown{
	text-align: center;
}
.box-try-img{
	width: 80%;
	text-align: center;
	margin: 1rem auto;
}
.box-try-img img{
	height: auto;
	width: 100%;
}
@media (min-width: 768px) {
	.try-tit{
	width: 50%;
	text-align: center;
	margin: 1rem auto;
}
	.box-try-img{
	width: 50%;
	text-align: center;
	margin: 1rem auto;
}
}