@charset "UTF-8";
#sut,#sut_contents {
}
#homete_present{
	background:#fadc4c;
	padding-bottom: 5%;
}
/*--画面幅960pxまでの部分にこれ--*/
#homete_present .contents_width{
	max-width:960px;
	margin:0 auto;
	position: relative;
	background:#fadc4c;
}
#homete_present .program_contentswrap{
	width: 80%;
	margin:0 auto;
	max-width: 1280px;
}
#homete_present .header_image img{
	display: block;
	width:50%;
	margin:0 auto;
	padding: 4% 1%;
	max-width: 900px;
}
#homete_present .maintitle_wrap{
	position:relative;
	margin: 5% auto 2%;
	width: 53%;
	min-width: 480px;
}
#homete_present .limit {
	background-color: #703d1c;
	color:#fff;
	padding:1%;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	font-size: 3.1rem;
}
#homete_present .limit span{
	background: #da0f0d;
	padding: 0.3% 2%;
	margin-right:1%;
	border-radius: 99px;
}
#homete_present .program_contentswrap h1{
	background: #ef8200;
	text-align: center;
	display: block;
	padding: 2%;
	color: #fff;
	border: 5px solid #fff;
	border-radius: 20px;
	font-size: 3rem;
}
#homete_present .maintitle_wrap img{
	position: absolute;
	width: 85px;
	bottom: 0px;
}
#homete_present .maintitle_wrap .fig01 {
 	left: 20px
}
#homete_present .maintitle_wrap .fig02 {
 	right: 15px
}
#homete_present .program_contentswrap .rule_wrap{
	background:#fff;
	padding:2% 0;
	border-radius:30px;
	border: solid 3px #9b1a19;
	margin: 3% auto;
}
#homete_present .program_contentswrap .rule_wrap h2{
	position: relative;
	padding: 20px 20px 20px 85px;
	font-size: 24px;
	color: #fff;
	background: #9b1a19
}
#homete_present .program_contentswrap .rule_wrap span {
	position: absolute;
	top: 13px;
	left: 20px;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 26px;
	text-align: center;
	line-height: 50px;
	color: #9b1a19;
	background: #fff;
	border-radius: 50%
}
#homete_present .program_contentswrap .rule_wrap .flow_image {
	display:block;
	width: 55%;
	margin:2% auto;
}
#homete_present .program_contentswrap .rule_wrap .flow_02 {
	width: 70%;
}
#homete_present .program_contentswrap .rule_wrap .text_wrap {
	text-align:center;
}
#homete_present .program_contentswrap .rule_wrap .text_wrap p {
	display:inline-block;
	text-align:left;
	color: #a06b15;
	padding: 2%;
}
#homete_present .program_contentswrap .rule_wrap .text_wrap .form_btn {
	display:block;
	margin:2% auto;
	width:40%;
	min-width:350px;
}
#homete_present .program_contentswrap .rule_wrap .text_wrap .form_btn:hover {
	opacity:0.7;

}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap {
	background: #fdf1bb;
	padding:1%;
	width: 90%;
	margin: 0 auto 3%;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap .present_flexWrap {
	display:flex;
	color: #9b1a19;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2%;
	align-items: flex-start;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap .present_flexWrap .present_contentsWrap {
	width: 48%;
	margin: 2% 0;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap>.present_title {
	text-align:center;
	padding: 1.5% 0 0;
	color: #ff9e2c;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap .present_flexWrap .present_number {
	color: #9b1a19;
	margin:2% 0 1%;
	border-bottom: 2px solid #9b1a19;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap .present_flexWrap .present_title,.present_count {
	font-size:2rem;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap .present_flexWrap .present_count {
	text-align:end;
}
#homete_present .program_contentswrap .form_linkbtn {
	display:block;
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	font-size: 2.5rem;
	margin: 2% auto;
	padding:2%;
	border-radius: 10px;
	font-weight: bold;
	border: 3px solid #ffffff;
	box-shadow: 3px 3px 0px 0px rgba(218, 198, 147, 1);
	background-color: [object object];
	background-image: linear-gradient(0deg, rgb(207 0 0), rgb(255 90 90));
}

#homete_present .program_contentswrap .form_linkbtn:hover {
	opacity:0.7;
}