/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body {
	padding:0;
	margin:0;
}


/* =====================================
   Contact Form 7 カスタマイズ用CSS
   ===================================== */

table.CF7_table{
	width:80%;
	margin:0 auto;
	border-collapse: collapse;
}

table.CF7_table tr{
/* 	border-top: 1px solid #e5e5e5; */
	display: flex !important;
	align-items: center;
}
table.CF7_table tr:first-of-type {
    border-top: none;
}

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

.CF7_table th,
.CF7_table td {
    background: none !important;
    border: none !important;
}

.CF7_table tbody > tr:nth-child(odd) td,
.CF7_table tbody > tr:nth-child(odd) th {
    background: none !important;
}

.CF7_table td{
    padding:1rem 0;
    width: 70%;
}

.CF7_table input,
.CF7_table textarea {
	border: 1px solid #d8d8d8;
	padding: 1rem 1rem;
	border-radius: 5px;
	/* width: 100% !important; */
	box-sizing: border-box;
}

.CF7_table textarea {
    min-height: 8em;
}

.CF7_addr {
    width: 100% !important;
}

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

.CF7_req{
	font-size:12px;
	font-weight: normal;
	padding: 5px;
	background: #1553aa;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

.CF7_unreq{
	font-size:14px;
	font-weight: normal;
	padding: 5px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

@media screen and (min-width: 768px){
	.CF7_table th{
		width:30% !important;
		text-align:left;
	}
}

@media screen and (max-width: 768px){
	table.CF7_table{
		width:95% !important;
	}
	.CF7_table tr,
	.CF7_table td,
	.CF7_table th{
		display: block !important;
		width: 100% !important;
		line-height:2.5em;
		text-align:left;
	}
	.CF7_table tr {
		padding: 1rem 0 2rem 0;
		flex-wrap:wrap;
	}
	.CF7_table th{
	    padding:1rem 0;
	}
	.CF7_table td {
	    padding:0;
	}
}

.wpcf7 input.wpcf7-submit {
	background-color:#1553aa;
	border:0;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin:0 auto;
	padding: 1rem 4rem;
	border-radius: 5px;
}
.wpcf7 input.wpcf7-submit:hover {
    cursor : pointer;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

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

.wpcf7-list-item {
    display: inline-flex !important;
    align-items: center;
    gap: 0.3em;
    margin-right: 1.5em;
}
.wpcf7-list-item input[type="checkbox"] {
    margin: 0 !important;
    vertical-align: middle !important;
}

.wpcf7-list-item-label {
　　display: inline-block !important;
}



