/*
Theme Name:Lightning Child
Template: lightning
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #333333;
}

#breadcrumb.breadcrumb {
	border: none;
}

.site-body {
	padding-top: 0 !important;
}
.site-body .container, .site-body .container-lg, .site-body .container-md, .site-body .container-sm, .site-body .container-xl {
	padding: 0 !important;
	max-width: 100% !important;
}

.content-wrap {
	padding-bottom: 11.25rem;
}
.content-wrap ul, .content-wrap ol {
	margin: 0;
}
.content-wrap ul, .content-wrap li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-wrap .l-content-inner {
	width: 100%;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 100%;
}
@media (min-width: 1200px) {
	.content-wrap .l-content-inner {
		max-width: 950px;
	}
}
@media (min-width: 992px) {
	.content-wrap .l-content-inner {
		max-width: 960px;
	}
}
.content-wrap .m-bg {
	background-color: #f6f5f2;
}
.content-wrap .m-ggmap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
}
.content-wrap .m-ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}
.content-wrap .m-youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.content-wrap .m-youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.content-wrap .m-link-close {
	pointer-events: none;
}
.content-wrap .m-blk {
	color: #333;
}
.content-wrap .m-white {
	color: #ffffff;
}
.content-wrap .m-bold {
	font-weight: bold;
}
.content-wrap .m-serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.content-wrap .m-relative {
	position: relative;
}
@media print, screen and (min-width: 768px) {
	.content-wrap a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
	}
}
.content-wrap .c-bar {
	border-top: 2px solid #333;
	width: 100%;
	margin: 3.75rem 0;
}
.content-wrap .c-full-image {
	margin: 3.125rem 0;
}
.content-wrap .c-full-image img {
	width: 100%;
}
.content-wrap .c-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5rem;
}
@media screen and (max-width: 781px) {
	.content-wrap .c-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.content-wrap .c-column__box {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
}
.content-wrap .c-column__box img {
	width: 100%;
}
.content-wrap .c-section {
	padding-top: 6.25rem;
}
.content-wrap .c-section-title {
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	position: relative;
	border: none;
	padding: 0 0 0.625rem;
	margin: 0 0 4.6875rem;
}
.content-wrap .c-section-title::after {
	content: "";
	width: 18.75rem;
	height: 1px;
	background-color: #333;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.content-wrap .c-catch {
	text-align: center;
	font-size: 2.8125rem;
	font-weight: 600;
}
@media screen and (max-width: 781px) {
	.content-wrap .c-catch {
		font-size: 1.875rem;
	}
}
.content-wrap .c-subttl {
	font-weight: bold;
	font-size: 1.625rem;
	margin: 0 0 1.0625rem;
	padding: 0;
	border: 0;
}
.content-wrap .c-subttl::after {
	content: none;
}
.content-wrap .c-subttl .small {
	font-size: 69.2307692308%;
}
.content-wrap .c-text {
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
.content-wrap .c-btn {
	width: 21.875rem;
	height: 3.125rem;
}
.content-wrap .c-btn__inn {
	background-color: #b26a3b;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
	.content-wrap .c-btn__inn:hover {
		opacity: 0.7;
	}
}
.content-wrap .c-btn.-ma {
	margin-right: auto;
	margin-left: auto;
}
.content-wrap .c-btn.-gray .c-btn__inn {
	background-color: #a5aea8;
}
.content-wrap .c-btn.-blue .c-btn__inn {
	background-color: #1b2d73;
}
.content-wrap .c-btn.-gray-dark .c-btn__inn {
	background-color: #3d454f;
}

.page-header {
	background-color: #9eaec4 !important;
}
.page-header .page-header-title {
	letter-spacing: 0.2em;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 781px) {
	.pc {
		display: none;
	}
}
@media print, screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
	text-align: left;
}

.u-alignC {
	text-align: center;
}

.u-alignR {
	text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
	text-decoration: underline !important;
}

.u-bold {
	font-weight: bold;
}

/*----------- shadow ------------*/
.u-boxshadow {
	-webkit-box-shadow: 0 0 10px rgba(24, 99, 175, 0.25);
	        box-shadow: 0 0 10px rgba(24, 99, 175, 0.25);
}

