@charset "utf-8";
/*
Theme Name: Manabi 2024
Theme URI: http://127.0.0.1/wordpress/
Description: This is Manabi Theme
*/

/* formatting style
------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  font-style: normal;
}
body {
  color: #333333;
  background-color: #EEEEEE;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  line-height: 1.6;
  width: 100%;
}
twitter-timeline {
　max-width: 903px !important;
}/* link style
-----------------------------*/
a img {
  border-style: none;
}
a:link {
  color: #669900;
  text-decoration: none;
}
a:visited {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: #99cc33;
  text-decoration: none;
}
a:active {
  color: #99cc33;
  text-decoration: none;
}
/* basic layout
-----------------------------*/
#wrapper {
  background-color: #FFFFFF;
  margin: 0px auto;
  text-align: left;
  width: 903px;
}
#content {
  background-color: #FFFFFF;
  float: none;
  width: 903px;
  margin: 0px auto;
  /*margin-bottom: 20px;*/
}
#post {
  background-color: #FFFFFF;
  background-image: url(images/bgimg.jpg);
  background-repeat: repeat-y;
  background-position: right;
  overflow: hidden;
  float: left;
  width: 650px;
  padding: 40px;
  padding-right: 213px;
  margin: 0px auto;
  list-style-type: none;
  font-size: 110%;
}
#sidebar {
  float: none;
  width: 883px;
  color: #CCCCCC;
  background-color: #333333;
  clear: both;
  padding: 20px 10px 10px 10px;
  overflow: hidden;
  margin: 0px auto;
}
#footer {
  color: #CCCCCC;
  background-color: #333333;
  padding: 3px 10px 5px;
  float: none;
  width: 883px;
  clear: both;
  border-bottom: 5px solid #171717;
  height: 60px;
  margin: 0px auto;
}
/* header styles
-----------------------------*/
#header {
  background-color: #FFFFFF;
  width: 903px;
  height: 450px;
  border-top: 3px solid #333333;
  position: relative;
  margin: 0px auto;
}
#header  #header_img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 7px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
#header #header_logo {
  position: absolute;
  width: 99px;
  height: 13px;
  left: 63px;
  top: 12px;
  right: 5px;
  bottom: 5px;
}
#header #description {
  position: absolute;
  left: 63px;
  top: 27px;
}
#header #topimg {
  position: absolute;
  top: 60px;
  left: 0;
  width: 903px;
  height: 350px;
}
#header #topimg .meteor-slides .meteor-buttons {
    bottom: 10px !important;
    height: 9px;
    left: 47%;
    margin: 0;
    padding: 6px 0 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
