.wysiwyg-data{
padding-right:15px;
padding-left:15px;
}

h3.section-title{
text-align:center;
line-height:1.2;
margin:0 auto;
 border-bottom: solid 1px rgba(251,234,188,1);
position: relative;
padding-bottom:20px;
margin-bottom:30px;
font-size:22px;
}


h3.section-title:before{
margin:0;
display:block;
content:url(https://image.raku-uru.jp/01/4289/41/icon-manpuku_1593834838182.png);
transform: scale(0.5);
position:relative;
top:20px;
}

h3.section-title:after{
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #2f0302;
  bottom: -1px;
  width: 10%;
margin:0 auto;
left:45%;
top:20px;
}


h4.section-title{
 color: #2f0302;
margin:0 0 1em 0;
  padding: 0.6em 0.65em;
  border-top: solid 2px #a1903d;
  border-bottom: solid 2px #a1903d;
border: solid 2px #a1903d;
  background: -webkit-repeating-linear-gradient(-45deg, #fbeabc, #fbeabc 3px,#f3f2ed 3px, #f3f2ed 7px);
  background: repeating-linear-gradient(-45deg, #fbeabc, #fbeabc 3px,#f3f2ed 3px, #f3f2ed 7px);
font-size:18px;
}


/***********
 * common
 ***********/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	word-break: break-all;
}

html,body {
	height: 100%;
}

body,
body * {
	font-family: '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
}
body {
	font-size: 14px;
	color:#333;
	/* 通常文字色 */
	background:#fff ;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
}
h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

ul,ul li {
	list-style: none;
}

/* a リンク文字色 */
a,
a:visited {
	color:#2f0302; /* a リンク文字色 */
	text-decoration: none;
transition:all 0.3s;
}

a *{
transition:all 0.3s;
}

a:hover,
button:hover {
	color:#633a39; /* hoverリンク文字色 */
	text-decoration: none;
	opacity: 0.7;
}

a:hover * {
	opacity: .7;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse ;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: auto;
	margin-bottom: 20px;
}

table.tbl tr th {
	font-size: 13px;
	font-weight: normal;
	position: relative;
	width: 125px;
	padding: 10px 14px;
	text-align: left;
	border: #c8b07e solid 1px;
	background-color: #e4d4b4;
}

table.tbl tr td {
	font-size: 13px;
	padding: 10px 40px;
	text-align: left;
	border: #c8b07e solid 1px;
}

@media only screen and (max-width: 600px) {
	table.tbl {
		width: 100%;
	}
	table.tbl tr th {
		font-size: 12px;
		font-weight: normal;
		width: 105px;
		padding: 4px 10px;
		text-align: left;
	}
	table.tbl tr td {
		font-size: 12px;
		padding: 4px 15px;
		text-align: left;
	}
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
}
pre {
	white-space: pre-wrap;
}
ul.list1 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list1 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 6px;
	background-color: #a1903d;
}
ul.list1 li:after {
	position: absolute;
	top: 7px;
	left: 2px;
	display: inline-block;
	width: 8px;
	height: 8px;
	content: '';
	border-radius: 4px;
	background-color: #fff;
}
@media only screen and (max-width: 600px) {
	ul.list1 li:before {
		position: absolute;
		top: 5px;
		left: 0;
		display: inline-block;
		width: 12px;
		height: 12px;
		content: '';
		border-radius: 6px;
		background-color: #a1903d;
	}
	ul.list1 li:after {
		position: absolute;
		top: 7px;
		left: 2px;
		display: inline-block;
		width: 8px;
		height: 8px;
		content: '';
		border-radius: 4px;
		background-color: #fff;
	}
}

ul.list2 li {
	font-size: 13px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 26px;
}
ul.list2 li:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: inline-block;
	width: 16px;
	height: 10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/***********
 * layout
 ***********/
#wrapper,
.wrapper {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
}

.main-contents {
	padding-bottom: 60px;
}

.top {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.contents {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 0;
}

.page {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0;
}

.row {
/*	position: relative;
	width: 1000px;
	margin: 0 auto;*/
}

@media only screen and (max-width: 600px) {
	#wrapper,
	.wrapper {
		min-width: 100%;
	}
	.main-contents {
		padding-bottom: 40px;
	}
	.top {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.contents {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.page {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 0;
	}
	.row {
/*
		position: relative;
		width: 100%;
		margin: 0 auto;
*/
	}
}

/***********
 * clearfix
 ***********/
.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

label:after {
	display: none;
}


/***********
 * header
 ***********/
#header {
	width: 100%;
	height: 160px;
	border-bottom: #cec599 1px solid;
	background-color: #2f0302;
}
#header-cart {
	width: 100%;
	height: 65px;
}

.header-top {
	height: 65px;
	margin-bottom: 50px;
	padding: 0;
	color: #fff;
	background-color: #fff;
}
#header-cart .header-top {
	height: 65px;
	padding: 0;
	color: #fff;
	background-color: #191402;
}

.logo {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 80px;
	text-align: center;
margin:0 auto 0 0;

}

.logo a {
	display: block;
}

.logo-text {
	font-size: 13px;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	display: -webkit-box;
	overflow: hidden;
	width: 158px;
	max-height: 4em;
	padding: 0 10px;
	-webkit-transform: translate(-50%,-50%);
		    transform: translate(-50%,-50%);
	text-align: center;
	word-break: break-all;
	color: #a1903d;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.logo-text-footer {
	position: static;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	transform: translate(0,0);
}

.logo-text-footer a {
	color: #a1903d;
}

#header-cart .logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -85px;
}

.logo h1 {
	line-height: 65px;
}

.logo img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 80px;
	vertical-align: middle;
}

.header-menu-sp {
	display: none;
}

.nav-close {
	display: none;
}

.header-search {
	float: left;
	margin-top: 14px;
/*	margin-left: 220px;*/

}

.header-search-form {
	position: relative;
	border-radius: 2px;
	background-color: #fff;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-search.png);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.header-search input[type=text] {
	font-size: 14px;
	line-height: 35px;
	display: inline-block;
	width: 100%;
	height: 37px;
	padding: 0 50px 0 40px;
	color: #78681d;
border:1px solid #78681d;
	border-radius: 2px;
	outline: 0 none;
	background: none;
}

.header-search input[type=text]::-webkit-input-placeholder {
	font-weight: normal;
	color: #78681d;
}

.header-search input[type=text]:-ms-input-placeholder {
	font-weight: normal;
	color: #78681d;
}

.header-search input[type=text]::-moz-placeholder {
	font-weight: normal;
	color: #78681d;
}

.header-search-form-btn {
	line-height: 37px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	overflow: hidden;
	width: 48px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	border: none;
	-webkit-border-radius: 0;
		    border-radius: 0 2px 2px 0;
	background: none;
	-webkit-appearance: none;
}

