@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nikukyu.css);
 
font-family: 'Noto Sans JP';
font-family: 'Sawarabi Gothic';
#4169E1


濃い青0C3683
薄い青8fa7f0
紫6E41E2
パステル青2FC6DB
文字色　ダークグレー
見出し　暗いグレー
Text RGB [50, 50, 50] 〜 RGB [60, 60, 60]

Sub Text RGB [80, 80, 80] 〜 RGB [90, 90, 90]




*/
/* ハックでIE6,7のみに適用 */
html*.menulogo {
	display: inline;
	zoom: 1;
}

body{

  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif/*'Noto Sans JP', sans-serif*/;
	position: relative;
	/*margin-left:10px;*/
/*	background-color: #FFF;
	background: -webkit-radial-gradient(top, ellipse cover, #E5EBFB 0%, #FFF 100%);
	background: -moz-radial-gradient(top, ellipse cover, #E5EBFB 0%, #FFF 100%);
	background: -ms-radial-gradient(top, ellipse cover, #E5EBFB 0%, #FFF 100%);
	background: -o-radial-gradient(top, ellipse cover, #E5EBFB 0%, #FFF 100%);
	background: radial-gradient(ellipse at top, #E5EBFB 0%, #FFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5EBFB', EndColorStr='#FFF'); }

	background: radial-gradient(white, #E5EBFB);
*/
}

a { color: #333;}
a:hover { color: #666;}
dt { font-weight: normal;}

.navbar-nav,.foot-menu,.copy,
h1,h2,h3, h4 {letter-spacing: 0.08rem;}


/*　ナビゲーション　*/
.menu {
	margin-left:-15px;
}

.navbar-nav li a,
.foot-menu li a { font-size: 12px;}

.list-inline>li + li { margin-left: 20px;} 

.navbar-default {
	background-color:#FFF;
}
.navbar-brand {
	font-size: 20px;
}

.navbar-default {
	border: none;
}

#hknavbar {
/*	margin-right:20px;*/
}

.navbar-default .navbar-nav > .open > a
 {
color: #777;
background-color:transparent;
}
avbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
color: #333;
background-color:transparent;
}


#content {
  margin-top:70px;
  margin-bottom: 100px;
}
/*　メニュー関連　*/
.menulogo {
	display: inline-block;
		top:-20px;
}
.menulogo img {
	/*margin-top:-10px;*/
	height:40px;

}

/*　共通　*/

dl.topdateplan dt {
    border-bottom:1px dotted #ededed;
    overflow:visible;
    text-align:left;
    text-overflow: clip;
    white-space:pre;         /* CSS 2.0 */
    white-space:pre-wrap;     /* CSS 2.1 */
    white-space:pre-line;     /* CSS 3.0 */
    white-space:-pre-wrap;     /* Opera 4-6 */
    white-space:-o-pre-wrap; /* Opera 7 */
    white-space:-moz-pre-wrap; /* Mozilla */
    white-space:-hp-pre-wrap; /* HP Printers */
    word-wrap:break-word;     /* IE 5+ */
}


section {
	display: block;
}
.section-title {
	/*margin-bottom:50px;*/
}

.p16 {
	font-size: 16px;
}
.p24 {
	font-size: 24px;
}


/*
h3::before {
	content:"\e006";
	font-family: "Glyphicons Halflings";
	color:#1D4CD8;
	display:block; 
	position: absolute;
	z-index:20;
	left: 5px;
	font-size:1em;
}
*/
.sub-title { margin-top:30px;}

.title-img { width:514px;}
.top_main_title { margin: 50px auto 94px;}

.img-container--table-cell {/*　横並びの高さ合わせる　*/
 position: relative;
 /*display: table-cell;*/
 vertical-align: top;
 text-align: center;
 text-align: center;
}

a.btn-blue {
	background-color:#4169E1;
	color:#FFF;
	padding: 3px 12px 6px 12px;
}

a.btn-blue:hover {
	background-color:#4169E1;
	color:#FFF;
}

a.btn-blue:active {
	background-color:#4169E1;
	color:#FFF;
	box-shadow:none;
}
.btn-white {
}

.btn-round {
	border-radius:15px;
	padding: 3px 12px 6px 12px;
}


