@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description:
Author: Eri-y
Tags: 
Version: 0.1.2
*/
/*共通項目*/
.site-body-bottom {
	margin-bottom: 100px;
}
.entry-body #toc_container {
	margin-bottom: 100px;
}
.mt100 {margin-top: 100px;}
.mb50 {margin-bottom: 50px;}

/*言語によって表示切り替えするためのクラス*/
.display-en:lang(en) {
	display:inline;
}
.display-en:lang(ja) {
	display:none;
}
.display-ja:lang(ja) {
	display:inline;
}
.display-ja:lang(en) {
	display:none;
}

/*目次が不要なページの非表示設定 id指定なので本番で要再調整　リンク・トピック・事務所概要・サイトマップ・知財コンサル・外国出願*/
#post-120 #toc_container,#post-47 #toc_container,#post-31 #toc_container,#post-115 #toc_container,#post-203 #toc_container,#post-93 #toc_container {display:none;}
/*目次デザイン調整*/
ul.toc_list li ul {margin-top:10px !important;}

/*トップページ*/
.home-infoList{
	color: #000;
}
.bluecolmn{
	background: #0455a1;
	color: #fff;
}
.bluecolmn h3 {
	margin-top: 0;
	margin-bottom: 10px;
	color: #fff;
}
.bluecolmn a {
	color: #fff;
	display: block;
}
.bluecolmn a :hover{
	cursor: pointer;
}

/*下層ページ共通*/
#toc_container {
	padding: 15px 30px
}
#toc_container p.toc_title {
	font-size: 18px;
}
#toc_container ul li {
	padding-bottom: 10px;
}
.vk_flow_frame_text_content strong {
	background: linear-gradient(transparent 60%, #feff95 0%);
}
/*Popup Maker*/
.pum-theme-enterprise-blue .pum-container.popmake {
	margin-bottom: 0;
}
.pum-content:focus {
	outline: none;
}

/*発明を売り込みたい方へのQ&Aページ*/
.vk_faq_title {
background:#e9eef0;
}
.vk_faq-body {
margin-top:0 !important;
}
.vk_faq {
margin-bottom:0 !important;
}


/*お問い合わせフォーム*/
.flexbox {
	display: flex;
}
.contactform {
	width: 80%;
	margin: 0 auto;
}
.contactform .flexbox {
	border-bottom:1px solid #ccc;
}
.contactform .flexbox.first {
	border-top:1px solid #ccc;
}
.contactform .left {
	width: 30%;
	height: auto;
	padding: 10px 5px;
	background: #f8f8f8;
}
.contactform .right {
	padding: 15px 10px;
	width: 70%;
}
.contactform .right .wpcf7-text {
	width: 70%;
}
.contactform .check {
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
.contactform .btn-submit {
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}
.contactform input,.contactform textarea{
	font-size: 16px;
}
.contactform button{
	font-size: 18px;
}
@media (max-width: 991px) {
.contactform,.contactform .left,.contactform .right {
	width: 100%;
	}
.contactform .flexbox {
	display: block;
	}
}

.privacy-policy .main-section {
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 991px) {
	.privacy-policy .main-section {
	width: 100%;
}
}