.search-btn {
	display: block;
	width: 48px;
	height: 37px;
	vertical-align: middle;
	color: #fff;
	border: none;
	border-radius: 0 2px 2px 0;
	background-color: #a1903d;
}
/* header-menu */
.header-top ul.header-menu {
	float: right;
	height: 65px;
}

.header-top ul.header-menu > li {
	float: left;
	height: 65px;
	text-align: center;
}

.header-top ul.header-menu > li > a {
	position: relative;
	color: #a1903d;
}

.header-top ul.header-menu li.mypage a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-top ul.header-menu li.mypage a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 21px;
	height: 24px;
	margin-left: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/01/4289/39/icon-mypage_1593830093110.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-top ul.header-menu li.cart a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-top ul.header-menu li.cart a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-left: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/01/4289/38/icon-cart_1593830092896.png);
	background-repeat: no-repeat;
	background-size: cover;
}


.header-top ul.header-menu li.regist a {
	font-size: 12px;
	position: relative;
	display: block;
	width: 80px;
	height: 60px;
	padding-top: 36px;
}

.header-top ul.header-menu li.regist a:before {
	position: absolute;
	top: 10px;
	left: 50%;
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-left: -13px;
	content: '';
	background-image: url(https://image.raku-uru.jp/01/4289/37/icon-regist_1593830092635.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.header-top ul.header-menu li.sns {
	padding-right: 8px;
	padding-left: 10px;
}

.header-top ul.header-menu li.sns ul li {
	line-height: 60px;
	display: inline-block;
	width: 35px;
	margin-right: 13px;
}

.header-top ul.header-menu li.sns ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.header-bottom {
	float: left;
	width: 100%;
	padding-left: 15px;
}

.header-bottom .entry {
padding-top:10px;
display:flex;
justify-content:flex-start;
align-items:flex-end;
}

.header-bottom .entry nav a{
padding-right:0.5em;
padding-left:0.5em;
border-right:1px solid rgba(255,255,255,0.5);
}

.header-bottom .entry nav a:last-child{

border-right:none;

}
.header-bottom .logout {
	line-height: 50px;
	position: relative;
	float: left;
	text-align: left;
}

.header-bottom .entry a ,
.header-bottom .logout a {
	font-size: 16px;
	font-weight: bold;
/*	display: block;*/
/*	height: 80px;*/
	padding-right: 0px;
	padding-left: 0px;
	color: #fff;

}

.header-bottom .entry a:before {
/*
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-top: -7px;
	margin-right: 8px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-entry.png);
	background-repeat: no-repeat;
	background-size: cover;
*/
}

.header-bottom .logout a:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	margin-right: 0;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-logout.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* category-nav */
.category-nav {
display:none;
	float: right;
	padding-right: 25px;
}

.category-nav > ul > li {
	font-size: 14px;
	line-height: 50px;
	position: relative;
	float: left;
	color: #000;
}

.category-nav > ul > li > a,
.category-nav > ul > li > div {
	padding-right: 25px;
	padding-left: 25px;
}

.category-nav > ul > li.active > a,
.category-nav > ul > li.active > div {
	opacity: 1;
	color: #fff;
	background-color: #a1903d;
}

.category-nav > ul > li > a:hover,
.category-nav > ul > li > a:hover p {
	opacity: 1;
}

.category-nav > ul li a,
.category-nav > ul li div {
	position: relative;
	display: block;
	width: 100%;
}

.category-nav-l2 {
	position: absolute;
	z-index: 55;
	top: 50px;
	right: 0;
	display: none;
	width: 270px;
	padding:;
	text-align: left;
	background-color: rgba(161,144,61,.9);
}

.active .category-nav-l2 {
	display: block;
}

.category-nav-l2 > li {
	font-size: 14px;
	line-height: 1.2;
}

.category-nav-l2 > li > a {
	padding: 18px;
	color: #fff;
}

.category-nav-l3 > li > a {
	font-size: 14px;
	padding: 18px 18px 18px 36px;
	color: #fff;
}
@media only screen and (max-width: 600px) {
	#header {
		width: 100%;
		min-height: 52px;
		height: auto;
	}
	#header-cart {
		width: 100%;
		height: 52px;
	}
	.header-top {
		height: auto;
		margin-bottom: 0;
		padding: 0;
	}
	#header-cart .header-top {
		height: 52px;
	}
	.logo {
		position: inherit;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		min-height: 52px;
		height: auto;
		text-align: center;
	}
	.logo-text {
		max-height: 2.8em;
		-webkit-line-clamp: 2;
	}
	#header-cart .logo {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		margin-left: 0;
	}
	.logo h1 {
		line-height: 50px;
	}
	.logo img {
		width: auto;
		max-height: 60px;
		margin: 9px auto;
		vertical-align: middle;
	}
	.header-menu-sp {
		position: absolute;
		z-index: 99;
		top: 10px;
		right: 10px;
		display: block;
		width: 25px;
	}
	.header-menu-sp img {
		width: 100%;
		height: auto;
	}
	.header-nav {
		position: fixed;
		z-index: 9999;
		top: -1000px;
		left: 0;
		overflow: scroll;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		-webkit-transition: top .6s cubic-bezier(.19,1,.22,1);
		        transition: top .6s cubic-bezier(.19,1,.22,1);
	}
	.nav-open .header-nav {
		top: 0;
	}
	.nav-close {
		line-height: 50px;
		display: block;
		text-align: right;
		border-bottom: #2f0302 solid 1px;
		background-color: #2f0302;
	}
	.nav-close a {
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 0 15px 0;
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-close.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-search {
		float: none;
		margin-top: 0;
		margin-left: 0;
		padding: 17px 10px;
		background-color: rgba(25,20,2,.9);
background-color: #2f0302;
	}
	.header-search-form {
		border-radius: 2px;
		background-color: #fff;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-search_sp.png);
		background-repeat: no-repeat;
		background-position: 8px 8px;
		background-size: 20px;
	}
	.header-search input[type=text] {
		font-size: 16px;
	}
	.header-search-form-btn {
	}
	.search-btn {
		-webkit-appearance: none;
	}
	.header-top ul.header-menu {
		font-size: 0;
		float: none;
		height: auto;
		border-top: rgba(161,144,61,.3) solid 1px;
		background-color: rgba(25,20,2,.9);
background-color:#2f0302;
	}
	.header-top ul.header-menu > li {
		float: none;
		height: auto;
		text-align: center;
	}
	.header-top ul.header-menu > li > a {
		position: relative;
		color: #a1903d;
	}
	.header-top ul.header-menu li.mypage {
		line-height: 50px;
		display: inline-block;
		width: 33%;
	}
	.header-top ul.header-menu li.mypage a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-top ul.header-menu li.mypage a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 23px;
		height: 24px;
		margin-top: -12px;
		margin-left: -60px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-mypage_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.header-top ul.header-menu li.cart {
		line-height: 50px;
		display: inline-block;
		width: 33%;
	}
	.header-top ul.header-menu li.cart a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-top ul.header-menu li.cart a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 25px;
		height: 22px;
		margin-top: -11px;
		margin-left: -53px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.header-top ul.header-menu li.regist {
		line-height: 50px;
		display: inline-block;
		width: 33%;
	}
	.header-top ul.header-menu li.regist a {
		font-size: 16px;
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		padding-top: 0;
		padding-left: 20px;
		text-align: center;
	}
	.header-top ul.header-menu li.regist a:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: inline-block;
		width: 25px;
		height: 22px;
		margin-top: -11px;
		margin-left: -53px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.header-top ul.header-menu li.sns {
		display: none;
	}

	.header-bottom {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.header-bottom .entry ,
	.header-bottom .logout {
		line-height: 50px;
		display: block;
		float: none;
		width: 100%;
		text-align: left;
		background-color: rgba(47,3,2,.9);
	}
	.header-bottom .entry a ,
	.header-bottom .logout a {
		font-size: 16px;
		font-weight: normal;
		display: block;
		height: 80px;
		padding-right: 10px;
		padding-left: 10px;
		border: none;
	}
	.header-bottom .entry a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
/*		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;*/
	}
	.header-bottom .logout a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 10px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-logout_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	/* category-nav */
	.category-nav {
		float: none;
		margin-left: 0;
		padding-right: 0;
		background-color: rgba(161,144,61,.9);
	}
	.category-nav > ul > li {
		font-size: 16px;
		line-height: 1.2;
		position: relative;
		float: none;
		color: #fff;
	}
	.category-nav > ul > li > a,
	.category-nav > ul > li > div {
		padding-right: 10px;
		padding-left: 10px;
		color: #fff;
	}
	.category-nav > ul > li.active > a,
	.category-nav > ul > li.active > div {
		color: #fff;
	}
	.category-nav > ul li a,
	.category-nav > ul li div {
		position: relative;
		display: block;
		width: 100%;
		padding: 15px 30px 15px 10px;
		text-align: left;
	}
	.category-nav > ul > li > div {
		padding-left: 34px;
	}
	.category-nav > ul li a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-nav_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul li div:after {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-plus.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav > ul li.open div:after {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-minus.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.category-nav-l2 {
		position: inherit;
		z-index: 33;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		margin-left: 0;
		padding: 0;
		background-color: inherit;
		background-color: rgba(255,255,255,.9);
	}
	.active .category-nav-l2 {
		display: none;
	}
	.open .category-nav-l2 {
		display: block;
	}
	.category-nav-l2:before {
		display: none;
	}
	.category-nav-l2 > li {
		font-size: 16px;
		line-height: 1.2;
	}
	.category-nav-l2 > li a {
		position: relative;
		padding: 0 0;
		padding-left: 50px !important;
		color: #a1903d !important;
	}
	.category-nav-l2 > li a:before {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: inline-block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.category-nav-l3 > li a,
	.category-nav-l3 > li div {
		padding-left: 65px !important;
	}
}

/***********
 * footer
 ***********/
#footer {
	position: relative;
	width: 100%;
background-color:#2f0302;
}

.footer-top {
	width: 100%;
	padding: 40px 0 0;
	background-color: #2f0302;
}

.footer-top-tbl {
	display: table;
	width: 100%;
	margin-bottom: 40px;
}

.footer-top-th {
	line-height: 1.2;
	display: table-cell;
	width: 190px;
	padding: 10px 0;
	border-right: #a1903d solid 1px;
}

.footer-top-td {
	font-size: 14px;
	line-height: 1.2;
	display: table-cell;
	padding: 10px 0 10px 44px;
	vertical-align: top;
}

.footer-top-th h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
	letter-spacing: 1px;
	color: #a1903d;
}

.footer-top-th p {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}

.footer-shoppingguide {
	margin-bottom: 0;
	padding-right: 100px;
}

.footer-shoppingguide ul li {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.footer-shoppingguide ul li a {
	color: #fff;
}

.footer-shoppingguide ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* schedule-area */
.schedule-area {
	text-align: left;
}

.schedule_wrapper {
	display: inline-block;
	width: 245px;
}

.schedule_wrapper:nth-of-type(odd) {
	margin-right: 50px;
}

.schedule-area h4 {
	font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	width: 104px;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	color: #a1903d;
	border: #a1903d solid 1px;
	border-radius: 2px;
}

.schedule {
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}

.schedule table {
	width: auto;
	margin: 0 auto 10px;
}

.schedule table th {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule table th.sun {
	color: #aa1e52;
}

.schedule table th.sat {
	color: #3e61f2;
}

.schedule table td {
	font-size: 13px;
	font-weight: normal;
	padding: 4px 5px;
	text-align: center;
	color: #fff;
}

.schedule-date {
	line-height: 25px;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
}

.e1 .schedule-date {
	color: #fff;
	background-color: #959532;
}

.e2 .schedule-date {
	color: #fff;
	background-color: #865c08;
}

.e3 .schedule-date {
	color: #a1903d;
	border: #a1903d solid 1px;
}

.event-list {
	display: block;
	margin-top:25px;
	vertical-align: top;
}

.event-list li {
	line-height: 24px;
	position: relative;
	min-height: 24px;
	margin-right: 15px;
	margin-bottom: 6px;
	padding-left: 35px;
	text-align: left;
	color: #fff;
}

.event-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
}

.event-list li.event1:before {
	background-color: #959532;
}

.event-list li.event2:before {
	background-color: #865c08;
}

.event-list li.event3:before {
	border: #a1903d solid 1px;
}

@media only screen and (max-width: 600px) {
	.schedule_wrapper {
		width: auto;
	}
	.schedule_wrapper:nth-of-type(odd) {
		margin-right: 0;
	}
}

.footer-sns {
	text-align: left;
}

.footer-sns ul li {
	display: inline-block;
	margin-right: 12px;
}

.footer-sns ul li img {
	width: 35px;
	height: auto;
}

.footer-bottom {
	width: 100%;
	padding: 24px 0;
	text-align: center;
	background-color: #f8f7f4;
}

.footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
}

.footer-logo img {
	width: auto;
	height: auto;
	max-width: 170px;
	max-height: 60px;
}

.copyright {
	font-size: 14px;
	color: #191402;
}

@media only screen and (max-width: 600px) {
	#footer {
	}
	.footer-top {
		width: 100%;
		padding: 22px 10px;
	}
	.footer-top-tbl {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-top-th {
		line-height: 1.2;
		display: inline-block;
		width: 160px;
		margin: 0 auto 15px;
		padding: 10px 0;
		text-align: center;
		border-right: none;
		border-bottom: #a1903d solid 1px;
	}
	.footer-top-td {
		font-size: 13px;
		line-height: 1.2;
		display: block;
		padding: 0;
		vertical-align: top;
	}
	.footer-top-th h3 {
		font-size: 16px;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
	}
	.footer-top-th p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 1px;
	}

	.footer-shoppingguide {
		margin-bottom: 20px;
		padding-right: 0;
	}
	.footer-shoppingguide ul {
		width: 100%;
		text-align: left;
	}
	.footer-shoppingguide ul li {
		font-size: 13px;
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0;
	}
	.footer-shoppingguide ul li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 12px 0;
		color: #fff;
	}
	.footer-shoppingguide ul li a:after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 8px;
		height: 15px;
		margin-top: -8px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-nav02_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	/* schedule-area */
	.schedule-area {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.schedule-area h4 {
		font-family: 'メイリオ', 'Meiryo', 'Meiryo UI';
		font-size: 13px;
		font-weight: normal;
		line-height: 24px;
		display: inline-block;
		width: 124px;
		height: 26px;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
		border-radius: 2px;
	}
	.schedule {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.schedule table {
		width: 100%;
		margin: 0 auto 10px;
	}
	.schedule table th {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
	}
	.schedule table td {
		font-size: 13px;
		font-weight: normal;
		padding: 6px 8px;
		text-align: center;
		color: #fff;
	}
	.schedule-date {
		line-height: 25px;
		display: inline-block;
		width: 25px;
		height: 25px;
		text-align: center;
	}
	.event-list {
		display: block;
	}
	.event-list:after {
		display: block;
		clear: both;
		margin-bottom: 15px;
		content: '';
	}
	.event-list li {
		float: left;
		margin-right: 6px;
		margin-bottom: 10px;
		padding-left: 30px;
	}
	.footer-sns {
		text-align: center;
	}
	.footer-sns ul li {
		display: inline-block;
		margin: 0 8px;
	}
	.footer-sns ul li img {
		width: 40px;
		height: auto;
	}

	.footer-bottom {
		width: 100%;
		padding: 30px 0;
	}

	.footer-logo {
		width: 100%;
		margin-bottom: 0;
		text-align: center;
	}

	.footer-logo img {
		width: auto;
		max-height: 60px;
		margin: 9px auto;
		vertical-align: middle;
	}

	.copyright {
		font-size: 12px;
		word-break: break-word;
	}
}

/***********
 * main
 ***********/
.main {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.main {
		width: 100%;
	}
}

/* main-image */

#main-image {
	position: relative;
	width: 1000px;
	margin: 10px auto 20px auto;
	text-align: center;
}

