@charset "UTF-8";
/* CSS Document */
/* ---------------------------------------------------------
企業様のご紹介、産総研担当者の声、産総研の支援内容、成果
--------------------------------------------------------- */
.relocalbox {
	width: 100%;
	margin: 50px 0;
}

.relocalbox p {
	margin: 0; 
	padding: 0 5px 0 10px;
}


#skinTypes.navy h2 {	
	background: none!important;
}

/* ---------------------------------------------------------
ポイント
--------------------------------------------------------- */
.point {
	margin: 0;
	padding: 0;
	color: #115c9e;
}
.point li {
  margin: 10px 0;
	list-style: none;
}


/* ---------------------------------------------------------
PC ポイント
--------------------------------------------------------- */
.pcView .point {
	font-size: 1.8rem;
}

/* ---------------------------------------------------------
モバイル　ポイント
--------------------------------------------------------- */
.spView .point {
	font-size: 1.6rem;
}

/* ---------------------------------------------------------
PC H2 タイトル
--------------------------------------------------------- */
.pcView .relocal_title {
	font-size: 2.0rem;
	color:#115c9e;
	clear: both;
}

.pcView .relocal_title.heading {
	position: relative;
	height: 60px;
	margin: 50px 0 30px;
	padding: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #115c9e;
	line-height: 60px;
	display: table;
	width: 100%;
}

.pcView .relocal_title.heading .caption {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 40px;
	background: #115c9e;
	color: #fff;
	font-size: 1.7rem;
}

.pcView .relocal_title.heading .caption:before{
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	right: 99.9%;
	top: 0;
	border: 0 solid transparent;
	border-width: 60px 37px 0 0;
	border-right-color:#115c9e;
}
.pcView .relocal_title.heading h2.title {
	padding: 3px 0 0 20px;
	font-size: 100%;
	display: table-cell;
	vertical-align: middle;
	line-height: 120%;
	max-width: 760px;
}

/* ---------------------------------------------------------
モバイル H2 タイトル
--------------------------------------------------------- */
.spView .relocal_title {
	margin: 50px 0 15px;
}

.spView .relocal_title.heading {
	position: relative;
	border-top: solid 1px #115c9e;
	border-bottom: solid 1px #115c9e;
}

.spView .relocal_title.heading span {
	font-size: 1.3rem;
	position: absolute;
	background: #115c9e;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 7px 12px 4px;
	line-height: 1;
}

.spView .relocal_title.heading h2.title{
	line-height: 1.4;
	background: none;
	margin: 0!important;
	padding: 0.5em 0.1em 0.3em 0.25em;
	font-size: 1.9rem;
}

/* ---------------------------------------------------------
PC H3 タイトル
--------------------------------------------------------- */
.head_line {
	margin: 0;
	color: #115c9e;
}

/* ---------------------------------------------------------
PC H3 タイトル
--------------------------------------------------------- */
.pcView .head_line {
	font-size: 1.9rem;
	position: relative;
	font-weight: normal;
	display: inline-block;
	background-color: #fff;
	margin-left: 20px;
	padding: 0 10px;
	background-image: none;
}

