@charset "UTF-8";
/* ------------------------------------------------------------
contents 汎用CSS
------------------------------------------------------------ */
/* パンくずナビ */
.pankuzu {
  background: #e7ebff;
}
.pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 990px;
  margin: 0 auto;
  padding: 5px 15px;
}
.pankuzu ul li {
  font-size: 12px;
}
.pankuzu ul li i {
  padding: 0 10px;
}

@media only screen and (max-width: 991px) {
  .pankuzu ul {
    width: 100%;
  }
}
/* コンテンツタイトル */
.cont-title {
  margin-bottom: 20px;
}
.cont-title h2 {
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px 3px;
  background: #2f3b7d;
}

@media only screen and (max-width: 991px) {
  .cont-title h2 {
    font-size: 18px;
  }
}
/* コンテンツサブタイトル */
.cont-subtitle {
  margin: 20px 0 5px;
}
.cont-subtitle h3 {
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .cont-subtitle h3 {
    font-size: 16px;
  }
}
/* cont-box */
.cont-box {
  margin-bottom: 60px;
}

/* contact table */
.form-box {
  padding: 0 110px;
}

.contact-table {
  width: 100%;
}
.contact-table th,
.contact-table td {
  padding: 10px;
  border: 1px solid #666666;
}
.contact-table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 250px;
  background: #ffddda;
}
.contact-table span.required,
.contact-table span.any {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0 10px;
  padding: 1px 10px;
  border-radius: 4px;
}
.contact-table span.required {
  background: #ff3636;
}
.contact-table span.any {
  background: #36a3ff;
}
.contact-table input {
  font-size: 14px;
  width: 100%;
  padding: 4px;
}
.contact-table select {
  font-size: 14px;
}
.contact-table textarea {
  font-size: 14px;
  width: 100%;
  height: 100px;
  padding: 4px;
}
.contact-table .mb10 {
  margin-bottom: 10px;
}

.submit-box {
  text-align: center;
  margin: 15px 0 0;
}
.submit-box input[type="submit"] {
  font-size: 18px;
  color: #ffffff;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#da6e73), to(#ca2a29));
  background: linear-gradient(to bottom, #da6e73, #ca2a29);
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .form-box {
    padding: 0;
  }

  .contact-table {
    border-top: 1px solid #666666;
  }
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .contact-table span {
    float: right;
  }
}
/* ------------------------------------------------------------
company
------------------------------------------------------------ */
.company-table {
  width: 100%;
  border-top: 1px solid #cccccc;
}
.company-table th,
.company-table td {
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
.company-table th {
  width: 196px;
}
.company-table td .map {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .company-table th,
  .company-table td {
    display: block;
  }
  .company-table th {
    width: 100%;
    padding: 4px 10px;
    background: #f5f5f5;
  }
}
/* ------------------------------------------------------------
privacy
------------------------------------------------------------ */
.privacy-list-box {
  padding: 10px;
  border-top: 1px solid #cccccc;
}
.privacy-list-box .title {
  font-weight: bold;
  margin-bottom: 5px;
}
.privacy-list-box .about {
  padding: 0 15px;
}

.privacy-list-last-box {
  border-bottom: 1px solid #cccccc;
}

/* ------------------------------------------------------------
support
------------------------------------------------------------ */
.support-txt1 {
  font-size: 24px;
  margin-bottom: 5px;
}
.support-txt1 span {
  font-size: 36px;
  padding: 0 4px;
}

.support-contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  padding: 10px 30px;
  border: 1px solid #ff8236;
  border-radius: 60px;
}
.support-contact-box .box1,
.support-contact-box .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.support-contact-box .box1 .icon,
.support-contact-box .box2 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  color: #ffffff;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background: #ff8236;
  border-radius: 50%;
}
.support-contact-box .box1 .txt .title,
.support-contact-box .box2 .txt .title {
  font-size: 16px;
}
.support-contact-box .box1 .txt .tel,
.support-contact-box .box2 .txt .tel {
  font-size: 21px;
  font-weight: bold;
}
.support-contact-box .box1 .txt .mail,
.support-contact-box .box2 .txt .mail {
  font-size: 21px;
  font-weight: bold;
}
.support-contact-box .box1 .txt p,
.support-contact-box .box2 .txt p {
  font-size: 12px;
}
.support-contact-box .box1 .txt a,
.support-contact-box .box2 .txt a {
  color: #ff8236;
}
.support-contact-box .box1 .txt a:hover,
.support-contact-box .box2 .txt a:hover {
  text-decoration: underline;
}
.support-contact-box .box1 {
  color: #ff8236;
}
.support-contact-box .box2 {
  color: #ff3652;
}
.support-contact-box .box2 .icon {
  background: #ff3653;
}

