@charset "UTF-8";


/* ==============================================================
  html要素
============================================================== */
body {
	min-width:1000px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #fbfbfb;
	box-shadow: -50vw 0 0 0 #fbfbfb, 50vw 0 0 0 #fbfbfb;

	color: #555;
	line-height: 1.6;
	font-size: 1.6rem; /* 16px */
}


/* ==============================================================
  レイアウト
============================================================== */
#header {
	width: 100%;
	margin-bottom: 20px;
}
#main {
	width: 100%;
}
#main.column2 {
	width: calc(100% - 280px);
	margin-right: 20px;
}
#side {
	width: 260px;
}
#footer {
	margin-top: 20px;
	width: 100%;
}

/* main,side内のmargin-bottom */
#main > *:not(:last-child),
#side > *:not(:last-child) {
	margin-bottom: 1.1em;
}

/* media query */
@media (max-width:767px) {
	body {
		width: 100%;
		min-width: initial;
		min-width: auto;	/* for IE */
		overflow-x: hidden;
	}
	#header {
		margin-bottom: 20px;
	}
	#main.column2 {
		width: 100%;
		margin-right: 0;
	}
	#side {
		margin-top: 20px;
		width: 100%;
	}
}



/* ==============================================================
  header
============================================================== */
#header {
	color: #fff;
	background-color: #3bc053;
	box-shadow: -50vw 0 0 0 #3bc053, 50vw 0 0 0 #3bc053;
	padding: 12px 0;
}
body#pro > #header {
	background: radial-gradient(circle, #3f5465, #1d1f28);
	box-shadow: -50vw 0 0 0 #1d1f28, 50vw 0 0 0 #1d1f28;
}
body#pro > #header > h1 > a.logo::before {
	content: '';
	display: block;
	width: 21px;
	height: 7px;
	background-size: 100%;
	position: absolute;
	margin: -8px 0 0 -3px;
	background-image:url(../img/service/service-icons_logo_white_wox_pro.svg);
}


#header a {
	text-decoration: none;
}

/* ヘッダー 左ブロック */
#header > h1 > a.logo {
	display: block;
	width: 70px;
	height: 16px;
	background-image:url(../img/service/logo_white_wox.svg);
	background-size: 100%;
	margin-top: 4px;
}
#header > h1 > a.logo.my {
	width: 90px;
	height: 16px;
	background-image:url(../img/service/logo_white_my.svg);
}
#header > h1 > a.logo > span {
	display: none;
}









/* サービス一覧 */
#header > nav.service > .clickDropDownMenu {
	/* text-decoration: underline; */
}
#header > nav.service > .clickDropDownMenu:hover {
	/* text-decoration: none; */
}
#header > nav.service {
	margin-left: 15px;
}
#header > nav.service > h2::before {
	content: "\f00a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
	/*display:inline-block;	 下線削除 */
}
#header > nav.service > ul {
	width:720px;
}
#header > nav.service > ul > li {
	width: 50%;
	/* border: 1px solid #ddd; */
}
#header > nav.service > ul > li > a {
	text-decoration: none;
	color: #555;
	/* border: 1px solid #ddd; */
	display: block;
	padding: 10px 20px 10px 80px;
}
#header > nav.service > ul > li > a > h3 {
	color: #337ab7;
	cursor: pointer;
}
#header > nav.service > ul > li > a:hover {
	text-decoration: none;
	background-color: #f3f4f4;
}
#header > nav.service > ul > li > a::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-size: 100%;
	position: absolute;
	margin-left: -60px;
	/* border: 1px solid #ddd; */
}
#header > nav.service > ul > li > a.web {
	border-top-left-radius : 5px;
	padding-top: 20px;

}
#header > nav.service > ul > li > a.blog {
	border-top-right-radius : 5px;
	padding-top: 20px;
}
#header > nav.service > ul > li > a.counter {
	border-bottom-left-radius : 5px;
	padding-bottom: 20px;
}
#header > nav.service > ul > li > a.analyzer {
	border-bottom-right-radius : 5px;
	padding-bottom: 20px;
}
#header > nav.service > ul > li > a.web::before { background-image:url(../img/service/web.svg); }
#header > nav.service > ul > li > a.blog::before { background-image:url(../img/service/blog.svg); }
#header > nav.service > ul > li > a.bbs::before { background-image:url(../img/service/bbs.svg); }
#header > nav.service > ul > li > a.review::before { background-image:url(../img/service/review.svg); }
#header > nav.service > ul > li > a.novel::before { background-image:url(../img/service/novel.svg); }
#header > nav.service > ul > li > a.gallery::before { background-image:url(../img/service/gallery.svg); }
#header > nav.service > ul > li > a.profile::before { background-image:url(../img/service/profile.svg); }
#header > nav.service > ul > li > a.bookmark::before { background-image:url(../img/service/bookmark.svg); }
#header > nav.service > ul > li > a.form::before { background-image:url(../img/service/form.svg); }
#header > nav.service > ul > li > a.pages::before { background-image:url(../img/service/pages.svg); }
#header > nav.service > ul > li > a.counter::before { background-image:url(../img/service/counter.svg); }
#header > nav.service > ul > li > a.analyzer::before { background-image:url(../img/service/analyzer.svg); }




