@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
*/
/* ヘッダー */
.c-gnav > .menu-item > a .ttl{
	font-size: 16px !important;
	font-weight: 700;
}
/* フッター */
#before_footer_widget{
	margin-bottom: 0;
}
#before_footer_widget .l-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
.w-footer__box{
	text-align: center;
}
.c-fixBtn{
	color: #0b5ed7;
	background: #fff;
	border-color: #0b5ed7;
}
.c-fixBtn:hover{
	color: #fff !important;
	background: #0b5ed7 !important;
}
/* メインビジュアル */
@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 3rem;
		font-weight: 700;
    }
    .-height-full .p-mainVisual__slideText {
        font-size: 1.4rem;
		font-weight: 700;
		line-height: 2;
    }
}
/* 固定ページ */
.page .l-content {
	padding-top: 0;
}

/* コンタクトフォーム */
.wpcf7{
	max-width: 840px;
	margin: 0 auto;
}
.post_content .wpcf7 th{
	width:200px; 
	background: none;
	border: none;
	text-align: right;
}
.post_content .wpcf7 td{
	background: none;
	border: none;
}
.wpcf7 input, .wpcf7 select,.wpcf7 textarea {
	width: 100%;
}
.wpcf7 input[type="checkbox"]{
	width: auto;
}
.wpcf7 input.wpcf7-submit{
	display: table;
	max-width: 360px;
	height: 60px;
	background: #0B5ED7;
	color: #fff;
	margin: 0 auto 2em;
	transition: all .6s;
}
.wpcf7 input.wpcf7-submit:hover{
	background: #ccc;
}
.required{
	display: inline-block;
	font-size: 10px;
	background: #DC2626;
	color: #FFF;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
.any{
	display: inline-block;
	font-size: 10px;
	background: #ccc;
	color: #fff;
	padding: 0 1em;
	border-radius: 5px;
	margin-left: 1em;
}
@media (max-width: 600px) {
	.post_content .wpcf7 th,
	.post_content .wpcf7 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}