@charset "utf-8";

/* ------ MailForm ------ */
#cform7 .req{
	color:#ee1c23;
}
textarea,
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password']{
	line-height:1.4em;
}
textarea:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus{
	border-color: #ccc;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	background-color:#f5f5f5;
}

textarea::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder{
	color:#000;
	opacity:1;
}
textarea:disabled::-webkit-input-placeholder,
input[type='text']:disabled::-webkit-input-placeholder,
input[type='tel']:disabled::-webkit-input-placeholder,
input[type='email']:disabled::-webkit-input-placeholder,
input[type='search']:disabled::-webkit-input-placeholder,
input[type='password']:disabled::-webkit-input-placeholder{
	color:GrayText;
}
textarea:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder{
	color:#000;
	opacity:1;
}
textarea:disabled:-ms-input-placeholder,
input[type='text']:disabled:-ms-input-placeholder,
input[type='tel']:disabled:-ms-input-placeholder,
input[type='email']:disabled:-ms-input-placeholder,
input[type='search']:disabled:-ms-input-placeholder,
input[type='password']:disabled:-ms-input-placeholder{
	color:GrayText;
}
textarea::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder{
	color:#000;
	opacity:1;
}
textarea:disabled::-moz-placeholder,
input[type='text']:disabled::-moz-placeholder,
input[type='tel']:disabled::-moz-placeholder,
input[type='email']:disabled::-moz-placeholder,
input[type='search']:disabled::-moz-placeholder,
input[type='password']:disabled::-moz-placeholder{
	color:GrayText;
}
input[type='text']:focus::-webkit-input-placeholder { color:transparent; }
input[type='text']:focus:-moz-placeholder { color:transparent; }
input[type='text']:focus::-moz-placeholder { color:transparent; }
input[type='tel']:focus::-webkit-input-placeholder { color:transparent; }
input[type='tel']:focus:-moz-placeholder { color:transparent; }
input[type='tel']:focus::-moz-placeholder { color:transparent; }
input[type='email']:focus::-webkit-input-placeholder { color:transparent; }
input[type='email']:focus:-moz-placeholder { color:transparent; }
input[type='email']:focus::-moz-placeholder { color:transparent; }

