/******************************************
	Theme Name:polyglots5
	Description:polyglots corporate theme
****************************************/

/****************************************
animation
*****************************************/
.anima{
	opacity: 0;
	transition-duration: 3s;
	transition-timing-function:cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.on .anima{
	opacity: 1;
}
/*scale*/
@media screen and (min-width:769px){
	.anima-scale{
		transform: scale(1.1);
	}
	.on .anima-scale,
	.on.anima-scale{
		opacity: 1;
		transform: scale(1);
	}
}
@media screen and (max-width:768px){
	.anima-scale{
	}
	.on .anima-scale,
	.on.anima-scale{
		opacity: 1;
	}
}

/*slideup*/
.anima-slideup{
	transform: translateY(20%);
}
.on .anima-slideup,
.on.anima-slideup{
	opacity: 1;
	transform: translateY(0);
}
/*slide-rtol*/
.anima-slide-rtol{
	transform: translateX(10%);
}
.on .anima-slide-rtol,
.on.anima-slide-rtol{
	opacity: 1;
	transform: translateX(0);
}

/*delay*/
.delay01{transition-delay: .1s;}
.delay02{transition-delay: .2s;}
.delay03{transition-delay: .3s;}
.delay04{transition-delay: .4s;}
.delay05{transition-delay: .5s;}
.delay06{transition-delay: .6s;}
.delay07{transition-delay: .7s;}
.delay08{transition-delay: .8s;}
.delay09{transition-delay: .9s;}
.delay10{transition-delay: 1s;}
/****************************************
common parts
*****************************************/
/*breadcrumbs*/
.breadcrumbs{
	font-size: 0.75em;
	font-weight: bold;
}
.breadcrumbs,
.breadcrumbs a{
	color: #fff;
}

/*btn*/
.btn{
	background: #222;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 1em 2em;
}
.btn:hover{
	background: #555;
}
.btn_s{
	font-size:.875em;
	padding: .5em 1em;
}
.btn__arrow{
	height: 10px;
	margin-left: 4em;transition: .5s;
	width: auto;
}
.btn:hover .btn__arrow{
	transform: translateX(1em);
}
.btn--white{
	background: #fff;
	color: #29793d;
}
.btn--white:hover{
	background: #29793d;
	color: #fff;
}


/*cat-nav*/
.cat-nav,
.cat-nav-app{
	font-weight: bold;
	margin-bottom: 4em;
	padding-top: 4em;
}
.cat-nav .cat-item a,
.cat-nav-app .cat-item a{
	background: #eee;
	display: block;
	padding: 1em 2em;
}
.cat-nav .current-cat a,
.cat-nav-app .current-cat a{
	background: #222;
	color: #fff;
}
/*deco*/
.deco{
	background: url(images/common/deco-bg.png);
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: -1;
}
@media screen and (max-width:768px){
	.deco{
		height: 50px;
		width: 50px;
	}
}
.deco--z1{
	z-index: 1;
}
.deco--s{
	height: 50px;
	width: 50px;
}
@media screen and (max-width:768px){
	.deco--s{
		height: 30px;
		width: 30px;
	}
}
.deco--l{
	height: 200px;
	width: 200px;
}
@media screen and (max-width:768px){
	.deco--l{
		height: 100px;
		width: 100px;		
	}
}
/*greenbox*/
.green-box{
	background: #008476;
	color: #fff;
	font-weight: bold;
	padding: 2em;
	position: relative;
	text-align: center;
}
@media screen and (max-width:768px){
	.green-box{
		padding: 1em;
	}
}
.green-box__text{
	font-size: 1.5em;
}
.green-box__text strong{
	color: #fff100;
}
.green-box .deco--s{
	right: -2%;
	top: 10%;
}

/*post*/
.post-img{
	margin-bottom: 1em;
	position: relative;
}
.post-img img{
	display: block;
}
.post-img-cover{
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: .5s;
	visibility: hidden;
	width: 100%;
}
@media screen and (max-width:768px){
	.post-img-cover{
		display: none;
	}
}
.post-item:hover .post-img-cover{
	opacity: 1;
	visibility: visible;
}
.post-img-cover-label-wrap{
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.post-img-cover-label{
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: .5em 1em;
}
.post-meta{
	margin-bottom: 1em;
}
.post-meta-cat{
	background: #29793d;
	color: #fff;
	display: inline-block;
	font-size: .75em;
	font-weight: 700;
	margin-right: 1em;
	padding: 0 .3em ;
}
.post-meta-time{
	color: #999;
	font-size: .75em;
	font-weight: 700;
}
/*post-archive*/
.post-item--archive:nth-child(n+2){
	margin-top: 2em;
}
.post-item--archive .post-img{
	width: 30%;
}
.post-item--archive .post-cnt{
	width: 66%;
}

/*post-top*/
.post-item--top:nth-child(2){
	margin-top: 4em;
}
.post-item--top:nth-child(1) .deco{
	left: -10%;
	top: -10%;
}
.post-item--top:nth-child(2) .deco{
	left: 10%;
	top: -20%;
}
.post-item--top:nth-child(3) .deco{
	right: 10%;
	top: -20%;
}
/*profile box*/
.profile-box{
	border: 2px solid #29793d;
	color: #29793d;
	font-weight: bold;
	padding: 2em;
	position: relative;
}
.profile-box__title{
	font-size: 1.5em;
}
.profile-box__table{
	width: 100%;
}
.profile-box__table tr{
	border-bottom: 2px solid #29793d;
}
.profile-box__table tr:last-child{
	border: none;
}
.profile-box__table th,
.profile-box__table td{
	padding: 1em;
}
.profile-box__table th{
	text-align: left;
	width: 30%;
}
.profile-box .deco--s{
	right: -2%;
	top: 10%;
}

/*sec*/
.sec{
	margin-top: 5em;
	overflow: hidden;
}
@media screen and (max-width:768px){
	.sec{
		margin-top: 5em;
	}
}
.sec__titles{
	margin-bottom: 4em;
}
@media screen and (max-width:768px){
	.sec__titles{
		margin-bottom: 2em;
		/*display: none;*/
	}
}
.sec__titles--s{
	margin-bottom: 2em;
}
.sec__titles__subtitle{
	color: #007a36;
	font-size: 1.125em;
	margin-bottom: .5em;
}
.sec__titles__subtitle--s{
	font-size: 1rem;
	font-size: .75em;
}
.sec__titles__title{
	font-size: 2.25em;
	
}
.sec__titles__title--s{
	font-size: 1rem;
	font-size: 1.5em;
}
.sec__titles__title--company{
	font-size: 3em;
}
.sec__titles__subtitle--center,
.sec__titles__title--center{
	text-align: center;
}

/*sec-bg*/
.green-back-left,
.green-back-right{
	padding: 2em 0;
	position: relative;
}
@media screen and (max-width:768px){
	.green-back-left,
	.green-back-right{
		padding: 4em 0;
	}
}

.green-back-left:after,
.green-back-right:after{
	background: #008476;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 80%;
	z-index: -1;
}
.green-back-left:after{
	left: 0;
}
.green-back-right:after{
	right: 0;
}
/*store-link*/
.store-link a:first-child{
	margin-right: 2em;
}
.store-link img{
	height: 30px;
	width: auto;
}

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

/*voicelist*/
.voicelist__item{
	margin-left: 10%;
}
@media screen and (max-width:768px){
	.voicelist__item{
		margin-left: 4%;
	}
	
	/*top sp*/
	.home .voicelist__item{
		margin-left: 5%;
		width: 90%!important;
	}
}
.voicelist__item:nth-child(1),
.voicelist__item:nth-child(4),
.voicelist__item:nth-child(5){
	width: 40%;
}
@media screen and (max-width:768px){
	.voicelist__item:nth-child(1),
	.voicelist__item:nth-child(4),
	.voicelist__item:nth-child(5){
		width: 43%;
	}
}
.voicelist__item:nth-child(2),
.voicelist__item:nth-child(3),
.voicelist__item:nth-child(6){
	width: 30%;
}
@media screen and (max-width:768px){
	.voicelist__item:nth-child(2),
	.voicelist__item:nth-child(3),
	.voicelist__item:nth-child(6){
		width: 43%;
	}
}
.voicelist__item:nth-child(even){
	margin-top: 10em;
}
@media screen and (max-width:768px){
	.voicelist__item:nth-child(even){
		margin-top: 2em;
	}	
}
.voicelist__item__img{
	position: relative;
}
.voicelist__item:nth-child(1) .deco,
.voicelist__item:nth-child(4) .deco,
.voicelist__item:nth-child(5) .deco{
	left: -10%;
	top: 10%;
}
.voicelist__item:nth-child(2) .deco,
.voicelist__item:nth-child(3) .deco,
.voicelist__item:nth-child(6) .deco{
	bottom: -10%;
	right: 10%;
}
.voicelist__item__name{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2e07b+0,80cde9+100 */
	background: #b2e07b; /* Old browsers */
	background: -moz-linear-gradient(left,  #b2e07b 0%, #80cde9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #b2e07b 0%,#80cde9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #b2e07b 0%,#80cde9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e07b', endColorstr='#80cde9',GradientType=1 ); /* IE6-9 */

	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-left:2em;
	padding: 1em 2em;
	position: relative;
	transform: translateY(-50%);
}
@media screen and (max-width:768px){
	.voicelist__item__name{
		padding: .5em 1em;
	}
}

/*wp-pagenavi*/
.wp-pagenavi{
	display: flex;
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.wp-pagenavi{
		xmargin-left: 0;
	}
}
.blog .wp-pagenavi{
	margin-left: 0;
}

.wp-pagenavi,
.wp-pagenavi a{
}
.wp-pagenavi .pages,
.wp-pagenavi .extend{
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span{
	background: #eee;
	border: none!important;
	font-weight: bold;
	margin: 0!important;
	padding: 1em 1.5em!important;
}
@media screen and (max-width:768px){
	.wp-pagenavi a,
	.wp-pagenavi span{
		padding: .5em 1em!important;
	}
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	background: #222;
	color: #fff;
}
/****************************************
entry-content
*****************************************/
.entry-content{
	line-height: 2;
}
/*block*/
.entry-content address,
.entry-content ol,
.entry-content dl,
.entry-content ul,
.entry-content p,
.entry-content table,
.entry-content blockquote,
.entry-content pre,
.sample{
	margin-bottom: 1em;
}/*block end*/

.entry-content a{
	color: #29793d;
	text-decoration: underline;
}
.entry-content a:hover{
	text-decoration: none;
}
.entry-content address{
	background: #f1f1f1;
	padding: 20px;
}
.entry-content blockquote{
	background: #f1f1f1;
	font-style: italic;
	padding: 20px;
}
.entry-content blockquote p:last-child{
	margin-bottom: 0;
}
.entry-content code{
	background: #f1f1f1;
	font-style: italic;
}
.entry-content em{
	background: #f1f1f1;
	font-style: italic;
}
.entry-content pre{
	background: #333;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	overflow:scroll;
	padding: 20px;
}
.entry-content ul li{
	list-style:disc inside;
}
.entry-content ol li{
	list-style:decimal inside;
}
.entry-content ul ol li{
	list-style:decimal inside;
}
.entry-content ol ul li{
	list-style:disc inside;
}
.entry-content li{
	margin:0 0 10px 10px;
}
.entry-content li ul,
.entry-content li ol{
	margin-top: 10px;
}
.entry-content dt{
	font-weight: 700;
}
.entry-content dd{
	margin-bottom: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	font-weight: 700;
	line-height: 1.2;
	margin:2em 0 1em;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child{
	margin-top:0;
}
.entry-content h1{
	font-size: 3em;
}
.entry-content h2{
	font-size: 2em;
}
.entry-content h3{
	font-size: 1.5em;
}
.entry-content h4{
	font-size: 1.3em;
}
.entry-content h5{
	font-size: 1.1em;
}
.entry-content h6{
}
/*table*/
.entry-content table{
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 14px;
	width: 100%;
}
.entry-content th,
.entry-content td{
	border-bottom: 1px solid #eee;	
	border-right: 1px solid #eee;
	padding: 10px;
	vertical-align: top;
}
.entry-content th{
	background: #f9f9f9;
	font-weight: 700;
	text-align: left;
}
/*inline*/
.entry-content strong{
	font-weight: bold;
	position: relative;
}
.entry-content small{
	font-size: 80%;
	color: #666;
}
.entry-content img{
	border: 1px solid #eee;
	height: auto;
	max-width: 100%;
}
.entry-content a img{
	transition: .5s;
}
.entry-content a:hover img{
	box-shadow:0px 0px 20px 4px #ddd;
	-moz-box-shadow:0px 0px 20px 4px #ddd;
	-webkit-box-shadow:0px 0px 20px 4px #ddd;	
}
.entry-content iframe{
	max-width: 100%;
}
.aligncenter{
	text-align: center;
}
.alignleft{
	float: left;
	margin-right: 20px;
}
.alignright{
	float: right;
	margin-left: 20px;
}
.wp-caption{
	max-width: 100%;
}
.wp-caption-text{
	color: #666;
	font-size: 12px;
	font-style: italic;
}
/*syntaxhighlighter*/
.entry-content .syntaxhighlighter{
	border: 1px solid #eee;
	font-size: 14px!important;
}

/*関連記事*/
.entry-content .jp-relatedposts-post-title{
	border: none;
	padding-left: 0;
}
.jp-relatedposts-post-title a{
	color: #333;
}
/****************************************
header
*****************************************/
.header{
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
}
@media screen and (min-width:769px){
	.header{
		background:rgba(255,255,255,0.6);
	}
}
.header .logo{
	padding: 1em 0;
}
.logo img{
	display: block;
	height: 30px;
	width: auto;
}
@media screen and (max-width:768px){
	.logo img{
		height: 20px;
	}
	.gnav{
		background: rgba(93,181,56,0.9);
		display: none;
		left: 0;
		height: 100vh;
		position: absolute;
		width: 100%;
	}
	.gnav__inner{
		height: 100vh;
		
	}
}
.header__menu{
	font-weight: 700;
}
@media screen and (max-width:768px){
	.header__menu{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
	}
	.header__menu > .menu-item{
		width: 100%;
	}
}

.header__menu > .menu-item > a{
	display: block;
	font-size: .875em;
	line-height: 40px;
	padding: 1em;
}
@media screen and (max-width:768px){
	.header__menu > .menu-item > a{
		color: #fff;
		font-size: 1.5em;
		line-height:inherit;
		padding: 1em 0 0 0;
		text-align: center;
	}
}
.header__menu > .menu-item > a:hover{
	color: #008476;
}
.header__menu > .news a{
	padding: 1em 2em 1em 1em;
}
@media screen and (max-width:768px){
	.header__menu > .news a{
		padding: 1em 0 0 0;
	}
}
.header__menu > .organization a{
	padding: 1em 0;
}
@media screen and (max-width:768px){
	.header__menu > .organization a{
		padding: 1em 0 0;
	}
}
.header__menu > .organization a span{
	border-left: 1px solid #29793d;
	display: inline-block;
	padding: 0 1em 0 2em;
}
@media screen and (max-width:768px){
	.header__menu > .organization a span{
		border: none;
	}
}
.header__menu > .contact a{
	margin: 0 2em;
	padding: 1em 0;
}
@media screen and (max-width:768px){
	.header__menu > .contact a{
		padding: 1em 0 0;
	}
}
.header__menu > .contact a span{
	background: #008476;
	color: #fff;
	display: inline-block;
	padding: 0 .5em;
}
@media screen and (max-width:768px){
	.header__menu > .contact a span{
		margin: 0;
	}
}
.header__menu > .contact a:hover{
	opacity: 0.8;
}
/*sub-menu*/
.header__menu .sub-menu{
	background: #008476;
	font-size: 0.875em;
	opacity: 0;
	padding: 2em;
	position: absolute;
	top: 100%;
	transition: .5s;
	visibility: hidden;
}
@media screen and (max-width:768px){
	.header__menu .sub-menu{
		background: none;
		opacity: 1;
		padding: 1em 0 0;
		position: inherit;
		visibility: visible;
	}
}
.header__menu .menu-item:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.header__menu .sub-menu a{
	color: #fff;
}
@media screen and (max-width:768px){
	.header__menu .sub-menu a{
		display: block;
		text-align: center;
	}
}
.header__menu .sub-menu .menu-item:nth-child(n+2){
	margin-top: 2em;
}

/*icon-humburger*/
.icon-hamburger {
	cursor: pointer;
	height: 25px;
	margin: 0 auto;
	position: fixed;
	right: 1em;
	top: 1em;
	transition: .5s;
	width: 30px;
	z-index: 99;
}	
.icon-hamburger .bar {
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #29793d;
	position: absolute;
	left: 0;
	transition: .25s ease-in-out;
}
#bar01 {top: 0;}
#bar02 {top: 10px;}
#bar03 {top: 20px;}
.active.bar{
	background: #fff;
}
.active#bar01 {
	top: 10px;
	transform: rotate(45deg);
}
.active#bar02 {width: 0;}
.active#bar03 {
	top: 10px;
	transform: rotate(135deg);
}

/****************************************
main
*****************************************/
.main{
	width: 100%;
}
/****************************************
cv
*****************************************/
.cv{
	background: url(images/common/cv-bg.jpg) center center/cover;
	color: #fff;
	font-weight: bold;
	margin-top: 10em;
	padding: 4em 0;
	text-align: center;
}
@media screen and (max-width:768px){
	.cv{
		background-image: url(images/common/cv-bg-sp.jpg);
		margin-top: 5em;
	}
}
.cv__title{
	font-size: 2.25em;
}
.cv__right__btn{
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	padding: 0 4em;
}
.cv__right__btn:hover{
	background: #fff;
	color: #29793d;
}
/****************************************
footer
*****************************************/
.footer{
	font-weight: 700;
	padding: 4em 0;
}
.totop{
	text-align: center;
}
.totop a:hover{
	color: #29793d;
}
.totop__arrow{
	height: 20px;
	margin-right: 1em;
	width: auto;
}
.footer__left{
	width: 30%;
}
@media screen and (max-width:768px){
	.footer__left{
		text-align: center;
		width: 100%;
	}
}
.footer .logo{
	position: relative;
}
.footer .logo .deco{
	top: 100%;
	left: 10%;
	
}
.footer .logo .deco--s{
	left: 35%;
	top: 250%;
}
.footer__right{
	width: 66%;
}
@media screen and (max-width:768px){
	.footer__right{
		text-align: center;
		width: 100%;
	}
}
.footer__right__nav{
	font-size: .875em;
	margin-left: 4em;
}
@media screen and (max-width:768px){
	.footer__right__nav{
		margin-left: 0;
	}
}
.footer__right__nav li:nth-child(n+2){
	margin-top: 1em;
}
.footer__right__nav.share li{
	font-size: 1.5em;
}
.footer__right__nav.share li a:nth-child(n+2){
	margin-left: 1em;
}
.footer__right__nav a:hover{
	color: #29793d;
}
.copyright{
	font-size: .75em;
	margin-top: 6em;
	text-align: center;
}
/****************************************
front-page
*****************************************/
.kv{
	position: relative;
}
.kv__cnt{
	height: 100%;
	margin-left: 10%;
	position: absolute;
	top: 0;
}
@media screen and (max-width:768px){
	.kv__cnt{
		margin: 0;
		text-align: center;
		width: 100%;
	}
	.kv__cnt > div{
		width: 100%;
		margin-bottom: -110%;
	}
	.kv__cnt--page{
		bottom: 0;
		display: block;
		height: auto;
		left: 5%;
		text-align: left;
		top: auto;
		transform: translateY(50%);
		width: 95%;
	}
}
.kv__cnt__title{
	font-size: 3.5em;
}
@media screen and (max-width:768px){
	.kv__cnt__title{
		font-size: 1rem;
		font-size: 1.5em;
			display: none;
	}
}
.kv__cnt__subtitle{
	font-size: 2.25em;
		
}
@media screen and (max-width:768px){
	.kv__cnt__subtitle{
		font-size: 1rem;
		font-size: 1.125em;
		display: none;
	}
}
@media screen and (max-width:768px){
	.kv__cnt .sec__titles__title{
		font-size: 1rem;
		font-size: 1.5em;
		display: none;
	}
}

.kv__cnt .sec__titles{
	margin: 2em 0;
		
}
@media screen and (max-width:768px){
	.kv__cnt .btn{
		position: relative;
		text-align: left;
		width: 60%;
	}
	.kv__cnt .btn__arrow{
		position: absolute;
		right: 1em;
	}
}
.kv__cnt__scroll{
	bottom: 0;
	font-size: .75em;
	font-weight: 700;
	position: absolute;
}
@media screen and (max-width:768px){
	.kv__cnt__scroll{
		display: none;
	}
}
.kv__cnt__scroll div{
	margin-bottom: 1em;
}
.kv__cnt__scroll img{
	height: 20px;
	width: auto;
	transform: rotate(180deg);
}
.kv__cnt .deco{
	left: -15%;
	top: 60%;
}
.kv__cnt .deco--l{
	left: -20%;
	top: 10%;
}
.slider-wrap{
	margin-left: auto;
	position: relative;
	width: 100%;
}
@media screen and (max-width:768px){
	.slider-wrap{
		width: 100%;
	}
}
.slider__item img{
	height: auto;
	width: 100%;
}
.award{
	bottom: 1em;
	position: absolute;
	right: 1em;
}
@media screen and (max-width:768px){
	.award{
		bottom: -15%;
		right: 50%;
		transform: translateX(50%);
		width: 60%;
	}
	.award img{
		height: auto;
		width: 100%;
	} 
}
.slider-cover{
	background: #008476;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 50%;
}
.slider-cover-1{
	right: 0;
}
.slider-cover-2{
	right: 50%;
}
.on .slider-cover{
	opacity: 0;
	width: 0;
}
/*app-overview*/
.intro__cnt{
	width: 45%;
}
@media screen and (max-width:768px){
	.intro__cnt{
		margin-left: 5%;
		width: 90%;
	}
}
.intro__img{
	position: relative;
	width: 45%;
}
@media screen and (max-width:768px){
	.intro__img{
		width: 90%;
	}
}
.intro__img .deco{
	right: 0;
	bottom: -10%;
}
.app-text{
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
.app-ovv{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8f5d7+0,d9eff8+100 */
	background: #e8f5d7; /* Old browsers */
	background: -moz-linear-gradient(left,  #e8f5d7 0%, #d9eff8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e8f5d7 0%,#d9eff8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e8f5d7 0%,#d9eff8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f5d7', endColorstr='#d9eff8',GradientType=1 ); /* IE6-9 */
	
	padding: 4em 0;
	text-align: center;
}
/*app-link*/
.app-link__item:first-child{
	margin-top: 4em;
	position: relative;
}
.app-link__item__img{
	position: relative;
}
.app-link__item:first-child .store-link{
	bottom: 1em;
	position: absolute;
	text-align: center;
	width: 100%;
}
.app-link__item:first-child .deco{
	left: -10%;
	top: 10%;
}
.app-link__item:last-child .deco{
	bottom: -10%;
	right: 0;
}
/*card-link*/
.card-link-wrap{
	padding-bottom: 4em;
}
.card-link{
	position: relative;
	margin-left: 10%;
	width: 60%;
}
@media screen and (max-width:768px){
	.card-link{
		margin-left: 0;
		width: 90%;
	}
}

.card-link:after{
	background: url(images/common/deco-bg.png);
	content: '';
	display: block;
	height: 100%;
	left: 2em;
	position: absolute;
	top: 2em;
	width: 100%;
	z-index: -1;
}
.card-link:nth-child(2){
	margin: 4em 0 0 20%;
}
@media screen and (max-width:768px){
	.card-link:nth-child(2){
		margin: 4em 0 0 0;
	}
}
.card-link__img,
.card-link__cnt{
	width: 50%;
}
@media screen and (max-width:768px){
	.card-link__img,
	.card-link__cnt{
		width: 100%;
	}
}
.card-link__img img{
	display: block;
}
.card-link__cnt{
	background: #fff;
	padding: 2em;
}


.partnerbox{
	border: 2px solid #29793d;
	padding: 2em;
}
.partnerbox li{
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 1em;
	width: 12.5%;
}
@media screen and (max-width:768px){
	.partnerbox li{
		width: 25%;
	}
}
.partnerbox li:nth-child(n+9){
	margin-top: 2em;
}
@media screen and (max-width:768px){
	.partnerbox li:nth-child(n+5){
		margin-top: 2em;
	}
}
.partnerbox li img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	
}
@media screen and (max-width:768px){
	.partnerbox__item img{
		height: 30px;
	}
}
.partnerbox__item img.wide{
	height: 20px;
}
@media screen and (max-width:768px){
	.partnerbox__item img.wide{
		height: 10px;
	}
}

/****************************************
app 
*****************************************/
.app-pol-intro__cnt{
	margin-left: 10%;
	width: 30%;
	
}
@media screen and (max-width:768px){
	.app-pol-intro__cnt{
		margin-left: 5%;
		width: 90%;
	}
}
.app-pol-intro__img{
	margin-left: 10%;
	width: 40%;
}
@media screen and (max-width:768px){
	.app-pol-intro__img{
		margin-left: auto;
		width: 90%;
	}
}
.app-pol-concept__item strong{
	color: #29793d;
	font-size: 1rem;
	font-size: 1.5em;
}
.app-pol-concept{
	position: relative;
}
.app-pol-concept__x{
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translateX(-50%);
}
.app-pol-ollin__item{
	background: #fff;
	border: 2px solid #29793d;
	color: #29793d;
	padding: 2em;
	text-align: center;
}
@media screen and (max-width:768px){
	.app-pol-ollin__item:nth-child(n+2){
		margin-top: 2em;
	}
}
.app-pol-ollin__item__title{
	font-size: 1.5em;
}
.app-pol-ollin__item__list{
	border: 2px solid #fff100;
	font-weight: bold;
	padding: 1em;
}
.app-pol-ollin__item__list:nth-child(n+2){
	margin-top: 1em;
}
.app-pol-cnt__item:nth-child(n+2){
	margin-top: 4em;
}
.app-pol-cnt__item__cnt{
	margin-left: 10%;
	width: 20%;
}
@media screen and (max-width:768px){
	.app-pol-cnt__item__cnt{
		margin-left: 5%;
		width: 90%;
	}
}
.app-pol-cnt__item__cnt__title{
	color: #29793d;
	font-size: 1.5em;
	margin: 1em 0;
}
.app-pol-cnt__item__img{
	margin-left: 10%;
	width: 30%;
}
@media screen and (max-width:768px){
	.app-pol-cnt__item__img{
		margin-left: 5%;
		width: 90%;
	}
}
.app-pol-cnt__item--2 .app-pol-cnt__item__img{
	margin-left: 20%;
}
@media screen and (max-width:768px){
	.app-pol-cnt__item--2 .app-pol-cnt__item__img{
		margin-left: 5%;
	}
}
.app-pol-plan__item{
	background: #fff;
	border: 2px solid #29793d;
	border-radius: 10px;
	color: #29793d;
	font-weight: bold;
	padding: 2em;
	position: relative;
}
.app-pol-plan__item__tab{
	border: 2px solid #29793d;
	border-radius: 10px;
	display: inline-block;
	padding: 1em;
}
.app-pol-plan__item__tab--free{
	display: inline-block;
	margin-right: 2em;
	vertical-align: middle;
}

.app-pol-plan__item__price{
	font-size: 1.875em;
}
.app-pol-plan__item__price--free{
	display: inline-block;
	margin-right: 2em;
	vertical-align: middle;
}
.app-pol-plan__item__price strong{
	font-size: 1.5em;
}
.app-pol-plan__item__tab-reco{
	background: #fff100;
	border: 2px solid #29793d;
	border-radius: 10px;
	left: 0;
	padding: .5em;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateY(-50%);
	width: 100%;
}

.app-pol-plan-info{
	font-weight: bold;
}
.app-pol-plan-info span{
	display: inline-block;
	margin-left: 2em;
}
.app-pol-plan-info span i{
	margin-right: .5em;
}
.app-pol-plan{
	font-size: .75em;
}
.app-pol-plan__row{
	color: #29793d;
}
.app-pol-plan__row__title,
.app-pol-plan__row__cell{
	font-size: 1.2em;
	padding: 2em 1em;
}
.app-pol-plan__row__title{
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 3em;
	position: relative;
	width: 35%;
}
.app-pol-plan__row__cell .reco{
	background: #fff100;
	border-radius: 5px;
	color: #29793d;
}
/*head*/
.app-pol-plan__row.head{
	background: #29793d;
	color: #fff!important;
	font-weight: bold;
}
.app-pol-plan__row.head .app-pol-plan__row__cell{
	font-size: .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*clone　範囲固定*/
.app-pol-plan__row.head.clone{
	margin: 0 auto;
	opacity: 0;
	position: fixed;
	xtransition: .5s;
	visibility: hidden;
	width: 80%;
}
.app-pol-plan__row.head.clone.on{
	opacity: 1;
	visibility: visible;
}
/*click*/
.app-pol-plan__row.click .app-pol-plan__row__title:before{
	content: '\f055';
	font-family: 'Font Awesome 5 Free';
	left: 1em;
	position: absolute;
	
}
.app-pol-plan__row.click.on .app-pol-plan__row__title:before{
	content: '\f056';
}
.app-pol-plan__row__cell{
	text-align: center;
	width: 16%;
}
/*click*/
.app-pol-plan__row.click{
	background: #fff;
}
/*gray*/
.app-pol-plan__row.graywrap{
	display: none;
}
.app-pol-plan__row.gray{
	background: #eee;
}
.app-pol-plan__row.gray .app-pol-plan__row__title{
	color: #666;
	xfont-size: .8em;
	padding-left: 3em;
}
/*sp*/
@media screen and (max-width:768px){
	.app-pol-plan__btn{
		background: #29793d;
		border-radius: 10px;
		color: #fff;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		padding: 1em 0;
		text-align: center;
	}
	.app-pol-plan__open{
		color: #29793d;
		display: block;
		font-size: 1.2em;
		padding: 2em 0;
		text-align: center;
	}
	.app-pol-plan__open:before{
		content: '\f055';
		font-family: 'Font Awesome 5 Free';
		margin-right: 1em;
	}
	.app-pol-plan__open.on:before{
		content: '\f056';
		font-family: 'Font Awesome 5 Free';
		margin-right: 1em;
	}
	.app-pol-plan__item__lists{
		display: none;
	}
	.app-pol-plan__item__list li{
		padding: 2em 0;
	}
	.app-pol-plan__item__list .cat{
		border-bottom: 2px solid #29793d;
		font-size: 1.2em;
	}
	.app-pol-plan__item__list .cnt{
		border-bottom: 1px solid #29793d;
		font-weight: normal;
	}
}
/****************************************
app 法人版
*****************************************/
.app-org-riyu:nth-child(n+3){
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.app-org-riyu:nth-child(n+2){
		margin-top: 2em;
	}
}
.app-org-plan{
	border: 2px solid #29793d;
	color: #29793d;
	padding: 2em;
}
.app-org-plan__batch{
	height: 80px;
	width: auto;
	vertical-align: middle;
}
.app-org-plan__label{
	background: #29793d;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 1em 2em;
	vertical-align: middle;
}
.app-org-plan__col__title{
	font-size: 1.125em;
}
.case__label{
	background: #29793d;
	color: #fff;
	display: inline-block;
	font-size: .75em;
	font-weight: bold;
	padding: .5em 1em;
}
@media screen and (max-width:768px){
	.media .post-item--archive .post-img,
	.media .post-item--archive .post-cnt{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.green-box--org .btn{
		position: relative;
		text-align: left;
		width: 80%;
	}
	.green-box--org .btn__arrow{
		position: absolute;
		right: 1em;
	}
}


.kigyo-logo-item{
	margin:0 2%;
	width:12%;
}
@media screen and (max-width:768px){
	.kigyo-logo-item{
		width:46%;
	}
}
.kigyo-logo-item img{
	height:auto;
	width:100%;
}
/*case*/

.post-img__case{
	width:40%!important;
}
@media screen and (max-width:768px){
	.post-img__case{
		width:100%!important;
	}
}
.post-cnt__case{
	width:56%!important;;
}
@media screen and (max-width:768px){
	.post-cnt__case{
		width:100%!important;
	}
}
.app-org-plan__label__case{
	padding:.5em 1em;
}
/****************************************
app other
*****************************************/
.app-other-img{
	width: 50%;
}
@media screen and (max-width:768px){
	.app-other-img{
		width: 100%;
	}
}
.app-other-cnt{
	margin-left: 10%;
	width: 30%;
}
@media screen and (max-width:768px){
	.app-other-cnt{
		margin: 2em auto 0;
		width: 90%;
	}
}
.app-other-cnt__logo img{
	height: 30px;
	width: auto;
}
.app-other-cnt__title{
	color: #29793d;
	font-size: 1.5em;
}
.app-other-feature__item{
	margin-right: 4%;
}
@media screen and (max-width:768px){
	.app-other-feature__item{
		margin-right: 0%;
	}
}
.app-other-feature__item:nth-child(5n){
	margin-right: 0;
}
.app-other-feature__item:nth-child(n+6){
	margin-top: 2em;
}
@media screen and (max-width:768px){
	.app-other-feature__item:nth-child(n+2){
		margin-top: 2em;
	}
}
.app-other-feature__item p{
	font-size: .75em;
}
.app-other-price{
	border-top: 1px solid #29793d;
	text-align: center;
	width: 100%;
}
.app-other-price tr{
	border-bottom: 1px solid #29793d;
}
.app-other-price th,
.app-other-price td{
	padding: 2em;
}
.app-other-price th{
	color: #29793d;
	font-weight: bold;
}
.app-other-price strong{
	font-size: 1.5em;
}
.app-other-price-text{
	color: #999;
	font-size: .75em;
	text-align: right;
}
/****************************************
voice一覧
*****************************************/
.youtube {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.youtube iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/****************************************
voice個別
*****************************************/
.single-voice-kv{
	margin-left: 40%;
	width: 50%;
}
@media screen and (max-width:768px){
	.single-voice-kv{
		margin-left: 0;
		width: 100%;
	}
}

.single-voice-kv img{
	height: auto;
	width: 100%;
}
.voice-qbox{
	background: #fff;
	margin-left: 10%;
	padding: 2em;
	position: relative;
	width: 60%;
}
@media screen and (max-width:768px){
	.voice-qbox{
		margin-left: 5%;
		width: 90%;
	}
}
.voice-qbox:nth-child(n+2){
	margin-top: 4em;
}
.voice-qbox__label{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b2e07b+0,80cde9+100 */
	background: #b2e07b; /* Old browsers */
	background: -moz-linear-gradient(left,  #b2e07b 0%, #80cde9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #b2e07b 0%,#80cde9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #b2e07b 0%,#80cde9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e07b', endColorstr='#80cde9',GradientType=1 ); /* IE6-9 */

	color: #fff;
	display: inline-block;
	font-weight: bold;
	left: 2em;
	padding: .5em 1em;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
}
.voice-qbox__title{
	color: #29793d;
	font-size: 1.5em;
	font-weight: bold;
}
.voice-other .voicelist__item{
	margin: 0 4% 0 0;
	width: 22%;
}
@media screen and (max-width:768px){
	.voice-other .voicelist__item{
		margin: 0 0 2em 0;
		width: 48%;
	}
	.voice-other .voicelist__item:nth-child(odd){
		margin-right: 4%;
	}
}
/****************************************
*teacher一覧
*****************************************/

.teacherlist__item{
	margin:0 4% 0 0;
}
.teacherlist__item:nth-child(4n){
	margin-right: 0;
}
@media screen and (max-width:768px){
	.teacherlist__item:nth-child(2n){
		margin-right: 0;
	}
}
.teacherlist__item:nth-child(n+5){
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.teacherlist__item:nth-child(n+3){
		margin-top: 4em;
	}
}
.teacherlist__item__cat{
	background: #fff;
	color: #29793d;
	font-size: .875em;
	font-weight: bold;
	display: inline-block;
	padding: .5em 1em 0;
	transform: translateY(-50%);
}
.teacherlist__item__title{
	font-size: 1.125em;
}
/****************************************
*teacher個別
*****************************************/
.teacher-cnt{
	width: 66.666%;
}
.teacher-cnt--right{
	margin-left: auto;
}
.teacher-cnt:nth-child(n+2){
	margin-top: 4em;
}
/****************************************
teacher recruitment
*****************************************/
.teacher-intro__cnt{
	margin-left: 10%;
	width: 30%;
}
@media screen and (max-width:768px){
	.teacher-intro__cnt{
		margin: 2em auto 0;
		width: 90%;
	}
}
.teacher-intro__img{
	margin-left: 10%;
	position: relative;
	width: 40%;
}
@media screen and (max-width:768px){
	.teacher-intro__img{
		margin-left: 5%;
		width: 90%;
	}
}
.teacher-intro__img .deco{
	bottom: 0;
	left: 0;
}
.teacher-intro__img .deco--s{
	bottom: 10%;
	left: 20%;
	
}
.teacher-voice{
	border: 1px solid #29793d;
	color: #29793d;
	padding: 1em;
}
.teacher-voice__cnt__title{
	font-size: 1.125em;
	margin-bottom: 1em;
}
.teacher-voice2{
	border: 1px solid #29793d;
	position: relative;
}
.teacher-voice2 .flex-pc{
	background: #fff;
	position: relative;
	z-index: 2;
}
.teacher-voice2:after{
	background: url(images/common/deco-bg.png);
	content: '';
	display: block;
	height: 100%;
	left: 2em;
	position: absolute;
	top: 2em;
	width: 100%;
	z-index: -1;
}
@media screen and (max-width:768px){
	.teacher-voice2:after{
		left: auto;
		right: -5%;
	}
}
.teacher-voice2__video{
	background: #222;
	padding: 2em 0;
	width: 30%;
}
@media screen and (max-width:768px){
	.teacher-voice2__video{
		width: 100%;
	}
}
.teacher-voice2__cnt{
	width: 66%;
}
@media screen and (max-width:768px){
	.teacher-voice2__cnt{
		padding: 2em;
		width: 100%;
	}
}
.teacher-voice2__cnt .sec__titles{
	margin-bottom: 2em;
}
.teacher-voice2__cnt__meta__name{
	margin-right: 2em;
}
/****************************************
company
*****************************************/
.company-img{
	margin-top: 5%;
	width: 45%;
}
@media screen and (max-width:768px){
	.company-img{
		margin-top: 0;
		width: 100%;
	}
}
.company-cnt{
	width: 45%;
}
@media screen and (max-width:768px){
	.company-cnt{
		width: 100%;
	}
}

.company-story{
	background: url("images/company/company-bg.jpg") no-repeat top right;
	padding: 4em 0;
}
@media screen and (max-width:768px){
	.company-story{
		background-position: center;
		xpadding-top: 0;
	}
}

.company-member-list__item{
	margin-right: 4%;
}
@media screen and (max-width:768px){
	.company-member-list__item{
		margin-right: 0;
	}
}
.company-member-list__item:nth-child(3n){
	margin-right: 0;
}
.company-member-list__item:nth-child(n+4){
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.company-member-list__item:nth-child(n+2){
		margin-top: 4em;
	}
}
.company-outline__table{
	border-top: 1px solid #ccc;
}
.company-outline__table tr{
	border-bottom: 1px solid #ccc;
}
.company-outline__table th,
.company-outline__table td{
	padding: 2em 0;
}
.company-outline__table th{
	font-weight: bold;
	text-align: left;
	width: 20%;
}
/****************************************
news一覧
*****************************************/
.news-titles{
	text-align: center;
}
.news-title{
	font-size: 3.75em;
}
@media screen and (max-width:768px){
	.news-title{
		font-size: 2.5em;
	}
}
.news-subtitle{
	font-size: 2.25em;
}
/****************************************
news個別
*****************************************/
.single-post-title{
	font-size: 2.25em;
}
.single-post-share__item:first-child{
	margin-right: 1em;
}
.single-post-share__item:last-child{
	padding-top: 5px;
}
.postlink__prev a,
.postlink__list a,
.postlink__next a{
	display: block;
	font-weight: bold;
	padding: 1em 2em;
}
.postlink__prev a,
.postlink__next a{
	background: #222;
	color: #fff;
}
.postlink__list a{
	background: #eee;
}
/****************************************
contact
*****************************************/
.contact input[type="text"],
.contact input[type="email"],
.contact textarea{
	border: 1px solid #222;
	font-size: 1em;
	padding: 2em;
	width: 100%;
}
.contact input[type="submit"]{
	background: #222;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 1em 4em;
}
.contact select{
	border: 1px solid #222;
	font-size: 1em;
	padding: 2em;
	width: 100%;
}

/*form*/
.mw_wp_form{
	padding-top: 10em;
}
@media screen and (max-width:768px){
	.mw_wp_form{
		padding-top: 5em;
	}
}
/****************************************
whitepaper
*****************************************/
.wp_item{
	margin-right:4%;
}
@media screen and (min-width:769px){
	.wp_item:nth-child(3n){
		margin-right:0;
	}
	.wp_item:nth-child(n+4){
		margin-top:2em;;
	}
}
@media screen and (max-width:768px){
	.wp_item:nth-child(2n){
		margin-right:0;
	}
	.wp_item:nth-child(n+3){
		margin-top:2em;;
	}
}
.wp_item_text{
	font-size:.75em;
}
.single-whitepaper .mw_wp_form{
	padding-top:0;
}

/****************************************
apply
*****************************************/
.single-apply table{
background: #eee;
border-left: 1px solid #ccc!important;
border-top: 1px solid #ccc!important;
}
.single-apply table td{
border-bottom: 1px solid #ccc!important;
border-right: 1px solid #ccc!important;
width:33.333%;
}
@media screen and (max-width:768px){
.single-apply table td{
display: block;
width:100%;
}
}
.single-apply .entry-content .btn{
	background: #29793d;
	border: none;
	color:#fff;
	padding:1em 4em;
	text-decoration:none;
}
/*********************************************
ビジネス英会話資料請求、お申し込みフォーム
*********************************************/
.page-id-5210 .mw_wp_form,
.page-id-5261 .mw_wp_form,
.page-id-5266 .mw_wp_form,
.page-id-7474 .mw_wp_form,
.page-id-6768 .mw_wp_form,
.page-id-6695 .mw_wp_form,.
page-id-7535 .mw_wp_form,
#mw_wp_form_mw-wp-form-6768 {
	padding-top:0;
}
.privacy_box{
	border:1px solid #ccc;
	max-height:300px;
	overflow:scroll;
	padding:2em;
}
/*********************************************
ビジネス英会話　price
*********************************************/
#price .sec_title {
    font-size: 30px;
}
#price .sec_subtitle{
	color:#54c48a;
	font-family: 'Caveat', cursive;
   font-size: 30px;
}
.price_box{
	border:1px solid #54c48a;
	box-shadow: 13px 12px 0px 0px #54c48a;
	color:#54c48a;
	font-weight:bold;
	padding:2em;
}
.price_box .text1{
	font-size:48px;
}
@media screen and (max-width:768px){
	.price_box .text1{
		font-size:36px;
	}
}
.price_box .text2{
	font-size:30px;
}
@media screen and (max-width:768px){
	.price_box .text2{
		font-size:24px;
	}
}
@media screen and (max-width:768px){
	.price_box ul{
		margin-left:2em;
	}
}
.price_box li{
	list-style:disc;
}
/*********************************************
ブログ一覧
*********************************************/
.blog_list{
	gap:60px 5%;
}
@media screen and (max-width:768px){
	.blog_list{
		gap:20px;
	}
}
@media screen and (min-width:769px){
	.blog_list_item{
		width:30%;
	}
}
@media screen and (max-width:768px){
	.blog_list_item a{
		display:flex;
		justify-content:space-between;
	}
}
@media screen and (max-width:768px){
	.blog_list_item_img{
		width:40%;
	}
}
.blog_list_item_img img{
	aspect-ratio: 375 / 220;
	object-fit:cover;
	height:100%;
	width:100%;
}
@media screen and (max-width:768px){
	.blog_list_item_cnt{
		width:56%;
	}
}
.blog_list_item_cnt_title{
	font-size:24px;
	margin-top:10px;
	max-height:112px;
	overflow:hidden;
}
@media screen and (max-width:768px){
	.blog_list_item_cnt_title{
		font-size:18px;
		margin-top:5px;
		max-height:82px;
	}
}
.blog_list_item_cnt_cat{
	color:#29793D;
	font-size:12px;
	margin-top:15px;
}
@media screen and (max-width:768px){
	.blog_list_item_cnt_cat{
		margin-top:5px;
	}
}
/*********************************************
ブログ個別
*********************************************/
@media screen and (min-width:769px){
	.single_blog_main{
		width:70%;
	}
}
.post_meta_cat{
	border-left:1px solid #ccc;
	color:#29793D;
	display:inline-block;
	font-size:.75em;
	margin-left:20px;
	padding-left:20px;
}
.single_blog_main_icatch img{
	aspect-ratio: 375 / 220;
	object-fit:cover;
	height:100%;
	width:100%;
}
/*toc*/
#toc_container{
	background:#eee;
	border-radius:10px;
	display:block!important;
	padding:40px;
}
@media screen and (max-width:768px){
	#toc_container{
		padding:20px;
	}
}
.toc_title{
	font-weight:700;
	text-align:center;
}
#toc_container li{
	list-style:none;
	position:relative;
}
#toc_container li li{
	padding-left:30px;
}
#toc_container li li:before{
	background:#29793D;
	content:"";
	display:block;
	height:1px;
	left:0;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:20px;
}
#toc_container li a{
	color:#222;
	font-weight:700;
	text-decoration:none;
}
/*entry_blog*/
.entry_blog h2{
	border-bottom:2px solid #29793D;
	padding-bottom:20px;
}
.entry_blog h3{
	border-left:2px solid #29793D;
	padding-left:20px;
}
.entry_blog h4{
	padding-left:30px;
	position:relative;
}
.entry_blog h4:before{
	background:#29793D;
	content:"";
	display:block;
	height:1px;
	left:0;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	width:20px;
}
/*side*/
@media screen and (min-width:769px){
	.single_blog_side{
		width:25%;
	}
}
@media screen and (max-width:768px){
	.single_blog_side{
		margin-top:60px;
	}
}
.widget + .widget{
	margin-top:60px;
}
@media screen and (max-width:768px){
	.widget + .widget{
		margin-top:40px;
	}
}
.widget h3{
	border-left:4px solid #29793D;
	font-size:18px;
	margin-bottom:20px;
	padding-left:20px;
}
.side_post_item + .side_post_item{
	margin-top:20px;
}
.side_post_item_img{
	width:40%;
}
.side_post_item_cnt{
	width:56%;
}
.side_post_item_cnt_title{
	font-size:14px;
	font-weight:700;
	max-height:68px;
	overflow:hidden;
}
