/* Theme Name: Template-Default Theme ( Responsive Website Template )
Author:WELT-NETZ Customize-2020 V1.0 : 2019/12/18

/* #CSS3 CUSTOMIZE 2020 V1.0 ***************************************************/
/*==========  Mobile  ==========*/
@media screen and (max-width: 480px) {
	.spNone {
		display: none;
	}
}

@media only screen and (min-width: 767px) {
	.spNone-lage {
		display: none;
	}
}

.hide-0-478 {
	display: none;
	visibility: hidden;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

/*==========  Root  ==========*/
:root {
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* CUSTOMIZE COMMON INDEX ***************************************************/
/*--- 1. FONT HOVER --------------------------------------------
--- 2. FONT FAMILY and FONT COMMON ------------------
--- 3. FONTS --------------------------------------------------------
--- 4. ACCORDION #NEW ---------------------------------------
--- 5. TOGGLE #NEW ---------------------------------------------
--- 6. MY MODAL --------------------------------------------------
--- 7. BUTTONS 1---------------------------------------------------
--- 8. BUTTONS 2 thin ---------------------------------------------
--- 9. LABEL ---------------------------------------------------------
--- 10. TABS ----------------------------------------------------------
--- 11. VIDEO --------------------------------------------------------
--- 12. SECTION-BACK GROUND ALFA ---------------------
--- 13. SECTION-BACK GROUND COLOR-------------------
--- 「OPTIONS」 ---------------------------------------------------
--- 14. TP BANNER TIMER （RV-SLIDER-TIMER）-------
--- 15. SCROLL-DOWN -------------------------------------------
--- 16. HR -------------------------------------------------------------
--- 17. DIVIDER -----------------------------------------------------
--- 18. DIVIDER ICON COLOR ----------------------------------
--- 19. LightBox mfp CLOSE-BOTTON  ------------------------
--- 20.  IMAGE BORDER ------------------------------------------
--- 21. WHITE-SPACE ----------------------------------------------
--- 22. LINES ---------------------------------------------------------
--- 23. WORK PROCESS BG --------------------------------------
--- 24. BOX-SHADOW ---------------------------------------------
--- 25. OTHERS-------------------------------------------------------
--- 26. USER CUSTOM ---------------------------------------------
--- 27. MEDIA QUERY「@media」------------------------------
--- 28. FOOTER 5 BLACK #NEW --------------------------------
--- 29. TOP BAR NEW ----------------------------------------------
--- 30. FONT JP-YAKU ----------------------------------------------
--- 31. MARGIN and PADDING ------------------------------------
/* CUSTOMIZE COMMON INDEX **************************************************--*/




/*******************************************
--- 1. FONT HOVER (Default)-----------------
********************************************/
a {
	color: #484848;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 700, 900;
}

a.text-light-gray {
	color: #e5e5e5;
}

a:hover {
	color: #cc0000;
}

/*******************************************
--- 2. FONT FAMILY and FONT COMMON -----------------
********************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 500, 700, 900;
}

p {
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-size: 14px;
	color: #484848;
	font-weight: 300, 400, 500, 700, 900;
}

div {
	font-family: "Poppins", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 500, 700, 900;
}

ul {
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 500, 700, 900;
}

li {
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 500, 700, 900;
}

.font-mincho {
	font-family: YakuHanMP, "Noto Serif JP", serif;
	color: #333;
	font-weight: 300, 400, 500, 700, 900;
}

.text-vertical-writing {
	font-family: "Noto Serif JP", serif;
	color: #333;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}


/*******************************************
--- 3. FONTS -------------------------------------------------------------
********************************************/
/* #FONT ALIGN ====================================*/
.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

/* #FONT WEIGHT ====================================*/
.font-w-100 {
	font-weight: 100 !important;
}

.font-w-200 {
	font-weight: 200;
}

.font-w-300 {
	font-weight: 300 !important;
}

.font-w-400 {
	font-weight: 400;
}

.font-w-500 {
	font-weight: 500 !important;
}

.font-w-600 {
	font-weight: 600;
}

.font-w-700 {
	font-weight: 700 !important;
}

.font-w-800 {
	font-weight: 800;
}

.font-w-900 {
	font-weight: 900 !important;
}

.font-bold {
	font-weight: bold !important;
}


/* #FONT SIZE ====================================*/
.font-8 {
	font-size: 8px;
}

.font-9 {
	font-size: 9px;
}

.font-10 {
	font-size: 10px;
}

.font-11 {
	font-size: 11px;
}

.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px;
}

.font-19 {
	font-size: 19px;
}

.font-20 {
	font-size: 20px;
}

.font-21 {
	font-size: 21px;
}

.font-22 {
	font-size: 22px;
}

.font-23 {
	font-size: 23px;
}

.font-24 {
	font-size: 24px;
}

.font-25 {
	font-size: 25px;
}

.font-26 {
	font-size: 26px;
}

.font-27 {
	font-size: 27px;
}

.font-28 {
	font-size: 28px;
}

.font-29 {
	font-size: 29px;
}

.font-30 {
	font-size: 30px;
}

.font-31 {
	font-size: 31px;
}

.font-32 {
	font-size: 32px;
}

.font-33 {
	font-size: 33px;
}

.font-34 {
	font-size: 34px;
}

.font-35 {
	font-size: 35px;
}

.font-36 {
	font-size: 36px;
}

.font-37 {
	font-size: 37px;
}

.font-38 {
	font-size: 38px;
}

.font-39 {
	font-size: 39px;
}

.font-40 {
	font-size: 40px;
}

.font-40 {
	font-size: 40px;
}

.font-41 {
	font-size: 41px;
}

.font-42 {
	font-size: 42px;
}

.font-43 {
	font-size: 43px;
}

.font-44 {
	font-size: 44px;
}

.font-45 {
	font-size: 45px;
}

.font-46 {
	font-size: 46px;
}

.font-47 {
	font-size: 47px;
}

.font-48 {
	font-size: 48px;
}

.font-49 {
	font-size: 49px;
}

.font-50 {
	font-size: 50px;
}

.font-51 {
	font-size: 51px;
}

.font-52 {
	font-size: 52px;
}

.font-53 {
	font-size: 53px;
}

.font-54 {
	font-size: 54px;
}

.font-55 {
	font-size: 55px;
}

.font-56 {
	font-size: 56px;
}

.font-57 {
	font-size: 57px;
}

.font-58 {
	font-size: 58px;
}

.font-59 {
	font-size: 59px;
}

.font-60 {
	font-size: 60px;
}

.font-62 {
	font-size: 62px;
}

.font-64 {
	font-size: 64px;
}

.font-66 {
	font-size: 66px;
}

.font-68 {
	font-size: 68px;
}

.font-70 {
	font-size: 70px;
}

.font-72 {
	font-size: 72px;
}

.font-74 {
	font-size: 74px;
}

.font-76 {
	font-size: 76px;
}

.font-78 {
	font-size: 78px;
}

.font-79 {
	font-size: 79px;
}

.font-80 {
	font-size: 80px;
}

.font-81 {
	font-size: 81px;
}

.font-82 {
	font-size: 82px;
}

.font-85 {
	font-size: 85px;
}

.font-90 {
	font-size: 90px;
}

.font-95 {
	font-size: 95px;
}

.font-100 {
	font-size: 100px;
}

.font-110 {
	font-size: 110px;
}


/*--  #FONT #SPECIAL ====================================*/
.text-indent-1em {
	text-indent: 1em;
}

/*--------------------------*/
.norm-16-wide-sp {
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: 500;
}

.light-28-wide {
	font-size: 28px;
	color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 32px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-32-wide {
	font-size: 32px;
	color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 34px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-42-wide {
	font-size: 42px;
	color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 42px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-50-wide {
	font-size: 50px;
	color: #f8f8f8;
	letter-spacing: 2px;
	line-height: 50px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-60-wide {
	font-size: 60px;
	color: #f8f8f8;
	letter-spacing: 1px;
	font-family: 'Roboto', 'Lato', Playball, serif, Arial, Helvetica, sans-serif;

}

.light-60-wide-02 {
	color: #f8f8f8;
	font-size: 60px;
	letter-spacing: 2px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-60-wide-03 {
	color: #f8f8f8;
	font-size: 60px;
	letter-spacing: 3px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-60-wide-mincho {
	color: #f8f8f8;
	font-size: 60px;
	letter-spacing: 2px;
	font-weight: 100;
	font-family: YakuHanMP, "Noto Serif JP", serif;
}

.light-46-wide-mincho {
	color: #f8f8f8;
	font-size: 46px;
	letter-spacing: 2px;
	font-weight: 100;
	font-family: YakuHanMP, "Noto Serif JP", serif;
}

.light-36-wide-sp {
	font-size: 36px;
	letter-spacing: 2px;
	font-weight: 500;
	font-family: 'Lato', 'Roboto', Playball, Arial, Helvetica, sans-serif;
}

.light-72-wide {
	font-size: 72px;
	letter-spacing: 1px;
	line-height: 62px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-72-wide-02 {
	font-size: 58px;
	letter-spacing: 3px;
	font-family: 'Anton', sans-serif, 'cursive', 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
	margin-top: -80px;
	line-height: 66px;
	-moz-transform: scale(1, 1.3);
	/* Firefox */
	-webkit-transform: scale(1, 1.3);
	/* Chrome,Safari */
	-o-transform: scale(1, 1.3);
	/* Opera */
	-ms-transform: scale(1, 1.3);
	/* IE */
	transform: scale(1, 1.3);
	/* CSS3 */
}

.light-72-wide-03 {
	font-size: 42px;
	letter-spacing: 3px;
	line-height: 54px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.light-72-wide-sp {
	color: #e3e3e3;
	font-size: 72px;
	letter-spacing: 3px;
	line-height: 62px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
}

.dark-72-wide-04 {
	color: #333;
	font-size: 58px;
	letter-spacing: 2px;
	font-family: 'Roboto', 'Lato', Playball, Arial, Helvetica, sans-serif;
	margin-left: 25px;
}

.font-poppins {
	font-size: 16px;
}

.font-poppins-hover a:hover {
	color: #cc0000;
}

.top-title {
	color: #106745;
}

/*---- #FONT #FOOTER ===========================*/
span.open-close {
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 400;
	font-size: 16px;
	font-weight: 500;
}

p.footer-sp {
	font-size: 15px;
}

p.tel-number {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

p.google-comment {
	margin-top: 0px;
	margin-left: 0px;
	padding: 8px 10px 30px 10px;
	font-size: 14px;
	line-height: 18px;
	background: #fff;
}

/* #LINE HEIGHT ===========================*/
.line-ht05 {
	line-height: 0.5em;
}

.line-ht075 {
	line-height: 0.75em;
}

.line-ht9 {
	line-height: 0.9em;
}

.line-ht10 {
	line-height: 1em !important;
}

.line-ht11 {
	line-height: 1.1em !important;
}

.line-ht12 {
	line-height: 1.2em !important;
}

.line-ht13 {
	line-height: 1.3em !important;
}

.line-ht14 {
	line-height: 1.4em !important;
}

.line-ht15 {
	line-height: 1.5em !important;
}

.line-ht16 {
	line-height: 1.6em !important;
}

.line-ht17 {
	line-height: 1.7em !important;
}

.line-ht18 {
	line-height: 1.8em !important;
}

.line-ht19 {
	line-height: 1.9em;
}

.line-ht20 {
	line-height: 2em;
}

.line-ht21 {
	line-height: 2.1em;
}

.line-ht22 {
	line-height: 2.2em;
}

.line-ht23 {
	line-height: 2.3em;
}

.line-ht24 {
	line-height: 2.4em;
}

.line-ht25 {
	line-height: 2.5em;
}

.line-ht26 {
	line-height: 2.6em;
}

.line-ht27 {
	line-height: 2.7em;
}

.line-ht28 {
	line-height: 2.8em;
}

.line-ht29 {
	line-height: 2.9em;
}

.line-ht30 {
	line-height: 3em;
}

.line-ht33 {
	line-height: 3.3em;
}

.line-ht35 {
	line-height: 3.5em;
}


/* #FONT #COLOR ===========================*/
.font-black {
	color: #000 !important;
}

.font-dark01 {
	color: #101010;
}

.font-dark02 {
	color: #333;
}

.font-dark03 {
	color: #515151;
}


.font-white {
	color: #fff !important;
}

.font-light01 {
	color: #c5c5c5;
}

.font-light02 {
	color: #d5d5d5;
}

.font-light03 {
	color: #ededed;
}

.font-red {
	color: #cc0000;
}

.font-blue {
	color: #0972ce;
}

.font-blue-light {
	color: #07B3FF;
}

.font-blue-dark {
	color: #07529d;
}

.font-blue-dark02 {
	color: #1C495C;
}

.font-green {
	color: #007c23;
}

.font-yellow {
	color: #deea00;
}

/* #FONT-OPTION ===========================*/
.heading-underline h1,
.heading-underline h2,
.heading-underline h3,
.heading-underline h4,
.heading-underline h5,
.heading-underline h6 {
	border-bottom: 3px solid #2c2b2b;
	padding-bottom: 10px;
}

/*********************/
.text-v-long11 {
	-moz-transform: scale(1, 1.1);
	/* Firefox */
	-webkit-transform: scale(1, 1.1);
	/* Chrome,Safari */
	-o-transform: scale(1, 1.1);
	/* Opera */
	-ms-transform: scale(1, 1.1);
	/* IE */
	transform: scale(1, 1.1);
	/* CSS3 */
}

.text-v-long12 {
	-moz-transform: scale(1, 1.2);
	/* Firefox */
	-webkit-transform: scale(1, 1.2);
	/* Chrome,Safari */
	-o-transform: scale(1, 1.2);
	/* Opera */
	-ms-transform: scale(1, 1.2);
	/* IE */
	transform: scale(1, 1.2);
	/* CSS3 */
}

.text-v-long13 {
	-moz-transform: scale(1, 1.3);
	/* Firefox */
	-webkit-transform: scale(1, 1.3);
	/* Chrome,Safari */
	-o-transform: scale(1, 1.3);
	/* Opera */
	-ms-transform: scale(1, 1.3);
	/* IE */
	transform: scale(1, 1.3);
	/* CSS3 */
}

.text-h-wide08 {
	-moz-transform: scale(1, 0.8);
	/* Firefox */
	-webkit-transform: scale(1, 0.8);
	/* Chrome,Safari */
	-o-transform: scale(1, 0.8);
	/* Opera */
	-ms-transform: scale(1, 0.8);
	/* IE */
	transform: scale(1, 0.8);
	/* CSS3 */
}

/*********************/
.text-shadow-01 {
	text-shadow: 1px 1px 1px #000;
}

.text-shadow-02 {
	text-shadow: 2px 2px 3px #000;
}

.text-shadow-03 {
	text-shadow: 2px 2px 5px #3355ac;
}

.text-shadow-04 {
	text-shadow: 2px 3px 8px #333;
}

.text-shadow-none {
	text-shadow: 0px 0px 0px;
}

.fuchidori-shadow {
	color: #103b4d;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF, 0 -1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*********************/
span.text-underline-dark {
	border-bottom: 1px solid #555;
	padding-bottom: 2px;
}

span.text-underline-dark02 {
	border-bottom: 3px solid #353535;
	padding-bottom: 2px;
}

span.text-underline-dark-w {
	border-bottom: 2px solid #3b3b3b;
	border-top: 2px solid #3b3b3b;
	padding-bottom: 2px;
}

span.text-underline-gold {
	border-bottom: 2px solid #a38c4f;
	padding-bottom: 2px;
}

span.text-underline-red {
	border-bottom: 1px solid #cc0000;
	padding-bottom: 2px;
}

span.text-underline-blue {
	border-bottom: 1px solid #245bbb;
	padding-bottom: 2px;
}

/*********************/
span.font-hover-yellow {
	color: rgb(255, 243, 14);
}

span.font-hover-red:hover {
	color: #ff0000;
}


/*************************************************
--- 4. ACCORDION #NEW --------------------------------------------------
**************************************************/
.bs-docs-section {
	background: #fff;
}

.accordion > dt {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: rgba(240, 240, 240, .70);
}

.accordion > dt > a {
	display: block;
	position: relative;
	color: #777;
	text-decoration: none;
	padding: 12px 20px;
	border: 1px solid #ccc;

	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion > dt > a:hover {
	text-decoration: none;
	border-color: #ddd;
	background-color: rgba(210, 210, 210, .82);
	color: #444;
}

.accordion > dt > a.active {
	color: #000;
	border-color: #ddd;
	background-color: #dacece;
	cursor: default;
}

.accordion > dt > a:after {
	content: "\f107";
	width: 15px;
	height: 15px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion > dt > a.active:after,
.accordion > dt > a.active:hover:after {
	content: "\f106";
	color: #cc0000;
}

.accordion > dt > a:hover:after {
	color: #444;
}

.accordion > dd {
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	color: #7e8082;
	background: #f7f7f7;
}

/*---- Accordion v1------------------------------------*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
	background: #f9f9f9;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: #f8f8f8;
}

.acc-v1 .panel-heading a:hover {
	color: #cc0000;
	background: #f6f3ea;
}

.acc-icon a.accordion-toggle i {
	color: #555;
	margin-right: 8px;
}

.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}



/* #ACCORDION-CUSTOM-2
================================================== */
h3.ui-accordion-heade.ui-accordion-header {
	margin: 0;
	cursor: pointer;
}

h3.ui-accordion-header:first-child {
	margin: 0;
}

.ui-accordion-header {
	font-size: 14px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	line-height: 40px;
	margin: 0;
	background-color: #081214;
	color: #f1f1f1;
}

.accordion-no-bg .ui-accordion-header {
	background: none;
}

.ui-accordion-content p {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 12px;
}

.ui-accordion-content p:last-child {
	padding-bottom: 0px;
}

/*-- ================================== --*/
.ui-accordion-content {
	margin-left: 50px;
	border-right: 15px solid #e8e6e6;
	display: none;
	margin-left: 49px;
	padding: 12px;
	padding-right: 17px;
}

.accordion-no-bg .ui-accordion-content {
	border-left: 5px solid #dfdfdf;
	border-right: none;
	display: none;
	margin-left: 23px;
	padding: 12px 0 12px 36px;
}

.ui-accordion-header a {
	color: #f8f8f8;
}

.accordion-no-bg .ui-accordion-header a {
	font-size: 16px;
	line-height: 16px;
}

.ui-accordion-header span:before {
	display: block;
	content: '+';
	position: absolute;
	left: 14px;
	font-size: 18px;
	font-style: normal;
	color: #fff;
}

.ui-accordion-header span {
	position: relative;
	background-color: #9a7e2a;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 15px;
	transition: all .3s ease 0s;
}

.ui-accordion-header:hover span {
	background-color: #cc0000;
	transition: all .3s ease 0s;
}

.ui-accordion-header:hover span:before {
	color: #fff;
}

.ui-accordion-header-active span {
	background-color: #f4a023;
	height: 40px;
}

.ui-accordion-header-active span:before {
	content: '-';
	left: 17px;
	color: #fff;
}


/**********************************************
--- 5. TOGGLE #NEW ------------------------------------------------------
***********************************************/
.toggle > dt {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
}

.toggle > dt > a {
	display: block;
	position: relative;
	color: #4e4f50;
	text-decoration: none;

	padding: 10px 40px 10px 20px;
	border: 1px solid #cfc7bb;
	background: #f2efef;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.toggle > dt > a:hover {
	text-decoration: none;
	border-color: #c5a64b;
	background-color: #82868a;
	color: #fff;
}

.toggle > dt > a.active {
	color: #343434;
	border-color: #ddd;
	background-color: #e0dfda;
}

.toggle > dt > a:after {
	content: "\f103";
	width: 15px;
	height: 15px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 25px;
	padding-left: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.25s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.toggle > dt > a.active:after,
.toggle > dt > a.active:hover:after {
	content: "\f102";
	color: #cc0000;
}

.toggle > dt > a:hover:after {
	color: #444;
}

.toggle > dd {
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 1.8;
	background: #f8f8f8;
	border: 1px solid #ddd;
}

.tab-body-comment {
	line-height: 20px;
	color: #888;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
}


/*---- TOGGLE CUSTOM -------------------------*/
.toggle-view-custom .panel {
	display: none;
	background: "none";
	border: none;
	border-radius: 0;
	margin: 0;
	padding-right: 10px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*******************************************
--- 6. MY MODAL ------------------------------------------------------
********************************************/
.modal-l-body {
	padding: 20px 15px 30px 40px;
}

/*---- Modal - Small ----*/
.modal-s-body {
	padding: 20px 10px 20px 20px;
}

/*---- Modal - Launch Demo Longsize ----*/
.modal-body {
	padding: 10px 5px 30px 5px;
}

.modal-body-02 {
	padding: 10px 20px 30px 25px;
}

/*---- Modal - Common----*/
.modal-dialog {
	z-index: 1041;
}

.modal-header {
	background: #2e343c;
}

.modal-footer {
	background: #2e343c;
	height: 70px;
}

.modal-short {
	top: 8%;
}

.modal-footer-02 {
	background: #2e343c;
	height: 45px;
}

h4.modal-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}

.modal-header {
	border-bottom: 0px;
}

.modal-footer {
	border-top: 0px;
}

.modal-header .close {
	margin-top: -4px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 26px;
	background: #fff;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	opacity: 0.7;
}

.modal-header .close:hover {
	opacity: 0.3;
}

/*---- Modal Back Ground Opacity --*/
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=88);
	opacity: .88;
	background-image: url(../images/overlay.png);
}

/*---- Back Ground img Opacity --*/


/*******************************************
--- 7. BUTTONS (CUSTOM ) ------------------------------------------------------
********************************************/

/*---- MOBILE-BUTTON  -===============================*/
.button.button-mobile,
.button-mobile-01 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #c80101;
	color: #fff;
	font-size: 15px;
	border: 1px solid #c80101;
	transition: all .3s ease 0s;
}

.button.button-mobile:hover,
.button-mobile-01:hover {
	background-color: #830000;
	color: #fff;
}

.button.button-mobile-02,
.button-mobile-02 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	color: #484848;
	font-size: 15px;
	border: 1px solid #222;
	transition: all .3s ease 0s;
}

.button.button-mobile-02:hover,
.button-mobile-02:hover {
	background-color: #333;
	color: #fff;
}

.button.button-mobile-03,
.button-mobile-03 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #ac9d66;
	color: #484848;
	font-size: 15px;
	border: 1px solid #e0c978;
	transition: all .3s ease 0s;
}

.button.button-mobile-03:hover,
.button-mobile-03:hover {
	background-color: #94885b;
	color: #fff;
}

.button.button-mobile-04,
.button-mobile-04 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #454545;
	color: #fff;
	font-size: 15px;
	border: 1px solid #000;
	transition: all .3s ease 0s;
}

.button.button-mobile-04:hover,
.button-mobile-04:hover {
	background-color: #000;
	color: #dad050;
}

.button.button-mobile-05,
.button-mobile-05 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #039cde;
	color: #fff;
	font-size: 15px;
	border: 1px solid #123a4b;
	transition: all .3s ease 0s;
}

.button.button-mobile-05:hover,
.button-mobile-05:hover {
	background-color: #0a435b;
	border: 1px solid #04b3ff;
	color: #04b3ff;
}

.button.button-mobile-06,
.button-mobile-06 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #059983;
	color: #fff;
	font-size: 15px;
	border: 1px solid #123a4b;
	transition: all .3s ease 0s;
}

.button.button-mobile-06:hover,
.button-mobile-06:hover {
	background-color: #1e4a3b;
	border: 1px solid #059983;
	color: #49f0d7;
}

.button.button-mobile-07,
.button-mobile-07 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #fa6e14;
	color: #fff;
	font-size: 15px;
	border: 1px solid #ee0202;
	transition: all .3s ease 0s;
}

.button.button-mobile-07:hover,
.button-mobile-07:hover {
	background-color: #d05100;
	border: 1px solid #ee0202;
	color: #ffa234;
}

.button.button-mobile-08,
.button-mobile-08 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #838383;
	color: #fff;
	font-size: 15px;
	border: 1px solid #4f4f4f;
	transition: all .3s ease 0s;
}

.button.button-mobile-08:hover,
.button-mobile-08:hover {
	background-color: #575757;
	border: 1px solid #000;
	color: #ccc;
}

.button.button-mobile-09,
.button-mobile-09 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #029a1b;
	color: #fff;
	font-size: 15px;
	border: 1px solid #01420c;
	transition: all .3s ease 0s;
}

.button.button-mobile-09:hover,
.button-mobile-09:hover {
	background-color: #1c6a29;
	border: 1px solid #01420c;
	color: #6ff781;
}

.button.button-mobile-10,
.button-mobile-10 {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #f4d120;
	color: #484848;
	font-size: 15px;
	border: 1px solid #333;
	transition: all .3s ease 0s;
}

.button.button-mobile-10:hover,
.button-mobile-10:hover {
	background-color: #aa8f08;
	border: 1px solid #f4ce0b;
	color: #fff;
}

/*---- ROUND BUTTON  -===============================*/
.button.button-mobile-11R,
.button-mobile-11R {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	color: #484848;
	font-size: 15px;
	border: 2px solid #c1c1c1;
	border-radius: 50px;
	transition: all .3s ease 0s;
}

.button.button-mobile-11R:hover,
.button-mobile-11R:hover {
	background-color: #666;
	border: 2px solid #666;
	color: #fff;
}

.button.button-mobile-12R,
.button-mobile-12R {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #404040;
	color: #f2f2f2;
	font-size: 15px;
	border: 2px solid #404040;
	border-radius: 50px;
	transition: all .3s ease 0s;
}

.button.button-mobile-12R:hover,
.button-mobile-12R:hover {
	background-color: #666;
	border: 2px solid #666;
	color: #fff;
}

.button.button-mobile-13R,
.button-mobile-13R {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #fb0505;
	color: #f6fa27;
	font-size: 15px;
	border: 2px solid #fb0505;
	border-radius: 50px;
	transition: all .3s ease 0s;
}

.button.button-mobile-13R:hover,
.button-mobile-13R:hover {
	background-color: #cf0101;
	border: 2px solid #cf0101;
	color: #fff;
}

.button.button-mobile-14R,
.button-mobile-14R {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #e7e7e9;
	color: #404040;
	font-size: 15px;
	border: 2px solid #b8b8b8;
	border-radius: 50px;
	transition: all .3s ease 0s;
}

.button.button-mobile-14R:hover,
.button-mobile-14R:hover {
	background-color: #777;
	border: 2px solid #777;
	color: #fff;
}

.button.button-mobile-15R,
.button-mobile-15R {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 300px;
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	border: 2px solid #ec6402;
	border-radius: 50px;
	transition: all .3s ease 0s;
}

.button.button-mobile-15R:hover,
.button-mobile-15R:hover {
	background-color: #ec6402;
	border: 2px solid #ec6402;
	color: #fff;
}

/*---- ROUND-BUTTON 2  -===============================*/
.round-btn {
	border: 1px solid #c5a64b;
	background-color: #c5a64b;
	border-radius: 50px;
}


/*******************************************
--- 8. BUTTONS (EXTRA HORIZONTAL ) ------------------------------------------------------
********************************************/
/* Reset */
.animate,
.btn-ext,
.btn-ext-border-o:before,
.btn-ext-border-o:after,
.btn-ext-border:before,
.btn-ext-border:after,
.btn-ext-border-rev-o:before,
.btn-ext-border-rev-o:after,
.btn-ext-border-rev:before,
.btn-ext-border-rev:after,
.btn-ext-fill-vert-o:before,
.btn-ext-fill-vert-o:after,
.btn-ext-fill-vert:before,
.btn-ext-fill-vert:after,
.btn-ext-fill-horz-o:before,
.btn-ext-fill-horz-o:after,
.btn-ext-fill-horz:before,
.btn-ext-fill-horz:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

/*-- ****************** HORIZONTAL 1 ************************* --*/
.btn-ext {
	display: inline-block;
	line-height: 30px;
	margin: 8px;
	padding: 3px 25px;
	font-size: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
	opacity: .999;
	border-radius: 4px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 700, 900;
}

.btn-ext-fill-horz {
	background-color: #fff;
	border: 2px solid #cc0000;
	color: #343434;
	overflow: hidden;
}

.btn-ext-fill-horz:before,
.btn-ext-fill-horz:after {
	content: '';
	width: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

.btn-ext-fill-horz:before {
	left: 50%;
}

.btn-ext-fill-horz:after {
	right: 50%;
}

.btn-ext-fill-horz:hover {
	color: #fff;
}

.btn-ext-fill-horz:hover:before,
.btn-ext-fill-horz:hover:after {
	width: 50%;
	opacity: 1;
}

/*-- *************** HORIZONTAL Equal width ******************** --*/
.btn-ext-equal-width {
	display: inline-block;
	width: 230px;
	line-height: 30px;
	margin: 3px;
	padding: 10px 10px;
	font-size: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
	opacity: .999;
	border-radius: 4px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 300, 400, 500, 700, 900;
}

@media only screen and (max-width: 768px) {
	.btn-ext-equal-width {
		width: 250px;
		margin: 3px;
		padding: 12px 10px;
	}
}

/*-- *************** HORIZONTAL Equal width ******************** --*/


/*-- ************** BUTTON (fill-horz) COLOR ******************** --*/
.btn-ext-fill-horz.btn-ext-green:before,
.btn-ext-fill-horz.btn-ext-green:after {
	background-color: #2ecc71;
}

.btn-ext-fill-horz.btn-ext-green:hover {
	border-color: #2ecc71;
}

.btn-ext-fill-horz.btn-ext-darkgreen:before,
.btn-ext-fill-horz.btn-ext-darkgreen:after {
	background-color: #017030;

}

.btn-ext-fill-horz.btn-ext-darkgreen:hover {
	border-color: #017030;
}

.btn-ext-fill-horz.btn-ext-blue:before,
.btn-ext-fill-horz.btn-ext-blue:after {
	background-color: #3498db;
}

.btn-ext-fill-horz.btn-ext-blue:hover {
	border-color: #3498db;
}

.btn-ext-fill-horz.btn-ext-darkblue:before,
.btn-ext-fill-horz.btn-ext-darkblue:after {
	background-color: #22608a;
}

.btn-ext-fill-horz.btn-ext-darkblue:hover {
	border-color: #22608a;
}

.btn-ext-fill-horz.btn-ext-purple:before,
.btn-ext-fill-horz.btn-ext-purple:after {
	background-color: #9b59b6;
}

.btn-ext-fill-horz.btn-ext-purple:hover {
	border-color: #9b59b6;
}

.btn-ext-fill-horz.btn-ext-navy:before,
.btn-ext-fill-horz.btn-ext-navy:after {
	background-color: #34495e;
}

.btn-ext-fill-horz.btn-ext-navy:hover {
	border-color: #34495e;
}

.btn-ext-fill-horz.btn-ext-orange:before,
.btn-ext-fill-horz.btn-ext-orange:after {
	background-color: #e67e22;
}

.btn-ext-fill-horz.btn-ext-orange:hover {
	border-color: #e67e22;
}

.btn-ext-fill-horz.btn-ext-beige:before,
.btn-ext-fill-horz.btn-ext-beige:after {
	background-color: #dabb98;
}

.btn-ext-fill-horz.btn-ext-beige:hover {
	border-color: #dabb98;
}

.btn-ext-fill-horz.btn-ext-red:before,
.btn-ext-fill-horz.btn-ext-red:after {
	background-color: #f01902;
}

.btn-ext-fill-horz.btn-ext-red:hover {
	border-color: #f01902;
}

.btn-ext-fill-horz.btn-ext-darkred:before,
.btn-ext-fill-horz.btn-ext-darkred:after {
	background-color: #cc0000;
}

.btn-ext-fill-horz.btn-ext-darkred:hover {
	border-color: #cc0000;
}

.btn-ext-fill-horz.btn-ext-gold:before,
.btn-ext-fill-horz.btn-ext-gold:after {
	background-color: #b9aa83;
}

.btn-ext-fill-horz.btn-ext-gold:hover {
	border-color: #b9aa83;
}

.btn-ext-fill-horz.btn-ext-pink:before,
.btn-ext-fill-horz.btn-ext-pink:after {
	background-color: #fa86f5;
}

.btn-ext-fill-horz.btn-ext-pink:hover {
	border-color: #fa86f5;
}

.btn-ext-fill-horz.btn-ext-gray:before,
.btn-ext-fill-horz.btn-ext-gray:after {
	background-color: #4b4b4b;
}

.btn-ext-fill-horz.btn-ext-gray:hover {
	border-color: #4b4b4b;
}

.btn-ext-fill-horz.btn-ext-lime:before,
.btn-ext-fill-horz.btn-ext-lime:after {
	background-color: #bbcb5d;
}

.btn-ext-fill-horz.btn-ext-lime:hover {
	border-color: #bbcb5d;
}

.btn-ext-fill-horz.btn-ext-brown:before,
.btn-ext-fill-horz.btn-ext-brown:after {
	background-color: #6f5547;
}

.btn-ext-fill-horz.btn-ext-brown:hover {
	border-color: #6f5547;
}

.btn-ext-fill-horz.btn-ext-lightgray:before,
.btn-ext-fill-horz.btn-ext-lightgray:after {
	background-color: #bebebe;
}

.btn-ext-fill-horz.btn-ext-lightgray:hover {
	border-color: #bebebe;
}

.btn-ext-fill-horz.btn-ext-yellow:before,
.btn-ext-fill-horz.btn-ext-yellow:after {
	background-color: #f0ed07;
}

.btn-ext-fill-horz.btn-ext-yellow:hover {
	border-color: #f0ed07;
	color: #676767;
}

.btn-ext-fill-horz.btn-ext-teal:before,
.btn-ext-fill-horz.btn-ext-teal:after {
	background-color: #1bbc9b;
}

.btn-ext-fill-horz.btn-ext-teal:hover {
	border-color: #1bbc9b;
}

/*-- ************** BUTTON (fill-horz) COLOR ******************** --*/



/* Effect 19: 3D side */
.cl-effect-19 a {
	line-height: 2em;
	margin: 15px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	width: 200px;
}

.cl-effect-19 a span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 14px;
	background: #e35041;
	-webkit-transition: -webkit-transform 0.4s, background 0.4s;
	-moz-transition: -moz-transform 0.4s, background 0.4s;
	transition: transform 0.4s, background 0.4s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -100px;
	-moz-transform-origin: 50% 50% -100px;
	transform-origin: 50% 50% -100px;
}

.csstransforms3d .cl-effect-19 a span::before {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #b53a2d;
	content: attr(data-hover);
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	transition: background 0.4s;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	-moz-transform-origin: 0 50%;
	transform-origin: 0 50%;
	pointer-events: none;
}

.cl-effect-19 a:hover span,
.cl-effect-19 a:focus span {
	background: #b53a2d;
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.csstransforms3d .cl-effect-19 a:hover span::before,
.csstransforms3d .cl-effect-19 a:focus span::before {
	background: #ef5e50;
}

.jp-button {
	position: absolute;
	top: 60px;
	right: 20px;
	z-index: 1000;
	padding: 6px;
}

.jp-button-02 {
	position: absolute;
	top: 65px;
	right: 20px;
	z-index: 10;
}

.jp-button-03 {
	position: absolute;
	top: 70px;
	right: 20px;
	z-index: 1000;
	padding: 6px;
}

.shipping-01 {
	position: absolute;
	top: 180px;
	left: 110px;
	z-index: 10;
}

.shipping-02 {
	position: absolute;
	top: 180px;
	left: 320px;
	z-index: 11;
}

.shipping-03 {
	position: absolute;
	top: 180px;
	left: 510px;
	z-index: 12;
}

/**************************************
--- 9. LABEL ------------------------------------------------------
***************************************/
.label-bg-red {
	background-color: #cc0000;
	color: #fff;
	padding: 6px 15px;
}

.label-bg-red:hover {
	background-color: #cc0000;
	color: #fff;
}

.label-bg-green {
	background-color: #175e11;
	color: #fff;
	padding: 6px 15px 6px 15px;
}

.label-bg-green:hover {
	background-color: #11a403;
	color: #fff;
}

.label-bg-lightblue {
	background-color: #048cfb;
	color: #fff;
}

.label-bg-lightblue:hover {
	background-color: #0562ad;
	color: #fff;
}

.label-bg-danger {
	background: #ff5722;
}

.label-bg-gold {
	background-color: #b5a062;
	color: #fff;
}

.label-bg-gold:hover {
	background-color: #9a7e2a;
	color: #fff;
}

.label-default {
	background: #c0c0c0;
	padding: 6px 12px;
}

.label-default:hover {
	background: #c0c0c0;
}


/**************************************
--- 10. TABS ------------------------------------------------------
**************************************/
/*Tabs v1------------------------------------*/
.tab-v1 .nav-tabs {
	border: none;
	background: none;
	border-bottom: solid 2px #72c02c;
	margin-bottom: 20px;
}

.tab-v1 .nav-tabs a {
	font-size: 14px;
	padding: 10px 15px;
}

.tab-v1 .nav-tabs > .active > a,
.tab-v1 .nav-tabs > .active > a:hover,
.tab-v1 .nav-tabs > .active > a:focus {
	color: #fff;
	border: none;
	background: #72c02c;
}

.tab-v1 .nav-tabs > li > a {
	border: none;
}

.tab-v1 .nav-tabs > li > a:hover {
	color: #fff;
	background: #a5d679;
}

.tab-v1 .tab-content {
	padding: 10px 0;
}

.tab-v1 .tab-content img {
	margin-top: 4px;
	margin-bottom: 15px;
}

.tab-v1 .tab-content img.img-tab-space {
	margin-top: 7px;
}

/*Tabs 3------------------------------------*/
.tabs-3 .nav-tabs > li > a {
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 14px 20px;
}

.tabs-3 .nav-tabs > li.active > a,
.tabs-3 .nav-tabs > li.active > a:focus,
.tabs-3 .nav-tabs > li.active > a:hover {
	color: #fff;
	background: #cc0000;
}

/*Tabs 4------------------------------------*/
.tabs-4 .nav-tabs > li > a {
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 14px 20px;
}

.tabs-4 .nav-tabs > li.active > a,
.tabs-4 .nav-tabs > li.active > a:focus,
.tabs-4 .nav-tabs > li.active > a:hover {
	color: #fff;
	background: #08aef9;
}

/*Tabs 5------------------------------------*/
.tabs-5 .nav-tabs > li > a {
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 14px 20px;
}

.tabs-5 .nav-tabs > li.active > a,
.tabs-5 .nav-tabs > li.active > a:focus,
.tabs-5 .nav-tabs > li.active > a:hover {
	color: #fff;
	background: #007A77;
}

/*Tabs 8------------------------------------*/
.tabs-8 .nav-tabs > li > a {
	border-radius: 0;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 14px 20px;
}

.tabs-8 .nav-tabs > li.active > a,
.tabs-8 .nav-tabs > li.active > a:focus,
.tabs-8 .nav-tabs > li.active > a:hover {
	color: #fff;
	background: #312d54;
}

/**************************************
--- 11. VIDEO ------------------------------------------------------
**************************************/
.video-ads-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: #2c2c2c url(../images/work-proc-bg.jpg) fixed;
}

.video-ads-bg,
.video-ads-bg-01 {
	will-change: background-position;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background: #2c2c2c url(../images/static-media/video-bg-01.jpg) fixed;
	height: 640px;
}

.video-ads-bg,
.video-ads-bg-02 {
	will-change: background-position;
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background: #2c2c2c url(../images/img-01.webp) fixed;
	height: 580px;
}

/************************************
--- 12. SECTION-BACK GROUND ALFA -------
*************************************/
/*-- BG ALFA --*/
.bg-dark-alfa-05:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .05);
}

.bg-dark-alfa-10:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .1);
}

