@charset "UTF-8";
/*-----------------------------
CSS RESET
------------------------------*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*-----------------------------
	BASE
------------------------------*/
body {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","sans-serif","ＭＳ Ｐゴシック";
	color: #000;
	line-height: 1.65;
	letter-spacing: 1px;
}
p {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
a {
	color: #2ea7e0;
	text-decoration: none;
    transition: 0.5s;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
hr {
  border: none;
  border-bottom: 1px solid #dedede;
}
blockquote {
  background: #fafafa;
  margin: 0;
  padding: 25px 1.5em 5px;
  border: 1px dashed #56ad9a;
  position: relative;
  margin: 0px 0 20px;
}
blockquote:before {
  position: absolute;
  content: url(/wp/wp-content/themes/kodomo-manabi-labo/images/article/quotation_before.png);
  top: 4px;
  left: 20px;
}
blockquote:after {
  position: absolute;
  content: url(/wp/wp-content/themes/kodomo-manabi-labo/images/article/quotation_after.png);
  bottom: 2px;
  right: 20px;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b, strong {
	font-weight: bold;
}
.red {
	color: #f00;
}
.table {
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.table-cell.middle {
	vertical-align: middle;
}
.btn {
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}
.btn a {
	line-height: 1;
	display: inline-block;
	padding: 18px 15px 15px 20px;
	background-color: #ffad77;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.sp_parts {
	display: none!important;
}

/*----------------------------
	フォント
-----------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("font/icomoon.eot");
  src: url("font/icomoon.eot?#iefix") format('embedded-opentype'),
       url("font/icomoon.woff") format('woff'),
       url("font/icomoon.ttf") format('truetype'),
       url("font/icomoon.svg#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}

/*----------------------------
	コンテンツの最大サイズを制限
-----------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

/*-----------------------------
	ｈタグ
------------------------------*/
h1, .h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #242f65;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 15px;
}
h2, .h2 {
	margin: 35px 0 25px;
	padding: 0;
	font-size: 20px;
	color: #242f65;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
}
h3, .h3 {
	margin: 35px 0 25px;
	padding: 0;
	font-size: 18px;
	color: #242f65;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
}
h4, .h4 {
	margin: 35px 0 25px;
	padding: 0;
	font-size: 16px;
	color: #242f65;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.4;
}

/*-----------------------------
	基本構造
------------------------------*/
#container {
}
header {
}
#header-in, #wrap-in, #navi-in, #kuzu-in, #footer-in, #wrap-footer-in {
	width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: inherit;
}
#header-in, #navi-in {
	width: 920px;
}
#wrap {
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 40px;
	overflow: hidden;
}
#wrap #wrap-in #sidebar {
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: inherit;
	float: right;
}
#wrap #wrap-in #main {
	margin: 0;
	padding: 0;
	width: 740px;
	padding-right: 30px;
	float: left;
}
footer {
}
#footer-in {
}

/*-----------------------------
	header ヘッダー
------------------------------*/
#main-header {
	padding-top: 30px;
}
#main-header #header-in {

}
#main-header .logo {
	width: 260px;
}
#main-header .logo img {
	display: block;
}
#main-header .logo h1 {
	margin-bottom: 0;
}
#main-header .guide {
	text-align: right;
}
#main-header .guide .about {
	margin-bottom: 5px;
}
#main-header .guide .about a {
	color: #999;
}
#main-header .guide .search {
}
#main-header .guide .search #search-input {
	width: 180px;
	border: none;
	color: #000;
	background-color: #eee;
	font-size: 15px;
	padding: 7px;
	margin-right: 3px;
}
#main-header .guide .search #search-submit {
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border: none;
    position: relative;
    cursor: pointer;
}

/*-----------------------------
	nav グローバルナビ
------------------------------*/
#global-navi {
	margin-top: 15px;
}
#global-navi .menu-list {
	display: table;
	width: 100%;
}
#global-navi .menu-list li {
	display: table-cell;
	padding: 0 5px 10px;
	position: relative;
}
#global-navi .menu-list li:first-child {
	padding-left: 0;
}
#global-navi .menu-list li:last-child {
	padding-right: 0;
}
#global-navi .menu-list li a,
#global-navi .menu-list li img {
	display: block;
}
#global-navi .menu-list li .cat-label {
	display: none;
}
#global-navi .menu-list li ul,
#global-navi .menu-list li ul li {
	display: inherit;
}
#global-navi .menu-list li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 280px;
  z-index: 10;
  visibility: hidden;
}
#global-navi .menu-list li:hover ul {
	background-color: #fff;
	padding: 15px;
	display:flex;
    flex-wrap:wrap;
	visibility: visible;
	box-shadow: 1px 1px 3px #ccc;
}
#global-navi .menu-list li ul li {
	border: none;
	overflow: hidden;
	height: 0;
	transition: .2s;
	z-index: 10;
	width: 50%;
	padding: 10px 5px;
    box-sizing: border-box;
}
#global-navi .menu-list li ul li:first-child {
	padding-left: 5px;
}
#global-navi .menu-list li ul li:last-child {
	padding-right: 5px;
}

