@charset "UTF-8";
/* CSS Document */



#tote .main .tit-txt-wrap {
	margin: 30px 0 60px;
	justify-content: space-around;
	align-items: center;
}
#tote .main h2 {
	font-size: 42px;
	margin-top: 15px;
	text-indent: -.2em;
}
.main .tit-txt-wrap .l-cont img {
	height: 26px;
}
#tote .main .tit-txt-wrap p {
	border-left: solid 1px #808080;
	padding: 3px 0 3px 30px;
	line-height: 1.8;
}
.link-btn-cont {
	justify-content: space-between;
}
.link-btn-cont li {
	width: 23.5%;
	border: solid 1px #808080;
}
.link-btn-cont li a {
	display: block;
	width: 100%;
	padding: 20px;
	background: #fff;
	position: relative;
}
ul.link-btn-cont li a::after {
	content: "\f107";
	display: inline-block;
	width: 30px;
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
}
.block .img-cont {
	justify-content: space-between;
	margin: 30px 0 50px;
}
.img-cont p.item-num {
	text-align: right;
	font-size: 13px;
	font-family: "Yu Gothic", YuGothic, sans-serif;
	margin-top: 8px;
}
.block-tit + p {
	font-size: 13px;
	line-height: 1.8;
}
.info-block {
	border: solid 1px #808080;
	padding: 15px;
	width: 535px;
	margin: 50px auto;
	align-items: center;
}
.info-txt {
	border-left: solid 1px #808080;
	padding: 5px 0 5px 20px;
	margin-left: 20px;
	font-size: 12px;
}
.info-txt p.toyookakaban {
	margin-bottom: 15px;
}
.info-txt p.toyookakaban::before {
	content: "豊岡鞄";
	color: #79a7d6;
	border: solid 1px #79a7d6;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
}
.info-txt p.toyookakaban2::before {
	content: "豊岡製カバン";
	color: #dec0b4;
	border: solid 1px #dec0b4;
	background: #fff;
	padding: 5px;
	margin-right: 10px;
}
/* ブロック共通 */


.block {
	margin-bottom: 80px;
}
.block-tit {
	border-bottom: solid 1px #808080;
	text-align: center;
	margin-bottom: 30px;
}
.block .num {
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
}
.block .num::before {
	content: "";
	display: block;
	width: 128px;
	height: 38.5px;
	background: url(/images/tote/text_icon.png) center top no-repeat;
	background-size: 100%;
}
.block .num::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	border-bottom: solid 1px #808080;
	margin: 10px auto 0;
}
.block-tit h4 {
	font-size: 24px;
	margin-bottom: 2px;
	border-bottom: solid 2px #808080;
	padding: 15px 0 10px;
}

@media screen and (max-width: 768px) {
.sp_none {
	display: none;
}
.tit-txt-wrap .l-cont {
	text-align: center;
}
#tote .main h2 {
	font-size: 38px;
}
#tote .main .tit-txt-wrap p {
	border: none;
	padding: 0;
	margin-top: 20px;
}
ul.link-btn-cont.fl {
	display: flex;
	flex-wrap: wrap;
}
.link-btn-cont li {
	width: 48%;
	margin-bottom: 20px;
}
.info-block {
	width: 100%;
}
.info-block .tit {
	margin-bottom: 20px;
	text-align: center;
}
.info-block .info-txt {
	border: none;
	padding: 0;
	margin: 0;
}
.block .img-cont div {
	margin-bottom: 15px;
}
}