#header #gnav {
  background-color: #FFFFFF;
  width: 903px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 410px;
  left: 0;
}
#header #gnav ul {
  /* background-color: #FFFFFF; */
  background-color: #333333;
  /* width: 903px; */
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
#header #gnav ul li {
  background-color: #333333;
  list-style: none;
  float: left;
  width: 100%;
}
#header #gnav ul li a {
  line-height: 3em;
  font-size: 110%;
  text-decoration: none;
  height: 3em;
  /* width: 129px; */
  width: 100%;
  color: #c0c0c0;                     
  background-color: #333333;
  text-align: center;
  display: block;
}
#header #gnav ul li a:hover {
  background-color: #242424;
}
/* searchform styles             
-----------------------------*/
#searchform {
  width: 200px;
  height: 24px;
  display: inline;
  position: absolute;
  top: 18px;
  right: 42px;
  bottom: 18px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right top;
  float: left;
  background-image: url(images/search_box.gif);
}  
#searchform #s  {  
  width: 156px;  
  position: absolute;  
  top: 3px;  
  left: 12px;  
  border: 1px solid #FFF;  
}  
#searchform #s_button {  
  position: absolute;  
  top: 3px;  
  left: 174px;  
}
/* bleadcrumb
-----------------------------*/
.single div#header, .archive div#header {
  padding-bottom: 5px;
}
div#bleadcrumb {
  padding-bottom: 5px;
  margin-left: 10px
}
div#bleadcrumb div {
  display: inline;
}
/* main styles
-----------------------------*/
.style3 {
  color: #DEDEDE;
}
.p2 {
  background-color: #EAEAEA;
  margin: 5px;
  padding: 5px;
  clear: both;
  float: left;
  width: 800px;
  border-left: 5px solid #FFCC00;
}
.heading1 {
  font-size: medium;
  background-image: url(images/stripe_01.png);
  background-repeat: repeat-x;
  background-position: bottom;
  text-decoration: none;
  padding-bottom: 3px;
  margin-bottom: 7px;
  font-size: 130%;
}
.heading2 {
  border-left: 5px solid #666666;
  line-height: normal;
  text-decoration: none;
  padding-left: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 130%;
}
.heading3 {
  background-color: #D9D9D9;
  border-left: 5px solid #FFCC00;
  height: 25px;
  padding: 5px;
  display: table;
  width: 800px;
  margin-bottom: 10px;
  font-size: 130%;
}
.heading4 {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 20px;
	font-size: 120%;
}
.heading5 {
	background-color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	border-bottom: solid 1px #cccccc;
	margin: 0;
	margin-bottom: 7px;
	font-size: 120%;
}
.h2 {
	font-size: 120%;
}
.bq1 {
	background-color: #EEEEEE;
	border-left: 5px solid #FFCC00;
	padding: 10px;
	margin: 20px 10px 20px 10px;
	font-size: 105%;
}
.main img {
	margin-right: 10px;
	margin-bottom: 10px;
	border-style: none;
}
.dl {
}
.dt {
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 5px;
}
.dd {
	padding-bottom: 20px;
}
.hr {
	width: 100%;
	size: 1px;
	color: #DFDFDF;
}
.twittericon {
	margin-right: 5px;
}
.new {
	font-size:80%;
	color:#FF6666;
	margin-left:5px;
}
.through {
	text-decoration: line-through;
}
.rss {
	text-align: right;
	margin-top: 23px;
	margin-right: 15px;
}
/* thumbnail
------------------------------*/
#thumb {
	float: left;
	margin: 0 10px 10px 0;
}
/* table
------------------------------*/
#content>div:not(#sidebar) table {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#content>div:not(#sidebar) table tr {
}
#content>div:not(#sidebar) table tr.odd {
	background-color: #EFEFEF;
}
#content .odd2 {
	background-color: #DAF3FE;
}
#content>div:not(#sidebar) table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#content #syougakusei {
	padding-bottom: 10px;
	padding-left: 5px;
}
#content #tyuugakusei {
	padding-bottom: 10px;
	padding-left: 5px;
}
#content #syouron {
	padding-bottom: 10px;
	padding-left: 5px;
}
#content #happyou {
	padding-bottom: 10px;
	padding-left: 5px;
}
#content #manabi_logo {
	padding-bottom: 10px;
}
#content #mosi6 {
	width: 600px;
}
#content #mosi3 {
	width: 600px;
}
/* post styles
-----------------------------*/
div.post {
	margin-bottom: 30px;
	overflow: hidden;
}
div.post h2 a {
	color: #444444;
}
div.post p {
	line-height: 1.6;
}

p.postcat {
	float: right;
	text-align: right;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}
