@charset "utf-8";
/* -----------------------------------------
リセット・設定用css

＜class名ルール＞
このファイルで使用するclassには以下の接頭語を付加する。
（他のcssファイルでは不要）
・汎用クラス：「.c_xxx」（common）
・モジュール：「.m_xxx」（module）
・モジュール内のパーツ：「.p_xxx」（parts）
・モジュールの状態：「.s_xxx」（state）
※JSのみで使用：「.js_xxx」
----------------------------------------- */

/* color
----------------------------------------- */

.m_category01 {
	color: #3d62ad!important;
}
.m_category02 {
	color: #008ccf!important;
}
.m_category03 {
	color: #00aebb!important;
}
.m_category04 {
	color: #aacf52!important;
}
.m_category05 {
	color: #00a73b!important;
}
.m_category06 {
	color: #ea5541!important;
}
.m_category07 {
	color: #e95377!important;
}
.m_category08 {
	color: #7d6b48!important;
}
.m_category09 {
	color: #ec9438!important;
}
.m_category10 {
	color: #b84c97!important;
}
.m_category11 {
	color: #8f8f8f!important;
}
.m_category12 {
	color: #c3b55a!important;
}
.m_category22 {
	color: #7cc35d!important;
}

.m_color01 {
	background-color: #3d62ad!important;
}
.m_color02 {
	background-color: #008ccf!important;
}
.m_color03 {
	background-color: #00aebb!important;
}
.m_color04 {
	background-color: #aacf52!important;
}
.m_color05 {
	background-color: #00a73b!important;
}
.m_color06 {
	background-color: #ea5541!important;
}
.m_color07 {
	background-color: #e95377!important;
}
.m_color08 {
	background-color: #7d6b48!important;
}
.m_color09 {
	background-color: #ec9438!important;
}
.m_color10 {
	background-color: #b84c97!important;
}
.m_color11 {
	background-color: #8f8f8f!important;
}
.m_color12 {
	background-color: #c3b55a!important;
}
.m_color22 {
	background-color: #7cc35d!important;
}

.m_border01 {
	border: 1px solid #9eb0d6!important;
}
.m_border02 {
	border: 1px solid #7fc5e7!important;
}
.m_border03 {
	border: 1px solid #7fd6dd!important;
}
.m_border04 {
	border: 1px solid #d4e7a8!important;
}
.m_border05 {
	border: 1px solid #7fd39d!important;
}
.m_border06 {
	border: 1px solid #f4aaa0!important;
}
.m_border07 {
	border: 1px solid #f4a9bb!important;
}
.m_border08 {
	border: 1px solid #beb5a3!important;
}
.m_border09 {
	border: 1px solid #f5c99b!important;
}
.m_border10 {
	border: 1px solid #dba5cb!important;
}
.m_border11 {
	border: 1px solid #c7c7c7!important;
}
.m_border12 {
	border: 1px solid #e1daac!important;
}
.m_border22 {
	border: 1px solid #bde1ae!important;
}

/* header
----------------------------------------- */

.m_innerHeader {
	margin: 25px 0;
}

.m_logo {
	float: left;
}

.m_ttl {
	margin-left: 20px;
	float: left;
}

.m_toggleBtn {
	display: none;
	position: absolute;
	width: 43px;
	height: 39px;
	background-color: #047c09;
	top: -5px;
	right: 0;
}

.m_toggleBtn span {
	position: absolute;
	height: 2px;
	width: 25%;
	left: 15px;
	background-color: #fff;
}

.m_toggleBtn span:first-child {
	top: 8px;
}

.m_toggleBtn span:nth-child(2) {
	top: 12px;
}

.m_toggleBtn span:nth-child(3) {
	top: 16px;
}

.m_toggleBtn p {
	position: absolute;
	top: 22px;
	left: 1px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	color: #fff;
}

@media screen and (max-width: 800px) {
	.m_innerHeader {
		margin: 0;
	}
	.m_logo {
		width: 215px;
		float: none;
		margin: 5px 0 7px 7px;
	}
	.m_ttl {
		text-align: center;
		float: none;
		margin-left: 0;
		padding: 13px 0;
	}
	.m_ttl img {
		width: 270px;
	}
	.m_toggleBtn {
		display: block;
	}
}

