/*
 Theme Name:   Biz Vektor Child
 Description:  Biz Vektor Child Theme
 Template:     biz-vektor
 Version:      1.0.0
 Text Domain:  biz-vektor-child
*/

#sitemapOuter li:before,.childPageBox li:before{
    display: none;
}
.entryList li:before{
    display: none;
}
#content .entry-content h2{
    padding: 12px 15px;/*文字の上下 左右の余白*/
    color: #494949;/*文字色*/
    background: #f4f4f4;/*背景色*/
    border-left: solid 5px #00688c;/*左線*/
    border-bottom: solid 3px #c9dce3;/*下線*/
    border-top: inherit;
}
#content .entry-content h3{
    position: relative;
    padding: 0.25em 0;
    border-bottom: inherit;
}
#content .entry-content h3:after{
    margin-top: 6px;
    content: "";
    display: block;
    height: 2px;
    background: -moz-linear-gradient(to right, rgb(0 104 140), transparent);
    background: -webkit-linear-gradient(to right, rgb(0 104 140), transparent);
    background: linear-gradient(to right, rgb(0 104 140), transparent)
}
#content ul li{
    list-style: none;
    margin-bottom: 16px;
}
#content li:before{
    font-family: FontAwesome;
    content: "\f138";
    padding-right: 4px;
    font-size: 12px;
}
a{
    text-decoration: inherit;
}
#comments,#powerd{
    display: none;
}
#footer,#siteBottom,#footMenu,#copy{
    background-color: #00688c;
    color: white;
    border: inherit;
}
#siteBottom #siteBottomInner.innerBox #copy{
    border: inherit;
}
#footer a,#siteBottom a,#footMenu a,#footMenu .menu li a:before{
    color: white !important;
}
#footMenu{
    padding-top: 10px;   
}
@media (min-width: 770px){
#footMenu #footMenuInner {
    padding: 0 25px 0;
    width: 950px;
}
}
#footMenu .menu>li a:hover{
    background-color: #546c85;
}
#footMenu .innerBox{
    width: 100%;
}
#footMenu .menu li{
    border: inherit;
}
#footMenu .menu li a {
    display: block;
    overflow: hidden;
    line-height: 135.7%;
    text-decoration: none;
    padding: 10px 10px;
}
#headerTop{
	border-top: inherit;
	background-color: #F0FCFF;
}
#header #headContact.itemClose #headContactInner:before{
    content: "";
    border-color: white;
}
#header #headContact {
	margin-bottom:0px;
}

.sub-menu li a:before{
    font-family: FontAwesome;
    content: "\f04b";
    padding-right: 4px;
    font-size: 12px;
}
#gMenu .menu li a strong,#gMenu .menu li a span{
    font-weight: normal !important;
}
#headContactInner{
    display: none;
    float: right;
    padding: 0px !important;
    padding-left: 45px !important;
    border-radius: 5px;
	font-size:12px;
}
#headContactInner p {
	text-align:left;
}

.post-content p{
    margin-bottom: 8px;
}
#content .post-content h4, #content #post-28 h4{
    clear: both;
    font-size: 121.4%;
    padding: 10px 0 2px;
    margin-top: 0;
    margin-bottom: 8px;
    border-bottom: 1px solid #76899d;
    font-size: 15px;
}
@media (min-width: 660px){
#headContactInner{
    display: block;
}
}
.contentTitle{
    display: none;
}
#content a{
	color: #004CA0;
}
#content a:hover{
	color: #75889C;
	text-decoration: inherit;
}
.moreLink a{
	color: #666 !important;
}
#content .infoList ul li .infoTxt a {
    color: #004DA1;
    margin-top: 8px;
}
.widget_media_image img{
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	height: max-content !important;
}
#content .infoList .infoListBox {
    display: block;
    overflow: hidden;
    padding: 20px 0 14px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
#content .infoList .infoCate a{
	background-color: #BDE8CF;
    position: relative;
    top: -1px;
    padding: 1px 20px !important;
    color: #004DA1;
}
.localSection .localHead{
    clear: both;
    font-size: 128.6%;
    padding: 13px 0 8px !important;
    border-bottom: 1px solid #ccc !important;
    border-top: 2px solid #76899d;
    font-weight: bold;
    color: #333;
    position: relative;
    line-height: 114.3%;
}
.infoList h2{
	margin: 0 0 6px !important;
}
@media (min-width: 970px){
#gMenu .menu > li {
	width: auto;
}
}
@media (min-width: 970px){
#header .innerBox {
    padding-top: 20px;
}
}
@media (min-width: 770px){
#header .innerBox #site-title {
    padding-bottom: 30px;
}
}
@media (min-width: 770px){
#gMenu .menu>li a {
    padding: 0px 17px !important;
}
#gMenu.itemClose .menu, #gMenu.itemOpen .menu{
    display: flex;
}
}
@media (min-width: 970px){
#gMenu .menu>li a{
    padding: 0 25px;
}
}
#headContactInner a{
    text-decoration-line: none !important;
}
#post-25 h4{
    border-bottom: 1px solid #76899d;
}

/*2020_2_10追記 カスタム投稿『Blog』用記述*/
ul.page-numbers{
    display:flex;
}
#content ul.page-numbers>li:before {
    font-family: FontAwesome;
    content: "";
    padding-right: 4px;
    font-size: 12px;
}
/*2020_2_12追記　『登録フォーム』記述*/
#wpmem_reg{
    font-size:14px;
}
#wpmem_reg legend {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
}
#wpmem_msg, .wpmem_msg {
    color: #61778e;
}
label[for="privacycheck"]{
   float:left;
   clear:both;
}
#privacycheck{
    clear:both;
}
#content>#post-232>ul>li>a[href="http://tuatkyoshoku.jp"]{
    display:none;
}
#wpmem_login{
	font-size:14px;
}
#wpmem_login legend {
    font-size: 20px;
}
#content>.childPageBox {
    display:none;
}
#content .paging a:hover {
	color:#fff;
}
.page-id-232 #content .navigation.pagination {
	display:none;
}
#content .link-button {
	display: block;
	padding: 10px 30px;
	background: #76899d;
	border:1px solid #76899d;
	color: #fff;
	margin: 20px auto;
	width: 100px;
	text-align: center;
	letter-spacing:2px;
}
#content .link-button:hover {
	background: #fff;
	color:#76899d;
	transition:0.5s;
}
/*END 2020_2_10追記 カスタム投稿『Blog』用記述*/


.page-id-232 #media_image-4 {
	display:block;
}


#topMainBnr {
    background: url(image/slide-back.png) !important;
    border-bottom: none;
    padding: 20px 0;
    box-shadow: none;
}

#headerTop #site-description {
	font-size:14px;
}