@charset "utf-8";

/*============================
main_image
============================*/
.main_image {
	background: url(../images/main_image.jpg) no-repeat center center;
	background-size: cover;
}

.cont h1 {
	background: url(../images/title.png) no-repeat center center;
}

/*============================
primary
============================*/

.main_contents .case {
	margin-bottom: 30px;
}

.main_contents .case:last-of-type {
	margin-bottom: 0;
}

.case dt {
	background: #7ad262;
	padding: 5px;
	width: 50%;
	border-radius: 10px 10px 0 0;
}

.case dt span {
	display: block;
	border: 1px solid #fff;
	line-height: 48px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px 5px 0 0;
}

.case dd {
	padding: 18px;
	border: 2px solid #7ad262;
	border-radius: 0 10px 10px 10px;
}

.case dd ol {
	margin-bottom: 20px;
}

.case dd ol:after {
	content: '';
	display: block;
	clear: both;
}

.case dd ol li {
	position: relative;
	width: 400px;
}

.case dd ol li:first-of-type {
	float: left;
}

.case dd ol li:last-of-type {
	float: right;
}

.case dd ol li:first-of-type:after {
	content: '';
	width: 90px;
	height: 17px;
	background: url(../images/before.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	left: -10px;
}

.case dd ol li:last-of-type:after {
	content: '';
	width: 73px;
	height: 17px;
	background: url(../images/after.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 10px;
	right: -10px;
}

.case dd ol li img {
	width: 100%;
}

.case dd .table_wrap {
	overflow: hidden;
	border-top: 1px solid #b7e7aa;
	border-bottom: 1px solid #b7e7aa;
}

.case dd .table_wrap table.info {
	width: 400px;
}

.case dd .table_wrap table.info:first-of-type {
	float: left;
}

.case dd .table_wrap table.info:last-of-type {
	float: right;
}

.case dd .table_wrap table.info tr:first-of-type {
	border-top: none;
}

.case dd .table_wrap table.info tr:last-of-type {
	border-bottom: none;
}



@media only screen and (max-width: 768px) {
	
/*============================
main_image
============================*/
.main_image {
	background: url(../images/main_image_sp.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 55px;
}

.main_image h1 {
	padding-top: 60%;
	background: url(../images/title_sp.png) center center no-repeat;
	background-size: 50%;
}
	
/*============================
primary
============================*/

.case dt {
	width: 100%;
}

.case dd {
	border-radius: 0 0 10px 10px;
}

.case dd ol li {
	width: 100%;
}

.case dd ol li:first-of-type {
	float: none;
	margin-bottom: 10px;
}

.case dd ol li:last-of-type {
	float: none;
}

.case dd .table_wrap table.info {
	width: 100%;
}

.case dd .table_wrap table.info:first-of-type tr:last-of-type {
	border-bottom: 1px solid #b7e7aa;
}
	
}