@charset "utf-8";
/* CSS Document */

.category-tree	.article-list li,
.section-tree .article-list li
{display: flex;}

#maintainanceHome .article-updated,
#noticeHome .article-updated,
.c40675634466841 .article-updated
{padding-right: 1em;}

#categoryPage .section-tree section:nth-child(3){
	/* display: none; */
} 


#categoryPage .contentL, #sectionPage .contentL, #articlePage .contentL {
min-height: calc(100vh - 230px)!important;
}

.article-body  h1{background: #000;color: #fff;padding: 0.5em;}

#debug{
		background: #eee;
		padding: 10px;
		position: fixed;
		right: 0;
		top: 90px;
		z-index: 10;
		opacity: 0.6;
		display: none;
}
#preview-bar-container{}
#navbar-container{}

.scrollBox{width: 100%;max-width: 950px;overflow-x: scroll;}
.scrollBox table,.scrollBox tr,.scrollBox th,.scrollBox td{white-space: nowrap;}

.fcRed{color: #f00;}
.article-footer{display: none;}


/* Base styles */
*, input[type=search] {margin:0;padding:0;-moz-box-sizing: border-box;box-sizing: border-box;}

/* ルートの文字サイズを14pxに設定 */
html {font-size: 62.5%;}
/* bodyのフォントサイズを1.4em（14px）に設定 */
body {font-size: 14px;font-size: 1.4rem;}

body {
color: #333333;
font-family: Roboto, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",  Helvetica, Arial, sans-serif;}
html {  background-color: #ffffff;}
ul, ol {list-style: none;margin: 0;padding: 0;}
table {border-collapse: collapse;text-align: left;width: auto;}
[dir="rtl"] table {text-align: right;}

td, th {
		border-color: #666666;
		border-style: solid;
		padding: 4px 4px;
		padding: 0.4rem 0.4rem;
		padding: 8px 8px;
		padding: 0.8rem 0.8rem;}

/* SP */
#articlePage .article-body table{overflow: auto;}

th {
	border-width:1px;
	background:#efefef;
	color:#454545;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	white-space: nowrap;}

td {
		border-width:1px;
		color:#454545;
		/*background:#e2e3e7;*/
		line-height: 1.2;
		min-width: 1em;}
		
.article-body td p:last-child{margin-bottom: 0;}

table,tbody,tr,th,td{width:auto!important;height:auto!important;}
h1, h2, h3, h4, h5, h6 {font-weight: 400;}
h1 {font-size: 20px;font-size: 2.0rem;}
input, label {display: inline-block;vertical-align: middle;}
label {font-size: 12px;font-size: 1.2rem;}
input[type="checkbox"] + label {margin-left: 5px;}
input, textarea {border: 1px solid #dddddd;border-radius: 2px;padding: 10px;}
textarea {height: 100px;padding: 7px 10px;resize: vertical;}
textarea, input[type=text] {width: 100%;}
input, textarea, select {color: #555;}
input::-ms-clear {display: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {margin: 0;-webkit-appearance: none;}
::-webkit-input-placeholder {color: #cccccc;}
:-ms-input-placeholder {color: #cccccc;}
::-moz-placeholder {color: #cccccc;}

/* Buttons */
button, [role=button], [type=button], [type=submit] {
	border-radius: 4px;
	border: 1px solid #dddddd;
	color: rgba(147, 28, 68, 1);
	cursor: pointer;
	display: inline-block;
	padding: 5px 10px;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;}

a[role=button]:hover {text-decoration: none;}

input[type=submit] {background: #444;border-color: transparent;color: #FFF;padding: 10px 30px;}
input[type=submit][disabled] {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		/* IE 8 */
		opacity: 0.4;}

button img, [role=button] img {
		border-radius: 4px;
		margin: 0 5px 0 0;
		height: 20px;
		position: relative;
		top: -1px;
		vertical-align: middle;}
[dir="rtl"] button img, [dir="rtl"] [role=button] img {margin: 0 0 0 5px;}

/* Forms */
.form {max-width: 505px;}
.form-field + .form-field {margin-top: 25px;}
.form-field label {display: block;font-weight: bold;margin-bottom: 5px;}
.form-field input[type=checkbox] + label {margin: 0 0 0 10px;}
.form-field.required > label:after {content: "*";color: red;margin-left: 2px;}
.form-field p {color: #bebebe;font-size: 11px;font-size: 1.1rem;}
.form-field input[type=number], .form-field input.datepicker {width: 150px;}
.form form + form, .searchbox {margin-top: 25px;}
.searchbox-suggestions {
		background-color: #fff;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		padding: 10px 20px;}
.searchbox-suggestions li {padding: 5px 0;}

[data-loading="true"] input,
[data-loading="true"] textarea {
		background: transparent url("/hc/theming_assets/01HZ6GVQA13S7CBTMWGS15BT4P") 99% 50% no-repeat;
		background-size: 16px 16px;}

.form footer {border-top: 1px solid #eeeeee;margin-top: 40px;padding-top: 30px;text-align: right;}
.form footer a {color: #cccccc;cursor: pointer;margin-right: 15px;}

/* Navigation menus */
.nav li, .nav-bordered li, .nav-spaced li {display: inline-block;font-weight: bold;}
.nav li a, .nav-bordered li a, .nav-spaced li a {font-weight: normal;}
.nav-bordered li + li {border-color: #eeeeee;border-style: solid;border-width: 0 0 0 1px;margin: 0 0 0 30px;padding: 0 0 0 30px;}
[dir="rtl"] .nav-bordered li + li {border-width: 0 1px 0 0;margin: 0 30px 0 0;padding: 0 30px 0 0;}
.nav-spaced li + li {margin: 0 0 0 40px;}
[dir=rtl] .nav-spaced li + li {margin: 0 40px 0 0;}

/* Social share links */
.share {white-space: nowrap;}
.share li, .share a {display: inline-block;}
.share a {height: 30px;line-height: 30px;overflow: hidden;vertical-align: middle;width: 30px;}
.share a:before {background: #CCC;border-radius: 50%;color: #FFF;display: inline-block;font-family: "entypo";text-align: center;width: 100%;}
.share a:hover {text-decoration: none;}
.share-twitter:before {content: "\F309";}
.share-facebook:before {content: "\F30C";}
.share-linkedin:before {content: "\F318";}
.share-googleplus:before {content: "\F30F";}

/* Pagination */
.pagination {margin: 20px 0;text-align: center;}
.pagination * {display: inline-block;}
.pagination li {border: 1px solid #eeeeee;float: left;margin-left: -1px;}
[dir="rtl"] .pagination li {float: right;}
.pagination a, .pagination span {color: inherit;font-size: 12px;font-size: 1.2rem;padding: 5px 12px;}
.pagination-current {background-color: #f9f9f9;color: #bebebe;}
.pagination-first {border-radius: 3px 0 0 3px;}
[dir="rtl"] .pagination-first {border-radius: 0 3px 3px 0;}
.pagination-last {border-radius: 0 3px 3px 0;}
[dir="rtl"] .pagination-last {border-radius: 3px 0 0 3px;}

#articlePage .innerContents .article-body p:last-child{margin-bottom:none ;}

.fl{float:left;}
.fr{float:right;}
.tc{text-align:center;}
.mr15{margin-right:15px;}

.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb50{margin-bottom: 50px !important;}
.mb60{margin-bottom: 60px !important;}

.mt50{margin-top: 50px !important;}

.fs16{font-size:16px;font-size:1.6rem;}
.fs18{font-size:18px;font-size:1.8rem;}

.form-field p {  color: #999999;}
a:hover img {  filter: alpha(opacity=70); -ms-filter: 'alpha(opacity=70)'; opacity: .7; z-index:1;}
ol li{list-style-type: decimal;}

/* ボタン */
.btn a{
	opacity: 1;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
		position: relative;
		text-align: center;
		display: inline-block;
		padding: 0.2em 1em;
		padding: 0.2em 2.5em;
		color: #fff;
		background: #009de1;
		border: 2px solid #009de1;
		font-size: 1.8rem;
		/* min-width: 280px; */
		font-weight: 600;
		border-radius: 2em;
		text-decoration: none;
		transition: .5s;}
.btn a:hover {
		color: #009de1;
		background: #fff;}
/* /ボタン */

.ios a:hover img{opacity:1;z-index:0;}
.s{text-decoration:line-through !important;}

/* -------------------------------------------------- Clearfixes */
.clear { clear: both; }

.locator:after {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	display: block;
	content: ".";}

.locator {
	min-height: 1%;
	display: inline-table;}

/* for macIE \*/
* html .locator { 
	height: 1%; }

div.locator {display: block;}

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

#homePageHeader{
		background: #363636;
		background: #ccc;
		background: url(/hc/theming_assets/01HZ6GVMRTCKF5KMMTJQQB5XWK);
		background-size: cover;
		padding: 30px 0;
		padding: 30px 0 40px;}

/* 20230913 Serch \*/
#searchBox{
				display: table-cell;
				vertical-align: middle;
				width: calc(1200px - 280px - 450px - 230px);
				min-width: 100px;}
				
@media (max-width: 1200px){
	#searchBox{width: calc(100vw - 280px - 450px - 230px);}
}
/* signed_in Header \*/
.signed_in #searchBox{
	width: calc(100vw - 280px - 460px - 300px);
	width: calc(100vw - 280px - 460px - 480px);
	width: calc(1200px - 280px - 650px);
}

.signed_in #nav-drawer.showPC {min-width: 650px;}
.innerSearchArea #searchBox{width: 650px;}

#searchBox .search {width: 100%;position: relative;}
.innerSearchArea input[type=search],
#searchBox .search input[type=search]{
		width: 100%;
		border-radius: 1em;
		padding: 5px 1em;
		padding-left: 2.5em;}

.innerSearchArea input[type=search]:focus,
#searchBox .search input[type=search]:focus {
		/* border: none; */
		outline: 0;
		background: #f3f3f3;
}

::-webkit-input-placeholder {color: #666666;}
:-ms-input-placeholder {color: #666666;}
::-moz-placeholder {color: #666666;}

.innerSearchArea .search:before,
#searchBox .search:before {
		/* content: "\1F50D"; 
		font-family: "entypo";
		font-size: 1.25em;
		line-height: 0;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 2.0em;
		z-index: 1;
		font-weight: normal;
		color: #999; */
		
		position: absolute;
		top: 6px;
		left: 10px;
		/* background: url('./icon_spt_search.svg'); */
		background: url(/hc/theming_assets/01JHPK95T8FQHQ0X4T6XWNWAXK);

		content: '';
		width: 16px;
		height: 16px;
}

#homePageHeader .innerSearchArea input[type=search],
#homePageHeader #searchBox .search input[type=search]{
	border-radius: 2em;
	padding: 20px 1em;
	padding-left: 2.5em;}
#homePageHeader .innerSearchArea .search:before,
#homePageHeader  #searchBox .search:before {
	top: 12px;
	left: 12px;}

#sectionPage .contentSP .article-list li a{
	background:url(/hc/theming_assets/01HZ6GVQS26S5PBQAF9VZDG678) no-repeat left;}

/* 20220630 \*/
.article-attachments{display: none;}
#requestPage .contentL{
	display: block;}

/* 20220828 Main Menu Icon\*/
#nav-content li a:before {
		margin-right: 4px;
		content: '';
		width: 18px;
		height: 18px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -3px;
		
		background-size: cover;
		background-position: center top;
		
		background: #aaa;
		
}


#nav-content li.c40675634466841 a:before {
		mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD);
		-webkit-mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD);
}
#nav-content li.c42413844316313 a:before {
		mask: url(/hc/theming_assets/01JHPK967CJ4BMDS8TG1NQJVFQ);
		-webkit-mask: url(/hc/theming_assets/01JHPK967CJ4BMDS8TG1NQJVFQ);
}
#nav-content li.c42413740064281 a:before {
		mask: url(/hc/theming_assets/01JHPK968S9ZNBZ2T5X86EM2G9);
		-webkit-mask: url(/hc/theming_assets/01JHPK968S9ZNBZ2T5X86EM2G9);
}

#nav-content li.c42414263630617 a:before {
		mask: url(/hc/theming_assets/01JHPK97XTXZNY7FKF5B2DBNSK);
		-webkit-mask: url(/hc/theming_assets/01JHPK97XTXZNY7FKF5B2DBNSK);
}
#nav-content li.c21663858454425 a:before {
		mask: url(/hc/theming_assets/01JHPK94JHT29YQ7CB9KCXN955);
		-webkit-mask: url(/hc/theming_assets/01JHPK94JHT29YQ7CB9KCXN955);
}
#nav-content li.c20092720269593 a:before {
		mask: url(/hc/theming_assets/01JHPK942D6AB4N93BBCQB4Z22);
		-webkit-mask: url(/hc/theming_assets/01JHPK942D6AB4N93BBCQB4Z22);
}

#nav-content li.c29751280501657 a:before {
		mask: url(/hc/theming_assets/01JHPK9809SNS45J5X1X45M7VE);
		-webkit-mask: url(/hc/theming_assets/01JHPK9809SNS45J5X1X45M7VE);
}
#nav-content li.s21664294559257 a:before {
		mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8);
-webkit-mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8);
}

body.c40675634466841 #nav-drawer.showPC #nav-content li.c40675634466841 a,
body.c42413844316313 #nav-drawer.showPC #nav-content li.c42413844316313 a,
body.c42414263630617 #nav-drawer.showPC #nav-content li.c42414263630617 a,
body.c21663858454425 #nav-drawer.showPC #nav-content li.c21663858454425 a,
body.c20092720269593 #nav-drawer.showPC #nav-content li.c20092720269593 a{
		font-weight: bold;
		background-color: #f0f0f0;
		color: #333;}

body.c40675634466841 #nav-drawer.showPC #nav-content li.c40675634466841 a:before,
body.c42413844316313 #nav-drawer.showPC #nav-content li.c42413844316313 a:before,
body.c42414263630617 #nav-drawer.showPC #nav-content li.c42414263630617 a:before,
body.c21663858454425 #nav-drawer.showPC #nav-content li.c21663858454425 a:before,
body.c20092720269593 #nav-drawer.showPC #nav-content li.c20092720269593 a:before{
		background-color: #666;}
		
/* 20220828 Sub Menu Icon\*/

.nav-category-contents{
		width: 180px;
		width: 200px;
		margin-bottom: 60px;
}
.nav-category-contents h3{
		font-size: 14px;
		font-size: 1.4rem;
		padding: 16px 0 10px;
}

.nav-category-contents h3.close,
.nav-category-contents h3:hover{
		background-color: #0197D8;
		background-color: #f0f0f0;
		color: #fff;
		color: #333;
}

.nav-category-contents h3:before {
		color: #fff;
		margin-left: calc(50% - 12px);
		margin-top: 0;
		margin-bottom: 6px;
		content: '';
		width: 24px;
		height: 24px;
		display: block;
		/* vertical-align: middle; */
		/* opacity: 0.5; */
		background-size: cover;
		background-position: center top;

		/* opacity: 0.5; */
		background: #666;
		/* background: #aaa; */
		
		/* mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4) no-repeat center center / contain;
		webkit-mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4) no-repeat center center / contain; */
		mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4);
		-webkit-mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4) ;
}