.support-img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .support-txt1 {
    font-size: 18px;
  }
  .support-txt1 span {
    font-size: 24px;
  }

  .support-contact-box {
    display: block;
    padding: 10px 15px;
    border-radius: 15px;
  }
  .support-contact-box .box1,
  .support-contact-box .box2 {
    width: 100%;
  }
  .support-contact-box .box1 .icon,
  .support-contact-box .box2 .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 32px;
    color: #ffffff;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background: #ff8236;
    border-radius: 50%;
  }
  .support-contact-box .box1 .txt .title,
  .support-contact-box .box2 .txt .title {
    font-size: 15px;
  }
  .support-contact-box .box1 .txt .tel,
  .support-contact-box .box2 .txt .tel {
    font-size: 18px;
  }
  .support-contact-box .box1 .txt .mail,
  .support-contact-box .box2 .txt .mail {
    font-size: 18px;
  }
  .support-contact-box .box1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #cccccc;
  }
  .support-contact-box .box2 {
    color: #ff3652;
  }
  .support-contact-box .box2 .icon {
    background: #ff3653;
  }
}
/* ------------------------------------------------------------
recruit
------------------------------------------------------------ */
.recruit-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 5px 15px 3px;
  background: #58c2ff;
}

.recruit-txt1 {
  margin-bottom: 30px;
  padding: 0 110px;
}

.recruit-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.recruit-box1 .img {
  width: 290px;
}
.recruit-box1 .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.recruit-box1 .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-box1 .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 30px;
}
.recruit-box1 .txt ul li .icon1,
.recruit-box1 .txt ul li .icon2,
.recruit-box1 .txt ul li .icon3,
.recruit-box1 .txt ul li .icon4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border-radius: 50%;
}
.recruit-box1 .txt ul li .icon1 {
  background: #ff8cb2;
}
.recruit-box1 .txt ul li .icon2 {
  background: #8cc5ff;
}
.recruit-box1 .txt ul li .icon3 {
  background: #ff8c8c;
}
.recruit-box1 .txt ul li .icon4 {
  background: #ffaf8c;
}

.recruit-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-icon-list li {
  margin: 0 20px 10px 0;
}

@media only screen and (max-width: 991px) {
  .recruit-title {
    font-size: 21px;
  }

  .recruit-txt1 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-box1 {
    display: block;
    margin-bottom: 15px;
  }
  .recruit-box1 .img {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .recruit-box1 .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .recruit-box1 .txt ul {
    margin-right: 30px;
  }
  .recruit-box1 .txt ul li {
    font-size: 14px;
    margin: 0 0 15px 30px;
  }
  .recruit-box1 .txt ul li .icon1,
  .recruit-box1 .txt ul li .icon2,
  .recruit-box1 .txt ul li .icon3,
  .recruit-box1 .txt ul li .icon4 {
    font-size: 12px;
    color: #ffffff;
    width: 24px;
    height: 24px;
  }
}
/* ------------------------------------------------------------
service
------------------------------------------------------------ */
.service-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-nav-list li {
  width: calc(100% / 4);
  margin: 0 20px 30px;
}

.service-box {
  margin-bottom: 30px;
  padding-bottom: 60px;
  background: #eeeeee;
}
.service-box .service-title1,
.service-box .service-title2,
.service-box .service-title3,
.service-box .service-title4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  color: #ffffff;
  letter-spacing: 1px;
  width: 100%;
  height: 300px;
}
.service-box .service-title1 {
  background: url(../images/service/cont_bg1.jpg) center center no-repeat;
  background-size: cover;
}
.service-box .service-title2 {
  background: url(../images/service/cont_bg2.jpg) center center no-repeat;
  background-size: cover;
}
.service-box .service-title3 {
  background: url(../images/service/cont_bg3.jpg) center center no-repeat;
  background-size: cover;
}
.service-box .service-title4 {
  background: url(../images/service/cont_bg4.jpg) center center no-repeat;
  background-size: cover;
}
.service-box .box {
  margin: -60px 130px 0;
  padding: 10px;
  background: #ffffff;
}
.service-box .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px 20px;
  border-bottom: 1px solid #666666;
}
.service-box .box .title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
}
.service-box .box .title .left .img {
  text-align: center;
  margin: 0 35px;
}
.service-box .box .title .left .name {
  font-size: 21px;
  font-weight: bold;
}
.service-box .box .title .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
.service-box .box .txt-box {
  font-size: 13px;
}
.service-box .box .txt-box .imgl {
  float: left;
  width: 330px;
  margin: 0 15px 15px 0;
}
.service-box .box .txt-box .imgr {
  float: right;
  width: 330px;
  margin: 0 0 15px 15px;
}
.service-box .box .txt-box .txt {
  line-height: 1.4;
}

@media only screen and (max-width: 991px) {
  .service-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-nav-list li {
    width: calc(100% / 4);
    margin: 0 10px 30px;
  }

  .service-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .service-box .box {
    margin: -30px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .service-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-nav-list li {
    width: calc(100% / 4);
    margin: 0 5px 30px;
  }

  .service-box {
    background: #eeeeee;
  }
  .service-box .service-title1,
  .service-box .service-title2,
  .service-box .service-title3,
  .service-box .service-title4 {
    font-size: 24px;
    height: 200px;
  }
  .service-box .box .title {
    display: block;
  }
  .service-box .box .title .left {
    width: 100%;
  }
  .service-box .box .title .left .img {
    margin: 0 10px;
  }
  .service-box .box .title .left .name {
    font-size: 21px;
  }
  .service-box .box .title .right {
    padding: 10px;
  }
  .service-box .box .txt-box .imgl {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .service-box .box .txt-box .imgr {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}

/*# sourceMappingURL=contents.css.map */