@charset "utf-8";

.contents_information .wrapper{padding:60px 0;}
.contents_information .explain{margin-bottom:60px;}
.contents_information .box{margin-bottom:30px;}
.contents_information h2{background: #655623;color:#fff;padding: 10px 20px;font-size: 18px;}
.contents_information table{width:100%;border-top:1px solid #655623;}
.contents_information th,
.contents_information td{padding:13px 10px;-webkit-box-sizing: border-box;box-sizing: border-box;border-left:1px solid #655623;border-bottom:1px solid #655623;}
.contents_information th{color:#655623;}
.contents_information td{border-right:1px solid #655623;font-size:15px;}

@media screen and ( max-width:1280px) {
	.contents_information .wrapper{padding:60px 20px;}
}

@media screen and ( max-width:1080px) {
	.contents_information .wrapper{padding:40px 20px;}
	.contents_information .explain{margin-bottom:40px;}
}

@media only screen and (min-width: 768px){    
    .contents_information th{width: 250px;vertical-align: middle;}
	.contents_information th,
	.contents_information td{padding:20px;}
}
@media only screen and (max-width: 767px){
	.contents_information .wrapper{padding:40px 15px;}
    .contents_information h2{padding:5px 10px;}
    .contents_information table{}
    .contents_information th,
    .contents_information td{padding:10px;display: block;width: 100%;}
    .contents_information th{border-right:1px solid #655623;}
}
