@charset "utf-8";
/* CSS Document */
*{
	font-size: 14px;
}

table,
table *{
	box-sizing:border-box;
}
table.responsive{
	border-top:none !important;
	border-left:none !important;
	border-right:none !important;
}
table.responsive th,
table.responsive td{
	display: block;
	width: 100% !important;
}
table.responsive th{
	margin-top: 15px;
}
table.responsive th+td,
table.responsive td+th,
table.responsive td+td{
	border-top:none !important;
}
table.responsive tr td:last-child{
	border-bottom: none;
}
/*以下、汎用クラスの定義(スマホ版)*/
.visible-pc,
.visible-inline-pc,
.visible-inline-block-pc,
.visible-block-pc {
	display: none !important;
}

.visible-sp {
	display: block !important;
}

.visible-inline-sp {
	display: inline !important;
}

.visible-inline-block-sp {
	display: inline-block !important;
}

.visible-block-sp {
	display: block !important;
}

.w5{width:5%;}
.w10,
.w15,
.w20,
.w25,
.w30,
.w35,
.w40,
.w45,
.w50,
.w55,
.w60,
.w65,
.w70,
.w75,
.w80,
.w85,
.w90,
.w95{
	width:100%;
}

.floatR,
.floatL{
	float:none;
}

/* ボタン */
a.button{
	margin: 0 auto;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	padding: 5px 50px;
	border-radius: 5px;
	background: #A360C9;
	color: #fff;
	text-align: center;
}

a.button:after{
	display: inline-block;
	content: "";
	position: relative;
	top: 0;
	width: 8px;
	height: 8px;
	margin-top: 8px;
	margin-left: 10px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*汎用クラスここまで*/

html,
body{
	min-width: 0;
	height: inherit;
}

body.home,
body{
	background-size:auto;
}

form input,
form textarea {
	font-size: 16px;
}

#content .front-main {
	padding-top: 0;
}

.inner,
#content .inner{
	width:100%;
}

#content .inner{
	padding: 10px 15px 15px;
	box-sizing: border-box;
	overflow:hidden;
}

#headerRight,
#gnav,
#pan,
.bx-clone,
#contentL,
#contentR{
	display:none;
}

#above_footer{
}

div.keizoku{
	padding:0;
}

.keizoku h2 {
	margin-top: 0;
}

#header h1{
	display:none;
}

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

.headline {
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 25px;
	border-left: solid 5px #005ecb;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
}

.wp-pagenavi .pages {
	display: block;
	width: 80px;
}

.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: none;
}

.sd-social-official .sd-content ul > li.share-print {
	display: none;
}

/*スマホ版ヘッダー*/
.header-sp {
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-size: 1px 100%;
	width: 100%;
	padding: 10px 0 18px 0;
}

.header-sp td:nth-child(2),
.header-sp td:last-child{
	width: 30px;
	padding: 0 12px 0 3px;
	position: relative;
	top: 3px;
}

.header-sp .change-header {
	position: relative;
	display: block;
	height: auto; /* 75 -> 50 -> 30 */
	min-height: 40px;
	padding: 15px 0 5px;
}

.header-sp .change-header a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: auto;
	height: 33px;
	margin: auto;
	z-index: 0;
}

.header-sp #s{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 95%;
	height: 20px;
	margin: auto;
}

.header-sp form{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: auto;
}

.header-sp form input[type="text"] {
	font-size: 16px;
}

/* ハンバーガーメニュー */
.hamburger {
	display: inline-block;
	width: 30px;
	padding: 6px;
	position: relative;
	z-index: 10;
}

.hamburger span {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 3px;
}

.hamburger span + span {
	margin-top: 5px;
}

.hamburger.active {
	background-color: #FFF;
}

.hamburger.active span {
	background-color: #3189D3;
}

#search_visible{
	display:inline-block;
	width:30px;
	height:auto;
}

#search_visible img{
	width:100%;
	height:auto;
}

.searchform-sp #s {
	width: 95%;
}

/* ----- スマホ　gnavi ----- */
.topImg-sp {
	display: block;
	width: 292px;
	height: auto;
	margin: 0 0 0 20px;
}
@media screen and (max-width: 320px){
	.topImg-sp {
		width: 240px;
		margin-top: 2px;
	}
}

.gnavi-sp {
	display: none;
	width: 100%;
	position: absolute;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0;
	z-index: 2;
}

.gnavi-sp li {
	white-space: nowrap;
	line-height: 1.3em;
	font-size: 16px;
	background-color: #003c8c;
	padding: 16px 19px;
}

.gnavi-sp li:last-child {
	display:none;
}

