div.wpcf7 {
    max-width: 1050px;
    margin: 0 auto;
    padding: 60px 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 95%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
    text-decoration: none;
    padding: 15px 0;
    transition-duration: 0.7s;
    transition-timing-function: ease-out;
	
	display: block;
  cursor: pointer;
  background: #4D2D18;
  height: 60px;
  box-sizing: border-box;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border: none;
	
}
.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
}
.wpcf7 label {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px;
    line-height: 1.6em;
}
.wpcf7 .wpcf7-response-output {
    padding: 20px;
}


::placeholder {
  color: #B7B7B7;
}




/*-----------------------------------------------------	*/
/*	MWフォーム設定						*/
/*-----------------------------------------------------	*/

.contactForm{
	width: 1000px;
	margin: 0 auto;
	padding-top: 60px;
}

.contactForm h2{
    padding: 10px;
    color: #ffffff;
    background: #4D2D18;
	margin-bottom: 30px;
}

.contactlink{
	margin-bottom: 50px;
	overflow: hidden;
}

.contactlink li{
	display: inline-block;
	width: 49%;
	text-align: center;
}

.contactlink li a{
	padding: 10px 0;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #4D2D18;
	background: #f5f5f5;
	font-size: 14px;
}

.contactlink li a:hover{
	color: #fff;
	background: #4D2D18;
}

.recptha_txt{
	font-size: 11px;
	color: #BBBBBB;
	text-align: center;
}
.recptha_txt a{
	font-size: 11px;
	color: #BBBBBB;
}

.recptha_txt .fa {
    margin: 0 5px 0 4px;
    width: 12px;
    color: #BBB;
}

.mw_wp_form_preview .dayat{display: none;}

.mw_wp_form_preview .regalcheck{display: none;}

table.tform {
	width: 100%;
}
.tform th {
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 20px 0;
	font-weight: bold;
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	color: #482E1B;
}
.tform td {
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 50px 0;
	width: 100%;
	display: block;
	text-align: left;
}
.tform td .pd {
	padding: 10px 0 0 0!important;
	display: block;
}
.tform th .hissu {
	margin: 0 0 0 10px !important;
	vertical-align: middle;
}
.tform td .at {
	font-size: 16px;
	color: #e17344;
	line-height: 1.5;
	padding-top: 1em;
}
.tform td .at a {
	font-size: 16px;
	color: #e17344;
	line-height: 1.5;
	text-decoration: underline;
}
.tform td label {
	margin-right: 2em;
}
.tform td.kindlist label {
	width: 100px;
	display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
}
.tform td p {
	margin-bottom: 1em;
}
.tform td textarea {
	line-height: 1.6;
}
.t1 {
	width: 100%;
	border: #ddd 1px solid;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.t2 {
	width: 180px !important;
	border: #ddd 1px solid;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.t3 {
	width: 70px !important;
	border: #ddd 1px solid;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.t4 {
	width: 110px !important;
	border: #ddd 1px solid;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.t5 {
	width: 180px !important;
	border: #ddd 1px solid;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.btn_kakunin {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 30px;
}
.btn_kakunin input {
	display: block;
	cursor: pointer;
	background: #4D2D18;
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: none;
}

.contactForm .btn_detail a {
 background: #4D2D18;
 font-size: 14px;
 color: #fff;
 display: inline-block;
 padding: 0 45px 0 45px;
	height: 50px;
	line-height: 50px;
 text-decoration: none;
	
		position: relative;
	z-index: 1;
  transition: .3s;
}


.contactForm .btn_detail a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #eee;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.contactForm .btn_detail a:hover {
	opacity: 1;
  color: #4D2D18;
}
.contactForm .btn_detail a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}


