header {
	background: url(../img/bg_top01.png)top center/100% no-repeat ;
	width: 100%;
	height: 720px;
}
header h1 {
	margin: 0 auto;
	background: url(../img/img_title_top01.png) top center/100% no-repeat;
	width: 80%;
	height: 100%;
	max-width: 960px;
	top: 0;
}

/** 還元率ランキング **/
section.reduction h2 {
	width: 100%;
	height: 100px;
	color: red;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}
section.reduction h2.no1 {
	background: #ffe49f;
}
section.reduction h2.no2 {
	background: #d9ecfc;
}
section.reduction h2.no3 {
	background: #dbc7af;
}
.ranking_box01 {
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 6px auto;
}
.ranking_box01 img {
	display: inline-block;
	margin-top: -40px;
}
section.reduction div.ranking_box02 {
	display: flex;
	width: 100%;
}
section.reduction div.ranking_box02 div.ranking01 ,
section.reduction div.ranking_box02 div.ranking02 ,
section.reduction div.ranking_box02 div.ranking03 ,
section.reduction div.ranking_box02 div.contents {
	width: 50%;
	height: 560px;
	background-color: #333;
}
section.reduction div.ranking_box02 div.contents {
	max-width: 500px;
	background-color: #444;
}
section.reduction div.ranking_box02 div.ranking01 {
	background: url(../img/img_ranking_01.png) center no-repeat;
}
section.reduction div.ranking_box02 div.ranking02 {
	background: url(../img/img_ranking_02.png) center no-repeat;
}
section.reduction div.ranking_box02 div.ranking03 {
	background: url(../img/img_ranking_03.png) center no-repeat;
}
section.reduction div.ranking_box03 {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 0 2em;
}
section.reduction div.ranking_box03 .arrow_box p {
	font-size: 0.8em;
}
section.reduction div.ranking_box03 p.cont {
	border-bottom: #333 solid 2px;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	margin: 0 0 1em 0;
}
section.reduction div.ranking_box03 p.cont span{
	font-size: 2em;
	font-weight: bold;
	color: red;
}
section.reduction div.ranking_box03 h3 {
	width: 90%;
	color: black;
	background-color: #ffb54b;
	margin: 1em 5% ;
	border-radius: 8px;
	padding: 3px;
	text-align: center;
	font-size: 0.8em;
}
section.reduction div.ranking_box03 img.media {
	width: 29%;
	margin-right: 3%;
}
.arrow_box {
	display: inline-block;
	position: relative;
	background: #FFF;
	border: 4px solid #ffb54b;
	width: 60%;
	max-width: 400px;
	margin: 3em 2em 1em 0;
	padding: 0.5em 1em;
	border-radius: 1em;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 20px;
	margin-top: -20px;
}
.arrow_box:before {
	border-color: rgba(255, 181, 75, 0);
	border-left-color: #ffb54b;
	border-width: 26px;
	margin-top: -26px;
}

/** 還元率ランキング(TOP10) **/

section.reduction div.top10 {
	display: block;
	border-top: 12px solid #e8e387;
}
section.reduction div.top10:last-child {
	margin-bottom: 120px;
}
section.reduction div.top10 div.top10_box {
	width: 100%;
	max-width: 1000px;
	height: 180px;
	margin: 0 auto;
}
section.reduction div.top10 div.top10_box img {
	margin: 0 6px 0 0;
	display: inline-block;
	width: 240px;
}
section.reduction div.top10 div.top10_box_cont {
	width: calc(100% - 252px);
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0;
}
section.reduction div.top10 div.top10_box h2 {
	margin:0 12px 0 0;
	padding: 0;
	font-size: 1.5em;
	color: red;
}
section.reduction div.top10 div.top10_box h2 span {
	font-size: .75em;
	font-weight: bold;
	color: white;
	background: #4c4948;
	border-radius: 8px;
	padding: 3px 8px;
	margin: 0 .5em 0 0;
}
section.reduction div.top10 div.top10_box_reduction {
	width: 53%;
	display: inline-block;
	border-bottom: 4px solid #ea6333;
	padding: 0;
	vertical-align: bottom;
}
section.reduction div.top10 div.top10_box_reduction p {
	font-size: 1.2em;
	margin: 0 0 -6px;
}
section.reduction div.top10 div.top10_box_reduction span.reduction {
	background: #ea6333;
	color: white;
	padding: 8px 12px 3px;
	font-size: 0.75em;
	font-weight: bold;
	border-radius: 10px 10px 0 0;
	margin-right: 1em;
}
section.reduction div.top10 div.top10_box_reduction span.per {
	font-size: 1.5em;
}
section.reduction div.top10 div.top10_box_reduction span.price {
	font-size: 1.5em;
	color: red;
	font-weight: bold;
}
section.reduction div.top10 div.top10_box_media {
	display: inline-block;
	width: 40%;
}
section.reduction div.top10 div.top10_box_media p {
	background: #ffb54b;
	margin: 0 auto;
	padding: 3px 0;
	width: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
	border-radius: 8px;
}
section.reduction div.top10 div.top10_box_media img {
	width: 30%;
	margin: 1%;
}
section.reduction div.top10 div.top10_box_media {
	width: 45%;
}
section.reduction div.top10 {}


