@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url(/front/common/css/ionicons.min.css);
@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

@font-face {
	font-family: 'NotoSansJP-local';
	font-style: normal;
	src: local("Noto Sans JP"), local("NotoSansJP");
}
@font-face {
	font-family: 'NotoSansJP-local';
	font-style: normal;
	src: local("Noto Sans JP Regular"), local("NotoSansJP-Regular");
	font-weight: 400;
}
@font-face {
	font-family: 'NotoSansJP-local';
	font-style: normal;
	src: local("Noto Sans JP Medium"), local("NotoSansJP-Medium");
	font-weight: 500;
}
@font-face {
	font-family: 'NotoSansJP-local';
	font-style: normal;
	src: local("Noto Sans JP Bold"), local("NotoSansJP-Bold");
	font-weight: 700;
}
@font-face {
	font-family: 'NotoSansJP-local';
	font-style: normal;
	src: local("Noto Sans JP Black"), local("NotoSansJP-Black");
	font-weight: 800;
}
/* --------------------------------------------------

BASE

-------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, main, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
}

body {
	font-size: 16px;
	font-size: 1rem;
	min-height: 100vh;
	background: #f1f4ee;
}
@media screen and (max-width: 767px) {
	body {
		position: relative;
	}
}

/* ****** スマートフォン ****** */
/* end of SP */
body, table {
	color: #333333;
	line-height: 1.5;
}

/* デフォルトフォント */
html {
	font-family: 'NotoSansJP-local', 'Noto Sans JP', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	letter-spacing: 1px;
}

body, table {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #333333;
}

@media screen and (max-width: 767px) {
	body, table {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
/* end of SP */
/*明朝体*/
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*英文フォント*/
/* --------------------------------------------------

リンク

-------------------------------------------------- */
a {
	color: #19b184;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	a {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	a:hover, a:focus {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		text-decoration: none;
	}
}
a.ec:before {
	content: "\25B6";
	display: inline-block;
	color: #19b184;
	width: 1em;
	margin: 0px 11px 0px 0;
	font-size: 10px;
	font-size: 1rem;
}
a.flash:hover {
	opacity: 1;
	-webkit-animation: flash .7s;
	animation: flash .7s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .1;
	}
	100% {
		opacity: 1;
	}
}
/* マウスオーバ時のアルファ値変更 */
/* --------------------------------------------------

基本コンポーネント

-------------------------------------------------- */
#wrapper {
	overflow: hidden;
}

/* --------------------------------------------------

ヘッダー

-------------------------------------------------- */
#gwrap {
  position: fixed;
  z-index: 15;
  width: 100%;
}

#gbanner {
    height: 60px;
    width: 100%;
    /* position: fixed; */
    /* z-index: 15; */
    background: #158274;
}
@media screen and (min-width: 768px){
    #gbanner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        font-weight: bold;
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    #gbanner {
    	display: none;
    }
}
#gbanner p::after{
    content:url(/front/common/img/icon-tab.png);
    display:inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
}
#gbanner p a{
    /*border-bottom:1px solid #fff;
    padding-bottom: 1px;*/
    color: #fff;
}
#gbanner p a:hover{
    color: #93ccc4;
}


#gheader {
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
}
@media screen and (min-width: 768px) {
	#gheader {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
		-webkit-align-items: center;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	#gheader {
		height: 55px;
		display: block;
	}
	#gheader.sp-menu-open {
		position: fixed;
	}
	#gheader.sp-menu-open .sp-nav-bg {
		display: block;
	}
}
#gheader .logo {
	width: 27.5625%;
	max-width: 441px;
	position: absolute;
	left: 3.125%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	#gheader .logo {
		width: 144px;
		height: 37px;
	}
}
#gheader .logo a {
	display: block;
}
#gheader .logo img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
#gheader .logo img:nth-of-type(1) {
	display: block;
}
#gheader .logo img:nth-of-type(2) {
	display: none;
}
@media screen and (max-width: 767px) {
	#gheader .logo img:nth-of-type(1) {
		display: none;
	}
	#gheader .logo img:nth-of-type(2) {
		display: block;
	}
}

/* --------------------------------------------------

ヘッダーお問い合わせ（PC）

-------------------------------------------------- */
nav#contact {
	height: 100%;
	display: -webkit-flex;
	display: flex;
}
@media screen and (min-width: 768px) {
	nav#contact {
		width: 34.375%;
		max-width: 550px;
	}
}
@media screen and (max-width: 767px) {
	nav#contact {
		display: none;
	}
}
nav#contact .phone {
	width: 310px;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #19b184;
	text-align: center;
	background: #e4e9de;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
	nav#contact .phone {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	nav#contact .phone:hover {
		opacity: .7;
		cursor: pointer;
	}
}
nav#contact .phone a {
	color: inherit;
	text-decoration: none;
	font-size: 80%;
}
@media screen and (min-width: 1601px) {
	nav#contact .phone {
		font-size: 31px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	nav#contact .phone {
		font-size: 1.9375vw;
	}
}
nav#contact .phone span {
	font-family: 'NotoSansJP-local', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 15px;
	color: #000;
}
@media screen and (min-width: 1601px) {
	nav#contact .phone span {
		font-size: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	nav#contact .phone span {
		font-size: 0.9375vw;
	}
}
@media screen and (min-width: 375px) {
	nav#contact .phone a {
		pointer-events: none;
		cursor: pointer;
	}
	nav#contact .phone:hover {
		opacity: unset;
		cursor: unset;
	}
}
nav#contact .entry-trial {
	display: block;
	width: 120px;
	background: #158274;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px solid  #158274;
	letter-spacing: 0;
	font-weight: bold;
}
@media screen and (min-width: 1601px) {
	nav#contact .entry-trial {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	nav#contact .entry-trial {
		font-size: 1vw;
	}
}
@media screen and (min-width: 768px) {
	nav#contact .entry-trial {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav#contact .entry-trial:hover {
		background-color: #fff;
		color: #158274;
	}
}
nav#contact .contact {
	display: block;
	width: 120px;
	background: #19b184;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border: 1px solid  #19b184;
	letter-spacing: 0;
	font-weight: bold;
}
@media screen and (min-width: 1601px) {
	nav#contact .contact {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
	nav#contact .contact {
		font-size: 1vw;
	}
}
@media screen and (min-width: 768px) {
	nav#contact .contact {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav#contact .contact:hover {
		background-color: #fff;
		color: #19b184;
	}
}
nav#contact .contact br {
	display: none;
}
@media screen and (max-width: 1200px) {
	nav#contact .contact br {
		display: block;
	}
}

/* --------------------------------------------------

ハンバーガーメニュー

-------------------------------------------------- */
#hamburger-menu {
	width: 55px;
	height: 55px;
	background-color: #19b184;
	transition: all .4s;
	z-index: 201;
	position: absolute;
	top: 0;
	right: 0;
}
#hamburger-menu.active {
	position: fixed;
}
#hamburger-menu span {
	display: block;
	transition: all .2s;
	position: absolute;
	background-color: #fff;
	width: 24px;
	left: -webkit-calc((100% - 24px) / 2);
	left: calc((100% - 24px) / 2);
	height: 2px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
#hamburger-menu span:nth-of-type(1) {
	top: 19px;
}
#hamburger-menu span:nth-of-type(2) {
	top: 27px;
	opacity: 1;
}
#hamburger-menu span:nth-of-type(3) {
	top: 35px;
}
#hamburger-menu span:nth-of-type(4) {
	opacity: 0;
	top: 27px;
}
#hamburger-menu.active span:nth-of-type(1) {
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
}
#hamburger-menu.active span:nth-of-type(2) {
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
#hamburger-menu.active span:nth-of-type(3) {
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	opacity: 0;
}
#hamburger-menu.active span:nth-of-type(4) {
	opacity: 1;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

/* --------------------------------------------------

グローバルメニュー（PC）

-------------------------------------------------- */
nav#gnav {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	padding-right: 1em;
}
@media screen and (max-width: 767px) {
	nav#gnav {
		display: none;
	}
}
nav#gnav > a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding: 1em;
	white-space: nowrap;
	color: #000;
	font-weight: bold;
	margin-top: 9px;
	position: relative;
}
@media screen and (min-width: 768px) {
	nav#gnav > a:hover:after {
		-moz-transform: translateX(1px) scale(1);
		-ms-transform: translateX(1px) scale(1);
		-webkit-transform: translateX(1px) scale(1);
		transform: translateX(1px) scale(1);
	}
	#features nav#gnav > a[href^="/features/"]:after {
		-moz-transform: translateX(1px) scale(1);
		-ms-transform: translateX(1px) scale(1);
		-webkit-transform: translateX(1px) scale(1);
		transform: translateX(1px) scale(1);
	}
	#spec nav#gnav > a[href^="/spec/"]:after {
		-moz-transform: translateX(1px) scale(1);
		-ms-transform: translateX(1px) scale(1);
		-webkit-transform: translateX(1px) scale(1);
		transform: translateX(1px) scale(1);
	}
	#price nav#gnav > a[href^="/price/"]:after {
		-moz-transform: translateX(1px) scale(1);
		-ms-transform: translateX(1px) scale(1);
		-webkit-transform: translateX(1px) scale(1);
		transform: translateX(1px) scale(1);
	}
	#news nav#gnav > a[href^="/news/"]:after {
		-moz-transform: translateX(1px) scale(1);
		-ms-transform: translateX(1px) scale(1);
		-webkit-transform: translateX(1px) scale(1);
		transform: translateX(1px) scale(1);
	}
	nav#gnav > a:hover .drop {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width: 1284px) {
	nav#gnav > a {
		font-size: 1.40187vw;
	}
}
nav#gnav > a:after {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	content: " ";
	display: block;
	width: 100%;
	width: -webkit-calc((100% + 1em));
	width: calc((100% + 1em));
	-moz-transform: translateX(1px);
	-ms-transform: translateX(1px);
	-webkit-transform: translateX(1px);
	transform: translateX(1px);
	height: 3px;
	background: #19b184;
	margin-top: 7px;
	-moz-transform: translateX(1px) scale(0);
	-ms-transform: translateX(1px) scale(0);
	-webkit-transform: translateX(1px) scale(0);
	transform: translateX(1px) scale(0);
}
nav#gnav .drop {
	visibility: hidden;
	opacity: 0;
	min-width: 262px;
	border-radius: 10px;
	z-index: 2;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
	position: absolute;
	top: 110%;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
nav#gnav .drop:before {
	content: " ";
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #fff transparent;
}
nav#gnav .drop > a {
	display: block;
	background-color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}
nav#gnav .drop > a:nth-of-type(even) {
	background-color: #e8f7f2;
}
nav#gnav .drop > a:hover {
	background-color: #158274;
	color: #fff;
}
nav#gnav .drop > a:nth-of-type(1) {
	border-radius: 10px 10px 0px 0px;
}
nav#gnav .drop > a:last-child {
	border-radius: 0px 0px 10px 10px;
}

/* --------------------------------------------------

グローバルメニュー（SP）

-------------------------------------------------- */
body.scroll-prevent {
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

#gnav-sp {
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 300;
	top: 55px;
	right: -100%;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	background: #f1f4ee;
	padding: 20px 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#gnav-sp.active {
	right: 0;
	max-height: -webkit-calc(100vh - 55px);
	max-height: calc(100vh - 55px);
	overflow-y: scroll;
}
#gnav-sp > a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	height: 60px;
	font-weight: bold;
	font-size: 19px;
	color: #000;
}
@media screen and (max-width: 374px) {
	#gnav-sp > a {
		height: 40px;
		font-size: 16px;
	}
}
#gnav-sp #contact-sp {
	margin-top: 24px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#gnav-sp #contact-sp > div, #gnav-sp #contact-sp > a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 5px;
	background-color: #dde3d5;
	height: 60px;
	margin-bottom: 20px;
}
#gnav-sp #contact-sp .phone {
	background-color: #dde3d5;
	font-family: Poppins, sans-serif;
	font-weight: 600;
	color: #19b184;
	font-size: 23px;
	line-height: 1;
	position: relative;
	padding-left: 7px;
}
#gnav-sp #contact-sp .phone:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid #dde3d5;
	background: transparent url(/front/common/img/banner-bg-01.png);
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#gnav-sp #contact-sp .phone:after {
	content: " ";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 14px;
	background: transparent url(/front/common/img/ico-phone.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
}
#gnav-sp #contact-sp .phone span {
	font-family: 'NotoSansJP-local', 'Noto Sans JP', sans-serif;
	font-weight: 500;
	display: block;
	font-size: 11px;
	color: #000;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 5px;
}
#gnav-sp #contact-sp .contact {
	background-color: #19b184;
	position: relative;
	padding-left: 7px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
}
#gnav-sp #contact-sp .contact:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 15px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 2px;
}
#gnav-sp #contact-sp .contact:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/banner-bg-02.png);
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#gnav-sp #contact-sp .contact i {
	display: block;
	position: absolute;
	width: 44px;
	height: 53px;
	background: transparent url(/front/common/img/ico-dog.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 50px;
	right: 8.06452%;
}
#gnav-sp #contact-sp .entry-trial {
	background-color: #158274;
	position: relative;
	padding-left: 7px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	height: 50px;
}
#gnav-sp #contact-sp .entry-trial:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 15px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	box-sizing: border-box;
	padding-left: 2px;
}
#gnav-sp #contact-sp .entry-trial:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #217e72;
	background: transparent url(/front/common/img/banner-bg-03.png);
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#gnav-sp #contact-sp .entry-trial i {
	display: block;
	position: absolute;
	width: 39px;
	height: 59px;
	background: transparent url(/front/common/img/ico-OL.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 50px;
	right: 8.06452%;
}

.sp-nav-bg {
	background: #f1f4ee;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: 1;
	display: none;
}
.sp-nav-bg.open {
	display: block;
	width: 100vw;
	height: -webkit-calc((100vh - 55px ));
	height: calc((100vh - 55px ));
	pointer-events: none;
	z-index: 9;
	position: fixed;
}
.pc .sp-nav-bg.open {
	height: 100% !important;
}

/* --------------------------------------------------

コンテンツエリア

-------------------------------------------------- */
@media screen and (min-width: 768px) {
	#content {
		margin-top: 145px;
	}
	#content.second {
		padding-top: 50px;
		padding-bottom: 192px;
		position: relative;
	}
	#content.second:before {
		content: " ";
		display: block;
		background-color: #fff;
		margin-left: 40px;
		margin-right: 40px;
		width: -webkit-calc((100% - 80px));
		width: calc((100% - 80px));
		height: -webkit-calc((100% - 438px));
		height: calc((100% - 438px));
		border-radius: 10px;
		z-index: -1;
		position: absolute;
		top: 338px;
	}
	#content.pagetitle-no-text {
		padding-top: 50px;
		padding-bottom: 192px;
		position: relative;
	}
	#content.pagetitle-no-text:before {
		content: " ";
		display: block;
		background-color: #fff;
		margin-left: 40px;
		margin-right: 40px;
		width: -webkit-calc((100% - 80px));
		width: calc((100% - 80px));
		height: -webkit-calc((100% - 298px));
		height: calc((100% - 298px));
		border-radius: 10px;
		z-index: -1;
		position: absolute;
		top: 205px;
	}
}
@media screen and (max-width: 767px) {
	#content {
		margin-top: 55px;
		position: relative;
	}
	#content.second {
		padding-bottom: 80px;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	#content.second.pagetitle-no-text {
		padding-bottom: 40px;
	}
	#content.second.pagetitle-no-text:before {
		top: 70px;
		height: -webkit-calc((100% - 80px));
		height: calc((100% - 80px));
	}
}
@media screen and (max-width: 767px) {
	#content.second:before {
		content: " ";
		display: block;
		background-color: #fff;
		margin-left: 10px;
		margin-right: 10px;
		width: -webkit-calc((100% - 20px));
		width: calc((100% - 20px));
		height: -webkit-calc((100% - 100px));
		height: calc((100% - 100px));
		border-radius: 5px;
		z-index: -1;
		position: absolute;
		top: 170px;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	#content.second:before {
		top: 200px;
		height: -webkit-calc((100% - 200px));
		height: calc((100% - 200px));
	}
}
@media screen and (max-width: 767px) {
	#content:before {
		content: " ";
		display: block;
		background-color: #fff;
		margin-left: 10px;
		margin-right: 10px;
		width: -webkit-calc((100% - 20px));
		width: calc((100% - 20px));
		height: -webkit-calc((100% - 20px));
		height: calc((100% - 20px));
		border-radius: 5px;
		z-index: -1;
		position: absolute;
		top: 20px;
	}
	#content.second {
		padding-top: 17px;
	}
}
#content.wide-content .section-wrap{
	width: 100%
}

/* --------------------------------------------------

サイドバー

-------------------------------------------------- */
nav#sidebar {
	width: 240px;
	flex: 0 0 240px;
	background-color: #fff;
	order: -1;
	margin-right: 50px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 960px) {
	nav#sidebar {
		display: none;
	}
}
nav#sidebar ul.second > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #19b184;
	height: 80px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 58px;
	position: relative;
}
nav#sidebar ul.second > li > a:hover {
	background-color: #158274;
}
nav#sidebar ul.second > li.hasChild {
	position: relative;
}
nav#sidebar ul.second > li.hasChild span {
	display: inline-block;
	position: absolute;
	top: 21px;
	right: 20px;
	z-index: 1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	height: 38px;
	line-height: 38px;
	width: 34px;
	letter-spacing: 0;
	border-radius: 6px;
	color: #fff;
}
nav#sidebar ul.second > li.hasChild span:hover {
	cursor: pointer;
	background-color: #158274;
}
nav#sidebar ul.second > li.hasChild span:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f217";
	display: inline-block;
	color: #fff;
	line-height: 1;
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: inherit;
}
nav#sidebar ul.second > li.hasChild.active span:after {
	content: "\f208";
}
nav#sidebar ul.second > li + li {
	margin-top: 2px;
}
nav#sidebar ul.third {
	margin-top: 2px;
	display: none;
}
nav#sidebar ul.third > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #eef2f6;
	height: 80px;
	color: #19b184;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 58px;
}
nav#sidebar ul.third > li > a:hover {
	background-color: #158274;
	color: #fff;
}
nav#sidebar ul.third > li + li {
	margin-top: 2px;
}
nav#sidebar ul.second .active ul.third {
	display: block;
}
nav#sidebar ul.fourth {
	padding: 20px 40px;
}
nav#sidebar ul.fourth > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 34px;
	color: #000;
	font-size: 16px;
}
nav#sidebar ul.fourth > li > a:hover {
	color: #19b184;
}
nav#sidebar ul.fourth > li.current a {
	color: #19b184;
}
nav#sidebar ul.fourth > li + li {
	margin-top: 2px;
}

nav#sidebar_old {
	width: 240px;
	flex: 0 0 240px;
	background-color: #fff;
	order: -1;
	margin-right: 50px;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 960px) {
	nav#sidebar_old {
		display: none;
	}
}
nav#sidebar_old ul.second > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #19b184;
	height: 80px;
	color: #fff;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 58px;
	position: relative;
}
nav#sidebar_old ul.second > li > a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f217";
	display: block;
	font-size: 30px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}
