/* CSS */
.inspection_main ul{
  display: flex;
  justify-content: space-between;
  align-items: inherit;
}

.inspection_main ul li div{
}
.inspection_main > ul{
  margin-bottom: 40px;
}
.inspection_main ul li{
  width: 48%;
}
.inspection_main > ul > li:first-child{
  background: url(/event/wp-content/uploads/2022/12/1217/20221217_inspection_main.webp) no-repeat center bottom;
  background-size:cover;
  min-height: 450px;
}
.inspection_main ul li:nth-of-type(2){
  width: 50%;
  box-sizing: border-box;
}
.inspection_main ul li h5 {
  font-size:80%;
  font-weight:bold;
  letter-spacing:0.3em;
  background: #000;
  color: #fff;
  display: inline-block;
  height: 1.8em;
  line-height: 1.8em;
  padding: 0 1em 0 1em;
  position: relative;
}

.inspection_main ul li h5::before {
  border: 0.9em solid transparent;
  border-left-color: #000;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -0.9em;
  top: 0;
  width: 0;
}
.inspection_main ul li h4 {
  font-size:140% !important;
  margin-bottom:1em !important;
  padding-bottom:0.7em !important;
}
.inspection_main ul li a{
  color:#3F51B5;
  font-weight:bold;
  text-decoration:none;
}

.inspection_main ul li:nth-of-type(2) dd img{
  width:90%;
  max-width:500px;
  display:block;
  margin:20px auto 0;
}

.measure_info{
  border:2px solid #2196F3;
  background:#f0f8ff;
  padding:20px;
  box-sizing:border-box;
  margin:70px 0 30px 0;
}
.event_box_detail{
  margin-bottom: 50px;
  display:flex;
  justify-content: space-between;
}

.event_box_detail ul{
  width:100%;
  display:flex;
  justify-content: space-between;
}

.event_box_detail ul li{
  width: 32.5%;
  overflow:hidden;
}
.event_box_detail ul li img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* .event_box_detail ul li:last-child{
  width: 31%;
  overflow:hidden;
} */

.event_box_detail p{
  width:100%;
  padding: 15px 0 5%;
  margin:0 auto;
  box-sizing:border-box;
}


.inspection_lineuppart{
  display:flex;
  justify-content:space-between;
  padding:30px;
  box-sizing:border-box;
  margin-bottom:50px;
  background:#f5f5f5;
  position:relative;
}
.inspection_lineuppart dd{
  width:55%;
}
.inspection_lineuppart dd h6{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight:
  bold;
  line-height:1em;
}
.inspection_lineuppart dd h5{
  font-size:150%;
  font-weight:bold;
  margin-bottom:1em;
  border-bottom:1px solid #000;
  padding-bottom:10px;
}
.inspection_lineuppart dd h5 span{
  font-size:70%;
  margin-right:0.5em;
  display: block;
}
.inspection_lineuppart dd .btn{
  width:60%;
  margin:20px 0;
}
.inspection_lineuppart dd .btn i {
	font-size: 120%;
	color: #000;
	text-decoration: none;
	line-height: 1.3;
	float: right;
}
.inspection_lineuppart dd .btn:hover i {
	color: #fff;
}

.inspection_lineuppart dt{
  width:40%;
  height:auto;
  overflow:hidden;
  box-shadow:10px 10px 0px #ddd;
}
.inspection_lineuppart dt img{
  width:100%;
  height:100%;
  object-fit:cover;
}


.sub_info{
  background:#f5f5f5;
  padding: 30px;
  box-sizing:
  border-box;
  margin:50px 0;
}

.sub_info > h5{
  font-weight:100;
  font-size:200%;
  letter-spacing:0.2em;
  text-align:center;
  margin:0 0 0.8em 0;
  font-family: 'Jost', sans-serif;
}
.sub_info h4{
  font-size:120% !important;
  margin: 20px 0 10px;
  width: 100%;
  border-bottom:1px solid #000
}

.sub_info h4 span {
    color: #000;
    font-size: 70%;
    margin-right: 0.8em;
    background: #FFEB3B;
    padding: 5px;
}

