@charset"UTF-8";
/* --------------------------------------------------------------------
 Copyright (c) 2020 plusi
 -------------------------------------------------------------------- */

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport{
	width: device-width
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}
*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
/*
*/

.sec {
	overflow: hidden;
	padding: 25px 0;
	*zoom: 1;
}
.sec:after,
.sec:before {
	content: " ";
	display: block;
	line-height: 0
}
.sec:after {
	content: " ";
	display: block;
	clear: both
}
.sec.sec-bg {
	background: -o-repeating-linear-gradient(135deg,#fff 0px,#fff 2px,#fafafa 2px,#fafafa 4px);
	background: repeating-linear-gradient(-45deg,#fff 0px,#fff 2px,#fafafa 2px,#fafafa 4px)
}
.sec.sec-border {
	border-top: 1px solid #eee
}
.sec .sec_inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:576px){
	.sec .sec_inner {
		max-width: 540px
	}
}
@media (min-width:768px){
	.sec .sec_inner {
		max-width: 720px
	}
}
@media (min-width:992px){
	.sec .sec_inner {
		max-width: 960px
	}
}
@media (min-width:1200px){
	.sec .sec_inner {
		max-width: 1140px
	}
}
.sec .sec_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}
.sec .sec_header {
	margin: 10px 0 50px 0;
}
.sec .sec_btn {
	max-width: 600px;
	margin: 50px auto
}
@media only screen and (max-width:767px){
	.sec {
		padding: 30px 0
	}
	.sec .sec_btn {
		height: auto;
		max-width: 100%
	}
	.sec .sec_btn {
		max-width: 300px;
		margin: 20px auto
	}
}



.bnr {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	height: auto;
	font-size: 28px
	margin-bottom: 20px;
}
.bnr.bg_sien { background: url("../../assets/img/home/bnr_access@2x.jpg") no-repeat; }
@media only screen and (max-width:767px){
	.bnr {
		font-size: 18px
	}
}
.bnr .bnr_inner {
	width: 100%;
	height: auto;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(0,0,0,1)
	/*background: rgba(0,0,0,0.2)*/
}
.bnr .bnr_inner span {
	font-size: 14px;
	font-weight: bold;
	display: block
}
@media only screen and (max-width:767px){
	.bnr .bnr_inner span {
		font-size: 14px
	}
}
.bnr:hover .bnr_inner {
	color: #000!important
}

/* mdfy */
.bnr .bnr_inner img{ width: 100%; }
.bnr_inner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.bnr_inner img{
	width: 100%;
}
.bnr_inner .opt img{
	cursor: pointer;
	transition-duration: 0.3s;
}
.bnr_inner .opt:hover img{
	opacity: 0.6;
	transition-duration: 0.3s;
}