.nav-category-contents h3:after {
		margin: 0 auto;
		content: '';
		background-color: #666;
		/* opacity: 0.3; */
		width: 4.5px;
		height: 3px;
		display: block;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.nav-category-contents h3:hover:after {opacity: 1;}
.nav-category-contents h3.close:before {  background: #fff; background-color: #666;}

.section-tree  h3 {  line-height: 1;font-size: 16px;font-size: 1.6rem;}
.section-tree  h3:before {
		display: inline-block;
		vertical-align: top;
		content: '';
		/* background: #333; */
		background: #666;
		mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4);
		-webkit-mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4) ;

}



/* .nav-category-contents h3.s20088449124377:before{background-image: url(/hc/theming_assets/01JHPK989EQRJY5AFSXFFBNGYD);} */

/* お知らせ */
h3.s40675608456473:before{
		mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK95VR9PAPHERYGQFCEEK2) ;}
h3.s40675634544793:before{
		mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK95VR9PAPHERYGQFCEEK2) ;}
h3.s40716411755545:before{
		mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK95VR9PAPHERYGQFCEEK2) ;}

/* はじめてガイド */
.c42413844316313 .sub-nav .breadcrumbs li:nth-child(2) a{color: #000;pointer-events: none}
.c42413844316313 .sub-nav .breadcrumbs li:nth-child(3){display: none;}

h3.s21664190651929:before{
		mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK92JM787QVBFY6G0Q0MNN) ;}
