fieldset {
  border: 0;
}
.telicon {
  background: url(https://www.ca-computer.co.jp/themes/theme_02/images/tel_icon.png) top left no-repeat;
  padding: 9px 50px;
  margin: 0px auto;
}
.contactform_h1{
  font-size:28px;
}
.contactform_h2{
  font-size:14px;
  line-heught:1.9;
}
.contactform_h3{
  font-size:16px;
  line-heught:1.9;
}
.contactform_title{
  font-size:14px;
  font-weight:bold;
  line-height:1.9;
  margin:20px 0 0 0;
}
.contactform_p{
  font-size:12px;
  line-height:1.9;
  margin: 20px 0 0 15px;
}
input#name1, #name2, input#email, input#adress,input#tel, input#contact {
  padding: 5px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .5em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  width: 95%;
}
textarea#comment {
  padding: 5px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .5em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
#kakunin{
  border: none;
    background: #444;
    border-radius: .25em;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
.errorMsg {
    margin-top: 20px;
}
.errorMsg ul {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #f00000;
    line-height: 1.9;
}
.errorMsg li {
    font-size: 14px;
    color: #f00000;
    font-weight: normal;
    line-height: 1.9;
}
.confirmMsg {
    font-size: 20px;
    color: #f00000;
    padding: 20px;
    line-height: 2;
}
.confirmMsg input[type="submit"] {
    border: none;
    background: #444;
    border-radius: .25em;
    padding: 3px 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
@media print, screen and (min-width: 481px){

/* 予約モジュール設定
------------------------------------------------------------*/

.contactform_table{
	display: table;
	margin: 20px 0;
}
.contactform_table2{
	display: table;
	margin: 0;
}
.contactform_tr{
	display:table-row;
}
.contactform_th_t{
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: bold;
  padding: 20px 0 20px 10px;
  line-height: 1.9;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  width: 200px;
}
.contactform_th{
	display:table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: bold;
  padding: 20px 0 20px 10px;
  line-height: 1.9;
  /*border-top: 1px dotted #ccc;*/
  border-bottom: 1px dotted #ccc;
  width: 200px;
}
.contactform_td_t{
  display: table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px 0 20px 10px;
  line-height: 1.9;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  width: 200px;
}
.contactform_td{
	display:table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
  padding: 20px 0 20px 10px;
  line-height: 1.9;
  border-bottom: 1px dotted #ccc;
  /*width: 200px;*/
}
.contactform_td2{
	display:table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.9;
}
.contactform_td3{
	display:table-cell;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 0 0 10px;
  line-height: 1.9;
}
span.hissu {
    border: none;
    background: #b00000;
    border-radius: .25em;
    padding: 3px 10px;
    margin-left: 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
textarea#comment {
  height: 100px;
  width: 400px;
}
/* ----------------------------------------------------------
  約モジュール設定終わり*/
}


@media only screen and (max-width:480px){
textarea#comment {
  width: 100%;
}
span.control.courseselect {
  line-height: 3;
}
.contactform_td,.contactform_td_t {
    padding: 10px 0;
}
input#name1, input#email, input#adress,input#tel, input#contact {
  width: 95%;
}
span.hissu {
    border: none;
    background: #b00000;
    border-radius: .25em;
    padding: 3px 10px;
    margin-left: 5px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
}
}