/*
Theme Name:Lightning Child
Template: lightning
*/
/* --------------------------------------------------
  header
-------------------------------------------------- */
#site-header .global-nav-list {
	gap: 2.5rem;
}
#site-header .global-nav-list > li::before, #site-header .global-nav-list > li::after {
	content: none;
}
#site-header .global-nav-list > li .global-nav-name {
	font-size: 15px;
}
#site-header .global-nav-list > li > ul.sub-menu {
	background-color: rgba(255, 255, 255, 0.6);
	width: 220px;
	margin-left: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#site-header .global-nav-list .sub-menu li {
	font-weight: 500;
	font-size: 15px;
}
#site-header .global-nav-list .sub-menu li a {
	color: #333;
	text-align: center;
	padding: 0.8em 1.2em;
	border-bottom: none;
}
#site-header .global-nav-list .sub-menu li a:hover {
	background-color: #ffffff;
}

/* --------------------------------------------------
  footer
-------------------------------------------------- */
footer ul, footer li {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media print, screen and (min-width: 768px) {
	footer a[href^="tel:"] {
		text-decoration: none;
		pointer-events: none;
		color: inherit;
	}
}
footer.site-footer {
	border-color: #cccccc;
}
@media screen and (max-width: 991.98px) {
	footer.site-footer .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 3.125rem;
	}
}
footer.site-footer .footer-title {
	font-size: 1.5625rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
	border: none;
}
footer.site-footer .footer-text {
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 500;
	margin-top: 0.5em;
}
footer.site-footer .footer-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.45625rem;
	margin: 0;
	padding: 0;
}
footer.site-footer .footer-sns .item {
	width: 2.4375rem;
	height: 2.4375rem;
	margin: 0;
}
footer.site-footer .footer-sns .item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.25rem;
	font-weight: 500;
	background-color: #e0e0e0;
	border-radius: 50%;
	text-decoration: none;
}

/*-------- top ---------*/
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 5rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.625rem;
}

.swiper-pagination-bullet {
	width: 0.75rem !important;
	height: 0.75rem !important;
	margin: 0 !important;
	background-color: #808080 !important;
	opacity: 0.7 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

#top .top-feature {
	padding-bottom: 2.8125rem;
}
#top .top-feature__title {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	padding: 0;
	margin: 0 0 3.125rem;
	border: none;
	letter-spacing: 0.05em;
}
#top .top-feature__list {
	gap: 2.5rem;
}
#top .top-feature__list .title {
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.75;
	margin-top: 1rem;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
#top .top-feature__text {
	margin-top: 5.625rem;
}
@media screen and (max-width: 781px) {
	#top .top-feature__text {
		margin-top: 2.8125rem;
	}
}
#top .top-business {
	padding-bottom: 3.125rem;
}