h3.s20088351962137:before{
				mask: url(/hc/theming_assets/01JHPK93T35945XZEXVEC2CWPD) ;
				-webkit-mask: url(/hc/theming_assets/01JHPK92JM787QVBFY6G0Q0MNN) ;}
		
/* 機能・使い方 */
	h3.s45083104939801:before{
		mask: url(/hc/theming_assets/01JQNJ2977QZQN0VAJM8WAMFR6);
		-webkit-mask: url(/hc/theming_assets/01JQNJ2977QZQN0VAJM8WAMFR6) ;}
	h3.s44950980517017:before{
			mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q);
			-webkit-mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q) ;}
	h3.s44804962112025:before{
			mask: url(/hc/theming_assets/01JQNJ27Q9KM5HW08DZN2CCG7F);
			-webkit-mask: url(/hc/theming_assets/01JQNJ27Q9KM5HW08DZN2CCG7F) ;}
	h3.s44800031512345:before{
			mask: url(/hc/theming_assets/01JQNJ283ZWNF2GV6AAG98ZCA8);
			-webkit-mask: url(/hc/theming_assets/01JQNJ283ZWNF2GV6AAG98ZCA8) ;}
	h3.s43971983288345:before{
			mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3);
			-webkit-mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3) ;}
	h3.s43508015911193:before{
			mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4);
			-webkit-mask: url(/hc/theming_assets/01JHPK95DFMQQVPCSCBNMF3PM4) ;}
					
	h3.s42422379721497:before{
			mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C);
			-webkit-mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C) ;}
	h3.s42422387403545:before{
			mask: url(/hc/theming_assets/01JHPK968W4CB2NBD4M1XESK0H) ;
			-webkit-mask: url(/hc/theming_assets/01JHPK968W4CB2NBD4M1XESK0H) ;}
	h3.s42422418263833:before{
			mask: url(/hc/theming_assets/01JHPK93G4FQSVGTKZARCN5PSP) ;
			-webkit-mask: url(/hc/theming_assets/01JHPK93G4FQSVGTKZARCN5PSP) ;}
	h3.s42422434169113:before{
			mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;
			-webkit-mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;}
				
	/* スマホアプリ操作ガイド */
	
	h3.s45487154343833:before{
	mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;
	-webkit-mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;}
	h3.s45485777670809:before{
	mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C);
	-webkit-mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C) ;}
	h3.s45487176423321:before{
			mask: url(/hc/theming_assets/01JHPK968W4CB2NBD4M1XESK0H) ;
			-webkit-mask: url(/hc/theming_assets/01JHPK968W4CB2NBD4M1XESK0H) ;}
	h3.s45640659145753:before{
		mask: url(/hc/theming_assets/01JQNJ2977QZQN0VAJM8WAMFR6);
		-webkit-mask: url(/hc/theming_assets/01JQNJ2977QZQN0VAJM8WAMFR6) ;}
	h3.s45731022749977:before{
			mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3);
			-webkit-mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3) ;}
	h3.s45730891435033:before{
			mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q);
			-webkit-mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q) ;}
	h3.s45730808769689:before{
			mask: url(/hc/theming_assets/01JQNJ27Q9KM5HW08DZN2CCG7F);
			-webkit-mask: url(/hc/theming_assets/01JQNJ27Q9KM5HW08DZN2CCG7F) ;}
	h3.s45730632630169:before{
			mask: url(/hc/theming_assets/01JQNJ283ZWNF2GV6AAG98ZCA8);
			-webkit-mask: url(/hc/theming_assets/01JQNJ283ZWNF2GV6AAG98ZCA8) ;}

	
	
	
	
	
	h3.s29751339436441:before{
			mask: url(/hc/theming_assets/01JHPK9434NHPYVPV611FE95KF);
			-webkit-mask: url(/hc/theming_assets/01JHPK9434NHPYVPV611FE95KF) ;}
	h3.s29755584577433:before{
			mask: url(/hc/theming_assets/01JHPK988D4GPR1F8RP7458E58) ;
			-webkit-mask: url(/hc/theming_assets/01JHPK988D4GPR1F8RP7458E58) ;}
	h3.s29755590123673:before{
		mask: url(/hc/theming_assets/01JHPK93D6HEBPEJBVY5C6XQ66) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK93D6HEBPEJBVY5C6XQ66) ;}
	h3.s29755607226777:before{
		mask: url(/hc/theming_assets/01JHPK950HRQ1NVAB603TR2WVE) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK950HRQ1NVAB603TR2WVE) ;}
		
