@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("/wp/wp-content/themes/ibaraki-dl/css/ionicons.min.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;
}

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

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: 62.5%;
}
html.big {
	font-size: 70.5%;
}
@media screen and (max-width: 736px) {
	html.big {
		font-size: 62.5%;
	}
}

/* ****** スマートフォン ****** */
/* end of SP */
body, table {
	letter-spacing: 0;
	color: #333333;
	line-height: 1.5;
}

/* デフォルトフォント */
html {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, ‘Noto Sans JP’, “游ゴシック”, YuGothic, “メイリオ”, Meiryo, sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

@media screen and (max-width: 736px) {
	html {
		font-family: sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}
/* end of SP */
@media all and (-ms-high-contrast: none) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
@media all and (-ms-high-contrast: active) {
	html {
		font-family: Verdana, Meiryo, sans-serif;
	}
}
/*明朝体*/
.serif {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*英文フォント*/
/* --------------------------------------------------

リンク

-------------------------------------------------- */
a {
	color: #72C4CE;
	text-decoration: none;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
@media screen and (min-width: 737px) {
	a:hover, a:focus {
		color: #EE86A8;
		text-decoration: underline;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		text-decoration: none;
	}
}
a.ec:before {
	content: "\25B6";
	display: inline-block;
	color: #72C4CE;
	width: 1em;
	margin: 0px 11px 0px 0;
	font-size: 10px;
	font-size: 1rem;
}

/* マウスオーバ時のアルファ値変更 */
a img {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (min-width: 737px) {
	a img:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
		filter: Alpha(opacity=70);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
}

.alpha {
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
	filter: Alpha(opacity=70);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover img.non-alpha {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity)";
	filter: Alpha(opacity=100);
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

/*PDFリンク*/
a.pdf {
	overflow: visible;
}
a.pdf:after {
	content: " ";
	background: transparent url(/img/common/ico-pdf.png) 0 no-repeat;
	width: 12px;
	height: 16px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: inline-block;
	margin-left: 10px;
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/* 別ウインドウで開く */
a.ext: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;
	display: inline-block;
	content: "\f481";
	margin-left: 3px;
}

@media screen and (max-width: 736px) {
	a[href^="tel:"] {
		color: inherit;
	}
}
/* --------------------------------------------------

基本コンポーネント

-------------------------------------------------- */
body {
	position: relative;
}

#wrapper {
	width: 100%;
	min-width: 1050px;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 737px) {
	#wrapper {
		padding-top: 175px;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.header-compact #wrapper {
		padding-top: 75px;
	}
}
@media screen and (max-width: 736px) {
	#wrapper {
		width: 100%;
		min-width: 0;
		padding-top: 58px;
	}
}

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

サイドバー

-------------------------------------------------- */
.isSidebar .entry-body {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 1300px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1300px) {
	.isSidebar .entry-body {
		display: block;
		width: auto;
	}
}
@media screen and (max-width: 1300px) {
	.isSidebar .entry-body {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		min-height: 300px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
.isSidebar .entry-body .entry-content {
	order: 1;
	width: 1000px;
}
@media screen and (max-width: 1300px) {
	.isSidebar .entry-body .entry-content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
.isSidebar .entry-body #sidebar {
	order: 2;
	display: block;
}
.isSidebar .entry-body .entry-footer {
	display: none !important;
}

#sidebar {
	display: none;
	width: 250px;
	min-height: 500px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	-moz-transition: opacity 0.3s, color 0.3s;
	-o-transition: opacity 0.3s, color 0.3s;
	-webkit-transition: opacity 0.3s, color 0.3s;
	transition: opacity 0.3s, color 0.3s;
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 1300px) {
	#sidebar {
		display: none !important;
	}
}
#sidebar.fixed {
	position: fixed;
	z-index: 8;
}
#sidebar.hidden {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
#sidebar ul.nav > li > a {
	background-color: #6DC2CA;
	display: block;
	border-radius: 7px;
	font-size: 24px;
	color: #fff;
	padding: 20px 20px 20px 60px;
	position: relative;
	-webkit-filter: drop-shadow(0px 4px 0px #3A8D94);
	filter: drop-shadow(0px 4px 0px #3A8D94);
	line-height: 1.3;
}
#sidebar ul.nav > li > a:before {
	content: " ";
	display: block;
	background: transparent url(/img/common/ico-about.svg) 50% 50% no-repeat;
	width: 28px;
	height: 28px;
	background-size: contain;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
}
#sidebar ul.nav > li > a span {
	display: block;
	color: #1B3535;
	font-size: 12px;
	margin-top: .5em;
}
@media screen and (min-width: 1301px) {
	#sidebar ul.nav > li > a {
		-moz-transition: background-color 0.3s;
		-o-transition: background-color 0.3s;
		-webkit-transition: background-color 0.3s;
		transition: background-color 0.3s;
	}
	#sidebar ul.nav > li > a:hover {
		background-color: #309cd0;
	}
}
#sidebar ul.nav > li + li {
	margin-top: 24px;
}
#sidebar ul.nav > li.voice a {
	font-size: 21px;
}
#sidebar ul.nav ul.second {
	margin-top: 24px;
}
#sidebar ul.nav ul.second li + li {
	margin-top: .75em;
}
#sidebar ul.nav ul.second a {
	display: inline-block;
	font-size: 14px;
	padding-left: 30px;
	position: relative;
}
#sidebar ul.nav ul.second a:before {
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF68C;
	border: 3px solid #72C4CE;
	left: 7px;
	top: 0.25em;
	position: absolute;
}

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

ヘッダー

-------------------------------------------------- */
#gheader {
	height: 175px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media screen and (min-width: 737px) {
	#gheader {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: linear-gradient(#ffffff 32px, #309cd0 32px, #309cd0 100%, #ffffff 100%);
	}
	#gheader > .inner {
		max-width: 1200px;
		min-width: 1060px;
		height: 175px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
}
@media screen and (min-width: 737px) and (min-width: 737px) {
	#gheader > .inner {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}
@media screen and (min-width: 737px) {
	.header-compact #gheader > .inner {
		height: 100%;
	}
}
@media screen and (max-width: 736px) {
	#gheader {
		background-color: #309cd0;
		width: auto;
		height: 58px;
		padding-left: 0;
		padding-right: 0;
		z-index: 201;
		position: fixed;
		width: 100%;
		top: 0;
	}
	#gheader.sp-menu-open {
		background-color: #309cd0;
	}
}
@media screen and (min-width: 737px) {
	.header-compact #gheader {
		height: 75px;
		background: #309cd0;
	}
}

/* スクロール時のコンパクトタイプ */
#gheader_ {
	height: 175px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
@media screen and (min-width: 737px) {
	#gheader_ {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: #309cd0;
	}
	#gheader_ > .inner {
		max-width: 1200px;
		min-width: 1060px;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
}
@media screen and (max-width: 736px) {
	#gheader_ {
		background-color: #309cd0;
		width: auto;
		height: 58px;
		padding-left: 0;
		padding-right: 0;
		z-index: 201;
		position: fixed;
		width: 100%;
		top: 0;
	}
	#gheader_.sp-menu-open {
		background-color: #309cd0;
	}
}

/* ロゴ */
#header-logo {
	width: 287px;
	height: 142px;
	position: absolute;
	left: 25px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 737px) {
	#header-logo.v4 {
		width: 282px;
		height: 137px;
	}
	#header-logo.v5 {
		width: 245px;
		height: 120px;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		top: auto;
		bottom: 8px;
	}
	.header-compact #header-logo.v5 {
		width: auto;
		height: 50px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		bottom: auto;
	}
	.header-compact #header-logo.v5 a {
		display: block;
		width: auto;
		height: 100%;
	}
	.header-compact #header-logo.v5 img.pc-only {
		display: none !important;
	}
	.header-compact #header-logo.v5 img.sp-only {
		display: block !important;
		width: 250px;
		height: 100%;
	}
}
@media screen and (max-width: 736px) {
	#header-logo {
		width: 237.0px;
		height: 44.0px;
		left: 10px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 201;
	}
}
@media screen and (max-width: 400px) {
	#header-logo {
		width: 237.0px;
		height: 44.0px;
		left: 10px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 201;
	}
}
@media screen and (max-width: 374px) {
	#header-logo {
		width: 185.0px;
		height: 34.0px;
		left: 10px;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 201;
	}
}
#header-logo a {
	display: block;
}
@media screen and (min-width: 737px) {
	#header-logo a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	#header-logo a:hover img {
		opacity: .85 !important;
	}
}
#header-logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* ユーティリティメニュー */
#util-menu {
	position: absolute;
	top: 0;
	right: 25px;
	height: 32px;
	min-width: 330px;
}
.header-compact #util-menu {
	display: none;
}

