/* *

 * Theme Name:     matsukawa

 * Theme URI:      matsukawa

 * Author:         matsukawa

 * Author URI:     matsukawa

 * Tested up to:   6.4.2

 * Requires PHP:   5.6.0

 * Description:    matsukawa

 * Version:        1.0

 * License:        GNU General Public License v2 or later

 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html

 * Text Domain:    matsukawa

 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks

 *

 * This theme, like WordPress, is licensed under the GPL.

 * Use it to make something cool, have fun, and share what you've learned with others.

 *

 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

 * Underscores is distributed under the terms of the GNU GPL v2 or later.

**/

.wpcf7-not-valid-tip {

	display: none !important;

}
.p-line {
	position: relative;
	padding: 3rem 0;
}
.p-line:before,
.p-line:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0.2rem;
	left: 0;
	background-color: #000;
}
.p-line:before {
	top: 0;
}
.p-line:after {
	bottom: 0;
}
@media screen and (min-width: 769px) {
  	.p-news {
  		margin-top: 13rem;
	}
}