.gnavi-sp li a {
	display: block;
	color: #FFF;
	text-decoration: none;
}

.gnavi-sp li + li {
	border-top: 1px solid #FFF;
}

/*gnav*/
.home #gnav li#gnav_01 a,
.home #gnav li#gnav_02 a,
.home #gnav li#gnav_03 a,
.home #gnav li#gnav_04 a,
.home #gnav li#gnav_05 a,
.home #gnav li#gnav_06 a{
	background:none !important;
}

/* トップページバナー */
#content .front-main .top_banner {
	width: 90%;
	margin: 0 auto 15px;
}


/*トップページ支援情報一覧*/
#info_area,
#ui-tab{
	display:none;
}

#blog_news_sp .post-title{
	clear:both;
}

/*トップページ支援カレンダー*/
.footer-calender {
	margin-top: -10px;
	margin-bottom: 20px;
}

/*固定ページ*/
h3 {
	font-size: 14px;
	line-height: 1.8;
}

h4{
	font-size:14px;
}

.entry-header{
	margin-bottom:10px;
}

h3.entry-title{
	padding:0 10px 10px;
	margin-top:10px;
}

#sub_navi {
	overflow: hidden;
	margin-bottom: 0;
}

#sub_navi li {
	border-bottom: 1px #41A9A9 solid;
}

#sub_navi li:nth-of-type(odd) {
	border-right: 1px #41A9A9 solid;
}

#sub_navi li a {
	padding-top: 2px;
}

.entry-content{
	padding:0 10px;
}

.noimage{
	font-size:18px;
	padding:15px;
}

div.shien th{
	padding: 15px 15px 9px;
}

div.shien td{
	padding: 15px 15px 9px;
}

p {
	font-size: 12px;
	line-height: 20px;
}

td,th,ul li {
	font-size: 11px;
	line-height: 20px;
}

.shien p {
	line-height: 20px;
	margin-top: 5px;
	font-size: 13px;
}

.keizoku h3{
	font-size: 15px;
	padding-left:10px;
	margin: 10px 0;
}

.entry-meta {
	display: none;
}

.keizoku h3.line2{
	line-height:30px;
	height:51px;
}

.keizoku h3+h4{
	margin-top:15px;
}

/*事例紹介*/
.cases h3 span{
	display:inline-block;
	width:100%;
	text-align:right;
	line-height:16px;
}


/*お問い合わせ・アクセス*/
.shien div.access table {
	width:100%;
}

/*リンク集*/
div.link2 > table {
	width:95%;
	border:none;
}

div.link2 tr:first-child {
	display:none;
}

div.link2 td {
	width:100%;
	display:inline-block;
	margin-bottom:15px;
	padding:10px 5px 15px;
}

div.link2 td div {
	font-size: 16px;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	padding-bottom:10px;
}

.link2 table td div img {
	display: inline-block;
	width: auto;
	height: 18px;
	vertical-align: text-top;
	padding-right: 5px;
	margin: 0 auto !important;
}

/* 京都府プロフェッショナル人材戦略拠点 */
.prof h2 {
	margin: 0;
}

/* 主催イベント */
div.event h4 {
	margin-top: 15px;
}

div.event th,
div.event td {
	padding: 5px;
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
}
span.event_target {
	width: 100%;
	display: block;
	transform: translateX(-1px);
}

div.event th span,
div.event td a {
	font-size: 11px;
}

/* ミーティング */
.page-event table.meeting tr th:nth-child(1) {
	width: 15%;
}

.page-event table.meeting tr th:nth-child(2) {
	width: 30%;
}

.page-event table.meeting tr th:nth-child(3) {
	width: 42%;
}

.page-event table.meeting tr th:nth-child(4) {
	width: 13%;
}

/* セミナー */
.page-event table.seminar tr th:nth-child(1) {
	width: 14%;
}

.page-event table.seminar tr th:nth-child(2) {
	width: 27%;
}

.page-event table.seminar tr th:nth-child(3) {
	width: 35%;
}

.page-event table.seminar tr th:nth-child(4) {
	width: 12%;
}

.page-event table.seminar tr th:nth-child(5) {
	width: 12%;
}



/*お知らせ*/
#side-news {
	display:none;
}

/*「京都起業～承継ナビ」とは*/
#post-491 .shien div{
	margin:10px auto 40px;
}

/* ----- 事業承継 ----- */
/* 事例紹介 */
.page-cases .items .item-text {
	float: none;
	width: 100%;
	padding: 0;
}

.page-cases .items .item-movie {
	float: none;
	width: 100%;
}

