@charset "UTF-8";

#stkr { margin-top:-101px;}
/* pan-naviのぶん */

.footer_fix {
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
  min-height: 100%;
  height: auto;
}
.footer_fix footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
}


/*  service
---------------------------------------------------------- */
main.service .info {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #ccc solid 1px;
}
main.service .info p {
  margin-bottom: 15px;
  font-size: 1.8rem;
  line-height: 40px;
}
main.service .info div {
  width: calc(50% - 25px);
}
main.service .txt img {width: 100%;}
main.service .info .img img {width: 100%;}


main.service .list,
main.service .sub_list {
  align-items: flex-start;
}

main.service .list li h2,
main.service .sub_list li h2 {
  margin: 0 10px;
  color: #11244F;
  font-weight: bold;
  font-size: 2.0rem;
}

main.service .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
main.service .list li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 47.5%;
  margin-top: -101px;
  margin-right: 5%;
  margin-bottom: 5%;
  padding-top:101px;
  padding-bottom: 50px;
}
main.service .list li:nth-child(even) {
  margin-right: 0;
}
main.service .list li p {
  margin: 0 10px 15px;
  font-size: 1.6rem;
}
main.service .list li p.comment {
  margin:0 0 15px;
  padding:15px 10px;
  background:#FDF9D9;
  border-left: #EFD400 solid 10px;
  font-size: 1.5rem;
}

main.service .list li .btn {
  justify-content: flex-start;
  margin:auto 10px 0;
}
main.service .list li .btn a {
  width:50%;
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
}

main.service .list li img,
main.service .sub_list li img {
  width: 100%;
  margin-bottom: 15px;
}

main.service .sub_list {
  justify-content: flex-start;
  margin-top: -101px;
  padding-top: 101px;
}
main.service .sub_list li {
  width: 22.75%;
  margin-right: 3%;
}
main.service .sub_list li:last-child{margin-right: 0;}

main.service .sub_list li h2,
main.service .sub_list li p {
  margin: 0;
  width: 100%;
}
main.service .sub_list li p {
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  main.service .info {
    flex-direction: column;
    margin: 20px auto 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
  main.service .info div {
    width: 100%;
    margin: 0;
  }
  main.service .info p {
    line-height: 1.75em;
    font-size: 1.4rem;
  }

  main.service .list,
  main.service .sub_list  {
    flex-direction: column;
    width: 100%;
  }
  main.service .list li h2,
  main.service .sub_list li h2 {
    margin: 0 3%;
    font-size: 1.7rem;
  }

  main.service .list li {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
  main.service .list li p {
    font-size: 1.4rem;
    margin: 0 3%;
  }
  main.service .list li .btn { margin: 10px 3% 0;}
  main.service .list li .btn a {
    width: 100%;
    padding: 20px 0;
  }

  main.service .sub_list li {
    width: 94%;
    margin: 0 auto 20px;
  }
  main.service .sub_list li img {
    display: block;
    float: left;
    clear: left;
    width: 100px;
    height: 100px;
    margin:0 10px 0 0;
    object-fit: cover;
    object-position: 100% 50%;
  }
  main.service .sub_list li p {font-size: 1.2rem;}
  main.service .sub_list li:last-child {margin-right: auto;}
}

/*  results
---------------------------------------------------------- */
main.results .list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

main.results .list li {
  overflow: hidden;
  position: relative;
  width: 24%;
  margin: 0 0.5% 40px 0;
  box-sizing: border-box;
  transition: .5s;
}

main.results .list li:nth-child(4n) {
  margin:0 0 2% 0;
}
main.results .list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 1;
}

main.results .list li img { width: 100%;}
main.results .list li .img {
  position: relative;
}
main.results .list li .img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "詳しく見る";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
  letter-spacing: 0.075em;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  transition: .5s;
  opacity: 0;
}
main.results .list li:hover .img:before {opacity: 1;}

