/* ------------------------------

  rethink-work styles

------------------------------ */

@font-face{ 
  font-family: 'mplus-1p-heavy';
  src: url('../fonts/mplus-1p-heavy.eot');
  src: url('../fonts/mplus-1p-heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/mplus-1p-heavy.woff') format('woff'),
       url('../fonts/mplus-1p-heavy.ttf') format('truetype');
}

body{
	background: #fff;
}
#primary {
	float: none;
	width: auto;
	margin-left: 0;
}

.entry-meta{
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
/*
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	*/
}
.entry-meta .entry-metaList{
	width: auto;
}
.entry-meta .entry-metaList .by-author,
.entry-meta .entry-metaList .by-date{
	float: none;
}
.entry-meta .entry-metaList .by-author a{
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.by-date time{
	font-size: 11px;
}
header .by-author-img{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
	padding: 0;
}

.entry-content .lead{
	font-size: 16px;
	margin: 3em 0;
	padding: 2em 0 1em;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
.entry-content .lead p{
	line-height: 2;
}
.entry-content .lead p, .entry-content .lead a{
	font-size: inherit;
}
.entry-body {
	color: #000;
}
.entry-body a{
	color: #78a14c;
}
.entry-body h3{
	margin: 4em 0 2.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #000;
}
.markBl{
	background: #a7f0ff !important;
	background: -webkit-linear-gradient(top, transparent 50%, #a7f0ff 50%) !important; 
	background-image: linear-gradient(to bottom, transparent 50%, #a7f0ff 50%) !important;
}

.embed-article{
	padding: 20px;
	border-color: #ededed;
}
.embed-article .desc .entry-title{
	color: #000;
	font-size: 14px;
}
.embed-article .pic img{
	border-radius: 6px;
}


.frame{
	margin: 50px 0;
	padding: 30px 110px 30px 20px;
	border: 2px solid #000;
	border-radius: 10px;
	position: relative;
}
.frame:after{
	content:'';
	width: 54px;
	height: 141px;
	background: url(../img/ch_frame.png);
	position: absolute;
	right: 25px;
	bottom: 10px;
}

figure {
	display: table;
	margin: 50px auto;
}
figure img{
	margin-bottom: 0 !important;
	border-radius: 10px;
}
figure figcaption{
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}

.rethink-banners{
	margin: 30px 0;
	padding: 0;
	list-style: none;
}
.rethink-banners li a{
	color: #fff;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	background: #000;
}
.rethink-banners li img{
	opacity: 0.5;
	width: 100%;
}
.rethink-banners li span{
	position: absolute;
	top: 50%;
	/*top: 0;*/
	left: 0;
	right: 0;
	margin-top: -.5em;
	line-height: 1;
}

.rethink-presentedby{
	padding-bottom: 150px;
	text-align: center;
	background: url(../img/characters.png) 50% 100% no-repeat;
	background-size: auto 140px;
}
.rethink-presentedby img{
	width: 150px;
	height: auto;
}
.rethink-presentedby + .embed-article{
	margin-top: 0;
}

.entry-body + .socialBtn{
	margin: 40px 0;
}

/* PC */
@media screen and (min-width: 451px) {
	body{
		background: url(../img/bg.png) 50% 124px no-repeat;
	}
	#wrapper{
		background: url(../img/bg_btm.png) 50% 100% no-repeat;
	}
	/* 20th logo adjustment */
	/*
	#site-description img{
		width: 150px;
		right: 0;
	}
	#branding .socialLink{
		margin-right: 170px;
	}
	*/

	.singular #content{
		margin: 0 auto;
		width: auto;
		max-width: 800px;
	}
	.entry-header,
	.entry-content{
		max-width: 610px;
	}
	.entry-body{
		font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ", "Meiryo",Verdana, sans-serif;
	}
	.entry-header .entry-title{
		font-size: 28px;
		font-family: 'mplus-1p-heavy';
		line-height: 1.5;
		padding-bottom: 50px;
	}
	.cat-title{
		display: block;
		padding: 60px 0 40px;
	}
	.cat-title a:hover{
		opacity: .5;
	}
	.entry-content .entry-body h2,
	.entry-content h2.ttl01{
		font-size: 20px;
		font-family: 'mplus-1p-heavy';
		margin: 40px 0;
		padding: 40px 100px 40px 0;
		background: url(../img/ch_ttl.png) 98% 100% no-repeat;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		min-height: 50px;
	}
	.entry-content .ttl01 span{
		border: none;
	}
	.entry-content .entry-body h3{
		font-size: 18px;
		font-family: 'mplus-1p-heavy';
		line-height: 1.5;
	}
	.entry-info{
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.entry-info .entry-meta{
		max-width: 180px;
	}
	.entry-meta .by-author-img, .entry-meta .entry-metaList{
		display: block;
	}
	.entry-info .socialBtn{
		margin: 0 0 0 auto;
		display: flex;
	}
	.socialBtn li{
		margin: 0 0 0 8px;
	}


	.frame{
		margin-left: 20px;
		margin-right: 20px;
	}

	.rethink-banners{
		font-family: 'mplus-1p-heavy';
		display:-webkit-flex;
		display: flex;
		flex-wrap: wrap;
		-webkit-justify-content:space-between;
		justify-content:space-between;
	}
	.rethink-banners li{
		width: calc(50% - 10px);
		margin-bottom: 20px;
		line-height: 0;
	}
}

@media screen and (max-width: 800px) and (min-width: 451px) {
	.singular .hentry {
		margin: 0 20px;
	}
}

/* SP */
@media screen and (max-width: 450px) {
	#branding{
		background: #fff;
	}
	.entry-header .entry-title{
		padding-bottom: 30px;
	}
	.entry-header .entry-meta {
		margin-bottom: 30px;
	}
	.cat-title{
		margin: 0 -1em;
		padding: 40px 1em;
		background: url(../img/header_bg.png) 100% 0 no-repeat;
		background-size: 28% 100%;
	}
	.cat-title img{
		width: 70%;
		height: auto;
	}
	.entry-content .lead{
		font-size: 14px;
		margin: 2em 0;
		padding: 20px 0;
	}
	.entry-content .lead p:last-child{
		margin-bottom: 0;
	}
	.entry-content .entry-body h2,
	.entry-content h2.ttl01{
		font-size: 18px;
		font-weight: bold;
		padding: 30px 70px 30px 0;
		background: url(../img/ch_ttl.png) 100% 100% no-repeat;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		min-height: 70px;
	}
	.entry-content .ttl01 span{
		border: none;
	}
	.entry-content .entry-body h3{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}

	figure{
		margin: 20px auto;
	}

	.frame{
		padding: 20px 80px 20px 20px;
	}
	.frame:after{
		right: 15px;
		bottom: 30%;
	}

	.rethink-banners li{
		font-weight: bold;
		margin-bottom: 5px;
	}

	/*既存記事用*/
	.popup .desc span[class^="mark"]{
		padding: 0 !important;
	}

}