#about .p-about__text {
	text-align: center;
	font-size: 1.25rem;
}
#about .p-about .c-full-image {
	margin-bottom: 0;
}
#about .p-feature {
	padding-bottom: 8.75rem;
}
@media screen and (max-width: 781px) {
	#about .p-feature {
		padding-bottom: 3.75rem;
	}
}
#about .p-feature .c-column {
	margin-top: 3.75rem;
}
#about .p-part {
	background-color: #f6f5f2;
	padding-bottom: 4.6875rem;
}
#about .p-part__text {
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}
@media screen and (max-width: 781px) {
	#about .p-part__text {
		font-size: 1.625rem;
	}
}
@media print, screen and (min-width: 768px) {
	#about .p-message {
		padding-top: 6.25rem;
	}
}
#about .p-message .c-subttl {
	letter-spacing: 0.08em;
}
#about .p-message__content {
	margin-top: -1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 781px) {
	#about .p-message__content {
		display: block;
	}
}
#about .p-message__content .img {
	width: 20rem;
	padding-top: 4.0625rem;
}
@media screen and (max-width: 781px) {
	#about .p-message__content .img {
		width: 15.625rem;
		padding-top: 0;
		margin: 3.125rem auto auto;
	}
}
#about .p-message__content .cnt {
	width: calc(100% - 20rem);
	padding-right: 1.875rem;
}
@media screen and (max-width: 781px) {
	#about .p-message__content .cnt {
		width: 100%;
		padding: 0;
	}
}
#about .p-message__text1 {
	font-size: 1.25rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-weight: 500;
	margin-top: 2.1875rem;
}
@media screen and (max-width: 781px) {
	#about .p-message__text1 {
		font-size: 1.125rem;
	}
}
#about .p-message__text2 {
	margin-bottom: 0;
	margin-top: 3.125rem;
}
#about .p-message__status {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
	margin-top: 0.125rem;
	letter-spacing: 0.08em;
}
#about .p-message__name img {
	width: 15.3125rem;
}
#about .p-outline {
	padding-top: 6.875rem;
}
#about .p-outline .c-subttl {
	letter-spacing: 0.08em;
}
@media screen and (max-width: 781px) {
	#about .p-outline__tbl {
		width: 100%;
		display: block;
		border-top: 1px solid #babbbb;
	}
}
@media screen and (max-width: 781px) {
	#about .p-outline__tbl tbody, #about .p-outline__tbl tr {
		display: block;
		width: 100%;
	}
}
#about .p-outline__tbl th, #about .p-outline__tbl td {
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	border: 1px solid #babbbb;
	padding: 0;
	font-weight: 400;
	text-align: left;
}
@media screen and (max-width: 781px) {
	#about .p-outline__tbl th, #about .p-outline__tbl td {
		display: block;
		border-top: none;
		width: 100%;
	}
}
#about .p-outline__tbl th {
	width: 12.5rem;
	padding: 1.125rem 1.25rem;
	vertical-align: top;
}
@media screen and (max-width: 781px) {
	#about .p-outline__tbl th {
		width: 100%;
		border-bottom: none;
		font-weight: 500;
		padding-bottom: 0;
	}
}
#about .p-outline__tbl td {
	padding: 1.125rem 1.875rem;
}
@media screen and (max-width: 781px) {
	#about .p-outline__tbl td {
		padding: 0 1.25rem 1.125rem;
	}
}
#about .p-access {
	padding-top: 6.25rem;
}
#about .p-access .c-subttl {
	letter-spacing: 0.08em;
}
#about .p-access__map .m-ggmap {
	padding-top: 37.2826086957%;
}
@media screen and (max-width: 781px) {
	#about .p-access__map .m-ggmap {
		padding-top: 56.25%;
	}
}

#oem .p-develop {
	padding-bottom: 7.5rem;
}
#oem .p-develop .c-section-title {
	margin-bottom: 2.1875rem;
}
#oem .p-develop__text {
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
@media screen and (max-width: 781px) {
	#oem .p-develop__text {
		text-align: left;
	}
}
#oem .p-develop .c-full-image {
	margin-bottom: 0;
}
#oem .p-flow {
	background-color: #f6f5f2;
	padding-bottom: 8.75rem;
}
@media screen and (max-width: 781px) {
	#oem .p-flow {
		padding-bottom: 3.75rem;
	}
}
#oem .p-flow__text {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	letter-spacing: 0.05em;
}
#oem .p-flow__content {
	margin-top: 4.0625rem;
}
#oem .p-flow__content .arrow {
	width: 3.5625rem;
	height: 1.8125rem;
	margin: 2.9375rem auto;
	background-image: url(assets/images/oem/arrow_oem.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 781px) {
	#oem .p-flow__content .arrow {
		margin: 1.5625rem auto;
	}
}
#oem .p-flow__box {
	background-color: #ffffff;
	border: 5px solid #e0e0e0;
	padding: 2.5rem 2.1875rem 1.75rem;
}
#oem .p-flow__box dt {
	border-bottom: 2px solid #e0e0e0;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 1.75rem;
}
#oem .p-flow__box dd {
	font-size: 1.125rem;
	line-height: 1.75;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-top: 0.8125rem;
}
#oem .p-case .c-subttl {
	letter-spacing: 0.08em;
	margin-bottom: 1.875rem;
}
#oem .p-case__box {
	margin-top: 5.625rem;
}
#oem .p-case__box:first-of-type {
	margin-top: 0;
}
#oem .p-feature .c-section-title {
	margin-bottom: 3.4375rem;
}
#oem .p-feature .c-full-image {
	margin-bottom: 0;
}