main.results .list li .cate {
  display: inline-block;
  margin: 10px 0px 5px 5px;
  padding: 8px 16px;
  background: #2B00BA;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
}
main.results .list li h2 {
  margin: 0 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
main.results .list li h2 span {
  display: block;
  color: #2B00BA;
  font-size: 1.2rem;
}
main.results .list li h2 span.font11 {
  display: inline;
  color: #333;
}

/*
main.results .list li .link {
  display: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 5px 5px 0;
  border: #11244F solid 1px;
  border-radius: 50vh;
  line-height: 1;
  color:#11244F;
  transition: .5s;
}
main.results .list li .link:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-left: 5px;
  border: 0;
  border-top: 1px solid #11244F;
  border-right: 1px solid #11244F;
  transform: rotate(45deg);
}
main.results .list li:hover .link {
  background: #11244F;
  color: #fff;
}*/

@media (max-width: 768px) {
  main.results .page_nav li {
    margin: 0 0 1%;
    font-size: 0.9em;
  }
  main.results .page_nav li a,
  main.results .page_nav li span{
    padding: 10px 30px 10px 10px;
  }
  main.results .list li {
    width: 49%;
    margin: 0 0.5% 20px 0;
  }
  main.results .list li .cate {
    font-size: 1.0rem;
    letter-spacing: 0.1em;
  }
  main.results .list li h2 {
    margin: 0;
    font-size: 1.3rem;
  }
  main.results .list li h2 span {font-size: 1.1rem;}
  main.results .list li .link {display: none;}
}

#pdf_link a{

    width: 60%;
    padding: 15px;
    background: #2B00BA  no-repeat right 20px center;
    border-radius: 5px;
    color: #fff;
    transition: .5s;
}

#pdf_link a:hover {  opacity: 0.5;}
/*----------------------------------------
  詳細
----------------------------------------*/
main.results .block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
main.results .flexslider {
  width: calc(50% - 40px);
}

main.results .block .content {
  padding-top: 50px;
  width: 50%;
  text-align: center;
}

main.results .block .content .cate {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
  background: #2B00BA;
  color: #fff;
}
main.results .block .content h2 {
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3.2rem;
}
main.results .block .content h3 {
  color: #000;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
}
main.results .block .content .date {
  color: #666;
  font-weight: bold;
  font-size: 1.4rem;
}
main.results .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background-image: none;
}
main.results .btn a:before {
  display: block;
  content: "";
  background: url(../img/arw_btn_01.png) no-repeat center;
  width: 9px;
  height: 16px;
  margin-right: 20px;
  transform:rotate(-180deg);
}
main.results .btn a:hover {  background-image: none;}
main.results .btn a:hover:before {  background: url(../img/arw_btn_02.png) no-repeat center;}

@media (max-width: 768px) {
  main.results .block {
    display: block;
    width:calc(100% - 20px);
    max-width: none;
    margin: 20px auto;
    padding: 0;
  }
  main.results .flexslider {
    width: 100%;
    margin: 0 0 25px;
  }
  main.results .block .content {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  main.results .block .content .cate {
    padding: 10px 30px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  main.results .block .content h2 {  font-size: 2.4rem;}
  main.results .btn {
    position: relative;
    width: calc(100% - 20px);
    margin: 30px auto;
    background: none;
    font-size: 1.6rem;
  }
}


/*  company
---------------------------------------------------------- */
.company #box01,
.company #box03,
.company #box04,
.company #box05,
.company #box06
 {padding:50px 0;}

@media (max-width: 768px) {
  .company #box01,
  .company #box03,
  .company #box04, 
 .company #box05,
 .company #box06 {padding: 0 0 30px;}
}

/*----------------------------------------
  ご挨拶
----------------------------------------*/
.company #box01 .inr .txt_area p {
  margin: 0 20px 20px;
  line-height: 2em;
  letter-spacing: 0.025em;
  font-size: 1.8rem;
}
.company #box01 .inr .txt_area p.sign {
  margin-top: 20px;
  line-height: 50px;
  text-align: right;
}
.company #box01 .inr .txt_area p.sign img {
  width: auto;
  height: 50px;
  margin-left: 30px;
}

/*画像ありstyle
.company #box01 .inr .img {
float: left;
margin:0 40px;
}
.company #box01 .inr .txt_area p {
margin-bottom: 10px;
font-size: 1.6rem;
}
*/