input[type="radio"],
input[type="checkbox"]{
	cursor:pointer;
}
/* checkbox */
.ccheck{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.ccheck input[type="checkbox"],
.ccheck input[type="checkbox"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display:none;
}
.ccheck .wpcf7-list-item-label{
	display: inline-block;
	cursor:pointer;
}
.ccheck .wpcf7-list-item-label:before{
	background-color: #fff;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.ccheck .wpcf7-list-item-label:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ccheck .wpcf7-list-item-label:after{
	content: '';
	display: block;
	position: absolute;
	opacity:0;
}
.ccheck input[type="checkbox"]:checked + label.wpcf7-list-item-label:after,
.ccheck input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
div.wpcf7-response-output{
	margin: 2em 0.5em 1em;
	padding: 0.5em 1em 0.4em;
	border: 2px solid #ee1c23;
}

/*■ PC : 751px < Window Size ■*/
@media print,screen and (min-width: 751px) {
	#page-ttl{
		background-image: url(../../img/contactus/t_bg2_pc.png),
											url(../../img/contactus/t_bg_pc.jpg);
		background-color: transparent;
		background-repeat: repeat,no-repeat;
		background-position: 0 0, center top;
		background-size: auto,cover;
	}
	#content .top_area .inner{
		padding:0 0 40px;
		background-color:#f6f5f1;
	}

	#cform7 p.top{
		color:#333;
		padding:24px 20px;
		margin-bottom:30px;
	}
	#cform7 .ex{
		margin-bottom:33px;
	}
	#cform7 .msg{
		margin-bottom:16px;
	}

	textarea,
	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='password']{
		font-size:16px;
		padding: 11px 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: none;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		outline: none;
		border:1px solid #cbcbcb;
		width:100%;
	}
	.ccheck span.wpcf7-list-item {
		display: inline-block;
		margin: 0 1.36em 10px 0;
		position: relative;
	}
	.ccheck .wpcf7-list-item-label{
		line-height:20px;
		padding-left: 2em;
	}
	.ccheck .wpcf7-list-item-label:before{
		width: 18px;
		height: 18px;
	}
	.ccheck .wpcf7-list-item-label:after{
		top:3px;
		left: 3px;
		width: 12px;
		height:7px;
		border-left: 3px solid #5bbd2b;
		border-bottom: 2px solid #5bbd2b;
	}
	.ccheck input[type="checkbox"]:checked + label.wpcf7-list-item-label:after,
	.ccheck input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
		opacity:1;
	}
	.ccheck .privacy{
		line-height: 20px;
	}

	#cform7 .tbl_frm{
		margin-top:30px;
	}
	#cform7 .tbl_frm colgroup .td1{
		width:26.3%;
	}
	#cform7 .tbl_frm colgroup .td2{
		width:73.7%;
	}
	#cform7 .link_area .ajax-loader:not(.active){
		display:none;
	}
	#cform7 .tbl_frm tr.name input[type="text"],
	#cform7 .tbl_frm tr.kana input[type="text"],
	#cform7 .tbl_frm tr.corp input[type="text"],
	#cform7 .tbl_frm tr.busyo input[type="text"],
	#cform7 .tbl_frm tr.mail input[type="email"]{
		width:87.5%;
	}
	#cform7 .tbl_frm tr.tel input[type="tel"]{
		width:51.25%;
	}
	#cform7 .tbl_frm tr.addr input#zip1,
	#cform7 .tbl_frm tr.addr input#zip2{
		width:150px;
	}
	#cform7 .tbl_frm tr.addr input#zip3{
		width:100%;
	}
	#cform7 .tbl_frm tr.addr .addr1{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: center;
		-webkit-align-items: center;
		margin-bottom:20px;
	}
	#cform7 .tbl_frm tr.addr .addr1 .lbl1{
		margin-right:1.36em;
	}
	#cform7 .tbl_frm tr.addr .addr1 .lbl2{
		margin:0 1.36em;
	}
	#cform7 .tbl_frm tr.mail input[type="email"]{
		margin-bottom:15px;
	}
	#cform7 .tbl_frm tr.mail p{
		letter-spacing:0;
	}

	#cform7 .form_add{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		text-align:center;
		margin-top:35px;
	}
	#cform7 .form_add .cmsg{
		line-height:1.8em;
		margin-bottom:15px;
	}
	#cform7 .form_add .ccheck{
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom:40px;
	}
	#cform7 .link_area{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: center;
		-webkit-align-items: center;
	}
	#cform7 .link_area .btn_def{
		margin:0;
	}
	#cform7 .link_area .btn_def.send:not(.sendok):before{
		display:none;
	}
	#cform7 .link_area .btn_def.send:not(.sendok){
		border:3px solid #000 !important;
		cursor:not-allowed;
		opacity:0.3 !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span{
		color:#000 !important;
		-webkit-transform: rotate(0.05deg) !important;
		   -moz-transform: rotate(0.05deg) !important;
		    -ms-transform: rotate(0.05deg) !important;
		     -o-transform: rotate(0.05deg) !important;
		        transform: rotate(0.05deg) !important;
		text-shadow:1px 1px 0 rgba(0,0,0,0.4) !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span.hvr{
		display:none !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span:not(.hvr){
		display:block;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) i{
		color:#000 !important;
	}
	#cform7 .link_area .ajax-loader{
		margin-left:10px;
	}
	span.wpcf7-not-valid-tip{
		margin-top:0.2em;
	}
	div.wpcf7-validation-errors, 
	div.wpcf7-acceptance-missing{
		border: 2px solid #eb3b12;
		background-color:#fff;
		font-size:1.2em;
	}
	div.wpcf7-mail-sent-ok{
		border: 2px solid #000;
		background-color:#fff;
		font-size:1.2em;
	}
}

