@charset "utf-8";

/*　sec1
---------------------------------------------------------*/
.sec1 {
  padding: 100px 0 50px;
}
.sec1_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec1_list li {
  margin-bottom: 55px;
  margin-left: 5%;
  width: 47.5%;
}
.sec1_list li:nth-child(2n+1) {
  margin-left: 0;
}
.sec1_list li figure {
  margin-bottom: 15px;
}
.sec1_list li dt {
  /*border-bottom: 1px solid #c9c9c9;
  margin-bottom: 15px;
  padding-bottom: 10px;*/
  font-size: 1.8rem;
  /*font-weight: 500;*/
  text-align: center;
}
.sec1_list li dd div.tag {
  margin-bottom: 5px;
}
.sec1_list li dd div.tag span {
  display: inline-block;
  background: #046cc4;
  color: #FFF;
  margin: 0 15px 10px 0;
  padding: 0 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 27px;
  letter-spacing: 0.2em;
}

.sec1 .table_type01 .th01 {width: 35%;}
.sec1 .table_type01 .th02 {width: 53%;}
.sec1 .table_type01 .th03 {width: 12%;}
.sec1 .table_type01 th,
.sec1 .table_type01 td {
  border-left: 1px solid #c9c9c9;
}
.sec1 .table_type01 th:first-child,
.sec1 .table_type01 td:first-child {
  border-left: none;
}
.sec1 .table_type01 td {
  padding: 25px 35px;
}
.sec1 .table_type01 td.gray {
  background: #FAFAFA;
  text-align: center;
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
  padding: 70px 0 50px;
}
.sec2 .title_default02 {
  margin-bottom: 45px;
}
.sec2_list {
  border-top: 1px solid #eee;
}
.sec2_list li {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.sec2_list li figure {
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  /*background-size: cover;*/
  width: 100%;
  height: 430px;
}
.sec2_list li:nth-child(even) figure {
  background-position: right center;
}
.sec2_list li:nth-of-type(1) figure {background-image: url(../img/equipment/sec2_img01.jpg);}
.sec2_list li div.text_box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 430px;
  z-index: 1;
}
.sec2_list li div.text_box:before {
  content: '';
  position: absolute;
  left: 46%;
  background: #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-14.5deg) translateX(-57px);
  -moz-transform: skew(-14.5deg) translateX(-57px);
  -ms-transform: skew(-14.5deg) translateX(-57px);
  transform: skew(-14.5deg) translateX(-57px);
  z-index: -1;
}
.sec2_list li:nth-child(even) div.text_box:before {
  left: auto;
  right: 46%;
  -webkit-transform: skew(-14.5deg) translateX(57px);
  -moz-transform: skew(-14.5deg) translateX(57px);
  -ms-transform: skew(-14.5deg) translateX(57px);
  transform: skew(-14.5deg) translateX(57px);
}
.sec2_list li div.mainWidth > div {
  margin-left: 43%;
  padding-left: 40px;
  width: 57%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec2_list li:nth-child(even) div.mainWidth > div {
  margin: 0 43% 0 0;
  padding: 0 40px 0 0;
}
.sec2_list li h3 {
  color: #046cc4;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 500;
}
.sec2_list li p.text01 {
  margin-bottom: 15px;
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0;
}
.sec2_list li dl.name_box {
  text-align: right;
}
.sec2_list li dl.name_box dt,
.sec2_list li dl.name_box dd {
  display: inline-block;
}
.sec2_list li dl.name_box dt {
  position: relative;
  margin-right: 25px;
}
.sec2_list li dl.name_box dt:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 0;
  right: -14px;
  background: #046cc4;
  margin: auto;
  width: 1px;
  height: 16px;
}

@media screen and (min-width: 1921px) {
  .sec2_list li figure {
    background-size: cover;
    padding: -webkit-calc(200px + 3.411%) 0;
    padding: calc(150px + 3.411%) 0;
    width: 46.8%;
    height: auto;
  }
  .sec2_list li:nth-child(even) figure {
    right: 0;
  }
  .sec2_list li div.text_box {
    padding: 3.411% 0;
    height: 300px;
  }
}


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

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
  /*　sec1
  ---------------------------------------------------------*/
  .sec1 {
    padding: 55px 0 50px;
  }
  .sec1_list li {
    margin-bottom: 45px;
  }
  .sec1_list li figure {
    margin-bottom: 10px;
  }
  .sec1_list li dt {
    font-size: 1.6rem;
  }
  .sec1_list li dd div.tag span {
    margin: 0 10px 10px 0;
    font-size: 1.2rem;
    line-height: 25px;
  }

.sec1 .table_type01 .th01 {width: 45% !important;}
.sec1 .table_type01 .th02 {width: 35% !important;}
.sec1 .table_type01 .th03 {width: 20% !important;}
.sec1 .table_type01 th,
.sec1 .table_type01 td {
  display: table-cell;
  padding: 12px 10px;
}
.sec1 .table_type01 th {
  border-top: 1px solid #c9c9c9 !important;
  text-align: center;
}
.sec1 .table_type01 td {
  border-bottom: 1px solid #c9c9c9;
  width: auto !important;
}

  /*　sec2
  ---------------------------------------------------------*/
  .sec2 {
    padding: 0;
  }
  .sec2 .title_default02 {
    margin-bottom: 35px;
  }
  .sec2_list {
    border-top: none;
  }
  .sec2_list li {
    border-bottom: none;
  }
  .sec2_list li figure {
    position: relative;
    background-position: center center !important;
    background-size: cover;
    padding: 24% 0;
    width: 100%;
    height: auto;
  }
  .sec2_list li div.text_box {
    display: block;
    height: auto;
  }
  .sec2_list li div.text_box:before {
    display: none !important;
  }
  .sec2_list li div.mainWidth > div {
    margin-left: 0;
    padding: 35px 0;
    width: 100%;
  }
  .sec2_list li:nth-child(even) div.mainWidth > div {
    margin: 0;
    padding: 35px 0;
  }
  .sec2_list li h3 {
    font-size: 2.0rem;
  }
  .sec2_list li dl.name_box dt:after {
    height: 14px;
  }

}