#global-navi .menu-list li ul li a {
	display: block;
	text-align: left;
	border: none;
	border-radius: 0;
	line-height: 1.2;
}
#global-navi .menu-list li ul li .name {
	font-size: 16px;
	color: #1f2b62;
	font-weight: bold;
}
#global-navi .menu-list li ul li .sub-name {
	font-size: 11px;
	color: #777;
}
#global-navi .menu-list li ul li a:hover {
	text-decoration: underline;
}
#global-navi .menu-list li:hover ul li {
	overflow: visible;
	height: auto;
}

/*-----------------------------------
	breadcrub パンくず
------------------------------------*/
#kuzu {
	font-size: 12px;
	letter-spacing: 0;
	overflow: hidden;
	background-color: #f5f5f5;
}
#kuzu a {
	color: #777;
	letter-spacing: 1px;
	text-decoration: underline;
}
div#breadcrumb {
	margin-top: 17px;
}
div#breadcrumb ul {
	margin: 0;
	padding: 0;
}
div#breadcrumb li {
	margin: 0;
	padding: 0;
	background: none;
	float: left;
	display: inline;
	margin-right: 8px;
}
div#breadcrumb li span {
	margin-right: 8px;
}

/*-----------------------------
	sidebar サイドバー
------------------------------*/
#sidebar {
	font-size: 14px;
	line-height: 1.46;
	letter-spacing: 0;
}
#sidebar .item-box {
	padding: 15px 10px;
	background-color: #fff;
	margin-bottom: 20px;
}
#sidebar .item-box h4 {
	margin: 0 0 10px;
	padding: 0;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
#sidebar .item-box .item {
	padding: 10px;
	overflow: hidden;
}
#sidebar .item-box .series-banner-list {

}
#sidebar .item-box .series-banner-list li {
	margin-bottom: 10px;
}
#sidebar .item-box .series-banner-list li a,
#sidebar .item-box .series-banner-list li img {
	display: block;
}
#sidebar .item-box .more {
	display: inline-block;
	float: right;
	color: #333;
	margin-top: 5px;
	padding-right: 14px;
	position: relative;
	line-height: 1;
}
#sidebar .item-box .more:after {
	position: absolute;
	content: "〉";
	top: -2px;
	right: -10px;
	font-size: 20px;
}
#sidebar .item-box .more:hover:after {
	right: -12px;
}
#sidebar .ranking.item-box .article-list {

}
#sidebar .ranking.item-box .article-list li {
	overflow: hidden;
	margin-bottom: 15px;
}
#sidebar .ranking.item-box .article-list li:last-child {
	margin-bottom: 0;
}
#sidebar .ranking.item-box .article-list li a {
	padding: 0;
	overflow: hidden;
}
#sidebar .ranking.item-box .article-list li a:hover {
	background: none;
	text-decoration: underline;
}
#sidebar .ranking.item-box .article-list li .img {
	width: 80px;
	float: left;
}
#sidebar .ranking.item-box .article-list li .img img {
	height: 80px;
	object-fit: cover;
	display: block;
}
#sidebar .ranking.item-box .article-list li .content {
	padding-left: 90px;
}
#sidebar .ranking.item-box .article-list li .content .title {
	margin: 0;
	color: #555;
	line-height: 1.55;
}
#sidebar .ranking.item-box .article-list li .img {
	position: relative;
	z-index: 2;
}
#sidebar .ranking.item-box .article-list li .img:after {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background-color: #323d6f;
	padding: 5px 10px;
	z-index: 3;
}
#sidebar .ranking.item-box .article-list li:nth-child(1) .img:after {
	content: "1";
}
#sidebar .ranking.item-box .article-list li:nth-child(2) .img:after {
	content: "2";
}
#sidebar .ranking.item-box .article-list li:nth-child(3) .img:after {
	content: "3";
}
#sidebar .ranking.item-box .article-list li:nth-child(4) .img:after {
	content: "4";
}
#sidebar .ranking.item-box .article-list li:nth-child(5) .img:after {
	content: "5";
}
#sidebar .ranking.item-box .article-list li:nth-child(6) .img:after {
	content: "6";
}
#sidebar .ranking.item-box .article-list li:nth-child(7) .img:after {
	content: "7";
}
#sidebar .ranking.item-box .article-list li:nth-child(8) .img:after {
	content: "8";
}
#sidebar .ranking.item-box .article-list li:nth-child(9) .img:after {
	content: "9";
}
#sidebar .ranking.item-box .article-list li:nth-child(10) .img:after {
	content: "10";
}
#sidebar .sns.item-box {

}
#sidebar .sns.item-box .item {
	text-align: center;
}
#sidebar .sns.item-box .twitter {
	margin-top: 15px;
}
#sidebar .sns.item-box .twitter a {
	text-align: center;
	display: block;
	color: #fff;
	background-color: #55acee;
	font-weight: bold;
	padding: 15px 0;
}