@media (max-width: 768px) {
  .company #box01 .inr .txt_area p  {
    margin: 0 0 10px;
    line-height: 1.75em;
    font-size: 1.3rem;
  }
  .company #box01 .inr .txt_area p.sign img {
    display: block;
    height:40px;
    margin-left: auto;
  }
}

/*----------------------------------------
  理念
----------------------------------------*/
.company .bg_g {
  padding: 70px 0;
}
.company #box02 .inr {
  padding: 40px 0;
  background: #fff;
}

.company #box02 .message {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company #box02 p {
  margin-right:3em;
  line-height: 2em;
  font-size: 2.0rem;
}

@media (max-width: 768px) {
  .company .bg_g {padding: 20px 0;}

  .company #box02 .inr {
    width: calc(100% - 40px);
    padding: 15px;
  }

  .company #box02 .message {
    flex-direction: column-reverse;
    margin: 0 ;
  }

  .company #box02 .img {
    margin: 10px 0 20px;
    text-align: center;
  }
  .company #box02 .img img {width: 50%;}

  .company #box02 p {
    margin-right: 0;
    font-size: 1.4rem;
  }
}


/*----------------------------------------
  会社概要
----------------------------------------*/
.company #box03 table {
  margin: 0 auto 70px;
  font-size: 1.6rem;
}
.company #box03 th,
.company #box03 td {
  padding: 25px 20px;
}
.company #box03 th {
  width: 280px;
  border-bottom: #2B00BA solid 1px;
  text-align: left;
  color: #2B00BA;
  font-weight: bold;
}
.company #box03 td {
  border-bottom: #ccc solid 1px;
}

.company .map_area li {
  display: flex;
  align-items:flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: #ccc dotted 1px;
}
.company .map_area li:last-child {
  margin:0;
  padding: 0;
  border: none;
}
.company .map_area li div {
  width: calc(50% - 30px);
}
.company .map_area .box {
  padding-left: 15px;
  box-sizing: border-box;
}
.company .map_area h3 {
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: bold;
  color:  #2B00BA;
}
.company .map_area .box p:before {
  content: "所在地";
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.6rem;
}
.company .map_area .box p {
  margin-bottom: 20px;
}
.company .map_area .box .map {
  width: 100%;
}
.company .map_area .box .sp {
  display: none;
}
.company .map_area img {width: 100%;}

#client_list td{
 width: 50%;
 }

.table_h3 {
    font-size: 3.0rem;
    color:blue;
    }
    
@media (max-width: 768px) {
  .company #box03 {margin-top: 40px;}

  .company #box03 table {
    margin: 0 auto 50px;
    font-size: 1.3rem;
  }
  .company #box03 th,
  .company #box03 td {  padding: 10px;}
  .company #box03 th {
    width:24%;
    font-size: 1.2rem;
  }
  .company #box03 td { width: 80%;}


  .company .map_area {
    width: 100%;
  }
  .company .map_area li {
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 60px;
    border-bottom: none;
  }
  .company .map_area li div {width: 100%;}
  .company .map_area .box {
    width: 94%;
    margin: 0 auto;
    padding-left: 0;
  }
  .company .map_area .box .map {display: none;}
  .company .map_area .box .btn {
    display: block;
    margin: 0 0 20px;
  }
  .company .map_area .box .btn a {
    font-size: 1.3rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}

/*----------------------------------------
  沿革
----------------------------------------*/
.company #box04 table {
  width: 1180px;
  margin: 0 auto;
  border-top: #333 dotted 1px;
  font-size: 1.6rem;
}
.company #box04 table th,
.company #box04 table td {
  padding: 25px 30px;
  border-bottom: #333 dotted 1px;
  vertical-align: middle;
}
.company #box04 table th {
  width:25%;
  background: #efefef;
  font-weight: bold;
  font-size: 1.4rem;
}
.company #box04 table td span {
  /*display: inline-block;*/
  display: none;
  margin-top: 5px;
}
.company #box04 table td span:before {
  content: "主な工事";
  display: inline-block;
  padding: 3px 10px;
  margin-right: 10px;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .company #box04 table {
    width: 94%;
    margin:40px auto 0;
  }

  .company #box04 table tr,
  .company #box04 table th,
  .company #box04 table td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    font-size: 1.3rem;
    box-sizing: border-box;
  }

  .company #box04 table th {
    padding: 10px 10px 5px;
    background: transparent;
    border-bottom: none;
    text-align: left;
  }
  .company #box04 table td {
    padding: 0 10px 15px;
  }
}