.bt_back {
	padding-top: 20px;
}
.btn_kakunin .bt2 {
	background: #fff;
	color: #666666;
}
.mw_wp_form_preview .chkhide {
	display: none;
}
/*thanks*/
.thk_tit {
	font-size: 22px;
}
.thk_tit strong {
	font-size: 20px;
}
.contact_c1 .thk_tit {
	font-size: 20px;
	line-height: 1.8;
}
.thk {
	width: 800px;
	margin: 0 auto;
	border: #E7A122 2px solid;
	padding: 25px;
	text-align: left;
}
.thk ul {
	padding: 20px 0;
}
.thk li {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	font-weight: bold;
	color: #d36231;
}
.thk a {
	color: #d36231;
	text-decoration: underline;
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
.br_sp {
	display: none;
}
/*無料相談のみ


body.page-id-4633 table.tform {
 width:auto;
 border-bottom: #e2e5e8 1px solid;
}

body.page-id-4633 .tform th {
 font-size: 16px;
 line-height: 1.8;
 padding: 10px 15px;
 border-right: #e2e5e8 1px solid;
 border-bottom: none;
 font-weight: bold;
 width: 100%;
 display: block;
 box-sizing: border-box;
}

body.page-id-4633 .tform td {
 width: 100%;
 display: block;
 font-size: 15px;
 line-height: 1.8;
 padding: 10px 15px 30px 15px;
 border-bottom: none;
 box-sizing: border-box;
}


body.page-id-4633 .t1 {
 width: 85%!important;
 border: #ddd 1px solid;
 padding: 5px;
 font-size: 15px;
 box-sizing: border-box;
}

body.page-id-4633 .t2 {
 width: 180px!important;
 border: #ddd 1px solid;
 padding: 5px;
 font-size: 15px;
 box-sizing: border-box;
}

body.page-id-4633 .t3 {
 width: 50px!important;
 border: #ddd 1px solid;
 padding: 5px;
 font-size: 15px;
 box-sizing: border-box;
}

body.page-id-4633 .t4 {
 width: 85px!important;
 border: #ddd 1px solid;
 padding: 5px;
 margin-bottom: 0.5em;
 font-size: 15px;
 box-sizing: border-box;
}
 
 body.page-id-4633 .tform td select {
  width: 80%!important;
}

body.page-id-4633 .btn_kakunin {
 text-align: center;
 padding: 0px 20px 10px 20px;
}

body.page-id-4633 .btn_kakunin input {
 display: block;
 cursor: pointer;
 background: #deb428;
 height: 50px;
 box-sizing: border-box;
 text-align: center;
 width: 100%;
 margin: 0 auto;
 color: #fff;
 font-size: 16px;
 font-weight: bold;
 border-radius: 5px;
 border: none;
}



*/

.s_ac .radio {
	display: none;
}

.tform td.s_ac{
	overflow: hidden;
}

.tform td.s_ac .mwform-radio-field label{
	margin: 0;
	cursor: pointer;
}

.tform td.s_ac .mwform-radio-field{
	position: relative;
	width: 15%;
	margin-right: 0.9%;
	display:block;
	float: left;
	
}

.tform td.s_ac .mwform-radio-field .mwform-radio-field-text{
	text-indent: -9999px;
}



.tform td.s_ac .mwform-radio-field:last-child{
	margin-right:0;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/fukuchi.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 90px;
    height:90px;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/ohashi.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 90px;
    height:90px;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(3) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/kuwano.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 90px;
    height:90px;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(4) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/no.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 90px;
    height:90px;
}



.s_ac .radio + .mwform-radio-field-text {
	border: 3px #ffffff solid;
	background-color: #ffffff;
	display: block;
}
.s_ac .radio:checked + .mwform-radio-field-text {
	border: 3px #4D2D18 solid;
	background-color: #ffeeee;
}
/*見学会予約　20191209*/

.reservationtit{margin-bottom: 50px;}
.reservationstit{margin-bottom: 30px;text-align: center;font-size: 20px;}

.reservationstit::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -1px 15px 0 0;
    background: url(../images/common/Icon_flag.png) no-repeat;
        background-size: auto;
    background-size: contain;
}

.reservation_detail{
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	clear: both;
}
.reservation_detail li{
	width: 48%;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}
