/*
Theme Name: Storefront-child
Template: storefront
*/
body {
	color: #333;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
	border-radius: 0;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.container::after {
	content: '';
	display: block;
	clear: both;
}

.main-header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100vw;
	padding-right: 15px;
	padding-left: 15px;
	background: #262626;
	z-index: 50;
}

@media (min-width: 1200px) {
	.main-header {
		position: static;
		display: flex;
		align-items: center;
	}
}

.site-name {
	display: inline-block;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 1200px) {
	.site-name {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.site-name img {
	width: auto;
	height: 30px;
}

@media (min-width: 1200px) {
	.site-name img {
		height: 50px;
	}
}

.header-nav {
	display: none;
}

@media (min-width: 1200px) {
	.header-nav {
		display: flex !important;
		margin-left: auto;
	}
}

.site-nav ul {
	margin: 0;
	list-style-type: none;
}

@media (min-width: 1200px) {
	.site-nav ul {
		display: flex;
		font-size: 0.875em;
	}
}

.site-nav li {
	border-top: 1px solid #616161;
}

@media (min-width: 1200px) {
	.site-nav li {
		margin-right: 60px;
		border: none;
	}
}

.site-nav a {
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
}

@media (min-width: 1200px) {
	.site-nav a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.shop-nav ul {
	margin: 0;
	list-style-type: none;
}

@media (min-width: 1200px) {
	.shop-nav ul {
		display: flex;
		font-size: 0.875rem;
	}
}

.shop-nav li {
	border-top: 1px solid #616161;
}

@media (min-width: 1200px) {
	.shop-nav li {
		border: none;
	}
}

@media (min-width: 1200px) {
	.shop-nav li:first-child {
		position: relative;
		margin-right: 40px;
	}
}

@media (min-width: 1200px) {
	.shop-nav li:first-child::after {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: -20px;
		width: 0;
		height: 24px;
		border-right: 1px dotted #fff;
		transform: translateY(-50%);
	}
}

.shop-nav a {
	display: flex;
	align-items: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
}

@media (min-width: 1200px) {
	.shop-nav a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.shop-nav a img {
	margin-right: 10px;
}

.nav-toggle {
	position: absolute;
	top: 24px;
	right: 15px;
	width: 30px;
	height: 20px;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.nav-toggle {
		display: none;
	}
}

.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
	content: '';
	position: absolute;
	left: 0;
	display: block;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	border-radius: 1px;
	background-color: #fff;
}

.nav-toggle span {
	top: 50%;
}

.nav-toggle::before {
	top: 0;
}

.nav-toggle::after {
	bottom: 0;
}

.main-footer {
	padding-top: 2rem;
	margin-top: 4rem;
	text-align: center;
	background-color: #f5f5f5;
}

@media (min-width: 768px) {
	.main-footer {
		margin-top: 8rem;
		padding-top: 4rem;
	}
}

.footer-name {
	margin-bottom: 1rem;
	font-weight: bold;
}

.footer-info {
	margin-bottom: 2rem;
	font-size: 0.875rem;
}

@media (min-width: 768px) {
	.footer-info {
		margin-bottom: 4rem;
	}
}

.footer-nav {
	margin-bottom: 2rem;
	font-size: 0.75rem;
}

.footer-nav ul {
	display: flex;
	justify-content: center;
	margin: 0;
	list-style-type: none;
}

.footer-nav li {
	margin-right: 10px;
	margin-left: 10px;
}

.footer-nav a {
	color: #333;
}

.copyright {
	margin-bottom: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background: #129bcf;
}

.mainimg {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.mainimg img {
	height: auto;
}

.mainimg img:nth-child(1) {
	width: 100%;
}

@media (min-width: 768px) {
	.mainimg img:nth-child(1) {
		order: 2;
		width: 33.33333%;
	}
}

.mainimg img:nth-child(2), .mainimg img:nth-child(3) {
	width: 50%;
}

@media (min-width: 768px) {
	.mainimg img:nth-child(2), .mainimg img:nth-child(3) {
		width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.mainimg img:nth-child(2) {
		order: 1;
	}
}

@media (min-width: 768px) {
	.mainimg img:nth-child(3) {
		order: 3;
	}
}

.main-lead {
	margin-bottom: 2rem;
	text-align: center;
}

@media (min-width: 768px) {
	.main-lead {
		margin-bottom: 4rem;
	}
}

.main-lead__lead {
	padding-top: 100px;
	font-size: 1.25rem;
	font-weight: bold;
	background: url(images/icon_leg.png) 50% 0 no-repeat;
}

@media (min-width: 1200px) {
	.main-lead__lead {
		font-size: 1.5rem;
	}
}

.main-lead__text {
	font-weight: bold;
}

.message {
	background-color: #161613;
}

@media (min-width: 768px) {
	.message {
		background-image: url(./images/hosogaya.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right -100px bottom;
	}
}

@media (min-width: 992px) {
	.message {
		background-image: none;
	}
}

.message__contents {
	padding: 50px 0 40px;
}

@media (min-width: 768px) {
	.message__contents {
		padding: 120px 0 100px;
	}
}

@media (min-width: 992px) {
	.message__contents {
		background-image: url(./images/hosogaya.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: right bottom;
	}
}

@media (min-width: 768px) {
	.message__text {
		max-width: 60%;
	}
}

.message p {
	color: #fff;
	margin-bottom: 0;
}

.message .head {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 28px;
}

@media (min-width: 768px) {
	.message .head {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.message .head {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	.message .head {
		font-size: 36px;
	}
}

.message .head::before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #71c6ff 0%, #71c6ff 30%, transparent 100%);
	position: absolute;
	left: -12px;
	bottom: 0;
}

.message .text {
	font-size: 14px;
	line-height: 1.75;
}

@media (min-width: 1200px) {
	.message .text {
		font-size: 18px;
	}
}

.message .text br.show-pc {
	display: none;
}

@media (min-width: 768px) {
	.message .text br.show-pc {
		display: inline;
	}
}

.features {
	margin-bottom: 2rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background: #eee;
}

@media (min-width: 768px) {
	.features {
		margin-bottom: 4rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
}

.features__lead {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.features__lead {
		font-size: 1.5rem;
	}
}

@media (min-width: 1200px) {
	.features__lead {
		font-size: 2rem;
	}
}

.features__text {
	font-weight: bold;
	text-align: center;
}

@media (min-width: 1200px) {
	.features__text {
		font-size: 1.25rem;
	}
}

.features-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	.features-list {
		margin-top: -30px;
		margin-left: -30px;
	}
}

.features-list__col {
	width: 50%;
	padding-top: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.features-list__col {
		padding-top: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 992px) {
	.features-list__col {
		width: 25%;
	}
}

.features-box {
	height: 100%;
	padding: 0;
	text-align: center;
	background: #fff;
}

.features-box__lead {
	margin-bottom: 0.875rem;
	font-size: 1rem;
	line-height: 1.25;
}

@media (min-width: 768px) {
	.features-box__lead {
		font-size: 1.25rem;
	}
}

.features-box__icon {
	margin-right: auto;
	margin-bottom: 0.875rem;
	margin-left: auto;
}

.features-box__text {
	margin-bottom: 0;
	font-size: 0.875rem;
}

.features-box__detail {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	height: 66px;
	margin: 0;
	padding: 8px 4px;
}

@media (min-width: 576px) {
	.features-box__detail {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.features-box__detail {
		font-size: 14px;
	}
}

@media (min-width: 1280px) {
	.features-box__detail {
		font-size: 16px;
	}
}

.item-linup {
	margin-bottom: 2rem;
	position: relative;
	z-index: 5;
}

@media (min-width: 768px) {
	.item-linup {
		margin-bottom: 4rem;
	}
}

.item-linup__intro {
	text-align: center;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.item-linup__intro {
		margin-bottom: 100px;
	}
}

.item-linup__intro .sp-hide {
	display: none;
}

@media (min-width: 768px) {
	.item-linup__intro .sp-hide {
		display: inline;
	}
}

.item-linup__head {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 12px;
	margin-bottom: 24px;
	position: relative;
}

@media (min-width: 768px) {
	.item-linup__head {
		font-size: 32px;
	}
}

.item-linup__head::before {
	display: block;
	content: '';
	width: 80px;
	height: 6px;
	background-color: #129bcf;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.item-linup__catch {
	font-size: 16px;
	line-height: 2;
	text-align: left;
}

@media (min-width: 768px) {
	.item-linup__catch {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
	}
}

.item-linup__detail {
	margin: 30px 0;
}

@media (min-width: 768px) {
	.item-linup__detail {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 50px -15px;
	}
}

@media (min-width: 992px) {
	.item-linup__detail {
		margin: 50px -15px;
	}
}

@media (min-width: 992px) {
	.item-linup__detail {
		margin: 60px -15px;
	}
}

.item-linup__detail .detail-item {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.item-linup__detail .detail-item {
		width: 25%;
	}
}

.item-linup__detail .detail-item::before {
	display: block;
	content: '';
	background-image: url(./images/box_shadow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-top: 4.31%;
	position: absolute;
	top: 100%;
	left: -6px;
	right: -6px;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item::before {
		left: 8px;
		right: 8px;
	}
}

.item-linup__detail .detail-item__inner {
	background-color: #e6e6e7;
	border: 12px solid #fff;
	padding: 12px;
	position: relative;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner {
		border-width: 14px;
		padding: 16px 24px;
	}
}

@media (min-width: 992px) {
	.item-linup__detail .detail-item__inner {
		padding: 16px;
	}
}

@media (min-width: 1200px) {
	.item-linup__detail .detail-item__inner {
		padding: 16px 24px;
	}
}

.item-linup__detail .detail-item__inner::before, .item-linup__detail .detail-item__inner::after {
	display: block;
	content: '';
	position: absolute;
}

.item-linup__detail .detail-item__inner::before {
	border-top: 1px solid #9e9a98;
	border-left: 1px solid #9e9a98;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: 60%;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner::before {
		top: -14px;
		left: -14px;
		right: -14px;
	}
}

.item-linup__detail .detail-item__inner::after {
	border-right: 1px solid #9e9a98;
	border-bottom: 1px solid #9e9a98;
	top: 60%;
	left: -12px;
	right: -12px;
	bottom: -12px;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner::after {
		left: -14px;
		right: -14px;
		bottom: -14px;
	}
}

.item-linup__detail .detail-item__inner p {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.item-linup__detail .detail-item__inner .head {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner .head {
		margin-bottom: 16px;
	}
}

@media (min-width: 992px) {
	.item-linup__detail .detail-item__inner .head {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.item-linup__detail .detail-item__inner .head {
		font-size: 18px;
	}
}

.item-linup__detail .detail-item__inner .head span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	margin-right: 16px;
}

.item-linup__detail .detail-item__inner .head span::before {
	display: block;
	content: 'PRICE';
	font-size: 10px;
}

.item-linup__detail .detail-item__inner .text {
	font-size: 14px;
	text-align: left;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner .text {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 46px;
		text-align: center;
	}
}

.item-linup__detail .detail-item__inner .text br {
	display: none;
}

@media (min-width: 768px) {
	.item-linup__detail .detail-item__inner .text br {
		display: inline;
	}
}

.item-linup__notice {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
}

.item-linup__notice::before {
	display: block;
	content: '';
	width: 100%;
	height: 6px;
	background-color: #baebfd;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	z-index: -1;
}

.item-linup__tips {
	font-size: 14px;
	background-color: #c4bca2;
	padding: 16px;
	margin-bottom: 48px;
}

.item-linup__tips span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
	padding: 8px 16px;
	margin-bottom: 12px;
}

@media (min-width: 1200px) {
	.item-linup__tips span {
		font-size: 18px;
	}
}

.item-linup__tips span br {
	display: none;
}

@media (min-width: 768px) {
	.item-linup__tips span br {
		display: inline;
	}
}

@media (min-width: 992px) {
	.item-linup__tips span br {
		display: none;
	}
}

.item-linup__contact {
	text-align: center;
}

.item-linup__contact p {
	margin-bottom: 32px;
}

.item-linup__contact p a {
	color: #333;
	text-decoration: underline;
}

.item-linup__contact p a:hover {
	opacity: 0.8;
}

.item-linup__contact .underline {
	text-decoration: underline;
}

.item-linup__contact img {
	margin: 16px auto 0;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	.item-list {
		margin-top: -30px;
		margin-left: -30px;
	}
}

@media (min-width: 1200px) {
	.item-list {
		margin-top: -80px;
		margin-left: -80px;
	}
}

.item-list__col {
	width: 50%;
	padding-top: 20px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.item-list__col {
		padding-top: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.item-list__col {
		padding-top: 80px;
		padding-left: 80px;
	}
}

.item-box {
	text-align: center;
	box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;
	padding-bottom: 30px;
}

.item-box__name {
	margin: -1px -1px 1rem;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	background: #129bcf;
}

@media (min-width: 768px) {
	.item-box__name {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.25rem;
	}
}

@media (min-width: 1200px) {
	.item-box__name {
		font-size: 1.5rem;
	}
}

.item-box__price {
	margin-bottom: 1rem;
	font-weight: bold;
}

.item-box__price strong {
	margin-left: 5px;
	color: #d92222;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.item-box__price strong {
		font-size: 2rem;
	}
}

@media (min-width: 1200px) {
	.item-box__price strong {
		font-size: 2.5rem;
	}
}

.item-box__incart {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px 10px;
	color: #fff;
	background: #262626;
}

@media (min-width: 768px) {
	.item-box__incart {
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.25rem;
	}
}

.item-box__incart img {
	width: 25px;
	height: auto;
	margin-right: 5px;
}

.item-box__incart-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

@media (min-width: 992px) {
	.item-box__incart-form {
		font-size: 16px;
	}
}

.item-box__incart-form .quantity {
	display: flex;
	align-items: center;
}

.item-box__incart-form .quantity input {
	width: 80px;
	margin: 0 10px;
}

.item-box__incart-form .incart-btn {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.item-box__incart-form .incart-btn {
		margin-top: 0;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.item-box__incart-form .incart-btn {
		width: 240px;
	}
}

.item-box__incart-form button {
	color: #fff;
	background-color: #262626;
	width: 100%;
}

.order-flow {
	margin-bottom: 2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background: #e7e7e7;
}

@media (min-width: 768px) {
	.order-flow {
		margin-bottom: 4rem;
	}
}

.order-flow__heading {
	padding-top: 60px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: url(images/icon_flow.png) 50% 0 no-repeat;
}

@media (min-width: 1200px) {
	.order-flow__heading {
		font-size: 2rem;
	}
}

.flow-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-left: -10px;
}

@media (min-width: 768px) {
	.flow-list {
		margin-top: -20px;
		margin-left: -20px;
	}
}

.flow-list__col {
	width: 50%;
	padding-top: 10px;
	padding-left: 10px;
}

@media (min-width: 768px) {
	.flow-list__col {
		padding-top: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 1200px) {
	.flow-list__col {
		width: 25%;
	}
}

.flow-list ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.flow-list li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	background-color: #fff;
	padding: 16px 12px 16px 76px;
	margin-bottom: 20px;
	position: relative;
}

@media (min-width: 768px) {
	.flow-list li {
		font-size: 20px;
		padding: 20px 32px 20px 80px;
	}
}

.flow-list li .caption {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #fff;
	background-color: #333;
	line-height: 1;
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

@media (min-width: 768px) {
	.flow-list li .caption {
		font-size: 34px;
	}
}

.flow-list li small {
	font-size: 12px;
}

@media (min-width: 768px) {
	.flow-list li small {
		font-size: 14px;
	}
}

.flow-box {
	padding: 1rem;
	background: #fff;
	border: 4px solid #262626;
}

.flow-box__title {
	margin-bottom: 1rem;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.flow-box__title {
		font-size: 1.25rem;
	}
}

.flow-box__text {
	margin-bottom: 0;
	font-size: 0.875rem;
}

.faq__heading {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

@media (min-width: 768px) {
	.faq__heading {
		font-size: 1.5rem;
	}
}

.faq-box {
	border-bottom: 1px solid #ccc;
}

.faq-box__title {
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 30px;
	font-weight: bold;
	cursor: pointer;
}

.faq-box__title::before {
	content: 'Q';
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	color: #129bcf;
	font-size: 24px;
}

.faq-box__title p {
	margin-bottom: 0;
}

.faq-box__content {
	display: none;
	padding: 1rem;
	background-color: #f5f5f5;
}

.faq-box__content p {
	margin-bottom: 0;
}

.faq-box__content p + p {
	margin-top: 1em;
}

.site-main {
	margin-top: 2rem;
}

.entry-title {
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.125em;
	font-weight: bold;
	text-align: left;
	border-left: 4px solid #129bcf;
}

@media (min-width: 768px) {
	.entry-title {
		margin-top: 3rem;
		font-size: 1.25rem;
	}
}

.company-table table {
	width: 100%;
	border-collapse: collapse;
}

.company-table tr td:nth-child(1) {
	color: #fff;
	font-weight: bold;
	background: #129bcf !important;
}

.company-table th,
.company-table td {
	border: 1px solid #ccc !important;
}

.page-id-27 .container {
	max-width: 800px;
}

.woocommerce-account .woocommerce h2 {
	font-size: 1.125rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	.woocommerce-account .woocommerce h2 {
		font-size: 1.25rem;
	}
}

.page-title {
	font-size: 1.125rem;
	font-weight: bold;
}

@media (min-width: 768px) {
	.page-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	table.form-table {
		display: block;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	table.form-table tbody, table.form-table tr, table.form-table th, table.form-table td {
		display: block;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	table.form-table tr {
		box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	table.form-table th {
		background-color: #f0f0f0;
	}
}

table.form-table input {
	max-width: 100%;
}

/*# sourceMappingURL=style.css.map */