html {
		font-size: 62.5%;
}
body {
		color: #292929;
		font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		/*font-family: "Noto Sans JP", sans-serif;*/
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.6;
}
figure, picture {
		max-width: 100%;
		width: 100%;
		line-height: 0;
		display: inline-block;
}
img {
		max-width: 100%;
		width: 100%;
		height: auto;
		vertical-align: middle;
}
p{
		font-size: 1.6rem;
		line-height: 2;
}
a {
		color: #000000;
		display: block;
		text-decoration: unset;
		transition: all 0.4s ease-in-out;
}
a:active, a:focus, a:focus-visible, a:focus-within, a:visited, a:target {
		color: #000000;
}
.screen-reader-text:focus {
		color: #000000;
}
.br_pc {
		display: block;
}
.br_sp {
		display: none;
}
.only_sp {
		display: none;
}
select {
		-webkit-appearance: none;
		appearance: none;
}
.inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
}
.center {
		text-align: center;
}
.right {
		text-align: right;
}
.left {
		text-align: left;
}
.flex {
		display: flex;
}
/* fonts ---------------------------------------*/


/* common --------------------------------------*/
#wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		min-height: 100vh;
}
.section{
		padding: 10rem 0;
}
.entry-content{
		padding: 0;
}
.section-title.flex {
		width: 100%;
		flex-direction: column;
		gap: 0.25rem;
}
h2.section-title{
		font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
		font-size: clamp(2.6rem, 3vw, 3.5rem);
		line-height: 1.4;
}
.border-top {
		border-top: 1px solid #292929;
}
.section-title span.flex {
		font-size: 0.85em;
		align-items: center;
		gap: 1rem;
}
.section-title span.flex::after {
		content: "";
		height: 1px;
		background-color: #000;
		display: block;
		flex: 1;
}
.panel-layout {
		display: flex;
		flex-direction: column;
}
.section-title-sub{
		position: relative;
		z-index: 5;
}
a.btn-blue {
		color: #fff;
		background-color: #005bab;
		border-radius: 50px;
		white-space: nowrap;
		padding: 1rem 4rem;
}
a.arrow-wh {
		position: relative;
		line-height: 1.6;
}
.arrow-wh::after {
		content: "";
		background-color: #fff;
		clip-path: polygon(0 0, 50% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		aspect-ratio: 1 / 1;
}

.link-circle-bk a {
		gap: 1rem;
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
}
.link-circle-bk a::after {
		content: "";
		background-color: #000;
		width: 2rem;
		height: 2rem;
		border-radius: 50px;
}
.link-circle-bk a::before {
		content: "";
		width: 0.8rem;
		height: 1.2rem;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 50%, 0 100%);
		position: absolute;
		top: 50%;
		right: 0.5rem;
		transform: translatey(-50%);
}

/* main-visual --------------------------------*/
.main-visual.fadeIn_MvBg {
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/Main_visual_pc.png);
		height: 36vw;
		position: relative;
}
.mv-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		max-width: 80%;
		width: 100%;
		z-index: 10;
		align-items: center;
		justify-content: space-between;
		gap: 5rem;
}
.mv_txt {
		max-width: calc(100% - (19vw + 5rem));
}
.mv_img {
		max-width: 19vw;
}
.fadeIn_Mv {
		position: relative;
		animation-name: fadeIn;
		animation-duration: 4s;
		animation-fill-mode: forwards;
		opacity: 0;
}
.fadeIn_MvBg::after {
		animation-name: fadeIn;
		animation-duration: 3s;
		animation-fill-mode: forwards;
		opacity: 0;
}
@keyframes fadeIn {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
.mv_txt figure{
		position: relative;
		width: 100%;
		height: 100%;
}
.mv_txt p {
		color: #fff;
		position: absolute;
		top: 35vw;
		left: 5vw;
		z-index: 1;
		animation-name: fadeIn_2;
		animation-duration: 8s;
		animation-fill-mode: forwards;
		opacity: 0;
}
@keyframes fadeIn_2 {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
/* Sub main-visual ----------------------------*/
.subpage-header {
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/sub_top_bg.jpg);
		padding: 5vw 0;
}
.press-fit .subpage-header {
		padding: 13vw 0;
}
.subpage-head-content h1 {
		font-size: clamp(3rem, 5vw, 4rem);
		font-weight: 600;
		color: #fff;
}
.breadcrumb {
		font-size: 0.75em;
		margin-top: 0.5rem;
}
.breadcrumb a{
		display: inline-block;
}
.subpage-head-content .breadcrumb, .breadcrumb .home {
		color: #a5a5a5;
}
.subpage-header {
		display: flex;
		align-items: center;
		position: relative;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		box-sizing: border-box;
}
/*.entry-content.subpage {
margin-top: 7rem;
}*/
/* Top ----------------------------------------*/
#about_tiltpiler {
		background: center center/contain no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/tiltpiler_bg.png);
}
#about_tiltpiler .tiltpiler__content {
		gap: 2rem;
		align-items: center;
		justify-content: space-between;
}
#about_tiltpiler .tiltpiler__content > div:first-child,
#about_tiltpiler .tiltpiler__content > div:last-child {
		flex-direction: column;
}
#about_tiltpiler .tiltpiler__content > div:first-child figure {

}
#about_tiltpiler .tiltpiler__content > div:first-child {
		width: 35%;
		align-items: flex-start;
		gap: 1rem;
}
#about_tiltpiler .tiltpiler__content > div:first-child span {
		font-size: 2.2rem;
		font-weight: 600;
		align-items: center;
		flex-wrap: nowrap;
		display: inline-flex;
		white-space: nowrap;
		gap: 0.5rem;
}
#about_tiltpiler .tiltpiler__content > figure {
		width: 20%;
}
#about_tiltpiler .tiltpiler__content > div:last-child {
		width: calc(40% - 8rem);
		align-items: center;
		gap: 3rem;
}

