/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
p{line-height: 7vw;}
.fv img{  height: 100%;}
.section2{padding: 0 20px;}
.mojo {font-size: 0.75rem}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px;
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	vertical-align:middle;
	cursor:pointer;
	padding-right: 12px;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
label.css-label {
  background-image:url(../images/contact/csschkbox2.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.section2 label{font-size:0.75rem;}
.section2 .flex-container span{position: relative; top: 20px;padding: 0px 10px;}
.section2 .flex-container-cen div{padding: 0px 30px}
input[type=text], textarea{
    background: #F1F1F1;
    border: 0;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
		height: 27px;
}
button.btn-reset, button.btn-confirm{
  padding: 16.5px 50px;
  border: 0;
  color: #ffffff;
  font-size: 0.65625rem;
}
button.btn-reset {background: #AFAFAF;}
button.btn-confirm {background: #C83E4A;}

@media only screen and (min-width: 741px) {
   p{line-height: 1.5}
  .section2{padding: unset; margin: auto;}
  .section2 label{font-size:1.125rem;}
  button.btn-reset, button.btn-confirm{font-size: 1.125rem;}
  input[type=text], textarea{margin-bottom: 22px;height: 45px;}
	input[type=checkbox].css-checkbox + label.css-label {
		padding-left: 30px;
		padding-right: 34px;
	}
	button.btn-reset, button.btn-confirm{{
		font-size: 4vw;
		  padding: 16.5px 70px;
	}
}