p.postcat a {
	text-align: right;
	list-style-type: none;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-bottom: 30px;
}
p.postcat a:hover {
	text-align: right;
	background-color: #DFDFDF;
	border-radius: 4px;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-bottom: 30px
}
p.postcathome {
	float: right;
	text-align: right;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.postcathome a {
	text-align: right;
	list-style-type: none;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-bottom: 10px;
}
p.postcathome a:hover {
	text-align: right;
	background-color: #DFDFDF;
	border-radius: 4px;
	color: #990000;
	padding: 1px 5px;
	margin: 0;
	margin-bottom: 10px
}
p.postinfo {
	float: right;
	text-align: right;
	color: #990000;
	line-height: 3;
	margin: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #DFDFDF;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.wp-caption {
	border: solid 1px #cccccc;
	text-align: center;
	padding-top: 5px;
}
/* pagenation styles
-----------------------------*/
p.pagenation {
	overflow: hidden;
	margin-top: 10px;
}
span.newpage {
	float: right;
	margin-top: 10px;
}
span.oldpage {
	float: left;
	margin-top: 10px;
}
/* readmore styles
-----------------------------*/
p.more {
	margin: 10px;
}
p.more a {
	color: #990000;
	padding: 3px;
}
p.more a:hover {
	background: #DFDFDF;
	padding: 3px;
	border-radius: 4px;
}
/* homeposts styles
-----------------------------*/
#homeposts {
	overflow:hidden;
}
#homeposts .post {
	float: left;
	width: 281px;
	height: 320px;
	overflow: hidden;
	margin: 0;
	padding: 10px 10px 0 10px;
	background: #FFFFFF;
	text-align: left;
	display: inline-block;
}
#homeposts ul {
	list-style-type: none;
}

#homepost ul ul {
	width: auto;
	float: none;
	margin: 10px 10px 0 10px;
	text-align: left;
}

#homeposts post.entry {
	overflow: hidden;
}

#homeposts p.homepostsinfo {
	text-align: right;
	color: #990000;
	margin: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #DFDFDF;
}

#homeposts .featured_image-container  {
	max-width: 280px;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 5px;
}

#homeposts .featured_image  {
	padding: 0;
	border: 0;
}

#homeposts .title {
	font-size: 120%;
}
#homeposts .readmore {
	float: left;
	width: 883px;
	overflow: hidden;
	margin: 0;
	padding: 10px 10px 20px 10px;
	background: #FFFFFF;
	display: inline-block;
}
#homeposts p.othermore {
	float: right;
	padding-right: 5px;
	background-color: #FFFFFF;
}
#homeposts p.othermore a {
	color: #990000;
	padding: 3px;
}
#homeposts p.othermore a:hover {
	color: #990000;
	background-color: #DFDFDF;
	border-radius: 4px;
	padding: 3px;
}
/* sidebar styles
-----------------------------*/
#footermenu ul {
	width: 284px;
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
#footermenu ul ul {
	width: auto;
	float: none;
	margin: 0 5px 0 5px;
	text-align: left;
}
#footermenu .widget {
	margin: 0 5px 20px 5px;
}
#footermenu h2 {
	color: #cccccc;
	background-color: #555555;
	border-radius: 4px;
	padding: 2px 10px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: 120%;
}
#footermenu li li {
	border-bottom: dotted 1px #888888;
	margin: 4px 0 4px 0;
}
#footermenu li li a {
	color: #c0c0c0;
	display: block;
	padding: 5px 10px;
}
#footermenu li li a:hover {
	background-color: #242424;
	color: #009999;
}
#wp-calendar {
	width: 280px;
	margin-right: 5px;
}
/* footer styles
-----------------------------*/
#footer  a   {
	float: right;
}
#footer #footer_img {
	position: relative;
	float: left;
	left: 2px;
	top: 18px;
	right: 5px;
	bottom: 5px;
	clear: left;
}
#footer #footer_logo {
	position: relative;
	float: left;
	top: 20px;
	left: 10px;
	right: 5px;
	bottom: 0px;
}
#footer #footer_description {
	position: relative;
	text-align: left;
	top: 35px;
	bottom: 5px;
	left: -88px;
}
/* lightbox styles
-----------------------------*/
#overlay {
	filter:alpha(opacity=50)!important;
	opacity:0.5!important;
}
/* contact form7 styles
-----------------------------*/
.wpcf7-form {
	background-color: #FFFFFF;
	width: 65%;
	padding: 20px;
	border: solid 8px #EEEEEE;
}
.wpcf7-form span.req {
	color: #990000;
	font-size: smaller;
}
.wpcf7-form input {
}
.wpcf7-form textarea {
}
.wpcf7-form p.submit {
}
.wpcf7-form .wpcf7-submit {
}
.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
	color: #990000;
	font-size: smaller;
}
/* img styles
-----------------------------*/
.alignnone {
	margin-right: 10px;
}
/* box styles
-----------------------------*/
.box1 {
	width:520px;
	margin:5px;
	padding:10px;
	border:8px solid #EEEEEE;
	background-color:#FFFFFF;
}
/* wp_social_bookmarking_light
-----------------------------*/
#wp_social_bookmarking_light {

}
/* 百倍活用術
-----------------------------*/
.stborder_blue {
	background-color: #FFFFFF;
	border: solid 8px #d5e5ed;
}
.stborder_yellow {
	background-color: #FFFFFF;
	border: solid 8px #ede6d5;
}
.stborder_pink {
	background-color: #FFFFFF;
	border: solid 8px #edd5d9;
}
/* 二段組み
-----------------------------*/
div.blocka {
	float: left;
	width: 50%;
	margin-bottom: 70px;
}
div.blockb {
	float: left;
	width: 50%;
	margin-bottom: 70px;
}
div.blockc {
	clear: both;
}


