#contact-form1 {
  margin-bottom: 100px;
}

.cf1-header .cf1-description {
  background-color: #00ccff;
}

.cf1-header .cf1-description .cf1-description-content {
  width: 1000px;
  margin: 0 auto;
  color: white;
  overflow:auto;
  padding: 8px 0;
}

.cf1-header .cf1-description .cf1-description-content h1 {
  float: left;
  font-size: 1.2rem;
  color:white;
}

.cf1-header .cf1-description .cf1-description-content h2 {
  float: right;
  font-size: 1.2rem;
  color:white;
}

.cf1-header .cf1-content {
  clear: both;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.cf1-header .cf1-content .cf1-img {
  display:inline-block;
}

.cf1-header .cf1-content .cf1-text {
  padding: 100px 0 10px 0;
  font-weight: bold;
  color: #333;
}

.cf1-header .cf1-content .cf1-text .cf1-h1 {
  font-size: 4rem;
  line-height: 1.8;
}

.cf1-header .cf1-content .cf1-text .cf1-h1 span {
  color: #ff6600;
}

.cf1-header .cf1-content .cf1-text .cf1-h2 {
  font-size: 3rem;
  line-height: 1.6;
}

.cf1-form {
  width: 950px;
  margin: 30px auto 150px auto;
  border: 1px solid #cccccc;
  border-collapse: collapse;
  font-size: 1.4rem;
  display: table;
}

.cf1-form .cf1-row {
  display: table-row;
}

.cf1-form .cf1-row .cf1-th {
  display: table-cell;
  width: 38%;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  color: #333;
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: 500;
}

.cf1-form .cf1-row .cf1-td {
  display: table-cell;
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
  font-weight: 500;
}

.cf1-form .cf1-row .cf1-td input {
  margin: 5px 2px;
  border: 1px solid #d6d6d6;
  padding: 9px;
  font-size: 1.7rem;
}

.cf1-form .cf1-row .cf1-td .td-text {
  padding-top: 5px;
  display: block;
  color: #1b1b1b;
}

.cf1-form .cf1-row .cf1-td textarea {
  font-size: 2rem;
}

.cf1-form .cf1-row:nth-of-type(2) .cf1-td:after {
  content: '(半角数字/「-」なし)';
  display: block;
  color:black;
  font-size: 1.6rem;
}

.cf1-form .cf1-row:nth-of-type(3) .cf1-td:after {
  content: '(半角英数字)';
  display: block;
  color:black;
  font-size: 1.6rem;
}

.cf1-btn-submit {
  text-align: center;
  padding:20px 0 0px 0;
  display:table-caption;
  caption-side:bottom;
}

.cf1-btn-submit input {
  background: -webkit-linear-gradient(top, #FF7373, #D90000);
  width: 650px;
  cursor:pointer;
  margin: 0 auto;
  color: white;
  padding: 20px;
  font-size: 2rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.cf1-btn-confirm{
    padding: 7px 0;
    text-align:center;
    display:table-caption;
    caption-side:bottom;
}

.cf1-btn-confirm input{
    margin:5px 2px;
    border:1px solid #d6d6d6;
    font-size:1.2rem;
    cursor:pointer;
    padding:10px 20px;
}

.cf1-navbar {
  position: fixed;
  bottom: 0;
  z-index: 1;
  background-color: #b8b8b8;
  width: 100%;
}

.cf1-navbar ul {
  text-align: center;
}

.cf1-navbar ul a {
  display: inline-block;
  padding: 25px 30px;
  border-left: 1px solid white;
}

.cf1-navbar ul a li {
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
}

.cf1-navbar ul a li:before {
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 1.4rem;
  margin-right: 10px;
}

.cf1-navbar ul a:last-of-type {
  border-right: 1px solid white;
}

.cf1-navbar .cf1-copyright {
  display: none;
}

.cf1-finished{
    padding:60px 0 150px 0;
    width:700px;
    margin:0 auto;
    display:flex;
}

.cf1-finished .cf1-finished-image{
    flex-grow:1;
    width:100%;
    text-align:center;
    padding: 0 50px 0 0;
}

.cf1-finished .cf1-finished-image img{
    
}

.cf1-finished .cf1-finished-text{
    flex-grow:1;
}

.cf1-finished .cf1-finished-text p{
    font-size:1.4rem;
    line-height:1.2;
    color:#333;
}

.cf1-finished .cf1-finished-text a{
    padding:20px 0;
    font-size:1.6rem;
    display:block;
    color:blue;
}

.text-danger{
    
    width: 950px;
    margin: 20px auto 0 auto;
    border: 1px solid red;
    color: red;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 5px;
    font-weight: bold;
}

@media (max-width: 768px) {
  .cf1-header .cf1-description .cf1-description-content {
    width: 96%;
    margin: 0 auto;
    color: white;
    height: auto;
    overflow: auto;
    padding: 10px 0 10px 0;
  }
  .cf1-header .cf1-description .cf1-description-content h1 {
    float: none;
    font-size: 1rem;
  }
  .cf1-header .cf1-description .cf1-description-content h2 {
    display: none;
  }
  .cf1-header .cf1-content {
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .cf1-header .cf1-content .cf1-text {
    padding: 10px 0 5px 0;
    font-weight: bold;
    color: #333;
  }
  .cf1-header .cf1-content .cf1-text .cf1-img-text img{
      width:70%;
    }
  .cf1-header .cf1-content .cf1-text .cf1-h1 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .cf1-header .cf1-content .cf1-text .cf1-h1 span {
    color: #ff6600;
  }
  .cf1-header .cf1-content .cf1-text .cf1-h2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .cf1-header .cf1-content .cf1-img img {
    width: 100%;
    max-width: 400px;
  }
  .cf1-form {
    width: 94%;
    margin: 30px auto 150px auto;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: 1.4rem;
    display: table;
  }
  .cf1-form .cf1-row {
    display: table-row;
  }
  .cf1-form .cf1-row .cf1-th {
    display: table-cell;
    width: 38%;
    padding: 5px;
    vertical-align: top;
    text-align: left;
    color: #333;
    border: 1px solid #ccc;
    background-color: #eee;
    font-weight: bold;
    font-size:1.3rem;
  }
  .cf1-form .cf1-row .cf1-td {
    display: table-cell;
    padding: 5px;
    text-align: left;
    border: 1px solid #ccc;
    font-weight: 500;
  }
  .cf1-form .cf1-row .cf1-td input {
    margin: 5px 2px;
    border: 1px solid #d6d6d6;
    padding: 5px;
    font-size: 1.4rem;
  }
  .cf1-form .cf1-row .cf1-td .td-text {
    padding-top: 3px;
    display: block;
    color: #1b1b1b;
  }
  .cf1-form .cf1-row .cf1-td textarea {
    font-size: 1.6rem;
  }
  .cf1-btn-submit {
    text-align: center;
  }
  .cf1-btn-submit input {
    background: -webkit-linear-gradient(top, #FF7373, #D90000);
    width: 100%;
    margin: 0 auto;
    color: white;
    padding: 12px;
    font-size: 2rem;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }
  .cf1-navbar {
    position: fixed;
    bottom: 0;
    z-index: 1;
    background-color: #b8b8b8;
    width: 100%;
  }
  .cf1-navbar ul {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cf1-navbar ul a {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 12px;
    border-left: 1px solid white;
  }
  .cf1-navbar ul a li {
    font-size: 1.4rem;
    color: white;
    font-weight: 500;
  }
  .cf1-navbar ul a li:before {
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .cf1-navbar ul a:last-of-type {
    border-right: none;
  }
  .cf1-navbar .cf1-copyright {
    display: block;
    text-align: center;
    color: white;
    background-color: #999;
    font-size: 1.2rem;
  }
  
    .cf1-finished{
        padding:60px 0 150px 0;
        width:95%;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
    }
    
    .cf1-finished .cf1-finished-image{
        flex-grow:1;
        width:100%;
        text-align:center;
        padding: 0;
    }
    
    .cf1-finished .cf1-finished-image img{
        
    }
    
    .cf1-finished .cf1-finished-text{
        flex-grow:1;
    }
    
    .cf1-finished .cf1-finished-text p{
        font-size:1.4rem;
        line-height:1.2;
        color:#333;
    }
    
    .cf1-finished .cf1-finished-text a{
        padding:20px 0;
        font-size:1.6rem;
        display:block;
    }
  
    .text-danger{
    width: 94%;
    border: 1px solid red;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 5px;
    }
    
    .text-danger li{
        color:red;
    }
    
    .text-danger strong{
        color:red;
    }
    
    .cf1-form .cf1-row:nth-of-type(2) .cf1-td:after {
      font-size: 1.3rem;
    }
    
    .cf1-form .cf1-row:nth-of-type(3) .cf1-td:after {
      font-size: 1.3rem;
    }
    
}

.cf1-jobinfor {
  width: 950px;
  margin: 0 auto;
  padding: 60px 0;
}

.cf1-jobinfor .cf1-table {
  font-weight: 500;
}

.cf1-jobinfor .cf1-table th, .cf1-jobinfor .cf1-table td {
  text-align: left;
  padding: 25px 10px;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.2;
}

.cf1-jobinfor .cf1-table th {
  border-bottom: 1px solid #004ea2;
  width: 160px;
  color: #004ea2;
}

.cf1-jobinfor .cf1-table td {
  border-bottom: 1px dotted #ccc;
  color: #1b1b1b;
}

.cf1-jobinfor .cf1-table th:first-of-type {
  border-top: 1px solid #004ea2;
}

.cf1-jobinfor .cf1-table td:first-of-type {
  border-top: 1px dotted #ccc;
}

#cf1-map #map {
  width: 1100px;
  margin: 0 auto;
  padding: 3% 3% 120px 3%;
  border: 1px solid #ccc;
  font-weight: bold;
  overflow: hidden;

}

#cf1-map #map h2 {
  color: #00CBFF;
  font-size: 2rem;
}

#cf1-map #map p {
  color: #2b2b2b;
  font-size: 1.6rem;
}

#cf1-map #map .map-left {
  width: 350px;
  padding: 15px 0 50px 0;
  float: left;
}

#cf1-map #map .map-left .region {
  width: 170px;
  height: 110px;
  float: left;
  line-height: 1.4;
}

#cf1-map #map .map-left .region h4 {
  font-size: 1.6rem;
  color: #008C23;
  margin: 0 0 5px 0;
}

#cf1-map #map .map-left .region ul li {
  width: 50px;
  margin: 0 0 5px 0;
  display: inline-block;
}

