@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* お問い合わせ */
.table-inner{
	margin-bottom:1rem;
}
.post_content .contact__title{
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #DDDDDD;
}
.contact__text{
	font-size:18px;
	line-height:1.4;
	margin-bottom:24px;
}
.contact-form__item-name{
	font-weight:normal;
line-height:1.8;
}
.label-required{
	color:white;
	background:#E44141;
	font-size:12px;
	padding:6px 3px;
line-height:1;
	    display: inline-block;
}
.post_content .table tr{
    vertical-align: top;
}
.post_content .table th{
	background-color:#F7F7F7;
}
.post_content .table td,.post_content .table th {
border:none;
}
.post_content .table{
	border:none;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.post_content .table tr:first-child th, .post_content .table tr:first-child td {
    border-top: 1px solid #CCCCCC;
}
.post_content .table tr th {
	border:none;
   font-weight: bold;
  text-align: left;
  border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width:224px;
}
.post_content .table tr td {
  border-right: 1px solid #CCCCCC;
	background: #fff;
}
.post_content .table tr th, .post_content .table tr td {
    border-bottom: 1px solid #CCCCCC;
	font-size:16px;
	padding: 24px 22px!important;
}
.table	input,.table textarea,.table select{
		width:100%;
	border-radius:4px;
	background-color:#fff;
	border:1px solid #CCCCCC;
	}
.table	input{
	height:43px;
}
.table textarea{
	height:285px;
}
.form-btn__wrapper{
	margin-top:24px;
	text-align: center;
}
.wpcf7-spinner{
	display:none;
}
.form-btn{
	padding-inline: 40px;
border-radius: 0.125rem;
border: 1px solid #CCCCCC;
background: linear-gradient(180deg, #FAFAFA 54.14%, #F0F0F0 100%);
	font-size:1.1rem;
	transition: all 0.3s;
	    display: inline-block;
    width: auto;
	padding:14px 25px;
	line-height:1;
}
.form-btn:hover{
	opacity:0.7;
}

@media screen and (max-width: 767px) {
	.table tr th,.post_content .table tr td {
    display: block;
	 width: 100%;
padding: 16px 8px;
}
.post_content .table tr th {
  border-right: none;
	border-left: none;
}
.post_content .table tr td {
    border-right: none;
}
.post_content .table tr th, .post_content .table tr td {
    display: block;
	 width: 100%;
	padding: 16px;
}
	.post_content .table tr:first-child th, .post_content .table tr:first-child td {
    border-top: none;
}
}
@media screen and (min-width: 960px) {
.contact__text{
font-size:20px;
}
.post_content .table tr th, .post_content .table tr td {
	padding: 32px 22px!important;
}
.table	input{
	height:49px;
}
}