/* ヘッダー 右ブロック */
#header > nav.global {
	margin-left: auto;
}
#header > nav.global > ul > li,
#header > nav.global > ul > li > div {
	margin-left: 10px;
}
#header > nav.global > ul > li:first-child {
	margin-right: 15px;
}
#header > nav.global > ul > li > div > a,
#header > nav.global > ul > li > a,
#header > nav.global > ul > li > div.welcame > a {
	color: #fff;
}

/* 言語 */
@media (max-width:767px) {
	#header > nav.global > ul > li > div.lang {
		display: none;	/* pcOnly では効かないので直接 */
	}
}
#header > nav.global > ul > li > div.lang > .clickDropDownMenu {
	/* text-decoration: underline; */
}
#header > nav.global > ul > li > div.lang > .clickDropDownMenu:hover {
	text-decoration: none;
}
#header > nav.global > ul > li > div.lang > a::before {
	content: "\f0ac";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
	/*display: inline-block;	 下線削除 */
}
#header > nav.global > ul > li > div.lang > ul > li > a {
	padding: 10px;
	display: block;
	text-decoration: none;
}
#header > nav.global > ul > li > div.lang > ul > li > a:hover {
	background-color: #f3f4f4;
}
#header > nav.global > ul > li > div.lang > ul > li:first-child > a {
	border-radius: 5px 5px 0 0;
}
#header > nav.global > ul > li > div.lang > ul > li:last-child > a {
	border-radius: 0 0 5px 5px;
}
@media (max-width:767px) {
	#header > nav.global > ul > li > div.lang {
		display: none;
	}
}




