@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
    min-width: 100%;
    text-align: center;
    background-color: #FFFFFF;
    width: 100%;
    font-family:'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.spImg {
    display: none;
}

.Toggle {display:none;}

.wow:first-child {
      visibility: hidden;
    }
	
.spbr {
    display: none;
}
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
.NavMenu h1 {
	display: none;
}

header {
	background-color: #ECF4FE;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	}
	
header section {
	display: flex;
	align-items: center;
	margin-left: 20px;
		margin-top: 20px;
	margin-bottom: 7px;
}
    	
header section h1 {
	margin-right: 20px;
}

header section p {
	text-align: left;
}

header ul {
	display: flex;
}

header ul li {
	margin-left: 10px;
}

header ul li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFFFFF;
	border-bottom-left-radius: 15px;
}

header ul li a:hover {
	background-color: #05BCEB!important;
	color: #FFFFFF!important;
}

header ul li:first-child a {
	background-color: #2BBF49;
}

header ul li:last-child a {
	background-color: #572BBF;
}

header ul li a img {
	display: none;
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    width: 100%;
	}

#page-top {
    position: fixed;
    right: 16px;
    bottom:96px;
}

/*==========================================
Other
===========================================*/
#main_img {
	background-color: #ECF4FE;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: left -200px bottom;
	padding-bottom: 52px;
}

#mainTop {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	display: flex;
	justify-content: space-between;
}

#mainTop section {
	text-align: left;
	margin-top: 38px;
}

#mainTop section h2 {
	font-size: 2.500em;
	font-weight: 900;
	color: #FFFFFF;
	background: #2B5DBF;
	background: #2B5DBF;
	background: -webkit-linear-gradient(90deg, rgba(43, 93, 191, 1) 0%, rgba(236, 244, 254, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(43, 93, 191, 1) 0%, rgba(236, 244, 254, 1) 100%);
	background: linear-gradient(90deg, rgba(43, 93, 191, 1) 0%, rgba(236, 244, 254, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2B5DBF", endColorstr="#ECF4FE", GradientType=1);
	padding-left: 14px;
	margin-bottom: 24px;
}

#mainTop section p {
	font-size: 1.750em;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border-radius: 50px;
	display: inline-block;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 9px;
}

.mt_text {
	max-width: 494px;
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	margin-left: 25px;
}

.mt_text p {
align-self: baseline;
}

#mainTop section figure {
	margin-top: 45px;
	margin-left: 45px;
}

.mt_text p:last-child {
align-self: flex-end;
}

.mt_text p span {
	background-color: #FFAF37;
	border-radius: 50px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#mainImg {
	position: relative;
	padding-top: 61px;
}

#i01 {
	position: absolute;
	left: 0px;
	top: 8px;
	background-image: url("../images/illa02.png");
	background-repeat: no-repeat;
	width: 159px;
	height: 79px;
    opacity: 0;
}

#i02 {
	position: absolute;
	right: 55px;
	top: 0px;
	background-image: url("../images/illa01.png");
	background-repeat: no-repeat;
		width: 159px;
	height: 79px;
    opacity: 0;
}

#i01 {
  animation: slideLoop 6s ease-in-out infinite;
  opacity: 0;
}
#i02 {
  animation: slideLoop 5s ease-in-out infinite;
  opacity: 0;
}

@keyframes slideLoop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  12% {
    opacity: 1;
    transform: translateY(0);
  }
  74% {
    opacity: 1;
    transform: translateY(0); /* 5秒表示 */
  }
  100% {
    opacity: 0;
  }
} 

#m_price {
	display: none;
}

#mainList {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#mainList li {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	max-width: 170px;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.813em;
	font-weight: bold;
}

#mainList li strong {
	font-size: 1.308em;
	color: #2B5DBF;
}

#mainList li span {
	color: #2B5DBF;
}

