/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_notice
====================================================================== */
.p_notice .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/notice/mv.png);
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_main_visual_1 > .inner {
    width: 100%;
    height: 190px;
    border-radius: 0;
    padding: 0;
    background-image: url(../img/notice/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
    position: relative;
  }
}
.p_notice .l_container_top > .box {
  width: 1160px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box {
    width: 100%;
    padding: 0 4.6875%;
    text-align: left;
    margin: 30px auto 0;
  }
}
.p_notice .l_container_top > .box > .lead {
  max-width: 800px;
  margin: 0 auto;
  letter-spacing: .05em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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_notice .l_container_top > .box > .lead {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_notice .l_container_top > .box > .lead figure {
  border: solid 1px #1AA5AA;
  color: #1AA5AA;
  background: #FFFFFF;
  max-width: 140px;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  border-radius: 200px;
  text-align: center;
  padding: 23px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .lead figure {
    max-width: 110px;
    height: 110px;
  }
}
.p_notice .l_container_top > .box > .lead figure img {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .lead figure img {
    width: 26%;
    margin: 0 0 5% 0;
  }
}
.p_notice .l_container_top > .box > .lead figure figcaption {
  font-weight: 700;
  font-size: 1.8em;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .lead figure figcaption {
    font-size: 1.3em;
  }
}
.p_notice .l_container_top > .box > .lead figure + figure {
  margin: 0 0 0 20px;
}
.p_notice .l_container_top > .box > .lead figure + figure img {
  margin: 0 -10px 2px 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .lead figure + figure img {
    margin: 0 -10% 1% 0;
  }
}
.p_notice .l_container_top > .box > .lead .txt {
  width: 100%;
  max-width: 495px;
  margin: 0 0 0 30px;
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .lead .txt {
    margin: 20px 0 0 0;
  }
}
.p_notice .l_container_top > .box > .linkbox {
  margin: 60px 0 0;
  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;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .linkbox {
    margin: 40px 0 0;
    display: block;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_notice .l_container_top > .box > .linkbox > a {
  display: inline-block;
  color: #1AA5AA;
  position: relative;
  padding: 0 18px 0 0;
  margin: 0 32px 0 0;
}
.p_notice .l_container_top > .box > .linkbox > a:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .box > .linkbox > a {
    font-size: 1.2em;
  }
  .p_notice .l_container_top > .box > .linkbox > a:nth-child(1) {
    margin-right: 30px;
  }
}
.p_notice .l_container_top > .box > .linkbox > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 43%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #1AA5AA;
  border-right: solid 1px #1AA5AA;
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}
.p_notice .l_container_top > .l_content > .l_main .caution {
  font-weight: 700;
  color: #D36C6C;
  line-height: 1.6;
}
.p_notice .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec:before {
  content: url(../img/common/blue_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_notice .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_notice .l_container_top > .l_content > .l_main .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 50px;
  margin: 0 0 120px 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_1 {
    margin: 30px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_1 figure > img {
  width: 100%;
  height: auto;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
  margin: 40px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
    padding: 20px 20px 30px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 {
  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_notice .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_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure {
  max-width: 460px;
  width: 100%;
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 figure {
    margin: 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box {
    margin: 20px 0 0 0;
  }
}
.p_notice .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_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box .ttl {
    margin: 20px 0 20px 0;
    text-align: center;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .wrap1 .txt_box .u_txt_1._1 {
  margin-bottom: 20px;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 110px 50px 50px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 {
    margin: 100px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app {
  margin: 60px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
  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_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app {
    padding: 30px 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dt {
  width: 100%;
  max-width: 460px;
  order: 1;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dt > img {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dt {
    margin: 0 auto 20px;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dt > img {
    width: 100%;
    height: auto;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd {
  width: 100%;
  order: 0;
  margin: 0 40px 0 0;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .ttl {
  margin: 0 0 10px 0;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .txt {
  margin: 0 0 20px 0;
}


.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .u_txt_1 a {
    display: inline-block;
    text-decoration: underline;
    margin: 10px 0 0 0;
    position: relative;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .u_txt_1 a:hover {
    text-decoration: none;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .u_txt_1 a::after {
    content: '';
    display: inline-block;
    background: url(../img/common/out_link.svg) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 14px;
    margin: 0 0 0 5px;
  }
  @media screen and (max-width: 768px) {
    .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .app dd .u_txt_1 a {
      font-size: 0.9em;
      letter-spacing: .05em;
    }
  }


.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex {
  margin: 60px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex {
    padding: 30px 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .c_ttl_4 {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .c_ttl_4 {
    margin: 0 0 30px 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box {
  position: relative;
  padding: 0 0 80px 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #1AA5AA;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 20px;
    bottom: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #1AA5AA transparent transparent transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box:last-child {
    border-bottom: 0;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box:last-child::after {
    display: none;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box::before {
  content: '';
  position: absolute;
  width: 4px;
  background: #CFEBEF;
  top: 65px;
  left: 50px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -moz-calc(100% - 100px);
  height: -o-calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    bottom: -8px;
    top: initial;
    left: 50%;
    background: none;
    z-index: 1;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box::before:last-child::before {
    display: none;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box .num_label {
  position: absolute;
  left: 0;
  top: -35px;
  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_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box .num_label {
    width: 54px;
    height: 54px;
    background-size: 100%;
    font-size: 10px;
    text-transform: uppercase;
    padding: 14px 0;
    top: 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box .num_label > strong {
  font-weight: 700;
  font-size: 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box .num_label > strong {
    font-size: 16px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box {
  width: 100%;
  max-width: 382px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box {
    max-width: none;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box .u_txt_10 {
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: .05em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box .u_txt_10 {
    padding: 0 0 0 4em;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box .u_txt_10._sp {
    padding: 10px 0 0 4em;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box .u_txt_1 .red {
  font-weight: 700;
  color: #D36C6C;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box a {
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 0 0;
  position: relative;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box a:hover {
  text-decoration: none;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box a::after {
  content: '';
  display: inline-block;
  background: url(../img/common/out_link.svg) no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box > .txt_box a {
    font-size: 0.9em;
    letter-spacing: .05em;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure {
  width: 100%;
  max-width: 380px;
  margin: 0 0 0 43px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure {
    max-width: none;
    margin: 0;
    margin: 0 0 20px 0;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure img {
    width: 100%;
    height: auto;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app {
  background: #F3F3F3;
  border-radius: 30px;
  padding: 23px 10px;
  height: 144px;
  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_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app {
    border-radius: 20px;
    height: 110px;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app.u_pc {
    display: none;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app.u_sp {
    display: flex;
  }
  .p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box figure.app img {
    max-width: 249px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box._1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex > .in_box._1::before {
  display: none;
}
.p_notice .l_container_top > .l_content > .l_main .sec.sec_2 > .flex:last-child figure {
  margin-bottom: 0;
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 {
  background: #FFDDDD;
  border-radius: 30px;
  margin: 80px auto 0;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec_3 {
    border-radius: 20px;
    margin: 60px 4.6875% 0;
    padding: 30px 20px 20px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .maxwrap {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .maxwrap .u_txt_4 {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: #D36C6C;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec_3 .maxwrap .u_txt_4 {
    margin-left: 1.5em;
    letter-spacing: .05em;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .maxwrap .u_txt_4::before {
  content: '';
  background: #D36C6C;
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  left: -32px;
  top: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .maxwrap .u_txt_4::after {
  position: absolute;
  top: 0px;
  left: -23px;
  font-weight: 100;
  content: '!';
  color: #fff;
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .flex {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec_3 .flex {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .flex .u_txt_1 {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .sec_3 .flex .u_txt_1 {
    font-size: 1.2em;
  }
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .flex .u_txt_3 {
  color: #D36C6C;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-weight: 600;
}
.p_notice .l_container_top > .l_content > .l_main .sec_3 .flex .u_txt_3._second {
  margin: 15px 0 0;
}
.p_notice .l_container_top > .l_content > .l_main .c_list_3 {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_notice .l_container_top > .l_content > .l_main .c_list_3 {
    margin: 80px 4.6875% 0;
  }
}

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