/*-----------------------------
	footer フッター
------------------------------*/
#main-footer {
	padding: 30px 0 15px;
	text-align: center;
}
#main-footer .site-map-list,
#main-footer .group-list {
	overflow: hidden;
	display: table;
	margin: 0 auto 30px;
}
#main-footer .site-map-list li,
#main-footer .group-list li {
	display: table-cell;
	padding: 0 15px;
	font-size: 15px;
}
#main-footer .site-map-list li a {
	color: #323d6f;
	font-weight: bold;
}
#main-footer .group-list li a {
	color: #000;
}
#main-footer .group-list li a:before {
	content: "■";
}
#copyright {
	clear: both;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
}
#copyright .copy {
	margin-bottom: 0;
}
#copyright .copy a {
	color: #999;
}

/*-----------------------------
	home toppage トップページ
------------------------------*/
.home h2.home_top {
	margin-top: 0;
}

/*-----------------------------
	スライダー slider
------------------------------*/
#main-slider {
	margin-bottom: 15px!important;
}
.slider .slick-slide {
	position: relative;
}
.slider .slick-slide .title {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	width: 100%;
	display: block;
	padding: 30px 55px 26px;
	box-sizing: border-box;
	line-height: 1.35;
	text-align: left;
	color: #242f65;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(256, 256, 256, 0.8);
}
.slick-dots {
	top: 10px!important;
	bottom: auto!important;
	z-index: 4!important;
}
.slick-dots li {
	margin: 0 3px!important;
}
.slick-dots li button:before {
	opacity: 1!important;
	content: ""!important;
	background: url(/wp/wp-content/themes/kodomo-manabi-labo/images/common/slider_dot.png) no-repeat!important;
	width: 15px;
	height: 15px;
	background-size: 15px 15px!important;
}
.slick-dots li.slick-active button:before {
	background: url(/wp/wp-content/themes/kodomo-manabi-labo/images/common/slider_dot_active.png) no-repeat!important;
	background-size: 15px 15px!important;
}
#main-slider a,
#main-slider img {
	display: block;
}
.slider {
width: 90%;
margin: 0 auto 80px;
}
.slick-slide img {
width: 100%;
height: auto;
}
#main-slider {
width: 100%;
}
#main-slider .slick-slide {
	margin: 5px;
}
.slick-list {
	position: relative;
	z-index: 2;
}
.slick-arrow:before {
	font-size: 40px!important;
	color: #242f65!important;
}
.slick-prev, .slick-next {
	top: auto!important;
	bottom: 38px!important;
}
.slick-prev {
	left: 5px!important;
	z-index: 4!important;
}
.slick-next {
	right: 26px!important;
	z-index: 4!important;
}
.slick-prev:before {
	content: "〈"!important;
}
.slick-next:before {
	content: "〉"!important;
}

/*-----------------------------
	アーカイブ archive
------------------------------*/
.article-list {
	margin: 0;
	padding: 0;
}
.article-list li {
	padding: 0;
	margin-bottom: 20px;
}
.article-list li:last-child {
	margin-bottom: 0;
}
.article-list li a {
	display: block;
	padding: 15px;
	color: #000;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}
.article-list li a:hover {
	text-decoration: none;
	background-color: #eee;
}
.article-list li a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.article-list li a::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.article-list li .article-header {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 14px;
}
.article-list li .article-header .term {
	float: left;
	color: #323d6f;
	font-weight: bold;
}
.article-list li .article-header .date {
	float: right;
	color: #999;
}
.article-list li .article-main {

}
.article-list li .article-main .img {
	width: 180px;
	float: left;
	position: relative;
	overflow: hidden;
}
.article-list li .article-main .img img {
	display: block;
	height: 90px;
	object-fit: cover;
}
.article-list li .article-main .content {
	padding-left: 195px;
}
.article-list li .article-main .content h2 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #323d6f;
	box-shadow: none;
}
.article-list li .article-main .content .description {
	color: #666;
	font-size: 13px;
	margin-bottom: 0;
	line-height: 1.5;
}

/*-----------------------------
	category カテゴリー親階層
------------------------------*/
.archive .btn {
	text-align: right;
}
.archive .btn a {
	position: relative;
}
.archive .btn a:after {
	content: "〉";
	margin-left: 15px;
	font-weight: bold;
}