/*  contact
---------------------------------------------------------- */

main.contact .contact_area {
  padding: 30px 0;
  background: #efefef;
  text-align: center;
}
main.contact .contact_area .inr {
  width: 50em;
  margin: 0 auto 10px;
  padding: 30px;
  background: #fff;
  align-items: center;
  font-weight: bold;
  border:#ddd solid 1px;
  box-shadow: 0 0 10px rgba(85, 85, 85, .2);
}
main.contact .contact_area p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
main.contact  .contact_area .inr ul li,
main.contact  .contact_area .inr ul li a,
main.contact  .contact_area .inr ul span {
  line-height: 1em;
  font-family: Verdana, sans-serif;
  font-size: 4.2rem;
  color: #333;
  text-decoration: none;
}
main.contact .contact_area .inr ul {  margin-bottom: 20px;}
main.contact  .contact_area .inr ul li {margin-bottom: 10px;}
main.contact  .contact_area .inr ul li span {
  margin-right: 5px;
  font-size: 2.4rem;
}
main.contact  .contact_area .inr .time {
  display: inline-block;
  width: 310px;
  height: 40px;
  margin: 0;
  background: #999;
  border-radius: 20px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 40px;
}

main.contact .block {
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  box-sizing: border-box;
}
main.contact .block p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 175%;
}

main.contact .block dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin:50px 0 0;
  font-size: 1.5rem;
}
main.contact .block dl dt,
main.check table th {
  width: 28%;
  margin-bottom: 40px;
  font-weight: bold;
}
main.contact .block dl dt.req:after {
  content: "*";
  color: #E80000;
  font-size: 120%;
  font-weight: normal;
  margin-left: 2px;
}
main.contact .block span.req {
  margin:0 5px;
  color: #E80000;
  font-size: 120%;
}


main.contact .block dl dd,
main.check table td {
  width: 72%;
  margin-bottom: 40px;
}

main.contact .block dl dd p {
  text-align: left;
  font-size: 1.4rem;
}

