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

/*RESET ============================================
==================================================*/
* {
	box-sizing: border-box;
	}

body,ul,ol,li,dl,dt,dd,blockquote,p,h1,h2,h3,h4,h5,h6,form,fieldset,address,em,th,strong,i,sup,pre {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	}
h1,h2,h3,h4,h5,h6{line-height: 1;}

button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: inherit;
	display: block;
	}

input,select,textarea{
	font-family: inherit;
	font-size: 1.6rem;
	}

input[type="submit"],input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	}

img,picture,video {
	border: 0;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	}

li {list-style-type: none;}
small {font-size: 100%;}
iframe {border: 0;}

/* Clearfix
---------------------*/
.clearfix:after{
	content: "";
	display: block;
	clear: both;
	}
	
/*==================================================
========================================= RESET END*/

/*FONTS ============================================
==================================================*/
html{
	font-size: 62.5%;
	color:#171717;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
	}
	
h1,h2,h3,h4,h5,h6{
	font-family: "Klee One","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1;
	font-weight: 700;
	}
	
@font-face {
	font-family: "RomanitiquesSubset";
	src: url("fonts/RomanitiquesSubset.woff") format("woff");
	}
@font-face {
	font-family: "NotoSerif-Regular";
	src: url("fonts/NotoSerif-Regular.woff") format("woff");
	}
@font-face {
	font-family: "NotoSerif-Italic";
	src: url("fonts/NotoSerif-Italic.woff") format("woff");
	}
@font-face {
	font-family: "NotoSansDisplay";
	src: url("fonts/NotoSansDisplay-VariableFont_wdth,wght.ttf") format("ttf");
	}

.bold{font-weight: bold;}
/*==================================================
========================================= FONTS END*/

/*COMMON ===========================================
==================================================*/
body{
	background-color: #fff;
	}
	
header{
	max-width: 100%;
	height: 150px;
	margin-bottom: 50px;
	padding: 25px 0;
	background: url("img-theme/noise2.png"),#1F1F1F;
	background-repeat: repeat;
	}
header .headerInner{
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	}
header .headerInner img{
	width: 80px;
	position: absolute;
	top:10px;
	left: 0;
	}
header .headerInner p{
	text-align: center;
	margin: 0 auto 20px auto;
	font-size: 4rem;
	font-family: RomanitiquesSubset;
	color: #f4f1de;
	}
header .headerInner h1{
	text-align: center;
	margin: 0 auto;
	font-size: 4rem;
	color: #f4f1de;
	}

div.content{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	position: relative;
	}
	@media only screen and (max-width:1139px){
		div.content{
			width: 840px;
			display: block;
			}
		}
	@media only screen and (max-width:839px){
		div.content{
			width: 100%;
			margin: 0 auto;
			}
		}
main{
	max-width: 780px;
	background-color: #FAF7F4;
	filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.2));
	margin-right: 60px;
	}
	@media only screen and (max-width:839px){
		main{
			width: 100%;
			}
		}

nav#sticky{
	position: fixed;
	top: 250px;
	width: 780px;
	z-index: 0;
	}
	@media only screen and (max-width:840px){
		nav#sticky{
			display: none;
			}
		}
nav#sticky ul{
	float: right;
	margin-right: -60px;
	}
nav#sticky ul li{
	height: 40px;
	margin: 0px 6px 50px -5px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 2.4rem;
	text-align: center;
	font-family: "Klee One","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.2));
	}
nav#sticky ul li:nth-of-type(1){
	background: linear-gradient(to top,#fff 0% 75%,#F54876 75% 100%);
	transform:rotate(88deg);
	}
nav#sticky ul li:nth-of-type(2){
	background: linear-gradient(to top,#fff 0% 75%,#ee652a 75% 100%);
	transform:rotate(85deg);
	}
nav#sticky ul li:nth-of-type(3){
	background: linear-gradient(to top,#fff 0% 75%,#0168AD 75% 100%);
	transform:rotate(93deg);
	}
nav#sticky ul li:nth-of-type(4){
	background: linear-gradient(to top,#fff 0% 75%,#0b86c1 75% 100%);
	transform:rotate(88deg);
	}
nav#sticky ul li:nth-of-type(5){
	background: linear-gradient(to top,#fff 0% 75%,#99EB3E 75% 100%);
	transform:rotate(92deg);
	}
