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


/* プライバシーポリシー
------------------------------------- */
.list-disc {
	list-style-type: disc !important;
}
ul.list-kakko {
	padding-left: 1.8em !important;
}
ul.list-kakko>li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}
ul.list-kakko>li:before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -3.5em;
	width: 3em;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/* ------------------------- */

.privacy .lead {
	margin-bottom: 2em;
}
.privacy section {
	margin-bottom: 2em;
	padding-left: 0.5em;
}
.privacy h2 {
	margin: 0 0 0.5em -0.5em;
	padding: 0;
	font-size: 1.15rem;
	background: none;
}
.privacy h2::before {
	display: none;
}
.privacy ol {
	margin: 0.8em 0 !important;
}
.privacy ol li {
	margin-bottom: 0.5em !important;
}
.privacy ul {
	margin: 0.8em 0 !important;
}
@media(max-width:600px) {
	.privacy section {
		padding-left: 0;
	}
	.privacy h2 {
		margin: 0 0 0.5em 0;
	}
}


/* Contact Form 7
------------------------------------- */
.inquiry {
	max-width: 660px !important;
	margin: 25px auto 10px;
}
.inquiry tr {
	background: #fff;
}
.inquiry th {
	width: 14em !important;
	padding: 12px 15px;
	text-align: left;
	font-weight: normal !important;
	vertical-align: middle;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}
.inquiry td {
	padding: 12px 10px;
	font-size: 16px;
	border: solid 1px #d7d7d7 !important;
	border-left: none !important;
	border-right: none !important;
	border-top: none !important;
}
@media(max-width:650px) {
	.inquiry th {
		padding: 5px 10px;
	}
	.inquiry td {
		padding: 10px 0;
	}
	.inquiry th {
			border: none !important;
	}
	.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_btn {
	display: block;
	padding: 0.4em 0;
	margin: 20px auto 0;
	width: 8em;
	background: #000;
	color: #fff;
	font-size: 16px;
	border-radius: 6px;
	border: none;
}
#inquiry_btn:hover {
	background: #fff;
	color: #000;
	outline: 1px solid #000;
}
.inquiry .required {
	margin-right: 4px;
	padding: 2px 4px;
	font-size: 14px;
	background: #ec4c62;
	color: #fff;
	border-radius: 2px;
	vertical-align: 2px;
	bottom: 1px;
	font-weight: normal;
}
.inquiry .content {
	height: 150px;
}
.inquiry input {
	width: 100%;
	max-width: 400px;
	margin-right: 0.3em;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry .wpcf7-checkbox input,
.inquiry .wpcf7-radio input {
	width: auto;
	margin-right: 0;
}
.inquiry .wpcf7-radio .wpcf7-list-item.first {
	margin-left: 0.5em;
}
.inquiry textarea {
	width: 100% !important;
	max-width: 400px !important;
	background-color: #fff;
	border: solid 1px #ddd;
}
.inquiry select {
	background-color: #fff;
}
.inquiry .address .zipcode {
	width: 7em !important;
	margin: 0 1.5em 0.7em 0.4em;
}
.inquiry .address .pref {
	margin-left: 0.4em;
}
.inquiry .address .city {
	margin-bottom: 0.7em;
}

/* Blue */
.wpcf7 form .wpcf7-response-output {
	max-width: 700px;
    margin: 0 auto;
    padding: 0.5em 1em;
	line-height: 1.4;
    border: 1px solid #666;
	color: #666;
	border-radius: 3px;
}
/* Green */
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Red */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Orange */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #666;
	color: #666;
}
/* Yellow */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #666;
	color: #666;
}

