@charset "utf-8";

html {
  font-size: 0.65em;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: """";
}

img {
  border: 0;
  display: block;
  margin: 0px auto 0px auto;
  max-width: 100%;
  height: auto;
}

a img:hover, span img:hover {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

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

.over:hover {
  opacity: 0.7;
}

body {
  color: #444;
  font-family: 'Yu Gothic', "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0;
  vertical-align: baseline;
  -webkit-overflow-scrolling: touch;
  border: 0;
  background: url(images/body.png)repeat 50% 50%;
}

body:before {
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 100;
  content: '';
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.webfont {
  font-family: 'Bubbler One', sans-serif;
}

.BM50 {
  margin-bottom: 50px;
}

#main span img {
  margin-bottom: 50px;
}

#main a {
  text-decoration: underline;
  color: #0E1BBB;
}

#main a:hover {
  text-decoration: none;
  color: #0E1BBB;
}

#main a:visited {
  text-decoration: underline;
  color: #4C2472;
}

#sub a {
  text-decoration: none;
  color: #0E1BBB;
}

#sub a:hover {
  text-decoration: underline;
  color: #0E1BBB;
}

#sub a:visited {
  text-decoration: none;
  color: #4C2472;
}

.flex_bottom a {
  text-decoration: none;
  color: #0E1BBB;
}

.flex_bottom a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#sub .er, #sub .er-ornithine, #sub .er-royaljelly {
  text-decoration: none;
  color: #0E1BBB;
  cursor: pointer;
}

#sub .er:hover, #sub .er-ornithine:hover, #sub .er-royaljelly:hover {
  text-decoration: underline;
  color: #0E1BBB;
}

#main .er, #main .er-ornithine, #main .er-royaljelly {
  text-decoration: underline;
  color: #0E1BBB;
  cursor: pointer;
}

#main .er:hover, #main .er-ornithine:hover, #main .er-royaljelly:hover {
  text-decoration: none;
  color: #0E1BBB;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  margin: 0 auto 50px auto;
}

.alignR {
  text-align: right;
}

.imgR {
  float: none;
  margin: 5px;
  padding: 5px;
}

.imgL {
  float: none;
  margin: 5px;
  padding: 5px;
}

#head {
  background: #7b9ad0;
}

#fontSize {
  margin: 0px auto;
  cursor: pointer;
  width: 70%;
  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;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}

.small, .middle, .large {
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: 2px;
  padding: 2px;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}

.small:hover, .middle:hover, .large:hover {
  opacity: 0.8;
}

.slide {
  margin-bottom: 75px;
  padding: 30px 10px;
  background: #EEE;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.logo {
  background: #FFF url(images/bg.jpg);
  border-bottom: 1px solid #CCC;
  margin: 0px auto 0px auto;
}

.logo section {
  margin: 0px auto;
  width: 70%;
  text-align: center;
}

.logo img {
  margin: 0px auto;
}

.top-bg {
  display: none;
  visibility: hidden;
}

.flex_column, .flex {
  display: block;
}

.flex_column a, .flex_column span, .flex div {
  margin: 1%;
  padding: 1%;
  border: 1px solid #EEE;
  border-radius: 6px;
  text-align: center;
  font-size: 1.6px;
  font-size: 1.6rem;
  text-decoration: none;
}

.flex_column a:hover {
  opacity: 0.6;
}

.flex_column div p {
  text-align: left;
}

.flex_column div.arrow_boxL {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #5676f5;
  border-radius: 4px;
  margin-bottom: 50px;
}

.flex_column div.arrow_boxL:after, .flex_column div.arrow_boxL:before {
  display: none;
  visibility: hidden;
}

.flex_column div.removeBorder {
  border: none !important;
  margin-bottom: 50px;
}

.flex_column .half {
  margin: 1%;
}

.top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 9999;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
footer {
  clear: both;
  margin: 0px auto 0px auto;
}

footer .copyright {
  font-size: 15px;
  font-size: 1.5rem;
  color: #999;
  text-align: center;
  padding: 20px;
  font-family: 'Bubbler One', sans-serif;
}

#contents {
  padding: 1%;
  margin: 0px auto 0px auto;
  text-align: left;
}

#main {
  margin: 0px auto 0px auto;
  overflow: hidden;
  background: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 3px #CCC;
  box-shadow: 0px 0px 3px #CCC;
}

#main p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  line-height: 30px;
  margin: 0px 0px 0px 0px;
}

#main h1 {
  font-size: 26px;
  font-size: 2.6rem;
  margin: 15px 0px 30px 0px;
  text-align: center;
}

#main h2 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #582b25;
  background: url(images/h2.png) no-repeat 50% 100%;
  padding: 10px 0 20px 0;
  margin: 0px 0px 30px 0px;
  letter-spacing: 2.5px;
  text-align: center;
}

#main h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #582b25;
  border-bottom: 1px solid #CCC;
  padding: 5px 20px;
  margin: 0px 0px 30px 0px;
  font-weight: 100;
  letter-spacing: 2.5px;
}

#main h4 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #666;
  padding: 5px 20px;
  margin: 30px 0px 10px 0px;
  font-weight: 100;
  letter-spacing: 2.5px;
}

#main .column {
  padding: 5px;
  margin: 0px 0px 75px 0px;
}

.bg {
  padding: 5px;
  margin: 20px 5px 75px 5px;
  background: url(images/pattern1.jpg) repeat 50% 50%;
}

.bg div {
  padding: 5px;
  background: #FFF;
}

.bg_box {
  margin: 10px 5px 75px 5px;
  padding: 10px;
  background: #FFF;
  border: 4px solid #DDD;
}

.button a, .button span {
  display: block;
}

section {
  margin: 0 0 75px 0;
  overflow: hidden;
}

#main section img {
  border-radius: 6px;
}

#sub {
  margin: auto;
}

.sidebar {
  margin: 0 1% 30px 1%;
}

#sub h3 {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #666;
  padding: 10px 10px;
  margin: 0px 0px 0px 0px;
  border-bottom: 2px solid #DDD;
}

#sub .color {
  background: #7b9ad0;
  color: #FFF;
  font-weight: 100;
  text-align: center;
}

#sub .color span {
  font-size: 65%;
  padding-left: 10px;
}

.bottom {
  border-bottom: solid 1px #f2f2f2;
}

#sub ul {
  margin: 0 0 0 0;
  padding: 5px 2px 5px 2px;
}

#sub ul li span {
  display: block;
}

#sub ul li span:hover {
  text-decoration: underline;
}

#sub ul li a {
  display: block;
}

#sub .mr-l ul li a, #sub .tree-title ul li a {
  display: block;
  margin-top: -20px;
}

.file {
  display: block;
  padding-top: 20px;
}

#sub ul li {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  display: block;
  padding: 15px 5px 15px 5px;
  text-decoration: none;
  color: #0E1BBB;
  border-radius: 6px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 3px #CCC;
  box-shadow: 0px 0px 3px #CCC;
  margin-bottom: 5px;
}

#sub ul li:last-child {
  margin-bottom: 0px;
  border: none;
}

.top span {
  padding: 1%;
  margin-bottom: 5px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}

.icon, #sub .small, #sub .middle, #sub .large {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.icon:hover, #sub .small:hover, #sub .middle:hover, #sub .large:hover {
  opacity: 0.6;
}

#sub .trigger {
  margin: 0px auto;
  text-align: center;
  background: #0E1BBB;
  color: #FFF;
  border-radius: 6px;
}

.clear {
  clear: both;
}

.img_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 15px 0px 50px 0px;
}

.img_flex img {
  margin: 15px auto;
  border-radius: 2px;
  background: #FEFEFE;
  padding: 5px;
}

.frame {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.more {
  font-size: 18px;
  background: #0074AE;
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  margin: 25px auto 75px auto;
  width: 75%;
}

#main .more a, #main .more span {
  padding: 20px 0;
  color: #FFF;
  display: block;
  text-decoration: none;
}

#main .more a:hover, #main .more span:hover {
  background: #FFF;
  color: #0074AE;
  border-radius: 4px;
  border: 1px solid #0074AE;
}

.click, #container {
  cursor: pointer;
}

.em {
  font-weight: bold;
  color: #a67b2d;
}

.em2 {
  font-weight: bold;
  color: #6bb6bb;
}

.red {
  font-weight: bold;
  color: red;
}

ul li span.folder {
  padding: 2px;
  color: #0E1BBB;
}

ul.filetree li {
  text-align: left;
  border-radius: 6px;
}

ul.filetree ul li {
  color: #0E1BBB;
  margin-left: 10px;
}

ul.filetree ul ul li {
  margin: 0 !important;
  padding-left: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.treeview {
  padding: 0;
  margin: 0px auto;
  list-style: none;
}

.treeview ul {
  list-style: none;
  margin: 0px auto 50px auto;
  padding: 2px 2px 2px 2px;
}

.treeview ul li ul {
  margin: 0px auto 50px auto;
  padding: 10px 10px 10px 10px;
}

#treecontrol {
  margin: 1em 0;
  display: none;
}

.treeview .hover {
  opacity: 0.5;
  cursor: pointer;
}

i {
  padding-right: 10px;
}

.fa-angle-down, .fa-angle-double-down {
  font-size: 30px;
  color: #DDD;
}

.nav {
  text-align: center;
  padding: 10px 0 25px 0;
  margin: 25px auto;
}

.nav div, .nav div span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav div {
  position: relative;
  width: 50px;
  height: 44px;
}

.nav div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #666;
  border-radius: 4px;
}

.nav div span:nth-of-type(1) {
  top: 0;
}

.nav div span:nth-of-type(2) {
  top: 20px;
}

.nav div span:nth-of-type(3) {
  bottom: 0;
}

.nav div span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.nav div.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg) scale(.8);
  transform: translateY(20px) rotate(-315deg) scale(.8);
}

.nav div.active span:nth-of-type(2) {
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 3px solid #666;
  border-radius: 50%;
}

.nav div.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg) scale(.8);
  transform: translateY(-20px) rotate(315deg) scale(.8);
}

.nav ul {
  padding: 1%;
}

.nav ul li {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 15px;
}

/*--- 目次 ---*/
#post-header .post-contents {
  font-size: 18px;
  padding: 1%;
}

#post-header .post-contents h6 {
  padding: 1%;
  font-size: 20px;
}

.post-contents {
  background: #EFEFEF;
  margin-bottom: 30px;
}

#toc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  margin: 10px 0px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 1px #666;
  box-shadow: 0 0 1px #666;
  border: 1px solid #7d7d7d;
  background-color: #eceff3;
  margin: 20px;
}

#toc ol {
  padding-left: 0px;
}

#toc li {
  margin: 2px 2px 2px 2px;
  padding: 5px 0;
}

#toc ol li {
  list-style: none;
}

#toc ol li+li {
  margin-top: 2px;
}

#toc ol li a {
  position: relative;
  display: block;
  padding: 0 0 0 1.3em;
}

#toc ol li a::before,
#toc ol li a::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 20px;
  height: 1em;
  text-align: center;
}

#toc ol li a::before {
  margin-top: .2rem;
  color: #666;
  font-weight: 500;
  z-index: 2;
}

#toc ol li a::after {
  content: "";
  border-radius: 2px;
}

/* 大見出し */
#toc ol {
  counter-reset: contentNum;
}

#toc ol li.toc-h2 a::before {
  content: counter(contentNum) ".";
  counter-increment: contentNum;
}

/* 中見出し */
#toc ol li.toc-h3 {
  padding-left: 1em;
}

#toc ol li.toc-h3 a {
  padding-left: 2.3em;
}

#toc ol li.toc-h3 a::before,
#toc ol li.toc-h3 a::after {
  width: 39px;
}

#toc ol li.toc-h2 {
  counter-reset: subContNum;
}

#toc ol li.toc-h3 a::before,
#toc ol li.toc-h4 a::before {
  white-space: nowrap;
  color: #333;
}

#toc ol li.toc-h3 a::before {
  counter-increment: subContNum;
  content: counter(contentNum) "-"counter(subContNum) ".";
  color: #666;
}

#toc ol li.toc-h3 a::after,
#toc ol li.toc-h4 a::after {}

/* 小見出し */
#toc ol li.toc-h4 {
  padding-left: 3em;
}

#toc ol li.toc-h4 a {
  padding: 0 0 0 3.2em;
}

#toc ol li.toc-h4 a::before,
#toc ol li.toc-h4 a::after {
  width: 54px;
}

#toc ol li.toc-h3 {
  counter-reset: section;
}

#toc ol li.toc-h4 a::before {
  counter-increment: section;
  content: counter(contentNum) "-"counter(subContNum) "-"counter(section) ".";
  color: #666;
}

/* ul */
.contents-inner ul li,
.contents-inner ol li {
  position: relative;
  padding: 0 0 .5em 1.7em;
}

#post-header .contents-inner ul li a,
#post-header .contents-inner ol li a {
  color: #4285f4;
}

#main ul {
  padding: 0;
  margin: 50px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

#main ul li {
  color: black;
  position: relative;
  background: #f1f8ff;
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 4px;
  border-left: solid 35px #5c9ee7;
  /*先の色＝アイコン裏の色*/
  list-style-type: none !important;
}

#main ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  display: block;
  padding: 0.5em;
  width: 1.2em;
  color: white;
  font-weight: normal;
  text-align: center;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pc {
  display: none;
  visibility: hidden;
}

.tablet {
  display: block;
  visibility: visible;
}