/* media query */
@media (max-width:767px) {
	
	/* hamburger icon */
	#hamburger {
		display: none;
		position: absolute; /* to body */
		right: 20px;
		top: 14px;
		width: 22px;
		height: 20px;
		cursor: pointer;
	}
	#hamburger > div { position: relative; }
	#hamburger > div > span {
		display: block;
		position: absolute; /* to div */
		width: 100%;
		border-bottom: solid 3px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	#hamburger > div > span:nth-child(1) { top: 0; }
	#hamburger > div > span:nth-child(2) { top: 8px; }
	#hamburger > div > span:nth-child(3) { top: 16px; }
	

	
	/* hamburger menu */
	#header > nav.global {
		background-color: #3bc053;
		position: relative;
		left: 100%;
		width: 100%;
		top: 11px;
		display: none;
		color: #fff;
		padding-bottom: 20px;
	}
	body#pro > #header > nav.global {
		background-color : transparent;
	}
	
	
	
	#header > nav.global > ul {
		display: block;
		margin: 0 -20px -10px -20px;
		padding: 5px 10px 0 10px;
		border-top: 1px solid #45a55d;
		line-height: 1;
	}
	
	body#pro > #header > nav.global > ul {
		border-top: 1px solid #1d1f28;
	}	

	
	
	#header > nav.global > ul > li {
		margin: 0;
		display: inline-block;
		/*border: 1px solid #39874c;*/
	}
	
	#header > nav.global > ul > li:nth-child(n+2) {
		
	}
	#header > nav.global > ul > li:nth-child(n+2) > a:before {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		margin-right: 0.4rem;
	}
	#header > nav.global > ul > li > a {
		padding: 10px;
		display: block;
		text-decoration: none;
	}	
	
	#header > nav.global > ul > li:first-child {
		margin-right: 0;
	}
	#header > nav.global > ul > li > div {
		margin: 0;
		padding: 10px;
		/*border: 1px solid #39874c;*/
		display: inline-block;
	}
	#header > nav.global > ul > li > div.welcame {
		padding-right: 2px;
	}
	#header > nav.global > ul > li > div:nth-child(n+3) {
		padding-left: 2px;
	}

	#header > nav.adminMenuBox {
		display: none;
		background-color: #3bc053;
		box-shadow: -50vw 0 0 0 #3bc053, 50vw 0 0 0 #3bc053;
		margin: 2px 0 -12px 0;
	}
	body#pro > #header > nav.adminMenuBox {
		background-color : transparent;
		box-shadow: -50vw 0 0 0 #1d1f28, 50vw 0 0 0 #1d1f28;
	}

	
	
	#header > nav.adminMenuBox > dl,
	#header > nav.adminMenuBox > a {
		background-color: #fff;
		color: #319843;
		border-radius: 5px;
		display: inline-block;
		margin: 10px 10px 0 0;
	}
	.adminMenuBox > dl > dt:hover,
	.adminMenuBox > a:hover {
		background-color: #fff;
		border-radius: 5px;
	}
	#header > nav.adminMenuBox > hr {
		margin-top: 20px;
	}





	
	/* toggle button */
	#hamburger { display: block }
	
	/* click toggle button */
	.open-hamburger > #hamburger span:nth-child(1) {
		top: 9px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.open-hamburger > #hamburger span:nth-child(2),
	.open-hamburger > #hamburger span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	/* header menu */
	.open-hamburger > nav.global {
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	
}









/* ==============================================================
  main
============================================================== */
main {

}


/* 見出し1 */
.pageTitle {
	padding: 0.4em 0.6em;
	border-left: 5px solid #42be58;
	color: #319843;
}

/* 見出し2 */
#main > .serviceTitle {

}
#main > .serviceTitle {
	line-height: 1.3;
	font-size: 2.1em;
	font-weight: bold;
	padding-left: 2.4em;
	padding: 0.2em 0 0 2.4em;
	/* background-color: #ddd; */
}
#main > .serviceTitle > span {
	font-size: 0.48em;
	font-weight: normal;
	display: block;
}
#main > .serviceTitle {
	margin-bottom: 0.5em;
}
#main > .serviceTitle > span::before {
	content: '';
	display: block;
	width: 4.6em;
	height: 4.6em;
	background-size: 100%;
	position: absolute;
	margin: -0.6em 0 0 -5em;
	/* background-color: #ddd; */
}
#main > .serviceTitle.web > span::before { background-image:url(../img/service/web.svg); }
#main > .serviceTitle.blog > span::before { background-image:url(../img/service/blog.svg); }
#main > .serviceTitle.bbs > span::before { background-image:url(../img/service/bbs.svg); }
#main > .serviceTitle.review > span::before { background-image:url(../img/service/review.svg); }
#main > .serviceTitle.novel > span::before { background-image:url(../img/service/novel.svg); }
#main > .serviceTitle.gallery > span::before { background-image:url(../img/service/gallery.svg); }
#main > .serviceTitle.profile > span::before { background-image:url(../img/service/profile.svg); }
#main > .serviceTitle.bookmark > span::before { background-image:url(../img/service/bookmark.svg); }
#main > .serviceTitle.form > span::before { background-image:url(../img/service/form.svg); }
#main > .serviceTitle.pages > span::before { background-image:url(../img/service/pages.svg); }
#main > .serviceTitle.counter > span::before { background-image:url(../img/service/counter.svg); }
#main > .serviceTitle.analyzer > span::before { background-image:url(../img/service/analyzer.svg); }