#main-image img {
	max-width: 100%;
	max-height: 100%;
}

.main-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto 10px;
}

.main-image-slider > ul {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline-block;
	overflow: hidden;
}

.main-image-slider > ul > li {
	display: inline;
	float: left;
	overflow: hidden;
		width: 100%;
	list-style-type: none;
}

.main-image-slider > ul > li span,
.main-image-slider > ul > li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.main-image-prev {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-next {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 999;
    font-size: 36px;
    margin-top: -18px;
}

.main-image-prev a,
.main-image-next a {
    display: block;
    height: 100%;
}

.main-image-indicator {
	position: absolute;
	z-index: 999;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 10px;
	left: 0;
}

.main-image-indicator ul {
	text-align: center;
}

.main-image-indicator ul li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 8px;
	opacity: .6;
	border: #fff solid 1px;
	border-radius: 50%;
	background-color: none;
}

.main-image-indicator ul li.active {
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	#main-image {
		position: relative;
		width: 100%;
		margin: 0;
		text-align: center;
		background-color: #f5f5f5;
	}
	#main-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.main-image-slider {
		position: relative;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
	}
	.main-image-slider > ul {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		display: inline-block;
		overflow: hidden;
		height: 336px;
	}
	.main-image-slider > ul > li {
		display: inline;
		float: left;
		overflow: hidden;
		width: 100%;
		height: 336px;
		list-style-type: none;
	}
	.main-image-indicator {
		position: absolute;
		z-index: 999;
		right: 5px;
		bottom: 5px;
	}
	.main-image-indicator ul {
		text-align: center;
	}
	.main-image-indicator ul li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 4px;
		opacity: .6;
		border: #fff solid 1px;
		border-radius: 50%;
		background-color: none;
	}
	.main-image-indicator ul li.active {
		background-color: #fff;
	}
}