/* 管理者機能 */
/* s42422554892185 アクセス制限設定 */
h3.s42422554892185:before{
		mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;}  
/* s42422564776985 組織図管理 */
h3.s42422564776985:before{
mask: url(/hc/theming_assets/01JHPK97RAYNPCDSXW56RKRRGC) ;
-webkit-mask: url(/hc/theming_assets/01JHPK97RAYNPCDSXW56RKRRGC) ;}

/* s42422642072345 機能ロール管理 */
h3.s42422642072345:before{
mask: url(/hc/theming_assets/01JHPK95QGZ64TVEV9XR8YCKTB) ;
-webkit-mask: url(/hc/theming_assets/01JHPK95QGZ64TVEV9XR8YCKTB) ;}

/* s42422604592281 ライセンス管理 */
h3.s42422604592281:before{
mask: url(/hc/theming_assets/01JHPK977JQPBKAEZCGCNEYJXK) ;
-webkit-mask: url(/hc/theming_assets/01JHPK977JQPBKAEZCGCNEYJXK) ;}

/* s42422693704473 カスタマイズ */
h3.s42422693704473:before{
mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;
-webkit-mask: url(/hc/theming_assets/01JHPK930JGN77S8TYHV3G78R8) ;}

/* s42422696215961 監査機能 */
h3.s42422696215961:before{
mask: url(/hc/theming_assets/01JHPK96JP6N12HRQDM7VY9F4N) ;
-webkit-mask: url(/hc/theming_assets/01JHPK96JP6N12HRQDM7VY9F4N) ;}

