#formWrap {
  width:700px;
  margin:0 auto;
  color:#555;
  line-height:120%;
  font-size:90%;
}
/*
table.formTable{
  width:100%;
  margin:0 auto;
  border-collapse:collapse;
}
table.formTable td,table.formTable th{
  border:1px solid #ccc;
  padding-bottom: 10px;
}
table.formTable th{
  width:30%;
  font-weight:normal;
  background:#efefef;
  text-align:left;
}
*/
#main .inner {
    padding: 60px;
    overflow: auto;
}

.red_hissu{
  color: #f00;
}
table.formTable {
    width: 95%;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
}

.formTable td,th{
  /*border-top: 1px solid #ccc;*/
  padding: 10px 0px;
}


table.formTableCon {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    background: #fff;
}
.formTableCon td,th{
/*  border-top: 1px solid #ccc;*/
  padding: 10px 0px;
  line-height: 1.8em;
  width: 120px;
      text-align: left;

}
.formTableCon th{
  width: 150px;
}
.font-red{
  color: #ff0000;
}
#footer{
  bottom: 0;
}
#footer_mail{
  border-top:1px solid #ccc;
  bottom: 0;
  width: 1100px;
}
h3{
  font-size: 2em;
  padding-bottom: 10px;
}


textarea,
input[type="number"],
input[type="text"] {
    width: 90%;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.0em;
    border: 1px solid #ccc;
    background: #eee;
}

textarea {
/*    height: 100px; /*/* お好みの高さに */
}

/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}
/*
.mail-item-name {
  text-align: left;
}
*/

.btnSet {
    display: flex;
    justify-content: space-around;
}

@media (max-width: 480px) {


    table.formTable{
      width:100%;
      margin:0 auto;
      border-collapse:collapse;
      background: #fff;
    }

    table th,
    table td {
        display: block;
    }
    .btn{
      /*width: 100%;*/
    }

    #formWrap{
      width: 100%;
      overflow: auto;
      padding: 0px;
    }

    #footer{
      position: relative;
      padding-top: 30px
    }

    h3 {
      font-size: 1.5em;
      padding-bottom: 10px;
    }

    table.formTable th {
      width: 99%;
      font-weight: normal;
      background: #efefef;
      text-align: left;
    }

    table.formTable td, table.formTable th {
      border: none;
      padding-top: 10px;
    }
    input[type="text"],input[type="number"]{
      display: block;
      width: 100%;
      height:40px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 120%;

    }

    table.formTable td, table.formTable th {    
      padding-left: -10px;
      padding-top: 5px;
      padding-bottom: 5px;
    }

}

    .flows{
      padding-top: 50px;  
    }
    dt{
      font-weight: bold; 
    }
    .noticetext {
        position: relative;
        margin: 2em 0;
        padding: 1em 1em;
        border: solid 1px #ccc;
        border-radius: 8px;
    }
    .noticetext .box-title {
        position: absolute;
        display: inline-block;
        top: -13px;
        left: 10px;
        padding: 0 9px;
        line-height: 1;
        font-size: 15px;
        background: #FFF;
        color: #999;
        font-weight: bold;
    }
    .noticetext p {
        margin: 0; 
        padding: 0;
        line-height: 1.5em;
    }
    ul {
      padding: 0;
      margin: 0;
    }

    li {
      margin: 0;
      padding: 0;
      /*line-height: 1.5em;*/
    }