.page-cases .items .no-movie {
	float: none;
	width: 100%;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.page-cases .items .no-movie > img {
	width: 100%;
	margin-left: 0;
}

/* 求人募集 */
.page-recruit .items .item-text {
	float: none;
	width: 100%;
	padding: 0;
}

.page-recruit .items .item-img {
	float: none;
	width: 100%;
	margin-top: 0;
}

/*  */
.jkshien td {
	float: left;
	width: 33.333333%;
}

/*後継者マッチング事業*/
.page-matching #matchingjirei{
	margin-top:17px;
}


/* 京都府後継者バンク */
.bank_merit .merit_title {
	font-size: 13px;
	margin: 30px auto 20px;
	padding: 10px 5px;
	width: 95%;
}

.bank_merit .merit_title.mt10 {
	margin-top: 10px;
}

.bank_merit table th {
	font-size: 12px;
	padding: 5px;
}

.bank_merit table td {
	padding-bottom: 0;
}

.page-bank .bank-text {
	float: none;
	width: 100%;
}

.page-bank .chirashi {
	float: none;
	width: 100%;
	margin: 0;
}

.page-bank .chirashi img {
	width: 100%;
	max-width: 423px;
	margin: 0 auto;
}

.page-bank .col2 {
	width: 100%;
	float: none;
}

.col5{
	width: 100%;
	float: none;
}

.bank_flow .col5{
	margin-bottom: 10px;
}
.bank_flow .col5 img{
	margin-top: 0px;
	display: inline-block;
	vertical-align: middle;
}
.bank_flow .col5 img+img{
	margin-left: 10px;
}
.bank_flow .col5::before{
	display: none;
}

/* ----- 京都起業～承継ナビとは ----- */
.page-about .link-about {
	float: none !important;
	width: 100%;
	max-width: 420px;
}

/*フォーム*/
div.s_apply th{
	width:30%;
	margin:0px;
	padding: 5px 15px;
}

div.s_apply td{
	width:70%;
	margin:0px;
	padding:5px;
}
@media (max-width:768px){
div.s_apply th,
div.s_apply td{
	width:100%;
	display: block;
	border: none;
	text-align: left;
}

}

div.s_apply .wpcf7-text,div.s_apply .wpcf7-textarea{
	width: 100%;
	margin: 5px 0;
	padding:5px;
}

.s_apply input[type="radio"]{
	width:30% ;
	margin-right:-10px;
	vertical-align:middle;
}

/* ----- メルマガ申込フォーム ----- */
.page-mailform span.wpcf7-list-item {
	display: inline-block;
}

.page-mailform input[type="radio"] {
	width: auto;
	margin-right: 0;
}

/*支援カレンダー*/
.mc-main .my-calendar-date-switcher{
	width:100% !important;
}

.mc-main .my-calendar-nav li a{
	padding:1px 13px !important;
}

.mc-main p{
	margin-bottom:0 !important;
}

.mc-main .mc-format {
	display: none;
}

.mc-main .calendar-event .event-time,
.mc-main .list-event .event-time{
	width:100% !important;
	margin-bottom:0 !important;
}

.mc-main .sub-details{
	margin-left:0 !important;
}

.entry-content .mc-main .list-event h3{
	font-size: 14px !important;
	padding: 5px 0 10px;
}

.entry-content .mc-main .mc-list{
	margin-bottom:10px;
}

.entry-content .mc-main .mc-list h3 img,
.entry-content .mc-main h3 img{
	margin-bottom: 5px !important;
	max-width:60px;
	max-height:17px;
}

.mc-main .mc-list li{
	margin-top:15px !important;
}

.longdesc{
	padding-top:5px;
}

/* header */
.archive-header {
	margin-bottom: 0;
}

/*footer*/
#footer{
	padding:0;
}

#footer .floatL,
#footer .floatR{
	width:100%;
	height:auto;
}

#footer .floatL{
	padding-left:0;
	border-right:none;
}

#footer .floatL h2{
	padding-left:0 !important;
}

#footer .floatL ul{
	margin:5px auto !important;
	padding-left:0 !important;
}

#footer .floatR,
#footer .floatL{
	display:none;
}

#footer .footer-sns {
	margin-top: 15px;
	display:none !important;
}

.footer-calender img {
	width: 90%;
	height: auto;
	max-width: 420px;
	max-height: 61px;
	margin: 0 auto;
}

.above-footer-sp {
	background-size:1px 100%;
	text-align: center;
	margin: 0 -10px;
	border-bottom: 1px #ccc solid;
}

.above-footer-sp a{
	color: #666;
	text-decoration:none;
	font-size:14px;
	display: block;
	padding: 22px 10px 20px;
}