nav#sidebar_old ul.second > li > a:hover {
	background-color: #158274;
}
nav#sidebar_old ul.second > li.active > a:after {
	content: "\f208";
}
nav#sidebar_old ul.second > li + li {
	margin-top: 2px;
}
nav#sidebar_old ul.third {
	margin-top: 2px;
	display: none;
}
nav#sidebar_old ul.third > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-color: #eef2f6;
	height: 80px;
	color: #19b184;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 58px;
}
nav#sidebar_old ul.third > li > a:hover {
	background-color: #158274;
	color: #fff;
}
nav#sidebar_old ul.third > li + li {
	margin-top: 2px;
}
nav#sidebar_old ul.second .active ul.third {
	display: block;
}
nav#sidebar_old ul.fourth {
	padding: 20px 40px;
}
nav#sidebar_old ul.fourth > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 34px;
	color: #000;
	font-size: 16px;
}
nav#sidebar_old ul.fourth > li > a:hover {
	color: #19b184;
}
nav#sidebar_old ul.fourth > li.current a {
	color: #19b184;
}
nav#sidebar_old ul.fourth > li + li {
	margin-top: 2px;
}
/* --------------------------------------------------

パンくず

-------------------------------------------------- */
.bread_crumb {
	max-width: 1160px;
	padding-left: 80px;
	padding-right: 80px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
	.bread_crumb {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
.bread_crumb ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bread_crumb li {
	color: #000000;
	letter-spacing: 1px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.bread_crumb li {
		font-size: 12px;
		margin-bottom: 4px;
	}
}
.bread_crumb li:after {
	content: ">";
	margin-left: .5em;
	margin-right: .5em;
}
.bread_crumb li:last-child:after {
	display: none;
}
.bread_crumb a {
	color: #19b184;
}
@media screen and (min-width: 768px) {
	.bread_crumb a:hover {
		color: #158274;
	}
}

/* --------------------------------------------------

フッター

-------------------------------------------------- */
#gfooter {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	#gfooter {
		height: 250px;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		width: 93.75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	#gfooter {
		height: 350px;
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding-top: 60px;
	}
}
@media screen and (min-width: 768px) {
	#gfooter .logo {
		position: absolute;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 255px;
		height: 70px;
		left: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}
#gfooter .logo span {
	display: inline-block;
	line-height: 1;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	#gfooter .logo span {
		font-size: 12px;
		margin-bottom: 13px;
	}
}
#gfooter .logo img {
	display: block;
	width: 255px;
	height: auto;
}
@media screen and (max-width: 767px) {
	#gfooter .logo img {
		width: 192px;
		height: 27px;
	}
}
#gfooter .copyright {
	margin-top: 27px;
	text-align: center;
	font-size: 10px;
	display: block;
}
@media screen and (max-width: 767px) {
	#gfooter .copyright {
		font-size: 10px;
		letter-spacing: 0;
		margin-top: 20px;
	}
}

/* フッターナビゲーション */
@media screen and (max-width: 767px) {
	nav#footer {
		margin-top: 38px;
	}
}
nav#footer a {
	display: inline-block;
	color: #333333;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	nav#footer a {
		font-size: 13px;
	}
}
nav#footer a + a:before {
	content: "｜";
	padding-right: .25em;
	padding-left: .25em;
}
@media screen and (min-width: 768px) {
	nav#footer a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	nav#footer a:hover {
		opacity: 0.7;
	}
}

/* ページ先頭 */
#pagetop {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 210px;
	right: 3.125%;
	z-index: 1;
	background-color: #22cf9c;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	z-index: 6;
}
#pagetop:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f126";
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -56%);
	-ms-transform: translate(-50%, -56%);
	-webkit-transform: translate(-50%, -56%);
	transform: translate(-50%, -56%);
	font-size: 37px;
	text-align: center;
	letter-spacing: 0;
}
#pagetop.active {
	visibility: visible;
	opacity: 1;
}
@media screen and (min-width: 768px) {
	#pagetop {
		-moz-transition: opacity 0.4s;
		-o-transition: opacity 0.4s;
		-webkit-transition: opacity 0.4s;
		transition: opacity 0.4s;
	}
	#pagetop:hover {
		cursor: pointer;
		opacity: .7;
	}
}
@media screen and (max-width: 767px) {
	#pagetop {
		display: none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

#pagetop-sp {
	width: 56px;
	height: 56px;
	z-index: 1;
	background-color: #22cf9c;
	border-radius: 50%;
	z-index: 6;
	position: absolute;
	bottom: 250px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#pagetop-sp:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f126";
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -56%);
	-ms-transform: translate(-50%, -56%);
	-webkit-transform: translate(-50%, -56%);
	transform: translate(-50%, -56%);
	font-size: 27px;
	text-align: center;
	letter-spacing: 0;
}
@media screen and (min-width: 768px) {
	#pagetop-sp {
		display: none !important;
	}
}

/* --------------------------------------------------

トップページメインビジュアル

-------------------------------------------------- */
section#mv {
	padding-top: 50px;
	padding-bottom: 63px;
	background: transparent url(/img/mv-bg2.png) 50% 100% repeat-x;
}
@media screen and (max-width: 767px) {
	section#mv {
		padding-top: 17px;
		padding-bottom: 40px;
		background: transparent url(/img/mv-bg-sp.png) 50% 100% repeat-x;
		-moz-background-size: 375px auto;
		-o-background-size: 375px auto;
		-webkit-background-size: 375px auto;
		background-size: 375px auto;
	}
}
section#mv .mv {
	border-radius: 10px;
	background-color: #ffd800;
	background: transparent url(/img/mv-bg.png) 50% 50% no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	width: auto;
	height: auto;
	margin-left: 50px;
	margin-right: 50px;
}
@media screen and (max-width: 767px) {
	section#mv .mv {
		margin-left: auto;
		margin-right: auto;
		width: -webkit-calc((100% - 20px));
		width: calc((100% - 20px));
		border-radius: 5px;
	}
}
section#mv .inner {
	position: relative;
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	height: 730px;
}
@media screen and (max-width: 1600px) {
	section#mv .inner {
		padding-top: 48.66667%;
		height: 100%;
	}
}
@media screen and (max-width: 767px) {
	section#mv .inner {
		padding-top: 111.26761%;
		overflow: visible;
	}
}
section#mv .copy {
	position: absolute;
	width: 60.8%;
	height: 54.52055%;
	left: 9.8%;
	top: 10.54795%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	section#mv .copy {
		width: 89.01408%;
		height: 58.48101%;
		left: 5.6338%;
		top: 4.93671%;
	}
}
section#mv .copy img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
section#mv .illustration {
	position: absolute;
	width: 72.53333%;
	height: 73.28767%;
	left: 13.86667%;
	top: 21.50685%;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	section#mv .illustration {
		width: 68.4507%;
		height: 55.18987%;
		left: 31.12676%;
		top: 51.89873%;
	}
}
section#mv .illustration img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
section#mv .badge {
	position: absolute;
	width: 13.2%;
	height: 27.12329%;
	right: 4%;
	bottom: 7.53425%;
	z-index: 2;
}
@media screen and (max-width: 767px) {
	section#mv .badge {
		width: 33.27465%;
		height: 29.90506%;
		bottom: -6.70886%;
		left: 2.95775%;
		right: auto;
	}
}
@media screen and (min-width: 768px) {
	section#mv .badge {
		cursor: pointer;
		-moz-transition: -moz-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}
	section#mv .badge:hover {
		-moz-transform: scale(1.05, 1.05);
		-ms-transform: scale(1.05, 1.05);
		-webkit-transform: scale(1.05, 1.05);
		transform: scale(1.05, 1.05);
	}
}
section#mv .badge img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	section#mv .badge img {
		width: 100%;
		height: auto;
	}
}
section#mv .badge i {
	-moz-animation: arrowMove 1.5s ease-in-out infinite;
	-webkit-animation: arrowMove 1.5s ease-in-out infinite;
	animation: arrowMove 1.5s ease-in-out infinite;
	width: 18.18182%;
	height: 18.18182%;
	display: block;
	background: transparent url(/img/badge-arrow.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	bottom: -6px;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@-moz-keyframes arrowMove {
	0% {
		-moz-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
	50% {
		-moz-transform: translate(-50%, 6px);
		transform: translate(-50%, 6px);
	}
	100% {
		-moz-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
}
@-webkit-keyframes arrowMove {
	0% {
		-webkit-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
	50% {
		-webkit-transform: translate(-50%, 6px);
		transform: translate(-50%, 6px);
	}
	100% {
		-webkit-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
}
@keyframes arrowMove {
	0% {
		-moz-transform: translate(-50%, -3px);
		-ms-transform: translate(-50%, -3px);
		-webkit-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
	50% {
		-moz-transform: translate(-50%, 6px);
		-ms-transform: translate(-50%, 6px);
		-webkit-transform: translate(-50%, 6px);
		transform: translate(-50%, 6px);
	}
	100% {
		-moz-transform: translate(-50%, -3px);
		-ms-transform: translate(-50%, -3px);
		-webkit-transform: translate(-50%, -3px);
		transform: translate(-50%, -3px);
	}
}
/* --------------------------------------------------

バナー

-------------------------------------------------- */
section#banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 123px;
	padding-bottom: 120px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	section#banner {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 10px;
		margin-right: 10px;
		height: auto;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	section#banner:before_ {
		content: " ";
		display: block;
		width: 100%;
		background-color: #fff;
		height: 100%;
		position: absolute;
		left: 0;
		top: -40px;
		z-index: -1;
	}
}
section#banner a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 5px;
	background-color: #dde3d5;
	width: 320px;
	width: 33.33333%;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	position: relative;
	text-align: left;
	padding-left: 3.5em;
}
@media screen and (min-width: 768px) {
	section#banner a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	section#banner a:hover {
		background-color: #5ba79d;
	}
	section#banner a:hover i {
		-moz-transition: filter 0.3s;
		-o-transition: filter 0.3s;
		-webkit-transition: filter 0.3s;
		transition: filter 0.3s;
		-webkit-filter: brightness(1.2);
		filter: brightness(1.2);
	}
}
@media screen and (max-width: 1040px) {
	section#banner a {
		font-size: 1.66178vw;
	}
}
@media screen and (max-width: 767px) {
	section#banner a {
		height: 50px;
		font-size: 13px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 500px;
		text-align: center;
		padding-left: 0;
	}
	section#banner a + a {
		margin-top: 27px;
	}
}
section#banner a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 2px;
	left: 6.25%;
}
@media screen and (max-width: 920px) {
	section#banner a:after {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		left: 4.6875%;
	}
}
section#banner .entry-trial {
	background-color: #158274;
}
section#banner .entry-trial:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #217e72;
	background: transparent url(/front/common/img/banner-bg-03.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner .entry-trial:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner .entry-trial i {
	display: block;
	position: absolute;
	width: 78px;
	height: 123px;
	background: transparent url(/front/common/img/ico-OL.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 5%;
}
@media screen and (max-width: 920px) {
	section#banner .entry-trial i {
		width: 51.48px;
		height: 81.18px;
	}
}
@media screen and (max-width: 767px) {
	section#banner .entry-trial i {
		width: 39px;
		height: 62px;
		right: 8.4375%;
	}
}
section#banner .contact {
	background-color: #19b184;
}
@media screen and (min-width: 768px) {
	section#banner .contact:hover {
		background-color: #5ec8a9;
	}
}
section#banner .contact:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/banner-bg-02.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner .contact:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner .contact i {
	display: block;
	position: absolute;
	width: 89px;
	height: 105px;
	background: transparent url(/front/common/img/ico-dog.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 6.5625%;
}
@media screen and (max-width: 920px) {
	section#banner .contact i {
		width: 58.74px;
		height: 69.3px;
	}
}
@media screen and (max-width: 767px) {
	section#banner .contact i {
		width: 45px;
		height: 53px;
		right: 7.8125%;
	}
}
section#banner .movie {
	background-color: #1fce71;
}
@media screen and (min-width: 768px) {
	section#banner .movie:hover {
		background-color: #62dd9b;
	}
}
section#banner .movie:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #1fce71;
	background: transparent url(/front/common/img/banner-bg-04.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner .movie:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner .movie i {
	display: block;
	position: absolute;
	width: 122px;
	height: 116px;
	background: transparent url(/front/common/img/ico-movie.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 3.125%;
}
@media screen and (max-width: 920px) {
	section#banner .movie i {
		width: 80.52px;
		height: 76.56px;
	}
}
@media screen and (max-width: 767px) {
	section#banner .movie i {
		width: 61px;
		height: 58px;
		right: 4.6875%;
	}
}

/* --------------------------------------------------

manaableとは

-------------------------------------------------- */
section#about {
	position: relative;
	padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
	section#about {
		background-color: #fff;
		width: 93.75%;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 130px;
	}
}
@media screen and (max-width: 767px) {
	section#about {
		padding-bottom: 45px;
	}
}
section#about:before_ {
	content: " ";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 93.75%;
	height: -webkit-calc((100% - 139px));
	height: calc((100% - 139px));
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 139px;
	border-radius: 10px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	section#about:before_ {
		display: none;
	}
}
section#about header {
	background-color: #19b184;
	height: 262px;
	margin-right: auto;
	width: 80%;
	border-radius: 0px 10px 10px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	section#about header {
		-moz-transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-webkit-transform: translateY(-130px);
		transform: translateY(-130px);
		margin-bottom: -130px;
		margin-left: -webkit-calc(((100% - 100vw) /2));
		margin-left: calc(((100% - 100vw) /2));
	}
}
@media screen and (max-width: 767px) {
	section#about header {
		height: 110px;
		width: 90.66667%;
	}
}
section#about header:after {
	content: "About";
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 120px;
	position: absolute;
	opacity: .2;
	bottom: -17px;
	line-height: 120px;
	vertical-align: bottom;
	right: 154px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: right;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	section#about header:after {
		display: none;
	}
}
section#about header:before {
	content: " ";
	position: absolute;
	width: 100%;
	width: -webkit-calc((100% + 10px));
	width: calc((100% + 10px));
	height: 100%;
	z-index: -1;
	border-radius: 0px 10px 10px 0px;
	top: 10px;
	left: 0px;
	background: transparent url(/front/common/img/header-bg.png) 0 1px repeat;
}
@media screen and (max-width: 767px) {
	section#about header:before {
		background-image: url(/front/common/img/header-bg-sp.png);
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
section#about header i {
	position: absolute;
	display: block;
	width: 214px;
	height: 233px;
	background: transparent url(/img/ico-dog-02.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 1;
	bottom: 0;
	right: -30px;
}
@media screen and (max-width: 767px) {
	section#about header i {
		width: 84px;
		height: 71.5px;
		background-position: 50% 0;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		right: -10px;
	}
}
section#about header .heading {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	margin-left: 19.83333%;
	margin-right: auto;
	letter-spacing: 0;
	display: inline-block;
}
section#about header .heading br {
	display: none;
}
@media screen and (max-width: 1600px) {
	section#about header .heading {
		font-size: 3.125vw;
	}
}
@media screen and (max-width: 1400px) {
	section#about header .heading {
		margin-left: 16.66667%;
	}
}
@media screen and (max-width: 1200px) {
	section#about header .heading {
		margin-left: 10%;
	}
}
@media screen and (max-width: 840px) {
	section#about header .heading {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	section#about header .heading {
		padding-right: 0;
		margin-left: 5.88235%;
		text-align: left;
		font-size: 25px;
	}
}
@media screen and (max-width: 512px) {
	section#about header .heading br {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	section#about header .heading {
		font-size: 5.88235vw;
	}
}
section#about .fig-box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 76.5625%;
	max-width: 1400px;
	position: relative;
	margin-top: 72px;
}
@media screen and (max-width: 767px) {
	section#about .fig-box {
		width: -webkit-calc((100% - 40px));
		width: calc((100% - 40px));
		max-width: 600px;
		margin-top: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}
section#about .fig-box:after {
	content: " ";
	display: block;
	padding-top: 73.06122%;
}
@media screen and (max-width: 767px) {
	section#about .fig-box:after {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	section#about figure {
		display: block;
		position: absolute;
	}
}
@media screen and (max-width: 767px) {
	section#about figure:nth-of-type(odd) {
		margin-left: 0;
		margin-right: auto;
	}
	section#about figure:nth-of-type(even) {
		margin-left: auto;
		margin-right: 10px;
	}
	section#about figure + figure {
		margin-top: 18px;
	}
}
section#about figure img {
	display: block;
	width: 100%;
	height: auto;
}
section#about figure img:nth-of-type(1) {
	display: block;
}
section#about figure img:nth-of-type(2) {
	display: none;
}
@media screen and (max-width: 767px) {
	section#about figure img:nth-of-type(1) {
		display: none;
	}
	section#about figure img:nth-of-type(2) {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	section#about .fig-01 {
		width: 38.12245%;
		height: 27.48603%;
		left: 1.38776%;
		top: 1.67598%;
	}
	section#about .fig-02 {
		width: 40%;
		height: 33.18436%;
		left: 58.04082%;
		top: 0%;
	}
	section#about .fig-03 {
		width: 40.65306%;
		height: 37.09497%;
		left: 2.61224%;
		top: 63.01676%;
	}
	section#about .fig-04 {
		width: 37.46939%;
		height: 27.48603%;
		left: 62.69388%;
		top: 66.36872%;
	}
	section#about .fig-center {
		width: 81.63265%;
		height: 47.3743%;
		left: 9.63265%;
		top: 24.13408%;
	}
}
@media screen and (max-width: 767px) {
	section#about .fig-01 {
		max-width: 442px;
		-webkit-order: 1;
		order: 1;
	}
	section#about .fig-02 {
		max-width: 444.66667px;
		-webkit-order: 2;
		order: 2;
	}
	section#about .fig-03 {
		max-width: 437.33333px;
		-webkit-order: 3;
		order: 3;
	}
	section#about .fig-04 {
		max-width: 448px;
		-webkit-order: 4;
		order: 4;
	}
	section#about .fig-center {
		display: none;
	}
	section#about .fig-center-02 {
		display: block;
		margin-top: 15px;
	}
	section#about .fig-center-02 img {
		display: block !important;
		width: 88%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
section#about .copy {
	text-align: center;
	margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
	section#about .copy {
		margin-bottom: 30px;
	}
}
section#about .copy p {
	font-size: 62px;
	font-weight: 800;
	padding-left: 5px;
	display: inline;
	color: #333333;
	background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffe800 70%, #ffe800 100%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
	section#about .copy p {
		font-size: 4.16667vw;
	}
}
@media screen and (max-width: 767px) {
	section#about .copy p {
		font-size: 6.5189vw;
	}
}
@media screen and (max-width: 374px) {
	section#about .copy p {
		font-size: 23px;
	}
}
section#about .btn {
	position: relative;
	z-index: 1;
}
section#about .btn p {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 1.28571em;
}
@media screen and (max-width: 767px) {
	section#about .btn p {
		font-size: 14px;
	}
}