.btn {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.btn li {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 1.438em;
	font-weight: bold;
		max-width: 456px;
	width: 100%;
}

.btn li a {
	display: block;
	border-radius: 10px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
}

.btn li a img {
	margin-right: 12px;
}

.btn li a span {
	font-size: 0.696em;
	color: #FF0000;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}

.btn li:first-child a {
	background-color: #FFA200;
}

.btn li:nth-child(2) a {
	background-color: #20A6BB;
}

.btn li a:hover {
	background-color: #979797;
}

.block {
	padding-top: 84px;
	padding-bottom: 98px;
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.block.tableBlock {
	max-width: 100%;
	width: calc(100% - 2em);
}

.block h2 {
	padding-bottom: 30px;
	color: #2B5DBF;
	font-weight: 900;
	font-size: 2.125em;
}

.tableStyle {
	border-collapse: collapse;
	border: 1px solid #707070;
}

.tableStyle th {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: middle;
}

.tableStyle td {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	text-align: left;
}

.tableStyle tr:first-child th:nth-child(1) {
	background-color: #F1F1F1;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 204px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 204px;
}

.tableStyle tr:first-child th:nth-child(2) {
	background-color: #787878;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 400px;
}

.tableStyle tr:first-child th:nth-child(3) {
	color: #FFFFFF;
	background-color: #FFAF37;
	padding-top: 20px;
	padding-bottom: 20px;
	min-width: 420px;
}

.tableStyle tr:not(:first-child) td:nth-child(2) {
	background-color: #F1F1F1;
}

.tableStyle tr:not(:first-child) td:nth-child(3) {
	background-color: #FFFCDB;
}

.tableStyle td:nth-child(2) aside {
	color: #2B5DBF;
	font-weight: bold;
}

.tableStyle td:nth-child(2) aside span {
	font-size: 0.875em;
	background-color: #FFFFFF;
	width: 100px;
	text-align: center;
	display: inline-block;
	color: #000000;
}

.tableStyle td:nth-child(3) aside {
	color: #EF4712;
	font-weight: bold;
}

.tableStyle td:nth-child(3) aside span {
	font-size: 0.875em;
	background-color: #FFE604;
	width: 100px;
	text-align: center;
	display: inline-block;
	color: #000000;
}

.tableStyle td p {
	font-weight: bold;
	line-height: 1.6;
	margin-top: 6px;
}

#ex_block {
	background-color: #F3F3F3;
	padding-top: 47px;
	padding-bottom: 20px;
}

#ex_tit {
	max-width: 840px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -50px;
}

#ex_tit figure {
display: flex;
justify-content: space-between;
}

#ex_tit h2 {
	font-size: 2.125em;
	font-weight: 900;
	position: relative;
	top: -123px;
}

#ex_block section {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction:column;
}

#ex_block section h3 {
	font-size: 1.250em;
	color: #FFFFFF;
	font-weight: 900;
	background-color: #2B5DBF;
	border-radius: 10px;
	align-self: flex-start;
	max-width: 435px;
	width: 100%;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}

#ex_block section p {
	background-color: #FFFFFF;
	margin-bottom: 50px;
	border-radius: 10px;
	padding-top: 55px;
	padding-bottom: 40px;
	margin-top: -30px;
	font-weight: bold;
}

#policy {
	background-color: #2B5DBF;
	background-image: url(../images/s2.png);
	background-repeat: no-repeat;
	background-position: center top -25px;
	padding-top: 40px;
	padding-bottom: 100px;
}

#policy .inner {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 70px;
}

#policy h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	margin-bottom: 40px;
}

#policy h2 span {
    background-image: url(../images/ber.png), url(../images/ber.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    padding-left: 30px;
    padding-right: 30px;
}

#policy aside {
	margin-top: 47px;
	margin-bottom: 30px;
}

#policy p {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.7;
}

#release {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#release section {
	margin-top: 60px;
	margin-bottom: 60px;
}

#release section h2 {
	font-size: 2.125em;
	font-weight: 900;
	color: #2B5DBF;
	padding-bottom: 15px;
	border-bottom: 2px solid #2B5DBF;
	margin-bottom: 35px;
}

#release section .inner {
display: flex;
justify-content: space-between;
}

#release section:nth-of-type(2) .inner {
  flex-direction: row-reverse;
}

#release section:nth-of-type(2) {
	margin-top: 100px;
}

#release section .inner figure {
max-width: 352px;
width: 100%;
}

