/*******************************
 
ServiceCss
業務内容で利用するCSS
 
*******************************/
.page_service .pageSub_header{
	background-image: url(../../service/images/header_bg.jpg);
}
.page_service .cont-main{
	font-size: 15px;
}

/* side nav */
.side-nav ul li > ul{
	display: none;
}
.side-nav ul li.open > ul{
	display: block;
}

/* color*/
.blue{
	color: #0c66a9;
}
.bg-pink{background:#fdeff5;}
.bg-blue{background:#d8effc;}

/* table responsive */
table.responsive{width: 100%;}
table.responsive th{min-width: 135px;}
@media screen and (max-width: 767px){
	table.responsive, table.responsive tbody, table.responsive tr, table.responsive th, table.responsive td{
		display: block;
	}
}

/* table scroll */
.table-scroll{
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table-scroll table{
	width:100%;
	min-width:600px;
	font-size: 14px;
}
.table-scroll table tr, .table-scroll table th, .table-scroll table td{
	border: solid 1px #000;
	padding: 1% 1.5%;
}
.table-scroll table th{
	white-space: nowrap;
}
/*スマホ時スクロールバー表示させる*/
	.table-scroll:-webkit-scrollbar {
	  background:#ccc;
	  width:10px;
	}
	.table-scroll:-webkit-scrollbar-thumb {
	  background:#666;
	}

/* table-style-box */
.table-style-box{border: solid 1px #000;}
.table-style-box tr{border-bottom: solid 1px #000;}
.table-style-box th{
	border-right: solid 1px #000;
	padding: .2em .5em
}
.table-style-box td{padding: .2em 1em}
@media screen and (max-width: 767px){
	.table-style-box, .table-style-box th{border: none;}
	.table-style-box tr {border-bottom: solid 1px #ccc;}
	.table-style-box th{
		font-weight: bold;
		padding: .5em .5em .1em;
	}
	.table-style-box td{
		font-size: 14px;
		padding-bottom: .5em;
	}
}

/* table-style-bdot */
.table-style-bdot {margin: 1em 0 3em;}
.table-style-bdot tr{border-bottom: dotted 1px #000;}
.table-style-bdot th{padding: .2em .5em}
.table-style-bdot td{padding: .2em 1em}
@media screen and (max-width: 767px){
	.table-style-bdot th{
		font-weight: bold;
		padding: .5em .5em .1em;
	}
	.table-style-bdot td{
		font-size: 14px;
		padding-bottom: .5em;
	}
}

/* list-style */
.list-style-sq:before {
	content:"■";
	font-size: 10px;
	color: #0c66a9;
	margin-right: .8em;
}
.list-style-cir{display:table;}
.list-style-cir:before {
	content:"･";
	display:table-cell;
}
.list-style-cir span{display:table-cell;}

/* 流れリスト */
.flowlist{
	position: relative;
}
.flowlist p br{
	display:inline;
}
.flowlist-photo{
	position: absolute;
	right: 0;
	top: 0;
}
.flowlist-con{
	width: 290px;
	margin: 40px auto;
}
.flowlist-con li{
	font-size: 20px;
    text-align: center;
    padding: 15px 0px 40px 60px;
}
@media screen and (max-width: 767px) {
.flowlist-photo{
	position: static;
}
.flowlist p br{
	display:none;
}
}


/*-------特許・実用新案------*/

/* 特許制度について */
.page_tokkyo .flowlist-con li{
    background: url(../../service/patent/images/tokkyo_flow01.gif);
}
.page_tokkyo .flowlist-con li:nth-of-type(2){
	background: url(../../service/patent/images/tokkyo_flow02.gif);
}
.page_tokkyo .flowlist-con li:nth-of-type(3){
	background: url(../../service/patent/images/tokkyo_flow03.gif);
}
.page_tokkyo .flowlist-con li:nth-of-type(4){
	background: url(../../service/patent/images/tokkyo_flow04.gif);
}
.page_tokkyo .flowlist-con li:nth-of-type(5){
	background: url(../../service/patent/images/tokkyo_flow05.gif);
}
.page_tokkyo h5{
	/*text-indent: -20px;*/
}
@media screen and (max-width: 767px) {
.page_tokkyo h5{
		text-indent: 0px;

}
.btn_contactform{
		margin-bottom: 40px;
}
}

/* 実用新案登録について */
.faq{
	font-size:15px;
}
.faq dt {
	font-weight:normal;
}
.faq dd {
	display: table;
	padding-left: 1em;
	font-weight: bold;
	color:#0c66a9;
}
.faq dd:before {
	content:"→";
}
.faq dd:before, .faq dd span {
	display: table-cell;
}

/* アイデアを世に出す前に */
.example dl {
	float: left;
}
.example dt {
	display: inline-block;
	border-radius: 10px;
    -webkit-border-radius: 10px;
	margin-bottom: .8em;
	padding: 3px 8px;
	font-weight: normal;
}
.example dt.ng{
	background: #000;
	color: #fff100;
}
.example dt.ok{
	background: #0c66a9;
	color: #fff;
}

/* CADデータ */
.page_tokkyo_cad .flow .img,
.page_tokkyo_cad .flow .text{
	float: left;
}
.page_tokkyo_cad .flow .text{
	margin-left: 1em;
}
.page_tokkyo_cad .flow ol li {
	font-weight: bold;
	color: #0c66a9;
}
.page_tokkyo_cad .flow ol li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin: 10px auto;
	border-style: solid;
	border-width: 23px 23px 0 23px;
	border-color: #d3d3d3 transparent transparent transparent;
}
.page_tokkyo_cad .flow ol li:last-child:after {
	display: none;
}
.page_tokkyo_cad .flow ol li span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}


/*-------意匠------*/

/* 相談から出願への流れ */
.page_design .flowlist-con li{
    background: url(../../service/design/images/flow01.gif);
}
.page_design .flowlist-con li:nth-of-type(2){
	background: url(../../service/design/images/flow02.gif);
}
.page_design .flowlist-con li:nth-of-type(3){
	background: url(../../service/design/images/flow03.gif);
}
.page_design .flowlist-con li:nth-of-type(4){
	background: url(../../service/design/images/flow04.gif);
	background-repeat:no-repeat;
}


/*-------商標------*/

/* 相談から出願への流れ */
.page_trademark .flowlist-con{
	width: 342px;
}
.page_trademark .flowlist-con li{
    background: url(../../service/trademark/images/flow01.gif);
	background-repeat:no-repeat;
}
.page_trademark .flowlist-con li:nth-of-type(2){
	background: url(../../service/trademark/images/flow02.gif);
	background-repeat:no-repeat;
}
.page_trademark .flowlist-con li:nth-of-type(3){
	background: url(../../service/trademark/images/flow03.gif);
	background-repeat:no-repeat;
	padding-bottom: 53px;
    background-position: 0 28px;
}
.page_trademark .flowlist-con li:nth-of-type(4){
	background: url(../../service/trademark/images/flow04.gif);
	background-repeat:no-repeat;
}
.page_trademark .flowlist-con li:nth-of-type(5){
	background: url(../../service/trademark/images/flow05.gif);
	background-repeat:no-repeat;
}
@media screen and (max-width: 767px) {
	.page_trademark .flowlist-con{
		width: 100%;
		max-width:342px;
	}
}


/*-------著作権------*/

/* 相談 */
.page_copyright .flowlist-con{
	width: 290px;
}
.page_copyright .flowlist-con li{
    background: url(../../service/copyright/images/flow01.gif);
	background-repeat:no-repeat;
}
.page_copyright .flowlist-con li:nth-of-type(2){
	background: url(../../service/copyright/images/flow02.gif);
	background-repeat:no-repeat;
	padding-bottom: 47px;
    background-position: 0 17px;
}
.page_copyright .flowlist-con li:nth-of-type(3){
	background: url(../../service/copyright/images/flow03.gif);
	background-repeat:no-repeat;
	padding-bottom: 40px;
    background-position: 0 17px;
}
.page_copyright .flowlist-con li:nth-of-type(4){
	background: url(../../service/copyright/images/flow04.gif);
	background-repeat:no-repeat;
}
@media screen and (max-width: 767px) {
	.page_copyright .flowlist-con{
		width: 100%;
		max-width:290px;
	}
}


/*-------不正競争防止法------*/

/* 相談 */
.page_unfair .flowlist-con{
	width: 290px;
}
.page_unfair .flowlist-con li{
    background: url(../../service/unfair_competition/images/flow01.gif);
	background-repeat:no-repeat;
}
.page_unfair .flowlist-con li:nth-of-type(2){
	background: url(../../service/unfair_competition/images/flow02.gif);
	background-repeat:no-repeat;
	padding-bottom: 50px;
    background-position: 0 21px;
}
.page_unfair .flowlist-con li:nth-of-type(3){
	background: url(../../service/unfair_competition/images/flow03.gif);
	background-repeat:no-repeat;
	padding-bottom: 59px;
    background-position: 0 -3px;
}
.page_unfair .flowlist-con li:nth-of-type(4){
	background: url(../../service/unfair_competition/images/flow04.gif);
	background-repeat:no-repeat;
}
@media screen and (max-width: 767px) {
	.page_unfair .flowlist-con{
		width: 100%;
		max-width:290px;
	}
}