/* ----------------------------------------
　other（例）
---------------------------------------- */

.smart_off {
	display: none !important;
}

.sale_wrap {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
	width: 100%;
	overflow: hidden;
	color: #333;
}

.sale_wrap .sale_main_wrap {
	width: 100%;
	margin: 0 0 5% 0;
}

.sale_main_bnr {
	display: block;
	width: 90%;
	margin: 0 auto 20% auto;
}

.sale_tl img {
	position: absolute;
	left: 50%;
	width: 30%;
	margin: -5% 0 0 10%;
}

.sale_tl h3 {
	margin: 0 0 5% 0;
	font-size: 6vw;
	line-height: 5vh;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}

.sale_tl span {
	font-size: 5vw;
	font-weight: bold;
}

.sale_st_wrap {
	margin: 0 0 20% 0;
}

.sale_st_inner {
	width: 96%;
	margin: 2% auto 0 auto;
}

.sale_st_inner li {
	margin: 0 0 5% 0;
}

.sale_link a {
	display: block;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 15px 0 10px 10%;
	background: #f0dfad;
	border-radius: 30px;
	border-bottom: 3px solid #c7ae73;
	font-size: 5vw;
	line-height: 30px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}

.sale_link a span {
	font-size: 4vw;
	font-weight: bold;
}

.sale_link a:after {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 10%;
	/*画像の幅*/
	height: 1px;
	/*画像の高さ*/
	padding: 2% 0;
	background: url(/img/sale/arrow.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 5%;
	bottom: 0;
	top: 0;
	margin: auto;
}

.sale_flow_wrap {
	margin: 0 0 20% 0;
}

.sale_flow_inner {
	width: 90%;
	margin: 2% auto 5% auto;
	position: relative;
}

.sale_flow_inner:after {
	visibility: visible;
	margin: auto;
	content: "";
	width: 20%;
	height: 100%;
	vertical-align: middle;
	background: #f7dada;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.sale_flow_inner li {
	box-sizing: border-box;
	margin: 0 0 10% 0;
	padding: 5% 0 5% 0;
	background: #f0dfad;
	border-radius: 10px;
	position: relative;
	text-align: center;
}

.sale_flow_inner li:last-child {
	margin: 0;
}

.sale_flow_inner h3 {
	margin: 0 0 5% 0;
	font-size: 5vw;
	line-height: 4.5vh;
	font-weight: bold;
	text-align: center;
}

.sale_flow_inner h3 br {}

.sale_flow_inner .sale_flow_img {
	margin: 0 0 5% 0;
}

.sale_flow_inner p {
	width: 90%;
	margin: 0 auto;
	font-size: 3.5vw;
	line-height: 3.5vh;
	font-weight: bold;
	text-align: left;
	position: relative;
	z-index: 2;
}


.sale_flow_inner .sale_flow_num {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.sale_ins_wrap {
	width: 96%;
	margin: 0 auto 20% auto;
	padding: 10% 0;
	background: url(/img/sale/hoken_bg.jpg);
}

.sale_ins_wrap h2 {
	padding: 2% 0;
	background: url(/img/sale/hoken_tl.png) no-repeat;
	background-position: center;
	font-size: 5vw;
	line-height: 4vh;
	text-align: center;
	font-weight: bold;
}

.sale_ins_wrap .sale_ins_txt {
	text-align: center;
	margin: 0 0 5% 0;
}

.sale_ins_wrap .sale_ins_txt p {
	width: 90%;
	margin: 0 auto;
	font-size: 3.5vw;
	line-height: 3vh;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
}

.sale_ins_wrap img {
	margin: 0 0 5% 0;
}

.sale_ins_wrap .sale_ins_merit {
	width: 96%;
	margin: 0 auto;
}

.sale_ac_wrap {
	margin: 0 0 20% 0;
}

.sale_ac_wrap .sale_tl img {
	margin-left: 18%;
}


.sale_ac_wrap iframe {
	width: 1200px;
	height: 350px;
}

.sale_ac_inner {
	width: 96%;
	margin: 5% auto 2% auto;
	overflow-y: scroll;
}

.sale_ac_scroll {
	margin: 0 0 10% 0;
	background: #c7ae73;
	font-size: 3.5vw;
	line-height: 3vh;
	color: #fff;
	padding: 2% 0;
	font-weight: bold;
	text-align: center;
}

.sale_ac_more {
	display: block;
	width: 96%;
	margin: 0 auto;
}

.sale_ac_list {
	width: 1150px;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Arial', sans-serif;
}

.sale_ac_part {
	width: 280px;
	position: relative;
}

.sale_ac_part_link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}


.sale_ac_con {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	height: 160px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.sale_ac_img {
	margin: 0 0 5px 0;
	position: relative;
}

.sale_ac_img img {
	width: 280px;
	height: 146px;
	object-fit: cover;
}

.sale_ac_img .sale_ac_name {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	padding: 6px;
	background: RGBA(51, 51, 51, 0.8);
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 0;
}


.sale_ac_con li {
	overflow: hidden;
}

.sale_ac_con .sale_ac_item {
	float: left;
	width: 70px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	letter-spacing: -0.5px;
}

.sale_ac_con .sale_ac_txt {
	float: left;
	width: 210px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sale_btn_wrap {
	width: 100%;
	padding: 15% 0 50px 0;
	background: url(/img/sale/sale_btn_bg.jpg);
}

.sale_btn_wrap .sale_tl img {
	margin: -8% 0 0 10%;
}

.sale_btn_inner {
	width: 96%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sale_btn_inner li {
	width: 49%;
	margin: 0 0 2% 0;
}

.sale_btn_inner:after {
	display: none;
}

.sale_btn_inner a {
	display: block;
	padding: 5%;
	background: #fff;
	color: #333;
	text-decoration: none;
	position: relative;
}

.sale_btn_inner a:before {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 10%;
	/*画像の幅*/
	height: 1px;
	padding: 2% 0;
	/*画像の高さ*/
	background: url(/img/sale/check.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12%;
	margin: auto;
}

.sale_btn_inner a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 10%;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #dabb50;
}

.sale_btn_inner p {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 7% 0;
	border: 2px solid #dabb50;
	font-size: 3vw;
	line-height: 3vh;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.sale_link_last {
	margin-top: -35px;
}


/* other（例）
---------------------------------------- */