/* frame
----------------------------------------- */

.m_maxWidth {
	max-width: 1280px;
	margin: 0 auto;
}

.m_marginLR {
	position: relative;
	min-width: 280px;
	margin: 0 20px;
}

@media screen and (max-width: 800px) {
	.m_maxWidth {
		max-width: 730px;
	}
}

@media screen and (max-width: 680px) {
	.m_maxWidth {
		max-width: 400px;
	}
	.m_marginLR {
		margin: 0;
	}
}

.m_outerContent {
	float: left;
	width: 100%;
	margin-left: -200px;
}

.m_content {
	margin-left: 200px;
}

@media screen and (max-width: 800px) {
	.m_outerContent {
		margin: 0 10px;
		width: inherit;
	}
	.m_content {
		margin: 0;
	}
}

.m_flexBox {
	display: -webkit-flex;
	display: flex;
	-webkir-flex-wrap: wrap;
	flex-wrap: wrap;
}
.m_flexBox > div {
	float: none;
}

/* nav
----------------------------------------- */

.m_localNav {
	position: relative;
	width: 200px;
	float: left;
	z-index: 1;
}

.m_localNav:after {
	content: "";
	display: block;
	clear: both;
	height: 90px;
}

.m_localNav li:first-child .m_sprite {
	height: 36px;
}

.m_sprite {
	width: 200px;
	height: 38px;
	display: block;
	overflow: hidden;
}

.m_sprite:hover img {
	margin-top: -40px;
}

.m_sprite.current img {
	margin-top: -40px;
}

.m_localNav > section:first-child .m_sprite:hover img {
	margin-top: -38px;
}

.m_localNav > section:first-child .m_sprite.current img {
	margin-top: -38px;
}

.m_localNav li:last-child .m_sprite {
	height: 40px;
}

.m_localNav li:last-child .m_sprite:hover img {
	margin-top: -40px;
}

.m_localNav li:last-child .m_sprite.current img {
	margin-top: -40px;
}

@media print {
	.m_localNav {
		display: none;
	}
	.m_content {
		width: 1040px;
	}
}

@media screen and (min-width:800px) {
	.m_localNav {
		display: block!important;
	}
}

@media screen and (max-width:800px) {
	.m_localNav {
		position: absolute;
		border: 5px solid #047c09;
		background-color: #fff;
		width: 100%;
		display: none;
		top: 1px;
	}
	.m_localNav:before {
		content: "";
		position: absolute;
		top: -4px;
		right: 14px;
		border-bottom: 4px solid #fff;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
	}
	.m_localNav li:first-child .m_sprite,
	.m_localNav li:last-child .m_sprite,
	.m_sprite {
		height: inherit;
		text-decoration: none;
		color: inherit;
		padding: 12px 0 12px 30px;
		border-bottom: 1px dotted #b3b3b3;
		letter-spacing: 0.01em;
	}
	.m_localNav section {
		float: left;
		width: 50%;
		padding: 8px 8px 8px 0;
		letter-spacing: 0.1em;
	}
	.m_localNav section:first-child {
		padding-left: 8px;
	}
	.m_localNav section:nth-child(2) {
		display: none;
	}
	.m_localNav h1 {
		font-size: 85.7%;
		font-weight: bold;
		padding: 7px 0 3px 5px;
	}
	.m_localNav h1:before {
		content: attr(data-txt);
	}
	.m_localNav h1 > img {
		display: none;
	}
	.m_localNav li {
		position: relative;
	}
	.m_localNav li:before {
		content: "";
		position: absolute;
		top: 12px;
		left: 6px;
		width: 12px;
		height: 13px;
		border-radius: 15%;
		background-color: #fc4242;
	}
	.m_localNav li:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 10px;
		border-left: 4px solid #fff;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	.m_localNav li:last-child .m_sprite {
		border: none;
		padding-bottom: 9px;
	}
	.m_sprite {
		width: 100%;
		font-size: 85.7%;
	}
	.m_sprite:before {
		content: attr(data-txt);
	}
	.m_sprite > img {
		display: none;
	}
}