/** 共通部分 **/
article.furusato ,
article.gift ,
article.merits {
	width: 100%;
	margin: 0;
	padding:60px 0;
}
section.furusato ,
section.gift {
	background: #FFF;
	box-shadow: 5px 5px 0 0 rgba(0, 147, 232, 0.75);
	width: calc(100% - 48px);
	max-width: 1000px;
	margin: 120px auto;
	padding: 60px 24px;
	border-radius: 24px;
}
section.furusato div.furusato_top ,
section.gift div.gift_top {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
section.furusato div.furusato_top p ,
section.furusato div.furusato_top img ,
section.gift div.gift_top p ,
section.gift div.gift_top img {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 24px);
	margin: 0 auto 60px;
}
section.furusato img.top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
section.furusato h2 img, 
section.gift h2 img, 
section.furusato h3 img {
	display: block;
	margin: 36px auto;
	text-align: center;
}
section.furusato dl ,
section.gift dl{
	width: 100%;
	display: inline-block;
}
section.furusato dl img.arrow {
	display: block;
	margin: 2em auto;
}
section.furusato dt ,
section.gift dt {
	display: inline-block;
	width: calc(50% - 36px);
	margin: 0 24px 0 0;
}
section.furusato dt img ,
section.gift dt img {
	max-width: 480px;
}
section.furusato dd ,
section.gift dd {
	display: inline-block;
	width: calc(50% - 36px);
	margin: 0 18px 0 18px;
}


/** ふるさと納税とは？ **/

article.furusato {
	background: #81bcdd;
	border-image-width : 32px 0;
	border-image-repeat: stretch;
	border-image-source: url(../img/line_border.png);
}
}
section.furusato div.furusato_top {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
}
section.furusato div.furusato_top p ,
section.furusato div.furusato_top img {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 24px);
	margin: 0 auto 60px;
}
section.furusato img.top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
section.furusato {
}
section.furusato dd h4 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
section.furusato dd h4 span {
	color: #ea6333;
}
section.furusato {
}


/** オススメの返礼品 **/
article.gift {
	background: #e8e387;
}
section.gift {
	padding: 60px 0 60px 24px;
	border-radius: 24px;
}
section.gift dd h4 {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 110px);
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
section.gift dd p.city {
	width: max-content;
	margin: 0 0 0 auto;
	padding: 3px 12px;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background: #ea6333;
}
section.gift dd p.price {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	border-top: 2px dotted #333;
}
section.gift dd p.price span {
	color: #ea6333;
	font-size: 1.8em;
}
section.gift ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
section.gift li {
	display: inline-block;
	width: calc(25% - 20px);
	margin-right: 12px;
	font-size: 0.8em;
}
section.gift li img {
	width: 100%;
}
section.gift li p.city {
	width: max-content;
	margin: 0 0 0 auto;
	padding: 3px 12px;
	font-weight: bold;
	color: #FFF;
	background: #ea6333;
}
section.gift li p.price {
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	border-top: 2px dotted #333;
}
section.gift li p.price span {
	color: #ea6333;
}


/** メリットと注意点 **/

section.merits {
	background: #FFF;
	width: calc(100% - 48px);
	max-width: 1000px;
	margin: 120px auto;
	padding: 0 24px 60px;
	border-radius: 24px;
}
.balloon5 {
  width: 100%;
  margin: 60px 0 0;
  overflow: hidden;
}
.balloon5:nth-child(3) ,
.balloon5:nth-child(7) {
  width: 100%;
  margin: 60px 0 120px;
  overflow: hidden;
}
.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}

/** Footer **/
footer {
	background: #ffb54b;
	margin: 0;
	padding: 60px 0 24px;
}
footer div.box{
	display: block;
	background: white;
	width: 100%;
	max-width: 1000px;
	margin: 60px auto ;
	border-radius: 24px;
}
footer div.box p ,
footer div.box img {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 24px);
	margin: 0 auto 60px;
}
footer div.box h2 img {
	width: 100%;
	max-width: 960px;
	margin: 60px auto;
}
footer p.footer {
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin: 60px auto 12px;
}