#future {
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/future_bg.png);
}
#future .future__content {
		align-items: center;
		justify-content: space-between;
		gap: 5rem;
}
#future .future__text {
		width: 65%;
		flex-direction: column;
		align-items: flex-start;
		gap: 5rem;
}
#future .future__text div {
		flex-direction: column;
		gap: 1.5rem;
}
#future .future__links {
		width: calc(35% - 5rem);
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		gap: 5rem;
}

#product {
		position: relative;
		z-index: 10;
}
#product::before,
#product::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		z-index: -1;
}
#product::before {
		top: 0;
		left: 0;
		background: left top no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/geometry_left.png);
}
#product::after {
		top: 0;
		right: 0;
		background: right top no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/geometry_right.png);
}
#product .product__content.flex {
		flex-direction: column;
		gap: 5rem;
}
#product .product__list.flex {
		gap: 5.5rem;
}


#work {
		padding: 0;
}
#work .work__content {
		flex-direction: column;
		gap: 5.5rem;
}
#work .work__img {
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/work_img.png);
		height: clamp(20rem, 45vw, 70rem);
}
#news {
		position: relative;
		z-index: 10;
}
#news::before,
#news::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		display: block;
		z-index: -1;
}
#news::before {
		top: 0;
		left: 0;
		background: left top no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/geometry_left.png);
}
#news::after {
		top: 0;
		right: 0;
		background: right top no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/geometry_right.png);
}
#news .news__content {
		flex-direction: column;
		gap: 5rem;
}
#news .news__output {
		align-items: flex-start;
		justify-content: space-between;
		gap: 10rem;
}
.news_list {
		width: calc(85% - 10rem);
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 3rem;
}
.news_list li {
		width: 100%;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #000;
		padding: 0.5rem 0;
		gap: 0.5rem 2rem;
}
.news_list .news_title {
		display: block;
		width: 100%;
}
.news_date {
		font-size: 0.9em;
}

#recruit {
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/recruit_bg.png);
}
#recruit .section-title {
		color: #fff;
}
#recruit .section-title span.flex::after {
		background-color: #fff;
}
#recruit .recruit__content {
		background-image: url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/recruit_innebg.png);
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 0 10px 0 10px;
		padding: 5rem 2rem;
		align-items: center;
}
#recruit .inner-content {
		gap: 5rem;
		display: flex;
		flex-direction: column;
}
.recruit__content .recruit-text {
		width: 70%;
}
.recruit__content .recruit-text h3 {
		font-size: 2.6rem;
		font-weight: 600;
		margin-bottom: 3rem;
}
.recruit__content .recruit-text .flex {
		flex-direction: column;
		gap: 2rem;
}
.recruit__content .recruit-img {
		width: 30%;
		scale: 1.5;
}
#contact {
		color: #fff;
		background: center center/cover no-repeat url(https://webmedia.sakura.ne.jp/kowan/wp-content/uploads/contact_bg.jpg);
}
#contact .section-title span.flex::after {
		background-color: #fff;
}
#contact .contact-text.flex {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		margin-top: 2rem;
}
.cat.info,
.cat.product-info {
		color: #fff;
		padding: 0.25rem 1.5rem;
		font-size: 0.8em;
}
.cat.info {
		background-color: #409ce7;
}
.cat.product-info {
		background-color: #005bab;
}
.news_list .news_title {
		display: block;
		width: 100%;
}
.news_list .news_title a {
		display: inline-block;
}