/* フォントサイズ切替 */
#fontsize-changer {
	width: 70px;
	height: 32px;
	background: transparent url(/img/common/font-size.png) 0% 0% no-repeat;
	-webkit-background-size: 70px 32px;
	background-size: 70px 32px;
	float: left;
}
#fontsize-changer a {
	font-family: 'Nunito', sans-serif;
	font-weight: bold;
	display: inline-block;
	line-height: 1;
}
#fontsize-changer a.fz-big {
	color: #fff;
	font-size: 18px;
	-moz-transform: translate(10px, 6px);
	-ms-transform: translate(10px, 6px);
	-webkit-transform: translate(10px, 6px);
	transform: translate(10px, 6px);
}
#fontsize-changer a.fz-small {
	color: #309cd0;
	font-size: 13px;
	-moz-transform: translate(34px, 9px);
	-ms-transform: translate(34px, 9px);
	-webkit-transform: translate(34px, 9px);
	transform: translate(34px, 9px);
}
#fontsize-changer a:hover {
	color: #f39;
}

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

検索ボックス PC

-------------------------------------------------- */
/*検索ボックス*/
#srchBox_ {
	display: block;
	width: 250px;
	height: 32px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	float: right;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 736px) {
	#srchBox_ {
		position: absolute;
		z-index: 1;
		top: 0;
		height: 40px;
		width: 100%;
		background-color: white;
	}
	#srchBox_.open {
		top: 58px;
	}
}
#srchBox_.active #srchInput {
	background-image: none !important;
}
#srchBox_ input, #srchBox_ button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#srchBox_ form {
	position: relative;
}
#srchBox_ input[type=text] {
	background: transparent;
	height: 32px;
	padding: 3px 8px;
}
#srchBox_ input[type=text].focused {
	background-image: none;
}
#srchBox_ input[type=text]#srchInput {
	background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
	border: 1px solid #eee;
	height: 31px;
	margin-top: 1px;
	width: 215px;
}
@media screen and (max-width: 736px) {
	#srchBox_ input[type=text]#srchInput {
		width: -webkit-calc(100% - 41px);
		height: 39px;
	}
}
#srchBox_ input[type=text]#srchInput:focus {
	outline: "none";
	background-image: none !important;
}
#srchBox_ #srchBtn {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0.0px;
	top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	text-indent: 100000%;
	white-space: nowrap;
	overflow: hidden;
	background: #C9C8C7 url(/img/common/ico-search.svg) 50% 45% no-repeat;
}
@media screen and (max-width: 736px) {
	#srchBox_ #srchBtn {
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 737px) {
	#srchBox_ #srchBtn:hover {
		background-color: #72C4CE;
		cursor: pointer;
	}
}

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

グローバルメニュー PC

2021.09.28：メニュー追加（働き方改革）

-------------------------------------------------- */
#gnav {
	position: absolute;
	display: inline-block;
	right: 25px;
	top: 49.0px;
}
@media screen and (min-width: 737px) {
	#gnav {
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
}
.header-compact #gnav {
	top: 5px;
	height: 100%;
}
#gnav ul.second {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 750px;
	height: 125px;
	background: transparent url(/img/common/line-01.png) 0% 0% no-repeat;
}
.header-compact #gnav ul.second {
	height: -webkit-calc((100% - 10px));
	height: calc((100% - 10px));
}
#gnav ul.second > li {
	flex: 1;
	height: 100%;
	background: transparent url(/img/common/line-01.png) 100% 0% no-repeat;
	position: relative;
}
#gnav ul.second > li > a {
	display: block;
	height: 125px;
	padding-top: 50px;
	padding-bottom: 21px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	position: relative;
	text-align: center;
	width: auto;
	font-weight: bold;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: transparent no-repeat;
}
#gnav ul.second > li > a:after {
	content: " ";
	position: absolute;
	bottom: 0px;
	width: 90%;
	height: 4px;
	background: #fff;
	transform-origin: 50% 0;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	left: 50%;
	-moz-transform: translate(-50%, 0) scale(0, 1);
	-ms-transform: translate(-50%, 0) scale(0, 1);
	-webkit-transform: translate(-50%, 0) scale(0, 1);
	transform: translate(-50%, 0) scale(0, 1);
}
@media screen and (min-width: 737px) {
	#gnav ul.second > li > a {
		-moz-transition: color 0.3s;
		-o-transition: color 0.3s;
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
	}
	#gnav ul.second > li > a:hover {
		color: #FFF68C;
	}
	#gnav ul.second > li > a:hover:after {
		-moz-transform: translate(-50%, 0) scale(1, 1);
		-ms-transform: translate(-50%, 0) scale(1, 1);
		-webkit-transform: translate(-50%, 0) scale(1, 1);
		transform: translate(-50%, 0) scale(1, 1);
	}
}
#gnav ul.second > li.home > a {
	background-image: url(/img/common/ico-home.svg);
	background-position: 50% 15px;
	-webkit-background-size: 24.8px auto;
	background-size: 24.8px auto;
}
#gnav ul.second > li.about > a {
	background-image: url(/img/common/ico-about.svg);
	background-position: 50% 15px;
	-webkit-background-size: 20.8px auto;
	background-size: 20.8px auto;
}
#gnav ul.second > li.uij > a {
	background-image: url(/img/common/ico-uij.svg);
	background-position: 50% 25px;
	-webkit-background-size: 52px auto;
	background-size: 52px auto;
}
.IE #gnav ul.second > li.uij > a {
	background-position: 50% -10.0px;
}
#gnav ul.second > li.female > a {
	background-image: url(/img/common/ico-female.svg);
	background-position: 50% 14px;
	-webkit-background-size: 26.4px auto;
	background-size: 26.4px auto;
}
#gnav ul.second > li.recruit > a {
	background-image: url(/img/common/ico-recruit.svg);
	background-position: 50% 14px;
	-webkit-background-size: 27.2px auto;
	background-size: 27.2px auto;
}
#gnav ul.second > li.voice > a {
	background-image: url(/img/common/ico-voice.svg);
	background-position: 50% 16px;
	-webkit-background-size: 23.2px auto;
	background-size: 23.2px auto;
}
#gnav ul.second > li.center > a {
	background-image: url(/img/common/ico-center.svg);
	background-position: 50% 19px;
	-webkit-background-size: 24.8px auto;
	background-size: 24.8px auto;
}
#gnav ul.second > li.worklife > a {
	background-image: url(/img/common/ico-worklife.svg);
	background-position: 50% 12px;
	-webkit-background-size: 43.2px auto;
	background-size: 43.2px auto;
}
#gnav ul.second > li:hover ul.third {
	visibility: visible;
	opacity: 1;
}
#gnav ul.second > li:last-child ul.third {
	right: 0;
}
.header-compact #gnav ul.second > li a {
	height: 100%;
	width: 100%;
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.home #gnav .home a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.about #gnav .about a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.uij #gnav .uij a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.female #gnav .female a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.recruit #gnav .recruit a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.voice #gnav .voice a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
.center #gnav .center a::after {
	-moz-transform: translate(-50%, 0) scale(1);
	-ms-transform: translate(-50%, 0) scale(1);
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
}
#gnav ul.third {
	background-color: #309cd0;
	position: absolute;
	top: 100%;
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	width: 100%;
	width: auto;
	padding: 12px 10px;
	border-radius: 0px 0px 4px 4px;
}
#gnav ul.third li {
	display: inline-block;
	display: block;
}
#gnav ul.third li a {
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 20px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	white-space: nowrap;
}
.header-compact #gnav ul.third li a {
	-webkit-justify-content: left;
	justify-content: left;
}
#gnav ul.third li a:before {
	content: "\f363";
	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;
	margin-right: .75em;
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
#gnav ul.third li a:hover {
	background-color: #fff;
	color: #309cd0;
}
#gnav ul.third.long li a {
	font-size: 13px;
	white-space: nowrap;
}

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

ハンバーガーメニュー

-------------------------------------------------- */
#hamburger-menu {
	position: absolute;
	width: 58px;
	height: 100%;
	background-color: #309cd0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .4s;
	z-index: 201;
}
#hamburger-menu > span {
	display: inline-block;
	transition: all .3s;
	position: absolute;
	right: 16.0px;
	width: 26.0px;
	height: 4.0px;
	background-color: #fff;
}
#hamburger-menu > span:nth-of-type(1) {
	top: 18px;
}
#hamburger-menu > span:nth-of-type(2) {
	top: 27.0px;
}
#hamburger-menu > span:nth-of-type(3) {
	top: 36.0px;
}
#hamburger-menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
#hamburger-menu.active span:nth-of-type(2) {
	opacity: 0;
}
#hamburger-menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(315deg);
	transform: translateY(-8px) rotate(315deg);
}

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

グローバルメニュー（SP）

