/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
.br-sp{
	display:none;
}
.wpcf7-file{
	padding:12px 10px;
	background-color:#fffafa;
}
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	text-align:left;
	}	
}
@media screen and (max-width: 768px){
	table.CF7_table{
	width:100% !important;
}
.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
}
.CF7_table th{
	background-color:#ebedf5;
	vertical-align:middle;
}
	.CF7_table th p{
		margin-bottom:0 !important;
	}
}
/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
	body, html {
    font-size: 16px;
		line-height:1.8;
}
}
@media screen and (max-width: 480px) {
	.br-sp{
		display:block;
	}
.message{
		text-align:start;
	}
	.message{
		text-align:start;
	}
	.right-text{
		text-align:start;
		margin-bottom:1rem;
	}
	
	.flow_m,.flow_p{
		font-size:1.2rem;
	}
	.flow_s{
	font-size:1.2rem;
	text-align:start;
}
	.entry_top{
	margin-top:1rem;
}
	.cf7{
		padding:1rem !important;
	}
}