/* media query */
@media (max-width:767px) {
	#main > .serviceTitle {
		font-size: 1.6em;
	}
}



/*
.stripe {
	font-size: 1.1em;
	padding: 1em 0.4em;
	background-size: 3px 3px;
	box-shadow:0px -60px 26px -26px #fbfbfb inset;
}
#main > .stripe {
	margin-bottom: 0.5em;
}
*/

/* 青 */
/*
.stripe.blue {
	color: #0e6c9a;
	border-top: 4px solid #9fcae0;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#bbd1ec 25%, #bbd1ec 50%,
		#fff 50%, #fff 75%,
		#bbd1ec 75%, #bbd1ec
	);
}
*/

/* 緑 */
/*
.stripe.green {
	color: #4b863a;
	border-top: 4px solid #cbe0a2;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#d4efc0 25%, #d4efc0 50%,
		#fff 50%, #fff 75%,
		#d4efc0 75%, #d4efc0
	);
}
*/





/* 記事 */
.article:not(:last-child) {
	margin-bottom: 1.1em;
}



.article > p:not(:last-child),
.article > section:not(:last-child) {
	margin-bottom: 1em;
}
.article .group:not(:last-child) {
	margin-bottom: 1.1em;
}
.article > footer {
	margin-top: 0.5em;
	text-align: right;
}

/* チェック */
.article > ul.check {
	padding-left: 1.3em;
}
.article > ul.check > li {
	position: relative;
}
.article > ul.check > li:not(:last-child) {
	margin-bottom: 0.5em;
}
.article > ul.check > li::before {
	content: "\f14a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #3bc053;
	
	position: absolute;
	left: -1.3em;
	top: 0em;
}
.article > .check > li > strong {
	color: #ec575a;
	text-decoration: underline;
}


/* 見出し */
.article > section > .headA {
	color: #ec575a;
}
.article > section > .headB {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}


/* 記事 faq */
.article.faq {

}
.article.faq > section > .headB::before {	/* 電球 */
	content: "\f0eb";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #92d6f4;
	
	font-size: 1.5em;
	margin-right: 0.2em;
}
.article.faq > section > ul > li::before,
.article.faq > header > h3::before,
.article.faq > div::before {
	font-weight: 400;
	font-size: 0.8em;
	border-radius: 4px;
	padding: 0.3em;
	color: #fff;
}
.article.faq > section > ul > li::before,
.article.faq > header > h3::before {	/* Q */
	content: "\f2c4";
	font-family: 'Font Awesome 5 Brands';
	background-color: #278cfb;
	margin-right: 0.3em;
}
.article.faq > div {
	margin: 0 -0.3em;
}
.article.faq > div::before {	/* A */
	content: "\f031";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;

	
	background-color: #fa1d1e;
}
.article.faq > section > .foot {
	text-align:right;
}

/* 記事 manual */
.article.manual {
	width: 100%;
}
.article.manual > section {
	width: 40%;
	margin-right: 2.5em;
}
.article.manual > section > h3 {
	border-bottom: solid 1px #dcdcdc;
	padding: 10px 10px 10px 0;
	margin: -10px 0 10px 0;
}
.article.manual > section > h3::before {
	content: "\f02d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.3em;
	color: #8e9fba;
}
.article.manual > section > ul {
	padding: 0 5px 5px 5px;
}
.article.manual > section > ul > li > a::before {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.8em;
	margin-right: 0.5em;
	
	display: inline-block;
}
.article.manual > section > .foot {
	text-align: right;
}
/* media query */
@media (max-width:767px) {
	.article.manual > section {
		width: 100%;
	}
}