.bg-dark-alfa-15:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .15);
}

.bg-dark-alfa-20:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .2);
}

.bg-dark-alfa-25:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .25);
}

.bg-dark-alfa-30:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .3);
}

.bg-dark-alfa-35:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .35);
}

.bg-dark-alfa-30-green:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(15, 42, 0, .3);
}

.bg-dark-alfa-40:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .4);
}

.bg-dark-alfa-45:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .45);
}

.bg-dark-alfa-50:before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(3, 3, 3, .5);
}

.bg-dark-alfa-50blue {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 63, 106, .15);
}



/*************************************
--- 13. SECTION-BACK GROUND COLOR----
**************************************/
.section-bg-black {
	background: #000;
	color: #f5f5f5;
}

.section-bg-white {
	background: #fff;
}

/* ====================*/
.section-bg-01 {
	background: #f9f9f9;
}

.section-bg-02 {
	background: #f8f8f8;
}

.section-bg-03 {
	background: #f6f6f6;
}

.section-bg-04 {
	background: #f4f4f4;
}

.section-bg-05 {
	background: #f2f4f5;
}

.section-bg-06 {
	background: #f1f1f1;
}

.section-bg-07 {
	background: #eeeeee;
}

.section-bg-08 {
	background: #e6e6e6;
}