/* section2 ------------*/


/* section3 ------------*/


/* Contact ------------------------------------*/
.contact .contact-content,
.contact .contact-content .inner-content {
		flex-direction: column;
}
.contact .contact-content {
		gap: 5rem;
}
.contact .inner-content.flex.inner {
		flex-direction: column;
}
.contact .inner-content > p {
		margin: 2em 0 3em 0;
}
.contact .inner-content dl {
		border: 1px solid #333;
		padding: 2rem 1.5rem;
}
.contact .inner-content dd {
		margin: 0.5rem 0 2rem 0;
}
.contact .inner-content dd:last-child {
		margin-bottom: 0;
}
.contact .inner-content dl a {
		display: inline-block;
		text-decoration: underline;
}
.form-area {
		margin: 5rem auto;
		max-width: 640px;
		width: 90%;
}
.form-area label {
		font-size: 1.8rem;
		font-weight: 500;
		align-items: center;
}
.form-area .contact-note {
		font-size: 0.9em;
		line-height: 1.4;
		color: #777;
		display: block;
}
.required, .arbitrary {
		display: inline-block;
		padding: 0.5rem 2rem;
		border-radius: 30px;
		font-size: 0.7em;
		line-height: 1.6;
		color: #fff;
		margin-left: 1rem;
}
.required {
		background-color: #e60012;
}
.arbitrary {
		background-color: #A5A5A5;
}
.form-item {
		margin: 4rem 0;
}
.form-item br {
		display: none;
}
.wpcf7-form {
		background-color: #f9f9f9;
		margin-top: 1rem;
		padding-top: 2rem;
}
.wpcf7-list-item {
		margin: 0 2.2em 0 0;
}
.wpcf7-list-item label {
		font-weight: 400;
		font-size: 2rem;
}
.wpcf7-checkbox span{
		font-size: 1.7rem;
}

.text-in input, .form-item.text-in textarea, .wpcf7-form-control.wpcf7-select {
		font-size: 1.6rem;
		width: 100%;
		box-sizing: border-box;
		padding: 1.5rem 1rem;
		margin-top: 1rem;
		border: 1px solid #A5A5A5;
		background-color: #fff;
}
.wpcf7-form-control.wpcf7-select {
		max-width: 60%;
		font-size: 1.6rem;
}
.form-item.text-in input::placeholder, .form-item.text-in textarea::placeholder {
		color: #acacac;
		font-size: 0.95em;
		font-weight: 600;
		opacity: unset;
}
.form-submit-area {
		max-width: 80%;
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin: 0 auto;
}
.form-submit-area a {
		display: inline-block;
}
.form-submit-area .submit-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
.form-submit-area .submit-btn span {
		margin: 2rem auto;
}
.form-submit-area .submit-btn input {
		cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
		text-align: center;
		margin: 0 auto;
		padding: 1.5rem;
		background-color: #fff;
}
.wpcf7-form-control.wpcf7-submit.has-spinner {
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background-color: #0a66b6;
		box-shadow: unset;
		border: unset;
		border-radius: 100px;
		width: 350px;
		box-sizing: border-box;
		padding: 1.5rem 0;
		margin: 3rem auto 0;
}
.type-selects {
		color: #292929 !important;
}
.form-area .select_wrapper {
		max-width: 60%;
		position: relative;
		margin: 0;
}
.form-area .select_wrapper::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 0.8rem;
		height: 0.8rem;
		border-right: 2px solid #292929;
		border-bottom: 2px solid #292929;
		box-sizing: border-box;
		transform: rotate(45deg) translate(-50%, 0);
}
.select_wrapper .wpcf7-form-control.wpcf7-select{
		max-width: 100%;
}