/* 記事A 角丸記事 */
.article.typeA {
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
}
.article.typeA > header {
	border-radius: 5px 5px 0 0;
	background-color: #f0f0f0;
	padding: 10px;
	margin: -15px -15px 15px -15px;
}

/* li */
.article.typeA > ul.listA > li:not(:last-child),
.article.typeA > section > ul.listA > li:not(:last-child) {
	margin-bottom: 0.5em;
}
.article.typeA > ul.listA > li > *:not(:last-child) {
	margin-right: 0.6em;
}
.article.typeA > ul.listA > li > .date {

}
.article.typeA > ul.listA > li > .title {

}
.article.typeA > ul.listA > li > .appid::before,
.article.typeA > ul.listB > li.popup > a > div > .appid::before {
	content: '';
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	background-size: 100%;
	margin: 0 0 0.15em 0.2em;
	vertical-align: middle;
	background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%221000px%22%20height%3D%221000px%22%20viewBox%3D%220%200%201000%201000%22%20style%3D%22enable-background%3Anew%200%200%201000%201000%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%20id%3D%22Design%22%3E%3C%2Fg%3E%3Cg%20id%3D%22%26%23x30EC%3B%26%23x30A4%3B%26%23x30E4%3B%26%23x30FC%3B_2%22%3E%20%3Crect%20y%3D%221%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%221000%22%20height%3D%221000%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%23929292%3B%22%20d%3D%22M887%2C990v-94.5C887%2C682.042%2C713.958%2C509%2C500.5%2C509S114%2C682.042%2C114%2C895.5V990H887z%22%2F%3E%20%3Ccircle%20style%3D%22fill%3A%23929292%3B%22%20cx%3D%22500.204%22%20cy%3D%22324%22%20r%3D%22275%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

.article.typeA > ul.listA > li > .clock::before {
	content: "\f017";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin: 0 0.25em;
	font-size: 0.8em;
}
.article.typeA > ul.listA > li > .comment::before,
.article.typeA > ul.listB > li.popup > a > div > .comment::before {
	content: "\f075";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin: 0 0.2em;
	font-size: 0.9em;
}
.article.typeA > ul.listA > li > .star::before,
.article.typeA > ul.listB > li.popup > a > div > .star::before {
	content: "\f005";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin: 0 0.2em;
	font-size: 0.9em;
}
.article.typeA > ul.listA > li > .folder::before,
.article.typeA > ul.listB > li.popup > a > div > .folder::before {
	content: "\f07b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	margin: 0 0.2em;
	font-size: 0.9em;
}
.article.typeA > ul.listA > li > .users > a {
	font-size: 90%;
	border: 1px solid #aca360;
	padding: 2px;
	background-color: #ffffcc;
	color: #cc2a2a;
}

@media (max-width:767px) {
	.article.typeA > ul.listA > li:not(:last-child) {
		margin-bottom: 1em;
	}
	.article.typeA > ul.listA > li > *:not(:last-child) {
		display: block;
	}
}


/* listB (Gallery新着作品等で使用) */
.article.typeA > ul.listB {
	margin: -8px;
}
.article.typeA > ul.listB > li {
	margin: 8px;
}
.article.typeA > ul.listB > li.popup > a > div {
	display: none;
	position: absolute;
	top: 0.5em;	
	left: 1em;
}
.article.typeA > ul.listB > li.popup > a:hover,
.article.typeA > ul.listB > li.popup > a:hover
 {
	position:relative;
	text-decoration:none;
}
.article.typeA > ul.listB > li.popup > a:hover > div,
.article.typeA > ul.listB > li.popup > a:hover > div {
	display: block;
	z-index: 1000;
	white-space: nowrap;
	background-color: #eee;
	border: 1px solid #666;
	padding:3px;
	color:#414141;
}






/* 記事B */
.article.typeB {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
}
.article.typeB > header,
.tabWrap .box .conf {
	border-bottom: solid 1px #eee;
	padding: 10px 10px 10px 0;
	margin: -15px 0 15px 0;

}
.article.typeB > header > .conf::before,
.tabWrap .box .conf::before {
	content: "\f013";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
	vertical-align: middle;
	font-size: 1.3em;
	color: #999;
}





/* 記事C (MyWOX TOPで使用) */
.article.typeC {
	border: 1px solid #dcdcdc;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.05);
}
.article.typeC > header {
  padding-bottom: 12px;
}
.article.typeC > header > h3 {
	margin-right: 1em;
}
.article.typeC > header > h3 > img {
	width: 1.6em;
	vertical-align: middle;
	margin: -0.3em 0.2em 0 0;
}
.article.typeC > ul > li {
	border-top: solid 1px #eee;
	padding: 8px 0;
}
.article.typeC > ul > li:last-child {
	padding-bottom: 0;
}
.article.typeC > ul > li > *:last-child {
	margin-left: auto;
}
.article.typeC > ul > li > *:not(:last-child) {
	margin-right: 1em;
}

@media (max-width:767px) {
	.article.typeC > ul > li > * {
		display: block;
		width:100%;
	}
	.article.typeC > ul > li > *:last-child {
		margin-left: 0;
		text-align: right;
	}
}


/* 記事D (各管理画面 TOPで使用) */
.article.typeD {
	border: 6px solid #eee;
	background-color: #fff;
	padding: 15px;
}
.article.typeD > header {
	color: #337eff;
	padding-bottom: 5px;
}
.article.typeD > header > .square::before {
	content: "\f0c8";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
	vertical-align: middle;
}
.article.typeD > ul {
}
.article.typeD > ul > li:not(:first-child),
.article.typeD > section > ul > li:not(:first-child) {
	margin-top: 0.4em;
}
.article.typeD > section > .subTitle {
	color: #337eff;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding: 0.2em 0;
	margin-bottom: 0.4em;
}





/* ==============================================================
  side
============================================================== */
#side {
	/*border: 1px solid #ddd;*/
}



