#main {
	width: 100%;
	position: relative;
	padding-bottom: 110px;
}
#main .wrap {
	z-index: 10;
}
#main .group {
	box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.04);
	background: #fff;
	border-top: 1px solid #ddd;
	position: relative;
	padding-bottom: 6px;
}
#main h1 {
	font-size: 48px;
	letter-spacing: 1px;
	padding: 94px 0 10%;
	position: relative;
}
#main h1 span {
	font-size: 12px;
	font-weight: bold;
	margin-left: 24px;
	display: inline-block;
	position: relative;
	top: -12px;
}
#main .content {
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 11%;
}
#main .content h3 {
	font-size: 20px;
	padding-left: 3%;
	font-weight: bold;
	position: relative;
}
#main .content h3:before {
	border-bottom: 2px solid #7f7f7f;
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
}
#main .content .group_logo {
	display: flex;
	justify-content: center;
	width: 100%;
}
#main .content .group_logo dl {
	text-align: center;
	padding-bottom: 1%;
	width: 270px;
	margin-right: 45px;
}
#main .content .group_logo dl:last-child {
	margin-right: 0;
}
#main .content .group_logo dl dd {
	font-weight: bold;
	padding-top: 7px;
}
#main .content .group_logo dt{
	cursor: pointer;
	background: #f3f3f3;
	position: relative;
}
#main .content .group_logo dt:before{
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	transition:  all .3s ease;
	opacity: 0;
	z-index: 1;
}
#main .content .group_logo dt:hover:before{
	opacity: 1;
}
#main .content .group_logo dt.ct_logo1:before{
	background: url(../img/contact/contact_logo1_on.jpg) no-repeat center / 100% auto;
}#main .content .group_logo dt.ct_logo2:before{
	background: url(../img/contact/contact_logo2_on.jpg) no-repeat center / 100% auto;
}#main .content .group_logo dt.ct_logo3:before{
	background: url(../img/contact/contact_logo3_on.jpg) no-repeat center / 100% auto;
}
#main .txt {
	padding: 4% 0 4%;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.5px;
}
#main .note {
	padding: 4% 0 3.4%;
}
#main .form-note {
	font-size: 11px;
	display: flex;
}
#main .form-note::before {
	content: "※";
	margin-right: 5px;
}
#main .info1 {
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
#main .info1:before {
	background: #f0f0f0;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: -1px;
	content: '';
	transition: all .3s ease;
	opacity: 0;
}
#main .info1.active {
	padding-bottom: 9%;
}
#main .info1.active h3:after {
	background: url(../img/contact/icon_on.png) no-repeat center top !important;
}
#main .info1.active:hover:before {
	opacity: 0;
}
#main .info1:hover:before {
	opacity: 1;
}
#main .info1:hover h3:after {
	background: url(../img/contact/icon_on1.png) no-repeat center top;
}
#main .info1 h3 {
	cursor: pointer;
	position: relative;
	padding-top: 9%;
	padding-bottom: 9%;
}
#main .info1 h3:after {
	background: url(../img/contact/icon.png) no-repeat center top;
	width: 41px;
	height: 40px;
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

#main .info1 h3.toggle-link {
	padding-right: 80px;
}

#main .info2 {
	padding-top: 8%;
}
#main .info2 .txt {
	padding-top: 2.4%;
	padding-bottom: 6%;
}
#main .info2 .note {
	padding-top: 6%;
}
#main .ct_mail input[type="text"],
#main .ct_mail input[type="email"],
#main .ct_mail input[type="tel"] {
	width: 55%;
	height: 42px;
	line-height: 42px;
	border: none;
	padding-left: 10px;
	background: #f3f3f3;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	padding-right: 10px;
}
#main .ct_mail input[type="text"].style1,
#main .ct_mail input[type="email"].style1,
#main .ct_mail input[type="tel"].style1 {
	width: 100%;
}
#main .ct_mail .select_vl {
	width: 74%;
	height: 42px;
	position: relative;
}
#main .ct_mail select {
	border: 1px solid #d1d1d1;
	line-height: 42px;
	height: 44px;
	width: 100%;
	background: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	padding-left: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