/*-----------------------------
	SNSバー
------------------------------*/
.sns-list li:before {
	display: none;
}
.sns-list {
	margin: 0;
	overflow: hidden;
	padding: 0 0 5px!important;
}
.sns-list li {
	padding: 0;
	float: left;
	display: inline-block;
	width: 18%;
	margin-right: 2.5%;
	text-align: center;
}
.sns-list li:last-child {
	margin-right: 0;
}
.sns-list li a {
	display: block;
	color: #fff;
	font-size: 13px!important;
	padding: 9px 0 8px;
	box-shadow: 1px 1px 2px #ccc;
	border-radius: 5px;
}
.sns-list li a:hover {
	text-decoration: none;
}
.sns-list li.twitter a {
	background: #00acee;
}
.sns-list li.twitter a:hover {
	background: #0092ca;
}
.sns-list li.facebook a {
	background: #3b5998;
}
.sns-list li.facebook a:hover {
	background: #2c4373;
}
.sns-list li.hatebu a {
	background:#5d8ac1;
}
.sns-list li.hatebu a:hover {
	background:#43638b;
}
.sns-list li.pocket a {
	background:#f03e51;
}
.sns-list li.pocket a:hover {
	background:#c0392b;
}
.sns-list li.line a {
	background:#25af00;
}
.sns-list li.line a:hover {
	background:#219900;
}
.sns-list li a:before {
	font-family: 'icomoon';
	margin-right: 5px;
}
.sns-list li.twitter a:before {
	content: '\ea93';
}
.sns-list li.facebook a:before {
	content: '\ea90';
}
.sns-list li.hatebu a:before {
	content: '\e601';
}
.sns-list li.pocket a:before {
	content: '\e603';
}
.sns-list li.line a:before {
	content: '\e602';
}

.sns-list .snsarrow {
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: relative;
    height: 25px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.sns-list .snsarrow:after {
  border-width: 5px 5px 0px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-color: #CCC transparent transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  bottom: -5px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0px;
  margin-left: -5px;
}

.sns-list .snsarrow:before {
  border-width: 5px 5px 0px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-color: #FFF transparent transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  bottom: -4px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0px;
  z-index: 1;
  margin-left: -5px;
}
/*-----------------------------
	article 記事 投稿
------------------------------*/
#main-article {
}
#main-article ul,
#main-article ol {
	padding-left: 40px;
}
#main-article ul li {
	list-style-type: disc;
}
#main-article ol li {
	list-style-type: decimal;
}

#main-article h2 {
	background-color: #f5f5f5;
	padding: 10px 10px 6px;
}
#main-article .sns-bar,
#main-article #article-header,
#main-article #article-body {
	background-color: #fff;
}
#main-article .sns-bar {
	padding: 30px 0;	
}
#main-article #article-header .content {
	overflow: hidden;
	padding: 25px 40px;
}
#main-article #article-header .content .info {
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 14px;
}
#main-article #article-header .content .info .cat {
	float: left;
}
#main-article #article-header .content .info .date {
	float: right;
	color: #999;
}
#main-article #article-header .content .author {
	float: right;
	color: #242f65;
}
#main-article #article-body {
	padding: 0 30px 30px;
}
/* related-post 関連記事 */
#main-article #article-footer .related-post {
	margin-top: 20px;
	overflow: hidden;
}
#main-article #article-footer .related-post .main-area {
	width: 520px;
	float: left;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
#main-article #article-footer .related-post .main-area h4 {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	color: #242f65;
}
#main-article #article-footer .related-post .main-area .related-article-list {
	margin-top: 10px;
	padding: 0;
}
#main-article #article-footer .related-post .main-area .related-article-list li {
	padding: 8px 5px;
	box-sizing: border-box;
	list-style-type: none;
}
#main-article #article-footer .related-post .main-area .related-article-list li a {
}
#main-article #article-footer .related-post .main-area .related-article-list li a .table-cell {
	vertical-align: middle;
}
#main-article #article-footer .related-post .main-area .related-article-list li .img {
	width: 120px;
	padding-right: 15px;
}
#main-article #article-footer .related-post .main-area .related-article-list li .img img {
	display: block;
	height: 60px;
	object-fit: cover;
}
#main-article #article-footer .related-post .main-area .related-article-list li .content {
}
#main-article #article-footer .related-post .main-area .related-article-list li .content .title {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #242f65;
}
#main-article #article-footer .related-post .banner-area {
	padding-left: 530px;
}
#main-article #article-footer .related-post .banner-area .child-cat-banner {
	margin-top: 10px;
}

/*-----------------------------
	page 固定ページ
------------------------------*/
.page h1 {
	background-color: #fff;
	padding: 20px 15px;
}
.page-wrap {
	padding: 30px;
	background-color: #fff;
}
.page .page-wrap h1 {
	padding: 0;
	margin: 20px 0;
}

/*-----------------------------
ページナビ
------------------------------*/
.pagination {
	overflow: hidden;
	display: table;
	font-size: 15px;
	line-height: 1;
	margin: 35px auto 0;
	color: #fff;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 0 3px;
	padding: 13px 15px;
	text-decoration: none;
	width: auto;
	background: #000;
	border-radius: 5px;
	color: #fff!important;
}
.pagination a:hover {
	color: #fff;
	background: #999;
}
.pagination .current {
	padding: 13px 15px;
	color: #fff;
	background-color: #999;
	border-radius: 5px;
}

/*-----------------------------
連載記事内ページリンク
------------------------------*/

.serialization_link {
	width: 50%;
    float: right;
    font-size: 13px;
    text-align: right;
}

.pager .prev_post a, .pager .next_post a, .pager_only .prev_post_only a, .pager_only .next_post_only a {
	text-decoration: none;
	display: block;
}