/* 角丸メニュー1 */
.article.typeA.menu1 > ul > li {
	position: relative;
}
.article.typeA.menu1 > ul > li > a {
	text-decoration: none;
	display: block;
	padding: 10px;
}
.article.typeA.menu1 > ul > li:not(:last-child) > a {
	border-bottom: solid 1px #eee;
}


.article.typeA.menu1 > ul > li {
	margin: -15px -15px 15px -15px;
}
.article.typeA.menu1 > ul > li:last-child {
	margin-bottom: -15px;
}
.article.typeA.menu1 > ul > li:last-child > a {
	border-radius: 0 0 5px 5px;
}
.article.typeA.menu1 > ul > li > a::before {
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	
	color: #dcdcdc;
  position: absolute;
  right: 10px;
}
.article.typeA.menu1 > ul > li > a.current::before,
.article.typeA.menu1 > ul > li > a:hover::before {
	color: #337ab7;
}


/* 角丸メニュー1 icon付き */
.article.typeA.menu1.icon > ul > li > a {
	padding: 10px 10px 10px 35px;
}
.article.typeA.menu1.icon > ul > li.top > a::after {
	content: '';
	display: block;
	width: 1.5em;
	height: 1.5em;
	background-size: 100%;
	position: absolute;
	margin: -1.6em 0 0 -1.55em;
	/* background-color: #ccc; */

}
.article.typeA.menu1.icon > ul > li.top > a::after { background-image:url(../img/service/web.svg); }
.article.typeA.menu1.icon > ul > li.blog > a::after { background-image:url(../img/service/blog.svg); }
.article.typeA.menu1.icon > ul > li.bbs > a::after { background-image:url(../img/service/bbs.svg); }
.article.typeA.menu1.icon > ul > li.review > a::after { background-image:url(../img/service/review.svg); }
.article.typeA.menu1.icon > ul > li.novel > a::after { background-image:url(../img/service/novel.svg); }
.article.typeA.menu1.icon > ul > li.gallery > a::after { background-image:url(../img/service/gallery.svg); }
.article.typeA.menu1.icon > ul > li.profile > a::after { background-image:url(../img/service/profile.svg); }
.article.typeA.menu1.icon > ul > li.bookmark > a::after { background-image:url(../img/service/bookmark.svg); }
.article.typeA.menu1.icon > ul > li.form > a::after { background-image:url(../img/service/form.svg); }
.article.typeA.menu1.icon > ul > li.pages > a::after { background-image:url(../img/service/pages.svg); }
.article.typeA.menu1.icon > ul > li.counter > a::after { background-image:url(../img/service/counter.svg); }
.article.typeA.menu1.icon > ul > li.analyzer > a::after { background-image:url(../img/service/analyzer.svg); }