.bnr-access {
}
@media only screen and (max-width:767px){
	.bnr {
		margin: 10px auto 30px;
		background-position: center center
	}
	.bnr .bnr_inner {
		padding: 0px 0px
	}
}
.btn {
	display: block;
	padding: 15px;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	border-radius: 25px 25px 25px 25px!important
}
@media only screen and (max-width:767px){
	.btn {
		font-size: 16px
	}
}
.btn:hover {
	opacity: 0.8
}
.btn-default {
	border: 1px solid #707070;
	background-color: #fff;
	position: relative
}
.btn-default i,
.btn-default svg {
	-webkit-transition: all 300ms 0s ease;
	-o-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
	color: #707070;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em
}
.btn-default:hover i,
.btn-default:hover svg {
	right: 5px
}
.btn-send {
	font-weight: bold;
	background-color: #70462E;
	color: #fff
}
.btn-back {
	background-color: #eee;
	color: #333;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.btn-back {
		font-size: 14px
	}
}
@media only screen and (max-width:767px){
	.btn {
		width: 100%;
		font-size: 12px
	}
}
@media only screen and (max-width:767px) and (max-width:767px){
	.btn {
		font-size: 14px
	}
}
.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px auto
}
.contact .contact_icon {
	font-size: 35px;
	margin-right: 15px
}
@media only screen and (max-width:767px){
	.contact .contact_icon {
		font-size: 18px
	}
}
.contact .contact_body p {
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 1
}
@media only screen and (max-width:767px){
	.contact .contact_body p {
		font-size: 13px
	}
}
.contact .contact_body p span {
	display: inline;	/* plusi block から inline へ */
	font-weight: bold;
	font-size: 34px
}
@media only screen and (max-width:767px){
	.contact .contact_body p span {
		font-size: 18px
	}
}
.contact .contact_btn {
	max-width: 560px;
	margin: 0 auto
}
@media only screen and (max-width:767px){
	.contact .contact_tel {
		margin: 15px auto
	}
	.contact .contact_tel .contact_tel_icon {
		font-size: 35px;
		margin-right: 15px
	}
}
@media only screen and (max-width:767px) and (max-width:767px){
	.contact .contact_tel .contact_tel_icon {
		font-size: 18px
	}
}
@media only screen and (max-width:767px){
	.contact .contact_tel .contact_tel_body p {
		font-size: 12px;
		margin: 0;
		padding: 0
	}
}
@media only screen and (max-width:767px) and (max-width:767px){
	.contact .contact_tel .contact_tel_body p {
		font-size: 12px
	}
}
@media only screen and (max-width:767px){
	.contact .contact_tel .contact_tel_body span {
		font-size: 2.4rem
	}
}
@media only screen and (max-width:767px){
	.contact .contact_btn {
		height: auto;
		max-width: 100%
	}
}
.article .article_title {
	text-align: center;
	font-size: 28px
}
@media only screen and (max-width:767px){
	.article .article_title {
		font-size: 18px
	}
}
.article .article_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	padding: 30px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.article .article_meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.article .article_meta ul li {
	padding-right: 10px
}
.article .article_meta ul li a {
	line-height: 1;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	color: #0293AD;
	border: 1px solid #0293AD;
	color: #0293AD;
	text-decoration: none
}
@media only screen and (max-width:767px){
	.article .article_meta ul li a {
		font-size: 14px
	}
}
.article .article_meta time {
	margin-left: auto;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.article .article_meta time {
		font-size: 14px
	}
}
.article .article_pic img {
	max-width: 100%;
	height: auto
}
.article-menu .article_title {
	text-align: left;
	margin-bottom: 30px
}
.lp .lp_header {
	padding-top: 50px
}
.lp .lp_title {
	text-align: center;
	font-size: 40px;
	color: #fff
}
@media only screen and (max-width:767px){
	.lp .lp_title {
		font-size: 18px
	}
}
.lp .lp_header_desc {
	text-align: center
}
.lp .lp_header_desc p {
	color: #fff;
	font-size: 18px;
	font-weight: bold
}
@media only screen and (max-width:767px){
	.lp .lp_header_desc p {
		font-size: 18px
	}
}
.lp .lp_body {
	padding-top: 30px
}
.lp .lp_pic {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 100%;
	display: block;
	width: 100%
}
.lp .lp_pic .lp_picOverlay {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 100%;
	display: block;
	opacity: 1;
	position: absolute;
	z-index: 2;
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	left: 0;
	width: 100%
}
.lp .lp_pic .lp_picOverlay p {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: center
}
@media only screen and (max-width:767px){
	.lp .lp_pic .lp_picOverlay p {
		font-size: 18px
	}
}
.lp .lp_pic-sm {
	margin-bottom: 30px
}
.lp .lp_pic-lg {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 206%;
	display: block
}
.lp .lp_footer {
	padding: 30px;
	margin-top: 30px
}
@media only screen and (max-width:767px){
	.lp .lp_body {
		padding-top: 15px
	}
	.lp .lp_footer {
		padding: 15px;
		margin-top: 15px
	}
}
.address .address_map iframe {
	width: 100%;
	height: 300px
}
.address .address_table {
	margin-top: 10px;
	width: 100%
}
.address .address_table td,
.address .address_table th {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 12px
}
@media only screen and (max-width:767px){
	.address .address_table td,
	.address .address_table th {
		font-size: 12px
	}
}
.address .address_table th {
	text-align: left;
	font-weight: bold;
	white-space: nowrap
}
@media only screen and (max-width:767px){
	.address .address_map iframe {
		height: 200px
	}
}
.media .media_title {
	font-size: 28px;
	margin: 15px 0
}
@media only screen and (max-width:767px){
	.media .media_title {
		font-size: 18px
	}
}
.media .media_desc p {
	font-size: 16px;
	padding: 15px 0
}
@media only screen and (max-width:767px){
	.media .media_desc p {
		font-size: 16px
	}
}
.media .media_pic img {
	height: auto;
	max-width: 100%
}
.pageTitle {
	padding: 30px 0;
	text-align: center;
	background: #70462E;
	*zoom: 1;
	color: #fff;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 28px
}
.pageTitle:after,
.pageTitle:before {
	content: " ";
	display: block;
	line-height: 0
}
.pageTitle:after {
	content: " ";
	display: block;
	clear: both
}
@media only screen and (max-width:767px){
	.pageTitle {
		font-size: 18px
	}
}
.pageTitle span {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.pageTitle span {
		font-size: 14px
	}
}
.info {
	margin-top: 30px
}
.info .info_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	padding: 30px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc
}
.info .info_list li {
	padding: 5px 30px;
	margin: 0;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc
}
.info .info_list li p {
	padding: 0;
	margin: 0
}
.info .info_list li span {
	color: #70462E
}
.info .info_list li:last-child {
	border-right: none
}
@media only screen and (max-width:767px){
	.info .info_list {
		display: block;
		padding: 15px
	}
	.info .info_list li {
		width: 100%;
		border-bottom: 1px solid #ccc;
		border-right: none
	}
	.info .info_list li:last-child {
		border-bottom: none
	}
}
.about .about_pic img {
	width: 100%
}
.about .about_body {
	padding: 50px 0
}
.about .about_title {
	text-align: center;
	font-size: 28px
}
@media only screen and (max-width:767px){
	.about .about_title {
		font-size: 18px
	}
}
.about .about_desc p {
	font-size: 16px;
	margin: 30px auto
}
@media only screen and (max-width:767px){
	.about .about_desc p {
		font-size: 16px
	}
}
.form .form_row {
	padding: 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex
}
.form .form_row .form_label {
	width: 200px;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.form .form_row .form_label {
		font-size: 14px
	}
}
.form .form_row .form_label span {
	color: #0293AD;
	border: 1px solid #0293AD;
	padding: 2px 5px;
	margin-left: 20px;
	font-size: 12px
}
@media only screen and (max-width:767px){
	.form .form_row .form_label span {
		font-size: 12px
	}
}
.form .form_row .form_content {
	width: calc(100% - 200px)
}
.form .form_row .form_content input,
.form .form_row .form_content textarea {
	width: 100%;
	padding: 15px 10px;
	border-radius: 5px 5px 5px 5px!important;
	border: 1px solid #70462E
}
.form .form_row .form_content textarea {
	min-height: 200px
}
.form .form_row .form_content.form_content-tel input {
	width: 6em
}
.form .form_row-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media only screen and (max-width:767px){
	.form .form_content {
		margin-top: 15px
	}
}
.archive {
	border: 1px solid #ccc;
	margin-bottom: 30px
}
.archive:last-child {
	margin-bottom: 0
}
.archive .archive_title {
	font-size: 16px;
	padding: 20px 10px;
	line-height: 1;
	border-bottom: 1px solid #ccc
}
@media only screen and (max-width:767px){
	.archive .archive_title {
		font-size: 16px
	}
}
.archive .archive_list li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	line-height: 1
}
.archive .archive_list li:last-child {
	border-bottom: none
}
.archive .archive_list li a {
	padding: 20px 10px;
	display: block;
	text-decoration: none;
	position: relative;
	line-height: 1;
	-webkit-transition: all 300ms 0s ease;
	-o-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease
}
.archive .archive_list li a:after {
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -0.5em;
	font-size: 14px;
	content: "";
	font-family: "Font Awesome 5 Free";
	color: #bbb
}
@media only screen and (max-width:767px){
	.archive .archive_list li a:after {
		font-size: 14px
	}
}
.archive .archive_list li a:hover {
	background-color: rgba(112,70,46,0.1)
}
.breadcrumb {
	padding: 15px 0
}
.breadcrumb .breadcrumb_inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1
}
@media (min-width:576px){
	.breadcrumb .breadcrumb_inner {
		max-width: 540px
	}
}
@media (min-width:768px){
	.breadcrumb .breadcrumb_inner {
		max-width: 720px
	}
}
@media (min-width:992px){
	.breadcrumb .breadcrumb_inner {
		max-width: 960px
	}
}
@media (min-width:1200px){
	.breadcrumb .breadcrumb_inner {
		max-width: 1140px
	}
}
.breadcrumb span {
	font-size: 12px
}
@media only screen and (max-width:767px){
	.breadcrumb span {
		font-size: 12px
	}
}
.breadcrumb a {
	text-decoration: none;
	font-size: 12px;
	color: #666
}
@media only screen and (max-width:767px){
	.breadcrumb a {
		font-size: 12px
	}
}
.breadcrumb i {
	margin: 0 5px;
	color: rgba(112,70,46,0.8)
}
.breadcrumb svg {
	font-size: 12px;
	margin: 0 5px
}
@media only screen and (max-width:767px){
	.breadcrumb svg {
		font-size: 12px
	}
}
.postLinks {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-js-display: flex
}
.postLink {
	width: 50%;
	padding: 15px 0
}
.postLink a {
	text-decoration: none;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.postLink a {
		font-size: 14px
	}
}
.postLink-prev i,
.postLink-prev svg {
	margin-right: 10px
}
.postLink-next {
	text-align: right
}
.postLink-next i,
.postLink-next svg {
	margin-left: 10px
}
@media only screen and (max-width:767px){
	.postLinks {
		margin-top: 20px
	}
	.postLink {
		padding: 0
	}
	.postLink a {
		font-size: 12px
	}
}
@media only screen and (max-width:767px) and (max-width:767px){
	.postLink a {
		font-size: 12px
	}
}






