@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

img.k-img-waku1 {
    box-shadow: 0px 4px 6px 1px #ccc;
    padding: 10px;
    border-top: 1px solid #f3f3f3;
}

.k-img-waku1 img {
    box-shadow: 0px 4px 6px 1px #ccc;
    padding: 10px;
    border-top: 1px solid #f3f3f3;
}

/* sidebar */

#sidebar{
  font-size: 16px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 19px;
}

.sidebar h3 {
  padding: 2px;
  color: #333;
  background-color: transparent;
  letter-spacing: 2px;
  border-bottom: 2px solid #3355a2;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 0;
}


#sidebar .widget{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
}


#sidebar .widget_categories ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#sidebar .widget_categories ul li:last-child {
  border: none;
}

#sidebar .widget_categories ul li a {
  position: relative;
  padding-left: 30px;
}

#sidebar .widget_categories ul li a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 6px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
  top: 24px;
  color: #3355a2;
}


#sidebar .widget_categories ul .children li{
  border: none;
}

#sidebar .widget_categories ul .children li:last-child{
  margin-bottom: 10px;
}

#sidebar .widget_categories ul .children li a {
  padding: 5px 0;
  padding-left: 30px;
}

#sidebar .widget_categories ul .children li a:before {
  content: "・";
  position: absolute;
  left: 2px;
  width: 5px;
  height: 1px;
  font-size: 24px;
  line-height: 0;
  /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
  top: 18px;
}



/* mobile-menu-buttons */

.mobile-menu-buttons{
  background-color: #3355a2;

}

.mobile-menu-buttons .menu-button > a {
  color: #fff;
}

.mobile-menu-buttons .menu-icon {
  color: #fff;
}

.mobile-menu-buttons .menu-caption {
  color: #fff;
}

.mobile-menu-buttons .menu-button:hover {
  background-color: #ccc;
}



/* sidebar mobile */

#sidebar-menu-content .widget_categories ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#sidebar-menu-content .widget_categories ul li:last-child {
  border: none;
}

/*#sidebar-menu-content .widget_categories ul li a {
  position: relative;
  padding-left: 30px;
}*/

/*#sidebar-menu-content .widget_categories ul li a:before {
  content: "\f138";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  left: 6px;
  line-height: 0;
  width: 14px;
  height: 1px;
  padding-left: 2px;
  font-size: 0.85rem;
  top: 24px;
  color: #3355a2;
}*/


#sidebar-menu-content .widget_categories ul .children li{
  border: none;
}

#sidebar-menu-content .widget_categories ul .children li:last-child{
  margin-bottom: 10px;
}

#sidebar-menu-content .widget_categories ul .children li a {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 30px;*/
}

/*#sidebar-menu-content .widget_categories ul .children li a:before {
  content: "・";
  position: absolute;
  left: 2px;
  width: 5px;
  height: 1px;
  font-size: 24px;
  line-height: 0;
  top: 18px;
}*/


/* navi mobile */

#navi-menu-content ul.menu-drawer li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#navi-menu-content ul.menu-drawer li:last-child {
  border: none;
}

#navi-menu-content ul .sub-menu{
  margin: 0;
}

#navi-menu-content ul .sub-menu li{
  border: none;
}

#navi-menu-content ul .sub-menu li:last-child{
  margin-bottom: 10px;
}

#navi-menu-content ul .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
  /*padding-left: 30px;*/
}

/* logo mobile */

@media screen and (max-width: 768px){
  .logo-header img{
    max-width: 80%;
    margin-bottom: -5px;
  }
}

@media screen and (max-width: 480px){
  .logo-header img{
    max-width: 65%;
  }
}



/* article */

.marker-under {
  background: linear-gradient(transparent 60%, #f4e7ba 60%);
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
    font-weight: 500;
}



/* toc */

.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
  background: #f9f9f9;
}




/* 囲みボタン */

.btn-wrap.btn-wrap-teal > a,
.btn-wrap.btn-wrap-l > a{
  background-color: #119786;
}

@media screen and (min-width: 769px){
  .btn-wrap.btn-wrap-l > a{
    margin-left: 2em;
    margin-right: 2em;
  }
}



/* 囲みボタン */

.cta-box{
  background-color: #455561;
}




/* footer */

.footer h3.footer-title{
  font-family: 'Quicksand', "Meiryo", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic",sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #f5dd90;
  /*padding-bottom: 5px;*/
  padding-left: 5px;
  padding-right: 5px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

#footer .logo-footer a:hover{
  background-color: rgba(255,255,255,0);
}


@media screen and (min-width: 769px){
  #footer .widget_nav_menu ul li {
    border-bottom: 1px dotted #fff;
  }

  #footer .widget_nav_menu ul li:last-child {
    border: none;
  }

  #footer .widget_nav_menu ul li a {
    position: relative;
    padding-left: 30px;
  }

  #footer .widget_nav_menu ul li a:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    left: 6px;
    line-height: 0;
    width: 14px;
    height: 1px;
    padding-left: 2px;
    font-size: 0.85rem;
    /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
    top: 24px;
    color: #fff;
  }


  #footer .widget_nav_menu ul .sub-menu li{
    border: none;
  }

  #footer .widget_nav_menu ul .sub-menu li:last-child{
    margin-bottom: 10px;
  }

  #footer .widget_nav_menu ul .sub-menu li a {
    padding: 5px 0;
    padding-left: 30px;
  }

  #footer .widget_nav_menu ul .sub-menu li a:before {
    content: "・";
    position: absolute;
    left: 2px;
    width: 5px;
    height: 1px;
    font-size: 24px;
    line-height: 0;
    /*-webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;*/
    top: 18px;
  }
}

/*マニュアル用のスタイル*/
#text-2.widget_text{
  display: none;
}

.k-circle_green1{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1aaa42;
  text-align:center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.k-ctxt_green1{
    color: #1aaa42;
    font-size: 19px;
    font-weight: 700;
}

.k-circle_red1{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e10000;
  text-align:center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.k-ctxt_red1{
    color: #e10000;
    font-size: 19px;
    font-weight: 700;
}

.k-circle_blue1{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0072bc;
  text-align:center;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.k-ctxt_blue1{
    color: #0072bc;
    font-size: 19px;
    font-weight: 700;
}


/* pre code */
.entry-content pre {
  max-height: 350px;
}


#sidebar-scroll .toc-widget-box {
    max-height: 60vh;
    overflow-y: auto;
}

.toc-widget-box::-webkit-scrollbar,
pre::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.toc-widget-box::-webkit-scrollbar-thumb, pre::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.15);
    /*border-radius: 5px;*/
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
}

.toc-widget-box::-webkit-scrollbar-track, pre::-webkit-scrollbar-track {
    background: rgba(0,0,0,.03);
    border-left: solid 1px #dddddd;
    border-right: solid 1px #f2f2f2;
}

.kpm-code-link{
	color: #e10000;
	font-weight: bold;
}
.kpm-code-img{
	color: #0072bc;
	font-weight: bold;
}
.kpm-code-txt{
	color: #1aaa42;
	font-weight: bold;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  #slide-in-sidebar-scroll .toc-widget-box ol.toc-list li ol{
      margin: 10px 0 0 0;
  }
  #slide-in-sidebar-scroll .toc-widget-box ol li{
      margin: 0 0 10px 0;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
