@charset "utf-8";
html {
	overflow: auto;
}


/*===============================================
	■PC
===============================================*/

.spIn {
	display:none;	
}


div.inquiryBox {
	max-width: 980px;
	margin:100px auto 60px;
	text-align: left;
}
div.inquiryBox h2 {
	margin:0 0 60px;
}
div.inquiryBox h3 {
	margin:0 0 30px;
	font-size: 120%;
	color:#666;
}
div.inquiryBox h2 img {
	display: block;
	height:30px;
	margin:0 0 10px;
}
div.inquiryBox h2 span {
	color:#666666;
}

div.inquiryBox p {
	margin:0 0 20px;
	line-height:160%;
}
div.inquiryBox table  {
	width:100%;
	margin-bottom:20px;
	border-top:1px solid #cfcfcf;
}
div.inquiryBox table th  {
	width:200px;
	padding:15px 10px;
	color:#333;
	border-bottom:1px solid #cfcfcf;
	text-align:center;
	font-weight: bold;
}
th.attention:after {
	margin:0 0 0 5px;
	padding:1px 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	background-color:#ce0000;
	color:#FFF;
	content:"必須";
	font-size:90%;
}
div.inquiryBox table td  {
	padding:15px 10px;
	border-bottom:1px solid #cfcfcf;
	line-height:160%;
}
div.inquiryBox table td input[type=text],div.inquiryBox table td input[type=tel],div.inquiryBox table td input[type=email] {
	width:98%;
	margin:3px 5px 3px 0;
	padding:7px;
	border:1px solid #e1cead;
	border-radius: 3px;
}

.cp_ipselect {
	width: 70%;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #e1cead;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e1cead;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #e1cead;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
}


div.inquiryBox table td textarea  {
	width:98%;
	height:80px;
	padding:5px;
	border:1px solid #e1cead;
	border-radius: 3px;
	font-size: 90%;
}
div.inquiryBox table td input.il  {
	width:30%;
}
div.inquiryBox table td ul li {
	display: inline-block;
	padding:5px 5px;	
	
}
div.inquiryBox table td ul li:last-child {

}
div.inquiryBox table td input:focus {
	background-color: #f4eadf;
	
}

input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

div.inquiryBox table td textarea:focus {
	background-color: #f4eadf;

}
/* submit */
.button {
	margin:30px 0 25px;
	padding:0;
	text-align:center;
}
.button form {
	display:inline;
}
.button  input {
	padding:10px 20px !important;
	color:#FFF;
	font-size:15px;
	cursor:pointer;
	border:none;
	background-color:#ae854d;
}

div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment ul {
	margin-left:15px;
}
div.errorComment li {
	list-style-type:disc;
}
/*div.inquiryBox table.in  {
	width:auto;
	border:0px;
}
div.inquiryBox table.in th  {
	width:auto;
	padding:2px;
	text-align:left;
	border:0px;
	background-color:#FFF;
}
div.inquiryBox table.in td  {
	padding:2px;
	border:0px;
}*/
div.inquiryBox table.in {
	width:auto;
	margin:0 !important;
	border:0 !important;
}
div.inquiryBox table.in th {
	width:auto;
	text-align:right;
	background:none;
	border:none;
}
div.inquiryBox table.in td {
	text-align:right;
	background:none;
	border-bottom:1px solid #CCC;
	border:none;
}
/*	footer -------------------------------------- */
#footer {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}
#footer address {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}

#footer .bn {

	margin:0 20px 10px;
}
/*===============================================
	■SP
===============================================*/
@media screen and (max-width:760px){
	
html,body{
	font: 13px;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.pcIn {
	display:none;	
}



div.inquiryBox {
	margin:100px 20px 60px;
}
div.inquiryBox h2 {
	margin:0 0 40px;
}
div.inquiryBox h2 img {
	height: 40px;
}

div.inquiryBox table  {
/*	font-size:95%;*/
}
div.inquiryBox table body tr{
	display: block;
}
div.inquiryBox th,div.inquiryBox td{
	display:list-item;
	list-style:none;
	border: none;
}
div.inquiryBox table th  {
width:auto;
	padding: 15px 10px 0;
	border-bottom:none;
	text-align:left;
}
div.inquiryBox table td  {
	line-height:180%;
}
div.inquiryBox table td input[type=text],div.inquiryBox table td input[type=email] {
	width:96%;
	margin:3px 3px 3px 0;
	padding:10px;
}
div.inquiryBox table td textarea  {
	width:96%;
	height:80px;
	padding:10px;
}
div.inquiryBox table td input.il  {
display: inline-block;
	width:48%;
}
div.inquiryBox table td ul li {
display: block;
	width:auto;
	padding:5px 5px;	
}


/* submit */
.button {
	margin:30px 0 25px;
	padding:0;
	text-align:center;
}

.button form {
	display:inline;
}
.button  input {
	padding:5px 10px !important;
	color:#FFF;
	font-size:15px;
	border:none;
	background-color:#ae854d;
}


div.errorComment {
	border: 1px solid #ce0000;
    color: #ce0000;
    margin: 0 0 15px;
    padding: 15px 20px;
}
div.errorComment ul {
	margin-left:10px;
}
div.errorComment li {
	list-style-type:disc;
}
div.inquiryBox table.in {
	width:auto;
	margin:0 !important;
	border:0 !important;
}
div.inquiryBox table.in th {
	width:auto;
	padding:0 !important;
	text-align:left;
	background:none;
	border:none;
}
div.inquiryBox table.in td {
	text-align:right;
	padding:0 !important;
	background:none;
	border-bottom:1px solid #CCC;
	border:none;
}
/*	footer -------------------------------------- */
#footer {
	overflow:hidden;
	margin:20px 0;
	text-align:center;
}
#footer address {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}



}
/*===============================================
	■other
===============================================*/
/*	other -------------------------------------- */


span.attention {
	font-size:90%;
	color:#ce0000;
}
.red {
	color:#ce0000;
}
.small {
	font-size:90%;
}

img {
	vertical-align: text-bottom; 
}
.center {
	text-align:center;	
}
.right {
	text-align:right;	
}
.right img {
    display: inline;
    padding-right: 5px;
    vertical-align: center;
}
.mt30 {
	margin-top:30px !important;
}

.bg {
	background-color:#FEE6E6;	
}
.bold {
	font-weight:bold;
}

.clearLeft {
	clear:left;
}
.clear {
	clear:both;	
}