.navi_text {
	color: black;
}

/* n+1~n-1回の連載時 */
.pager {
	padding-bottom: 90px;
}

.pager .prev_post {
	width: 45%;
    float: left;
    font-size: 11px;
    border-top: #CCCCCC solid 1px;
    border-left: #F5D0A9 solid 18px;
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    padding: 5px 5px 5px 5px;
}

.pager .next_post {
	width: 45%;
    float: right;
    font-size: 11px;
    border-top: #CCCCCC solid 1px;
    border-left: #CCCCCC solid 1px;
    border-right: #F5D0A9 solid 18px;
    border-bottom: #CCCCCC solid 1px;
    padding: 5px 5px 5px 5px;
}

.arrow {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.arrow:before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #37A8DE;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

/* 初回連載時 */

.pager_only {
	padding-bottom: 120px;
}

.pager_only .next_post_only {
	width: 95%;
    float: right;
    font-size: 11px;
    border-top: #CCCCCC solid 1px;
    border-left: #CCCCCC solid 1px;
    border-right: #F5D0A9 solid 18px;
    border-bottom: #CCCCCC solid 1px;
    padding: 5px 5px 5px 5px;
}

.arrow_navi_r_only {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    left: 17px;
    font-size: 14px;
}
.arrow_navi_r_only:before {
	content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -4px;
}

.next_post_only .arrow_navi_r_only img {
	float: left;
    margin-right: 10px;
}

.arrow_navi_r {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    left: 17px;
}
.arrow_navi_r:before {
	content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    right: 0;
    margin-top: -4px;
}

/* 最新の連載時 */

.pager_only .prev_post_only {
	width: 95%;
    float: left;
    font-size: 11px;
    border-top: #CCCCCC solid 1px;
    border-left: #F5D0A9 solid 18px;
    border-right: #CCCCCC solid 1px;
    border-bottom: #CCCCCC solid 1px;
    padding: 5px 5px 5px 5px;
}

.arrow_navi_l_only {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    right: 17px;
    font-size: 14px;
}

.arrow_navi_l_only:before {
	content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -4px;
}

.prev_post_only .arrow_navi_l_only img {
	float: right;
    margin-left: 10px;
}

.arrow_navi_l {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    right: 17px;
}
.arrow_navi_l:before {
	content: '';
    width: 13px;
    height: 13px;
    border: 0px;
    border-bottom: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 0;
    margin-top: -4px;
}

/*-----------------------------
ページTOP
------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size: 10px;
}
#page-top a {
}

/*-----------------------------
コンテンツ
------------------------------*/
.post ul {
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	margin-left: 1em;
}
.post ul li {
	margin: 0;
	padding: 0;
	color: inherit;
	padding-left: 22px;
	line-height: 1.45;
	margin-bottom: 10px;
	position: relative;
}
article .post ul li:before {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	border: 7px solid transparent;
	border-left: solid 8px #2ea7e0;
	content: "";
}
.post ul ul {
	margin-left: 3em;
}
.post ul ul ul {
	margin-bottom: 0;
}

/*-----------------------------------
	writer ライター情報
------------------------------------*/
.author-box {
	background-color: #fff;
	margin-top: 20px;
	overflow: hidden;
}
.author-box .img {
	width: 200px;
	float: left;
}
.author-box .img img {
	height: 200px;
	object-fit: cover;
	display: block;
}
.author-box .content {
	padding: 20px 20px 20px 220px;
}
.author-box .content .name {
	color: #242f65;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.author-box .content .description {
	font-size: 14px;
	margin-bottom: 0;
}
.author-box .content .more {
	display: inline-block;
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #242f65;
	padding-left: 25px;
	position: relative;
}
.author-box .content .more:before {
	position: absolute;
	content: url(/wp/wp-content/themes/kodomo-manabi-labo/images/writer/icon_more.png);
	top: 1px;
	left: 0;
}
/* ライター一覧ページ */
.page .writer-list li {
	margin-bottom: 15px;
}
.page .writer-list li:last-child {
	margin-bottom: 0;
}

/* 連載一覧ページ */
.page-banner-list li {
	width: 48%;
    float: left;
    padding: 0 1% 0 1%;
    margin-bottom: 10px;
}

/*-----------------------------------
	writer ライター情報
------------------------------------*/
.wpcf7 p {
	margin-bottom: 20px;
}

/*-------------------------------------


				スマホ用


-------------------------------------*/

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

/*-----------------------------
BASE
------------------------------*/
body {
	font-size: 15px;
}
.pc_parts {
	display: none!important;
}
.sp_parts {
	display: inherit!important;
}

/*-----------------------------
	ｈタグ
------------------------------*/
h1, .h1 {
	font-size: 18px;
}
h2, .h2 {
	font-size: 17px;
}
h3, .h3 {
	font-size: 17px;
}

/*-----------------------------
基本構造
------------------------------*/
#container {
	padding-top: 55px;
}
#header-in, #wrap-in, #navi-in, #kuzu-in, #footer-in, #wrap-footer-in {
	width: auto;
	padding: 0 10px;
}
#wrap {
	padding-top: 10px;
	padding-bottom: 40px;
	overflow: hidden;
}
#wrap #wrap-in #sidebar {
	width: auto;
	float: none;
	margin-top: 40px;
}
#wrap #wrap-in #main {
	padding: 0;
	width: auto;
	float: none;
}

