@charset "utf-8";

/* ===========================================================================
  body
============================================================================= */
body#nagoya-capital-partners #content {
	font-size: 1.6rem;
}


/* ===========================================================================
  h1
============================================================================= */
body > .h1 h1 {
	width: 100%;
}
.h1 {
	max-width: 1060px;
	margin: 0 auto;
	line-height: 1;
	position: relative;
}
body > .h1 h1.h1_heading01 {
	padding: 20px 0 83px;
}
.h1_heading01.is-logo {
	padding: 25px 0 75px;
}
.h1_logo {
	max-width: 50%;
}
.h1_subText {
	display: block;
	font-size: 2.2rem;
	margin-bottom: 10px;
}


/* ===========================================================================
  h1menu
============================================================================= */
.h1menu {
	border-top: solid 1px #119cc5;
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	z-index: 1;
}
.h1menu_list { 
	border-top: solid 4px #086783;
	display: -ms-flexbox;
	display: flex;
}
.h1menu_item {
	width: calc(100% / 7);
	text-align: center;
	background-color: #fff;
	border-bottom: solid 4px #cacaca;
}
.h1menu_item:nth-child(n+2) {
	border-left: solid 1px #a6a6a6;
}
.h1menu_item:first-child { border-radius: 0 0 0 14px;}
.h1menu_item:last-child { border-radius: 0 0 14px 0;}
.h1menu_link {
	display: block;
	padding-block: 5px 16px;
	color: #000;
}
.h1menu_icon {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto 13px;
	border-radius: 50%;
	background: #f0efec no-repeat center/auto 33px;
}
.h1menu .close_btn { display:none;}

/*-- 個別設定 --*/
.h1menu_item.is-index .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu01.png);}
.h1menu_item.is-message .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu02.png);}
.h1menu_item.is-business-funds .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu03.png);}
.h1menu_item.is-venture-funds .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu04.png);}
.h1menu_item.is-restructuring-funds .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu05.png);}
.h1menu_item.is-regional-revitalization-fund .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu06.png);}
.h1menu_item.is-company .h1menu_icon { background-image: url(../about/nagoya-capital-partners/img/icon_menu07.png);}
#nagoya-capital-partners.body-index .h1menu_item.is-index,
#nagoya-capital-partners.body-message .h1menu_item.is-message,
#nagoya-capital-partners.body-business-funds .h1menu_item.is-business-funds,
#nagoya-capital-partners.body-venture-funds .h1menu_item.is-venture-funds,
#nagoya-capital-partners.body-restructuring-funds .h1menu_item.is-restructuring-funds,
#nagoya-capital-partners.body-regional-revitalization-fund .h1menu_item.is-regional-revitalization-fund,
#nagoya-capital-partners.body-company .h1menu_item.is-company { background-color: #ddf6fa;}
#nagoya-capital-partners.body-index .h1menu_item.is-index .h1menu_icon,
#nagoya-capital-partners.body-message .h1menu_item.is-message .h1menu_icon,
#nagoya-capital-partners.body-business-funds .h1menu_item.is-business-funds .h1menu_icon,
#nagoya-capital-partners.body-venture-funds .h1menu_item.is-venture-funds .h1menu_icon,
#nagoya-capital-partners.body-restructuring-funds .h1menu_item.is-restructuring-funds .h1menu_icon,
#nagoya-capital-partners.body-regional-revitalization-fund .h1menu_item.is-regional-revitalization-fund .h1menu_icon,
#nagoya-capital-partners.body-company .h1menu_item.is-company .h1menu_icon { background-color: #fff;}


/* ===========================================================================
  h2
============================================================================= */
#content .section .inner > .h2 h2 {
	border-top-color: #009cb3;
}


/* ===========================================================================
  pagepath
============================================================================= */
.pagepath ul li p {
	padding: 13px 20px 13px 0;
	color: #fff;
}
.pagepath ul li.none {
	display:none;
}


/* ===========================================================================
  section
============================================================================= */
/*
.section.is-top {
	padding-top: 90px;
}
*/
.section.news {
	background-color: #d5eff3;
}
.section .news_area.border-none {
    border: none;
    background-color: #fff;
}
#content .section .block {
	border-radius: 10px;
}
#content .section .inner > .h2.is-top h2 {
    border-top: none;
}


/* ===========================================================================
  pagelink2
============================================================================= */
.pagelink2.bg-white {
	background-color: #fff;
}


/* ===========================================================================
  copyArea
============================================================================= */
.copyArea {
	background-color: #009cb3;
}


/* ===========================================================================
  copy
============================================================================= */
footer .copy {
	padding-block: 23px 20px;
	color: #fff;
	font-size: 1.2rem;
}

.imgName {
	max-width: 290px;
}


/* ===========================================================================
  mv
============================================================================= */
.mv {
	background: url("../about/nagoya-capital-partners/img/index/mv_bg.png") repeat center top/contain;
	text-align: center;
}
.mv_img {
	display: inline-block;
	max-width: 1060px;
	margin: 0 auto;
	vertical-align: bottom;
}