/* s42422703912473 チャット設定 */
h3.s42422703912473:before{
mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C) ;
-webkit-mask: url(/hc/theming_assets/01JQNJ28WRCJAET776QQRH6K0C) ;}

/* 外部招待者管理 */
h3.s42422698805273:before{
		mask: url(/hc/theming_assets/01JHPK98E3QMNMCNHFDWT26Q75) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK98E3QMNMCNHFDWT26Q75) ;}


/* ファイル設定 */
h3.s42422715126937:before{
mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E519AKCJK1MK7VD22Y1Q) ;}

/* CRM共通設定 */
h3.s42422748660889:before{
mask: url(/hc/theming_assets/01JHQ8E4HCX612GFNJH2B4B1D1) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E4HCX612GFNJH2B4B1D1) ;}

/* 名刺設定 */
h3.s42422725682201:before{
mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E4VVWNHRPKHYTP1Q9KN3) ;}

/* 取引先設定 */
h3.s42422756699417:before{
mask: url(/hc/theming_assets/01JHQ8E8N3QRHH8HBJ8752D3E7) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E8N3QRHH8HBJ8752D3E7) ;}

/* 取引先担当者設定 */
h3.s42422799110169:before{
mask: url(/hc/theming_assets/01JHQ8E61VBYV0GZNJ77EQ8JY4) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E61VBYV0GZNJ77EQ8JY4) ;}