#main .ct_mail select:hover{
	background: #f3f3f3;
}
/*
#main .ct_mail .select_vl:hover:before{
	background: url(../img/contact/iconbt_on.png) no-repeat 0 0;
}
*/
#main .ct_mail .select_vl:before{
    background: #FFF url(../img/contact/iconbt.svg) no-repeat 0 0;
    width: 31px;
    height: 42px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
     display: inline-block;
    z-index: 1;
    border: 1px solid #D1D1D1;
    border-left: none;
}
#main .ct_mail .select_vl:hover:before{
    background-color: #F3F3F3;
}
#main .ct_mail textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	letter-spacing: 1px;
	height: 223px;
	border: none;
	background: #f3f3f3;
	-webkit-appearance: none;
	border-radius: 0;
	resize: vertical;
}
#main .ct_mail .fc-form [class^='error'] {
	left: 25%;
	bottom: 4px;
}
#main .ct_mail .form-row {
	padding-bottom: 4.4%;
}
#main .ct_mail .form-row:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#main .ct_mail .caption {
	float: left;
	width: 28%;
	padding-top: 8px;
}
#main .ct_mail .form-value {
	width: 71.5%;
	float: left;
}
#main .ct_mail .submit {
	text-align: center;
}
#main .ct_mail .submit-confirm {
	width: 80%;
	margin: 0 auto;
}
#main .ct_mail button {
	width: 310px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	letter-spacing: 1px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background: #fff;
	margin: 0 auto;
}
#main .ct_mail button span {
	position: relative;
	z-index: 1;
}
#main .ct_mail button:before {
	background: #242424;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	content: '';
	opacity: 0;
	transition: all .3s ease;
}
#main .ct_mail button:after {
	background: url(../img/index/icon.svg) no-repeat center top;
	width: 6px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
	content: '';
}
#main .ct_mail button:hover span {
	color: #fff;
}
#main .ct_mail button:hover:before {
	width: 100%;
	opacity: 1;
}
#main .ct_mail button:hover:after {
	background: url(../img/index/icon_on.png) no-repeat center top;
}
#main .thanks {
	padding: 10% 0 2%;
}
#main .thanks p {
	padding-bottom: 2%;
}
.fc-confirm{
	display: block;
}
.fc-error .error{
	display: block;
}

div.wpcf7-mail-sent-ok {
margin-bottom: 20px;
border: 1px solid #ff0000 !important;
color: #ff0000 !important;
}
div.wpcf7-mail-sent-ng {
border: 2px solid #ff0000 !important;
background: #ffcccc !important;
color: #ff0000 !important;
margin-bottom: 20px;
}
div.wpcf7-spam-blocked {
border: 2px solid #444444 !important;
color: #000;
margin-bottom: 20px;
}
div.wpcf7-validation-errors {
border: 2px solid #ff0000 !important;
background: #ffcccc !important;
color: #ff0000 !important;
margin-bottom: 20px;
} 
/*=============================================
 * RESPONSIVE
 *=============================================*/
@media screen and (max-width: 767px) {
	#main .content h3:before {
	border-bottom: 1px solid #7f7f7f;
	}
	#main{
		padding-bottom: 0;
	}
#main h1{
		font-size: 30px !important;
    line-height: 26px !important;
    padding-bottom: 12% !important;
	}

#main h1 span {top: -6px;
	font-size: 10px;
}
#main .content {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 10%;
}
#main .content h3{
	font-size: 14px;
	padding-left: 7%;
}
#main .content h3:before{
	width: 15px;
	top: 40%;
}
#main .content h3:after{
	width: 30px;
	height: 30px;
	background-size: 100% auto !important;
}
#main .info1.active h3:after{
	background-size: 100% auto !important;
}
#main .ct_mail .caption{
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 3%;
}
#main .ct_mail .form-value{
	width: 100%;
}
	#main .ct_mail .select_vl{
		width: 100%;
	}
#main .ct_mail input[type="text"],
#main .ct_mail input[type="email"],
#main .ct_mail input[type="tel"] {
	width: 100%;
	}
	#main .info2 .note{
		padding-bottom: 9%;
		font-size: 11px;
		line-height: 20px;
	}
#main .ct_mail button{
	    width: 90%;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}
	#main .ct_mail button:after{
		left: 14px;
	}
#main .ct_mail button + button{
	margin-top: 20px;
}
#main .content .group_logo dl {
	width: 48%;
	margin: 0;
	padding-bottom: 5%;
}
#main .content .group_logo dl:nth-child(2n) {
	float: right;
}
	#main .info1 h3{
		padding-top: 12%;
		padding-bottom: 12%;
	}

	#main .info1 h3.toggle-link {
		padding-right: 60px;
	}

	#main .info1.active{
		padding-bottom: 15%;
	}
	#main .info2{
		padding-top: 15%;
	}
	#main .note {
	padding: 4% 0 7.4%;
}
#main .ct_mail .submit {
	margin-bottom: 30px;
}	
}