.article.typeA.menu1.icon > ul > li:nth-child(n+2) > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  position: absolute;
  left: 10px;
  width: 1.5em;
  text-align: center;
  /* background-color: #ccc; */
}
.article.typeA.menu1.icon > ul > li.about > a::after { content: '\f002'; }
.article.typeA.menu1.icon > ul > li.specification > a::after { content: '\f022'; }
.article.typeA.menu1.icon > ul > li.faq > a::after { content: '\f2c4'; font-family: 'Font Awesome 5 Brands'; }
.article.typeA.menu1.icon > ul > li.manual > a::after { content: '\f02d'; }
.article.typeA.menu1.icon > ul > li.userbbs > a::after { content: '\f086'; font-weight: 400; }







/* 角丸メニュー2 (li) */
.article.typeA.menu2 > ul {
	padding-left: 1em;
}
.article.typeA.menu2 > ul > li {
	position: relative;
}
.article.typeA.menu2 > ul > li:not(:last-child) {
	margin-bottom: 0.5em;
}
.article.typeA.menu2 > ul > li::before {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.8em;
	
	position: absolute;
	left: -1em;
	top: 0.3em;
}




/* タイル */
.article.tile > ul > li {
	width: 33.3%;
	padding: 4px;
}
.article.tile > ul > li > a > img {
	width: 100%;
	display: block;
}




/* サービス概要 */
.article.typeA.overview > section > h3::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.2em;
}
/* 必要なものが全て揃う */
.article.typeA.overview > section > h3.headA.cubes::before {
	content: "\f1b3";
	font-size: 2.2em;
}
/* どなたでも簡単に出来ます */
.article.typeA.overview > section > h3.headA.pencil-ruler::before {
	content: "\f5ae";
	font-size: 2em;
}	
/* 豊富なテンプレート */
.article.typeA.overview > section > h3.headA.images::before {
	content: "\f302";
	font-size: 1.9em;
}		
/* コミュニケーション機能 */
.article.typeA.overview > section > h3.headA.users::before {
	content: "\f0c0";
	font-size: 1.9em;
}
/* 独自ドメインに対応 */
.article.typeA.overview > section > h3.headA.globe-americas::before {
	content: "\f57d";
	font-size: 2.1em;
}
/* 安全対策もバッチリ！ */
.article.typeA.overview > section > h3.headA.shield-alt::before {
	content: "\f3ed";
	font-size: 2em;
}
/* コンテンツ公開レベルを細かく指定出来ます */
.article.typeA.overview > section > h3.headA.lock::before {
	content: "\f023";
	font-size: 2em;
}	
/* 月額500円で広告なし */
.article.typeA.overview > section > h3.headA.crown::before {
	content: "\f521";
	font-size: 1.8em;
	margin-right: 0.1em;
	margin-left: -0.1em;
}
/* 無料ユーザーでも広告は極力表示されません */
.article.typeA.overview > section > h3.headA.cut::before {
	content: "\f0c4";
	font-size: 2.2em;
}
/* カテゴリ分けでお気に入りを見やすく整理 */
.article.typeA.overview > section > h3.headA.folder-open::before {
	content: "\f07c";
	font-size: 2em;
	font-weight: 400;
}
/* 充実した機能 */
.article.typeA.overview > section > h3.headA.whmcs::before {
	content: "\f40d";
	font-size: 2.2em;
	font-family: 'Font Awesome 5 Brands';
}
/* レイアウトもワンタッチで切り替え可能 */
.article.typeA.overview > section > h3.headA.th-large::before {
	content: "\f009";
	font-size: 1.8em;
}
/* タグを貼るだけで簡単設置 */
.article.typeA.overview > section > h3.headA.code::before {
	content: "\f121";
	font-size: 1.8em;
}
/* オリジナル画像が使える */
.article.typeA.overview > section > h3.headA.file-upload::before {
	content: "\f574";
	font-size: 2em;
}
/* 充実した解析結果
 */
