@charset "UTF-8";
.cmn_table {
  width: 100%;
}

.cmn_table tr {
  border-bottom: 1px solid #ccc;
}

.cmn_table th {
  width: 30%;
  padding: 15px 0;
}

.cmn_table td {
  width: 70%;
  padding: 15px 0;
}

.cmn_list {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}

.cmn_list li::before {
  content: "・";
}

.cmn_ol {
  padding-left: 1.2em;
  margin-bottom: 20px;
  list-style-type: decimal;
}

.return_btn {
  margin-top: 20px;
}

.contact_btn {
  margin-top: 60px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.pager li {
  margin: 0 8px;
}

.pager a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}

/* -- 追加部分 -- */
.pager span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
/* -- 追加部分 -- */

.pager .nmb > a {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.pager .nmb:hover > a {
  background: #fff;
  color: #000;
}

.pager .nmb.next > a,
.pager .nmb.prev > a {
  border: unset;
  background: unset;
  color: unset;
  font-weight: unset;
}

.pager .current > span {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: bold;
}

.pager .prev a {
  position: relative;
}

.pager .prev a::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pager .next a {
  position: relative;
}

.pager .next a::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.return_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.return_links li {
  margin: 0 20px;
}

.return_links .return {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.return_links .prev,
.return_links .next {
  display: block;
  width: 30px;
  height: 30px;
}

.return_links .prev {
  position: relative;
}

.return_links .prev::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.return_links .next {
  position: relative;
}

.return_links .next::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .return_btn {
    margin-top: 0px;
  }
  .pager {
    margin-top: 20px;
  }
  .return_links {
    margin-top: 20px;
  }
  .return_links li {
    margin: 0 10px;
  }
  .contact_btn {
    margin-top: 40px;
  }
  .cmn_table th {
    width: 40%;
    padding: 10px 0;
  }
  .cmn_table td {
    width: 60%;
    padding: 10px 0;
  }
}

/*----------------------------------------------------- */
/*  breadcrumb           */
/*----------------------------------------------------- */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.breadcrumb li:not(:last-child)::after {
  content: '>';
  padding: 0 10px;
}

.breadcrumb p {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------- */
/*  category_list           */
/*----------------------------------------------------- */
.category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category_list::after {
  content: "";
  display: block;
  width: 31%;
}

.category_list_item {
  width: 31%;
  margin-bottom: 40px;
}

.category_list_item .category_pic {
  height: 180px;
}

.category_list_item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.category_list_item a:hover {
  opacity: .7;
}

.category_list_ttl {
  font-weight: bold;
}

.category_list_price {
  background: #000;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  margin: 10px 0;
}

.category_list_price em {
  font-size: 24px;
  font-weight: bold;
}

.category_list_price span {
  font-size: 12px;
}

.category_list_txt {
  font-size: 14px;
  color: #999999;
}

@media screen and (max-width: 767px) {
  .category_list::after {
    content: "";
    display: block;
    width: 48%;
  }
  .category_list_item {
    width: 48%;
    margin-bottom: 30px;
  }

  .category_list_item .category_pic {
    height: 160px;
  }

  .category_list_price {
    padding: 5px;
    font-size: 12px;
    margin: 8px 0;
  }
  .category_list_price em {
    font-size: 16px;
  }
  .category_list_price span {
    font-size: 10px;
  }
  .category_list_txt {
    font-size: 12px;
  }
}

/*----------------------------------------------------- */
/*  products           */
/*----------------------------------------------------- */
.products_details {
  margin-bottom: 60px;
}

.products_details_pic {
  margin-bottom: 30px;
}

.products_details_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.products_details_txt {
  margin-bottom: 20px;
}

.products_details_txt02 {
  margin-top: 20px;
}

.products_details_note {
  margin-bottom: 20px;
  color: #990000;
}

.products_details_price {
  background: #000;
  text-align: center;
  padding: 18px;
  margin-bottom: 30px;
}

.products_details_price p {
  font-weight: bold;
  color: #fff;
}

.products_details_price em {
  font-weight: bold;
  font-size: 28px;
}

.products_details_table01 {
  width: 100%;
}

.products_details_table01 thead th {
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.products_details_table01 tbody tr {
  border-bottom: 1px solid #ccc;
}

.products_details_table01 tbody tr:nth-child(odd) {
  background: #F0EFEF;
}

.products_details_table01 tbody th {
  padding: 10px;
  text-align: center;
}

.products_details_table01 tbody td {
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.products_details_table01 tbody td em {
  font-weight: bold;
  font-size: 24px;
}

.products_details_list {
  margin-left: 1em;
  text-indent: -1em;
}

.products_details_list li {
  margin-bottom: 5px;
}

.products_details_table02 {
  width: 100%;
}

.products_details_table02 tr {
  border-bottom: 1px solid #ccc;
}

.products_details_table02 th {
  width: 50%;
  padding: 15px 0;
}

.products_details_table02 td {
  width: 50%;
  padding: 15px 0;
}

.products_details_manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.products_details_manual li:nth-child(1) {
  width: 100px;
  margin-right: 20px;
}

.products_details_manual a {
  text-decoration: underline;
}

.products_details_manual a:hover {
  text-decoration: none;
}

.products_details_contact {
  position: fixed;
  top: 35%;
  right: 0;
  width: 160px;
  height: 100px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.products_details_contact:hover {
  opacity: .7;
}

.products_details_contact span {
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
  background: url(../images/common/ico_contact.png) center top no-repeat;
  background-size: 22px;
}

@media screen and (max-width: 767px) {
  .products_details {
    margin-bottom: 40px;
  }
  .products_details_pic {
    margin-bottom: 20px;
  }
  .products_details_price {
    padding: 12px;
    margin-bottom: 20px;
  }
  .products_details_price em {
    font-weight: bold;
    font-size: 24px;
  }
  .products_details_table02 {
    width: 100%;
  }
  .products_details_table02 tr {
    border-bottom: 1px solid #ccc;
  }
  .products_details_table02 th {
    width: 35%;
    padding: 10px 0;
  }
  .products_details_table02 td {
    width: 65%;
    padding: 10px 0;
  }
  .products_details_manual li:nth-child(1) {
    width: 60px;
  }
  .products_details_contact {
    display: none !important;
  }
}

/*----------------------------------------------------- */
/*  case           */
/*----------------------------------------------------- */
.case_txt {
  margin-bottom: 30px;
}

.case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.case_list::after {
  content: "";
  display: block;
  width: 31%;
}

.case_list_item {
  width: 31%;
  margin-bottom: 40px;
}

.case_list_item a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.case_list_item a:hover {
  opacity: .7;
}

.case_list_pic {
  position: relative;
}

.case_list_pic::after {
  content: "";
  display: block;
  padding-top: 60%;
}

.case_list_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case_list_ttl {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.case_list_txt {
  font-size: 14px;
  color: #999999;
}

.case_list_txt .service_name {
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 767px) {
  .case_list::after {
    content: "";
    display: block;
    width: 48%;
  }
  .case_list_item {
    width: 48%;
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------- */
/*  case_details           */
/*----------------------------------------------------- */
.case_details .cmn_table {
  margin-bottom: 30px;
}

.case_details_pic {
  margin-bottom: 20px;
}

.case_details_tumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.case_details_tumb li {
  width: 31.5%;
}

.case_details_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.case_details_subttl {
  font-weight: bold;
  margin-bottom: 20px;
}

.case_details_txt {
  margin-bottom: 20px;
}

.case_details_txt b {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .case_details .cmn_table {
    margin-bottom: 20px;
  }
  .case_details_pic {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------- */
/*  news           */
/*----------------------------------------------------- */
.news_pic {
  margin-bottom: 30px !important;
}

.news_content {
  margin-bottom: 80px;
}

.news_content p {
  margin-bottom: 20px;
}

.news_content strong {
  font-weight: bold;
}

.news_content a {
  color: #990000;
  text-decoration: underline;
}

.news_date {
  margin-bottom: 40px !important;
}

.news_txt {
  margin-bottom: 20px;
}

.news .category_list {
  margin: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .news_pic {
    margin-bottom: 10px;
  }
  .news_date {
    margin-bottom: 20px;
  }
  .news .category_list {
    margin: 40px 0 0;
  }
}

/*----------------------------------------------------- */
/*  business           */
/*----------------------------------------------------- */
.business_top_pic {
  margin-bottom: 30px;
}

.business_top_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.business_top_list li {
  width: 48%;
  margin-bottom: 40px;
}

.business_top_list li h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.business_top_list li p {
  margin-bottom: 20px;
}

.business_pic {
  margin-bottom: 30px;
}

.business_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.business_txt {
  margin-bottom: 20px;
}

.business_price {
  background: #000;
  text-align: center;
  padding: 18px;
  margin: 30px 0;
}

.business_price p {
  font-weight: bold;
  color: #fff;
}

.business_price em {
  font-weight: bold;
  font-size: 28px;
}

.business_note {
  font-size: 14px;
}

.business_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.business_wrap div {
  width: 46%;
}

.business_wrap p {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .business_top_list {
    display: block;
  }
  .business_top_list li {
    width: 80%;
    margin: 0 auto 40px;
  }
  .business_top_list li h3 {
    font-size: 16px;
  }
  .business_top_list li p {
    margin-bottom: 20px;
  }
  .business_pic {
    margin-bottom: 20px;
  }
  .business_ttl {
    font-size: 16px;
  }
  .business_price {
    padding: 12px;
    margin-bottom: 20px;
  }
  .business_price em {
    font-weight: bold;
    font-size: 24px;
  }
  .business_note {
    font-size: 12px;
  }
  .business_wrap {
    display: block;
    margin-bottom: 20px;
  }
  .business_wrap div {
    width: 70%;
    margin: 0 auto 20px;
  }
  .business_wrap p {
    width: 100%;
  }
}

/*----------------------------------------------------- */
/*  service           */
/*----------------------------------------------------- */
.service_pic {
  margin-bottom: 30px;
}

.service_wrap {
  overflow: hidden;
  margin-bottom: 40px;
}

.service_wrap div {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.service_txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .service_wrap {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .service_wrap div {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
  }
  .service_txt {
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about_pic {
  margin-bottom: 30px;
}

.about_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.about_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------- */
/*  recruit           */
/*----------------------------------------------------- */
.recruit_pic {
  margin-bottom: 30px;
}

.recruit_txt {
  margin-bottom: 30px;
}

.recruit_wrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.recruit_pic02 {
  width: 45%;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}

.recruit_txt02 {
  margin-bottom: 30px;
}

.recruit .cmn_table a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .recruit_wrap {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .recruit_pic02 {
    display: block;
    width: 60%;
    float: none;
    margin: 0 auto 20px;
  }
  .recruit_txt02 {
    margin-bottom: 30px;
  }
}

/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact_pic {
  margin-bottom: 30px;
}

.contact_txt {
  margin-bottom: 30px;
}

.contact_txt02 {
  margin: 40px 0;
}

.contact_required {
  color: #990000;
}

.contact sup {
  vertical-align: top;
  position: relative;
  color: #990000;
}

.contact input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
}

.contact textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  height: 120px;
}

.contact .select {
  background: #fff;
  height: 48px;
  width: 220px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
}

.contact .select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: -1;
}

.contact select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px;
}

/* .contact label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.contact label::before,
.contact label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.contact label::before {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.contact label::after {
  background-color: #ccc;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 10px;
}

.contact input:checked + label::after {
  opacity: 1;
}

.contact .radio {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.contact .radio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .radio_list li + li {
  margin-left: 30px;
} */

.contact button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact .contact_button {
  display: block;
  color: #fff;
  text-align: center;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  width: 310px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 60px auto 0;
}

.contact .contact_button:hover {
  opacity: .7;
}

.contact .contact_button::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .contact_txt02 {
    margin: 30px 0;
  }
  .contact .select {
    width: 100%;
  }
  .contact .radio_list {
    display: block;
  }
  .contact .radio_list li + li {
    margin: 10px 0 0 0;
  }
  .contact .contact_button {
    width: 80%;
    margin: 40px auto 0;
  }
}

/*----------------------------------------------------- */
/*  policy           */
/*----------------------------------------------------- */
.policy h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.policy_ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.policy_txt {
  margin-bottom: 40px;
}

.policy_txt a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .policy h3 {
    font-size: 18px;
  }
}
/*# sourceMappingURL=sub.css.map */