.row-eq-height {/*　横並びの高さ合わせる　*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-wrap: wrap;
 }

.panel-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  .panel {
    height: 97%;
    margin-bottom: 3%;
  }
}

.panel {
    height: 97%;
    margin-bottom: 3%;
}

/*　ナビゲーション関連　*/



/*　メンバーリスト共通　*/
.member-list{
	margin-bottom:50px;
}
.member-name-parts {
	margin-bottom:1rem;
}
.member-name{
	display: table-cell;
	font-size: 24px;
    display: inline-block;  /* インラインブロック化 */
    vertical-align: bottom; /* 下端を揃える */
}
.member-status{
	/*float:left;*/
	margin-left:1em;
	font-size: 14px;
    display: inline-block;  /* インラインブロック化 */
    vertical-align: bottom; /* 下端を揃える */
    padding-bottom:2px;
}
.img-member {
	margin-bottom:10px;
}






#footer {
	margin-top:50px;
}

#footer .foot-menu {
	margin-bottom:45px;
}

#footer .foot-menu a{
	color:#666;
}

#footer .foot-menu a:hover{
	color:#333;
	text-decoration:none;
}


#footer .copy{
	color:#999;
	margin-top:30px;
	margin-bottom:50px;
	font-size:10px;
	line-height: 1;
}


/* social icon */

