@charset "UTF-8";
/* CSS Document */
/*========== main ==========*/
#mailformpro form {
  width:100%;
}
.contents {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.contents h2,
.contents h3 {
  padding: 1em 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.contents h3 {
  border-bottom: 3px solid #ccc;
}
.contents p {
  margin: 0 0 1.7em 0;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.7em;
  color: #222;
  text-align: center;
}
table{
  width:100%;
  margin:0 auto 40px auto;
  padding:0px;
  font-size: 1.3em;
  text-align: left;
  line-height:1.7em;
  border-collapse:collapse;
  color:#111;
}
table caption {
  font-size: 1.3em;
  width:100%;
  height: 3em;
  line-height: 3em;
  margin-bottom: 0;
  font-weight: 700;
  color: #666;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
table th{
  width:32%;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border-bottom:#ccc 1px solid;
  vertical-align: middle;
  line-height: 1.3em;
}
table td {
  width: 68%;
  padding:.8em .3em;
  margin: 0;
  line-height: 2em;
  text-align: justify;
  border-bottom:#ccc 1px solid;
}
table td div{
  border-left:#ddd 2px solid;
  padding:0 0 0px 1.5em;
}
table td div input[type="text"],
table td div input[type="tel"] {
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 .3em;
  border: 1px solid #aaa;
  -webkit-appearance:none;
  border-radius: 2px;
  margin: 0 1% 0 1%;
  font-size: 1em;
}
table td div input[type="text"] {
  width: 44%;
}
table td div input[type="email"] {
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 .3em;
  border: 1px solid #aaa;
  -webkit-appearance:none;
  border-radius: 2px;
  margin: 0 1% 0 1%;
  font-size: 1em;
}
table td div textarea {
  -webkit-appearance:none;
  border: thin solid #aaa;
  border-radius: 2px;
  margin: 0 1% 0 1%;
  padding: .3em;
  font-size: 1em;
}

.sub-btn{
  text-align: center;
  padding: 1em 0 0 0;
}
.btn-sub {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  background: rgb(235,60,45);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: .1em 5px;
  display: block;
  text-align: center;
  display: inline;
  cursor: pointer;
  transition: all  0.3s ease;
  -webkit-appearance:none;
}
.btn-reset {
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  border: none;
  color: #999;
  font-size: 13px;
  background: #f1f1f1;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin: .1em 5px;
  display: block;
  text-align: center;
  display: inline;
  cursor: pointer;
  transition: all  0.3s ease;
  -webkit-appearance:none;
}
.btn-sub:hover {
  background: rgb(0,70,140);
  text-decoration: none;
}
.btn-reset:hover {
  background: #ddd;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  table {
    display: block;
    margin: 0;
    width: 96%;
    margin: 0 auto;
  }
/*  table tbody {
    display: block;
    margin: 0 auto;
  }
  table caption,
  .box .title {
    margin-bottom: 2em;
  }
  table tr {
    display: block;
    margin-bottom: 1em;
  }
  table th,
  table td {
    display: list-item;
    border: none;
    width: 100%;
    margin: 0 auto;
  }
  table th {
    margin-bottom: 0;
    list-style-type: none;
    color: #fff;
    background-color: #DF5340;
    padding: .5em 0;
    text-indent: 1em;
    border-radius: 1px;
  }
  table td{
    padding: .8em 0;
  }
  table td div{
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 auto;
  }*/
}
.check {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 2em 0 0;
  vertical-align: middle;
  cursor: pointer;
  text-indent: 30px;
}


.contents address {
    text-align: center;
    line-height: 1.7em;
    font-size:1.6em;
    padding: 3em 0;
    color: #111111
}
.top-link{
    text-align: center;
    font-size: 1.6em;
    padding: 0 0 100px 0;
}


input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 0px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;

        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;

        width: 8px;
        height: 8px;
        margin-top: -4px;

        background: #E71063;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;

        width: 16px;
        height: 8px;
        margin-top: -8px;

        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