/* ===========================================================================
  table
============================================================================= */
table.t-style01 thead th,
table.t-style02 thead th {
    background-color: #007a8d;
}


/* ===========================================================================
  news
============================================================================= */
.section .news_area {
	background-color: #fff;
}
.body-news .section .news_area {
	border: none;
}
.section .news_area .title {
	background-color: #007a8d;
}


/* ===========================================================================
  pagelink2
============================================================================= */
.pagelink2 {
	background-color: #fff;
}


/* ===========================================================================
  util
============================================================================= */
.ta-center {
	text-align: center;
}
.ta-right {
	text-align: right;
}
.fw-b {
	font-weight: bold;
}

@media screen and (max-width: 1245px) {
    footer .pagetop a::after, footer .pagetop.on a::after {
        content: none;
    }
}

@media screen and (max-width:1024px) {
	/* ===========================================================================
	  section
	============================================================================= */
	/*
	.section.is-top {
		padding-top: 60px;
	}
	*/


	/* ===========================================================================
	  h1
	============================================================================= */
	body > .h1 h1 {
		width: 96%;
	}
	.h1_heading01 { padding-bottom: 95px;}
	.h1_heading01.is-logo { padding-bottom: 83px;}


	/* ===========================================================================
	  h1menu
	============================================================================= */
	.h1menu { 
		font-size: 1.1rem;
		bottom: -28px;
	}


	/* ===========================================================================
	  br
	============================================================================= */
	.br_l { display: none;}


	/* ===========================================================================
	  ページ別スタイル
	============================================================================= */
	/* index */
	#bs.body-index .topImg {
		height: auto;
	}
}

@media screen and (max-width:767px) {
	body#nagoya-capital-partners #content {
		font-size: 1.4rem;
	}
	body#nagoya-capital-partners {
		padding-top: 0;
    }
	

	/* ===========================================================================
	  section
	============================================================================= */
	/*
	.section.is-top {
		padding-top: 15px;
	}
	*/


	/* ===========================================================================
	  br
	============================================================================= */
	.br_s { display: none;}


	/* ===========================================================================
	  h1
	============================================================================= */
	.h1 { width: 100%;}
	body > .h1 h1.h1_heading01 {
		width: 96%;
		margin: 0 auto;
		padding: 15px 68px 15px 0;
		font-size: 1.8rem;
		background: url(../about/nagoya-capital-partners/img/btn_menu_off.png) no-repeat right center/66px 28px;
	}
	.h1_heading01.open{
		background-image: url(../about/nagoya-capital-partners/img/btn_menu_on.png);
	}
	.h1_heading01.is-logo { padding: 9px 0 6px 0;}
	/*.h1_logo { width: 160px;}*/
	.h1_subText {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.h1_logo {
		max-width: 80%;
	}


	/* ===========================================================================
	  h1menu
	============================================================================= */
	.h1menu {
		display: none;
		bottom: auto;
		border-top-color: #cdcdcd;
	}
	.h1menu_list {
		border-top: none;
		display: block;
	}
	.h1menu_item {
		position: relative;
		width: 100%;
		text-align: left;
		border-bottom: none;
	}
	.h1menu_item:nth-child(n+2) {
		border-left: none;
		border-top: solid 1px #cdcdcd;
	}
	.h1menu_item:nth-child(n) {
		border-radius: 0;
	}
	.h1menu_item::after {
		content: "\e903";
		position: absolute;
		top: 50%;
		right: 2%;
		margin-top: -5px;
		font-size: 10px;
		font-family: 'icomoon';
		font-weight: normal !important;
		color: #086783;
	}
	.h1menu_link {
		padding: 8px 2%;
	}
	.h1menu_icon {
		display: inline-block;
		width: 28px;
		height: 28px;
		margin: 0 10px 0 0;
		background-size: auto 20px;
		vertical-align: middle;
	}
	.h1menu .close_btn {
		display: block;
		padding: 18px 0;
		background-color: #555;
		text-align: center;
		color: #fff;
		font-size: 1.2rem;
		cursor: pointer;
	}
	.h1menu .close_btn .icon{
		margin-right: 5px;
	}
	.imgName {
		max-width: 200px;
	}


	/* ===========================================================================
	  pagepath
	============================================================================= */
	.pagepath ul li p {
		padding: 20px 2px 20px 13px;
	}
    .pagepath ul li:first-of-type p {
        padding: 20px 0 20px 5px;
    }


	/* ===========================================================================
	  news
	============================================================================= */
	.section .news_area ul {
		font-size: 1.2rem;
	}
	.section .news_area ul li .date {
		width: 100%;
		margin-bottom: 5px;
		padding-left: 1em;
	}
	.section .news_area ul li .date::before {
		margin-top: -6px;
		font-size: 8px;	
	}
}