/*-----------------------------
	ヘッダー
------------------------------*/
#main-header {
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
#main-header #header-in {
	padding: 10px;
}
#main-header #header-in .table-cell {
	vertical-align: middle;
}
.drawer-nav {
	width: 100%!important;
}
.drawer--left .drawer-nav {
	left: -100%!important;
}
.drawer--left.drawer-open .drawer-nav {
	left: 0!important;
}
.drawer--left.drawer-open .drawer-hamburger {
	z-index: 100!important;
	left : 85%!important;
}
.drawer.drawer--left .drawer-hamburger {
	padding: 16px 10px!important;
	width: 30px!important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 3px!important;
	background-color: #555!important;
}
.drawer--left.drawer-open .drawer-hamburger-icon {
	background: none!important;
}
#main-header .logo {
	width: 170px;
	display: inline-block;
}
#main-header .logo h1 {
	margin-bottom: 0;
}
#main-header .search {
	position: absolute;
	top: 9px;
	right: 5px;
}
#main-header .search .material-icons {
	font-size: 36px;
	color: #555;
}
#main-header .search .search-form {
	text-align: center;
}
#main-header .search .search-form .search-text {
	border: none;
	border-bottom: solid 1px #ccc;
	width: 100%;
	padding: 7px 0;
	text-align: center;
}
#main-header .search .search-form .search-submit {
	margin-top: 20px;
	margin-bottom: 0;
}
#main-header .search .search-form .search-submit i,
#main-header .search .search-form .search-submit input {
	color: #2ea7e0;
}
#main-header .search .search-form .search-submit input {
	background: none;
	border: none;
	font-size: 17px;
	padding: 2px!important;
}
/* モーダルウィンドウ */
.modal-window {
	transform: translate(0, 100%);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	line-height: 1.3;
	display: none;
}
.modal-window:target {
	transform: translate(0, 0);
	opacity: 1;
}
.is-active.modal-window {
	display: block;
}
.modal-window:target {
	display: block;
}
.modal-window .modal-inner {
	position: absolute;
	top: 65px;
	left: 5%;
	z-index: 20;
	width: 90%;
	overflow-x: hidden;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 30px 5%;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.modal-window .modal-close {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
.modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-window {
	transition: opacity 0.4s;
}
.modal-inner {
	position: relative;
}
.modal-inner a {
	font-weight: bold;
	font-size: 18px;
}

/*-----------------------------
	グローバルナビ
------------------------------*/
#global-navi {
	margin: 0;
	z-index: 10;
	box-sizing: border-box!important;
}
#global-navi .menu-list {
	display: block;
	width: 100%;
}
#global-navi .menu-list li {
	display: block;
	padding: 0;
	position: relative;
	background-color: #eee;
}
#global-navi .menu-list li .parent-cat-link {
	display: table;
	width: 100%;
	padding: 8px 15px 2px;
	box-sizing: border-box;
}
#global-navi .menu-list li .parent-cat-link .cat-img,
#global-navi .menu-list li .parent-cat-link .cat-label {
	display: table-cell;
	vertical-align: middle;
}
#global-navi .menu-list li .parent-cat-link .cat-img {
	width: 60px;
	text-align: center;	
	padding-right: 5px;
}
#global-navi .menu-list li .parent-cat-link .cat-img picture {
}
#global-navi .menu-list li img {
	height: 40px!important;
	width: auto!important;
	display: inline-block;
}
#global-navi .menu-list li .parent-cat-link .cat-label {
	line-height: 1.3;
	padding-bottom: 8px;
	color: #1f2b62;
}
#global-navi .menu-list li .parent-cat-link .cat-label .name {
	font-weight: bold;
	font-size: 16px;
}
#global-navi .menu-list li .parent-cat-link .cat-label .sub-name {
	font-size: 8px;
}
#global-navi .menu-list li ul,
#global-navi .menu-list li ul li {
	display: inherit;
}
#global-navi .menu-list li ul {
	list-style: none;
	position: static;
	top: auto;
	left: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	visibility: visible;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 12px 30px;
	background-color: #fff;
}
#global-navi .menu-list li:hover ul {
	display:block;
    flex-wrap: nowrap;
    padding: 12px 30px;
}
#global-navi .menu-list li ul li {
	height: auto;
	width: auto;
	display: inline-block;
	float: left;
	background-color: #fff;
	padding: 6px!important;
}
#global-navi .menu-list li ul li a {
	display: block;
	text-align: left;
	border: none;
	border-radius: 0;
	line-height: 1.2;
}
#global-navi .menu-list li ul li .name {
	font-size: 16px;
	color: #1f2b62;
	font-weight: bold;
}
#global-navi .menu-list li ul li .sub-name {
	font-size: 10px;
}
#global-navi .menu-list li ul li a:hover {
	text-decoration: underline;
}
#global-navi .menu-list li:hover ul li {
	overflow: visible;
	height: auto;
}