.social-menu { font-size: 12px;}
.social-menu .cl_fb { color:#3b5998;}
.social-menu .cl_tw { color:#00a1e9;}
.social-menu .fa-stack-1x { color: #fff;}
.social-menu li + li { margin-left: 0.7em;}




.grad-wrap01, .grad-wrap02 {
  position: relative;
}

.grad-wrap01.well, .grad-wrap02.well {
	z-index:-1000;
	background-color:#FFF;
}

.grad-wrap01 + .grad-wrap01 ,.grad-wrap02 + .grad-wrap02 {
  margin-top: 20px;
}

.list-group {
  margin-bottom: 0;
}

.blk-list-report01 .dl-horizontal, .blk-list-report02 .dl-horizontal {
}

.blk-list-report01 dt, .blk-list-report02 dt {
	padding-top: 10px;
	text-align: left;
	color: #666666;
	font-weight: normal;
	white-space: normal;
}

.blk-list-report01 dd, .blk-list-report02 dd {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
}

.btn-more {
	margin-top:20px;
}


.blk-list-report01 dd, .blk-list-report02 dd ,
.blk-list-report01 dt, .blk-list-report02 dt {
	border-top: 1px solid #999;
/*
	width:auto;
	margin-left:auto;
	display:inline-block;
*/
}

/*
.blk-list-report01-trigger, .blk-list-report02-trigger {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);  ボタンのスタイルはご自由にどうぞ
}*/
/*
.blk-list-report01-trigger::after, .blk-list-report02-trigger::after {
  content: "続きを読む" クリック前のボタンのラベル
}
*/
.blk-list-report01, .blk-list-report02{
border-bottom: 1px solid #999;
  position: relative;
  overflow: hidden;
}
/*.blk-list-report01.is-hide, .blk-list-report02.is-hide {
  height: 400px; 隠した後の高さ
}*/
/*.blk-list-report01::before, .blk-list-report02::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 80px; グラデーションで隠す高さ
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); 
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%); 
}*/
.blk-list-report01-trigger.is-show, .blk-list-report02-trigger.is-show {
  bottom: -2em;
}
.blk-list-report01-trigger.is-show::after, .blk-list-report02-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.blk-list-report01-trigger.is-show + .blk-list-report01::before, 
.blk-list-report02-trigger.is-show + .blk-list-report02::before {
  display: none;
}

.blk-list-report01 dd, .blk-list-report02 dd {
	/*background-color:#FFF;*/


}
.blk-list-report01 a, .blk-list-report02 a {
}

a.btn-report01::after, a.btn-report02::after {
  content: " more ";
}

a.btn-report01[aria-expanded="false"]::after,
a.btn-report02[aria-expanded="false"]::after {
  content: " more ";
}


a.btn-report01[aria-expanded="true"]::after ,
a.btn-report02[aria-expanded="true"]::after {
  content: " close ";
}


#page-top
{
	margin: 0 ;
	padding: 0 ;
	display:none;
}
 
#page-top p
{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 16px ;

}

#move-page-top
{
	display: block ;
	font-size:30px;
	color:#CCC;
	width: 30px ;
	height: 30px ;

	line-height: 30px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
	cursor:pointer;
}

#move-page-top:hover
{
	opacity: 0.85 ;
}



h1 {/*　ページタイトル　*/
	/*font-size: 32px;*/
	margin-bottom:50px;
	position: relative;
}
h2 {}

h3 {/*　小項目　*/
	/*font-size: 20px;*/
	padding: 7px 0 5px 0;
	line-height: 1.3;

}

h4 { font-size: 19px;}

/* text */

html,body { font-size: 16px;}
dl { font-size: 0.875rem;}

.lead_l { font-size: 27px; line-height: 1.5em;}
.lead,.lead p { font-size: 20px; font-weight: 400; line-height: 2em; margin-bottom: 0;}
.text_l,.text_l p { font-size: 18px; line-height: 2em;}
.text_s { font-size: 14px; line-height: 1.8em;}
.text_ss { font-size: 12px;}

.text_l p + p,
.lead p + p { margin-top: 1.5em;}
p { line-height: 1.8;}

/* yohaku */
.mt-0 { margin-top: 0;}
.mt-1 { margin-top: 0.25rem;}
.mt-2 { margin-top: 0.5rem;}
.mt-3 { margin-top: 1rem;}
.mt-4 { margin-top: 1.5rem;}
.mt-5 { margin-top: 3rem;}

.mb-0 { margin-bottom: 0;}
.mb-1 { margin-bottom: 0.25rem;}
.mb-2 { margin-bottom: 0.5rem;}
.mb-3 { margin-bottom: 1rem;}
.mb-4 { margin-bottom: 1.5rem;}
.mb-5 { margin-bottom: 3rem;}
.mb-6 { margin-bottom: 5rem;}
.mb-7 { margin-bottom: 7rem;}
.mb-8 { margin-bottom: 8rem;}
.mb-10 { margin-bottom: 10rem;}
.mb-15 { margin-bottom: 15rem;}

.pt-3 { padding-top: 3rem;}
.pt-5 { padding-top: 5rem;}

/* corner title area */
.top-title-area, .project-title-area {
	background-color:#F9D3E3;
	margin-bottom: 50px;
}
/*.top-title-area, */.project-title-area .project_title{
	display: flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	height: 474px;
}
.top-title-area { padding: 3em 0;}

/* bg arrow */
body { background: url(../img/bg_arrow.png) no-repeat left 50vw bottom 172px;}

.img-full {width: 100%; height: auto;}

/*----------------------*/
/* top page */
/*----------------------*/

body#home .top-title-area .title { font-size: 42px; margin-bottom: 2rem;letter-spacing: 0.1rem;
 font-family: YakuHanJP,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

/*.top_main_title, */.project_title {
/*	text-align:center;*/
	/*margin:50px 0 50px 0;*/
}
.top_main_title h1 { margin-bottom: 0;}


.top_main_title .title {
/*	text-align:center;*/
	margin:0 0 60px 0;
}
.top_main_title .read {
/*	text-align:center;*/
	line-height:2em;
}

.top_topics {
/*	text-align:center;
	margin:50px 0 30px 0;*/
}
.top_function {
/*	text-align:center;*/
	margin:20px 0 30px 0;
}

.top_news { border-top: solid 1px #CCCCFF;}

table.topics_list { font-size: 0.81rem; line-height: 1.6;}
table.topics_list th { font-weight: normal; width: 8rem; letter-spacing: 0rem;}
table.topics_list th, table.topics_list td {
  padding: 1.2rem 0.2rem;
  border-top: solid 1px #999;
}
/*table.topics_list a { color: #333;}*/






#home h3 { margin-top: 0;}

.topics_list .topics_date {
    position: absolute;
    left: 0;
    padding: 10px 0 10px 0;
    width: 5em;
	color:#666;
	font-size: 12px;
    }

.topics_list .topics_comment {
    padding: 10px 3px 10px 7em;
    border-bottom: solid 1px #CCCCFF;
}

.topics_list .topics_date , .topics_list .topics_comment {

}
#top_project_area .section-title p { color:#006DB2;}
#top_project_area .section-title { background: url(../img/top/logo_icon.png) no-repeat 0 0; background-size: auto 100%; display: inline-block; padding-left: 140px;}

.philosophy_list { border-spacing: 16px;border-collapse:separate;}
.philosophy_list td { background-color: #ccc; padding: 0.5em 1em; font-size: 12px;}
.philosophy_list tr:last-child td:last-child { background-color: #fff;}
@media (max-width: 767px) {
	.philosophy_list { border-spacing: 0px;}
	.philosophy_list.row { margin-left:0; margin-right: 0;}
	.philosophy_list td { display: block; margin-bottom: 0.5em;}
}


/*************************************************/
/* Project */
/*************************************************/


#project_shino .project_title h1 {width: 530px; margin: 20px;}
#project_02 .project_title h1 {width: 550px; margin: 0;}
#project_posi .project_title h1 {width: 740px; margin: 20px;}
#project_kenjin .project_title h1 {width: 950px; height: 474px;margin: 0; background-color: #000;}
#project_aka .project_title h1 {height: 100%; margin: 0;}


/*----------------------*/
/* Project index */
/*----------------------*/

.project-btn-waku {
	text-align:center;
	/*width:290px;*/
	height:163px;
	background-color:#F9D3E3;
	position: relative;
	margin: 0 auto;
}
.project-btn-waku a {}
.project-btn-waku img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    -webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
/* メニュー拡大用 */

/*#project_index .grow { 
  width: 100%;
  height: 100%;
  position: absolute;
  top:0; bottom: 0; left:0; right: 0;
  background-color: #F9D3E3;
  -webkit-transition:all 0.1s ease-out;
  -moz-transition:all 0.1s ease-out;
  -ms-transition:all 0.1s ease-out;
  -o-transition:all 0.1s ease-out;
  transition:all 0.1s ease-out;
}*/

#project_index #content { margin-bottom: 240px;}
#project_index #content .img-container--table-cell { margin-bottom: 15px;}

.project-title p {
	margin :20px 0;
	font-size:1.125rem;
	color:#999;
}
.project-info { font-size: 0.875rem; text-align: left;}


/*----------------------*/
/* Project01 */
/*----------------------*/

#project_shino .collapse > table.topics_list { border-bottom: #999 solid 1px;}
#project_shino .collapse table.topics_list + h3 { margin-top: 3rem;}

/*#project_shino .member-list .col-sm-4 { position: relative;}
#project_shino .member-list .col-sm-4 div { position: absolute; bottom: 0;}*/
#project_shino #progect_book_area .col-md-4 .book_title { line-height: 1.4;}
#project_shino #progect_book_area .col-md-4 .book_author { font-size: 0.875rem;}
#project_shino #progect_book_area .col-md-4 { margin-bottom: 3rem;}
#project_shino #progect_book_area .col-md-4 .btn { margin-top: 0.3rem;}

#project_shino #progect_book_area .img-container--table-cell img { width: 150px; border: #999 solid 1px;}

#project_shino .btn-default:hover { background-color: #337ab7; color: #fff;}


/*----------------------*/
/* Project_posi Positivision */
/*----------------------*/

#project_posi .planning {}
#project_posi .bg_arrow {
  background: url(../img/project/posi/project_03_arrow.png) no-repeat top center; 
  background-size: auto 100%;
  height: 250px;
  line-height: 14.3em;
  font-size: 27px;
  vertical-align: middle;
  margin: 1.5em 0 2em ;
  }

 .planning_no,
 .planning_name { 
  color: #727171;
  font-size: 30px;
  }
.planning_img { margin: 1em 0 1.5em;}
.img-circle { border: 1px solid #000;}

/*----------------------*/
/* Project04 賢人会議 */
/*----------------------*/

#project_kenjin .project_title img { width: auto; height: 474px;}
#project_kenjin .container-fluid { padding: 0;}
#project_kenjin h2 { font-size: 21px;}

#project_kenjin .lead_l { line-height: 2em;}

#project_kenjin .member .row > div:nth-child(2) { background-color: #9FD9F6;}
#project_kenjin .member .row > div:nth-child(2) { padding: 1rem 0.8rem;}
#project_kenjin .member .row > div:nth-child(2) p { margin-bottom: 0;}
#project_kenjin .member .lead { line-height: 1; margin: 0.5rem 0 0.1rem; }

#project_kenjin .point_list { margin-bottom: 50px;}
#project_kenjin .point_list > div { padding: 1rem 0;}
#project_kenjin .point_list.text_l { line-height: 1.5;}

#project_kenjin .point_list div div.point {
  background-color: #0075C9; 
  color: #fff; 
  white-space:nowrap; 
  padding: 15px; 
  min-width: 145px;
  /*font-weight: 700;*/
}

/*#project_kenjin .work .col-sm-4 { background: url(../img/project/kenjin/kenjin_arrow.png) no-repeat center top; background-size: 90% auto; min-height: 300px;}*/
#project_kenjin .work .col-sm-4 .no {color: #727171;font-size: 30px;}
#project_kenjin .work .col-sm-4 .step { text-align: center; padding: 2.5rem 1rem 1.5rem; display: inline-block;}
#project_kenjin .work .col-sm-4 .step p { line-height: 1.6;}
#project_kenjin .work .col-sm-4 .step p.lead_l { color: #0075C9;}
#project_kenjin .work h3 { border-bottom:#9FA0A0 solid 1px; }

#project_kenjin .panel-primary .panel-heading { background-color: #0075C9;}
#project_kenjin .panel-primary dd { text-indent: -1.4em; padding-left: 1em;}
#project_kenjin .col-sm-4 {position: relative;}
#project_kenjin .work .col-sm-4:not(:last-child):after { 
position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -45px;
  box-sizing: border-box;
  width: 15px;
  height: 50px;
  border: 30px solid transparent;
  border-left: 30px solid #9FD9F6; }

/*----------------------*/
/* Project05 紅組 */
/*----------------------*/
#project_aka .project-title-area .project_title {
  background: #F9D3E3 url(../img/project/akagumi/akagumi_mainimg.jpg) no-repeat top left;
  background-size: auto 100%;
}
#project_aka .project_title h1 {  display: block; margin-left: auto; margin-right: 20px;}
_:-ms-input-placeholder, :root #project_aka .project_title h1 {
  margin-right: auto;
}

#project_aka .project_title img { width: auto; height:100%;}


.aka-member-list:first-child {
	border-top: 1px solid #999;
}
.aka-member-list {
	border-bottom: 1px solid #999;
	padding : 1.5rem  1rem  1.5rem 95px;
	background: url(../img/project/akagumi/akagumi_list_arrow.png) no-repeat 0 1.5rem; background-size: 65px auto;
}
.aka-member-list .text_l { line-height: 1; margin-bottom: 0.5rem;}
.aka-member-list .text_ss { line-height: 1.6;}

.aka-midashi {
	margin-top:20px;
	border-bottom:1px solid red;
	height:30px;
	font-size: 16px;
}

.aka-midashi1 {
	position:absolute;
	display:inline-block;
	height:30px;
	width:7em;
	border-left:1px solid red;
	border-top:1px solid red;
	border-right:1px solid red;
	border-bottom:1px solid #FFF;
	background-color:#FFF;
	margin:0 0 -2px 0;
	
	color:red;
}
.aka-midashi1 p {
	margin:2px 10px 0px 15px;
	text-align:center;
}

.aka-midashi-comment p {
	margin:15px 0 20px 0;
}

.aka-midashi2 {
	position:absolute;
	display:inline-block;
	height:30px;
	width:7em;
	border-left:1px solid red;
	border-top:1px solid red;
	border-right:1px solid red;
	border-bottom:1px solid #FFF;
	background-color:#FFF;
	margin:0 0 -2px 7em;
	
	color:red;
}

.aka-midashi2 p {
	margin:2px 10px 0px 15px;
	text-align:center;
}

.aka-midashi3 {
	position:absolute;
	display:inline-block;
	height:30px;
	width:7em;
	border-left:1px solid red;
	border-top:1px solid red;
	border-right:1px solid red;
	border-bottom:1px solid #FFF;
	background-color:#FFF;
	margin:0 0 -2px 14em;
	
	color:red;
}

.aka-midashi3 p {
	margin:2px 10px 0px 15px;
	text-align:center;
}

/*----------------------*/
/* Project06 未成年層マーケティング */
/*----------------------*/

#project_mitei h2 small { display: block; margin-bottom: 0.5rem;}
#project_mitei .label { display: block; font-size: 1rem; margin: 0.5rem 0; padding: 0.5rem 1rem; text-align: left;}

#project_mitei .panel,
#project_mitei .panel-heading,
#project_mitei .label { border-radius: 0;}
.panel-warning { border-color:#f0ad4e; }
.panel-warning>.panel-heading { background-color: #f0ad4e; color: #fff;}
.panel-danger { border-color:#d9534f; }
.panel-danger>.panel-heading { background-color: #d9534f; color: #fff;}
.panel-success { border-color:#5cb85c; }
.panel-success>.panel-heading { background-color: #5cb85c; color: #fff;}

.investment { list-style-type: none; border-top: 1px solid #9FA0A0; padding-left: 0;}
.investment li { border-bottom: 1px solid #9FA0A0; padding: 0.5rem;}
.investment li .no { display: inline-block;padding: 0.5rem 15px; background-color: #0075C9; color: #fff; margin: 0.2rem;}
.investment li:nth-child(1) .no { background-color: #337ab7;}
.investment li:nth-child(2) .no { background-color: #d9534f;}
.investment li:nth-child(3) .no { background-color: #f0ad4e;}
.investment li:nth-child(1) strong { color: #337ab7;}
.investment li:nth-child(2) strong { color: #d9534f;}
.investment li:nth-child(3) strong { color: #f0ad4e;}

#article_index h3 { margin-top: 0;}
#article_index h3 a { display: block; }
#article_index .member-list img { width: 160px; height: auto;}

#article_index h3 { border-bottom: #F9D3E3 solid 6px; margin-bottom: 1rem;}
#member h3 { /*display: inline-block;*/border-bottom: #F9D3E3 solid 6px; margin-bottom: 3rem;}
#member blockquote {
	padding:1rem;
	margin-bottom:1rem;
	font-size: 0.875rem;
	border-left:none;
	/*color: #666;*/
	background-color: #9FD9F6;
}

    .square-img{
    overflow: hidden;
    width: 160px;/* トリミングしたい枠の幅 */
    height: 160px;/* トリミングしたい枠の高さ */
    position: relative;
    border:1px solid #CCC;
    margin-bottom:10px;
}
.square-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  
  }
  
  
/*----------------------*/
/* Project エネルギー */
/*----------------------*/

  
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}

.bg_palepink {background-color: #F9D3E3;}
.bg_lightpink {background-color: #fde7f4;}

.wd_white { }

.energy_arrow {
background-color: #f456b3;
color: #fff;
height:48px;
text-align: center;
font-size: 16px;
line-height:1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.energy_arrow:before {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:12px solid transparent;
  border-top:12px solid #fff;
  border-right:12px solid #fff;
  right:0px;
  top:0px;
}
.energy_arrow:after {
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:12px solid transparent;
  border-bottom:12px solid #fff;
  border-right:12px solid #fff;
  right:0px;
  top:24px;
}

@media (max-width: 767px) {
.energy_arrow:before,
.energy_arrow:after { content: none;}
}

.inner { padding: 10px 15px;}
.text-center-sp { text-align: center;}
@media (max-width: 767px) {
.text-center-sp { text-align: left;}

}

#pro_energy h2 {color: #f456b3; font-weight: bold; text-align: center;}
.border_area { border: solid 1px #000; text-align: center;}

@media only screen and (min-width: 768px) {
.line_2 { 
height:48px;
text-align: center;
font-size: 16px;
line-height:1.2;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
}


/*----------------------*/
/* Project 大人コロコロ */
/*----------------------*/

#project_koro .imagelist { display: flex; flex-wrap: wrap;justify-content: space-between;}
#project_koro .imagelist p { width: calc((100% - (10px * 7)) / 8);}
#project_koro .imagelist p:nth-child(9) { margin-left:  calc((100% - (10px * 7)) / 16);}
#project_koro .imagelist p:last-child { margin-right:  calc((100% - (10px * 7)) / 16);}
@media only screen and (max-width: 979px) {
#project_koro .imagelist p:nth-child(9) { margin-left: 0}
#project_koro .imagelist p:last-child { margin-right: 0;}
#project_koro .imagelist p { width: calc((100% - (10px * 4)) / 5);}
}

@media (max-width: 767px) {
#project_koro .imagelist p { width: calc((100% - (10px)) / 2);}
}

@media only screen and (min-width: 768px) {
#top_project_area h2.energy-midashi { font-size: calc((100vw - 180px) / 20);}
}
@media (min-width: 981px) {
#top_project_area h2.energy-midashi { font-size: 40px;}
#top_energy_area .text-center img { width: 680px;}
}

.navbar-header p.header_logo img { height: 30px; width: auto;}
.navbar-header p.header_logo {
position: relative;
    float: left;
    padding: 10px 10px;
    margin-right: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
.navbar-header p.header_logo { padding-left:20px;}
.navbar-header p.header_logo img { height: 34px;}

}