-------------------------------------------------- */
#gnav-sp {
	width: 100%;
	position: absolute;
	position: fixed;
	z-index: 100;
	top: 0;
	right: -100%;
	padding-top: 58px;
	-moz-transition: right 0.3s;
	-o-transition: right 0.3s;
	-webkit-transition: right 0.3s;
	transition: right 0.3s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 100%;
	max-height: 100vh;
	padding-bottom: 20px;
}
#gnav-sp ul.second {
	margin-top: 0;
	background-color: rgba(48, 156, 208, 0.9);
	padding-bottom: 0px;
	-webkit-overflow-scrolling: touch;
	box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, 0.25);
}
#gnav-sp ul.second > li {
	display: block;
	border-bottom: 1px solid #fff;
	position: relative;
	background: #309cd0 no-repeat;
}
#gnav-sp ul.second > li:first-child {
	border-top: 1px solid #fff;
}
#gnav-sp ul.second > li.home {
	background-image: url(/img/common/ico-home.svg);
	background-position: 22px 13px;
	-webkit-background-size: 26px auto;
	background-size: 26px auto;
}
#gnav-sp ul.second > li.about {
	background-image: url(/img/common/ico-about.svg);
	-webkit-background-size: 23px auto;
	background-size: 23px auto;
	background-position: 23px 12px;
}
#gnav-sp ul.second > li.uij {
	background-image: url(/img/common/ico-uij.svg);
	-webkit-background-size: 53px auto;
	background-size: 53px auto;
	background-position: 8px 15px;
}
#gnav-sp ul.second > li.female {
	background-image: url(/img/common/ico-female.svg);
	-webkit-background-size: 28px auto;
	background-size: 28px auto;
	background-position: 21px 50%;
}
#gnav-sp ul.second > li.recruit {
	background-image: url(/img/common/ico-recruit.svg);
	-webkit-background-size: 29px auto;
	background-size: 29px auto;
	background-position: 21px 50%;
}
#gnav-sp ul.second > li.voice {
	background-image: url(/img/common/ico-voice.svg);
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	background-position: 23.0px 50%;
}
#gnav-sp ul.second > li.center {
	background-image: url(/img/common/ico-center.svg);
	-webkit-background-size: 26px auto;
	background-size: 26px auto;
	background-position: 22px 12px;
}
#gnav-sp ul.second > li.worklife {
	background-image: url(/img/common/ico-worklife.svg);
	-webkit-background-size: 34px auto;
	background-size: 34px auto;
	background-position: 16px 12px;
}
#gnav-sp ul.second > li.hasChild:hover {
	cursor: pointer;
}
#gnav-sp ul.second > li.hasChild:after {
	content: "\f217";
	position: absolute;
	right: 15px;
	top: 13px;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	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;
	color: #fff;
	font-size: 22px;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
@media screen and (max-width: 374px) {
	#gnav-sp ul.second > li.hasChild:after {
		font-size: 20px;
	}
}
#gnav-sp ul.second > li.hasChild.active:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnav-sp ul.second > li > a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 49px;
	vertical-align: middle;
	color: #fff;
	padding-left: 78.0px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
}
#gnav-sp ul.second > li > a:after_ {
	position: absolute;
	right: 25px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: " ";
	display: block;
	background: transparent url(/img/common/arrow-white.png) 0% 0% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 8px;
	height: 16px;
}
@media screen and (max-width: 374px) {
	#gnav-sp ul.second > li > a {
		font-size: 3.74332vw;
		height: 44px;
		line-height: 45px;
	}
}
#gnav-sp ul.second ul.third {
	background-color: #ededed;
	display: none;
	width: 100%;
	width: auto;
	padding: 8px 8px 15px;
	border-radius: 0px 0px 4px 4px;
	border-top: 1px dotted #ccc;
}
#gnav-sp ul.second ul.third li {
	display: block;
}
#gnav-sp ul.second ul.third li a {
	display: block;
	font-size: 14px;
	color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	padding-right: 20px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	letter-spacing: 1px;
	position: relative;
}
#gnav-sp ul.second ul.third li a:before {
	content: "\f363";
	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;
	position: absolute;
	left: 2em;
	top: 1em;
}
#gnav-sp ul.second ul.third li a:hover {
	background-color: #fff;
	color: #000;
}
@media screen and (max-width: 374px) {
	#gnav-sp ul.second ul.third li a {
		font-size: 3.47594vw;
	}
}
#gnav-sp ul.second ul.third li:first-child a {
	padding-left: 20px;
	color: #309cd0;
	font-size: 15px;
	font-weight: bold;
}
@media screen and (max-width: 374px) {
	#gnav-sp ul.second ul.third li:first-child a {
		font-size: 3.74332vw;
	}
}
#gnav-sp.active {
	right: 0;
}

/* 検索アイコン（SP） */
#src_icon {
	position: absolute;
	background: #777 url(/img/common/ico-search.svg) 50% 50% no-repeat;
	-webkit-background-size: 32px auto;
	background-size: 32px auto;
	width: 58px;
	height: 58px;
	right: 58px;
	top: 0;
	z-index: 202;
}
#src_icon.open {
	background: #BDBCBB;
}
#src_icon.open: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: "\f12a";
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	color: #fff;
}

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

パンくず

-------------------------------------------------- */
#bread_crumb {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 736px) {
	#bread_crumb {
		width: auto;
		border-bottom: 1px solid #eee;
	}
}
#bread_crumb ul {
	margin: 15px 0;
}
#bread_crumb ul:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 736px) {
	#bread_crumb ul {
		margin: 12px 15px;
	}
}
#bread_crumb li {
	float: left;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #7B7378;
}
@media screen and (max-width: 736px) {
	#bread_crumb li {
		font-size: 12px;
	}
}
#bread_crumb li:after {
	content: ">";
	display: inline-block;
	margin-left: 4px;
	margin-right: 6px;
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
#bread_crumb li:last-child {
	font-weight: bold;
}
#bread_crumb li:last-child:after {
	display: none;
}
#bread_crumb li a {
	color: #7B7378;
	text-decoration: underline;
}
#bread_crumb li a:hover {
	color: #EE86A8;
}
@media screen and (min-width: 1301px) {
	.isSidebar #bread_crumb {
		width: auto;
		max-width: 1300px;
	}
}

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

コンテンツ

-------------------------------------------------- */
main {
	padding-top: 0;
	color: #333333;
	line-height: 1.5;
	padding-bottom: 0;
	overflow: hidden;
	font-size: 15px;
	font-size: 1.5rem;
}
@media screen and (max-width: 736px) {
	main {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

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

ページタイトル（H1）

-------------------------------------------------- */
#page_title {
	width: 100%;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
	background-color: #FFF68C;
}
@media screen and (max-width: 736px) {
	#page_title {
		width: auto;
		height: auto;
		padding: 35px 20px;
		line-height: 1.5;
	}
}
#page_title h1 {
	color: #72C4CE;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
@media screen and (max-width: 736px) {
	#page_title h1 {
		font-size: 20px;
	}
}
@media screen and (max-width: 375px) {
	#page_title h1 {
		font-size: 5.33333vw;
	}
}
#page_title h1 span {
	font-size: 14px;
	letter-spacing: 2px;
	display: inline-block;
	margin-left: 8px;
}
@media screen and (max-width: 736px) {
	#page_title h1 span {
		margin-left: 0px;
	}
}
@media screen and (max-width: 375px) {
	#page_title h1 span {
		font-size: 3.73333vw;
	}
}
@media screen and (max-width: 340px) {
	#page_title h1 span {
		letter-spacing: 0px;
	}
}
#page_title .caption {
	margin-top: 4px;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	margin-left: 35px;
	margin-right: 35px;
}
#page_title .caption a {
	color: #fff;
	text-decoration: underline;
}
@media screen and (max-width: 736px) {
	#page_title .caption {
		text-align: left;
	}
}
@media screen and (max-width: 375px) {
	#page_title .caption {
		font-size: 3.73333vw;
	}
}

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

フッター

-------------------------------------------------- */
ul.sns {
	background-color: #309cd0;
	width: 660px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	padding-top: 10px;
	position: relative;
	z-index: 1;
	color: #fff;
}
@media screen and (min-width: 737px) {
	.IE ul.sns {
		margin-bottom: -1px;
	}
}
@media screen and (max-width: 736px) {
	ul.sns {
		width: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		width: 246px;
		padding-top: 12px;
		height: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
ul.sns li {
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	letter-spacing: 1px;
	color: #fff;
}
@media screen and (min-width: 737px) {
	ul.sns li {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	ul.sns li + li {
		margin-left: 35.0px;
	}
	ul.sns li:hover {
		opacity: .5;
	}
}
ul.sns li:before {
	content: " ";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
ul.sns li.fb:before {
	background-image: url(/img/common/ico-fb.svg);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}
ul.sns li.twt:before {
	background-image: url(/img/common/ico-tw.svg);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}
ul.sns li.line:before {
	background-image: url(/img/common/ico-line.svg);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}
ul.sns li.mail a {
	color: #fff;
}
ul.sns li.mail:before {
	background-image: url(/img/common/ico-mail-sns.svg);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
@media screen and (max-width: 736px) {
	ul.sns li {
		text-indent: 100000%;
		white-space: nowrap;
		overflow: hidden;
		background: transparent 0% 0% no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		width: 40px;
		height: 40px;
		display: block;
		margin-left: 7px;
		margin-right: 7px;
	}
	ul.sns li:before {
		display: none;
	}
	ul.sns li.fb {
		background-image: url(/img/common/ico-fb.svg);
	}
	ul.sns li.twt {
		background-image: url(/img/common/ico-tw.svg);
	}
	ul.sns li.line {
		background-image: url(/img/common/ico-line.svg);
	}
	ul.sns li.mail {
		background-image: url(/img/common/ico-mail-sns-sp.svg);
		-webkit-background-size: 40px 40px;
		background-size: 40px 40px;
	}
	ul.sns li.mail a {
		display: block;
		width: 100%;
		height: 100%;
	}
}

#gfooter {
	background-color: #309cd0;
	padding-bottom: 100px;
}
@media screen and (max-width: 736px) {
	#gfooter {
		min-height: 590px;
	}
}
#gfooter .inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 70px;
}
@media screen and (max-width: 736px) {
	#gfooter .inner {
		width: auto;
		padding-top: 34px;
	}
}
#gfooter #footer-nav > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gfooter #footer-nav li.second {
	white-space: nowrap;
}
#gfooter #footer-nav li.second + li {
	margin-left: 10px;
}
#gfooter #footer-nav a {
	font-size: 12px;
	color: #fff;
}
#gfooter #footer-nav a:hover {
	color: #FFF68C;
}
#gfooter #footer-nav li.third {
	margin-top: 17px;
}
#gfooter .box {
	margin-top: 102px;
	position: relative;
	min-height: 152px;
	overflow: hidden;
}
@media screen and (max-width: 736px) {
	#gfooter .box {
		margin-top: 0;
		min-height: 0;
	}
}
#gfooter .copyright {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	color: #fff;
	margin-top: 10px;
	margin-right: 20px;
	font-family: Roboto, sans-serif;
}
@media screen and (max-width: 736px) {
	#gfooter .copyright {
		text-align: center;
		margin: 0;
		margin-top: 18.0px;
	}
}