main.contact .block input {
  margin:0 10px;
  padding: 10px;
  border-radius: 3px;
  background: #eee;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
main.contact .block select {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background: #eee;
  border: #ccc solid 1px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main.contact .block select::-ms-expand {  display: none;}
main.contact .block .select {
  position: relative;
  width: 110px;
  margin:0 10px;
}
main.contact .block .select:before {
  content: "";
  display: block;
  position: absolute;
  right: 7.5px;
  top: 50%;
  margin-top: -5px;
  width: 5px;
  height: 5px;
  border-top: #333 solid 2px;
  border-right: #333 solid 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

main.contact .block textarea {
  width:75%;
  margin:0 10px;
  padding: 10px;
  border-radius: 3px;
  background: #eee;
  border-top: #ccc solid 1px;
  border-right: none;
  border-bottom: none;
  border-left: #ccc solid 1px;
  font-size: 1.5rem;
}

main.contact .btn {
  margin-bottom: 25px;
  text-align: center;
}
main.contact .btn input {
  width: 270px;
  padding:20px;
  background: #2B00BA;
  border:  #2B00BA 1px solid;
  border-radius:0;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  cursor: pointer;
  transition: .5s;
}
main.contact .btn input:hover {
  background: transparent;
  color:  #2B00BA;
}


@media (max-width: 768px) {
  main.contact .page_ttl {margin:0;}
  main.contact .contact_area {
    padding:20px 0;
    margin:0 auto 30px;
  }
  main.contact .contact_area .inr {
    width: calc(100% - 30px);
    padding: 20px 10px 10px;
    box-sizing: border-box;
  }
  main.contact .contact_area .inr p {  font-size: 1.2rem;}
  main.contact .contact_area .inr ul {margin-bottom: 10px;}
  main.contact .contact_area .inr ul li,
  main.contact .contact_area .inr ul li a,
  main.contact .contact_area .inr ul span{  font-size: 2.8rem;}
  main.contact .contact_area .inr ul li span {font-size: 1.8rem;}
  main.contact .contact_area .inr p.time {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 30px;
    border-radius: 20px;
    line-height: 40px;
    font-size: 1.3rem;
  }

  main.contact .block {
    width: calc(100% - 40px);
    padding: 0;
    margin-bottom: 40px;
  }
  main.contact .block p {
    text-align: left;
    font-size: 1.3rem;
  }
  main.contact .block dl {margin-top:60px;}
  main.contact .block dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  main.contact .block dl dd {
    width: 100%;
    margin-bottom: 25px;
  }

  main.contact .block dl .radio p input { display: none;}
  main.contact .block dl .radio p label {
    position: relative;
    display: flex;
    padding: 15px 10px;
    margin-bottom: 10px;
    background: #eee;
    font-size: 1.6rem;
    border-radius: 5px;
  }
  main.contact .block dl .radio p label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: #ffff;
    border: #ccc solid 1px;
    border-radius: 11px;
  }
  main.contact .block dl .radio p input:checked + label {
    background: #2B00BA;
    color: #fff;
  }
  main.contact .block dl .radio p input:checked +label:before  {
  }
  main.contact .block dl .radio p input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: 14px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #2B00BA;
  }

  main.contact .block input,
  main.contact .block textarea {
    margin: 0;
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  main.contact .block input.no {
    width: 10em;
    margin: 0 10px 10px;
  }
}


/*----------------------------------------
  check
----------------------------------------*/
main.check table {
  max-width: 800px;
  margin: 0 auto;
}

main.check .error_messe {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

main.check .btn {
  margin: 30px 0 60px;
}

main.check table {
  vertical-align: middle;
  font-size: 1.5rem;
}
main.check table th {
  padding: 15px;
  text-align: left;
}
main.check .btn .edit {
  background: #ccc;
  border: #ccc 2px solid;
  color: #000 !important;
}


@media (max-width: 768px) {
  main.check .txt, main.thanks .txt {  margin: 15px 20px 30px;}
  main.check .error_messe {
    margin: 0 10px 10px;
    text-align: left;
    font-size: 1.5rem;
  }
  main.check .btn {margin:50px 0 60px;}
  main.check .btn input {
    width: calc(100% - 40px);
    margin-bottom: 15px;
  }

  main.check table {
    width:calc(100% - 40px);
    margin: 0 auto;
  }
  main.check table tr,
  main.check table  th,
  main.check table  td {
    display:block;
    float:left;
    clear:both;
    width: 100%;
    box-sizing: border-box;
  }
  main.check table th {
    padding: 0;
    margin-bottom: 0;
  }
  main.check table td {margin-bottom: 20px;}

  main.thanks {
    min-height: calc(100vh - 274px);
  }
  main.thanks .txt {
    font-size: 1.6rem;
    line-height: 2em;
  }
}


/*  privacy policy
---------------------------------------------------------- */
main.privacy {
  padding:0;
}
ol.privacy_list {
  width: 680px;
  margin: 0 auto 100px;
  padding: 50px;
  background: #fff;
  border: #ccc solid 5px;
  font-size: 1.5rem;
}

ol.privacy_list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #ccc dotted 1px;
}
ol.privacy_list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border:none
}
ol.privacy_list li h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 768px) {
  main.privacy .txt {
    margin: 20px 3%;
  }
  ol.privacy_list {
    display: block;
    width: calc(100% - 60px);
    margin: 0 auto 50px;
    padding:10px;
    font-size: 1.3rem;
  }
  ol.privacy_list li {
    margin-bottom: 10px;
    padding:0 10px 10px;
  }
  ol.privacy_list li h2 {margin-bottom: 5px;}
}


