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

p {
	line-height: 2.2;
}

/* トップページ */

.home .works-box .p-postList__title {
	font-size: 0.8em;
    text-align: center;
}

/* フッター */

.footer-com-img {
	margin: 0 2em 0 0;
}

.l-footer__foot .u-fz-14 {
	font-size: 24px;
}

/* 施工事例 */

.works-template-default .l-content {
	padding-top: 0;　
}

/* お問い合わせフォーム */
.contactform {
	width: 80%;
	margin: 0 auto;
}

.wpcf7-form span.form-item {
    font-size: 12px;
    color: white;
    font-weight: normal;
    padding: 5px 8px;
    border-radius: 5px;
    margin-left: 5px;
}

.wpcf7-form span.required {
  background: #cc0b0b;
}

.wpcf7-form span.any {
  background: #0c3786;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
	padding: 1em;
	margin: 1em 0;
	width: 100%;
}

.wpcf7-form .label-txt {
	font-weight: bold;
	margin: 1em 1em 0.5em 1em;
}

.wpcf7-form [type=submit] {
	background-color: #000;
	font-weight: bold;
	border: 0;
	width: 80%;
	height: 65px;
	border-radius: 5px;
	color: #fff;
}

.contactform .submit-box {
	text-align: center;
}

.wpcf7-spinner {
	display: block;
}

.wpcf7-form .accept-box {
	text-align: center;
	margin: 3rem 0 2rem;
}

@media screen and (max-width: 960px) {
	.contactform { 
		width: 100%;
	}
	.wpcf7-select {
	padding: 1em;
	margin: 1em 0;
	width: 100%;
	}
	.wpcf7-list-item {
    margin: 0 0 0.5em 1em !important;
    }
}