nav#sticky ul li:nth-of-type(6){
	background: linear-gradient(to top,#fff 0% 75%,#BF61F2 75% 100%);
	transform:rotate(92deg);
	}
nav#sticky ul li a{
	text-decoration:none;
	color:#333;
	}
nav#sticky ul li a:visited{
	text-decoration:none;
	color:#333;
	}
nav#sticky ul li a:hover{
	text-decoration: none;
	color: #333;
	cursor: pointer;
	}

aside.sideBar{
	width: 300px;
	}
aside.sideBar h2{
	width: 100%;
	background-color: #333;
	border-radius: 5px;
	color:#fff;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding: 12px;
	}
aside.sideBar .accordion{
	margin-bottom: 50px;
	}
aside.sideBar .accordion .tab {
	font-size: 1.6rem;
	line-height: 3;
	border-bottom: solid 1px #c9cacb;
	}
aside.sideBar .accordion .tab input {
	position: absolute;
	opacity: 0;
	z-index: -1;
	}
aside.sideBar .accordion .tab label {
	padding-left: 15px;
	display: block;
	position: relative;
	cursor: pointer;
	}
aside.sideBar .accordion .tab label:hover {
	background-color: #F6F6F6;
	}
aside.sideBar .accordion .tab label:active {
	background-color: #E9E9E9;
	}
aside.sideBar .accordion .tab label img {
	width: 40px;
	margin-right: 10px;
	vertical-align: middle;
	}
aside.sideBar .accordion .tab label span {
	vertical-align: middle;
	}
aside.sideBar .accordion .tab label:after {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	transition: all .5s;
	}
	
ul.tab-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	transition: max-height .6s;
	}
ul.tab-content li {
	font-size: 1.6rem;
	height: 40px;
	}
ul.tab-content li:not(:last-of-type) {
	border-bottom: solid 1px #c9cacb;
	}
ul.tab-content a {
	text-decoration: none;
	width: 100%;
	height: 39px;
	color: #333;
	display: block;
	padding-left: 15px;
	}
ul.tab-content a:hover{
	text-decoration: none;
	background-color: #F6F6F6;
	}
input:checked ~ .tab-content {
	max-height: 500px;
	}
input[type=checkbox] + label::after {
	content: "+";
	}
input[type=checkbox]:checked + label::after {
	transform: rotate(135deg);
	}
aside.sideBar #new ul,aside.sideBar #latest ul{
	margin-bottom: 50px;
	}
aside.sideBar #new ul li,aside.sideBar #latest ul li{
	font-size: 1.6rem;
	padding: 15px;
	border-bottom: solid 1px #c9cacb;
	}
/*==================================================
======================================= COMMON END*/

/*TOP ==============================================
==================================================*/
#top{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	position: relative;
	}

#top main.cover{
	width: 700px;
	background:url("img-theme/noise.png"),#f4f1de;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 124px 68px 0 54px;
	order: 2;
	position: relative;
	z-index: 99;
	}
#top main.cover .decorativeFrameTop{
	width: 574px;
	height: 150px;
	position: relative;
	}

#top main.cover .decorativeFrameTop hr{
	width: 264px;
	height: 5px;
	border-top: 3px double #323232;
	border-bottom: 1px solid #323232;
	border-left: none;
	border-right: none;
	}
#top main.cover .decorativeFrameTop hr::before{
	content: "";
	width: 150px;
	height: 157px;
	background: url("img-theme/corner.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -7px;
	left: 0;
	}
#top main.cover .decorativeFrameTop hr::after{
	content: "";
	width: 150px;
	height: 157px;
	background: url("img-theme/corner.png") no-repeat;
	background-size: cover;
	position: absolute;
	transform: scale(-1,1);
	top: -7px;
	right: 0;
	}
	
#top main.cover div.decorativeFrameMiddle{
	width: 574px;
	height: auto;
	padding: 0 7px;
	position: relative;
	padding-bottom: 420px;
	}
#top main.cover div.decorativeFrameMiddle::before{
	content: "";
	width: 1px;
	height: calc( 100% - 150px);
	border-left: 3px double #323232;
	border-right: 1px solid #323232;
	position:absolute;
	top:5px;
	left:8px;
	}
#top main.cover div.decorativeFrameMiddle::after{
	content: "";
	width: 1px;
	height: calc( 100% - 150px);
	border-left: 3px double #323232;
	border-right: 1px solid #323232;
	position:absolute;
	top:5px;
	right:8px;
	}