/*-----------------------------------
	breadcrub パンくず
------------------------------------*/
#kuzu {
	font-size: 11px;
}
#kuzu a {
	letter-spacing: 0;
}
div#breadcrumb {
	margin-top: 10px;
}
div#breadcrumb ul {
	margin: 0;
	padding: 0;
}
div#breadcrumb li {
	margin-right: 6px;
}
div#breadcrumb li span {
	margin-right: 6px;
}

/*-----------------------------
	sidebar サイドバー
------------------------------*/
#sidebar {
	font-size: 14px;
	line-height: 1.4;
}
#sidebar .item-box {
	padding: 15px 10px;
	margin-bottom: 20px;
}
#sidebar .item-box h4 {
	font-size: 15px;
}
#sidebar .item-box .item {
	padding: 5px;
}
#sidebar .item-box .series-banner-list {
	overflow: hidden;
}
#sidebar .item-box .series-banner-list li {
/* 	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px; */
}
#sidebar .item-box .series-banner-list li:nth-child(2n) {
	margin-right: 0;
}
#sidebar .item-box .more {
	font-size: 13px;
}
#sidebar .ranking.item-box .article-list {

}
#sidebar .ranking.item-box .article-list li {
	margin-bottom: 15px;
}
#sidebar .ranking.item-box .article-list li .img {
	width: 60px;
}
#sidebar .ranking.item-box .article-list li .img img {
	height: 60px;
}
#sidebar .ranking.item-box .article-list li .content {
	padding-left: 70px;
}
#sidebar .ranking.item-box .article-list li .content .title {
	font-size: 13px;
	line-height: 1.45;
}
#sidebar .ranking.item-box .article-list li .img:after {
	font-size: 14px;
	bottom: 0;
	left: 0;
	padding: 6px 9px;
}
#sidebar .sns.item-box {

}
#sidebar .sns.item-box .item {
	text-align: center;
}
#sidebar .sns.item-box .twitter {
	margin-top: 15px;
}
#sidebar .sns.item-box .twitter a {
	text-align: center;
	display: block;
	color: #fff;
	background-color: #55acee;
	font-weight: bold;
	padding: 15px 0;
}

/*-----------------------------
	footer フッター
------------------------------*/
#main-footer {
	padding: 30px 0 15px;
	letter-spacing: 0;
}
#main-footer .site-map-list {
	display:flex;
    flex-wrap:wrap;
    margin-bottom: 10px;
}
#main-footer .site-map-list li {
	width: 29%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: left;
	font-size: 11.5px;
	margin-bottom: 8px;
}
#main-footer .site-map-list li:nth-child(3n) {
	width: 42%;
}
#main-footer .group-list {
	display: block;
}
#main-footer .group-list li {
	display: block;
	padding: 0 10px;
	font-size: 11.5px;
	text-align: left;
	margin-bottom: 5px;
}
#copyright {
	font-size: 11.5px;
}

/*-----------------------------
	スライダー slider
------------------------------*/
#main-slider {
}
.slider .slick-slide .title {
	padding: 16px 15px 14px;
	line-height: 1.3;
	font-size: 15px;
}
.slick-dots {
	top: 5px!important;
}
.slick-dots li {
	margin: 0 1px!important;
}
.slick-dots li button:before {
	width: 10px!important;
	height: 10px!important;
	background-size: 10px 10px!important;
}
.slick-dots li.slick-active button:before {
	background-size: 10px 10px!important;
}
#main-slider .slick-slide{
	margin: 3px;
}
.slick-prev, .slick-next {
	display: none!important;
}

/*-----------------------------
	アーカイブ archive
------------------------------*/
.archive h1 img {
	display: block;
}
.archive h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.article-list {
}
.article-list li {
	margin-bottom: 15px;
}
.article-list li a {
	padding: 10px 15px;
}
.article-list li .article-header {
	font-size: 10px;
}
.article-list li .article-header .term {
}
.article-list li .article-header .date {
}
.article-list li .article-main {
}
.article-list li .article-main .img {
	width: 40%;
}
.article-list li .article-main .img img {
	height: auto;
}
.article-list li .article-main .content {
	padding-left: 43.5%;
}
.article-list li .article-main .content h2 {
	font-size: 15px;
	line-height: 1.35;
	font-weight: normal;
}

/*-----------------------------
	category カテゴリー親階層
------------------------------*/
.archive .btn {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
}
.archive .btn a {
	font-size: 13px;
	display: block;
}
.archive .btn a:after {
	position: absolute;
	display: inline-block;
	top: 16px;
	right: 0;
	font-size: 20px;
}

