@charset "utf-8";
/* CSS Document */

/*mainコンテンツのh2(実績)タグ設定*/
#case h2, #case_syosai h2 {
	clear: both;
	margin: 10px 20px 20px 20px;	/*上下、左右への余白*/
	font-size: 160%;	/*文字サイズ*/
	color: #1f2c5c;		/*文字色*/
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
}



/* テキストで見る事例
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.case_list dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-top: 20px;	/*ブロックの下(外側)に空ける余白*/
	/*margin-bottom: 20px;	ブロックの下(外側)に空ける余白*/
}
.case_list dl a {
    text-decoration: none;
}
.case_list dl a:hover {
    color: rgba(31, 44, 92,0.5);
	opacity: 0.5;
}

/**/
.case_list dt {
	float: left;
	width: 10em;
    padding-left: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 24px;
}
.case_list dt:after {
	margin-left: 1.5em;
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;
	padding: 0 1em;
	vertical-align:text-top;
	
}
.case_list dt.shinzoku:after {
	padding: 0.25em 1.5em;
	content: '親族内';
	background-color: #d96d00;
}
.case_list dt.jyugyoin:after {
	padding: 0.25em 0.95em;
	content: '従業員等';
	background-color: #05a55c;
}
.case_list dt.ma:after {
	padding: 0.25em 1.75em;
	content: 'M＆A';
	background-color: #2840d7;
}
.case_list dt.other:after {
	padding: 0.25em 1.5em;
	content: 'その他';
	background-color: #888888;
}

/*記事設定*/
.case_list dd {
	padding-left: 10em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #999999;	/*下線の幅、線種、色*/
	margin-bottom: 20px;
}



/* 事業承継検索ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.case_text_wrap dl {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin-top: 20px;	/*ブロックの下(外側)に空ける余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	border-bottom: 1px dotted #999999;	/*下線の幅、線種、色*/
}
/**/
.case_text_wrap dt {
	float: left;
	width: 20em;
    padding-left: 2em;
	padding-bottom: 2em;
	letter-spacing: 0.1em;
}
/**/
.case_text_wrap dd {
	padding-left: 22em;
	padding-bottom: 2em;
	/*border-bottom: 1px dotted #999999;	下線の幅、線種、色*/
}

.case_text_wrap input {
	padding: 5px;	/*ブロック内の余白*/
}
.case_text_wrap input#button {
  text-align: center;
  cursor: pointer;
  padding: 12px 40px;
  background: #1f2c5c;
  color: #ffffff;
  border: 0px;
  transition : .3s;
}
.case_text_wrap input#button:hover {
  opacity       : 0.5;         /* カーソル時透明度 */
}


/* 事業承継PDFリストブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/

.case_pdflist ul {
	padding: 0px 20px;	/*上下、左右へのブロック内の余白*/
	margin: 20px 1.5em 0px 1.5em;	/*ブロックの下(外側)に空ける余白*/
}

.case_pdflist li {
	padding: 20px 30px;	/*上下、左右へのブロック内の余白*/
    border-bottom: 1px dotted #999999;	/*下線の幅、線種、色*/
}

.case_pdflist ul a {
    text-decoration: none;
}
.case_pdflist ul a:hover {
    color: rgba(31, 44, 92,0.5);
	opacity: 0.5;
}

/* 検索結果のページ送りブロック
---------------------------------------------------------------------------*/
.nav_menu { text-align: center; padding: 1em;}
#main .nav_menu p { padding-bottom: 0px;}
.page_nav ul { font-size: 1em; display: flex; justify-content: center; }
.page_nav li { float: left; }
.page_nav li + li { margin-left: 2em; }
.page_nav a { color: #202C60; }
.page_nav a::before { margin-right: 2px; }
.page_nav a:hover { text-decoration: underline; }




/* 事業承継テキスト詳細ブロック
---------------------------------------------------------------------------*/

.case_detail_warp {
    width: 96%;
	margin: 30px auto 10px;
	border: 1px solid #999999;	/*下線の幅、線種、色*/


}

.case_ti_warp {
	padding: 20px 10px 10px;
}

.case_detail_title {
    border-left: 6px solid #113893;	/*下線の幅、線種、色*/
	padding: 0px 0px 0px 12px;
	color: #113893;
	font-size: 150%;
	line-height: 1.5em;
	margin-bottom: 14px;
}

.case_detail_warp hr {
    border-top: 2px solid #999999;
}

.case_detail_subtitle {
    font-size: 140%;
	padding-left: 10px;
}

.keitai_style {
    margin: 20px 0px 6px 22px;
}

.keitai_style ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.keitai_style li {
	margin-right: 0.5em;
	width: 6em;
	padding: 0.2em 1em 0;
	background-color: #c6c6c6;
	color: #FFFFFF;
	/*font-size: 1.5rem;*/
}

.keitai_style li.choice_shinzoku {
	background-color: #d96d00;
}

.keitai_style li.choice_jyugyoin {
	background-color: #05a55c;
}

.keitai_style li.choice_ma {
	background-color: #2840d7;
}

.keitai_style li.choice_other {
	background-color: #888888;
}

.detail_table table {
    width: 100%;
}

.detail_table table tr {
    border-top: 1px solid #999999;	/*下線の幅、線種、色*/
}

.detail_table table td {
    padding: 0.5em 0 0.5em 1em;
}

.detail_table table .bg, .detail_table table .bg02, .detail_table table .bg03 {
	border-right: 1px solid #999999;	/*下線の幅、線種、色*/
	background: #f0f0f0;
}
.detail_table table .bg {
    width: 15%;
}

.detail_table table .bg02 {
    width: 15%;
	border-left: 1px solid #999999;	/*下線の幅、線種、色*/
}
.detail_table table .na {
    width: 30%;
}
.detail_table table .na02 {
    width: 40%;
}

.detail_table table .bg03 {
    width: 30%;
}
.detail_table table .na03 {
    width: 70%;
}

.case_text_warp img {
    width: 70%;
}

/*画面幅1100px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1150px){




}

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){

.case_text_wrap input[type=text] {
    width: 100%;
}

/* テキストで見る事例
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.case_list dl {

}
/*種別設定*/
.case_list dt {
	float: none;
    padding-left: 0em;
	margin-bottom: 0px;
	padding-bottom: 0em;
}
/*タイトル設定*/
.case_list dd {
	padding-left: 0.5em;
}

.case_list dt:after {
	margin-left: 0.5em;
}

/* 事業承継PDFリストブロック
---------------------------------------------------------------------------*/
.case_pdflist ul {
	padding: 0px;	/*上下、左右へのブロック内の余白*/
}
.case_pdflist li {
	padding: 10px 20px;	/*上下、左右へのブロック内の余白*/
}
 
.case_text_warp img {
    width: 100%;
}



}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){



}


/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){




/* 事例ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/


#main p.naiyo_download {
	padding-left: 10px;
}


/**/
.case_text_wrap dt {
	float: none;
    padding-left: 0.5em;
	padding-bottom: 0.5em;
}
/**/
.case_text_wrap dd {
	padding-left: 0.5em;
	padding-bottom: 0.5em;

}

.case_text_wrap input[type=text] {
    width: 100%;
}

.keitai_style {
    margin: 10px 0px 6px 12px;
}

.keitai_style li {
    margin-top: 0.5em;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){




}