/* ttl */
.ttl {
	position: relative;
	margin-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #cec599 solid 1px;
}

.ttl h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #3e350d;
}

.ttl h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #3e350d;
}

@media only screen and (max-width: 600px) {
	.ttl {
		margin-bottom: 10px;
		padding-top: 30px;
		padding-bottom: 15px;
	}
	.ttl h2 {
		font-size: 20px;
	}
}

/* product-list */
.product-list {
	margin-bottom: 0;
}

.product-list-item {
	position: relative;
	float: left;
	width: 184px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-top: 54px;
	padding-bottom: 40px;
	text-align: center;

}

.product-list-ttl-blc {
	border-bottom: #fff solid 1px;
}

.product-list-ttl-blc-inner {
	display: table;
	width: 100%;
	height: 100%;
}

.product-list-ttl-blc .product-list-ttl {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	border: #e5dfc7 solid 1px;
}

.product-list-ttl-blc .product-list-ttl h2 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 10px;
	letter-spacing: 0;
	color: #3e350d;
}

.product-list-ttl-blc .product-list-ttl h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 40px;
	color: #9c9157;
}

.product-list-item img {
	max-width: 164px;
	max-height: 164px;
	width: auto;
	height: auto;
}

.product-list-item:nth-child(5n) {
	margin-right: 0;
}

.product-list-item > a {
	display: block;
	height: 100%;
	padding: 10px;
	background-color: #f3f2ed;
}

.product-list-item .product-list-photo {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}

.product-list-item .product-list-cat {
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	height: 16px;
	margin-bottom: 10px;
}