/*-----------------------------
	SNSバー
------------------------------*/
.sns-list li a {
	display: block;
	color: #fff;
	font-size: 13px!important;
	padding: 9px 0 8px;
	box-shadow: 1px 1px 2px #ccc;
}
.sns-list li a span {
	display: none;
}
.sns-list li a:before {
	font-size: 16px;
	margin-right: 0;
}

.sns-list .snsarrow .scount {
	font-size: 12px;
	margin-top: 3px;
    margin-bottom: 3px;
}

/*-----------------------------
	article 記事 投稿
------------------------------*/
#main-article {
}
#main-article ul,
#main-article ol {
	padding-left: 30px;
}
#main-article h2 {
	background-color: #f5f5f5;
	padding: 10px 10px 6px;
}
#main-article .sns-bar {
	padding: 30px 0;	
}
#main-article #article-header .content {
	padding: 20px;
}
#main-article #article-header .content .info {
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 11.5px;
	letter-spacing: 0;
}
#main-article #article-header .content .author {
	font-size: 13px;
}
#main-article #article-body {
	padding: 0 15px 30px;
}
#main-article #article-footer .related-post {
	margin-top: 20px;
	overflow: hidden;
}
#main-article #article-footer .related-post .main-area {
	width: 100%;
	float: none;
	padding: 15px;
	box-sizing: border-box;
}
#main-article #article-footer .related-post .main-area h4 {
	font-size: 15px;
}
#main-article #article-footer .related-post .main-area .related-article-list {
	margin-top: 10px;
	padding: 0;
}
#main-article #article-footer .related-post .main-area .related-article-list li {
	padding: 8px 0;
}
#main-article #article-footer .related-post .main-area .related-article-list li .img {
	width: 40%;
	padding-right: 3.5%;
}
#main-article #article-footer .related-post .main-area .related-article-list li .img img {
	height: auto;
}
#main-article #article-footer .related-post .main-area .related-article-list li .content {
}
#main-article #article-footer .related-post .main-area .related-article-list li .content .title {
	font-size: 13px;
	line-height: 1.35;
}
#main-article #article-footer .related-post .banner-area {
	padding-left: 0;
	margin-top: 15px;
	overflow: hidden;
}
#main-article #article-footer .related-post .banner-area .parent-cat-banner {
	width: 64%;
	float: left;
	margin-right: 2%;
}
#main-article #article-footer .related-post .banner-area .child-cat-banner {
	margin-top: 0;
	width: 34%;
	float: right;
}

/*-----------------------------
	page 固定ページ
------------------------------*/
.page-wrap {
	padding: 20px 15px;
	background-color: #fff;
}

/*-----------------------------
ページナビ
------------------------------*/
.pagination {
	font-size: 13px;
	margin: 35px auto 0;
}
.pagination span, .pagination a {
	margin: 2px;
	padding: 12px;
}
.pagination .current {
	padding: 12px;
}

/*-----------------------------
連載記事内ページリンク
------------------------------*/

.pager .prev_post a, .pager .next_post a, .pager_only .prev_post_only a, .pager_only .next_post_only a {
    display: block;
}

.serialization_link {
	width: 100%;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

/* n+1~n-1回目の記事連載時 */
.pager {
	padding-bottom: 20px;
}

.pager .prev_post {
	width: 90%;
    margin-bottom: 10px;
    float: none;
}

.pager .next_post {
    width: 90%;
    float: none;
}

/* 初回連載時 */
.pager_only {
    padding-bottom: 20px;
}

.pager_only .next_post_only {
    width: 90%;
    float: none;
}

.arrow_navi_r_only {
    font-size: 10px
}

.next_post_only .arrow_navi_r_only img {
    width: 30%;
    margin-top: 5px;
    margin-left: -10px;
}

/* 最新連載時 */
.pager_only .prev_post_only {
    width: 90%;
    float: none;
}

.arrow_navi_l_only {
    font-size: 10px;
}

.prev_post_only .arrow_navi_l_only img {
    width: 30%;
    margin-top: 5px;
    margin-right: -10px;
}

/*-----------------------------------
	writer ライター情報
------------------------------------*/
.author-box {
	margin-top: 15px;
	padding: 15px;
}
.author-box .img {
	width: 100px;
}
.author-box .img img {
	height: auto;
}
.author-box .content {
	padding: 0;
	padding-left: 110px;
}
.author-box .content .name {
	margin-bottom: 10px;
	font-size: 14px;
}
.author-box .content .description {
	font-size: 12px;
}
.author-box .content .more {
	font-size: 12px;
	padding-top: 3.5px;
}
.author-box .content .more:before {
	position: absolute;
	content: url(/wp/wp-content/themes/kodomo-manabi-labo/images/writer/icon_more.png);
	top: 1px;
	left: 0;
}
/* ライター一覧ページ */
.page .writer-list li {
	margin-bottom: 15px;
}
.page .writer-list li:last-child {
	margin-bottom: 0;
}

}

/*-----------------------------------
	writer ライター情報
------------------------------------*/
.wpcf7 textarea {
	width: 96%;
}

