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

.maker{
	background:linear-gradient(transparent 70%, yellow 70%);
	font-weight:bold;
}
.blue{
	font-weight:bold;
	color:	#1378ff;
	font-size:1.8rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: 0.05em;
}
	
@media print, screen and (min-width: 769px){

/*メインビジュアル*/
article{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.content{
	flex:1;
	padding:0 30px;
}

.mainvisual {
	width:100%;
	height:auto;
	margin:10px auto 20px;
}
.mainvisual img{
	width:100%;
	height:auto;
}
h1,h2{
	margin:50px auto 30px;
	text-align:left;
	color:#000;
}
h2{
	padding: 0.25em 0.5em;
	border-left: solid 5px #1378FF;
	font-size:2rem;
}
h3{
	margin:20px auto 5px;
	padding: 0.25em 0.5em;
	font-size:1.8rem;
	color:#1378ff
}
p{
	margin:15px auto;
}
.lead > p{
	margin:-20px auto 10px;
	font-weight:bold;
	color:#000;
	font-size:1.8rem;
}
.lead ul{
	margin:30px auto;
	list-style-type: none;
	list-style-position:inside;

}
.lead ul li{
	line-height:3;
}
.article{
	margin:100px auto;
}
.pic{
	width:100%;
	height:auto;
	margin:30px auto;
}
.picwrap{
	width:100%;
	height:auto;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.pic1,.pic3{
	width:45%;
}
.pic1 p,.pic3 p{
	width:200px;
	margin:10px auto;
	font-size:1.2rem;
}
.pic2{
	width:5%;
	position: relative;	
}
.arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0.5em 0 0;
	border: 12.5px solid transparent;
	border-right: 0 solid transparent;
	border-left: 20px solid #1378FF;
}
.pic .fig{
	text-align:center;
}
.theme ,.meritwrap{
	margin:30px auto
	width:80%;
}	
.theme dt ,.meritwrap dt{
	margin:30px auto;
	padding:10px 30px;
	font-weight:bold;
	font-size:1.8rem;
	color:#000;
	background: #f4f4f4;
}
.theme dd{
	margin:15px auto;
	padding:0 30px;
}
.meritwrap dt {
	margin:0 0 30px;
	border-top: solid 2px #1378FF;
	border-bottom: solid 2px #1378FF;

}
.tab {
	width:80px;
	margin-top:30px;
	padding: 5px 7px 3px;
	border-radius: 5px 5px 0 0;
	background: #1378FF;
	font-weight: bold;
	font-size: 1.4rem;
	text-align:center;
	color: #fff;
}
.merit-odd,.merit-even{
	display:flex;
        align-items: center;
}
.merit-odd{
  flex-direction: row-reverse;
}
.merit-odd .meritimg,.merit-even .meritimg{
	width:200px;
}
.merit-odd  dd,.merit-even  dd{
	flex:1;
}
.merit-odd  dd{
	margin-right:30px;
}
.merit-even  dd{
	margin-left:30px;
}
.meritwrap > dd{
	margin-top:30px;
}
/*チェックリスト*/
.checklist{
	margin: 30px 0;
    padding:10px 30px;
	background-color:#f4f4f4;
	border-radius: 10px;
	border: solid 1px #1378FF;
	list-style-type: none;
}
.checklist li{
	margin:10px;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.checklist li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #2589d0;
    border-left: 2px solid #2589d0;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}
/*ブランドコンサルティングのプロセス*/
.processbar {
	margin: 30px auto;
	padding:30px 10%;
	width: 100%;
	background-color:#f7fafc;
	border-radius: 20px;
}
.processbar .processbarwrap {
	margin: 10px 0 50px;
	position: relative;
}
.processbar .processbarwrap .processtitle {
	display: inline-flex;
	align-items: center;
}
.processbar .processbarwrap .processtitle .processcircle {
	display: inline-block;
	width: 70px;
	height: 70px;
	content: "";
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	text-align: center;
	z-index: 2;
}
.processbar .processbarwrap .processtitle .processcircle span {
	display: inline-block;
	line-height: 1.6rem;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	top: 2.2rem;
}
.processbar .processbarwrap .processtitle .title {
	margin: 10px 20px;
	font-weight: bold;
}
.processbar .processbarwrap .processtxt {
	padding-left: 100px;
}
.processbar .processbarwrap .processtxt .txt {
	margin:0;
	font-size: 1.5rem;
}
.processbar .processbarwrap .processbenefit {
	position: relative;
	margin: 30px auto 30px 80px ;
	padding: 0 30px;
	border: solid 3px #1378FF;
	border-radius: 8px;
}
.processbar .processbarwrap .processbenefit .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1.6rem;
	background-color:#f7fafc;
	color: #1378FF;
	font-weight: bold;
}
.processbar .processbarwrap .processbenefit p {
	font-size: 1.5rem;
}
.processbar .processbarwrap .processline {
	width: 1px;
	height: calc(100% + 1em);
	background-color: #000;
	position: absolute;
	top: 50px;
	left: 35px;
	z-index: 1;
}
.processbarwrap:last-of-type .processline:last-of-type {
	display: none;
}
.step-fig{
	width:100%;
	max-width:800px;
	height:auto;
	margin:10px auto 100px;
}
/*事例紹介*/
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
 .card_list{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: stretch;
	width:100%;
	margin:0 auto 60px;
}
 .card_list .card_item {
	width: 45%;
	margin: 30px auto;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
}
 .card_list .card_item .thum_box {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #efefef;
	position: relative;
}
 .card_list .card_item .thum_box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
 .card_list .card_item .text_box {
	width: 100%;
	padding: 20px 20px 0 20px;
}
 .card_list .card_item .title {
	font-size: 1.4rem;
}
 .card_list .card_item .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	font-size: 1.2rem;
	text-align:justify;
}
 .card_list .card_item .item-btn {
	margin:0 auto 30px;
	border: 1px solid rgba(19,120,255,1);
	border-radius:1rem;
	padding:0 10px;	
}
 .card_list .card_item .item-btn a > p{
	font-size:1.2rem;
	color:rgba(19,120,255,1);
	margin:10px;
	padding:0;
}
/*ブランドコンサルティングの浸透度*/
.graf-fig{
	width:80%;
	max-width:670px;
	height:auto;
	margin:10px auto 0;
}
.graf-fig .note{
	margin:0;
	text-align:center;
	font-size:1.2rem;
}
/*ビーエムウィンのブランドコンサルティング*/
.tablewrap table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
.tablewrap table thead th{
	padding: 1em .8em;
	border-right: 5px solid #fff;
}
.tablewrap table th:first-of-type {
	width: 150px; /* タイトル列の幅 */
	font-weight:bold;
}
.tablewrap table tr {
	background-color: #fff;
	padding: .35em;
}
.tablewrap table tr:nth-child(even){
	background-color: #f9f9f9;
}
.tablewrap table td {
	padding: .7em;

}
.tablewrap table th,.tablewrap table td {
	vertical-align: middle;
	font-size:1.5rem;
}
.plan1{
	background: #1378ff;
}

.plan2{
	background: #5de0e6;
}

.plan1 p ,.plan2 p{
	color: #fff;
	font-weight:bold;
	font-size:2rem;
}
.plan-btn{
	background:#fe9c00;
	color:#fff;
	padding: 0.5em;
	border-radius:30px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.4rem;
}
.plan-btn:hover{
	background:#fec700;
	color:#fff;
	margin:0;
	padding: 0.5em;
}
/*資料請求ボタン */
.voucher{
	display:flex;
}
.voucher-desc{
	width:60%;
	padding-right:20px;
}

.voucher-fig{
	width:40%;
}

.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	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: 300px;
	margin: 30px auto;
}

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

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;
}
/*ブランディングとは3ブロック*/
.container3{
	display:flex;
	margin:30px auto;
	justify-content: space-around;
}
.container3in{
	width:30%;
	padding:10px;
}
.container3inarrow{
	position: relative;
}
.container3inarrow span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin:0 auto;
	width: 0;
	height: 0;
	border-left: 30px solid #1378FF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