.footer-sns table {
    /*width: 240px;*/
    margin: 0 auto;
}


.footer-sns table td {
	width: 33.333333%;
}

.footer-sns table td img {
	width: 100%;
	height: auto;
	max-width: 65px;
	max-height: 56px;
	margin: 0 auto;
}

.copyright {
	text-align: center;
	color: #000;
	margin: 15px 0 25px;
	font-size: 11px;
}

.copyright a {
	font-size: 11px;
}

/* ----- 支援情報 single ----- */
.category-shien .entry-content {
	padding: 0;
}

article.category-shien {
	padding: 10px;
}

article.category-shien .day {
	background-position: 0px 2px;
	padding-left: 15px;
}

article.category-shien .category img:first-child {
	padding-left: 0;
}

.single .entry-content img{
	width:100%;
	height:auto;
}

.entry-content td p {
	font-size: 0.8rem;
	line-height: normal;
}

/* 支援情報 カテゴリ */
span.category span {
	float: left;
	width: 100%;
	height: 100%;
	max-width: 55px;
	max-height: 16px;
	text-align: center;
	color: #FFF;
	margin-left: 10px;
	line-height: 15px;
	margin-top: 2px;
	font-size: 10px;
}

span.category span:nth-of-type(1) {
	margin-left: 0;
}

span.category .cat-keiei {
	background-color: #D2887B;
}

span.category .cat-jinzai {
	background-color: #D4A1AA;
}

span.category .cat-kyoten {
	background-color: #CCA57E;
}

span.category .cat-shikin {
	background-color: #7BADA1;
}

span.category .cat-gijutsu {
	background-color: #78B0D1;
}

span.category .cat-hanro {
	background-color: #AD9AB6;
}

span.category .cat-other {
	background-color: #CBC080;
}

span.category .cat-kigyo {
	background-color: #92CB7E;
}

span.category .cat-early {
	background-color: #4AAE7A;
}

span.category .cat-shokei {
	background-color: #348660;
}

/*  */
#wpstats {
	display: none;
}

#sidebar {
	float: none;
	width: inherit;
	margin-right: inherit;
}

#primary {
	width: 100%;
	float: none;
}

#primary h2 img {
	width: 100%;
	height: auto;
}

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

h3.post-title {
	padding-right: 10px;
	padding-left: 10px;
}

.entry-content h2 img {
	width: 100%;
	height: auto;
}

/* index */
.blog-news-sp img {
	/*width: 100%;*/
	/*height: auto;*/
}

.blog-news-sp .h2_icon,
#top_contact .h2_icon {
	display: none;
}

.blog-news-sp ul {
	padding: 15px 5px 5px;
	margin-bottom: 0;
}

.blog-news-sp ul li {
	padding: 5px 5px 0;
	border-bottom: dotted 1px #ccc;
}

#top_jigyo,
#top_torikumi,
#top_taisei,
#top_contact {
	margin-top: 20px;
}

#top_jigyo h2.visible-sp,
#top_torikumi h2.visible-sp,
#top_taisei h2.visible-sp,
#top_contact h2.visible-sp,
#blog_news_sp h2 {
	background: url(../images/hgroup/h2_bg.png);
	border: none;
	height: 46px;
	border-top: 1px #eee solid;
}

#top_jigyo h2.visible-sp img,
#top_torikumi h2.visible-sp img,
#top_taisei h2.visible-sp img,
#top_contact h2.visible-sp img,
#blog_news_sp h2 img {
	padding: 6px;
}

#top_jigyo .widgetarea,
#top_torikumi .widgetarea,
#top_taisei .widgetarea,
#top_contact .widgetarea {
	border: none;
	padding-top: 0;
}

#top_jigyo .widgetarea p,
#top_torikumi .widgetarea p,
#top_taisei .widgetarea p,
#top_contact .widgetarea p {
	line-height: 18px;
}