/* ロゴ */
#footer-logo {
	width: 320.0px;
	height: auto;
}
@media screen and (max-width: 736px) {
	#footer-logo {
		width: 238px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
#footer-logo a {
	display: block;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #fff;
}
#footer-logo a:hover {
	opacity: .6;
}
#footer-logo img {
	display: block;
	width: 100%;
	height: auto;
}

/* 住所 */
address {
	width: 321.0px;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	margin-top: 13px;
}
@media screen and (max-width: 736px) {
	address {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		margin-top: 8px;
	}
}

/* 公式ツイッター 2021.07.13 */
.tw-link {
	width: 321.0px;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	margin-top: 0px;
}
@media screen and (max-width: 736px) {
	.tw-link {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		margin-top: 0px;
	}
}
.tw-link a {
	color: #fff;
	font-weight: bold;
}
.tw-link a:before {
	content: " ";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: transparent url(/img/common/ico-tw.svg) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-transform: translateY(0.7em);
	-ms-transform: translateY(0.7em);
	-webkit-transform: translateY(0.7em);
	transform: translateY(0.7em);
	margin-right: .5em;
}
@media screen and (min-width: 737px) {
	.tw-link a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.tw-link a:hover {
		opacity: .7;
	}
}

.tw-link-header {
	width: auto;
	display: inline-block;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 250px;
	top: 57.14286%;
}
@media screen and (max-width: 1155px) {
	.tw-link-header {
		display: none;
	}
}
.tw-link-header a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-left: 38px;
	display: inline-block;
	white-space: nowrap;
}
.tw-link-header a:before {
	content: " ";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: transparent url(/img/common/ico-tw.svg) 50% 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	-moz-transform: translateY(0.7em);
	-ms-transform: translateY(0.7em);
	-webkit-transform: translateY(0.7em);
	transform: translateY(0.7em);
	margin-right: .5em;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width: 737px) {
	.tw-link-header a {
		-moz-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.tw-link-header a:hover {
		opacity: .7;
	}
}
.header-compact .tw-link-header {
	font-size: 12px;
	left: 300px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-compact .tw-link-header a:before {
	width: 1em;
	height: 2em;
}
@media screen and (max-width: 1180px) {
	.header-compact .tw-link-header {
		display: none;
	}
}

/* お問い合わせ */
#contact-area {
	width: 634.0px;
	height: 133.0px;
	position: absolute;
	color: #fff;
	right: 0;
	top: 0;
}
@media screen and (max-width: 736px) {
	#contact-area {
		width: auto;
		height: auto;
		position: static;
		margin-top: 37px;
		padding-top: 40px;
		text-align: center;
		height: 280px;
	}
}
#contact-area header, #contact-area .header {
	text-align: center;
	margin-bottom: 23px;
}
@media screen and (max-width: 736px) {
	#contact-area header, #contact-area .header {
		margin-bottom: 15px;
	}
}
#contact-area header .heading, #contact-area .header .heading {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	display: block;
}
#contact-area header .heading span, #contact-area .header .heading span {
	box-shadow: 0 1em 0 #309cd0 inset;
	position: relative;
	z-index: 1;
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 736px) {
	#contact-area header .heading span, #contact-area .header .heading span {
		padding-left: 13px;
		padding-right: 13px;
		box-shadow: 0 1em 0 #309cd0 inset;
	}
}
@media screen and (max-width: 736px) {
	#contact-area header .heading, #contact-area .header .heading {
		font-size: 17px;
	}
}
#contact-area header .heading:before, #contact-area .header .heading:before {
	content: " ";
	display: block;
	height: 3px;
	width: 100%;
	background-color: #fff;
	top: 8px;
	left: 0;
	position: absolute;
}
@media screen and (max-width: 736px) {
	#contact-area header .heading:before, #contact-area .header .heading:before {
		height: 2px;
		top: 9px;
	}
}
#contact-area .phone {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
	float: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
@media screen and (max-width: 736px) {
	#contact-area .phone {
		float: none;
		font-size: 32px;
		letter-spacing: 0;
		display: inline-block;
		height: 34px;
		line-height: 34px;
	}
	#contact-area .phone a {
		color: #fff;
	}
}
#contact-area .phone:before {
	content: " ";
	display: inline-block;
	background: transparent url(/img/common/ico-phone-v2.svg) 0% 0% no-repeat;
	width: 41.0px;
	height: 42.0px;
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
	margin-right: 8px;
}
@media screen and (max-width: 736px) {
	#contact-area .phone:before {
		width: 34px;
		height: 34px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		margin-right: 5px;
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}
#contact-area .form {
	width: 302.0px;
	height: 64.0px;
	float: right;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	display: block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	color: #309cd0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
@media screen and (max-width: 736px) {
	#contact-area .form {
		width: 260px;
		height: 56px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		line-height: 53px;
		font-size: 17px;
		margin-top: 20px;
		border-radius: 5px;
	}
}
#contact-area .form:hover {
	opacity: .7;
	color: #309cd0;
}
#contact-area .form:before {
	content: " ";
	width: 25.0px;
	height: 19.0px;
	display: inline-block;
	background: transparent url(/img/common/ico-mail-v2.svg) 0% 0% no-repeat;
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: 7px;
}
@media screen and (max-width: 736px) {
	#contact-area .form:before {
		width: 22.0px;
		height: 16.0px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		-moz-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}
}
#contact-area .info {
	clear: both;
	text-align: center;
	font-size: 15px;
	padding-top: 8px;
}
@media screen and (max-width: 736px) {
	#contact-area .info {
		font-size: 14px;
		padding-top: 12px;
	}
}

/* ページ先頭へ */
#pagetop {
	width: 60px;
	height: 60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: fixed;
	bottom: 24px;
	right: 35px;
	z-index: 9;
	background: #36799a;
	line-height: 1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 5px;
	cursor: pointer;
}
@media screen and (max-width: 1524px) {
	#pagetop {
		width: 40px;
		height: 40px;
		bottom: 10px;
		right: 10px;
	}
}
@media screen and (max-width: 736px) {
	#pagetop {
		width: 40px;
		height: 40px;
		bottom: 10px;
		right: 10px;
	}
}
.isBannerFixed #pagetop {
	bottom: 80px;
}
@media screen and (max-width: 1524px) {
	.isBannerFixed #pagetop {
		width: 50px;
		height: 40px;
		bottom: 35px;
		right: 20px;
		border-radius: 12px 12px 0px 0px;
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 736px) {
	.isBannerFixed #pagetop {
		bottom: 60px;
	}
}
#pagetop:before {
	content: "\f3d8";
	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;
	font-size: 41px;
	color: #fff;
	line-height: 1;
}
@media screen and (max-width: 1524px) {
	#pagetop:before {
		font-size: 24px;
	}
}
@media screen and (max-width: 736px) {
	#pagetop:before {
		font-size: 30px;
	}
}
#pagetop.active {
	opacity: 1;
}
@media screen and (min-width: 737px) {
	#pagetop:hover {
		background: #ee86a8;
	}
}

/* ページ先頭へ（SP） */
#pagetop-sp {
	width: 46px;
	height: 46px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 335px;
	z-index: 2;
	background: #309cd0;
	border: 2px solid  #fff;
	color: #fff;
	text-align: center;
	line-height: 1;
	opacity: 1;
	-moz-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
#pagetop-sp:after {
	content: "\f126";
	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;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#pagetop-sp.active {
	opacity: 1;
}

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

セクション