.sub_info ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sub_info ul li {
    width: 49%;
    border: none;
  background-color: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    display:flex;
    justify-content:space-between;
}
.sub_info ul li dt {
  width:28%;
  overflow:hidden;
}
.sub_info ul li dt img{
  height:100%;
  object-fit:cover;
}
.sub_info ul li dd {
  width:70%;
}
.sub_info ul li dd h5 {
    font-size: 115%;
    font-weight: bold;
    margin-bottom:0.7em;
}
.sub_info ul li dd h5 span{
  font-size:80%;
  display:block;
}
.sub_info_flexbox div {
    margin-top:30px;
    box-sizing: border-box;
}
.sub_info_flexbox div dl{
  display:flex;
  justify-content:space-between;
}
.sub_info_flexbox div dl dt{
  width: 300px;
  height:180px;
  overflow:hidden;
}
.sub_info_flexbox div dl dt img{
  min-width: 100%;
  width: auto;
  height:100%;
  object-fit:cover;
}
.sub_info_flexbox div dl dd{
  width:68%;
}

.sub_info_flexbox div dl dd .btn{
  width:90%;
  margin:20px 0 0 0;
  padding:10px;
}



.eventSingle > .form_box{
  width:96%;
  margin:100px auto 70px auto;
}
.form_box{
  margin:50px auto;
}
.form_title{
  font-size:150%;
  font-weight:bold;
  letter-spacing:0.2em;
  text-align:center;
  border:1px solid #ccc;
  padding:10px 0;
  border-radius:50px;
  margin-bottom:50px;
}



/* event_info */
.event_info ul{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;

}
.event_info ul li{
  border: none;
  background-color: #fff;
  padding: 10px 10px;
  box-sizing: border-box;
  display:flex;
  justify-content:space-between;
}
.detail_box{
  width:75% !important;
  margin-right:2%;
}
.detail_box table{
  width: 100%;
  margin-bottom: 20px;
}
.detail_box table tr{
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.detail_box table tr th{
  font-size:90%;
  color:#fff;
  font-weight:bold;
  width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000;
    padding: 10px 0;
    margin-right: 16px;
}
.detail_box table tr td{
  padding-left: 16px;
}
.goolema{
  width: 25%;
}
.goolemap img{
  text-align: center !important;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .detail_box {
    width: 96%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 959px) {
  .campaign div.text .point{
      width:90%;
      display:flex;
      justify-content:space-between;
  }
  .inspection_main ul li h4 {
    margin:1em 0!important;
  }
  .inspection_lineuppart > ul > li:nth-of-type(1) {
    width: 41%;
  }
  .inspection_lineuppart ul li:last-child{
    width: 45%;
  }
  .inspection_main ul{
    margin:auto;
    min-width:unset;
    justify-content:unset;
    display: block;
  }
  .inspection_main ul li:nth-child(1){
    width:100%;
  }
  .inspection_main > ul > li:first-child{
    height: 600px;
  }
  .inspection_main ul li:nth-child(2){
    width: 96%;
    order: -1;
  }
  .inspection_main ul li{
  margin:0 auto 20px auto;
  box-sizing:border-box;
  }
  .measure_info{
    border:2px solid #2196F3;
    background:#f0f8ff;
    padding:20px;
    box-sizing:border-box;
    margin:70px 0 30px 0;
  }

  .event_box_detail ul{
    display:flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  .event_box_detail ul li{
    width: 32.5%;
    max-height:400px;
    overflow: hidden;
    display:block;
    margin: 0;
  }

  .event_box_detail ul li:last-child{
    margin:0 0 0 0;
  }

  .event_box_detail ul li img{
    width: 100%;
    max-height: 400px;
    object-fit:cover;
  }

  .event_box_detail p{
    width:100%;
    padding: 15px 0 5%;
    margin:0 auto;
    box-sizing:border-box;
  }
   .sub_info ul li {
      display:block;
      justify-content:unset;
  }
  .sub_info ul li dt{
    width:100%;
    height:200px;
    margin-bottom:10px;
  }
  .sub_info ul li dt img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .sub_info ul li dd {
    width:100%;
  }
}


@media screen and (max-width: 769px) {

  section#office .flex{
    flex-wrap: wrap;
  }


  section#office .flex div.img {
      width: 100%;
      max-height: 300px;
      overflow: hidden;
  }

  section#office .flex .right_box {
      width: 100%;
      margin-top: 10px;
  }

  .eventSingle img {
      max-width: 100%;
  }

  .inspection_subpart ul li dl {
      padding: 0;
  }


  .inspection_subpart ul.flex {
      width: 100%;
      padding-bottom: 0;
  }

  body#event section#subContainer .main_box.main_box p {
      padding: 0 0 0px;
  }

  .event_box_detail ul .flex {
      display: flex;
  }

  section#office {
      margin: 0 5% 60px;
      width: auto;
  }


  section#office .text {
      width: 100%;
      margin: 0;
  }

  section#office div.youtube {
      width: 100%;
      margin-top: 0px;
  }

  .inspection_subpart{
    }

  .inspection_subpart ul{
    width:100%;
    min-width:unset;
    display:block;
    justify-content:unset;
  }
  .inspection_subpart ul li{
    margin:0 auto 30px auto;
    box-sizing:border-box;
  }
  .inspection_subpart ul li dl h4 {
      font-size:120% !important;
      margin:1em 0em !important;
      padding-bottom:0.1em !important;
    }

  .sub_info #infoblock{
    width:48%;
    margin:0 0 30px 0;
  }
  .sub_info #infoblock:nth-child(3){
    margin:0;
  }

  .event_box_detail ul .flex {
        display: flex;
    }

    .event_box_detail ul{
      display:unset;
      justify-content:unset;
      width: 100%;
      margin: 0 auto;
    }
    .event_box_detail ul li{
      width:100%;
      margin-bottom:20px;
    }
    .event_box_detail ul li img{
      width:100%;
      object-fit:cover;
    }
    .event_box_detail p{
     margin:0 auto !important;
     padding:70px 10%;
    }


  /* .event_box_detail ul{
    display: unset;
    justify-content: unset;
    width: 100%;
    margin: 0 auto;
  } */

  /* .event_box_detail ul li{
    width: 49.5%;
  } */
   /* .event_box_detail ul li:last-child{
    width:100%;
  } */
  /* .event_box_detail p{
   margin:0 auto !important;
   padding:70px 10%;
  } */

  .detail_box{
    width:100% !important;
    margin:0;
  }

  .detail_box table{
    width: 100%;
    margin:0;
    border-right: 1px dotted #ccc;
  }