/*  site map
---------------------------------------------------------- */
.sitemap .block {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 100px;
}
.sitemap .block ul {
  width: 46%;
}
.sitemap .block ul li {
  border-bottom: #000 solid 2px;
}
.sitemap .block ul li a {
  display: block;
  padding: 15px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.sitemap .block ul li ul {
  width: 100%;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: #000 solid 2px;
}
.sitemap .block ul li ul li {
  margin-bottom: 10px;
  border-bottom: #000 dotted 1px;
}
.sitemap .block ul li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sitemap .block ul li ul li a {
  font-size: 1.4rem;
  font-weight: normal;
}

@media (max-width: 768px) {.sitemap .block {
  display: block;
  width: 94%;
  }
  .sitemap .block ul { width: 100%;}
  .sitemap .block ul li a {
    font-size: 1.4rem;
  }
  .sitemap .block ul li ul {margin: 0;}
}


/* ---------- 2023/10追加分 ---------- */
/* 事業内容ページ */
.service .info .txt-certifiate{
  width: 100%;
}
.service .info .box-certificate{
  width: 100%;
  gap:20px;
}
.service .info .link-certificate{
  width: 33.3333%;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
}
.service .info .link-certificate:hover{
  text-decoration: none;
}
.service .info .img-certificate{
  max-height: 400px;
  margin-bottom: 15px;
  object-fit: contain;
}

/* 実績詳細ページ */
.results-new-label{
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px;
  color: #fff;
  background-color: red;
}
#wrap .results .btn a:before {
  background: url(../img/arw_btn_03.png) no-repeat center;
}
#wrap .results .btn a:hover:before {
  background: url(../img/arw_btn_03-2.png) no-repeat center;
}

/* ----- English ----- */
/* main title */
.service_en-ttl{
  margin-top: 48px;
  color: #2B00BA;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
}
/* our business */
#en-container .service .en_business-item {
  width:30%;
  margin-top: 0;
  margin-bottom: 0%;
  padding-top: 0;
  background-color: #fff;
}
#en-container .service .en_business-item:nth-child(even) {
  margin-right: 5%;
}
#en-container .service .en_business-item:nth-child(3n) {
  margin-right: 0;
}
#en-container #box07{
  margin-bottom: 60px;
}
/* company overview */
#en-container #box03 table{
  max-width: 1180px;
}
#en-container #box03 tbody{
  border:1px solid #ccc;
}
#en-container .company #box03 th {
  width: 280px;
  border-bottom: #ccc solid 1px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  background-color: #11244F;
}
/* message */
#en-container .company .bg_g {
  padding-top: 40px;
  padding-bottom: 80px;
}
#en-container #box01 .txt_area p {
  margin-left: 0;
  margin-right: 0;
}
#en-container #box01 .txt_area .sign{
  text-align: left;
}
#en-container #box02 .inr {
  max-width: 1180px;
}
#en-container .en-philo-ttl{
  margin-bottom: 0;
}

@media (max-width: 768px){
  /* 事業内容ページの証明書の並び */
  .service .info .box-certificate{
    align-items: flex-start;
  }
  /* 事業内容ページと企業情報ページのページ内リンクのSPボタン色 */

  /* ----- English ----- */
  #en-container .service{
    display: block;
  }
  /* main title */
  .service_en-ttl{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
    background-color: #efefef;
  }
  /* introduction */
  #en-container .service_block .box .page_ttl{
    background-color: #fff;
  }
  #en-container .en-service-sp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin: 25px auto;
  }
  #en-container .en-service-item{
    position: relative;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    background: #11244F;
  }
  #en-container .en-service-link{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
  }
  #en-container .en-service-ttl{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background: #11244F;
    padding: 20px 10px 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    box-sizing: border-box;
  }
  #en-container .en-service-img{
    margin: 0 0 20px;
    width: 32px;
    height: 32px;
  }
  /* our business */
  #en-container .service .en_business-item {
    padding-top: 50px;
    width:100%;
  }
  #en-container .service .en_business-item:nth-child(1){
    padding-top: 10px;
  }
  #en-container .service .sub_list{
    padding-top: 140px;
  }
  #en-container .service .sub_list li {
    background-color: #fff;
  }
  #en-container .company #box04 table {
    margin-top:0;
}
}