/*
*/
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container.pC { text-align: center; }
@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: 1140px
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}
.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}
.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}
.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}
.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}
.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}
.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}
.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}
.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}
.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}
.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}
.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}
.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}
.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}
.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13
}
.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0
}
.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}
.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}
.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3
}
.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4
}
.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5
}
.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6
}
.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7
}
.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8
}
.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9
}
.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10
}
.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11
}
.order-12 {
	-webkit-box-ordinal-group: 13;
	-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:370px){
/*@media (min-width:476px){*/
/*@media (min-width:576px){*/
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-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;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-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;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-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;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-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: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.d-inline-flex {
	display: -webkit-inline-box!important;
	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: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box!important;
		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: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		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: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		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: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box!important;
		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: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important
	}
	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.main {
	padding: 50px 0
}
.main .main_title {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 30px
}
@media only screen and (max-width:767px){
	.main .main_title {
		font-size: 18px
	}
}
.main .main_title span {
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px
}
@media only screen and (max-width:767px){
	.main .main_title span {
		font-size: 14px
	}
}
.main.main-lp {
	padding-top: 0;
	background: -webkit-gradient(linear,left top,left bottom,from(#70462e),to(#fff));
	background: -o-linear-gradient(#70462e,#fff);
	background: linear-gradient(#70462e,#fff)
}
@media only screen and (max-width:767px){
	.main {
		padding: 30px 0
	}
}




/* nami */
/* ------------------------------------
 margin / padding
 -------------------------------------- */
.mtb-pc30 { margin-top: 10px!important; margin-bottom: 10px!important; }
.mtb-pc50 { margin-top: 10px!important; margin-bottom: 10px!important; }
@media (min-width:768px){
	.mtb-pc30 { margin-top: 30px!important; margin-bottom: 30px!important;}
	.mtb-pc50 { margin-top: 50px!important; margin-bottom: 50px!important; }
}
.spaceTB{ padding: 30px 0; }
/* margin-top */
.mt0{ margin-top: 0 !important; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt80{ margin-top: 80px !important; }
.mt100{ margin-top: 100px !important; }
.mt120{ margin-top: 120px !important; }
/* margin-right */
.mr0{ margin-right: 0 !important; }
.mr10{ margin-right: 10px !important; }
.mr50{ margin-right: 50px !important; }
.mr80{ margin-right: 80px !important; }
.mr100{ margin-right: 100px !important; }
/* margin-bottom */
.mb0{ margin-bottom: 0 !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb80{ margin-bottom: 80px !important; }
.mb100{ margin-bottom: 100px !important; }
.mb120{ margin-bottom: 120px !important; }
/* margin-left */
.ml0{ margin-left: 0 !important; }
.ml10{ margin-left: 10px !important; }
.ml50{ margin-left: 50px !important; }
.ml80{ margin-left: 80px !important; }
.ml100{ margin-left: 100px !important; }

/* padding-top */
.pt0{ padding-top: 0 !important; }
.pt10{ padding-top: 10px !important; }
.pt20{ padding-top: 20px !important; }
.pt30{ padding-top: 30px !important; }
.pt40{ padding-top: 40px !important; }
.pt50{ padding-top: 50px !important; }
.pt60{ padding-top: 60px !important; }
.pt70{ padding-top: 70px !important; }
.pt80{ padding-top: 80px !important; }
.pt90{ padding-top: 90px !important; }
.pt100{ padding-top: 100px !important; }
/* padding-right */
.pr0{ padding-right: 0 !important; }
.pr10{ padding-right: 10px !important; }
.pr20{ padding-right: 20px !important; }
.pr30{ padding-right: 30px !important; }
.pr40{ padding-right: 40px !important; }
.pr50{ padding-right: 50px !important; }
.pr60{ padding-right: 60px !important; }
.pr70{ padding-right: 70px !important; }
.pr80{ padding-right: 80px !important; }
.pr90{ padding-right: 90px !important; }
.pr100 { padding-right: 100px !important; }
/* padding-bottom */
.pb0 { padding-bottom: 0 !important; }
.pb10{ padding-bottom: 10px !important; }
.pb20{ padding-bottom: 20px !important; }
.pb30{ padding-bottom: 30px !important; }
.pb40{ padding-bottom: 40px !important; }
.pb50{ padding-bottom: 50px !important; }
.pb60{ padding-bottom: 60px !important; }
.pb70{ padding-bottom: 70px !important; }
.pb80{ padding-bottom: 80px !important; }
.pb90{ padding-bottom: 90px !important; }
.pb100{ padding-bottom: 100px !important; }
/* padding-left */
.pl0 { padding-left: 0 !important; }
.pl10{ padding-left: 10px !important; }
.pl20{ padding-left: 20px !important; }
.pl30{ padding-left: 30px !important; }
.pl40{ padding-left: 40px !important; }
.pl50{ padding-left: 50px !important; }
.pl60{ padding-left: 60px !important; }
.pl70{ padding-left: 70px !important; }
.pl80{ padding-left: 80px !important; }
.pl90{ padding-left: 90px !important; }
.pl100{ padding-left: 100px !important; }
/* padding left and right */
.plr20{ [padding-left: 20px!important; padding-right: 20px!important; }





.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}
