IMG{
    /* 背景紫で文字は白、太字で大きく */
    background-color: #521A82;
    color: #ffffff;
    font-weight: bold;
}
a:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}




element.style {
}
body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    color: #521A82;
    font-family: -apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",Meiryo,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 1.4rem;
    line-height: 1.618;
    font-weight: 400;
}
body, html {
    height: 100%;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
body {
    display: block;
    margin: 0px;
}
html {
    font-size: 62.5%;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
user agent stylesheet
html {
    color: -internal-root-color;
}
::after, ::before {
    text-decoration: inherit;
    vertical-align: inherit;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
::selection {
    background-color: #eaeaea;
    color: #333;
    text-shadow: none;
}

::selection {
    background-color: #ddd;
    color: #000;
    text-shadow: none;
}

@media screen and (min-width: 600px), print
.global-header {
    padding: 0px 0;
    text-align: center;
}
.global-header {
    position: relative;
    padding: 20px 15px 40px;
}

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

user agent stylesheet
header {
    display: block;
}

@media screen and (min-width: 768px), print
.article-title {
    font-size: 3.2rem;
}

.article-title {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.333;
    text-align: center;
}

user agent stylesheet
:-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

@media screen and (min-width: 768px), print
.article-main {
    font-size: 1.6rem;
}

.article-main {
    line-height: 1.618;
}

@media screen and (min-width: 768px), print
.article-main .article-excerpt {
    margin: 10px auto;
}

.article-main .article-excerpt {
    max-width: 800px;
    margin: 0px auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px), print
.article-main .article-contents {
    margin: 10px auto 120px;
}

.article-main .article-contents {
    max-width: 800px;
    margin: 0px auto 80px;
    padding: 0 20px;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

user agent stylesheet
div {
    display: block;
}

user agent stylesheet
script {
    display: none;
}


.article-main p.note {
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 768px), print
.article-main .image-note, .article-main .note {
    font-size: 1.4rem;
}

.article-main .note {
    color: #777;
    font-size: 1.2rem;
    line-height: 1.5;
}
.article-main .attention, .article-main .changelog, .article-main .demo, .article-main .link, .article-main blockquote, .article-main blockquote cite, .article-main h2+figure, .article-main h2+h2, .article-main h2+h3, .article-main h3+figure, .article-main h3+h4, .article-main h4+figure, .article-main p {
    margin-top: 0px;
}

user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


@media screen and (min-width: 768px), print
.article-share {
    margin: 40px auto 80px;
}

.article-share {
    max-width: 840px;
    margin: 30px auto 80px;
    padding: 0 20px;
    font-size: 0;
    text-align: center;
}

user agent stylesheet
aside {
    display: block;
}



element.style {
    background-image: url(https://www.nxworld.net/wp-content/uploads/2017/11/flexbox-examples.png);
}
@media screen and (min-width: 768px), print
.other-article {
    padding: 80px 0;
}

.other-article {
    position: relative;
    margin: 80px 0;
    padding: 40px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


@media screen and (min-width: 768px), print
.global-footer {
    background-size: auto,170% auto;
}

.global-footer {
    position: relative;
    margin-top: 8px;
    padding: 10px 5px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(rgba(255,255,255,0))),url(../images/bg_footer.jpg) 50% 100% no-repeat;
    background: -webkit-linear-gradient(white 0,rgba(255,255,255,0) 100%),url(../images/bg_footer.jpg) 50% 100% no-repeat;
    background: linear-gradient(white 0,rgba(255,255,255,0) 100%),url(../images/bg_footer.jpg) 50% 100% no-repeat;
    background-size: auto,cover;
}

user agent stylesheet
footer {
    display: block;
}


.wrapper {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: -webkit-transform .4s ease-in-out,-webkit-filter .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out,-webkit-filter .4s ease-in-out;
    transition: transform .4s ease-in-out,filter .4s ease-in-out;
    transition: transform .4s ease-in-out,filter .4s ease-in-out,-webkit-transform .4s ease-in-out,-webkit-filter .4s ease-in-out;
}


@media screen and (min-width: 768px), print
.global-copyright {
    margin-top: 8px;
}

.global-copyright {
    display: block;
    margin-top: 4px;
    font-size: 1.4rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    text-align: center;
}
small {
    font-size: 83.3333%;
}

user agent stylesheet
small {
    font-size: smaller;
}


@media screen and (max-width: 800px) {
  .video {
    position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.titleimg img {
	max-width: 100%;
	height: auto;
}


table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.type06 td {
  padding: 4px;
  vertical-align: top;
}