#top main.cover div.decorativeFrameMiddle p{
	font-size: 4rem;
	font-family: RomanitiquesSubset;
	text-align: center;
	margin-bottom: 200px;
	}

#top main.cover div.decorativeFrameMiddle h1{
	width: 433px;
	margin: 0 auto;
	text-align: center;
	font-size: 32px;
	border-bottom: 1px solid #323232;
	}
	
#top main.cover .decorativeFrameBottom{
	width: 574px;
	height: 150px;
	position: relative;
	}
#top main.cover .decorativeFrameBottom hr{
	width: 264px;
	height: 5px;
	border-top: 3px double #323232;
	border-bottom: 1px solid #323232;
	border-left: none;
	border-right: none;
	}
#top main.cover .decorativeFrameBottom hr::before{
	content: "";
	width: 150px;
	height: 157px;
	background: url("img-theme/corner.png") no-repeat;
	background-size: cover;
	transform: scale(1,-1);
	position: absolute;
	bottom: 138px;
	left: 0;
	}
#top main.cover .decorativeFrameBottom hr::after{
	content: "";
	width: 150px;
	height: 157px;
	background: url("img-theme/corner.png") no-repeat;
	background-size: cover;
	position: absolute;
	transform: scale(-1,-1);
	bottom: 138px;
	right: 0;
	}

#top nav#sticky{
	order: 3;
	}

#top aside.sideBar{
	order: 4;
	}

#top footer{
	order: 1;
	width: 80px;
	align-self: stretch;
	background: url("img-theme/noise2.png"),linear-gradient(to right, rgba(51,51,51,1) 0%, rgba(1,0,25,1) 12px, rgba(31,31,31,1.00) 79px, rgba(97,97,97,1) 79px, rgba(97,97,97,1) 80px);
	background-repeat: repeat;
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3));
	line-height: 1;
	}
#top footer img{
	width: 51px;
	height: auto;
	margin: 710px 13px 15px 13px;
	}
#top footer small{
	display: block;
	transform: rotate(90deg);
	transform-origin: left bottom;
	width: 15em;
	color:#1f1f1f;
	}
#top footer div{
	width: 47px;
	height: 90px;
	padding: 2px;
	background:linear-gradient(to right bottom, #fbcf00 0%, #fffcd1 25%, #cb9b0c 60%, #f3c18b 87%, #fffcd1 100%);
	margin: 0 auto;
	}
#top footer p{
	width: 43px;
	height: 86px;
	background: url("img-theme/noise2.png"),#1F1F1F;
    }
#top footer p span{
	display: block;
	width: 86px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 3.2rem;
	color:#fbcf00;
	transform: rotate(90deg) translateX(22px) translateY(22px);
    }
/*==================================================
========================================== TOP END*/

/*PAGE =============================================
==================================================*/
main{
	padding: 0 15px;
	position: relative;
	z-index: 1;
	}
	@media only screen and (max-width:839px){
	main{
		padding: 0 2%;
		position: relative;
		z-index: 1;
		}
	}
main div.title{
	padding-top: 60px;
	}