.section-bg-09 {
	background: #e2e2e2;
}

.section-bg-10 {
	background: #d9d9d9;
}

/* ====================*/
.section-bg-dark-00 {
	background: #030303;
}

.section-bg-dark-00-01 {
	background: #181818;
}

.section-bg-dark-01 {
	background: #222;
}

.section-bg-dark-02 {
	background: #333333;
}

.section-bg-dark-03 {
	background: #454545;
}

/* ====================*/
.section-bg-yellow {
	background: #fae889;
}

.section-bg-yellow-light {
	background: #f8f0e4;
}

.section-bg-gold {
	background: #c7bc9c;
}

.section-bg-gold-02 {
	background: #ded7c2;
}

.section-bg-purple {
	background: #503e63;
}

.section-bg-purple-02 {
	background: #3e2d50;
}

.section-bg-purple-03 {
	background: #413b46;
}

.section-bg-purple-04 {
	background: #d8cbe3;
}

.section-bg-purple-05 {
	background: #29232f;
}

.section-bg-light-pink {
	background: #faedfc;
}

.section-bg-dark-blue {
	background: #283034;
}

.section-bg-darkblue-02 {
	background: #1f2126;
}

.section-bg-darkblue-03 {
	background: #1f2e34;
}

.section-bg-darkblue-03-2 {
	background: #242526;
}

.section-bg-darkblue-03-3 {
	background: #192229;
}

.section-bg-darkblue-04 {
	background: #30333d;
}