.container3 .container3in .circle {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #1378FF;
}

.container3 .container3in .circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :160px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
}
.container3-arrow{
	width:5%;
	position: relative;	
}
.container3 .arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 12.5px solid transparent;
	border-right: 0 solid transparent;
	border-left: 20px solid #1378FF;
}
/*ブランディングとは「プロセス」*/
.processwrap{
	margin:30px auto;
	width:100%;
}	
.processwrap dt{
	margin:0 0 30px;
	padding:10px 30px;
	font-weight:bold;
	font-size:1.8rem;
	color:#000;
	background: #f4f4f4;
	border-top: solid 2px #1378FF;
	border-bottom: solid 2px #1378FF;
}
.process-odd .processimg{
	float:right;
	margin-left:10px;
}
.process-even .processimg{
	float:left;
	margin-right:10px;
}
.process-odd .processimg,.process-even .processimg{
	width:200px;
}
/*ブランディングとは番号つきリスト*/
.article .processlist li {
	list-style-type: decimal;
	list-style-position:inside;
	line-height:2;
}
.article ul {
	margin:10px auto;
}
.article ul li {
	list-style-type: disc;
	list-style-position:inside;
	line-height:1.8;
}
/*体験者の声*/
.cover{
	margin:25px auto;
	width:100%;
	padding:25px 5% 50px;
	background: #f4f4f4;
}
.cover > h2{
	max-width:1200px;
}
.voicewrap{
	margin:50px auto;
	max-width:1200px;
}
.voicewrap .voice{
	width:100%;
	padding:30px 5%;
	margin:10px auto;
	border-radius: .5rem;
	background-color: #fff;
	height:300px;
	overflow: scroll;	
}
.voicewrap .voice h4{
	font-weight:bold;
	color:black;
	font-size:1.6rem;
	
}
.voicewrap .voice .voiceIN{
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #1378FF;
}
/*ブランド相談室*/
.banner{
	width:100%;
	max-width:1000px;
	height:auto;
	margin:0 auto;
	padding:0;
	border: none;
}
/*お問合せ*/
  .contact {
    width: 100%;
    margin: 50px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .contactin {
    width: 50%;
    margin-bottom: 30px
  }
  .contact table {
    border-collapse: collapse
  }

  input[type="text"],
  input[type="submit"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
  }

  input[type="text"],
  textarea {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0
  }

  input[type="text"]:focus,
  textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
  }

  textarea[name="content"] {
    display: inline-block;
    width: 100%
  }

  input::placeholder,
  textarea::placeholder {
    color: #ccc
  }

  ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
  }

  ::-moz-placeholder {
    color: #ccc;
    opacity: 1
  }

  :-ms-input-placeholder {
    color: #ccc;
    opacity: 1
  }

  .form-table {
    width: 100%
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 90%;
  }

  .form-table th {
    padding: 20px 10px 0 30px;
    position: relative;
    text-align: left;
  }

  .form-table td {
    padding: 0 10px 0
  }

  .necessary {
    margin-left: 8px;
    background-color: #ffa6a6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px
  }

  a.btn-request,
  input[type="submit"] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    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: .1em;
    border-radius: .5rem;
    margin: 0 auto;
    color: #fff;
    background-color: #1378ff;
    border-radius: 100vh
  }

  a.btn-request:hover,
  input[type="submit"] {
    padding: 10px
  }

  .btn-request-center {
    margin: 0 auto
  }
