/*
Theme Name : cocoon-child
Template : Cocoon
*/


body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings: "palt";
    color: #3e3a39;
    font-weight: 500;
	position: relative;
	background: #f2f2f2;
}
body .main{
	background: #f2f2f2;
	margin: 0 !important;
}
.main {
    width: 72.4%;
}
.home .main {
    width: 100% !important;
}
.sidebar {
    width: 25%;
}


.entry-content {
    background: #fff;
    padding: 20px 15px 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.container-fluid {
    max-width: 1600px !important;
}
.row::before, .row::after {
      display: none;
  }
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #3e3a39;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color:#3e3a39;
	opacity: 0.7;
}
a img{
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover img {
  opacity: 0.7;
}


img{
	max-width:100%;
	vertical-align: bottom;
}

.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}

.row-16{ margin-left:-8px;  margin-right:-8px}
.row-16 >div{ padding-right:8px;  padding-left:8px}


.mb-30{
	margin-bottom: 30px;
}
.mb-40-80{
	margin-bottom: 40px;
}
.mt-40-80{
	margin-top: 40px;
}


.pc{
	display:block;
}
.sp{
	display:none;
}

*:focus {
  outline: none;
}


/*Coccon変更*/
.content {
    margin-top: 0;
}
.wrap {
    width: auto !important;
}
.main {
	padding: 0;
	border: none;
}


.aContainer{
	width:100%;
	max-width: 2000px;
	margin: 0 auto;
}

h2 {
    font-size: 20px;
    border-bottom: 2px solid #62625e;
    padding: 5px 5px 0;
}


.content-wrapper{
	padding:0 15px;
}
.article h2 {
	padding: 15px;
}
.a-wrap {
    background: #fff;
}
.a-wrap:hover {
	background-color: #e0e5e9;
}
svg {
    color: #749995;
}

.sidebar h3 {
    background-color: #f2f2f2;
    padding: 5px 10px;
    margin: 16px 0;
    border-radius: 4px;
    color: #749995;
    font-size: 20px;
}
.sidebar {
    padding-bottom: 80px;
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
    padding: 5px 4px;
    line-height: 1.3;
}


.widget_recent_entries ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}
.widget_recent_entries ul li a::before{
  font-family: FontAwesome;
  content: "\f0da"; /* FontAwesomeのユニコード */
  color: #749995; /* アイコンの色 */
  padding-right: 6px;
}

.widget_recent_entries > ul > li > a:first-child{ 
  border-top: none;
}

#search-4 {
    margin: 0;
}


.card-thumb img {
    width: auto;
    max-height: 200px;
}

/*カルーセル*/
 .swiper01 {
      max-width: 100%;
      margin: 30px 0;
    }
    /* コンテナ */
    .swiper01 {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      overflow: hidden;
      list-style: none;
      padding: 0;
      /* Fix of Webkit flickering */
      z-index: 1;
    }
     
    /* ラッパー */
    .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
    }
     
    /* スライド */
    .swiper-slide {
      flex-shrink: 0;
      width: 100%;
      height: 100%;
      position: relative;
      transition-property: transform;
    }
     
   .swiper-button-next, .swiper-button-prev {
  color: rgba(0,0,0,0.5);
}
     .swiper-pagination {
		 position: relative;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-next, .swiper-button-prev {
	bottom: 0;
	top: auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #666;
}


/*---------------------------------
親カテゴリのカスタマイズ
--------------------------------*/
#header-container {
    display: none;
}

.widget_categories ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}

.widget_categories ul li a::before{
  font-family: FontAwesome;
  content: "\f07b"; /* FontAwesomeのユニコード */
  color: #749995; /* アイコンの色 */
  padding-right: 6px;
}

.widget_categories > ul > li > a:first-child{ 
  border-top: none;
}

/*---------------------------------
子カテゴリのカスタマイズ
--------------------------------*/
.widget_categories ul li ul li a::before{
  font-family: FontAwesome;
  content: "\f114"; /* FontAwesomeのユニコード */
  color: #749995; /* アイコンの色 */
  padding-right: 6px;
}
.widget_categories .post-count, .widget-mouthly-goal .post-count{
    background: #749995;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 90%;
}

.widget-mouthly-goal ul li a{ 
  border-bottom: 1px dashed #CCCCCC; /* 下線の種類 */
}
.widget-mouthly-goal ul li a::before{
  font-family: FontAwesome;
  content: "\f0da"; /* FontAwesomeのユニコード */
  color: #749995; /* アイコンの色 */
  padding-right: 6px;
}

.widget-mouthly-goal > ul > li > a:first-child{ 
  border-top: none;
}