.form-postcode input {
  width: 200px;
}
.form-age {
		align-items: center;
		gap: 2rem;
}
.form-age input {
		width: 150px;
}
.form-item.text-in .memo {
		font-size: 0.9em;
		color: #95000c;
		display: block;
}
/* Recuruit ------------------------------------*/
.recruit-form .contact-content,
.recruit-form .contact-content .inner-content {
		flex-direction: column;
}
.recruit-form .inner-content.flex.inner {
		flex-direction: column;
}
.recruit-form .inner-content > p {
		margin: 2em 0 3em 0;
}
.recruit-form .inner-content dl {
		border: 1px solid #333;
		padding: 2rem 1.5rem;
}
.recruit-form .inner-content dd {
		margin: 0.5rem 0 2rem 0;
}
.recruit-form .inner-content dd:last-child {
		margin-bottom: 0;
}
.recruit-form .inner-content dl a {
		display: inline-block;
		text-decoration: underline;
}
/* footer -------------------------------------*/
#footer {
		background-color: #fff;
}
#copyright {
		text-align: center;
		border-top: 1px solid #fff;
		padding: 0.5rem 0;
}
#copyright p {
		font-size: 1.2rem;
}
#footer .footer-content {
		justify-content: space-between;
		align-items: center;
		padding: 5rem 0;
}
#footer .content-left {
		flex-direction: column;
}
#footer .content-left p {
		line-height: 1.4;
		margin: 2rem 0;
}
#footer .content-left figure:last-child {
		max-width: 188px;
}
#footer .content-left figcaption {
		font-size: 1.4rem;
		line-height: 1.6;
}
#footer .content-right {
		flex-direction: column;
		gap: 1rem;
}
#footer .content-right ul {
		gap: 1.5rem;
}

/* subpage -------------------------------------*/
.box-blue {
		background-color: #dfe4f4;
		border: 2px solid #2673b8;
		padding: 5.5rem;
		position: relative;
}
.box-blue::before {
		content: "";
		width: 4rem;
		height: 4rem;
		background-color: #2673b8;
		position: absolute;
		top: 1.5rem;
		left: 1.5rem;
		clip-path: polygon(0 0, 100% 0, 0 100%);
}
.box-blue h3 {
		text-shadow: 0 0 3px #d1d8e9;
		margin-bottom: 1rem;
		font-size: clamp(2.2rem, 5vw, 2.6rem);
}

.press-fit .press-fit-about {
		flex-direction: column;
		gap: 2rem;
}

/* 企業情報 -----------------------------*/
.company .inner-content {
		flex-direction: column;
		gap: 2em;
}
.company-info {
		gap: 5rem;
		align-items: flex-start;
}
.gmap iframe {
		width: 100%;
		margin-top: 3rem;
}
.company .inner-content:last-child {
		margin-top: 5rem;
}
/* 会社概要 テーブル --*/
.company-table {
		max-width: 640px;
		table-layout: fixed;
}
.company-table .column-1 {
		width: 130px;
}
.company-table .column-2 {
		width: calc(100% - 130px);
}
.company-table td {
		padding: 1rem 0.5rem;
}


/* privacy-policy -----------------------------*/
/* site-policy --------------------------------*/
.privacy-policy .inner-content h2,
.site-policy .inner-content h2 {
		border: 1px solid #333;
		padding: 1rem;
		margin-bottom: 2rem;
		font-size: 1.8rem;
		font-weight: 500;
}
.policy-content {
		flex-direction: column;
		gap: 2rem;
		margin-top: 3rem;
}
.policy-content h3 {
		color: #2673b8;
		font-size: 1.8rem;
		font-weight: 500;
		border-left: 4px solid #2673b8;
		padding-left: 1rem;
		margin-top: 2rem;
}
.policy-content a {
		display: inline-block;
		text-decoration: underline;
}
.policy-content ol {
		display: flex;
		flex-direction: column;
		gap: 1.5rem;
}
.policy-content ol dt {
		margin-bottom: 1rem;
}

.site-policy .policy-content:first-child {
		margin-top: 0;
}

/* post archive -------------------------------*/
.entry-content.archives {
		padding: 5rem 0;
		min-height: 35vh;
}
.entry-content.archives .post-list {
		display: flex;
		flex-direction: column;
		gap: 2rem;
}
.entry-content.archives .post-list .post-info {
		flex-wrap: wrap;
		gap: 1rem;
}
.entry-content.archives .post-list li {
		padding: 1rem 0.5rem;
		border-bottom: 1px solid #ddd;
}
.pagination {
		margin-top: 5rem;
}
.page-numbers {
		display: flex;
		gap: 1rem;
		justify-content: center;
}
.page-numbers a {
		color: #0a66b6;
}		
.page-numbers span {
		color: #fff;
		font-weight: 500;
		background-color: #0a66b6;
		padding: 0 0.5rem;
		border-radius: 4px;
}
/* post ---------------------------------------*/
.single .entry-content {
		padding: 5rem 0;
		min-height: 35vh;
}

