@charset "UTF-8";
hr:not([class]) {
	height: 0;
	margin: 2rem 0;
	padding: 0;
	border: 0;
	border-top: 1px dashed #666666;
}

ul:not([class]) {
	list-style-type: disc;
	padding-left: 2.5rem;
}

ul:not([class]) li {
	margin-bottom: 0.6em;
	padding-left: 0.25em;
}

ol:not([class]) {
	list-style-type: decimal;
	padding-left: 2.5rem;
}

ol:not([class]) li {
	margin-bottom: 0.6em;
	padding-left: 0.25em;
}

dl:not([class]) {
	margin-left: 1em;
}

dl:not([class]) dt {
	margin-bottom: 0.25em;
}

dl:not([class]) dd {
	margin-bottom: 0.75em;
	margin-left: 1em;
}

a:not([class]) {
	color: #0000ee;
	text-decoration: none;
	border-bottom: 1px solid #0000ee;
}

a:hover:not([class]) {
	border-bottom: none;
}

.testdata, table:not([class]) {
	margin-top: 2em;
	margin-bottom: 1em;
	border-collapse: collapse;
}

.testdata th, table:not([class]) th, .testdata td, table:not([class]) td {
	border: 1px solid #999;
	padding: 0.75em;
	font-weight: normal;
}

.testdata thead th, table:not([class]) thead th {
	background-color: #eee;
}

.testdata tbody th, table:not([class]) tbody th {
	text-align: left;
	vertical-align: top;
}

.testdata tbody td, table:not([class]) tbody td {
	vertical-align: top;
}

._a-button, button:not([class]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	border: none;
	background-color: #333333;
	color: #FFFFFF;
	height: 3em;
	line-height: 3;
	padding: 0 1em;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

._a-button:hover, button:hover:not([class]) {
	background-color: #999999;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

details:not([class]) {
	text-align: center;
}

details:not([class]) summary {
	position: relative;
	display: inline-block;
	outline: none;
	list-style: none;
	cursor: pointer;
	font-size: 1.5em;
	padding-bottom: 3rem;
}

details:not([class]) summary::before {
	content: "OPEN";
	font-size: 13px;
	display: block;
	position: absolute;
	bottom: 1.75rem;
	left: 0;
	right: 0;
}

details:not([class]) summary::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -0.5em;
	content: "";
	font-family: icomoon;
	display: inline-block;
	-webkit-transform: scale(1.5, -1);
	transform: scale(1.5, -1);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

html.Safari details:not([class]) summary::after {
	-webkit-transition: none;
	transition: none;
}

html.iPhone details:not([class]) summary::after {
	-webkit-transition: none;
	transition: none;
}

details:not([class]) summary::-webkit-details-marker {
	display: none;
}

details[open]:not([class]) summary::before {
	content: "CLOSE";
}

details[open]:not([class]) summary::after {
	-webkit-transform: scale(1.5, 1);
	transform: scale(1.5, 1);
}

html.no-details.IE details:not([class]), html.no-details.Edge--old details:not([class]) {
	display: block;
}

html.no-details.IE details:not([class]) summary::before, html.no-details.Edge--old details:not([class]) summary::before {
	content: "OPEN";
	width: 100%;
	font-size: 13px;
}

html.no-details.IE details[open]:not([class]) summary::before, html.no-details.Edge--old details[open]:not([class]) summary::before {
	content: "CLOSE";
}

/* ------------------------------------------------------------------
 Box sizingの定義, デフォルトのmarginを削除
------------------------------------------------------------------ */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
figcaption,
blockquote,
dl, dd {
	font: inherit;
	margin: 0;
}

/* ------------------------------------------------------------------
 body
------------------------------------------------------------------ */
/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.8;
	font-family: "segoe ui", meiryo, "yu gothic", "hiragino kaku gothic pron", sans-serif;
	word-break: break-word;
	background-color: #ffffff;
	color: #212121;
}

.desktop body {
	font-size: 0.875rem;
}

.Firefox body {
	overflow-wrap: anywhere;
}

.Edge body, .IE body {
	word-break: break-all;
}

/* ------------------------------------------------------------------
 Sectioning Element
------------------------------------------------------------------ */
p:not([class]) {
	margin-bottom: 0.6em;
}

/* Update default style */
/* Not has class */
/* ------------------------------------------------------------------
 Heading Element
------------------------------------------------------------------ */
h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}

