@charset "utf-8";


h1 {
	margin-bottom: 0px;
}

/*----------------------------------------
	campaign-setting
-----------------------------------------*/
.contents .main_pic {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.contents .main_btn {
	margin: 20px auto 60px 0;
	padding: 0;
	text-align: center;
}
.contents .main_regist {
	margin: 40px auto 0 0;
	padding: 0;
	text-align: center;
}
.contents .recommend{
	margin:100px auto 0 auto;
	text-align: center;
}
.contents .recommend h2{
	background:#523b11;
	margin: 0 auto 80px auto;
	text-align: center;
	padding: 60px 0;
	width: 100%;
	position: relative;
}
.contents .recommend h2:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #523b11;
}
.contents .recommend h3{
	margin:80px 0 35px 0;
}
.contents .recommend p{
	margin: 30px 0;
}

.contents .recommend .center{
	margin:0 auto;
	text-align: center;
}
.contents .flow{
	margin: 80px auto 0 auto;
	background:#f1f1f1;
	text-align: center;
	padding:70px 0 ;
}
.contents .things{
	margin: 80px auto 80px auto;
}

.contents .option{
	margin: 80px auto 0 auto;
	background:#e0d6b5;
	padding:70px 0 100px 0;
}
.contents .option h2{
	background: none;
	height: auto;
	width: auto;
}
.contents .option h3{
	margin: 70px auto 35px auto;
}
.contents .option .option_ditail{
	display: flex;
}
.contents .option .option_ditail p{
	width: 400px;
}
.contents .option .option_ditail dl{
	width: 560px;
}

.contents .option .option_ditail dt{
	color: #e07e00;
	border-bottom: 1px solid #e07e00;
	border-top: 1px solid #e07e00;
	font-weight: bold;
	padding: 10px 0;
	font-size: 20px;
	margin-bottom: 20px;
}
.contents .option .option_ditail dd{
	font-size: 18px;
}
.contents .option .option_ditail .option_price{
	color: #e07e00;
	font-weight: bold;
	background: #fff;
	border-radius: 5px;
	margin-top: 20px;
	padding: 15px;
}
.contents .option .method{
	display: flex;
	align-items: center;
	border: 3px solid #e07e00;
	border-radius: 8px;
	background: #fff;
	padding: 30px;
	margin-top: 40px;
}
.contents .option .method dt{
	color: #e07e00;
	font-size: 18px;
	font-weight: bold;
}
.contents .option .method dd{
	border-left:1px solid #e07e00;
	padding-left: 30px;
	margin-left: 30px;
	line-height: 30px;
}
.contents .option .method dd span{
	font-size: 18px;
	font-weight: bold;
}
.contents {
	margin: 0 auto;
}

.contents .contents_inner{
	width:960px;
	margin: 0 auto;
}
.contents div,
.contents dl,
.contents dt,
.contents dd,
.contents th,
.contents td,
.contents ul,
.contents ol,
.contents li,
.contents h2,
.contents h3,
.contents h4,
.contents p {
	margin: 0;
	padding: 0;
}

.contents h2, 
.contents h3, 
.contents h4, 
.contents em, 
.contents p {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

.contents li {
	list-style: none;
}

.contents li img {
	vertical-align: top;
}

.contents img, table {
	border: 0;
}

.contents img{
	height: auto;
	max-width: 100%;
	}




