@charset "utf-8";

/*@import "normalize.css";*/
/**
 * orange: #F37021
 * red: #FF8383
 * blue: #0074BF
 */
 
/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　ノーマライズ

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* html */
html {margin:0; padding:0; border:0;}

/* ボディ */

/* 全体 */
body,
section, nav, article, aside, h1, h2, h3, h4, h5, h6, hgroup, header, footer, address, 
p, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, 
a, em, strong, small, s, cite, q, dfn, abbr, time, kbd, i, b, mark, span, 
ins, del, 
img, iframe, embed, object, video, audio, canvas, map, 
table, caption, tbody, thead, tfoot, tr, td, th, 
form, fieldset, legend, label, 
details, summary, command, menu 
{
	font:inherit;
	font-size:inherit;
	vertical-align:baseline;
	border:0;
	margin:0;
	padding:0;}

/* リスト (list-styleを復帰する場合はmargin-leftの設定が必須) */
ol, ul {list-style:none;}

/* 上付き、下付き文字 */
sub {font:inherit; vertical-align:baseline;}
sup {font:inherit;}

/* 引用 */
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

/* テーブル */
table {border-collapse:collapse; border-spacing:0;}
th {font-weight:normal;}

/* フォーム (paddingを0にすると面倒くさいことになるので分離) */
input, button, select, datalist, optgroup, option, textarea, keygen, output, progress, meter {
	font:inherit;
	font-size:inherit;
	vertical-align:baseline;
	margin:0;
}

/* 区切り */
hr {
	display:block;
	margin:0;
	padding:0;
	border-top:solid 1px #000;
}

/* HTML5タグのIE8以下可視化 (\9ハックにて対応) */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details, menu {display:block\9;}

/* リセット除外 */
pre, 
code, var, samp, ruby, rt, rp, bdo, br, wbr, 
param, source, area, 
colgroup, col 
{}



/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

　共通クラス

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */

/* cf - クリアフィックス */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {/zoom:1;}

/* ib - インラインブロック */
.ib {display:-moz-inline-box; display:inline-block; /display:inline; /zoom:1;}

/* ht - テキスト非表示 (-9999px代替) */
.ht {text-indent:100%; white-space:nowrap; overflow:hidden;}