#policy .p-policy {
	padding-top: 3.125rem;
}
#policy .p-policy .l-content-inner {
	width: 56.875rem;
}
#policy .p-policy .c-section-title {
	margin-bottom: 1.875rem;
}
#policy .p-policy .c-section-title::after {
	width: 21.875rem;
}
#policy .p-policy__text {
	margin-top: 0;
}
#policy .p-policy__content {
	margin-top: 3.4375rem;
	border-top: 10px solid #9eaec4;
	padding-top: 6.5625rem;
}
#policy .p-policy__content .c-subttl {
	position: relative;
	letter-spacing: 0.1em;
	padding-bottom: 2.5rem;
	margin-bottom: 2.1875rem;
}
#policy .p-policy__content .c-subttl::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.4375rem;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	position: absolute;
	bottom: 0;
	left: 0;
}
#policy .p-policy__content a {
	text-decoration: none;
	color: inherit;
}
#policy .p-policy__content .c-text {
	margin-bottom: 0;
}
#policy .p-policy__content ol {
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
#policy .p-policy__content ol > li {
	list-style: decimal;
	margin-top: 1.5em;
}
#policy .p-policy__content ol > li:first-of-type {
	margin-top: 0;
}
#policy .p-policy__content ol.nomrg > li {
	margin-top: 0;
}
#policy .p-policy__content ul > li {
	list-style: disc;
}
#policy .p-policy__content li ol, #policy .p-policy__content li ul {
	padding-left: 1.5em;
}
#policy .p-policy__content .subttl04 {
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
	font-weight: bold;
	background-color: transparent;
	padding: 0;
	margin: 2em 0 0;
}
#policy .p-policy__content .mt {
	margin-top: 1.7em;
}
#policy .p-policy__content .mb {
	margin-bottom: 1.7em;
}
#policy .p-policy__box {
	margin-top: 8.75rem;
}
#policy .p-policy__box:first-of-type {
	margin-top: 0;
}

#contact .p-contact {
	padding-top: 3.4375rem;
	padding-bottom: 6.25rem;
}
#contact .p-contact__text {
	text-align: center;
}
@media screen and (max-width: 781px) {
	#contact .p-contact__text {
		text-align: left;
	}
}
#contact .p-contact .c-section-title::after {
	width: 21.875rem;
}
#contact .p-notice {
	background-color: #f3f1ec;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
