@charset "utf-8";
.freeArea-direct{overflow:hidden;}
#re_wrap{width:940px;margin:0 auto 35px;font-size:16px;text-align:center;color:#5c5c5c;}
#re_wrap *{box-sizing:border-box;font-size:inherit;color:inherit;}
#re_wrap img{max-width:100%;vertical-align:bottom;}
#re_wrap a{text-decoration:none;color:inherit;}
#re_wrap a:hover{opacity:0.7;transition:0.3s;}
#re_wrap .pc{display:block;}
#re_wrap .sp{display:none;}

#re_wrap .hn_b{font-weight: bold;}
#re_wrap .hn_r{color:#d9372c;}

#re_wrap .hn_bgyellow{
	padding:2em 3em;
	margin-bottom:30px;
	background-color:#fef3d5;
	text-align:center;
}
#re_wrap .hn_prhead{
	text-align:center;
	font-size:20px;
	margin-bottom:50px;
}
#re_wrap .hn_prpoint,
#re_wrap .hn_vprica{
	text-align:center;
	margin-top:20px;
	background-color:#FFF;
}
#re_wrap .hn_redfukidashi{
	display:inline-block;
	margin:30px auto 0;
	padding:0.2em 2em;
	background-color:#d9372c;
	color:#FFF;
	border-radius:3em;
	font-size:30px;
	position:relative;
}
#re_wrap .hn_redfukidashi:before{
	content:url(../images/tri_red.png);
	display:block;
	position:absolute;
	bottom:-21px;
	left:50%;
	transform:translateX(-50%);
}
#re_wrap .hn_prpoint .hn_redfukidashi,
#re_wrap .hn_vprica .hn_redfukidashi{
	margin:-1em auto 0;
}
#re_wrap .hn_prul{
	text-align:left;
	width:72%;
	margin:20px 13% 0;
	padding-left:0;
}
#re_wrap .hn_prpoint li{
	margin-top:1.2em;
	padding-bottom:0.7em;
	border-bottom:dashed 2px #d9372c;
}
#re_wrap .hn_prpoint li:last-child{
	border-bottom:none;
}

#re_wrap .hn_prpoint ol {
	counter-reset: my-counter;
	list-style: none;
}
#re_wrap .hn_prpoint li {
	font-size: 17px;
	line-height: 1.5;
	padding-left: 30px;
	position: relative;
}
#re_wrap .hn_prpoint li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #d9372c;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	color: #ffffff;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#re_wrap .hn_pointkome{
 	text-align:left;
 	width:72%;
 	display:inline-block;
 	margin-bottom:2em;
}
#re_wrap .hn_btn{
	display:inline-block;
	margin-top:1em;
	padding:0.5em 3em 0.5em 1em;
	color:#5c5c5c;
	border:solid 2px #5c5c5c;
	border-radius:10px;
	font-size:20px;
	background-color:#FFF;
	text-align:left;
	font-weight:bold;
	position:relative;
	box-shadow:3px 3px 5px #bbb;
}
#re_wrap .hn_btn:after{
	content:"";
	display:block;
	width:1em;
	height:1em;
	background-image:url(../images/btn_allow1.png);
	background-size:100%;
	position:absolute;
	top:50%;
	right:1em;
	transform:translateY(-50%);
}
#re_wrap .hn_btntxt span{
	font-size:80%;
}
#re_wrap .hn_stepwrap{
	margin-top:20px;
}
#re_wrap .hn_stepkaku{
	display:inline-block;
	margin-top:1em;
	padding:0.2em 1.5em 0;
	color:#d9372c;
	background-color:#fbeee6;
	border:solid 2px #d9372c;
	font-size:20px;
	font-weight:bold;
}
#re_wrap .hn_steptext{
	display:inline-block;
	margin-top:1em;
	margin-bottom:1em;
	padding:0 2em 0.3em;
	border-bottom:dashed 2px #d9372c;
	color:#5c5c5c;
	font-size:26px;
	font-weight:bold;
}
#re_wrap .hn_jichitaiwrap{
	padding:1em 30px 2em;
	background-color:#fef3d5;
}
#re_wrap .hn_jichitaiblock{
	background-color:#FFF;
	padding:1em;
	margin-bottom:20px;
	border:solid 1px #d9372c;
	display:flex;
	align-items:center;
}
#re_wrap .hn_jichitaiblock:after{
	display:block;
	content:"";
	clear:both;
}
#re_wrap .hn_jichileft{
	width:40%;
}
#re_wrap .hn_jichilogo{
	padding:1em;
}
#re_wrap .hn_jichibene{
	font-size:22px;
	font-weight:bold;
	color:#5c5c5c;
}
#re_wrap .hn_jichibene span{
	color:#d9372c;
}
#re_wrap .hn_jichicp{
	display:inline-block;
	padding:0.2em 1em;
	background-color:#d9372c;
	color:#FFF;
	font-size:16px;
	margin-top:1em;
	position:relative;
	border-radius:5px;
}
#re_wrap .hn_jichicp:before{
	content:url(../images/tri_red.png);
	display:block;
	position:absolute;
	top:-18px;
	left:50%;
	transform:translateX(-50%) rotate(180deg);
}