/*サイドバー*/
.side{
	position: sticky;
	position: -webkit-sticky; 
	top: 0;
	width:250px;
	height:750px;
}
/*目次*/
.side .index{
	margin:0 auto;
	padding:20px 5px;
	width:100%;
	height: 250px;
	overflow-y: scroll;
	background-color:#f4f4f4;
	border: solid 4px #ccc;
	border-radius: 5px;
}
.side .index ol{
	margin:0 auto 0 0;
	counter-reset:item;
	list-style-type:none;
	}
.side .index li:before{
	counter-increment:item;
	content:counters(item, "-")". ";
	}
.side .index ol li{
	margin:8px auto 8px 5px;
}
.side .index ol li ,.side .index ol li a{
	font-size:1.4rem;
}
.side .index ol li ol{
	margin-left:15px;
}
/*おすすめ記事*/
.side .Recommend{
	margin:10px auto;
	padding:20px 0;
	height: 500px;
}
.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.4rem;
	}
}

@media print, screen and (max-width: 768px){
/*メインビジュアル*/
article{
	width:84%;
	margin:0 auto 0;
	padding-top:60px;
}
.mainvisual {
	width:100%;
	height:auto;
	margin:10px auto 20px;
}
.mainvisual img{
	width:100%;
	height:auto;
}
h1,h2{
	margin:30px auto 10px;
	text-align:left;
	color:#000;
}
h2{
	padding: 0.25em 0.5em;
	border-left: solid 5px #1378FF;
	font-size:2rem;
}
h3{
	padding: 0.25em 0.5em;
	font-size:1.8rem;
}
p{
	margin:15px auto;
}
.lead ul{
	margin:15px auto;
	list-style-type: none;
	list-style-position:inside;

}
.lead ul li{
	line-height:2;
}
.article{
	margin:50px auto;
}
.pic{
	width:100%;
	height:auto;
	margin:30px auto;
}
.picwrap{
	width:100%;
	height:auto;
	margin:-30px auto 30px;
}
.pic1,.pic3{
	width:100%;
	max-width:400px;
	margin:0 auto
}
.pic1 p,.pic3 p{
	width:200px;
	margin:10px auto;
	font-size:1.2rem;
}
.pic2{
	margin:50px auto;
	position: relative;
	
}
.arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	border-top: 40px solid #1378FF;
	border-bottom: 0;
}
.pic .fig{
	text-align:center;
}
/*ブランドコンサルティング導入でクライアントが得るメリット 、ブランディングとは「プロセス」*/
.theme ,.meritwrap ,.processwrap{
	margin:30px auto 60px;
	width:100%;
}	
.theme dt ,.meritwrap dt ,.processwrap dt{
	font-weight:bold;
	font-size:1.8rem;
	color:#000;
	background: #f4f4f4;
}
.theme dt ,.meritwrap dt{
	margin:15px auto;
	padding:10px 30px;
}
.processwrap dt{
	margin:0 auto;
	padding:10px 30px;
}
.theme dd{
	margin:15px auto;
}
.meritwrap dt {
	margin-top:0;
	border-top: solid 2px #1378FF;
	border-bottom: solid 2px #1378FF;

}
.tab {
	width:80px;
	margin-top:30px;
	padding: 5px 7px 3px;
	border-radius: 5px 5px 0 0;
	background: #1378FF;
	font-weight: bold;
	font-size: 1.4rem;
	text-align:center;
	color: #fff;
}
.merit-odd .meritimg,.merit-even .meritimg,.process-odd .processimg,.process-even .processimg{
	width:100%;
	max-width:300px;
	margin:10px auto;
}
.merit-odd  dd{
	margin-right:10px;
}
.merit-even  dd{
	margin-left:10px;
}
/*チェックリスト*/
.checklist{
	margin: 30px 0;
    padding:10px 30px;
	background-color:#f4f4f4;
	border-radius: 10px;
	border: solid 1px #1378FF;
	list-style-type: none;
}
.checklist li{
	margin:10px;
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.checklist li::before {
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #2589d0;
    border-left: 2px solid #2589d0;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
}
/*ブランドコンサルティングのプロセス*/
.processbar {
	margin: 0 auto 60px;
	padding:15px 5px;
	width: 100%;
	background-color:#f7fafc;
	border-radius: 10px;
}
.processbar .processbarwrap {
	margin: 10px 0;
	position: relative;
}
.processbar .processbarwrap .processtitle {
	display: inline-flex;
	align-items: center;
}
.processbar .processbarwrap .processtitle .processcircle {
	display: inline-block;
	width: 60px;
	height: 60px;
	content: "";
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	text-align: center;
	z-index: 2;
}
.processbar .processbarwrap .processtitle .processcircle span {
	display: inline-block;
	line-height: 1.4rem;
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	top: 1.8rem;
}
.processbar .processbarwrap .processtitle .title {
	margin: 10px;
	font-weight: bold;
	font-size:1.4rem;
}
.processbar .processbarwrap .processtxt {
	padding-left: 50px;
}
.processbar .processbarwrap .processtxt .txt {
	margin:5px;
	font-size: 1.3rem;
}
.processbar .processbarwrap .processbenefit {
	position: relative;
	margin: 30px auto 30px 50px ;
	padding: 0 15px;
	border: solid 3px #1378FF;
	border-radius: 8px;
}
.processbar .processbarwrap .processbenefit .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 1.4rem;
	background-color:#f7fafc;
	color: #1378FF;
	font-weight: bold;
}
.processbar .processbarwrap .processbenefit p {
	font-size: 1.3rem;
}
.processbar .processbarwrap .processline {
	width: 1px;
	height: calc(100% + 1em);
	background-color: #000;
	position: absolute;
	top: 30px;
	left: 32px;
	z-index: 1;
}
.processbarwrap:last-of-type .processline:last-of-type {
	display: none;
}
/*事例紹介*/
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
 .card_list{
	width:100%;
	margin:0 auto 60px;
}
 .card_list .card_item {

	margin: 30px auto;
	border: 1px solid #e3e3e3;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
}
 .card_list .card_item .thum_box {
	width: 100%;
	height: 250px;
	overflow: hidden;
	background: #efefef;
	position: relative;
}
 .card_list .card_item .thum_box img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
 .card_list .card_item .text_box {
	width: 100%;
	padding: 20px 20px 0 20px;
}
 .card_list .card_item .title {
	font-size: 1.4rem;
}
 .card_list .card_item .desc {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	font-size: 1.2rem;
	text-align:justify;
}
 .card_list .card_item .item-btn {
	margin:0 auto 30px;
	border: 1px solid rgba(19,120,255,1);
	border-radius:1rem;
	padding:0 10px;	
}
 .card_list .card_item .item-btn a > p{
	font-size:1.2rem;
	color:rgba(19,120,255,1);
	margin:10px;
	padding:0;
}
/*ブランドコンサルティングの浸透度*/
.graf-fig{
	width:100%;
	max-width:670px;
	height:auto;
	margin:10px auto;
}
.graf-fig .note{
	margin:10px auto;
	text-align:center;
	font-size:1.2rem;
}
/*ビーエムウィンのブランドコンサルティング*/
.tablewrap table {
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
.tablewrap table thead th{
	padding: 1em .8em;
	border-right: 5px solid #fff;
}
.tablewrap table th:first-of-type {
	width: 80px; /* タイトル列の幅 */
	font-weight:bold;
}
.tablewrap table tr {
	background-color: #fff;
	padding: .35em;
}
.tablewrap table tr:nth-child(even){
	background-color: #f9f9f9;
}
.tablewrap table td {
	padding: .7em;

}
.tablewrap table th,.tablewrap table td {
	vertical-align: middle;
	font-size:1.4rem;
}
.plan1{
	background: #1378ff;
}

.plan2{
	background: #5de0e6;
}

.plan1 p ,.plan2 p{
	color: #fff;
	font-weight:bold;
	font-size:1.6rem;
}
.plan-btn{
	background:#fe9c00;
	color:#fff;
	padding: 0.5em;
	border-radius:30px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:1.4rem;
}
.plan-btn:hover{
	background:#fec700;
	color:#fff;
	margin:0;
	padding: 0.5em;
}
/*資料請求ボタン */
.voucher{
	margin:0 auto;
	width:100%;
}
.voucher-desc{
	width:100%;
}
.voucher-fig{
	margin:0 auto;
	width:80%;
	max-width:400px;
}
.btn,
a.btn,
button.btn {
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	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: 300px;
	margin: 30px auto;
}

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

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;
}
/*ブランディングとは3ブロック*/
.container3{
	display:flex;
	flex-flow: column;
	margin:0 auto;
}
.container3in{
	width:100%;
	max-width:500px;
	margin:0 auto;
}
.container3in-boeder{
	padding:10px 20px;
	border:1px solid #1378FF;
	border-radius: 0.5rem;
}
.container3inarrow{
	position: relative;
	margin:30px auto;
}
.container3inarrow span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin:0 auto;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #1378FF;
}
.container3 .container3in .circle {
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #1378FF;
}

