/*----------------------------------------------------

Top
https://www.webdlab.com/labs/responsive-web-design-4/
414pxまでをスマホ縦画面用
415px〜959pxをスマホ横画面及びタブレット縦画面用
960px以上をタブレット横画面とPC用として使用
----------------------------------------------------*/
.att {
  font-size: 1.2rem;
  color: #c00;
}
.tbl01 {
  margin: 5px 0 40px;
}
.tbl01 th, .tbl01 td {
  display: block;
}
.tbl01 th {
  border-bottom: 0;
  text-align: left;
  padding: 5px 10px;
}
.tbl01 .illust {
  display: none;
}
.tbl01 th.hissu::before {
  content: '★';
  color: #c00;
}
.tbl01 td {
  padding: 10px;
}
.tbl01 td.cate  {
    text-align: center;
    padding: 8px;
    background: #630;
    color: #fff;
}
.tbl01 td ul {
  padding-bottom: 5px;
}
.tbl01 td li {
  /*border-bottom: 1px dotted #ddd;*/
  padding: 4px 8px;
}
.tbl01 td li:nth-child(odd) {
  background: #fafafa;
}
.tbl01 td li .parent {
  display: inline-block;
  padding-right: 1em;
  white-space: nowrap;
}
@media (min-width: 415px) {
  .tbl01 th, .tbl01 td {
    display: table-cell;
    padding: 14px;
  }
  .tbl01 th {
    width: 25%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl01 .illust {
    display: block;
  }
  .tbl01 td ul::after {
    clear: both;
    content: '';
    display: block;
  }
  .tbl01 td ul.sec02 li {
    float: left;
    width: 50%;
  }
  .tbl01 td ul.sec03 li {
    float: left;
    width: 33%;
  }
  
.tbl01 td li {
  border-bottom: 1px dashed #ddd;
  padding: 6px 8px;
}
.tbl01 td li:nth-child(odd) {
  background: #fff;
}
}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
select, input[type=text],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
textarea {
  border-radius: 4px;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 6px;
  margin: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
::placeholder {
  color: #aaa;
}
input:focus, select:focus, textarea:focus {
  box-shadow: 0 0 7px #c6b287;
  border: 1px solid #c6b287;
}
/*input[type=text],
input[type=date],
input[type=tel],
input[type=number] {
    width: 100%;
}
input[type=text].input_err,
input[type=date].input_err,
input[type=tel].input_err {
    border: 1px solid #c44;
    background-color: #fdd;
}*/
input[type=radio], input[type=checkbox] {
  display: none;
}
input + label {
  display: inline-block;
  vertical-align: top;
  padding: 5px 40px 5px 30px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
input + label:before {
  content: '';
  position: absolute;
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
}
input[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 20px;
}
input[type=checkbox] + label:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}
input[type=checkbox]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #db0100;
  border-bottom: 3px solid #db0100;
  transform: rotate(45deg);
}
input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-radius: 16px;
  background-color: #db0100;
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
.floor, .kosu {
  width: 50px;
}
.zip {
  width: 100px;
}
.name, .kana {
  width: 200px;
}
.madori, .tel {
  width: 160px;
}
.mail, .add, .size, .messege {
  width: 100%;
}
.submitBox {
  text-align: center;
}
.submitBox .submit {
  width: 120px;
  margin: 5px 10px;
  border: 0;
  padding: 10px;
  background: #666;
  color: #FFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.submitBox .submit:hover {
  opacity: 0.6;
}
.errmess {
  color: #c00;
}
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}
/* 
----------------------------------------------------*/
@media (min-width: 415px) {}
@media (min-width: 960px) {}