/*-============フォームのCSSここから============--*/
#asumeruform{
    width:279px;
}
#asumeruform table {
    border-collapse : collapse ;
    margin: 0 0 10px;
    width: 279px;
    table-layout: fixed;
    border-color:#ffffff;
}

#asumeruform table th {
    width: 96px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    background: #f5deb3;
    text-align: left;
    vertical-align: middle;
    font-size:12px;
    color:#808080;
}

#asumeruform table tr{
    border-color:#ffffff;
}

#asumeruform table td {
    padding: 10px;
    border: 1px solid #ffffff;
    color: #808080;
    font-size:12px;
    background: #fffff0;
}
 
#asumeruform input{
    font-size: 12px;
}
 
#asumeruform .inputselect {
    padding: 3px;

    font-size: 12px;

    color:#808080;

}

 

 

#asumeruform .inputtext.inputtextshortest {

    width: 108px;

}

 

#asumeruform .inputtext.inputtextshort {

    width: 197px;

}

 

#asumeruform .inputtext.inputtextlong {

    width: 126px;

}

 

#asumeruform textarea {

    font-size: 12px;

    width: 350px;

    height: 150px;

    padding: 3px;

}

 

#asumeruform .formbtn {
    margin-left:0px;
    font-size: 12px;
        width: 100px;
    height:35px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px #ccc;
    border-radius: 6px;
    box-shadow: 0 2px 2px #ccc;
}
 
#asumeruform span.require {
    color: #ff0000;
    font-weight: bold;
}
 
/*renewal style index and footer*/