.section-bg-darkblue-05 {
	background: #303339;
}

.section-bg-light-green {
	background: #159c26;
}


/* ====================*/
.section-bg-gradient {
	background: rgb(204, 204, 204);
	background: linear-gradient(321deg, rgba(204, 204, 204, 1) 0%, rgba(247, 247, 247, 1) 13%, rgba(232, 232, 232, 1) 25%,
			rgba(252, 255, 248, 1) 42%, rgba(252, 255, 248, 1) 60%, rgba(227, 227, 227, 1) 77%, rgba(252, 255, 248, 1) 88%, rgba(204, 204, 204, 1) 100%);
}

.section-bg-gradient-02 {
	background: rgb(255, 193, 127);
	background: linear-gradient(321deg, rgba(255, 193, 127, 1) 0%, rgba(255, 227, 160, 1) 21%, rgba(255, 255, 255, 1) 50%,
			rgba(255, 240, 205, 1) 55%, rgba(255, 210, 150, 1) 81%, rgba(255, 196, 112, 1) 92%, rgba(255, 188, 92, 1) 100%);
}

.section-bg-gradient-03 {
	background: rgb(255, 214, 248);
	background: linear-gradient(321deg, rgba(255, 214, 248, 1) 0%, rgba(231, 254, 213, 1) 24%, rgba(255, 255, 255, 1) 41%,
			rgba(255, 255, 255, 1) 47%, rgba(252, 255, 248, 1) 52%, rgba(241, 255, 229, 1) 64%, rgba(251, 219, 255, 1) 83%, rgba(255, 231, 254, 1) 100%);
}


/*----------------------------------------------------------------------*/
/* BOX-BG-COLOR */
/*----------------------------------------------------------------------*/
.box-bg-dark-01 {
	background: #2d373b;
}

.box-bg-dark-02 {
	background: #3a404b;
}

.box-bg-dark-03 {
	background: #262030;
}

.box-bg-gray-01 {
	background: #e5e6e9;
}

.box-bg-gray-02 {
	background: #ededed;
}


/*=========================================================================
--- OPTIONS ----------------------------------------------------------------------------------------------------------------
===========================================================================*/

/************************************
--- 14. TP BANNER TIMER （RV-SLIDER-TIMER）-
*************************************/
.tp-bannertimer {
	width: 100%;
	height: 3px;
	/*--線の太さを調整--*/
	background: url(../rs-plugin/assets/timer.png);
	position: absolute;
	z-index: 5000;
	top: 0px
}

.tp-bannertimer.tp-bottom {
	bottom: 0px;
	height: 5px;
	top: auto
}

.opacity-rv {
	background: url(img/rv-orver-lay.png);
	background-position: left center;
	z-index: 2;
}


/************************************
--- 15. SCROLL-DOWN -----------------------------------
*************************************/
.scroll-down-01 {
	display: block;
	color: #fff;
	width: 200px;
	height: 40px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -100px;

	text-align: center;
	z-index: 20;
	-webkit-animation: scroll-down-anim ease-in-out 2.2s infinite;
	-moz-animation: scroll-down-anim ease-in-out 2.2s infinite;
	-o-animation: scroll-down-anim ease-in-out 2.2s infinite;
	animation: scroll-down-anim ease-in-out 2.2s infinite;
}

.scroll-down-01::after {
	color: #cc0000;
}

.scroll-down-02 {
	color: #1da1de;
	font-size: 50px;
}

.scroll-down-02::after {
	color: #cc0000;
}

.scroll-down-03 {
	color: #333;
	font-size: 40px;
}

.scroll-down-03:after {
	color: #cc0000;
}

.scroll-icon-prev {
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
}

.scroll-icon-next {
	font-size: 16px;
	display: inline-block;
}



/************************************
--- 16. HR ------------------------------------------------------
*************************************/
hr {
	border-top: 1px solid #b1b1b1;
	margin: 10px 0px 10px 0px;
}

.hr-01 {
	border-top: 1px solid #b1b1b1;
	margin: 0px 0px 0px 0px;
}

.hr-02 {
	border-top: 1px solid #c5a64b;
	margin: 0px 0px 0px 0px;
}

.hr-02-w75 {
	border-top: 1px solid #c5a64b;
	margin: 0px 0px 0px 0px;
	margin: auto;
	width: 75%;
}

.hr-03 {
	border-top: 1px dashed #b6b6b6;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

.hr-04 {
	border-top: 1px dashed #444444;
	margin: 0px 0px 0px 0px;
}

.hr-04-02 {
	border-top: 1px dashed #444444;
	margin: -8px 0px 2px 0px;
}

.hr-05 {
	border-top: 3px double #63468f;
	margin: 15px 0px 0px 0px;
}

.hr-06 {
	border-top: 3px solid #444444;
	margin: 0px 0px 0px 0px;
}

/************************************
--- 17. DIVIDER -----------------------------------------------
*************************************/
.divider.divider-center-02 {
	text-align: center;
}

.divider.divider-center-02 i {
	border-left: 10px solid #F8F8F8;
	border-right: 10px solid #F8F8F8;
	z-index: 1;
}

.divider.divider-center-02:after {
	left: 0;
}

.divider:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 20px;
	left: 27px;
	height: 0;
	border-top: 1px solid #888888;
}


/************************************
--- 18. DIVIDER ICON COLOR -----------------------
*************************************/
.divider-line-icon-red {
	color: #cc0000;
}

.divider-line-icon-blue {
	color: #2f93f7;
}

.divider-line-icon-green {
	color: #257915;
}

/*---------------------------------------------------*/
.glyphicon-search {
	font-size: 22px;
	color: #1bbc9b;
	text-align: left;
}

.glyphicon-search:hover {
	font-size: 22px;
	color: #ccc;
	text-align: left;
}