/*サイトナビ*/
#slideNav {
	padding-top: 50px;
	width: 220px;
	height: 100%;
  z-index: 100;
  position: fixed;
  left: 0;
  background: #514e4d;
  color: #fff;
  font-size: 16px;
  transition: all .5s;
}
#slideNav.openNav {
  left: 0;
}
#slideNav.closeNav {
  left: -220px;
}
button.navOnOff{
	position: absolute;
	top: 0;
	right: -15px;
	width: 15px;
	height: 45px;
	background: #514e4d;
	border: none;
	border-right: 5px solid #749995;
	padding: 0;
	color: #ccc;
}
button.navOnOff svg{
	margin:0;
}

nav.sideNav-inner{
    height: 100%;
    overflow-x: hidden;
}

ul#sideMenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sideNav-ul li.sideNav-li{
	border-bottom: 1px solid #d6d9e0;
}
.sideNav-ul li a{
	display: block;
	padding: 15px 15px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	position: relative;
	line-height: 25px;
}
.sideNav-ul li.bd-none {
	border-bottom: none;
}
.sideNav-ul li.bd-none a{
	border-bottom: none;
	color: #ccc;
}


.sideNav-ul li a img{
	padding-right:10px;
}
.sideNav-ul li a:hover, .sideNav-ul li a:focus, .sideNav-ul li a:active{
	text-decoration:none;
}


.sideNav-ul li a:hover{
	background: #62625e;
}
.sideNav-ul li a.up {
    background: #62625e;
}

.sideNav-ul ul.sub-menu{
	background:#62625e;
	list-style: none;
	padding: 0;
}
.sideNav-ul ul.sub-menu a{
	border:none;
	font-size: 14px;
	padding: 7px 15px 7px 2em;
}
.sideNav-ul ul.sub-menu a:hover {
    background: #807b76;
}
.sideNav-ul ul.sub-menu a svg {
    font-size: 8px;
    margin-right: 7px;
}


.sideNav-ul li a.main-nav.down:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: FontAwesome;
	  content: "\f107";
	  font-weight: 900;
}
.sideNav-ul li a.main-nav.up:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: FontAwesome;
	  content: "\f106";
	  font-weight: 900;
}
.sideNav-ul li a.csv-nav.down:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	  content: "\f078";
	  font-weight: 900;
}
.sideNav-ul li a.csv-nav.up:after{
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	  content: "\f077";
	  font-weight: 900;
}

#sp-btn {
  overflow: hidden;
  background: #ccc;
  height: 40px;
  position: relative;
  top: 0;
  z-index: 2;
}
#nav_open {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 40px;
  cursor: pointer;
}
#sp-btn2 {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 3;
}
#nav_close {
  cursor: pointer;
  position: relative;
  right: 0;
}

/*シフト*/
table.attmgr_monthly_schedule td .info a {
    padding: 3px 0 !important;
}
table.attmgr_admin_scheduler tr:first-child th{
	position: sticky;
	  top: 0;
}
table.attmgr_admin_scheduler tr:first-child th:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
	border: 1px solid #ddd;
  }
table.attmgr_admin_scheduler th.saturday{
	color: #06c;
}
table.attmgr_admin_scheduler th.sunday{
	color: #c06;
}
table.attmgr_admin_scheduler th.saturday::before{
	background-color: #eef6ff;
	color: #06c;
	z-index:-1;
}
table.attmgr_admin_scheduler th.sunday::before{
	background-color: #ffeef6;
	color: #c06;
	z-index:-1;
}
.page-id-667 .entry-content form {
    max-height: 700px;
    overflow: auto;
    width: 100%;
}


table.attmgr_weekly_all th.saturday, table.attmgr_guide_weekly td.saturday{
	background-color: #eef6ff;
	color: #06c;
}
table.attmgr_weekly_all th.sunday, table.attmgr_guide_weekly td.sunday{
	background-color: #ffeef6;
	color: #c06;
}
table.attmgr_guide_weekly td.saturday a{
	color: #06c;
}
 table.attmgr_guide_weekly td.sunday a{
	color: #c06;
}
table.attmgr_guide_weekly td.current {
    background-color: #e6f0e9 !important;
}