.detail_box td{
  width: 100%;

}

  .measure_info{
    width:100%;
    /* margin:2% auto 20px; */
  }


  .form_box{
    width:95%;
  }
  .measure_info {
      margin: 20px auto;
      width: 95%;
  }
  .form_title {
      margin-bottom: 10px;
  }

  .inspection_lineuppart{
    margin:0 auto 50px;
    display:block;
    justify-content:unset;
    padding:10px 3%;
  }
  .inspection_lineuppart dd{
    width:100%;
    margin-left:0;
    margin:auto 0;
  }
   .inspection_lineuppart dd h6{
     text-align:center;
  }
  .inspection_lineuppart dd h5{
    text-align:center;
  }
  .inspection_lineuppart dd .btn{
    width:70%;
    margin:20px auto;
  }
  .inspection_lineuppart dt{
    width:100%;
  }

}

@media screen and (max-width: 500px) {
  .inspection_main ul li:nth-of-type(2) dt{
    background-size: 90%;
  }
  .inspection_main > ul > li:first-child {
      height: 350px;
      background: url(/event/wp-content/uploads/2022/12/1217/20221217_inspection_mainsp.webp) no-repeat center bottom;
      background-size:cover;
  	min-height: unset;
    }

  /* .event_box_detail{
    display:block;
    justify-content: unset;
  }
  .event_box_detail ul:nth-child(1){
    width:100%;
  }
  .event_box_detail ul:nth-child(2){
    width:100%;
  }

  .event_box_detail ul:nth-child(1) li{
    margin-bottom:10px;
  }
  .event_box_detail ul:nth-child(1) li:nth-child(n+3){
    margin-bottom:10px;
  }
  .event_box_detail ul:nth-child(1) li img{
  }
  .event_box_detail ul:nth-child(2) img{
  } */
  .event_box_detail ul li img{
      width:100%;
    }
    .event_box_detail p{
      margin:0 auto !important;
      padding: 0;
    }
  .sub_info ul {
    display: block;
    justify-content: unset;
    margin-bottom: 10px;
  }
  .sub_info ul li {
    width: 100%;
    margin-bottom:20px;
  }
  .sub_info_flexbox div dl{
    display:block;
    justify-content:space-between;
  }
  .sub_info_flexbox div dl dt{
    width: 80%;
    height:200px;
    margin:auto;
    overflow:hidden;
  }
  .sub_info_flexbox div dl dt img{
  }
  .sub_info_flexbox div dl dd{
    width:100%;
  }
  .inspection_lineuppart dd h6 {
    font-size: 200%;
}
}