.content div.title p{
	width: 160px;
	margin:0 0 0 auto;
	font-family: "Klee One","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
.content div.title p:first-of-type{
	margin-bottom: 11px;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid rgba(125,115,107,0.6);
	}
.content div.title p:nth-of-type(2){
	margin-bottom: 4px;
	font-size: 1.6rem;
	line-height: 1;
	}
.content div.title p span.serif{
	color: rgba(125,115,107,0.6);
	font-family: "游明朝", YuMincho, "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	padding-right: 10px;
	}
.content div.title h2{
	font-size:3rem;
	line-height: 1;
	padding: 5px 15px;
	border-top: 2px solid rgba(125,115,107,0.6);
	border-bottom: 2px solid rgba(125,115,107,0.6);
	position: relative;
	}
.content div.title h2:after{/*=====点線=====*/
	content: '';
	width: 720px;
	height: 30px;
	background: radial-gradient(circle farthest-side, rgba(125,115,107,0.6), rgba(125,115,107,1) 6%, transparent 6%, transparent);
	background-size: 30px 30px;
	display: inline-block;
	position: absolute;
	top: 28px;
	left: 15px;
	}

main div.line {/*=====罫線=====*/
	background-image: linear-gradient(to top, rgba(125,115,107,0.2) 1px, transparent 1px);
	background-size: 100% 3rem; /* 行の高さ */
	line-height: 30px; /* 文字の高さ */
	padding: 30px;
	margin-bottom: 50px;
	position: relative;
	}
main div.line:before {
	content: "";
	width: 750px;
	height: 2px;
	border-bottom: 2px solid rgba(125,115,107,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	}
main div.line:after {
	content: "";
	width: 720px;
	height: 30px;
	background: radial-gradient(circle farthest-side, rgba(125,115,107,0.8), rgba(125,115,107,1) 6%, transparent 6%, transparent);
	background-size: 30px 30px;
	display: inline-block;
	position: absolute;
	bottom: -12px;
	left: 15px;
	}
	@media only screen and (max-width:839px){
		main div.line {/*=====罫線=====*/
			background-image: none;
			line-height:1.5;
			margin-bottom: 50px;
			padding: 0;
			position: relative;
			}
		main div.line:before {
			content: "";
			width: 750px;
			height: 2px;
			border-bottom: 2px solid rgba(125,115,107,0.6);
			position: absolute;
			bottom: 0;
			left: 0;
			}
		main div.line:after {
			content: "";
			width: 720px;
			height: 30px;
			background: radial-gradient(circle farthest-side, rgba(125,115,107,0.8), rgba(125,115,107,1) 6%, transparent 6%, transparent);
			background-size: 30px 30px;
			display: inline-block;
			position: absolute;
			bottom: -12px;
			left: 15px;
			}
		}

main h3{
	font-size: 2.4rem;
	line-height: 30px;
	margin-bottom: 30px;
	text-shadow: 0px 0px 0px #333;
	}
main h4{
	font-size: 2rem;
	line-height: 30px;
	margin-left: -15px;
	text-shadow: 0px 0px 0px #333;
	}
main h5{
	font-size: 1.8rem;
	line-height: 30px;
	text-shadow: 0px 0px 0px #333;
	}

main .textBlock{
	padding-left: 30px;
	margin-bottom: 30px;
	}
	
main p{
	font-size: 1.6rem;
	margin-bottom: 30px;
	}
main small{
	display: block;
	margin-bottom: 30px;
	font-size: 1.4rem;
	color:#3B3B3B;
	}
main small:before{
	content: "*";
	}
	
main img{
	margin:10px 0 20px 0;
	width: 100%;
	height: auto;
	object-fit: contain;
	}
main video{
	margin:10px 0 20px 0;
	width: 100%;
	}

main ul,
main ol{
	font-size: 1.5rem;
	/*line-height: 2;*/
	}

main ol.number{
	margin-left: 10px;
	}
main ol.number li{
	list-style: decimal outside;
	margin-left: 10px;
	text-indent: -2px;
	}
	
main ul.disc{
	margin-left: 10px;
	}
main ul.disc li {
	list-style: disc outside;
	margin-left: 10px;
	}

main ul li p{
	padding: 0;
	}
main ul li img{
	margin: 0;
	}
	
	
main dl{
	/*margin-left: 10px;*/
	margin-bottom: 30px;
	}
main dt{
	font-size: 1.6rem;
	}
main dd{
	margin-left: 15px;
	font-size: 1.6rem;
	margin-bottom: 30px;
	}

main pre.line-numbers{
	margin:10px 0 0 0;
	width: 100%;
	font-size: 1.5rem;
	/*line-height: 30px;*/
	}
	
main .point{
	width: 100%;
	margin: 27px 0;
	padding: 27px 0 30px 0;
	border: 3px solid #EF4661;
	border-image: linear-gradient(32deg, rgba(242,98,200,0.5) 10%,rgba(242,98,200,0.7) 25%,rgba(242,98,200,0.4) 52%,rgba(242,98,200,0.7) 79%,rgba(242,98,200,0.5) 100%);
	border-image-slice: 1;
	position: relative;
	}
main .point:before{
	display: block;
	content: "POINT";
	font-family: "Klee One","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 2rem;
	font-weight: bold;
	background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
	clip-path: polygon(0% 0%, 7% 10%, 1% 23%, 8% 36%, 2% 50%, 9% 63%, 3% 76%, 8% 89%, 2% 100%, 99% 100%, 94% 89%, 100% 75%, 95% 62%, 100% 48%, 94% 35%, 99% 21%, 94% 8%, 97% 1%);
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,1));
	padding: 3px 20px;
	text-align: center;
	position: absolute;
	top: -15px;
	left: -20px;
	transform: rotate(-3deg);
	}