/* --------------------------------------------------

manaableの活用方法

-------------------------------------------------- */
section#movie {
	position: relative;
	padding-bottom: 140px;
}
@media screen and (min-width: 768px) {
	section#movie {
		background-color: #fff;
		width: 93.75%;
		border-radius: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 230px;
	}
}
@media screen and (max-width: 767px) {
	section#movie {
		padding-bottom: 50px;
		margin-top: 50px;
	}
}
section#movie:before_ {
	content: " ";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 93.75%;
	height: -webkit-calc((100% - 139px));
	height: calc((100% - 139px));
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 139px;
	border-radius: 10px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	section#movie:before_ {
		display: none;
	}
}
section#movie header {
	background-color: #19b184;
	height: 262px;
	margin-right: auto;
	border-radius: 0px 10px 10px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	section#movie header {
		width: 80%;
		-moz-transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-webkit-transform: translateY(-130px);
		transform: translateY(-130px);
		margin-bottom: -130px;
		margin-left: -webkit-calc(((100% - 100vw) /2));
		margin-left: calc(((100% - 100vw) /2));
	}
}
@media screen and (max-width: 767px) {
	section#movie header {
		height: 110px;
		width: 90.66667%;
	}
}
section#movie header:after {
	content: "Movie";
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 120px;
	position: absolute;
	opacity: .2;
	bottom: -17px;
	line-height: 120px;
	vertical-align: bottom;
	right: 154px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: right;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	section#movie header:after {
		display: none;
	}
}
section#movie header:before {
	content: " ";
	position: absolute;
	width: 100%;
	width: -webkit-calc((100% + 10px));
	width: calc((100% + 10px));
	height: 100%;
	z-index: -1;
	border-radius: 0px 10px 10px 0px;
	top: 10px;
	left: 0px;
	background: transparent url(/front/common/img/header-bg.png) 0 1px repeat;
}
@media screen and (max-width: 767px) {
	section#movie header:before {
		background-image: url(/front/common/img/header-bg-sp.png);
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
section#movie header i {
	position: absolute;
	display: block;
	width: 214px;
	height: 301px;
	background: transparent url(/img/ico-dog-03.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 1;
	bottom: 0;
	right: 5px;
}
@media screen and (max-width: 767px) {
	section#movie header i {
		width: 87px;
		height: 100px;
		background-position: 50% 0;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		right: -20px;
		bottom: 0;
	}
}
section#movie header .heading {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	margin-left: 19.83333%;
	margin-right: auto;
	letter-spacing: 0;
	display: inline-block;
}
section#movie header .heading br {
	display: none;
}
@media screen and (max-width: 1600px) {
	section#movie header .heading {
		font-size: 3.125vw;
	}
}
@media screen and (max-width: 1400px) {
	section#movie header .heading {
		margin-left: 16.66667%;
	}
}
@media screen and (max-width: 1200px) {
	section#movie header .heading {
		margin-left: 10%;
	}
}
@media screen and (max-width: 840px) {
	section#movie header .heading {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	section#movie header .heading {
		padding-right: 0;
		margin-left: 5.88235%;
		text-align: left;
		font-size: 25px;
	}
}
@media screen and (max-width: 512px) {
	section#movie header .heading br {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	section#movie header .heading {
		font-size: 5.88235vw;
	}
}
section#movie h3 {
	font-size: 44px;
	font-weight: 800;
	text-align: center;
	margin-top: 82px;
	margin-top: 1.86364em;
}
@media screen and (max-width: 1023px) {
	section#movie h3 {
		font-size: 4.30108vw;
	}
}
@media screen and (max-width: 767px) {
	section#movie h3 {
		font-size: 25px;
		margin-top: 1.8em;
	}
}
section#movie .description {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.9;
	margin-top: 1.7em;
}
@media screen and (max-width: 1165px) {
	section#movie .description {
		font-size: 1.71674vw;
	}
}
@media screen and (max-width: 767px) {
	section#movie .description {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 1.5em;
		margin-left: 30px;
		margin-right: 30px;
		letter-spacing: 0;
	}
}
section#movie .copy {
	text-align: center;
	margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
	section#movie .copy {
		margin-bottom: 30px;
	}
}
section#movie .copy p {
	font-size: 62px;
	font-weight: 800;
	padding-left: 5px;
	display: inline;
	color: #333333;
	background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffe800 70%, #ffe800 100%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
	section#movie .copy p {
		font-size: 4.16667vw;
	}
}
@media screen and (max-width: 767px) {
	section#movie .copy p {
		font-size: 6.5189vw;
	}
}
@media screen and (max-width: 374px) {
	section#movie .copy p {
		font-size: 23px;
	}
}
section#movie .youtube {
	margin-left: auto;
	margin-right: auto;
	width: 62.5%;
	margin-top: 72px;
	margin-bottom: 100px;
	position: relative;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	section#movie .youtube {
		margin-top: 37px;
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 53px;
		border-radius: 10px;
	}
}
section#movie .youtube:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	section#movie .youtube:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}
section#movie .youtube .inner {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	background-color: #ccc;
	border-radius: 20px;
	border: 8px solid  #19b184;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	section#movie .youtube .inner {
		border-radius: 10px;
		border-width: 4px;
	}
}
section#movie .youtube iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
section#movie .btn {
	text-align: center;
	z-index: 1;
	position: relative;
}
section#movie .btn p {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 1.28571em;
	padding-left: 5px;
	display: inline;
	color: #333333;
	background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe800 65%, #ffe800 100%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
	section#movie .btn p {
		font-size: 2.66667vw;
	}
}
@media screen and (max-width: 767px) {
	section#movie .btn p {
		line-height: 1.38889;
		font-size: 18px;
	}
}
section#movie .btn p em {
	color: #19b184;
}
section#movie .btn a {
	margin-top: 38px;
}
@media screen and (max-width: 767px) {
	section#movie .btn a {
		margin-top: 25px;
	}
}

/* --------------------------------------------------

トップページお知らせ

-------------------------------------------------- */
section#news {
	position: relative;
	padding-bottom: 110px;
}
@media screen and (min-width: 768px) {
	section#news {
		background-color: #fff;
		width: 93.75%;
		border-radius: 10px;
		z-index: 1;
		margin-left: auto;
		margin-right: auto;
		margin-top: 230px;
	}
}
@media screen and (max-width: 767px) {
	section#news {
		padding-bottom: 50px;
		margin-top: 50px;
	}
}
section#news:before_ {
	content: " ";
	position: absolute;
	display: block;
	background-color: #fff;
	width: 93.75%;
	height: -webkit-calc((100% - 139px));
	height: calc((100% - 139px));
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 139px;
	border-radius: 10px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	section#news:before_ {
		display: none;
	}
}
section#news header {
	background-color: #19b184;
	height: 262px;
	margin-right: auto;
	border-radius: 0px 10px 10px 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	section#news header {
		width: 80%;
		-moz-transform: translateY(-130px);
		-ms-transform: translateY(-130px);
		-webkit-transform: translateY(-130px);
		transform: translateY(-130px);
		margin-bottom: -130px;
		margin-left: -webkit-calc(((100% - 100vw) /2));
		margin-left: calc(((100% - 100vw) /2));
	}
}
@media screen and (max-width: 767px) {
	section#news header {
		height: 110px;
		width: 90.66667%;
	}
}
section#news header:after {
	content: "News";
	font-family: Poppins, sans-serif;
	color: #fff;
	font-size: 120px;
	position: absolute;
	opacity: .2;
	bottom: -17px;
	line-height: 120px;
	vertical-align: bottom;
	right: 154px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: right;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	section#news header:after {
		display: none;
	}
}
section#news header:before {
	content: " ";
	position: absolute;
	width: 100%;
	width: -webkit-calc((100% + 10px));
	width: calc((100% + 10px));
	height: 100%;
	z-index: -1;
	border-radius: 0px 10px 10px 0px;
	top: 10px;
	left: 0px;
	background: transparent url(/front/common/img/header-bg.png) 0 1px repeat;
}
@media screen and (max-width: 767px) {
	section#news header:before {
		background-image: url(/front/common/img/header-bg-sp.png);
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
}
section#news header i {
	position: absolute;
	display: block;
	width: 184px;
	height: 222px;
	background: transparent url(/img/ico-dog-04.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 1;
	bottom: 0;
	right: -10px;
}
@media screen and (max-width: 767px) {
	section#news header i {
		width: 92px;
		height: 111px;
		background-position: 50% 0;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		right: -5px;
		bottom: 0;
	}
}
section#news header .heading {
	color: #fff;
	font-weight: 800;
	font-size: 50px;
	margin-left: 19.83333%;
	margin-right: auto;
	letter-spacing: 0;
	display: inline-block;
}
section#news header .heading br {
	display: none;
}
@media screen and (max-width: 1600px) {
	section#news header .heading {
		font-size: 3.125vw;
	}
}
@media screen and (max-width: 1400px) {
	section#news header .heading {
		margin-left: 16.66667%;
	}
}
@media screen and (max-width: 1200px) {
	section#news header .heading {
		margin-left: 10%;
	}
}
@media screen and (max-width: 840px) {
	section#news header .heading {
		text-align: center;
	}
}
@media screen and (max-width: 767px) {
	section#news header .heading {
		padding-right: 0;
		margin-left: 5.88235%;
		text-align: left;
		font-size: 25px;
	}
}
@media screen and (max-width: 512px) {
	section#news header .heading br {
		display: block;
	}
}
@media screen and (max-width: 374px) {
	section#news header .heading {
		font-size: 5.88235vw;
	}
}
section#news .news-list {
	width: 66.66667%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 93px;
}
@media screen and (max-width: 767px) {
	section#news .news-list {
		margin-top: 45px;
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
	}
}
section#news .news-list ul {
	border-top: 1px dotted #7f7f7f;
}
section#news .news-list li {
	border-bottom: 1px dotted #7f7f7f;
}
section#news .news-list li a {
	display: -webkit-flex;
	display: flex;
	font-size: 20px;
	line-height: 1.7;
	color: #333333;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
@media screen and (max-width: 767px) {
	section#news .news-list li a {
		line-height: 1.23077em;
		font-size: 13px;
		padding-top: 1.34615em;
		padding-bottom: 1.34615em;
	}
}
section#news .news-list li a span {
	display: block;
}
@media screen and (min-width: 768px) {
	section#news .news-list li a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	section#news .news-list li a:not([href='javascript:void(0)']):hover {
		opacity: .7;
	}
	section#news .news-list li a[href='javascript:void(0)']:hover {
		cursor: default;
	}
}
@media screen and (max-width: 767px) {
	section#news .news-list li a {
		display: block;
	}
}
section#news .news-list li .date {
	margin-right: 0em;
	-webkit-flex: 0 0 8em;
	flex: 0 0 8em;
}
section#news .news-list li .title {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
	section#news .news-list li .title {
		margin-top: .3em;
	}
}
section#news .news-list li .pdf:after {
	content: " ";
	display: inline-block;
	background: transparent url(/front/common/img/ico-pdf.png) 50% 50% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	width: 23px;
	height: 29px;
	margin-left: 25px;
	margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
	section#news .news-list li .pdf:after {
		width: 18.5px;
		height: 24px;
		margin-left: 5px;
	}
}
section#news .news-list .link {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	float: right;
	margin-top: 30px;
}
@media screen and (min-width: 768px) {
	section#news .news-list .link {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	section#news .news-list .link:hover {
		opacity: .7;
	}
}
@media screen and (max-width: 767px) {
	section#news .news-list .link {
		margin-top: 25px;
		font-size: 13px;
	}
}
section#news .news-list .link:before {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 2px solid #19b184;
	border-radius: 50%;
	color: #19b184;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 2px;
	margin-right: 18px;
}
@media screen and (max-width: 920px) {
	section#news .news-list .link:before {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		margin-right: 9px;
		padding-left: 2px;
	}
}
section#news .btns {
	text-align: center;
	clear: both;
	padding-top: 70px;
	text-align: center;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	section#news .btns {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 93.75%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns {
		padding-top: 35px;
		margin-left: 30px;
		margin-right: 30px;
	}
}
section#news .btns p {
	width: 100%;
	margin-bottom: 4.6875em;
	padding-left: 5px;
	display: block;
}
@media screen and (max-width: 767px) {
	section#news .btns p {
		margin-bottom: 3.46875em;
	}
}
section#news .btns p span {
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	background: linear-gradient(rgba(0, 0, 0, 0) 65%, #ffe800 65%, #ffe800 100%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1200px) {
	section#news .btns p span {
		font-size: 2.66667vw;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns p span {
		line-height: 1.38889;
		font-size: 18px;
	}
}
section#news .btns p span em {
	color: #19b184;
}
section#news .btns .btn {
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	section#news .btns .btn {
		width: 480px;
		height: 100px;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns .btn {
		margin-bottom: 25px;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}
}
section#news .btns .btn.contact a i {
	display: block;
	position: absolute;
	width: 89px;
	height: 105px;
	background: transparent url(/front/common/img/ico-dog.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 6.5625%;
}
@media screen and (max-width: 920px) {
	section#news .btns .btn.contact a i {
		width: 58.74px;
		height: 69.3px;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns .btn.contact a i {
		width: 45px;
		height: 53px;
		right: 7.8125%;
	}
}
section#news .btns .btn.trial a {
	background-color: #158274;
}
@media screen and (min-width: 768px) {
	section#news .btns .btn.trial a:hover {
		background-color: #5ba79d;
	}
}
section#news .btns .btn.trial a i {
	display: block;
	position: absolute;
	width: 78px;
	height: 123px;
	background: transparent url(/front/common/img/ico-OL.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 5%;
}
@media screen and (max-width: 920px) {
	section#news .btns .btn.trial a i {
		width: 51.48px;
		height: 81.18px;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns .btn.trial a i {
		width: 39px;
		height: 62px;
		right: 8.4375%;
	}
}
section#news .btns a {
	background-color: #19b184;
	position: relative;
	width: 100%;
	max-width: none;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 0;
	margin-right: 0;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (min-width: 768px) {
	section#news .btns a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	section#news .btns a:hover {
		background-color: #5ec8a9;
	}
}
@media screen and (max-width: 767px) {
	section#news .btns a {
		height: 50px;
		font-size: 13px;
		border-radius: 5px;
		max-width: 420px;
	}
}
section#news .btns a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	box-sizing: border-box;
	padding-left: 3px;
	left: 6.25%;
}
@media screen and (max-width: 920px) {
	section#news .btns a:after {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		left: 4.6875%;
		padding-left: 2px;
	}
}
section#news .btns a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	section#news .btns a:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn a {
	background-color: #19b184;
	position: relative;
	width: -webkit-calc((100% - 60px));
	width: calc((100% - 60px));
	max-width: 500px;
	height: 90px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (min-width: 768px) {
	.btn a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	.btn a:hover {
		background-color: #5ec8a9;
	}
}
@media screen and (max-width: 767px) {
	.btn a {
		height: 50px;
		font-size: 13px;
		border-radius: 5px;
		max-width: 420px;
	}
}
.btn a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 36px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	box-sizing: border-box;
	padding-left: 3px;
	left: 6.25%;
}
@media screen and (max-width: 920px) {
	.btn a:after {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		left: 4.6875%;
		padding-left: 2px;
	}
}
.btn a:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: inherit;
	top: 3px;
	left: 3px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/btn-bg.png);
}
@media screen and (max-width: 767px) {
	.btn a:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
		top: 3px;
		left: 3px;
	}
}
.btn p {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 1.28571em;
}
.btn p em {
	color: #00875f;
}
@media screen and (max-width: 767px) {
	.btn p {
		font-size: 14px;
	}
}

/* --------------------------------------------------

ボタン2列

-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.btn-2cols {
		max-width: 1000px;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
	.btn-2cols .btn {
		width: -webkit-calc((50% - 20px));
		width: calc((50% - 20px));
	}
	.btn-2cols .btn a {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.btn-2cols .btn {
		width: auto;
	}
	.btn-2cols .btn + .btn {
		margin-top: 45px;
	}
	.btn-2cols .btn a {
		width: 100%;
	}
}

/* --------------------------------------------------

ボタンバリエーション

-------------------------------------------------- */
.btn.type-01 > p {
	text-align: center;
}
.btn.type-01 a {
	background-color: #1fce71;
}
@media screen and (min-width: 768px) {
	.btn.type-01 a {
		height: 100px;
	}
	.btn.type-01 a:hover {
		background-color: #62dd9b;
	}
}
.btn.type-01 a:before {
	border: 1px solid  #1fce71;
	background-image: url(/front/common/img/banner-bg-04.png);
}
.btn.type-01 img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 3.33333%;
	width: auto;
}
@media screen and (max-width: 1020px) {
	.btn.type-01 img {
		height: 61.38px;
	}
}
@media screen and (max-width: 767px) {
	.btn.type-01 img {
		height: 61.38px;
		right: 3.125%;
	}
}
@media screen and (max-width: 374px) {
	.btn.type-01 img {
		height: 46.5px;
		right: 3.125%;
	}
}
.btn.type-02 > p {
	text-align: center;
}
.btn.type-02 a {
	background-color: #19b184;
}
@media screen and (min-width: 768px) {
	.btn.type-02 a {
		height: 100px;
	}
	.btn.type-02 a:hover {
		background-color: #5ec8a9;
	}
}
.btn.type-02 a:before {
	border: 1px solid  #1fce71;
	background-image: url(/front/common/img/btn-bg.png);
}
.btn.type-02 img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 3.33333%;
	width: auto;
}
@media screen and (max-width: 1020px) {
	.btn.type-02 img {
		height: 61.38px;
	}
}
@media screen and (max-width: 767px) {
	.btn.type-02 img {
		height: 61.38px;
		right: 3.125%;
	}
}
@media screen and (max-width: 374px) {
	.btn.type-02 img {
		height: 46.5px;
		right: 3.125%;
	}
}
.btn.type-03 a {
	background-color: #158274;
}
@media screen and (min-width: 768px) {
	.btn.type-03 a {
		height: 100px;
	}
	.btn.type-03 a:hover {
		background-color: #5ba79d;
	}
}
.btn.type-03 a:before {
	border: 1px solid  #1fce71;
	background-image: url(/front/common/img/btn-bg.png);
}
.btn.type-03 img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 3.33333%;
	width: auto;
}
@media screen and (max-width: 1020px) {
	.btn.type-03 img {
		height: 61.38px;
	}
}
@media screen and (max-width: 767px) {
	.btn.type-03 img {
		height: 61.38px;
		right: 3.125%;
	}
}
@media screen and (max-width: 374px) {
	.btn.type-03 img {
		height: 46.5px;
		right: 3.125%;
	}
}

