@charset "utf-8";

/*　sec1
---------------------------------------------------------*/
.sec1 {
  padding: 100px 0 0;
}
.sec1_inner {
  background-image: url(../img/product/sec1_img01.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  padding: 30px 0 35px;
}
.sec1_content_box {
  width: 53.7%;
}
.sec1_title01 {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
  padding-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.sec1_title01:after {
  content: '';
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 2px;
  background: -moz-linear-gradient(left, #0353cd 0%, #00c9c5 81%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #0353cd 0%,#00c9c5 81%,#ffffff 100%);
  background: linear-gradient(to right, #0353cd 0%,#00c9c5 81%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0353cd', endColorstr='#ffffff',GradientType=1 );
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec1_text01 {
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/*　sec2
---------------------------------------------------------*/
.sec2 {
  padding: 100px 0 0;
}
.sec2_list li {
  margin-bottom: 50px;
}
.sec2_list li:last-child {
  margin-bottom: 0;
}
.sec2_list dl {}
.sec2_list dt {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: 0;
}
.sec2_list dt:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #046cc4;
  margin: auto;
  width: 3px;
  height: 21px;
}
.sec2_list dd {
  letter-spacing: 0;
}

/*　sec3
---------------------------------------------------------*/
.sec3 {
  padding: 90px 0 0;
}
.sec3_text01 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
}
.sec3_text01:before{
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0; 
  width: 16px;
  height: 12px;
  border: 8px solid transparent;
  border-top: 12px solid #0249b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec3_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec3_list li {
  margin-bottom: 55px;
  margin-left: 5%;
  width: 47.5%;
}
.sec3_list li:nth-child(2n+1) {
  margin-left: 0;
}
.sec3_list li figure {}
.sec3_list li figcaption {
  margin-top: 15px;
  font-size: 1.8rem;
  /*font-weight: 500;*/
  text-align: center;
}

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

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {
  /*　sec1
  ---------------------------------------------------------*/
  .sec1 {
    padding: 55px 0 0;
  }
  .sec1_inner {
    background-image: url(../img/product/sec1_img01_sp.jpg);
    background-position: center top;
    background-size: 100% auto;
    padding: 38% 20px 0;
  }
  .sec1_content_box {
    width: 100%;
    -webkit-text-shadow: 0px 0px 10px rgba(255,255,255,0.7);
    text-shadow: 0px 0px 10px rgba(255,255,255,0.7);
  }
  .sec1_title01 {
    display: block;
    margin-bottom: 27px;
    font-size: 2.1rem;
    line-height: 1.5;
  }
  .sec1_text01 {
    text-align: justify;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }

  /*　sec2
  ---------------------------------------------------------*/
  .sec2 {
    padding: 55px 0 0;
  }
  .sec2_list li {
    margin-bottom: 35px;
  }
  .sec2_list dt {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .sec2_list dt:before {
    height: 19px;
  }

  /*　sec3
  ---------------------------------------------------------*/
  .sec3 {
    padding: 55px 0 5px;
  }
  .sec3_text01 {
    padding-left: 18px;
    font-size: 1.6rem;
  }
  .sec3_text01:before{
    top: 0.45em;
    width: 14px;
    height: 10px;
    border: 7px solid transparent;
    border-top: 10px solid #0249b5;
  }
  .sec3_list li {
    margin-bottom: 45px;
  }
  .sec3_list li figure {}
  .sec3_list li figcaption {
    margin-top: 10px;
    font-size: 1.6rem;
  }

}