/* 名寄せ設定 */
h3.s42422791354009:before{
mask: url(/hc/theming_assets/01JHQ8E4WHK6WXZ062NTVBGGP6) ;
-webkit-mask: url(/hc/theming_assets/01JHQ8E4WHK6WXZ062NTVBGGP6) ;}

/* チャットメッセージ監査 */
h3.s42422696215961:before{
mask: url(/hc/theming_assets/01JQTR4W5VX0J0W76FDH4003EY) ;
-webkit-mask: url(/hc/theming_assets/01JQTR4W5VX0J0W76FDH4003EY) ;}

/* アクションログ監査 */
h3.s45254166153881:before{
mask: url(/hc/theming_assets/01JQTR4VJAVPFYKC1KKNXH686M) ;
-webkit-mask: url(/hc/theming_assets/01JQTR4VJAVPFYKC1KKNXH686M) ;}

/* アクションログ監査 */
h3.s45255707471001:before{
mask: url(/hc/theming_assets/01JQTR4WFR2EF84MHZR5KB336N) ;
-webkit-mask: url(/hc/theming_assets/01JQTR4WFR2EF84MHZR5KB336N) ;}


/* s20093070792089 管理者用機能について */
h3.s20093070792089:before{
mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;
-webkit-mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;}

/* s20092996562201 管理者ログイン */
h3.s20092996562201:before{
mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;
-webkit-mask: url(/hc/theming_assets/01JHPK94SVJQ1HGRWVZPWX6EP4) ;}
		
/* FAQ */
/* s42422481350809 サービス全般について
s42422537719193 FAQサブセクション */

h3.s42422481350809:before{
		mask: url(/hc/theming_assets/01JHPK949C4P80W1E9VDRGW8TW) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK949C4P80W1E9VDRGW8TW) ;}
h3.s42422537719193:before{
		mask: url(/hc/theming_assets/01JHPK949C4P80W1E9VDRGW8TW) ;
		-webkit-mask: url(/hc/theming_assets/01JHPK949C4P80W1E9VDRGW8TW) ;}

.section-tree  h3:before {
		width: 18px;
		height: 18px;
		mask-size: cover;
-webkit-mask-size: cover;
margin-right: 6px;
}
.nav-category-contents h3:hover:before {
		background: #fff;
		background: #666;
		-webkit-transition: all .5s;
		transition: all .5s;}
		
		
.gBox{
		padding: 10px;
		background: #eee;
		border-radius: 3px;
}
		
		