#re_wrap .hn_jichiright{
	width:60%;
	border-left:solid 1px #a2a2a2;
	padding:0 1em;
	text-align:left;
	position:relative;
	padding-bottom:3em;
}
#re_wrap .hn_jichifurupre{
	padding:0.6em;
	color:#FFF;
	background-color:#d6b452;
	position:relative;
	margin-bottom:1em;
	text-align:center;
	border-radius:10px;
}
/*
#re_wrap .hn_jichifurupre:after{
	content:"";
	display:block;
	width:calc(100% - 0.6em - 2px);
	height:calc(100% - 0.6em - 2px);
	position: absolute;
	top:0.3em;
	left:0.3em;
	border:solid 1px #FFF;
}
*/
#re_wrap .hn_jichifurupre span{
	font-size:120%;
}
#re_wrap .hn_jichipoint{
	display:inline-block;
	padding:0.1em 1em 0;
	color:#d9372c;
	font-weight:bold;
	border:solid 3px #e0674a;
	border-radius:2em;
}
#re_wrap .hn_jichiright ul{
	margin:0.5em 0 0;
	padding:0;
}
#re_wrap .hn_jichiright ul li{
	list-style:none;
	padding-left:1em;
	text-indent:-1em;
}
#re_wrap .hn_jichiright ul li:before{
	content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	margin-right:0.2em;
	background-image:url(../images/ymaru.png);
	background-size:cover;
	color:#ffca39;
}
#re_wrap .hn_jichitaichui{
	display:inline-block;
	text-align:left;
}
#re_wrap .hn_jichitaichui li{
	padding-left:1em;
	text-indent:-1em;
}
#re_wrap .hn_fukidashi{
	background-color:#FFF;
	border:solid 2px #d9372c;
	border-radius:10px;
	padding:1em;
	font-size:22px;
	margin-bottom:2em;
	position:relative;
}

#re_wrap .hn_fukidashi:before{
	content:"";
	display:block;
	position:absolute;
	bottom:-17px;
	left:50%;
	transform:translateX(-50%);
	height:17px;
	width:19px;
	background-image:url(../images/tri_red_2.png);
	background-size:100% 100%;
}
#re_wrap .hn_check{
	background-color:#FFF;
	padding:1em 2em;
	font-size:18px;
}
#re_wrap .hn_check ul {
	text-align:left;
	list-style-position:inside;
	list-style-image:url(../../../../contents/files/fukuri/img/furusatotax/2020/img/checkjpg);
}
#re_wrap .hn_check ul li{
	list-style:none;
}

#re_wrap .hn_tab{
	margin-top:20px;
}
/*タブ切り替え全体のスタイル*/
#re_wrap .tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  background-color:#fef3d5;
}

/*タブのスタイル*/
#re_wrap .tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #ed7c90;
  background-color: #daebc9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius:10px 10px 0 0;
}
#re_wrap .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#re_wrap input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#re_wrap .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#re_wrap #hn_onestop:checked ~ #hn_onestop_content,
#re_wrap #hn_kakutes:checked ~ #hn_kakutes_content,
#re_wrap #design:checked ~ #design_content {
  display: block;
  background-color:#FFF;
  padding-bottom: 40px;
}

/*選択されているタブのスタイルを変える*/
#re_wrap .tabs input:checked + .tab_item {
  background-color: #ed7c90;
  color: #fff;
}