#cf1-map #map .map-left .region ul li a {
  font-size: 1.4rem;
  color:#0000EE;
}

#cf1-map #map .map-right {
  display: block;
  float: right;
  width: 650px;
  background-color: white;
  color: #333;
}

.cf1-btn-contact {
  text-align: center;
  padding: 30px 0 50px 0;
}

.cf1-schedule {
  text-align: center;
  padding: 30px 0;
  background: url("/files/user/img/yes1/back.jpg") repeat scroll 0 0 transparent;
}

.cf1-schedule-step {
  width: 950px;
  margin: 0 auto;
  padding: 60px 0;
}

.cf1-schedule-step ul {
  overflow: hidden;
  width: 700px;
  margin: 30px auto;
  text-align: center;
}

.cf1-schedule-step ul li {
  width: 200px;
  float: left;
}

.cf1-schedule-step ul li p {
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}

.cf1-schedule-step ul .cf1-schedule-step-arrow {
  padding-right: 50px;
  display: block;
  background: url("/files/user/img/yes1/arrow.jpg");
  background-repeat: no-repeat;
  background-position: 185px 18px;
  box-sizing:content-box;
}

.cf1-contact {
  width: 754px;
  height: 193px;
  padding: 80px 0 0px 70px;
  
  margin: 0px auto 100px auto;
  text-align: left;
  background: url("/files/user/img/yes1/cta-back.jpg") no-repeat;
  background-position: center;
  box-sizing:content-box;
}