.product-list-item .product-list-name {
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-list-item .product-list-price {
	font-size: 14px;
	line-height: 1.2;
}

.product-list-item .product-list-nonstock {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	margin-right: 6px;
	padding: 0 3px;
	text-align: center;
	color: #f33;
	background: #fff;
}

.item-list-itemcount {
	margin-top: 15px;
}


@media only screen and (max-width: 600px) {
	.product-list {
		margin-bottom: 0;
		padding: 0 5px;
	}
	.product-list-item {
		float: left;
		width: 50%;
		width: calc(50% - 10px) ;
		margin-right: 5px;
		margin-left: 5px;
		padding: 35px 0 15px;
	}
	.product-list-item img {
		max-width: 100%;
	}
	.product-list-item:nth-child(5n) {
		margin-right: 5px;
	}
	.product-list-ttl-blc {
		border-bottom: #fff solid 1px;
	}
	.product-list-ttl-blc-inner {
		display: table;
		width: 100%;
		height: 100%;
	}
	.product-list-ttl-blc .product-list-ttl {
		display: table-cell;
		width: 100%;
		height: auto;
		text-align: center;
		vertical-align: middle;
	}
	.product-list-ttl-blc .product-list-ttl h2 {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
		color: #3e350d;
	}
	.product-list-ttl-blc .product-list-ttl h3 {
		font-size: 13px;
		line-height: 1.2;
		margin-bottom: 40px;
		color: #9c9157;
	}
	.product-list-item > a {
		display: block;
		height: 100%;
		padding: 7px;
	}
	.product-list-item .product-list-photo {
		position: relative;
		max-height: 278px;
		width: 100%;
		margin-bottom: 5px;
	}
	.product-list-item .product-list-cat {
		font-size: 10px;
		line-height: 14px;
		overflow: hidden;
		height: 14px;
		margin-bottom: 0;
	}
	.product-list-item .product-list-name {
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		margin-bottom: 4px;
	}
	.product-list-item .product-list-price {
		font-size: 10px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.item-list-itemcount {
		margin-top: 10px;
		margin-left: 10px;
	}
}


/* ranking icon */
.icn-rank {
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	color: #333;
	border: #333 solid 1px;
	border-radius: 13px;
}

.icn-rank1 {
	color: #bfa428;
	border: #bfa428 solid 1px;
}

.icn-rank2 {
	color: #888;
	border: #888 solid 1px;
}

.icn-rank3 {
	color: #644f0b;
	border: #644f0b solid 1px;
}

@media only screen and (max-width: 600px) {
	.icn-rank {
		font-size: 11px;
		line-height: 20px;
		top: 8px;
		width: 22px;
		height: 22px;
		border-radius: 50%;
	}
}

/* btn-area */
.btn-area {
	margin-bottom: 20px;
	text-align: center;
}

.btn-more {
	font-size: 12px;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 140px;
	height: 36px;
	color: #a1903d;
	border: #e3ddc4 solid 1px;
	border-radius: 18px;
	background-color: #fff;
}

.btn-more span:before {
	position: absolute;
	top: 50%;
	left: 16px;
	display: block;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-more.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 160px;
	height: 36px;
	text-align: center;
	color: #2593d9;
	border: #2593d9 solid 1px;
	border-radius: 2px;
	background-color: #fff;
}

.btn span:before {
	position: absolute;
	top: 50%;
	left: 10px;
	display: block;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-back {
	font-size: 14px;
	font-weight: normal;
	line-height: 42px;
	position: relative;
	display: inline-block;
	width: 230px;
	height: 44px;
	text-align: center;
	color: #fff;
	border: #191402 solid 1px;
	border-radius: 22px;
	background-color: #191402;
}
a.btn-back span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-back.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.btn-area {
		margin-bottom: 30px;
		text-align: center;
	}
	.btn-more {
		font-size: 10px;
		line-height: 28px;
		width: 125px;
		height: 30px;
		border-radius: 15px;
	}
	.btn-more span:before {
		position: absolute;
		top: 50%;
		left: 16px;
		display: block;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-more_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn {
		font-size: 16px;
		font-weight: normal;
		line-height: 45px;
		position: relative;
		display: inline-block;
		width: 230px;
		height: 45px;
		text-align: center;
	}
	.btn span:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 8px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-btn_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.btn-area a.btn-back span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 21px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-back.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* top-content */
#top-content {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#top-content {
		padding-top: 30px;
	}
}

/* news-list */
.news-list {
	padding: 20px 5px;
}

.news-list .news-list-date {
	position: relative;
}

.news-list .news-list-date h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #3e350d;
}

.news-list .news-list-date h3 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #a1903d;
	border-bottom: #655e3d solid 1px;
}

.news-list a {
	color: #3e350d;
}

.news-list p {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
	height: 120px;
	text-align: left;
	letter-spacing: 1px;
	color: #3e350d;
}

.news-list:after {
	position: absolute;
	bottom: 70px;
	left: 50%;
	display: block;
	width: 30px;
	height: 8px;
	margin-left: -15px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-news-list.png);
	background-repeat: no-repeat;
	background-size: cover;
}


@media only screen and (max-width: 600px) {
	.news-list {
		padding: 20px 2px;
	}
	.news-list .news-list-date {
	}
	.news-list .news-list-date h4 {
		font-size: 14px;
	}
	.news-list .news-list-date h3 {
		font-size: 24px;
		margin-bottom: 15px;
		padding-bottom: 10px;
		letter-spacing: 1px;
	}
	.news-list p {
		font-size: 12px;
		line-height: 17px;
		overflow: hidden;
		height: 102px;
		text-align: left;
		letter-spacing: 0;
	}
	.news-list:after {
		position: absolute;
		bottom: 30px;
		left: 50%;
		display: block;
		width: 21px;
		height: 5px;
		margin-left: -11px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-news-list_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/* bnr-area */
.bnr-photo {
	width: 100%;
	margin-bottom: 8px;
}

.bnr-photo img {
	width: 100%;
	height: auto;
}

.bnr {
	text-align: left;
}

.bnr p {
	line-height: 20px;
	overflow: hidden;
	height: 60px;
	text-align: left;
	color: #3e350d;
}

@media only screen and (max-width: 600px) {
	.bnr-photo {
		width: 100%;
		margin-bottom: 8px;
	}
	.bnr p {
		font-size: 12px;
		line-height: 18px;
		overflow: hidden;
		height: 36px;
		text-align: left;
		color: #3e350d;
	}
}


/* item-detail */
#item-detail {
	padding-top: 50px;
}

.item-detail-left {
	float: left;
	width: 540px;
}

.item-detail-right {
	float: right;
	width: 440px;
}

.item-detail-photo-main {
	position: relative;
	float: right;
	width: 475px;
	padding: 0;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 475px;
	height: 475px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 475px;
	height: 475px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	display: none;
}

.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-thumb {
	float: left;
	width: 52px;
	margin-bottom: 20px;
	padding: 0;
}

.item-detail-thumb-photo {
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
}

.item-detail-thumb-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle
}

.item-detail-category {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item-detail-label {
	margin-bottom: 8px;
}

.item-detail-label span.new {
	font-size: 11px;
	line-height: 15px;
	display: inline-block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 10px;
}

.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 15px;
}

.item-detail-vari-price-tax {
	font-size: 14px;
	font-weight: normal;
}

.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-select {
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}
select::-ms-expand {
	display: none;
}

/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
	padding-bottom: 1px;
}

.item-detail-cart-vari-radio input {
	position: absolute;
	opacity: .0;
}

.item-detail-cart-vari-radio input + label {
	font-size: 18px;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.item-detail-cart-vari-radio input + label::before {
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -1px;
	content: '';
	border: 1px solid #cec599;
	border-radius: 50%;
}

.item-detail-cart-vari-radio input:checked + label::after {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	content: '';
	border-radius: 50%;
	background-color: #191402;
}


.item-detail-num-count {
	font-size: 0;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #cec599;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #cec599;
}

.item-detail-num-minus a:hover,
.item-detail-num-plus a:hover {
	text-decoration: none;
}

.item-detail-num {
	font-size: 14px;
	line-height: 55px;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 53px;
	display: inline-block;
	width: 53px;
	height: 53px;
	text-align: center;
	border: solid 1px #cec599;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-outer-spin-button,
.item-detail-num input[type=number]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #cec599;
	background-color: #fff;
}

.item-detail-num-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background-color: #191402;
}