h1:not([class]) {
	font-size: 2.5rem;
}

h2:not([class]) {
	font-size: 2rem;
}

h3:not([class]) {
	font-size: 1.75rem;
}

h4:not([class]) {
	font-size: 1.5rem;
}

h5:not([class]) {
	font-size: 1.25rem;
}

h6:not([class]) {
	font-size: 1.125rem;
}

/* ------------------------------------------------------------------
 List Element
------------------------------------------------------------------ */
ul, ol {
	-webkit-padding-start: 0;
	        padding-inline-start: 0;
	padding-left: 0;
	list-style: none;
}

dl dd {
	-webkit-margin-start: 0;
	        margin-inline-start: 0;
}

/* Update default style */
/* Not has class */
/* Natural flow and rhythm in articles by default */
/* article要素内の要素に自然な流れとリズムを定義 */
article > * + * {
	margin-top: 1em;
}

/* ------------------------------------------------------------------
 Form Element
------------------------------------------------------------------ */
/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
/* Update default style */
input,
button,
textarea,
select,
pre {
	font: inherit;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid #7A7A7A;
}

input[type=submit],
input[type=reset],
input[type=button] {
	height: 3em;
	cursor: pointer;
	border: 1px solid #7A7A7A;
	border-radius: 2px;
}

input[type=image] {
	height: 3em;
	width: auto;
}

input[type=file] {
	cursor: pointer;
}

[type=text], [type=search], [type=tel], [type=url], [type=email],
[type=password], [type=datetime], [type=date], [type=month],
[type=week], [type=time], [type=datetime-local], [type=number] {
	max-width: 100%;
}

textarea {
	padding: 0.5em;
	max-width: 100%;
	border: 1px solid #7A7A7A;
}

select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #7a7a7a;
	border-radius: 0;
	height: 3em;
	padding-left: 0.5em;
	padding-right: 20px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEyOSAxMjkiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiLz4KICA8L2c+Cjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 12px;
}