.cf1-contact .cf1-contact-phone {
  padding-bottom: 10px;
}

.cf1-contact a {
  display: inline-block;
}

.cf1-interview-pc ul{
    display:flex;
    width:950px;
    margin:0 auto 40px auto;
}

.cf1-interview-pc ul li{
    flex-grow:1;
    width:260px;
}

.cf1-interview-pc ul li:nth-child(2){
    margin:0 60px;
}

.cf1-interview-pc ul li p{
    line-height:1.6;
    font-weight:bold;
    font-size:1.2rem;
}

.cf1-interview-sp{
    display:none;
}

@media (max-width: 768px) {
  .cf1-jobinfor {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .cf1-jobinfor .cf1-table {
    font-weight: 500;
  }
  .cf1-jobinfor .cf1-table th, .cf1-jobinfor .cf1-table td {
    text-align: left;
    padding: 25px 10px;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .cf1-jobinfor .cf1-table th {
    border-bottom: 1px solid #004ea2;
    width: 30%;
    color: #004ea2;
  }
  .cf1-jobinfor .cf1-table td {
    border-bottom: 1px dotted #ccc;
    color: #1b1b1b;
  }
  .cf1-jobinfor .cf1-table th:first-of-type {
    border-top: 1px solid #004ea2;
  }
  .cf1-jobinfor .cf1-table td:first-of-type {
    border-top: 1px dotted #ccc;
  }
  #cf1-map #map {
    width: 98%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5% 5% 50px 5%;
    border: 1px solid #ccc;
    font-weight: bold;
    overflow: hidden;
    background: none;
  }
  #cf1-map #map .map-left {
    width: auto;
    padding: 15px 0 0px 0;
    float: left;
  }
  #cf1-map #map .map-left .region {
    width: 49%;
    height: auto;
    float: left;
  }
  #cf1-map #map .map-right {
    display: none;
  }
  .cf1-btn-contact {
    text-align: center;
    padding: 30px 0 50px 0;
  }
  .cf1-btn-contact img {
    width: 90%;
  }
  .cf1-schedule {
    text-align: center;
    padding: 30px 0;
    background: url("/files/user/img/yes1/back.jpg") repeat scroll 0 0 transparent;
  }
  .cf1-schedule img {
    width: 90%;
  }
  .cf1-schedule-step {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .cf1-schedule-step ul {
    overflow: hidden;
    width: 100%;
    margin: 30px auto;
    text-align: center;
  }
  .cf1-schedule-step ul li {
    width: 45%;
    float: left;
    text-align: center;
  }
  .cf1-schedule-step ul li img {
    height: 80px;
  }
  .cf1-schedule-step ul li p {
    width: 90%;
    text-align: left;
    margin: 10px auto;
  }
  .cf1-schedule-step ul .cf1-schedule-step-arrow {
    padding-right: 5%;
    display: block;
    background: url("/files/user/img/yes1/arrow.jpg");
    background-size: 15%;
    background-repeat: no-repeat;
    background-position: right 30px;
  }
  .cf1-contact {
    width: 100%;
    height: auto;
    padding: 9% 0 3% 5%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("/files/user/img/yes1/cta-back.jpg") no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .cf1-contact .cf1-contact-phone img {
    width: 55%;
  }
  .cf1-contact .cf1-contact-mail img {
    width: 90%;
  }
  .cf1-contact a {
    display: inline-block;
  }
  .cf1-interview-pc{
    display:none;
  }
  .cf1-interview-sp{
    display:block;
  }
  .cf1-interview-sp ul{
  }
  .cf1-interview-sp ul li img{
    width:100%;
  }
  .cf1-interview-sp ul li p{
    font-size:1.2rem;
    font-weight:bold;
    line-height:1.6;
  }
  .bx-pager{
      display:none;
  }
  .cf1-interview-sp .bx-wrapper{
      margin-bottom:30px;
  }
}