@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
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Mohave:ital,wght@0,300..700;1,300..700&display=swap');

.l-footer__nav li:first-child a {
	border-left:none;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
/*ここから*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
/*  border-top:1px solid #d7d7d7!important; */
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
/* font-size:10px; */
}}
/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
/*  width:30%; */
 background:none;
 border:none;
}
/*通常欄*/
.inquiry td{
 font-size:13px;
 border:none;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
/*  border:solid 1px #d7d7d7;	 */
}
/*必須の調整*/
.haveto{
 font-size:10px;
 padding:2px 4px;
 background:#A6000D;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:10px;
 padding:2px 4px;
 background:#aaa;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin:20px auto;
 width:100%;
	border-radius:2px;
	max-width:320px;
 background:#fff;
 color:#A6000D;
 font-size:1rem;
 font-weight:bold;	 
 border-radius:2px;
 border: 1px solid #A6000D;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#A6000D;
 color:#FFF;
}



.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}



	.wpcf7-list-item {
    display: block;
    font-size: 1rem;
    line-height: 2;
}
/*ここまで*/