select[multiple] option {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

label {
	cursor: pointer;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/* ------------------------------------------------------------------
 Text level Element
------------------------------------------------------------------ */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

small {
	font: inherit;
}

small:not([class]) {
	color: #616161;
}

em {
	font-style: normal;
}

em:not([class]) {
	font-weight: bold;
}

strong {
	font-weight: normal;
}

strong:not([class]) {
	color: #f00;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #212121;
	outline: none;
}

/* カラーピッカー（Spectrum）のカスタマイズ */
.sp-container {
	background-color: transparent;
	border: none;
	pointer-events: none;
}

.sp-picker-container, .sp-palette-container {
	background-color: #ccc;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	pointer-events: auto;
}

.sp-replacer {
	padding: 0 !important;
	border-color: #999 !important;
	border-radius: 2px;
	width: 3em !important;
	height: 3em !important;
	vertical-align: top;
}

.sp-preview {
	margin-right: 0 !important;
	height: 3em !important;
	width: 3em !important;
	border: none !important;
}

.sp-dd {
	display: none;
}

.sp-palette-row-selection {
	margin-top: 0.5em;
	border-top: dashed 1px #999;
	padding-top: 0.5em;
}

.sp-initial span {
	height: 28px;
}

.sp-input {
	height: 30px !important;
	border-radius: 0;
	border: solid 1px #999 !important;
	font-size: 16px !important;
}

.sp-button-container {
	margin-top: 0.5em;
}

.sp-cancel {
	display: inline-block;
	color: #fff !important;
	padding: 0.5em;
	background-color: #999;
	text-decoration: none;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.sp-cancel:hover {
	background-color: #666;
	text-decoration: none;
	color: #fff !important;
}

.sp-container button {
	background-image: none;
	background-color: #4CAF50;
	color: #fff;
	padding: 0.5em;
	border: none;
	border-radius: 2px;
}
.sp-container button:hover {
	background-image: none;
	background-color: #38853b;
	border: none;
}

/* -----------------------------------------------------
 汎用 CLASS
----------------------------------------------------- */
/* 非表示 */
._hideItem {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

/* -----------------------------------------------------
 レイアウト（トップページ以外）
----------------------------------------------------- */
body:not(.topPage) {
	padding-top: 100px;
}
body:not(.topPage) ._layout_inner-is_maxWidth {
	max-width: 100%;
	min-width: calc(320px - (20px * 2));
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 600px) {
	body:not(.topPage) ._layout_inner-is_maxWidth {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.article {
	margin-top: 2rem;
}

/* -----------------------------------------------------
 ページヘッダ
----------------------------------------------------- */
body:not(.topPage) .pageHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	height: 100px;
	padding-right: 80px;
	background-color: #ebebeb;
}
body:not(.topPage) .pageHeader_layout_inner {
	width: 100%;
}
body:not(.topPage) .pageHeader__title {
	font-size: 2rem;
}
@media screen and (max-width: 500px) {
	body:not(.topPage) .pageHeader__title {
		font-size: 1.5rem;
	}
}
body:not(.topPage) .pageHeader__title a {
	display: inline-block;
}
body:not(.topPage) .pageHeader__mainTitle {
	display: block;
	line-height: 1.25;
}
body:not(.topPage) .pageHeader__subTitle {
	display: block;
	font-size: 0.75em;
}

/* -----------------------------------------------------
 メインコンテンツ
----------------------------------------------------- */
.articleHeader__category {
	display: block;
	font-size: 2rem;
}
.articleHeader__mainTitle {
	display: block;
	font-size: 3rem;
	line-height: 1.2em;
}
.articleHeader__subTitle {
	margin-top: 0.2em;
	display: block;
	font-size: 2rem;
}

/* -----------------------------------------------------
 ナビゲーション（トップページ以外）
----------------------------------------------------- */
body:not(.topPage) .globalNav__title {
	font-size: 2rem;
	color: #fff;
}
body:not(.topPage) .globalNav__checkbox {
	display: none;
}
body:not(.topPage) .globalNav__checkbox:checked ~ .globalNav__wrapper {
	display: block;
}
body:not(.topPage) .globalNav__buttonLabel {
	position: fixed;
	top: 14px;
	right: 20px;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	width: 60px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #666;
}
body:not(.topPage) .globalNav__buttonTitle {
	position: fixed;
	top: 72px;
	right: 20px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
body:not(.topPage) .globalNav__wrapper {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 320px;
	height: 100%;
	background-color: #999;
	padding: 20px;
	overflow: auto;
}
body:not(.topPage) .globalNav__item {
	margin-top: 1rem;
}
body:not(.topPage) .globalNav ._section_title {
	font-size: 1.75rem;
	color: #fff;
}
body:not(.topPage) .globalNav .globalNavList__item {
	font-size: 1.25rem;
}
body:not(.topPage) .globalNav .globalNavList__item--is_current {
	position: relative;
}
body:not(.topPage) .globalNav .globalNavList__item--is_current::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #fff;
}
body:not(.topPage) .globalNav .globalNavList a {
	color: #fff;
}
body:not(.topPage) .globalNav .globalNavList a:hover {
	padding-bottom: 2px;
	border-bottom: 1px solid #333;
}
body:not(.topPage) .globalNav__home {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.5rem;
}
body:not(.topPage) .globalNav__home a {
	color: #fff;
	border-bottom: none;
}
body:not(.topPage) .globalNav__home a:hover {
	border-bottom: 1px solid #212121;
}
body:not(.topPage) .globalNav__buttonLabel {
	position: fixed;
}
body:not(.topPage) .globalNav__buttonLabel span,
body:not(.topPage) .globalNav__buttonLabel span:before,
body:not(.topPage) .globalNav__buttonLabel span:after {
	content: "";
	display: block;
	height: 3px;
	width: 30px;
	border-radius: 3px;
	background-color: #ffffff;
	position: absolute;
}
body:not(.topPage) .globalNav__buttonLabel span:before {
	bottom: 8px;
}
body:not(.topPage) .globalNav__buttonLabel span:after {
	top: 8px;
}
body:not(.topPage) .globalNav__checkbox:checked ~ .globalNav__buttonLabel span {
	background-color: rgba(255, 255, 255, 0);
	/*メニューオープン時は真ん中の線を透明にする*/
}
body:not(.topPage) .globalNav__checkbox:checked ~ .globalNav__buttonLabel span::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body:not(.topPage) .globalNav__checkbox:checked ~ .globalNav__buttonLabel span::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* -----------------------------------------------------
 設定
----------------------------------------------------- */
.setting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 2rem;
}
.setting label {
	display: block;
	margin-bottom: 0.25em;
	font-size: 1.25em;
}

.colorPicker {
	margin-right: 1.5rem;
	margin-top: 1rem;
}

.colorPicker2 {
	margin-right: 1.5rem;
	margin-top: 1rem;
}

.color1_field,
.color2_field {
	width: 160px;
}

.divid {
	margin-top: 1rem;
	margin-right: 3rem;
}

.bgColor {
	margin-top: 1rem;
}

/* -----------------------------------------------------
 カラーコード（カラーコード付き）
----------------------------------------------------- */
.code {
	margin-top: 3rem;
	font-size: 1.5rem;
}

/* -----------------------------------------------------
 カラーリスト（タイル）
----------------------------------------------------- */
.colorList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 1rem;
}
.colorList__item {
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
.colorList__amount, .colorList__tile {
	display: block;
}
.colorList__tile {
	width: 50px;
	height: 50px;
	border: 1px dotted #ccc;
}

.alpha__list {
	padding: 25px;
	border: 1px dotted #999;
}

/* Grayscale, Complement, Invertのタイル */
.otherTile {
	width: 200px;
	height: 200px;
	border: 1px dotted #999;
}

/* オリジナルカラーのタイルの形状を変更 */
.lightness__list .colorList__item--0 .colorList__tile,
.saturation__list .colorList__item--0 .colorList__tile,
.alpha__list .colorList__item--0 .colorList__tile,
.hue__list .colorList__item--0 .colorList__tile {
	border-radius: 50%;
}

.hue__list .colorList__item--360 .colorList__tile {
	border-radius: 50%;
}

.mix__list .colorList__item--100 .colorList__tile {
	border-radius: 50%;
}

/* -----------------------------------------------------
 Convertible
----------------------------------------------------- */
.convertible {
	margin-top: 6rem;
}
.convertible__title {
	font-size: 2rem;
}

.convertible__item {
	margin-top: 2rem;
	font-size: 1.5rem;
}

.convertibleList {
	margin-top: 2rem;
}
.convertibleList__item {
	margin-top: 1rem;
	font-size: 1.5rem;
}

/* -----------------------------------------------------
 ページフッタ
----------------------------------------------------- */
body:not(.topPage) .pageFooter {
	margin-top: 4rem;
	padding: 2rem 0;
	background-color: #ebebeb;
}
body:not(.topPage) .pageFooter__title {
	font-size: 1.5em;
}
body:not(.topPage) .copyright {
	padding: 0.75em 0;
	background-color: #bdbdbd;
}
body:not(.topPage) .copyright__contents {
	text-align: center;
}

/* -----------------------------------------------------
 ページトップ
----------------------------------------------------- */
.to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.to_top a {
	display: inline-block;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	background-color: #333;
	font-size: 16px;
	line-height: 1;
	border-bottom: none;
	color: #fff;
}
.to_top a:hover {
	font-size: 18px;
}