#top_contact .widgetarea .map_img img {
	width: 90% !important;
	margin: 0 auto;
}
.widgetarea .top-jigyo-content {
	overflow: hidden;
}
.widgetarea .top-jigyo-content h3 {
	margin-bottom: 20px;
}
.widgetarea .top-jigyo-content .top-jigyo-2col {
	display: block;
}
.top-jigyo-2col .img-block {
	width: 100%;
	margin: 0 auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.top-jigyo-2col .txt-block {
	width: 100%;
}
.top-jigyo-2col a {
	width: 90%;
	margin: 15px auto 0;
	padding: 0.8em 0;
}
.widgetarea .top-taisei-content th {
	text-align: center !important;
}

.shien-menu {

}

.shien-menu ul {
	padding: 5px;
	margin-bottom: 0;
}

.shien-menu ul li {
	background-color: #FFF;
	padding: 7px 17px 0px 5px;
}

.shien-menu ul li.first {
	font-weight: bold;
	background-color: initial;
	padding-bottom: 12px;
}

.shien-menu ul li.first a {
	color: #FFF;
}

.shien-menu ul li:last-of-type {
	padding-bottom: 17px;
	border: none;
}

.shien-menu .list {
	display: none;
}

.shien-menu .list-title {
	display: block;
	line-height: 1.5em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
}

.shien-menu .shien {
	background-color: #007CD2;
	margin-bottom: 20px;
}

.shien-menu .shien .list {
	display: block;
}

.shien-menu .shien .list p.post-title{
	margin-bottom: 0;
	border-bottom: dotted 1px #ccc;
}
.shien-menu .keiei {
	background-color: #D2887B;
}

.shien-menu .jinzai {
	background-color: #D4A1AA;
}

.shien-menu .kyoten {
	background-color: #CCA57E;
}

.shien-menu .shikin {
	background-color: #7BADA1;
}

.shien-menu .gijutsu {
	background-color: #78B0D1;
}

.shien-menu .hanro {
	background-color: #AD9AB6;
}


.shien-menu .other {
	background-color: #CBC080;
}

.shien-menu .kigyo {
	background-color: #92CB7E;
}

.shien-menu .early {
	background-color: #4AAE7A;
}

.shien-menu .shokei {
	background-color: #348660;
}

/* サイドバー */
#nav_target,
#nav_stage {
	display: none;
}

.nav-target *,
.nav-stage *{
	box-sizing:border-box;
}

ul.nav-target,
ul.nav-stage {
	padding: 0;
	margin-bottom:0px;
}

ul.nav-target::after,
ul.nav-stage::after {
	content: "";
	display: table;
	clear: both;
}

.nav-target li,
.nav-stage li {
	width: 50%;
	float: left;
	padding: 0 !important;
	border: none;
}

.nav-target li a,
.nav-stage li a {
	display: block;
	color: #FFF;
	line-height: 2.5em;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 5px;
}

.nav-target .target-keiei {
	background-color: #D2887B;
}

.nav-target .target-jinzai {
	background-color: #D4A1AA;
}

.nav-target .target-kyoten {
	background-color: #CCA57E;
}

.nav-target .target-shikin {
	background-color: #7BADA1;
}

.nav-target .target-gijutsu {
	background-color: #78B0D1;
}

.nav-target .target-hanro {
	background-color: #AD9AB6;
}

.nav-target .target-other {
	background-color: #CBC080;
}

.nav-stage .stage-kigyo {
	background-color: #92CB7E;
}

.nav-stage .stage-early {
	background-color: #4AAE7A;
}

.nav-stage .stage-shokei {
	background-color: #348660;
}

/*-----------支援情報一覧-----------*/
span.day, .backnum li{
    background: url(../images/icon_arrow2.jpg) 4px 0px no-repeat;
    margin-right: 5px;
}

.sd-content{
	width:100% !important;
}

.sd-content ul{
	margin:0 !important;
}

#footer .sd-content{
	display:none;
}

/*-----------イベント詳細ページ-----------*/
div.event-detail th{}

div.event-detail .ml4em,
div.event-detail .ml45em,
div.event-detail .ml5em,
div.event-detail .ml6em,
div.event-detail .ml7em,
div.event-detail .ml8em{
	margin-left:0;
}

.keizoku .event-text p{
	float:none !important;
	padding-left:0 !important;
}

/* ----- 支援カレンダー ----- */
.shien-category-item {
	width: 23%;
}

.shien-category-item span {
	width: 60px;
	max-width: 100%;
}
.shien-calendar .fc-list-table td{
	padding: 15px 15px 11px;
}
/*cf7*/
span.wpcf7-list-item{
	margin: 5px 0 !important;
	width: 100%;
}
.s_apply input[type="radio"]{
	width: auto;
	margin-right: 0;
}

/*後継者募集企業一覧*/
.company_list_items h3{
   	counter-increment: num;
}
.company_list_items h3::before{
	content: "No."counter(num)"：";
}
.company-table {
	margin-bottom: 20px;
}

.company-table th,
.company-table td {
	padding: 10px 10px 9px;
	vertical-align:top
}

.company-table th {
	background-color: #ffe;
	text-align:left;
}

.company-table thead th:first-child,
.company-table tbody th:first-child {
	width: 90px;
}

.entry-content .company-postdate {
}