/* *************************************************************************************
//
//   initialize basic_style
//
************************************************************************************* */
/* #F37021 オレンジ */
/* #0074BF 青 */
/* #4D5156 Black */
.aOrL{color: #F37021 !important; font-size: 120%; letter-spacing: .05em; white-space:nowrap;}
.aOr{color: #F37021 !important; white-space:nowrap;}
.aBlL{color: #0074BF !important; font-size: 120%; letter-spacing: .05em; white-space:nowrap;}
.aBl{color: #0074BF !important; white-space:nowrap;}

html{
	color: #4D5156;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.85rem;
	letter-spacing: 0em;
	font-family:
		"Open Sans"
		,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Yu Gothic local"
		,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"
		,heisei-kaku-gothic-std
		,sans-serif
	;

	_font-family: "Open Sans","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Yu Gothic local",sans-serif;
	-o-text-size-adjust: 		100%;
	-ms-text-size-adjust: 		100%;
	-moz-text-size-adjust: 		100%;
	-webkit-text-size-adjust: 	100%;
	-webkit-font-smoothing: 	subpixel-antialiased;
	
	font-feature-settings : "palt";
}







@media only screen and (max-width: 640px){
	html{

	}
}

@media only screen and (max-width: 320px){
	html{
		font-size: .8rem;
		line-height: 1.25rem;
	}
}


body{
	margin: 0;
	padding: 0;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}



a {
	color: #594F40;
	text-decoration: none;
}
a:hover{
	color: #846F62;
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
a img{
	transition: 			opacity 0.15s ease-out;
	-o-transition: 			opacity 0.15s ease-out;
	-ms-transition: 		opacity 0.15s ease-out;
	-moz-transition: 		opacity 0.15s ease-out;
	-webkit-transition: 	opacity 0.15s ease-out;
}
a:hover img{
	opacity: 			0.6;
	-o-opacity: 		0.6;
	-ms-opacity: 		0.6;
	-moz-opacity: 		0.6;
	-webkit-opacity: 	0.6;
	filter: 			alpha(opacity=60);
	-ms-filter: 		"alpha(opacity=60)";
}

a.opacity:hover{ opacity: 0.75; transition: 1s;}
a.scale:hover{ transform:scale(1.2,1.2); transition: 1s;}
.opacity:hover{ opacity: 0.75; transition: 1s;}
.scale:hover{ transform:scale(1.2,1.2); transition: 1s;}


a.not-opacity:hover{ opacity: 1; transition: 1s;}

.not-opacity:hover{ opacity: 1; transition: 1s;}
a.scale2:hover{ transform:scale(2,2); transition: 1s;}
.scale2:hover{ transform:scale(2,2); transition: 1s;}
a.scale25:hover{ transform:scale(2.5,2.5); transition: 1s; border: #CCC solid 1px; border-radius: 5px; background: #FFF; margin: 0 auto;}
.scale25:hover{ transform:scale(2.5,2.5); transition: 1s; border: #CCC solid 1px; border-radius: 5px; background: #FFF; margin: 0 auto;}


/* 電話番号リンク */
.link-tel{
	white-space: nowrap;
}
@media print, screen and (min-width: 640px){
	.link-tel{
		color:#4D5156;
		pointer-events: none!important;
	}
}
img{
	vertical-align: middle;
	border: 0 none;
}

input, button, textarea, select{
	font-size: 1rem;
	font-family: "Open Sans","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Yu Gothic local",sans-serif;
}
span{
	/*vertical-align: middle;*/
	/*vertical-align: baseline;*/
}
strong{
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
sup, sub{
	font-size: .8rem;
}
/* アンカー位置調整 */

@media print, screen and (min-width: 640px){
	.anchor-spacer {padding-top: 110px; margin-top: -110px;}
}
@media only screen and (max-width: 640px){
	.anchor-spacer {padding-top: 130px; margin-top: -130px;}
	.anchor-spacer2 {padding-top: 20px; margin-top: -20px;}
}

.fig{
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pos__relative {
	position: relative;
}

/* text */
.t-center { text-align: center !important; }
.t-left { text-align: left !important; }
.t-right { text-align: right !important; }
.t-indent { padding-left: 1rem; text-indent: -1rem;}
.t-vtop { vertical-align: top;}
.t-vmid { vertical-align: middle;}
.t-vbot { vertical-align: bottom;}

.nowrap { /*改行回避*/
	display: inline-block;
	white-space: nowrap;
}
.letter-spacing {letter-spacing:1em; text-indent: 1em;}

.margin-auto {margin-left: auto; margin-right: auto;}

@media print, screen and (min-width: 640px){
	.t-center_pc { text-align: center !important; }
	.t-left_pc { text-align: left !important; }
	.t-right_pc { text-align: right !important; }
	.t-indent_pc { padding-left: 1rem; text-indent: -1rem;}
	.nowrap_pc { /*改行回避*/
		display: inline-block;
		white-space: nowrap;
	}
	.margin-auto_pc {margin-left: auto; margin-right: auto;}
}
@media only screen and (max-width: 640px){
	.t-center_sp { text-align: center !important; }
	.t-left_sp { text-align: left !important; }
	.t-right_sp { text-align: right !important; }
	.t-indent_sp { padding-left: 1rem; text-indent: -1rem;}
	.nowrap_sp { /*改行回避*/
		display: inline-block;
		white-space: nowrap;
	}
	.margin-auto_sp {margin-left: auto; margin-right: auto;}
}




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

 * basic layout

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

/* wrap */
/*
.g-container *::selection{
	color: #fff;
	background: #61B32A;
}
.g-container *::-moz-selection{
	color: #fff;
	background: #61B32A;
}
*/
@media print, screen and (min-width: 640px){
	.g-container{
		overflow: hidden;
		min-width: 1224px;
	}

	.sitewidth_pc{
		width: 1200px;
		margin-left: auto;
		margin-right: auto;

		box-sizing: 		border-box;
		-o-box-sizing: 		border-box;
		-ms-box-sizing: 	border-box;
		-moz-box-sizing: 	border-box;
		-webkit-box-sizing: border-box;
	}
	
	.sitewidth_pc_1000{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;

		box-sizing: 		border-box;
		-o-box-sizing: 		border-box;
		-ms-box-sizing: 	border-box;
		-moz-box-sizing: 	border-box;
		-webkit-box-sizing: border-box;
	}
	
}
@media only screen and (max-width: 640px){
	.g-container{
		overflow: hidden;
		min-width: 320px;
		/*padding-top: 58px;*/
		padding-top: 55px;
	}
	.sitewidth_sp{
		margin-left: 3.90625%;
		margin-right: 3.90625%;

		box-sizing: 		border-box;
		-o-box-sizing: 		border-box;
		-ms-box-sizing: 	border-box;
		-moz-box-sizing: 	border-box;
		-webkit-box-sizing: border-box;
	}
}

@media print, screen and (min-width: 640px) and (max-width: 1224px)and (min-height: 900px){
	.g-container{
		min-height: 1600px;/* iPad chrome対応のため */
	}
}
/* responsive */
@media print, screen and (min-width: 640px){
	.for_pc{}
	.for_sp{ display: none !important; }
}
@media only screen and (max-width: 640px){
	.for_pc{ display: none !important; }
	.for_sp{}
}





/* Google Material icons微調整*/
@media print, screen and (min-width: 640px){
	.icon_adjustment {
		display:inline-block;
		vertical-align:middle;
		margin-right: 3px;
		transform: translateY(-1px);
	}
}
@media only screen and (max-width: 640px){
	.icon_adjustment {
		display:inline-block;
		vertical-align:middle;
		/*vertical-align:bottom;*/
		margin-right: 5px;
		transform: translateY(-2px);
	}
}


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

 * flex

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

.flex{
	display: flex;
}

/*
.flex-ac{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-lac{
	display: flex;
	align-items: center;
}
*/
.flex-dc_row-reverse{ flex-direction : row-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-ai_flex-start { align-items:flex-start;} /*上揃え（デフォルト）*/
.flex-ai_flex-end { align-items:flex-end;} /*上下揃え*/
.flex-ai_center { align-items:center;} /*上中央揃え*/
.flex-ai_baseline { align-items:baseline;} /*上ベースライン*/
.flex-ai_stretch { align-items:stretch;} /*上伸縮*/

.flex-jc_flex-start { justify-content:flex-start;} /*左端に配置*/
.flex-jc_flex-end { justify-content:flex-end;} /*右端に配置*/
.flex-jc_center { justify-content:center;} /*左右中央*/
.flex-jc_space-between { justify-content:space-between;} /*等間隔*/
.flex-jc_space-around { justify-content:space-around;} /*等間隔 / 起点・終点との間にも間隔*/

.flex-05 { flex: .5; }
.flex-10 { flex: 1; }
.flex-15 { flex: 1.5; }
.flex-20 { flex: 2; }
.flex-25 { flex: 2.5; }
.flex-30 { flex: 3; }
.flex-35 { flex: 3.5; }
.flex-40 { flex: 4; }
.flex-45 { flex: 4.5; }
.flex-50 { flex: 5; }
.flex-55 { flex: 5.5; }
.flex-60 { flex: 6; }
.flex-65 { flex: 6.5; }
.flex-70 { flex: 7; }
.flex-75 { flex: 7.5; }
.flex-80 { flex: 8; }
.flex-85 { flex: 8.5; }
.flex-90 { flex: 9; }
.flex-95 { flex: 9.5; }
.flex-100 { flex: 10; }
.flex-105 { flex: 10.5; }
.flex-110 { flex: 11; }
.flex-115 { flex: 11.5; }
	
@media only screen and (max-width: 640px){
	.flex_sp{
		display: flex;
	}
	.flex-dc_row-reverse_sp{ flex-direction : row-reverse; }
	.flex-wrap_sp { flex-wrap: wrap; }
	.flex-ai_flex-start_sp { align-items:flex-start;} /*上揃え（デフォルト）*/
	.flex-ai_flex-end_sp { align-items:flex-end;} /*上下揃え*/
	.flex-ai_center_sp { align-items:center;} /*上中央揃え*/
	.flex-ai_baseline_sp { align-items:baseline;} /*上ベースライン*/
	.flex-ai_stretch_sp { align-items:stretch;} /*上伸縮*/

	.flex-jc_flex-start_sp { justify-content:flex-start;} /*左端に配置*/
	.flex-jc_flex-end_sp { justify-content:flex-end;} /*右端に配置*/
	.flex-jc_center_sp { justify-content:center;} /*左右中央*/
	.flex-jc_space-between_sp { justify-content:space-between;} /*等間隔*/
	.flex-jc_space-around_sp { justify-content:space-around;} /*等間隔 / 起点・終点との間にも間隔*/

	.flex-05_sp { flex: .5; }
	.flex-10_sp { flex: 1; }
	.flex-15_sp { flex: 1.5; }
	.flex-20_sp { flex: 2; }
	.flex-25_sp { flex: 2.5; }
	.flex-30_sp { flex: 3; }
	.flex-35_sp { flex: 3.5; }
	.flex-40_sp { flex: 4; }
	.flex-45_sp { flex: 4.5; }
	.flex-50_sp { flex: 5; }
	.flex-55_sp { flex: 5.5; }
	.flex-60_sp { flex: 6; }
	.flex-65_sp { flex: 6.5; }
	.flex-70_sp { flex: 7; }
	.flex-75_sp { flex: 7.5; }
	.flex-80_sp { flex: 8; }
	.flex-85_sp { flex: 8.5; }
	.flex-90_sp { flex: 9; }
	.flex-95_sp { flex: 9.5; }
	.flex-100_sp { flex: 10; }
	.flex-105_sp { flex: 10.5; }
	.flex-110_sp { flex: 11; }
	.flex-115_sp { flex: 11.5; }
}
@media print, screen and (min-width: 640px){
	.flex_pc{
		display: flex;
	}
	.flex-dc_row-reverse_pc{ flex-direction : row-reverse; }
	.flex-wrap_pc { flex-wrap: wrap; }
	.flex-ai_flex-start_pc { align-items:flex-start;} /*上揃え（デフォルト）*/
	.flex-ai_flex-end_pc { align-items:flex-end;} /*上下揃え*/
	.flex-ai_center_pc { align-items:center;} /*上中央揃え*/
	.flex-ai_baseline_pc { align-items:baseline;} /*上ベースライン*/
	.flex-ai_stretch_pc { align-items:stretch;} /*上伸縮*/

	.flex-jc_flex-start_pc { justify-content:flex-start;} /*左端に配置*/
	.flex-jc_flex-end_pc { justify-content:flex-end;} /*右端に配置*/
	.flex-jc_center_pc { justify-content:center;} /*左右中央*/
	.flex-jc_space-between_pc { justify-content:space-between;} /*等間隔*/
	.flex-jc_space-around_pc { justify-content:space-around;} /*等間隔 / 起点・終点との間にも間隔*/
	
	.flex-05_pc { flex: .5; }
	.flex-10_pc { flex: 1; }
	.flex-15_pc { flex: 1.5; }
	.flex-20_pc { flex: 2; }
	.flex-25_pc { flex: 2.5; }
	.flex-30_pc { flex: 3; }
	.flex-35_pc { flex: 3.5; }
	.flex-40_pc { flex: 4; }
	.flex-45_pc { flex: 4.5; }
	.flex-50_pc { flex: 5; }
	.flex-55_pc { flex: 5.5; }
	.flex-60_pc { flex: 6; }
	.flex-65_pc { flex: 6.5; }
	.flex-70_pc { flex: 7; }
	.flex-75_pc { flex: 7.5; }
	.flex-80_pc { flex: 8; }
	.flex-85_pc { flex: 8.5; }
	.flex-90_pc { flex: 9; }
	.flex-95_pc { flex: 9.5; }
	.flex-100_pc { flex: 10; }
	.flex-105_pc { flex: 10.5; }
	.flex-110_pc { flex: 11; }
	.flex-115_pc { flex: 11.5; }
}

.flex2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex2 > div {
	width: 50%;
	border: 1px solid white;
	box-sizing: border-box;
}


/* 注意事項 箇条書き*/

/* jsがoffの警告 */
.noscript{
	color: #f00;
	font-weight:bold;
	text-align:center;
	background: #fee;
	border: 1px solid red;
}
/* -------------------- z-index -------------------- */

.z-index-1{z-index:1!important;}
.z-index-2{z-index:2!important;}
.z-index-3{z-index:3!important;}
.z-index-4{z-index:4!important;}
.z-index-5{z-index:5!important;}
.z-index-6{z-index:6!important;}
.z-index-7{z-index:7!important;}
.z-index-8{z-index:8!important;}
.z-index-9{z-index:9!important;}



/* -------------------- Top Fadein-------------------- */

.fadein-first{
	z-index:1;
	opacity:0;
	animation-name:mv;
	animation-duration:500ms; 
	animation-iteration-count: 1; 
	animation-fill-mode: forwards;
}
@keyframes mv {
	0% {
		opacity: 0;
		transform: translateY(75px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	} 
}






/* フェードイン時のスタイル */
.fade-block {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}
.fade-block.active {
	opacity: 1;
	transform: translateY(0);
}
.fade-block2 {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.fade-block2.active {
	opacity: 1;
	transform: translateY(0);
}
.fade-block3 {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 1s ease-in-out, transform 1.5s ease-in-out;
}
.fade-block3.active {
	opacity: 1;
	transform: translateY(0);
}


/* マージン・パディングシステム */
.m0 	{margin:0rem!important;} 		.mt0	{margin-top:0rem!important;} 		.mb0	{margin-bottom:0rem!important;} 		.ml0	{margin-left:0rem!important;} 			.mr0	{margin-right:0rem!important;}
.m5 	{margin:.3125rem!important;} 	.mt5	{margin-top:.3125rem!important;} 	.mb5	{margin-bottom:.3125rem!important;} 	.ml5	{margin-left:.3125rem!important;} 		.mr5	{margin-right:.3125rem!important;}
.m10 	{margin:.625rem!important;} 	.mt10	{margin-top:.625rem!important;} 	.mb10	{margin-bottom:.625rem!important;} 		.ml10	{margin-left:.625rem!important;} 		.mr10	{margin-right:.625rem!important;}
.m15 	{margin:.9375rem!important;} 	.mt15	{margin-top:.9375rem!important;} 	.mb15	{margin-bottom:.9375rem!important;} 	.ml15	{margin-left:.9375rem!important;} 		.mr15	{margin-right:.9375rem!important;}
.m20 	{margin:1.25rem!important;} 	.mt20	{margin-top:1.25rem!important;} 	.mb20	{margin-bottom:1.25rem!important;} 		.ml20	{margin-left:1.25rem!important;} 		.mr20	{margin-right:1.25rem!important;}
.m25 	{margin:1.5625rem!important;} 	.mt25	{margin-top:1.5625rem!important;} 	.mb25	{margin-bottom:1.5625rem!important;} 	.ml25	{margin-left:1.5625rem!important;} 		.mr25	{margin-right:1.5625rem!important;}
.m30 	{margin:1.875rem!important;} 	.mt30	{margin-top:1.875rem!important;} 	.mb30	{margin-bottom:1.875rem!important;} 	.ml30	{margin-left:1.875rem!important;} 		.mr30	{margin-right:1.875rem!important;}
.m35 	{margin:2.1875rem!important;} 	.mt35	{margin-top:2.1875rem!important;} 	.mb35	{margin-bottom:2.1875rem!important;} 	.ml35	{margin-left:2.1875rem!important;} 		.mr35	{margin-right:2.1875rem!important;}
.m40 	{margin:2.5rem!important;} 		.mt40	{margin-top:2.5rem!important;} 		.mb40	{margin-bottom:2.5rem!important;} 		.ml40	{margin-left:2.5rem!important;} 		.mr40	{margin-right:2.5rem!important;}
.m45 	{margin:2.8125rem!important;} 	.mt45	{margin-top:2.8125rem!important;} 	.mb45	{margin-bottom:2.8125rem!important;} 	.ml45	{margin-left:2.8125rem!important;} 		.mr45	{margin-right:2.8125rem!important;}
.m50 	{margin:3.125rem!important;} 	.mt50	{margin-top:3.125rem!important;} 	.mb50	{margin-bottom:3.125rem!important;} 	.ml50	{margin-left:3.125rem!important;} 		.mr50	{margin-right:3.125rem!important;}
.m55 	{margin:3.4375rem!important;} 	.mt55	{margin-top:3.4375rem!important;} 	.mb55	{margin-bottom:3.4375rem!important;} 	.ml55	{margin-left:3.4375rem!important;} 		.mr55	{margin-right:3.4375rem!important;}
.m60 	{margin:3.75rem!important;} 	.mt60	{margin-top:3.75rem!important;} 	.mb60	{margin-bottom:3.75rem!important;} 		.ml60	{margin-left:3.75rem!important;} 		.mr60	{margin-right:3.75rem!important;}
.m65 	{margin:4.0625rem!important;} 	.mt65	{margin-top:4.0625rem!important;} 	.mb65	{margin-bottom:4.0625rem!important;} 	.ml65	{margin-left:4.0625rem!important;} 		.mr65	{margin-right:4.0625rem!important;}
.m70 	{margin:4.375rem!important;} 	.mt70	{margin-top:4.375rem!important;} 	.mb70	{margin-bottom:4.375rem!important;} 	.ml70	{margin-left:4.375rem!important;} 		.mr70	{margin-right:4.375rem!important;}
.m75 	{margin:4.6875rem!important;} 	.mt75	{margin-top:4.6875rem!important;} 	.mb75	{margin-bottom:4.6875rem!important;} 	.ml75	{margin-left:4.6875rem!important;} 		.mr75	{margin-right:4.6875rem!important;}
.m80 	{margin:5rem!important;} 		.mt80	{margin-top:5rem!important;} 		.mb80	{margin-bottom:5rem!important;} 		.ml80	{margin-left:5rem!important;} 			.mr80	{margin-right:5rem!important;}
.m85 	{margin:5.3125rem!important;} 	.mt85	{margin-top:5.3125rem!important;} 	.mb85	{margin-bottom:5.3125rem!important;} 	.ml85	{margin-left:5.3125rem!important;} 		.mr85	{margin-right:5.3125rem!important;}
.m90 	{margin:5.625rem!important;} 	.mt90	{margin-top:5.625rem!important;} 	.mb90	{margin-bottom:5.625rem!important;} 	.ml90	{margin-left:5.625rem!important;} 		.mr90	{margin-right:5.625rem!important;}
.m95 	{margin:5.9375rem!important;} 	.mt95	{margin-top:5.9375rem!important;} 	.mb95	{margin-bottom:5.9375rem!important;} 	.ml95	{margin-left:5.9375rem!important;} 		.mr95	{margin-right:5.9375rem!important;}
.m100 	{margin:6.25rem!important;} 	.mt100	{margin-top:6.25rem!important;} 	.mb100	{margin-bottom:6.25rem!important;} 		.ml100	{margin-left:6.25rem!important;} 		.mr100	{margin-right:6.25rem!important;}
.m105 	{margin:6.5625rem!important;} 	.mt105	{margin-top:6.5625rem!important;} 	.mb105	{margin-bottom:6.5625rem!important;} 	.ml105	{margin-left:6.5625rem!important;} 		.mr105	{margin-right:6.5625rem!important;}
.m110 	{margin:6.875rem!important;} 	.mt110	{margin-top:6.875rem!important;} 	.mb110	{margin-bottom:6.875rem!important;} 	.ml110	{margin-left:6.875rem!important;} 		.mr110	{margin-right:6.875rem!important;}
.m115 	{margin:7.1875rem!important;} 	.mt115	{margin-top:7.1875rem!important;} 	.mb115	{margin-bottom:7.1875rem!important;} 	.ml115	{margin-left:7.1875rem!important;} 		.mr115	{margin-right:7.1875rem!important;}
.m120 	{margin:7.5rem!important;} 		.mt120	{margin-top:7.5rem!important;} 		.mb120	{margin-bottom:7.5rem!important;} 		.ml120	{margin-left:7.5rem!important;} 		.mr120	{margin-right:7.5rem!important;}
.m125 	{margin:7.8125rem!important;} 	.mt125	{margin-top:7.8125rem!important;} 	.mb125	{margin-bottom:7.8125rem!important;} 	.ml125	{margin-left:7.8125rem!important;} 		.mr125	{margin-right:7.8125rem!important;}
.m130 	{margin:8.125rem!important;} 	.mt130	{margin-top:8.125rem!important;} 	.mb130	{margin-bottom:8.125rem!important;} 	.ml130	{margin-left:8.125rem!important;} 		.mr130	{margin-right:8.125rem!important;}
.m135 	{margin:8.4375rem!important;} 	.mt135	{margin-top:8.4375rem!important;} 	.mb135	{margin-bottom:8.4375rem!important;} 	.ml135	{margin-left:8.4375rem!important;} 		.mr135	{margin-right:8.4375rem!important;}
.m140 	{margin:8.75rem!important;} 	.mt140	{margin-top:8.75rem!important;} 	.mb140	{margin-bottom:8.75rem!important;} 		.ml140	{margin-left:8.75rem!important;} 		.mr140	{margin-right:8.75rem!important;}
.m145 	{margin:9.0625rem!important;} 	.mt145	{margin-top:9.0625rem!important;} 	.mb145	{margin-bottom:9.0625rem!important;} 	.ml145	{margin-left:9.0625rem!important;} 		.mr145	{margin-right:9.0625rem!important;}
.m150 	{margin:9.375rem!important;} 	.mt150	{margin-top:9.375rem!important;} 	.mb150	{margin-bottom:9.375rem!important;} 	.ml150	{margin-left:9.375rem!important;} 		.mr150	{margin-right:9.375rem!important;}
.m155 	{margin:9.6875rem!important;} 	.mt155	{margin-top:9.6875rem!important;} 	.mb155	{margin-bottom:9.6875rem!important;} 	.ml155	{margin-left:9.6875rem!important;} 		.mr155	{margin-right:9.6875rem!important;}
.m160 	{margin:10rem!important;} 		.mt160	{margin-top:10rem!important;} 		.mb160	{margin-bottom:10rem!important;} 		.ml160	{margin-left:10rem!important;} 			.mr160	{margin-right:10rem!important;}
.m165 	{margin:10.3125rem!important;} 	.mt165	{margin-top:10.3125rem!important;} 	.mb165	{margin-bottom:10.3125rem!important;} 	.ml165	{margin-left:10.3125rem!important;} 	.mr165	{margin-right:10.3125rem!important;}
.m170 	{margin:10.625rem!important;} 	.mt170	{margin-top:10.625rem!important;} 	.mb170	{margin-bottom:10.625rem!important;} 	.ml170	{margin-left:10.625rem!important;} 		.mr170	{margin-right:10.625rem!important;}
.m175 	{margin:10.9375rem!important;} 	.mt175	{margin-top:10.9375rem!important;} 	.mb175	{margin-bottom:10.9375rem!important;} 	.ml175	{margin-left:10.9375rem!important;} 	.mr175	{margin-right:10.9375rem!important;}
.m180 	{margin:11.25rem!important;} 	.mt180	{margin-top:11.25rem!important;} 	.mb180	{margin-bottom:11.25rem!important;} 	.ml180	{margin-left:11.25rem!important;} 		.mr180	{margin-right:11.25rem!important;}
.m185 	{margin:11.5625rem!important;} 	.mt185	{margin-top:11.5625rem!important;} 	.mb185	{margin-bottom:11.5625rem!important;} 	.ml185	{margin-left:11.5625rem!important;} 	.mr185	{margin-right:11.5625rem!important;}
.m190 	{margin:11.875rem!important;} 	.mt190	{margin-top:11.875rem!important;} 	.mb190	{margin-bottom:11.875rem!important;} 	.ml190	{margin-left:11.875rem!important;}	 	.mr190	{margin-right:11.875rem!important;}
.m195 	{margin:12.1875rem!important;} 	.mt195	{margin-top:12.1875rem!important;} 	.mb195	{margin-bottom:12.1875rem!important;} 	.ml195	{margin-left:12.1875rem!important;} 	.mr195	{margin-right:12.1875rem!important;}
.m200 	{margin:12.5rem!important;} 	.mt200	{margin-top:12.5rem!important;} 	.mb200	{margin-bottom:12.5rem!important;} 		.ml200	{margin-left:12.5rem!important;} 		.mr200	{margin-right:12.5rem!important;}
.m-0 	{margin:-0rem!important;} 		.mt-0	{margin-top:-0rem!important;} 		.mb-0	{margin-bottom:-0rem!important;} 		.ml-0	{margin-left:-0rem!important;} 			.mr-0	{margin-right:-0rem!important;}
.m-5 	{margin:-.3125rem!important;} 	.mt-5	{margin-top:-.3125rem!important;} 	.mb-5	{margin-bottom:-.3125rem!important;} 	.ml-5	{margin-left:-.3125rem!important;} 		.mr-5	{margin-right:-.3125rem!important;}
.m-10 	{margin:-.625rem!important;} 	.mt-10	{margin-top:-.625rem!important;} 	.mb-10	{margin-bottom:-.625rem!important;} 	.ml-10	{margin-left:-.625rem!important;} 		.mr-10	{margin-right:-.625rem!important;}
.m-15 	{margin:-.9375rem!important;} 	.mt-15	{margin-top:-.9375rem!important;} 	.mb-15	{margin-bottom:-.9375rem!important;} 	.ml-15	{margin-left:-.9375rem!important;} 		.mr-15	{margin-right:-.9375rem!important;}
.m-20 	{margin:-1.25rem!important;} 	.mt-20	{margin-top:-1.25rem!important;} 	.mb-20	{margin-bottom:-1.25rem!important;} 	.ml-20	{margin-left:-1.25rem!important;} 		.mr-20	{margin-right:-1.25rem!important;}
.m-25 	{margin:-1.5625rem!important;} 	.mt-25	{margin-top:-1.5625rem!important;} 	.mb-25	{margin-bottom:-1.5625rem!important;} 	.ml-25	{margin-left:-1.5625rem!important;} 	.mr-25	{margin-right:-1.5625rem!important;}
.m-30 	{margin:-1.875rem!important;} 	.mt-30	{margin-top:-1.875rem!important;} 	.mb-30	{margin-bottom:-1.875rem!important;} 	.ml-30	{margin-left:-1.875rem!important;} 		.mr-30	{margin-right:-1.875rem!important;}
.m-35 	{margin:-2.1875rem!important;} 	.mt-35	{margin-top:-2.1875rem!important;} 	.mb-35	{margin-bottom:-2.1875rem!important;} 	.ml-35	{margin-left:-2.1875rem!important;} 	.mr-35	{margin-right:-2.1875rem!important;}
.m-40 	{margin:-2.5rem!important;} 	.mt-40	{margin-top:-2.5rem!important;} 	.mb-40	{margin-bottom:-2.5rem!important;} 		.ml-40	{margin-left:-2.5rem!important;} 		.mr-40	{margin-right:-2.5rem!important;}
.m-45 	{margin:-2.8125rem!important;} 	.mt-45	{margin-top:-2.8125rem!important;} 	.mb-45	{margin-bottom:-2.8125rem!important;} 	.ml-45	{margin-left:-2.8125rem!important;} 	.mr-45	{margin-right:-2.8125rem!important;}
.m-50 	{margin:-3.125rem!important;} 	.mt-50	{margin-top:-3.125rem!important;} 	.mb-50	{margin-bottom:-3.125rem!important;} 	.ml-50	{margin-left:-3.125rem!important;} 		.mr-50	{margin-right:-3.125rem!important;}
.m-55 	{margin:-3.4375rem!important;} 	.mt-55	{margin-top:-3.4375rem!important;} 	.mb-55	{margin-bottom:-3.4375rem!important;} 	.ml-55	{margin-left:-3.4375rem!important;} 	.mr-55	{margin-right:-3.4375rem!important;}
.m-60 	{margin:-3.75rem!important;} 	.mt-60	{margin-top:-3.75rem!important;} 	.mb-60	{margin-bottom:-3.75rem!important;} 	.ml-60	{margin-left:-3.75rem!important;} 		.mr-60	{margin-right:-3.75rem!important;}
.m-65 	{margin:-4.0625rem!important;} 	.mt-65	{margin-top:-4.0625rem!important;} 	.mb-65	{margin-bottom:-4.0625rem!important;} 	.ml-65	{margin-left:-4.0625rem!important;} 	.mr-65	{margin-right:-4.0625rem!important;}
.m-70 	{margin:-4.375rem!important;} 	.mt-70	{margin-top:-4.375rem!important;} 	.mb-70	{margin-bottom:-4.375rem!important;} 	.ml-70	{margin-left:-4.375rem!important;} 		.mr-70	{margin-right:-4.375rem!important;}
.m-75 	{margin:-4.6875rem!important;} 	.mt-75	{margin-top:-4.6875rem!important;} 	.mb-75	{margin-bottom:-4.6875rem!important;} 	.ml-75	{margin-left:-4.6875rem!important;} 	.mr-75	{margin-right:-4.6875rem!important;}
.m-80 	{margin:-5rem!important;} 		.mt-80	{margin-top:-5rem!important;} 		.mb-80	{margin-bottom:-5rem!important;} 		.ml-80	{margin-left:-5rem!important;} 			.mr-80	{margin-right:-5rem!important;}
.m-85 	{margin:-5.3125rem!important;} 	.mt-85	{margin-top:-5.3125rem!important;} 	.mb-85	{margin-bottom:-5.3125rem!important;} 	.ml-85	{margin-left:-5.3125rem!important;} 	.mr-85	{margin-right:-5.3125rem!important;}
.m-90 	{margin:-5.625rem!important;} 	.mt-90	{margin-top:-5.625rem!important;} 	.mb-90	{margin-bottom:-5.625rem!important;} 	.ml-90	{margin-left:-5.625rem!important;} 		.mr-90	{margin-right:-5.625rem!important;}
.m-95 	{margin:-5.9375rem!important;} 	.mt-95	{margin-top:-5.9375rem!important;} 	.mb-95	{margin-bottom:-5.9375rem!important;} 	.ml-95	{margin-left:-5.9375rem!important;} 	.mr-95	{margin-right:-5.9375rem!important;}
.m-100 	{margin:-6.25rem!important;} 	.mt-100	{margin-top:-6.25rem!important;} 	.mb-100	{margin-bottom:-6.25rem!important;} 	.ml-100	{margin-left:-6.25rem!important;} 		.mr-100	{margin-right:-6.25rem!important;}
.m-105 	{margin:-6.5625rem!important;} 	.mt-105	{margin-top:-6.5625rem!important;} 	.mb-105	{margin-bottom:-6.5625rem!important;} 	.ml-105	{margin-left:-6.5625rem!important;} 	.mr-105	{margin-right:-6.5625rem!important;}
.m-110 	{margin:-6.875rem!important;} 	.mt-110	{margin-top:-6.875rem!important;} 	.mb-110	{margin-bottom:-6.875rem!important;} 	.ml-110	{margin-left:-6.875rem!important;} 		.mr-110	{margin-right:-6.875rem!important;}
.m-115 	{margin:-7.1875rem!important;} 	.mt-115	{margin-top:-7.1875rem!important;} 	.mb-115	{margin-bottom:-7.1875rem!important;} 	.ml-115	{margin-left:-7.1875rem!important;} 	.mr-115	{margin-right:-7.1875rem!important;}
.m-120 	{margin:-7.5rem!important;} 	.mt-120	{margin-top:-7.5rem!important;} 	.mb-120	{margin-bottom:-7.5rem!important;} 		.ml-120	{margin-left:-7.5rem!important;} 		.mr-120	{margin-right:-7.5rem!important;}
.m-125 	{margin:-7.8125rem!important;} 	.mt-125	{margin-top:-7.8125rem!important;} 	.mb-125	{margin-bottom:-7.8125rem!important;} 	.ml-125	{margin-left:-7.8125rem!important;} 	.mr-125	{margin-right:-7.8125rem!important;}
.m-130 	{margin:-8.125rem!important;} 	.mt-130	{margin-top:-8.125rem!important;} 	.mb-130	{margin-bottom:-8.125rem!important;} 	.ml-130	{margin-left:-8.125rem!important;} 		.mr-130	{margin-right:-8.125rem!important;}
.m-135 	{margin:-8.4375rem!important;} 	.mt-135	{margin-top:-8.4375rem!important;} 	.mb-135	{margin-bottom:-8.4375rem!important;} 	.ml-135	{margin-left:-8.4375rem!important;} 	.mr-135	{margin-right:-8.4375rem!important;}
.m-140 	{margin:-8.75rem!important;} 	.mt-140	{margin-top:-8.75rem!important;} 	.mb-140	{margin-bottom:-8.75rem!important;} 	.ml-140	{margin-left:-8.75rem!important;} 		.mr-140	{margin-right:-8.75rem!important;}
.m-145 	{margin:-9.0625rem!important;} 	.mt-145	{margin-top:-9.0625rem!important;} 	.mb-145	{margin-bottom:-9.0625rem!important;} 	.ml-145	{margin-left:-9.0625rem!important;} 	.mr-145	{margin-right:-9.0625rem!important;}
.m-150 	{margin:-9.375rem!important;} 	.mt-150	{margin-top:-9.375rem!important;} 	.mb-150	{margin-bottom:-9.375rem!important;} 	.ml-150	{margin-left:-9.375rem!important;} 		.mr-150	{margin-right:-9.375rem!important;}
.m-155 	{margin:-9.6875rem!important;} 	.mt-155	{margin-top:-9.6875rem!important;} 	.mb-155	{margin-bottom:-9.6875rem!important;} 	.ml-155	{margin-left:-9.6875rem!important;} 	.mr-155	{margin-right:-9.6875rem!important;}
.m-160 	{margin:-10rem!important;} 		.mt-160	{margin-top:-10rem!important;} 		.mb-160	{margin-bottom:-10rem!important;} 		.ml-160	{margin-left:-10rem!important;} 		.mr-160	{margin-right:-10rem!important;}
.m-165 	{margin:-10.3125rem!important;} .mt-165	{margin-top:-10.3125rem!important;} .mb-165	{margin-bottom:-10.3125rem!important;} 	.ml-165	{margin-left:-10.3125rem!important;} 	.mr-165	{margin-right:-10.3125rem!important;}
.m-170 	{margin:-10.625rem!important;} 	.mt-170	{margin-top:-10.625rem!important;} 	.mb-170	{margin-bottom:-10.625rem!important;} 	.ml-170	{margin-left:-10.625rem!important;} 	.mr-170	{margin-right:-10.625rem!important;}
.m-175 	{margin:-10.9375rem!important;} .mt-175	{margin-top:-10.9375rem!important;} .mb-175	{margin-bottom:-10.9375rem!important;} 	.ml-175	{margin-left:-10.9375rem!important;} 	.mr-175	{margin-right:-10.9375rem!important;}
.m-180 	{margin:-11.25rem!important;} 	.mt-180	{margin-top:-11.25rem!important;} 	.mb-180	{margin-bottom:-11.25rem!important;} 	.ml-180	{margin-left:-11.25rem!important;} 		.mr-180	{margin-right:-11.25rem!important;}
.m-185 	{margin:-11.5625rem!important;} .mt-185	{margin-top:-11.5625rem!important;} .mb-185	{margin-bottom:-11.5625rem!important;} 	.ml-185	{margin-left:-11.5625rem!important;} 	.mr-185	{margin-right:-11.5625rem!important;}
.m-190 	{margin:-11.875rem!important;} 	.mt-190	{margin-top:-11.875rem!important;} 	.mb-190	{margin-bottom:-11.875rem!important;} 	.ml-190	{margin-left:-11.875rem!important;}	 	.mr-190	{margin-right:-11.875rem!important;}
.m-195 	{margin:-12.1875rem!important;} .mt-195	{margin-top:-12.1875rem!important;} .mb-195	{margin-bottom:-12.1875rem!important;} 	.ml-195	{margin-left:-12.1875rem!important;} 	.mr-195	{margin-right:-12.1875rem!important;}
.m-200 	{margin:-12.5rem!important;} 	.mt-200	{margin-top:-12.5rem!important;} 	.mb-200	{margin-bottom:-12.5rem!important;} 	.ml-200	{margin-left:-12.5rem!important;} 		.mr-200	{margin-right:-12.5rem!important;}
.p0 	{padding:0rem!important;} 		.pt0	{padding-top:0rem!important;} 		.pb0	{padding-bottom:0rem!important;} 		.pl0	{padding-left:0rem!important;} 			.pr0	{padding-right:0rem!important;}
.p5 	{padding:.3125rem!important;} 	.pt5	{padding-top:.3125rem!important;} 	.pb5	{padding-bottom:.3125rem!important;} 	.pl5	{padding-left:.3125rem!important;} 		.pr5	{padding-right:.3125rem!important;}
.p10 	{padding:.625rem!important;} 	.pt10	{padding-top:.625rem!important;} 	.pb10	{padding-bottom:.625rem!important;} 	.pl10	{padding-left:.625rem!important;} 		.pr10	{padding-right:.625rem!important;}
.p15 	{padding:.9375rem!important;} 	.pt15	{padding-top:.9375rem!important;} 	.pb15	{padding-bottom:.9375rem!important;} 	.pl15	{padding-left:.9375rem!important;} 		.pr15	{padding-right:.9375rem!important;}
.p20 	{padding:1.25rem!important;} 	.pt20	{padding-top:1.25rem!important;} 	.pb20	{padding-bottom:1.25rem!important;} 	.pl20	{padding-left:1.25rem!important;} 		.pr20	{padding-right:1.25rem!important;}
.p25 	{padding:1.5625rem!important;} 	.pt25	{padding-top:1.5625rem!important;} 	.pb25	{padding-bottom:1.5625rem!important;} 	.pl25	{padding-left:1.5625rem!important;} 	.pr25	{padding-right:1.5625rem!important;}
.p30 	{padding:1.875rem!important;} 	.pt30	{padding-top:1.875rem!important;} 	.pb30	{padding-bottom:1.875rem!important;} 	.pl30	{padding-left:1.875rem!important;} 		.pr30	{padding-right:1.875rem!important;}
.p35 	{padding:2.1875rem!important;} 	.pt35	{padding-top:2.1875rem!important;} 	.pb35	{padding-bottom:2.1875rem!important;} 	.pl35	{padding-left:2.1875rem!important;} 	.pr35	{padding-right:2.1875rem!important;}
.p40 	{padding:2.5rem!important;} 	.pt40	{padding-top:2.5rem!important;} 	.pb40	{padding-bottom:2.5rem!important;} 		.pl40	{padding-left:2.5rem!important;} 		.pr40	{padding-right:2.5rem!important;}
.p45 	{padding:2.8125rem!important;} 	.pt45	{padding-top:2.8125rem!important;} 	.pb45	{padding-bottom:2.8125rem!important;} 	.pl45	{padding-left:2.8125rem!important;} 	.pr45	{padding-right:2.8125rem!important;}
.p50 	{padding:3.125rem!important;} 	.pt50	{padding-top:3.125rem!important;} 	.pb50	{padding-bottom:3.125rem!important;} 	.pl50	{padding-left:3.125rem!important;} 		.pr50	{padding-right:3.125rem!important;}
.p55 	{padding:3.4375rem!important;} 	.pt55	{padding-top:3.4375rem!important;} 	.pb55	{padding-bottom:3.4375rem!important;} 	.pl55	{padding-left:3.4375rem!important;} 	.pr55	{padding-right:3.4375rem!important;}
.p60 	{padding:3.75rem!important;} 	.pt60	{padding-top:3.75rem!important;} 	.pb60	{padding-bottom:3.75rem!important;} 	.pl60	{padding-left:3.75rem!important;} 		.pr60	{padding-right:3.75rem!important;}
.p65 	{padding:4.0625rem!important;} 	.pt65	{padding-top:4.0625rem!important;} 	.pb65	{padding-bottom:4.0625rem!important;} 	.pl65	{padding-left:4.0625rem!important;} 	.pr65	{padding-right:4.0625rem!important;}
.p70 	{padding:4.375rem!important;} 	.pt70	{padding-top:4.375rem!important;} 	.pb70	{padding-bottom:4.375rem!important;} 	.pl70	{padding-left:4.375rem!important;} 		.pr70	{padding-right:4.375rem!important;}
.p75 	{padding:4.6875rem!important;} 	.pt75	{padding-top:4.6875rem!important;} 	.pb75	{padding-bottom:4.6875rem!important;} 	.pl75	{padding-left:4.6875rem!important;} 	.pr75	{padding-right:4.6875rem!important;}
.p80 	{padding:5rem!important;} 		.pt80	{padding-top:5rem!important;} 		.pb80	{padding-bottom:5rem!important;} 		.pl80	{padding-left:5rem!important;} 			.pr80	{padding-right:5rem!important;}
.p85 	{padding:5.3125rem!important;} 	.pt85	{padding-top:5.3125rem!important;} 	.pb85	{padding-bottom:5.3125rem!important;} 	.pl85	{padding-left:5.3125rem!important;} 	.pr85	{padding-right:5.3125rem!important;}
.p90 	{padding:5.625rem!important;} 	.pt90	{padding-top:5.625rem!important;} 	.pb90	{padding-bottom:5.625rem!important;} 	.pl90	{padding-left:5.625rem!important;} 		.pr90	{padding-right:5.625rem!important;}
.p95 	{padding:5.9375rem!important;} 	.pt95	{padding-top:5.9375rem!important;} 	.pb95	{padding-bottom:5.9375rem!important;} 	.pl95	{padding-left:5.9375rem!important;} 	.pr95	{padding-right:5.9375rem!important;}
.p100 	{padding:6.25rem!important;} 	.pt100	{padding-top:6.25rem!important;} 	.pb100	{padding-bottom:6.25rem!important;} 	.pl100	{padding-left:6.25rem!important;} 		.pr100	{padding-right:6.25rem!important;}
.p105 	{padding:6.5625rem!important;} 	.pt105	{padding-top:6.5625rem!important;} 	.pb105	{padding-bottom:6.5625rem!important;} 	.pl105	{padding-left:6.5625rem!important;} 	.pr105	{padding-right:6.5625rem!important;}
.p110 	{padding:6.875rem!important;} 	.pt110	{padding-top:6.875rem!important;} 	.pb110	{padding-bottom:6.875rem!important;} 	.pl110	{padding-left:6.875rem!important;} 		.pr110	{padding-right:6.875rem!important;}
.p115 	{padding:7.1875rem!important;} 	.pt115	{padding-top:7.1875rem!important;} 	.pb115	{padding-bottom:7.1875rem!important;} 	.pl115	{padding-left:7.1875rem!important;} 	.pr115	{padding-right:7.1875rem!important;}
.p120 	{padding:7.5rem!important;} 	.pt120	{padding-top:7.5rem!important;} 	.pb120	{padding-bottom:7.5rem!important;} 		.pl120	{padding-left:7.5rem!important;} 		.pr120	{padding-right:7.5rem!important;}
.p125 	{padding:7.8125rem!important;} 	.pt125	{padding-top:7.8125rem!important;} 	.pb125	{padding-bottom:7.8125rem!important;} 	.pl125	{padding-left:7.8125rem!important;} 	.pr125	{padding-right:7.8125rem!important;}
.p130 	{padding:8.125rem!important;} 	.pt130	{padding-top:8.125rem!important;} 	.pb130	{padding-bottom:8.125rem!important;} 	.pl130	{padding-left:8.125rem!important;} 		.pr130	{padding-right:8.125rem!important;}
.p135 	{padding:8.4375rem!important;} 	.pt135	{padding-top:8.4375rem!important;} 	.pb135	{padding-bottom:8.4375rem!important;} 	.pl135	{padding-left:8.4375rem!important;} 	.pr135	{padding-right:8.4375rem!important;}
.p140 	{padding:8.75rem!important;} 	.pt140	{padding-top:8.75rem!important;} 	.pb140	{padding-bottom:8.75rem!important;} 	.pl140	{padding-left:8.75rem!important;} 		.pr140	{padding-right:8.75rem!important;}
.p145 	{padding:9.0625rem!important;} 	.pt145	{padding-top:9.0625rem!important;} 	.pb145	{padding-bottom:9.0625rem!important;} 	.pl145	{padding-left:9.0625rem!important;} 	.pr145	{padding-right:9.0625rem!important;}
.p150 	{padding:9.375rem!important;} 	.pt150	{padding-top:9.375rem!important;} 	.pb150	{padding-bottom:9.375rem!important;} 	.pl150	{padding-left:9.375rem!important;} 		.pr150	{padding-right:9.375rem!important;}
.p155 	{padding:9.6875rem!important;} 	.pt155	{padding-top:9.6875rem!important;} 	.pb155	{padding-bottom:9.6875rem!important;} 	.pl155	{padding-left:9.6875rem!important;} 	.pr155	{padding-right:9.6875rem!important;}
.p160 	{padding:10rem!important;} 		.pt160	{padding-top:10rem!important;} 		.pb160	{padding-bottom:10rem!important;} 		.pl160	{padding-left:10rem!important;} 		.pr160	{padding-right:10rem!important;}
.p165 	{padding:10.3125rem!important;} .pt165	{padding-top:10.3125rem!important;} .pb165	{padding-bottom:10.3125rem!important;} 	.pl165	{padding-left:10.3125rem!important;}	.pr165	{padding-right:10.3125rem!important;}
.p170 	{padding:10.625rem!important;} 	.pt170	{padding-top:10.625rem!important;} 	.pb170	{padding-bottom:10.625rem!important;} 	.pl170	{padding-left:10.625rem!important;} 	.pr170	{padding-right:10.625rem!important;}
.p175 	{padding:10.9375rem!important;} .pt175	{padding-top:10.9375rem!important;} .pb175	{padding-bottom:10.9375rem!important;} 	.pl175	{padding-left:10.9375rem!important;}	.pr175	{padding-right:10.9375rem!important;}
.p180 	{padding:11.25rem!important;} 	.pt180	{padding-top:11.25rem!important;} 	.pb180	{padding-bottom:11.25rem!important;} 	.pl180	{padding-left:11.25rem!important;} 		.pr180	{padding-right:11.25rem!important;}
.p185 	{padding:11.5625rem!important;} .pt185	{padding-top:11.5625rem!important;} .pb185	{padding-bottom:11.5625rem!important;} 	.pl185	{padding-left:11.5625rem!important;}	.pr185	{padding-right:11.5625rem!important;}
.p190 	{padding:11.875rem!important;} 	.pt190	{padding-top:11.875rem!important;} 	.pb190	{padding-bottom:11.875rem!important;} 	.pl190	{padding-left:11.875rem!important;} 	.pr190	{padding-right:11.875rem!important;}
.p195 	{padding:12.1875rem!important;} .pt195	{padding-top:12.1875rem!important;} .pb195	{padding-bottom:12.1875rem!important;} 	.pl195	{padding-left:12.1875rem!important;}	.pr195	{padding-right:12.1875rem!important;}
.p200 	{padding:12.5rem!important;} 	.pt200	{padding-top:12.5rem!important;} 	.pb200	{padding-bottom:12.5rem!important;} 	.pl200	{padding-left:12.5rem!important;} 	.pr200	{padding-right:12.5rem!important;}

@media print, screen and (min-width: 640px){
	.m0_pc{margin:0rem!important;}.mt0_pc{margin-top:0rem!important;}.mb0_pc{margin-bottom:0rem!important;}.ml0_pc{margin-left:0rem!important;}.mr0_pc{margin-right:0rem!important;}
	.m5_pc{margin:.3125rem!important;}.mt5_pc{margin-top:.3125rem!important;}.mb5_pc{margin-bottom:.3125rem!important;}.ml5_pc{margin-left:.3125rem!important;}.mr5_pc{margin-right:.3125rem!important;}
	.m10_pc{margin:.625rem!important;}.mt10_pc{margin-top:.625rem!important;}.mb10_pc{margin-bottom:.625rem!important;}.ml10_pc{margin-left:.625rem!important;}.mr10_pc{margin-right:.625rem!important;}
	.m15_pc{margin:.9375rem!important;}.mt15_pc{margin-top:.9375rem!important;}.mb15_pc{margin-bottom:.9375rem!important;}.ml15_pc{margin-left:.9375rem!important;}.mr15_pc{margin-right:.9375rem!important;}
	.m20_pc{margin:1.25rem!important;}.mt20_pc{margin-top:1.25rem!important;}.mb20_pc{margin-bottom:1.25rem!important;}.ml20_pc{margin-left:1.25rem!important;}.mr20_pc{margin-right:1.25rem!important;}
	.m25_pc{margin:1.5625rem!important;}.mt25_pc{margin-top:1.5625rem!important;}.mb25_pc{margin-bottom:1.5625rem!important;}.ml25_pc{margin-left:1.5625rem!important;}.mr25_pc{margin-right:1.5625rem!important;}
	.m30_pc{margin:1.875rem!important;}.mt30_pc{margin-top:1.875rem!important;}.mb30_pc{margin-bottom:1.875rem!important;}.ml30_pc{margin-left:1.875rem!important;}.mr30_pc{margin-right:1.875rem!important;}
	.m35_pc{margin:2.1875rem!important;}.mt35_pc{margin-top:2.1875rem!important;}.mb35_pc{margin-bottom:2.1875rem!important;}.ml35_pc{margin-left:2.1875rem!important;}.mr35_pc{margin-right:2.1875rem!important;}
	.m40_pc{margin:2.5rem!important;}.mt40_pc{margin-top:2.5rem!important;}.mb40_pc{margin-bottom:2.5rem!important;}.ml40_pc{margin-left:2.5rem!important;}.mr40_pc{margin-right:2.5rem!important;}
	.m45_pc{margin:2.8125rem!important;}.mt45_pc{margin-top:2.8125rem!important;}.mb45_pc{margin-bottom:2.8125rem!important;}.ml45_pc{margin-left:2.8125rem!important;}.mr45_pc{margin-right:2.8125rem!important;}
	.m50_pc{margin:3.125rem!important;}.mt50_pc{margin-top:3.125rem!important;}.mb50_pc{margin-bottom:3.125rem!important;}.ml50_pc{margin-left:3.125rem!important;}.mr50_pc{margin-right:3.125rem!important;}
	.m55_pc{margin:3.4375rem!important;}.mt55_pc{margin-top:3.4375rem!important;}.mb55_pc{margin-bottom:3.4375rem!important;}.ml55_pc{margin-left:3.4375rem!important;}.mr55_pc{margin-right:3.4375rem!important;}
	.m60_pc{margin:3.75rem!important;}.mt60_pc{margin-top:3.75rem!important;}.mb60_pc{margin-bottom:3.75rem!important;}.ml60_pc{margin-left:3.75rem!important;}.mr60_pc{margin-right:3.75rem!important;}
	.m65_pc{margin:4.0625rem!important;}.mt65_pc{margin-top:4.0625rem!important;}.mb65_pc{margin-bottom:4.0625rem!important;}.ml65_pc{margin-left:4.0625rem!important;}.mr65_pc{margin-right:4.0625rem!important;}
	.m70_pc{margin:4.375rem!important;}.mt70_pc{margin-top:4.375rem!important;}.mb70_pc{margin-bottom:4.375rem!important;}.ml70_pc{margin-left:4.375rem!important;}.mr70_pc{margin-right:4.375rem!important;}
	.m75_pc{margin:4.6875rem!important;}.mt75_pc{margin-top:4.6875rem!important;}.mb75_pc{margin-bottom:4.6875rem!important;}.ml75_pc{margin-left:4.6875rem!important;}.mr75_pc{margin-right:4.6875rem!important;}
	.m80_pc{margin:5rem!important;}.mt80_pc{margin-top:5rem!important;}.mb80_pc{margin-bottom:5rem!important;}.ml80_pc{margin-left:5rem!important;}.mr80_pc{margin-right:5rem!important;}
	.m85_pc{margin:5.3125rem!important;}.mt85_pc{margin-top:5.3125rem!important;}.mb85_pc{margin-bottom:5.3125rem!important;}.ml85_pc{margin-left:5.3125rem!important;}.mr85_pc{margin-right:5.3125rem!important;}
	.m90_pc{margin:5.625rem!important;}.mt90_pc{margin-top:5.625rem!important;}.mb90_pc{margin-bottom:5.625rem!important;}.ml90_pc{margin-left:5.625rem!important;}.mr90_pc{margin-right:5.625rem!important;}
	.m95_pc{margin:5.9375rem!important;}.mt95_pc{margin-top:5.9375rem!important;}.mb95_pc{margin-bottom:5.9375rem!important;}.ml95_pc{margin-left:5.9375rem!important;}.mr95_pc{margin-right:5.9375rem!important;}
	.m100_pc{margin:6.25rem!important;}.mt100_pc{margin-top:6.25rem!important;}.mb100_pc{margin-bottom:6.25rem!important;}.ml100_pc{margin-left:6.25rem!important;}.mr100_pc{margin-right:6.25rem!important;}
	.m105_pc{margin:6.5625rem!important;}.mt105_pc{margin-top:6.5625rem!important;}.mb105_pc{margin-bottom:6.5625rem!important;}.ml105_pc{margin-left:6.5625rem!important;}.mr105_pc{margin-right:6.5625rem!important;}
	.m110_pc{margin:6.875rem!important;}.mt110_pc{margin-top:6.875rem!important;}.mb110_pc{margin-bottom:6.875rem!important;}.ml110_pc{margin-left:6.875rem!important;}.mr110_pc{margin-right:6.875rem!important;}
	.m115_pc{margin:7.1875rem!important;}.mt115_pc{margin-top:7.1875rem!important;}.mb115_pc{margin-bottom:7.1875rem!important;}.ml115_pc{margin-left:7.1875rem!important;}.mr115_pc{margin-right:7.1875rem!important;}
	.m120_pc{margin:7.5rem!important;}.mt120_pc{margin-top:7.5rem!important;}.mb120_pc{margin-bottom:7.5rem!important;}.ml120_pc{margin-left:7.5rem!important;}.mr120_pc{margin-right:7.5rem!important;}
	.m125_pc{margin:7.8125rem!important;}.mt125_pc{margin-top:7.8125rem!important;}.mb125_pc{margin-bottom:7.8125rem!important;}.ml125_pc{margin-left:7.8125rem!important;}.mr125_pc{margin-right:7.8125rem!important;}
	.m130_pc{margin:8.125rem!important;}.mt130_pc{margin-top:8.125rem!important;}.mb130_pc{margin-bottom:8.125rem!important;}.ml130_pc{margin-left:8.125rem!important;}.mr130_pc{margin-right:8.125rem!important;}
	.m135_pc{margin:8.4375rem!important;}.mt135_pc{margin-top:8.4375rem!important;}.mb135_pc{margin-bottom:8.4375rem!important;}.ml135_pc{margin-left:8.4375rem!important;}.mr135_pc{margin-right:8.4375rem!important;}
	.m140_pc{margin:8.75rem!important;}.mt140_pc{margin-top:8.75rem!important;}.mb140_pc{margin-bottom:8.75rem!important;}.ml140_pc{margin-left:8.75rem!important;}.mr140_pc{margin-right:8.75rem!important;}
	.m145_pc{margin:9.0625rem!important;}.mt145_pc{margin-top:9.0625rem!important;}.mb145_pc{margin-bottom:9.0625rem!important;}.ml145_pc{margin-left:9.0625rem!important;}.mr145_pc{margin-right:9.0625rem!important;}
	.m150_pc{margin:9.375rem!important;}.mt150_pc{margin-top:9.375rem!important;}.mb150_pc{margin-bottom:9.375rem!important;}.ml150_pc{margin-left:9.375rem!important;}.mr150_pc{margin-right:9.375rem!important;}
	.m155_pc{margin:9.6875rem!important;}.mt155_pc{margin-top:9.6875rem!important;}.mb155_pc{margin-bottom:9.6875rem!important;}.ml155_pc{margin-left:9.6875rem!important;}.mr155_pc{margin-right:9.6875rem!important;}
	.m160_pc{margin:10rem!important;}.mt160_pc{margin-top:10rem!important;}.mb160_pc{margin-bottom:10rem!important;}.ml160_pc{margin-left:10rem!important;}.mr160_pc{margin-right:10rem!important;}
	.m165_pc{margin:10.3125rem!important;}.mt165_pc{margin-top:10.3125rem!important;}.mb165_pc{margin-bottom:10.3125rem!important;}.ml165_pc{margin-left:10.3125rem!important;}.mr165_pc{margin-right:10.3125rem!important;}
	.m170_pc{margin:10.625rem!important;}.mt170_pc{margin-top:10.625rem!important;}.mb170_pc{margin-bottom:10.625rem!important;}.ml170_pc{margin-left:10.625rem!important;}.mr170_pc{margin-right:10.625rem!important;}
	.m175_pc{margin:10.9375rem!important;}.mt175_pc{margin-top:10.9375rem!important;}.mb175_pc{margin-bottom:10.9375rem!important;}.ml175_pc{margin-left:10.9375rem!important;}.mr175_pc{margin-right:10.9375rem!important;}
	.m180_pc{margin:11.25rem!important;}.mt180_pc{margin-top:11.25rem!important;}.mb180_pc{margin-bottom:11.25rem!important;}.ml180_pc{margin-left:11.25rem!important;}.mr180_pc{margin-right:11.25rem!important;}
	.m185_pc{margin:11.5625rem!important;}.mt185_pc{margin-top:11.5625rem!important;}.mb185_pc{margin-bottom:11.5625rem!important;}.ml185_pc{margin-left:11.5625rem!important;}.mr185_pc{margin-right:11.5625rem!important;}
	.m190_pc{margin:11.875rem!important;}.mt190_pc{margin-top:11.875rem!important;}.mb190_pc{margin-bottom:11.875rem!important;}.ml190_pc{margin-left:11.875rem!important;}.mr190_pc{margin-right:11.875rem!important;}
	.m195_pc{margin:12.1875rem!important;}.mt195_pc{margin-top:12.1875rem!important;}.mb195_pc{margin-bottom:12.1875rem!important;}.ml195_pc{margin-left:12.1875rem!important;}.mr195_pc{margin-right:12.1875rem!important;}
	.m200_pc{margin:12.5rem!important;}.mt200_pc{margin-top:12.5rem!important;}.mb200_pc{margin-bottom:12.5rem!important;}.ml200_pc{margin-left:12.5rem!important;}.mr200_pc{margin-right:12.5rem!important;}
	.m-0_pc{margin:-0rem!important;}.mt-0_pc{margin-top:-0rem!important;}.mb-0_pc{margin-bottom:-0rem!important;}.ml-0_pc{margin-left:-0rem!important;}.mr-0_pc{margin-right:-0rem!important;}
	.m-5_pc{margin:-.3125rem!important;}.mt-5_pc{margin-top:-.3125rem!important;}.mb-5_pc{margin-bottom:-.3125rem!important;}.ml-5_pc{margin-left:-.3125rem!important;}.mr-5_pc{margin-right:-.3125rem!important;}
	.m-10_pc{margin:-.625rem!important;}.mt-10_pc{margin-top:-.625rem!important;}.mb-10_pc{margin-bottom:-.625rem!important;}.ml-10_pc{margin-left:-.625rem!important;}.mr-10_pc{margin-right:-.625rem!important;}
	.m-15_pc{margin:-.9375rem!important;}.mt-15_pc{margin-top:-.9375rem!important;}.mb-15_pc{margin-bottom:-.9375rem!important;}.ml-15_pc{margin-left:-.9375rem!important;}.mr-15_pc{margin-right:-.9375rem!important;}
	.m-20_pc{margin:-1.25rem!important;}.mt-20_pc{margin-top:-1.25rem!important;}.mb-20_pc{margin-bottom:-1.25rem!important;}.ml-20_pc{margin-left:-1.25rem!important;}.mr-20_pc{margin-right:-1.25rem!important;}
	.m-25_pc{margin:-1.5625rem!important;}.mt-25_pc{margin-top:-1.5625rem!important;}.mb-25_pc{margin-bottom:-1.5625rem!important;}.ml-25_pc{margin-left:-1.5625rem!important;}.mr-25_pc{margin-right:-1.5625rem!important;}
	.m-30_pc{margin:-1.875rem!important;}.mt-30_pc{margin-top:-1.875rem!important;}.mb-30_pc{margin-bottom:-1.875rem!important;}.ml-30_pc{margin-left:-1.875rem!important;}.mr-30_pc{margin-right:-1.875rem!important;}
	.m-35_pc{margin:-2.1875rem!important;}.mt-35_pc{margin-top:-2.1875rem!important;}.mb-35_pc{margin-bottom:-2.1875rem!important;}.ml-35_pc{margin-left:-2.1875rem!important;}.mr-35_pc{margin-right:-2.1875rem!important;}
	.m-40_pc{margin:-2.5rem!important;}.mt-40_pc{margin-top:-2.5rem!important;}.mb-40_pc{margin-bottom:-2.5rem!important;}.ml-40_pc{margin-left:-2.5rem!important;}.mr-40_pc{margin-right:-2.5rem!important;}
	.m-45_pc{margin:-2.8125rem!important;}.mt-45_pc{margin-top:-2.8125rem!important;}.mb-45_pc{margin-bottom:-2.8125rem!important;}.ml-45_pc{margin-left:-2.8125rem!important;}.mr-45_pc{margin-right:-2.8125rem!important;}
	.m-50_pc{margin:-3.125rem!important;}.mt-50_pc{margin-top:-3.125rem!important;}.mb-50_pc{margin-bottom:-3.125rem!important;}.ml-50_pc{margin-left:-3.125rem!important;}.mr-50_pc{margin-right:-3.125rem!important;}
	.m-55_pc{margin:-3.4375rem!important;}.mt-55_pc{margin-top:-3.4375rem!important;}.mb-55_pc{margin-bottom:-3.4375rem!important;}.ml-55_pc{margin-left:-3.4375rem!important;}.mr-55_pc{margin-right:-3.4375rem!important;}
	.m-60_pc{margin:-3.75rem!important;}.mt-60_pc{margin-top:-3.75rem!important;}.mb-60_pc{margin-bottom:-3.75rem!important;}.ml-60_pc{margin-left:-3.75rem!important;}.mr-60_pc{margin-right:-3.75rem!important;}
	.m-65_pc{margin:-4.0625rem!important;}.mt-65_pc{margin-top:-4.0625rem!important;}.mb-65_pc{margin-bottom:-4.0625rem!important;}.ml-65_pc{margin-left:-4.0625rem!important;}.mr-65_pc{margin-right:-4.0625rem!important;}
	.m-70_pc{margin:-4.375rem!important;}.mt-70_pc{margin-top:-4.375rem!important;}.mb-70_pc{margin-bottom:-4.375rem!important;}.ml-70_pc{margin-left:-4.375rem!important;}.mr-70_pc{margin-right:-4.375rem!important;}
	.m-75_pc{margin:-4.6875rem!important;}.mt-75_pc{margin-top:-4.6875rem!important;}.mb-75_pc{margin-bottom:-4.6875rem!important;}.ml-75_pc{margin-left:-4.6875rem!important;}.mr-75_pc{margin-right:-4.6875rem!important;}
	.m-80_pc{margin:-5rem!important;}.mt-80_pc{margin-top:-5rem!important;}.mb-80_pc{margin-bottom:-5rem!important;}.ml-80_pc{margin-left:-5rem!important;}.mr-80_pc{margin-right:-5rem!important;}
	.m-85_pc{margin:-5.3125rem!important;}.mt-85_pc{margin-top:-5.3125rem!important;}.mb-85_pc{margin-bottom:-5.3125rem!important;}.ml-85_pc{margin-left:-5.3125rem!important;}.mr-85_pc{margin-right:-5.3125rem!important;}
	.m-90_pc{margin:-5.625rem!important;}.mt-90_pc{margin-top:-5.625rem!important;}.mb-90_pc{margin-bottom:-5.625rem!important;}.ml-90_pc{margin-left:-5.625rem!important;}.mr-90_pc{margin-right:-5.625rem!important;}
	.m-95_pc{margin:-5.9375rem!important;}.mt-95_pc{margin-top:-5.9375rem!important;}.mb-95_pc{margin-bottom:-5.9375rem!important;}.ml-95_pc{margin-left:-5.9375rem!important;}.mr-95_pc{margin-right:-5.9375rem!important;}
	.m-100_pc{margin:-6.25rem!important;}.mt-100_pc{margin-top:-6.25rem!important;}.mb-100_pc{margin-bottom:-6.25rem!important;}.ml-100_pc{margin-left:-6.25rem!important;}.mr-100_pc{margin-right:-6.25rem!important;}
	.m-105_pc{margin:-6.5625rem!important;}.mt-105_pc{margin-top:-6.5625rem!important;}.mb-105_pc{margin-bottom:-6.5625rem!important;}.ml-105_pc{margin-left:-6.5625rem!important;}.mr-105_pc{margin-right:-6.5625rem!important;}
	.m-110_pc{margin:-6.875rem!important;}.mt-110_pc{margin-top:-6.875rem!important;}.mb-110_pc{margin-bottom:-6.875rem!important;}.ml-110_pc{margin-left:-6.875rem!important;}.mr-110_pc{margin-right:-6.875rem!important;}
	.m-115_pc{margin:-7.1875rem!important;}.mt-115_pc{margin-top:-7.1875rem!important;}.mb-115_pc{margin-bottom:-7.1875rem!important;}.ml-115_pc{margin-left:-7.1875rem!important;}.mr-115_pc{margin-right:-7.1875rem!important;}
	.m-120_pc{margin:-7.5rem!important;}.mt-120_pc{margin-top:-7.5rem!important;}.mb-120_pc{margin-bottom:-7.5rem!important;}.ml-120_pc{margin-left:-7.5rem!important;}.mr-120_pc{margin-right:-7.5rem!important;}
	.m-125_pc{margin:-7.8125rem!important;}.mt-125_pc{margin-top:-7.8125rem!important;}.mb-125_pc{margin-bottom:-7.8125rem!important;}.ml-125_pc{margin-left:-7.8125rem!important;}.mr-125_pc{margin-right:-7.8125rem!important;}
	.m-130_pc{margin:-8.125rem!important;}.mt-130_pc{margin-top:-8.125rem!important;}.mb-130_pc{margin-bottom:-8.125rem!important;}.ml-130_pc{margin-left:-8.125rem!important;}.mr-130_pc{margin-right:-8.125rem!important;}
	.m-135_pc{margin:-8.4375rem!important;}.mt-135_pc{margin-top:-8.4375rem!important;}.mb-135_pc{margin-bottom:-8.4375rem!important;}.ml-135_pc{margin-left:-8.4375rem!important;}.mr-135_pc{margin-right:-8.4375rem!important;}
	.m-140_pc{margin:-8.75rem!important;}.mt-140_pc{margin-top:-8.75rem!important;}.mb-140_pc{margin-bottom:-8.75rem!important;}.ml-140_pc{margin-left:-8.75rem!important;}.mr-140_pc{margin-right:-8.75rem!important;}
	.m-145_pc{margin:-9.0625rem!important;}.mt-145_pc{margin-top:-9.0625rem!important;}.mb-145_pc{margin-bottom:-9.0625rem!important;}.ml-145_pc{margin-left:-9.0625rem!important;}.mr-145_pc{margin-right:-9.0625rem!important;}
	.m-150_pc{margin:-9.375rem!important;}.mt-150_pc{margin-top:-9.375rem!important;}.mb-150_pc{margin-bottom:-9.375rem!important;}.ml-150_pc{margin-left:-9.375rem!important;}.mr-150_pc{margin-right:-9.375rem!important;}
	.m-155_pc{margin:-9.6875rem!important;}.mt-155_pc{margin-top:-9.6875rem!important;}.mb-155_pc{margin-bottom:-9.6875rem!important;}.ml-155_pc{margin-left:-9.6875rem!important;}.mr-155_pc{margin-right:-9.6875rem!important;}
	.m-160_pc{margin:-10rem!important;}.mt-160_pc{margin-top:-10rem!important;}.mb-160_pc{margin-bottom:-10rem!important;}.ml-160_pc{margin-left:-10rem!important;}.mr-160_pc{margin-right:-10rem!important;}
	.m-165_pc{margin:-10.3125rem!important;}.mt-165_pc{margin-top:-10.3125rem!important;}.mb-165_pc{margin-bottom:-10.3125rem!important;}.ml-165_pc{margin-left:-10.3125rem!important;}.mr-165_pc{margin-right:-10.3125rem!important;}
	.m-170_pc{margin:-10.625rem!important;}.mt-170_pc{margin-top:-10.625rem!important;}.mb-170_pc{margin-bottom:-10.625rem!important;}.ml-170_pc{margin-left:-10.625rem!important;}.mr-170_pc{margin-right:-10.625rem!important;}
	.m-175_pc{margin:-10.9375rem!important;}.mt-175_pc{margin-top:-10.9375rem!important;}.mb-175_pc{margin-bottom:-10.9375rem!important;}.ml-175_pc{margin-left:-10.9375rem!important;}.mr-175_pc{margin-right:-10.9375rem!important;}
	.m-180_pc{margin:-11.25rem!important;}.mt-180_pc{margin-top:-11.25rem!important;}.mb-180_pc{margin-bottom:-11.25rem!important;}.ml-180_pc{margin-left:-11.25rem!important;}.mr-180_pc{margin-right:-11.25rem!important;}
	.m-185_pc{margin:-11.5625rem!important;}.mt-185_pc{margin-top:-11.5625rem!important;}.mb-185_pc{margin-bottom:-11.5625rem!important;}.ml-185_pc{margin-left:-11.5625rem!important;}.mr-185_pc{margin-right:-11.5625rem!important;}
	.m-190_pc{margin:-11.875rem!important;}.mt-190_pc{margin-top:-11.875rem!important;}.mb-190_pc{margin-bottom:-11.875rem!important;}.ml-190_pc{margin-left:-11.875rem!important;}.mr-190_pc{margin-right:-11.875rem!important;}
	.m-195_pc{margin:-12.1875rem!important;}.mt-195_pc{margin-top:-12.1875rem!important;}.mb-195_pc{margin-bottom:-12.1875rem!important;}.ml-195_pc{margin-left:-12.1875rem!important;}.mr-195_pc{margin-right:-12.1875rem!important;}
	.m-200_pc{margin:-12.5rem!important;}.mt-200_pc{margin-top:-12.5rem!important;}.mb-200_pc{margin-bottom:-12.5rem!important;}.ml-200_pc{margin-left:-12.5rem!important;}.mr-200_pc{margin-right:-12.5rem!important;}
	.p0_pc{padding:0rem!important;}.pt0_pc{padding-top:0rem!important;}.pb0_pc{padding-bottom:0rem!important;}.pl0_pc{padding-left:0rem!important;}.pr0_pc{padding-right:0rem!important;}
	.p5_pc{padding:.3125rem!important;}.pt5_pc{padding-top:.3125rem!important;}.pb5_pc{padding-bottom:.3125rem!important;}.pl5_pc{padding-left:.3125rem!important;}.pr5_pc{padding-right:.3125rem!important;}
	.p10_pc{padding:.625rem!important;}.pt10_pc{padding-top:.625rem!important;}.pb10_pc{padding-bottom:.625rem!important;}.pl10_pc{padding-left:.625rem!important;}.pr10_pc{padding-right:.625rem!important;}
	.p15_pc{padding:.9375rem!important;}.pt15_pc{padding-top:.9375rem!important;}.pb15_pc{padding-bottom:.9375rem!important;}.pl15_pc{padding-left:.9375rem!important;}.pr15_pc{padding-right:.9375rem!important;}
	.p20_pc{padding:1.25rem!important;}.pt20_pc{padding-top:1.25rem!important;}.pb20_pc{padding-bottom:1.25rem!important;}.pl20_pc{padding-left:1.25rem!important;}.pr20_pc{padding-right:1.25rem!important;}
	.p25_pc{padding:1.5625rem!important;}.pt25_pc{padding-top:1.5625rem!important;}.pb25_pc{padding-bottom:1.5625rem!important;}.pl25_pc{padding-left:1.5625rem!important;}.pr25_pc{padding-right:1.5625rem!important;}
	.p30_pc{padding:1.875rem!important;}.pt30_pc{padding-top:1.875rem!important;}.pb30_pc{padding-bottom:1.875rem!important;}.pl30_pc{padding-left:1.875rem!important;}.pr30_pc{padding-right:1.875rem!important;}
	.p35_pc{padding:2.1875rem!important;}.pt35_pc{padding-top:2.1875rem!important;}.pb35_pc{padding-bottom:2.1875rem!important;}.pl35_pc{padding-left:2.1875rem!important;}.pr35_pc{padding-right:2.1875rem!important;}
	.p40_pc{padding:2.5rem!important;}.pt40_pc{padding-top:2.5rem!important;}.pb40_pc{padding-bottom:2.5rem!important;}.pl40_pc{padding-left:2.5rem!important;}.pr40_pc{padding-right:2.5rem!important;}
	.p45_pc{padding:2.8125rem!important;}.pt45_pc{padding-top:2.8125rem!important;}.pb45_pc{padding-bottom:2.8125rem!important;}.pl45_pc{padding-left:2.8125rem!important;}.pr45_pc{padding-right:2.8125rem!important;}
	.p50_pc{padding:3.125rem!important;}.pt50_pc{padding-top:3.125rem!important;}.pb50_pc{padding-bottom:3.125rem!important;}.pl50_pc{padding-left:3.125rem!important;}.pr50_pc{padding-right:3.125rem!important;}
	.p55_pc{padding:3.4375rem!important;}.pt55_pc{padding-top:3.4375rem!important;}.pb55_pc{padding-bottom:3.4375rem!important;}.pl55_pc{padding-left:3.4375rem!important;}.pr55_pc{padding-right:3.4375rem!important;}
	.p60_pc{padding:3.75rem!important;}.pt60_pc{padding-top:3.75rem!important;}.pb60_pc{padding-bottom:3.75rem!important;}.pl60_pc{padding-left:3.75rem!important;}.pr60_pc{padding-right:3.75rem!important;}
	.p65_pc{padding:4.0625rem!important;}.pt65_pc{padding-top:4.0625rem!important;}.pb65_pc{padding-bottom:4.0625rem!important;}.pl65_pc{padding-left:4.0625rem!important;}.pr65_pc{padding-right:4.0625rem!important;}
	.p70_pc{padding:4.375rem!important;}.pt70_pc{padding-top:4.375rem!important;}.pb70_pc{padding-bottom:4.375rem!important;}.pl70_pc{padding-left:4.375rem!important;}.pr70_pc{padding-right:4.375rem!important;}
	.p75_pc{padding:4.6875rem!important;}.pt75_pc{padding-top:4.6875rem!important;}.pb75_pc{padding-bottom:4.6875rem!important;}.pl75_pc{padding-left:4.6875rem!important;}.pr75_pc{padding-right:4.6875rem!important;}
	.p80_pc{padding:5rem!important;}.pt80_pc{padding-top:5rem!important;}.pb80_pc{padding-bottom:5rem!important;}.pl80_pc{padding-left:5rem!important;}.pr80_pc{padding-right:5rem!important;}
	.p85_pc{padding:5.3125rem!important;}.pt85_pc{padding-top:5.3125rem!important;}.pb85_pc{padding-bottom:5.3125rem!important;}.pl85_pc{padding-left:5.3125rem!important;}.pr85_pc{padding-right:5.3125rem!important;}
	.p90_pc{padding:5.625rem!important;}.pt90_pc{padding-top:5.625rem!important;}.pb90_pc{padding-bottom:5.625rem!important;}.pl90_pc{padding-left:5.625rem!important;}.pr90_pc{padding-right:5.625rem!important;}
	.p95_pc{padding:5.9375rem!important;}.pt95_pc{padding-top:5.9375rem!important;}.pb95_pc{padding-bottom:5.9375rem!important;}.pl95_pc{padding-left:5.9375rem!important;}.pr95_pc{padding-right:5.9375rem!important;}
	.p100_pc{padding:6.25rem!important;}.pt100_pc{padding-top:6.25rem!important;}.pb100_pc{padding-bottom:6.25rem!important;}.pl100_pc{padding-left:6.25rem!important;}.pr100_pc{padding-right:6.25rem!important;}
	.p105_pc{padding:6.5625rem!important;}.pt105_pc{padding-top:6.5625rem!important;}.pb105_pc{padding-bottom:6.5625rem!important;}.pl105_pc{padding-left:6.5625rem!important;}.pr105_pc{padding-right:6.5625rem!important;}
	.p110_pc{padding:6.875rem!important;}.pt110_pc{padding-top:6.875rem!important;}.pb110_pc{padding-bottom:6.875rem!important;}.pl110_pc{padding-left:6.875rem!important;}.pr110_pc{padding-right:6.875rem!important;}
	.p115_pc{padding:7.1875rem!important;}.pt115_pc{padding-top:7.1875rem!important;}.pb115_pc{padding-bottom:7.1875rem!important;}.pl115_pc{padding-left:7.1875rem!important;}.pr115_pc{padding-right:7.1875rem!important;}
	.p120_pc{padding:7.5rem!important;}.pt120_pc{padding-top:7.5rem!important;}.pb120_pc{padding-bottom:7.5rem!important;}.pl120_pc{padding-left:7.5rem!important;}.pr120_pc{padding-right:7.5rem!important;}
	.p125_pc{padding:7.8125rem!important;}.pt125_pc{padding-top:7.8125rem!important;}.pb125_pc{padding-bottom:7.8125rem!important;}.pl125_pc{padding-left:7.8125rem!important;}.pr125_pc{padding-right:7.8125rem!important;}
	.p130_pc{padding:8.125rem!important;}.pt130_pc{padding-top:8.125rem!important;}.pb130_pc{padding-bottom:8.125rem!important;}.pl130_pc{padding-left:8.125rem!important;}.pr130_pc{padding-right:8.125rem!important;}
	.p135_pc{padding:8.4375rem!important;}.pt135_pc{padding-top:8.4375rem!important;}.pb135_pc{padding-bottom:8.4375rem!important;}.pl135_pc{padding-left:8.4375rem!important;}.pr135_pc{padding-right:8.4375rem!important;}
	.p140_pc{padding:8.75rem!important;}.pt140_pc{padding-top:8.75rem!important;}.pb140_pc{padding-bottom:8.75rem!important;}.pl140_pc{padding-left:8.75rem!important;}.pr140_pc{padding-right:8.75rem!important;}
	.p145_pc{padding:9.0625rem!important;}.pt145_pc{padding-top:9.0625rem!important;}.pb145_pc{padding-bottom:9.0625rem!important;}.pl145_pc{padding-left:9.0625rem!important;}.pr145_pc{padding-right:9.0625rem!important;}
	.p150_pc{padding:9.375rem!important;}.pt150_pc{padding-top:9.375rem!important;}.pb150_pc{padding-bottom:9.375rem!important;}.pl150_pc{padding-left:9.375rem!important;}.pr150_pc{padding-right:9.375rem!important;}
	.p155_pc{padding:9.6875rem!important;}.pt155_pc{padding-top:9.6875rem!important;}.pb155_pc{padding-bottom:9.6875rem!important;}.pl155_pc{padding-left:9.6875rem!important;}.pr155_pc{padding-right:9.6875rem!important;}
	.p160_pc{padding:10rem!important;}.pt160_pc{padding-top:10rem!important;}.pb160_pc{padding-bottom:10rem!important;}.pl160_pc{padding-left:10rem!important;}.pr160_pc{padding-right:10rem!important;}
	.p165_pc{padding:10.3125rem!important;}.pt165_pc{padding-top:10.3125rem!important;}.pb165_pc{padding-bottom:10.3125rem!important;}.pl165_pc{padding-left:10.3125rem!important;}.pr165_pc{padding-right:10.3125rem!important;}
	.p170_pc{padding:10.625rem!important;}.pt170_pc{padding-top:10.625rem!important;}.pb170_pc{padding-bottom:10.625rem!important;}.pl170_pc{padding-left:10.625rem!important;}.pr170_pc{padding-right:10.625rem!important;}
	.p175_pc{padding:10.9375rem!important;}.pt175_pc{padding-top:10.9375rem!important;}.pb175_pc{padding-bottom:10.9375rem!important;}.pl175_pc{padding-left:10.9375rem!important;}.pr175_pc{padding-right:10.9375rem!important;}
	.p180_pc{padding:11.25rem!important;}.pt180_pc{padding-top:11.25rem!important;}.pb180_pc{padding-bottom:11.25rem!important;}.pl180_pc{padding-left:11.25rem!important;}.pr180_pc{padding-right:11.25rem!important;}
	.p185_pc{padding:11.5625rem!important;}.pt185_pc{padding-top:11.5625rem!important;}.pb185_pc{padding-bottom:11.5625rem!important;}.pl185_pc{padding-left:11.5625rem!important;}.pr185_pc{padding-right:11.5625rem!important;}
	.p190_pc{padding:11.875rem!important;}.pt190_pc{padding-top:11.875rem!important;}.pb190_pc{padding-bottom:11.875rem!important;}.pl190_pc{padding-left:11.875rem!important;}.pr190_pc{padding-right:11.875rem!important;}
	.p195_pc{padding:12.1875rem!important;}.pt195_pc{padding-top:12.1875rem!important;}.pb195_pc{padding-bottom:12.1875rem!important;}.pl195_pc{padding-left:12.1875rem!important;}.pr195_pc{padding-right:12.1875rem!important;}
	.p200_pc{padding:12.5rem!important;}.pt200_pc{padding-top:12.5rem!important;}.pb200_pc{padding-bottom:12.5rem!important;}.pl200_pc{padding-left:12.5rem!important;}.pr200_pc{padding-right:12.5rem!important;}
}
@media only screen and (max-width: 640px){
	.m0_sp{margin:0rem!important;}.mt0_sp{margin-top:0rem!important;}.mb0_sp{margin-bottom:0rem!important;}.ml0_sp{margin-left:0rem!important;}.mr0_sp{margin-right:0rem!important;}
	.m5_sp{margin:.3125rem!important;}.mt5_sp{margin-top:.3125rem!important;}.mb5_sp{margin-bottom:.3125rem!important;}.ml5_sp{margin-left:.3125rem!important;}.mr5_sp{margin-right:.3125rem!important;}
	.m10_sp{margin:.625rem!important;}.mt10_sp{margin-top:.625rem!important;}.mb10_sp{margin-bottom:.625rem!important;}.ml10_sp{margin-left:.625rem!important;}.mr10_sp{margin-right:.625rem!important;}
	.m15_sp{margin:.9375rem!important;}.mt15_sp{margin-top:.9375rem!important;}.mb15_sp{margin-bottom:.9375rem!important;}.ml15_sp{margin-left:.9375rem!important;}.mr15_sp{margin-right:.9375rem!important;}
	.m20_sp{margin:1.25rem!important;}.mt20_sp{margin-top:1.25rem!important;}.mb20_sp{margin-bottom:1.25rem!important;}.ml20_sp{margin-left:1.25rem!important;}.mr20_sp{margin-right:1.25rem!important;}
	.m25_sp{margin:1.5625rem!important;}.mt25_sp{margin-top:1.5625rem!important;}.mb25_sp{margin-bottom:1.5625rem!important;}.ml25_sp{margin-left:1.5625rem!important;}.mr25_sp{margin-right:1.5625rem!important;}
	.m30_sp{margin:1.875rem!important;}.mt30_sp{margin-top:1.875rem!important;}.mb30_sp{margin-bottom:1.875rem!important;}.ml30_sp{margin-left:1.875rem!important;}.mr30_sp{margin-right:1.875rem!important;}
	.m35_sp{margin:2.1875rem!important;}.mt35_sp{margin-top:2.1875rem!important;}.mb35_sp{margin-bottom:2.1875rem!important;}.ml35_sp{margin-left:2.1875rem!important;}.mr35_sp{margin-right:2.1875rem!important;}
	.m40_sp{margin:2.5rem!important;}.mt40_sp{margin-top:2.5rem!important;}.mb40_sp{margin-bottom:2.5rem!important;}.ml40_sp{margin-left:2.5rem!important;}.mr40_sp{margin-right:2.5rem!important;}
	.m45_sp{margin:2.8125rem!important;}.mt45_sp{margin-top:2.8125rem!important;}.mb45_sp{margin-bottom:2.8125rem!important;}.ml45_sp{margin-left:2.8125rem!important;}.mr45_sp{margin-right:2.8125rem!important;}
	.m50_sp{margin:3.125rem!important;}.mt50_sp{margin-top:3.125rem!important;}.mb50_sp{margin-bottom:3.125rem!important;}.ml50_sp{margin-left:3.125rem!important;}.mr50_sp{margin-right:3.125rem!important;}
	.m55_sp{margin:3.4375rem!important;}.mt55_sp{margin-top:3.4375rem!important;}.mb55_sp{margin-bottom:3.4375rem!important;}.ml55_sp{margin-left:3.4375rem!important;}.mr55_sp{margin-right:3.4375rem!important;}
	.m60_sp{margin:3.75rem!important;}.mt60_sp{margin-top:3.75rem!important;}.mb60_sp{margin-bottom:3.75rem!important;}.ml60_sp{margin-left:3.75rem!important;}.mr60_sp{margin-right:3.75rem!important;}
	.m65_sp{margin:4.0625rem!important;}.mt65_sp{margin-top:4.0625rem!important;}.mb65_sp{margin-bottom:4.0625rem!important;}.ml65_sp{margin-left:4.0625rem!important;}.mr65_sp{margin-right:4.0625rem!important;}
	.m70_sp{margin:4.375rem!important;}.mt70_sp{margin-top:4.375rem!important;}.mb70_sp{margin-bottom:4.375rem!important;}.ml70_sp{margin-left:4.375rem!important;}.mr70_sp{margin-right:4.375rem!important;}
	.m75_sp{margin:4.6875rem!important;}.mt75_sp{margin-top:4.6875rem!important;}.mb75_sp{margin-bottom:4.6875rem!important;}.ml75_sp{margin-left:4.6875rem!important;}.mr75_sp{margin-right:4.6875rem!important;}
	.m80_sp{margin:5rem!important;}.mt80_sp{margin-top:5rem!important;}.mb80_sp{margin-bottom:5rem!important;}.ml80_sp{margin-left:5rem!important;}.mr80_sp{margin-right:5rem!important;}
	.m85_sp{margin:5.3125rem!important;}.mt85_sp{margin-top:5.3125rem!important;}.mb85_sp{margin-bottom:5.3125rem!important;}.ml85_sp{margin-left:5.3125rem!important;}.mr85_sp{margin-right:5.3125rem!important;}
	.m90_sp{margin:5.625rem!important;}.mt90_sp{margin-top:5.625rem!important;}.mb90_sp{margin-bottom:5.625rem!important;}.ml90_sp{margin-left:5.625rem!important;}.mr90_sp{margin-right:5.625rem!important;}
	.m95_sp{margin:5.9375rem!important;}.mt95_sp{margin-top:5.9375rem!important;}.mb95_sp{margin-bottom:5.9375rem!important;}.ml95_sp{margin-left:5.9375rem!important;}.mr95_sp{margin-right:5.9375rem!important;}
	.m100_sp{margin:6.25rem!important;}.mt100_sp{margin-top:6.25rem!important;}.mb100_sp{margin-bottom:6.25rem!important;}.ml100_sp{margin-left:6.25rem!important;}.mr100_sp{margin-right:6.25rem!important;}
	.m105_sp{margin:6.5625rem!important;}.mt105_sp{margin-top:6.5625rem!important;}.mb105_sp{margin-bottom:6.5625rem!important;}.ml105_sp{margin-left:6.5625rem!important;}.mr105_sp{margin-right:6.5625rem!important;}
	.m110_sp{margin:6.875rem!important;}.mt110_sp{margin-top:6.875rem!important;}.mb110_sp{margin-bottom:6.875rem!important;}.ml110_sp{margin-left:6.875rem!important;}.mr110_sp{margin-right:6.875rem!important;}
	.m115_sp{margin:7.1875rem!important;}.mt115_sp{margin-top:7.1875rem!important;}.mb115_sp{margin-bottom:7.1875rem!important;}.ml115_sp{margin-left:7.1875rem!important;}.mr115_sp{margin-right:7.1875rem!important;}
	.m120_sp{margin:7.5rem!important;}.mt120_sp{margin-top:7.5rem!important;}.mb120_sp{margin-bottom:7.5rem!important;}.ml120_sp{margin-left:7.5rem!important;}.mr120_sp{margin-right:7.5rem!important;}
	.m125_sp{margin:7.8125rem!important;}.mt125_sp{margin-top:7.8125rem!important;}.mb125_sp{margin-bottom:7.8125rem!important;}.ml125_sp{margin-left:7.8125rem!important;}.mr125_sp{margin-right:7.8125rem!important;}
	.m130_sp{margin:8.125rem!important;}.mt130_sp{margin-top:8.125rem!important;}.mb130_sp{margin-bottom:8.125rem!important;}.ml130_sp{margin-left:8.125rem!important;}.mr130_sp{margin-right:8.125rem!important;}
	.m135_sp{margin:8.4375rem!important;}.mt135_sp{margin-top:8.4375rem!important;}.mb135_sp{margin-bottom:8.4375rem!important;}.ml135_sp{margin-left:8.4375rem!important;}.mr135_sp{margin-right:8.4375rem!important;}
	.m140_sp{margin:8.75rem!important;}.mt140_sp{margin-top:8.75rem!important;}.mb140_sp{margin-bottom:8.75rem!important;}.ml140_sp{margin-left:8.75rem!important;}.mr140_sp{margin-right:8.75rem!important;}
	.m145_sp{margin:9.0625rem!important;}.mt145_sp{margin-top:9.0625rem!important;}.mb145_sp{margin-bottom:9.0625rem!important;}.ml145_sp{margin-left:9.0625rem!important;}.mr145_sp{margin-right:9.0625rem!important;}
	.m150_sp{margin:9.375rem!important;}.mt150_sp{margin-top:9.375rem!important;}.mb150_sp{margin-bottom:9.375rem!important;}.ml150_sp{margin-left:9.375rem!important;}.mr150_sp{margin-right:9.375rem!important;}
	.m155_sp{margin:9.6875rem!important;}.mt155_sp{margin-top:9.6875rem!important;}.mb155_sp{margin-bottom:9.6875rem!important;}.ml155_sp{margin-left:9.6875rem!important;}.mr155_sp{margin-right:9.6875rem!important;}
	.m160_sp{margin:10rem!important;}.mt160_sp{margin-top:10rem!important;}.mb160_sp{margin-bottom:10rem!important;}.ml160_sp{margin-left:10rem!important;}.mr160_sp{margin-right:10rem!important;}
	.m165_sp{margin:10.3125rem!important;}.mt165_sp{margin-top:10.3125rem!important;}.mb165_sp{margin-bottom:10.3125rem!important;}.ml165_sp{margin-left:10.3125rem!important;}.mr165_sp{margin-right:10.3125rem!important;}
	.m170_sp{margin:10.625rem!important;}.mt170_sp{margin-top:10.625rem!important;}.mb170_sp{margin-bottom:10.625rem!important;}.ml170_sp{margin-left:10.625rem!important;}.mr170_sp{margin-right:10.625rem!important;}
	.m175_sp{margin:10.9375rem!important;}.mt175_sp{margin-top:10.9375rem!important;}.mb175_sp{margin-bottom:10.9375rem!important;}.ml175_sp{margin-left:10.9375rem!important;}.mr175_sp{margin-right:10.9375rem!important;}
	.m180_sp{margin:11.25rem!important;}.mt180_sp{margin-top:11.25rem!important;}.mb180_sp{margin-bottom:11.25rem!important;}.ml180_sp{margin-left:11.25rem!important;}.mr180_sp{margin-right:11.25rem!important;}
	.m185_sp{margin:11.5625rem!important;}.mt185_sp{margin-top:11.5625rem!important;}.mb185_sp{margin-bottom:11.5625rem!important;}.ml185_sp{margin-left:11.5625rem!important;}.mr185_sp{margin-right:11.5625rem!important;}
	.m190_sp{margin:11.875rem!important;}.mt190_sp{margin-top:11.875rem!important;}.mb190_sp{margin-bottom:11.875rem!important;}.ml190_sp{margin-left:11.875rem!important;}.mr190_sp{margin-right:11.875rem!important;}
	.m195_sp{margin:12.1875rem!important;}.mt195_sp{margin-top:12.1875rem!important;}.mb195_sp{margin-bottom:12.1875rem!important;}.ml195_sp{margin-left:12.1875rem!important;}.mr195_sp{margin-right:12.1875rem!important;}
	.m200_sp{margin:12.5rem!important;}.mt200_sp{margin-top:12.5rem!important;}.mb200_sp{margin-bottom:12.5rem!important;}.ml200_sp{margin-left:12.5rem!important;}.mr200_sp{margin-right:12.5rem!important;}
	.m-0_sp{margin:-0rem!important;}.mt-0_sp{margin-top:-0rem!important;}.mb-0_sp{margin-bottom:-0rem!important;}.ml-0_sp{margin-left:-0rem!important;}.mr-0_sp{margin-right:-0rem!important;}
	.m-5_sp{margin:-.3125rem!important;}.mt-5_sp{margin-top:-.3125rem!important;}.mb-5_sp{margin-bottom:-.3125rem!important;}.ml-5_sp{margin-left:-.3125rem!important;}.mr-5_sp{margin-right:-.3125rem!important;}
	.m-10_sp{margin:-.625rem!important;}.mt-10_sp{margin-top:-.625rem!important;}.mb-10_sp{margin-bottom:-.625rem!important;}.ml-10_sp{margin-left:-.625rem!important;}.mr-10_sp{margin-right:-.625rem!important;}
	.m-15_sp{margin:-.9375rem!important;}.mt-15_sp{margin-top:-.9375rem!important;}.mb-15_sp{margin-bottom:-.9375rem!important;}.ml-15_sp{margin-left:-.9375rem!important;}.mr-15_sp{margin-right:-.9375rem!important;}
	.m-20_sp{margin:-1.25rem!important;}.mt-20_sp{margin-top:-1.25rem!important;}.mb-20_sp{margin-bottom:-1.25rem!important;}.ml-20_sp{margin-left:-1.25rem!important;}.mr-20_sp{margin-right:-1.25rem!important;}
	.m-25_sp{margin:-1.5625rem!important;}.mt-25_sp{margin-top:-1.5625rem!important;}.mb-25_sp{margin-bottom:-1.5625rem!important;}.ml-25_sp{margin-left:-1.5625rem!important;}.mr-25_sp{margin-right:-1.5625rem!important;}
	.m-30_sp{margin:-1.875rem!important;}.mt-30_sp{margin-top:-1.875rem!important;}.mb-30_sp{margin-bottom:-1.875rem!important;}.ml-30_sp{margin-left:-1.875rem!important;}.mr-30_sp{margin-right:-1.875rem!important;}
	.m-35_sp{margin:-2.1875rem!important;}.mt-35_sp{margin-top:-2.1875rem!important;}.mb-35_sp{margin-bottom:-2.1875rem!important;}.ml-35_sp{margin-left:-2.1875rem!important;}.mr-35_sp{margin-right:-2.1875rem!important;}
	.m-40_sp{margin:-2.5rem!important;}.mt-40_sp{margin-top:-2.5rem!important;}.mb-40_sp{margin-bottom:-2.5rem!important;}.ml-40_sp{margin-left:-2.5rem!important;}.mr-40_sp{margin-right:-2.5rem!important;}
	.m-45_sp{margin:-2.8125rem!important;}.mt-45_sp{margin-top:-2.8125rem!important;}.mb-45_sp{margin-bottom:-2.8125rem!important;}.ml-45_sp{margin-left:-2.8125rem!important;}.mr-45_sp{margin-right:-2.8125rem!important;}
	.m-50_sp{margin:-3.125rem!important;}.mt-50_sp{margin-top:-3.125rem!important;}.mb-50_sp{margin-bottom:-3.125rem!important;}.ml-50_sp{margin-left:-3.125rem!important;}.mr-50_sp{margin-right:-3.125rem!important;}
	.m-55_sp{margin:-3.4375rem!important;}.mt-55_sp{margin-top:-3.4375rem!important;}.mb-55_sp{margin-bottom:-3.4375rem!important;}.ml-55_sp{margin-left:-3.4375rem!important;}.mr-55_sp{margin-right:-3.4375rem!important;}
	.m-60_sp{margin:-3.75rem!important;}.mt-60_sp{margin-top:-3.75rem!important;}.mb-60_sp{margin-bottom:-3.75rem!important;}.ml-60_sp{margin-left:-3.75rem!important;}.mr-60_sp{margin-right:-3.75rem!important;}
	.m-65_sp{margin:-4.0625rem!important;}.mt-65_sp{margin-top:-4.0625rem!important;}.mb-65_sp{margin-bottom:-4.0625rem!important;}.ml-65_sp{margin-left:-4.0625rem!important;}.mr-65_sp{margin-right:-4.0625rem!important;}
	.m-70_sp{margin:-4.375rem!important;}.mt-70_sp{margin-top:-4.375rem!important;}.mb-70_sp{margin-bottom:-4.375rem!important;}.ml-70_sp{margin-left:-4.375rem!important;}.mr-70_sp{margin-right:-4.375rem!important;}
	.m-75_sp{margin:-4.6875rem!important;}.mt-75_sp{margin-top:-4.6875rem!important;}.mb-75_sp{margin-bottom:-4.6875rem!important;}.ml-75_sp{margin-left:-4.6875rem!important;}.mr-75_sp{margin-right:-4.6875rem!important;}
	.m-80_sp{margin:-5rem!important;}.mt-80_sp{margin-top:-5rem!important;}.mb-80_sp{margin-bottom:-5rem!important;}.ml-80_sp{margin-left:-5rem!important;}.mr-80_sp{margin-right:-5rem!important;}
	.m-85_sp{margin:-5.3125rem!important;}.mt-85_sp{margin-top:-5.3125rem!important;}.mb-85_sp{margin-bottom:-5.3125rem!important;}.ml-85_sp{margin-left:-5.3125rem!important;}.mr-85_sp{margin-right:-5.3125rem!important;}
	.m-90_sp{margin:-5.625rem!important;}.mt-90_sp{margin-top:-5.625rem!important;}.mb-90_sp{margin-bottom:-5.625rem!important;}.ml-90_sp{margin-left:-5.625rem!important;}.mr-90_sp{margin-right:-5.625rem!important;}
	.m-95_sp{margin:-5.9375rem!important;}.mt-95_sp{margin-top:-5.9375rem!important;}.mb-95_sp{margin-bottom:-5.9375rem!important;}.ml-95_sp{margin-left:-5.9375rem!important;}.mr-95_sp{margin-right:-5.9375rem!important;}
	.m-100_sp{margin:-6.25rem!important;}.mt-100_sp{margin-top:-6.25rem!important;}.mb-100_sp{margin-bottom:-6.25rem!important;}.ml-100_sp{margin-left:-6.25rem!important;}.mr-100_sp{margin-right:-6.25rem!important;}
	.m-105_sp{margin:-6.5625rem!important;}.mt-105_sp{margin-top:-6.5625rem!important;}.mb-105_sp{margin-bottom:-6.5625rem!important;}.ml-105_sp{margin-left:-6.5625rem!important;}.mr-105_sp{margin-right:-6.5625rem!important;}
	.m-110_sp{margin:-6.875rem!important;}.mt-110_sp{margin-top:-6.875rem!important;}.mb-110_sp{margin-bottom:-6.875rem!important;}.ml-110_sp{margin-left:-6.875rem!important;}.mr-110_sp{margin-right:-6.875rem!important;}
	.m-115_sp{margin:-7.1875rem!important;}.mt-115_sp{margin-top:-7.1875rem!important;}.mb-115_sp{margin-bottom:-7.1875rem!important;}.ml-115_sp{margin-left:-7.1875rem!important;}.mr-115_sp{margin-right:-7.1875rem!important;}
	.m-120_sp{margin:-7.5rem!important;}.mt-120_sp{margin-top:-7.5rem!important;}.mb-120_sp{margin-bottom:-7.5rem!important;}.ml-120_sp{margin-left:-7.5rem!important;}.mr-120_sp{margin-right:-7.5rem!important;}
	.m-125_sp{margin:-7.8125rem!important;}.mt-125_sp{margin-top:-7.8125rem!important;}.mb-125_sp{margin-bottom:-7.8125rem!important;}.ml-125_sp{margin-left:-7.8125rem!important;}.mr-125_sp{margin-right:-7.8125rem!important;}
	.m-130_sp{margin:-8.125rem!important;}.mt-130_sp{margin-top:-8.125rem!important;}.mb-130_sp{margin-bottom:-8.125rem!important;}.ml-130_sp{margin-left:-8.125rem!important;}.mr-130_sp{margin-right:-8.125rem!important;}
	.m-135_sp{margin:-8.4375rem!important;}.mt-135_sp{margin-top:-8.4375rem!important;}.mb-135_sp{margin-bottom:-8.4375rem!important;}.ml-135_sp{margin-left:-8.4375rem!important;}.mr-135_sp{margin-right:-8.4375rem!important;}
	.m-140_sp{margin:-8.75rem!important;}.mt-140_sp{margin-top:-8.75rem!important;}.mb-140_sp{margin-bottom:-8.75rem!important;}.ml-140_sp{margin-left:-8.75rem!important;}.mr-140_sp{margin-right:-8.75rem!important;}
	.m-145_sp{margin:-9.0625rem!important;}.mt-145_sp{margin-top:-9.0625rem!important;}.mb-145_sp{margin-bottom:-9.0625rem!important;}.ml-145_sp{margin-left:-9.0625rem!important;}.mr-145_sp{margin-right:-9.0625rem!important;}
	.m-150_sp{margin:-9.375rem!important;}.mt-150_sp{margin-top:-9.375rem!important;}.mb-150_sp{margin-bottom:-9.375rem!important;}.ml-150_sp{margin-left:-9.375rem!important;}.mr-150_sp{margin-right:-9.375rem!important;}
	.m-155_sp{margin:-9.6875rem!important;}.mt-155_sp{margin-top:-9.6875rem!important;}.mb-155_sp{margin-bottom:-9.6875rem!important;}.ml-155_sp{margin-left:-9.6875rem!important;}.mr-155_sp{margin-right:-9.6875rem!important;}
	.m-160_sp{margin:-10rem!important;}.mt-160_sp{margin-top:-10rem!important;}.mb-160_sp{margin-bottom:-10rem!important;}.ml-160_sp{margin-left:-10rem!important;}.mr-160_sp{margin-right:-10rem!important;}
	.m-165_sp{margin:-10.3125rem!important;}.mt-165_sp{margin-top:-10.3125rem!important;}.mb-165_sp{margin-bottom:-10.3125rem!important;}.ml-165_sp{margin-left:-10.3125rem!important;}.mr-165_sp{margin-right:-10.3125rem!important;}
	.m-170_sp{margin:-10.625rem!important;}.mt-170_sp{margin-top:-10.625rem!important;}.mb-170_sp{margin-bottom:-10.625rem!important;}.ml-170_sp{margin-left:-10.625rem!important;}.mr-170_sp{margin-right:-10.625rem!important;}
	.m-175_sp{margin:-10.9375rem!important;}.mt-175_sp{margin-top:-10.9375rem!important;}.mb-175_sp{margin-bottom:-10.9375rem!important;}.ml-175_sp{margin-left:-10.9375rem!important;}.mr-175_sp{margin-right:-10.9375rem!important;}
	.m-180_sp{margin:-11.25rem!important;}.mt-180_sp{margin-top:-11.25rem!important;}.mb-180_sp{margin-bottom:-11.25rem!important;}.ml-180_sp{margin-left:-11.25rem!important;}.mr-180_sp{margin-right:-11.25rem!important;}
	.m-185_sp{margin:-11.5625rem!important;}.mt-185_sp{margin-top:-11.5625rem!important;}.mb-185_sp{margin-bottom:-11.5625rem!important;}.ml-185_sp{margin-left:-11.5625rem!important;}.mr-185_sp{margin-right:-11.5625rem!important;}
	.m-190_sp{margin:-11.875rem!important;}.mt-190_sp{margin-top:-11.875rem!important;}.mb-190_sp{margin-bottom:-11.875rem!important;}.ml-190_sp{margin-left:-11.875rem!important;}.mr-190_sp{margin-right:-11.875rem!important;}
	.m-195_sp{margin:-12.1875rem!important;}.mt-195_sp{margin-top:-12.1875rem!important;}.mb-195_sp{margin-bottom:-12.1875rem!important;}.ml-195_sp{margin-left:-12.1875rem!important;}.mr-195_sp{margin-right:-12.1875rem!important;}
	.m-200_sp{margin:-12.5rem!important;}.mt-200_sp{margin-top:-12.5rem!important;}.mb-200_sp{margin-bottom:-12.5rem!important;}.ml-200_sp{margin-left:-12.5rem!important;}.mr-200_sp{margin-right:-12.5rem!important;}
	.p0_sp{padding:0rem!important;}.pt0_sp{padding-top:0rem!important;}.pb0_sp{padding-bottom:0rem!important;}.pl0_sp{padding-left:0rem!important;}.pr0_sp{padding-right:0rem!important;}
	.p5_sp{padding:.3125rem!important;}.pt5_sp{padding-top:.3125rem!important;}.pb5_sp{padding-bottom:.3125rem!important;}.pl5_sp{padding-left:.3125rem!important;}.pr5_sp{padding-right:.3125rem!important;}
	.p10_sp{padding:.625rem!important;}.pt10_sp{padding-top:.625rem!important;}.pb10_sp{padding-bottom:.625rem!important;}.pl10_sp{padding-left:.625rem!important;}.pr10_sp{padding-right:.625rem!important;}
	.p15_sp{padding:.9375rem!important;}.pt15_sp{padding-top:.9375rem!important;}.pb15_sp{padding-bottom:.9375rem!important;}.pl15_sp{padding-left:.9375rem!important;}.pr15_sp{padding-right:.9375rem!important;}
	.p20_sp{padding:1.25rem!important;}.pt20_sp{padding-top:1.25rem!important;}.pb20_sp{padding-bottom:1.25rem!important;}.pl20_sp{padding-left:1.25rem!important;}.pr20_sp{padding-right:1.25rem!important;}
	.p25_sp{padding:1.5625rem!important;}.pt25_sp{padding-top:1.5625rem!important;}.pb25_sp{padding-bottom:1.5625rem!important;}.pl25_sp{padding-left:1.5625rem!important;}.pr25_sp{padding-right:1.5625rem!important;}
	.p30_sp{padding:1.875rem!important;}.pt30_sp{padding-top:1.875rem!important;}.pb30_sp{padding-bottom:1.875rem!important;}.pl30_sp{padding-left:1.875rem!important;}.pr30_sp{padding-right:1.875rem!important;}
	.p35_sp{padding:2.1875rem!important;}.pt35_sp{padding-top:2.1875rem!important;}.pb35_sp{padding-bottom:2.1875rem!important;}.pl35_sp{padding-left:2.1875rem!important;}.pr35_sp{padding-right:2.1875rem!important;}
	.p40_sp{padding:2.5rem!important;}.pt40_sp{padding-top:2.5rem!important;}.pb40_sp{padding-bottom:2.5rem!important;}.pl40_sp{padding-left:2.5rem!important;}.pr40_sp{padding-right:2.5rem!important;}
	.p45_sp{padding:2.8125rem!important;}.pt45_sp{padding-top:2.8125rem!important;}.pb45_sp{padding-bottom:2.8125rem!important;}.pl45_sp{padding-left:2.8125rem!important;}.pr45_sp{padding-right:2.8125rem!important;}
	.p50_sp{padding:3.125rem!important;}.pt50_sp{padding-top:3.125rem!important;}.pb50_sp{padding-bottom:3.125rem!important;}.pl50_sp{padding-left:3.125rem!important;}.pr50_sp{padding-right:3.125rem!important;}
	.p55_sp{padding:3.4375rem!important;}.pt55_sp{padding-top:3.4375rem!important;}.pb55_sp{padding-bottom:3.4375rem!important;}.pl55_sp{padding-left:3.4375rem!important;}.pr55_sp{padding-right:3.4375rem!important;}
	.p60_sp{padding:3.75rem!important;}.pt60_sp{padding-top:3.75rem!important;}.pb60_sp{padding-bottom:3.75rem!important;}.pl60_sp{padding-left:3.75rem!important;}.pr60_sp{padding-right:3.75rem!important;}
	.p65_sp{padding:4.0625rem!important;}.pt65_sp{padding-top:4.0625rem!important;}.pb65_sp{padding-bottom:4.0625rem!important;}.pl65_sp{padding-left:4.0625rem!important;}.pr65_sp{padding-right:4.0625rem!important;}
	.p70_sp{padding:4.375rem!important;}.pt70_sp{padding-top:4.375rem!important;}.pb70_sp{padding-bottom:4.375rem!important;}.pl70_sp{padding-left:4.375rem!important;}.pr70_sp{padding-right:4.375rem!important;}
	.p75_sp{padding:4.6875rem!important;}.pt75_sp{padding-top:4.6875rem!important;}.pb75_sp{padding-bottom:4.6875rem!important;}.pl75_sp{padding-left:4.6875rem!important;}.pr75_sp{padding-right:4.6875rem!important;}
	.p80_sp{padding:5rem!important;}.pt80_sp{padding-top:5rem!important;}.pb80_sp{padding-bottom:5rem!important;}.pl80_sp{padding-left:5rem!important;}.pr80_sp{padding-right:5rem!important;}
	.p85_sp{padding:5.3125rem!important;}.pt85_sp{padding-top:5.3125rem!important;}.pb85_sp{padding-bottom:5.3125rem!important;}.pl85_sp{padding-left:5.3125rem!important;}.pr85_sp{padding-right:5.3125rem!important;}
	.p90_sp{padding:5.625rem!important;}.pt90_sp{padding-top:5.625rem!important;}.pb90_sp{padding-bottom:5.625rem!important;}.pl90_sp{padding-left:5.625rem!important;}.pr90_sp{padding-right:5.625rem!important;}
	.p95_sp{padding:5.9375rem!important;}.pt95_sp{padding-top:5.9375rem!important;}.pb95_sp{padding-bottom:5.9375rem!important;}.pl95_sp{padding-left:5.9375rem!important;}.pr95_sp{padding-right:5.9375rem!important;}
	.p100_sp{padding:6.25rem!important;}.pt100_sp{padding-top:6.25rem!important;}.pb100_sp{padding-bottom:6.25rem!important;}.pl100_sp{padding-left:6.25rem!important;}.pr100_sp{padding-right:6.25rem!important;}
	.p105_sp{padding:6.5625rem!important;}.pt105_sp{padding-top:6.5625rem!important;}.pb105_sp{padding-bottom:6.5625rem!important;}.pl105_sp{padding-left:6.5625rem!important;}.pr105_sp{padding-right:6.5625rem!important;}
	.p110_sp{padding:6.875rem!important;}.pt110_sp{padding-top:6.875rem!important;}.pb110_sp{padding-bottom:6.875rem!important;}.pl110_sp{padding-left:6.875rem!important;}.pr110_sp{padding-right:6.875rem!important;}
	.p115_sp{padding:7.1875rem!important;}.pt115_sp{padding-top:7.1875rem!important;}.pb115_sp{padding-bottom:7.1875rem!important;}.pl115_sp{padding-left:7.1875rem!important;}.pr115_sp{padding-right:7.1875rem!important;}
	.p120_sp{padding:7.5rem!important;}.pt120_sp{padding-top:7.5rem!important;}.pb120_sp{padding-bottom:7.5rem!important;}.pl120_sp{padding-left:7.5rem!important;}.pr120_sp{padding-right:7.5rem!important;}
	.p125_sp{padding:7.8125rem!important;}.pt125_sp{padding-top:7.8125rem!important;}.pb125_sp{padding-bottom:7.8125rem!important;}.pl125_sp{padding-left:7.8125rem!important;}.pr125_sp{padding-right:7.8125rem!important;}
	.p130_sp{padding:8.125rem!important;}.pt130_sp{padding-top:8.125rem!important;}.pb130_sp{padding-bottom:8.125rem!important;}.pl130_sp{padding-left:8.125rem!important;}.pr130_sp{padding-right:8.125rem!important;}
	.p135_sp{padding:8.4375rem!important;}.pt135_sp{padding-top:8.4375rem!important;}.pb135_sp{padding-bottom:8.4375rem!important;}.pl135_sp{padding-left:8.4375rem!important;}.pr135_sp{padding-right:8.4375rem!important;}
	.p140_sp{padding:8.75rem!important;}.pt140_sp{padding-top:8.75rem!important;}.pb140_sp{padding-bottom:8.75rem!important;}.pl140_sp{padding-left:8.75rem!important;}.pr140_sp{padding-right:8.75rem!important;}
	.p145_sp{padding:9.0625rem!important;}.pt145_sp{padding-top:9.0625rem!important;}.pb145_sp{padding-bottom:9.0625rem!important;}.pl145_sp{padding-left:9.0625rem!important;}.pr145_sp{padding-right:9.0625rem!important;}
	.p150_sp{padding:9.375rem!important;}.pt150_sp{padding-top:9.375rem!important;}.pb150_sp{padding-bottom:9.375rem!important;}.pl150_sp{padding-left:9.375rem!important;}.pr150_sp{padding-right:9.375rem!important;}
	.p155_sp{padding:9.6875rem!important;}.pt155_sp{padding-top:9.6875rem!important;}.pb155_sp{padding-bottom:9.6875rem!important;}.pl155_sp{padding-left:9.6875rem!important;}.pr155_sp{padding-right:9.6875rem!important;}
	.p160_sp{padding:10rem!important;}.pt160_sp{padding-top:10rem!important;}.pb160_sp{padding-bottom:10rem!important;}.pl160_sp{padding-left:10rem!important;}.pr160_sp{padding-right:10rem!important;}
	.p165_sp{padding:10.3125rem!important;}.pt165_sp{padding-top:10.3125rem!important;}.pb165_sp{padding-bottom:10.3125rem!important;}.pl165_sp{padding-left:10.3125rem!important;}.pr165_sp{padding-right:10.3125rem!important;}
	.p170_sp{padding:10.625rem!important;}.pt170_sp{padding-top:10.625rem!important;}.pb170_sp{padding-bottom:10.625rem!important;}.pl170_sp{padding-left:10.625rem!important;}.pr170_sp{padding-right:10.625rem!important;}
	.p175_sp{padding:10.9375rem!important;}.pt175_sp{padding-top:10.9375rem!important;}.pb175_sp{padding-bottom:10.9375rem!important;}.pl175_sp{padding-left:10.9375rem!important;}.pr175_sp{padding-right:10.9375rem!important;}
	.p180_sp{padding:11.25rem!important;}.pt180_sp{padding-top:11.25rem!important;}.pb180_sp{padding-bottom:11.25rem!important;}.pl180_sp{padding-left:11.25rem!important;}.pr180_sp{padding-right:11.25rem!important;}
	.p185_sp{padding:11.5625rem!important;}.pt185_sp{padding-top:11.5625rem!important;}.pb185_sp{padding-bottom:11.5625rem!important;}.pl185_sp{padding-left:11.5625rem!important;}.pr185_sp{padding-right:11.5625rem!important;}
	.p190_sp{padding:11.875rem!important;}.pt190_sp{padding-top:11.875rem!important;}.pb190_sp{padding-bottom:11.875rem!important;}.pl190_sp{padding-left:11.875rem!important;}.pr190_sp{padding-right:11.875rem!important;}
	.p195_sp{padding:12.1875rem!important;}.pt195_sp{padding-top:12.1875rem!important;}.pb195_sp{padding-bottom:12.1875rem!important;}.pl195_sp{padding-left:12.1875rem!important;}.pr195_sp{padding-right:12.1875rem!important;}
	.p200_sp{padding:12.5rem!important;}.pt200_sp{padding-top:12.5rem!important;}.pb200_sp{padding-bottom:12.5rem!important;}.pl200_sp{padding-left:12.5rem!important;}.pr200_sp{padding-right:12.5rem!important;}
}

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

 * border-radius

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

.b-rad--r3{ border-radius: 3px;}
.b-rad--r5{ border-radius: 5px;}
.b-rad--r7{ border-radius: 7px;}
.b-rad--r10{ border-radius: 10px;}
.b-rad--r15{ border-radius: 15px;}
.b-rad--r20{ border-radius: 20px;}
.b-rad--r25{ border-radius: 25px;}

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

画像回転 

--------------------------------------------------*/
.rotate_1 { transform: rotate( 1deg );}.rotate_2 { transform: rotate( 2deg );}.rotate_3 { transform: rotate( 3deg );}.rotate_4 { transform: rotate( 4deg );}.rotate_5 { transform: rotate( 5deg );}.rotate_6 { transform: rotate( 6deg );}.rotate_7 { transform: rotate( 7deg );}.rotate_8 { transform: rotate( 8deg );}.rotate_9 { transform: rotate( 9deg );}.rotate_10 { transform: rotate( 10deg );}.rotate_12 { transform: rotate( 12deg );}.rotate_15 { transform: rotate( 15deg );}.rotate_18 { transform: rotate( 18deg );}.rotate_20 { transform: rotate( 20deg );}.rotate_25 { transform: rotate( 25deg );}.rotate_30 { transform: rotate( 30deg );}.rotate_35 { transform: rotate( 35deg );}.rotate_40 { transform: rotate( 40deg );}.rotate_45 { transform: rotate( 45deg );}.rotate_50 { transform: rotate( 50deg );}.rotate_55 { transform: rotate( 55deg );}.rotate_60 { transform: rotate( 60deg );}.rotate_65 { transform: rotate( 65deg );}.rotate_70 { transform: rotate( 70deg );}.rotate_75 { transform: rotate( 75deg );}.rotate_80 { transform: rotate( 80deg );}.rotate_85 { transform: rotate( 85deg );}.rotate_90 { transform: rotate( 90deg );}.rotate_95 { transform: rotate( 95deg );}.rotate_100 { transform: rotate( 100deg );}.rotate_105 { transform: rotate( 105deg );}.rotate_110 { transform: rotate( 110deg );}.rotate_115 { transform: rotate( 115deg );}.rotate_120 { transform: rotate( 120deg );}.rotate_125 { transform: rotate( 125deg );}.rotate_130 { transform: rotate( 130deg );}.rotate_135 { transform: rotate( 135deg );}.rotate_140 { transform: rotate( 140deg );}.rotate_145 { transform: rotate( 145deg );}.rotate_150 { transform: rotate( 150deg );}.rotate_155 { transform: rotate( 155deg );}.rotate_160 { transform: rotate( 160deg );}.rotate_165 { transform: rotate( 165deg );}.rotate_170 { transform: rotate( 170deg );}.rotate_175 { transform: rotate( 175deg );}.rotate_180 { transform: rotate( 180deg );}.rotate_185 { transform: rotate( 185deg );}.rotate_190 { transform: rotate( 190deg );}.rotate_195 { transform: rotate( 195deg );}.rotate_200 { transform: rotate( 200deg );}.rotate_205 { transform: rotate( 205deg );}.rotate_210 { transform: rotate( 210deg );}.rotate_215 { transform: rotate( 215deg );}.rotate_220 { transform: rotate( 220deg );}.rotate_225 { transform: rotate( 225deg );}.rotate_230 { transform: rotate( 230deg );}.rotate_235 { transform: rotate( 235deg );}.rotate_240 { transform: rotate( 240deg );}.rotate_245 { transform: rotate( 245deg );}.rotate_250 { transform: rotate( 250deg );}.rotate_255 { transform: rotate( 255deg );}.rotate_260 { transform: rotate( 260deg );}.rotate_265 { transform: rotate( 265deg );}.rotate_270 { transform: rotate( 270deg );}.rotate_275 { transform: rotate( 275deg );}.rotate_280 { transform: rotate( 280deg );}.rotate_285 { transform: rotate( 285deg );}.rotate_290 { transform: rotate( 290deg );}.rotate_295 { transform: rotate( 295deg );}.rotate_300 { transform: rotate( 300deg );}.rotate_305 { transform: rotate( 305deg );}.rotate_310 { transform: rotate( 310deg );}.rotate_315 { transform: rotate( 315deg );}.rotate_320 { transform: rotate( 320deg );}.rotate_325 { transform: rotate( 325deg );}.rotate_330 { transform: rotate( 330deg );}.rotate_335 { transform: rotate( 335deg );}.rotate_340 { transform: rotate( 340deg );}.rotate_342 { transform: rotate( 342deg );}.rotate_345 { transform: rotate( 345deg );}.rotate_348 { transform: rotate( 348deg );}.rotate_350 { transform: rotate( 350deg );}.rotate_351 { transform: rotate( 351deg );}.rotate_352 { transform: rotate( 352deg );}.rotate_353 { transform: rotate( 353deg );}.rotate_354 { transform: rotate( 354deg );}.rotate_355 { transform: rotate( 355deg );}.rotate_356 { transform: rotate( 356deg );}.rotate_357 { transform: rotate( 357deg );}.rotate_358 { transform: rotate( 358deg );}.rotate_359 { transform: rotate( 359deg );}


/* 画像サイズ共通化 */



/* photo */
.fit{
	width: 100%;
}
.fit--fixed{
	max-width: 100%;
}
@media print, screen and (min-width: 640px){
	.fit_pc{
		width: 100%;
	}
	.fit--fixed_pc{
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.fit_sp{
		width: 100%;
	}
	.fit--fixed_sp{
		max-width: 100%;
	}
}

.size-ds { filter: drop-shadow(2px 2px 2px rgba(0,0,0,.6));} /* カードドロップシャドウ */
.size-ds1p { filter: drop-shadow(1px 1px 0px rgba(0,0,0,.6));} /* カードドロップシャドウ */

.width-5 { width: 5%!important; }.width-15 { width: 15%!important; }.width-25 { width: 25%!important; }.width-35 { width: 35%!important; }.width-45 { width: 45%!important; }.width-55 { width: 55%!important; }.width-65 { width: 65%!important; }.width-75 { width: 75%!important; }.width-85 { width: 85%!important; }.width-95 { width: 95%!important; }.width-10 { width: 10%!important; }.width-20 { width: 20%!important; }.width-30 { width: 30%!important; }.width-40 { width: 40%!important; }.width-50 { width: 50%!important; }.width-60 { width: 60%!important; }.width-70 { width: 70%!important; }.width-80 { width: 80%!important; }.width-90 { width: 90%!important; }.width-100 { width: 100%!important; }

.size-10 { width: 10px!important; }.size-20 { width: 20px!important; }.size-30 { width: 30px!important; }.size-40 { width: 40px!important; }.size-50 { width: 50px!important; }.size-60 { width: 60px!important; }.size-70 { width: 70px!important; }.size-80 { width: 80px!important; }.size-90 { width: 90px!important; }.size-15 { width: 15px!important; }.size-25 { width: 25px!important; }.size-35 { width: 35px!important; }.size-45 { width: 45px!important; }.size-55 { width: 55px!important; }.size-65 { width: 65px!important; }.size-75 { width: 75px!important; }.size-85 { width: 85px!important; }.size-95 { width: 95px!important; }.size-100 { width: 100px!important; }.size-110 { width: 110px!important; }.size-120 { width: 120px!important; }.size-130 { width: 130px!important; }.size-140 { width: 140px!important; }.size-150 { width: 150px!important; }.size-160 { width: 160px!important; }.size-170 { width: 170px!important; }.size-180 { width: 180px!important; }.size-190 { width: 190px!important; }.size-200 { width: 200px!important; }.size-210 { width: 210px!important; }.size-220 { width: 220px!important; }.size-230 { width: 230px!important; }.size-240 { width: 240px!important; }.size-250 { width: 250px!important; }.size-260 { width: 260px!important; }.size-270 { width: 270px!important; }.size-280 { width: 280px!important; }.size-290 { width: 290px!important; }.size-300 { width: 300px!important; }.size-310 { width: 310px!important; }.size-320 { width: 320px!important; }.size-330 { width: 330px!important; }.size-340 { width: 340px!important; }.size-350 { width: 350px!important; }.size-360 { width: 360px!important; }.size-370 { width: 370px!important; }.size-380 { width: 380px!important; }.size-390 { width: 390px!important; }.size-400 { width: 400px!important; }.size-410 { width: 410px!important; }.size-420 { width: 420px!important; }.size-430 { width: 430px!important; }.size-440 { width: 440px!important; }.size-450 { width: 450px!important; }.size-460 { width: 460px!important; }.size-470 { width: 470px!important; }.size-480 { width: 480px!important; }.size-490 { width: 490px!important; }.size-400 { width: 400px!important; }.size-410 { width: 410px!important; }.size-420 { width: 420px!important; }.size-430 { width: 430px!important; }.size-440 { width: 440px!important; }.size-450 { width: 450px!important; }.size-460 { width: 460px!important; }.size-470 { width: 470px!important; }.size-480 { width: 480px!important; }.size-490 { width: 490px!important; }.size-500 { width: 500px!important; }.size-510 { width: 510px!important; }.size-520 { width: 520px!important; }.size-530 { width: 530px!important; }.size-540 { width: 540px!important; }.size-550 { width: 550px!important; }.size-560 { width: 560px!important; }.size-570 { width: 570px!important; }.size-580 { width: 580px!important; }.size-590 { width: 590px!important; }.size-600 { width: 600px!important; }.size-610 { width: 610px!important; }.size-620 { width: 620px!important; }.size-630 { width: 630px!important; }.size-640 { width: 640px!important; }.size-650 { width: 650px!important; }.size-660 { width: 660px!important; }.size-670 { width: 670px!important; }.size-680 { width: 680px!important; }.size-690 { width: 690px!important; }.size-700 { width: 700px!important; }.size-710 { width: 710px!important; }.size-720 { width: 720px!important; }.size-730 { width: 730px!important; }.size-740 { width: 740px!important; }.size-750 { width: 750px!important; }.size-760 { width: 760px!important; }.size-770 { width: 770px!important; }.size-780 { width: 780px!important; }.size-790 { width: 790px!important; }.size-800 { width: 800px!important; }.size-810 { width: 810px!important; }.size-820 { width: 820px!important; }.size-830 { width: 830px!important; }.size-840 { width: 840px!important; }.size-850 { width: 850px!important; }.size-860 { width: 860px!important; }.size-880 { width: 880px!important; }.size-880 { width: 880px!important; }.size-890 { width: 890px!important; }.size-900 { width: 900px!important; }.size-910 { width: 910px!important; }.size-920 { width: 920px!important; }.size-930 { width: 930px!important; }.size-940 { width: 940px!important; }.size-950 { width: 950px!important; }.size-960 { width: 960px!important; }.size-970 { width: 970px!important; }.size-980 { width: 980px!important; }.size-990 { width: 990px!important; }.size-1000 { width: 1000px!important; }

@media print, screen and (min-width: 640px){
	.width-10_pc { width: 10%!important; }.width-20_pc { width: 20%!important; }.width-30_pc { width: 30%!important; }.width-40_pc { width: 40%!important; }.width-50_pc { width: 50%!important; }.width-60_pc { width: 60%!important; }.width-70_pc { width: 70%!important; }.width-80_pc { width: 80%!important; }.width-90_pc { width: 90%!important; }.width-100_pc { width: 100%!important; }.width-5_pc { width: 5%!important; }.width-15_pc { width: 15%!important; }.width-25_pc { width: 25%!important; }.width-35_pc { width: 35%!important; }.width-45_pc { width: 45%!important; }.width-55_pc { width: 55%!important; }.width-65_pc { width: 65%!important; }.width-75_pc { width: 75%!important; }.width-85_pc { width: 85%!important; }.width-95_pc { width: 95%!important; }
	.size-10_pc { width: 10px!important; }.size-20_pc { width: 20px!important; }.size-30_pc { width: 30px!important; }.size-40_pc { width: 40px!important; }.size-50_pc { width: 50px!important; }.size-60_pc { width: 60px!important; }.size-70_pc { width: 70px!important; }.size-80_pc { width: 80px!important; }.size-90_pc { width: 90px!important; }.size-15_pc { width: 15px!important; }.size-25_pc { width: 25px!important; }.size-35_pc { width: 35px!important; }.size-45_pc { width: 45px!important; }.size-55_pc { width: 55px!important; }.size-65_pc { width: 65px!important; }.size-75_pc { width: 75px!important; }.size-85_pc { width: 85px!important; }.size-95_pc { width: 95px!important; }.size-100_pc { width: 100px!important; }.size-110_pc { width: 110px!important; }.size-120_pc { width: 120px!important; }.size-130_pc { width: 130px!important; }.size-140_pc { width: 140px!important; }.size-150_pc { width: 150px!important; }.size-160_pc { width: 160px!important; }.size-170_pc { width: 170px!important; }.size-180_pc { width: 180px!important; }.size-190_pc { width: 190px!important; }.size-200_pc { width: 200px!important; }.size-210_pc { width: 210px!important; }.size-220_pc { width: 220px!important; }.size-230_pc { width: 230px!important; }.size-240_pc { width: 240px!important; }.size-250_pc { width: 250px!important; }.size-260_pc { width: 260px!important; }.size-270_pc { width: 270px!important; }.size-280_pc { width: 280px!important; }.size-290_pc { width: 290px!important; }.size-300_pc { width: 300px!important; }.size-310_pc { width: 310px!important; }.size-320_pc { width: 320px!important; }.size-330_pc { width: 330px!important; }.size-340_pc { width: 340px!important; }.size-350_pc { width: 350px!important; }.size-360_pc { width: 360px!important; }.size-370_pc { width: 370px!important; }.size-380_pc { width: 380px!important; }.size-390_pc { width: 390px!important; }.size-400_pc { width: 400px!important; }.size-410_pc { width: 410px!important; }.size-420_pc { width: 420px!important; }.size-430_pc { width: 430px!important; }.size-440_pc { width: 440px!important; }.size-450_pc { width: 450px!important; }.size-460_pc { width: 460px!important; }.size-470_pc { width: 470px!important; }.size-480_pc { width: 480px!important; }.size-490_pc { width: 490px!important; }.size-400_pc { width: 400px!important; }.size-410_pc { width: 410px!important; }.size-420_pc { width: 420px!important; }.size-430_pc { width: 430px!important; }.size-440_pc { width: 440px!important; }.size-450_pc { width: 450px!important; }.size-460_pc { width: 460px!important; }.size-470_pc { width: 470px!important; }.size-480_pc { width: 480px!important; }.size-490_pc { width: 490px!important; }.size-500_pc { width: 500px!important; }.size-510_pc { width: 510px!important; }.size-520_pc { width: 520px!important; }.size-530_pc { width: 530px!important; }.size-540_pc { width: 540px!important; }.size-550_pc { width: 550px!important; }.size-560_pc { width: 560px!important; }.size-570_pc { width: 570px!important; }.size-580_pc { width: 580px!important; }.size-590_pc { width: 590px!important; }.size-600_pc { width: 600px!important; }.size-610_pc { width: 610px!important; }.size-620_pc { width: 620px!important; }.size-630_pc { width: 630px!important; }.size-640_pc { width: 640px!important; }.size-650_pc { width: 650px!important; }.size-660_pc { width: 660px!important; }.size-670_pc { width: 670px!important; }.size-680_pc { width: 680px!important; }.size-690_pc { width: 690px!important; }.size-700_pc { width: 700px!important; }.size-710_pc { width: 710px!important; }.size-720_pc { width: 720px!important; }.size-730_pc { width: 730px!important; }.size-740_pc { width: 740px!important; }.size-750_pc { width: 750px!important; }.size-760_pc { width: 760px!important; }.size-770_pc { width: 770px!important; }.size-780_pc { width: 780px!important; }.size-790_pc { width: 790px!important; }.size-800_pc { width: 800px!important; }.size-810_pc { width: 810px!important; }.size-820_pc { width: 820px!important; }.size-830_pc { width: 830px!important; }.size-840_pc { width: 840px!important; }.size-850_pc { width: 850px!important; }.size-860_pc { width: 860px!important; }.size-880_pc { width: 880px!important; }.size-880_pc { width: 880px!important; }.size-890_pc { width: 890px!important; }.size-900_pc { width: 900px!important; }.size-910_pc { width: 910px!important; }.size-920_pc { width: 920px!important; }.size-930_pc { width: 930px!important; }.size-940_pc { width: 940px!important; }.size-950_pc { width: 950px!important; }.size-960_pc { width: 960px!important; }.size-970_pc { width: 970px!important; }.size-980_pc { width: 980px!important; }.size-990_pc { width: 990px!important; }.size-1000_pc { width: 1000px!important; }.size-1010_pc { width: 1010px!important; }.size-1020_pc { width: 1020px!important; }.size-1030_pc { width: 1030px!important; }.size-1040_pc { width: 1040px!important; }.size-1050_pc { width: 1050px!important; }.size-1060_pc { width: 1060px!important; }.size-1080_pc { width: 1080px!important; }.size-1080_pc { width: 1080px!important; }.size-1090_pc { width: 1090px!important; }.size-1100_pc { width: 1100px!important; }.size-1110_pc { width: 1110px!important; }.size-1120_pc { width: 1120px!important; }.size-1130_pc { width: 1130px!important; }.size-1140_pc { width: 1140px!important; }.size-1150_pc { width: 1150px!important; }.size-1160_pc { width: 1160px!important; }.size-1170_pc { width: 1170px!important; }.size-1180_pc { width: 1180px!important; }.size-1190_pc { width: 1190px!important; }.size-1200_pc { width: 1200px!important; }
}
@media only screen and (max-width: 640px){
	.width-10_sp { width: 10%!important; }.width-20_sp { width: 20%!important; }.width-30_sp { width: 30%!important; }.width-40_sp { width: 40%!important; }.width-50_sp { width: 50%!important; }.width-60_sp { width: 60%!important; }.width-70_sp { width: 70%!important; }.width-80_sp { width: 80%!important; }.width-90_sp { width: 90%!important; }.width-100_sp { width: 100%!important; }.width-5_sp { width: 5%!important; }.width-15_sp { width: 15%!important; }.width-25_sp { width: 25%!important; }.width-35_sp { width: 35%!important; }.width-45_sp { width: 45%!important; }.width-55_sp { width: 55%!important; }.width-65_sp { width: 65%!important; }.width-75_sp { width: 75%!important; }.width-85_sp { width: 85%!important; }.width-95_sp { width: 95%!important; }
}

/* 画像サイズ縦*/
.size-h100vh { height: 100vh!important; }
.size-h10 { height: 10px!important; }.size-h20 { height: 20px!important; }.size-h30 { height: 30px!important; }.size-h40 { height: 40px!important; }.size-h50 { height: 50px!important; }.size-h60 { height: 60px!important; }.size-h70 { height: 70px!important; }.size-h80 { height: 80px!important; }.size-h90 { height: 90px!important; }.size-h15 { height: 15px!important; }.size-h25 { height: 25px!important; }.size-h35 { height: 35px!important; }.size-h45 { height: 45px!important; }.size-h55 { height: 55px!important; }.size-h65 { height: 65px!important; }.size-h75 { height: 75px!important; }.size-h85 { height: 85px!important; }.size-h95 { height: 95px!important; }.size-h100 { height: 100px!important; }.size-h110 { height: 110px!important; }.size-h120 { height: 120px!important; }.size-h130 { height: 130px!important; }.size-h140 { height: 140px!important; }.size-h150 { height: 150px!important; }.size-h160 { height: 160px!important; }.size-h170 { height: 170px!important; }.size-h180 { height: 180px!important; }.size-h190 { height: 190px!important; }.size-h200 { height: 200px!important; }.size-h210 { height: 210px!important; }.size-h220 { height: 220px!important; }.size-h230 { height: 230px!important; }.size-h240 { height: 240px!important; }.size-h250 { height: 250px!important; }.size-h260 { height: 260px!important; }.size-h270 { height: 270px!important; }.size-h280 { height: 280px!important; }.size-h290 { height: 290px!important; }.size-h300 { height: 300px!important; }.size-h310 { height: 310px!important; }.size-h320 { height: 320px!important; }.size-h330 { height: 330px!important; }.size-h340 { height: 340px!important; }.size-h350 { height: 350px!important; }.size-h360 { height: 360px!important; }.size-h370 { height: 370px!important; }.size-h380 { height: 380px!important; }.size-h390 { height: 390px!important; }.size-h400 { height: 400px!important; }.size-h410 { height: 410px!important; }.size-h420 { height: 420px!important; }.size-h430 { height: 430px!important; }.size-h440 { height: 440px!important; }.size-h450 { height: 450px!important; }.size-h460 { height: 460px!important; }.size-h470 { height: 470px!important; }.size-h480 { height: 480px!important; }.size-h490 { height: 490px!important; }.size-h400 { height: 400px!important; }.size-h410 { height: 410px!important; }.size-h420 { height: 420px!important; }.size-h430 { height: 430px!important; }.size-h440 { height: 440px!important; }.size-h450 { height: 450px!important; }.size-h460 { height: 460px!important; }.size-h470 { height: 470px!important; }.size-h480 { height: 480px!important; }.size-h490 { height: 490px!important; }.size-h500 { height: 500px!important; }.size-h510 { height: 510px!important; }.size-h520 { height: 520px!important; }.size-h530 { height: 530px!important; }.size-h540 { height: 540px!important; }.size-h550 { height: 550px!important; }.size-h560 { height: 560px!important; }.size-h570 { height: 570px!important; }.size-h580 { height: 580px!important; }.size-h590 { height: 590px!important; }.size-h600 { height: 600px!important; }.size-h610 { height: 610px!important; }.size-h620 { height: 620px!important; }.size-h630 { height: 630px!important; }.size-h640 { height: 640px!important; }.size-h650 { height: 650px!important; }.size-h660 { height: 660px!important; }.size-h670 { height: 670px!important; }.size-h680 { height: 680px!important; }.size-h690 { height: 690px!important; }.size-h700 { height: 700px!important; }.size-h710 { height: 710px!important; }.size-h720 { height: 720px!important; }.size-h730 { height: 730px!important; }.size-h740 { height: 740px!important; }.size-h750 { height: 750px!important; }.size-h760 { height: 760px!important; }.size-h770 { height: 770px!important; }.size-h780 { height: 780px!important; }.size-h790 { height: 790px!important; }.size-h800 { height: 800px!important; }.size-h810 { height: 810px!important; }.size-h820 { height: 820px!important; }.size-h830 { height: 830px!important; }.size-h840 { height: 840px!important; }.size-h850 { height: 850px!important; }.size-h860 { height: 860px!important; }.size-h880 { height: 880px!important; }.size-h880 { height: 880px!important; }.size-h890 { height: 890px!important; }.size-h900 { height: 900px!important; }.size-h910 { height: 910px!important; }.size-h920 { height: 920px!important; }.size-h930 { height: 930px!important; }.size-h940 { height: 940px!important; }.size-h950 { height: 950px!important; }.size-h960 { height: 960px!important; }.size-h970 { height: 970px!important; }.size-h980 { height: 980px!important; }.size-h990 { height: 990px!important; }.size-h1000 { height: 1000px!important; }


@media print, screen and (min-width: 640px){
	.size-h10_pc { height: 10px!important; }.size-h20_pc { height: 20px!important; }.size-h30_pc { height: 30px!important; }.size-h40_pc { height: 40px!important; }.size-h50_pc { height: 50px!important; }.size-h60_pc { height: 60px!important; }.size-h70_pc { height: 70px!important; }.size-h80_pc { height: 80px!important; }.size-h90_pc { height: 90px!important; }.size-h15_pc { height: 15px!important; }.size-h25_pc { height: 25px!important; }.size-h35_pc { height: 35px!important; }.size-h45_pc { height: 45px!important; }.size-h55_pc { height: 55px!important; }.size-h65_pc { height: 65px!important; }.size-h75_pc { height: 75px!important; }.size-h85_pc { height: 85px!important; }.size-h95_pc { height: 95px!important; }.size-h100_pc { height: 100px!important; }.size-h110_pc { height: 110px!important; }.size-h120_pc { height: 120px!important; }.size-h130_pc { height: 130px!important; }.size-h140_pc { height: 140px!important; }.size-h150_pc { height: 150px!important; }.size-h160_pc { height: 160px!important; }.size-h170_pc { height: 170px!important; }.size-h180_pc { height: 180px!important; }.size-h190_pc { height: 190px!important; }.size-h200_pc { height: 200px!important; }.size-h210_pc { height: 210px!important; }.size-h220_pc { height: 220px!important; }.size-h230_pc { height: 230px!important; }.size-h240_pc { height: 240px!important; }.size-h250_pc { height: 250px!important; }.size-h260_pc { height: 260px!important; }.size-h270_pc { height: 270px!important; }.size-h280_pc { height: 280px!important; }.size-h290_pc { height: 290px!important; }.size-h300_pc { height: 300px!important; }.size-h310_pc { height: 310px!important; }.size-h320_pc { height: 320px!important; }.size-h330_pc { height: 330px!important; }.size-h340_pc { height: 340px!important; }.size-h350_pc { height: 350px!important; }.size-h360_pc { height: 360px!important; }.size-h370_pc { height: 370px!important; }.size-h380_pc { height: 380px!important; }.size-h390_pc { height: 390px!important; }.size-h400_pc { height: 400px!important; }.size-h410_pc { height: 410px!important; }.size-h420_pc { height: 420px!important; }.size-h430_pc { height: 430px!important; }.size-h440_pc { height: 440px!important; }.size-h450_pc { height: 450px!important; }.size-h460_pc { height: 460px!important; }.size-h470_pc { height: 470px!important; }.size-h480_pc { height: 480px!important; }.size-h490_pc { height: 490px!important; }.size-h400_pc { height: 400px!important; }.size-h410_pc { height: 410px!important; }.size-h420_pc { height: 420px!important; }.size-h430_pc { height: 430px!important; }.size-h440_pc { height: 440px!important; }.size-h450_pc { height: 450px!important; }.size-h460_pc { height: 460px!important; }.size-h470_pc { height: 470px!important; }.size-h480_pc { height: 480px!important; }.size-h490_pc { height: 490px!important; }.size-h500_pc { height: 500px!important; }.size-h510_pc { height: 510px!important; }.size-h520_pc { height: 520px!important; }.size-h530_pc { height: 530px!important; }.size-h540_pc { height: 540px!important; }.size-h550_pc { height: 550px!important; }.size-h560_pc { height: 560px!important; }.size-h570_pc { height: 570px!important; }.size-h580_pc { height: 580px!important; }.size-h590_pc { height: 590px!important; }.size-h600_pc { height: 600px!important; }.size-h610_pc { height: 610px!important; }.size-h620_pc { height: 620px!important; }.size-h630_pc { height: 630px!important; }.size-h640_pc { height: 640px!important; }.size-h650_pc { height: 650px!important; }.size-h660_pc { height: 660px!important; }.size-h670_pc { height: 670px!important; }.size-h680_pc { height: 680px!important; }.size-h690_pc { height: 690px!important; }.size-h700_pc { height: 700px!important; }.size-h710_pc { height: 710px!important; }.size-h720_pc { height: 720px!important; }.size-h730_pc { height: 730px!important; }.size-h740_pc { height: 740px!important; }.size-h750_pc { height: 750px!important; }.size-h760_pc { height: 760px!important; }.size-h770_pc { height: 770px!important; }.size-h780_pc { height: 780px!important; }.size-h790_pc { height: 790px!important; }.size-h800_pc { height: 800px!important; }.size-h810_pc { height: 810px!important; }.size-h820_pc { height: 820px!important; }.size-h830_pc { height: 830px!important; }.size-h840_pc { height: 840px!important; }.size-h850_pc { height: 850px!important; }.size-h860_pc { height: 860px!important; }.size-h880_pc { height: 880px!important; }.size-h880_pc { height: 880px!important; }.size-h890_pc { height: 890px!important; }.size-h900_pc { height: 900px!important; }.size-h910_pc { height: 910px!important; }.size-h920_pc { height: 920px!important; }.size-h930_pc { height: 930px!important; }.size-h940_pc { height: 940px!important; }.size-h950_pc { height: 950px!important; }.size-h960_pc { height: 960px!important; }.size-h970_pc { height: 970px!important; }.size-h980_pc { height: 980px!important; }.size-h990_pc { height: 990px!important; }.size-h1000_pc { height: 1000px!important; }
}

.fw-b {font-weight: bold;}
.fw-n {font-weight: normal;}
.fs-i {font-style: italic;}
.fs-05 {font-size: .5rem!important;}.fs-055 {font-size: .55rem!important;}.fs-06 {font-size: .6rem!important;}.fs-065 {font-size: .65rem!important;}.fs-07 {font-size: .7rem!important;}.fs-075 {font-size: .75rem!important;}.fs-08 {font-size: .8rem!important;}.fs-085 {font-size: .85rem!important;}.fs-09 {font-size: .9rem!important;}.fs-095 {font-size: .95rem!important;}.fs-10 {font-size: 1.0rem!important;}.fs-11 {font-size: 1.1rem!important;}.fs-12 {font-size: 1.2rem!important;}.fs-13 {font-size: 1.3rem!important;}.fs-14 {font-size: 1.4rem!important;}.fs-15 {font-size: 1.5rem!important;}.fs-16 {font-size: 1.6rem!important;}.fs-17 {font-size: 1.7rem!important;}.fs-18 {font-size: 1.8rem!important;}.fs-19 {font-size: 1.9rem!important;}.fs-20 {font-size: 2.0rem!important;}.fs-21 {font-size: 2.1rem!important;}.fs-22 {font-size: 2.2rem!important;}.fs-23 {font-size: 2.3rem!important;}.fs-24 {font-size: 2.4rem!important;}.fs-25 {font-size: 2.5rem!important;}.fs-26 {font-size: 2.6rem!important;}.fs-27 {font-size: 2.7rem!important;}.fs-28 {font-size: 2.8rem!important;}.fs-29 {font-size: 2.9rem!important;}.fs-30 {font-size: 3.0rem!important;}.fs-32 {font-size: 3.2rem!important;}.fs-34 {font-size: 3.4rem!important;}.fs-35 {font-size: 3.5rem!important;}.fs-36 {font-size: 3.6rem!important;}.fs-38 {font-size: 3.8rem!important;}.fs-40 {font-size: 4.0rem!important;}.fs-45 {font-size: 4.5rem!important;}.fs-50 {font-size: 5.0rem!important;}

.fs-p200 {font-size: 200%!important;}
.fs-p175 {font-size: 175%!important;}
.fs-p150 {font-size: 150%!important;}
.fs-p125 {font-size: 125%!important;}
.fs-p120 {font-size: 120%!important;}
.fs-p100 {font-size: 100%!important;}
.fs-p90 {font-size: 90%!important;}
.fs-p80 {font-size: 80%!important;}
.fs-p75 {font-size: 75%!important;}
.fs-p70 {font-size: 70%!important;}
.fs-p60 {font-size: 60%!important;}
.fs-p50 {font-size: 50%!important;}
.fs-p40 {font-size: 40%!important;}

.lineheight10rem {line-height:1rem!important;}.lineheight11rem {line-height:1.1rem!important;}.lineheight12rem {line-height:1.2rem!important;}.lineheight13rem {line-height:1.3rem!important;}.lineheight14rem {line-height:1.4rem!important;}.lineheight15rem {line-height:1.5rem!important;}.lineheight16rem {line-height:1.6rem!important;}.lineheight17rem {line-height:1.7rem!important;}.lineheight18rem {line-height:1.8rem!important;}.lineheight19rem {line-height:1.9rem!important;}.lineheight20rem {line-height:2rem!important;}.lineheight21rem {line-height:2.1rem!important;}.lineheight22rem {line-height:2.2rem!important;}.lineheight23rem {line-height:2.3rem!important;}.lineheight24rem {line-height:2.4rem!important;}.lineheight25rem {line-height:2.5rem!important;}.lineheight26rem {line-height:2.6rem!important;}.lineheight27rem {line-height:2.7rem!important;}.lineheight28rem {line-height:2.8rem!important;}.lineheight29rem {line-height:2.9rem!important;}.lineheight30rem {line-height:3rem!important;}.lineheight31rem {line-height:3.1rem!important;}.lineheight32rem {line-height:3.2rem!important;}.lineheight33rem {line-height:3.3rem!important;}.lineheight34rem {line-height:3.4rem!important;}.lineheight35rem {line-height:3.5rem!important;}.lineheight36rem {line-height:3.6rem!important;}.lineheight37rem {line-height:3.7rem!important;}.lineheight38rem {line-height:3.8rem!important;}.lineheight39rem {line-height:3.9rem!important;}.lineheight40rem {line-height:4rem!important;}.lineheight41rem {line-height:4.1rem!important;}.lineheight42rem {line-height:4.2rem!important;}.lineheight43rem {line-height:4.3rem!important;}.lineheight44rem {line-height:4.4rem!important;}.lineheight45rem {line-height:4.5rem!important;}.lineheight46rem {line-height:4.6rem!important;}.lineheight47rem {line-height:4.7rem!important;}.lineheight48rem {line-height:4.8rem!important;}.lineheight49rem {line-height:4.9rem!important;}.lineheight50rem {line-height:5rem!important;}

@media print, screen and (min-width: 640px){
	.fw-b_pc {font-weight: bold;}
	.fw-n_pc {font-weight: normal;}
	.fs-i_pc {font-style: italic;}
	.fs-05_pc {font-size: .5rem!important;}.fs-055_pc {font-size: .55rem!important;}.fs-06_pc {font-size: .6rem!important;}.fs-065_pc {font-size: .65rem!important;}.fs-07_pc {font-size: .7rem!important;}.fs-075_pc {font-size: .75rem!important;}.fs-08_pc {font-size: .8rem!important;}.fs-085_pc {font-size: .85rem!important;}.fs-09_pc {font-size: .9rem!important;}.fs-095_pc {font-size: .95rem!important;}.fs-10_pc {font-size: 1.0rem!important;}.fs-11_pc {font-size: 1.1rem!important;}.fs-12_pc {font-size: 1.2rem!important;}.fs-13_pc {font-size: 1.3rem!important;}.fs-14_pc {font-size: 1.4rem!important;}.fs-15_pc {font-size: 1.5rem!important;}.fs-16_pc {font-size: 1.6rem!important;}.fs-17_pc {font-size: 1.7rem!important;}.fs-18_pc {font-size: 1.8rem!important;}.fs-19_pc {font-size: 1.9rem!important;}.fs-20_pc {font-size: 2.0rem!important;}.fs-21_pc {font-size: 2.1rem!important;}.fs-22_pc {font-size: 2.2rem!important;}.fs-23_pc {font-size: 2.3rem!important;}.fs-24_pc {font-size: 2.4rem!important;}.fs-25_pc {font-size: 2.5rem!important;}.fs-26_pc {font-size: 2.6rem!important;}.fs-27_pc {font-size: 2.7rem!important;}.fs-28_pc {font-size: 2.8rem!important;}.fs-29_pc {font-size: 2.9rem!important;}.fs-30_pc {font-size: 3.0rem!important;}.fs-32_pc {font-size: 3.2rem!important;}.fs-34_pc {font-size: 3.4rem!important;}.fs-35_pc {font-size: 3.5rem!important;}.fs-36_pc {font-size: 3.6rem!important;}.fs-38_pc {font-size: 3.8rem!important;}.fs-40_pc {font-size: 4.0rem!important;}.fs-45_pc {font-size: 4.5rem!important;}.fs-50_pc {font-size: 5.0rem!important;}
	
	.lineheight10rem_pc {line-height:1rem!important;}.lineheight11rem_pc {line-height:1.1rem!important;}.lineheight12rem_pc {line-height:1.2rem!important;}.lineheight13rem_pc {line-height:1.3rem!important;}.lineheight14rem_pc {line-height:1.4rem!important;}.lineheight15rem_pc {line-height:1.5rem!important;}.lineheight16rem_pc {line-height:1.6rem!important;}.lineheight17rem_pc {line-height:1.7rem!important;}.lineheight18rem_pc {line-height:1.8rem!important;}.lineheight19rem_pc {line-height:1.9rem!important;}.lineheight20rem_pc {line-height:2rem!important;}.lineheight21rem_pc {line-height:2.1rem!important;}.lineheight22rem_pc {line-height:2.2rem!important;}.lineheight23rem_pc {line-height:2.3rem!important;}.lineheight24rem_pc {line-height:2.4rem!important;}.lineheight25rem_pc {line-height:2.5rem!important;}.lineheight26rem_pc {line-height:2.6rem!important;}.lineheight27rem_pc {line-height:2.7rem!important;}.lineheight28rem_pc {line-height:2.8rem!important;}.lineheight29rem_pc {line-height:2.9rem!important;}.lineheight30rem_pc {line-height:3rem!important;}.lineheight31rem_pc {line-height:3.1rem!important;}.lineheight32rem_pc {line-height:3.2rem!important;}.lineheight33rem_pc {line-height:3.3rem!important;}.lineheight34rem_pc {line-height:3.4rem!important;}.lineheight35rem_pc {line-height:3.5rem!important;}.lineheight36rem_pc {line-height:3.6rem!important;}.lineheight37rem_pc {line-height:3.7rem!important;}.lineheight38rem_pc {line-height:3.8rem!important;}.lineheight39rem_pc {line-height:3.9rem!important;}.lineheight40rem_pc {line-height:4rem!important;}.lineheight41rem_pc {line-height:4.1rem!important;}.lineheight42rem_pc {line-height:4.2rem!important;}.lineheight43rem_pc {line-height:4.3rem!important;}.lineheight44rem_pc {line-height:4.4rem!important;}.lineheight45rem_pc {line-height:4.5rem!important;}.lineheight46rem_pc {line-height:4.6rem!important;}.lineheight47rem_pc {line-height:4.7rem!important;}.lineheight48rem_pc {line-height:4.8rem!important;}.lineheight49rem_pc {line-height:4.9rem!important;}.lineheight50rem_pc {line-height:5rem!important;}
}
@media print, screen and (min-width: 640px){
.fs-18_pc {font-size: 1.8rem;}
}
@media only screen and (max-width: 640px){
	.fw-b_sp {font-weight: bold;}
	.fw-n_sp {font-weight: normal;}
	.fs-i_sp {font-style: italic;}
	.fs-05_sp {font-size: .5rem!important;}.fs-055_sp {font-size: .55rem!important;}.fs-06_sp {font-size: .6rem!important;}.fs-065_sp {font-size: .65rem!important;}.fs-07_sp {font-size: .7rem!important;}.fs-075_sp {font-size: .75rem!important;}.fs-08_sp {font-size: .8rem!important;}.fs-085_sp {font-size: .85rem!important;}.fs-09_sp {font-size: .9rem!important;}.fs-095_sp {font-size: .95rem!important;}.fs-10_sp {font-size: 1.0rem!important;}.fs-11_sp {font-size: 1.1rem!important;}.fs-12_sp {font-size: 1.2rem!important;}.fs-13_sp {font-size: 1.3rem!important;}.fs-14_sp {font-size: 1.4rem!important;}.fs-15_sp {font-size: 1.5rem!important;}.fs-16_sp {font-size: 1.6rem!important;}.fs-17_sp {font-size: 1.7rem!important;}.fs-18_sp {font-size: 1.8rem!important;}.fs-19_sp {font-size: 1.9rem!important;}.fs-20_sp {font-size: 2.0rem!important;}.fs-21_sp {font-size: 2.1rem!important;}.fs-22_sp {font-size: 2.2rem!important;}.fs-23_sp {font-size: 2.3rem!important;}.fs-24_sp {font-size: 2.4rem!important;}.fs-25_sp {font-size: 2.5rem!important;}.fs-26_sp {font-size: 2.6rem!important;}.fs-27_sp {font-size: 2.7rem!important;}.fs-28_sp {font-size: 2.8rem!important;}.fs-29_sp {font-size: 2.9rem!important;}.fs-30_sp {font-size: 3.0rem!important;}.fs-32_sp {font-size: 3.2rem!important;}.fs-34_sp {font-size: 3.4rem!important;}.fs-35_sp {font-size: 3.5rem!important;}.fs-36_sp {font-size: 3.6rem!important;}.fs-38_sp {font-size: 3.8rem!important;}.fs-40_sp {font-size: 4.0rem!important;}.fs-45_sp {font-size: 4.5rem!important;}.fs-50_sp {font-size: 5.0rem!important;}
	
	.lineheight10rem_sp {line-height:1rem!important;}.lineheight11rem_sp {line-height:1.1rem!important;}.lineheight12rem_sp {line-height:1.2rem!important;}.lineheight13rem_sp {line-height:1.3rem!important;}.lineheight14rem_sp {line-height:1.4rem!important;}.lineheight15rem_sp {line-height:1.5rem!important;}.lineheight16rem_sp {line-height:1.6rem!important;}.lineheight17rem_sp {line-height:1.7rem!important;}.lineheight18rem_sp {line-height:1.8rem!important;}.lineheight19rem_sp {line-height:1.9rem!important;}.lineheight20rem_sp {line-height:2rem!important;}.lineheight21rem_sp {line-height:2.1rem!important;}.lineheight22rem_sp {line-height:2.2rem!important;}.lineheight23rem_sp {line-height:2.3rem!important;}.lineheight24rem_sp {line-height:2.4rem!important;}.lineheight25rem_sp {line-height:2.5rem!important;}.lineheight26rem_sp {line-height:2.6rem!important;}.lineheight27rem_sp {line-height:2.7rem!important;}.lineheight28rem_sp {line-height:2.8rem!important;}.lineheight29rem_sp {line-height:2.9rem!important;}.lineheight30rem_sp {line-height:3rem!important;}.lineheight31rem_sp {line-height:3.1rem!important;}.lineheight32rem_sp {line-height:3.2rem!important;}.lineheight33rem_sp {line-height:3.3rem!important;}.lineheight34rem_sp {line-height:3.4rem!important;}.lineheight35rem_sp {line-height:3.5rem!important;}.lineheight36rem_sp {line-height:3.6rem!important;}.lineheight37rem_sp {line-height:3.7rem!important;}.lineheight38rem_sp {line-height:3.8rem!important;}.lineheight39rem_sp {line-height:3.9rem!important;}.lineheight40rem_sp {line-height:4rem!important;}.lineheight41rem_sp {line-height:4.1rem!important;}.lineheight42rem_sp {line-height:4.2rem!important;}.lineheight43rem_sp {line-height:4.3rem!important;}.lineheight44rem_sp {line-height:4.4rem!important;}.lineheight45rem_sp {line-height:4.5rem!important;}.lineheight46rem_sp {line-height:4.6rem!important;}.lineheight47rem_sp {line-height:4.7rem!important;}.lineheight48rem_sp {line-height:4.8rem!important;}.lineheight49rem_sp {line-height:4.9rem!important;}.lineheight50rem_sp {line-height:5rem!important;}
}


/* -------------------- Title汎用 -------------------- */
.m-title1{
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	font-weight: bold;
	margin: 0;
	padding: 0.5rem 0.5rem 0.5rem 3rem;
	/*border-bottom: 1.5px dotted #d35001;*/
}
.m-title1:before{
	content: "■";
	font-size: 2rem;
	position: absolute;
	color: #d35001;
	top: .1rem;
	left: 0.6rem;
	height: 12px;
	width: 12px;
}
.m-title1:after{
	content: "■";
	font-size: 2rem;
	position: absolute;
	color: #ec6f36;
	top: .675rem;
	left: 0;
	height: 12px;
	width: 12px;
}



.m-title2 {
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	padding-bottom: .1rem;
	color: #1D1B2C;
}
.m-title2:before,
.m-title2:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	content: '';
	height: 3px;
}
.m-title2:before {
	z-index: 2;
	width: 33%;
	background-color:#ec6f36;
}
.m-title2:after {
	width: 100%;
	background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 1px, #ec6f36 1px, #ec6f36 2px);
	background: repeating-linear-gradient(45deg, #fff, #fff 1px, #ec6f36 1px, #ec6f36 2px);
}


.m-title3 , .m-title3b {
	color: #1D1B2C;
	position: relative;
	margin: 0 0 1.5rem;
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	border-bottom: 1.5px solid #ec6f36;
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.m-title3b {
	border-bottom: 1.5px solid #1574b4;
}
.m-title3:before, .m-title3b:before{
	content: "";
	position: absolute;
	background: #d35001;
	top: 0;
	left: 0.6rem;
	height: 16px;
	width: 16px;
	transform: rotate(45deg);
}
.m-title3b:before{
	background:#0564A4;
}
.m-title3:after, .m-title3b:after{
	content: "";
	position: absolute;
	background:#ec6f36;
	top: 1.0rem;
	left: 0;
	height: 12px;
	width: 12px;
	transform: rotate(15deg);
}
.m-title3b:after{
	background:#1574b4;
}
.m-title3 span , .m-title3b span{
	color:#ec6f36;
	font-size: 110%;
	letter-spacing: .1rem;
}
.m-title3b span{
	color:#1574b4;
}



.m-title4 {
	color: #1D1B2C;
	position: relative;
	padding:0rem 0 .25rem 2rem;
	border-bottom: #ec6f36 dotted 3px;
}
.sm-title4:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0 4rem 3rem;
	border-color: transparent transparent #ec6f36 transparent;
	position:	absolute;
	z-index:	-1;
	transform: rotate(30deg);
	top: -1.8rem;
	left: 1rem;
}
.m-title4s {
	position:	relative;
	padding:0rem 0 .25rem 3rem;

}
.m-title4s:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0 2rem 1.5rem;
	border-color: transparent transparent #ec6f36 transparent;
	position:	absolute;
	z-index:	-1;
	transform: rotate(30deg);
	top: -.6rem;
	left: .9rem;
}
.m-title5{
	position: relative;
	margin: .5rem 0 0 0;
	padding: 0 0 0 2rem;
	border-bottom: 1.5px solid #003A56;/* #003A56 濃紺 */
}
.m-title5:before{
	content: "";
	position: absolute;
	background: #ec6f36; /* #ec6f36 濃い青 */
	top: 0.4rem;
	left: 0rem;
	height: 1rem;
	width: 1rem;
}
.m-title5:after{
	content: "";
	position: absolute;
	background:#003A56;/* #003A56 濃紺 */
	top: 0.4rem;
	left: 1.15rem;
	height: 1rem;
	width: .5rem;
}
.m-title5a{
	position: relative;
	margin: .5rem 0;
	padding: 0 0 0 2rem;
}
.m-title5a:before{
	content: "";
	position: absolute;
	background: #ec6f36; /* #ec6f36 濃い青 */
	top: 0.4rem;
	left: 0rem;
	height: 1rem;
	width: 1rem;
}
.m-title5a:after{
	content: "";
	position: absolute;
	background:#003A56;/* #003A56 濃紺 */
	top: 0.4rem;
	left: 1.15rem;
	height: 1rem;
	width: .5rem;
}
.m-title6 {
	color: #1D1B2C;
	position: relative;
	padding: 0 0 0 .5em;
}
.m-title6:after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 10px;
	background-color: #ec6f36; /* #ec6f36 base-orange */
	opacity: .5;
}
.m-title6db:after {
	background-color: #003A56;/* #003A56 濃紺 */
}

.m-title7 {
	position: relative;
	padding: 0px 0px 1rem;
	text-align: center;
}
.m-title7:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 8rem;
	height: 5px;
	background-color:#555;
	content: "";
}


.m-title8b {
	background-color:#F0F0F0; /* #003A56 濃紺 */
	color: #1574b4;
	font-weight: bold;
	text-align: center;
	padding: 1px 0;
}

.m-title9 {
	margin: 0 0 1.5rem;
	padding: 0.5rem 0;
	border-bottom: 1.5px solid #003A56;/* #003A56 濃紺 */
}

.m-title10 {
	position: relative;
	display: inline-block;
	padding: 0 65px;
	text-align: center;
}

.m-title10:before,
.m-title10:after {
	position: absolute;
	top: calc(50% - 3px);
	width: 50px;
	height: 6px;
	content: '';
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

.m-title10:before {
	left: 0;
}

.m-title10:after {
	right: 0;
}

.m-title11 {
	color: #1D1B2C;
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	padding: 1rem 2rem;
	text-align: center;
	border: 3px solid #666;
	border-radius: 0 10px 10px 10px;
}

.m-title11:before {
	font-size: 1rem;
	position: absolute;
	top: -24px;
	left: -3px;
	height: 24px;
	padding: 0 1em;
	content: 'Process';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #666;
}

.m-title12 {
	color: #1D1B2C;
	position: relative;
	padding-left: 9rem;
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.m-title12 span {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 1.5rem;
	color: #fff;
	border-radius: 10px;
	background: #F37021;
}

.m-title12 span i {
	margin-right: 1rem;
}

.m-title12 span:after {
	position: absolute;
	top: calc(50% - 7px);
	right: -11px;
	width: 0;
	height: 0;
	content: '';
	border-width: 7px 0 7px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #F37021;
}
.m-title13 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBC8BE;
	letter-spacing: 2px;
	color: #1D1B2C;
	text-align: center;
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
}

.m-title14 {
	color: #1D1B2C;
	position: relative;
	padding:0 0 .125rem 1.75rem;
	border-bottom: 2px solid #ccc;
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.m-title14::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 24%;
	height: 4px;
	background-color: #F37021;
}
.m-title14:before{
	content: "";
	position: absolute;
	background: #ec6f36;
	top: 0.5rem;
	left: 0rem;
	height: 1rem;
	width: 1rem;
}
@media only screen and (max-width: 640px){
	.m-title14::after { width: 40%;}
}

/**
 * Button
 **/
.btn2{
	position: relative;
	display: inline-block;
	background: #F37021;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 40px;
	
	/*line-height: 70px;*/
	line-height: 1.5;
	margin: 10px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.btn2:hover{
	background-color: #118BE0;
}

.btn2.btn-secondary{
	background-color: #0074BF;
}
.btn2.btn-secondary:hover{
	background-color: #C1E16A;
}
.btn2.btn-arrow{
	padding: 20px 60px;
}
.btn2.btn-arrow:before,
.btn2.btn-arrow:after{
	position: absolute;
	content:"";
}
.btn2.btn-arrow:before{
	width: 6px;
	height: 6px;
	left: 38px;
	top: 32px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.btn2.btn-arrow:after{
	width: 20px;
	height: 20px;
	left: 32px;
	top: 25px;
	border: 2px solid #FFFFFF;
	border-radius: 100px;
}

.btn2.btn-lg{
	padding: 20px 120px 20px 150px;
	min-height: 70px;
	font-size: 2.4rem;
}
.btn2.btn-lg:before{
	width: 10px;
	height: 10px;
	left: 59px;
	top: 32px;
	border-width: 3px;
}
.btn2.btn-lg:after{
	width: 27px;
	height: 27px;
	left: 52px;
	top: 24px;
	/*border-width: 3px;*/
}

/* -------------------- original 製造工程nav -------------------- */


.thermosetting_nav {position: relative;}
.thermosetting_nav img.base {width: 100%;}
.thermosetting_nav_link1 {position: absolute; top:16%; left: 1.3%; width: 10%;}
.thermosetting_nav_link2 {position: absolute; top:70%; left: 1.3%; width: 10%;}
.thermosetting_nav_link3 {position: absolute; top:8%; left: 12.5%; width: 9.5%;}
.thermosetting_nav_link4 {position: absolute; top:8%; left: 23.5%; width: 9.5%;}
.thermosetting_nav_link5 {position: absolute; top:8%; left: 34.5%; width: 9.5%;}
.thermosetting_nav_link6 {position: absolute; top:8%; left: 45.5%; width: 9.5%;}
.thermosetting_nav_link7 {position: absolute; top:8%; left: 56.5%; width: 9.5%;}
.thermosetting_nav_link8 {position: absolute; top:61%; left: 67.5%; width: 9.5%;}
.thermosetting_nav_link9 {position: absolute; top:8%; left: 78.5%; width: 9.5%;}
.thermosetting_nav_link10 {position: absolute; top:8%; left: 89.5%; width: 9.5%;}
	
@media only screen and (max-width: 640px){
	.thermosetting_nav {position: relative;}
	.thermosetting_nav img.base {width: 90%; margin-left: 5%;}
	.thermosetting_nav_link1 {position: absolute; top:2.5%; left: 10.25%; width: 35%;}
	.thermosetting_nav_link2 {position: absolute; top:2.5%; left: 55.5%; width: 35%;}
	.thermosetting_nav_link3 {position: absolute; top:11%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link4 {position: absolute; top:22%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link5 {position: absolute; top:33%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link6 {position: absolute; top:44%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link7 {position: absolute; top:55%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link8 {position: absolute; top:66%; left: 54.75%; width: 36%;}
	.thermosetting_nav_link9 {position: absolute; top:77%; left: 8.5%; width: 82.5%;}
	.thermosetting_nav_link10 {position: absolute; top:88%; left: 8.5%; width: 82.5%;}
}

/* -------------------- original 製造工程TOP -------------------- */

#box1 {background: url("../images/thermosetting/box_thermosetting1.webp");background-size: cover;}
#box2 {background: url("../images/thermosetting/box_thermosetting2.webp");background-size: cover;}

.home_box h3 {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 1.5rem 1rem;
	color: #fff;
	border-radius: 0 100vh 100vh 0;
	border-radius: 0 5px 5px 0;

	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	width: 50%;
}
#box1 h3 {background: rgba(236, 111, 54, .8);}
#box2 h3 {background: rgba(21, 116, 180, .8);}
#box1 h3:before {border-top: 10px solid #ec6f36; /* #ec6f36 base-orange */}
#box2 h3:before {border-top: 10px solid #1574b4; /* #ec6f36 base-blue */}


.home_box h3:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	
	border-left: 10px solid transparent;
}

.home_boxes {
	border: #888888 solid 1px;
	width: 100%;
	/*height: 193px;*/
	height: 250px;
	margin-left:11px;
	margin-right:14px;
	border-radius: 5px;
}

.home_boxes div {
	background: rgba(255,0,0,0.3);
}

@media only screen and (max-width: 640px){
	.home_boxes {
		width: 80%;
		margin-left: 10%;
		height: 130px;
	}
}

/* -------------------- original 製造工程 アイコン -------------------- */

.mark_thermosetting1 {background: #ec6f36; color: #FFF;padding: 5px 14px; border-radius: 100px; font-weight: 900;}
.mark_thermosetting2 {background: #1574b4; color: #FFF;padding: 5px 14px; border-radius: 100px; font-weight: 900;}

/* -------------------- original 製造工程 設備 -------------------- */

dl.equipment_table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
}
.equipment_table dt {
	width: 30%;
	margin-bottom:5px;
	background-color: #DADADA;
}

.equipment_table dd {
	width: 20%;
	background-color: #F3F3F3;
	margin-bottom:5px;
}


@media only screen and (max-width: 640px){
	.equipment_table dt {
		width: 70%;
	}

	.equipment_table dd {
		width: 30%;
	}
}
/* -------------------- Topics TOPページ -------------------- */

.top_topics dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.top_topics dt {
	flex-basis: 9%;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.top_topics dd {
	flex-basis: 86%;
	padding: 10px 2.5%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
.top_topics .news_icon {
	color: #FFF;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	width: 5rem;
	text-align: center;
	border-radius: 5px;
}
.top_topics .news_icon.cl_00 {
	background-color: #223333;
}
.top_topics .news_icon.cl_01 {
	background-color: #FF3333;
}
.top_topics .news_icon.cl_02 {
	background-color: #009999;
}
.top_topics .news_icon.cl_03 {
	background-color: #006600;
}
.top_topics .news_icon.cl_04 {
	background-color: #009900;
}
.top_topics .news_icon.cl_05 {
	background-color: #006699;
}
.top_topics .news_icon.cl_06 {
	background-color: #003399;
}
@media screen and (max-width: 1200px) {
	.top_topics dt {flex-basis: 12.5%;}
	.top_topics dd {flex-basis: 82.5%;padding: 10px 2.5%;}
}
@media screen and (max-width: 960px) {
	.top_topics dt {flex-basis: 15%;}
	.top_topics dd {flex-basis: 80%;padding: 10px 2.5%;}
}
@media screen and (max-width: 640px) {
	.top_topics dl { flex-flow: column;}
	.top_topics dt { padding: 3px 0;background-color: #F8F8F8; text-align: center;}
	.top_topics dd { padding: 10px 0;}
	.top_topics .news_icon {
		padding-left: 5px;
		padding-right: 5px;
		margin-right: 5px;
		font-weight: bold;
		width: 3.5rem;
		font-size: 12px;
	}
}


/* -------------------- original 会社概要 -------------------- */



#company ul {
	list-style: none;

}
#company ol {

	line-height: 3.5rem;
}
#company ul li {
	text-indent: -1em;
	padding-left: 1em;

}

#company ul.kanyu li {
margin-bottom: 1rem;

}
#company h4 ,#company h5 {
	font-size: 1.5rem;
}


#company dl.table {
	width: 100%;
	overflow: hidden;
	background: #eee;
	border: 1px solid #999;
	border-top: 0;
	box-sizing: border-box;
}
#company dl.table dt {

	float: left;
	width: 20%;
	border-top: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
}
#company dl.table dd {

	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 20%;
}
#company dl.table h4 {
	font-weight: normal;
}

#company dl.table ul li {
	display: inline-block;
	width: 45%;
}


@media print, screen and (min-width: 640px){
	#company ul.device li {width: 30%;}
}

@media only screen and (max-width: 640px){

	#company ul {
		list-style: none;
		padding: 0;
	}
	#company ol {
		line-height: 2.5rem;
	}
	#company ul li {
		text-indent: 0;
		padding-left: 1em;
	}
	#company h3 {
	}

	#company dl.table {
		width: 100%;
	}
	#company dl.table dt {
		float: none;
		width: 100%;
	}
	#company dl.table dd {
		margin-left: 0;
		border-left: none;
	}
	#company dl.table ul li {
		width: 100%;
	}
	#company a.link-tel {
		color:#111;
	}
}

#procurement table {
	text-align: center;
	border-collapse: collapse;
}
#procurement th {
	background: #f0f0f0;
	border: solid 1px #ccc;
	white-space: nowrap;
}
#procurement td {
	 border: solid 1px #ccc;
}
#procurement .flow div {
	background: #EEE;
}