#contact .p-notice .c-subttl {
	font-size: 1.125rem;
	margin-bottom: 0;
}
#contact .p-notice .c-text + .c-subttl {
	margin-top: 2em;
}
#contact .p-notice .c-text li {
	list-style: disc;
}
#contact .p-notice .c-text + .c-text {
	margin-top: 1.5em;
}
#contact .p-notice ul.c-text {
	margin-top: 0.2em;
	padding-left: 2.625rem;
}
#contact .p-form {
	padding-top: 6.875rem;
}
@media screen and (max-width: 781px) {
	#contact .p-form {
		padding: 3.75rem 0 0;
	}
}
#contact .p-form .l-content-inner {
	width: 57.5rem;
}
#contact .p-form__tbl th, #contact .p-form__tbl td {
	padding: 1.875rem 1.5rem;
	border-color: #cdcece;
	font-size: 1rem;
}
@media screen and (max-width: 781px) {
	#contact .p-form__tbl th, #contact .p-form__tbl td {
		display: block;
		width: 100%;
	}
}
#contact .p-form__tbl th {
	width: 15.3125rem;
	font-weight: bold;
}
@media screen and (max-width: 781px) {
	#contact .p-form__tbl th {
		width: 100%;
		text-align: left;
	}
}
#contact .p-form__tbl td {
	font-weight: 500;
}
@media screen and (max-width: 781px) {
	#contact .p-form__tbl td {
		border-top: none;
	}
}
#contact .p-form .hissu {
	color: #d70012;
	font-weight: bold;
}
#contact .p-form .radio-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.5em;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#contact .p-form input, #contact .p-form textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}
#contact .p-form textarea {
	height: 17.5rem;
}
@media screen and (max-width: 781px) {
	#contact .p-form textarea {
		height: 9.375rem;
	}
}
#contact .p-form button {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
#contact .p-form button:hover {
	opacity: 0.7;
}
#contact .p-form input[type=text], #contact .p-form input[type=tel], #contact .p-form input[type=email] {
	border: 1px solid #babbbb;
	padding: 0.625rem 0.9375rem;
}
#contact .p-form textarea {
	border: 1px solid #babbbb;
	padding: 0.625rem 0.9375rem;
}
#contact .p-form input[type=radio] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#contact .p-form .radio {
	position: relative;
	display: block;
	word-break: break-all;
	cursor: pointer;
}
#contact .p-form .radio input[type=radio] + span {
	position: relative;
	padding-left: 1.375rem;
}
#contact .p-form .radio input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 1px;
}
#contact .p-form .radio input[type=radio] + span::before, #contact .p-form .radio input[type=radio] + span::after {
	content: "";
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 50%;
	z-index: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
#contact .p-form .radio input[type=radio] + span::before {
	border: 1px solid #231815;
	left: 0;
	background-color: transparent;
	width: 1.125rem;
	height: 1.125rem;
}
#contact .p-form .radio input[type=radio] + span::after {
	background-color: #231815;
	border-radius: 50%;
	z-index: 0;
	width: 0.625rem;
	height: 0.625rem;
	left: 0.25rem;
	opacity: 0;
}
#contact .p-form .radio input[type=radio]:checked + span::after {
	opacity: 1;
}
#contact .p-form__btnarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.875rem;
	margin: 3.125rem auto auto;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 18.75rem;
}
@media screen and (max-width: 781px) {
	#contact .p-form__btnarea {
		gap: 0.9375rem;
	}
}
#contact .p-form input.p-form__btn,
#contact .p-form button.p-form__btn {
	width: 18.75rem;
	height: 3.75rem;
	background-color: #9eaec4;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: bold;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#contact .p-form input.p-form__btn:hover,
#contact .p-form button.p-form__btn:hover {
	opacity: 0.7;
}
#contact .p-form input.p-form__btn.-back,
#contact .p-form button.p-form__btn.-back {
	background-color: #babbbb;
}
#contact .p-form.-confirm {
	padding-top: 0;
	margin-top: -5rem;
}
#contact .p-form.-confirm .p-form__tbl th, #contact .p-form.-confirm .p-form__tbl td {
	padding: 1.875rem 1.5rem;
}
#contact .p-form.-confirm .p-form__btnarea {
	width: 39.375rem;
	max-width: 100%;
}
@media screen and (max-width: 781px) {
	#contact .p-form.-confirm .p-form__btnarea {
		width: 18.75rem;
	}
}
#contact .p-form.-thanks .p-contact__text {
	text-align: center;
}
#contact .wpcf7-radio.radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1em 1.5em;
}
#contact .wpcf7-radio.radio .wpcf7-list-item {
	margin-left: 0;
}
#contact .wpcf7-radio.radio .wpcf7-list-item.first {
	margin-left: 0;
}
#contact .wpcf7-response-output {
	max-width: 57.5rem;
	border-color: #9eaec4;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 781px) {
	#contact .wpcf7-response-output {
		margin-right: 15px;
		margin-left: 15px;
	}
}
/*# sourceMappingURL=style.css.map */