@charset "UTF-8";


/* maintit
-------------------------------------------------*/
.maintit {
    background-color: #39B54A;
    padding: 5em 0;
    text-align: center;
    margin-bottom: 3em;
}
.maintit h1 {
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #fff;
}
.wow, .wow2 {
  opacity: 1;
}
@media only screen and (max-width:767px){
.maintit {
    padding: 3em 0;
}
.maintit h1 {
    font-size: 4.8vw;
} 
}


/* contact/
-------------------------------------------------*/
.formArea .inner {
	max-width: 1000px;
}
.formArea .box {
	border-bottom: 1px solid #b3b3b3;
    padding-bottom: 4em;
    margin-bottom: 2.5em;
}
.formArea .txtttl1 {
	line-height: 2;
    padding: 1em 0 0;
}
.formArea .txtttl2 {
	line-height: 2;
	padding: 2em 0 1em;
}
.formArea .txt01 {
	line-height: 2;
	padding: 1.3em 0 2em;
}
.formArea .ttl01 {
	width: 54.2%;
	border: #b3b3b3 1px solid;
	background: #f2f2f2;
	font-weight: 400;
	box-sizing: border-box;
	padding: 0 0 0 1.286em;
}
.formArea .ttl01.mb {
	margin-bottom: 3.6em;
}
.formArea .ttl01 span,
.formArea .ttl01 a {
	display: inline-block;
	vertical-align: middle;
}
.formArea .ttl01 .tel,
.formArea .ttl01 .mail {
	display: inline-block;
	width: 12em;
	box-sizing: border-box;
	padding: 1.2em 0;
}
.formArea .ttl01 .tel {
	background: url(/common/images/ico_tel.svg) no-repeat left center;
	background-size: 1.55em 2em;
	padding-left: 2.2em;
}
.formArea .ttl01 .mail {
	background: url(/common/images/ico_mail_black.svg) no-repeat left center;
	background-size: 2.2em 1.7em;
	padding-left: 2.86em;
}
.formArea .dates {
	width: 30.5em;
	text-align: right;
	padding: 0.8em 0 2.3em;
}
.formArea table {
	width: 100%;
	border-top: #ccc 1px solid;
	margin-bottom: 3.7em;
}
.formArea table th {
	width: 22.5%;
	border-bottom: #ccc 1px solid;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	box-sizing: border-box;
	padding: 1.8em 1.2em 1em;
}
.formArea.contact4 table th {
	width: 30%;
}

.formArea table th .mustTxt {
	font-weight: normal;
	display: inline-block;
	background: #39B54a;
	color: #fff;
	float: right;
	padding: 0.66em 0.4em;
	border-radius: 0.2em;
	margin-right: 0.3em;
	margin-top: -0.4em;
}
.formArea table th.db .mustTxt {
	margin-top: -1.9em;
}
.formArea table th.db3 .mustTxt {
	margin-top: -2.7em;
}
.formArea table td {
	border-bottom: #ccc 1px solid;
	text-align: left;
	box-sizing: border-box;
	padding: 1.4em 0;
    vertical-align: middle;
}
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"],
.formArea table td input[type="date"],
.formArea table td select {
	width: 100%;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 14px;
	padding: 0 0.5em;
	line-height: 2.43em;
	height: 2.43em;
}
.formArea table td input.text01,
.formArea table td select.text01 {
	width: 51%;
}
.formArea table td input.text02 {
	width: 84%;
}
.formArea table td input.text03 {
	width: 50%;
}
.formArea table td input.text04 {
	width: 71%;
}
.formArea table .even th,
.formArea table .even td {
	background: #f2fcf1;
}
.formArea table td textarea {
	width: 72%;
	border: #b3b3b3 1px solid;
	box-sizing: border-box;
	background: #f2f2f2;
	font-size: 14px;
	padding: 0.5em;
	height: 17.4em;
}
.formArea table th .sec {
	clear: both;
	padding-top: 3.6em;
}
.formArea table td .sec {
	padding-top: 3.3em;
	position: relative;
}
.formArea table td .sec .tabTxt {
	position: absolute;
	top: 1.3em;
	left: 0;
}
.formArea table td .list01 li {
	display: inline-block;
	position: relative;
}
.formArea table td .list01 li:first-child {
	width: 25%;
}
.formArea table td .list01 li:first-child .tabTxt2 {
	position: absolute;
	left: -1.7em;
	top: 50%;
	transform: translate3d(0, -50%, 0);
}
.formArea table td .list01 li:nth-child(2) {
    width: 75%;
}
.formArea table td .list01 li .tabTxt2 {
	padding-right: 0.7em;
}
.formArea table td .list02 li {
	padding-top: 1.4em;
}
.formArea table td .list02 .tabTxt3 {
	display: inline-block;
	margin-left: -1.7em;
	width: 3.8em;
}
.formArea .ttl02 {
	padding: 7.8em 0 0.7em;
}
.formArea .txtSet {
	border: #b3b3b3 1px solid;
	height: 17.5em;
	overflow-y: auto;
}
.formArea .txtSet .cont {
	padding: 2.2em 2% 0 3%;
	line-height: 2;
	word-break: break-all;
}

