@charset "UTF-8";
#sut,#sut_contents {
	font-size:clamp(12px, 3.8vw, 19px);
	font-family: Noto Sans JP, sans-serif;
	width: 100%;
	color: #161616;
}
#homete_present{
	background:#fadc4c;
	padding-bottom: 17%;
}
/*--画面幅960pxまでの部分にこれ--*/
#homete_present .contents_width{
	max-width:960px;
	margin:0 auto;
	position: relative;
	background:#fadc4c;
}
#homete_present .program_contentswrap{
	width: 93%;
	margin:0 auto;
}
#homete_present .header_image img{
	display: block;
	width: 90%;
	margin:0 auto;
	padding: 5% 2%;
}
#homete_present .maintitle_wrap{
	position:relative;
	margin: 5% auto 2%;
	width: 100%;
}
#homete_present .limit {
	background-color: #703d1c;
	color:#fff;
	padding: 4% 0;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	font-size: 2.5rem;
}
#homete_present .limit span{
	background: #da0f0d;
	padding: 0.3% 2%;
	border-radius: 99px;
	display: block;
	width: 60%;
	margin: 0 auto;
}
#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: 2.2rem;
}
#homete_present .maintitle_wrap img{
	position: absolute;
	width: 65px;
	bottom: 0px;
}
#homete_present .maintitle_wrap .fig01 {
	left: 10px;
}
#homete_present .maintitle_wrap .fig02 {
	right: 10px;
}
#homete_present .program_contentswrap .rule_wrap{
	background:#fff;
	padding: 8% 0;
	border-radius:30px;
	border: solid 3px #9b1a19;
	margin: 3% auto;
}
#homete_present .program_contentswrap .rule_wrap h2{
	position: relative;
	padding: 20px 10px 25px 75px;
	font-size: 2rem;
	color: #fff;
	background: #9b1a19
}
#homete_present .program_contentswrap .rule_wrap span {
	position: absolute;
	top: 13px;
	left: 10px;
	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: 94%;
	margin: 8% auto 3%;
}
#homete_present .program_contentswrap .rule_wrap .flow_02 {
	/* width: 94%; */
}
#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: 5%;
}
#homete_present .program_contentswrap .rule_wrap .text_wrap .form_btn {
	display:block;
	margin: 8% auto;
	width: 95%;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap {
	background: #fdf1bb;
	padding:1%;
	width: 95%;
	margin: 0 auto;
}
#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: 100%;
	margin: 5% 0;
}
#homete_present .program_contentswrap .rule_wrap .presentImage_wrap>.present_title {
	text-align:center;
	padding: 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:4.4vw;
}
#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: 5vw;
	margin: 2% auto;
	padding:4% 1%;
	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));
}