@media screen and (max-width:680px) {
	.m_localNav {
		top: -44px;
	}
}

/* content
----------------------------------------- */

.m_ttl01 {
	padding: 8px 0 8px 10px;
	margin: 0 0 15px 20px;
	font-size: 114.3%;
	font-weight: bold;
	letter-spacing: 0.2em;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 2px solid #00914a;
    border-radius: 3px 3px 0px 0px / 3px 3px 0px 0px;
	background: linear-gradient(to bottom, #ffffff 0%,#fefefe 29%,#f2f2f4 61%,#f2f2f4 68%,#eeeef0 74%,#ededef 81%,#eaeaea 84%,#ebedec 87%,#e8e9eb 94%,#e7ebee 97%,#e2e6e9 100%);
}

.m_ttl02 {
	font-size: 135.7%;
	font-weight: bold;
	padding: 32px 0 32px 20px;
	margin: 0 0 15px 20px;
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background: url(/product/catalog/img/bg_bottle.jpg) no-repeat right center;
}

@media screen and (max-width: 800px) {
	.m_ttl01,
	.m_ttl02 {
		margin: 15px 0;
	}
}

@media screen and (max-width: 680px) {
	.m_ttl02 {
		display: none;
	}
}

.m_caution {
	position: relative;
	font-size: 85.7%;
	padding-left: 1.5em;
	line-height: 1.5;
}

.m_caution:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.m_link {
	position: relative;
	padding-left: 1em;
}

.m_link:before {
    content: url(/common/images/ico_arrow_01.gif);
    position: absolute;
    width: 5px;
    height: 6px;
    top: 0;
    left: 4px;
}

/* m_box
----------------------------------------- */

.m_box {
	width: 25%;
	float: left;
	margin-bottom: 11px;
	page-break-inside: avoid;
	position: relative;
}

.m_box img {
	max-height: 250px;
}

.m_box > div:first-of-type {
	border: 1px solid #a8b8da;
	margin-left: 20px;
}

@media screen and (max-width: 1099px) {
	.m_box {
		width: 33.3%;
	}
}
@media screen and (max-width: 899px) {
	.m_box {
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	.m_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.m_box > div:first-of-type {
		margin-left: 0;
	}
}

/* m_modalBtn
----------------------------------------- */

.m_modalBtn {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.m_modalBtn:hover {
	opacity: 0.7;
}

.m_modalBtn .p_company {
	font-size: 107.1%;
	font-weight: bold;
	padding: 4px 6px;
}

.m_modalBtn .p_item {
	display: table;
	padding: 4px 6px;
	color: #fff;
	width: 100%;
}

.m_modalBtn .p_item > div {
	display: table-cell;
	vertical-align: middle;
}

.m_modalBtn .p_item p {
	font-size: 85.7%;
	font-weight: bold;
}

.m_modalBtn .p_item p:last-child {
	font-size: 107.1%;
	font-weight: bold;
}

.m_modalBtn .p_kana {
	font-size: 81.3%;
	font-weight: bold;
}

.m_modalBtn .p_other {
	padding: 5px 5px 0;
	font-size: 85.7%;
}

.m_modalBtn .p_data {
	padding: 0 4px;
	overflow: hidden;
}

.m_modalBtn .p_data dt,
.m_modalBtn .p_data dd {
	padding: 4px 0 0;
	font-size: 85.7%;
}

.m_modalBtn .p_data dt {
	position: relative;
	clear: left;
	float: left;
	padding-left: 1.1em;
}

.m_modalBtn .p_data dt:before {
	position: absolute;
	content: "●";
	left: 0.1em;
}

.m_modalBtn .p_data dd {
	float: left;
	padding-left: 10px;
}

.m_modalBtn .p_img {
	position: relative;
	text-align: center;
	padding: 10px 10px;
}

.m_modalBtn .p_ico {
	position: absolute;
	top: 15px;
	left: 15px;
}

/* m_modalContent
----------------------------------------- */

.m_modalContent {
	display: none;
	width: 580px;
	background-color: #fff;
	position:fixed;
	z-index: 3;
}

.m_modalContentInner {
	margin: 0 20px;
}

.m_modalBg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	margin: auto;
	z-index: 1;
	overflow: hidden;
}

.m_modalContent .p_company {
	font-size: 107.1%;
	padding: 4px 6px;
}

.m_modalContent .p_item {
	display: table;
	padding: 6px;
	background-color: #3d62ad;
	color: #fff;
	width: 100%;
}

.m_modalContent .p_item > div {
	display: table-cell;
	vertical-align: middle;
}

.m_modalContent .p_item p {
	font-size: 85.7%;
	font-weight: bold;
}

.m_modalContent .p_item p:last-child {
	font-size: 107.1%;
	font-weight: bold;
}

.m_modalContent .p_kana {
	font-size: 81.3%;
	font-weight: bold;
}

.m_modalContent .p_other {
	padding: 5px 5px 0;
	font-size: 85.7%;
}

.m_modalContent .p_data {
	margin-left: -2px;
	overflow: hidden;
	width: 41%;
}

.m_modalContent .p_data dt,
.m_modalContent .p_data dd {
	padding: 4px 0 0;
	font-size: 85.7%;
}

.m_modalContent .p_data dt {
	position: relative;
	clear: left;
	float: left;
	padding-left: 1.1em;
}

.m_modalContent .p_data dt:before {
	position: absolute;
	content: "●";
	left: 0.1em;
}

.m_modalContent .p_data dd {
	float: left;
	padding-left: 10px;
}

.m_modalContent .p_btn {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d62ad;
}

.m_modalContent .p_print {
	float: left;
	cursor: pointer;
	padding-right: 20px;
}

.m_modalContent .p_close {
	float: left;
	cursor: pointer;
}

.m_modalContent .p_col {
	overflow: hidden;
	margin: -38px 0 20px 0;
	padding-top: 58px;
}

.m_modalContent .p_img,
.m_modalContent .p_colRight {
	float: left;
}

.m_modalContent .p_img {
	position: relative;
	text-align: center;
	width: 38%;
	margin-right: 2%;
}
.m_modalContent .p_img > img {
	padding-bottom: 70px;
}

.m_modalContent .p_colRight {
	width: 60%;
	font-size: 85.7%;
	margin-top: -58px;
}

.m_modalContent .p_ico {
	position: absolute;
	left: 0;
	bottom: 0;
}

.m_modalContent .p_data02 {
	display: table;
	width: 100%;
	vertical-align: top;
}

.m_modalContent .p_data02 dl {
	width: 25%;
	display: table-cell;
	vertical-align: top;
}

.m_modalContent .p_data02 dt {
	padding-right: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.m_modalContent .p_data02:last-of-type dt {
	padding-right: 0;
}

.m_modalContent .p_data02 dd {
	padding: 6px 22px 6px 0;
	font-size: 64.3%;
	margin: 5px 0;
	color: #2d8651;
	text-align: center;
	position: relative;
}

.m_modalContent .p_data02 dd:before {
	content: url(/product/catalog/img/icon_bottle.png);
	position: absolute;
	top: 0;
	left: 0;
}

.m_modalContent .p_other02 {
	margin-bottom: 5px;
}

.m_modalContent .p_contact {
	border: 1px solid #3d62ad;
	padding-bottom: 15px;
	margin-top: 8px;
}

.m_modalContent .p_contact p {
	color: #fff;
	padding: 6px 0;
	background-color: #3d62ad;
}

.m_modalContent .p_contact p,
.m_modalContent .p_contact ul {
	padding-left: 10px;
}

.m_modalContent .p_contact ul {
	padding-top: 6px;
	padding-right: 10px;
}

.m_modalContent .p_contact ul:first-of-type li {
	padding-top: 3px;
}

.m_modalContent .p_list li {
	position: relative;
	padding-left: 6px;
	margin-bottom: 5px;
}

.m_modalContent .p_list li:last-child {
	margin-bottom: 0;
}

.m_modalContent .p_list li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 4px solid #2d8651;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

@media screen and (max-width:680px) {
	.m_modalContent {
		width: 300px;
		position: fixed;
		top: 20px!important;
		bottom: 20px!important;
		left: 0!important;
		right: 0!important;
		margin: 0 auto!important;
		height: inherit!important;
	}
	.m_modalContentInner {
		margin: 0;
		padding: 10px;
		height: 100%;
		overflow-y: scroll;
	}
	.m_modalContent .p_print {
		display: none;
	}
	.m_modalContent .p_btn {
		border: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.m_modalContent .p_col {
		margin: 0;
	}
	.m_modalContent .p_img,
	.m_modalContent .p_colRight {
		float: none;
	}
	.m_modalContent .p_img {
		width: 100%;
		padding: 10px 0;
	}
	.m_modalContent .p_colRight {
		width: 100%;
		position: relative;
		top: 0!important;
		left: 0!important;
		margin-top: 0;
	}
	.m_modalContent .p_other02 {
		margin-bottom: 12px;
	}
	.m_modalContent .p_data02 dd {
		padding-right: 12px;
	}
	.m_modalContent .p_list {
		padding-bottom: 10px;
	}
}

/* print
----------------------------------------- */

.jsHide {
	display: none!important;
}

.jsPrintArea {
	width: 580px;
	margin: 0 auto;
}

.jsPrintArea .p_company {
	font-size: 107.1%;
	padding: 4px 6px;
}

.jsPrintArea .p_item {
	display: table;
	padding: 6px;
	background-color: #3d62ad;
	color: #fff;
	width: 100%;
}

.jsPrintArea .p_item > div {
	display: table-cell;
	vertical-align: middle;
}

.jsPrintArea .p_item p {
	font-size: 85.7%;
	font-weight: bold;
}

.jsPrintArea .p_item p:last-child {
	font-size: 107.1%;
	font-weight: bold;
}

.jsPrintArea .p_kana {
	font-size: 81.3%;
	font-weight: bold;
}

.jsPrintArea .p_other {
	padding: 5px 5px 0;
	font-size: 85.7%;
}

.jsPrintArea .p_data {
	margin-left: -2px;
	overflow: hidden;
	width: 41%;
}

.jsPrintArea .p_data dt,
.jsPrintArea .p_data dd {
	padding: 4px 0 0;
	font-size: 85.7%;
}

.jsPrintArea .p_data dt {
	position: relative;
	clear: left;
	float: left;
	padding-left: 1.1em;
}

.jsPrintArea .p_data dt:before {
	position: absolute;
	content: "●";
	left: 0.1em;
}

.jsPrintArea .p_data dd {
	float: left;
	padding-left: 10px;
}

.jsPrintArea .p_btn {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d62ad;
}

.jsPrintArea .p_print {
	float: left;
	cursor: pointer;
	padding-right: 20px;
}

.jsPrintArea .p_close {
	float: left;
	cursor: pointer;
}

.jsPrintArea .p_col {
	overflow: hidden;
	margin: -30px 0 20px 0;
	padding-top: 58px;
}

.jsPrintArea .p_img,
.jsPrintArea .p_colRight {
	float: left;
}

.jsPrintArea .p_img {
	position: relative;
	text-align: center;
	width: 38%;
	margin-right: 2%;
}

.jsPrintArea .p_img > img {
	padding-bottom: 70px;
}

.jsPrintArea .p_colRight {
	width: 60%;
	font-size: 85.7%;
	margin-top: -58px;
}

.jsPrintArea .p_ico {
	position: absolute;
	left: 0;
	bottom: 0;
}

.jsPrintArea .p_data02 {
	overflow: hidden;
}

.jsPrintArea .p_data02 dl {
	float: left;
	width: 25%;
}

.jsPrintArea .p_data02 dt {
	padding-right: 10px;
}

.jsPrintArea .p_data02:last-of-type dt {
	padding-right: 0;
}

.jsPrintArea .p_data02 dd {
	padding: 6px 22px 6px 0;
	font-size: 85.7%;
	margin: 5px 0;
	color: #2d8651;
	text-align: center;
	position: relative;
}

.jsPrintArea .p_data02 dd:before {
	content: url(/product/catalog/img/icon_bottle.png);
	position: absolute;
	top: 0;
	left: 0;
}

.jsPrintArea .p_other02 {
	margin-bottom: 5px;
}

.jsPrintArea .p_contact {
	border: 1px solid #3d62ad;
	padding-bottom: 15px;
	margin-top: 8px;
}

.jsPrintArea .p_contact p {
	color: #fff;
	padding: 6px 0;
	background-color: #3d62ad;
}

.jsPrintArea .p_contact p,
.jsPrintArea .p_contact ul {
	padding-left: 10px;
}

.jsPrintArea .p_contact ul {
	padding-top: 6px;
}

.jsPrintArea .p_contact ul:first-of-type li {
	padding-top: 3px;
}


.jsPrintArea .p_list {
	margin-top: 5px;
}

.jsPrintArea .p_list li {
	position: relative;
	padding-left: 6px;
	margin-bottom: 5px;
}

.jsPrintArea .p_list li:last-child {
	margin-bottom: 0;
}

.jsPrintArea .p_list li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	border-left: 4px solid #2d8651;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
}

/* print02
----------------------------------------- */

.jsPrintArea02 .m_box {
	width: 25%;
}

.jsPrintArea02 .ttl01:before,
.jsPrintArea02 .ttl01:after {
	display: none;
}

.jsPrintArea02 {
	margin-left: -18px;
	width: 940px;
}

.jsPrintArea02 .p_company {
	font-size: 107.1%;
	padding: 4px 6px;
}

.jsPrintArea02 .p_item {
	display: table;
	padding: 6px;
	background-color: #3d62ad;
	color: #fff;
	width: 100%;
}

.jsPrintArea02 .p_item > div {
	display: table-cell;
	vertical-align: middle;
}

.jsPrintArea02 .p_item p {
	font-size: 85.7%;
	font-weight: bold;
}

.jsPrintArea02 .p_item p:last-child {
	font-size: 107.1%;
	font-weight: bold;
}

.jsPrintArea02 .p_kana {
	font-size: 81.3%;
	font-weight: bold;
}

.jsPrintArea02 .p_other {
	padding: 5px 5px 0;
	font-size: 85.7%;
}

.jsPrintArea02 .p_data {
	padding: 0 4px;
	overflow: hidden;
}

.jsPrintArea02 .p_data dt,
.jsPrintArea02 .p_data dd {
	padding: 4px 0 0;
	font-size: 85.7%;
}

.jsPrintArea02 .p_data dt {
	position: relative;
	clear: left;
	float: left;
	padding-left: 1.1em;
}

.jsPrintArea02 .p_data dt:before {
	position: absolute;
	content: "●";
	left: 0.1em;
}

.jsPrintArea02 .p_data dd {
	float: left;
	padding-left: 10px;
}

.jsPrintArea02 .p_img {
	position: relative;
	text-align: center;
	padding: 10px 10px;
}

.jsPrintArea02 .p_ico {
	position: absolute;
	top: 15px;
	left: 15px;
}



@media print {
	.m_box {
		float: none;
		display: inline-block;
	}
	.m_box .jsAddHeight3,
	.m_box .m_modalBtn {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-direction: column;
		height: 100%;
	}
	.m_box .m_modalBtn .p_img {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.m_box img {
		width: auto !important;
		max-height: 100% !important;
		object-fit: contain !important;
	}
}

/* footer
----------------------------------------- */

footer {
	border-top: 1px solid #d2d7dc;
}

footer .m_maxWidth {
	text-align: right;
	margin: 11px auto 33px;
}

@media screen and (max-width:800px) {
	footer .m_maxWidth {
		text-align: center;
	}
}

footer .m_btnTopOfPage {
	position: fixed;
	bottom: 82px;
	right: 20px;
	z-index: 1;
}
@media print {
	footer .m_btnTopOfPage {
		display: none;
	}
}
@media screen and (max-width:800px) {
	footer .m_btnTopOfPage {
		bottom: 20px;
		right: 20px;
	}
}

/* js
----------------------------------------- */

body.hidden,
html.hidden {
	overflow: hidden;
}