@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 p_news_single
====================================================================== */
.p_news_single .l_content {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_content {
    padding: 0 0 80px;
  }
}
.p_news_single .l_main > .inner {
  width: 925px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner {
    margin: 40px auto 0;
    padding: 0 4.6875vw 0;
    width: 100vw;
  }
}
.p_news_single .l_main > .inner h1 {
  font-size: 32px;
  color: #000;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner h1 {
    font-size: 26px;
  }
}
.p_news_single .l_main > .inner .date {
  margin: 10px 0 0;
  font-size: 14px;
  color: #1170C3;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .date {
    font-weight: bold;
    letter-spacing: initial;
  }
}
.p_news_single .l_main > .inner .thumb {
  margin: 50px auto 0;
  max-width: 750px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .thumb {
    margin: 20px auto 0;
  }
}
.p_news_single .l_main > .inner .thumb img {
  max-width: 100%;
  aspect-ratio: 25 / 14;
}
.p_news_single .l_main > .inner p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner p {
    font-size: 14px;
    line-height: 2;
  }
}
.p_news_single .l_main > .inner h2 {
  font-size: 26px;
  line-height: 1.5;
  border-bottom: 2px solid #E3E3E3;
  position: relative;
  margin: 70px 0 0;
  padding-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner h2 {
    font-size: 24px;
    margin: 40px 0 0;
  }
}
.p_news_single .l_main > .inner h2:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #0C5CFF;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.p_news_single .l_main > .inner h3 {
  margin: 50px 0 0;
  font-size: 24px;
  line-height: 1.8;
  padding: 0 0 0 26px;
  position: relative;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner h3 {
    font-size: 22px;
    margin: 40px 0 0;
  }
}
.p_news_single .l_main > .inner h3:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #0C5CFF;
  top: 0;
  left: 0;
}
.p_news_single .l_main > .inner h4 {
  margin-top: 40px;
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E3E3;
}
.p_news_single .l_main > .inner h5 {
  margin-top: 30px;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner h5 {
    margin-top: 40px;
  }
}
.p_news_single .l_main > .inner ul {
  margin-top: 20px;
  padding: 0 0 0 15px;
}
.p_news_single .l_main > .inner ul li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 16px;
  position: relative;
}
.p_news_single .l_main > .inner ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0C5CFF;
  position: absolute;
  top: 8px;
  left: 0;
}
.p_news_single .l_main > .inner ol {
  margin-top: 20px;
  padding: 0 0 0 35px;
}
.p_news_single .l_main > .inner ol li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
.p_news_single .l_main > .inner ol li::marker {
  color: #0C5CFF;
  font-weight: bold;
}
.p_news_single .l_main > .inner .imgtext {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .imgtext {
    margin: 20px 0;
    flex-direction: column;
  }
}
.p_news_single .l_main > .inner .imgtext.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .imgtext.reverse {
    flex-direction: column;
  }
}
.p_news_single .l_main > .inner .imgtext .imgbox {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .imgtext .imgbox {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .imgtext .imgbox img {
  width: 100%;
  border: 1px solid #E3E3E3;
}
.p_news_single .l_main > .inner .imgtext .txtbox {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .imgtext .txtbox {
    margin: 10px 0 0;
    width: 100%;
  }
}
.p_news_single .l_main > .inner .imgtext .txtbox > *:first-child {
  margin-top: 0;
}
.p_news_single .l_main > .inner .imagebox-wrap {
  width: 750px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .imagebox-wrap {
    width: 100%;
    margin: 20px auto 20px;
  }
}
.p_news_single .l_main > .inner .imagebox-wrap img {
  max-width: 100%;
}
.p_news_single .l_main > .inner .borderbox {
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .borderbox {
    margin-top: 40px;
    padding: 25px 15px;
    border-color: #707070;
  }
}
.p_news_single .l_main > .inner .borderbox > *:first-child {
  margin-top: 0;
}
.p_news_single .l_main > .inner .bgbox {
  margin-top: 40px;
  padding: 20px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .bgbox {
    padding: 25px 15px;
  }
}
.p_news_single .l_main > .inner .bgbox > *:first-child {
  margin-top: 0;
}
.p_news_single .l_main > .inner .fullbox {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 18px 2px rgba(0, 16, 51, 0.05);
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fullbox {
    padding: 15px;
    flex-direction: column;
  }
}
.p_news_single .l_main > .inner .fullbox .imgbox {
  width: 325px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fullbox .imgbox {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .fullbox .imgbox img {
  width: 100%;
  border-radius: 5px;
}
.p_news_single .l_main > .inner .fullbox .txtbox {
  position: relative;
  width: calc(100% - 345px);
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fullbox .txtbox {
    margin: 20px 0 0;
    width: 100%;
  }
}
.p_news_single .l_main > .inner .fullbox .txtbox > *:first-child {
  margin-top: 0;
}
.p_news_single .l_main > .inner .fullbox .txtbox .c_tags_1 {
  margin: 15px 0 0;
  padding: 0 120px 0 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fullbox .txtbox .c_tags_1 {
    padding: 0 0 40px;
  }
}
.p_news_single .l_main > .inner .fullbox .txtbox .c_link_1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p_news_single .l_main > .inner .title {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .title {
    margin-top: 40px !important;
  }
}
.p_news_single .l_main > .inner .title + .c_list_3 {
  margin-top: 40px !important;
}
.p_news_single .l_main > .inner .title + .fukidashi {
  margin-top: 40px !important;
}
.p_news_single .l_main > .inner .three {
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .three {
    margin-top: 40px;
    gap: 40px;
  }
}
.p_news_single .l_main > .inner .three .c_list_item {
  width: 300px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .three .c_list_item {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .c_list_3.sliderbox {
  width: 100vw;
  margin: 80px 0 0 calc( (-100vw + 960px) / 2);
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .c_list_3.sliderbox {
    padding: 0 0 30px;
    margin: 80px 0 0;
    transform: translateX(-4.6875vw);
  }
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .c_list_item {
  width: 300px;
  padding: 0;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-slide {
  margin: 0 10px;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots {
  margin: 0;
  gap: 0 10px;
  display: flex;
  justify-content: center;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots li:before {
  display: none;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots li.slick-active button {
  background: #1470C3;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #1470C3;
  border-radius: 50%;
}
.p_news_single .l_main > .inner .c_list_3.sliderbox .slick-dots li button:before {
  display: none;
}
.p_news_single .l_main > .inner .c_list_3 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .c_list_3 {
    margin-top: 40px;
  }
}
.p_news_single .l_main > .inner .c_list_3 .c_list_imgbox img {
  border-radius: 5px;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox {
  padding: 20px 0 40px;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox .flex {
  align-items: flex-start;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox .time {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox .ttl {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 1.7;
  margin: 10px 0 0;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox .ttl:before {
  display: none;
}
.p_news_single .l_main > .inner .c_list_3 .c_list_txtbox .linkbox {
  bottom: 1px;
}
.p_news_single .l_main > .inner .fukidashi {
  margin: 60px 0 40px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi {
    gap: 20px 0;
  }
}
.p_news_single .l_main > .inner .fukidashi-item {
  display: flex;
  gap: 0 7px;
}
.p_news_single .l_main > .inner .fukidashi-item:nth-child(even) {
  flex-direction: row-reverse;
}
.p_news_single .l_main > .inner .fukidashi-item:nth-child(even) .fukidashi-txtbox:before {
  content: url(../img/common/triangle.svg);
  position: absolute;
  top: 19px;
  right: -29px;
  transform: rotateY(180deg);
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-item:nth-child(even) .fukidashi-txtbox:before {
    content: url(../img/common/sp/triangle.svg);
    top: 21px;
    right: -20.5px;
    left: initial;
  }
}
.p_news_single .l_main > .inner .fukidashi-item:nth-child(even) .fukidashi-txtbox:after {
  content: "";
  width: 1px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 20px;
  right: -1px;
  left: initial;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-item:nth-child(even) .fukidashi-txtbox:after {
    display: none;
  }
}
.p_news_single .l_main > .inner .fukidashi-imgbox {
  width: 135px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-imgbox {
    width: 90px;
  }
}
.p_news_single .l_main > .inner .fukidashi-imgbox img {
  width: 100%;
  height: 135px;
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-imgbox img {
    height: 90px;
  }
}
.p_news_single .l_main > .inner .fukidashi-imgbox .name {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p_news_single .l_main > .inner .fukidashi-txtbox {
  margin: 40px 0 0;
  padding: 20px;
  border: 1px solid #E3E3E3;
  border-radius: 18px;
  width: calc(100% - 142px);
  position: relative;
  height: min-content;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-txtbox {
    margin: 15px 0 0;
    padding: 15px;
    width: calc(100% - 98px);
  }
}
.p_news_single .l_main > .inner .fukidashi-txtbox:before {
  content: url(../img/common/triangle.svg);
  position: absolute;
  top: 19px;
  left: -29px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-txtbox:before {
    content: url(../img/common/sp/triangle.svg);
    top: 20px;
    left: -20px;
  }
}
.p_news_single .l_main > .inner .fukidashi-txtbox:after {
  content: "";
  width: 1px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: -1px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .fukidashi-txtbox:after {
    display: none;
  }
}
.p_news_single .l_main > .inner .fukidashi-txtbox > *:first-child {
  margin-top: 0;
}
.p_news_single .l_main > .inner .btnwrap1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .btnwrap1 {
    margin-top: 30px;
    gap: 30px;
  }
}
.p_news_single .l_main > .inner .btnwrap2 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .btnwrap2 {
    margin-top: 40px;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .scroll-table {
    width: 100vw;
    padding: 0 4.6875vw;
    overflow-x: scroll;
    transform: translateX(-4.6875vw);
  }
  .p_news_single .l_main > .inner .scroll-table .tablewrap {
    width: 800px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_news_single .l_main > .inner .scroll-table .tablewrap {
    width: 100%;
  }
}

.p_news_single .l_main > .inner .tablewrap {
  margin-top: 40px;
  border-bottom: 1px solid #E0E0E0;
}
.p_news_single .l_main > .inner .tablewrap .column {
  display: flex;
  border-top: 1px solid #E0E0E0;
}
.p_news_single .l_main > .inner .tablewrap .column > .ttl {
  background: #F6F7F9;
  font-size: 16px;
  font-weight: bold;
  width: 290px;
  padding: 15px 30px;
  display: flex;
  border-left: 1px solid #E0E0E0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .tablewrap .column > .ttl {
    font-size: 14px;
    line-height: 1.5;
    width: 110px;
    align-items: flex-start;
    padding: 10px;
  }
}
.p_news_single .l_main > .inner .tablewrap .column > .desc {
  width: calc(100% - 290px);
  font-size: 16px;
  line-height: 1.7;
  padding: 15px 30px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .tablewrap .column > .desc {
    font-size: 14px;
    line-height: 1.5;
    width: calc(100% - 110px);
    padding: 10px;
  }
}
.p_news_single .l_main > .inner .tablewrap .column:first-of-type .row .item {
  text-align: center;
  font-weight: bold;
  background: #F6F7F9;
}
.p_news_single .l_main > .inner .tablewrap .row {
  width: 50%;
}
.p_news_single .l_main > .inner .tablewrap .row:last-of-type {
  border-right: 1px solid #E0E0E0;
}
.p_news_single .l_main > .inner .tablewrap .row .item {
  padding: 15px 30px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.7;
  border-left: 1px solid #E0E0E0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .tablewrap .row .item {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
  }
}
.p_news_single .l_main > .inner .txtlink {
  color: #0072BB;
  text-decoration: underline;
}
.p_news_single .l_main > .inner .txtlink[target="_blank"]:after {
  margin: 0 5px;
  content: url(../img/common/txtlink.svg);
}
.p_news_single .l_main > .inner .txtlink:hover {
  text-decoration: none;
}
.p_news_single .l_main > .inner .attention {
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0 0 15px;
  position: relative;
}
.p_news_single .l_main > .inner .attention:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p_news_single .l_main > .inner .marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff46e 60%);
}
.p_news_single .l_main > .inner .suggest {
  position: relative;
}
.p_news_single .l_main > .inner .suggest-ttl {
  font-size: 14px;
  position: absolute;
  background: #0C5CFF;
  border-radius: 3px;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 5px 10px;
  margin: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .suggest-ttl {
    line-height: 1;
  }
}
.p_news_single .l_main > .inner .suggest-lists {
  border: 1px solid #0C5CFF;
  border-radius: 5px;
  display: block;
  padding: 15px 16px 20px 18px;
  position: relative;
  margin: 55px auto 35px;
  width: 565px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .suggest-lists {
    width: 100%;
    padding: 15px 10px 15px 10px;
  }
}
.p_news_single .l_main > .inner .suggest-list {
  color: #111;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 20px;
}
.p_news_single .l_main > .inner .suggest-list:before {
  content: url(../img/common/check.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
}
.p_news_single .l_main > .inner .suggest-list:first-of-type {
  margin: 0;
}
.p_news_single .l_main > .inner .suggest-list span {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fff500 60%);
}
.p_news_single .l_main > .inner .cvarea1 {
  margin: 80px 0;
  transform: translateX(-102.5px);
  width: 1130px;
  padding: 60px 100px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #84adff, #436df2, #103bf4, #0b5cff);
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1 {
    margin: 50px 0;
    width: 100%;
    padding: 30px 15px;
    transform: translateX(0);
    flex-direction: column;
  }
}
.p_news_single .l_main > .inner .cvarea1-txtbox {
  width: 475px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-txtbox {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .cvarea1-txtbox._pt1 {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-txtbox._pt1 {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .cvarea1-txtbox .u_sp {
  margin: -15px 0 0;
  padding: 0 10px;
}
.p_news_single .l_main > .inner .cvarea1-txtbox .u_sp img {
  max-width: 100%;
  height: auto;
}
.p_news_single .l_main > .inner .cvarea1-ttl {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-ttl {
    font-size: 20px;
    text-align: center;
  }
}
.p_news_single .l_main > .inner .cvarea1-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-txt {
    margin: 20px 0 30px;
    line-height: 2;
  }
}
.p_news_single .l_main > .inner .cvarea1-imgbox {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-imgbox {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .cvarea1-imgbox img {
  max-width: 100%;
}
.p_news_single .l_main > .inner .cvarea1-btnbox {
  width: 415px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btnbox {
    width: 100%;
  }
}
.p_news_single .l_main > .inner .cvarea1-btntxt {
  margin: 0;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btntxt {
    font-size: 14px;
    line-height: 1.5;
  }
}
.p_news_single .l_main > .inner .cvarea1-btnsub {
  position: relative;
}
.p_news_single .l_main > .inner .cvarea1-btnsub:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: 12px;
  left: -23px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btnsub:before {
    top: 28px;
    left: -30px;
  }
}
.p_news_single .l_main > .inner .cvarea1-btnsub:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  top: 11px;
  right: -25px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btnsub:after {
    top: 28px;
    right: -27px;
  }
}
.p_news_single .l_main > .inner .cvarea1-btnsub._pt1 {
  margin: 20px 0 0;
}
.p_news_single .l_main > .inner .cvarea1-btnlink {
  width: 415px;
  margin: 15px auto 0;
  height: 50px;
  display: flex;
  padding: 0 25px;
  align-items: center;
  border: 1px solid #feb000;
  border-radius: 999px;
  background: #feb000;
  color: #fff;
  justify-content: center;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btnlink {
    width: 265px;
  }
}
@media screen and (min-width: 769px) {
  .p_news_single .l_main > .inner .cvarea1-btnlink:hover {
    background: #fff;
    color: #feb000;
    opacity: 0.7;
  }
  .p_news_single .l_main > .inner .cvarea1-btnlink:hover .cvarea1-btnlink-txt:before {
    content: url(../img/common/h-document-hover.svg);
  }
}
.p_news_single .l_main > .inner .cvarea1-btnlink-txt {
  padding: 0 0 0 25px;
  font-size: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .cvarea1-btnlink-txt {
    font-size: 14px;
  }
}
.p_news_single .l_main > .inner .cvarea1-btnlink-txt:before {
  position: absolute;
  content: url(../img/common/h-document.svg);
  left: 0;
  top: 60%;
  transform: translateY(-50%);
}
.p_news_single .l_main > .inner .profile {
  border-radius: 5px;
  background: #F7F7F7;
  margin: 40px 0 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .profile {
    padding: 20px;
  }
}
.p_news_single .l_main > .inner .profile-ttl {
  line-height: 1.5;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 20px;
}
.p_news_single .l_main > .inner .profile-img {
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .profile-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.p_news_single .l_main > .inner .profile-img img {
  max-width: 100%;
}
.p_news_single .l_main > .inner .profile-txtbox {
  width: calc(100% - 110px);
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .profile-txtbox {
    padding: 20px 0 0;
    width: 100%;
  }
}
.p_news_single .l_main > .inner .profile-desc {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .profile-desc {
    font-size: 16px;
  }
}
.p_news_single .l_main > .inner .profile-name {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .profile-name {
    text-align: center;
  }
}
.p_news_single .l_main .another {
  margin: 100px auto 60px;
  width: 1130px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another {
    width: 100vw;
    margin: 50px auto 30px;
  }
}
.p_news_single .l_main .another-ttl {
  font-size: 32px;
  font-weight: 500;
  border-bottom: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another-ttl {
    font-size: 24px;
    line-height: 1.5;
    padding: 0 4.6875vw;
    text-align: left;
  }
}
.p_news_single .l_main .another-ttl:before {
  display: none;
}
.p_news_single .l_main .another_scroll {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another_scroll {
    margin: 20px 0 0;
    width: 100vw;
    overflow-x: scroll;
  }
}
.p_news_single .l_main .another_flex {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another_flex {
    width: fit-content;
    gap: 0 20px;
    padding: 0 4.6875vw;
  }
}
.p_news_single .l_main .another_flex_item1 {
  width: 525px;
}
.p_news_single .l_main .another_flex_item2 {
  width: 565px;
}
.p_news_single .l_main .another_flex_link {
  width: 350px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another_flex_link {
    width: 300px;
  }
}
.p_news_single .l_main .another_flex_ttl {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 0 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #DDD;
}
.p_news_single .l_main .another_flex_ttl_wrap {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.p_news_single .l_main .another_flex_desc {
  display: block;
  margin: 15px 0 0;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_news_single .l_main .another_flex_desc._pt2 {
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_news_single .l_main .another_flex_txtbox {
  display: block;
  margin: 15px 0 0;
}
.p_news_single .l_main .another_flex_imgbox {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.p_news_single .l_main .another_flex_imgbox img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: all .2s linear;
}
@media screen and (min-width: 769px) {
  .p_news_single .l_main .another_flex_imgbox:hover img {
    transform: scale(1.1);
  }
}
.p_news_single .l_main .another_flex_list {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
}
.p_news_single .l_main .another_flex_list:first-of-type {
  padding: 0 0 15px;
}
.p_news_single .l_main .another_flex_list:nth-of-type(2) {
  padding: 15px 0;
}
.p_news_single .l_main .another_flex_list:last-of-type {
  padding: 15px 0 0;
  border-bottom: none;
}
.p_news_single .l_main .another_flex_row {
  display: flex;
  gap: 0 10px;
}
.p_news_single .l_main .another_flex_row_imgbox {
  width: 150px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.p_news_single .l_main .another_flex_row_img {
  max-width: 100%;
  transition: all .2s linear;
}
.p_news_single .l_main .another_flex_row_txtbox {
  width: calc(100% - 160px);
}
.p_news_single .l_main .another_flex_row_txtbox .sec1_flex_ttl {
  margin: 5px 0 0;
  padding: 0;
  border-bottom: none;
}
.p_news_single .l_main .another_btn {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .another_btn {
    margin: 30px auto 0;
  }
}
.p_news_single .l_main .btnwrap3 {
  margin: 60px 0 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main .btnwrap3 {
    margin: 40px 0 0;
  }
  .p_news_single .l_main .btnwrap3 .c_btn_5 {
    width: 300px;
  }
  .p_news_single .l_main .btnwrap3 .c_btn_5:before {
    left: 10px;
  }
  .p_news_single .l_main .btnwrap3 .c_btn_5:after {
    top: 17px;
    left: 19px;
  }
}

.p_news_single .l_main > .inner .suggest2 {
    position: relative;
    width: 80%;
    margin: 40px auto;
}
.p_news_single .l_main > .inner .suggest2 .suggest2-ttl {
    position: absolute;
    top: -36px;
    left: 20px;
    background: #0C5CFF;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}
.p_news_single .l_main > .inner .suggest2 .suggest2-lists {
    border: solid 3px #0C5CFF;
    border-radius: 5px;
    padding: 25px 40px 20px;
}
@media screen and (max-width: 768px) {
  .p_news_single .l_main > .inner .suggest2 {
    width: 100%;
  }
  .p_news_single .l_main > .inner .suggest2 .suggest2-ttl {

  }
  .p_news_single .l_main > .inner .suggest2 .suggest2-lists {
    padding: 30px 20px 20px;
  }
}