main .point h4{
	margin: 0 15px;}
main .point p{
	width: 100%;
	padding: 0 15px 0 30px;
	margin-left: 0;
	}
main .point ul{
	margin-left:30px;
	}
main .point dl{
	margin-left:10px;
	}
main .point dl dt{
	font-family: "Klee One","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.8rem;
	font-weight: 700;
	}
main .point dl dd{
	margin-left: 20px;
	margin-bottom: 0;
	font-size: 1.6rem;
	}
main .point dl dd:not(:last-of-type){
	margin-bottom: 30px;
	}
main .point img,
main .point .code-toolbar{
	padding: 0 12px;
	}
main .point pre.simpleCode{
	margin: 5px 12px 15px 12px;
	}
main dl.dlFlex{
	display: flex;
	flex-wrap: wrap;
	}
main dl.dlFlex dt{
	width: 10em;
	display: inline-block;
	}
main dl.dlFlex dd{
	width: calc(100% - 10em);
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.6rem;
	text-indent: -1em;
	}
main dl.dlFlex dd:before{
	content: "…";
	}
	
p.download{
	text-align: center;
	height: 30px;
	}
p.download a:link{
	color: #171717;
	}
p.download a:hover{
	color: #5B3D3E;
	}
p.download a span:before{
	font-family: "Font Awesome 5 Free";
	content: "\f56d";
	font-size: 2rem;
	font-weight : 600;
	padding-right: 10px;
	}
	
.content footer{
	width: 720px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	}