/*■ Mobile (Low Res) : 750px > 0 ■*/
@media only screen and (max-width: 750px) {
	#page-ttl{
		background-image: url(../../img/contactus/t_bg_sp.jpg);
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	#content .top_area .inner{
		padding:0 0 1.524em;
		background-color:#f6f5f1;
	}

	#content p.top{
		color:#333;
		padding:0.61em 0.762em 0.08em;
		text-align:left;
		margin-bottom:0.952em;
	}
	#cform7 .ex{
		margin-bottom:1.524em;
	}
	#cform7 .msg{
		margin-bottom:0.571em;
	}

	textarea,
	input[type='text'],
	input[type='tel'],
	input[type='email'],
	input[type='password']{
		font-size:1em;
		padding: 0.19em 0.381em;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-appearance: none;
		-webkit-appearance: none;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		outline: none;
		border:1px solid #cbcbcb;
		width:100%;
	}
	.ccheck span.wpcf7-list-item{
		width:50%;
		display: inline-block;
		margin: 0 0 0.762em 0;
		position: relative;
	}
	.ccheck span.wpcf7-list-item:nth-last-child(-n+2){
		margin-bottom:0.381em;
	}
	.ccheck .wpcf7-list-item-label{
		line-height:1.3em;
		padding-left: 2em;
	}
	.ccheck .wpcf7-list-item-label:before{
		width: 1.22em;
		height: 1.22em;
	}
	.ccheck .wpcf7-list-item-label:after{
		top: 0.1em;
		left: 0.1em;
		width: 1em;
		height: 0.6em;
		border-left: 3px solid #5bbd2b;
		border-bottom: 2px solid #5bbd2b;
	}
	.ccheck input[type="checkbox"]:checked + label.wpcf7-list-item-label:after,
	.ccheck input[type="checkbox"]:checked + span.wpcf7-list-item-label:after{
		opacity:1;
	}

	#cform7 .tbl_frm{
		margin-top:1.143em;
	}
	#cform7 .tbl_frm colgroup .td1{
		width:28.3%;
	}
	#cform7 .tbl_frm colgroup .td2{
		width:71.7%;
	}
	#cform7 .link_area .ajax-loader:not(.active){
		display:none;
	}
	#cform7 .tbl_frm tr.addr input#zip1,
	#cform7 .tbl_frm tr.addr input#zip2{
		width:5.71em;
	}
	#cform7 .tbl_frm tr.addr input#zip3{
		width:100%;
	}
	#cform7 .tbl_frm tr.addr .addr1{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: center;
		-webkit-align-items: center;
		margin-bottom:0.762em;
	}
	#cform7 .tbl_frm tr.addr .addr1 .lbl1{
		margin-right:0.762em;
	}
	#cform7 .tbl_frm tr.addr .addr1 .lbl2{
		margin:0 0.762em;
	}
	#cform7 .tbl_frm tr.mail input[type="email"]{
		margin-bottom:0.571em;
	}
	#cform7 .tbl_frm tr.mail p{
		letter-spacing:0;
	}

	#cform7 .form_add{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		text-align:center;
		margin-top:1.333em;
	}
	#cform7 .form_add .cmsg{
		margin-bottom:0.571em;
	}
	#cform7 .form_add .ccheck{
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom:1.524em;
	}
	#cform7 .link_area{
		display:flex;
		-js-display:flex;
		display:-webkit-flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		align-items: center;
		-webkit-align-items: center;
	}
	#cform7 .link_area .btn_def{
		margin:0;
	}
	#cform7 .link_area .btn_def.send:not(.sendok):before{
		display:none;
	}
	#cform7 .link_area .btn_def.send:not(.sendok){
		border:3px solid #000 !important;
		cursor:not-allowed;
		opacity:0.3 !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span{
		color:#000 !important;
		-webkit-transform: rotate(0.05deg) !important;
		   -moz-transform: rotate(0.05deg) !important;
		    -ms-transform: rotate(0.05deg) !important;
		     -o-transform: rotate(0.05deg) !important;
		        transform: rotate(0.05deg) !important;
		text-shadow:1px 1px 0 rgba(0,0,0,0.4) !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span.hvr{
		display:none !important;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) span:not(.hvr){
		display:block;
	}
	#cform7 .link_area .btn_def.send:not(.sendok) i{
		color:#000 !important;
	}
	#cform7 .link_area .ajax-loader{
		display:none;
	}
	span.wpcf7-not-valid-tip{
		margin-top:0.2em;
	}
	div.wpcf7-validation-errors, 
	div.wpcf7-acceptance-missing{
		border: 2px solid #eb3b12;
		background-color:#fff;
		font-size:1em;
	}
	div.wpcf7-mail-sent-ok{
		border: 2px solid #000;
		background-color:#fff;
		font-size:1em;
	}
	div.wpcf7-response-output{
		margin:1.5em 0 1em;
		padding:0.5em 0.571em 0.4em;
	}
}
/*■ Mobile (Low Res) : 480px > 0 ■*/
@media only screen and (max-width: 480px) {
	.ccheck .wpcf7-list-item-label:after{
		border-left: 2px solid #5bbd2b;
		border-bottom: 1px solid #5bbd2b;
	}
	#cform7 .link_area .btn_def.send:not(.sendok){
		border:2px solid #000 !important;
	}

}