.formArea .txtSet p,
.formArea .txtSet ul,
.formArea .txtSet ol {
	font-size: 14px;
    padding-bottom: 1.5em;
    line-height: 2;
}
.formArea .txtSet ul {
	list-style: disc;
    padding-left: 1.5em;
}
.formArea .txtSet ul li {
	list-style: disc;
}
.formArea .txtSet a {
	text-decoration: underline;
	color: #009fe9;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    text-align: center;
}
.wpcf7-spinner {
    margin: 1em 24px 0;
}
.mailBtn {
	text-align: center;
}
.mailBtn li {
	width: 35%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0.5%;
}
.mailBtn li.wid {
	width: 52.5%;
}
.mailBtn li input,
.mailBtn li a {
	width: 100%;
	display: block;
	background: #eb6167;
	color: #fff;
	border: none;
	padding: 1.18em 0;
	letter-spacing: 0.15em;
	text-align: center;
	border-radius: 0.3em;
	cursor: pointer;
	text-decoration: none;
}
.mailBtn li input.reset {
	background: #999;
    margin-top: 1em;
}

.formArea table td input[type=radio] {
    appearance: none;
    display: none;
}
.formArea table td input[type=radio] + span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.3em 2em;
    position: relative;
    width: auto;
}
.formArea table td input[type=radio] + span::before {
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    content: '';
    display: block;
    height: 1.0666em;
    left: 0.3333em;
    margin-top: -0.53333em;
    position: absolute;
    top: 50%;
    width: 1.0666em;
}
.formArea table td input[type=radio] + span::after {
  background: #39B54a;
    border-radius: 50%;
    content: '';
    display: block;
    height: 0.6666em;
    left: 0.6133em;
    margin-top: -0.255em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 0.6666em;
}
.formArea table td input[type=radio]:checked + span::before {
    border-color: #b3b3b3;
}
.formArea table td input[type=radio]:checked + span::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}


.formArea table td input[type=checkbox] {
    display: none;
}
.formArea table td input[type=checkbox] + span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0.3em 2em;
    position: relative;
    width: auto;
}
.formArea table td input[type=checkbox] + span::before {
    background: #fff;
    border: 1px solid #DDDDDD;
    content: '';
    display: block;
    height: 1.0666em;
    left: 0;
    margin-top: -0.53333em;
    position: absolute;
    top: 50%;
    width: 1.0666em;
}
.formArea table td input[type=checkbox] + span::after {
    border-right: 0.133em solid #39B54a;
    border-bottom: 0.133em solid #39B54a;
    content: '';
    display: block;
    height: 0.8em;
    left: 0.4em;
    margin-top: -0.5em;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 0.3em;
}
.formArea table td input[type=checkbox]:checked + span::before {
    border-color: #b3b3b3;
}
.formArea table td input[type=checkbox]:checked + span::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1,1,1);
}





.formArea table td .wpcf7-list-item {
    margin: 0;
}











@media only screen and (min-width:768px){
.mailBtn li input:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	transition: 0.3s;
}
.formArea .txtSet .list01 a:hover {
	text-decoration: none;
}
}
@media only screen and (min-width:768px) and (max-width:1024px){
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"],
.formArea table td textarea,
.formArea table td input[type="date"],
.formArea table td select {
	font-size: 1.3671875vw;
}
.formArea .txtSet p,
.formArea .txtSet ul,
.formArea .txtSet ol {
	font-size: 1.3671875vw;
}
}
@media only screen and (max-width:767px){
.formArea .txt01 {
	padding-top: 0;
}
.formArea .ttl01 {
	width: 90%;
	padding-bottom: 1.5vw;
}
.formArea .ttl01.mb {
	margin-bottom: 10vw;
}
.formArea .ttl01 .tel,
.formArea .ttl01 .mail {
	display: block;
}
.formArea .ttl01 a {
	margin-top: -0.4em;
}
.formArea .ttl01 .fo27 {
	font-size: 6.6vw;
}
.formArea .ttl01 .fo16 {
	font-size: 4.26vw;
}
.formArea .dates {
	width: 90%;
	padding-bottom: 5vw;
}
.formArea table {
	margin-bottom: 10vw;
}
.formArea table th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding: 1em;
}
.formArea.contact4 table th {
	width: 100%;
}
.formArea table th .mustTxt {
	font-size: 3.2vw;
	float: none;
	margin-left: 1em;
	padding: 0.2em 0.5em;
}
.formArea table td {
	width: 100%;
	display: block;
	padding: 0 1em 1em;
}
.formArea table td input[type="text"],
.formArea table td input[type="tel"],
.formArea table td input[type="email"],
.formArea table td textarea,
.formArea table td input[type="date"],
.formArea table td select {
	font-size: 3.725vw;
}
.formArea table td input.text01,
.formArea table td select.text01 {
	width: 100%;
}
.formArea table td input.text03 {
	width: 75%;
}
.formArea table td input.text04 {
	width: 84.5%;
}
.formArea table td textarea {
	width: 100%;
}
.formArea table td .list01,
.formArea table td .list02 {
	padding-left: 1.7em;
}
.formArea table td .list01 li {
	display: block;
	margin-left: -1.7em;
	margin-top: 1em;
}
.formArea table td .list01 li:first-child {
	width: 50%;
	margin: 0;
}
.formArea table td .list01 li:nth-child(2) {
    width: 100%;
}
.formArea table td .list02 .tabTxt3 {
	width: 4.8em;
}
.formArea table th .sec {
	position: relative;
	padding: 0;
}
.formArea table th .sec .mustTxt {
	position: absolute;
	top: 5em;
	margin: 0;
}
.formArea table td .sec {
	padding-top: 5em;
}
.formArea table td .sec .tabTxt {
	top: 3em;
}
.formArea .txtSet .tit2 {
	font-size: 4.5vw;
}
.mailBtn li {
	display: block;
	width: 100%!important;
	padding: 1vw 0 0;
}
.mailBtn li input,
.mailBtn li a {
	font-size: 4.5vw;
	padding: 0.8em 0;
}
.formArea .ttl02 {
	padding: 12vw 0 2vw;
}
.formArea .txtSet {
	font-size: 3.46vw;
	letter-spacing: -0.02em;
}
}

