@charset "utf-8";
/* CSS Document */

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
  display: none;
  }
}
@media only screen and (max-width: 640px) {
  .c-hide-sp {
  display: none;
  }
}

/* ========== heading4 ========== */
.jplus2208-heading4-01{
  border-bottom: 2px solid #eb7000;
  position: relative;
  padding-left: 30px;
  line-height: 24px;
}
.jplus2208-heading4-01 span{
  display: inline-block;
  padding-bottom: 5px;
}
.jplus2208-heading4-01 span:before {
  width: 26px;
  height: 100%;
  background-image: url(/assets/img/marker_08_@2x.png);
  background-repeat: no-repeat;
  background-size: auto 23px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}

@media only screen and (max-width: 640px){
  .jplus2208-heading4-01 span:before {
    background-position: left center;
  }
}

/* ========== infoBlock ========== */
.c-infoBlock-01.jplus2208-infoBlock-01 {
  background-color: #fce7cd;
  border: none;
  padding: 40px 40px;
  display: flex;
}

.jplus2208-infoBlock-01__txt{
  width: 52%;
}
.jplus2208-infoBlock-01__img{
  /* width: calc( (48% - 40px) / 1); */
  margin-left: 40px;
}


@media only screen and (max-width: 640px){
  .c-infoBlock-01.jplus2208-infoBlock-01 {
    padding: 16px 16px;
    flex-direction: column;
  }
  .jplus2208-infoBlock-01__txt,
  .jplus2208-infoBlock-01__img{
    width: 100%;
    margin-left: 0;
  }
}

.border-orange {
 border: 2px solid #eb7000;
 padding: 10px 0;
}