.article.typeA.overview > section > h3.headA.chart-bar::before {
	content: "\f080";
	font-size: 2em;
}




/* マニュアル内 */
.formEditer.fas,
.formEditer.fab {
	text-decoration: none;
	color: #555;
	cursor: pointer;
	text-align: center;

	border-radius: 4px;
	border: 1px solid #dcdcdc;
	background-color: #fff;

	
	width: 2em;
	height: 2em;
	line-height: 2em;
	
	font-size: 0.9em;
	margin: 5px 5px 0 0;
}
.formEditer.fas:hover,
.formEditer.fab:hover {
	background-color: #fafafa;
}


/* ==============================================================
  footer
============================================================== */
#footer {
	width: 100%;
	background-color: #eee;
	box-shadow: -50vw 0 0 0 #eee, 50vw 0 0 0 #eee;
	padding: 20px 0 20px 0;
}
html {  
	background: #eee; /* コンテンツ量微量の際、背景色で下まで埋める */  
}
#footer > ul.menu > li > ul {
	font-size: 0.8em;
}
#footer > div {
	/* background: #ccc; */
	margin-top: 1em;
}
#footer > div > * {
	padding: 0 0.4em;
}
#footer > div > ul.socialIcon {
	font-size: 1.4em;
}
#footer > div > ul.socialIcon > li > a {
	text-decoration: none;
  color: #fff;
}
#footer > div > ul.socialIcon > li > a > span {
	display: none;
}
#footer > div > ul.socialIcon > li > a::before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 900;
}
#footer > div > ul.socialIcon > li.twitter > a::before {
	content: "\f099";
	color: #55acee;
}
#footer > div > ul.socialIcon > li.facebook > a::before {
	content: "\f09a";
	color: #3b5998;
}
#footer > div > ul.socialIcon > li.google > a::before {
	content: "\f2b3";
	color: #d03f39;
}
#footer > div > ul.socialIcon > li.line > a::before {
	content: "\f3c0";
	color: #1dcd00;
}
#footer > div > ul.socialIcon > li:not(:first-child){
	margin-left:8px;
}
#footer > div > small {
	font-size: 0.8em;
	text-align: right;
	display: block;
}


/* media query */
@media (max-width:767px) {
	#footer > ul.menu > li {
		width: calc(50% - 0.5em);
	}
	#footer > ul.menu > li:nth-last-child(n+2) {
		margin-bottom: 1em;
	}
}






/* ==============================================================
  単一クラス
============================================================== */

/* topへ戻るボタン */
#pageTopButton {
	display:none;
	
	position: fixed;
	right: 30px;
	bottom: 60px;	
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	border-radius: 2px;
	background-color: #337ab7;
	padding: 0 10px;
}
#pageTopButton::before {
	content: "\f106";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#pageTopButton span {
	display: none;
}

/* 説明 */
.guide {
	display: inline-block;
	border: 1px solid #ffe944;
	padding: 5px;
	background-color: #fffad6;
}

/* 新規ユーザー登録のstep */
ul.registerStep {
	font-size: 1.4em;
	font-weight: bold;
	color: #ddd;
	margin-top: 1.6em;
	line-height: 0;
}
ul.registerStep > li {
	margin-right: 1em;
}
ul.registerStep > li.current {
	color: #325c92;
}


