@charset "utf-8";

/*ホーム表示ブロック*/
#prev_next_home,
#prev_next_home:hover,
#prev_next_home i{
display: none;
}
.single #mainLeft{
	padding:0;
}
#single-area{
	width: 100%;
}
#single-area article{
	background: #FFF;
	padding-bottom: 30px;
}
#single-area article .thumb img{
	width:100%;
	height: auto;
}
section{
 	margin-top: 60px;
}
#category-area{
	margin-top: 60px;
}
.post-head .experience{
	display: inline-block;
	font-weight: bold;
	color: #008559;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	border: #008559 2px solid;
	padding: 0 10px;
	margin-left: 10px;
}
#single-area h1.singleTitle{
	margin-top: 10px;
	font-size: 160%;
	color: #333;
	font-weight: bold;
}
#single-area .date{
	color: #7b7b7b;
}
#single-area .post-head{
	width: 100%;
	padding: 20px 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#single-area .post-name{
	padding-bottom: 14px;
	border-bottom: #DEDEDE 1px solid;
}
#single-area .contents{
	padding: 0 20px 20px 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/* ブログ内のテキストルール */
#single-area .contents .entries p{
	margin: 20px 0 20px;
	font-size: 110%;
}
#single-area .contents .entries img{
    max-width:100%;
    height:auto;
}
#single-area .contents .entries .event_btn{
    width: 420px;
    max-width: 90%;
    font-size: 110%;
    padding: .8em 0 .7em;
    border-radius: 50px;
    background: #ff5252;
    display: block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 40px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    opacity: 1;
}

#single-area .contents .entries .event_btn_out{
    width: 420px;
    max-width: 90%;
    font-size: 110%;
    padding: .8em 0 .7em;
    border-radius: 50px;
    background: #aaaaaa;
    display: block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
    margin: 0 auto 40px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.1s ease-in-out 0s;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
    opacity: 1;
}
#single-area .contents .entries .event_btn:hover{
    cursor: pointer;
    opacity: 0.8;
}
/* ブログ内のリスト設定 */
#single-area .contents .entries ul{
	padding-left: 40px;
    margin-bottom: 20px;
}
#single-area .contents .entries ul li{
	list-style: disc;
}


/* ブログ内の吹き出し調整 */
#single-area .contents .entries .wp-block-quote{
	background: #f7f9f9;
	padding: 20px 24px;
	margin: 30px 0;
}
#single-area .contents .entries .wp-block-quote p{
	margin: 0;
}
/* ブログ内の見出しデザイン */
#single-area .contents .entries h2{
	font-size: 1.8rem;
    color: #008559;
    margin: 20px 0;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #008559;
    font-size: 140%;
    font-weight: bold;
}

#single-area .contents .entries h2:after{
	display: none;
}
/* ブログ内の見出しデザイン */
#single-area .contents .entries h3{
	font-size: 120%;
    margin-bottom: 20px;
    height: auto;
    background: #f3f3f3;
    color: #333;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
}
/* ブログ内の見出しデザイン */
#single-area .contents .entries h4{
	color: #008559;
    font-size: 116%;
    margin-bottom: 0;
    background: none;
    padding: 0;
    font-weight: bold;
}
/* ブログ内の見出しデザイン */
#single-area .contents .entries h5{
	font-weight: bold;
    margin-bottom: 0;
    font-size: 116%;
}
/* ブログ内の見出しデザイン */
#single-area .contents .entries h6{
	font-weight: bold;
    margin-bottom: 20px;
    font-size: 110%;
}
#single-area .contents .entries p{
	margin: 10px;
	font-size: 110%;
}
#single-area .contents .entries table {
	border: 1px solid #333;
}
#single-area .contents .entries td {
	border: 1px solid #333;
}
#single-area .textbox{
	width: 100%;
	background: #FFE2E2;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-top: 60px;
}
#single-area .cate{
	margin-top: 30px;
}
#single-area .cate li{
	display: inline-block;
}

#single-area .cate li a{
	-webkit-border-radius: 60px;
	        border-radius: 60px;
	border: #EDEDED 1px solid;
	padding: 6px 12px;
	color: #008559;
}
#single-area .profile{
	border: 1px solid #ddd;
	padding: 15px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 30px;
}
#single-area .profile .avatar{
	width: 100%;
	height: auto;
}
#single-area .profile .name{
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 16px;
}
/* ページャーエリア */
#single-area .pager{
	width: 100%;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 0;
}