-------------------------------------------------- */
@media screen and (max-width: 736px) {
	.entry-content section {
		width: auto;
	}
}
.entry-content section + section {
	margin-top: 80px;
}
@media screen and (max-width: 736px) {
	.entry-content section + section {
		margin-top: 40px;
	}
}

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

本文テキスト

-------------------------------------------------- */
.entry-body {
	width: 1000px;
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 80px;
}
@media screen and (max-width: 736px) {
	.entry-body {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		min-height: 300px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
.entry-body p {
	line-height: 1.86667;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 1.5em;
	color: #7C7478;
}
.entry-body p:last-child {
	margin-bottom: 0;
}
.entry-body p:empty {
	display: none;
}
.entry-body p + h3, .entry-body p + h4 {
	margin-top: 2.5em;
}
@media screen and (max-width: 736px) {
	.entry-body p + h3, .entry-body p + h4 {
		margin-top: 1em;
	}
}
@media screen and (max-width: 736px) {
	.entry-body p {
		font-size: 13px;
		font-size: 1.3rem;
		margin-bottom: 1em;
	}
}
.entry-body p.check {
	position: relative;
	padding-left: 1.5em;
}
.entry-body p.check:before {
	position: absolute;
	display: inline-block;
	width: 1em;
	height: 1em;
	left: 0;
	top: 3.0px;
	background-color: transparent;
	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: "\f121";
	padding-right: .5em;
	color: #72C4CE;
}
@media screen and (max-width: 736px) {
	.entry-body p.check:before {
		top: 14px;
	}
}
.entry-body .lead {
	color: #72C4CE;
	line-height: 1.8;
	font-size: 18px;
}
@media screen and (max-width: 736px) {
	.entry-body .lead {
		font-size: 15px;
	}
}

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

見出し

-------------------------------------------------- */
/* 旧ページ */
.entry-body h1 {
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	color: #72C4CE;
	padding-bottom: .5em;
	margin-bottom: .5em;
	letter-spacing: .1em;
}
@media screen and (max-width: 736px) {
	.entry-body h1 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
.entry-body h2 {
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	margin-bottom: .5em;
}
@media screen and (max-width: 736px) {
	.entry-body h2 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
.entry-body h3 {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	margin-bottom: .5em;
}
@media screen and (max-width: 736px) {
	.entry-body h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.entry-body h4 {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	margin-bottom: .5em;
}
@media screen and (max-width: 736px) {
	.entry-body h4 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.entry-content .second h1 {
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',  'M PLUS Rounded 1c', sans-serif;
	text-align: center;
	font-weight: bold;
	width: 100%;
	background: #72C4CE url(/img/common/h1-bg.png) 0% 0% repeat;
	border-radius: 8px;
	min-height: 86px;
	line-height: 1.3;
	padding-top: 30px;
	padding-bottom: 25px;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 27px;
	color: #fff;
	box-shadow: 0px 5px 0px 0px #4B989E;
	margin-bottom: 1.5em;
	letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
	.entry-content .second h1 {
		font-size: 18px;
		height: auto;
		padding: 15px 15px 10px;
		margin-bottom: 1.5em;
		-webkit-display: flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.entry-content .second h1 + .lead {
	font-size: 18px;
	text-align: center;
	color: #661A00;
	line-height: 2;
}
@media screen and (max-width: 736px) {
	.entry-content .second h1 + .lead {
		font-size: 14px;
		line-height: 1.71;
	}
}
.entry-content .second h1 + .lead.ico {
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/img/common/lead-bg-01.png), url(/img/common/lead-bg-02.png);
	background-repeat: no-repeat;
	background-position: 0 0, 100% 0;
	padding-top: 25px;
	padding-bottom: 50.0px;
}
@media screen and (max-width: 736px) {
	.entry-content .second h1 + .lead.ico {
		margin-left: 0;
		margin-right: 0;
		background-image: url(/img/common/lead-bg-sp.png);
		background-position: 50% 50%;
		background-size: cover;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: -20px;
		margin-bottom: 0;
	}
}
.entry-content .second.type2 {
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',  'M PLUS Rounded 1c', sans-serif;
}
.entry-content .second.type2 h1 {
	text-align: center;
	font-weight: bold;
	width: 100%;
	background: none;
	min-height: 0;
	line-height: 1.3;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 30px;
	color: #72C4CE;
	box-shadow: none;
	margin-bottom: 55px;
	letter-spacing: 1px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h1 {
		font-size: 18px;
		height: auto;
		padding: 0 15px 0;
		margin-bottom: 1.5em;
		-webkit-display: flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.entry-content .second.type2 h1 + .lead {
	font-size: 18px;
	text-align: center;
	color: #661A00;
	line-height: 2;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h1 + .lead {
		font-size: 14px;
		line-height: 1.71;
	}
}
.entry-content .second.type2 h1 + .lead.ico {
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(/img/common/lead-bg-01.png), url(/img/common/lead-bg-02.png);
	background-repeat: no-repeat;
	background-position: 0 0, 100% 0;
	padding-top: 25px;
	padding-bottom: 50.0px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h1 + .lead.ico {
		margin-left: 0;
		margin-right: 0;
		background-image: url(/img/common/lead-bg-sp.png);
		background-position: 50% 50%;
		background-size: cover;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: -20px;
		margin-bottom: 0;
	}
}
.entry-content .second h2 {
	font-size: 20px;
	color: #46989F;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
	letter-spacing: .1em;
	margin-bottom: 30px;
	position: relative;
	padding-top: 20.0px;
	padding-bottom: 18.0px;
	border-top: 4px solid #9FD3D4;
	border-bottom: 4px solid #9FD3D4;
	background: transparent  5px 50% no-repeat;
	padding-left: 50.0px;
	padding-right: 50px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
@media screen and (max-width: 736px) {
	.entry-content .second h2 {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-left: 40px;
		padding-right: 40px;
	}
}
.entry-content .second.type2 h2 {
	font-size: 30px;
	color: #72C4CE;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	vertical-align: middle;
	letter-spacing: .1em;
	margin-bottom: 30px;
	position: relative;
	padding-top: 14px;
	padding-bottom: 12px;
	border-top: 3px solid #72C4CE;
	border-bottom: 3px solid #72C4CE;
	background: transparent  15px 50% no-repeat;
	padding-left: 60.0px;
	padding-right: 60px;
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h2 {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 14px;
		margin-bottom: 20px;
		padding-left: 50px;
		padding-right: 20px;
	}
}
.entry-content .second.about.type2 h2 {
	background-image: url(/img/common/ico-about-old.svg);
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.entry-content .second.center.type2 h2, .entry-content .second.schedule.type2 h2 {
	background-image: url(/img/common/ico-center-old.svg);
	padding-left: 60px;
}
.entry-content .second.univ.type2 h2 {
	background-image: url(/img/common/ico-univ.png);
	padding-left: 80px;
	-webkit-background-size: auto 43px;
	background-size: auto 43px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.univ.type2 h2 {
		-webkit-background-size: auto 26px;
		background-size: auto 26px;
		padding-left: 55px;
		background-position: 7px 50%;
	}
}
.entry-content .second.wlb.type2 h2 {
	background-image: url(/img/common/ico-wlb.png);
	padding-left: 100px;
	-webkit-background-size: auto 43px;
	background-size: auto 43px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.wlb.type2 h2 {
		-webkit-background-size: auto 26px;
		background-size: auto 26px;
		padding-left: 55px;
		background-position: 7px 50%;
	}
}
.entry-content .second.female.type2 h2 {
	background-image: url(/img/common/ico-female-old.svg);
	padding-left: 60px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.female.type2 h2 {
		-webkit-background-size: auto 35px;
		background-size: auto 35px;
	}
}
.entry-content .second.uij.type2 h2 {
	background-image: url(/img/common/ico-uij-old.svg);
	padding-left: 95px;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.uij.type2 h2 {
		padding-left: 80.0px;
		padding-right: 0px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
}
.entry-content .second.news h2 {
	background-image: url(/img/common/ico-news.svg);
	padding-left: 60px;
}
.entry-content .second.about h2 {
	background-image: url(/img/common/ico-about-old.svg);
	-webkit-background-size: auto 30px;
	background-size: auto 30px;
}
.entry-content .second.doctor h2 {
	background-image: url(/img/common/ico-doctor.svg);
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.IE .entry-content .second.doctor h2 {
	background-image: url(/img/common/ico-doctor.png);
}
.entry-content .second.student h2 {
	background-image: url(/img/common/ico-doctor.svg);
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.IE .entry-content .second.student h2 {
	background-image: url(/img/common/ico-doctor.png);
}
.entry-content .second.high_school h2 {
	background-image: url(/img/common/ico-doctor.png);
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
}
.IE .entry-content .second.high_school h2 {
	background-image: url(/img/common/ico-doctor.svg);
}
@media screen and (min-width: 737px) {
	.entry-content .second .content-box {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (min-width: 737px) {
	.entry-content .second .text-box_ {
		width: 673px;
		max-width: none;
	}
}
@media screen and (min-width: 737px) {
	.entry-content .second .text-box_ + figure {
		width: 235px;
	}
}
.entry-content .second h3 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 1em;
	position: relative;
	padding-left: 20.0px;
}
.entry-content .second h3.check {
	position: relative;
	padding-left: 1.5em;
}
.entry-content .second h3.check:before {
	position: absolute;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 18.0px;
	background-color: transparent;
	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: "\f121";
	padding-right: .5em;
	color: #72C4CE;
}
@media screen and (max-width: 736px) {
	.entry-content .second h3.check:before {
		top: 14px;
	}
}
.entry-content .second h3.ico {
	position: relative;
	padding-left: 1.5em;
}
.entry-content .second h3.ico:before {
	position: absolute;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 18.0px;
	background-color: transparent;
	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: "";
	padding-right: .5em;
	color: #72C4CE;
}
@media screen and (max-width: 736px) {
	.entry-content .second h3.ico:before {
		top: 14px;
	}
}
.entry-content .second h3.ico.doc:before {
	font-size: 22px;
	content: "\f381";
	top: 18px;
}
@media screen and (max-width: 736px) {
	.entry-content .second h3 {
		font-size: 15px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}
.entry-content .second h3:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 25%;
	display: block;
	width: 6px;
	height: 50%;
	background-color: #72C4CE;
}
.entry-content .second.type2 h3 {
	font-size: 26px;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 28px;
	position: relative;
	padding-left: 33.0px;
	color: #72C4CE;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h3 {
		font-size: 15px;
		padding-left: 24.0px;
		margin-bottom: 15px;
	}
}
.entry-content .second.type2 h3:before {
	content: " ";
	position: absolute;
	left: 2px;
	top: 0.4em;
	display: block;
	width: 16px;
	height: 16px;
	background-color: #FFF68C;
	border: 1px solid #72C4CE;
	border-radius: 100%;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h3:before {
		height: 12px;
		width: 12px;
		top: .3em;
	}
}
.entry-content .second.type2 h3.no-ec {
	padding-left: 0;
}
.entry-content .second.type2 h3.no-ec:before {
	display: none;
}
.entry-content .second h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .75em;
	position: relative;
	padding-left: 20.0px;
}
@media screen and (max-width: 736px) {
	.entry-content .second h4 {
		font-size: 15px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}
.entry-content .second h4:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 45%;
	display: block;
	width: 14px;
	height: 4px;
	background-color: #ccc;
}
.entry-content .second.type2 h4 {
	font-size: 20px;
	color: #72C4CE;
	font-weight: bold;
	margin-bottom: .65em;
	position: relative;
	padding-left: 20.0px;
}
@media screen and (max-width: 736px) {
	.entry-content .second.type2 h4 {
		font-size: 15px;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}
.entry-content .second.type2 h4:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	display: block;
	width: 5px;
	height: 1.2em;
	background-color: #72C4CE;
}
.entry-content .second h5 {
	position: relative;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 1em;
}
.entry-content .second h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
@media screen and (max-width: 736px) {
	.entry-content .second h5 span {
		margin: 0 1em;
		padding: 0 0.5em;
	}
}
.entry-content .second h5:before {
	content: " ";
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #72C4CE;
}

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

固定バナー（固定ページのみ）

-------------------------------------------------- */
#banner-fixed {
	display: none;
}
body.isBannerFixed #banner-fixed {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: fixed;
	width: 100%;
	height: 106px;
	background-color: rgba(54, 121, 154, 0.9);
	z-index: 10;
	left: 0;
	bottom: 0;
	padding-top: 1px;
	padding-left: 50px;
	padding-right: 50px;
	min-width: 1050px;
}
@media screen and (max-width: 736px) {
	body.isBannerFixed #banner-fixed {
		min-width: 0;
		height: 50px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
body.isBannerFixed #banner-fixed .inner {
	display: inline-block;
	min-width: 636px;
	height: 66px;
	position: relative;
}
@media screen and (max-width: 736px) {
	body.isBannerFixed #banner-fixed .inner {
		min-width: 0;
		height: 34px;
	}
}
body.isBannerFixed #banner-fixed .inner:before {
	content: " ";
	display: block;
	position: absolute;
	width: 52px;
	height: 98px;
	background: transparent url(/img/common/banner-male.png) 50% 50% no-repeat;
	z-index: 2;
	left: 20px;
	bottom: 2px;
	pointer-events: none;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
@media screen and (max-width: 736px) {
	body.isBannerFixed #banner-fixed .inner:before {
		width: 26px;
		height: 49px;
		left: 10px;
	}
}
body.isBannerFixed #banner-fixed .inner:after {
	content: " ";
	display: block;
	position: absolute;
	width: 91px;
	height: 98px;
	background: transparent url(/img/common/banner-female.png) 50% 50% no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	z-index: 2;
	right: -13px;
	bottom: 2px;
	pointer-events: none;
}
@media screen and (max-width: 736px) {
	body.isBannerFixed #banner-fixed .inner:after {
		width: 45px;
		height: 49px;
		right: 6px;
	}
}
body.isBannerFixed #banner-fixed a {
	display: inline-block;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 2px solid  #fff;
	border-radius: 8px;
	background: #48A6AD;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	font-family: 'ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN',  'M PLUS Rounded 1c', sans-serif;
	padding-left: 100px;
	padding-right: 100px;
	line-height: 1.2;
}
@media screen and (max-width: 736px) {
	body.isBannerFixed #banner-fixed a {
		padding-left: 50px;
		padding-right: 50px;
		font-size: 14px;
	}
}
@media screen and (max-width: 374px) {
	body.isBannerFixed #banner-fixed a {
		font-size: 3.74332vw;
	}
}
body.isBannerFixed #banner-fixed a:before {
	content: "\FF3C";
	padding-right: 5px;
}
body.isBannerFixed #banner-fixed a:after {
	content: "\a0\FF0F";
}
@media screen and (min-width: 737px) {
	body.isBannerFixed #banner-fixed a {
		-moz-transition: background 0.3s;
		-o-transition: background 0.3s;
		-webkit-transition: background 0.3s;
		transition: background 0.3s;
	}
	body.isBannerFixed #banner-fixed a:hover {
		background: #E73C6E;
	}
}
@media screen and (min-width: 737px) {
	body.isBannerFixed #banner-fixed.compact {
		padding-left: 10px;
		padding-right: 10px;
		height: 50px;
	}
	body.isBannerFixed #banner-fixed.compact .inner {
		display: block;
		width: 100%;
		height: -webkit-calc((100% - 16px));
		height: calc((100% - 16px));
	}
	body.isBannerFixed #banner-fixed.compact .inner:before, body.isBannerFixed #banner-fixed.compact .inner:after {
		display: none;
	}
	body.isBannerFixed #banner-fixed.compact .inner a {
		font-size: 18px;
	}
}

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

