@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
*/
.mt0{ margin-top: 0 !important;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.mt60{ margin-top: 60px !important;}
.mt70{ margin-top: 70px !important;}
.mt70{ margin-top: 80px !important;}

.mb0{ margin-bottom: 0 !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb70{ margin-bottom: 80px !important;}

.font_s { font-size: 0.9rem !important; }
.font_m { font-size: 1.2rem !important; }
.font_l { font-size: 1.5rem !important; }
.font_ll { font-size: 2rem !important; }

.center { text-align: center !important; }
.left { text-align: left !important;}
.right { text-align: right !important;}

.is-style-balloon .c-tabList__button:hover, .is-style-balloon .c-tabList__button[aria-selected=true] {
background-color: #81D8CF !important;
}
.is-style-balloon .c-tabList__button:before {
border-top: 8px solid #81D8CF !important;
}

.is-style-btn_solid a { color: #fff;}

.bg_white { background-color: #fff; padding: 30px; }

.bg_white p { color :#333;}

.pc { display:block !important; }
.sp { display:none !important; }

.top_work { padding-top: 0 !important; }

.about_img img { border-radius : 20px; }

h2.aboutme { font-size: 2rem; margin: 0 auto; text-align: center; border-left: none; font-weight: normal; }
h2.aboutme span {font-size: 0.9rem;  }

h3.top_h3 { margin: 0 auto 20px;}
h3.top_h3 span { font-size: 0.9rem; font-weight: normal; margin-left: 20px}


@media (min-width: 1020px) { 
	.top_worklist ul.p-postList li.p-postList__item { width: 25% !important;}
} 
	
/*ContactForm7カスタマイズ*/
table.CF7_table{
	margin:0 auto;
	border: none;
}

table.CF7_table tr , table.CF7_table td {
	border-bottom: 1px solid #e5e5e5;
	padding : 0.8em;
}
.post_content td, .post_content th{
	border-top: none;
	border-left: none;
	border-right: none;
}

.post_content th p ,.wpcf7-list-item-label  {
	color: #333;
}

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

.wpcf7-radio input {
	width :auto !important;
}

.is-style-regular table ,.is-style-regular table th,.is-style-regular table td{
	border:1px solid #dcdcdc !important;
	border-collapse: collapse; 
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	background-color: #fff;
	font-size:16px;
	padding: 10px;
	width : 100%;
}
.wpcf7-checkbox input {
	width : auto;;
}

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

@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 35px;
    }
}

/*「必須」文字*/
.CF7_req{
	font-size:.7em;
	padding: 3px 10px;
	background: #FF6666;
	color: #fff;
	border-radius: 3px;
	margin-left:1em;
   font-weight: normal;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.7em;
	padding: 3px 10px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-left:1em;
	font-weight: normal;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#fff;
	font-weight: normal;
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	
	.pc { display:none !important; }
	.sp { display:block !important; }
	
	h3.top_h3 span {margin-left: 0}
	
	.bg_white table.CF7_table ,table.CF7_table tbody {
	display: block;
	}
	.bg_white .CF7_table th {
	border : none;
	}
	.bg_white .CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.bg_white .CF7_table td {
		border-bottom :none !important;
		margin-bottom :10px;
	}
	.bg_white .CF7_table th{
		background: #fff;
		font-weight: normal;
		padding: 0;
		margin-top: 10px;
	}
	.bg_white { padding: 10px; }
	.wpcf7-list-item { width: 100%; }

}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#FF6666;
	border:0;
	color:#fff;
	font-size:1.2em;
	margin:0 auto;
	padding: 8px 20px;
	width :350px;
}
.wpcf7 input.wpcf7-submit:hover {
	opacity: 0.7;
}

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

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

/* 「reCAPTCHA」バッジ非表示 */
.grecaptcha-badge { visibility: hidden; }