/*---------------------------------------------------*/
.icon_search {
	position: absolute;
	top: 40%;
	left: 15%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -28px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_search:hover {
	font-size: 22px;
	color: #ccc;
}

.icon_zoom-in_alt {
	position: absolute;
	top: 50%;
	left: 30%;
	font-size: 36px;
	color: #bb9d1b;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_zoom-in_alt:hover {
	font-size: 36px;
	color: #e2ce7a;
}

.icon_link {
	position: absolute;
	top: 40%;
	left: 25%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -28px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_link:hover {
	font-size: 22px;
	color: #ccc;
}

/*---------------------------------------------------*/
.icon_search-02 {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -0px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_search-02:hover {
	font-size: 22px;
	color: #ccc;
}

.icon_link-02 {
	position: absolute;
	top: 45%;
	left: 35%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_link-02:hover {
	font-size: 22px;
	color: #ccc;
}

/*---------------------------------------------------*/
.icon_search-big {
	position: absolute;
	top: 22%;
	left: 20%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_search-big:hover {
	font-size: 22px;
	color: #ccc;
}

.icon_link-big {
	position: absolute;
	top: 22%;
	left: 35%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_link-big:hover {
	font-size: 22px;
	color: #ccc;
}

/*---------------------------------------------------*/
.icon_search-very-big {
	position: absolute;
	top: 15%;
	left: 20%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_search-very-big:hover {
	font-size: 22px;
	color: #ccc;
}

.icon_link-very-big {
	position: absolute;
	top: 15%;
	left: 35%;
	font-size: 22px;
	color: #1bbc9b;
	margin-left: -12px;
	margin-top: -0px;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.icon_link-very-big:hover {
	font-size: 22px;
	color: #ccc;
}


/************************************
--- 19. LightBox mfp CLOSE-BOTTON  --------------
*************************************/
.mfp-close {
	width: 33px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 66px;
	font-family: Arial, Baskerville, monospace;
	background: #ccc;
	border: 3px solid #fff;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	position: absolute;
	width: 50px;
	height: 50px;
	right: 10px;
	top: -24px;
	color: white;
	font-style: normal;
	font-size: 43px;
	opacity: .85;
	padding-left: 6px;
	padding-bottom: 2px;
	background: #525252;
	text-align: center;
	border-radius: 50%;
}

.mfp-close:hover {
	color: #05e214;
}

.post-prev-img a:hover {
	opacity: .33;
}

.post-prev-img-overlay:hover {
	opacity: .33;
	-webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.post-prev-img-02:hover {
	background: rgba(236, 240, 240, .88);
}

.box-bg-01 {
	background: #282d3d;
}

.box-bg-02 {
	background: #333846;
}

.box-bg-03 {
	background: #304947;
}

.box-bg-04 {
	background: #203d3b;
}


/************************************
--- 20.  IMAGE BORDER ------------------------------
*************************************/
.image-border {
	border: 1px solid #cfcbcb;
}

.image-border-02 {
	border-top: 8px solid #8199cf;
	border-bottom: 8px solid #8199cf;
}

.image-border-03 {
	border: 4px solid #fff;
}

.image-border-dark {
	border: 4px solid #710aa9;
}

.image-border-dark02 {
	border: 1px solid #424242;
}

.image-border-dark03 {
	border: 1px solid #2f2e2e;
}

.image-border-gold {
	border: 1px solid #c2b388;
}

/************************************
--- 21. WHITE-SPACE ----------------------------------
*************************************/
.white-sp {
	height: 42px;
	text-align: center;
}

.white-sp02 {
	height: 35px;
	text-align: center;
}

.white-sp03 {
	margin-right: 35px;
	text-align: center;
}

/************************************
--- 22. LINES ----------------------------------------
*************************************/
.line-1-45 {
	height: 1px;
	width: 45%;
	background: #919398;
	margin: auto;
}

.line-1-50 {
	height: 1px;
	width: 50%;
	background: #919398;
	margin: auto;
}

.line-3-100 {
	margin-top: 5px;
	height: 2px;
	width: 100px;
	background: #4b4e53;
}

.line-3-200 {
	margin-top: 5px;
	height: 2px;
	width: 200px;
	background: #4b4e53;
}

.line-3-280 {
	margin-top: 5px;
	height: 2px;
	width: 280px;
	background: #4b4e53;
}

.line-3-300 {
	margin-top: -5px;
	height: 2px;
	width: 300px;
	background: #4b4e53;
}

.line-3-400 {
	height: 2px;
	width: 400px;
	background: #4b4e53;
}

.line-3-400-white {
	margin-top: 5px;
	height: 2px;
	width: 400px;
	background: #f2f2f2;
}

.map-lines {
	border-top: 2px solid #a49566;
	border-bottom: 2px solid #a49566;
}

.map-lines-all {
	border: 2px solid #a49566;
}


/* #WORK PROCESS BG-01 #NEW
=====================================================*/
.work-proc-1-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: #2c2c2c url(../images/static-media/top-img20.jpg) fixed;
	background-position: left center;
	background-repeat: no-repeat;
	color: #f1f1f1;
}

.work-proc-1-bg h3,
.work-proc-1-bg .icon {
	color: #f1f1f1;
}

.work-proc-1-bg h2 {
	color: #f1f1f1;
	border-color: #f1f1f1;
}

.work-proc-1-bg p {
	color: #d3d4d5;
}

/* #WORK PROCESS BG-02 #NEW
=====================================================*/
.work-proc-2-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: #2c2c2c url(../images/static-media/landing-bg-05.jpg) fixed;
	background-position: left center;
	background-repeat: no-repeat;
	color: #f1f1f1;
}

.work-proc-1-bg h3,
.work-proc-1-bg .icon {
	color: #f1f1f1;
}

.work-proc-1-bg h2 {
	color: #f1f1f1;
	border-color: #f1f1f1;
}

.work-proc-1-bg p {
	color: #d3d4d5;
}

/* #WORK PROCESS BG-03(TOP-BG-03) ～ #NEW
=====================================================*/
.work-proc-3-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: url(../images/revo-slider/demo-08.jpg) fixed;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
}

.work-proc-4-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: url(../images/revo-slider/demo-07.jpg) fixed;
	background-position: top center;
	background-repeat: no-repeat;
	color: #000;
}

.work-proc-5-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: url(../images/slide_1_2.jpg) fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.work-proc-5-bg {
		background: url(../images/slide_1_2.jpg);
		background-position: center center;
		background-repeat: no-repeat;
	}
}

/*-- **********************************************--*/

.blog-page-title-img {
	background-image: url(../images/blog/top.jpg);
	width: 100%;
	height: 420px;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
}

.section-bg-img-01 {
	background-image: url(../images/static-media/landing-bg-29.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.section-bg-img-02 {
	background-image: url(../images/static-media/image-25-02.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 770px;
}

@media only screen and (max-width: 768px) {
	.section-bg-img-02 {
		background-image: url(../images/static-media/image-25-03.jpg);
		background-position: center center;
		background-repeat: no-repeat;
	}
}

.section-lp-bgimg-04 {
	background-image: url(../images/static-media/landing-bg-29.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.section-lp-bgimg-04 {
		background-image: url(../images/static-media/top-lp-mobile-dummy.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		display: none;
	}
}


/************************************
/*--- 24. BOX-SHADOW -----------------------
*************************************/
.box-shadow {
	box-shadow: 8px 8px 15px 15px rgba(37, 37, 37, .31);
}

.box-shadow-01 {
	box-shadow: 6px 7px 15px 15px #333;
}

.box-shadow-02 {
	box-shadow: 2px 2px 8px #a9a9a9;
}

.box-shadow-03 {
	box-shadow: 4px 5px 12px #696969;
}

.box-shadow-04 {
	box-shadow: 7px 7px 12px #111;
}

.box-shadow-04-02 {
	box-shadow: 7px 7px 12px #585858;
}

.box-shadow-05 {
	box-shadow: 7px 8px 12px #b8b8b8;
}

.box-shadow-06 {
	box-shadow: 5px 5px 12px #505050;
}

.box-shadow-07 {
	box-shadow: 3px 3px 10px 8px rgba(37, 37, 37, .48);
}

/************************************
/*--- 25. OTHERS--------------------------------
*************************************/
.vertical-m {
	vertical-align: middle;
}

.parallax-panel {
	padding: 28px;
	background: rgba(0, 0, 0, 0.25);
	border: 1px solid #656363;
}

.icon-border {
	border: 1px solid #f6f6f6;
	width: 140px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 20px;
}

.comment-text-jf {
	text-align: justify;
	text-justify: inter-ideograph;
}

.progress-bar-panel {
	border: 12px solid #e4dbc4;
	background: rgba(255, 255, 255, 0.82);
}

/*-- Section-Top School Down Icon --------*/
.top-scroll-icon {
	font-size: 16px;
	display: inline-block;
	border: 2px dotted #cc0000;
	padding: 10px 20px;
	background: rgba(255, 255, 255, .75);
}

.bnr-link {
	font-size: 20px;
	color: #23fbfb;
}

.bnr-link:hover {
	color: #cc0000;
}

.fes1-box {
	background-color: #fff;
	padding: 5px 10px 20px 20px;
	border: 1px solid #808080;
}

.fes-sp20-box {
	background-color: #fff;
	padding: 5px 10px 20px 20px;
	border: 1px solid #da0303;
}

.comment-03 {
	padding: 20px;
	border: 2px solid #ededed;
}

.section-bnr-01 {
	position: absolute;
	top: 40%;
	left: 44.5%;
	vertical-align: middle;
	z-index: 10;
}

.section-bnr-02 {
	position: absolute;
	bottom: 0%;
	right: 50%;
	vertical-align: bottom;
	z-index: 10;
}

.section-bnr-03 {
	position: absolute;
	top: 0%;
	left: 50%;
	vertical-align: top;
	z-index: 10;
}

.heading-panel {
	border: 12px solid rgba(122, 122, 122, .12);
	background-color: rgba(255, 255, 255, .75);
	box-shadow: 3px 3px 12px 4px #a4a4a4;
}

.heading-panel-02 {
	border: 2px solid #565656;
	background-color: rgba(255, 255, 255, .68);
}

.heading-panel-03 {
	border: 8px solid #fff;
	background-color: rgba(255, 255, 255, .50);
}

.section-bg-05-img {
	padding-bottom: -100px;
	background-image: url(../images/section-image-5.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.section-bg-06-img {
	background-image: url(../images/photo/sec-06-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.section-bg-07-img {
	padding-bottom: 0px;
	background-image: url(../images/section-image-6.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.section-bg-08-img {
	padding-bottom: 0px;
	background-image: url(../images/section-image-7.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

@media only screen and (max-width: 768px) {
	.section-bg-08-img {
		background: #fff;
	}
}


/* LANDING and MOBILE ******************************************************************** --*/
.section-top-title-bg {
	background: rgba(255, 255, 255, 0.72);
	height: 390px;
	margin-left: 150px;
	margin-right: 150px;
}

.icon-bg-01 {
	background: #7e3ab4;
	width: 85px;
	height: 85px;
	border: 3px solid #7e3ab4;
	border-radius: 50%;
	z-index: -1;
	color: #fff;
}

.icon-bg-02 {
	background: #515455;
	width: 85px;
	height: 85px;
	border: 3px solid #515455;
	border-radius: 50%;
	z-index: -1;
}

.icon-bg-02-02 {
	background: #1a3944;
	width: 85px;
	height: 85px;
	border: 3px solid #1a3944;
	border-radius: 50%;
	z-index: -1;
}

.icon-bg-03 {
	margin-bottom: 20px;
	background: #1a3944;
	width: 85px;
	height: 85px;
	border: 3px solid #114253;
	border-radius: 50%;
	z-index: -1;
}

.icon-bg-04 {
	width: 54px;
	height: 54px;
	border: 2px solid #7e3ab4;
	border-radius: 50%;
	line-height: 54px;
	margin-top: -10px;
	z-index: -1;
	color: #fff;
}

.icon-bg-05 {
	width: 48px;
	height: 48px;
	border: 2px solid #7e3ab4;
	border-radius: 50%;
	line-height: 48px;
	margin-top: -10px;
	z-index: -1;
	color: #fff;
}

.icon-bg-06 {
	width: 48px;
	height: 48px;
	border: 2px solid #405298;
	border-radius: 50%;
	line-height: 48px;
	margin-top: -10px;
	z-index: -1;
	color: #fff;
}

.icon-bg-07 {
	background: #405298;
	width: 56px;
	height: 56px;
	border: 2px solid #405298;
	border-radius: 50%;
	line-height: 56px;
	margin-bottom: 10px;
	margin-right: 0px;
	z-index: -1;
	color: #f8f8f8;
}

.fix-button {
	position: fixed;
}

/*-----------------------------------------------------------*/
.page-section-border {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #f4f4f4;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-02 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg02.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-02 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-03 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg03.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-03 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-04 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg04.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-04 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-05 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg05.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-05 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-06 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg06.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-06 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-07 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg07.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-07 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}

.page-section-border-08 {
	font-size: 24px;
	font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 17px 10px 17px 10px;
	background-image: url(../images/sec-border-bg08.jpg);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
	.page-section-border-08 {
		font-size: 18px;
		padding: 15px 10px 15px 10px;
	}
}


/* ***********************************
/*--- 26. USER CUSTOM -----------------------
*********************************** */
.port-item:hover .port-img-overlay-02:after,
.lightbox-item:hover .port-img-overlay-02:after {
	background: rgba(15, 26, 43, .82);
}

.port-item .port-img-overlay-02:after,
.lightbox-item .port-img-overlay-02:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .0);
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.port-img-overlay-02 {
	position: relative;
	overflow: hidden;
}

/*----------------------------------*/
.comment-normal02 {
	font-size: 16px;
	color: #333;
}

.section-main-number {
	position: absolute;
	top: 100px;
	left: 10px;
}

.btn-social {
	border: 1px solid #dbca93;
	font-size: 22px;
	color: #8f6c04;
}

.btn-social-02 {
	border: 1px solid #dbca93;
	font-size: 26px;
	color: #d9c58c;
	border-radius: 50%;
}

.btn-social-02:hover {
	background-color: #e6dec8;
}

.btn-social-03 {
	border: 1px solid #8f6c04;
	font-size: 26px;
	color: #8f6c04;
	border-radius: 50%;
}

.btn-social-03:hover {
	background-color: #e6dec8;
}

img.photo-gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

img.photo-gray:hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all .5s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}


/*--***********************************************/
/*-- 27. Media query「@media」********--*/
/*--***********************************************/
@media only screen and (min-width: 768px) {
	.section-04-bgimg {
		background-image: url(../images/dummy107.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		display: none;
	}
}

.section-04-bgimg-01 {
	background-image: url(../images/static-media/bg-103.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

@media only screen and (max-width: 768px) {
	.section-04-bgimg-01 {
		background-image: url(../images/static-media/section-09-bgimg-03.jpg);
		background-repeat: no-repeat;
		background-position: center;
		display: none;
	}
}

/*--********************************************** */
/* # 28-01. FOOTER 5 BLACK #NEW */
/*--********************************************** */
.footer5-black {
	background: #303236;
	color: rgba(255, 255, 255, .7);
}

.footer5-black .widget h4 {
	color: #fff;
}

.footer5-black .a-text,
.footer5-black .a-text-cont a {
	color: rgba(255, 255, 255, .7);
}

.footer5-black .a-text:hover,
.footer5-black .a-text-cont a:hover {
	color: #07f4ec;
}

.footer5-black .footer-5-copy-cont {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer5-black .footer-5-soc-a a {
	color: rgba(255, 255, 255, .3);
}

.footer5-black .footer-5-soc-a a:hover,
.footer5-black .footer-5-copy:hover {
	color: #fff;
}

.footer6-black {
	background: #303236;
	color: rgba(255, 255, 255, .7);
}

.footer6-black .widget h4 {
	color: #fff;
}

.footer6-black .a-text,
.footer6-black .a-text-cont a {
	color: rgba(255, 255, 255, .7);
}

.footer6-black .a-text:hover,
.footer6-black .a-text-cont a:hover {
	color: #dab85c;
}

.footer6-black .footer-6-copy-cont {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer6-black .footer-6-soc-a a {
	color: rgba(255, 255, 255, .3);
}

.footer6-black .footer-6-soc-a a:hover,
.footer6-black .footer-6-copy:hover {
	color: #fff;
}

.footer7-black {
	background: #303236;
	color: rgba(255, 255, 255, .7);
}


/*--********************************************** */
/* # 28-02. FOOTER 2 WHITE #NEW */
/*--********************************************** */
.a-text:hover,
.a-text-cont a:hover {
	color: #cc0000;
}

.footer-copy02 {
	font-size: 12px;
	font-weight: 300;
}


/*******************************************
--- 29. TOP BAR NEW -----------------
********************************************/
/* #TOP BAR NEW-1 ***************************************************/
.top-bar {
	background: #e8e8e8;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-section li {
	float: left;
	border-left: #E2E6E7;
}

.top-bar-section li:last-child {
	border-right: #E2E6E7;
}

.top-bar-section li .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.top-bar-section li {
	display: block;
	line-height: 43px;
	padding: 0 13px;
}

.affix .top-bar-section li {
	display: block;
	line-height: 32px;
	padding: 0 13px;
}

.top-bar-section li a {
	display: block;
	text-align: center;
	color: #777;
}

.top-bar-section li a:hover {
	color: #1d1d20;
}

/* #TOP BAR NEW-2 ***************************************************/
.top-bar-dark-01 {
	background: #F5F5F5;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-dark-01 {
	background: #F5F5F5;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-dark-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-dark-section li {
	float: left;
	border-left: #E2E6E7;
}

.top-bar-dark-section li:last-child {
	border-right: #E2E6E7;
}

.top-bar-dark-section li .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.top-bar-dark-section li {
	display: block;
	line-height: 43px;
	padding: 0 13px;
}

.affix .top-bar-dark-section li {
	display: block;
	line-height: 32px;
	padding: 0 13px;
}

.top-bar-dark-section li a {
	display: block;
	text-align: center;
	color: #f1f1f1;
}

.top-bar-dark-section li a:hover {
	color: #fff;
}

/* #TOP BAR NEW-3 ***************************************************/
.top-bar-dark {
	background: #000;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-dark-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-dark-section li {
	float: left;
	border-left: #E2E6E7;
}

.top-bar-dark-section li:last-child {
	border-right: #E2E6E7;
}

.top-bar-dark-section li .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.top-bar-dark-section li {
	display: block;
	line-height: 43px;
	padding: 0 13px;
}

.affix .top-bar-dark-section li {
	display: block;
	line-height: 32px;
	padding: 0 13px;
}

.top-bar-dark-section li a {
	display: block;
	text-align: center;
	color: #f1f1f1;
}

.top-bar-dark-section li a:hover {
	color: #2ad2ff;
}


/* #TOP BAR NEW-4 ***************************************************/
.top-bar-color {
	background: #3a2341;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-02 {
	background: #33344d;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-03 {
	background: #980202;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-04 {
	background: #2c2845;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-05 {
	background: #242c3c;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-06 {
	background: #c32c99;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-07 {
	background: #252226;
	font-size: 12px;
	letter-spacing: 1px;
}

.top-bar-color-08 {
	background: #342e29;
	font-size: 12px;
	letter-spacing: 1px;
}

/*-----------------------------------*/
.top-bar-color-section {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-bar-color-section li {
	float: left;
	border-left: #E2E6E7;
}

.top-bar-color-section li:last-child {
	border-right: #E2E6E7;
}

.top-bar-color-section li .fa {
	font-size: 14px;
	position: relative;
	top: 1px;
}

.top-bar-color-section li {
	display: block;
	line-height: 43px;
	padding: 0 13px;
}

.affix .top-bar-color-section li {
	display: block;
	line-height: 32px;
	padding: 0 13px;
}

.top-bar-color-section li a {
	display: block;
	text-align: center;
	color: #f1f1f1;
}

.top-bar-color-section li a:hover {
	color: #fff404;
}

/*-----------------------------------*/

/*====== TOP-NAVI BACK-GROUND COLOR ================================ */
.navi-red-dark-bg,
.header .no-transparent .header-wrapper {
	background: #980101;
}

.navi-gold-bg,
.header .no-transparent .header-wrapper {
	background-color: #7e724f;
}

.navi-darkorange-bg,
.header .no-transparent .header-wrapper {
	background-color: rgba(184, 42, 18, .69);
}

.navi-purple-bg,
.header .no-transparent .header-wrapper {
	background-color: #32334b;
}

.navi-lime-bg,
.header .transparent .header-wrapper {
	background-color: rgba(233, 251, 167, .71);
}

.navi-mint-bg,
.header .no-transparent .header-wrapper {
	background-color: rgba(21, 69, 54, 1);
}


.main-menu-container-green-dark-bg {
	background-color: #041d00;
}

.green-dark-bg,
.header.no-transparent .header-wrapper {
	background: #041d00;
}

.main-menu-container-blue-dark-bg {
	background-color: #001e33;
}

.blue-dark-bg,
.header.no-transparent .header-wrapper {
	background: #001e33;
}

.main-menu-container-red-dark-bg {
	background-color: #980101;
}

.red-dark-bg,
.header.no-transparent .header-wrapper {
	background: #980101;
}

.main-menu-container-purple-dark-bg {
	background-color: #181d24;
}

.purple-dark-bg,
.header.no-transparent .header-wrapper {
	background: #1e1824;
}

.main-menu-container-brown-dark-bg {
	background-color: #251e1c;
}

.brown-dark-bg,
.header.no-transparent .header-wrapper {
	background: #251e1c;
}

.red-dark-bg,
.header.no-transparent .header-wrapper {
	background: #980101;
}

.navi-dark-grey-bg,
.header.no-transparent .header-wrapper {
	background-color: #444445;
}


/*******************************************
--- 30. PAGE TOP BANNER @Media -----------------
********************************************/
.page01-topbg-img {
	background-image: url(../images/001-top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 28px;
}

@media only screen and (max-width: 768px) {
	.page01-topbg-img {
		background-image: url(../images/static-media/top-bg-mobile.jpg);
		background-position: bottom center;
		background-repeat: no-repeat;
		margin-top: -70px;
	}
}

/*-- ************************************ --*/


/*******************************************
--- 31. FONT JP-YAKU and Long-Shadow-----------------
********************************************/
@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: normal;
	src: url("../fonts/YakuHanJP-Regular.woff2") format("woff2"),
		url("../font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
	font-family: "YakuHanJP";
	font-style: normal;
	font-weight: bold;
	src: url("../fonts/YakuHanJP-Bold.woff2") format("woff2"),
		url("../font/YakuHanJP-Bold.woff") format("woff");
}

/********************************************/
/********************************************/
/*****************************************************/


/*-- ************* TITLE-Font-Cont --***********************  */
.title-cont-14 {
	font-size: 22px;
}

@media only screen and (max-width: 768px) {
	.title-cont-14 {
		font-size: 13px;
	}
}

.title-cont-16 {
	font-size: 23px;
}

@media only screen and (max-width: 768px) {
	.title-cont-16 {
		font-size: 18px;
	}
}

.title-cont-18 {
	font-size: 24px;
}

@media only screen and (max-width: 768px) {
	.title-cont-18 {
		font-size: 18px;
	}
}

.title-cont-19 {
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.title-cont-19 {
		font-size: 17px;
	}
}

.title-cont-20 {
	font-size: 24px;
}

@media only screen and (max-width: 768px) {
	.title-cont-20 {
		font-size: 18px;
	}
}

.title-cont-21 {
	font-size: 24px;
}

@media only screen and (max-width: 768px) {
	.title-cont-21 {
		font-size: 17px;
	}
}

.title-cont-22 {
	font-size: 26px;
}

@media only screen and (max-width: 768px) {
	.title-cont-22 {
		font-size: 22px;
		margin-left: 15px;
	}
}

.title-cont-23 {
	font-size: 28px;
}

@media only screen and (max-width: 768px) {
	.title-cont-23 {
		font-size: 20px;
		margin-left: -5px;
	}
}

.title-cont-24 {
	font-size: 28px;
}

@media only screen and (max-width: 768px) {
	.title-cont-24 {
		font-size: 24px;
	}
}

.title-cont-25 {
	font-size: 28px;
}

@media only screen and (max-width: 768px) {
	.title-cont-25 {
		font-size: 24px;
	}
}

.title-cont-26 {
	font-size: 26px;
}

@media only screen and (max-width: 768px) {
	.title-cont-26 {
		font-size: 30px;
	}
}

.title-cont-27 {
	font-size: 34px;
}

@media only screen and (max-width: 768px) {
	.title-cont-27 {
		font-size: 27px;
	}
}

.title-cont-28 {
	font-size: 32px;
}

@media only screen and (max-width: 768px) {
	.title-cont-28 {
		font-size: 28px;
	}
}

.title-cont-30 {
	font-size: 34px;
}

@media only screen and (max-width: 768px) {
	.title-cont-30 {
		font-size: 30px;
	}
}

.title-cont-31 {
	font-size: 32px;
}

@media only screen and (max-width: 768px) {
	.title-cont-31 {
		font-size: 24px;
	}
}

.title-cont-32 {
	font-size: 32px;
}

@media only screen and (max-width: 768px) {
	.title-cont-32 {
		font-size: 28px;
	}
}

.title-cont-33 {
	font-size: 38px;
}

@media only screen and (max-width: 768px) {
	.title-cont-33 {
		font-size: 22px;
	}
}

.title-cont-34 {
	font-size: 44px;
}

@media only screen and (max-width: 768px) {
	.title-cont-34 {
		font-size: 34px;
	}
}

.title-cont-36 {
	font-size: 36px;
}

@media only screen and (max-width: 768px) {
	.title-cont-36 {
		font-size: 40px;
	}
}

.title-cont-38 {
	font-size: 38px;
}

@media only screen and (max-width: 768px) {
	.title-cont-38 {
		font-size: 34px;
	}
}

.title-cont-40 {
	font-size: 44px;
}

@media only screen and (max-width: 768px) {
	.title-cont-40 {
		font-size: 36px;
	}
}

.title-cont-42 {
	font-size: 42px;
}

@media only screen and (max-width: 768px) {
	.title-cont-42 {
		font-size: 40px;
	}
}

.title-cont-46 {
	font-size: 46px;
}

@media only screen and (max-width: 768px) {
	.title-cont-46 {
		font-size: 42px;
	}
}

/*-- ************* TITLE-Font-Cont --***********************  */
/*-- ************* Text-Cont --***********************  */
@media only screen and (max-width: 768px) {
	.text-cont-left {
		text-align: left;
	}
}


/*-- ************* Local-scroll-cont --***********************  */
.local-scroll-cont-01 {
	position: absolute;
	bottom: 30px;
	margin-left: -67px;
	z-index: 21;
	-webkit-animation: scroll-down-anim ease-in-out 0s infinite;
	-moz-animation: scroll-down-anim ease-in-out 0s infinite;
	-o-animation: scroll-down-anim ease-in-out 0s infinite;
	animation: scroll-down-anim ease-in-out 0s infinite;
}

.local-scroll-cont-01-02 {
	bottom: 30px;
	text-align: center;
	z-index: 20;
}

/*-- ************* Local-scroll-cont --***********************  */
/*-- ************* Section-Number --***********************  */
.sec-number {
	font-size: 16px;
	font-weight: bold;
	color: #cc0000;
}

/*-- ************* Section-Number --***********************  */
/*-- ************* Info-Comment-Panel --******************  */
.info-panel {
	padding: 30px 40px 25px 40px;
	background: #fff;
	border: 12px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
	.info-panel {
		background: #fff;
		margin-top: -30px;
		margin-bottom: -30px;
		margin-left: -58px;
		margin-right: -58px;
		border: 12px solid #e5e5e5;
	}
}

.info-panel-sp {
	padding: 30px 40px 20px 40px;
	background: #fff5fc;
	border: 12px solid #e5e5e5;
}

@media only screen and (max-width: 768px) {
	.info-panel-sp {
		padding: 30px;
		background: #fff5fc;
		margin-left: -22px;
		margin-right: -20px;
		border: none;
	}
}

.info-panel-01 {
	padding: 30px;
	background: rgba(255, 255, 243, 0.83);
	border: 12px solid rgb(231, 231, 231, .88);
}

@media only screen and (max-width: 768px) {
	.info-panel-01 {
		background: #fffeef;
		margin-left: -10px;
		margin-right: -8px;
		padding-top: 15px;
		padding-bottom: 15px;
		border: 12px solid rgb(231, 231, 231, .99);
	}
}

.info-panel-02 {
	padding: 30px;
	background: rgba(256, 256, 256, .77);
	border: 10px solid #e7e7e7;
}

.info-panel-03 {
	padding: 30px;
	background: rgba(11, 11, 11, .59);
	border: 12px solid rgba(250, 246, 246, .2)
}

.info-panel-04 {
	padding: 30px;
	background: rgba(11, 11, 11, .59);
	border: 12px solid rgb(3, 182, 36)
}

/*-- ************* Info-Comment-Panel --******************  */

.top-bnr-02 {
	position: absolute;
	top: 110px;
	left: 280px;
}

.pt-col-main {
	background-color: #ffea00;
}

h1.pt-col-main {
	background-color: #ffea00;
	color: #414146;
}

h1.pt-col-main-02 {
	background-color: #e3e3e3;
	color: #414146;
}

.pt-col-main .currency,
.pt-col-main .price,
.pt-col-main .cents,
.pt-col-main .place2 {
	color: #fff;
}

.panel-border-01 {
	border: 1px solid #ccc;
}


/* モーダルガタツキ防止 */
html {
	overflow-y: scroll;
}

.modal-open {
	padding-right: 0px !important;
}

/* モーダルガタツキ防止 */


.img-rounded {
	border-radius: 12px;
}

.bnr-box {
	width: 780px;
	position: relative;
}

.section-bg-gradient-00 {
	background: rgb(255, 255, 255);
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgb(255, 246, 243) 20%, rgb(255, 255, 255) 50%, rgb(253, 246, 243) 85%,
			rgb(255, 247, 244) 100%);
}

.number {
	width: 55px;
	height: 55px;
	color: #8f6c04;
	font-size: 32px;
	line-height: 36px;
	border: 4px solid #8f6c04;
	border-radius: 55px;
	padding-top: 4px;
	padding-left: 14px;
}

.button.thin03,
.button.small03.thin03 {
	position: relative;
	display: inline-block;
	padding: 9px 25px 10px 25px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	border: 1px solid #000;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all .3s ease 0s;
}

.button.thin03,
.button.small03.thin03:hover {
	background-color: #5b5b5b;
	border: 1px solid #5b5b5b;
	color: #fff;
}

.section-sipping-bgimg {
	background-image: url(../images/11.webp);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 800px;
}

@media only screen and (max-width: 768px) {
	.section-sipping-bgimg {
		background-image: url(../images/static-media/sec-bg-mobile-11.webp);
		background-repeat: no-repeat;
		background-position: bottom center;
		height: 1050px;
	}
}

.section-sipping-02-bgimg {
	background-image: url(../images/11.webp);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 980px;
}

@media only screen and (max-width: 768px) {
	.section-sipping-02-bgimg {
		background-image: url(../images/static-media/sec-bg-mobile-11.webp);
		background-repeat: no-repeat;
		background-position: bottom center;
		height: 1370px;
	}
}

.section-business-bgimg {
	background-image: url(../images/12.webp);
	background-repeat: no-repeat;
	background-position: bottom left;
}

@media only screen and (max-width: 768px) {
	.section-business-bgimg {
		background: #fff;
		background-repeat: no-repeat;
		background-position: center left;

	}
}

.box-bg-dark01 {
	background: #2d373b;
}

.box-bg-dark02 {
	background: #3a404b;
}

.section-main-number-f {
	position: absolute;
	top: 125px;
	left: 10px;
}

.section-main-number-t {
	position: absolute;
	top: 170px;
	left: 10px;
}

.section-main-number-i {
	position: absolute;
	top: 215px;
	left: 10px;
}

.section-main-number-y {
	position: absolute;
	top: 260px;
	left: 10px;
}


/* UI 224 */
body {
	background: #fff;
}

.bg-grey {
	background-color: #a8a8a8 !important;
}

.ui-224 {
	margin: 0px 0px;
}

.ui-224 .item {
	margin: 20px auto;
	max-width: 280px;
}

@media only screen and (max-width: 767px) {
	.ui-224 .item {
		margin: 20px auto;
		max-width: 360px;
	}
}

.ui-224 .item h3 {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 6px 15px;
	margin: 0px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-224 .item .content {
	background: #f9f9f9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0px;
}

.ui-224 .item h2 {
	color: #262626;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin: 0px;
}

.ui-224 .item p {
	font-size: 13px;
	color: #888;
	margin-bottom: 0px;
	line-height: 1.2em;
}

.work-proc-31-bg {
	will-change: background-position;
	margin: 0;
	padding: 0;
	background: url(../images/en/footer-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #000;
}

.button.thin02,
.button.small02.thin02 {
	position: relative;
	display: inline-block;
	padding: 8px;
	background-color: #b49e5d;
	color: #fff;
	border: 1px solid #c5a64b;
	margin-top: 13px;
	margin-bottom: 15px;
	transition: all .3s ease 0s;
}

.button.thin02,
.button.small02.thin02:hover {
	background-color: #948255;
	border: 1px solid #948255;
	color: #fff;
}

.bg-darkbrown {
	background-color: #756b54 !important;
}

















/************************************
/*-- 32. MARGIN and PADDING-------------------------
/*************************************/
.xs-mt-20 {
	margin-top: 20px;
}

.sm-mt-0 {
	margin-top: 0px;
}

.sm-mt-20 {
	margin-top: 20px;
}

.sm-mt-40 {
	margin-top: 40px;
}

.sm-mt-50 {
	margin-top: 50px;
}

.sm-mt-55 {
	margin-top: 55px;
}

.sm-mt-60 {
	margin-top: 60px;
}

.sm-mt-70 {
	margin-top: 70px;
}

.sm-mt-80 {
	margin-top: 80px;
}

.sm-mt-90 {
	margin-top: 90px;
}

.sm-mt-100 {
	margin-top: 100px;
}

.sm-mb-10 {
	margin-bottom: 10px;
}

.sm-mb-15 {
	margin-bottom: 15px;
}

.sm-mb-20 {
	margin-bottom: 20px;
}

.sm-mb-40 {
	margin-bottom: 40px;
}

.sm-mb-50 {
	margin-bottom: 50px;
}

.sm-mb-60 {
	margin-bottom: 60px;
}

.sm-mb-70 {
	margin-bottom: 70px;
}

.sm-mb-80 {
	margin-bottom: 80px;
}

.sm-mb-90 {
	margin-bottom: 90px;
}

.sm-mb-100 {
	margin-bottom: 100px;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 1px;
}

.m-2 {
	margin: 2px;
}

.m-3 {
	margin: 3px;
}

.m-4 {
	margin: 4px;
}

.m-5 {
	margin: 5px;
}

.m-6 {
	margin: 6px;
}

.m-7 {
	margin: 7px;
}

.m-8 {
	margin: 8px;
}

.m-9 {
	margin: 9px;
}

.m-10 {
	margin: 10px;
}

.m-15 {
	margin: 15px;
}

.m-20 {
	margin: 20px;
}

.m-25 {
	margin: 25px;
}

.m-30 {
	margin: 30px;
}

.m-35 {
	margin: 35px;
}

.m-40 {
	margin: 40px;
}

.m-45 {
	margin: 45px;
}

.m-50 {
	margin: 50px;
}

.mt-min-1 {
	margin-top: -1px;
}

.mt-min-2 {
	margin-top: -2px;
}

.mt-min-3 {
	margin-top: -3px;
}

.mt-min-4 {
	margin-top: -4px;
}

.mt-min-5 {
	margin-top: -5px;
}

.mt-min-6 {
	margin-top: -6px;
}

.mt-min-7 {
	margin-top: -7px;
}

.mt-min-8 {
	margin-top: -8px;
}

.mt-min-9 {
	margin-top: -9px;
}

.mt-min-10 {
	margin-top: -10px;
}

.mt-min-11 {
	margin-top: -11px;
}

.mt-min-12 {
	margin-top: -12px;
}

.mt-min-13 {
	margin-top: -13px;
}

.mt-min-14 {
	margin-top: -14px;
}

.mt-min-15 {
	margin-top: -15px;
}

.mt-min-16 {
	margin-top: -16px;
}

.mt-min-17 {
	margin-top: -17px;
}

.mt-min-18 {
	margin-top: -18px;
}

.mt-min-19 {
	margin-top: -19px;
}

.mt-min-20 {
	margin-top: -20px;
}

.mt-min-21 {
	margin-top: -21px;
}

.mt-min-22 {
	margin-top: -22px;
}

.mt-min-23 {
	margin-top: -23px;
}

.mt-min-24 {
	margin-top: -24px;
}

.mt-min-25 {
	margin-top: -25px;
}

.mt-min-26 {
	margin-top: -26px;
}

.mt-min-27 {
	margin-top: -27px;
}

.mt-min-28 {
	margin-top: -28px;
}

.mt-min-29 {
	margin-top: -29px;
}

.mt-min-30 {
	margin-top: -30px;
}

.mt-min-32 {
	margin-top: -32px;
}

.mt-min-35 {
	margin-top: -35px;
}

.mt-min-40 {
	margin-top: -40px;
}

.mt-min-45 {
	margin-top: -45px;
}

.mt-min-50 {
	margin-top: -50px;
}

.mt-min-55 {
	margin-top: -55px;
}

.mt-min-60 {
	margin-top: -60px;
}

.mt-min-65 {
	margin-top: -65px;
}

.mt-min-68 {
	margin-top: -68px;
}

.mt-min-70 {
	margin-top: -70px;
}

.mt-min-75 {
	margin-top: -75px;
}

.mt-min-80 {
	margin-top: -80px;
}

.mt-min-90 {
	margin-top: -90px;
}

.mt-min-100 {
	margin-top: -100px;
}

.mt-min-110 {
	margin-top: -110px;
}

.mt-min-120 {
	margin-top: -120px;
}

.mt-min-130 {
	margin-top: -130px;
}

.mt-min-140 {
	margin-top: -140px;
}

.mt-min-150 {
	margin-top: -150px;
}

.mt-min-160 {
	margin-top: -160px;
}

.mt-min-170 {
	margin-top: -170px;
}

.mt-min-180 {
	margin-top: -180px;
}

.mt-min-190 {
	margin-top: -190px;
}

.mt-min-200 {
	margin-top: -200px;
}

.mt-min-210 {
	margin-top: -210px;
}

.mt-min-215 {
	margin-top: -215px;
}

.mt-min-220 {
	margin-top: -220px;
}

.mt-min-230 {
	margin-top: -230px;
}

.mt-min-240 {
	margin-top: -240px;
}

.mt-min-250 {
	margin-top: -250px;
}

.mt-min-260 {
	margin-top: -260px;
}

.mt-min-280 {
	margin-top: -280px;
}

.mt-min-300 {
	margin-top: -300px;
}

.mt-min-320 {
	margin-top: -320px;
}

.mt-min-350 {
	margin-top: -350px;
}

.mt-min-400 {
	margin-top: -400px;
}

.mt-min-450 {
	margin-top: -450px;
}

.mt-min-500 {
	margin-top: -500px;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1px;
}

.mt-2 {
	margin-top: 2px;
}

.mt-3 {
	margin-top: 3px;
}

.mt-4 {
	margin-top: 4px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-6 {
	margin-top: 6px;
}

.mt-7 {
	margin-top: 7px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-9 {
	margin-top: 9px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-11 {
	margin-top: 11px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-13 {
	margin-top: 13px;
}

.mt-14 {
	margin-top: 14px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-16 {
	margin-top: 16px;
}

.mt-17 {
	margin-top: 17px;
}

.mt-18 {
	margin-top: 18px;
}

.mt-19 {
	margin-top: 19px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-21 {
	margin-top: 21px;
}

.mt-22 {
	margin-top: 22px;
}

.mt-23 {
	margin-top: 23px;
}

.mt-24 {
	margin-top: 24px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-26 {
	margin-top: 26px;
}

.mt-27 {
	margin-top: 27px;
}

.mt-28 {
	margin-top: 28px;
}

.mt-29 {
	margin-top: 29px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-31 {
	margin-top: 31px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-33 {
	margin-top: 33px;
}

.mt-34 {
	margin-top: 34px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-36 {
	margin-top: 36px;
}

.mt-37 {
	margin-top: 37px;
}

.mt-38 {
	margin-top: 38px;
}

.mt-39 {
	margin-top: 39px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-47 {
	margin-top: 47px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-67 {
	margin-top: 67px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-105 {
	margin-top: 105px;
}

.mt-110 {
	margin-top: 110px;
}

.mt-115 {
	margin-top: 115px;
}

.mt-120 {
	margin-top: 120px;
}

.mt-130 {
	margin-top: 130px;
}

.mt-140 {
	margin-top: 140px;
}

.mt-150 {
	margin-top: 150px;
}

.mt-160 {
	margin-top: 160px;
}

.mt-165 {
	margin-top: 165px;
}

.mt-170 {
	margin-top: 170px;
}

.mt-180 {
	margin-top: 180px;
}

.mt-190 {
	margin-top: 190px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-210 {
	margin-top: 210px;
}

.mt-220 {
	margin-top: 220px;
}

.mt-230 {
	margin-top: 230px;
}

.mt-240 {
	margin-top: 240px;
}

.mt-250 {
	margin-top: 250px;
}

.mt-260 {
	margin-top: 260px;
}

.mt-270 {
	margin-top: 270px;
}

.mt-280 {
	margin-top: 280px;
}

.mt-290 {
	margin-top: 290px;
}

.mt-300 {
	margin-top: 300px;
}

.mt-310 {
	margin-top: 310px;
}

.mt-320 {
	margin-top: 320px;
}

.mt-330 {
	margin-top: 330px;
}

.mt-340 {
	margin-top: 340px;
}

.mt-350 {
	margin-top: 350px;
}

.mt-360 {
	margin-top: 360px;
}

.mt-400 {
	margin-top: 400px;
}

.mt-420 {
	margin-top: 420px;
}

.mt-440 {
	margin-top: 440px;
}

.mt-450 {
	margin-top: 450px;
}

.mt-460 {
	margin-top: 460px;
}

.mt-470 {
	margin-top: 470px;
}

.mt-480 {
	margin-top: 480px;
}

.mt-500 {
	margin-top: 500px;
}

.mt-520 {
	margin-top: 520px;
}

.mt-545 {
	margin-top: 545px;
}

.mt-550 {
	margin-top: 550px;
}

.mt-740 {
	margin-top: 740px;
}

.sm-mt-100 {
	margin-top: 100px;
}

.sm-mt-150 {
	margin-top: 150px;
}

.sm-mt-300 {
	margin-top: 300px;
}

.mr-min-1 {
	margin-right: -1px;
}

.mr-min-10 {
	margin-right: -10px;
}

.mr-min-15 {
	margin-right: -15px;
}

.mr-min-20 {
	margin-right: -20px;
}

.mr-min-160 {
	margin-right: -160px;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-2 {
	margin-right: 2px;
}

.mr-3 {
	margin-right: 3px;
}

.mr-4 {
	margin-right: 4px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-7 {
	margin-right: 7px;
}

.mr-8 {
	margin-right: 8px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-12 {
	margin-right: 12px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-70 {
	margin-right: 70px;
}

.mr-80 {
	margin-right: 80px;
}

.mr-90 {
	margin-right: 90px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-120 {
	margin-right: 120px;
}

.mr-130 {
	margin-right: 130px;
}

.mr-140 {
	margin-right: 140px;
}

.mr-150 {
	margin-right: 150px;
}

.mr-160 {
	margin-right: 160px;
}

.mr-170 {
	margin-right: 170px;
}

.mr-180 {
	margin-right: 180px;
}

.mr-190 {
	margin-right: 190px;
}

.mr-200 {
	margin-right: 200px;
}

.xs-mb-min-100 {
	padding-bottom: -100px;
}

.sm-mb-min-40 {
	margin-bottom: -40px;
}

.mb-min-0 {
	margin-bottom: 0px !important;
}

.mb-min-1 {
	margin-bottom: -1px;
}

.mb-min-2 {
	margin-bottom: -2px;
}

.mb-min-4 {
	margin-bottom: -4px;
}

.mb-min-5 {
	margin-bottom: -5px;
}

.mb-min-6 {
	margin-bottom: -6px;
}

.mb-min-7 {
	margin-bottom: -7px;
}

.mb-min-8 {
	margin-bottom: -8px;
}

.mb-min-9 {
	margin-bottom: -9px;
}

.mb-min-10 {
	margin-bottom: -10px;
}

.mb-min-14 {
	margin-bottom: -14px;
}

.mb-min-15 {
	margin-bottom: -15px;
}

.mb-min-20 {
	margin-bottom: -20px;
}

.mb-min-21 {
	margin-bottom: -21px;
}

.mb-min-23 {
	margin-bottom: -23px;
}

.mb-min-25 {
	margin-bottom: -25px;
}

.mb-min-26 {
	margin-bottom: -26px;
}

.mb-min-30 {
	margin-bottom: -30px;
}

.mb-min-35 {
	margin-bottom: -35px;
}

.mb-min-38 {
	margin-bottom: -38px;
}

.mb-min-40 {
	margin-bottom: -40px;
}

.mb-min-50 {
	margin-bottom: -50px;
}

.mb-min-55 {
	margin-bottom: -55px;
}

.mb-min-60 {
	margin-bottom: -60px;
}

.mb-min-70 {
	margin-bottom: -70px;
}

.mb-min-80 {
	margin-bottom: -80px;
}

.mb-min-100 {
	margin-bottom: -100px;
}

.mb-min-120 {
	margin-bottom: -120px;
}

.mb-min-150 {
	margin-bottom: -150px;
}

.mb-min-200 {
	margin-bottom: -200px;
}

.mb-min-300 {
	margin-bottom: -300px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1px;
}

.mb-2 {
	margin-bottom: 2px;
}

.mb-3 {
	margin-bottom: 3px;
}

.mb-4 {
	margin-bottom: 4px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-6 {
	margin-bottom: 6px;
}

.mb-7 {
	margin-bottom: 7px;
}

.mb-8 {
	margin-bottom: 8px;
}

.mb-9 {
	margin-bottom: 9px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-11 {
	margin-bottom: 11px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-13 {
	margin-bottom: 13px;
}

.mb-14 {
	margin-bottom: 14px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-16 {
	margin-bottom: 16px;
}

.mb-17 {
	margin-bottom: 17px;
}

.mb-18 {
	margin-bottom: 18px;
}

.mb-19 {
	margin-bottom: 19px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-21 {
	margin-bottom: 21px;
}

.mb-23 {
	margin-bottom: 23px
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-26 {
	margin-bottom: 26px;
}

.mb-27 {
	margin-bottom: 26px;
}

.mb-28 {
	margin-bottom: 28px;
}

.mb-29 {
	margin-bottom: 29px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-31 {
	margin-bottom: 31px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-36 {
	margin-bottom: 36px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-43 {
	margin-bottom: 43px;
}

.mb-44 {
	margin-bottom: 44px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-46 {
	margin-bottom: 46px;
}

.mb-48 {
	margin-bottom: 48px;
}

.mb-49 {
	margin-bottom: 49px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-54 {
	margin-bottom: 54px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-105 {
	margin-bottom: 105px;
}

.mb-110 {
	margin-bottom: 110px;
}

.mb-115 {
	margin-bottom: 115px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-130 {
	margin-bottom: 130px;
}

.mb-140 {
	margin-bottom: 140px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mb-160 {
	margin-bottom: 160px;
}

.mb-170 {
	margin-bottom: 170px;
}

.mb-180 {
	margin-bottom: 180px;
}

.mb-190 {
	margin-bottom: 190px;
}

.mb-200 {
	margin-bottom: 200px;
}

.mb-210 {
	margin-bottom: 210px;
}

.mb-220 {
	margin-bottom: 220px;
}

.mb-230 {
	margin-bottom: 230px;
}

.mb-240 {
	margin-bottom: 240px;
}

.mb-250 {
	margin-bottom: 250px;
}

.mb-260 {
	margin-bottom: 260px;
}

.mb-270 {
	margin-bottom: 270px;
}

.mb-280 {
	margin-bottom: 280px;
}

.mb-290 {
	margin-bottom: 290px;
}

.mb-300 {
	margin-bottom: 300px;
}

.mb-330 {
	margin-bottom: 330px;
}

.ml-min-2 {
	margin-left: -2px;
}

.ml-min-3 {
	margin-left: -3px;
}

.ml-min-4 {
	margin-left: -4px;
}

.ml-min-5 {
	margin-left: -5px;
}

.ml-min-7 {
	margin-left: -7px;
}

.ml-min-8 {
	margin-left: -8px;
}

.ml-min-10 {
	margin-left: -10px;
}

.ml-min-12 {
	margin-left: -12px;
}

.ml-min-15 {
	margin-left: -15px;
}

.ml-min-25 {
	margin-left: -25px;
}

.ml-min-20 {
	margin-left: -20px;
}

.ml-min-30 {
	margin-left: -30px;
}

.ml-min-40 {
	margin-left: -40px;
}

.ml-min-42 {
	margin-left: -42px;
}

.ml-min-50 {
	margin-left: -50px;
}

.ml-min-55 {
	margin-left: -55px;
}

.ml-min-60 {
	margin-left: -60px;
}

.ml-min-70 {
	margin-left: -70px;
}

.ml-min-75 {
	margin-left: -75px;
}

.ml-min-80 {
	margin-left: -80px;
}

.ml-min-90 {
	margin-left: -90px;
}

.ml-min-100 {
	margin-left: -100px;
}

.ml-min-110 {
	margin-left: -110px;
}

.ml-min-120 {
	margin-left: -120px;
}

.ml-0 {
	margin-left: 0px !important;
}

.ml-1 {
	margin-left: 1px;
}

.ml-2 {
	margin-left: 2px;
}

.ml-3 {
	margin-left: 3px;
}

.ml-4 {
	margin-left: 4px;
}

.ml-5 {
	margin-left: 5px;
}

.ml-6 {
	margin-left: 6px;
}

.ml-7 {
	margin-left: 7px;
}

.ml-8 {
	margin-left: 8px;
}

.ml-9 {
	margin-left: 9px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-11 {
	margin-left: 11px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-13 {
	margin-left: 13px;
}

.ml-14 {
	margin-left: 14px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-16 {
	margin-left: 16px;
}

.ml-17 {
	margin-left: 17px;
}

.ml-18 {
	margin-left: 18px;
}

.ml-19 {
	margin-left: 19px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-35 {
	margin-left: 35px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-45 {
	margin-left: 45px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-55 {
	margin-left: 55px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-65 {
	margin-left: 65px;
}

.ml-70 {
	margin-left: 70px;
}

.ml-80 {
	margin-left: 80px;
}

.ml-88 {
	margin-left: 88px;
}

.ml-90 {
	margin-left: 90px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-105 {
	margin-left: 105px;
}

.ml-110 {
	margin-left: 110px;
}

.ml-120 {
	margin-left: 120px;
}

.ml-130 {
	margin-left: 130px;
}

.ml-140 {
	margin-left: 140px;
}

.ml-150 {
	margin-left: 150px;
}

.ml-160 {
	margin-left: 160px;
}

.ml-170 {
	margin-left: 170px;
}

.ml-180 {
	margin-left: 180px;
}

.ml-190 {
	margin-left: 190px;
}

.ml-200 {
	margin-left: 200px;
}

.ml-300 {
	margin-left: 300px;
}

.ml-330 {
	margin-left: 330px;
}

.ml-360 {
	margin-left: 360px;
}

.ml-380 {
	margin-left: 380px;
}

.ml-400 {
	margin-left: 400px;
}

.ml-430 {
	margin-left: 430px;
}

.mlr-1 {
	margin-left: 1px;
	margin-right: 1px;
}

.mlr-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.mlr-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.mlr-min-30 {
	margin-left: -30px !important;
	margin-right: -30px !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 1px;
}

.p-2 {
	padding: 2px;
}

.p-3 {
	padding: 3px;
}

.p-4 {
	padding: 4px;
}

.p-5 {
	padding: 5px;
}

.p-6 {
	padding: 6px;
}

.p-7 {
	padding: 7px;
}

.p-8 {
	padding: 8px;
}

.p-9 {
	padding: 9px;
}

.p-10 {
	padding: 10px;
}

.p-11 {
	padding: 11px;
}

.p-12 {
	padding: 12px;
}

.p-13 {
	padding: 13px;
}

.p-14 {
	padding: 14px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-25 {
	padding: 25px;
}

.p-30 {
	padding: 30px;
}

.p-35 {
	padding: 35px;
}

.p-40 {
	padding: 40px;
}

.p-45 {
	padding: 45px;
}

.p-50 {
	padding: 50px;
}

.p-60 {
	padding: 60px;
}

.p-80 {
	padding: 80px;
}

.p-100 {
	padding: 100px;
}

.pt-min-1 {
	padding-top: -1px;
}

.pt-min-2 {
	padding-top: -2px;
}

.pt-min-3 {
	padding-top: -3px;
}

.pt-min-4 {
	padding-top: -4px;
}

.pt-min-5 {
	padding-top: -5px;
}

.pt-min-6 {
	padding-top: -6px;
}

.pt-min-7 {
	padding-top: -7px;
}

.pt-min-8 {
	padding-top: -8px;
}

.pt-min-9 {
	padding-top: -9px;
}

.pt-min-10 {
	padding-top: -10px;
}

.pt-min-11 {
	padding-top: -11px;
}

.pt-min-12 {
	padding-top: -12px;
}

.pt-min-13 {
	padding-top: -13px;
}

.pt-min-14 {
	padding-top: -14px;
}

.pt-min-15 {
	padding-top: -15px;
}

.pt-min-20 {
	padding-top: -20px;
}

.pt-min-30 {
	padding-top: -30px;
}

.pt-min-40 {
	padding-top: -40px;
}

.pt-min-50 {
	padding-top: -50px;
}

.pt-min-60 {
	padding-top: -60px;
}

.pt-min-70 {
	padding-top: -70px;
}

.pt-min-80 {
	padding-top: -80px;
}

.pt-min-90 {
	padding-top: -90px;
}

.pt-min-100 {
	padding-top: -100px;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: 1px;
}

.pt-2 {
	padding-top: 2px;
}

.pt-3 {
	padding-top: 3px;
}

.pt-4 {
	padding-top: 4px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-6 {
	padding-top: 6px;
}

.pt-7 {
	padding-top: 7px;
}

.pt-8 {
	padding-top: 8px;
}

.pt-9 {
	padding-top: 9px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-11 {
	padding-top: 11px;
}

.pt-12 {
	padding-top: 12px;
}

.pt-13 {
	padding-top: 13px;
}

.pt-14 {
	padding-top: 14px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-16 {
	padding-top: 16px;
}

.pt-17 {
	padding-top: 17px;
}

.pt-18 {
	padding-top: 18px;
}

.pt-19 {
	padding-top: 19px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-21 {
	padding-top: 21px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-43 {
	padding-top: 43px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-88 {
	padding-top: 88px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-110 {
	padding-top: 110px;
}

.pt-120 {
	padding-top: 120px;
}

.pt-130 {
	padding-top: 130px;
}

.pt-140 {
	padding-top: 140px;
}

.pt-150 {
	padding-top: 150px;
}

.pt-160 {
	padding-top: 160px;
}

.pt-170 {
	padding-top: 170px;
}

.pt-200 {
	padding-top: 200px;
}

.pt-210 {
	padding-top: 210px;
}

.pt-220 {
	padding-top: 220px;
}

.pt-230 {
	padding-top: 230px;
}

.pt-240 {
	padding-top: 240px;
}

.pt-250 {
	padding-top: 250px;
}

.pt-300 {
	padding-top: 300px;
}

.pl-min-5 {
	padding-left: -5px;
}

.pl-min-10 {
	padding-left: -10px;
}

.pl-0 {
	padding-left: 0 !important;
}

.pl-1 {
	padding-left: 1px;
}

.pl-2 {
	padding-left: 2px;
}

.pl-3 {
	padding-left: 3px;
}

.pl-4 {
	padding-left: 4px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-6 {
	padding-left: 6px;
}

.pl-7 {
	padding-left: 7px;
}

.pl-8 {
	padding-left: 8px;
}

.pl-9 {
	padding-left: 9px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-11 {
	padding-left: 11px;
}

.pl-12 {
	padding-left: 12px;
}

.pl-13 {
	padding-left: 13px;
}

.pl-14 {
	padding-left: 14px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-16 {
	padding-left: 16px;
}

.pl-17 {
	padding-left: 17px;
}

.pl-18 {
	padding-left: 18px;
}

.pl-19 {
	padding-left: 19px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-70 {
	padding-left: 70px;
}

.pl-75 {
	padding-left: 75px;
}

.pr-min-5 {
	padding-right: -5px;
}

.pr-min-10 {
	padding-right: -10px;
}

.pr-0 {
	padding-right: 0 !important;
}

.pr-1 {
	padding-right: 1px;
}

.pr-2 {
	padding-right: 2px;
}

.pr-3 {
	padding-right: 3px;
}

.pr-4 {
	padding-right: 4px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-6 {
	padding-right: 6px;
}

.pr-7 {
	padding-right: 7px;
}

.pr-8 {
	padding-right: 8px;
}

.pr-9 {
	padding-right: 9px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-11 {
	padding-right: 11px;
}

.pr-12 {
	padding-right: 12px;
}

.pr-13 {
	padding-right: 13px;
}

.pr-14 {
	padding-right: 14px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-65 {
	padding-right: 65px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-75 {
	padding-right: 75px;
}

.xs-pb-min-100 {
	padding-bottom: -100px;
}

.pb-min-10 {
	padding-bottom: -10px;
}

.pb-min-20 {
	padding-bottom: -20px;
}

.pb-min-30 {
	padding-bottom: -30px;
}

.pb-min-40 {
	padding-bottom: -40px;
}

.pb-min-50 {
	padding-bottom: -50px;
}

.pb-min-60 {
	padding-bottom: -60px;
}

.pb-min-70 {
	padding-bottom: -70px;
}

.pb-min-80 {
	padding-bottom: -80px;
}

.pb-min-90 {
	padding-bottom: -90px;
}

.pb-min-100 {
	padding-bottom: -100px;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 1px;
}

.pb-2 {
	padding-bottom: 2px;
}

.pb-3 {
	padding-bottom: 3px;
}

.pb-4 {
	padding-bottom: 4px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-6 {
	padding-bottom: 6px;
}

.pb-7 {
	padding-bottom: 7px;
}

.pb-8 {
	padding-bottom: 8px;
}

.pb-9 {
	padding-bottom: 9px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-14 {
	padding-bottom: 14px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-16 {
	padding-bottom: 16px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-28 {
	padding-bottom: 28px;
}

.pb-29 {
	padding-bottom: 29px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-31 {
	padding-bottom: 31px;
}

.pb-32 {
	padding-bottom: 32px;
}

.pb-34 {
	padding-bottom: 34px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-36 {
	padding-bottom: 36px;
}

.pb-37 {
	padding-bottom: 37px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-41 {
	padding-bottom: 41px;
}

.pb-43 {
	padding-bottom: 43px;
}

.pb-47 {
	padding-bottom: 47px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-51 {
	padding-bottom: 51px;
}

.pb-52 {
	padding-bottom: 51.5px;
}

.pb-53 {
	padding-bottom: 53px;
}

.pb-54 {
	padding-bottom: 54px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-56 {
	padding-bottom: 56px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-83 {
	padding-bottom: 83px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-110 {
	padding-bottom: 110px;
}

.pb-120 {
	padding-bottom: 120px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pb-160 {
	padding-bottom: 160px;
}

.pb-170 {
	padding-bottom: 170px;
}

.pb-180 {
	padding-bottom: 180px;
}

.pb-190 {
	padding-bottom: 190px;
}

.pb-200 {
	padding-bottom: 200px;
}

.pb-250 {
	padding-bottom: 250px;
}

.pb-300 {
	padding-bottom: 300px;
}

.pb-350 {
	padding-bottom: 350px;
}

.pb-400 {
	padding-bottom: 400px;
}

.pb-450 {
	padding-bottom: 450px;
}

.pb-500 {
	padding-bottom: 500px;
}

.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.plr-1 {
	padding-left: 1px;
	padding-right: 1px;
}

.plr-2 {
	padding-left: 2px;
	padding-right: 2px;
}

.plr-3 {
	padding-left: 3px;
	padding-right: 3px;
}

.plr-4 {
	padding-left: 4px;
	padding-right: 4px;
}

.plr-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.plr-6 {
	padding-left: 6px;
	padding-right: 6px;
}

.plr-7 {
	padding-left: 7px;
	padding-right: 7px;
}

.plr-8 {
	padding-left: 8px;
	padding-right: 8px;
}

.plr-9 {
	padding-left: 9px;
	padding-right: 9px;
}

.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr-11 {
	padding-left: 11px;
	padding-right: 11px;
}

.plr-12 {
	padding-left: 12px;
	padding-right: 12px;
}

.plr-13 {
	padding-left: 13px;
	padding-right: 13px;
}

.plr-14 {
	padding-left: 14px;
	padding-right: 14px;
}

.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr-16 {
	padding-left: 16px;
	padding-right: 16px;
}

.plr-17 {
	padding-left: 17px;
	padding-right: 17px;
}

.plr-18 {
	padding-left: 18px;
	padding-right: 18px;
}

.plr-19 {
	padding-left: 19px;
	padding-right: 19px;
}

.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.plr-21 {
	padding-left: 21px;
	padding-right: 21px;
}

.plr-22 {
	padding-left: 22px;
	padding-right: 22px;
}

.plr-23 {
	padding-left: 23px;
	padding-right: 23px;
}

.plr-24 {
	padding-left: 24px;
	padding-right: 24px;
}

.plr-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.plr-26 {
	padding-left: 26px;
	padding-right: 26px;
}

.plr-27 {
	padding-left: 27px;
	padding-right: 27px;
}

.plr-28 {
	padding-left: 28px;
	padding-right: 28px;
}

.plr-29 {
	padding-left: 29px;
	padding-right: 29px;
}

.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.plr-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.plr-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.plr-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.plr-50 {
	padding-left: 50px;
	padding-right: 50px;
}



/*-- *********5カラム --*************************************--*/
/* #5カラム ***************************************************/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* スマホ（767px以下） */
.col-xs-1-5 {
	width: 20%;
	float: left;
}

.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}

/* タブレット（768px～991px） */
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}

	.col-sm-2-5 {
		width: 40%;
		float: left;
	}

	.col-sm-3-5 {
		width: 60%;
		float: left;
	}

	.col-sm-4-5 {
		width: 80%;
		float: left;
	}
}

/* PC（992px～1119px） */
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}

	.col-md-2-5 {
		width: 40%;
		float: left;
	}

	.col-md-3-5 {
		width: 60%;
		float: left;
	}

	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}

/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}

	.col-lg-2-5 {
		width: 40%;
		float: left;
	}

	.col-lg-3-5 {
		width: 60%;
		float: left;
	}

	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}

/*-- カラムのガター調整 --****************--*/
/*-- GUTTER ***************************************--*/
.row-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.row-0 > div {
	padding-right: 0px;
	padding-left: 0px;
}

.row-06 {
	margin-left: -3px;
	margin-right: -3px;
}

.row-06 > div {
	padding-right: 3px;
	padding-left: 3px;
}

.row-10 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 > div {
	padding-right: 5px;
	padding-left: 5px;
}

.row-12 {
	margin-left: -6px;
	margin-right: -6px;
}

.row-12 > div {
	padding-right: 6px;
	padding-left: 6px;
}

.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-20 > div {
	padding-right: 10px;
	padding-left: 10px;
}

.row-30 {
	margin-left: -15px;
	margin-right: -15px;
}

.row-30 > div {
	padding-right: 15px;
	padding-left: 15px;
}

.row-40 {
	margin-left: -20px;
	margin-right: -20px;
}

.row-40 > div {
	padding-right: 20px;
	padding-left: 20px;
}

.row-50 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-50 > div {
	padding-right: 25px;
	padding-left: 25px;
}

.row-60 {
	margin-left: -30px;
	margin-right: -30px;
}

.row-60 > div {
	padding-right: 30px;
	padding-left: 30px;
}

.row-70 {
	margin-left: -35px;
	margin-right: -35px;
}

.row-70 > div {
	padding-right: 30px;
	padding-left: 30px;
}

.row-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.row-80 > div {
	padding-right: 40px;
	padding-left: 40px;
}

.row-90 {
	margin-left: -45px;
	margin-right: -45px;
}

.row-90 > div {
	padding-right: 45px;
	padding-left: 45px;
}

.row-100 {
	margin-left: -50px;
	margin-right: -50px;
}

.row-100 > div {
	padding-right: 50px;
	padding-left: 50px;
}