/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_procedure
====================================================================== */
.p_procedure .l_container_top > .l_main_visual_1 > .inner {
  background-image: url(../img/procedure/mv.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_main_visual_1 > .inner {
    background-image: url(../img/procedure/sp/mv.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
.p_procedure .l_container_top > .box {
  width: 1160px;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box {
    width: 100%;
    padding: 0 4.6875%;
    text-align: left;
    margin: 30px auto 0;
  }
}
.p_procedure .l_container_top > .box > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_procedure .l_container_top > .box > .wrap > .img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .wrap > .img {
    width: 240px;
  }
}
.p_procedure .l_container_top > .box > .wrap > .img:not(:first-child) {
  margin: 0 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .wrap > .img:not(:first-child) {
    margin: 0 0 15px;
  }
}
.p_procedure .l_container_top > .box > .wrap > .lead {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .wrap > .lead {
    width: 100%;
  }
}
.p_procedure .l_container_top > .box > .linkbox {
  margin: 80px 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_procedure .l_container_top > .box > .linkbox {
    margin: 30px 0 0;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.p_procedure .l_container_top > .box > .linkbox > a {
  display: inline-block;
  color: #1AA5AA;
  position: relative;
  padding: 0 18px 0 0;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .linkbox > a {
    font-size: 1.2em;
  }
}
.p_procedure .l_container_top > .box > .linkbox > a:not(:first-child) {
  margin: 0 0 0 32px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .linkbox > a:not(:first-child) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .linkbox > a:nth-child(1) {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .linkbox > a:nth-child(2) {
    margin: 18px 30px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box > .linkbox > a:nth-child(3) {
    margin: 18px 0 0;
  }
}
.p_procedure .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_procedure .l_container_top > .box2 {
  width: 1160px;
  margin: 160px auto 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 {
    width: 100%;
    padding: 0 4.6875%;
    margin: 50px auto 0;
  }
}
.p_procedure .l_container_top > .box2 > .flex {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_procedure .l_container_top > .box2 > .flex > .imgwrap {
  width: 600px;
}
.p_procedure .l_container_top > .box2 > .flex > .imgwrap > img {
  max-width: 100%;
}
.p_procedure .l_container_top > .box2 > .flex > .txtwrap {
  padding: 30px 50px 0 50px;
  width: -moz-calc(100% - 600px);
  width: -o-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 > .flex > .txtwrap {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_4 {
    text-align: center;
  }
}
.p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > span {
  display: inline;
  background: #FCE181;
}
.p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a {
  padding: 0 0 0 1em;
  display: inline-block;
  color: #1AA5AA;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a {
    padding: 0;
  }
}
.p_procedure .l_container_top > .box2 > .flex > .txtwrap > .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_procedure .l_container_top > .l_content {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content {
    padding: 0 0 80px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec {
  margin: 110px auto 0;
  width: 1160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec {
    margin: 80px auto 0;
    width: 100%;
  }
}
.p_procedure .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_procedure .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_procedure .l_container_top > .l_content > .l_main .sec.sec_1 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 {
    margin: 100px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
  margin: 40px auto 0;
  padding: 50px 50px 100px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex {
    width: 100%;
    padding: 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item {
  padding: 0 0 40px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item {
    border-bottom: 1px solid #1AA5AA;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item:not(:first-child) {
    margin: 30px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item:before {
  content: '';
  position: absolute;
  width: 4px;
  background: #CFEBEF;
  top: 100px;
  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_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item: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;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item: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%);
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last {
    border-bottom: none;
    padding: 0 0 30px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last:before {
  display: none;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item._last:after {
  display: none;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .anc {
  position: absolute;
  top: -100px;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 {
    width: 100%;
    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_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed #1AA5AA;
  background: #fff;
  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_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico {
    width: 54px;
    min-width: 54px;
    height: 54px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .u_txt_11 {
  color: #1AA5AA;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .u_txt_11 {
    font-size: 10px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .txt {
  color: #1AA5AA;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .ico > .middle > .txt {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 3px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .u_txt_10 {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row1 > .u_txt_10 {
    line-height: 1.5;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 {
  padding: 40px 0 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -moz-calc( 100% - 100px);
  width: -o-calc( 100% - 100px);
  width: -webkit-calc( 100% - 100px);
  width: calc( 100% - 100px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap {
  padding: 0 50px 0 0;
  width: -moz-calc(100% - 380px);
  width: -o-calc(100% - 380px);
  width: -webkit-calc(100% - 380px);
  width: calc(100% - 380px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap {
    width: 100%;
    padding: 0;
    order: 2;
    margin: 15px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 {
  letter-spacing: .05em;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._first {
    margin: 0 0 10px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._second {
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._second {
    margin: 10px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1._1 {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > span {
  background: #FCE181;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a {
  display: inline-block;
  padding: 0 13px 0 0;
  color: #1AA5AA;
  text-decoration: underline;
  position: relative;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 48%;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #1AA5AA;
  border-right: solid 1px #1AA5AA;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a._none {
  padding: 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a._none:before {
  display: none;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .txtwrap > ul {
  margin: 15px 0 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap {
  width: 380px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  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_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap {
    width: 100%;
    border-radius: 20px;
    order: 1;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap._pt1 {
  border: none;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img {
  max-width: 100%;
}
@media all and (-ms-high-contrast: none) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .imgwrap > img {
    width: 100%;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap {
    order: 3;
    height: 145px;
    overflow: hidden;
    position: relative;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul {
    margin: 30px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li {
  padding: 0 0 0 11px;
  position: relative;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #1AA5AA;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li > a {
  color: #1AA5AA;
  text-decoration: underline;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li > a:hover {
    text-decoration: underline;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap > ul > li > span {
  background: #FCE181;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 {
  width: 100%;
  height: 142px;
  padding: 6px;
  border-radius: 20px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 {
    width: 100%;
    height: 102px;
    border-radius: 20px;
    padding: 6px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3:before {
  width: 430px;
  height: 130px;
  left: 6px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3:before {
    display: none;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 25px;
  border-color: transparent transparent transparent #CFEBEF;
  position: absolute;
  top: 5px;
  left: 415px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3:after {
    display: none;
    border-width: 0 20px 90px 0;
    top: 5px;
    left: -moz-calc(50% - 14px);
    left: -o-calc(50% - 14px);
    left: -webkit-calc(50% - 14px);
    left: calc(50% - 14px);
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap {
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
  background-image: url(../img/procedure/img-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: between;
  -moz-justify-content: between;
  -ms-justify-content: between;
  justify-content: between;
  -ms-flex-pack: between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap {
    padding: 0;
    background-image: url(../img/procedure/sp/img-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap:before {
    position: absolute;
    content: '';
    width: 430px;
    height: 130px;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 20px;
    background: #CFEBEF;
    display: block;
    height: 90px;
    width: 50%;
    width: -moz-calc(50% + 3px);
    width: -o-calc(50% + 3px);
    width: -webkit-calc(50% + 3px);
    width: calc(50% + 3px);
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap:after {
    content: "";
    border-width: 0 20px 90px 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 0 0 50px;
    border-color: transparent transparent transparent #CFEBEF;
    position: absolute;
    z-index: 2;
    left: -moz-calc(50% + 3px);
    left: -o-calc(50% + 3px);
    left: -webkit-calc(50% + 3px);
    left: calc(50% + 3px);
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap > .middle {
    position: relative;
    padding: 0 0 0 15px;
    z-index: 3;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap > .middle > .u_txt_10 {
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap > .middle > .u_txt_10 {
    font-size: 12px;
    letter-spacing: .05em;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .c_btn_3 > .wrap > .u_txt_4 {
    font-size: 1.4em;
    letter-spacing: inherit;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp {
  width: 100%;
  background: linear-gradient(to top, #ffffff 40%, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center {
  height: 70px;
  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: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle {
  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;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .u_txt_1 {
  color: #1AA5AA;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle {
  background: #1AA5AA;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 0 2px 10px;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle > .wrap {
  width: 20px;
  height: 20px;
  position: relative;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle > .wrap > .vertical,
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle > .wrap > .horizontal {
  content: '';
  position: absolute;
  width: 7px;
  height: 1px;
  background: #fff;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle > .wrap > .vertical {
  top: 11px;
  left: 4px;
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .item > .row2 > .max-wrap .u_sp .center > .middle .circle > .wrap > .horizontal {
  top: 11px;
  left: 9px;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_1 .flex > .max-wrap > .u_txt_1 {
  color: #D36C6C;
  font-weight: 600;
  line-height: 1.8;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 {
  background: #CFEBEF;
  border-radius: 30px;
  padding: 95px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 {
    margin: 80px auto 0;
    width: 100%;
    border-radius: 0;
    padding: 70px 4.6875% 60px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex {
  margin: 40px auto 0;
  padding: 50px;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex {
    width: 100%;
    padding: 20px;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap {
  padding: 0 50px 0 0;
  width: -moz-calc(100% - 460px);
  width: -o-calc(100% - 460px);
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > img {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .u_txt_10 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .u_txt_10 {
    font-size: 18px;
    text-align: center;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .u_txt_1 {
  margin: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .u_txt_1 {
    margin: 15px 0 30px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .c_btn_2 {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .c_btn_2 {
    width: 100%;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .c_btn_2:before {
  width: 55%;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .txtwrap > .c_btn_2:after {
  left: -moz-calc(55% - 15px);
  left: -o-calc(55% - 15px);
  left: -webkit-calc(55% - 15px);
  left: calc(55% - 15px);
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .imgwrap {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .imgwrap {
    display: none;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_2 .flex > .item > .imgwrap > img {
  max-width: 100%;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 {
  padding: 95px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 {
    padding: 60px 4.6875% 0;
    margin: 90px auto 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3:before {
  content: url(../img/common/yellow_ico.svg);
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3:before {
    content: '';
    background: url(../img/common/sp/yellow_ico.svg);
    background-size: cover;
    position: absolute;
    width: 245px;
    height: 62px;
    top: -30px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex {
  margin: 40px auto 0;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex {
    width: 100%;
    display: block;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .imgwrap {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .imgwrap {
    width: 100%;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .imgwrap > img {
  max-width: 100%;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap {
  padding: 70px 0 0 50px;
  width: -moz-calc(100% - 600px);
  width: -o-calc(100% - 600px);
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap {
    width: 100%;
    padding: 0;
    margin: 15px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .u_txt_10 {
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .u_txt_10 {
    font-size: 18px;
    text-align: center;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .u_txt_1 {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .u_txt_1 {
    margin: 10px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .c_btn_2 {
    width: 100%;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .c_btn_2:before {
  width: 55%;
}
.p_procedure .l_container_top > .l_content > .l_main .sec.sec_3 .flex > .item > .txtwrap > .c_btn_2:after {
  left: -moz-calc(55% - 15px);
  left: -o-calc(55% - 15px);
  left: -webkit-calc(55% - 15px);
  left: calc(55% - 15px);
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 {
  background: #FFDDDD;
  border-radius: 30px;
  margin: 120px auto 0;
  padding: 30px 50px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_4 {
    margin: 90px 4.6875% 0;
    width: 90.625%;
    border-radius: 20px;
    padding: 30px 20px 20px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .anc {
  position: absolute;
  top: -100px;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .maxwrap {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .maxwrap > .u_txt_4 {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  color: #D36C6C;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_4 > .maxwrap > .u_txt_4 {
    margin: 0 0 0 25px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .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_procedure .l_container_top > .l_content > .l_main .sec_4 > .maxwrap > .u_txt_4:after {
  position: absolute;
  top: 0px;
  left: -23px;
  font-weight: 100;
  content: '!';
  color: #fff;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex {
    display: block;
    padding: 25px 20px;
    border-radius: 20px;
    margin: 25px auto 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_1 {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_1 {
    font-size: 12px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_3 {
  color: #D36C6C;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-weight: 600;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_4 .flex > .u_txt_3._second {
  margin: 15px 0 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 {
  border-radius: 30px;
  margin: 120px auto 0;
  padding: 30px 50px 50px;
  border: 1px solid #E5E5E5;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 {
    margin: 60px 0 0;
    width: 100%;
    border-radius: 0;
    padding: 30px 4.6875%;
    border-left: none;
    border-right: none;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 > .anc {
  position: absolute;
  top: -100px;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 > .maxwrap {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 > .maxwrap > .u_txt_4 {
  margin: 0 auto;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 > .maxwrap > .u_txt_4 {
    margin: 0 auto 0 15px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 > .maxwrap > .u_txt_4:before {
  content: url(../img/procedure/ico.svg);
  width: 24px;
  height: 24px;
  color: #fff;
  position: absolute;
  border-radius: 50%;
  left: -32px;
  top: 5px;
  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_procedure .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 {
    margin: 30px 0 0;
    text-align: left;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 > .u_txt_1 > span {
  font-weight: bold;
  color: #D36C6C;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 {
  padding: 0 50px 0 0;
  width: -moz-calc(100% - 550px);
  width: -o-calc(100% - 550px);
  width: -webkit-calc(100% - 550px);
  width: calc(100% - 550px);
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 > .u_txt_1 {
    font-size: 12px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 > .u_txt_1._1 {
  margin-top: 15px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 > ul {
  margin: 25px 0 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 > ul > li {
  padding: 0 0 0 11px;
  position: relative;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item1 > ul > li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 5px;
  background: #1AA5AA;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 {
  background: #F3F3F3;
  border-radius: 20px;
  width: 550px;
  padding: 30px 30px 35px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 {
    width: 100%;
    margin: 15px 0 0;
    padding: 30px 20px 30px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1._second {
  margin: 5px 0 20px 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1 > .link {
  padding: 0 0 0 28px;
  position: relative;
  text-decoration: underline;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1 > .link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1 > .link:hover {
    text-decoration: underline;
  }
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1 > .link:before {
  content: url(../img/procedure/ico_pdf.svg);
  position: absolute;
  top: -5px;
  left: 0;
}
.p_procedure .l_container_top > .l_content > .l_main .sec_5 .flex > .item2 .u_txt_1._1 {
  margin-top: 15px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 4.6875%;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner {
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 {
  width: 570px;
  height: 142px;
  padding: 6px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 {
    width: 100%;
    height: 120px;
    border-radius: 20px;
    padding: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:not(:first-child) {
    margin: 20px 0 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:before {
  width: 290px;
  height: 130px;
  left: 6px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:before {
    display: none;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 25px;
  border-color: transparent transparent transparent #CFEBEF;
  position: absolute;
  top: 5px;
  left: 273px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:after {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3:after {
    left: 272px;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap {
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
  background-image: url(../img/procedure/img01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: between;
  -moz-justify-content: between;
  -ms-justify-content: between;
  justify-content: between;
  -ms-flex-pack: between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap {
    padding: 0;
    background-image: url(../img/procedure/sp/img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap:before {
    position: absolute;
    content: '';
    width: 430px;
    height: 130px;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 20px;
    background: #CFEBEF;
    display: block;
    height: 108px;
    width: 50%;
    width: -moz-calc(50% + 13px);
    width: -o-calc(50% + 13px);
    width: -webkit-calc(50% + 13px);
    width: calc(50% + 13px);
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap:after {
    content: "";
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 108px 0 0 50px;
    border-color: transparent transparent transparent #CFEBEF;
    position: absolute;
    z-index: 2;
    left: -moz-calc(50% + 13px);
    left: -o-calc(50% + 13px);
    left: -webkit-calc(50% + 13px);
    left: calc(50% + 13px);
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap._pt1 {
  background-image: url(../img/procedure/img02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap._pt1 {
    padding: 0;
    background-image: url(../img/procedure/sp/img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap > .middle {
    position: relative;
    padding: 0 0 0 15px;
    z-index: 3;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap > .middle > .u_txt_10 {
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap > .middle > .u_txt_10 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .btnwrap_double > .inner .c_btn_3 > .wrap > .u_txt_4 {
    font-size: 1.4em;
    letter-spacing: inherit;
  }
}
.p_procedure .l_container_top > .l_content > .l_main > .c_list_3 {
  margin: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .c_list_3 {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_procedure .l_container_top > .l_content > .l_main > .c_list_3 > .c_btn_3:nth-child(3), .p_procedure .l_container_top > .l_content > .l_main > .c_list_3 > .c_btn_3:nth-child(4), .p_procedure .l_container_top > .l_content > .l_main > .c_list_3 > .c_btn_3:nth-child(5) {
    margin: 0;
  }
}

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