.post-list.is-sp{
	display:none;
}
.post-list.is-pc{
	display:block;
}
@media(max-width:780px){
	.is-sp h1{
		display:inline-block;
		position:relative;
		z-index:2;
	}
	.bx-wrapper{
		margin: 0 1em 3em;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		background: none !important;
	}
	.post-list{
		padding-top:2em;
	}
	.bxslider img{
		width: 100% !important;
		height: auto !important;
	}
	.post-list.is-sp{
		display:block;
	}
	.post-list.is-pc{
		display:none;
	}
}
.has-banner img{
	padding-bottom:1em;
	padding-top:1em;
}
ul.footermenu_top{
	width:100%;
    padding: 0 40px 30px;
	box-sizing:border-box;
}
ul.footermenu_top h2{
	padding-bottom:10px;
}
ul.footermenu_top .widget_top-posts .widgets-list-layout{
	counter-reset:ranking;
}
ul.footermenu_top .widget_top-posts .widgets-list-layout li{
	width:49%;
	display:inline-block;
	border-bottom:#ccc dashed 1px;
}
ul.footermenu_top .widget_top-posts .widgets-list-layout li:nth-child(odd){
	margin-right:1%;
}
ul.footermenu_top .widget_top-posts .widgets-list-layout li:before{
	counter-increment:ranking;
	content:counter(ranking)"位";
	display:inline-block;
}
ul.footermenu_top .widget_top-posts .widgets-list-layout li a{
	float:left;
}
ul.footermenu_top .widgets-list-layout .widgets-list-layout-blavatar{
	width:100%;
	padding-right:10px;
}
@media(max-width:780px){
	/*フッターデザイン*/
	#sidebar{
		/*background:none;*/
		padding: 0;
		width:100%;
		color:#000;
	}
	#footermenu ul{
		margin:0;
		/*background:#fff;*/
	}
	#footermenu>ul:last-child{
		background:#333;
		color:#ccc;
	}
	#footermenu h2{
		border-radius:0;
		padding:1em;
		margin-bottom:1.5em;
		font-weight:lighter;
		/*color:#000;*/
		color:#fff;
	}
	/*#footermenu>ul:last-child h2{
		color:#fff;
	}*/
	#footermenu .widget{
		margin:0;
		padding-bottom:2em;
	}
	#footermenu ul:last-child .widget:last-child {
		margin-bottom:0;	
	}
	#footermenu li li a:hover{
		background:none;
	}
	#footermenu li li a{
		color:#000;
	}
	a:visited{
		color:#666;
	}
	
	.has-banner .textwidget{
		text-align:center;
	}
	
	.post-date{
		display:inline-block;
		color:#B4282E;
	}
	.post-category,
	.post-category a{
		color:#999;
	}
	.post-title a{
		color:#333;
	}
	.pickup_item .pickup_item_ttl{
		color:#43619C;
	}
	
	/*フッター見出し*/
	/*#footermenu .for-junior h2,
	#footermenu .for-high h2{
		background:#E1D9C3;
		color:#000;
	}
	#footermenu .for-service h2{
		background:#B9CDAA;
		color:#000;
	}
	#footermenu .for-online h2{
		background:#BAD5D4;
		color:#000;
	}
	#footermenu .for-event h2{
		background:#C8BECB;
		color:#000;
	}
	#footermenu .for-test h2{
		background:#D2C0A7;
		color:#000;
	}
	#footermenu .for-about h2{
		background:#C4B4B1;
		color:#000;
	}*/
	
	/*中段表示順序変更*/
	#footermenu>ul{
		display:flex;
		flex-direction:column;
	}
	#footermenu>ul>li.sort-sp-01{
		order:1;
	}
	#footermenu>ul>li.sort-sp-02{
		order:2;
	}
	#footermenu>ul>li.sort-sp-03{
		order:3;
	}
	#footermenu>ul>li.sort-sp-04{
		order:4;
	}
	#footermenu>ul>li.sort-sp-05{
		order:5;
	}
	#footermenu>ul>li.sort-sp-06{
		order:6;
	}
	#footermenu>ul>li{
		order:10;
		flex-direction: column;
	}
	
}

	/*フッターピックアップ記事*/
.pickup_item{
	display:inline-block;
	text-align:center;
	width:48%;
	margin-right:1%;
	vertical-align:top;
	border:none !important;
}
.pickup_item:nth-child(even){
	margin-right:0;
}
.pickup_item img{
	display:block;
	width:50% !important;
	height:auto;
	margin:0 auto;
	float:none !important;
}
.pickup_item .pickup_item_ttl{
	display:block;
	color:#009999;
}

