/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_business_mypage
====================================================================== */
.p_business_mypage .l_main_visual {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main_visual .en {
    line-height: 1.1;
    margin: 0 0 10px;
  }
}
.p_business_mypage .l_content {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_content {
    padding: 0 4.6875vw 80px;
  }
}
.p_business_mypage .l_main .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .inner {
    width: 100%;
  }
}
.p_business_mypage .l_main .flexbox {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .flexbox {
    gap: 20px;
    width: 100%;
    flex-direction: column;
  }
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:first-of-type {
  background: #FDF4F4;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:first-of-type .txtlink {
  color: #C90A0A;
  text-decoration: underline;
  font-weight: bold;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:first-of-type .txtlink:hover {
  text-decoration: none;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:not(:first-of-type) {
  background: #F6F7F9;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:not(:first-of-type) .txtlink {
  color: #0D3863;
  text-decoration: underline;
  font-weight: bold;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-item:not(:first-of-type) .txtlink:hover {
  text-decoration: none;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-tags .tag {
  background: #C90A0A;
}
.p_business_mypage .l_main .flexbox.reverse .flexbox-tags .tag._pt {
  background: #0D3863;
}
.p_business_mypage .l_main .flexbox-item {
  width: 490px;
  padding: 20px 20px 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .flexbox-item {
    width: 100%;
    padding: 20px;
  }
}
.p_business_mypage .l_main .flexbox-item:first-of-type {
  background: #F6F7F9;
}
.p_business_mypage .l_main .flexbox-item:not(:first-of-type) {
  background: #FDF4F4;
}
.p_business_mypage .l_main .flexbox-item .btnwrap {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .flexbox-item .btnwrap {
    margin: 20px 0 0;
    position: initial;
    transform: translateX(0);
  }
}
.p_business_mypage .l_main .flexbox-subttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.p_business_mypage .l_main .flexbox-ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .flexbox-ttl {
    font-size: 18px;
  }
}
.p_business_mypage .l_main .flexbox-tags {
  margin: 10px 0 15px;
  display: flex;
  gap: 0 10px;
  justify-content: center;
}
.p_business_mypage .l_main .flexbox-tags .tag {
  font-size: 12px;
  padding: 2px 10px 3px;
  background: #0D3863;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_business_mypage .l_main .flexbox-tags .tag {
    padding: 4px 10px 5px;
  }
}
.p_business_mypage .l_main .flexbox-tags .tag._pt {
  background: #C90A0A;
}
.p_business_mypage .l_main .flexbox .u_txt_1 {
  border-top: 1px solid #E3E3E3;
  padding-top: 15px;
}

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