/*Media Query ---------------------------------*/
@media screen and (max-width: 1240px) {
		.inner {
				max-width: 92%;
		}
}
@media screen and (min-width: 769px) and (max-width: 1026px) {
		.home #content,
		.subpage-header {
				margin-top: 150px;
		}
}

@media screen and (min-width: 1027px) {
		.home #content,
		.subpage-header{
				margin-top: 120px;
		}
}
@media screen and (max-width: 768px) {
		.only_sp {
				display: block;
		}
		#content {
				margin-top: 55px;
		}
		.section {
				padding: 3.5rem 0;
				margin: 0 auto;
		}
		.main-visual.fadeIn_MvBg {
				height: 90vw;
		}
		.mv-inner {
				flex-direction: column-reverse;
				gap: 1rem;
		}
		.mv_txt {
				max-width: 100%;
		}
		.mv_img {
				max-width: 40%;
		}
		/* Top -------------*/
		#about_tiltpiler .tiltpiler__content {
				flex-direction: column;
		}
		#about_tiltpiler .tiltpiler__content > div:first-child,
		#about_tiltpiler .tiltpiler__content > div:last-child {
				width: 100%;
		}
		#about_tiltpiler .tiltpiler__content > figure {
				width: 45%;
		}
		#future .future__content {
				flex-direction: column;
		}
		#future .future__text,
		#future .future__links {
				width: 100%;
		}

		/* Sub -------------*/
		.subpage-header {
				padding: 15vw 0;
		}
		.press-fit .subpage-header {
				padding: 25vw 0;
		}

		/* Company -------------*/
		.company-info {
				flex-direction: column;
		}
		.company_img, .company-table {
				width: 100%;
		}
		.company-table {
				border-left: 1px solid #333;
				border-right: 1px solid #333;
		}
		.company-table .column-1, .company-table .column-2 {
				width: 100%;
				display: block;
		}
		.company-table .column-1 {
				background-color: #eee;
				border-bottom: 1px solid #333;
				border-top: 1px solid #333;
		}
		/* Contact -------------*/
		.form-area {
				max-width: 100%;
		}
		/* post archive --------*/
		.entry-content.archives .post-title {
				display: block;
				width: 100%;
		}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
		#future .future__links {
				flex-direction: row;
				gap: 1rem;
		}
		#product .product__list.flex {
				gap: 1.5rem;
		}
}
@media screen and (max-width: 640px) {
		/* Top -------------*/
		#product .product__list.flex {
				flex-wrap: wrap;
				justify-content: center;
		}
		#product .product__list figure {
				max-width: calc((100% - 1.5rem) / 2);
		}
		#news .news__output {
				align-items: center;
				flex-direction: column-reverse;
		}
		#recruit .recruit__content {
				flex-direction: column-reverse;
				gap: 3rem;
		}
		.recruit__content .recruit-text {
				width: 100%;
		}
		#recruit .recruit__content .recruit-img {
				width: 100%;
				scale: 1;
		}

		#news .news_list {
				width: 100%;
		}
		/* Contact -------------*/
		.form-area label {
				font-size: 1.6rem;
		}
		/* footer -------------*/
		#footer .footer-content {
				flex-direction: column;
				gap: 2rem;
		}
		#footer .content-right {
				flex-direction: row;
		}
		#footer .content-right ul {
				flex-direction: column;
				gap: 1rem;
		}
}
@media screen and (max-width: 480px) {
		.br_pc {
				display: none;
		}
		.br_sp {
				display: block !important;
		}
		/* Top -------------*/
		#about_tiltpiler {
				background-repeat: repeat;
		}
		#future .future__links {
				gap: 1.5rem;
		}
		#product .product__list.flex {
				gap: 1.5rem;
		}
		#product .product__list.flex {
				flex-direction: column;
		}
		#product .product__list figure {
				max-width: 100%;
		}
		/* Contact -------------*/
		.wpcf7-checkbox span {
				font-size: 1.6rem;
		}
		.form-area .select_wrapper{
				max-width: 90%;
		}
		.wpcf7-form-control.wpcf7-submit.has-spinner{
				width: 85%;
		}
		.form-submit-area {
				max-width: 90%;
		}
		.form-submit-area p {
				font-size: 1.5rem;
				text-align: left !important;
		}
}



.no-click a {
		pointer-events: none;
}