@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_service_es
====================================================================== */
.p_service_es .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/service_es/mv.png);
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_main_visual_1 > .inner {
    width: 100%;
    height: 190px;
    border-radius: 0;
    padding: 27%;
    background-image: url(../img/service_es/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    position: relative;
  }
}
.p_service_es .l_container_top > .box {
  width: 1160px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box {
    width: auto;
    margin: 30px auto 0;
  }
  .p_service_es .l_container_top > .box .lead {
    text-align: left;
    padding: 0 4.6875%;
    letter-spacing: .05em;
    line-height: 1.8;
  }
}
.p_service_es .l_container_top > .box > .manga_blk {
  width: 810px;
  display: inline-block;
  border-radius: 20px;
  border: solid 1px #E5E5E5;
  padding: 30px;
  margin: 60px 0 0 0;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk {
    width: auto;
    display: block;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin: 40px 0 0 0;
    padding: 20px;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content {
  background: url("/assets/img/service_es/es_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 12px 0 27px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p_service_es .l_container_top > .box > .manga_blk .content:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content {
    background: none;
    padding: 0;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner {
  display: block;
  width: 435px;
  height: 195px;
  border-radius: 20px;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner {
    width: 100%;
    height: initial;
    padding: 0;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap {
  height: 175px;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 2px #65bd40;
  border-radius: 20px;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap {
    height: initial;
    padding: 10px;
    background: none;
    box-shadow: 0px 0px 0px 5px #fff;
    border: dashed 2px #65bd40;
    position: static;
    border-radius: 20px;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap p {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap p {
    font-size: 14px;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap img {
    max-width: 100%;
  }
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap img.img01 {
    margin: 0 0 8px;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap img.img02 {
  margin: 6px auto;
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .absolute {
    display: none;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap {
  position: absolute;
  text-decoration: none;
  width: 190px;
  padding: 5px;
  background: #fff;
  color: #FFFFFF;
  left: 50%;
  border-radius: 5px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap {
    position: static;
    margin: 0 auto;
    display: block;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .inner {
    margin: 0 auto;
    width: 95%;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .btn {
  width: 100%;
  height: 39px;
  background: #48ac2b;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .btn {
    height: 37px;
  }
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .btn::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #dde13b;
  top: 50%;
  left: 39px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .btn p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .box > .manga_blk .content > .inner .txtwrap .btn_wrap .btn p {
    font-size: 13px;
  }
}
.p_service_es .l_container_top > .l_content {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content {
    padding: 0 0 80px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .bg_y {
  background: #F7E18E;
}
.p_service_es .l_container_top > .l_content > .l_main .u_txt_1 {
  letter-spacing: .05em;
}
.p_service_es .l_container_top > .l_content > .l_main .u_txt_10 {
  letter-spacing: .05em;
  line-height: 1.5em;
}
.p_service_es .l_container_top > .l_content > .l_main figure img {
  width: 100%;
  height: auto;
}
.p_service_es .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec:before {
    content: '';
    top: -20px;
    background: url(../img/common/blue_ico.svg);
    width: 146px;
    height: 70px;
    background-size: cover;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 50px;
  margin: 110px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
  margin: 45px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
    padding: 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 {
  margin: 0 0 60px 0;
  padding: 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure {
  max-width: 192px;
  width: 100%;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure {
    max-width: 129px;
    margin: 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure > img {
  width: 147px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure > img {
    width: inherit;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box {
  width: 100%;
  max-width: 568px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box .ttl {
  font-weight: 700;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box .ttl {
    margin: 12px 0 20px 0;
    text-align: center;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box .u_txt_1._1 {
  margin-bottom: 20px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .c_ttl_4 {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .c_ttl_4 {
    margin: 0 0 34px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box {
  position: relative;
  padding: 0 0 0 150px;
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box .num_label {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(/assets/img/service_es/circle_dot.svg) no-repeat;
  color: #1AA5AA;
  font-size: 14px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box .num_label {
    width: 54px;
    height: 54px;
    background-size: 100%;
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 0;
    top: -5px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box .num_label > strong {
  font-weight: 700;
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box .num_label > strong {
    font-size: 16px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box {
    max-width: none;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box .u_txt_10 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box .u_txt_10 {
    padding: 0 0 0 4em;
    height: 50px;
  }
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box .u_txt_10._sp {
    padding: 10px 0 0 4em;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box > .txt_box > .u_sp > img._pt3 {
  width: auto;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure {
  width: 100%;
  height: 216px;
  max-width: 380px;
  border: solid 1px #E5E5E5;
  border-radius: 30px;
  padding: 23px 50px;
  margin: 0 0 0 43px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure {
    max-width: none;
    margin: 0;
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure.u_pc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure.u_pc {
    display: none;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure.u_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure > img._pt1 {
  width: 226px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure > img._pt2 {
  width: 150px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure > img._pt3 {
  width: 212px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap2 > .in_box figure > img._pt4 {
  width: 254px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 > .c_ttl_4 {
  margin: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 > .c_ttl_4 {
    margin: 0 0 30px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 {
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0 0 20px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 figure {
  order: 2;
  max-width: 142px;
  width: 100%;
  margin: 0 115px 0 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 figure {
    order: 1;
    max-width: 116px;
    margin: 0 0 20px 0;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 figure img {
  width: 100%;
  height: auto;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 .txt_box {
  order: 1;
  width: 100%;
  max-width: 608px;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._1 .txt_box .u_txt_1._1 {
  margin: 0 0 20px 0;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box {
  width: 100%;
  max-width: 470px;
  border: solid 1px #1AA5AA;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box {
    border-radius: 20px;
    padding: 20px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .ttl {
  font-weight: 700;
  color: #1AA5AA;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .ttl {
    font-size: 1.8em;
    letter-spacing: .05em;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .ttl::before {
  content: '★';
  display: inline-block;
  vertical-align: middle;
  background: #1AA5AA;
  color: #FFFFFF;
  text-align: center;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  padding: 6px 5.5px 6px 6.5px;
  letter-spacing: 0;
  margin: -5px 10px 0 0;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .sub_ttl {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .txt {
  padding: 0 0 0 1em;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box .txt li {
  list-style-type: disc;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box._1 {
  border: solid 1px #D36C6C;
  color: #D36C6C;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box._1 {
    margin-top: 15px;
  }
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box._1 .ttl {
  color: #D36C6C;
}
.p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box._1 .ttl::before {
  content: '!';
  background: #D36C6C;
  line-height: 1;
  padding: 6px 10px 6px 11px;
  letter-spacing: 0;
  margin: -5px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_service_es .l_container_top > .l_content > .l_main .sec.sec_1 .flex .wrap3 .in_box._2 .ch_box._1 .sub_ttl {
    text-indent: -1em;
    padding-left: 1em;
  }
}

/*# sourceMappingURL=p_service_es.css.map */
