/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/free-wordpress-themes/inspiro-lite/
Template: inspiro
Author: WPZOOM
Author URI: https://www.wpzoom.com/
Description: Inspiro is a professional &amp; lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube &amp; self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. Learn more and check out our powerful premium version at https://www.wpzoom.com/themes/inspiro/
Tags: one-column,two-columns,right-sidebar,flexible-header,custom-colors,custom-header,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,e-commerce,wide-blocks,portfolio,blog,custom-background,featured-image-header,full-width-template,theme-options,block-styles
Version: 1.4.1.1631167551
Updated: 2021-09-09 06:05:51

*/

font-family:"游ゴシック体", "Yu Gothic", "sans-serif"
;

/* ２カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 1090px) {
	.col_2 > div{
		width: 50%;
	}
	
	/* 横並び */

.flex {
  display: flex; /*横並び*/
}
@media screen and (max-width: 768px) {
	.col_2 > div{
		width: 100%;
	}
}
	
/*contact7*/	
	.wpcf7 input[name="your-name"] { /* 名前入力欄 */
	width: 90%;
}
.wpcf7 input[name="your-email"] { /* メール入力欄 */
	width: 90%;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
	width: 90%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
	width: 100%;
	
}