@charset "UTF-8";
/*
Theme Name: Twenty aidac Owned Media
version: 1.0
*/
@media screen and (min-width:729px) {
  .pc {
    display: inherit !important;
  }
}
@media screen and (max-width:728px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:729px) {
  .spc {
    display: none !important;
  }
}
@media screen and (max-width:728px) {
  .spc {
    display: inherit !important;
  }
}

/**** video ****/
#top-video {
  background: #000;
  padding: 16px;
}

#top-video video {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/**** contact ****/
#contact {
  background: #FFF;
  /*230303 追加*/
  /*230303 追加*/
}
#contact p {
  text-align: center;
  font-size: 1rem;
}
#contact table {
  border-top: 1px solid #dddddd;
  width: calc(100% - 48px);
  margin: 0 auto 35px;
  font-size: 0.8rem;
}
@media screen and (max-width:728px) {
  #contact table {
    width: 100%;
    margin: 0;
  }
}
#contact table tr {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width:728px) {
  #contact table tr {
    display: block;
  }
}
#contact table th, #contact table td {
  padding: 14px 10px;
  border: none !important;
}
#contact table th {
  width: 36%;
  text-align: left !important;
  line-height: 1.6;
  vertical-align: top;
  padding-top: 24px;
}
@media screen and (max-width:728px) {
  #contact table th {
    padding: 14px 10px;
    display: block;
    width: 100%;
  }
}
#contact table th span {
  font-size: 0.7rem;
  margin-right: 10px;
  color: #FFF;
  background: #666;
  border-radius: 4px;
  padding: 4px 7px 5px;
}
#contact table th span.required {
  background: #00A5D8;
}
#contact table td {
  width: 64%;
}
@media screen and (max-width:728px) {
  #contact table td {
    display: block;
    width: 100%;
  }
}
#contact table td .input {
  padding: 5px 7px;
}
@media screen and (max-width:728px) {
  #contact table td .input {
    width: 100%;
  }
}
@media screen and (max-width:728px) {
  #contact table td .input.tel {
    width: auto;
  }
}
#contact table td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:728px) {
  #contact table td .flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#contact table td .flex div {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (max-width:728px) {
  #contact table td .flex div {
    width: calc((100% - 10px) / 2);
  }
}
#contact table td .flex div:nth-of-type(9) {
  margin-bottom: 0 !important;
}
@media screen and (max-width:728px) {
  #contact table td .flex div .check {
    width: auto;
  }
}
#contact .privacy-wrap {
  max-width: 490px;
  height: 230px;
  padding: 20px 30px;
  margin: 30px auto 0;
  overflow-y: auto;
  font-size: 14px;
  border: 1px solid #ddd;
  background-color: #fff;
}
#contact .privacy-wrap .privacy-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#contact .privacy-wrap .privacy-list {
  padding-left: 0;
}
#contact .privacy-wrap .privacy-text,
#contact .privacy-wrap .privacy-item {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
#contact .privacy-wrap .privacy-item {
  margin-top: 10px;
  list-style: none;
}
#contact .privacy-wrap .privacy-item .privacy-num {
  font-weight: 700;
}
#contact .check-wrap {
  margin: 1em auto;
  font-size: 14px;
  text-align: center;
}
#contact .btn-area {
  text-align: center;
  padding-bottom: 35px;
}
@media screen and (max-width:728px) {
  #contact .btn-area {
    margin-top: 20px;
  }
}
#contact .btn-area .btn {
  font-size: 0.8rem;
  color: #FFFFFF;
  line-height: 1;
  padding: 10px 24px;
  background: #00A5D8;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
}
#contact .btn-area .btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contact .btn-area .btn.back {
  background-color: #999999;
}
#contact .complete {
  text-align: center;
  padding-bottom: 35px;
}
#contact .complete p {
  display: block;
}
#contact .complete p.thanks {
  margin-bottom: 24px;
}
#contact .complete p.back-home a {
  color: #00A5D8;
  font-weight: bold;
}
#contact .complete p.back-home a:hover {
  opacity: 0.8;
}
#contact #other {
  margin-top: 40px;
}
#contact #other p.big {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0px;
}
#contact #other p.small {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px;
}
#contact #other a {
  color: #FFF;
  background: #00A5D8;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  margin-top: 0.5rem;
  display: inline-block;
  padding: 10px 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
#contact #other a:first-child {
  margin-bottom: 20px;
}

.question p {
  font-weight: bold;
  position: relative;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width:728px) {
  .question p {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem 0.5rem 3.5rem;
  }
}
.question p:after {
  position: absolute;
  left: 1.5rem;
  top: 0.5rem;
}
.question p.qt {
  color: #EF0B0B;
  background: #F6F6F6;
}
.question p.qt:after {
  content: "Q.";
}
.question p.at {
  color: #FFF;
  background: #EF0B0B;
}
.question p.at:after {
  content: "A.";
}

#header,
.header-inner {
  height: 66px !important;
}
#header .toggle-search,
#header .hamburger,
.header-inner .toggle-search,
.header-inner .hamburger {
  margin-top: 10px;
}
#header .site-title,
.header-inner .site-title {
  text-align: center;
  width: 80% !important;
}
#header .site-title h1 a,
.header-inner .site-title h1 a {
  background-image: url(img/aidac_lab.svg);
  background-size: 100px auto;
  background-repeat: no-repeat;
  padding-left: 120px;
  text-align: left;
  display: block;
}
@media screen and (max-width:728px) {
  #header .site-title h1 a,
.header-inner .site-title h1 a {
    padding-left: 56px;
    background-size: 46px auto;
    background-position: top 16px left;
  }
}
#header .site-title h1 a span,
.header-inner .site-title h1 a span {
  font-size: 0.8rem;
  line-height: 1.2;
  display: block;
}

.service-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:728px) {
  .service-box {
    display: block;
  }
}
.service-box div {
  width: 50%;
}
@media screen and (max-width:728px) {
  .service-box div {
    width: 100%;
  }
}
.service-box div ul {
  padding: 20px 20px 20px 40px;
  margin: 0 30px 30px 0;
  border: 1px solid #999999;
  background: #F6F6F6;
}
@media screen and (max-width:728px) {
  .service-box div ul {
    margin: 0 0 30px 0;
  }
}
.service-box div ul li {
  padding: 0;
  list-style-position: outside;
  font-size: 0.8rem !important;
  margin-bottom: 5px;
  line-height: 2;
}
.service-box div ul li:last-child {
  margin-bottom: 0;
}

.company .company-work-list {
  margin-bottom: 30px;
}
.company .section .company-table {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width:728px) {
  .company .section .company-table th, .company .section .company-table td {
    width: 100%;
    display: block;
    text-align: left;
  }
}