@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 769px){

/*メインビジュアル*/
article{
	width:100%;
	max-width:1600px;
	margin:0 auto;
	display:flex;
	justify-content: center;
}
.content{
	flex:1;
	padding-bottom:300px;
}
.topvisual {
	margin:-10px auto 0;
	height:300px;
	background-image: linear-gradient(#5DE0E6, #1378FF);
}
.topvisualIN{
	width:100%;
	max-width:1600px;
	margin:0 auto;
	height:300px;
	position: relative;
}
.breadcrumb,.breadcrumb li span{
	color: #fff;
}
.breadcrumb{
	margin-left:10px;	
}
.topvisual h1 {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 2;
}
.lead{
	width:80%;
	max-width:650px;
	margin:60px auto 100px;
	line-height:2.5;
	color:black;
	font-size:1.8rem;
}
h2{
	width:80%;
	margin: 80px auto 30px ;
	text-align:left;
}
.list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width:80%;
	margin:30px auto;
}
.list_item{
	width: 32%;
	padding: 1em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 10px;
}
@media print,screen and (min-width: 769px) and (max-width: 980px) {
.list_item{
	width: 48%;
}
}
.item-image {
	margin-bottom: 1em;
}
.item-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*メルマガ登録*/
.touroku{
	margin-top:30px;
}
.touroku p{
	margin-left:10%
}
.magazine{
	width:100%;
	height:auto;
	margin:60px auto 30px;
	overflow:hidden;
	display:table;
	border-top:1px solid rgba(0,0,0,1.00);
	border-left:1px solid rgba(0,0,0,1.00);
	border-right:1px solid rgba(0,0,0,1.00);
}	
.magazineBox{
	display:table-row;
}
.magazineLeft{
	width:30%;
	height:auto;
	text-align:center;
	border-bottom:1px solid rgba(0,0,0,1.00);
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	font-size:1.4rem;
}
.magazineRight{
	width:70%;
	height:auto;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,1.00);
	border-left:1px solid rgba(0,0,0,1.00);
	display:table-cell;
	vertical-align:middle;
	padding:5px 0 5px 10px;
	font-size:1.4rem;
}

.nameType{
	width:30%;
	padding:5px;

	color:rgba(19,120,255,1);
	border:0;
}
#mailType{
	width:80%;
	padding:5px;

	color:rgba(19,120,255,1);
	border:0;
}
#areaType{
	width:50%;
	padding:5px 0 5px 0;
	font-size:1.4rem;

	color:rgba(19,120,255,1);
	border:1px solid rgba(19,120,255,1);
}
#btnPosition{
	width:150px;
	text-align:center;
	margin-bottom:50px;
	margin:0 auto;
}
.magazinebtn{
	width:150px;
	padding:5px 0 5px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;

	color:rgba(19,120,255,1);
	border:1px solid rgba(19,120,255,1);
}
.magazinebtn:hover{
	color:rgba(255,255,255,1.00);
	border:1px solid rgba(255,255,255,1.00);
	background:rgba(19,120,255,1);
}
/*サイドバー*/
.side{
	position: sticky;
	position: -webkit-sticky; 
	top: 0;
	width:350px;
	height:100vh;
	padding:30px 5% 30px 0;
	overflow: scroll;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}
	/*Google Chrome、Safariへの対応*/
.side::-webkit-scrollbar{
	display: none;
}
.side h3 {
	margin:50px auto 5px;
	padding: 0.25em 0.5em;
	font-size:1.8rem;
	color:#1378ff;
}
/*おすすめ記事*/
.side .Recommend{
	margin:10px auto;
	padding:20px 0;

}
.side .Recommend .Recommendlist{
	display:flex;
	justify-content: space-between;
	border-bottom:solid 1px #ccc;
	margin:10px auto;
}
.side .Recommend .Recommendlist .RecommendlistL{
	width:92px;
	height:60px;
}	
.side .Recommend .Recommendlist .RecommendlistR{
	flex:1;
	height:60px;

}
.side .Recommend .Recommendlist .RecommendlistR p{
	margin-left:10px;
	font-size:1.2rem;
	}
}
/*バックナンバー*/
.Back{
	list-style:none;
	text-align:center;
}
.Back li{
	line-height:2;
}
.Back li:hover{
text-decoration:underline;
}
/*ブランド構築ガイドブック*/
.guidebook p , .entry p ,.entry p > a{
	font-size:1.4rem;
	margin:0;
}
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.5rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}
.btn-wrap {
	display: block;
	width: 230px;
	margin: 0 auto;
}

a.btn-c {
	font-size: 1.4rem;
	display: block;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 3rem;
	border-bottom: 5px solid #e6d900;
	background: #fff100;
	color: black;
}

a.btn-c:before {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
  	top: 1.2rem;
	left: -3.2rem;
	padding: 0 3rem;
	content: "無料!";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	color: #fff;
	background: #eb6100;
	-webkit-box-shadow: 0 3px 3px #e6d900;
	box-shadow: 0 3px 3px #e6d900;
}

