/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/* ????????????? */
.toppage_news {
  width: 95%; /* ?????????????? */
  margin: 0 auto; /* ???? */
}

/* ?????????????? */
@media screen and (min-width: 768px) { /* ??????????????????? 768px */
  .toppage_news {
    width: 80%; /* ?????????75%? */
  }
}

/* ??????????????? */
@media screen and (min-width: 1024px) { /* ????PC?????????? 1024px */
  .toppage_news {
    width: 60%; /* PC????60%? */
  }
}

/* ??????????????? */
.toppage_news li {
  display: flex; /* a ??? time ??????????? */
  gap: 20px; /* ?????20px???????? */
}
.toppage_news li a {
  display: inline-block; /* a??????????????? */
  order: 1; /* a???2??? */
}
.toppage_news li time {
	order: 0; /* time???1??? */
}

/* ????????????????? */
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*???*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#bcbcbc;
}

/*??????*/
.CF7_req{
	color: #f29505;/*????*/
}

/* ????? */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*??*/
	background-color:#f2f2f2;/*?????*/
	}
}

/* ?????? */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#f2f2f2;/*?????*/
	}
}

/* ????????? */
.wpcf7 input.wpcf7-submit {
	background-color:#f29505;/*????*/
	border:0;
	color:#fff;
	font-size:1em;
	font-weight:300;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.CF7_btn:hover {
  filter: brightness(85%);
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

/* ???? 0602 */

a .btn {
border: none;
}