#gnav:after{
  content: "";
  display: block;
  clear: both;
}
.textwidget{
	width:100%;
}
a:hover img{
	opacity:0.8;
}
.for-junior img,
.for-high img,
.for-service img{
	width:90%;
	margin:0 auto;
	float:none !important;
	display:block;
	padding:0.5em 0;
	height:auto;
}
.for-test .textwidget a,.for-event .textwidget a,.for-online .textwidget a{
	display:inline-block;
	text-align:left !important;
	width:100%;
	height:auto;
}
	@media(max-width:780px){
		.for-online .textwidget,
		.for-event .textwidget,
		.for-test .textwidget,
		.for-about .textwidget{
			text-align:inherit !important;
		}
		.for-online .textwidget p,
		.for-event .textwidget p,
		.for-test .textwidget p,
		.for-about .textwidget p{
			padding-left:2.5%;
		}
		.for-online>div>p,
		.for-online>div>a,
		.for-event>div>p,
		.for-event>div>a,
		.for-test>div>p,
		.for-test>div>a,
		.for-about>div>p,
		.for-about>div>a
		{
			width:45%;
			display:inline-block;
		}
		/*.for-online>div>p:only-child,
		.for-online>div>a:only-child,
		.for-event>div>p:only-child,
		.for-event>div>a:only-child,
		.for-test>div>p:only-child,
		.for-test>div>a:only-child
		{
			width:95%;
			display:block;
			margin:0 auto;
		}*/
		
		.for-online>div>p img,
		.for-online>div>a img,
		.for-event>div>p img,
		.for-event>div>a img,
		.for-test>div>p img,
		.for-test>div>a img
		.for-about>div>p img,
		.for-about>div>a img{
			width:100%;
			height:auto;
		}
	}