.pcView .head_line-wrap {
	position: relative;
	margin-bottom:15px;
	clear: both;
}
.pcView .head_line-wrap:before {
	content: '';
	background-color: #115c9e;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* ---------------------------------------------------------
モバイル H3 タイトル
--------------------------------------------------------- */
.spView .head_line {
	margin: 0;
	font-size: 1.7rem;
	color: #115c9e;
	margin-bottom: 15px;
}

/* ---------------------------------------------------------
会社紹介
--------------------------------------------------------- */
.company_box {
	display: flex;
	border: 1px solid #115c9e;
	clear: both;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.company_box .company_name {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #115c9e;
	color: #fff;
}

.company_box .company_name p {
	padding: 0;
}

ul.tagtips {
	margin: 0;
	list-style: none;
}

ul.tagtips li {
	display: inline-block;
	padding: 0;
}

ul.tagtips li span {
	position: relative;
	display: inline-block;
	padding: 0 1em;
	background-color: #29abe2;
	border-radius: 0 3px 3px 0;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}

ul.tagtips li span::before {
	position: absolute;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-color: transparent #29abe2 transparent transparent;
	border-style: solid;
	transition: .2s;
}

ul.tagtips li span::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background-color: #fff;
	border-radius: 100%;
}

/* ---------------------------------------------------------
PC 会社紹介
--------------------------------------------------------- */
.pcView .company_box {
	flex-direction: row;
	margin-bottom: 20px;
}

.pcView .company_box .company_name {
	font-size: 2rem;
	width: 370px;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -10px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.pcView .company_box .company_name:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #115c9e;
}

.pcView .company_box .company_name .company_address {
	font-size: 1.5rem;
}

.pcView .company_info {
	width: 598px;
	padding: 10px 10px 25px;
}

.pcView .company_info ul.listIcon {
	padding: 0 10px;
	font-size: 1.5rem;
}

.pcView ul.tagtips {
	padding: 5px 5px 10px 20px;
	text-align: right;
}

.pcView ul.tagtips li {
	margin: 0 0 0 20px;
}

.pcView ul.tagtips li span {
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
}

.pcView ul.tagtips li span::before {
	left: -14px;
	border-width: 15px 15px 15px 0;
}

/* ---------------------------------------------------------
モバイル 会社紹介
--------------------------------------------------------- */
.spView .company_box {
	flex-direction: column;
	margin-bottom: 20px;
}

.spView .company_box .company_name {
	font-size: 1.6rem;
	width: 100%;
	padding: 10px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.spView .company_box .company_name:before {
	content: "";
	position: absolute;
	top: 100%;
  left: 50%;
  margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #115c9e;
}

.spView .company_box .company_name .company_address {
	font-size: 1.2rem;
}

.spView .company_info {
	width: 100%;
}

.spView .company_info ul.listIcon {
	margin: 0;
	padding: 0 10px 15px;
}

.spView .company_info ul.listIcon li {
	padding-bottom: 0;
}

.spView ul.tagtips {
	padding: 15px 5px 0;
	text-align: center;
}

.spView ul.tagtips li {
	margin: 0 0 10px 10px;
}

.spView ul.tagtips li span {
	height: 20px;
	line-height: 20px;
	font-size: 1.0rem;
}

.spView ul.tagtips li span::before {
	left: -10px;
	border-width: 10px 10px 10px 0;
}

/* ---------------------------------------------------------
担当者コメント
--------------------------------------------------------- */
.profile {
	background-color: #e1eff8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: flex;
}

.profile img {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	max-width: 120px;
	height: auto;
}

.profile .comment {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.profile .comment h4 {
	padding: 0;
	border: none;
	line-height: 140%;
}

/* ---------------------------------------------------------
PC 担当者コメント
--------------------------------------------------------- */
.pcView .profile {
	padding: 25px;
	margin-bottom: 30px;
}

.pcView .profile .comment {
	padding: 15px 20px 0;
	margin-left: 15px;
}

.pcView .profile .comment h4 {
	font-size: 1.6rem;
	margin: 0 0 15px 0;
}

/* ---------------------------------------------------------
モバイル 担当者コメント
--------------------------------------------------------- */
.spView .profile {
	flex-direction: column;
	padding: 15px;
	margin-bottom: 20px;
}

.spView .profile img {
	margin-bottom: 10px;
}

.spView .profile .comment {
	padding: 15px 10px 0;
	margin: 0;
}

.spView .profile .comment h4 {
	font-size: 1.4rem;
	margin: 0 0 10px 0;
}

/* ---------------------------------------------------------
 改行指定
--------------------------------------------------------- */
.pcView .profile .comment h4 br { display: block; }
.spView .profile .comment h4 br { display: none; }

/* ---------------------------------------------------------
 地域・中小企業室　追加分
--------------------------------------------------------- */
.pdf_hyouji {
    margin:5px;
    padding:3px 5px 3px 5px;
    border-radius:4px;
    background-color:#7561BF;
    color:white;
}

.kikkake_hyouji {
    margin:0px;
    padding:3px 5px 3px 5px;
    border-radius:4px;
    background-color:#115c9e;
    color:white;
}

.flex_container_c {
    display:flex;
    justify-content:center;
    column-gap: 2em;
    flex-wrap:wrap;
}

.flexBox {
    padding:10px;
}

.flexBox_center {
    text-align:center;
    padding:10px;
}

.box_left {c    float:left;
    margin-right:20px;
    padding:10px;
}

.box_center {
    margin:0 auto;
    padding:10px:
}

.box_right {
    float:right;
    margin-left:20px;
    padding:10px;
}

.photoCaption {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding:5px 0px;
    /*font-size:1.5rem;*/
}