#release section .release_comm {
	max-width: 714px;
	width: 100%;
	text-align: left;
}

#release section:nth-of-type(1) .inner figure {
	margin-right: 30px;
}

#release section:nth-of-type(2) .inner figure {
	margin-left: 30px;
}

#release section .release_comm p {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 35px;
}

#release section .release_comm ul li {
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 24px;
}

#case {
	background-color: #ECF4FE;
	padding-top: 35px;
	padding-bottom: 20px;
}

#case h2 {
	font-size: 2.125em;
	font-weight: 900;
	background-image: url(../images/case_study.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 36px;
	padding-bottom: 44px;
}

.caseBlock {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #2B5DBF;
	border-radius: 15px;
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 65px;
}

.caseTop {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}

.case_number {
display: flex;
align-items: center;
}

.case_number aside {
	color: #2B5DBF;
	font-size: 2.75em;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	margin-right: 14px;
}

.case_number p {
	color: #2B5DBF;
	font-size: 1.313em;
	font-weight: 900;
}

.case_comm section {
	margin-right: 30px;
}

.case_comm section h3 {
	font-size: 1.500em;
	font-weight: 900;
	padding-bottom: 13px;
	border-bottom: 4px solid #2B5DBF;
	margin-bottom: 20px;
}

.caseBlock dl dt {
	font-size: 1.125em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 8px;
	display: inline-block;
		margin-top: 35px;
}

.caseBlock dl dd {
	line-height: 1.8;
}

.caseBlock dl:nth-of-type(1) dt {
	background-color: #2B5DBF;
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.caseBlock dl:nth-of-type(2) dt {
	background-color: #CC1818;
	border-radius: 50px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#y_block {
	background-color: #FFD606;
}

#y_block .inner {
	max-width: 991px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 35px;
}

#y_block .inner section h2 {
	font-size: 2.125em;
	font-weight: 900;
	line-height: 1.7;
}

#y_block .inner section h2 span {
	background-color: #FFFFFF;
}

#y_block .inner section p {
	font-weight: bold;
	margin-top: 15px;
}

#y_block .inner figure {
	position: relative;
	bottom: -20px;
}

#btnBlock {
	background-color: #ECF4FE;
	background-image: url(../images/s01.png);
	background-repeat: no-repeat;
	background-position: center top -20px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#btnBlock .btn {
	margin-top: 0px;
}

#btnBlock p {
	font-size: 1.438em;
	font-weight: bold;
max-width: 973px!important;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

#btnBlock p a {
	display: block;
	border-radius: 10px;
	height: 119px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	background-color: #00AC62;
}

#btnBlock p a img {
	margin-right: 12px;
}

#btnBlock p a span {
	font-size: 0.696em;
	color: #FF0000;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 12px;
}

#btnBlock p a:hover {
	background-color: #979797;
}

#btnBlock .btn {
justify-content: space-between;
max-width: 973px!important;
width: calc(100% - 2em);
}

#btnBlock .btn li {
    margin-left: 0px!important;
    margin-right: 0px!important;
    font-size: 1.438em;
    font-weight: bold;
    max-width: 48%;
    width: 100%;
		margin-left: auto;
	margin-right: auto;
}

.tableStyle2 {
	border-collapse: collapse;
	border: 1px solid #707070;
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
}

.tableStyle2 th {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	vertical-align: middle;
}

.tableStyle2 td {
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	text-align: left;
}

.tableStyle2 tr:first-child th:nth-child(1) {
	background-color: #F1F1F1;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
}

.tableStyle2 tr:first-child th:nth-child(2) {
	background-color: #2B5DBF;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 400px;
}

.tableStyle2 tr:first-child th:nth-child(3) {
	color: #000000;
	background-color: #F1F1F1;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 260px;
}

.tableStyle2 tr:first-child th:nth-child(4) {
	color: #000000;
	background-color: #F1F1F1;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 380px;
}

.tableStyle2 tr:not(:first-child) td:nth-child(2) {
	background-color: #D7E5FF;
	text-align: left;
}

.tableStyle2 tr:not(:first-child) td:nth-child(3) {
	background-color: #FFF;
	text-align: left;
}

