/* start feedback */
.sectionFb {
	background: url('../images/fb_bg.jpg');
	background-size: 100%;
	background-repeat: repeat-y;
	position: relative;
}

.sectionFb::after{
	content: '';
	position: absolute;
	background-color: #EBF5FF;
	width: 100%;
	height: 10px;
	top: -10px;
	z-index: 0;
}

.sectionFb::before{
	content: '';
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 51px 60.5px 0 60.5px;
    border-color: #ca2d22 transparent transparent transparent;
    left: 50%;
    bottom: -24px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.fbContent li {
	position: relative;
}

.fbInfo {
	position: absolute;
	right: 60px;
	font-size: 2rem;
	color: #314B8C;
}

.liFb1 .fbInfo {
	bottom: 35px;
}

.liFb2 .fbInfo {
	bottom: 45px;
}

.liFb3 .fbInfo {
	bottom: 50px;
}

.fbBlock {
	padding: 90px 38px 105px 38px;
	box-sizing: border-box;
}

.fbTitle {
	text-align: center;
}

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

.fbHeader .fbAvatar {
	width: 158px;
	height: 158px;
	flex: 0 0 158px;
	background: #FEFFDE;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.fbBlock .fbText {
	margin-left: -5.3%;
	width: 100%;
}

.fbText p{
	font-size: 4.8rem;
	color: #314B8C;
	font-weight: bold;
	line-height: 1.47;
	padding: 10px 0 10px 60px;
	width: 100%;
	background: #FFFFFF;
	box-sizing: border-box;
}

.fbImg {
	margin: 25px 0 80px 0;
}

.fbContent li:last-child .fbImg{
	margin-bottom: 0;
}

.fbImg img {
	width: 100%;
}
/* end feedback */


/* start fee */
.feeBlock {
	text-align: center;
}
.feeHeader {
	display: inline-block;
	text-align: left;
	padding-top: 60px;
}
.sectionFee .dateTag {
	width: 299px;
	height: 99px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 4.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.869;
	background-color: #314B8C;
}

.sectionFee .dateTag span {
	font-size: 3.1rem;
}

.feeTitle {
	font-weight: bold;
	font-size: 7.9rem;
	color: #212121;
	position: relative;
	top: -58px;
}

.feeTitle small {
	font-size: 4.9rem;
	color: #000;
}

.feeTitle big {
	font-size: 14.7rem;
	position: relative;
}

.feeTitle big:after {
	content: 'なんと';
	position: absolute;
	top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 3.3rem;
    width: 100px;
}

.feeTitle span {
	color: #EF7C33;
}

.feeContent {
	background: #FEFFDE;
	padding: 66px 0 74px 0;
	position: relative;
}

.feeNote {
	position: absolute;
	content: '';
	width: 836px;
	max-width: 100%;
	font-size: 4rem;
	font-weight: bold;
	color: #000;
	padding: 23px 0;
	background: url(../images/limit_bg.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	bottom: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reason {
	padding: 84px 0 70px 0;
}

.reasonTitle {
	font-size: 3.8rem;
	font-weight: bold;
	color: #000;
	line-height: 1.71;
}

.reasonBlock {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.rCircle {
	width: 155px;
	height: 155px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #314B8C;
	border-radius: 50%;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 25px;
}

.reason1 {
	margin-left: 0;
	font-size: 2.7rem;
	line-height: 1.22;
}

.reason2 {
	font-size: 3.2rem;
}

.reason3 {
	margin-right: 0;
	font-size: 3.3rem;
	position: relative;
}

/*overwrite by me*/
.reason.cusWhite {
	padding: 0;
}

.reason.cusWhite .reasonBlock {
	margin-top: 0;
}

.reason.cusWhite .circleImage {
	position: absolute;
    top: -20px;
    right: -25px;
}
.reason.cusWhite .circleImage img {
	width: 154px;
	top: inherit;
	left: inherit;
}

.reason.cusWhite .btnConsult a {
	margin-left: 15%;
	width: 752px;
	height: 83px;
	max-width: 100%;
	font-size: 3.4rem;
	padding: 0 18px 0 60px;
}

.reason.cusWhite .btnConsult a img {
	width: 56px;
	height: 56px;
	margin-left: 35px;
}

.reason.cusWhite .circleList {
	margin-left: 22%;
	padding: 40px 0 17px 0;
}

.reason.cusWhite .rCircle {
	width: 121px;
	height: 119px;
	border-radius: 50%;
	background-color: #FEFFDE;
	position: relative;
    margin: 0 20px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.16);
}

.reason.cusWhite .rCircle:after {
	content: '';
	position: absolute;
	width: 114px;
	height: 112px;
	border-radius: 50%;
	border: 3px solid #314B8C;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.reason.cusWhite .reasonTitle {
	background-image: url('../images/reasonChat.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 617.67px;
	max-width: 100%;
	padding: 25px 0px 30px 0;
	margin-left: 17.6%;
    margin-bottom: -5px;
}

.reason.cusWhite .reasonTitle p {
	font-size: 3.1rem;
	text-align: center;
}

.reason.cusWhite .reason1 {
	font-size: 2rem;
	line-height: 1.25;
	text-align: center;
	color: #212121;
	font-weight: bold;
	margin-left: 0;
}

.reason.cusWhite .reason2,
.reason.cusWhite .reason3  {
	font-size: 2.5rem;
	line-height: 1.48;
	text-align: center;
	color: #212121;
	font-weight: bold;
}
/*End overwrite by me*/

.circleList {
	display: flex;
	margin-left: 16%;
	padding: 12px 0 16px 0;
	overflow: hidden;
	width: 100%;
}

.circleImage img {
	width: 151px;
	position: absolute;
	top: -12px;
	left: 100%;
}

.btnConsult a{
    background: none;
    border: none;
    padding: 0 18px 0 65px ;
    outline: none;
    width: 853px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    color: #fff;
    font-size: 3.9rem;
    font-weight: bold;
    border-radius: 39px;
    background-image: url(../images/bgBtnSubmit.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    border: 1px solid #707070;
    box-sizing: border-box;
    margin-left: 6.15%;
    position: relative;
}

.btnConsult a img {
	width: 65px;
	height: 65px;
	margin-left: 40px;
}
/* end fee */

/* start flow */
.sectionFlow {
	background-color: #EBF5FF;
	overflow: hidden;
	padding: 105px 0;
}

.flowTitle {
	font-size: 5.6rem;
	color: #000;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.53;
	margin-bottom: 40px;
}

.flowTitle img {
	margin-right: 25px;
}

.flowContent li {
	width: 100%;
	background-color: #FEFFDE;
	border: 1px solid #707070;
	display: flex;
	align-items: center;
	height: 76px;
	margin-bottom: 50px;
	position: relative;
}

.flowContent li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 50px;
	top: 77px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #EF7C33;
}


.flowContent li:last-child {
	margin-bottom: 0;
}

.flowContent li:last-child:after {
	display: none;
}

.flowContent li span {
	width: 71px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.269;
}

.flowContent li .flowFree {
	background-color: #EF7C33;
}

.flowContent .flowIcon {
	width: 133px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flowContent .flowText {
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 3.4rem;
	color: #212121;
}
/* end flow */

/* start company */
.sectionCompany {
	background-color: #E5E5E5;
}

.companyInfo {
	padding: 60px 62px;
	box-sizing: border-box;
}

.companyInfo .cTitle {
	text-align: center;
	font-size: 5.6rem;
	color: #000000;
	font-weight: bold;
	line-height: 1.49;
}

.cTable {
	margin-bottom: 25px;
}

.cTable .cRow {
	display: flex;
	font-size: 2.8rem;
	line-height: 2.32;
	border-bottom: 1px solid #000000;
}

.cTable .cLeft {
	font-weight: bold;
	width: 19.5%;
}

.cTable .cRight {
	width: 80.5%;
}

.cTable .mRow {
	line-height: 1.83;
	padding: 5px 0; 
}

.cTable .cRight a {
	display: inline-block;
}

.cLeft.cCenter {
	display: flex;
	align-items: center;
}

.cTable .cLast .cLeft {
	width: 30.5%;
}
.cTable .cLast .cRight {
	width: 69.5%;
}

.companyInfo .cMap {
	margin: 0 auto;
	text-align: center;
}

.cMap iframe {
	width: 719px;
	height: 378px;
	margin-top: 20px;
	max-width: 100%;
}
/* end company */


/*Form*/
.blockForm {
	background-color: #FEFFDE;
}

.formContent {
	padding: 50px 87px 80px 22px;
	box-sizing: border-box;
}

.formTitle {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 75px;
}

.formTitle p {
	font-size: 5.6rem;
	margin-left: 20px;
	font-weight: bold;
}

.formTitle img {
	margin-bottom: -16px;
}

.formInput {
	margin-bottom: 85px;
}

.formInput .colLeft {
	width: 40%;
	display: flex;
    align-items: center;
}

.formInput .colRight {
	width: 60%;
}

.formInput .rowF {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.formInput .rowF.lastRowF {
	margin-bottom: 35px;
}

.formInput .rowF p,
.formInput .rowTA p {
	color: #000000;
	font-size: 2.8rem;
	line-height: 1;
	font-weight: bold;
	display: inline-block;
	margin-left: 14px;
}

.formInput .rowTA p {
	margin-left: 10px;
}

.formInput .rowF label,
.formInput .rowTA label {
	width: 73px;
	height: 43px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.formInput .rowF label.required,
.formInput .rowTA label.required {
	background: #EF7C33;
}

.formInput .rowTA {
	display: flex;
}

.formInput .rowTA .colLeft {
	width: 90px;
}


.formInput .rowTA .colRight {
	width: calc(100% - 90px);
}

.formInput .rowTA p {
	margin-bottom: 30px;
}

.formInput .rowF input {
	height: 61px;
	width: 100%;
	font-size: 2.8rem;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	border: 1px solid #707070;
}

.formInput .rowTA textarea {
	height: 300px;
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.2;
	border: 1px solid #707070;
	line-height: 1.5;
}

.btnFormSubmit {
	background: none;
	border: none;
    padding: 0;
    outline: none;
	width: 791px;
	height: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0 90px;
	max-width: 100%;
	color: #FFF;
	font-size: 3.8rem;
	font-weight: bold;
	border-radius: 36px;
	background-image: url('../images/bgBtnSubmit.svg');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	border: 1px solid #707070;
}

/*.btnFormSubmit:hover {
	opacity: 0.7;
}
*/

.contactForm {
	padding: 100px 0 115px 0;
}

.formTitle {
	text-align: center;
}

.customCheckbox {
    display: block;
    text-align: center;
    margin: 90px auto 35px auto;
}


.customCheckbox label {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-left: 65px;
    cursor: pointer;
    font-size: 2.6rem;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 51px;
}

.customCheckbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 49px;
    height: 49px;
    border-radius: 10px;
    border: 1px solid #707070;
    background: #fff;
    vertical-align: middle;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customCheckbox label input:checked ~ .checkmark:after {
    display: block;
}

.customCheckbox label .checkmark:after {
    background: #EF7C33;
    height: 39px;
    width: 39px;
    top: 5px;
    left: 5px;
}

label.error {
	font-size: 1.6rem;
	font-weight: normal;
	color: #FC3A3A;
	margin-top: 5px;
	display: inline-block
}

.privacyRight {
	text-align: right; 
}

#phoneContact {
	display: none;
}

.errorMessage {
	text-align: center;
	font-size: 1.6rem;
	color: #FC3A3A;
	margin-bottom: 40px;
}

.blockPrivacy {
    width: 782px;
    max-width: 100%;
    height: 145px;
    margin: 0 auto 40px 75px;
    border: 1px solid #707070;
    box-sizing: border-box;
    background: #FDFDFD;
}


.simplebarContent {
    width: calc(100% - 12px);
    height: 130px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
    padding: 30px;
    box-sizing: border-box;
    background: #FDFDFD;
}
/*End Form*/


/* start footer */
footer {
	font-size: 2.6rem;
	line-height: 1.2;
	padding: 30px 0;
	text-align: center;
	background: #314B8C;
	color: #fff;
	font-weight: bold;
}
/* end footer */


/* start qa */
.qaSection {
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
	width: 806px;
	max-width: 100%;
}

.qaBlock {
	display: inline-block;
	max-width: 100%;
}

.qaContent {
	text-align: left;
}

.qaContent li {
	margin-bottom: 30px;
}

.qaTitle {
	margin-bottom: 74px;
}

.qaTitle span {
	width: 74px;
	height: 74px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #314B8C;
	color: #fff;
	font-weight: bold;
	font-size: 5.6rem;
	margin: 0 5px;
}

.qaTitle span.qaAnd {
	background: none;
	color: #000;
}

.qaContent .qaQ {
	font-size: 3.9rem;
	font-weight: bold;
	color: #314B8C;
	line-height: 1.47;
}

.qaContent .qaQ span {
	color: #EF7C33;
}

.qaContent .qaA {
	color: #212121;
	font-size: 2.2rem;
	line-height: 1.78;
	margin-top: 8px;
	display: flex;
	width: 730px;
	max-width: 100%;
}

.qaContent .qaA span {
	color: #625D5D;
	font-size: 3.6rem;
	line-height: 1;
	margin-left: 32px;
	margin-right: 12px;
	position: relative;
	top: -3px;
}
/* end qa */


/* start thanks */
.sectionThanks {
	background-color: rgba(235, 245, 255, 0.27);
	overflow: hidden;
}

.thanksContent {
	width: 775px;
	max-width: 100%;
	margin: 100px auto;
	border: 1px solid #707070;
	border-radius: 35px;
	box-sizing: border-box;
	padding: 50px 54px 50px 54px;
	background: #fff;
	font-size: 2.9rem;
	line-height: 1.5;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.thanksContent p {
	font-size: 2.2rem;
	margin-top: 35px;
}

.brSp {
	display: none;
}
/* end thanks */

@media (min-width: 710.01px) and (max-width: 1000px) {
	.sectionFlow {
		zoom: 0.7;
	}

	.sectionCompany {
		zoom: 0.7;
	}

	.qaSection {
		zoom: 0.7;
	}

	.blockForm {
		zoom: 0.7;
	}

	.sectionFee {
		zoom: 0.7;
	}

	.sectionFb {
		zoom: 0.7;
	}
}

@media (min-width: 480.01px) and (max-width: 710px) {
	.sectionFlow {
		zoom: 0.55;
	}

	.sectionCompany {
		zoom: 0.55;
	}

	.qaSection {
		zoom: 0.55;
	}

	.blockForm {
		zoom: 0.5;
	}

	.sectionFee {
		zoom: 0.55;
	}

	.sectionFb {
		zoom: 0.55;
	}
}

@media only screen and (max-width: 480px) {
	/* start feedback */
	.sectionFb {
		background-size: 150%;
	}
	.sectionFb::before{
		width: 0;
    	height: 0;
    	border-style: solid;
    	border-width: 19px 36.5px 0 36.5px;
    	border-color: #ca2d22 transparent transparent transparent;
    	bottom: -1%;
	}

	.sectionFb::after {
		content: '';
		position: absolute;
		background-color: #EBF5FF;
		width: 100%;
		height: 8px;
		top: -4px;
		z-index: 0;
	}

	.fbBlock {
		padding: 30px 8px 35px 8px;
	}

	.fbTitle {
		display: flex;
		justify-content: center;
	}

	.fbHeader .fbAvatar {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
		border: 1px solid #707070;
	}

	.fbHeader .fbAvatar img {
		width: 37.47px;
	}

	.fbBlock .fbText {
		border: 1px solid #707070;
	}

	.fbText p {
		font-size: 1.8rem;
		padding-left: 25px;
		padding-top: 8px;
	}

	.fbImg {
		margin: 8px 0 28px 0;
		padding: 0 20px 0 30px;
	}

	.fbInfo {
		font-size: 1.1rem;
		right: 32px;
	}

	.liFb1 .fbInfo {
		bottom: 2px;
	}

	.liFb2 .fbInfo {
		bottom: 16px;
	}

	.liFb3 .fbInfo {
		bottom: 18px;
	}
	/* end feedback */

	/* start fee */
	.feeHeader { 
		padding-top: 30px;
	}
	.feeContent {
		padding: 18px 0 22px 0;
	}

	.feeContent img.showSp {
		display: inline-block !important;
	}
	.sectionFee .dateTag {
		width: 109px;
		height: 34px;
		font-size: 1.7rem;
	}

	.sectionFee .dateTag span {
		font-size: 1.1rem;
	}

	.feeTitle {
		font-size: 2.8rem;
		top: -22px;
	}

	.feeTitle big {
	    font-size: 5.2rem;
	}

	.feeTitle big:after {
		font-size: 1.2rem;
		width: 37px;
		top: 5px;
	}
	
	.feeTitle small {
		font-size: 1.6rem;
	}

	.reasonBlock {
		padding: 0 6px;
		width: 100%;
	    box-sizing: border-box;
	    margin-top: 0;
	}

	.btnConsult {
		width: 100%;
	}

	.feeNote {
		width: 273px;
		font-size: 1.5rem;
		padding: 7px 0;
		bottom: -16px;
	}

	.reason {
		padding: 30px 0 0 0;
	}

	.reasonTitle {
		font-size: 1.4rem;
	}

	.circleList {
		margin-left: 12%;
	    padding: 20px 0 18px 0;
	}

	.rCircle {
		width: 64px;
		height: 64px;
		margin: 0 11px;
	}

	.reason1 {
		margin-left: 0;
		font-size: 1rem;
		line-height: 1.3;
	}

	.reason2 {
		font-size: 1.1rem;
	}

	.reason3 {
		font-size: 1.2rem;
		margin-right: 0;
	}

	.circleImage img {
		width: 80px;
		top: -20px;
		left: calc(100% - 2px);
	}

	.btnConsult a {
		font-size: 1.8rem;
		padding: 0;
		margin: 0 auto;
		height: 78px;
		top: -13px;
		border: none;
		border-radius: 23px;
	}

	.btnConsult a img {
		width: 24px;
		height: 24px;
		margin-left: 7px;
		border: none;
		border-radius: 23px;
	}
	/* end fee */




	/* start flow */
	.sectionFlow {
		padding: 57px 12px 78px 12px;
	}

	.flowTitle {
		font-size: 2.3rem;
		line-height: 1.47;
		margin-bottom: 17px;
	}

	.flowTitle img {
		display: none;
	}

	.flowContent li {
		height: 27px;
		margin-bottom: 20px;
	}

	.flowContent li:after {
		height: 20px;
		top: 28px;
	}

	.flowContent li span {
		font-size: 0.9rem;
		width: 26px;
	}

	.flowContent .flowText {
		font-size: 1.5rem;
	}

	.flowIcon1 {
		width: 14.44px;
	}

	.flowIcon2 {
		width: 21.12px;
	}

	.flowIcon3 {
		width: 18.89px;
	}

	.flowIcon4 {
		width: 17.33px;
	}

	.flowIcon5 {
		width: 16.61px;
	}

	.flowIcon6 {
		width: 20.22px;
	}

	.flowIcon7 {
		width: 18.16px;
	}

	.flowContent .flowIcon {
		width: 48px;
	}
	/* end flow */


	/* start company */
	.companyInfo {
		padding: 45px 7px 55px 7px;
	}

	.companyInfo .cTitle {
		font-size: 2.3rem;
	}

	.cTable .cRow {
		padding: 7px 0;
	}

	.cTable .cLeft, .cTable .cLast .cLeft {
		font-size: 1rem;
		width: 24.5%;
		display: flex;
		align-items: center;
	}

	.cTable .cRight, .cTable .cLast .cRight {
		font-size: 1.1rem;
		width: 75.5%;
	}

	.cMap iframe {
	    width: 287px;
	    height: 151px;
	    margin-top: 8px;
	}
	/* end company */


	/* start qa */
	.qaSection {
		padding: 40px 10px 30px 10px;
		width: 100%;
		box-sizing: border-box;
	}

	.qaTitle {
		margin-bottom: 35px;
	}

	.qaTitle span {
		width: 32px;
		height: 32px;
		margin: 0 1px;
		font-size: 2.5rem;
	}

	.qaContent .qaQ {
		font-size: 1.7rem;
	}

	.qaContent .qaA {
		font-size: 1.5rem;
		margin-top: 6px;
	}

	.qaContent .qaA span {
		font-size: 2.2rem;
		top: 0;
		font-weight: bold;
	    margin-left: 10px;
    	margin-right: 7px;
	}
	/* end qa */

	.formContent {
		padding: 30px 24px;
	}

	.formTitle {
		margin-bottom: 50px;
	}

	.formTitle img {
		width: 28px;
		height: 40px;
		margin-bottom: -8px;
	}

	.formTitle p {
		font-size: 2.3rem;
		margin-left: 12px;
	}

	.formInput .rowF {
		flex-wrap: wrap;
		margin-bottom: 18px;
	}

	.formInput {
		margin-bottom: 12px;
	}

	.formInput .colLeft {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.formInput .colRight {
		width: 100%;
	}

	.formInput .rowF label, .formInput .rowTA label {
		width: 0;
		height: 0;
	}

	.formInput .rowTA .colLeft {
		width: 0;
		height: 0;
	}

	.formInput .rowTA .colRight {
		width: 100%;
	}

	.formInput .rowF label.required, .formInput .rowTA label.required {
		order: 2;
		margin-left: 4px;
		font-size: 0.9rem;

		width: 32px;
		height: 15px;
	}

	.formInput .rowF p, .formInput .rowTA p {
		order: 1;
		margin-left: 0;
		font-size: 1.2rem;
	}

	.formInput .rowTA p {
		margin-bottom: 5px;
	}
	
	.formInput .rowF input {
		height: 28px;
		font-size: 1.6rem;
		padding-left: 5px;
		padding-right: 5px;
		outline: none;
		border-radius: 0;
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
	}

	.formInput .rowTA textarea {
		box-sizing: border-box;
		height: 110px;
		font-size: 1.6rem;
		outline: none;
		border-radius: 0;
		-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
	}

	.btnFormSubmit {
		margin: 0;
		width: 100%;
		height: 52px;
		font-size: 1.3rem;
		border: none;
	}

	.customCheckbox {
		margin-top: 15px;
		margin-bottom: 27px;
	}

	.checkmark {
		width: 28px;
		height: 26px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.customCheckbox label {
		font-size: 1.4rem;
		height: 26px;
		padding-left: 40px;
	}

	.customCheckbox label .checkmark:after {
	    background: #EF7C33;
	    height: 18px;
	    width: 20px;
	    top: 3px;
	    left: 3px;
	}

	.simplebarContent {
		padding: 15px;
		font-size: 1.4rem;
	}

	.blockPrivacy {
		margin: 0;
	}


	footer {
		font-size: 0.8rem;
		padding: 10px 0;
	}


	/* start thanks */
	.sectionThanks {
		background-color: #EBF5FF;
	}

	.thanksContent {
		width: 275px;
		padding: 35px 22px 30px 22px;
		font-size: 1.7rem;
		margin: 75px auto;
	}

	.thanksContent p {
		font-size: 1.2rem;
	}

	.brSp {
		display: block;
	}
	/* end thanks */

	/*overwrite by me */

	.reason.cusWhite .reasonTitle p {
		font-size: 1.6rem;
	}

	.reason.cusWhite .circleList {
		margin-left: 17.3%;
		padding: 35px 0 22px 0;
	}

	.reason.cusWhite .btnConsult a {
		margin: 0;
		font-size: 1.8rem;
		height: 80px;
		padding: 0 10px 0 15px;
		letter-spacing: -1px;
	}

	.reason.cusWhite .btnConsult a img {
		width: 24px;
		height: 24px;
		margin-left: 7px;
	}

	.reason.cusWhite .reasonTitle {
	    padding: 7px 0px 11px 0;
	    width: 304px;
        margin-bottom: -19px;
    	margin-left: 8%;
	}

	.reason.cusWhite .rCircle:after {
		display: none;
	}

	.reason.cusWhite .rCircle {
		width: 61px;
		height: 62px;
		margin: 0 7px;
	}

	.reason.cusWhite .reason1 {
		font-size: 1.2rem;
		margin-left: 0;
	}

	.reason.cusWhite .reason2, .reason.cusWhite .reason3 {
		font-size: 1.4rem;
	}

	.reason.cusWhite .circleImage {
	    top: -15px;
    	right: 5px;
	}

	.reason.cusWhite .circleImage img {
		width: 94px;
	}
	/*End overwrite by me*/
}