section#banner_ {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 123px;
	padding-bottom: 120px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	section#banner_ {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 10px;
		margin-right: 10px;
		height: auto;
		padding-top: 40px;
		padding-bottom: 80px;
	}
	section#banner_:before_ {
		content: " ";
		display: block;
		width: 100%;
		background-color: #fff;
		height: 100%;
		position: absolute;
		left: 0;
		top: -40px;
		z-index: -1;
	}
}
section#banner_ a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	text-align: center;
	border-radius: 5px;
	background-color: #dde3d5;
	width: 320px;
	width: 33.33333%;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	position: relative;
	text-align: left;
	padding-left: 3.5em;
}
@media screen and (min-width: 768px) {
	section#banner_ a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	section#banner_ a:hover {
		background-color: #5ba79d;
	}
	section#banner_ a:hover i {
		-moz-transition: filter 0.3s;
		-o-transition: filter 0.3s;
		-webkit-transition: filter 0.3s;
		transition: filter 0.3s;
		-webkit-filter: brightness(1.2);
		filter: brightness(1.2);
	}
}
@media screen and (max-width: 1040px) {
	section#banner_ a {
		font-size: 1.66178vw;
	}
}
@media screen and (max-width: 767px) {
	section#banner_ a {
		height: 50px;
		font-size: 13px;
		margin-left: auto;
		margin-right: auto;
		width: auto;
		max-width: 500px;
		text-align: center;
		padding-left: 0;
	}
	section#banner_ a + a {
		margin-top: 27px;
	}
}
section#banner_ a:after {
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f3d1";
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid  #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	box-sizing: border-box;
	padding-left: 2px;
	left: 6.25%;
}
@media screen and (max-width: 920px) {
	section#banner_ a:after {
		width: 20px;
		height: 20px;
		line-height: 17px;
		font-size: 13px;
		left: 4.6875%;
	}
}
section#banner_ .entry-trial {
	background-color: #158274;
}
section#banner_ .entry-trial:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #217e72;
	background: transparent url(/front/common/img/banner-bg-03.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner_ .entry-trial:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner_ .entry-trial i {
	display: block;
	position: absolute;
	width: 78px;
	height: 123px;
	background: transparent url(/front/common/img/ico-OL.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 5%;
}
@media screen and (max-width: 920px) {
	section#banner_ .entry-trial i {
		width: 51.48px;
		height: 81.18px;
	}
}
@media screen and (max-width: 767px) {
	section#banner_ .entry-trial i {
		width: 39px;
		height: 62px;
		right: 8.4375%;
	}
}
section#banner_ .contact {
	background-color: #19b184;
}
@media screen and (min-width: 768px) {
	section#banner_ .contact:hover {
		background-color: #5ec8a9;
	}
}
section#banner_ .contact:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #19b184;
	background: transparent url(/front/common/img/banner-bg-02.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner_ .contact:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner_ .contact i {
	display: block;
	position: absolute;
	width: 89px;
	height: 105px;
	background: transparent url(/front/common/img/ico-dog.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 6.5625%;
}
@media screen and (max-width: 920px) {
	section#banner_ .contact i {
		width: 58.74px;
		height: 69.3px;
	}
}
@media screen and (max-width: 767px) {
	section#banner_ .contact i {
		width: 45px;
		height: 53px;
		right: 7.8125%;
	}
}
section#banner_ .movie {
	background-color: #1fce71;
}
@media screen and (min-width: 768px) {
	section#banner_ .movie:hover {
		background-color: #62dd9b;
	}
}
section#banner_ .movie:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 5px;
	top: 5px;
	left: 5px;
	border: 1px solid  #1fce71;
	background: transparent url(/front/common/img/banner-bg-04.png);
	-moz-background-size: 50px 50px;
	-o-background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
@media screen and (max-width: 767px) {
	section#banner_ .movie:before {
		-moz-background-size: 25px 25px;
		-o-background-size: 25px 25px;
		-webkit-background-size: 25px 25px;
		background-size: 25px 25px;
	}
}
section#banner_ .movie i {
	display: block;
	position: absolute;
	width: 122px;
	height: 116px;
	background: transparent url(/front/common/img/ico-movie.png) 50% 100% no-repeat;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	right: 3.125%;
}
@media screen and (max-width: 920px) {
	section#banner_ .movie i {
		width: 80.52px;
		height: 76.56px;
	}
}
@media screen and (max-width: 767px) {
	section#banner_ .movie i {
		width: 61px;
		height: 58px;
		right: 4.6875%;
	}
}

/* --------------------------------------------------

ボタン ※仕様変更 2021.06.03

-------------------------------------------------- */
/* --------------------------------------------------

印刷時調整

-------------------------------------------------- */
/* --------------------------------------------------

その他

-------------------------------------------------- */
.height_100 {
	width: auto !important;
	height: 100% !important;
}

.width_100 {
	width: 100% !important;
	height: auto !important;
}

strong {
	font-weight: bold;
}

.color-red {
	color: red;
}

u {
	color: inherit;
	text-decoration: none !important;
}

/* --------------------------------------------------

テキスト関連

-------------------------------------------------- */
.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.smaller {
	font-size: smaller;
}

.larger {
	font-size: larger;
}

.fll {
	float: left;
}

.flr {
	float: right;
}

.fln {
	float: none;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

em {
	font-weight: bold;
}

/*1文字インデント*/
.indent {
	text-indent: -1em;
	margin-left: 1em;
}

.dib {
	display: inline-block !important;
}

@media screen and (min-width: 768px) {
	.dib-pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) {
	.dib-sp {
		display: inline-block !important;
	}
}
/* --------------------------------------------------

画像関連

-------------------------------------------------- */
figure {
	display: block;
}
figure img {
	display: block;
}

/* --------------------------------------------------

その他

-------------------------------------------------- */
.hide {
	display: none !important;
}

.posf {
	position: fixed !important;
}

.posr {
	position: relative !important;
}

.poss {
	position: static !important;
}

/*PC SP表示切り替え*/
@media all and (min-width: 768px) and (max-width: 10000px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}
.w100p {
	width: 100% !important;
}

.wa {
	width: auto !important;
}

.ha {
	height: auto !important;
}

.clear {
	clear: both;
}

#lineup-font-size-sampler {
	display: none;
}

@media screen and (max-width: 767px) {
	.dib-sp {
		display: inline-block;
	}
}
/* --------------------------------------------------

パディングとマージン

-------------------------------------------------- */
.m0a {
	margin: 0 auto;
}

.ma {
	margin: auto;
}

.mlra {
	margin-left: auto;
	margin-right: auto;
}

.m0 {
	margin: 0;
}

.p0 {
	padding: 0;
}

.pt0 {
	padding-top: 0px !important;
}

.pr0 {
	padding-right: 0px !important;
}

.pb0 {
	padding-bottom: 0px !important;
}