.tableStyle2 tr:not(:first-child) td:nth-child(4) {
	background-color: #FFF;
	text-align: left;
}

.table_wrapper01 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スマホ滑らかスクロール */
    position: relative;
}

.table_wrapper02 {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* スマホ滑らかスクロール */
    position: relative;
}

.tableStyle2 {
	table-layout: fixed;
	border-collapse: collapse;
}

.tableStyle2 th,
.tableStyle2 td {
  width: 25%;
  box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
}

.tableStyle2 th.j_cell_01 {
    border: 6px solid red;
    border-bottom: 1px solid #707070;
    position: relative;
}

.tableStyle2 th.j_cell_01 figure {
    position: absolute;
    bottom: 0;
    width: 170px;
    right: 25px;
}

.tableStyle2 td.j_cell_02 {
    border: 6px solid red;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.tableStyle2 td.j_cell_03 {
    border: 6px solid red;
    border-top: 1px solid #707070;
}

.tableStyle2 .hasMark {
    display: flex;
    align-items:center;
    height: auto;
}

.tableStyle2 span.mark {
    display: flex;
    margin-right: 8px;
    font-size: 30px;
    color: red;
}

.tableStyle2 span.mark-right {
    display: flex;
}

#topForm {
	background-color: #2B5DBF;
	padding-top: 80px;
	padding-bottom: 120px;
}

#topForm .inner {
max-width: 1100px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#topForm .inner h2 {
	font-size: 2.125em;
	color: #FFFFFF;
	font-weight: 900;
	padding-bottom: 50px;
}

#topForm .inner .form {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 80px;
	padding-bottom: 80px;
}

#topForm .inner .form dl {
	max-width: 926px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#topForm .inner .form dl dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 17px;
}

#topForm .inner .form dl dt span {
	font-size: 0.667em;
	background-color: #FF0000;
	border-radius: 5px;
	display: inline-block;
	max-width: 43px;
	width: 100%;
	text-align: center;
	margin-left: 10px;
	color: #FFFFFF;
}

#topForm .inner .form dl dd input {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner .form dl dd input[type="checkbox"] {
    display: inline-block;
    width: auto;
}

#topForm .inner .form dl dd {
	margin-bottom: 56px;
}

#topForm .inner .form dl dd select {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#topForm .inner .form dl dd textarea {
	border: 1px solid #707070;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.form_btn {
	font-size: 1.375em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2B5DBF;
	border-radius: 15px!important;
	max-width: 368px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	padding-top: 27px;
	padding-bottom: 27px;
	background-image: url(../images/point2.png);
	background-repeat: no-repeat;
	background-position: right 65px center;
}

.form_btn:hover {
	background-color: #9B9B9B;
		-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}

#f_navi {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}

#f_navi li {
	font-size: 1.250em;
	font-weight: bold;
	background-image: url(../images/ber2.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
	margin-right: 35px;
}

#f_navi li:last-child {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}

footer .btn li:nth-child(3) a {
	background-color: #00AC62;
}

footer .btn {
	max-width: 1100px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 65px;
	margin-bottom: 35px;
	flex-wrap:wrap;
}

footer .btn li {
	margin-left: 0px;
	margin-right: 0px;
		max-width: 32%;
	width: 100%;
}

#copy {
	font-size: 0.750em;
	padding-bottom: 50px;
}

.thanks h2 {
    font-size: clamp(20px, 8vw, 27px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 2em auto 12px;
    background-color: #f1f0ff;
    font-weight: 600;
    padding: 8px;
    box-sizing: border-box;
    border-left: 6px #3568cf solid;
}

.thanks p {
    font-size: clamp(16px, 6vw, 22px);
    text-align: left;
    max-width: 1100px;
    width: calc(100% - 2em);
    margin: 0 auto 8em;
}

div#wpcf7-f198-o1 {
    position: relative;
    width: 100%;
}

.wpcf7-response-output {
	background-color: #ab010b;
    width: 90%;
    max-width: 450px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em auto !important;
    bottom: 20px;
    color: #fff !important;
    box-sizing: border-box;
}

.formBtnBlk .form_btn {
	width: calc(50% - 1em);
	margin: 0 0.5em 1em;
}