.mb30{margin-bottom: 30px !important;}
.mb0{margin-bottom: 0 !important;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.rotate90 {
	display: inline-block;
	transform: rotate(90deg);
	}

/*==================================================
========================================= PAGE END*/

/*強調 ==============================================
==================================================*/
/*---水色のマーカー---*/
em.blue {
	display: inline-block;
	color: #363636;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.1);/*文字の滲み*/
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 10%, rgba(163, 226, 252, 0.5) 10%, rgba(163, 226, 252, 0.7) 14%,rgba(163, 226, 252, 0.4) 25%,rgba(163, 226, 252, 0.7) 40%,rgba(163, 226, 252, 0.7) 60%,rgba(163, 226, 252, 0.4) 65%,rgba(163, 226, 252, 0.7) 68%,rgba(163, 226, 252, 0.7) 92%,rgba(163, 226, 252, 0.5) 96%,rgba(0,0,0,0) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 16px;
	position: relative;
	}
em.blue::before {
	display: inline-block;
	content: " ";
	white-space: pre;
	width: 0.3em;
	transform-origin: bottom left;
	transform: rotate(10deg);
	transform: rotate(10deg) translateX(-0.2em);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 7%, rgba(150,222,251,1.00) 14%,rgba(163, 226, 252,1) 92%,rgba(0,0,0,0)100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 16px;
	filter: blur(.03em);
	position: relative;
	z-index: -999;
	}
em.blue::after {
	display: inline-block;
	content: " ";
	white-space: pre;
	width: 0.3em;
	transform-origin: bottom left;
	transform: rotate(8deg) translateX(-0em);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 7%, rgba(163, 226, 252,1) 14%,rgba(163, 226, 252,1) 92%,rgba(0,0,0,0)100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 16px;
	filter: blur(.03em);
	position: relative;
	z-index: -999;
	}
/*---ピンクのマーカー---*/
em.pink {
	color: #363636;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.1);/*文字の滲み*/
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 10%, rgba(242,98,200,0.3) 10%, rgba(242,98,200,0.5) 14%,rgba(242,98,200,0.3) 25%,rgba(242,98,200,0.5) 40%,rgba(242,98,200,0.5) 60%,rgba(242,98,200,0.4) 65%,rgba(242,98,200,0.5) 68%,rgba(242,98,200,0.5) 92%,rgba(242,98,200,0.3) 96%,rgba(0,0,0,0) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 16px;
	position: relative;
	}
em.pink::before {
	display: inline-block;
	content: " ";
	white-space: pre;
	width: 0.3em;
	transform-origin: bottom left;
	transform: rotate(10deg);
	transform: rotate(10deg) translateX(-0.2em);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 7%, rgba(242,98,200,0.85) 14%,rgba(242,98,200,0.8) 92%,rgba(0,0,0,0)100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 16px;
	filter: blur(.05em);
	position: relative;
	z-index: -999;
	}
em.pink::after {
	display: inline-block;
	content: " ";
	white-space: pre;
	width: 0.3em;
	transform-origin: bottom left;
	transform: rotate(8deg) translateX(-0.2em);
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 7%, rgba(242,98,200,0.7) 14%,rgba(242,98,200,0.7) 92%,rgba(0,0,0,0)100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 16px;
	filter: blur(.03em);
	position: relative;
	z-index: -999;
	}

b {
	display: inline;
	font-weight: normal;
	background-image: radial-gradient(ellipse at center, rgba(248,4,38,1), rgba(248,4,38,0.8) 60%, transparent,transparent),radial-gradient(ellipse at center, rgba(248,4,38,0.9), rgba(248,4,38,0.7) 60%, transparent,transparent),linear-gradient(120deg,rgba(248,4,38,1)0,rgba(248,4,38,0.7)5px,transparent 10%,transparent 90%,rgba(248,4,38,0.7)95%,rgba(248,4,38,1) 100%),linear-gradient(to bottom,rgba(248,4,38,0.3)0,rgba(248,4,38,0.5)1px,rgba(248,4,38,1) 2px,rgba(248,4,38,1) 100%);
	background-blend-mode: normal,normal,multiply,multiply;
	background-repeat: no-repeat;
	background-position: bottom left,bottom right,bottom center,bottom center;
	background-size: 7px 4px,7px 4px,calc(100% - 4px) 2px,calc(100% - 4px) 3px;
	position: relative;
	z-index: -999;
}

/*codepen ==========================================
==================================================*/
div.codepenArea{
	width: 100%;
	margin: 10px 0 30px 0;
	}
.embed-footer, .embed-nav{
	background-color: #1F1010 !important;
	}
/*==================================================
====================================== codepen END*/

/*SOURCE CODE ======================================
==================================================*/
pre.simpleCode{background-color: #1f1010;white-space: pre-wrap;word-wrap: break-word;border-radius: 0.3em;margin: 5px 0 15px 0;padding: 5px 10px;}
pre.simpleCode code{color:#f8f8f2;font-size: 1.5rem;line-height: 1;font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;word-break: normal;word-wrap: normal;hyphens: none;}
span.element{
	color: #f92672;
	}
span.attribute{
	color: #a6e22e;
	}
span.value{
	color: #E6DB74;
	}
/*==================================================
================================== SOURCE CODE END*/

dl.dtNumber dt{
	margin-left: 10px;
	}
dl.dtNumber dt::before{
	margin-left: -10px;
	}
dl.dtNumber dt:first-of-type::before{
	content: "1.";
	}
dl.dtNumber dt:nth-of-type(2)::before{
	content: "2.";
	}
dl.dtNumber dt:nth-of-type(3)::before{
	content: "3.";
	}
dl.dtNumber dt:nth-of-type(4)::before{
	content: "4.";
	}
dl.dtNumber dt:nth-of-type(5)::before{
	content: "5.";
	}

/*dl.tableはcssのページ修正後消す*/
main dl.table{
	width: 100%;
	margin: 0;
	font-size: 1.5rem;
	border-top:1px solid #333;
	border-left: 1px solid #333;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	line-height: 29.6px;
	}
main dl.table dt{
	width: 150px;
	margin: 0;
	padding: 0 5px;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	}
main dl.table dd{
	margin: 0;
	padding: 0 5px;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	}
main dl.table dd:nth-of-type(odd){
	width: 150px;
	}
main dl.table dd:nth-of-type(even){
	width: calc(100% - 150px - 150px);
	}
main dl.table dt:first-child,
main dl.table dd:nth-child(2),
main dl.table dd:nth-child(3){
	background-color: hsl(180,40%,75%);
	}

/*tableHTMLtagコンテンツモデルのページでしか使ってない*/
/*main dl.tableHTMLtag{
	width: 100%;
	margin: 0;
	font-size: 1.5rem;
	border-top:1px solid #333;
	border-left: 1px solid #333;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	line-height: 29.5px;
	}
main dl.tableHTMLtag dt{
	width: 150px;
	margin: 0;
	padding: 0 5px;
	background-color: #caeeee;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	}
main dl.tableHTMLtag dd{
	width: calc(100% - 150px);
	margin: 0;
	padding: 0 5px;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	}*/


table{
	width: 100%;
	font-size: 1.5rem;
	margin-bottom: 30px;
	overflow-wrap: anywhere;
	table-layout: fixed;
	}
table tr{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	line-height: 1;
	}
table th{
	padding: 0 5px;
	background-color: hsl(180,30%,90%);
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 28px;
	}
table thead th{
	background-color: hsl(180,40%,75%);
	text-align: center;
	}
table td{
	padding: 0 5px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	line-height: 29px;
	vertical-align: top;
	}
table td p{
	font-size: 1.5rem;
	line-height: 29.5px;
	margin-bottom: 0;
}



/*==========レスポンシブ=========*/
/*3カラムのテーブル*/
/*table.column3 {
	border-bottom: 1px solid #333;
	margin-bottom: 29px;
	}
table.column3 thead {
	display: none;
	}
table.column3 th{
	display: block;
	width: 100%;
	line-height:29px;
	}
table.column3 td{
	display: block;
	width: 100%;
	line-height:29px;
	}
table.column3 td:nth-of-type(even){
	border-bottom: none;
	}*/
/*3カラム、スマホでは半分のテーブル*/
/*table.column3.half thead th:first-of-type {
	display: none;
	}
table.column3.half thead th {
	display: inline-block;
	width: 50%;
	border-bottom: none;
	}
table.column3.half td{
	display: inline-block;
	width: 50%;
	line-height:29px;
	border-bottom: none;
	}*/


/*table.property {
	border-bottom: 1px solid #333;
	margin-bottom: 29px;
	}
table.property thead {
	display: none;
	}
table.property th{
	display: block;
	width: 100%;
	line-height:29px;
	}
table.property td{
	display: block;
	width: 100%;
	line-height:29px;
	}
table.property td:nth-of-type(even){
	border-bottom: none;
	}*/

/*===16進数のテーブル===*/
table.hex th{
	text-align: center;
	}
table.hex td{
	/*width: calc((100% - 60px) /16);*/
	text-align: center;
	height: 29px;
	table-layout: fixed
	}
/*===hsla関数のテーブル===*/
table.hsla{
	width: 100%;
	table-layout: fixed;
	}
table.hsla th{
	text-align: center;
	}
table.hsla td{
	text-align: center;
	}

h5.propertyName{
	width: 100%;
	height: 29px;
	padding: 3px 5px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
    color: #fff;
	font:1.6rem YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background-color: hsl(280,40%,60%);
	}
dl.property{
	width: 100%;
	margin:0 0 30px 0;
	font-size: 1.5rem;
	border-top:1px solid #333;
	border-left: 1px solid #333;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	}
dl.property div{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}
dl.property dt{
	font-size: 1.5rem;
	line-height: 29px;
	width: 180px;
	margin: 0;
	padding: 0 5px;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	background-color: hsl(180,30%,90%);
	}
dl.property dd{
	font-size: 1.5rem;
	line-height: 30px;
	width: calc(100% - 180px);
	margin: -1px 0 0 0;
	padding: 0 5px;
	border-bottom:1px solid #333;
	border-right: 1px solid #333;
	}
dl.property .application dt{
	background-color: hsl(280,40%,75%);
	}
dl.property .propertyHeadline dt,
dl.property .propertyHeadline dd{
	height: 30px;
	background-color: hsl(180,40%,75%);
	margin: 0;
	}
p.caption{
	height: 30px;
	margin-top: -30px;
	margin-bottom: 0;
	color:#CE2427;
	font-size: 1.4rem;
	text-align: right;
	}
.default{
	font-weight: 600;
	color: #CE2427;
	}
.default:after{
	content: "*";
	}
@media screen and (max-width:659px){
	dl.property{
		}
	dl.property dt{
		width: 100%;
		}
	dl.property dd{
		width: 100%;
		}
	dl.property dt.application{
		width: 10em;
		}
	dl.property dd:nth-of-type(1),
	dl.property dd:nth-of-type(2){
		/*width: calc(100% - 10em);*/
		}
	dl.property dt:nth-of-type(3),
	dl.property dd:nth-of-type(3){
		display: none;
		}
	}
