@charset "UTF-8";

/* ------------------------------------------------------
contact.html
------------------------------------------------------ */
#contactform .formtable{
	padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
    width: 80%;
    margin-top: 30px;
}

#contactform table{
	border:none;
    font-size: 16px;
}

#contactform .koumoku{
	width: 25%;
    padding: 10px;
    text-align: right;
    vertical-align: top;
    font-weight: 600;
}
#contactform .koumoku2{
	width: 90%;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    font-weight: 600;
}

#contactform .koumoku3{
	width: 100%;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    font-weight: 600;
	background: #f2edde;
}

#contactform .texte {
	width: 75%;
    padding: 10px;
}
#contactform .texte2 {
	width: 90%;
    padding: 5px;
}

#contactform .ex {
	color: #9a8443;
    padding: 10px;
}
.inputbox input[type="text"],
.inputbox textarea{
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px 20px 8px 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px rgb(0,0,0,0,1) inset;
    font-size: 18px;
}
.inputbox textarea {
    max-width:none;
    font-family: inherit;
}
.hissu {
	margin-left: 5px;
	padding:1px 3px;
	background: #cc0000;
	font-size: 12px;
	font-weight: normal;
	color:#fff;
}

.memo {
	margin-bottom: 20px;
	padding:10px 20px;
	background: #f2edde;
	font-size:0.9em;
}

.way {
	margin-bottom: 20px;
}
.way .sp {
	margin-bottom: 20px;
	font-size:1.4em;
}

/* ------------------------------------------------------
20240826 contact 
------------------------------------------------------ */
.btn-inquiry{
  -webkit-appearance: none;
  appearance: none;
  width: 260px; 
    margin: 0;
    padding: 15px;
    border: 0;
    border-radius: 50px;
    background: #3ab0a6;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
    text-decoration: none;
    text-align: center;
}
.btn-inquiry:hover{
  opacity: 0.7;
}



.bsp{
 padding-bottom: 50px;
margin-bottom: 50px;
}