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


/* 共通 */
a img{
	transition: all .6s;
}
a:hover img{
	opacity: 0.6;
}
.post_content h2{
    font-size: 1.8rem;
}
.post_content h3{
	font-size: 1.5rem;
}
.post_content h4{
    font-size: 1.3rem;
}
.post_content h5{
    font-size: 1.2rem;
}
.post_content h6{
    font-size: 1.1rem;
}

@media (max-width: 600px) {
	.post_content h2{
		font-size: 1.5rem;
	}
	.post_content h3{
		font-size: 1.3rem;
	}
	.post_content h4{
		font-size: 1.2rem;
	}
	.post_content h5{
		font-size: 1.1rem;
	}
	.post_content h6{
		font-size: 1rem;
	}
}
/* フッター */
#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;
}
/* フロントページ */
.p-mainVisual__slideTitle{
	font-size: clamp(18px, 3.2vw, 50px);
	font-weight:700;
}

/* コンタクトフォーム */
.wpcf7{
	max-width: 840px;
	margin: 0 auto;
}
.post_content .wpcf7 table{
	margin-bottom: 2rem;
}
.post_content .wpcf7 th{
	background: #e0dff4;
	border: none;
	border-bottom: 1px solid #fff;
}
.post_content .wpcf7 td{
	background: none;
	border: none;
	border-bottom: 1px solid #e0dff4;
}
.wpcf7 input[type="text"] , .wpcf7 select,.wpcf7 textarea {
	width: 100%;
	max-width: 100%;
}
.wpcf7-acceptance .wpcf7-list-item {
    display: table;
    margin: 0 auto 2rem;
}
[type=reset]{
	width: 240px;
	height: 50px;
	background: #aaa;
	border: none;
	color: #fff;
	margin: 0 auto;
	transition: all .6s;
}
[type=reset]:hover{
	background: #eee;
}
[type=submit]{
	width: 240px;
	height: 50px;
	background: #1a50bc;
	border: none;
	color: #fff;
	margin: 0 auto;
	transition: all .6s;
}
[type=submit]:hover{
	background: #ccc;
}
.required{
	display: inline-block;
	font-size: 10px;
	background: #d1053e;
	color: #FFF9F2;
	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;
}
#Privacy-policy{
	width: 720px;
	max-width: 100%;
	height: 270px;
	overflow-y: scroll;
	padding: 1em;
	margin: 0 auto 2rem;
	border: 1px solid #ccc;
}
.post_content #Privacy-policy h3 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
.post_content #Privacy-policy h4 {
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.wpcf7-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wpcf7-btn div{
	padding: 5px;
}
@media (max-width: 600px) {
	.post_content .wpcf7 th,
	.post_content .wpcf7 td{
		display: block;
		width: 100%;
		text-align: left;
	}
}