a.btn-c:hover {
	transform: translateY(3px);
	color:#fff;
	border-bottom: 2px solid #e6d900;
	background: #fff21a;
}



@media print, screen and (max-width: 768px){
/*メインビジュアル*/
article{
	width:100%;
	margin:0 auto 0;
	padding-top:60px;
}
.topvisual {
	padding-top:60px;
	margin:0px auto 0;
	height:210px;
	background-image: linear-gradient(#5DE0E6, #1378FF);
}
.topvisualIN{
	width:100%;
	margin:0 auto;
	height:160px;
	position: relative;
}

.breadcrumb,.breadcrumb li span{
	color: #fff;
}
.breadcrumb{
	margin-left:10px;	
}
.topvisual h1 {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
}
.lead{
	width:84%;
	max-width:400px;
	margin:30px auto 60px;
	line-height:2;
	color:black;
}
h2{
	width:84%;
	margin: 80px auto 30px ;
	text-align:left;
}
.list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width:84%;
	margin:30px auto;
}
.list_item{
	width: 48%;
	padding: 1em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 10px;
}
@media print,screen and (max-width: 500px) {
.list_item{
	width: 100%;
}
}
.item-image {
	margin-bottom: 1em;
}
.item-image img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*メルマガ登録*/
.touroku{
	margin-top:30px;
}
.touroku > p{
	margin:0 8% 10px 8%

}

.magazine{
	width:90%;
	max-width:500px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border-top:0;
	border-right:1px solid rgba(0,0,0,1.00);
	border-left:1px solid rgba(0,0,0,1.00);
	border-bottom:1px solid rgba(0,0,0,1.00);	
}	
.magazineBox{
}
.magazineLeft{
	width:100%;
	height:auto;
	text-align:center;
	border-top:1px solid rgba(0,0,0,1.00);
	border-right:0;
	border-left:0;
	border-bottom:1px solid rgba(0,0,0,1.00);
	padding:5px;
}
.magazineRight{
	width:100%;
	height:auto;
	text-align:center;
	padding:5px 0 5px 10px;
}

.nameType{
	width:80%;
	padding:5px;
	font-size:1.6rem;
	color:rgba(19,120,255,1);
	border:0;
}
#mailType{
	width:90%;
	padding:5px;
	font-size:1.6rem;
	color:rgba(19,120,255,1);
	border:0;
}
#areaType{
	width:90%;
	max-width:300px;
	text-align:center;
	padding:5px 0 5px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	font-size:1.6rem;
	color:rgba(19,120,255,1);
	border:1px solid rgba(19,120,255,1);
}
#btnPosition{
	text-align:center;
	margin-bottom:50px;
}
#btn{
	width:150px;
	padding:5px 0 5px 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	color:rgba(19,120,255,1);
	border:1px solid rgba(19,120,255,1);
}
#btn:hover{
	color:rgba(255,255,255,1.00);
	border:1px solid rgba(255,255,255,1.00);
	background:rgba(19,120,255,1);
}
/*サイドバー*/
.side{
	width:84%;
	margin:0 auto;
}
.side h3 {
	margin:20px auto 5px;
	padding: 0.25em 0.5em;
	font-size:1.8rem;
	color:#1378ff;
	text-align:center;
}
/*おすすめ記事*/
.side .Recommend{
	margin:10px auto;
	padding:20px 0;

}
.side .Recommend > ul{
	list-style:none;

}
.side .Recommend .Recommendlist{
	display:flex;
	justify-content: space-between;
	border-bottom:solid 1px #ccc;
	margin:10px auto;
}
.side .Recommend .Recommendlist .RecommendlistL{
	width:92px;
	height:60px;
}	
.side .Recommend .Recommendlist .RecommendlistR{
	flex:1;
	height:60px;
	position: relative;
}
.side .Recommend .Recommendlist .RecommendlistR p{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%) ;
	margin-left:10px;
}
/*ブランド構築ガイドブック*/
.guidebook .guidebooklist{
	width:350px;
	margin:15px auto;
	font-size:1.4rem;
}
.guidebook .guidebooklist li{
	list-style-type: disc;
	margin-left:20px;
}
.guidebook p{
	width:350px;
	font-size:1.4rem;
	margin:5px auto;
}
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 0.5rem 2rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0.5rem;
}
.btn-wrap {
	display: block;
	width: 350px;
	margin: 0 auto;
}

a.btn-c {
	font-size: 1.6rem;
	display: block;
	overflow: hidden;
	padding: 1.5rem 0 1.5rem 3rem;
	border-bottom: 5px solid #e6d900;
	background: #fff100;
	color: black;
}

a.btn-c:before {
	font-size: 1.2rem;
	font-weight: bold;
	position: absolute;
  	top: 1.2rem;
	left: -3.2rem;
	padding: 0 3rem;
	content: "無料!";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	color: #fff;
	background: #eb6100;
	-webkit-box-shadow: 0 3px 3px #e6d900;
	box-shadow: 0 3px 3px #e6d900;
}

a.btn-c:hover {
	transform: translateY(3px);
	color:#fff;
	border-bottom: 2px solid #e6d900;
	background: #fff21a;
}

}