印刷時調整

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

その他

-------------------------------------------------- */
.fadein {
	opacity: 0;
	transform: translate(0, 20px);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.fadein:nth-child(1) {
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.fadein:nth-child(2) {
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.fadein:nth-child(3) {
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.fadein:nth-child(4) {
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.fadein:nth-child(5) {
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.fadein:nth-child(6) {
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.fadein:nth-child(7) {
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.fadein:nth-child(8) {
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.fadein:nth-child(9) {
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.fadein:nth-child(10) {
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.fadein:nth-child(11) {
	-moz-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}
.fadein:nth-child(12) {
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.fadein:nth-child(13) {
	-moz-transition-delay: 1.3s;
	-o-transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}
.fadein:nth-child(14) {
	-moz-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.fadein:nth-child(15) {
	-moz-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.fadein:nth-child(16) {
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.fadein:nth-child(17) {
	-moz-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}
.fadein:nth-child(18) {
	-moz-transition-delay: 1.8s;
	-o-transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.fadein:nth-child(19) {
	-moz-transition-delay: 1.9s;
	-o-transition-delay: 1.9s;
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}
.fadein:nth-child(20) {
	-moz-transition-delay: 2s;
	-o-transition-delay: 2s;
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}
.fadein:nth-child(21) {
	-moz-transition-delay: 2.1s;
	-o-transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}
.fadein:nth-child(22) {
	-moz-transition-delay: 2.2s;
	-o-transition-delay: 2.2s;
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}
.fadein:nth-child(23) {
	-moz-transition-delay: 2.3s;
	-o-transition-delay: 2.3s;
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}
.fadein:nth-child(24) {
	-moz-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}
.fadein:nth-child(25) {
	-moz-transition-delay: 2.5s;
	-o-transition-delay: 2.5s;
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}
.fadein:nth-child(26) {
	-moz-transition-delay: 2.6s;
	-o-transition-delay: 2.6s;
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}
.fadein:nth-child(27) {
	-moz-transition-delay: 2.7s;
	-o-transition-delay: 2.7s;
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}
.fadein:nth-child(28) {
	-moz-transition-delay: 2.8s;
	-o-transition-delay: 2.8s;
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}
.fadein:nth-child(29) {
	-moz-transition-delay: 2.9s;
	-o-transition-delay: 2.9s;
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}
.fadein:nth-child(30) {
	-moz-transition-delay: 3s;
	-o-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.fadein:nth-child(31) {
	-moz-transition-delay: 3.1s;
	-o-transition-delay: 3.1s;
	-webkit-transition-delay: 3.1s;
	transition-delay: 3.1s;
}
.fadein:nth-child(32) {
	-moz-transition-delay: 3.2s;
	-o-transition-delay: 3.2s;
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}
.fadein:nth-child(33) {
	-moz-transition-delay: 3.3s;
	-o-transition-delay: 3.3s;
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}
.fadein:nth-child(34) {
	-moz-transition-delay: 3.4s;
	-o-transition-delay: 3.4s;
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}
.fadein:nth-child(35) {
	-moz-transition-delay: 3.5s;
	-o-transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}
.fadein:nth-child(36) {
	-moz-transition-delay: 3.6s;
	-o-transition-delay: 3.6s;
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}
.fadein:nth-child(37) {
	-moz-transition-delay: 3.7s;
	-o-transition-delay: 3.7s;
	-webkit-transition-delay: 3.7s;
	transition-delay: 3.7s;
}
.fadein:nth-child(38) {
	-moz-transition-delay: 3.8s;
	-o-transition-delay: 3.8s;
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}
.fadein:nth-child(39) {
	-moz-transition-delay: 3.9s;
	-o-transition-delay: 3.9s;
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}
.fadein:nth-child(40) {
	-moz-transition-delay: 4s;
	-o-transition-delay: 4s;
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}
.fadein:nth-child(41) {
	-moz-transition-delay: 4.1s;
	-o-transition-delay: 4.1s;
	-webkit-transition-delay: 4.1s;
	transition-delay: 4.1s;
}
.fadein:nth-child(42) {
	-moz-transition-delay: 4.2s;
	-o-transition-delay: 4.2s;
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}
.fadein:nth-child(43) {
	-moz-transition-delay: 4.3s;
	-o-transition-delay: 4.3s;
	-webkit-transition-delay: 4.3s;
	transition-delay: 4.3s;
}
.fadein:nth-child(44) {
	-moz-transition-delay: 4.4s;
	-o-transition-delay: 4.4s;
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}
.fadein:nth-child(45) {
	-moz-transition-delay: 4.5s;
	-o-transition-delay: 4.5s;
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}
.fadein:nth-child(46) {
	-moz-transition-delay: 4.6s;
	-o-transition-delay: 4.6s;
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}
.fadein:nth-child(47) {
	-moz-transition-delay: 4.7s;
	-o-transition-delay: 4.7s;
	-webkit-transition-delay: 4.7s;
	transition-delay: 4.7s;
}
.fadein:nth-child(48) {
	-moz-transition-delay: 4.8s;
	-o-transition-delay: 4.8s;
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}
.fadein:nth-child(49) {
	-moz-transition-delay: 4.9s;
	-o-transition-delay: 4.9s;
	-webkit-transition-delay: 4.9s;
	transition-delay: 4.9s;
}
.fadein:nth-child(50) {
	-moz-transition-delay: 5s;
	-o-transition-delay: 5s;
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}
.fadein:nth-child(51) {
	-moz-transition-delay: 5.1s;
	-o-transition-delay: 5.1s;
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}
.fadein:nth-child(52) {
	-moz-transition-delay: 5.2s;
	-o-transition-delay: 5.2s;
	-webkit-transition-delay: 5.2s;
	transition-delay: 5.2s;
}
.fadein:nth-child(53) {
	-moz-transition-delay: 5.3s;
	-o-transition-delay: 5.3s;
	-webkit-transition-delay: 5.3s;
	transition-delay: 5.3s;
}
.fadein:nth-child(54) {
	-moz-transition-delay: 5.4s;
	-o-transition-delay: 5.4s;
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}
.fadein:nth-child(55) {
	-moz-transition-delay: 5.5s;
	-o-transition-delay: 5.5s;
	-webkit-transition-delay: 5.5s;
	transition-delay: 5.5s;
}
.fadein:nth-child(56) {
	-moz-transition-delay: 5.6s;
	-o-transition-delay: 5.6s;
	-webkit-transition-delay: 5.6s;
	transition-delay: 5.6s;
}
.fadein:nth-child(57) {
	-moz-transition-delay: 5.7s;
	-o-transition-delay: 5.7s;
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}
.fadein:nth-child(58) {
	-moz-transition-delay: 5.8s;
	-o-transition-delay: 5.8s;
	-webkit-transition-delay: 5.8s;
	transition-delay: 5.8s;
}
.fadein:nth-child(59) {
	-moz-transition-delay: 5.9s;
	-o-transition-delay: 5.9s;
	-webkit-transition-delay: 5.9s;
	transition-delay: 5.9s;
}
.fadein:nth-child(60) {
	-moz-transition-delay: 6s;
	-o-transition-delay: 6s;
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}
.fadein:nth-child(61) {
	-moz-transition-delay: 6.1s;
	-o-transition-delay: 6.1s;
	-webkit-transition-delay: 6.1s;
	transition-delay: 6.1s;
}
.fadein:nth-child(62) {
	-moz-transition-delay: 6.2s;
	-o-transition-delay: 6.2s;
	-webkit-transition-delay: 6.2s;
	transition-delay: 6.2s;
}
.fadein:nth-child(63) {
	-moz-transition-delay: 6.3s;
	-o-transition-delay: 6.3s;
	-webkit-transition-delay: 6.3s;
	transition-delay: 6.3s;
}
.fadein:nth-child(64) {
	-moz-transition-delay: 6.4s;
	-o-transition-delay: 6.4s;
	-webkit-transition-delay: 6.4s;
	transition-delay: 6.4s;
}
.fadein:nth-child(65) {
	-moz-transition-delay: 6.5s;
	-o-transition-delay: 6.5s;
	-webkit-transition-delay: 6.5s;
	transition-delay: 6.5s;
}
.fadein:nth-child(66) {
	-moz-transition-delay: 6.6s;
	-o-transition-delay: 6.6s;
	-webkit-transition-delay: 6.6s;
	transition-delay: 6.6s;
}
.fadein:nth-child(67) {
	-moz-transition-delay: 6.7s;
	-o-transition-delay: 6.7s;
	-webkit-transition-delay: 6.7s;
	transition-delay: 6.7s;
}
.fadein:nth-child(68) {
	-moz-transition-delay: 6.8s;
	-o-transition-delay: 6.8s;
	-webkit-transition-delay: 6.8s;
	transition-delay: 6.8s;
}
.fadein:nth-child(69) {
	-moz-transition-delay: 6.9s;
	-o-transition-delay: 6.9s;
	-webkit-transition-delay: 6.9s;
	transition-delay: 6.9s;
}
.fadein:nth-child(70) {
	-moz-transition-delay: 7s;
	-o-transition-delay: 7s;
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
}
.fadein:nth-child(71) {
	-moz-transition-delay: 7.1s;
	-o-transition-delay: 7.1s;
	-webkit-transition-delay: 7.1s;
	transition-delay: 7.1s;
}
.fadein:nth-child(72) {
	-moz-transition-delay: 7.2s;
	-o-transition-delay: 7.2s;
	-webkit-transition-delay: 7.2s;
	transition-delay: 7.2s;
}
.fadein:nth-child(73) {
	-moz-transition-delay: 7.3s;
	-o-transition-delay: 7.3s;
	-webkit-transition-delay: 7.3s;
	transition-delay: 7.3s;
}
.fadein:nth-child(74) {
	-moz-transition-delay: 7.4s;
	-o-transition-delay: 7.4s;
	-webkit-transition-delay: 7.4s;
	transition-delay: 7.4s;
}
.fadein:nth-child(75) {
	-moz-transition-delay: 7.5s;
	-o-transition-delay: 7.5s;
	-webkit-transition-delay: 7.5s;
	transition-delay: 7.5s;
}
.fadein:nth-child(76) {
	-moz-transition-delay: 7.6s;
	-o-transition-delay: 7.6s;
	-webkit-transition-delay: 7.6s;
	transition-delay: 7.6s;
}
.fadein:nth-child(77) {
	-moz-transition-delay: 7.7s;
	-o-transition-delay: 7.7s;
	-webkit-transition-delay: 7.7s;
	transition-delay: 7.7s;
}
.fadein:nth-child(78) {
	-moz-transition-delay: 7.8s;
	-o-transition-delay: 7.8s;
	-webkit-transition-delay: 7.8s;
	transition-delay: 7.8s;
}
.fadein:nth-child(79) {
	-moz-transition-delay: 7.9s;
	-o-transition-delay: 7.9s;
	-webkit-transition-delay: 7.9s;
	transition-delay: 7.9s;
}
.fadein:nth-child(80) {
	-moz-transition-delay: 8s;
	-o-transition-delay: 8s;
	-webkit-transition-delay: 8s;
	transition-delay: 8s;
}
.fadein:nth-child(81) {
	-moz-transition-delay: 8.1s;
	-o-transition-delay: 8.1s;
	-webkit-transition-delay: 8.1s;
	transition-delay: 8.1s;
}
.fadein:nth-child(82) {
	-moz-transition-delay: 8.2s;
	-o-transition-delay: 8.2s;
	-webkit-transition-delay: 8.2s;
	transition-delay: 8.2s;
}
.fadein:nth-child(83) {
	-moz-transition-delay: 8.3s;
	-o-transition-delay: 8.3s;
	-webkit-transition-delay: 8.3s;
	transition-delay: 8.3s;
}
.fadein:nth-child(84) {
	-moz-transition-delay: 8.4s;
	-o-transition-delay: 8.4s;
	-webkit-transition-delay: 8.4s;
	transition-delay: 8.4s;
}
.fadein:nth-child(85) {
	-moz-transition-delay: 8.5s;
	-o-transition-delay: 8.5s;
	-webkit-transition-delay: 8.5s;
	transition-delay: 8.5s;
}
.fadein:nth-child(86) {
	-moz-transition-delay: 8.6s;
	-o-transition-delay: 8.6s;
	-webkit-transition-delay: 8.6s;
	transition-delay: 8.6s;
}
.fadein:nth-child(87) {
	-moz-transition-delay: 8.7s;
	-o-transition-delay: 8.7s;
	-webkit-transition-delay: 8.7s;
	transition-delay: 8.7s;
}
.fadein:nth-child(88) {
	-moz-transition-delay: 8.8s;
	-o-transition-delay: 8.8s;
	-webkit-transition-delay: 8.8s;
	transition-delay: 8.8s;
}
.fadein:nth-child(89) {
	-moz-transition-delay: 8.9s;
	-o-transition-delay: 8.9s;
	-webkit-transition-delay: 8.9s;
	transition-delay: 8.9s;
}
.fadein:nth-child(90) {
	-moz-transition-delay: 9s;
	-o-transition-delay: 9s;
	-webkit-transition-delay: 9s;
	transition-delay: 9s;
}
.fadein:nth-child(91) {
	-moz-transition-delay: 9.1s;
	-o-transition-delay: 9.1s;
	-webkit-transition-delay: 9.1s;
	transition-delay: 9.1s;
}
.fadein:nth-child(92) {
	-moz-transition-delay: 9.2s;
	-o-transition-delay: 9.2s;
	-webkit-transition-delay: 9.2s;
	transition-delay: 9.2s;
}
.fadein:nth-child(93) {
	-moz-transition-delay: 9.3s;
	-o-transition-delay: 9.3s;
	-webkit-transition-delay: 9.3s;
	transition-delay: 9.3s;
}
.fadein:nth-child(94) {
	-moz-transition-delay: 9.4s;
	-o-transition-delay: 9.4s;
	-webkit-transition-delay: 9.4s;
	transition-delay: 9.4s;
}
.fadein:nth-child(95) {
	-moz-transition-delay: 9.5s;
	-o-transition-delay: 9.5s;
	-webkit-transition-delay: 9.5s;
	transition-delay: 9.5s;
}
.fadein:nth-child(96) {
	-moz-transition-delay: 9.6s;
	-o-transition-delay: 9.6s;
	-webkit-transition-delay: 9.6s;
	transition-delay: 9.6s;
}
.fadein:nth-child(97) {
	-moz-transition-delay: 9.7s;
	-o-transition-delay: 9.7s;
	-webkit-transition-delay: 9.7s;
	transition-delay: 9.7s;
}
.fadein:nth-child(98) {
	-moz-transition-delay: 9.8s;
	-o-transition-delay: 9.8s;
	-webkit-transition-delay: 9.8s;
	transition-delay: 9.8s;
}
.fadein:nth-child(99) {
	-moz-transition-delay: 9.9s;
	-o-transition-delay: 9.9s;
	-webkit-transition-delay: 9.9s;
	transition-delay: 9.9s;
}
.fadein:nth-child(100) {
	-moz-transition-delay: 10s;
	-o-transition-delay: 10s;
	-webkit-transition-delay: 10s;
	transition-delay: 10s;
}
.fadein.fadeout {
	opacity: 0.1;
	transform: translate(0, 20px);
}
.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

strong {
	font-weight: bold;
}

.color-red {
	color: red;
}

u {
	color: inherit;
	text-decoration: none !important;
}

.ul {
	background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff68c 40%);
}

p:empty {
	display: none;
}

.tptn_counter {
	display: 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: 737px) {
	.dib-pc {
		display: inline-block !important;
	}
}
@media screen and (max-width: 736px) {
	.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: 737px) and (max-width: 10000px) {
	.sp-only {
		display: none !important;
	}
}
@media screen and (max-width: 736px) {
	.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: 736px) {
	.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: 737px) 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: 736px) {
	.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 */



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

コンタクトフォーム7 / contact-form-7

--------------------------------------------------------------------------- */
<style>
.wpcf7-form-control.el_btn{

}
.wpcf7-radio.el_radio_bottan{
margin-left: -1em;
line-height:1.2!important;
display: inline-block;
}
.wpcf7-form-control-wrap .el_long_1{
width: 100%;
padding: 1px;
}
/*type="email"
type="text"
*/
.form_item dl{

}
.form_item div{
  display:flex;
  flex-wrap: wrap;
}
.form_item div dt{
  width: 20%;
  margin-bottom: 14px;
  line-height:1!important;
  margin-right: 0;
}
.form_item div dd{
  width: auto;
  margin-bottom: 14px;
  margin-left: 0;
}
/*
.form_item dt{width:20%; margin-right: 1em;}
*/
@media (max-width: 768px) {
.form_item div dt{
  width: 100%;
  margin-top: 2px;
  margin-bottom: 2px;
}
}

/* フォーム全体のスタイル */
.wpcf7 {
background-color:#fff; /* ライトグレー */
padding: 8px;
border-radius:0;
max-width:100%;
margin: 0;
}
/* ラベルのスタイル */
.wpcf7-form label {
display: block;
margin-bottom: 10px;
/*font-size: 16px;*/
/* color: #333333; ダークグレー */
}
.wpcf7-form b{
font-weight:bold;
line-height:1.2!important;
color:#333!important;
display: inline-block;
}
/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
background-color: #ff0000; /* レッド */
color: white;
padding: 2px 5px;
border-radius: 3px;
margin-left: 10px;
font-size: 12px;
}
/* インプットフィールドのスタイル */
.wpcf7-form textarea {
width: 100%;
padding: 1px;
border: 1px solid #666; /*  */
border-radius: 5px;
margin-bottom: 20px;
font-size: 16px;
background-color: #ffffff; /* 白 */
}
/* テキストエリアのスタイル */
.wpcf7-form textarea {
height: auto;
/*resize: vertical;*/ /*横伸ばし禁止*/
resize: both;
}
/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
background-color: #72c4ce; /* ブルー */
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 3px;
display: block;
margin-left: 0.2em;
padding: .5em 3.5em .65em 3.5em;
font-size: 1.1em;
font-weight: 700;
}
.wpcf7-form input[type="submit"]:hover {
background-color: #fff67a; /* イエロー */
color:#72c4ce;
}
.wpcf7-form input[type="button"].el_btn_r {
background-color: #ccc;
color: white;
cursor: pointer;
transition: background-color 0.3s ease;
border: none;
border-radius: 3px;
display: block;
margin-left: 0.2em;
padding: .5em 3.5em .65em 3.5em;
font-size: 1.1em;
font-weight: 700;
}
.wpcf7-form input[type="button"].el_btn_r:hover {
background-color: #fff67a; /* イエロー */
color:#72c4ce;
}
/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
color: red;
font-size: 14px;
}
.wpcf7-form .wpcf7-mail-sent-ok {
color: green;
font-size: 16px;
margin-bottom: 20px;
}
/* エラーメッセージを非表示 */
.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}
/* 送信成功したときのメッセージを非表示 */
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}
/* 送信中ローダーを非表示 */
.wpcf7-spinner {
  display: none;
}

/*UIJターン*/
.wpcf7-form input[type="tel"] { }
.wpcf7-form .inputform input[type="tel"],.wpcf7-form .inputform input[type="text"],.wpcf7-form .inputform input[type="email"],.wpcf7-form .inputform textarea{
border: 1px solid #eceff0;
background: #f2f4f5;
padding: 0.75em 0.5em;
font-size: 1.05em;
}
.wpcf7-form .inputform input::placeholder {
  color:#aaa;
}
.wpcf7-form .inputform div {
  border-top:1px dotted #ccc;
  padding-top: 1.5em;
}
.wpcf7-checkbox.el_checkbox{
margin-left: -1em;
line-height:1.2!important;
display: inline-block;
}
.wpcf7-form .inputform dt b{
font-weight:normal;
}
.wpcf7-form dd.checkbox{
width:60%;
}
@media (max-width: 768px) {
.wpcf7-form .inputform dt b{
font-size: 1.7rem!important;
color: #777!important;
line-height: 1.2;
font-weight:bold;
margin-bottom:0.5em;
display: block;
}
.wpcf7-form dd.checkbox{
width:100%;
}
}
/*END******* コンタクトフォーム7 / contact-form-7 ******/