/* renewal style for smart phone */
/*ヘッダーまわりはサイトに合わせて調整してください*/
.is-sp{
	display:none;
}
.header_pc{
	display:block;
}
@media(max-width:780px){
	.is-sp{
		display:block;
	}
	.header_pc{
		display:none;
	}
	header {
		padding:10px;
		background: skyblue;
	}

	#nav-drawer {
		position: absolute;
		overflow: hidden;
		width: 100%;
		display: block;
		/* top: 13px; */
		top: 0;
		/* height: 10vw */
		height: 50px;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		/* width: 30px;
		height: 22px; */
		width: 20px;
		height: 20px;
		vertical-align: middle;
		display: block;
		right: 0;
		position: absolute;
		z-index: 2;
		/* top:7px; */
		background: #e5348c;
		padding: 15px;
		top: 0;
	}
	#search_box-open{
		width: 24px;
		background: #770c44;
		display: block;
		position: absolute;
		top: 0;
		right: 50px;
		height: 24px;
		padding: 13px;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 20px;/*長さ*/
		border-radius: 3px;
		/* background: #555; */
		background:#fff;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -7px;
	}
	#nav-open span:after {
		bottom: -14px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index:2;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 330px;/*最大幅（調整してください）*/
		height: 100%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	#nav-content ul li a{
		display:block;
		padding:1em;
		border-bottom:1px solid #ccc;
	}
	#nav-content ul li:last-child a{
		border-bottom:none;
	}
	#nav-content ul li a:hover{
		background:#ccc;
	}
	/*サーチボックス*/
	.is-sp #searchform{
		z-index: 2;
		display: block;
		width: 100%;
		position: relative;
		background: rgba(256,256,256,0.8);
		top:0;
		right: 0;
		padding: 1em;
		box-sizing:border-box;
		overflow: hidden;
		height: auto;
	}
	.is-sp #searchform #s,
	.is-sp #searchform #s_button{
		position:relative;
	}

	.is-sp #searchform #s{
		position: relative;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 0.5em;
		width: 85%;
	}
	.is-sp #searchform #s_button{
		top: 10px;
		left: -4vw;
	}
	/*チェックボックス等は非表示に*/
	.search_box-unshown {
		display:none;
	}
	#search_box-open span{
		/* background:url(https://www.manabikenkyusyo.com/wp/wp-content/uploads/2019/10/btn_search.png) no-repeat; */
		background:url(https://www.manabikenkyusyo.com/wp/wp-content/uploads/2022/01/btn_search_white.png) no-repeat;
		background-size:contain;
		display: block;
		width: 24px;
		height: 24px;
		position: absolute;
		/* top: 17px;
		right: 12vw; */
		cursor:pointer;
	}
	#search_box-content{
		transition: .8s;/*滑らかに表示*/
		opacity:0;
		position:absolute;
		width:100%;
		z-index:-1;
	}
	/*チェックが入ったらもろもろ表示*/
	#search_box-input:checked ~ #search_box-close {
		/*display: block;*//*カバーを表示*/
		/*opacity: .5;*/
	}

	#search_box-input:checked ~ #search_box-content {
		opacity:1;
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
		transition: .8s;/*滑らかに表示*/
		z-index:2;
	}
	#search_box-content ul li:last-child a{
		border-bottom:none;
	}
	#header #gnav ul{
		background: #ffffff;
	}
	/*ヘッダカスタム変更*/
	#header #header_img{
		width:auto;
		height: 20px;
		padding: 15px 19px 15px 10px;
	}
	
	#footermenu .textwidget{
		padding:0 1em;
		box-sizing: border-box;
	}
	
	#footermenu .widget_text.has-banner .textwidget img{
		width: 100%;
		height: auto;
	}
}
/*スライド設定*/
.bx-wrapper .bx-controls-direction a{
	top:auto;
	bottom:-48px;
	text-indent: 0px;
	background:none;
	color:darkred;
}
.bx-controls-direction a.bx-prev{
    left:calc( 22vw + 6px );
}
.bx-controls-direction a.bx-next{
    right:calc( 15vw + 6px );
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus{
	background:darkred;
}
.n2-section-smartslider {
	display:none;
}
#meteor-slideshow{
display:block;
}
@media(max-width:780px){
	#header{
		border-top: none;
	}
	.n2-section-smartslider {
		display:block;
	}
	#meteor-slideshow{
		display:none;
	}
	#header #topimg{
		padding-top:0 !important;
	}
	#n2-ss-2-arrow-previous,
	#n2-ss-2-arrow-next{
		bottom:-25px !important;
	}
	#n2-ss-2-arrow-previous{
		left:90px !important;
	}
	#n2-ss-2-arrow-next{
		right:90px !important;
	}
}
.is-pc{
	display:inherit;
}
.is-sp{
	display:none;
}
@media(max-width:780px){
	.is-pc{
		display:none;
	}
	.is-sp{
		display:inherit;
	}
	
}
/*20210209編集*/
/*ブログ一覧*/
/*PC*/
@media(min-width:781px){
	#homeposts .post-list.is-pc{
		padding-top:2em;
		display:flex;
		flex-wrap:wrap;
	}
}
@media(max-width:780px){
	#homeposts .post-list.is-pc{
		display:none;
	}
}

#homeposts .post-list.is-pc .post{
	padding-bottom:1em;
}

#homeposts .post-list.is-pc .post #thumb{
	margin:0;
	float:none;
}
#homeposts .post-list.is-pc .post #thumb img{
	width:100%;
	float:none;
	margin:0;
}
/*共通他*/
#homeposts .post-list{
	padding-bottom:2em;
}
.post-list.is-sp li{
	padding-bottom:2em;
}
.post-list.is-sp .post-detail{
	padding:0 1em;
}