.pl0 {
	padding-left: 0px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mr0 {
	margin-right: 0px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.ml0 {
	margin-left: 0px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mr-0 {
	margin-right: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.ml-0 {
	margin-left: 0px !important;
}

.fz0 {
	font-size: 0px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pr5 {
	padding-right: 5px !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pl5 {
	padding-left: 5px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.mt-5 {
	margin-top: -5px !important;
}

.mr-5 {
	margin-right: -5px !important;
}

.mb-5 {
	margin-bottom: -5px !important;
}

.ml-5 {
	margin-left: -5px !important;
}

.fz5 {
	font-size: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.mt-10 {
	margin-top: -10px !important;
}

.mr-10 {
	margin-right: -10px !important;
}

.mb-10 {
	margin-bottom: -10px !important;
}

.ml-10 {
	margin-left: -10px !important;
}

.fz10 {
	font-size: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pr15 {
	padding-right: 15px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pl15 {
	padding-left: 15px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mt-15 {
	margin-top: -15px !important;
}

.mr-15 {
	margin-right: -15px !important;
}

.mb-15 {
	margin-bottom: -15px !important;
}

.ml-15 {
	margin-left: -15px !important;
}

.fz15 {
	font-size: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mt-20 {
	margin-top: -20px !important;
}

.mr-20 {
	margin-right: -20px !important;
}

.mb-20 {
	margin-bottom: -20px !important;
}

.ml-20 {
	margin-left: -20px !important;
}

.fz20 {
	font-size: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pr25 {
	padding-right: 25px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pl25 {
	padding-left: 25px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.mt-25 {
	margin-top: -25px !important;
}

.mr-25 {
	margin-right: -25px !important;
}

.mb-25 {
	margin-bottom: -25px !important;
}

.ml-25 {
	margin-left: -25px !important;
}

.fz25 {
	font-size: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mt-30 {
	margin-top: -30px !important;
}

.mr-30 {
	margin-right: -30px !important;
}

.mb-30 {
	margin-bottom: -30px !important;
}

.ml-30 {
	margin-left: -30px !important;
}

.fz30 {
	font-size: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pr35 {
	padding-right: 35px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pl35 {
	padding-left: 35px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.mt-35 {
	margin-top: -35px !important;
}

.mr-35 {
	margin-right: -35px !important;
}

.mb-35 {
	margin-bottom: -35px !important;
}

.ml-35 {
	margin-left: -35px !important;
}

.fz35 {
	font-size: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mt-40 {
	margin-top: -40px !important;
}

.mr-40 {
	margin-right: -40px !important;
}

.mb-40 {
	margin-bottom: -40px !important;
}

.ml-40 {
	margin-left: -40px !important;
}

.fz40 {
	font-size: 40px !important;
}

.pt45 {
	padding-top: 45px !important;
}

.pr45 {
	padding-right: 45px !important;
}

.pb45 {
	padding-bottom: 45px !important;
}

.pl45 {
	padding-left: 45px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mr45 {
	margin-right: 45px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.ml45 {
	margin-left: 45px !important;
}

.mt-45 {
	margin-top: -45px !important;
}

.mr-45 {
	margin-right: -45px !important;
}

.mb-45 {
	margin-bottom: -45px !important;
}

.ml-45 {
	margin-left: -45px !important;
}

.fz45 {
	font-size: 45px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pr50 {
	padding-right: 50px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pl50 {
	padding-left: 50px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.mt-50 {
	margin-top: -50px !important;
}

.mr-50 {
	margin-right: -50px !important;
}

.mb-50 {
	margin-bottom: -50px !important;
}

.ml-50 {
	margin-left: -50px !important;
}

.fz50 {
	font-size: 50px !important;
}

.pt55 {
	padding-top: 55px !important;
}

.pr55 {
	padding-right: 55px !important;
}

.pb55 {
	padding-bottom: 55px !important;
}

.pl55 {
	padding-left: 55px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mr55 {
	margin-right: 55px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

.ml55 {
	margin-left: 55px !important;
}

.mt-55 {
	margin-top: -55px !important;
}

.mr-55 {
	margin-right: -55px !important;
}

.mb-55 {
	margin-bottom: -55px !important;
}

.ml-55 {
	margin-left: -55px !important;
}

.fz55 {
	font-size: 55px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mt-60 {
	margin-top: -60px !important;
}

.mr-60 {
	margin-right: -60px !important;
}

.mb-60 {
	margin-bottom: -60px !important;
}

.ml-60 {
	margin-left: -60px !important;
}

.fz60 {
	font-size: 60px !important;
}

.pt65 {
	padding-top: 65px !important;
}

.pr65 {
	padding-right: 65px !important;
}

.pb65 {
	padding-bottom: 65px !important;
}

.pl65 {
	padding-left: 65px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mr65 {
	margin-right: 65px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.ml65 {
	margin-left: 65px !important;
}

.mt-65 {
	margin-top: -65px !important;
}

.mr-65 {
	margin-right: -65px !important;
}

.mb-65 {
	margin-bottom: -65px !important;
}

.ml-65 {
	margin-left: -65px !important;
}

.fz65 {
	font-size: 65px !important;
}

.pt70 {
	padding-top: 70px !important;
}

.pr70 {
	padding-right: 70px !important;
}

.pb70 {
	padding-bottom: 70px !important;
}

.pl70 {
	padding-left: 70px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mr70 {
	margin-right: 70px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.ml70 {
	margin-left: 70px !important;
}

.mt-70 {
	margin-top: -70px !important;
}

.mr-70 {
	margin-right: -70px !important;
}

.mb-70 {
	margin-bottom: -70px !important;
}

.ml-70 {
	margin-left: -70px !important;
}

.fz70 {
	font-size: 70px !important;
}

.pt75 {
	padding-top: 75px !important;
}

.pr75 {
	padding-right: 75px !important;
}

.pb75 {
	padding-bottom: 75px !important;
}

.pl75 {
	padding-left: 75px !important;
}

.mt75 {
	margin-top: 75px !important;
}

.mr75 {
	margin-right: 75px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.ml75 {
	margin-left: 75px !important;
}

.mt-75 {
	margin-top: -75px !important;
}

.mr-75 {
	margin-right: -75px !important;
}

.mb-75 {
	margin-bottom: -75px !important;
}

.ml-75 {
	margin-left: -75px !important;
}

.fz75 {
	font-size: 75px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mt-80 {
	margin-top: -80px !important;
}

.mr-80 {
	margin-right: -80px !important;
}

.mb-80 {
	margin-bottom: -80px !important;
}

.ml-80 {
	margin-left: -80px !important;
}

.fz80 {
	font-size: 80px !important;
}

.pt85 {
	padding-top: 85px !important;
}

.pr85 {
	padding-right: 85px !important;
}

.pb85 {
	padding-bottom: 85px !important;
}

.pl85 {
	padding-left: 85px !important;
}

.mt85 {
	margin-top: 85px !important;
}

.mr85 {
	margin-right: 85px !important;
}

.mb85 {
	margin-bottom: 85px !important;
}

.ml85 {
	margin-left: 85px !important;
}

.mt-85 {
	margin-top: -85px !important;
}

.mr-85 {
	margin-right: -85px !important;
}

.mb-85 {
	margin-bottom: -85px !important;
}

.ml-85 {
	margin-left: -85px !important;
}

.fz85 {
	font-size: 85px !important;
}

.pt90 {
	padding-top: 90px !important;
}

.pr90 {
	padding-right: 90px !important;
}

.pb90 {
	padding-bottom: 90px !important;
}

.pl90 {
	padding-left: 90px !important;
}

.mt90 {
	margin-top: 90px !important;
}

.mr90 {
	margin-right: 90px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.ml90 {
	margin-left: 90px !important;
}

.mt-90 {
	margin-top: -90px !important;
}

.mr-90 {
	margin-right: -90px !important;
}

.mb-90 {
	margin-bottom: -90px !important;
}

.ml-90 {
	margin-left: -90px !important;
}

.fz90 {
	font-size: 90px !important;
}

.pt95 {
	padding-top: 95px !important;
}

.pr95 {
	padding-right: 95px !important;
}

.pb95 {
	padding-bottom: 95px !important;
}

.pl95 {
	padding-left: 95px !important;
}

.mt95 {
	margin-top: 95px !important;
}

.mr95 {
	margin-right: 95px !important;
}

.mb95 {
	margin-bottom: 95px !important;
}

.ml95 {
	margin-left: 95px !important;
}

.mt-95 {
	margin-top: -95px !important;
}

.mr-95 {
	margin-right: -95px !important;
}

.mb-95 {
	margin-bottom: -95px !important;
}

.ml-95 {
	margin-left: -95px !important;
}

.fz95 {
	font-size: 95px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mt-100 {
	margin-top: -100px !important;
}

.mr-100 {
	margin-right: -100px !important;
}

.mb-100 {
	margin-bottom: -100px !important;
}

.ml-100 {
	margin-left: -100px !important;
}

.fz100 {
	font-size: 100px !important;
}

.pt105 {
	padding-top: 105px !important;
}

.pr105 {
	padding-right: 105px !important;
}

.pb105 {
	padding-bottom: 105px !important;
}

.pl105 {
	padding-left: 105px !important;
}

.mt105 {
	margin-top: 105px !important;
}

.mr105 {
	margin-right: 105px !important;
}

.mb105 {
	margin-bottom: 105px !important;
}

.ml105 {
	margin-left: 105px !important;
}

.mt-105 {
	margin-top: -105px !important;
}

.mr-105 {
	margin-right: -105px !important;
}

.mb-105 {
	margin-bottom: -105px !important;
}

.ml-105 {
	margin-left: -105px !important;
}

.fz105 {
	font-size: 105px !important;
}

.pt110 {
	padding-top: 110px !important;
}

.pr110 {
	padding-right: 110px !important;
}

.pb110 {
	padding-bottom: 110px !important;
}

.pl110 {
	padding-left: 110px !important;
}

.mt110 {
	margin-top: 110px !important;
}

.mr110 {
	margin-right: 110px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.ml110 {
	margin-left: 110px !important;
}

.mt-110 {
	margin-top: -110px !important;
}

.mr-110 {
	margin-right: -110px !important;
}

.mb-110 {
	margin-bottom: -110px !important;
}

.ml-110 {
	margin-left: -110px !important;
}

.fz110 {
	font-size: 110px !important;
}

.pt115 {
	padding-top: 115px !important;
}

.pr115 {
	padding-right: 115px !important;
}

.pb115 {
	padding-bottom: 115px !important;
}

.pl115 {
	padding-left: 115px !important;
}

.mt115 {
	margin-top: 115px !important;
}

.mr115 {
	margin-right: 115px !important;
}

.mb115 {
	margin-bottom: 115px !important;
}

.ml115 {
	margin-left: 115px !important;
}

.mt-115 {
	margin-top: -115px !important;
}

.mr-115 {
	margin-right: -115px !important;
}

.mb-115 {
	margin-bottom: -115px !important;
}

.ml-115 {
	margin-left: -115px !important;
}

.fz115 {
	font-size: 115px !important;
}

.pt120 {
	padding-top: 120px !important;
}

.pr120 {
	padding-right: 120px !important;
}

.pb120 {
	padding-bottom: 120px !important;
}

.pl120 {
	padding-left: 120px !important;
}

.mt120 {
	margin-top: 120px !important;
}

.mr120 {
	margin-right: 120px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.ml120 {
	margin-left: 120px !important;
}

.mt-120 {
	margin-top: -120px !important;
}

.mr-120 {
	margin-right: -120px !important;
}

.mb-120 {
	margin-bottom: -120px !important;
}

.ml-120 {
	margin-left: -120px !important;
}

.fz120 {
	font-size: 120px !important;
}

.pt125 {
	padding-top: 125px !important;
}

.pr125 {
	padding-right: 125px !important;
}

.pb125 {
	padding-bottom: 125px !important;
}

.pl125 {
	padding-left: 125px !important;
}

.mt125 {
	margin-top: 125px !important;
}

.mr125 {
	margin-right: 125px !important;
}

.mb125 {
	margin-bottom: 125px !important;
}

.ml125 {
	margin-left: 125px !important;
}

.mt-125 {
	margin-top: -125px !important;
}

.mr-125 {
	margin-right: -125px !important;
}

.mb-125 {
	margin-bottom: -125px !important;
}

.ml-125 {
	margin-left: -125px !important;
}

.fz125 {
	font-size: 125px !important;
}

.pt130 {
	padding-top: 130px !important;
}

.pr130 {
	padding-right: 130px !important;
}

.pb130 {
	padding-bottom: 130px !important;
}

.pl130 {
	padding-left: 130px !important;
}

.mt130 {
	margin-top: 130px !important;
}

.mr130 {
	margin-right: 130px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.ml130 {
	margin-left: 130px !important;
}

.mt-130 {
	margin-top: -130px !important;
}

.mr-130 {
	margin-right: -130px !important;
}

.mb-130 {
	margin-bottom: -130px !important;
}

.ml-130 {
	margin-left: -130px !important;
}

.fz130 {
	font-size: 130px !important;
}

.pt135 {
	padding-top: 135px !important;
}

.pr135 {
	padding-right: 135px !important;
}

.pb135 {
	padding-bottom: 135px !important;
}

.pl135 {
	padding-left: 135px !important;
}

.mt135 {
	margin-top: 135px !important;
}

.mr135 {
	margin-right: 135px !important;
}

.mb135 {
	margin-bottom: 135px !important;
}

.ml135 {
	margin-left: 135px !important;
}

.mt-135 {
	margin-top: -135px !important;
}

.mr-135 {
	margin-right: -135px !important;
}

.mb-135 {
	margin-bottom: -135px !important;
}

.ml-135 {
	margin-left: -135px !important;
}

.fz135 {
	font-size: 135px !important;
}

.pt140 {
	padding-top: 140px !important;
}

.pr140 {
	padding-right: 140px !important;
}

.pb140 {
	padding-bottom: 140px !important;
}

.pl140 {
	padding-left: 140px !important;
}

.mt140 {
	margin-top: 140px !important;
}

.mr140 {
	margin-right: 140px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

.ml140 {
	margin-left: 140px !important;
}

.mt-140 {
	margin-top: -140px !important;
}

.mr-140 {
	margin-right: -140px !important;
}

.mb-140 {
	margin-bottom: -140px !important;
}

.ml-140 {
	margin-left: -140px !important;
}

.fz140 {
	font-size: 140px !important;
}

.pt145 {
	padding-top: 145px !important;
}

.pr145 {
	padding-right: 145px !important;
}

.pb145 {
	padding-bottom: 145px !important;
}

.pl145 {
	padding-left: 145px !important;
}

.mt145 {
	margin-top: 145px !important;
}

.mr145 {
	margin-right: 145px !important;
}

.mb145 {
	margin-bottom: 145px !important;
}

.ml145 {
	margin-left: 145px !important;
}

.mt-145 {
	margin-top: -145px !important;
}

.mr-145 {
	margin-right: -145px !important;
}

.mb-145 {
	margin-bottom: -145px !important;
}

.ml-145 {
	margin-left: -145px !important;
}

.fz145 {
	font-size: 145px !important;
}

.pt150 {
	padding-top: 150px !important;
}

.pr150 {
	padding-right: 150px !important;
}

.pb150 {
	padding-bottom: 150px !important;
}

.pl150 {
	padding-left: 150px !important;
}

.mt150 {
	margin-top: 150px !important;
}

.mr150 {
	margin-right: 150px !important;
}

.mb150 {
	margin-bottom: 150px !important;
}

.ml150 {
	margin-left: 150px !important;
}

.mt-150 {
	margin-top: -150px !important;
}

.mr-150 {
	margin-right: -150px !important;
}

.mb-150 {
	margin-bottom: -150px !important;
}

.ml-150 {
	margin-left: -150px !important;
}

.fz150 {
	font-size: 150px !important;
}

.pt155 {
	padding-top: 155px !important;
}

.pr155 {
	padding-right: 155px !important;
}

.pb155 {
	padding-bottom: 155px !important;
}

.pl155 {
	padding-left: 155px !important;
}

.mt155 {
	margin-top: 155px !important;
}

.mr155 {
	margin-right: 155px !important;
}

.mb155 {
	margin-bottom: 155px !important;
}

.ml155 {
	margin-left: 155px !important;
}

.mt-155 {
	margin-top: -155px !important;
}

.mr-155 {
	margin-right: -155px !important;
}

.mb-155 {
	margin-bottom: -155px !important;
}

.ml-155 {
	margin-left: -155px !important;
}

.fz155 {
	font-size: 155px !important;
}

.pt160 {
	padding-top: 160px !important;
}

.pr160 {
	padding-right: 160px !important;
}

.pb160 {
	padding-bottom: 160px !important;
}

.pl160 {
	padding-left: 160px !important;
}

.mt160 {
	margin-top: 160px !important;
}

.mr160 {
	margin-right: 160px !important;
}

.mb160 {
	margin-bottom: 160px !important;
}

.ml160 {
	margin-left: 160px !important;
}

.mt-160 {
	margin-top: -160px !important;
}

.mr-160 {
	margin-right: -160px !important;
}

.mb-160 {
	margin-bottom: -160px !important;
}

.ml-160 {
	margin-left: -160px !important;
}

.fz160 {
	font-size: 160px !important;
}

.pt165 {
	padding-top: 165px !important;
}

.pr165 {
	padding-right: 165px !important;
}

.pb165 {
	padding-bottom: 165px !important;
}

.pl165 {
	padding-left: 165px !important;
}

.mt165 {
	margin-top: 165px !important;
}

.mr165 {
	margin-right: 165px !important;
}

.mb165 {
	margin-bottom: 165px !important;
}

.ml165 {
	margin-left: 165px !important;
}

.mt-165 {
	margin-top: -165px !important;
}

.mr-165 {
	margin-right: -165px !important;
}

.mb-165 {
	margin-bottom: -165px !important;
}

.ml-165 {
	margin-left: -165px !important;
}

.fz165 {
	font-size: 165px !important;
}

.pt170 {
	padding-top: 170px !important;
}

.pr170 {
	padding-right: 170px !important;
}

.pb170 {
	padding-bottom: 170px !important;
}

.pl170 {
	padding-left: 170px !important;
}

.mt170 {
	margin-top: 170px !important;
}

.mr170 {
	margin-right: 170px !important;
}

.mb170 {
	margin-bottom: 170px !important;
}

.ml170 {
	margin-left: 170px !important;
}

.mt-170 {
	margin-top: -170px !important;
}

.mr-170 {
	margin-right: -170px !important;
}

.mb-170 {
	margin-bottom: -170px !important;
}

.ml-170 {
	margin-left: -170px !important;
}

.fz170 {
	font-size: 170px !important;
}

.pt175 {
	padding-top: 175px !important;
}

.pr175 {
	padding-right: 175px !important;
}

.pb175 {
	padding-bottom: 175px !important;
}

.pl175 {
	padding-left: 175px !important;
}

.mt175 {
	margin-top: 175px !important;
}

.mr175 {
	margin-right: 175px !important;
}

.mb175 {
	margin-bottom: 175px !important;
}

.ml175 {
	margin-left: 175px !important;
}

.mt-175 {
	margin-top: -175px !important;
}

.mr-175 {
	margin-right: -175px !important;
}

.mb-175 {
	margin-bottom: -175px !important;
}

.ml-175 {
	margin-left: -175px !important;
}

.fz175 {
	font-size: 175px !important;
}

.pt180 {
	padding-top: 180px !important;
}

.pr180 {
	padding-right: 180px !important;
}

.pb180 {
	padding-bottom: 180px !important;
}

.pl180 {
	padding-left: 180px !important;
}

.mt180 {
	margin-top: 180px !important;
}

.mr180 {
	margin-right: 180px !important;
}

.mb180 {
	margin-bottom: 180px !important;
}

.ml180 {
	margin-left: 180px !important;
}

.mt-180 {
	margin-top: -180px !important;
}

.mr-180 {
	margin-right: -180px !important;
}

.mb-180 {
	margin-bottom: -180px !important;
}

.ml-180 {
	margin-left: -180px !important;
}

.fz180 {
	font-size: 180px !important;
}

.pt185 {
	padding-top: 185px !important;
}

.pr185 {
	padding-right: 185px !important;
}

.pb185 {
	padding-bottom: 185px !important;
}

.pl185 {
	padding-left: 185px !important;
}

.mt185 {
	margin-top: 185px !important;
}

.mr185 {
	margin-right: 185px !important;
}

.mb185 {
	margin-bottom: 185px !important;
}

.ml185 {
	margin-left: 185px !important;
}

.mt-185 {
	margin-top: -185px !important;
}

.mr-185 {
	margin-right: -185px !important;
}

.mb-185 {
	margin-bottom: -185px !important;
}

.ml-185 {
	margin-left: -185px !important;
}

.fz185 {
	font-size: 185px !important;
}

.pt190 {
	padding-top: 190px !important;
}

.pr190 {
	padding-right: 190px !important;
}

.pb190 {
	padding-bottom: 190px !important;
}

.pl190 {
	padding-left: 190px !important;
}

.mt190 {
	margin-top: 190px !important;
}

.mr190 {
	margin-right: 190px !important;
}

.mb190 {
	margin-bottom: 190px !important;
}

.ml190 {
	margin-left: 190px !important;
}

.mt-190 {
	margin-top: -190px !important;
}

.mr-190 {
	margin-right: -190px !important;
}

.mb-190 {
	margin-bottom: -190px !important;
}

.ml-190 {
	margin-left: -190px !important;
}

.fz190 {
	font-size: 190px !important;
}

.pt195 {
	padding-top: 195px !important;
}

.pr195 {
	padding-right: 195px !important;
}

.pb195 {
	padding-bottom: 195px !important;
}

.pl195 {
	padding-left: 195px !important;
}

.mt195 {
	margin-top: 195px !important;
}

.mr195 {
	margin-right: 195px !important;
}

.mb195 {
	margin-bottom: 195px !important;
}

.ml195 {
	margin-left: 195px !important;
}

.mt-195 {
	margin-top: -195px !important;
}

.mr-195 {
	margin-right: -195px !important;
}

.mb-195 {
	margin-bottom: -195px !important;
}

.ml-195 {
	margin-left: -195px !important;
}

.fz195 {
	font-size: 195px !important;
}

/*PCのみ*/
@media all and (min-width: 768px) and (max-width: 10000px) {
	.pt0-pc {
		padding-top: 0px !important;
	}

	.pr0-pc {
		padding-right: 0px !important;
	}

	.pb0-pc {
		padding-bottom: 0px !important;
	}

	.pl0-pc {
		padding-left: 0px !important;
	}

	.mt0-pc {
		margin-top: 0px !important;
	}

	.mr0-pc {
		margin-right: 0px !important;
	}

	.mb0-pc {
		margin-bottom: 0px !important;
	}

	.ml0-pc {
		margin-left: 0px !important;
	}

	.mt-0-pc {
		margin-top: 0px !important;
	}

	.mr-0-pc {
		margin-right: 0px !important;
	}

	.mb-0-pc {
		margin-bottom: 0px !important;
	}

	.ml-0-pc {
		margin-left: 0px !important;
	}

	.fz0-pc {
		font-size: 0px !important;
	}

	.pt5-pc {
		padding-top: 5px !important;
	}

	.pr5-pc {
		padding-right: 5px !important;
	}

	.pb5-pc {
		padding-bottom: 5px !important;
	}

	.pl5-pc {
		padding-left: 5px !important;
	}

	.mt5-pc {
		margin-top: 5px !important;
	}

	.mr5-pc {
		margin-right: 5px !important;
	}

	.mb5-pc {
		margin-bottom: 5px !important;
	}

	.ml5-pc {
		margin-left: 5px !important;
	}

	.mt-5-pc {
		margin-top: -5px !important;
	}

	.mr-5-pc {
		margin-right: -5px !important;
	}

	.mb-5-pc {
		margin-bottom: -5px !important;
	}

	.ml-5-pc {
		margin-left: -5px !important;
	}

	.fz5-pc {
		font-size: 5px !important;
	}

	.pt10-pc {
		padding-top: 10px !important;
	}

	.pr10-pc {
		padding-right: 10px !important;
	}

	.pb10-pc {
		padding-bottom: 10px !important;
	}

	.pl10-pc {
		padding-left: 10px !important;
	}

	.mt10-pc {
		margin-top: 10px !important;
	}

	.mr10-pc {
		margin-right: 10px !important;
	}

	.mb10-pc {
		margin-bottom: 10px !important;
	}

	.ml10-pc {
		margin-left: 10px !important;
	}

	.mt-10-pc {
		margin-top: -10px !important;
	}

	.mr-10-pc {
		margin-right: -10px !important;
	}

	.mb-10-pc {
		margin-bottom: -10px !important;
	}

	.ml-10-pc {
		margin-left: -10px !important;
	}

	.fz10-pc {
		font-size: 10px !important;
	}

	.pt15-pc {
		padding-top: 15px !important;
	}

	.pr15-pc {
		padding-right: 15px !important;
	}

	.pb15-pc {
		padding-bottom: 15px !important;
	}

	.pl15-pc {
		padding-left: 15px !important;
	}

	.mt15-pc {
		margin-top: 15px !important;
	}

	.mr15-pc {
		margin-right: 15px !important;
	}

	.mb15-pc {
		margin-bottom: 15px !important;
	}

	.ml15-pc {
		margin-left: 15px !important;
	}

	.mt-15-pc {
		margin-top: -15px !important;
	}

	.mr-15-pc {
		margin-right: -15px !important;
	}

	.mb-15-pc {
		margin-bottom: -15px !important;
	}

	.ml-15-pc {
		margin-left: -15px !important;
	}

	.fz15-pc {
		font-size: 15px !important;
	}

	.pt20-pc {
		padding-top: 20px !important;
	}

	.pr20-pc {
		padding-right: 20px !important;
	}

	.pb20-pc {
		padding-bottom: 20px !important;
	}

	.pl20-pc {
		padding-left: 20px !important;
	}

	.mt20-pc {
		margin-top: 20px !important;
	}

	.mr20-pc {
		margin-right: 20px !important;
	}

	.mb20-pc {
		margin-bottom: 20px !important;
	}

	.ml20-pc {
		margin-left: 20px !important;
	}

	.mt-20-pc {
		margin-top: -20px !important;
	}

	.mr-20-pc {
		margin-right: -20px !important;
	}

	.mb-20-pc {
		margin-bottom: -20px !important;
	}

	.ml-20-pc {
		margin-left: -20px !important;
	}

	.fz20-pc {
		font-size: 20px !important;
	}

	.pt25-pc {
		padding-top: 25px !important;
	}

	.pr25-pc {
		padding-right: 25px !important;
	}

	.pb25-pc {
		padding-bottom: 25px !important;
	}

	.pl25-pc {
		padding-left: 25px !important;
	}

	.mt25-pc {
		margin-top: 25px !important;
	}

	.mr25-pc {
		margin-right: 25px !important;
	}

	.mb25-pc {
		margin-bottom: 25px !important;
	}

	.ml25-pc {
		margin-left: 25px !important;
	}

	.mt-25-pc {
		margin-top: -25px !important;
	}

	.mr-25-pc {
		margin-right: -25px !important;
	}

	.mb-25-pc {
		margin-bottom: -25px !important;
	}

	.ml-25-pc {
		margin-left: -25px !important;
	}

	.fz25-pc {
		font-size: 25px !important;
	}

	.pt30-pc {
		padding-top: 30px !important;
	}

	.pr30-pc {
		padding-right: 30px !important;
	}

	.pb30-pc {
		padding-bottom: 30px !important;
	}

	.pl30-pc {
		padding-left: 30px !important;
	}

	.mt30-pc {
		margin-top: 30px !important;
	}

	.mr30-pc {
		margin-right: 30px !important;
	}

	.mb30-pc {
		margin-bottom: 30px !important;
	}

	.ml30-pc {
		margin-left: 30px !important;
	}

	.mt-30-pc {
		margin-top: -30px !important;
	}

	.mr-30-pc {
		margin-right: -30px !important;
	}

	.mb-30-pc {
		margin-bottom: -30px !important;
	}

	.ml-30-pc {
		margin-left: -30px !important;
	}

	.fz30-pc {
		font-size: 30px !important;
	}

	.pt35-pc {
		padding-top: 35px !important;
	}

	.pr35-pc {
		padding-right: 35px !important;
	}

	.pb35-pc {
		padding-bottom: 35px !important;
	}

	.pl35-pc {
		padding-left: 35px !important;
	}

	.mt35-pc {
		margin-top: 35px !important;
	}

	.mr35-pc {
		margin-right: 35px !important;
	}

	.mb35-pc {
		margin-bottom: 35px !important;
	}

	.ml35-pc {
		margin-left: 35px !important;
	}

	.mt-35-pc {
		margin-top: -35px !important;
	}

	.mr-35-pc {
		margin-right: -35px !important;
	}

	.mb-35-pc {
		margin-bottom: -35px !important;
	}

	.ml-35-pc {
		margin-left: -35px !important;
	}

	.fz35-pc {
		font-size: 35px !important;
	}

	.pt40-pc {
		padding-top: 40px !important;
	}

	.pr40-pc {
		padding-right: 40px !important;
	}

	.pb40-pc {
		padding-bottom: 40px !important;
	}

	.pl40-pc {
		padding-left: 40px !important;
	}

	.mt40-pc {
		margin-top: 40px !important;
	}

	.mr40-pc {
		margin-right: 40px !important;
	}

	.mb40-pc {
		margin-bottom: 40px !important;
	}

	.ml40-pc {
		margin-left: 40px !important;
	}

	.mt-40-pc {
		margin-top: -40px !important;
	}

	.mr-40-pc {
		margin-right: -40px !important;
	}

	.mb-40-pc {
		margin-bottom: -40px !important;
	}

	.ml-40-pc {
		margin-left: -40px !important;
	}

	.fz40-pc {
		font-size: 40px !important;
	}

	.pt45-pc {
		padding-top: 45px !important;
	}

	.pr45-pc {
		padding-right: 45px !important;
	}

	.pb45-pc {
		padding-bottom: 45px !important;
	}

	.pl45-pc {
		padding-left: 45px !important;
	}

	.mt45-pc {
		margin-top: 45px !important;
	}

	.mr45-pc {
		margin-right: 45px !important;
	}

	.mb45-pc {
		margin-bottom: 45px !important;
	}

	.ml45-pc {
		margin-left: 45px !important;
	}

	.mt-45-pc {
		margin-top: -45px !important;
	}

	.mr-45-pc {
		margin-right: -45px !important;
	}

	.mb-45-pc {
		margin-bottom: -45px !important;
	}

	.ml-45-pc {
		margin-left: -45px !important;
	}

	.fz45-pc {
		font-size: 45px !important;
	}

	.pt50-pc {
		padding-top: 50px !important;
	}

	.pr50-pc {
		padding-right: 50px !important;
	}

	.pb50-pc {
		padding-bottom: 50px !important;
	}

	.pl50-pc {
		padding-left: 50px !important;
	}

	.mt50-pc {
		margin-top: 50px !important;
	}

	.mr50-pc {
		margin-right: 50px !important;
	}

	.mb50-pc {
		margin-bottom: 50px !important;
	}

	.ml50-pc {
		margin-left: 50px !important;
	}

	.mt-50-pc {
		margin-top: -50px !important;
	}

	.mr-50-pc {
		margin-right: -50px !important;
	}

	.mb-50-pc {
		margin-bottom: -50px !important;
	}

	.ml-50-pc {
		margin-left: -50px !important;
	}

	.fz50-pc {
		font-size: 50px !important;
	}

	.pt55-pc {
		padding-top: 55px !important;
	}

	.pr55-pc {
		padding-right: 55px !important;
	}

	.pb55-pc {
		padding-bottom: 55px !important;
	}

	.pl55-pc {
		padding-left: 55px !important;
	}

	.mt55-pc {
		margin-top: 55px !important;
	}

	.mr55-pc {
		margin-right: 55px !important;
	}

	.mb55-pc {
		margin-bottom: 55px !important;
	}

	.ml55-pc {
		margin-left: 55px !important;
	}

	.mt-55-pc {
		margin-top: -55px !important;
	}

	.mr-55-pc {
		margin-right: -55px !important;
	}

	.mb-55-pc {
		margin-bottom: -55px !important;
	}

	.ml-55-pc {
		margin-left: -55px !important;
	}

	.fz55-pc {
		font-size: 55px !important;
	}

	.pt60-pc {
		padding-top: 60px !important;
	}

	.pr60-pc {
		padding-right: 60px !important;
	}

	.pb60-pc {
		padding-bottom: 60px !important;
	}

	.pl60-pc {
		padding-left: 60px !important;
	}

	.mt60-pc {
		margin-top: 60px !important;
	}

	.mr60-pc {
		margin-right: 60px !important;
	}

	.mb60-pc {
		margin-bottom: 60px !important;
	}

	.ml60-pc {
		margin-left: 60px !important;
	}

	.mt-60-pc {
		margin-top: -60px !important;
	}

	.mr-60-pc {
		margin-right: -60px !important;
	}

	.mb-60-pc {
		margin-bottom: -60px !important;
	}

	.ml-60-pc {
		margin-left: -60px !important;
	}

	.fz60-pc {
		font-size: 60px !important;
	}

	.pt65-pc {
		padding-top: 65px !important;
	}

	.pr65-pc {
		padding-right: 65px !important;
	}

	.pb65-pc {
		padding-bottom: 65px !important;
	}

	.pl65-pc {
		padding-left: 65px !important;
	}

	.mt65-pc {
		margin-top: 65px !important;
	}

	.mr65-pc {
		margin-right: 65px !important;
	}

	.mb65-pc {
		margin-bottom: 65px !important;
	}

	.ml65-pc {
		margin-left: 65px !important;
	}

	.mt-65-pc {
		margin-top: -65px !important;
	}

	.mr-65-pc {
		margin-right: -65px !important;
	}

	.mb-65-pc {
		margin-bottom: -65px !important;
	}

	.ml-65-pc {
		margin-left: -65px !important;
	}

	.fz65-pc {
		font-size: 65px !important;
	}

	.pt70-pc {
		padding-top: 70px !important;
	}

	.pr70-pc {
		padding-right: 70px !important;
	}

	.pb70-pc {
		padding-bottom: 70px !important;
	}

	.pl70-pc {
		padding-left: 70px !important;
	}

	.mt70-pc {
		margin-top: 70px !important;
	}

	.mr70-pc {
		margin-right: 70px !important;
	}

	.mb70-pc {
		margin-bottom: 70px !important;
	}

	.ml70-pc {
		margin-left: 70px !important;
	}

	.mt-70-pc {
		margin-top: -70px !important;
	}

	.mr-70-pc {
		margin-right: -70px !important;
	}

	.mb-70-pc {
		margin-bottom: -70px !important;
	}

	.ml-70-pc {
		margin-left: -70px !important;
	}

	.fz70-pc {
		font-size: 70px !important;
	}

	.pt75-pc {
		padding-top: 75px !important;
	}

	.pr75-pc {
		padding-right: 75px !important;
	}

	.pb75-pc {
		padding-bottom: 75px !important;
	}

	.pl75-pc {
		padding-left: 75px !important;
	}

	.mt75-pc {
		margin-top: 75px !important;
	}

	.mr75-pc {
		margin-right: 75px !important;
	}

	.mb75-pc {
		margin-bottom: 75px !important;
	}

	.ml75-pc {
		margin-left: 75px !important;
	}

	.mt-75-pc {
		margin-top: -75px !important;
	}

	.mr-75-pc {
		margin-right: -75px !important;
	}

	.mb-75-pc {
		margin-bottom: -75px !important;
	}

	.ml-75-pc {
		margin-left: -75px !important;
	}

	.fz75-pc {
		font-size: 75px !important;
	}

	.pt80-pc {
		padding-top: 80px !important;
	}

	.pr80-pc {
		padding-right: 80px !important;
	}

	.pb80-pc {
		padding-bottom: 80px !important;
	}

	.pl80-pc {
		padding-left: 80px !important;
	}

	.mt80-pc {
		margin-top: 80px !important;
	}

	.mr80-pc {
		margin-right: 80px !important;
	}

	.mb80-pc {
		margin-bottom: 80px !important;
	}

	.ml80-pc {
		margin-left: 80px !important;
	}

	.mt-80-pc {
		margin-top: -80px !important;
	}

	.mr-80-pc {
		margin-right: -80px !important;
	}

	.mb-80-pc {
		margin-bottom: -80px !important;
	}

	.ml-80-pc {
		margin-left: -80px !important;
	}

	.fz80-pc {
		font-size: 80px !important;
	}

	.pt85-pc {
		padding-top: 85px !important;
	}

	.pr85-pc {
		padding-right: 85px !important;
	}

	.pb85-pc {
		padding-bottom: 85px !important;
	}

	.pl85-pc {
		padding-left: 85px !important;
	}

	.mt85-pc {
		margin-top: 85px !important;
	}

	.mr85-pc {
		margin-right: 85px !important;
	}

	.mb85-pc {
		margin-bottom: 85px !important;
	}

	.ml85-pc {
		margin-left: 85px !important;
	}

	.mt-85-pc {
		margin-top: -85px !important;
	}

	.mr-85-pc {
		margin-right: -85px !important;
	}

	.mb-85-pc {
		margin-bottom: -85px !important;
	}

	.ml-85-pc {
		margin-left: -85px !important;
	}

	.fz85-pc {
		font-size: 85px !important;
	}

	.pt90-pc {
		padding-top: 90px !important;
	}

	.pr90-pc {
		padding-right: 90px !important;
	}

	.pb90-pc {
		padding-bottom: 90px !important;
	}

	.pl90-pc {
		padding-left: 90px !important;
	}

	.mt90-pc {
		margin-top: 90px !important;
	}

	.mr90-pc {
		margin-right: 90px !important;
	}

	.mb90-pc {
		margin-bottom: 90px !important;
	}

	.ml90-pc {
		margin-left: 90px !important;
	}

	.mt-90-pc {
		margin-top: -90px !important;
	}

	.mr-90-pc {
		margin-right: -90px !important;
	}

	.mb-90-pc {
		margin-bottom: -90px !important;
	}

	.ml-90-pc {
		margin-left: -90px !important;
	}

	.fz90-pc {
		font-size: 90px !important;
	}

	.pt95-pc {
		padding-top: 95px !important;
	}

	.pr95-pc {
		padding-right: 95px !important;
	}

	.pb95-pc {
		padding-bottom: 95px !important;
	}

	.pl95-pc {
		padding-left: 95px !important;
	}

	.mt95-pc {
		margin-top: 95px !important;
	}

	.mr95-pc {
		margin-right: 95px !important;
	}

	.mb95-pc {
		margin-bottom: 95px !important;
	}

	.ml95-pc {
		margin-left: 95px !important;
	}

	.mt-95-pc {
		margin-top: -95px !important;
	}

	.mr-95-pc {
		margin-right: -95px !important;
	}

	.mb-95-pc {
		margin-bottom: -95px !important;
	}

	.ml-95-pc {
		margin-left: -95px !important;
	}

	.fz95-pc {
		font-size: 95px !important;
	}

	.pt100-pc {
		padding-top: 100px !important;
	}

	.pr100-pc {
		padding-right: 100px !important;
	}

	.pb100-pc {
		padding-bottom: 100px !important;
	}

	.pl100-pc {
		padding-left: 100px !important;
	}

	.mt100-pc {
		margin-top: 100px !important;
	}

	.mr100-pc {
		margin-right: 100px !important;
	}

	.mb100-pc {
		margin-bottom: 100px !important;
	}

	.ml100-pc {
		margin-left: 100px !important;
	}

	.mt-100-pc {
		margin-top: -100px !important;
	}

	.mr-100-pc {
		margin-right: -100px !important;
	}

	.mb-100-pc {
		margin-bottom: -100px !important;
	}

	.ml-100-pc {
		margin-left: -100px !important;
	}

	.fz100-pc {
		font-size: 100px !important;
	}

	.pt105-pc {
		padding-top: 105px !important;
	}

	.pr105-pc {
		padding-right: 105px !important;
	}

	.pb105-pc {
		padding-bottom: 105px !important;
	}

	.pl105-pc {
		padding-left: 105px !important;
	}

	.mt105-pc {
		margin-top: 105px !important;
	}

	.mr105-pc {
		margin-right: 105px !important;
	}

	.mb105-pc {
		margin-bottom: 105px !important;
	}

	.ml105-pc {
		margin-left: 105px !important;
	}

	.mt-105-pc {
		margin-top: -105px !important;
	}

	.mr-105-pc {
		margin-right: -105px !important;
	}

	.mb-105-pc {
		margin-bottom: -105px !important;
	}

	.ml-105-pc {
		margin-left: -105px !important;
	}

	.fz105-pc {
		font-size: 105px !important;
	}

	.pt110-pc {
		padding-top: 110px !important;
	}

	.pr110-pc {
		padding-right: 110px !important;
	}

	.pb110-pc {
		padding-bottom: 110px !important;
	}

	.pl110-pc {
		padding-left: 110px !important;
	}

	.mt110-pc {
		margin-top: 110px !important;
	}

	.mr110-pc {
		margin-right: 110px !important;
	}

	.mb110-pc {
		margin-bottom: 110px !important;
	}

	.ml110-pc {
		margin-left: 110px !important;
	}

	.mt-110-pc {
		margin-top: -110px !important;
	}

	.mr-110-pc {
		margin-right: -110px !important;
	}

	.mb-110-pc {
		margin-bottom: -110px !important;
	}

	.ml-110-pc {
		margin-left: -110px !important;
	}

	.fz110-pc {
		font-size: 110px !important;
	}

	.pt115-pc {
		padding-top: 115px !important;
	}

	.pr115-pc {
		padding-right: 115px !important;
	}

	.pb115-pc {
		padding-bottom: 115px !important;
	}

	.pl115-pc {
		padding-left: 115px !important;
	}

	.mt115-pc {
		margin-top: 115px !important;
	}

	.mr115-pc {
		margin-right: 115px !important;
	}

	.mb115-pc {
		margin-bottom: 115px !important;
	}

	.ml115-pc {
		margin-left: 115px !important;
	}

	.mt-115-pc {
		margin-top: -115px !important;
	}

	.mr-115-pc {
		margin-right: -115px !important;
	}

	.mb-115-pc {
		margin-bottom: -115px !important;
	}

	.ml-115-pc {
		margin-left: -115px !important;
	}

	.fz115-pc {
		font-size: 115px !important;
	}

	.pt120-pc {
		padding-top: 120px !important;
	}

	.pr120-pc {
		padding-right: 120px !important;
	}

	.pb120-pc {
		padding-bottom: 120px !important;
	}

	.pl120-pc {
		padding-left: 120px !important;
	}

	.mt120-pc {
		margin-top: 120px !important;
	}

	.mr120-pc {
		margin-right: 120px !important;
	}

	.mb120-pc {
		margin-bottom: 120px !important;
	}

	.ml120-pc {
		margin-left: 120px !important;
	}

	.mt-120-pc {
		margin-top: -120px !important;
	}

	.mr-120-pc {
		margin-right: -120px !important;
	}

	.mb-120-pc {
		margin-bottom: -120px !important;
	}

	.ml-120-pc {
		margin-left: -120px !important;
	}

	.fz120-pc {
		font-size: 120px !important;
	}

	.pt125-pc {
		padding-top: 125px !important;
	}

	.pr125-pc {
		padding-right: 125px !important;
	}

	.pb125-pc {
		padding-bottom: 125px !important;
	}

	.pl125-pc {
		padding-left: 125px !important;
	}

	.mt125-pc {
		margin-top: 125px !important;
	}

	.mr125-pc {
		margin-right: 125px !important;
	}

	.mb125-pc {
		margin-bottom: 125px !important;
	}

	.ml125-pc {
		margin-left: 125px !important;
	}

	.mt-125-pc {
		margin-top: -125px !important;
	}

	.mr-125-pc {
		margin-right: -125px !important;
	}

	.mb-125-pc {
		margin-bottom: -125px !important;
	}

	.ml-125-pc {
		margin-left: -125px !important;
	}

	.fz125-pc {
		font-size: 125px !important;
	}

	.pt130-pc {
		padding-top: 130px !important;
	}

	.pr130-pc {
		padding-right: 130px !important;
	}

	.pb130-pc {
		padding-bottom: 130px !important;
	}

	.pl130-pc {
		padding-left: 130px !important;
	}

	.mt130-pc {
		margin-top: 130px !important;
	}

	.mr130-pc {
		margin-right: 130px !important;
	}

	.mb130-pc {
		margin-bottom: 130px !important;
	}

	.ml130-pc {
		margin-left: 130px !important;
	}

	.mt-130-pc {
		margin-top: -130px !important;
	}

	.mr-130-pc {
		margin-right: -130px !important;
	}

	.mb-130-pc {
		margin-bottom: -130px !important;
	}

	.ml-130-pc {
		margin-left: -130px !important;
	}

	.fz130-pc {
		font-size: 130px !important;
	}

	.pt135-pc {
		padding-top: 135px !important;
	}

	.pr135-pc {
		padding-right: 135px !important;
	}

	.pb135-pc {
		padding-bottom: 135px !important;
	}

	.pl135-pc {
		padding-left: 135px !important;
	}

	.mt135-pc {
		margin-top: 135px !important;
	}

	.mr135-pc {
		margin-right: 135px !important;
	}

	.mb135-pc {
		margin-bottom: 135px !important;
	}

	.ml135-pc {
		margin-left: 135px !important;
	}

	.mt-135-pc {
		margin-top: -135px !important;
	}

	.mr-135-pc {
		margin-right: -135px !important;
	}

	.mb-135-pc {
		margin-bottom: -135px !important;
	}

	.ml-135-pc {
		margin-left: -135px !important;
	}

	.fz135-pc {
		font-size: 135px !important;
	}

	.pt140-pc {
		padding-top: 140px !important;
	}

	.pr140-pc {
		padding-right: 140px !important;
	}

	.pb140-pc {
		padding-bottom: 140px !important;
	}

	.pl140-pc {
		padding-left: 140px !important;
	}

	.mt140-pc {
		margin-top: 140px !important;
	}

	.mr140-pc {
		margin-right: 140px !important;
	}

	.mb140-pc {
		margin-bottom: 140px !important;
	}

	.ml140-pc {
		margin-left: 140px !important;
	}

	.mt-140-pc {
		margin-top: -140px !important;
	}

	.mr-140-pc {
		margin-right: -140px !important;
	}

	.mb-140-pc {
		margin-bottom: -140px !important;
	}

	.ml-140-pc {
		margin-left: -140px !important;
	}

	.fz140-pc {
		font-size: 140px !important;
	}

	.pt145-pc {
		padding-top: 145px !important;
	}

	.pr145-pc {
		padding-right: 145px !important;
	}

	.pb145-pc {
		padding-bottom: 145px !important;
	}

	.pl145-pc {
		padding-left: 145px !important;
	}

	.mt145-pc {
		margin-top: 145px !important;
	}

	.mr145-pc {
		margin-right: 145px !important;
	}

	.mb145-pc {
		margin-bottom: 145px !important;
	}

	.ml145-pc {
		margin-left: 145px !important;
	}

	.mt-145-pc {
		margin-top: -145px !important;
	}

	.mr-145-pc {
		margin-right: -145px !important;
	}

	.mb-145-pc {
		margin-bottom: -145px !important;
	}

	.ml-145-pc {
		margin-left: -145px !important;
	}

	.fz145-pc {
		font-size: 145px !important;
	}

	.pt150-pc {
		padding-top: 150px !important;
	}

	.pr150-pc {
		padding-right: 150px !important;
	}

	.pb150-pc {
		padding-bottom: 150px !important;
	}

	.pl150-pc {
		padding-left: 150px !important;
	}

	.mt150-pc {
		margin-top: 150px !important;
	}

	.mr150-pc {
		margin-right: 150px !important;
	}

	.mb150-pc {
		margin-bottom: 150px !important;
	}

	.ml150-pc {
		margin-left: 150px !important;
	}

	.mt-150-pc {
		margin-top: -150px !important;
	}

	.mr-150-pc {
		margin-right: -150px !important;
	}

	.mb-150-pc {
		margin-bottom: -150px !important;
	}

	.ml-150-pc {
		margin-left: -150px !important;
	}

	.fz150-pc {
		font-size: 150px !important;
	}

	.pt155-pc {
		padding-top: 155px !important;
	}

	.pr155-pc {
		padding-right: 155px !important;
	}

	.pb155-pc {
		padding-bottom: 155px !important;
	}

	.pl155-pc {
		padding-left: 155px !important;
	}

	.mt155-pc {
		margin-top: 155px !important;
	}

	.mr155-pc {
		margin-right: 155px !important;
	}

	.mb155-pc {
		margin-bottom: 155px !important;
	}

	.ml155-pc {
		margin-left: 155px !important;
	}

	.mt-155-pc {
		margin-top: -155px !important;
	}

	.mr-155-pc {
		margin-right: -155px !important;
	}

	.mb-155-pc {
		margin-bottom: -155px !important;
	}

	.ml-155-pc {
		margin-left: -155px !important;
	}

	.fz155-pc {
		font-size: 155px !important;
	}

	.pt160-pc {
		padding-top: 160px !important;
	}

	.pr160-pc {
		padding-right: 160px !important;
	}

	.pb160-pc {
		padding-bottom: 160px !important;
	}

	.pl160-pc {
		padding-left: 160px !important;
	}

	.mt160-pc {
		margin-top: 160px !important;
	}

	.mr160-pc {
		margin-right: 160px !important;
	}

	.mb160-pc {
		margin-bottom: 160px !important;
	}

	.ml160-pc {
		margin-left: 160px !important;
	}

	.mt-160-pc {
		margin-top: -160px !important;
	}

	.mr-160-pc {
		margin-right: -160px !important;
	}

	.mb-160-pc {
		margin-bottom: -160px !important;
	}

	.ml-160-pc {
		margin-left: -160px !important;
	}

	.fz160-pc {
		font-size: 160px !important;
	}

	.pt165-pc {
		padding-top: 165px !important;
	}

	.pr165-pc {
		padding-right: 165px !important;
	}

	.pb165-pc {
		padding-bottom: 165px !important;
	}

	.pl165-pc {
		padding-left: 165px !important;
	}

	.mt165-pc {
		margin-top: 165px !important;
	}

	.mr165-pc {
		margin-right: 165px !important;
	}

	.mb165-pc {
		margin-bottom: 165px !important;
	}

	.ml165-pc {
		margin-left: 165px !important;
	}

	.mt-165-pc {
		margin-top: -165px !important;
	}

	.mr-165-pc {
		margin-right: -165px !important;
	}

	.mb-165-pc {
		margin-bottom: -165px !important;
	}

	.ml-165-pc {
		margin-left: -165px !important;
	}

	.fz165-pc {
		font-size: 165px !important;
	}

	.pt170-pc {
		padding-top: 170px !important;
	}

	.pr170-pc {
		padding-right: 170px !important;
	}

	.pb170-pc {
		padding-bottom: 170px !important;
	}

	.pl170-pc {
		padding-left: 170px !important;
	}

	.mt170-pc {
		margin-top: 170px !important;
	}

	.mr170-pc {
		margin-right: 170px !important;
	}

	.mb170-pc {
		margin-bottom: 170px !important;
	}

	.ml170-pc {
		margin-left: 170px !important;
	}

	.mt-170-pc {
		margin-top: -170px !important;
	}

	.mr-170-pc {
		margin-right: -170px !important;
	}

	.mb-170-pc {
		margin-bottom: -170px !important;
	}

	.ml-170-pc {
		margin-left: -170px !important;
	}

	.fz170-pc {
		font-size: 170px !important;
	}

	.pt175-pc {
		padding-top: 175px !important;
	}

	.pr175-pc {
		padding-right: 175px !important;
	}

	.pb175-pc {
		padding-bottom: 175px !important;
	}

	.pl175-pc {
		padding-left: 175px !important;
	}

	.mt175-pc {
		margin-top: 175px !important;
	}

	.mr175-pc {
		margin-right: 175px !important;
	}

	.mb175-pc {
		margin-bottom: 175px !important;
	}

	.ml175-pc {
		margin-left: 175px !important;
	}

	.mt-175-pc {
		margin-top: -175px !important;
	}

	.mr-175-pc {
		margin-right: -175px !important;
	}

	.mb-175-pc {
		margin-bottom: -175px !important;
	}

	.ml-175-pc {
		margin-left: -175px !important;
	}

	.fz175-pc {
		font-size: 175px !important;
	}

	.pt180-pc {
		padding-top: 180px !important;
	}

	.pr180-pc {
		padding-right: 180px !important;
	}

	.pb180-pc {
		padding-bottom: 180px !important;
	}

	.pl180-pc {
		padding-left: 180px !important;
	}

	.mt180-pc {
		margin-top: 180px !important;
	}

	.mr180-pc {
		margin-right: 180px !important;
	}

	.mb180-pc {
		margin-bottom: 180px !important;
	}

	.ml180-pc {
		margin-left: 180px !important;
	}

	.mt-180-pc {
		margin-top: -180px !important;
	}

	.mr-180-pc {
		margin-right: -180px !important;
	}

	.mb-180-pc {
		margin-bottom: -180px !important;
	}

	.ml-180-pc {
		margin-left: -180px !important;
	}

	.fz180-pc {
		font-size: 180px !important;
	}

	.pt185-pc {
		padding-top: 185px !important;
	}

	.pr185-pc {
		padding-right: 185px !important;
	}

	.pb185-pc {
		padding-bottom: 185px !important;
	}

	.pl185-pc {
		padding-left: 185px !important;
	}

	.mt185-pc {
		margin-top: 185px !important;
	}

	.mr185-pc {
		margin-right: 185px !important;
	}

	.mb185-pc {
		margin-bottom: 185px !important;
	}

	.ml185-pc {
		margin-left: 185px !important;
	}

	.mt-185-pc {
		margin-top: -185px !important;
	}

	.mr-185-pc {
		margin-right: -185px !important;
	}

	.mb-185-pc {
		margin-bottom: -185px !important;
	}

	.ml-185-pc {
		margin-left: -185px !important;
	}

	.fz185-pc {
		font-size: 185px !important;
	}

	.pt190-pc {
		padding-top: 190px !important;
	}

	.pr190-pc {
		padding-right: 190px !important;
	}

	.pb190-pc {
		padding-bottom: 190px !important;
	}

	.pl190-pc {
		padding-left: 190px !important;
	}

	.mt190-pc {
		margin-top: 190px !important;
	}

	.mr190-pc {
		margin-right: 190px !important;
	}

	.mb190-pc {
		margin-bottom: 190px !important;
	}

	.ml190-pc {
		margin-left: 190px !important;
	}

	.mt-190-pc {
		margin-top: -190px !important;
	}

	.mr-190-pc {
		margin-right: -190px !important;
	}

	.mb-190-pc {
		margin-bottom: -190px !important;
	}

	.ml-190-pc {
		margin-left: -190px !important;
	}

	.fz190-pc {
		font-size: 190px !important;
	}

	.pt195-pc {
		padding-top: 195px !important;
	}

	.pr195-pc {
		padding-right: 195px !important;
	}

	.pb195-pc {
		padding-bottom: 195px !important;
	}

	.pl195-pc {
		padding-left: 195px !important;
	}

	.mt195-pc {
		margin-top: 195px !important;
	}

	.mr195-pc {
		margin-right: 195px !important;
	}

	.mb195-pc {
		margin-bottom: 195px !important;
	}

	.ml195-pc {
		margin-left: 195px !important;
	}

	.mt-195-pc {
		margin-top: -195px !important;
	}

	.mr-195-pc {
		margin-right: -195px !important;
	}

	.mb-195-pc {
		margin-bottom: -195px !important;
	}

	.ml-195-pc {
		margin-left: -195px !important;
	}

	.fz195-pc {
		font-size: 195px !important;
	}
}
/*SPのみ*/
@media screen and (max-width: 767px) {
	.pt0-sp {
		padding-top: 0px !important;
	}

	.pr0-sp {
		padding-right: 0px !important;
	}

	.pb0-sp {
		padding-bottom: 0px !important;
	}

	.pl0-sp {
		padding-left: 0px !important;
	}

	.mt0-sp {
		margin-top: 0px !important;
	}

	.mr0-sp {
		margin-right: 0px !important;
	}

	.mb0-sp {
		margin-bottom: 0px !important;
	}

	.ml0-sp {
		margin-left: 0px !important;
	}

	.mt-0-sp {
		margin-top: 0px !important;
	}

	.mr-0-sp {
		margin-right: 0px !important;
	}

	.mb-0-sp {
		margin-bottom: 0px !important;
	}

	.ml-0-sp {
		margin-left: 0px !important;
	}

	.fz0-sp {
		font-size: 0px !important;
	}

	.pt5-sp {
		padding-top: 5px !important;
	}

	.pr5-sp {
		padding-right: 5px !important;
	}

	.pb5-sp {
		padding-bottom: 5px !important;
	}

	.pl5-sp {
		padding-left: 5px !important;
	}

	.mt5-sp {
		margin-top: 5px !important;
	}

	.mr5-sp {
		margin-right: 5px !important;
	}

	.mb5-sp {
		margin-bottom: 5px !important;
	}

	.ml5-sp {
		margin-left: 5px !important;
	}

	.mt-5-sp {
		margin-top: -5px !important;
	}

	.mr-5-sp {
		margin-right: -5px !important;
	}

	.mb-5-sp {
		margin-bottom: -5px !important;
	}

	.ml-5-sp {
		margin-left: -5px !important;
	}

	.fz5-sp {
		font-size: 5px !important;
	}

	.pt10-sp {
		padding-top: 10px !important;
	}

	.pr10-sp {
		padding-right: 10px !important;
	}

	.pb10-sp {
		padding-bottom: 10px !important;
	}

	.pl10-sp {
		padding-left: 10px !important;
	}

	.mt10-sp {
		margin-top: 10px !important;
	}

	.mr10-sp {
		margin-right: 10px !important;
	}

	.mb10-sp {
		margin-bottom: 10px !important;
	}

	.ml10-sp {
		margin-left: 10px !important;
	}

	.mt-10-sp {
		margin-top: -10px !important;
	}

	.mr-10-sp {
		margin-right: -10px !important;
	}

	.mb-10-sp {
		margin-bottom: -10px !important;
	}

	.ml-10-sp {
		margin-left: -10px !important;
	}

	.fz10-sp {
		font-size: 10px !important;
	}

	.pt15-sp {
		padding-top: 15px !important;
	}

	.pr15-sp {
		padding-right: 15px !important;
	}

	.pb15-sp {
		padding-bottom: 15px !important;
	}

	.pl15-sp {
		padding-left: 15px !important;
	}

	.mt15-sp {
		margin-top: 15px !important;
	}

	.mr15-sp {
		margin-right: 15px !important;
	}

	.mb15-sp {
		margin-bottom: 15px !important;
	}

	.ml15-sp {
		margin-left: 15px !important;
	}

	.mt-15-sp {
		margin-top: -15px !important;
	}

	.mr-15-sp {
		margin-right: -15px !important;
	}

	.mb-15-sp {
		margin-bottom: -15px !important;
	}

	.ml-15-sp {
		margin-left: -15px !important;
	}

	.fz15-sp {
		font-size: 15px !important;
	}

	.pt20-sp {
		padding-top: 20px !important;
	}

	.pr20-sp {
		padding-right: 20px !important;
	}

	.pb20-sp {
		padding-bottom: 20px !important;
	}

	.pl20-sp {
		padding-left: 20px !important;
	}

	.mt20-sp {
		margin-top: 20px !important;
	}

	.mr20-sp {
		margin-right: 20px !important;
	}

	.mb20-sp {
		margin-bottom: 20px !important;
	}

	.ml20-sp {
		margin-left: 20px !important;
	}

	.mt-20-sp {
		margin-top: -20px !important;
	}

	.mr-20-sp {
		margin-right: -20px !important;
	}

	.mb-20-sp {
		margin-bottom: -20px !important;
	}

	.ml-20-sp {
		margin-left: -20px !important;
	}

	.fz20-sp {
		font-size: 20px !important;
	}

	.pt25-sp {
		padding-top: 25px !important;
	}

	.pr25-sp {
		padding-right: 25px !important;
	}

	.pb25-sp {
		padding-bottom: 25px !important;
	}

	.pl25-sp {
		padding-left: 25px !important;
	}

	.mt25-sp {
		margin-top: 25px !important;
	}

	.mr25-sp {
		margin-right: 25px !important;
	}

	.mb25-sp {
		margin-bottom: 25px !important;
	}

	.ml25-sp {
		margin-left: 25px !important;
	}

	.mt-25-sp {
		margin-top: -25px !important;
	}

	.mr-25-sp {
		margin-right: -25px !important;
	}

	.mb-25-sp {
		margin-bottom: -25px !important;
	}

	.ml-25-sp {
		margin-left: -25px !important;
	}

	.fz25-sp {
		font-size: 25px !important;
	}

	.pt30-sp {
		padding-top: 30px !important;
	}

	.pr30-sp {
		padding-right: 30px !important;
	}

	.pb30-sp {
		padding-bottom: 30px !important;
	}

	.pl30-sp {
		padding-left: 30px !important;
	}

	.mt30-sp {
		margin-top: 30px !important;
	}

	.mr30-sp {
		margin-right: 30px !important;
	}

	.mb30-sp {
		margin-bottom: 30px !important;
	}

	.ml30-sp {
		margin-left: 30px !important;
	}

	.mt-30-sp {
		margin-top: -30px !important;
	}

	.mr-30-sp {
		margin-right: -30px !important;
	}

	.mb-30-sp {
		margin-bottom: -30px !important;
	}

	.ml-30-sp {
		margin-left: -30px !important;
	}

	.fz30-sp {
		font-size: 30px !important;
	}

	.pt35-sp {
		padding-top: 35px !important;
	}

	.pr35-sp {
		padding-right: 35px !important;
	}

	.pb35-sp {
		padding-bottom: 35px !important;
	}

	.pl35-sp {
		padding-left: 35px !important;
	}

	.mt35-sp {
		margin-top: 35px !important;
	}

	.mr35-sp {
		margin-right: 35px !important;
	}

	.mb35-sp {
		margin-bottom: 35px !important;
	}

	.ml35-sp {
		margin-left: 35px !important;
	}

	.mt-35-sp {
		margin-top: -35px !important;
	}

	.mr-35-sp {
		margin-right: -35px !important;
	}

	.mb-35-sp {
		margin-bottom: -35px !important;
	}

	.ml-35-sp {
		margin-left: -35px !important;
	}

	.fz35-sp {
		font-size: 35px !important;
	}

	.pt40-sp {
		padding-top: 40px !important;
	}

	.pr40-sp {
		padding-right: 40px !important;
	}

	.pb40-sp {
		padding-bottom: 40px !important;
	}

	.pl40-sp {
		padding-left: 40px !important;
	}

	.mt40-sp {
		margin-top: 40px !important;
	}

	.mr40-sp {
		margin-right: 40px !important;
	}

	.mb40-sp {
		margin-bottom: 40px !important;
	}

	.ml40-sp {
		margin-left: 40px !important;
	}

	.mt-40-sp {
		margin-top: -40px !important;
	}

	.mr-40-sp {
		margin-right: -40px !important;
	}

	.mb-40-sp {
		margin-bottom: -40px !important;
	}

	.ml-40-sp {
		margin-left: -40px !important;
	}

	.fz40-sp {
		font-size: 40px !important;
	}

	.pt45-sp {
		padding-top: 45px !important;
	}

	.pr45-sp {
		padding-right: 45px !important;
	}

	.pb45-sp {
		padding-bottom: 45px !important;
	}

	.pl45-sp {
		padding-left: 45px !important;
	}

	.mt45-sp {
		margin-top: 45px !important;
	}

	.mr45-sp {
		margin-right: 45px !important;
	}

	.mb45-sp {
		margin-bottom: 45px !important;
	}

	.ml45-sp {
		margin-left: 45px !important;
	}

	.mt-45-sp {
		margin-top: -45px !important;
	}

	.mr-45-sp {
		margin-right: -45px !important;
	}

	.mb-45-sp {
		margin-bottom: -45px !important;
	}

	.ml-45-sp {
		margin-left: -45px !important;
	}

	.fz45-sp {
		font-size: 45px !important;
	}

	.pt50-sp {
		padding-top: 50px !important;
	}

	.pr50-sp {
		padding-right: 50px !important;
	}

	.pb50-sp {
		padding-bottom: 50px !important;
	}

	.pl50-sp {
		padding-left: 50px !important;
	}

	.mt50-sp {
		margin-top: 50px !important;
	}

	.mr50-sp {
		margin-right: 50px !important;
	}

	.mb50-sp {
		margin-bottom: 50px !important;
	}

	.ml50-sp {
		margin-left: 50px !important;
	}

	.mt-50-sp {
		margin-top: -50px !important;
	}

	.mr-50-sp {
		margin-right: -50px !important;
	}

	.mb-50-sp {
		margin-bottom: -50px !important;
	}

	.ml-50-sp {
		margin-left: -50px !important;
	}

	.fz50-sp {
		font-size: 50px !important;
	}

	.pt55-sp {
		padding-top: 55px !important;
	}

	.pr55-sp {
		padding-right: 55px !important;
	}

	.pb55-sp {
		padding-bottom: 55px !important;
	}

	.pl55-sp {
		padding-left: 55px !important;
	}

	.mt55-sp {
		margin-top: 55px !important;
	}

	.mr55-sp {
		margin-right: 55px !important;
	}

	.mb55-sp {
		margin-bottom: 55px !important;
	}

	.ml55-sp {
		margin-left: 55px !important;
	}

	.mt-55-sp {
		margin-top: -55px !important;
	}

	.mr-55-sp {
		margin-right: -55px !important;
	}

	.mb-55-sp {
		margin-bottom: -55px !important;
	}

	.ml-55-sp {
		margin-left: -55px !important;
	}

	.fz55-sp {
		font-size: 55px !important;
	}

	.pt60-sp {
		padding-top: 60px !important;
	}

	.pr60-sp {
		padding-right: 60px !important;
	}

	.pb60-sp {
		padding-bottom: 60px !important;
	}

	.pl60-sp {
		padding-left: 60px !important;
	}

	.mt60-sp {
		margin-top: 60px !important;
	}

	.mr60-sp {
		margin-right: 60px !important;
	}

	.mb60-sp {
		margin-bottom: 60px !important;
	}

	.ml60-sp {
		margin-left: 60px !important;
	}

	.mt-60-sp {
		margin-top: -60px !important;
	}

	.mr-60-sp {
		margin-right: -60px !important;
	}

	.mb-60-sp {
		margin-bottom: -60px !important;
	}

	.ml-60-sp {
		margin-left: -60px !important;
	}

	.fz60-sp {
		font-size: 60px !important;
	}

	.pt65-sp {
		padding-top: 65px !important;
	}

	.pr65-sp {
		padding-right: 65px !important;
	}

	.pb65-sp {
		padding-bottom: 65px !important;
	}

	.pl65-sp {
		padding-left: 65px !important;
	}

	.mt65-sp {
		margin-top: 65px !important;
	}

	.mr65-sp {
		margin-right: 65px !important;
	}

	.mb65-sp {
		margin-bottom: 65px !important;
	}

	.ml65-sp {
		margin-left: 65px !important;
	}

	.mt-65-sp {
		margin-top: -65px !important;
	}

	.mr-65-sp {
		margin-right: -65px !important;
	}

	.mb-65-sp {
		margin-bottom: -65px !important;
	}

	.ml-65-sp {
		margin-left: -65px !important;
	}

	.fz65-sp {
		font-size: 65px !important;
	}

	.pt70-sp {
		padding-top: 70px !important;
	}

	.pr70-sp {
		padding-right: 70px !important;
	}

	.pb70-sp {
		padding-bottom: 70px !important;
	}

	.pl70-sp {
		padding-left: 70px !important;
	}

	.mt70-sp {
		margin-top: 70px !important;
	}

	.mr70-sp {
		margin-right: 70px !important;
	}

	.mb70-sp {
		margin-bottom: 70px !important;
	}

	.ml70-sp {
		margin-left: 70px !important;
	}

	.mt-70-sp {
		margin-top: -70px !important;
	}

	.mr-70-sp {
		margin-right: -70px !important;
	}

	.mb-70-sp {
		margin-bottom: -70px !important;
	}

	.ml-70-sp {
		margin-left: -70px !important;
	}

	.fz70-sp {
		font-size: 70px !important;
	}

	.pt75-sp {
		padding-top: 75px !important;
	}

	.pr75-sp {
		padding-right: 75px !important;
	}

	.pb75-sp {
		padding-bottom: 75px !important;
	}

	.pl75-sp {
		padding-left: 75px !important;
	}

	.mt75-sp {
		margin-top: 75px !important;
	}

	.mr75-sp {
		margin-right: 75px !important;
	}

	.mb75-sp {
		margin-bottom: 75px !important;
	}

	.ml75-sp {
		margin-left: 75px !important;
	}

	.mt-75-sp {
		margin-top: -75px !important;
	}

	.mr-75-sp {
		margin-right: -75px !important;
	}

	.mb-75-sp {
		margin-bottom: -75px !important;
	}

	.ml-75-sp {
		margin-left: -75px !important;
	}

	.fz75-sp {
		font-size: 75px !important;
	}

	.pt80-sp {
		padding-top: 80px !important;
	}

	.pr80-sp {
		padding-right: 80px !important;
	}

	.pb80-sp {
		padding-bottom: 80px !important;
	}

	.pl80-sp {
		padding-left: 80px !important;
	}

	.mt80-sp {
		margin-top: 80px !important;
	}

	.mr80-sp {
		margin-right: 80px !important;
	}

	.mb80-sp {
		margin-bottom: 80px !important;
	}

	.ml80-sp {
		margin-left: 80px !important;
	}

	.mt-80-sp {
		margin-top: -80px !important;
	}

	.mr-80-sp {
		margin-right: -80px !important;
	}

	.mb-80-sp {
		margin-bottom: -80px !important;
	}

	.ml-80-sp {
		margin-left: -80px !important;
	}

	.fz80-sp {
		font-size: 80px !important;
	}

	.pt85-sp {
		padding-top: 85px !important;
	}

	.pr85-sp {
		padding-right: 85px !important;
	}

	.pb85-sp {
		padding-bottom: 85px !important;
	}

	.pl85-sp {
		padding-left: 85px !important;
	}

	.mt85-sp {
		margin-top: 85px !important;
	}

	.mr85-sp {
		margin-right: 85px !important;
	}

	.mb85-sp {
		margin-bottom: 85px !important;
	}

	.ml85-sp {
		margin-left: 85px !important;
	}

	.mt-85-sp {
		margin-top: -85px !important;
	}

	.mr-85-sp {
		margin-right: -85px !important;
	}

	.mb-85-sp {
		margin-bottom: -85px !important;
	}

	.ml-85-sp {
		margin-left: -85px !important;
	}

	.fz85-sp {
		font-size: 85px !important;
	}

	.pt90-sp {
		padding-top: 90px !important;
	}

	.pr90-sp {
		padding-right: 90px !important;
	}

	.pb90-sp {
		padding-bottom: 90px !important;
	}

	.pl90-sp {
		padding-left: 90px !important;
	}

	.mt90-sp {
		margin-top: 90px !important;
	}

	.mr90-sp {
		margin-right: 90px !important;
	}

	.mb90-sp {
		margin-bottom: 90px !important;
	}

	.ml90-sp {
		margin-left: 90px !important;
	}

	.mt-90-sp {
		margin-top: -90px !important;
	}

	.mr-90-sp {
		margin-right: -90px !important;
	}

	.mb-90-sp {
		margin-bottom: -90px !important;
	}

	.ml-90-sp {
		margin-left: -90px !important;
	}

	.fz90-sp {
		font-size: 90px !important;
	}

	.pt95-sp {
		padding-top: 95px !important;
	}

	.pr95-sp {
		padding-right: 95px !important;
	}

	.pb95-sp {
		padding-bottom: 95px !important;
	}

	.pl95-sp {
		padding-left: 95px !important;
	}

	.mt95-sp {
		margin-top: 95px !important;
	}

	.mr95-sp {
		margin-right: 95px !important;
	}

	.mb95-sp {
		margin-bottom: 95px !important;
	}

	.ml95-sp {
		margin-left: 95px !important;
	}

	.mt-95-sp {
		margin-top: -95px !important;
	}

	.mr-95-sp {
		margin-right: -95px !important;
	}

	.mb-95-sp {
		margin-bottom: -95px !important;
	}

	.ml-95-sp {
		margin-left: -95px !important;
	}

	.fz95-sp {
		font-size: 95px !important;
	}

	.pt100-sp {
		padding-top: 100px !important;
	}

	.pr100-sp {
		padding-right: 100px !important;
	}

	.pb100-sp {
		padding-bottom: 100px !important;
	}

	.pl100-sp {
		padding-left: 100px !important;
	}

	.mt100-sp {
		margin-top: 100px !important;
	}

	.mr100-sp {
		margin-right: 100px !important;
	}

	.mb100-sp {
		margin-bottom: 100px !important;
	}

	.ml100-sp {
		margin-left: 100px !important;
	}

	.mt-100-sp {
		margin-top: -100px !important;
	}

	.mr-100-sp {
		margin-right: -100px !important;
	}

	.mb-100-sp {
		margin-bottom: -100px !important;
	}

	.ml-100-sp {
		margin-left: -100px !important;
	}

	.fz100-sp {
		font-size: 100px !important;
	}

	.pt105-sp {
		padding-top: 105px !important;
	}

	.pr105-sp {
		padding-right: 105px !important;
	}

	.pb105-sp {
		padding-bottom: 105px !important;
	}

	.pl105-sp {
		padding-left: 105px !important;
	}

	.mt105-sp {
		margin-top: 105px !important;
	}

	.mr105-sp {
		margin-right: 105px !important;
	}

	.mb105-sp {
		margin-bottom: 105px !important;
	}

	.ml105-sp {
		margin-left: 105px !important;
	}

	.mt-105-sp {
		margin-top: -105px !important;
	}

	.mr-105-sp {
		margin-right: -105px !important;
	}

	.mb-105-sp {
		margin-bottom: -105px !important;
	}

	.ml-105-sp {
		margin-left: -105px !important;
	}

	.fz105-sp {
		font-size: 105px !important;
	}

	.pt110-sp {
		padding-top: 110px !important;
	}

	.pr110-sp {
		padding-right: 110px !important;
	}

	.pb110-sp {
		padding-bottom: 110px !important;
	}

	.pl110-sp {
		padding-left: 110px !important;
	}

	.mt110-sp {
		margin-top: 110px !important;
	}

	.mr110-sp {
		margin-right: 110px !important;
	}

	.mb110-sp {
		margin-bottom: 110px !important;
	}

	.ml110-sp {
		margin-left: 110px !important;
	}

	.mt-110-sp {
		margin-top: -110px !important;
	}

	.mr-110-sp {
		margin-right: -110px !important;
	}

	.mb-110-sp {
		margin-bottom: -110px !important;
	}

	.ml-110-sp {
		margin-left: -110px !important;
	}

	.fz110-sp {
		font-size: 110px !important;
	}

	.pt115-sp {
		padding-top: 115px !important;
	}

	.pr115-sp {
		padding-right: 115px !important;
	}

	.pb115-sp {
		padding-bottom: 115px !important;
	}

	.pl115-sp {
		padding-left: 115px !important;
	}

	.mt115-sp {
		margin-top: 115px !important;
	}

	.mr115-sp {
		margin-right: 115px !important;
	}

	.mb115-sp {
		margin-bottom: 115px !important;
	}

	.ml115-sp {
		margin-left: 115px !important;
	}

	.mt-115-sp {
		margin-top: -115px !important;
	}

	.mr-115-sp {
		margin-right: -115px !important;
	}

	.mb-115-sp {
		margin-bottom: -115px !important;
	}

	.ml-115-sp {
		margin-left: -115px !important;
	}

	.fz115-sp {
		font-size: 115px !important;
	}

	.pt120-sp {
		padding-top: 120px !important;
	}

	.pr120-sp {
		padding-right: 120px !important;
	}

	.pb120-sp {
		padding-bottom: 120px !important;
	}

	.pl120-sp {
		padding-left: 120px !important;
	}

	.mt120-sp {
		margin-top: 120px !important;
	}

	.mr120-sp {
		margin-right: 120px !important;
	}

	.mb120-sp {
		margin-bottom: 120px !important;
	}

	.ml120-sp {
		margin-left: 120px !important;
	}

	.mt-120-sp {
		margin-top: -120px !important;
	}

	.mr-120-sp {
		margin-right: -120px !important;
	}

	.mb-120-sp {
		margin-bottom: -120px !important;
	}

	.ml-120-sp {
		margin-left: -120px !important;
	}

	.fz120-sp {
		font-size: 120px !important;
	}

	.pt125-sp {
		padding-top: 125px !important;
	}

	.pr125-sp {
		padding-right: 125px !important;
	}

	.pb125-sp {
		padding-bottom: 125px !important;
	}

	.pl125-sp {
		padding-left: 125px !important;
	}

	.mt125-sp {
		margin-top: 125px !important;
	}

	.mr125-sp {
		margin-right: 125px !important;
	}

	.mb125-sp {
		margin-bottom: 125px !important;
	}

	.ml125-sp {
		margin-left: 125px !important;
	}

	.mt-125-sp {
		margin-top: -125px !important;
	}

	.mr-125-sp {
		margin-right: -125px !important;
	}

	.mb-125-sp {
		margin-bottom: -125px !important;
	}

	.ml-125-sp {
		margin-left: -125px !important;
	}

	.fz125-sp {
		font-size: 125px !important;
	}

	.pt130-sp {
		padding-top: 130px !important;
	}

	.pr130-sp {
		padding-right: 130px !important;
	}

	.pb130-sp {
		padding-bottom: 130px !important;
	}

	.pl130-sp {
		padding-left: 130px !important;
	}

	.mt130-sp {
		margin-top: 130px !important;
	}

	.mr130-sp {
		margin-right: 130px !important;
	}

	.mb130-sp {
		margin-bottom: 130px !important;
	}

	.ml130-sp {
		margin-left: 130px !important;
	}

	.mt-130-sp {
		margin-top: -130px !important;
	}

	.mr-130-sp {
		margin-right: -130px !important;
	}

	.mb-130-sp {
		margin-bottom: -130px !important;
	}

	.ml-130-sp {
		margin-left: -130px !important;
	}

	.fz130-sp {
		font-size: 130px !important;
	}

	.pt135-sp {
		padding-top: 135px !important;
	}

	.pr135-sp {
		padding-right: 135px !important;
	}

	.pb135-sp {
		padding-bottom: 135px !important;
	}

	.pl135-sp {
		padding-left: 135px !important;
	}

	.mt135-sp {
		margin-top: 135px !important;
	}

	.mr135-sp {
		margin-right: 135px !important;
	}

	.mb135-sp {
		margin-bottom: 135px !important;
	}

	.ml135-sp {
		margin-left: 135px !important;
	}

	.mt-135-sp {
		margin-top: -135px !important;
	}

	.mr-135-sp {
		margin-right: -135px !important;
	}

	.mb-135-sp {
		margin-bottom: -135px !important;
	}

	.ml-135-sp {
		margin-left: -135px !important;
	}

	.fz135-sp {
		font-size: 135px !important;
	}

	.pt140-sp {
		padding-top: 140px !important;
	}

	.pr140-sp {
		padding-right: 140px !important;
	}

	.pb140-sp {
		padding-bottom: 140px !important;
	}

	.pl140-sp {
		padding-left: 140px !important;
	}

	.mt140-sp {
		margin-top: 140px !important;
	}

	.mr140-sp {
		margin-right: 140px !important;
	}

	.mb140-sp {
		margin-bottom: 140px !important;
	}

	.ml140-sp {
		margin-left: 140px !important;
	}

	.mt-140-sp {
		margin-top: -140px !important;
	}

	.mr-140-sp {
		margin-right: -140px !important;
	}

	.mb-140-sp {
		margin-bottom: -140px !important;
	}

	.ml-140-sp {
		margin-left: -140px !important;
	}

	.fz140-sp {
		font-size: 140px !important;
	}

	.pt145-sp {
		padding-top: 145px !important;
	}

	.pr145-sp {
		padding-right: 145px !important;
	}

	.pb145-sp {
		padding-bottom: 145px !important;
	}

	.pl145-sp {
		padding-left: 145px !important;
	}

	.mt145-sp {
		margin-top: 145px !important;
	}

	.mr145-sp {
		margin-right: 145px !important;
	}

	.mb145-sp {
		margin-bottom: 145px !important;
	}

	.ml145-sp {
		margin-left: 145px !important;
	}

	.mt-145-sp {
		margin-top: -145px !important;
	}

	.mr-145-sp {
		margin-right: -145px !important;
	}

	.mb-145-sp {
		margin-bottom: -145px !important;
	}

	.ml-145-sp {
		margin-left: -145px !important;
	}

	.fz145-sp {
		font-size: 145px !important;
	}

	.pt150-sp {
		padding-top: 150px !important;
	}

	.pr150-sp {
		padding-right: 150px !important;
	}

	.pb150-sp {
		padding-bottom: 150px !important;
	}

	.pl150-sp {
		padding-left: 150px !important;
	}

	.mt150-sp {
		margin-top: 150px !important;
	}

	.mr150-sp {
		margin-right: 150px !important;
	}

	.mb150-sp {
		margin-bottom: 150px !important;
	}

	.ml150-sp {
		margin-left: 150px !important;
	}

	.mt-150-sp {
		margin-top: -150px !important;
	}

	.mr-150-sp {
		margin-right: -150px !important;
	}

	.mb-150-sp {
		margin-bottom: -150px !important;
	}

	.ml-150-sp {
		margin-left: -150px !important;
	}

	.fz150-sp {
		font-size: 150px !important;
	}

	.pt155-sp {
		padding-top: 155px !important;
	}

	.pr155-sp {
		padding-right: 155px !important;
	}

	.pb155-sp {
		padding-bottom: 155px !important;
	}

	.pl155-sp {
		padding-left: 155px !important;
	}

	.mt155-sp {
		margin-top: 155px !important;
	}

	.mr155-sp {
		margin-right: 155px !important;
	}

	.mb155-sp {
		margin-bottom: 155px !important;
	}

	.ml155-sp {
		margin-left: 155px !important;
	}

	.mt-155-sp {
		margin-top: -155px !important;
	}

	.mr-155-sp {
		margin-right: -155px !important;
	}

	.mb-155-sp {
		margin-bottom: -155px !important;
	}

	.ml-155-sp {
		margin-left: -155px !important;
	}

	.fz155-sp {
		font-size: 155px !important;
	}

	.pt160-sp {
		padding-top: 160px !important;
	}

	.pr160-sp {
		padding-right: 160px !important;
	}

	.pb160-sp {
		padding-bottom: 160px !important;
	}

	.pl160-sp {
		padding-left: 160px !important;
	}

	.mt160-sp {
		margin-top: 160px !important;
	}

	.mr160-sp {
		margin-right: 160px !important;
	}

	.mb160-sp {
		margin-bottom: 160px !important;
	}

	.ml160-sp {
		margin-left: 160px !important;
	}

	.mt-160-sp {
		margin-top: -160px !important;
	}

	.mr-160-sp {
		margin-right: -160px !important;
	}

	.mb-160-sp {
		margin-bottom: -160px !important;
	}

	.ml-160-sp {
		margin-left: -160px !important;
	}

	.fz160-sp {
		font-size: 160px !important;
	}

	.pt165-sp {
		padding-top: 165px !important;
	}

	.pr165-sp {
		padding-right: 165px !important;
	}

	.pb165-sp {
		padding-bottom: 165px !important;
	}

	.pl165-sp {
		padding-left: 165px !important;
	}

	.mt165-sp {
		margin-top: 165px !important;
	}

	.mr165-sp {
		margin-right: 165px !important;
	}

	.mb165-sp {
		margin-bottom: 165px !important;
	}

	.ml165-sp {
		margin-left: 165px !important;
	}

	.mt-165-sp {
		margin-top: -165px !important;
	}

	.mr-165-sp {
		margin-right: -165px !important;
	}

	.mb-165-sp {
		margin-bottom: -165px !important;
	}

	.ml-165-sp {
		margin-left: -165px !important;
	}

	.fz165-sp {
		font-size: 165px !important;
	}

	.pt170-sp {
		padding-top: 170px !important;
	}

	.pr170-sp {
		padding-right: 170px !important;
	}

	.pb170-sp {
		padding-bottom: 170px !important;
	}

	.pl170-sp {
		padding-left: 170px !important;
	}

	.mt170-sp {
		margin-top: 170px !important;
	}

	.mr170-sp {
		margin-right: 170px !important;
	}

	.mb170-sp {
		margin-bottom: 170px !important;
	}

	.ml170-sp {
		margin-left: 170px !important;
	}

	.mt-170-sp {
		margin-top: -170px !important;
	}

	.mr-170-sp {
		margin-right: -170px !important;
	}

	.mb-170-sp {
		margin-bottom: -170px !important;
	}

	.ml-170-sp {
		margin-left: -170px !important;
	}

	.fz170-sp {
		font-size: 170px !important;
	}

	.pt175-sp {
		padding-top: 175px !important;
	}

	.pr175-sp {
		padding-right: 175px !important;
	}

	.pb175-sp {
		padding-bottom: 175px !important;
	}

	.pl175-sp {
		padding-left: 175px !important;
	}

	.mt175-sp {
		margin-top: 175px !important;
	}

	.mr175-sp {
		margin-right: 175px !important;
	}

	.mb175-sp {
		margin-bottom: 175px !important;
	}

	.ml175-sp {
		margin-left: 175px !important;
	}

	.mt-175-sp {
		margin-top: -175px !important;
	}

	.mr-175-sp {
		margin-right: -175px !important;
	}

	.mb-175-sp {
		margin-bottom: -175px !important;
	}

	.ml-175-sp {
		margin-left: -175px !important;
	}

	.fz175-sp {
		font-size: 175px !important;
	}

	.pt180-sp {
		padding-top: 180px !important;
	}

	.pr180-sp {
		padding-right: 180px !important;
	}

	.pb180-sp {
		padding-bottom: 180px !important;
	}

	.pl180-sp {
		padding-left: 180px !important;
	}

	.mt180-sp {
		margin-top: 180px !important;
	}

	.mr180-sp {
		margin-right: 180px !important;
	}

	.mb180-sp {
		margin-bottom: 180px !important;
	}

	.ml180-sp {
		margin-left: 180px !important;
	}

	.mt-180-sp {
		margin-top: -180px !important;
	}

	.mr-180-sp {
		margin-right: -180px !important;
	}

	.mb-180-sp {
		margin-bottom: -180px !important;
	}

	.ml-180-sp {
		margin-left: -180px !important;
	}

	.fz180-sp {
		font-size: 180px !important;
	}

	.pt185-sp {
		padding-top: 185px !important;
	}

	.pr185-sp {
		padding-right: 185px !important;
	}

	.pb185-sp {
		padding-bottom: 185px !important;
	}

	.pl185-sp {
		padding-left: 185px !important;
	}

	.mt185-sp {
		margin-top: 185px !important;
	}

	.mr185-sp {
		margin-right: 185px !important;
	}

	.mb185-sp {
		margin-bottom: 185px !important;
	}

	.ml185-sp {
		margin-left: 185px !important;
	}

	.mt-185-sp {
		margin-top: -185px !important;
	}

	.mr-185-sp {
		margin-right: -185px !important;
	}

	.mb-185-sp {
		margin-bottom: -185px !important;
	}

	.ml-185-sp {
		margin-left: -185px !important;
	}

	.fz185-sp {
		font-size: 185px !important;
	}

	.pt190-sp {
		padding-top: 190px !important;
	}

	.pr190-sp {
		padding-right: 190px !important;
	}

	.pb190-sp {
		padding-bottom: 190px !important;
	}

	.pl190-sp {
		padding-left: 190px !important;
	}

	.mt190-sp {
		margin-top: 190px !important;
	}

	.mr190-sp {
		margin-right: 190px !important;
	}

	.mb190-sp {
		margin-bottom: 190px !important;
	}

	.ml190-sp {
		margin-left: 190px !important;
	}

	.mt-190-sp {
		margin-top: -190px !important;
	}

	.mr-190-sp {
		margin-right: -190px !important;
	}

	.mb-190-sp {
		margin-bottom: -190px !important;
	}

	.ml-190-sp {
		margin-left: -190px !important;
	}

	.fz190-sp {
		font-size: 190px !important;
	}

	.pt195-sp {
		padding-top: 195px !important;
	}

	.pr195-sp {
		padding-right: 195px !important;
	}

	.pb195-sp {
		padding-bottom: 195px !important;
	}

	.pl195-sp {
		padding-left: 195px !important;
	}

	.mt195-sp {
		margin-top: 195px !important;
	}

	.mr195-sp {
		margin-right: 195px !important;
	}

	.mb195-sp {
		margin-bottom: 195px !important;
	}

	.ml195-sp {
		margin-left: 195px !important;
	}

	.mt-195-sp {
		margin-top: -195px !important;
	}

	.mr-195-sp {
		margin-right: -195px !important;
	}

	.mb-195-sp {
		margin-bottom: -195px !important;
	}

	.ml-195-sp {
		margin-left: -195px !important;
	}

	.fz195-sp {
		font-size: 195px !important;
	}
}

/*# sourceMappingURL=common.css.map */