/*フッター*/
footer {
    background: #504e4d;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 5px 0;
	font-size: 80%;
	padding-left: 230px;
	padding-right: 10px;
	z-index: 100;
}
.article-footer.entry-footer {
    display: none;
}
.wp-block-search .wp-block-search__input {
    flex-grow: initial;
    min-width: 3em;
    border: 1px solid #949494;
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
li.widget_search{
	list-style-type:none;
}
.wp-block-search__label {
    display: none;
}
.search-box {
    margin: 2px 0;
}
.search-submit {
    top: calc(50% - 16px);
}


/*コンテンツheader*/
.mainContent {
    margin-left: 220px;
    background: #f2f2f2;
	transition: all .5s;
	padding: 15px 0 90px;
	min-height: 100vh;
	width: auto;
}
.index-shift {
    display: flex;
    align-items: start;
}

.index-shift ul {
    list-style-type: none;
    display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
.index-shift ul li a {
    background: #ddd;
    margin: 0 10px 5px;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
.index-shift ul li a small {
	font-size: 60%;
	font-weight: 400;
	transform: scale(1.5, 1);
	display: inline-block;
	margin-right: 5px;
}
.index-shift ul li a small svg{
	color:#fff;
}

.index-shift ul li a:hover{
	background: #ddd;
	opacity:0.9;
}

.index-pdca {
    display: flex;
    align-items: start;
	flex-wrap: wrap;
}

.index-pdca ul {
    list-style-type: none;
    display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.index-goal {
    line-height: 1.3;
    font-size: 90%;
	opacity: 0.7;
}
.index-pdca ul li a {
    margin: 0 5px;
    display: inline-block;
    padding: 5px;
    color: #231815;
	line-height: 0;
}
.index-pdca ul li a small {
	font-size: 60%;
	font-weight: 400;
	transform: scale(1.5, 1);
	display: inline-block;
	margin-right: 5px;
	color: #749995;
}
.index-pdca ul li a:hover{
	color: #749995;
}

.btn-area a.cat-label {
	color: #fff;
    display: block;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
	font-size: 16px;
    top: auto;
    left: auto;
    border: none;
    max-width: 100%;
    white-space: nowrap;
}

.bg-yellow {
    background: #ead459;
}
.bg-red {
    background: #a96762;
}
.bg-blue {
    background: #4a8699;
}
.post-wrap {
    background: #fff;
    height: 300px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
	width: 100%;
}
.post-wrap::before {
    content: "";
    position: absolute;
    border-style: none;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(255,255,255,0) 0, #fff 100px);
}
.post-inner {
    padding: 0 10px 5px;
}
.post-bd.cat-label {
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    font-size: 11px;
    color: #fff;
    padding: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-yellow {
    border-top: 4px solid #ead459;
}
.post-red{
	border-top: 4px solid #a96762;
}
.post-blue{
	border-top: 4px solid #4a8699;
}
.post-cat {
    padding: 5px 8px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    vertical-align: top;
	position: relative;
	top: 5px;
	left:0;
	border: 1px solid #eee;
	color: #fff;
	background-color: rgba(51, 51, 51, 0.7);
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
}
.post-cat-child {
    background: #dcdddd;
    text-align: center;
    font-size: 90%;
	margin-top: 5px;
}
.post-date {
    color: #898989;
    font-size: 80%;
    text-align: right;
	display: block;
}
.post-title {
    border-bottom: 2px solid #ddd;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}
.post-txt {
    font-size: 90%;
    line-height: 1.4;
}
.post-txt p{
	padding: 0;
	margin: 0;
}
.index-log {
    background: #fff;
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    height: 150px;
    overflow: auto;
}
.index-log ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    font-size: 80%;
    list-style-position: inside;
}
.post-detail {
    position: absolute;
    bottom: 2px;
    right: 10px;
    z-index: 10;
    font-size: 90%;
}
.post-detail a{
	color: #749995;
}
.post-detail a small {
    font-size: 60%;
    font-weight: 400;
    transform: scale(1.5, 1);
    display: inline-block;
    margin-left: 5px;
    color: #749995;
}

/*PDCAシングルページ*/
body.single-monthly-goal.no-scrollable-main .main {
    height: 100%;
    width: 100%;
}
.pc-none {
		 display:none;
	}

.font-mokuhyo {
    font-size: 150%;
    margin-bottom: 20px;
}

.font-mokuhyo-bg-grey {
    background: rgba(217, 217, 217, 0.5);
    margin-bottom: 20px;
    font-size: 120%;
    padding: 0 20px;
    border-radius: 4px;
}
body.single-monthly-goal .index-pdca {
    border-bottom: 1px solid #ccc;
}
.dropdown-list {
    margin: 20px 0 30px;
    display: flex;
    align-items: center;
}
.term-name {
    padding-right: 10px;
    font-weight: bold;
    font-size: 110%;
}

.article h1 {
    line-height: 1.25;
    font-weight: bold;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
	margin-bottom: 5px;
}
.btn-outline-success {
    color: #749995;
    border-color: #749995;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #749995;
    border-color: #749995;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.1rem rgba(116, 153, 149, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #749995;
    border-color: #749995;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.1rem rgba(116, 153, 149, 0.5);
}
.middle-titile {
    font-size: 120%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    line-height: 1.3;
}
.hyouka {
    font-size: 80%;
}

.article h3 {
    border-left: 7px solid #749995;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 5px 20px;
    background: #fff;
}

.pager-post-navi a .iconfont {
    font-size: 16px !important;
    color: #ddd;
    margin: 3px;
	padding:0;
}

/*-- 月間テーブル --*/
.table-body,.table-body2 {
	width:100%;
}
body.single-monthly-goal .entry-content > *, .demo .entry-content p {
    line-height: 1.4;
}
.table-body2 {
	border-top: solid 1px #ccc;
    border-bottom: none;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
	background: #fff;
}

.table-1 {
    display: table-cell;
    border: solid 1px #ccc;
    margin: 10px;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle;
}
.table-body {
    background: rgba(217, 217, 217, 0.5);
    line-height: 1.2;
}


.table-1 span{
    font-size: 12px;
}

.table-1.vision {
    width: 15%;
}

.table-1.plan {
    width: 20%;
}

.table-1.hurikaeri {
    width: 20%;
}

.table-1.kaizen {
    width: 15%;
}

.table-overflow,float-l-child-overflow {
    overflow: hidden;
   border-bottom: solid 1px #ccc;
}

.float-l {
    float: left;
    height: 100%;
    width: 15%;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    border-right: solid 1px #ccc;
}


.float-r {
	float: right;
    width: 85%;
}

.float-l.child1 {
    text-align: center;
    padding-top: 40px;
    border-right: dotted 2px #ccc;
	width:22%;
	padding-left:3px;
	padding-right:3px;
}

.float-r.child1 {
    text-align: center;
    width: 78%;
    border: none;
    vertical-align: middle;
    padding-top: 40px;
	padding-left:3px;
	padding-right:3px;
}

dt.keikaku-number {
    width: 4%;
	padding-left:3px;
	padding-right:3px;
}

.getu-tuika {
    width: 100%;
    overflow: hidden;
	border-bottom:solid 1px #ccc;
	font-size:16px
}


.getu-tuika dl {
    display: flex;
	margin: 0;
padding: 0;
}

.getu-tuika dl > dt, dd {
    padding: 10px 8px;
	margin: 0;
}

dd.hurikaeri {
    border-right: solid 1px #ccc;
}


dd.keikaku-naiyou {
    border-left: dotted 2px #ccc;
    border-right: solid 1px #ccc;
}

dd.kigen {
    text-align: center;
    border-right: solid 1px #ccc;
}

dd.hyouka {
    border-right: solid 1px #ccc;
    text-align: center;
}

dd.keikaku-suuchi {
    text-align: center;
    border-right: solid 1px #ccc;
}
dd.sekininsya {
    text-align: center;
    border-right: solid 1px #ccc;
}

.getu-tuika:last-child {
    border-bottom: none;
}

.article .getu-tuika dd {
    margin-left: 0;
}


@media screen and (max-width: 991px) {

	.pc-none {
		 display:block;
	}
	.mainContent {
		padding: 55px 0 0px;
	}
  .yoko-scroll {
    width: 100%;
    overflow-x: scroll;
    border: solid 3px #ddd;
  }
	.table-body,.table-body2 {
	width:900px;
}
}







@media (max-width: 991px) {
	footer {
		padding-left: 10px;
	}
	main.main, div.sidebar {
		padding-bottom: 100px;
	}
	#slideNav.openNav {
    left: 0;
}
	.mainContent{
		margin-left:0;
	}
	
	
}



@media (max-width: 767px) {
	.pc{
		display:none;
	}
	.sp{
		display:inline-block;
	}
	body .main {
    background: #f2f2f2;
    margin: 0 !important;
    padding-top: 0;
	}

	.container-fluid {
    	padding-right: 0;
		padding-left: 0;
	}
	.content-wrapper{
		padding:0 0;
	}
	button.navOnOff {
    position: absolute;
    top: 0px;
    right: -30px;
		width: 30px;
	}
	.index-shift img {
		width: 100%;
	}
	.index-shift ul li a {
		background: #ddd;
		margin: 0 5px 5px;
		display: inline-block;
		padding: 2px 5px;
		border-radius: 8px;
		color: #fff;
		text-align: center;
	}
	.index-pdca img {
		width: 30px;
	}
	.index-pdca ul li a {
		padding: 0;
	}
	.index-pdca {
		display: flex;
		align-items: start;
	}
	.index-pdca div {
		flex-shrink: 0;
	}
	
}
	
@media (max-width: 575px) {
	.index-shift ul li a {
		min-width: auto;
		padding: 10px;
		font-size: 90%;
		width: auto;
	}
	
}
