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

.l-header {
	display: none;
}

.home .l-content {
	margin: 0 auto 4em !important;
}

.entry-data .cap_box_ttl {
	justify-content: center;
}

.btn_ent {
	color: #fff;
	background-color: #dd3062;
}

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

.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 0em;
}

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

.wpcf7-form .submit-box {
	text-align: center;
	margin: 2em 0;
}

.wpcf7-spinner {
	display: block;
}

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

.wpcf7-form .accept-box a {
	color: #cc0b0b;
}

.select-column .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	gap: .5em;
}

.commentin-q {
	padding: 1em 0 !important;
}

.first-q {
	margin: 0 0 1em 0;
}

@media screen and (max-width: 960px) {
	.wpcf7-select {
	padding: 1em;
	margin: 1em 0;
	width: 100%;
	}
	.wpcf7-list-item {
    margin: 0 0 0.5em 1em !important;
    }
	.sp8 {
		font-size: 0.8em;
	}
	.wpcf7-form-control-wrap {
		margin-top: 0.5em;
	}
	.wpcf7-list-item:first-child {
	margin: 0.5em 0 0.5em 1em !important;
	}
}

/* font */
.en-400	{
	font-family: "bahnschrift", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.en-500 {
	font-family: "bahnschrift", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.en-600 {
	font-family: "bahnschrift", sans-serif;
	font-weight: 700;
	font-style: normal;
}


.mincho-700 {
	font-family: "noto serif jp", sans-serif;
	font-weight: 700;
	font-style: normal;
}