/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(//static.activo.jp/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*

 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*


 */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(//static.activo.jp/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(//static.activo.jp/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(//static.activo.jp/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(//static.activo.jp/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(//static.activo.jp/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(//static.activo.jp/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*


*/
/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
/* # =================================================================
   # utils
   # ================================================================= */

.u_anchorHasUnderLineZone a:not(.p_btn) {
  text-decoration: underline !important;
}

.u_longString {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.u_center {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u_flexCenter {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.u_width50p {
  width: 50% !important;
}

.u_width80p {
  width: 80% !important;
}

.u_width100p {
  width: 100% !important;
}

.u_pad0 {
  padding: 0 !important;
}

.u_pad10 {
  padding: 10px !important;
}

.u_pad20 {
  padding: 20px !important;
}

.u_padTop90 {
  padding-top: 90px !important;
}

.u_padTop0 {
  padding-top: 0px !important;
}

.u_padTop10 {
  padding-top: 10px !important;
}

.u_padTop20 {
  padding-top: 20px !important;
}

.u_padBottom20 {
  padding-bottom: 20px !important;
}

.u_padBottom0 {
  padding-bottom: 0px !important;
}

.u_padLeft0 {
  padding-left: 0px !important;
}

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

.u_mar0 {
  margin: 0px !important;
}

.u_mar10 {
  margin: 10px !important;
}

.u_mar20 {
  margin: 20px !important;
}

.u_marTop0 {
  margin-top: 0px !important;
}

.u_marTop5 {
  margin-top: 5px !important;
}

.u_marTop10 {
  margin-top: 10px !important;
}

.u_marTop12 {
  margin-top: 12px !important;
}

.u_marTop15 {
  margin-top: 15px !important;
}

.u_marTop18 {
  margin-top: 18px !important;
}

.u_marTop20 {
  margin-top: 20px !important;
}

.u_marTop24 {
  margin-top: 24px !important;
}

.u_marTop30 {
  margin-top: 30px !important;
}

.u_marTop40 {
  margin-top: 40px !important;
}

.u_marBottom24, .u_marBtm24 {
  margin-bottom: 24px !important;
}

.u_marBottom20, .u_marBtm20 {
  margin-bottom: 20px !important;
}

.u_marBottom15, .u_marBtm15 {
  margin-bottom: 15px !important;
}

.u_marBottom10, .u_marBtm10 {
  margin-bottom: 10px !important;
}

.u_marBottom5, .u_marBtm5 {
  margin-bottom: 5px !important;
}

.u_marBottom0, .u_marBtm0 {
  margin-bottom: 0px !important;
}

.u_marRight0 {
  margin-right: 0px !important;
}

.u_marRight5 {
  margin-right: 5px !important;
}

.u_marLeft4 {
  margin-left: 4px !important;
}

.u_marLeft5 {
  margin-left: 5px !important;
}

.u_marLeft10 {
  margin-left: 10px !important;
}

.u_marLeft32 {
  margin-left: 32px !important;
}

.u_marLeft20 {
  margin-left: 20px !important;
}

.u_disBlock {
  display: block !important;
}

.u_disNone {
  display: none !important;
}

.u_font10 {
  font-size: 10px !important;
}

.u_font11 {
  font-size: 11px !important;
}

.u_font12 {
  font-size: 12px !important;
}

.u_fontM {
  font-size: 13px !important;
}

.u_font14 {
  font-size: 14px !important;
}

.u_font15 {
  font-size: 15px !important;
}

.u_font16 {
  font-size: 16px !important;
}

.u_font17 {
  font-size: 17px !important;
}

.u_font18 {
  font-size: 18px !important;
}

.u_font19 {
  font-size: 19px !important;
}

.u_font20 {
  font-size: 20px !important;
}

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

.u_alignLeft {
  text-align: left !important;
}

.u_alignRight {
  text-align: right !important;
}

.u_disTable {
  display: table !important;
}

.u_disInlineBlock {
  display: inline-block !important;
}

.u_disInline {
  display: inline !important;
}

.u_disFlex {
  display: flex !important;
}

.u_floatL {
  float: left !important;
}

.u_floatR {
  float: right !important;
}

.u_textAlignL {
  text-align: left;
}

.u_textAlignR {
  text-align: right;
}

.u_bgWhite {
  background-color: #fff !important;
}

.u_textColor {
  color: #333 !important;
}

.u_mainColor {
  color: #60c31d !important;
}

.u_linkMainColorZone a {
  color: #60c31d !important;
}

.u_accentColor {
  color: #ff8945 !important;
}

.u_greyText {
  color: #6c6b6b !important;
}

.u_darkenErrorColor {
  color: #DC3545 !important;
}

.u_fwNormal {
  font-weight: normal !important;
}

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

.u_textDecoUnderLine, .u_underLine {
  text-decoration: underline !important;
}

.u_visiHidden {
  visibility: hidden !important;
}

.u_pointer {
  cursor: pointer;
}

.u_listDisc {
  list-style-type: disc;
}

.u_disableLink {
  pointer-events: none !important;
  cursor: not-allowed;
}
.u_disableLink * {
  pointer-events: none !important;
  cursor: not-allowed;
}

.u_disable {
  cursor: not-allowed;
}
.u_disable * {
  cursor: not-allowed;
}

.u_baloonBottom {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.u_baloonBottom :before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  z-index: 0;
}
.u_baloonBottom :after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  z-index: -1;
}

.u_radius100 {
  border-radius: 100%;
}

.u_radius4 {
  border-radius: 4px;
}

.u_border, .u_hasBorder {
  border: 1px solid #ccc;
}

body.pc .u_spOnly {
  display: none;
}

body.sp .u_pcOnly {
  display: none;
}

.p_flashBox {
  padding: 10px;
  width: 100%;
  font-weight: 800;
}
.p_flashBox.isError, .p_flashBox.isAlert {
  background: #ffe5e2;
  border: 1px solid #c32e1d;
}
.p_flashBox.isWarning {
  background: #fff7e7;
  border: 1px solid #c38a1d;
}
.p_flashBox.isNotice {
  background: #F4FFED;
  border: 1px solid #60c31d;
}
.p_flashBox a:not(.p_btn) {
  text-decoration: underline;
}
.p_flashBox.isNoticeAccent {
  background: #60c31d;
}
.p_flashBox.isNoticeAccent a, .p_flashBox.isNoticeAccent p {
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.messageForFirstAccess {
  background: #60c31d;
  padding: 6px 0;
  text-align: center;
  border: 2px solid #f0f0f0;
}
.messageForFirstAccess:hover {
  border: 2px solid #5D99FF;
}
.messageForFirstAccess .flashForCompany {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6;
  color: white;
  text-decoration: underline !important;
}

.m_modalBox {
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
}
.m_modalBox p {
  font-size: 12px;
}
.m_modalBox .modalClose {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;
}
.m_modalBox .modalClose a,
.m_modalBox .modalClose button {
  text-decoration: none !important;
}
.m_modalBox .modalClose a:before,
.m_modalBox .modalClose button:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #b2bab3;
}
.m_modalBox .descZone {
  padding: 15px 0;
}
.m_modalBox .alignLeftZone {
  padding: 15px 0;
  text-align: left;
}
.m_modalBox .modalTitle {
  text-align: center;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
}
.m_modalBox .modalSubTitle {
  text-align: center;
  margin-bottom: 15px;
}
.m_modalBox .modalAlert {
  color: #ff8945;
  font-weight: bold;
}
.m_modalBox .modalAlert a {
  color: #ff8945;
  text-decoration: underline;
}

.pc .m_modalBox.isSmall {
  width: 350px;
}
.pc .m_modalBox.isNormal {
  width: 500px;
}
.pc .m_modalBox.isLarge {
  width: 600px;
}

.sp .m_modalBox {
  margin: 0 15px;
}

.peopleSignUpBox .fbZone, .peopleSignInBox .fbZone {
  padding-bottom: 15px;
}
.peopleSignUpBox .fbZone .modalNotice, .peopleSignInBox .fbZone .modalNotice {
  font-size: 11px;
  color: #717f86;
}
.peopleSignUpBox .mailZone, .peopleSignInBox .mailZone {
  padding: 15px 0;
  border-bottom: 1px dotted #818080;
  border-top: 1px dotted #818080;
}
.peopleSignUpBox .mailZone .textBox, .peopleSignInBox .mailZone .textBox {
  margin-bottom: 15px;
}
.peopleSignUpBox .mailZone .p_btn, .peopleSignInBox .mailZone .p_btn {
  margin-bottom: 5px;
}
.peopleSignUpBox .changeZone, .peopleSignInBox .changeZone {
  padding-top: 15px;
}
.peopleSignUpBox .p_btn.isFacebook, .peopleSignUpBox .p_btn.isAccent, .peopleSignInBox .p_btn.isFacebook, .peopleSignInBox .p_btn.isAccent {
  font-size: 15px;
}

.peopleSignInBox .mailZone .rememberMe {
  display: inline-block;
  margin-bottom: 5px;
}

.modalHeightSetter > div {
  background: #fff;
}

.pc .newCompanyVisitor {
  top: 240px;
  padding: 40px;
  max-width: 460px;
}
.pc .newCompanyVisitorHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pc .newCompanyVisitorHeader .headerLogo {
  height: 46px;
  width: auto;
  margin-right: 10px;
}
.pc .newCompanyVisitorHeader .headerLogo img {
  width: auto;
  height: 100%;
}
.pc .newCompanyVisitorHeader .headerLogo .headerText {
  display: none;
}
.pc .newCompanyVisitorHeader .headerText {
  font-size: 36px;
}
.pc .newCompanyVisitorContent {
  margin-bottom: 24px;
  font-size: 16px;
}
.pc .newCompanyVisitorActions {
  display: flex;
  justify-content: space-between;
}
.pc .newCompanyVisitorActions * {
  transition: all 0.3s ease;
}
.pc .newCompanyVisitorActions *:hover {
  text-decoration: none;
}
.pc .newCompanyVisitorActions .p_btn {
  height: 48px;
  line-height: 28px;
  font-size: 17px;
  font-weight: bold;
  width: calc(50% - 6px);
}
.pc .newCompanyVisitorActions .p_btn.close {
  border: 1px solid #cccccc;
}

.sp .newCompanyVisitor {
  top: 25vh;
  padding: 32px 20px 20px 20px;
}
.sp .newCompanyVisitorHeader {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.sp .newCompanyVisitorHeader .headerLogo {
  height: 46px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.sp .newCompanyVisitorHeader .headerLogo img {
  width: auto;
  height: 100%;
  margin-right: 10px;
}
.sp .newCompanyVisitorHeader .headerLogo span {
  font-size: 30px;
}
.sp .newCompanyVisitorHeader .headerText {
  font-size: 32px;
}
.sp .newCompanyVisitorHeader .headerText span {
  display: none;
}
.sp .newCompanyVisitorContent {
  margin-bottom: 24px;
  font-size: 16px;
}
.sp .newCompanyVisitorActions {
  display: flex;
  flex-direction: column-reverse;
}
.sp .newCompanyVisitorActions * {
  transition: all 0.3s ease;
}
.sp .newCompanyVisitorActions *:hover {
  text-decoration: none;
}
.sp .newCompanyVisitorActions .p_btn {
  width: 100%;
}
.sp .newCompanyVisitorActions .p_btn.isMain {
  margin-bottom: 12px;
}
.sp .newCompanyVisitorActions .p_btn.close {
  border: 1px solid #cccccc;
}

#newCompanyVisitorModal {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#newCompanyVisitorModal .modalClose {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 22px;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick {
  text-decoration: none !important;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick:before {
  content: "\f00d";
  font-family: fontawesome;
  color: #b2bab3;
}
#newCompanyVisitorModal .modalClose .modalCloseOnClick:hover {
  cursor: pointer;
}

body.people_devise.registrations .peopleSignUpBox .modalClose, body.people_devise.registrations .peopleSignInBox .modalClose, body.people_devise.sessions .peopleSignUpBox .modalClose, body.people_devise.sessions .peopleSignInBox .modalClose, body.people_belonging_approvals .peopleSignUpBox .modalClose, body.people_belonging_approvals .peopleSignInBox .modalClose {
  display: none;
}

.m_planCards {
  margin-top: 116px;
  padding-bottom: 74px;
  background-color: #fff;
  position: relative;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
.m_planCards .planCardsInner {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .m_planCards .planCardsInner {
    width: 100%;
    padding: 0 20px;
  }
}
.m_planCards .hidden {
  display: none;
}
.m_planCards .activeTab > #jsNonProfitTabBtn,
.m_planCards .activeTab > #jsProfitTabBtn {
  font-weight: bold;
  border: none;
  border-top: #DDDDDD 1px solid;
  border-left: #DDDDDD 1px solid;
  border-right: #DDDDDD 1px solid;
  background-color: #fff;
  color: #60c31d;
  height: 55px;
  top: -55px;
}
.m_planCards .tabBtns {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.m_planCards .nonProfitTab,
.m_planCards .profitTab {
  width: 100%;
  font-weight: bold;
  position: relative;
}
.m_planCards .nonProfitTab.yourPlan::before,
.m_planCards .profitTab.yourPlan::before {
  content: url(//static.activo.jp/assets/yourPlanImg-1e9a2d8101482d24b215609d26b9b4cacfc15f59779936f410ba715eaafc153a.svg);
  position: absolute;
  top: -100px;
}
.m_planCards .nonProfitTab.yourPlan::before {
  right: 36px;
}
.m_planCards .profitTab.yourPlan::before {
  left: 36px;
}
.m_planCards #jsNonProfitTabBtn,
.m_planCards #jsProfitTabBtn {
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 0px 0px;
  height: 47px;
  width: 274px;
  position: absolute;
  color: #fff;
  background-color: #60c31d;
  top: -47px;
  transition: all 0.3s;
}
@media screen and (max-width: 740px) {
  .m_planCards #jsNonProfitTabBtn,
  .m_planCards #jsProfitTabBtn {
    width: 100%;
  }
}
.m_planCards #jsNonProfitTabBtn {
  right: 0;
}
.m_planCards #jsProfitTabBtn {
  left: 0;
}
.m_planCards .planCardsContainer {
  display: flex;
  gap: 24px;
  padding-top: 60px;
}
@media screen and (max-width: 740px) {
  .m_planCards .planCardsContainer {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .m_planCards .planCardsContainer .planCard:first-child {
    height: 488px;
  }
  .m_planCards .planCardsContainer .planCard:first-child .planSummaryList {
    bottom: 0;
  }
}
.m_planCards .planCard {
  width: 337px;
  height: 633px;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.m_planCards .planCardInner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_planCards .planCardTitle {
  font-size: 24px;
  font-weight: 600;
  padding-top: 28px;
  text-align: center;
}
.m_planCards .planCardDesc {
  font-size: 14px;
  padding-top: 12px;
  text-align: center;
  line-height: 1.6;
}
.m_planCards .planDiscountLabel {
  background: rgba(255, 137, 69, 0.15);
  font-size: 12px;
  color: #ff8945;
  margin-top: 23px;
  padding: 2px 8px;
  line-height: 1.6;
  border-radius: 50px;
}
.m_planCards .planCardPrice {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  padding-top: 12px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: end;
  justify-content: center;
  -webkit-column-gap: 5px;
          column-gap: 5px;
}
.m_planCards .planCardPrice > span,
.m_planCards .planCardPrice > strong {
  font-size: 36px;
  line-height: 1;
}
.m_planCards .planCardPrice .yearLabel {
  font-weight: bold;
  font-size: 16px;
  line-height: 36px;
}
.m_planCards .planCardPrice .priceLabel {
  font-weight: bold;
}
.m_planCards .planCardBtnContainer {
  display: flex;
  justify-content: center;
}
.m_planCards .planCardBtn {
  padding: 10px 20px;
}
.m_planCards .planSummaryList {
  position: absolute;
  height: 240px;
  width: 100%;
  left: 0;
  bottom: 48px;
}
.m_planCards .listTitle {
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: relative;
  text-align: center;
  color: #60c31d;
}
.m_planCards .listTitle::before {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #60c31d;
}
.m_planCards .listTitle::after {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #60c31d;
}
.m_planCards .lists {
  font-size: 14px;
  margin-top: 12px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  row-gap: 10px;
}
.m_planCards .lists > li {
  padding-left: 24px;
  position: relative;
  line-height: 1.6;
}
.m_planCards .lists > li::before {
  font-family: FontAwesome;
  content: "\f057";
  color: #ccc;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.m_planCards .lists > li.listChecked::before {
  font-family: FontAwesome;
  content: "\f058";
  color: #60c31d;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.m_planCards .lists > li .hoverDesc {
  display: inline-block;
  position: relative;
  padding: 3px 0;
}
.m_planCards .lists > li .hoverDesc img {
  position: absolute;
  top: -8px;
  left: 8px;
}
.m_planCards .lists > li .hoverDesc span {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #eee;
  left: -200px;
  top: 10px;
  width: 360px;
  font-size: 14px;
  color: #333;
  z-index: 99;
}
.m_planCards .lists > li .hoverDesc span:after {
  border-right: 12px solid #eee;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 210px;
  top: -9px;
  content: "";
  rotate: 90deg;
  position: absolute;
}
.m_planCards .lists > li .hoverDesc:hover span {
  display: inline;
}
.m_planCards .lists > li .hoverDesc:hover span a {
  text-decoration: underline;
}
.m_planCards .toPlanDesc {
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.m_planCards .optionDesc {
  font-size: 12px;
}
.m_planCards .optionDesc > a {
  color: #60c31d;
  text-decoration: underline;
  font-weight: bold;
}
.m_planCards .optionDesc::after {
  font-family: FontAwesome;
  content: "\f08e";
  color: #60c31d;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m_planCards .beforePlanFlash,
.m_planCards .beforePlanFlashSub {
  position: absolute;
  top: 48px;
  left: -4px;
  width: 297px;
  height: 54px;
  background-color: rgba(242, 201, 76, 0.2);
  border: 1px solid #f2c94c;
  padding: 8px;
  font-size: 12px;
  line-height: 1.6;
}
.m_planCards .beforePlanFlashSub {
  width: 281px;
  height: 38px;
}
@media screen and (max-width: 740px) {
  .m_planCards .beforePlanFlashSub {
    height: 65px;
  }
}
.m_planCards .p_flashBox {
  width: auto;
  margin-top: 31px;
  padding: 28px;
}
.m_planCards .p_flashBox > h3 {
  font-size: 16px;
  font-weight: 700;
}
.m_planCards .p_flashBox > p {
  font-weight: 300;
  font-size: 13px;
  margin-top: 23px;
}
.m_planCards .planSimulationsBtn {
  display: flex;
  justify-content: end;
  margin-top: 16px;
}
.m_planCards .planSimulationsBtn > a {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #60c31d;
  color: #60c31d;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

.m_envBar.scrolled .envBarContent {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}
.m_envBar .envBarContent {
  height: 45px;
  z-index: 9999999;
  width: 100%;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  line-height: 1.5em;
  position: fixed;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.m_envBar .envBarContent.isDevelopment {
  background-color: #c32e1d;
}
.m_envBar .envBarContent.isStaging {
  background-color: #2F96B4;
}
.m_envBar .envBarContent strong {
  font-weight: bold !important;
}
.m_envBar .envBarContent p {
  margin: 0;
}
.m_envBar .envBarContent .envBarBtn {
  cursor: pointer;
  padding: 3px 18px;
  border-radius: 4px;
  border: 1px solid white;
}
.m_envBar .envBarContent .envBarBtn:hover {
  font-weight: bold;
}

html.isShowEnvBar .m_envBar .envBarContent {
  top: 0 !important;
}
html.isShowManageBar.isShowEnvBar .m_envBar .envBarContent {
  top: 32px !important;
}

.p_hoverDesc {
  display: inline-block;
  position: relative;
  padding: 3px 0;
  font-weight: normal;
  text-align: start;
}
.p_hoverDesc::before {
  content: "\f059";
  font-family: FontAwesome;
  color: #333;
  position: absolute;
  top: -8px;
  left: 8px;
}
.p_hoverDesc span {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #dddddd;
  left: 0;
  bottom: 17px;
  max-width: 360px;
  min-width: 300px;
  font-size: 12px;
  color: #333;
  z-index: 99;
  line-height: 1.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p_hoverDesc span::after {
  border-right: 12px solid #f9f9f9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 6px;
  bottom: -10px;
  content: "";
  rotate: 270deg;
  position: absolute;
}
.p_hoverDesc span::before {
  border-right: 12px solid #dddddd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 6px;
  bottom: -12px;
  content: "";
  rotate: 270deg;
  position: absolute;
}
.p_hoverDesc:hover span {
  display: inline;
}
.p_hoverDesc:hover span a {
  text-decoration: underline;
}
.p_hoverDesc.isRight span {
  left: 26px;
  bottom: -40px;
}
.p_hoverDesc.isRight span::before {
  left: -13px;
  bottom: 37px;
  rotate: none;
}
.p_hoverDesc.isRight span::after {
  left: -10px;
  bottom: 37px;
  rotate: none;
}

.m_planDetailTables {
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
}
.m_planDetailTables .planSection:nth-of-type(3) .headerCell, .m_planDetailTables .planSection:nth-of-type(4) .headerCell {
  justify-content: start !important;
  gap: 24px;
}
.m_planDetailTables .planSectionHeader {
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 24px;
}
.m_planDetailTables .planSectionHeader .headerCell {
  padding: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}
.m_planDetailTables .planSectionHeader .headerCell.categoryName {
  text-align: left;
}
.m_planDetailTables .planSectionHeader .headerCell.fullWidth {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m_planDetailTables .planSectionHeader .headerCell.fullWidth .subNote {
  display: inline-block;
  font-size: 10px;
  color: #888888;
  font-weight: 600;
  line-height: 1.4;
}
.m_planDetailTables .planSectionHeader .headerCellContent {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.m_planDetailTables .planSectionHeader .accordionToggle {
  padding: 4px 10px;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  color: #888888;
  font-weight: 600;
  cursor: pointer;
}
.m_planDetailTables .headerDivider {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 12px 0 0 0;
}
.m_planDetailTables .planSectionTable {
  width: 100%;
  background: white;
  border: 1px solid #dddddd;
  margin-bottom: 24px;
}
.m_planDetailTables .planRow {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  border-bottom: 1px solid #ebebeb;
}
.m_planDetailTables .planRow:last-child {
  border-bottom: none;
}
.m_planDetailTables .rowLabel {
  padding: 11px;
  border-right: 1px solid #ebebeb;
  font-size: 15px;
  color: #6a6b6b;
  line-height: 1.4;
  grid-column: span 1;
}
.m_planDetailTables .rowCell {
  padding: 11px;
  border-right: 1px solid #ebebeb;
  text-align: center;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.m_planDetailTables .rowCell:last-child {
  border-right: none;
}
.m_planDetailTables .rowCell.doubleWidth {
  grid-column: span 2;
}
.m_planDetailTables .rowCell.fullWidth {
  grid-column: span 3;
}
.m_planDetailTables .rowCell .symbol {
  display: block;
  font-size: 27px;
  color: #60c31d;
  line-height: 1.4;
  font-weight: 600;
}
.m_planDetailTables .rowCell .symbol.triangle {
  font-size: 23px;
  color: #333;
}
.m_planDetailTables .rowCell .detail {
  display: block;
  font-size: 12px;
  color: #60c31d;
  font-weight: 600;
  line-height: 1.4;
}
.m_planDetailTables .rowCell .detail.multiLine {
  font-size: 11px;
  line-height: 1.6;
}
.m_planDetailTables .rowCell.excellent .symbol {
  color: #60c31d;
}
.m_planDetailTables .rowCell.excellent .detail {
  color: #60c31d;
}
.m_planDetailTables .rowCell.good .symbol {
  font-size: 17px;
}
.m_planDetailTables .rowCell.good .detail {
  color: #60c31d;
}
.m_planDetailTables .rowCell.fair .symbol {
  color: #333;
}
.m_planDetailTables .rowCell.fair .detail {
  color: #6c6b6b;
  font-size: 11px;
}
.m_planDetailTables .rowCell.unavailable {
  font-size: 24px;
  color: #333;
  line-height: 1.4;
}
.m_planDetailTables .rowCell.recruitInfo {
  flex-direction: column;
  align-items: stretch;
}
.m_planDetailTables .rowCell.recruitInfo .recruitType {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 0;
  gap: 8px;
}
.m_planDetailTables .rowCell.recruitInfo .recruitType .typeTitle {
  font-size: 14px;
  color: #333;
  width: 28%;
  text-align: left;
}
.m_planDetailTables .rowCell.recruitInfo .recruitType .priceRow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  width: 28%;
}
.m_planDetailTables .rowCell.recruitInfo .recruitType .priceRow .priceLabel {
  padding: 2px 8px;
  border: 1px solid #60c31d;
  color: #60c31d;
  border-radius: 2px;
}
.m_planDetailTables .rowCell.recruitInfo .recruitType .priceRow .priceValue {
  color: #333;
}
.m_planDetailTables .jsPlanAccordion {
  position: relative;
  cursor: pointer;
}
.m_planDetailTables .jsPlanAccordion::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.m_planDetailTables .jsPlanAccordion.open::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.m_planDetailTables .jsPlanAccordion:hover {
  background: #eeeeee;
}
.m_planDetailTables .planAccordion {
  background: white;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.m_planDetailTables .planAccordion .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.m_planDetailTables .planAccordion .accordionHeader h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  line-height: 1.6;
}
.m_planDetailTables .planAccordion .accordionHeader h3 .subNote {
  display: block;
  font-size: 10px;
  color: #888888;
  font-weight: 600;
  line-height: 1.4;
}
.m_planDetailTables .planAccordion .accordionHeader .accordionToggle {
  padding: 4px 10px;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 12px;
  color: #888888;
  font-weight: 600;
  cursor: pointer;
}

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

img {
  vertical-align: bottom;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  text-decoration: underline;
  border: none;
  color: inherit;
}

@media screen and (min-width: 641px) {
  button:hover,
  a:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

@media screen and (max-width: 640px) {
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  textarea {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
html.isShowEnvBar {
  margin-top: 45px !important;
}
html.isShowEnvBar header.m_header {
  top: 45px;
}
html header.m_header {
  top: 0;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

.mainVisual {
  background-color: #ffffff;
  padding: 100px;
}
.mainVisual .inner {
  width: 1200px !important;
}
.mainVisual .mainContents {
  float: left;
}
.mainVisual .mainContents h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 51px;
}
.mainVisual .threeCircles {
  width: 360px;
  display: flex;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mainVisual .circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  width: 110px;
  height: 110px;
  color: none;
  border: 1px solid #60c31d;
  font-size: 11px;
  font-weight: bold;
  color: #6a6b6b;
}
.mainVisual .circleNumber {
  font-size: 24px;
  color: #60c31d;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.mainVisual .isLead {
  width: 360px !important;
  height: 50px;
  font-size: 16px;
  border-radius: 0px;
  padding: inherit;
}
.mainVisual .entryBox {
  width: 360px;
}
.mainVisual .entryBox input[type=email] {
  border: 2px solid #cccccc;
  margin-bottom: 15px;
  font-size: 12px;
  color: #6a6b6b;
  font-weight: bold;
}
.mainVisual .entryBox input[type=url] {
  border: 2px solid #cccccc;
  margin-bottom: 15px;
  font-size: 12px;
  color: #6a6b6b;
  font-weight: bold;
}
.mainVisual .entryBox input[type=password] {
  border: 2px solid #cccccc;
  margin-bottom: 20px;
  font-size: 12px;
  color: #6a6b6b;
  font-weight: bold;
}
.mainVisual .entryBox .ratePlan a {
  color: #ff8945;
}
.mainVisual .ratePlan {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #6a6b6b;
}
.mainVisual .mainPicture {
  float: left;
  width: 400px;
  padding-left: 70px;
}
.mainVisual .advantage {
  clear: left;
}

/* =========================================================
 * SP
========================================================= */
@media screen and (max-width: 640px) {
  .mainVisual {
    text-align: center;
    padding: 20px;
    width: 100%;
  }
  .mainVisual .inner {
    width: 100% !important;
  }
  .mainVisual .mainContents {
    float: none !important;
  }
  .mainVisual .mainContents h1 {
    font-size: 20px;
    line-height: 34px;
  }
  .mainVisual .mainContents .circle {
    width: 95px;
    height: 95px;
  }
  .mainVisual .mainContents .threeCircles {
    width: 100%;
  }
  .mainVisual .mainContents .entryBox {
    width: 100%;
  }
  .mainVisual .mainContents .circleNumber {
    font-size: 20px;
  }
  .mainVisual .mainContents .isLead {
    width: 100% !important;
    height: 46px;
    font-size: 16px;
    border-radius: 0px;
  }
  .mainVisual .mainPicture {
    padding: 0;
    width: auto;
  }
  .mainVisual .ratePlan {
    float: none !important;
  }
}
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: asset_path("close.png") no-repeat 0 0;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: asset_path("spinner.gif") #111 no-repeat center center;
  border-radius: 8px;
  z-index: 9999;
}

/* CSS Document */
/*-----------------------------------------------------
float設定
------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.boxWrap {
  overflow: hidden;
}

/*-----------------------------------------------------
margin,padding設定
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .mt05 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt45 {
    margin-top: 45px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mb05 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb55 {
    margin-bottom: 55px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb65 {
    margin-bottom: 65px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb75 {
    margin-bottom: 75px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb85 {
    margin-bottom: 85px;
  }
  .mb90 {
    margin-bottom: 90px;
  }
  .mb95 {
    margin-bottom: 95px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .ml15 {
    margin-left: 15px;
  }
  .ml20 {
    margin-left: 20px;
  }
  .ml25 {
    margin-left: 25px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .mr15 {
    margin-right: 15px;
  }
  .mr20 {
    margin-right: 20px;
  }
  .mr25 {
    margin-right: 25px;
  }
  .pl10 {
    padding-left: 10px;
  }
  .pl15 {
    padding-left: 15px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pl25 {
    padding-left: 25px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pl35 {
    padding-left: 35px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pl45 {
    padding-left: 45px;
  }
  .pl50 {
    padding-left: 50px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt25 {
    padding-top: 25px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt35 {
    padding-top: 35px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt45 {
    padding-top: 45px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb35 {
    padding-bottom: 35px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb45 {
    padding-bottom: 45px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
}
/*-----------------------------------------------------
テキスト周り
------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.under {
  text-decoration: underline;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

/*-----------------------------------------------------
pcのみ表示,spのみ表示
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}
.m_customerStoriesCards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 60px;
}
.m_customerStoriesCards .storyCard {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 0 12px;
  width: 340px;
  text-decoration: none;
  color: #333;
}
.m_customerStoriesCards .storyCard:hover {
  opacity: 0.8;
}
.m_customerStoriesCards .storyImage {
  width: 300px;
  height: 170px;
  margin: 0 auto 16px;
  border-radius: 12px;
  overflow: hidden;
}
.m_customerStoriesCards .storyImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m_customerStoriesCards .storyTitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 16px;
}
.m_customerStoriesCards .storyOrg {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 600;
  padding: 0 20px;
  margin-bottom: 20px;
}
.m_customerStoriesCards .storyOrg i {
  color: #60c31d;
}
.m_customerStoriesCards .storyDivider {
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin-bottom: 12px;
}
.m_customerStoriesCards .storyLink {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  justify-content: center;
}
.m_customerStoriesCards .storyLink i {
  color: #60c31d;
}

/* CSS Document --*/
/* # =================================================================
   # 変数定義
   # ================================================================= */
/* z-indexの定義
--------------------------------------------------------- */
/* # =================================================================
   # mixin
   # ================================================================= */
/* bookmarkボタンのオン、オフ切り替え
--------------------------------------------------------- */
/* ホバー時の文字色の変化等の効果
--------------------------------------------------------- */
/* メディアクエリ
--------------------------------------------------------- */
/*===================================================
* Style Index

* - 1. leyout
* -- site
* -- header
* -- footer

* - 2. parts
* -- icon
* -- btn
* -- txt
* -- list
* -- chart
* -- table
* -- column
* -- card

* - 3.section

*===================================================*/
/*-------------------------------------------------------
1.leyout
--------------------------------------------------------*/
/*--site--*/
.users_devise.registrations.new {
  color: #333;
}
@media all and (min-width: 641px) {
  .users_devise.registrations.new {
    min-width: 1000px;
    padding-top: 83px;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.new {
    padding-top: 47px;
  }
}

@media screen and (min-width: 641px) {
  .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    padding: 0 3.125%;
  }
}

.m_header {
  border-bottom: 1px solid #eee;
}
@media all and (min-width: 641px) {
  .m_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 84px;
    width: 100%;
    padding: 15px 20px 0 20px;
    background: #FFF;
    font-size: 14px;
    box-sizing: border-box;
  }
  .m_header_logo {
    float: left;
    margin-right: 20px;
    margin-top: 1px;
  }
  .m_header_logo img {
    width: 120px;
    margin-top: 6px;
    height: auto;
  }
  .m_header_side {
    float: right;
    padding-top: 7px;
  }
  .m_header_side li {
    display: inline-block;
    padding-left: 20px;
  }
  .m_header_side li a.login {
    color: #60c31d;
  }
  .m_header a {
    text-decoration: none;
  }
  .m_header_nav {
    float: left;
  }
  .m_header_nav li {
    float: left;
  }
  .m_header_nav li:not(:first-child) {
    margin-left: 10px;
  }
  .m_header_nav li a {
    display: block;
    padding: 20px 10px 25px 10px;
  }
  .m_header_nav li .current {
    border-bottom: #60c31d 3px solid;
  }
}
@media all and (max-width: 640px) {
  .m_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    font-size: 14px;
    background: #FFF;
    height: 47px;
  }
  .m_header_navBtn {
    display: block;
    position: absolute;
    left: 3.125%;
    width: 34px;
    top: 15px;
    bottom: 0;
  }
  .m_header_navBtn img {
    vertical-align: top;
    width: 100%;
    border-radius: 0px;
  }
  .m_header_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.125%;
    width: 6.5em;
    height: 2.2em;
    max-width: 120px;
    margin: auto;
    border: solid 2px #60c31d;
    border-radius: 20px;
    text-align: center;
    border-radius: 20px;
    text-align: center;
  }
  .m_header_btn a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    font-size: inherit;
    color: #60c31d;
  }
  .m_header_logo {
    font-size: 24px;
  }
  .m_header_logo .activoLogo {
    position: absolute;
    width: 110px;
    margin: 0 auto;
    text-align: center;
    right: 7px;
    left: 0;
  }
  .m_header_logo .activoLogo img {
    margin-top: 11px;
  }
  .m_header_nav {
    display: none;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 47px;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #FFF;
  }
  .m_header_nav li:not(:last-child) a {
    border-bottom: 1px solid #ddd;
  }
  .m_header_nav.active {
    display: block;
  }
  .m_header_nav a {
    display: block;
    padding: 15px 3.125%;
    text-decoration: none;
  }
  .m_header_nav .current {
    background: #e8e8e8;
  }
}

/*-------------------------------------------------------
1.job layout
--------------------------------------------------------*/
/*--site--*/
@media all and (min-width: 641px) {
  .users_devise.registrations.job_new {
    min-width: 1000px;
    padding-top: 83px;
  }
  .users_devise.registrations.job_new .showLargeWindow {
    display: none;
  }
}
@media screen and (min-width: 641px) and (min-width: 1360px) {
  .users_devise.registrations.job_new .showLargeWindow {
    display: block;
  }
}
@media all and (min-width: 641px) {
  .users_devise.registrations.job_new .m_header_nav li a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
    padding: 18px 6px 25px 6px;
  }
  .users_devise.registrations.job_new .m_header_side a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .users_devise.registrations.job_new .m_header_side .volunteerRegLink {
    color: #60c31d;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new .m_header_logo .activoLogo {
    right: 20px;
  }
}
.users_devise.registrations.job_new .m_footer {
  padding: 50px 0;
  font-size: 14px;
  text-align: center;
}
.users_devise.registrations.job_new .m_footer a {
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new .m_footer {
    padding: 25px 0 60px 0;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new {
    padding-top: 47px;
  }
  .users_devise.registrations.job_new .mb10 {
    margin-bottom: 10px;
  }
  .users_devise.registrations.job_new .mb20 {
    margin-bottom: 20px;
  }
}
.users_devise.registrations.job_new .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*-----------------------------------------------------
2.parts
------------------------------------------------------*/
/*--icon--*/
.p_btn {
  display: inline-block;
  padding: 10px 47px;
  font-size: 14px;
  line-height: 1.5em;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  background: #ff8945;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.p_btnMini {
  padding: 10px 30px;
}

.iconAfter:after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  margin: 5px auto 0 auto;
  background-image: url(//static.activo.jp/assets/register_landing_page/common/icon2x-29f52bbad67d4dfbf2ec1d257918b76845b1522c7638661788c7b314b52ff210.png);
  background-repeat: no-repeat;
  background-size: 400%;
}
@media all and (max-width: 640px) {
  .iconAfter:after {
    margin-top: 0;
  }
}

.iconBefore:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 15px auto;
  background-image: url(//static.activo.jp/assets/register_landing_page/common/icon2x-29f52bbad67d4dfbf2ec1d257918b76845b1522c7638661788c7b314b52ff210.png);
  background-repeat: no-repeat;
  background-size: 400%;
}

@media screen and (min-width: 641px) {
  .icon01:after,
  .icon01:before {
    background-position: 0 0;
  }
  .icon02:after,
  .icon02:before {
    background-position: -100px 0;
  }
  .icon03:after,
  .icon03:before {
    background-position: -200px 0;
  }
  .icon04:after,
  .icon04:before {
    background-position: 0 -100px;
  }
  .icon05:after,
  .icon05:before {
    background-position: -100px -100px;
  }
  .icon06:after,
  .icon06:before {
    background-position: -200px -100px;
  }
  .icon07:after,
  .icon07:before {
    background-position: -300px -100px;
  }
}
@media screen and (max-width: 640px) {
  .icon09:after,
  .icon09:before,
  .icon10:after,
  .icon10:before,
  .icon11:after,
  .icon11:before {
    width: 50px;
    height: 50px;
    background-size: 400%;
  }
  .icon09:after,
  .icon09:before {
    background-position: 0 -100px;
  }
  .icon10:after,
  .icon10:before {
    background-position: -50px -100px;
  }
  .icon11:after,
  .icon11:before {
    background-position: -100px -100px;
  }
}
.mark01 {
  position: relative;
  padding-left: 30px;
}
.mark01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 22px;
  background: url(//static.activo.jp/assets/register_landing_page/common/mark-a94d2406c51f19884b58249546834b8a966b5b998a39c067c1c67af4b3391e19.png) no-repeat left 7px;
}
@media all and (max-width: 640px) {
  .mark01 {
    padding-left: 20px;
  }
  .mark01:before {
    top: 0;
    width: 20px;
    height: 16px;
    background-size: 300%;
  }
}

.num {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 100px;
  color: #60c31d;
  text-align: center;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
}
@media all and (min-width: 641px) {
  .num {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 26px;
  }
}
@media all and (max-width: 640px) {
  .num {
    width: 2em;
    height: 2em;
    margin-top: 13px;
    line-height: 2em;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/*--btn--*/
.btn01 {
  display: inline-block;
  padding: 1em 1.5em;
  border: none;
  box-sizing: border-box;
  border-radius: 35px;
  background: #60c31d;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .btn01 {
    width: 380px;
    font-size: 20px;
  }
  .btn01.isLead {
    width: 370px;
  }
}
@media all and (max-width: 640px) {
  .btn01 {
    font-size: 4.5vw;
  }
}

button.isLead {
  background-color: rgb(255, 137, 69);
}

.btn01.btn01-mini {
  width: auto;
  background-color: rgb(255, 137, 69);
  padding: 0.7em 1.5em;
  font-size: 14px;
}

div.entry_unit > div > form > p:nth-of-type(1) > button {
  background-color: rgb(255, 137, 69);
}

.btn02 {
  display: inline-block;
  padding: 0.7em 2em;
  border: 1px solid #bbb;
  background: #F7F7F7;
  color: #545454;
  text-decoration: none;
  border-radius: 3px;
}
@media all and (min-width: 641px) {
  .btn02 {
    min-width: 200px;
  }
}
@media all and (max-width: 640px) {
  .btn02 {
    display: block;
    padding: 0.3em 2em;
    font-size: 4.8vw;
    line-height: 1.4;
  }
}

.linkToRegisterSectionBtn {
  display: inline-block;
  padding: 0.7em 1.3em;
  background: #ff8945;
  color: #FFF !important;
  text-decoration: none;
  border-radius: 5px;
}

.openMauticDownloadModalBtn {
  display: inline-block;
  padding: 0.7em 1.3em;
  background: #60c31d;
  color: #FFF !important;
  text-decoration: none;
  border-radius: 5px;
}

/*--txt--*/
.strong {
  color: #60c31d;
  font-weight: bold;
}

.indent3 {
  text-indent: -3em;
  padding-left: 3em;
}

.fontS {
  font-size: 12px;
}

/*--list--*/
.wordData {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 12px;
}
.wordData dt,
.wordData dd {
  display: table-cell;
  vertical-align: middle;
  background: #60c31d;
  color: #FFF;
  box-sizing: border-box;
}
.wordData dt {
  padding: 0.7em;
  border-right: 1px solid #ABDD8A;
}
.wordData dd {
  width: 3em;
  padding: 0.7em 0.5em;
  text-align: center;
}
@media all and (min-width: 641px) {
  .wordData dt,
  .wordData dd {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .wordData {
    margin-bottom: 6px;
  }
  .wordData dt,
  .wordData dd {
    font-size: 2.5vw;
  }
  .wordData dt {
    padding: 0.5em;
  }
  .wordData dd {
    padding: 0.5em 0;
  }
}

@media all and (min-width: 641px) {
  .noticeList {
    width: 22em;
    margin: 35px auto 0 auto;
  }
}
@media all and (max-width: 640px) {
  .noticeList {
    position: relative;
    text-align: left;
    padding-left: 3em;
  }
  .noticeList span {
    position: absolute;
    left: 0;
  }
}

/*--box--*/
@media screen and (max-width: 640px) {
  .w60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--chart--*/
.charts--vertical {
  height: 14rem;
  background: #FFF;
}

.chartWrap {
  position: relative;
}
.chartWrap_pv {
  position: absolute;
  left: -10px;
  font-size: 12px;
  text-align: right;
}
.chartWrap_pv01 {
  top: 40px;
  width: 6em;
}
.chartWrap_pv02 {
  top: 50%;
  width: 3em;
}
.chartWrap_pv03 {
  bottom: 35px;
  width: 3em;
}
@media all and (min-width: 641px) {
  .chartWrap {
    padding: 40px 80px 40px 40px;
  }
}
@media all and (max-width: 640px) {
  .chartWrap {
    margin-left: 3%;
    padding: 10px 20px 20px 3em;
  }
  .chartWrap_pv {
    font-size: 11px;
    left: -5px;
  }
  .chartWrap_pv01 {
    top: 12px;
  }
  .chartWrap_pv03 {
    bottom: 15px;
  }
}

.chartStyle {
  position: relative;
  width: 100%;
  margin-top: 5px;
  letter-spacing: -0.4em;
  border: #DDD solid 1px;
  box-sizing: border-box;
}
.chartStyle .charts__chart {
  letter-spacing: normal;
  position: relative;
}
.chartStyle .charts__chart:after {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0.5em;
  margin: auto;
  font-size: 16px;
}
.chartStyle .charts__chart span:after {
  display: none;
}
.chartStyle .charts__chart:first-child {
  opacity: 0;
}
.chartStyle .charts__chart:not(:first-child) {
  background: #ddd;
}
.chartStyle .charts__chart:nth-child(2) {
  background: #60c31d;
}
.chartStyle .charts__chart:nth-child(2):after {
  content: "ACTivo";
  font-size: 16px;
  color: #60c31d;
  width: 3.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chartStyle .charts__chart:nth-child(2) .chart_num {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5em;
  font-size: 20px;
  color: #60c31d;
  font-weight: bold;
}
.chartStyle .charts__chart:nth-child(2),
.chartStyle .charts__chart:nth-child(3),
.chartStyle .charts__chart:nth-child(6) {
  top: 1px;
}
.chartStyle .charts__chart:nth-child(3):after {
  content: "B";
}
.chartStyle .charts__chart:nth-child(4):after {
  content: "C";
}
.chartStyle .charts__chart:nth-child(5):after {
  content: "D";
}
.chartStyle .charts__chart:nth-child(6):after {
  content: "E";
}
.chartStyle .charts__chart:last-child {
  margin-right: 0;
}
.chartStyle .charts__chart {
  width: 11%;
  margin-right: 0;
}
.chartStyle .charts__chart:first-child {
  margin-left: -11%;
}
.chartStyle .charts__chart:not(:first-child) {
  margin: 0 7.5% 0 0;
}
.chartStyle .charts__chart:nth-child(2) {
  margin-left: 7.5%;
}

@media screen and (max-width: 640px) {
  .charts--vertical {
    height: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .wrapper .contents .charts__chart:after {
    bottom: -22px;
    font-size: 11px;
  }
  .chartStyle .charts__chart:nth-child(2) .chart_num {
    top: -32px;
  }
  .chartWrap p {
    font-size: 11px;
  }
}
.chartList {
  overflow: hidden;
  padding: 5px 5%;
}
.chartList li {
  float: left;
  width: 20%;
  text-align: center;
}

/*--table--*/
.table01 {
  margin-bottom: 10px;
}
.table01 tr:not(:last-child) th,
.table01 tr:not(:last-child) td {
  border-bottom: 1px solid #ddd;
}
.table01 tr:first-child th {
  padding-top: 10px;
  padding-bottom: 20px;
  vertical-align: middle;
}
.table01 th {
  text-align: center;
  font-weight: bold;
}
.table01 td a {
  display: block;
  text-decoration: underline;
}
@media all and (min-width: 641px) {
  .table01 {
    font-size: 18px;
  }
  .table01 tr th:first-child {
    width: 8em;
  }
  .table01 tr:first-child th {
    font-size: 20px;
  }
  .table01 th {
    padding: 30px 10px;
  }
  .table01 td {
    padding: 30px 25px;
  }
  .table01 a {
    font-size: 14px;
    text-align: right;
  }
}
@media all and (max-width: 640px) {
  .table01 {
    font-size: 12px;
  }
  .table01 tr:first-child th {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .table01 tr th:first-child {
    width: 4em;
  }
  .table01 th,
  .table01 td {
    vertical-align: middle;
  }
  .table01 td {
    padding: 10px;
  }
  .table01 .table01_logo {
    width: 60%;
  }
  .table01 a {
    float: right;
    font-size: inherit;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .columnSp {
    overflow: hidden;
  }
  .columnSp .columnSp_ch2 {
    width: 48%;
  }
  .columnSp .columnSp_ch2:nth-child(odd) {
    clear: both;
    float: left;
  }
  .columnSp .columnSp_ch2:nth-child(even) {
    float: right;
  }
  .columnSp .columnSp_ch4 {
    float: left;
    width: 23.5%;
  }
  .columnSp .columnSp_ch4:not(:nth-of-type(4n)) {
    margin-right: 2%;
  }
}
.columnAll {
  overflow: hidden;
}
.columnAll .columnAll_ch2 {
  width: 48%;
}
.columnAll .columnAll_ch2:nth-child(odd) {
  clear: both;
  float: left;
}
.columnAll .columnAll_ch2:nth-child(even) {
  float: right;
}

/*--card--*/
.cardList {
  margin: 70px 0;
}

/*-------------------------------------------------------
2.job parts
--------------------------------------------------------*/
@media all and (min-width: 641px) {
  .users_devise.registrations.job_new a.p_btnMini {
    padding: 10px 24px;
    color: #fff;
  }
  .users_devise.registrations.job_new .btnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .users_devise.registrations.job_new .jobRegBtn {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    margin: 0 10px;
    border-radius: 4px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
  }
  .users_devise.registrations.job_new .jobRegBtn.isMain {
    background: #FF8945;
  }
  .users_devise.registrations.job_new .jobRegBtn.isSub {
    background: #333;
  }
  .users_devise.registrations.job_new .jobRegBtn.isLarge {
    width: 380px;
  }
  .users_devise.registrations.job_new .jobRegBtn span {
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .users_devise.registrations.job_new .iconReg::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(//static.activo.jp/assets/register_landing_page/iconRegister-38bf3277ae075c5451cc58a67f1fddf0ee96ae6a394499bff3275ca06dce927b.png) no-repeat center/contain;
    margin-right: 10px;
  }
  .users_devise.registrations.job_new .iconContact::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background: url(//static.activo.jp/assets/register_landing_page/iconContact-346c0cbe3be18e975d16f9278c0582a9b68e88058e1a96413d9072538c2b5c63.png) no-repeat center/contain;
    margin-right: 10px;
    margin-top: -2px;
  }
  .users_devise.registrations.job_new small {
    font-size: 0.8em;
  }
  .users_devise.registrations.job_new .serviceNotes {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new .btn02 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .users_devise.registrations.job_new .btnWrap {
    width: 92%;
    margin: 0 auto;
  }
  .users_devise.registrations.job_new .jobRegBtn {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 12px 10px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 15px;
    border-radius: 4px;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25);
  }
  .users_devise.registrations.job_new .jobRegBtn.isMain {
    background: #FF8945;
  }
  .users_devise.registrations.job_new .jobRegBtn.isSub {
    background: #333;
  }
  .users_devise.registrations.job_new .jobRegBtn span {
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .users_devise.registrations.job_new .iconReg::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url(//static.activo.jp/assets/register_landing_page/iconRegister-38bf3277ae075c5451cc58a67f1fddf0ee96ae6a394499bff3275ca06dce927b.png) no-repeat center/contain;
    margin-right: 5px;
    margin-top: -1px;
  }
  .users_devise.registrations.job_new .iconContact::before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url(//static.activo.jp/assets/register_landing_page/iconContact-346c0cbe3be18e975d16f9278c0582a9b68e88058e1a96413d9072538c2b5c63.png) no-repeat center/contain;
    margin-right: 5px;
    margin-top: -1px;
  }
  .users_devise.registrations.job_new small {
    font-size: 0.8em;
  }
  .users_devise.registrations.job_new .serviceNotes {
    display: block;
    font-size: 0.9em;
  }
  .users_devise.registrations.job_new .cardList {
    margin: 20px auto 0;
  }
  .users_devise.registrations.job_new .column .column_ch2 {
    width: 100%;
    margin: 10px auto;
  }
}
.users_devise.registrations.job_new.pc .advantageTable {
  margin-bottom: 50px;
}
.users_devise.registrations.job_new.pc .advantageTable th {
  text-align: center;
  font-weight: bold;
  color: #333;
  box-sizing: border-box;
  letter-spacing: 0.04em;
}
.users_devise.registrations.job_new.pc .advantageTable thead {
  background: #efefef;
}
.users_devise.registrations.job_new.pc .advantageTable thead th {
  padding: 10px;
  border-left: 1px solid #dedede;
  font-size: 16px;
}
.users_devise.registrations.job_new.pc .advantageTable thead th:first-child {
  border-left: none;
  width: 130px;
}
.users_devise.registrations.job_new.pc .advantageTable thead .ourService {
  background: #7FCC4A;
}
.users_devise.registrations.job_new.pc .advantageTable tbody {
  background: #fff;
}
.users_devise.registrations.job_new.pc .advantageTable tbody th {
  font-size: 16px;
  vertical-align: middle;
  border-top: 1px solid #dedede;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td {
  vertical-align: middle;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 12px 6px 12px 40px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td.ourService {
  font-weight: bold;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td.hasAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconHasAdvantege-3329f3314b389f7c498b29729eadb17c5358363c032f62823deb125d205ece10.png) no-repeat center/contain;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td.hasNoAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconNoAdvantege-b4be56ed13672755539a9f0af79a4b6f9183281538d72775b05208607f0516ae.png) no-repeat center/contain;
}
.users_devise.registrations.job_new.pc .advantageTable tbody td.hasDisAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconDisAdvantege-dfb94e4a3e25020a11d4587b991649c5619df9963022b32fb6fc3d9a552c4959.png) no-repeat center/contain;
}
.users_devise.registrations.job_new.sp .advantageTable {
  margin-bottom: 30px;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem {
  margin-bottom: 20px;
  border: 1px solid #dedede;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem.ourService > dt {
  background: #7FCC4A;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem.ourService > dd dd {
  font-weight: bold;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dt {
  background: #efefef;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #dedede;
  padding: 8px;
  box-sizing: border-box;
  min-height: 50px;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dt {
  font-weight: bold;
  width: 30%;
  text-align: center;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dd {
  padding-left: 30px;
  position: relative;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dd::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dd.hasAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconHasAdvantege-3329f3314b389f7c498b29729eadb17c5358363c032f62823deb125d205ece10.png) no-repeat center/contain;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dd.hasNoAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconNoAdvantege-b4be56ed13672755539a9f0af79a4b6f9183281538d72775b05208607f0516ae.png) no-repeat center/contain;
}
.users_devise.registrations.job_new.sp .advantageTable .advantageItem > dd dl dd.hasDisAdvantage::before {
  background: url(//static.activo.jp/assets/register_landing_page/iconDisAdvantege-dfb94e4a3e25020a11d4587b991649c5619df9963022b32fb6fc3d9a552c4959.png) no-repeat center/contain;
}
.users_devise.registrations.job_new .underLine {
  background: linear-gradient(transparent 60%, #60C31D 60%);
}

/*-----------------------------------------------------
3.section
------------------------------------------------------*/
.fullBg {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 641px) {
  .section {
    padding: 80px 0 80px 0;
  }
}
@media all and (max-width: 640px) {
  .section {
    font-size: 12px;
    padding: 20px 0;
  }
}
.section_ttl {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media all and (min-width: 641px) {
  .section_ttl {
    margin-bottom: 30px;
  }
}
.section_ttl:after {
  content: "";
  display: block;
  width: 2em;
  margin: auto;
  border-bottom: #60c31d solid 3px;
  padding-top: 0.5em;
}
@media all and (max-width: 640px) {
  .section_ttl {
    margin-bottom: 20px;
    font-size: 5.5vw;
    line-height: 1.3;
  }
  .section_ttl:after {
    width: 2em;
    border-bottom-width: 2px;
  }
}
.section_ttl small {
  display: block;
  font-size: 0.9rem;
}
.section_ttl-white {
  color: #FFF;
}
.section_ttl-white:after {
  border-color: #FFF;
}

.entryBox dl {
  margin-bottom: 10px;
}
.entryBox p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
.entryBox p a {
  text-decoration: underline;
}
.entryBox p.toRules {
  margin-bottom: 3px;
}
.entryBox input[type=text],
.entryBox input[type=email],
.entryBox input[type=url],
.entryBox input[type=password] {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  border: none;
  line-height: 1;
  font-size: 15px;
  box-sizing: border-box;
}
.entryBox .p_flashBox {
  width: auto;
  margin-bottom: 10px;
}
.entryBox .p_flashBox p {
  margin-bottom: 0;
}
@media all and (min-width: 641px) {
  .entryBox dt {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 640px) {
  .entryBox input[type=text] {
    height: 30px;
    font-size: 12px;
    border-radius: 3px;
  }
  .entryBox dt {
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
  }
}

.lead_entry .lead_entry_ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
.lead_entry .lead_entry_ttl small {
  display: block;
  font-size: 0.75rem;
  color: #535353;
}
.lead_entry dd {
  margin-bottom: 8px;
}
.lead_ttl {
  font-weight: bold;
}
.lead_ttl span {
  font-weight: inherit;
  text-shadow: 1px 1px 2px #000;
}
.lead_entry {
  border-radius: 5px;
}
@media all and (min-width: 641px) {
  .lead {
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(160deg, rgba(31, 143, 195, 0.6), rgba(95, 148, 12, 0.9)), url(//static.activo.jp/assets/mainVisualDefault-c0d620c48328122bb3f94248f084f499ad0ce8299e9f08c94f44805a6dd20ca2.jpg) no-repeat center center;
    background-size: 100%;
    color: #FFF;
    font-size: 14px;
  }
  .lead_inner {
    max-width: 1200px;
    min-width: 1000px;
    margin: auto;
  }
  .lead_ttl {
    float: left;
    display: table;
    width: 760px;
    margin-bottom: 30px;
    font-size: 38px;
  }
  .lead_ttl span {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
    line-height: 1.2;
    text-shadow: 1px 1px 2px #000;
  }
  .lead_sub {
    margin-bottom: 15px;
    font-size: 22px;
    text-shadow: 1px 1px 2px #000;
  }
  .lead_entry {
    float: right;
    width: 370px;
    margin-top: 35px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    color: #333;
  }
  .lead_entry > p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .lead_entry dt {
    font-weight: bold;
  }
  .lead_point {
    float: left;
    width: 700px;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .lead {
    padding: 35px 3.125% 20px 3.125%;
    background: url(//static.activo.jp/assets/mainVisualDefaultSP-2f361e7a391284a8e3e1b1c3d2c58eb3139f2d9d6d5d40a9e90106ea5cd9eda1.jpg) no-repeat;
    background-size: 100%;
  }
  .lead_ttl {
    position: relative;
    padding-bottom: 3.2em;
    color: #FFF;
    font-size: 6vw;
    line-height: 1.4;
  }
  .lead_ttl img {
    position: absolute;
    width: auto;
    height: 4em;
    bottom: -15px;
    right: 0;
  }
  .lead_sub {
    margin-bottom: 8px;
    color: #60c31d;
    font-weight: bold;
    text-align: center;
    font-size: 6vw;
  }
  .lead_entry {
    margin-bottom: 10px;
    padding: 17px 3% 13px 3%;
    background: #FFF;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.07);
  }
  .lead_entry > p {
    padding: 0 2%;
    font-size: 5.3vw;
    text-align: left;
  }
  .lead_entry dl {
    margin-bottom: 15px;
    padding: 0 2%;
  }
  .lead_entry dd {
    margin-bottom: 8px;
    font-weight: bold;
  }
  .lead_entry input[type=text] {
    height: 28px;
    border: #DDD solid 1px;
    background: #eee;
    font-size: 12px;
  }
  .lead .btn01 {
    width: 100%;
    padding: 0.7em 0 0.7em 0.5em;
    font-size: 5.5vw;
  }
  .lead_unit {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
  }
  .lead_unit:first-child {
    padding-top: 10px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1199px) {
  .lead_entry {
    width: 29%;
    margin-right: 15px;
    padding: 20px;
  }
  .lead_entry .btn01 {
    width: 100%;
    padding: 1em;
    font-size: 18px;
  }
  .lead_ttl {
    width: 61%;
    margin-left: 15px;
    font-size: 28px;
  }
  .lead_point {
    width: 61%;
    margin-left: 15px;
  }
  .lead_point p {
    font-size: 12px;
  }
  .lead_point .lead_sub {
    font-size: 22px;
  }
}
@media all and (min-width: 641px) {
  .advantage {
    padding: 75px 0 63px 0;
  }
  .advantage .section_ttl {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .advantage .section_ttl {
    margin-bottom: 5px;
  }
}

.power {
  background: #f7f7f7;
  color: #525252;
}
.power_sub {
  font-weight: bold;
  color: #222;
}
@media all and (min-width: 641px) {
  .power {
    padding: 90px 0 30px 0;
    font-size: 15px;
  }
  .power_unit {
    padding: 45px 0;
  }
  .power_unit p:not(:last-child) {
    margin-bottom: 20px;
  }
  .power_sub {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media all and (max-width: 640px) {
  .power_unit {
    margin-bottom: 0;
  }
  .power_unit p {
    margin-bottom: 15px;
  }
  .power_sub {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
  }
  .power_unit:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 641px) {
  .cost {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  .cost .section_ttl {
    margin-top: 20px;
  }
  .cost p {
    margin-bottom: 15px;
  }
}
.easy {
  background: #f7f7f7;
  color: #525252;
  font-size: 15px;
}
.easy_list {
  text-align: center;
}
.easy_list li {
  font-weight: bold;
}
.easy .column > div {
  margin-top: 20px;
}
.easy_ttl {
  margin-bottom: 25px;
  font-weight: bold;
  color: #222;
}
@media all and (min-width: 641px) {
  .easy {
    padding-bottom: 120px;
  }
  .easy_ttl {
    font-size: 22px;
  }
  .easy_list {
    margin-right: 50px;
  }
}
@media all and (max-width: 640px) {
  .easy {
    padding-bottom: 30px;
    font-size: 12px;
  }
  .easy .section_ttl {
    margin-top: 23px;
  }
  .easy_ttl {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .easy p {
    margin-bottom: 20px;
  }
  .easy_list {
    overflow: hidden;
  }
  .easy_list:before {
    content: "";
    display: block;
    width: 100%;
    height: 75px;
    margin-bottom: 5px;
    background: url(//static.activo.jp/assets/register_landing_page/easyIcon-2b4b67220ffb7deeec80232d9bd1feea20f29614ffaaaf3732acddc4a4395ce7.png) no-repeat left center;
    background-size: 100%;
  }
  .easy_list li {
    float: left;
    width: 25%;
    line-height: 1.2;
  }
  .easy_list li:before {
    display: none;
  }
}

.flow dl {
  background: #FFF;
  border-radius: 5px;
}
.flow dl dt {
  color: #1f1f1f;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.flow dl dd {
  color: #525252;
}
@media all and (min-width: 641px) {
  .flow {
    background-image: linear-gradient(rgba(133, 212, 64, 0.8), rgba(133, 212, 64, 0.8)), url(//static.activo.jp/assets/register_landing_page/flowBg-41eaa631fa93fd2749af78e1dc0b4fff9aba45fc0976216d01eaaeb3b0e4e24c.jpg);
    font-size: 15px;
  }
  .flow .section_ttl {
    margin-bottom: 10px;
  }
  .flow_box {
    display: table;
    margin: 0 -35px;
    border-collapse: separate;
    border-spacing: 35px;
  }
  .flow dl {
    position: relative;
    display: table-cell;
    width: 25%;
    border: 10px solid transparent;
    padding: 25px;
  }
  .flow dl:after {
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    content: "";
    width: 20px;
    height: 20px;
    margin: auto;
    background: url(//static.activo.jp/assets/register_landing_page/common/mark-a94d2406c51f19884b58249546834b8a966b5b998a39c067c1c67af4b3391e19.png) no-repeat -30px top;
  }
  .flow dl:last-child:after {
    display: none;
  }
  .flow dl dt {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 640px) {
  .flow {
    padding: 30px 0;
    background-image: linear-gradient(rgba(133, 212, 64, 0.8), rgba(133, 212, 64, 0.8)), url(//static.activo.jp/assets/register_landing_page/flowBg-41eaa631fa93fd2749af78e1dc0b4fff9aba45fc0976216d01eaaeb3b0e4e24c.jpg);
  }
  .flow .section_ttl {
    margin-bottom: 15px;
  }
  .flow_box {
    padding-top: 10px;
  }
  .flow_box dl {
    position: relative;
    padding: 10px;
    text-align: center;
  }
  .flow_box dl:not(:last-child) {
    margin-bottom: 35px;
  }
  .flow_box dl dt {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .flow_box dl:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    display: block;
    width: 18px;
    height: 12px;
    margin: auto;
    background: url(//static.activo.jp/assets/register_landing_page/common/mark-a94d2406c51f19884b58249546834b8a966b5b998a39c067c1c67af4b3391e19.png) no-repeat;
    background-position: right top;
    background-size: 200%;
  }
  .flow_box dl:last-child:after {
    display: none;
  }
}

.faq_unit {
  margin-bottom: 60px;
}
.faq_unit dt,
.faq_unit dd {
  padding-left: 35px;
}
.faq_unit dt:before,
.faq_unit dd:before {
  display: block;
  width: 1em;
  height: 1px;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -5px;
  font-weight: 500;
  font-family: Arial;
}
.faq_unit dt {
  position: relative;
  font-weight: bold;
}
.faq_unit dt:before {
  content: "Q";
  color: #60c31d;
  background-position: left bottom;
}
.faq_unit dd {
  position: relative;
}
.faq_unit dd:before {
  content: "A";
  padding-left: 2px;
  color: #666;
  background-position: -30px bottom;
}
@media all and (min-width: 641px) {
  .faq {
    font-size: 16px;
  }
  .faq_box {
    margin: 70px 0;
  }
  .faq_unit dt {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 640px) {
  .faq {
    padding: 35px 0 20px 0;
  }
  .faq_box {
    margin: 30px 0 0 0;
  }
  .faq_unit {
    margin: 20px 0;
  }
  .faq_unit:last-child {
    margin-bottom: 30px;
  }
  .faq_unit dt,
  .faq_unit dd {
    padding-left: 20px;
  }
  .faq_unit dt {
    margin-bottom: 5px;
  }
  .faq_unit dt:before,
  .faq_unit dd:before {
    font-size: 16px;
    font-weight: bold;
    top: 0;
  }
}

.entry {
  color: #FFF;
  font-size: 12px;
}
.entry_unit dl {
  margin-bottom: 40px;
}
.entry_unit dd {
  margin-bottom: 20px;
}
.entry_unit input {
  border-radius: 5px;
}
@media all and (min-width: 641px) {
  .entry {
    background-image: url(//static.activo.jp/assets/register_landing_page/entryBg-86403bfc7777bb4876d396b382f3da742ffa46e2c0c9c89721371f49425fcdf3.jpg);
  }
  .entry_unit {
    width: 587px;
    margin: auto;
  }
}
@media all and (max-width: 640px) {
  .entry {
    padding: 35px 0 20px 0;
    background-image: url(//static.activo.jp/assets/register_landing_page/sp_entryBg-f81df6fc846ef1ad0e7846efdd42ce3d62d532ba295d9607525edbdc9d4e231f.jpg);
  }
  .entry dl {
    margin-bottom: 15px;
  }
  .entry dl dd {
    margin-bottom: 10px;
  }
  .entry .btn01 {
    width: 100%;
    font-size: 5.5vw;
    padding: 0.7em 0 0.7em 0.5em;
  }
}

.contact {
  font-size: 12px;
}
.contact_unit {
  width: 586px;
  margin: auto;
}
.contact_unit dl {
  margin-bottom: 30px;
}
.contact_unit dt {
  margin-bottom: 5px;
}
.contact_unit dd {
  margin-bottom: 20px;
}
.contact_unit input[type=text],
.contact_unit input[type=email],
.contact_unit textarea {
  width: 100%;
  border: none;
  background: #eee;
  font-size: 15px;
  border-radius: 5px;
}
.contact_unit textarea {
  height: 10em;
}
.contact_unit input[type=text],
.contact_unit input[type=email] {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
}

.membar {
  background: #F7F7F7;
}
.membar_unit {
  text-align: center;
}
.membar_unit figure {
  margin-bottom: 25px;
}
.membar_unit figure figcaption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.membar_unit figure figcaption span {
  display: block;
  font-size: 12px;
  color: #666;
}
@media all and (min-width: 641px) {
  .membar {
    font-size: 14px;
  }
  .membar_unit {
    margin-top: 30px;
  }
  .membar_unit figure img {
    width: 90px;
    height: auto;
  }
}
@media all and (max-width: 640px) {
  .membar {
    padding: 40px 0 15px;
  }
  .membar_box {
    width: 87%;
    margin: auto;
  }
  .membar_unit {
    margin-bottom: 20px;
  }
  .membar_unit figure {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .membar_unit figure figcaption {
    font-size: 4.5vw;
  }
  .membar_unit p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 500px) {
  .clearfix {
    clear: both;
  }
  .graphSection {
    width: 300px;
    margin: 0 auto;
  }
  .graphTitle {
    width: 100%;
    height: 20px;
  }
  .graphScale {
    float: left;
    color: #5F5F5F;
    font-size: 12px;
  }
  .graphInfo {
    float: right;
    color: #767676;
    font-size: 11px;
  }
  .graphFrame {
    float: right;
    width: 270px;
    height: 200px;
    border: 1px solid #DDDDDD;
    position: relative;
  }
  .graphParts {
    width: 100%;
    height: 20px;
    border-bottom: 1px dotted #DDDDDD;
  }
  .graphParts p {
    position: relative;
    left: -20px;
    top: 10px;
    display: inline-block;
    color: #A1A1A1;
  }
  .graph75 {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #58C700;
    left: 15px;
    top: -28px;
  }
  .graphBar {
    width: 30px;
    position: absolute;
    bottom: 0;
  }
  .graphBarGreen {
    background-color: #58C700;
  }
  .graphBarGray {
    background-color: #DDDDDD;
  }
  .graphBottom {
    position: relative;
    width: 270px;
    height: 20px;
    margin-left: 30px;
  }
  .graphBottomBox {
    position: absolute;
    width: 30px;
  }
  .graphBottomBox p {
    text-align: center;
    font-size: 10px;
    color: #828282;
    padding-top: 4px;
  }
  p.graphActivo {
    color: #58C700;
    font-weight: bold;
  }
  .t1 {
    left: 14px;
  }
  .g1 {
    left: 20px;
  }
  .g2 {
    left: 70px;
  }
  .g3 {
    left: 120px;
  }
  .g4 {
    left: 170px;
  }
  .g5 {
    left: 220px;
  }
}
@media screen and (min-width: 500px) {
  .clearfix {
    clear: both;
  }
  .graphSection {
    width: 450px;
  }
  .graphTitle {
    width: 100%;
    height: 30px;
  }
  .graphScale {
    float: left;
    color: #5F5F5F;
    font-size: 16px;
  }
  .graphInfo {
    float: right;
    color: #767676;
    font-size: 14px;
  }
  .graphFrame {
    float: right;
    width: 405px;
    height: 300px;
    border: 1px solid #DDDDDD;
    position: relative;
  }
  .graphParts {
    width: 100%;
    height: 29px;
    border-bottom: 1px dotted #DDDDDD;
  }
  .graphParts p {
    position: relative;
    left: -30px;
    top: 20px;
    display: inline-block;
    color: #A1A1A1;
  }
  .graph75 {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    color: #58C700;
    left: 15px;
    top: -40px;
  }
  .graphBar {
    width: 45px;
    position: absolute;
    bottom: 0;
  }
  .graphBarGreen {
    background-color: #58C700;
  }
  .graphBarGray {
    background-color: #DDDDDD;
  }
  .graphBottom {
    position: relative;
    width: 405px;
    height: 30px;
    margin-left: 45px;
  }
  .graphBottomBox {
    position: absolute;
    width: 45px;
  }
  .graphBottomBox p {
    text-align: center;
    font-size: 15px;
    color: #828282;
    padding-top: 5px;
  }
  p.graphActivo {
    color: #58C700;
    font-weight: bold;
  }
  .t1 {
    left: 20px;
  }
  .g1 {
    left: 30px;
  }
  .g2 {
    left: 105px;
  }
  .g3 {
    left: 180px;
  }
  .g4 {
    left: 255px;
  }
  .g5 {
    left: 330px;
  }
}
/*-----------------------------------------------------
3.job section
------------------------------------------------------*/
@media all and (min-width: 641px) {
  .users_devise.registrations.job_new .section {
    padding: 100px 0 0;
    margin-top: -20px;
  }
  .users_devise.registrations.job_new .section.flow {
    margin: 0 auto;
    padding: 80px 0;
  }
  .users_devise.registrations.job_new .section.faq {
    margin: 0 auto;
    padding: 80px 0;
  }
  .users_devise.registrations.job_new .section.entry {
    margin: 0 auto;
    padding: 80px 0;
  }
  .users_devise.registrations.job_new .sectionTitle {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #333;
    letter-spacing: 0.04em;
    margin-bottom: 50px;
  }
  .users_devise.registrations.job_new .sectionTitle-white {
    color: #fff;
  }
  .users_devise.registrations.job_new .sectionTitle-white::after {
    border-color: #fff !important;
  }
  .users_devise.registrations.job_new .sectionTitle span {
    font-size: 0.6em;
  }
  .users_devise.registrations.job_new .sectionTitle > * {
    font-weight: bold;
    line-height: 1;
  }
  .users_devise.registrations.job_new .sectionTitle::after {
    content: "";
    display: block;
    width: 2em;
    margin: auto;
    border-bottom: #60c31d solid 3px;
    padding-top: 0.5em;
  }
  .users_devise.registrations.job_new .sectionMain {
    margin-bottom: 100px;
  }
  .users_devise.registrations.job_new .sectionSub {
    background: #f7f7f7;
    padding: 50px 0;
  }
  .users_devise.registrations.job_new .content {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .users_devise.registrations.job_new .contentTxt p {
    font-size: 15px;
    line-height: 1.6;
  }
  .users_devise.registrations.job_new .contentTitle {
    border-left: 4px solid #60c31d;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .users_devise.registrations.job_new .contentTitle h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 5px;
  }
  .users_devise.registrations.job_new .contentTitle h3::before {
    content: "";
    display: inline-block;
    color: #60c31d;
    padding-right: 5px;
    letter-spacing: -0.05em;
  }
  .users_devise.registrations.job_new .contentTitle h3 p {
    font-size: 15px;
    color: #333;
    font-weight: bold;
  }
  .users_devise.registrations.job_new .content01 .contentTitle h3::before {
    content: "01";
  }
  .users_devise.registrations.job_new .content02 .contentTitle h3::before {
    content: "02";
  }
  .users_devise.registrations.job_new .content03 .contentTitle h3::before {
    content: "03";
  }
  .users_devise.registrations.job_new .contentDescription {
    max-width: 580px;
  }
  .users_devise.registrations.job_new .lead {
    overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(160deg, rgba(31, 143, 195, 0.6), rgba(95, 148, 12, 0.9)), url(//static.activo.jp/assets/pcBackImg6-a9f2e67fe7aed6239aeacc90b88a190387e539d309f82e9f115223ac737d4363.jpg) no-repeat center center;
    background-size: 100%;
    color: #FFF;
    font-size: 14px;
  }
  .users_devise.registrations.job_new .leadInner {
    max-width: 1200px;
    min-width: 1000px;
    margin: auto;
    text-align: center;
  }
  .users_devise.registrations.job_new .leadTitle {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.02em;
    display: inline-block;
    padding: 0 5px;
  }
  .users_devise.registrations.job_new .leadTxt {
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-shadow: 1px 1px 2px #000;
  }
  .users_devise.registrations.job_new .leadPoint {
    margin: 40px auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .users_devise.registrations.job_new .leadPoint li {
    color: #60C31D;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    letter-spacing: 0.05em;
    margin: 0 5px;
  }
  .users_devise.registrations.job_new .featuresContent {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .users_devise.registrations.job_new .featuresFigure {
    width: 260px;
    min-width: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
  }
  .users_devise.registrations.job_new .featuresFigure img {
    max-width: 100%;
  }
  .users_devise.registrations.job_new .featuresDescription h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .users_devise.registrations.job_new .featuresDescription h3::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #60c31d;
    margin-right: 8px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    font-style: italic;
  }
  .users_devise.registrations.job_new .features01 .featuresDescription h3::before {
    content: "1";
  }
  .users_devise.registrations.job_new .features02 .featuresDescription h3::before {
    content: "2";
  }
  .users_devise.registrations.job_new .features03 .featuresDescription h3::before {
    content: "3";
  }
  .users_devise.registrations.job_new .attraction .sectionMain {
    margin-top: 60px;
  }
  .users_devise.registrations.job_new .attraction .sectionSub {
    padding-bottom: 10px;
  }
  .users_devise.registrations.job_new .attraction .contentSeo .contentFigure {
    max-width: 380px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .users_devise.registrations.job_new .attraction .contentSeo .contentFigure .wordData {
    width: 49%;
  }
  .users_devise.registrations.job_new .attraction .contentUserData .contentFigure img {
    margin: 0 5px;
  }
  .users_devise.registrations.job_new .attractionTxt {
    width: 500px;
    float: left;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
  }
  .users_devise.registrations.job_new .attractionTxt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .users_devise.registrations.job_new .attractionTxt h3 span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .attractionTxt p {
    font-size: 14px;
  }
  .users_devise.registrations.job_new .attractionFigure {
    float: right;
  }
  .users_devise.registrations.job_new .priceList .sectionMain {
    margin-top: 60px;
  }
  .users_devise.registrations.job_new .priceList .sectionMain .inner {
    width: 800px;
  }
  .users_devise.registrations.job_new .priceList .sectionSub h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
  }
  .users_devise.registrations.job_new .priceList .sectionSub p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.02em;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  .users_devise.registrations.job_new .priceList .sectionSub p span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .priceList .priceWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 35px;
  }
  .users_devise.registrations.job_new .priceList .price {
    width: 32%;
    text-align: center;
    border: 1px solid #ddd;
  }
  .users_devise.registrations.job_new .priceList .price dt {
    color: #333;
    background: #EEF8E7;
    font-weight: bold;
    padding: 15px 10px;
  }
  .users_devise.registrations.job_new .priceList .price dd p {
    padding: 15px 10px;
    border-top: 1px solid #ddd;
  }
  .users_devise.registrations.job_new .priceList .priceTxt {
    margin: 0 auto 25px;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li {
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li:before {
    margin-top: -2px;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .usages .sectionMain {
    margin-top: 60px;
  }
  .users_devise.registrations.job_new .usages .sectionSub h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
  }
  .users_devise.registrations.job_new .usages .sectionSub p {
    width: 660px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
  }
  .users_devise.registrations.job_new .usages .sectionSub .btnWrap {
    margin-top: 50px;
  }
  .users_devise.registrations.job_new .usages .contentFunctions .contentFigure {
    width: 320px;
  }
  .users_devise.registrations.job_new .usages .contentFunctions .contentFigure li {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    color: #333;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory {
    margin: 50px auto 100px;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul {
    background: #F8FCF5;
    margin-top: 25px;
    padding: 15px;
    box-sizing: border-box;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li::after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li:last-child::after {
    content: "等";
    padding-left: 20px;
  }
  .users_devise.registrations.job_new .flow .flow_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0;
  }
  .users_devise.registrations.job_new .flow .flow_box .flowItemLarge {
    width: 100%;
    margin: 20px auto 0;
  }
  .users_devise.registrations.job_new .flow dl {
    display: block;
    width: 22%;
    margin-left: 4%;
    padding: 10px;
    box-sizing: border-box;
  }
  .users_devise.registrations.job_new .flow dl:first-child {
    margin-left: 0;
  }
  .users_devise.registrations.job_new .flow dl:nth-child(4):after {
    content: none;
  }
  .users_devise.registrations.job_new .flow dl dt {
    margin-bottom: 20px;
  }
  .users_devise.registrations.job_new .flow dl dd {
    font-size: 14px;
    line-height: 1.6;
  }
  .users_devise.registrations.job_new .faq .faq_box {
    margin-bottom: 0;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new .section {
    padding: 77px 0 30px;
    margin-top: -47px;
  }
  .users_devise.registrations.job_new .section.flow {
    padding: 30px 0;
    margin: 0 auto;
  }
  .users_devise.registrations.job_new .section.entry {
    padding: 30px 0 20px;
    margin: 0 auto;
  }
  .users_devise.registrations.job_new .sectionTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
    letter-spacing: 0.04em;
    width: 96%;
    margin: 0 auto 30px;
  }
  .users_devise.registrations.job_new .sectionTitle-white {
    color: #fff;
  }
  .users_devise.registrations.job_new .sectionTitle-white::after {
    border-color: #fff !important;
  }
  .users_devise.registrations.job_new .sectionTitle span {
    font-size: 0.8em;
  }
  .users_devise.registrations.job_new .sectionTitle > * {
    font-weight: bold;
  }
  .users_devise.registrations.job_new .sectionTitle::after {
    content: "";
    display: block;
    width: 2em;
    margin: auto;
    border-bottom: #60c31d solid 3px;
    padding-top: 0.5em;
  }
  .users_devise.registrations.job_new .sectionMain {
    margin-bottom: 50px;
  }
  .users_devise.registrations.job_new .sectionSub {
    background: #f7f7f7;
    padding: 30px 0;
  }
  .users_devise.registrations.job_new .content {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .users_devise.registrations.job_new .contentFigure {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    order: 1;
    width: 100%;
  }
  .users_devise.registrations.job_new .contentFigure img {
    margin: 0 auto;
  }
  .users_devise.registrations.job_new .contentTxt p {
    font-size: 15px;
    line-height: 1.6;
  }
  .users_devise.registrations.job_new .contentTitle {
    border-left: 2px solid #60c31d;
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .users_devise.registrations.job_new .contentTitle h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .users_devise.registrations.job_new .contentTitle h3::before {
    content: "";
    display: inline-block;
    color: #60c31d;
    letter-spacing: -0.05em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .users_devise.registrations.job_new .contentTitle h3 p {
    font-size: 14px;
    color: #333;
    font-weight: bold;
  }
  .users_devise.registrations.job_new .content01 .contentTitle h3::before {
    content: "01";
  }
  .users_devise.registrations.job_new .content02 .contentTitle h3::before {
    content: "02";
  }
  .users_devise.registrations.job_new .content03 .contentTitle h3::before {
    content: "03";
  }
  .users_devise.registrations.job_new .lead {
    background: linear-gradient(160deg, rgba(31, 143, 195, 0.6), rgba(95, 148, 12, 0.9)), url(//static.activo.jp/assets/pcBackImg6-a9f2e67fe7aed6239aeacc90b88a190387e539d309f82e9f115223ac737d4363.jpg) no-repeat center/cover;
    color: #FFF;
    font-size: 14px;
  }
  .users_devise.registrations.job_new .leadInner {
    margin: auto;
    text-align: center;
  }
  .users_devise.registrations.job_new .leadTitle {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.04em;
    display: inline;
  }
}
@media all and (max-width: 640px) and (min-width: 640px) {
  .users_devise.registrations.job_new .leadTitle {
    padding: 0 5px;
  }
}
@media all and (max-width: 640px) and (max-width: 640px) {
  .users_devise.registrations.job_new .leadTitle {
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .users_devise.registrations.job_new .leadTxt {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-shadow: 1px 1px 2px #000;
  }
  .users_devise.registrations.job_new .leadPoint {
    margin: 20px auto 30px;
    width: 80%;
  }
  .users_devise.registrations.job_new .leadPoint li {
    color: #60C31D;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 10px;
    border-radius: 20px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
  }
  .users_devise.registrations.job_new .featuresContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 35px;
  }
  .users_devise.registrations.job_new .featuresFigure {
    width: 100%;
    order: 1;
    text-align: center;
  }
  .users_devise.registrations.job_new .featuresDescription {
    margin-bottom: 20px;
  }
  .users_devise.registrations.job_new .featuresDescription h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
  }
  .users_devise.registrations.job_new .featuresDescription h3::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: #60c31d;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.9;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
  }
  .users_devise.registrations.job_new .features01 .featuresDescription h3::before {
    content: "1";
  }
  .users_devise.registrations.job_new .features02 .featuresDescription h3::before {
    content: "2";
  }
  .users_devise.registrations.job_new .features03 .featuresDescription h3::before {
    content: "3";
  }
  .users_devise.registrations.job_new .features .sectionSub h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .users_devise.registrations.job_new .attraction .contentSeo .wordData {
    width: 49%;
  }
  .users_devise.registrations.job_new .attraction .contentUserData .contentFigure img {
    width: 48%;
  }
  .users_devise.registrations.job_new .attractionTxt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
  .users_devise.registrations.job_new .attractionTxt h3 span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .attractionTxt p {
    font-size: 14px;
  }
  .users_devise.registrations.job_new .attractionFigure {
    margin: 20px auto;
  }
  .users_devise.registrations.job_new .priceList .sectionSub h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .users_devise.registrations.job_new .priceList .sectionSub p {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .users_devise.registrations.job_new .priceList .sectionSub p span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .priceList .price {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #ddd;
  }
  .users_devise.registrations.job_new .priceList .price dt {
    color: #333;
    background: #EEF8E7;
    font-weight: bold;
    padding: 8px 5px;
  }
  .users_devise.registrations.job_new .priceList .price dd p {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
  }
  .users_devise.registrations.job_new .priceList .priceTxt {
    margin: 0 auto 10px;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.04em;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li:before {
    margin-top: -2px;
  }
  .users_devise.registrations.job_new .priceList .priceTxt li span {
    font-weight: bold;
    color: #60c31d;
  }
  .users_devise.registrations.job_new .usages .sectionSub h3 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    font-size: 16px;
  }
  .users_devise.registrations.job_new .usages .sectionSub p {
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    color: #333;
  }
  .users_devise.registrations.job_new .usages .sectionSub .btnWrap {
    margin-top: 25px;
  }
  .users_devise.registrations.job_new .usages .contentFunctions .column {
    width: 100%;
  }
  .users_devise.registrations.job_new .usages .contentFunctions .column::before {
    content: "";
    display: block;
    width: 100%;
    height: 30vw;
    margin-bottom: 5px;
    background: url(//static.activo.jp/assets/register_landing_page/easyIcon-2b4b67220ffb7deeec80232d9bd1feea20f29614ffaaaf3732acddc4a4395ce7.png) no-repeat left center;
    background-size: 134%;
  }
  .users_devise.registrations.job_new .usages .contentFunctions .column .iconBefore::before {
    content: none;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory {
    margin: 40px auto 10px;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul {
    background: #F8FCF5;
    margin-top: 25px;
    padding: 15px;
    box-sizing: border-box;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.04em;
    position: relative;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li::after {
    content: "/";
    display: inline-block;
    padding: 0 5px;
  }
  .users_devise.registrations.job_new .introduction .introductionCategory ul li:last-child::after {
    content: "等";
    padding-left: 15px;
  }
  .users_devise.registrations.job_new .flow .flow_box {
    margin: 0 auto 30px;
  }
  .users_devise.registrations.job_new .faq {
    margin-bottom: 30px;
  }
  .users_devise.registrations.job_new .faq .faq_box {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 641px) {
  .u_pcOnly {
    display: block;
  }
}
@media all and (max-width: 640px) {
  .u_pcOnly {
    display: none;
  }
}

/*===================================================
* registerページのスタイル
*===================================================*/
body.users_devise.registrations.new.pc .firstView,
body.users_devise.registrations.create.pc .firstView {
  background: #f4ffed;
}
body.users_devise.registrations.new.pc .firstView .fvContainer,
body.users_devise.registrations.create.pc .firstView .fvContainer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 40px 0;
  width: 1280px;
  margin: 0 auto;
}
body.users_devise.registrations.new.pc .firstView .fvLeft,
body.users_devise.registrations.create.pc .firstView .fvLeft {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}
body.users_devise.registrations.new.pc .firstView .fvHeadline,
body.users_devise.registrations.create.pc .firstView .fvHeadline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.users_devise.registrations.new.pc .firstView .fvHeadlineSub,
body.users_devise.registrations.create.pc .firstView .fvHeadlineSub {
  font-size: 24px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.48px;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .orangeText,
body.users_devise.registrations.create.pc .firstView .orangeText {
  font-weight: 600;
  color: #ff8945;
}
body.users_devise.registrations.new.pc .firstView .fvHeadlineMain,
body.users_devise.registrations.create.pc .firstView .fvHeadlineMain {
  font-size: 28px;
  color: #60c31d;
  line-height: 1.7;
  letter-spacing: 0.64px;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .greenText,
body.users_devise.registrations.create.pc .firstView .greenText {
  font-weight: 600;
  font-size: 36px;
  color: #60c31d;
}
body.users_devise.registrations.new.pc .firstView .fvDescription,
body.users_devise.registrations.create.pc .firstView .fvDescription {
  margin-top: 20px;
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
body.users_devise.registrations.new.pc .firstView .fvFeatures,
body.users_devise.registrations.create.pc .firstView .fvFeatures {
  display: flex;
  gap: 20px;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureCard,
body.users_devise.registrations.create.pc .firstView .fvFeatureCard {
  display: flex;
  gap: 16px;
  background: white;
  border-radius: 12px;
  padding: 24px 20px;
  flex: 1;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureIcon,
body.users_devise.registrations.create.pc .firstView .fvFeatureIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureIcon img,
body.users_devise.registrations.create.pc .firstView .fvFeatureIcon img {
  width: 90px;
  height: 90px;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureText,
body.users_devise.registrations.create.pc .firstView .fvFeatureText {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureText h3,
body.users_devise.registrations.create.pc .firstView .fvFeatureText h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .fvFeatureText p,
body.users_devise.registrations.create.pc .firstView .fvFeatureText p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
body.users_devise.registrations.new.pc .firstView .fvPlanButton,
body.users_devise.registrations.create.pc .firstView .fvPlanButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  background: white;
  border: 1px solid #60c31d;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #60c31d;
  text-decoration: none;
  width: 360px;
  margin: 0 auto;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .fvRight,
body.users_devise.registrations.create.pc .firstView .fvRight {
  width: 506px;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .firstView .fvFormBox,
body.users_devise.registrations.create.pc .firstView .fvFormBox {
  background: white;
  border-radius: 12px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body.users_devise.registrations.new.pc .firstView .fvFormBox .flashZone .p_flashBox,
body.users_devise.registrations.create.pc .firstView .fvFormBox .flashZone .p_flashBox {
  box-sizing: border-box;
  margin-bottom: 24px;
}
body.users_devise.registrations.new.pc .firstView .fvFormTitle,
body.users_devise.registrations.create.pc .firstView .fvFormTitle {
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.4px;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .fvFormFields,
body.users_devise.registrations.create.pc .firstView .fvFormFields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.users_devise.registrations.new.pc .firstView .fvFormField,
body.users_devise.registrations.create.pc .firstView .fvFormField {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.users_devise.registrations.new.pc .firstView .fvFormField label,
body.users_devise.registrations.create.pc .firstView .fvFormField label {
  font-size: 12px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.24px;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=email],
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=url],
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=password],
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=email],
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=url],
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=password] {
  background: #f4f5f3;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 13px 10px;
  font-size: 14px;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=email]::-webkit-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=url]::-webkit-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=password]::-webkit-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=email]::-webkit-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=url]::-webkit-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=password]::-webkit-input-placeholder {
  color: #888888;
}
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=email]:-ms-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=url]:-ms-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=password]:-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=email]:-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=url]:-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=password]:-ms-input-placeholder {
  color: #888888;
}
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=email]::-ms-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=url]::-ms-input-placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=password]::-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=email]::-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=url]::-ms-input-placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=password]::-ms-input-placeholder {
  color: #888888;
}
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=email]::placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=url]::placeholder,
body.users_devise.registrations.new.pc .firstView .fvFormField input[type=password]::placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=email]::placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=url]::placeholder,
body.users_devise.registrations.create.pc .firstView .fvFormField input[type=password]::placeholder {
  color: #888888;
}
body.users_devise.registrations.new.pc .firstView .fvFormField .p_flashBox,
body.users_devise.registrations.create.pc .firstView .fvFormField .p_flashBox {
  box-sizing: border-box;
}
body.users_devise.registrations.new.pc .firstView .fvFormCheckboxes,
body.users_devise.registrations.create.pc .firstView .fvFormCheckboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
body.users_devise.registrations.new.pc .firstView .fvFormCheckbox,
body.users_devise.registrations.create.pc .firstView .fvFormCheckbox {
  display: flex;
  gap: 8px;
  align-items: center;
}
body.users_devise.registrations.new.pc .firstView .fvFormCheckbox input[type=checkbox],
body.users_devise.registrations.create.pc .firstView .fvFormCheckbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .firstView .fvFormCheckbox label,
body.users_devise.registrations.create.pc .firstView .fvFormCheckbox label {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  letter-spacing: 0.28px;
}
body.users_devise.registrations.new.pc .firstView .fvFormCheckbox label a,
body.users_devise.registrations.create.pc .firstView .fvFormCheckbox label a {
  color: #60c31d;
  text-decoration: underline;
}
body.users_devise.registrations.new.pc .firstView .fvFormSubmit,
body.users_devise.registrations.create.pc .firstView .fvFormSubmit {
  display: block;
  margin: 40px auto 0;
  background: #ff8945;
  border-radius: 3px;
  padding: 12px 24px;
  font-size: 18px;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.36px;
}
body.users_devise.registrations.new.pc .usageStats,
body.users_devise.registrations.create.pc .usageStats {
  padding: 80px 0;
  max-width: 1440px;
  margin: 0 auto;
}
body.users_devise.registrations.new.pc .usageStats .statsTitle,
body.users_devise.registrations.create.pc .usageStats .statsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .usageStats .statsTitle h2,
body.users_devise.registrations.create.pc .usageStats .statsTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .usageStats .statsTitle::after,
body.users_devise.registrations.create.pc .usageStats .statsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .usageStats .statsCards,
body.users_devise.registrations.create.pc .usageStats .statsCards {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
body.users_devise.registrations.new.pc .usageStats .statsCard,
body.users_devise.registrations.create.pc .usageStats .statsCard {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 250px;
}
body.users_devise.registrations.new.pc .usageStats .statsCard span,
body.users_devise.registrations.create.pc .usageStats .statsCard span {
  position: absolute;
  top: -17px;
  left: 42px;
  background: #60c31d;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  padding: 4px 28px;
  border-radius: 40px;
  text-align: center;
  white-space: nowrap;
}
body.users_devise.registrations.new.pc .usageStats .statsCard > div,
body.users_devise.registrations.create.pc .usageStats .statsCard > div {
  background: white;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 42px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.users_devise.registrations.new.pc .usageStats .statsCard > div p,
body.users_devise.registrations.create.pc .usageStats .statsCard > div p {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
body.users_devise.registrations.new.pc .usageStats .statsCard > div p strong,
body.users_devise.registrations.create.pc .usageStats .statsCard > div p strong {
  font-size: 40px;
  color: #ff8945;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .usageStats .statsNote,
body.users_devise.registrations.create.pc .usageStats .statsNote {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: right;
  padding-right: 190px;
}
body.users_devise.registrations.new.pc .usageOrganizations,
body.users_devise.registrations.create.pc .usageOrganizations {
  display: none;
  padding: 80px 0;
  max-width: 1440px;
  margin: 0 auto;
}
body.users_devise.registrations.new.pc .usageOrganizations .organizationsTitle,
body.users_devise.registrations.create.pc .usageOrganizations .organizationsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .usageOrganizations .organizationsTitle h2,
body.users_devise.registrations.create.pc .usageOrganizations .organizationsTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .usageOrganizations .organizationsTitle::after,
body.users_devise.registrations.create.pc .usageOrganizations .organizationsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .usageOrganizations .organizationsLogos,
body.users_devise.registrations.create.pc .usageOrganizations .organizationsLogos {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto;
}
body.users_devise.registrations.new.pc .usageOrganizations .logosRow,
body.users_devise.registrations.create.pc .usageOrganizations .logosRow {
  display: flex;
  gap: 22px;
  overflow: hidden;
}
body.users_devise.registrations.new.pc .usageOrganizations .logoItem,
body.users_devise.registrations.create.pc .usageOrganizations .logoItem {
  width: 146px;
  height: 61px;
  background: #d9d9d9;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .benefits,
body.users_devise.registrations.create.pc .benefits {
  padding: 80px 0;
  max-width: 1440px;
  margin: 0 auto;
}
body.users_devise.registrations.new.pc .benefits .benefitsTitle,
body.users_devise.registrations.create.pc .benefits .benefitsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .benefits .benefitsTitle h2,
body.users_devise.registrations.create.pc .benefits .benefitsTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .benefits .benefitsTitle::after,
body.users_devise.registrations.create.pc .benefits .benefitsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .benefits .benefitsContent,
body.users_devise.registrations.create.pc .benefits .benefitsContent {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1060px;
  margin: 0 auto 60px;
}
body.users_devise.registrations.new.pc .benefits .benefitItem,
body.users_devise.registrations.create.pc .benefits .benefitItem {
  display: flex;
  gap: 40px;
  align-items: center;
}
body.users_devise.registrations.new.pc .benefits .benefitItem:nth-child(2),
body.users_devise.registrations.create.pc .benefits .benefitItem:nth-child(2) {
  flex-direction: row-reverse;
}
body.users_devise.registrations.new.pc .benefits .benefitImage,
body.users_devise.registrations.create.pc .benefits .benefitImage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .benefits .benefitImage::before,
body.users_devise.registrations.create.pc .benefits .benefitImage::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 280px;
  background: #f9f9f9;
  border-radius: 250px;
  z-index: -1;
}
body.users_devise.registrations.new.pc .benefits .benefitImage img,
body.users_devise.registrations.create.pc .benefits .benefitImage img {
  max-width: 100%;
  height: auto;
}
body.users_devise.registrations.new.pc .benefits .benefitText,
body.users_devise.registrations.create.pc .benefits .benefitText {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
body.users_devise.registrations.new.pc .benefits .benefitText .benefitNumber,
body.users_devise.registrations.create.pc .benefits .benefitText .benefitNumber {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.users_devise.registrations.new.pc .benefits .benefitText .benefitNumber span,
body.users_devise.registrations.create.pc .benefits .benefitText .benefitNumber span {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .benefits .benefitText .benefitNumber h3,
body.users_devise.registrations.create.pc .benefits .benefitText .benefitNumber h3 {
  font-size: 20px;
  color: #60c31d;
  line-height: 1.6;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .benefits .benefitText h4,
body.users_devise.registrations.create.pc .benefits .benefitText h4 {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .benefits .benefitText p,
body.users_devise.registrations.create.pc .benefits .benefitText p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
body.users_devise.registrations.new.pc .benefits .benefitText small,
body.users_devise.registrations.create.pc .benefits .benefitText small {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
}
body.users_devise.registrations.new.pc .benefits .benefitsJobLink,
body.users_devise.registrations.create.pc .benefits .benefitsJobLink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 16px;
  background: white;
  border: 1px solid #60c31d;
  border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  color: #60c31d;
  text-decoration: none;
  width: 360px;
  margin: 0 auto;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .plansSection,
body.users_devise.registrations.create.pc .plansSection {
  padding: 80px 0;
  background: #f9f9f9;
}
body.users_devise.registrations.new.pc .plansSection .plansSectionTitle,
body.users_devise.registrations.create.pc .plansSection .plansSectionTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .plansSection .plansSectionTitle h2,
body.users_devise.registrations.create.pc .plansSection .plansSectionTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .plansSection .plansSectionTitle::after,
body.users_devise.registrations.create.pc .plansSection .plansSectionTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .planDetails,
body.users_devise.registrations.create.pc .planDetails {
  padding: 80px 0;
  background: #f9f9f9;
}
body.users_devise.registrations.new.pc .planDetails .planDetailsTitle,
body.users_devise.registrations.create.pc .planDetails .planDetailsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .planDetails .planDetailsTitle h2,
body.users_devise.registrations.create.pc .planDetails .planDetailsTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .planDetails .planDetailsTitle::after,
body.users_devise.registrations.create.pc .planDetails .planDetailsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .planDetails .planDetailsButton,
body.users_devise.registrations.create.pc .planDetails .planDetailsButton {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  padding: 12px 24px;
  background: #ff8945;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.36px;
  margin: 0 auto;
  cursor: pointer;
}
body.users_devise.registrations.new.pc .faqSection,
body.users_devise.registrations.create.pc .faqSection {
  padding: 80px 0;
  background: white;
}
body.users_devise.registrations.new.pc .faqSection .faqTitle,
body.users_devise.registrations.create.pc .faqSection .faqTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .faqSection .faqTitle h2,
body.users_devise.registrations.create.pc .faqSection .faqTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .faqSection .faqTitle::after,
body.users_devise.registrations.create.pc .faqSection .faqTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .faqSection .faqGrid,
body.users_devise.registrations.create.pc .faqSection .faqGrid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 520px);
  gap: 20px 20px;
  align-items: start;
}
body.users_devise.registrations.new.pc .faqSection .faqItem,
body.users_devise.registrations.create.pc .faqSection .faqItem {
  background: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion,
body.users_devise.registrations.create.pc .faqSection .faqQuestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion .questionLeft,
body.users_devise.registrations.create.pc .faqSection .faqQuestion .questionLeft {
  display: flex;
  align-items: center;
  gap: 16px;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion .questionLeft span,
body.users_devise.registrations.create.pc .faqSection .faqQuestion .questionLeft span {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion .toggleIcon,
body.users_devise.registrations.create.pc .faqSection .faqQuestion .toggleIcon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion .toggleIcon::before,
body.users_devise.registrations.create.pc .faqSection .faqQuestion .toggleIcon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
body.users_devise.registrations.new.pc .faqSection .faqQuestion .toggleIcon.open::before,
body.users_devise.registrations.create.pc .faqSection .faqQuestion .toggleIcon.open::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
body.users_devise.registrations.new.pc .faqSection .qIcon,
body.users_devise.registrations.create.pc .faqSection .qIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #60c31d;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .faqSection .faqAnswer,
body.users_devise.registrations.create.pc .faqSection .faqAnswer {
  gap: 16px;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  display: none;
}
body.users_devise.registrations.new.pc .faqSection .faqAnswer.open,
body.users_devise.registrations.create.pc .faqSection .faqAnswer.open {
  display: flex;
  max-height: 500px;
  padding-top: 16px;
}
body.users_devise.registrations.new.pc .faqSection .faqAnswer p,
body.users_devise.registrations.create.pc .faqSection .faqAnswer p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  flex: 1;
}
body.users_devise.registrations.new.pc .faqSection .faqAnswer p a,
body.users_devise.registrations.create.pc .faqSection .faqAnswer p a {
  color: #60c31d;
  text-decoration: underline;
}
body.users_devise.registrations.new.pc .faqSection .aIcon,
body.users_devise.registrations.create.pc .faqSection .aIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: white;
  border: 1px solid #60c31d;
  color: #60c31d;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50%;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .stepsSection,
body.users_devise.registrations.create.pc .stepsSection {
  padding: 80px 0;
  background: #f9f9f9;
}
body.users_devise.registrations.new.pc .stepsSection .stepsTitle,
body.users_devise.registrations.create.pc .stepsSection .stepsTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .stepsSection .stepsTitle h2,
body.users_devise.registrations.create.pc .stepsSection .stepsTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .stepsSection .stepsTitle::after,
body.users_devise.registrations.create.pc .stepsSection .stepsTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .stepsSection .stepsContainer,
body.users_devise.registrations.create.pc .stepsSection .stepsContainer {
  max-width: 1060px;
  margin: 0 auto 48px;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
body.users_devise.registrations.new.pc .stepsSection .stepItem,
body.users_devise.registrations.create.pc .stepsSection .stepItem {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
body.users_devise.registrations.new.pc .stepsSection .stepItem:not(:last-child)::after,
body.users_devise.registrations.create.pc .stepsSection .stepItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  border: 1px solid #dddddd;
  z-index: 2;
}
body.users_devise.registrations.new.pc .stepsSection .stepItem:not(:last-child)::before,
body.users_devise.registrations.create.pc .stepsSection .stepItem:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #60c31d;
  z-index: 3;
}
body.users_devise.registrations.new.pc .stepsSection .stepBadge,
body.users_devise.registrations.create.pc .stepsSection .stepBadge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #60c31d;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 10px;
  border-radius: 4px;
  z-index: 1;
}
body.users_devise.registrations.new.pc .stepsSection .stepCard,
body.users_devise.registrations.create.pc .stepsSection .stepCard {
  background: white;
  border: 1px solid #dddddd;
  border-radius: 12px;
  padding: 58px 16px 20px;
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 1;
}
body.users_devise.registrations.new.pc .stepsSection .stepIconWrapper,
body.users_devise.registrations.create.pc .stepsSection .stepIconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.users_devise.registrations.new.pc .stepsSection .stepIconWrapper img,
body.users_devise.registrations.create.pc .stepsSection .stepIconWrapper img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.users_devise.registrations.new.pc .stepsSection .stepContent,
body.users_devise.registrations.create.pc .stepsSection .stepContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
body.users_devise.registrations.new.pc .stepsSection .stepContent h3,
body.users_devise.registrations.create.pc .stepsSection .stepContent h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .stepsSection .stepContent p,
body.users_devise.registrations.create.pc .stepsSection .stepContent p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
}
body.users_devise.registrations.new.pc .stepsSection .stepContent p a,
body.users_devise.registrations.create.pc .stepsSection .stepContent p a {
  color: #60c31d;
  text-decoration: underline;
}
body.users_devise.registrations.new.pc .stepsSection .stepsButton,
body.users_devise.registrations.create.pc .stepsSection .stepsButton {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  padding: 12px 24px;
  background: #ff8945;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  color: white;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.36px;
  margin: 0 auto;
  cursor: pointer;
}
body.users_devise.registrations.new.pc .userAttributesSection,
body.users_devise.registrations.create.pc .userAttributesSection {
  padding: 80px 0;
  background: white;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesTitle,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesTitle h2,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesTitle::after,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid {
  max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 520px);
  gap: 20px;
}
body.users_devise.registrations.new.pc .userAttributesSection .attributeCard,
body.users_devise.registrations.create.pc .userAttributesSection .attributeCard {
  background: white;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 37px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
}
body.users_devise.registrations.new.pc .userAttributesSection .chartContainer,
body.users_devise.registrations.create.pc .userAttributesSection .chartContainer {
  position: relative;
  width: 220px;
  height: 220px;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .userAttributesSection .chartLegend,
body.users_devise.registrations.create.pc .userAttributesSection .chartLegend {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.users_devise.registrations.new.pc .userAttributesSection .chartLegend.regionLegend,
body.users_devise.registrations.create.pc .userAttributesSection .chartLegend.regionLegend {
  gap: 10px;
}
body.users_devise.registrations.new.pc .userAttributesSection .legendItem,
body.users_devise.registrations.create.pc .userAttributesSection .legendItem {
  display: flex;
  align-items: center;
  gap: 16px;
}
body.users_devise.registrations.new.pc .userAttributesSection .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .legendColor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(1) .chartLegend .legendItem:nth-child(1) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(1) .chartLegend .legendItem:nth-child(1) .legendColor {
  background-color: #61c31d;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(1) .chartLegend .legendItem:nth-child(2) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(1) .chartLegend .legendItem:nth-child(2) .legendColor {
  background-color: #93db62;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(1) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(1) .legendColor {
  background-color: #44a702;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(2) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(2) .legendColor {
  background-color: #61c31d;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(3) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(3) .legendColor {
  background-color: #93db62;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(4) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(4) .legendColor {
  background-color: #c8ebb0;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(5) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(5) .legendColor {
  background-color: #e8efca;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(6) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(2) .chartLegend .legendItem:nth-child(6) .legendColor {
  background-color: #f4f5f3;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(1) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(1) .legendColor {
  background-color: #44a702;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(2) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(2) .legendColor {
  background-color: #61c31d;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(3) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(3) .legendColor {
  background-color: #93db62;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(4) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(4) .legendColor {
  background-color: #c8ebb0;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(5) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(5) .legendColor {
  background-color: #c8ebb0;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(6) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(6) .legendColor {
  background-color: #f4f5f3;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(7) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(7) .legendColor {
  background-color: #d3e0c1;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(8) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(3) .chartLegend .legendItem:nth-child(8) .legendColor {
  background-color: #b8c7a0;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(1) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(1) .legendColor {
  background-color: #61c31d;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(2) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(2) .legendColor {
  background-color: #93db62;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(3) .legendColor,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesGrid > .attributeCard:nth-child(4) .chartLegend .legendItem:nth-child(3) .legendColor {
  background-color: #c8ebb0;
}
body.users_devise.registrations.new.pc .userAttributesSection .legendLabel,
body.users_devise.registrations.create.pc .userAttributesSection .legendLabel {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .userAttributesSection .userAttributesNote,
body.users_devise.registrations.create.pc .userAttributesSection .userAttributesNote {
  max-width: 1060px;
  margin: 20px auto 0;
  font-size: 14px;
  color: #000000;
  line-height: 1.4;
  font-weight: 300;
  text-align: right;
}
body.users_devise.registrations.new.pc .customerStoriesSection,
body.users_devise.registrations.create.pc .customerStoriesSection {
  padding: 80px 0;
  background: #f9f9f9;
}
body.users_devise.registrations.new.pc .customerStoriesSection .customerStoriesTitle,
body.users_devise.registrations.create.pc .customerStoriesSection .customerStoriesTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
body.users_devise.registrations.new.pc .customerStoriesSection .customerStoriesTitle h2,
body.users_devise.registrations.create.pc .customerStoriesSection .customerStoriesTitle h2 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}
body.users_devise.registrations.new.pc .customerStoriesSection .customerStoriesTitle::after,
body.users_devise.registrations.create.pc .customerStoriesSection .customerStoriesTitle::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #60c31d;
}
body.users_devise.registrations.new.pc .customerStoriesSection .customerStoriesButton,
body.users_devise.registrations.create.pc .customerStoriesSection .customerStoriesButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  margin: 0 auto;
  padding: 18px 40px;
  background: white;
  border: 1px solid #60c31d;
  border-radius: 3px;
  color: #60c31d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
body.users_devise.registrations.new.pc .customerStoriesSection .customerStoriesButton:hover,
body.users_devise.registrations.create.pc .customerStoriesSection .customerStoriesButton:hover {
  opacity: 0.8;
}
body.users_devise.registrations.new.pc .footer,
body.users_devise.registrations.create.pc .footer {
  background: #353535;
  padding: 40px 10px;
}
body.users_devise.registrations.new.pc .footer .footerContent,
body.users_devise.registrations.create.pc .footer .footerContent {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  color: white;
}
body.users_devise.registrations.new.pc .footer .footerNav,
body.users_devise.registrations.create.pc .footer .footerNav {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
body.users_devise.registrations.new.pc .footer .footerNav a,
body.users_devise.registrations.create.pc .footer .footerNav a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
body.users_devise.registrations.new.pc .footer .footerNav a:hover,
body.users_devise.registrations.create.pc .footer .footerNav a:hover {
  text-decoration: underline;
}
body.users_devise.registrations.new.pc .footer .footerCopyright,
body.users_devise.registrations.create.pc .footer .footerCopyright {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  color: white;
  text-align: center;
  margin: 0;
}