#homeposts .post-list .post-detail a{
	color:#333333;
}
#homeposts .post-list .category .tag{
	padding:0.5em 0;
}
#homeposts p.postcathome{
	float:none;
	text-align:left;
	padding:0;
	margin:0;
}
#homeposts p.postcathome a{
	margin:0;
	padding:0;
}
#homeposts .post-list .post-title h2,
.post-list.is-sp .post-title h3{
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#homeposts .post-list .post-date{
	font-size:0.8em;
	color:#990000;
}
#homeposts .btn_more{
	text-align:center;
}
#homeposts .btn_more a{
	color:#333;
	border:#ccc 1px solid;
	padding:0.5em 2em;
	display:inline-block;
}
#homeposts .btn_more a i{
	padding-left:1em;
	color:#B4282E;
}

/*特別講義*/

.eventpost_list a{
	color:#333;
}
.eventpost_list .wp-show-posts-image{
	margin-bottom:0;
	padding-bottom:1em;
}
.eventpost_list .wp-show-posts-image img{
	width:100% !important;
}

.eventpost_list .wp-show-posts{
	text-align:left;
}
.eventpost_list .wp-show-posts-entry-header{
	background:none;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom:0;
}

@media(max-width:780px){
	.eventpost_list .wp-show-posts-inner{
		padding:0 1em;
	}
}
@media(min-width:781px){

	.eventpost_list .wp-show-posts-entry-header{
		font-size:1.28em;
	}
	.eventpost_list .wp-show-posts-single{
		padding:10px;
		/*width: calc(33.33% - 20px);*/
		width: calc(25% - 20px);
	}
}
.eventpost_list .wp-show-posts-entry-summary{
	margin-bottom:0;
}
.eventpost_list .wp-show-posts-entry-meta a{
	color:#B4282E;
}
.eventpost_list .wp-show-posts-entry-summary p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
	

/*カレンダー修正*/
.wpcf7-form {
margin-left: auto;
margin-right: auto;
}

/*PRエリア*/
/*PC部分*/
.pr_area.is-pc{
	padding:4em 0 4em;
	text-align:center;
	list-style:none;
	background: #dddddd; /*背景色変更はここから*/
	
}
.pr_area.is-sp{
	display:none;
}
@media(max-width:780px){
	.pr_area.is-pc{
		display:none;
	}
	
/*SP部分*/
	
	.pr_area.is-sp{
		display:flex;
		list-style:none;
    padding: 5vw 2vw 5vw;
    background: #eeeeee;/*背景色変更はここから*/
    margin: 0;
	}
	
	.pr_area.is-sp li{
		margin:0 1vw;
	}
	.pr_area.is-sp li a{
		display:flex;
	}
}
/*PRエリア*/
/*PC部分*/
.pr_area.is-pc,
.pr_area.is-pc.shortcode-prPc::before{
	background: #eae8e1;/*背景色変更はここから*/
}
@media(max-width:780px){
/*SP部分*/
	.pr_area.is-sp,
	.pr_area.is-sp.shortcode-prSp::before{
		background: #eae8e1;/*背景色変更はここから*/
	}
}

/*全幅テンプレート*/
#content.full-width #post{
	width:100%;
	box-sizing: border-box;
  padding: 40px;
	margin-bottom:0;
}
#content.full-width #post .post{
	overflow:unset;
}
@media only screen and (max-width: 768px) {
	#content.full-width #post{
		padding: 0 10px;
	}
}
.pr_area{
	position:relative;
}

.pr_area *{
	position:relative;
}
.pr_area.is-pc.shortcode-prPC::before,
.pr_area.is-sp.shortcode-prSp::before {
  background: #eae8e1;
  content: "";
  width: calc(100% + 80px);
  height: 100%;
  display: block;
  top: 0;
  left: -40px;
  position: absolute;
}
.shortcode-specialSeminar{
	width: calc(100% + 80px);
  position: relative;
  left: -40px;
}

@media only screen and (max-width: 768px) {
	
	.shortcode-specialSeminar{
		left: -10px;
  	width: calc(100% + 20px);
	}
}
#content p{
	margin-bottom:2em;
}

.post > [class*="wp"]{
	margin-bottom:2rem !important;
}
.post p{
	font-size:1rem;
}