.item-detail-cart-btn a:hover {
	text-decoration: none;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-code {
	width: 100%;
	padding-bottom: 20px;
}

.item-detail-code dl {
	display: table;
	width: 100%;
}

.item-detail-code dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
}

.item-detail-code dl dd {
	display: table-cell;
	padding: 3px;
}

.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
}

.item-comment h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 16px;
}

.item-detail-share {
	padding: 10px;
	border-top: #cec599 solid 1px;
	border-bottom: #cec599 solid 1px;
}

.item-detail-share-label {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.item-detail-share-label img {
	width: 26px;
	height: auto;
}

.item-detail-share ul {
	display: inline-block;
}

.item-detail-share ul li {
	line-height: 34px;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.item-detail-share ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 600px) {
	#item-detail {
		padding-top: 15px;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		float: none;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: 280px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 280px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		height: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding: 0 10px;
		text-align: left;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 8px
	}
	.item-detail-name {
		font-size: 16px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-vari-price-num {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-vari-price-tax {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-select {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 56px;
		vertical-align: middle;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 20px;
		line-height: 54px;
		display: block;
		width: 100%;
		height: 54px;
		text-align: center;
		border-radius: 27px;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share ul li {
		display: inline-block;
		width: 24px;
		margin: 0 10px;
	}

	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-detail-share {
		position: relative;
		padding: 15px 10px;
	}
	.item-detail-share-label {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		margin-top: -16px;
		margin-right: 30px;
		vertical-align: middle;
	}
	.item-detail-share-label img {
		width: 32px;
		height: auto;
	}
	.item-detail-share ul {
		display: inline-block;
	}
	.item-detail-share ul li {
		line-height: 40px;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 8px;
	}
}

/* recommend */
#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 600px) {
	#recommend {
		padding-top: 30px;
	}
}

/* about-tbl */
.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 260px;
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

@media only screen and (max-width: 600px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 10px 10px 0;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* cart */
.cart-flow-list {
	margin-bottom: 38px;
	text-align: center;
}

.cart-flow {
	font-size: 14px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
	color: #a1903d;
}

.cart-flow:not(:last-child):after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 19px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-flow.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-flow .num {
	font-size: 18px;
	line-height: 43px;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	color: #a1903d;
	border: #a1903d solid 1px;
	border-radius: 22px;
}

.cart-flow.active .num {
	color: #fff;
	border: #a1903d solid 1px;
	background-color: #a1903d;
}

.cart-section {
	width: 100%;
}

.cart-section-left {
	float: left;
	width: 670px;
}

.cart-section-right {
	position: relative;
	float: right;
	width: 300px;
}

.cart-section-ttl {
	position: relative;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: #e3ddc4 solid 1px;
}

.cart-section-ttl h4 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
}

.cart-form,
.cart-conf,
.cart-conf-item {
	width: 100%;
	margin-bottom: 35px;
	padding-top: 18px;
}

.cart-form table,
.cart-conf table,
.cart-conf-item table {
	width: 100%;
	margin-bottom: 15px;
}

.cart-form table th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 190px;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #e3ddc4 dotted 1px;
}

.cart-form table th span {
	font-size: 12px;
	margin-left: 20px;
	color: #e30000;
}

.cart-conf-item table th img {
	width: 140px;
	height: auto;
}

.cart-form table td {
	font-size: 16px;
	font-weight: normal;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #e3ddc4 dotted 1px;
}

.cart-form table td input[type=text] {
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	border: #dacbad solid 1px;
	background-color: #fff;
}

.cart-form table td input[type=text].error {
	background-color: #fff;
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #dacbad;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 13px;
	height: 7px;
	margin-top: -4px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-select-s.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 185px;
}

.form-txt-m {
	width: 388px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mr15 {
	margin-right: 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-section-total {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 25px;
	border: #f8f7f4 5px solid;
	background-color: #f8f7f4;
}

.cart-section-total.jq-fixed {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 200px;
}
@media only screen and (max-width:1000px) {
	.cart-section-total.jq-fixed {
		top: 0;
		left: 700px;
		margin-left: auto;
	}
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 52px;
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 26px;
	background-color: #191402;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-subtotal {
	margin-bottom: 18px;
}

.cart-subtotal table {
	width: 100%;
}

.cart-subtotal table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-subtotal table td {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}

.cart-total {
	padding-top: 12px;
	border-top: #d0d0d0 solid 1px;
}

.cart-total table {
	width: 100%;
}

.cart-total table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-total table td {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	.cart-flow-list {
		font-size: 0;
		margin-bottom: 12px;
		padding: 10px 0 0;
		text-align: center;
	}
	.cart-flow {
		font-size: 10px;
		line-height: 1.2;
		position: relative;
		display: inline-block;
		width: 95px;
		margin: 0 5px;
		padding: 50px 10px 0;
		text-align: center;
	}
	.cart-flow:not(:last-child):after {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: -10px;
		display: block;
		width: 10px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-flow.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-flow .num {
		font-size: 16px;
		line-height: 38px;
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 0;
		margin-left: -20px;
		text-align: center;
		vertical-align: middle;
		border-radius: 20px;
	}

	.cart-section {
		width: 100%;
	}
	.cart-section-left {
		float: none;
		width: 100%;
	}
	.cart-section-right {
		float: none;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-section-ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.cart-section-ttl h4 {
		font-size: 16px;
		padding: 0 10px;
	}

	.cart-form,
	.cart-conf,
	.cart-conf-item {
		width: 100%;
		margin-bottom: 10px;
		padding-top: 12px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-form table,
	.cart-conf table {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.cart-conf-item table {
		width: 100%;
		margin-bottom: 0;
	}
	.cart-form table tbody,
	.cart-form table tr,
	.cart-conf table tbody,
	.cart-conf table tr {
		display: block;
		width: 100%;
	}
	.cart-form table th {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}
	.cart-conf table th {
		font-size: 14px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 5px;
		text-align: left;
	}
	.cart-conf-item table th {
		width: 76px;
		padding: 12px 0;
		vertical-align: top;
	}
	.cart-conf-item table tr:last-child th {
		border-bottom: none;
	}
	.cart-form table th span {
		font-size: 12px;
		margin-left: 10px;
		padding: 4px 8px;
	}
	.cart-conf-item table th img {
		width: 70px;
		height: auto;
	}
	.cart-form table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf-item table td {
		font-size: 14px;
		padding: 12px 0;
	}
	.cart-conf-item table tr:last-child td {
		border-bottom: none;
	}
	.cart-form table td input[type=text] {
		line-height: 36px;
		height: 36px;
		padding: 0 10px;
	}
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-form table.form-tbl-show,
	.cart-conf table.form-tbl-show {
		display: none;
	}
	.cart-form table.form-tbl-show.active,
	.cart-conf table.form-tbl-show.active {
		display: block;
	}
	.cart-section-total {
		position: inherit;
		top: 0;
		left: auto;
		width: 100%;
		margin-bottom: 24px;
		padding: 20px 14px;
	}
	.cart-section-total.jq-fixed {
		position: inherit;
		top: 0;
		left: auto;
		margin: 0 auto;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 46px;
		width: 230px;
		height: 46px;
		margin: 0 auto;
		color: #fff;
		border-radius: 23px;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 21px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-subtotal {
		margin-bottom: 5px;
	}
	.cart-subtotal table {
		width: 100%;
	}
	.cart-subtotal table th {
		font-size: 16px;
	}
	.cart-subtotal table td {
		font-size: 16px;
	}
	.cart-total {
		padding-top: 6px;
		border-top: #d0d0d0 solid 1px;
	}
	.cart-total table {
		width: 100%;
	}
	.cart-total table th {
		font-size: 16px;
	}
	.cart-total table td {
		font-size: 20px;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

.complate-area {
	width: 710px;
	margin: 0 auto 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #e3ddc4 solid 1px;
}

.complate-area h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}

.complate-area .comp-code {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: auto;
	margin-bottom: 50px;
	padding: 15px 30px;
	text-align: center;
	color: #a1903d;
	border: #a1903d solid 1px;
	background-color: #fff;
}

.complate-area p {
	font-size: 16px;
}

.cart-section .btn-area {
	margin-bottom: 100px;
}

@media only screen and (max-width: 600px) {
	.complate-area {
		width: 100%;
		margin: 0 auto 40px;
		padding-top: 30px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-left: 10px;
		text-align: center;
	}
	.complate-area h4 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 30px;
		text-align: center;
	}
	.complate-area .comp-code {
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		padding: 5px 0;
		text-align: center;
	}
	.complate-area p {
		font-size: 14px;
		text-align: left;
	}
	.cart-section .btn-area {
		margin: 0 10px 50px;
	}
}

/* help-block */
.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 8px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 600px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}

/* newarrival */
#newarrival {
	position: relative;
}

/***********
 * parts
 ***********/
/* msg */
.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f8f7f4;
}

@media only screen and (max-width: 600px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}

/* err */
.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 5px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.err-msg {
		font-size: 12px;
		line-height: 1.4;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}

/*bread*/
.bread {
	width: 100%;
	padding: 10px 0;
	background-color: #f3f2ed;
}

.bread ul li {
	font-size: 12px;
	float: left;
	margin-right: 18px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 18px;
	content: '|';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}


@media only screen and (max-width: 600px) {
	.bread {
		padding: 10px 10px;
	}
	.bread ul li {
		font-size: 12px;
		margin-right: 8px;
	}
}

/* itemcount */
.item-list-itemcount {
	margin: 10px;
	text-align: right;
}

/* paging */
.paging-area {
	position: relative;
	clear: both;
	padding: 16px 0;
	border-bottom: #cec599 solid 1px;
}

.paging {
	font-size: 14px;
	position: relative;
	width: 212px;
	margin: 0 auto;
	text-align: center;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.paging .prev a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}

.paging .next a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

.page-num ul li span a {
	color:#633a39;
}

@media only screen and (max-width: 600px) {
	.paging-area {
		padding: 0 0;
		border: none;
	}
	.paging {
		width: 100%;
		padding: 12px 10px;
		border-bottom: #cec599 solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-prev.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/icn-arrow-next.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 14px;
	}
}


/* sort */
.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 600px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #000;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}

/* icon */

 
.icn-badge9988:after {
	content: "NEW";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge9988:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge9988:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge9989:after {
	content: "おすすめ";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge9989:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge9989:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge9990:after {
	content: "人気";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

.item-detail-photo.icn-badge9990:after {
	top: 0;
}

@media only screen and (max-width: 600px) {
	.icn-badge9990:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-new:after {
	content: "";
	/* NEW */
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #bfa428;
}

@media only screen and (max-width: 600px) {
	.icn-new:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-popular:after {
	content: "";
	/* 人気 */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #d91241;
}

@media only screen and (max-width: 600px) {
	.icn-popular:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-recommend:after {
	content: "";
	/* おすすめ */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #098cc9;
}

@media only screen and (max-width: 600px) {
	.icn-recommend:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
}

a .icn-reservation::before {
	color: #fff;
	background: #666;
}

.item-detail-name.icn-reservation::before {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	width: 96px;
	height: 32px;
	margin-right: 10px;
}

/*overlay*/
.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(161,144,61,.9);
}

.modal-open {
	/*
	overflow: hidden;   
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}
@media only screen and (max-width: 600px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}

/* modal */
.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	padding: 6px;
	background-color: #e3ddc4;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 600px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
	.modal-close a {
		display: block;
		width: 37px;
		height: 37px;
	}
}

/* pagetop */
.btn-pagetop {
	width: 100%;
	height: 44px;
	background-color: #2f0302;
text-align:center;
}

.btn-pagetop a {
	font-size: 14px;
	line-height: 44px;
	position: relative;
	display: block;
/*	float: right;*/

/*	padding-right: 24px;*/
	color: #a1903d;


}
/*
.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}
*/
@media only screen and (max-width: 600px) {
	.btn-pagetop {
		height: 42px;
		text-align: center;
	}
	.btn-pagetop a {
		line-height: 42px;
		display: inline-block;
		float: none;
		padding: 0;
	}
/*
	.btn-pagetop a:after {
		position: inherit;
		top: auto;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 10px;
		margin-top: 0;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00015/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
*/
}

/***********
 * module
 ***********/
.sp {
	display: none !important;
}
@media only screen and (max-width: 600px) {
	.sp {
		display: inline-block !important;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #cec599 solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #cec599 solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #cec599 solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #a1903d;
	background-color: #191402;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #a1903d;
	background-color: #191402;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #f8f7f4;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * lp
 ***********/
.body-lp #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #191402;
}

.body-lp #header .logo {
	position: relative;
	width: 170px;
	margin:  0 auto;
}

.contents-lp .main {
	margin-bottom: 50px;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

.body-lp .footer-top {
	padding: 40px 0;
	background-color: #f8f7f4;
}

.body-lp .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-lp .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-lp .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.body-lp #header {
		height: 50px;
	}
	.contents-lp .item-order {
		width: 100%;
	}

}


/***********
 * login
 ***********/
.body-login #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #191402;
}

.body-login #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.contents-login .main {
	margin-bottom: 50px;
}

.body-login .footer-top {
	padding: 40px 0;
	background-color: #f8f7f4;
}

.body-login .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-login .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-login .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
	.body-login #header {
		height: 50px;
	}
}


/***********
 * wysiwyg
 ***********/

.wysiwyg-data html, .wysiwyg-data address,
.wysiwyg-data blockquote,
.wysiwyg-data body, .wysiwyg-data dd,.wysiwyg-data  div,
.wysiwyg-data dl, .wysiwyg-data dt, .wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data frame, .wysiwyg-data frameset,
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data noframes,
.wysiwyg-data ol, .wysiwyg-data p, .wysiwyg-data ul, .wysiwyg-data center,
.wysiwyg-data dir, .wysiwyg-data hr, .wysiwyg-data menu, .wysiwyg-data pre   { display: block; unicode-bidi: embed;}
.wysiwyg-data li              { display: list-item;}
.wysiwyg-data head            { display: none;}
.wysiwyg-data table           { display: table;}
.wysiwyg-data tr              { display: table-row;}
.wysiwyg-data thead           { display: table-header-group;}
.wysiwyg-data tbody           { display: table-row-group;}
.wysiwyg-data tfoot           { display: table-footer-group;}
.wysiwyg-data col             { display: table-column;}
.wysiwyg-data colgroup        { display: table-column-group;}
.wysiwyg-data td, .wysiwyg-data th          { display: table-cell;}
.wysiwyg-data caption         { display: table-caption;}
.wysiwyg-data th              { font-weight: bolder; text-align: center;}
.wysiwyg-data caption         { text-align: center;}
.wysiwyg-data body            { margin: 8px;}
.wysiwyg-data h1              { font-size: 2em; margin: .67em 0;}
.wysiwyg-data h2              { font-size: 1.5em; margin: .75em 0;}
.wysiwyg-data h3              { font-size: 1.17em; margin: .83em 0;}
.wysiwyg-data h4, .wysiwyg-data p,
.wysiwyg-data blockquote, .wysiwyg-data ul,
.wysiwyg-data fieldset, .wysiwyg-data form,
.wysiwyg-data ol, .wysiwyg-data dl, .wysiwyg-data dir,
.wysiwyg-data menu            { margin: 1.12em 0; color: #333;}
.wysiwyg-data h5              { font-size: .83em; margin: 1.5em 0;}
.wysiwyg-data h6              { font-size: .75em; margin: 1.67em 0;}
.wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3, .wysiwyg-data h4,
.wysiwyg-data h5, .wysiwyg-data h6, .wysiwyg-data b,
.wysiwyg-data strong          { font-weight: bolder; color: #333;}
.wysiwyg-data blockquote      { margin-left: 40px; margin-right: 40px;}
.wysiwyg-data i, .wysiwyg-data cite, .wysiwyg-data em,
.wysiwyg-data var, .wysiwyg-data address    { font-style: italic;}
.wysiwyg-data pre, .wysiwyg-data tt, .wysiwyg-data code,
.wysiwyg-data kbd, .wysiwyg-data samp       { font-family: monospace;}
.wysiwyg-data pre             { white-space: pre;}
.wysiwyg-data button, .wysiwyg-data textarea,
.wysiwyg-data input, .wysiwyg-data select   { display: inline-block;}
.wysiwyg-data big             { font-size: 1.17em;}
.wysiwyg-data small, .wysiwyg-data sub, .wysiwyg-data sup { font-size: .83em;}
.wysiwyg-data sub             { vertical-align: sub;}
.wysiwyg-data sup             { vertical-align: super;}
.wysiwyg-data table           { border-spacing: 2px;;}
.wysiwyg-data thead, .wysiwyg-data tbody,
.wysiwyg-data tfoot           { vertical-align: middle;}
.wysiwyg-data td, .wysiwyg-data th, .wysiwyg-data tr      { vertical-align: inherit;}
.wysiwyg-data s, .wysiwyg-data strike, .wysiwyg-data del  { text-decoration: line-through;}
.wysiwyg-data hr              { border: 1px inset;}
.wysiwyg-data ol, .wysiwyg-data ul, .wysiwyg-data dir,
.wysiwyg-data menu, .wysiwyg-data dd        { margin-left: 40px;}
.wysiwyg-data ol              { list-style-type: decimal;}
.wysiwyg-data ol ul, .wysiwyg-data ul ol,
.wysiwyg-data ul ul, .wysiwyg-data ol ol    { margin-top: 0; margin-bottom: 0;}
.wysiwyg-data u, .wysiwyg-data ins          { text-decoration: underline;}
.wysiwyg-data br:before       { content: "\A"; white-space: pre-line;}
.wysiwyg-data center          { text-align: center;}
.wysiwyg-data :link, .wysiwyg-data :visited { text-decoration: underline;}
.wysiwyg-data :focus          { outline: thin dotted invert;}

.wysiwig-data a{color: #2f0302;}
.wysiwig-data a:hover{color: #633a39;}

.wysiwyg-data table{border:solid 1px;border-collapse:separate;border-color:#c0c0c0 #c0c0c0 #808080 #808080;border-spacing:2px; width:auto;}
.wysiwyg-data table tr td{border:solid 1px;border-color:#808080 #808080 #c0c0c0 #c0c0c0; padding:0;}
.item-comment .wysiwyg-data table tr td{background:#fff;}
.wysiwyg-data ul, .wysiwyg-data ul li{list-style-type: disc;}
.wysiwyg-data ol{list-style-type: decimal;}

/* Begin bidirectionality settings (do not change) */
.wysiwyg-data BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override;}
.wysiwyg-data BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override;}

.wysiwyg-data *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed;}
.wysiwyg-data *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed;}

@media print {
  .wysiwyg-data h1            { page-break-before: always;}
  .wysiwyg-data h1, .wysiwyg-data h2, .wysiwyg-data h3,
  .wysiwyg-data h4, .wysiwyg-data h5, .wysiwyg-data h6    { page-break-after: avoid;}
  .wysiwyg-data ul, .wysiwyg-data ol, .wysiwyg-data dl    { page-break-before: avoid;}
}


#contact.footer-top-tbl{
display:flex;
color:#fff;
flex-wrap: wrap;
}

#contact.footer-top-tbl h3{
margin-bottom:0.5em;
}

#contact.footer-top-tbl .description{
margin-bottom:0.5em;
}


#contact.footer-top-tbl .tel{
font-size:24px;
margin-bottom:0.5em;
font-weight:bold;
}

#contact.footer-top-tbl .btn-contact a{
font-size:24px;
color:#2f0302;
}

#contact.footer-top-tbl .col{
width:50%;
margin-bottom:30px;
}


.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.8em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.logo.pc{
display:block;
}

.logo.sp{
display:none;
}

@media only screen and (max-width: 600px) {
#contact.footer-top-tbl .col{
width:100%;
}

.logo.pc{
display:none;
}

.logo.sp{
display:block;
}

.header-top{
background-color:transparent;
}
}





/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1000px;
  }
}

.row {
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */



.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
