@charset "UTF-8";
/* --- ヘッダー --- */
.header-contact-text .row1_img{
    display: inline-block;
    vertical-align: middle;
	  margin-left: 15px;
}
.header-logo .logo {
    max-height: 73px;
}
.enlink {
    float: left;
    line-height: 2.4em;
    height: 2.4em;
}
.header_sns li{
    width: 30px;
    display: inline-block;
    margin-left: 10px;
}
.header-contact-text .nav li{
    display: inline-block;
	  vertical-align: middle;
}
.header-contact-text .nav li a{
    font-size: 14px;
    color: #000;
    padding: 0 5px;
	  border-right: 1px solid #ccc;
}
.header-contact-text .nav li a:hover {
    color: #279c3b;
}
.header-contact-text .nav li:last-child a {
    border-right: none;
}
.row2 .header_sns{
    margin-right: 20px;
}
.row2 .header_sns, .row2 .nav{
    display: inline-block;
	  vertical-align: top;
}

.global-nav{
    background: url("https://www.wakaba-tax.com/wp-content/uploads/2019/09/navi_bg.png");
    height: 59px;
}
.global-nav .menu-item a {
    line-height: 27px;
}
.header-menu > .menu-item > a::after {
    height: 30px;
    top: 13px;
	  border-right: 1px solid #fff;
}
.global-nav .menu-item:hover::after {
    border-right: 1px solid #fff;
}
.global-nav .menu-item:hover a, .global-nav .menu-item:hover::after {
    color: #269c3b;
    background-color: #c4d437;
    opacity: 1;
    transition: 0.2s;
}

/* --- 共通 --- */
body {
    font-size: 15px;
}
p {
    line-height: 1.8em;
}
.content-body ul li {
    padding: 2px 0 2px 20px;
}

/* --- 見出し --- */
.page-title {
    border-top: solid 2px #9c3;
}
.headline-h3 {
	  position: relative;
    text-align: left;
    color: #ffffff;
    border-color: #72b54e;
    border-top: 1px solid #319b3f;
    border-bottom: 1px solid #319b3f;
    padding: 3px 0;
}
.headline-h3{
    padding-left: 55px;
	  margin: 20px 0;
    background-color: #72b54e;
}
.headline-h3::before {
    content: url(https://www.wakaba-tax.com/wp-content/uploads/2019/09/title.png);
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 50px;
    height: 53px;
}
.headline-h3.hl-backclr
 {
    padding-left: 70px;
}

.headline-h4 {
    text-align: left;
    background: url("https://www.wakaba-tax.com/wp-content/uploads/2019/09/bg_h_01.gif") repeat-x bottom;
    position: relative;
    font-weight: initial;
    font-size: 18px;
	  padding-left: 20px;
}
.headline-h4::before {
    content: url(https://www.wakaba-tax.com/wp-content/uploads/2019/09/icon_h_01.gif);
    position: absolute;
    left: 0px;
    bottom: 17px;
}

/* --- サイドバー --- */
.sidebar {
    width: 210px;
    min-width: 250px;
}
.side.widget_simpleimage {
    margin-top: 0;
}
.side p {
    color: #333333;
    font-size: 14px;
    line-height: 1.4em;
}

/* --- お問い合わせフォーム --- */
.hissu{
    background-color: #c30;
    color: #fff;
    font-size: 11px;
    padding: 0 3px;
    margin-left: 5px;
}
.contact-form-table .field .toiawase_shurui span.wpcf7-list-item, .contact-form-table .field .kyoumi span.wpcf7-list-item{
    display: block;
}
.contact-form-table .field-name {
    width: 210px;
}

/* --- 表 --- */
.table-content.tr-left{
    width: 100%;
}
.table-content.tr-left th {
    width: 200px;
}


/* --- フッター --- */
.footer_bnr li{
    display: inline-block;
    vertical-align: top;
}
@media(min-width:690px){
.footer .column-md-1-3 {
    width: 25%;
}
	
.footer .column-md-2-3 {
    width: 70%;
}
	}
.footer.footer-about {
    background-color: #ffffff;
    color: #333333;
    background: url("https://www.wakaba-tax.com/wp-content/uploads/2019/09/footer_border.png") repeat-x top;
    padding-top: 25px;
}
.footer-links .menu-item a {
    font-size: 15px;
}
footer .line {
    background: #fff;
}
footer .line .copyright {
    color: #333;
    font-size: 14px;
}
footer .footer-link a {
    color: #333;
    font-size: 15px;
}




/* --- スマホ画面 --- */
@media(max-width:688px){
	
	
	/*サイドバー*/
	.sidebar {
    margin: 0 auto;
  }
	.side.widget_simpleimage {
    margin-top: 10px;
  }
	
	/*見出し*/
	.headline-h4::before {
    bottom: 8px;
  }
	.headline-h2, .headline-h4 {
    padding-bottom: 10px;
  }
	
	.page-title.hl-backclr{
    margin: 20px 5px;
  }
	
	/*お問い合わせフォーム*/
	.contact-form-table .field-name {
    width: 100%;
  }
  .contact-form-table .column-1, .contact-form-table .column-md-1-2, .contact-form-table .column-md-1-3, .contact-form-table .column-1-2{
    margin: 0;
	}
	
	/*フッター*/
	.footer_bnr{
    display: none;
  }
	
	
	
}