.container3 .container3in .circle span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :160px;
	text-align:center;
	color:#fff;
	font-size:1.6rem;
}
.container3-arrow{
	width:5%;
	position: relative;	
}
.container3 .arrow{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	border: 12.5px solid transparent;
	border-right: 0 solid transparent;
	border-left: 20px solid #1378FF;
}
/*ブランディングとは「プロセス」*/
	


/*ブランディングとは番号つきリスト*/
.article .processlist li {
	list-style-type: decimal;
	list-style-position:inside;
	line-height:2;
}
.article ul {
	margin:10px auto;
}
.article ul li {
	list-style-type: disc;
	list-style-position:inside;
	line-height:1.8;
}
/*体験者の声*/
.cover{
	margin:25px auto;
	width:100%;
	padding:25px 5% 50px;
	background: #f4f4f4;
}
.cover > h2{
	width:84%;
	margin:30px auto;
}
.voicewrap{
	margin:30px auto;
	width:84%;
}
.voicewrap .voice{
	width:100%;
	margin:10px auto;
	padding:30px 5%;
	border-radius: .5rem;
	background-color: #fff;
	height:300px;
	overflow: scroll;	
}
.voicewrap .voice h4{
	font-weight:bold;
	color:black;
	font-size:1.6rem;
}
.voicewrap .voice .voiceIN{
	margin-top:30px;
	padding-top:10px;
	border-top:1px solid #1378FF;
}
/*ブランド相談室*/
.banner{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	border: none;
}
/*お問合せ*/
  .contact {
    width: 100%;
    margin: 30px auto
  }

  .contactin {
    width: 100%;
    margin-bottom: 30px
  }

  .contact table {
    border-collapse: collapse
  }

  input[type="text"],
  input[type="submit"],
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none
  }

  input[type="text"],
  textarea {
    background: #f8f8f8;
    display: block;
    font-size: 16px;
    padding: 12px 15px;
    width: 100%;
    transition: 0.8s;
    border-radius: 0
  }

  input[type="text"]:focus,
  textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
  }

  textarea[name="content"] {
    display: inline-block;
    width: 100%
  }

  input::placeholder,
  textarea::placeholder {
    color: #ccc
  }

  ::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1
  }

  ::-moz-placeholder {
    color: #ccc;
    opacity: 1
  }

  :-ms-input-placeholder {
    color: #ccc;
    opacity: 1
  }

  .form-table {
    width: 100%
  }

  .form-table th,
  .form-table td {
    display: block;
    width: 90%
  }

  .form-table th {
    padding: 20px 10px 0 30px;
    position: relative;
    text-align: left
  }

  .form-table td {
    padding: 0 10px 0
  }

  .necessary {
    margin-left: 8px;
    background-color: #ffa6a6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    font-size: 14px
  }

  a.btn-request,
  input[type="submit"] {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    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: .1em;
    border-radius: .5rem;
    margin: 0 auto;
    color: #fff;
    background-color: #1378ff;
    border-radius: 100vh
  }

  a.btn-request:hover,
  input[type="submit"] {
    padding: 10px
  }

  .btn-request-center {
    text-align: center
  }
/*サイドバー*/
.side{
	width:100%;
	height:300px;
}
/*おすすめ記事*/
.side .Recommend{
	margin:30px auto;
	padding:20px 0;
	height: 300px;
}
.side .Recommend .Recommendlist{
	display:flex;
	justify-content: space-between;
	border-bottom:solid 1px #ccc;
	margin:10px auto;
}
.side .Recommend .Recommendlist .RecommendlistL{
	width:92px;
	height:50px;
}	
.side .Recommend .Recommendlist .RecommendlistR{
	flex:1;
	height:50px;

}
.side .Recommend .Recommendlist .RecommendlistR p{
	margin-left:10px;
	font-size:1.4rem;
	}	
}