.reservation_detail li:nth-of-type(2n+0){
	width: 48%;
	float: right;
}


@media screen and (max-width: 1200px) {
	.reservation_detail li{
	height: 220px;
}
}	


@media screen and (max-width: 990px) {
	input, select, textarea {
		font-size: 16px !important;
	}
	input[type="submit"] {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.contact_c1 .inner {
		padding: 30px 20px 30px 20px;
		width: auto;
	}
	.contact_c1 p {
		font-size: 15px;
		line-height: 1.8;
		text-align: center;
	}
	.contact_c2 .inner {
		padding: 30px 0 30px 0;
		width: auto;
	}
	.contact_c2.content h2 {
		font-size: 18px;
	}
	.contact_c2 h2 {
		display: inline-block;
		position: relative;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.contact_c2 h2::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -10px;
		width: 20px;
		border-bottom: 2px solid #efaa77;
		margin: 0 auto;
		text-align: center;
	}
	.contact_c2 article {
		width: auto;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px;
		margin-bottom: 30px;
	}
	.contact_c2 p {
		font-size: 15px;
		line-height: 1.8;
	}
	.contact_c2 h3 {
		font-size: 16px;
		line-height: 1.8;
		font-weight: bold;
		color: #fff;
		padding: 10px 0;
		text-align: center;
		background: #efaa77;
		border-radius: 5px;
		margin-bottom: 20px;
		line-height: 1;
	}
	p.ic_hissu {
		background: url("../images/common/ic_hissu.png") no-repeat 0 center;
		padding-left: 30px;
		font-size: 15px;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 20px;
	}
	table.tform {
		width: 100%;
	}
	.tform th {
		font-size: 15px;
		line-height: 1.8;
		padding: 10px 15px;
		border-right: none;
		border-bottom: none;
		font-weight: bold;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.tform td {
		width: 100%;
		display: block;
		font-size: 15px;
		line-height: 1.8;
		padding: 10px 15px 30px 15px;
		border-bottom: none;
		box-sizing: border-box;
	}
	.tform th .hissu {
		margin-left: 10px;
		vertical-align: middle;
	}
	.tform td .at {
		font-size: 15px;
		color: #e17344;
		line-height: 1.5;
		padding-top: 1em;
	}
	.tform td .at a {
		font-size: 16px;
		color: #e17344;
		line-height: 1.5;
		text-decoration: underline;
	}
	.tform td label {
		width: auto;
		display: block;
	}
	.tform td.kindlist label {
		width: auto;
		display: block;
		margin-bottom: 5px;
	}
	.mw_wp_form .horizontal-item + .horizontal-item {
		margin-left: 0px !important;
	}
	.tform td p {
		margin-bottom: 0;
	}
	.tform td textarea {
		line-height: 1.6;
	}
	.tform td .mb10 {
		margin-bottom: 10px;
	}
	.t1 {
		width: 100% !important;
		border: #ddd 1px solid;
		padding: 8px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.t2 {
		width: 180px !important;
		border: #ddd 1px solid;
		padding: 5px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.t3 {
		width: 50px !important;
		border: #ddd 1px solid;
		padding: 5px;
		font-size: 15px;
		box-sizing: border-box;
	}
	.t4 {
		width: 85px !important;
		border: #ddd 1px solid;
		padding: 5px;
		margin-bottom: 0.5em;
		font-size: 15px;
		box-sizing: border-box;
	}
		.t5 {
		width: 85px !important;
		border: #ddd 1px solid;
		padding: 5px;
		margin-bottom: 0.5em;
		font-size: 15px;
		box-sizing: border-box;
	}
	.tform td select {
		width: 80%!important;
	}
		.tform td select.t5 {
		width: 40%!important;
	}
	.btn_kakunin {
		text-align: center;
		padding: 0px 20px 10px 20px;
	}
	.btn_kakunin input {
		display: block;
		cursor: pointer;
		background: #4D2D18;
		height: 50px;
		box-sizing: border-box;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		border: none;
	}
	.thk_tit {
		font-size: 18px;
	}
	.thk_tit strong {
		font-size: 18px;
	}
	.contact_c1 .thk_tit {
		font-size: 18px;
		line-height: 1.8;
	}
	.thk {
		width: auto;
		margin: 0 auto;
		border: #E7A122 2px solid;
		padding: 25px;
		text-align: left;
		margin: 0 20px;
	}
	.thk ul {
		padding: 20px 0;
	}
	.thk li {
		font-size: 16px;
		line-height: 1.8;
		text-align: left;
		font-weight: bold;
		color: #d36231;
	}
	.thk a {
		color: #d36231;
		text-decoration: underline;
	}
	.br_sp {
		display: block !important;
	}
	
		.reservation_detail li{
	height: 180px;
}

}
.mw_wp_form .error {
	clear: both;
	color: #FFF !important;
	background: #C1272D;
	font-size: 90%;
	display: block;
	padding: 5px;
	margin-top: 10px;
	border-radius: 5px;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.mw_wp_form_complete p.cptit {
	font-weight: bold;
	font-size: 24px;
	color: #482E1B;
	line-height:1;
	text-align: center;
	border-top: #ddd 2px solid;
	padding-top: 50px;
	margin-bottom: 30px;
}
.mw_wp_form_complete p.cptxt {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	border-bottom: #ddd 2px solid;
	padding-bottom: 50px;
	font-weight: bold;
}
/**
 * horizontal style of radio and checkbox
 */
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
}

.fa{
    margin: 0 10px 0 4px;
	width: 20px;
    color: #000;
}


.cl{
display: inline-block;
}
.cl::before {
	font-size: 17px;
    content: "\f073";
	
}

.clk{
display: inline-block;
}
.clk::before {
	font-size: 17px;
    content: "\f017";
	
}

@media screen and (max-width:767px) {
	
	.contactForm{
	width: 94%;
margin: 0 auto;
	padding-top: 30px;
}

.contactForm h2{
    padding: 10px 20px;
    color: #ffffff;
    background: #4D2D18;
	margin-bottom: 30px;
}
	
	.contactlink{
	margin-bottom: 30px;
		padding: 0 10px;
	overflow: hidden;
}

.contactlink li{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}

.contactlink li a{
	padding: 10px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #4D2D18;
	background: #f5f5f5;
	font-size: 13px;
}
	
	.dayat{
		font-size: 13px;
	}

	
	.contactForm .tform{
		width: 100%;
		margin-bottom: 30px;
	}
	.recptha_txt{
	font-size: 10px;
		padding: 0 15px;
}
	
	

	.mw_wp_form .error {
		width: auto;
	}
	
	.mw_wp_form_complete p.cptit {
	font-weight: bold;
	font-size: 18px;
	line-height:1;
		color: #482E1B;
	text-align: center;
	border-top: #ddd 2px solid;
	padding-top: 30px;
		margin-bottom: 20px;
}
.mw_wp_form_complete p.cptxt {
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
	border-bottom: #ddd 2px solid;
	padding-bottom: 30px;
	font-weight: normal;
}
	
.s_ac .radio {
	display: none;
}

.tform td.s_ac{
	overflow: hidden;
}

.tform td.s_ac .mwform-radio-field label{
	margin: 0;
}

.tform td.s_ac .mwform-radio-field{
	position: relative;
	width: 15vw;
	margin-right: 0.9%;
	display:block;
	float: left;
}

.tform td.s_ac .mwform-radio-field:last-child{
	margin-right:0;
}
	
	
	

.tform td.s_ac .mwform-radio-field:nth-of-type(1) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/fukuchi.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 15vw;
    height:15vw;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(2) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/ohashi.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 15vw;
    height:15vw;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(3) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/kuwano.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 15vw;
    height:15vw;
}

.tform td.s_ac .mwform-radio-field:nth-of-type(4) .mwform-radio-field-text{
	position: relative;
    display: inline-block;
    background-image:url("../images/event/no.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    width: 15vw;
    height:15vw;
}

.s_ac .radio + .mwform-radio-field-text {
	border: 3px #ffffff solid;
	background-color: #ffffff;
	display: block;
}
.s_ac .radio:checked + .mwform-radio-field-text {
	border: 3px #4D2D18 solid;
	background-color: #ffeeee;
}

	
/*見学会予約　20191209*/

.reservationtit{margin: 0 0 30px 20px;font-size: 2.0rem}
.reservationstit{margin-bottom: 20px;text-align: center;font-size: 18px;}

.reservationstit::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: -1px 15px 0 0;
    background: url(../images/common/Icon_flag.png) no-repeat;
        background-size: auto;
    background-size: contain;
}

.reservation_detail{
	overflow: hidden;
	width:auto;
	margin: 0 20px 30px 20px;
	clear: both;
}
.reservation_detail li{
	width: 48%;
	float: left;
	margin-bottom: 20px;
	height: 23vw;
}
.reservation_detail li:nth-of-type(2n+0){
	width: 48%;
	float: right;
}


	
	
}



@media screen and (max-width: 480px) {

.reservation_detail{
	overflow: hidden;
	width:auto;
	margin: 0 20px 30px 20px;
	clear: both;
}
.reservation_detail li{
	width: 100%;
	float: none;
	margin-bottom: 20px;
	height: auto;
}
.reservation_detail li:nth-of-type(2n+0){
	width: 100%;
	float: none;
}

}



/*202507 contactform7　設定*/


/*contactform7*/

.ko .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  width: 32%;
  display: inline-block;
}

.ko .wpcf7-list-item label {
  display: inline-block;
  width: auto;
}

.contactform td.tdkind .ko .wpcf7-list-item label {
  width: 100%;
  display: inline-block;
}



.contactform td.sumai_add .ko .wpcf7-list-item {
  width: 48%;
  display: inline-block;
}

.contactform td.sumai_add .ko .wpcf7-list-item label {
  width: 100%;
  display: inline-block;
}


.contactform td.menseki  .ko{
	display:inline-block;
}

.contactform td.menseki  .ko + .ko{
	margin-left: 20px;
}

.contactform td .at_r{
	display: inline-block;
}

.contactform td .ko.ko_r{
	display: inline-block;
}

.contactform td .ko.nchk .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
 width: 100%;
  display: inline-block;
}

.wpcf7 > form input[type="submit"][disabled]{
	background-color: #999;
}

.btn_kakunin input.bt[type="submit"][disabled] {
  background-color: #999;
}

.btn_kakunin input.bt[type="submit"][disabled]:hover {
	opacity: 1!important;
}

/*エラーチェック css*/

.wpcf7-not-valid-tip {
  clear: both;
  color: #FFF !important;
  background: #C1272D!important;
  font-size: 90%;
  display: block;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}


.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #C1272D!important;
	background: #C1272D!important;
	color: #fff!important;
	padding: 10px 0!important;
	font-size: 18px!important;
	border-radius: 5px!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #C1272D;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450!important;
  color: #FFF !important;
	font-size: 18px!important;
	border-radius: 5px!important;
	padding: 10px 0!important;
}

@media screen and (max-width: 768px) {
	
	.ko .wpcf7-list-item {
  display: block;
  margin: 0 0 0 0;
  width: 100%;
}
	.contactform td.tdkind .ko .wpcf7-list-item label {
  width: 100%;
  display: block;
}
	
	.contactform td.sumai_add .ko .wpcf7-list-item {
  width: 100%;
  display: block;
}

.contactform td.sumai_add .ko .wpcf7-list-item label {
  width: 100%;
  display: block;
}
	
	.contactform td.menseki .ko {
  display: inline-block;
  width: 40%;
}
	
	.contactform td.menseki .ko .w2 {
    width: 70%;
  }
	
	.contactform td .ko.ko_r {
  width: 50%;
}
	
	.contactform td .ko.ko_r .w3 {
    width: 85%;
  }
	
	
	
}