.ERR {
    color: #ee0218;
}
.ERR.pbb {
    padding-bottom: 1em;
}






/* btnContact
------------------------------------------------- */
.btnContact {
	padding-top: 7em;
	overflow: hidden;
}
.btnContact a {
	display: block;
	background: #39B54A;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 2.7em 0 2.9em;
	position: relative;
	overflow: hidden;
}
.btnContact .ico {
	width: 4.14em;
	margin: 0 auto;
	padding-bottom: 1.4em;
}
.btnContact .ttl {
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1;
}
.btnContact p {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width:768px){
.btnContact a::before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,#ee0218 0%,#005bc8 50%,#c6ee01 100%);
	opacity: 0;
	transition: 0.3s;
}
.btnContact a:hover:before {
	opacity: 1;
}
}
@media only screen and (max-width:767px){
.btnContact {
	padding-top: 15vw;
}
.btnContact .ico {
	width: 15%;
}
.btnContact .ttl {
	font-size: 9.3125vw;
}
}


/* blank
------------------------------------------------- */
.blank {
	display: inline-block;
	background: url(/denki-img/images/ico_blank.svg) no-repeat right center;
	background-size: 1.15em 1em;
	padding-right: 1.4em;
}


/* gotop
------------------------------------------------- */
.gotop {
	position: fixed;
	width: 8em;
	bottom: 1em;
	right: 4em;
	z-index: 100;
}
@media only screen and (max-width:767px){
.gotop {
	width: 20vw;
	max-width: 8em;
	right: 3vw;
	bottom: 3vw;
}
}


/* footer
------------------------------------------------- */
#footer {
    padding-bottom: 1.5em;
    margin-top: 8em;
}
#footer .finner {
	max-width: 900px;
    padding: 0;
}
#footer .fCont {
    display: block;
	padding: 3.75em 0 1.8em;
	border-bottom: #b3b3b3 1px solid;
}
#footer .flogo {
	width: 20.22%;
	float: left;
	padding: 0.2em 0;
}
#footer .fsec {
	width: 71%;
	float: right;
}
#footer .ftit {
	font-weight: bold;
	padding-bottom: 1.35em;
}
#footer .fsec .fAdr {
	display: flex;
	justify-content: space-between;
}
#footer .flinks {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2.1em 0;
}
#footer address {
    padding: 0;
}
@media only screen and (min-width:768px){
#footer .fnav ul li a:hover {
	opacity: 0.8;
	text-decoration: none;
	transition: 0.3s;
}
}
@media only screen and (min-width:768px) and (max-width:960px){
#footer .finner {
	padding-left: 2%;
	padding-right: 2%;
}
}
@media only screen and (max-width:767px){
#footer {
	padding: 0;
}
#footer .flogo {
	width: 42%;
	float: none;
	margin: 0 auto;
	padding: 0 0 5vw;
}
#footer .fCont {
	padding: 10vw 0 5vw;
}
#footer .fsec {
	width: 90%;
	float: none;
	padding: 0 5%;
    text-align: left;
}
#footer .ftit {
	font-size: 4vw;
	text-align: center;
}
#footer .fsec .fAdr {
	display: block;
}
#footer .fsec .fAdr address {
	padding-bottom: 5vw;
	display: block;
}
#footer .flinks {
	display: block;
	padding: 8.5vw 5%;
}
#footer .copyright {
	padding: 2vw 0;
	font-size: 3.2vw;
    text-align: center;
}
}