#re_wrap .hn_jichiright .hn_btn,
#re_wrap .hn_pickup .hn_btn{
	box-shadow:none;
	position:absolute;
	right:0;
	bottom:0;
	border:none;
	background-color:#d9372c;
	color:#FFF;
	padding:0.3em 3em 0.3em 1em;
}
#re_wrap .hn_vpr .hn_btn{
	right:1em;
}
#re_wrap .hn_jichiright .hn_btn:after,
#re_wrap .hn_pickup .hn_btn:after{
	background-image:url(../images/btn_allow2.png);
}
#re_wrap .hn_2btn{
	border-color:#d9372c;
	padding:1.5em 5em 1.3em 2em;
	font-size:24px;
	color:#d9372c;
}
#re_wrap .hn_2btn:after{
	background-image:url(../images/btn_allow3.png);
}
#re_wrap .hn_check li{
	list-style:none;
}
#re_wrap .hn_check ul li:before{
	content:"";
	display:inline-block;
	width:1.2em;
	height:1em;
	background-image:url(../images/checkbox.png);
	background-size:100%;
	background-repeat:no-repeat;
	vertical-align:top;
	margin-top:0.2em;
	margin-right:0.2em;
}
#re_wrap .hn_vpr{
	border:none;
	padding-top:0.5em;
	font-size:17px;
}
#re_wrap .hn_pickup{
	border:solid 3px #e0674a;
	border-radius:10px;
	padding:1em 0.2em;
	background-color:#FFF;
	display:flex;
	margin:1em auto;
	position:relative;
	justify-content:space-around;
	flex-wrap:wrap;
}
#re_wrap .hn_prleft{
	position:relative;
	padding-bottom:3em;
	max-width:70%;
}
#re_wrap .hn_pright{
	width:30%;
}
#re_wrap .hn_prtoptitle{
	font-weight:bold;
	font-size:1.5em;
}
#re_wrap .hn_prtitle{
	font-weight:bold;
	font-size:2em;
	padding:0.2em 0;
}
#re_wrap .hn_pright img{
	border-radius:10px;
}
#re_wrap .hn_pickup .hn_btn{
	left:0;
	text-align:center;
}


@media only screen and (max-device-width: 760px) {
#re_wrap{width:98%;}
#re_wrap .pc{display:none;}
#re_wrap .sp{display:block;}
#re_wrap .hn_bgyellow{padding:1em 1em; font-size:5vw;}
#re_wrap .hn_prhead{font-size:4.5vw;}
#re_wrap .hn_redfukidashi{font-size:4.5vw; width:100%;}
#re_wrap .hn_prpoint .hn_redfukidashi{margin:-21vw auto;}
#re_wrap .hn_prul{width:90%;margin:2em 5vw 1em;}
#re_wrap .hn_pointkome{width:90%;font-size:3.5vw;}
#re_wrap .hn_prpoint li{font-size:4.3vw;}
#re_wrap .hn_btn{padding:0.5em 2em 0.5em 1em;width:100%;font-size:4.2vw;}
#re_wrap .hn_steptext{padding:0 5% 0.3em; font-size:5vw;}
#re_wrap .hn_jichitaiwrap{padding:1em 4% 2em; font-size:3.5vw;}
#re_wrap .hn_jichitaiblock{flex-wrap:wrap;}
#re_wrap .hn_jichileft,
#re_wrap .hn_jichiright{width:100%;}
#re_wrap .hn_jichibene{font-size:6vw;}
#re_wrap .hn_jichiright{
	border-left:none;
	border-top:solid 1px #a2a2a2;
	padding:1em 0 4em;
}
#re_wrap .hn_jichifurupre{font-size:3.5vw;}
#re_wrap .hn_jichiright{text-align:center;}
#re_wrap .hn_jichiright ul li{text-align:left;font-size:4.3vw;}
#re_wrap .hn_jichiright .hn_btn{font-size:6vw; margin-top:;}
#re_wrap .hn_fukidashi{
	padding:0.5em;
	font-size:5vw;
}
#re_wrap .hn_check{padding:1em;}
#re_wrap .hn_check ul{
	margin:0;
	padding-left:1em;
	text-indent:-1em;
}
#re_wrap .hn_redfukidashi:before{
	bottom:-18px;
}
#re_wrap .tab_item {
	height:auto;
	line-height:1.4;
	padding:0.5em;
	font-size:2.8vw;
}
#re_wrap #hn_onestop:checked ~ #hn_onestop_content, #re_wrap #hn_kakutes:checked ~ #hn_kakutes_content, #re_wrap #design:checked ~ #design_content{
	padding:2em 0 1em;
}
#re_wrap .hn_2btn{
	font-size:4.5vw;
}
#re_wrap .hn_check ul li{font-size:4.5vw;}
#re_wrap .hn_check ul li:nth-child(n+2){
	margin-top:0.3em;
}
#re_wrap .tab_content .hn_btn{
	width:90%;
}
#re_wrap .hn_jichitaichui{
	font-size:70%;
}
#re_wrap .hn_vpr{
	border:none;
	padding-top:0.5em;
	text-align:left;
	font-size:4.3vw;
}
#re_wrap .hn_vpr .hn_btn{
	right:0;
	font-size:5vw;
}
#re_wrap .hn_jichitaiblock .hn_vpr{
	padding-bottom:3.5em;
}
#re_wrap .hn_jichitaiblock .hn_vpr .hn_btn{
	font-size:6vw;
}
#re_wrap .hn_jichicp{
	margin-bottom:0.5em;
}

#re_wrap .hn_pickup{
	padding:0.5em;
}
#re_wrap .hn_prleft{
	max-width:100%;
	width:100%;
	order:2;
	margin-top:0.5em;
}
#re_wrap .hn_pright{
	width:100%;
	order:1;
}
#re_wrap .hn_pright img{
	width:75%;
}
}