#single-area .pager a{
	display: block;
}
#single-area .back{
	width: 50%;
	float: left;
	border-right: 1px solid #DEDEDE;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 10px;
}

#single-area .next{
	width: 50%;
	float: right;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 10px;
}

#single-area .back .pagelink{
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    color: #008559;
    margin-top: -15px;
}

#single-area .back .pagelink::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#single-area .back .pagelink::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #008559;
    border-right: 2px solid #008559;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#single-area .next .pagelink{
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
    color: #008559;
    margin-top: -15px;
}

#single-area .next .pagelink::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#single-area .next .pagelink::before{
    right: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #008559;
    border-right: 2px solid #008559;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#single-area .back img, #single-area .back .title{
	float: left;
}

#single-area .next img, #single-area .next .title{
	float: right;
}

#single-area .pager img{
	width: 100px;
	height: 100px;
}

#single-area .pager .title{
	width: calc(100% - 100px);
}

#single-area .pager .back .title{
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#single-area .pager .nest .title{
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#nayami{
	width: 100%;
	background: #FFF;
}

#nayami p{
	text-align: center;
	padding: 100px 0;
}

#teacher h3{
	text-align: center;
	color: #8B8B8B;
}

#teacher .wrap{
	background: #FFF;
	padding: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#teacher img, #teacher .name{
	display: inline-block;
	vertical-align: middle;
}

#teacher img{
	width: 100px;
	height: 100px;
}

#category-area .popular article .thumb{
	height: 140px;
	position: relative;
	overflow: hidden;
}

#category-area .popular article .thumb img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#category-area .popular article .tit{
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#category-area .popular article .tag{
	padding-left: 20px;
	padding-bottom: 20px;
}

.contents .experience_box{
	border: 1px solid #ddd;
	padding: 15px 5px;
	width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.contents .experience_box .fontsize120{
	color: #008559;
}

.contents .experience_box .btn{
	width: 200px;
	background: #008559;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.app_install {
	border: 2px solid #008559;
	border-radius: 20px;
	padding: 20px;
	width: 80%;
	margin: auto;
}
.app_install p {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #008559;
	margin-bottom: 20px;
}
.app_install_img {
	display: flex;
	justify-content: center;
}
.app_install_img img {
	width: 200px;
	height: 200px;
}
.qr_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.qr_item p {
	font-weight: bold;
	font-size: 18px;
	color: #333;
}
.app_install_img_sp {
	display: none;
}

/*	SP */
@media (max-width: 999px){
	#single-area{
		width: 100%;
		float: none;
	}

	#single-area .post-head,
	#single-area .contents{
		padding: 0 10px 10px 10px;
	}

	#single-area h2{
		margin-top: 0;
	}

	#single-area h3{
		margin: 30px 0;
	}

	.contents .experience_box .fontsize120{
		text-align: center;
	}

	#single-area .profile .prof_avatar{
		margin-bottom: 15px;
	}

	#single-area .profile .name{
		text-align: center;
	}


	section {
		margin-top: 30px;
	}
	#single-area .textbox{
		margin-top: 30px;
	}

	#teacher .item{
		margin-bottom: 15px;
	}

	#teacher .item:last-child{
		margin-bottom: 0;
	}

	#category-area{
		margin-top: 60px;
	}

	.contents .experience_box .prof_avatar{
		margin-bottom: 15px;
	}

	.contents .experience_box .btn{
		margin-left: auto;
		margin-right: auto;
	}

}

/*	SP */
@media (max-width: 767px){

	#single-area .pager .post{
		display: none;
	}

	#single-area .back .pagelink{
		margin-top: 0;
	}

	#single-area .next .pagelink{
		margin-top: 0;
	}
	.app_install {
		border: 2px solid #008559;
		border-radius: 20px;
		padding: 10px;
		width: 90%;
		margin: auto;
	}
	.app_install p {
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		color: #008559;
		margin-bottom: 20px;
	}
	.app_install_img {
		display: none;
	}
	.app_install_img_sp {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.app_install_img_sp img  {
		margin: 0px;
		margin-bottom: 10px;
	}
	
}

#single-area .submitbtn{
		    margin: 40px auto;
    background: #FF5252;
    color: #fff;
    padding: 14px 0;
    text-align: center;
    border-radius: 8px;
    width: 14em;
    font-weight: bold;
    font-size: 18px;
}











