@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
	p_blog_single
====================================================================== */
.p_blog_single .l_content .l_main {
  padding: 60px 0 100px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main {
    width: 100%;
    padding: 20px 4.6875% 60px;
  }
}
.p_blog_single .l_content .l_main p {
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main p {
    font-size: 1.6em !important;
  }
}
.p_blog_single .l_content .l_main p + .wp-block-image {
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main p + .wp-block-image {
    margin: 30px 0 0;
  }
}
.p_blog_single .l_content .l_main p + .wp-block-columns {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main p + .wp-block-heading {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main p + .wp-block-heading {
    margin: 40px 0 0;
  }
}
.p_blog_single .l_content .l_main p + h5.wp-block-heading {
  margin: 30px 0 0;
}
.p_blog_single .l_content .l_main p + p {
  margin: 30px 0 0;
}
.p_blog_single .l_content .l_main p a {
  text-decoration: none;
  color: #109EB7;
}
.p_blog_single .l_content .l_main p a[target="_blank"] {
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
}
.p_blog_single .l_content .l_main p a[target="_blank"]:before {
  content: url(../img/common/link-ico.svg);
  position: absolute;
  top: 2px;
  right: 10px;
}
.p_blog_single .l_content .l_main h2 {
  background: #F47A85;
  color: #fff;
  padding: 5px 10px;
  font-size: 3em;
  line-height: 1.5;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main h2 {
    font-size: 2.2em;
  }
}
.p_blog_single .l_content .l_main h2 + .wp-block-columns {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main h3 {
  position: relative;
  padding: 0 0 20px;
  font-size: 2.8em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main h3 {
    font-size: 2.2em;
  }
}
.p_blog_single .l_content .l_main h3 + .wp-block-columns {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main h3:before {
  content: "";
  width: 210px;
  height: 4px;
  background: #F47A85;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main h3:before {
    width: 80px;
  }
}
.p_blog_single .l_content .l_main h3:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FDE5DA;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.p_blog_single .l_content .l_main h4 {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 2.4em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main h4 {
    font-size: 2em;
  }
}
.p_blog_single .l_content .l_main h4 + .wp-block-columns {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main h4:before {
  content: "";
  width: 4px;
  height: 50%;
  background: #F47A85;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  z-index: 1;
}
.p_blog_single .l_content .l_main h4:after {
  content: "";
  width: 4px;
  height: 50%;
  background: #F47A85;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  opacity: 0.7;
}
.p_blog_single .l_content .l_main h5 {
  position: relative;
  padding: 0 0 20px;
  font-size: 2em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main h5 {
    font-size: 1.8em;
  }
}
.p_blog_single .l_content .l_main h5 + .wp-block-columns {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main h5:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FDE5DA;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.p_blog_single .l_content .l_main ul {
  margin: 50px 0 0;
}
.p_blog_single .l_content .l_main ul li {
  background: #FAFAFA;
  border-radius: 5px;
  line-height: 1.5;
  padding: 10px 12px 10px 30px;
  font-size: 1.8em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main ul li {
    font-size: 1.6em;
  }
}
.p_blog_single .l_content .l_main ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 19px;
  left: 10px;
  background: #F47A85;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main ul li:before {
    top: 18px;
  }
}
.p_blog_single .l_content .l_main ul li:not(:first-child) {
  margin: 10px 0 0;
}
.p_blog_single .l_content .l_main ol {
  counter-reset: number 0;
  margin: 50px 0 0;
}
.p_blog_single .l_content .l_main ol li {
  background: #FAFAFA;
  border-radius: 5px;
  line-height: 1.5;
  padding: 10px 12px 10px 60px;
  font-size: 1.8em;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main ol li {
    padding: 10px 12px 10px 40px;
    font-size: 1.6em;
  }
}
.p_blog_single .l_content .l_main ol li:before {
  counter-increment: number 1;
  content: "0" counter(number);
  position: absolute;
  background: #F47A85;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  font-weight: bold;
  color: #fff;
  top: 8px;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main ol li:before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    left: 9px;
    top: 10px;
  }
}
.p_blog_single .l_content .l_main ol li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #F47A85;
  border-right: 0;
  left: 47px;
  top: 21px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main ol li:after {
    left: 33px;
    top: 19px;
  }
}
.p_blog_single .l_content .l_main ol li:not(:first-child) {
  margin: 10px 0 0;
}
.p_blog_single .l_content .l_main .wp-block-image + .wp-block-heading {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .wp-block-image + .wp-block-heading {
    margin: 30px 0 0;
  }
}
.p_blog_single .l_content .l_main .wp-block-heading + p {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main .wp-block-columns {
  margin: 30px 0 0;
}
.p_blog_single .l_content .l_main .wp-block-columns + .wp-block-heading {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .wp-block-columns + .wp-block-heading {
    margin: 30px 0 0;
  }
}
.p_blog_single .l_content .l_main .wp-block-columns + p {
  margin: 20px 0 0;
}
.p_blog_single .l_content .l_main .borderbox {
  border: 2px solid #F47A85;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 40px 0 0;
}
.p_blog_single .l_content .l_main .borderbox h2 + p, .p_blog_single .l_content .l_main .borderbox h3 + p, .p_blog_single .l_content .l_main .borderbox h4 + p, .p_blog_single .l_content .l_main .borderbox h5 + p {
  margin: 30px 0 0;
}
.p_blog_single .l_content .l_main .bgbox {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 40px 0 0;
}
.p_blog_single .l_content .l_main .bgbox h2 + p, .p_blog_single .l_content .l_main .bgbox h3 + p, .p_blog_single .l_content .l_main .bgbox h4 + p, .p_blog_single .l_content .l_main .bgbox h5 + p {
  margin: 30px 0 0;
}
.p_blog_single .l_content .l_main .wp-block-quote {
  margin: 40px 0 0;
  padding: 40px 15px;
  border-top: 4px solid #FDE5DA;
  border-bottom: 4px solid #FDE5DA;
}
.p_blog_single .l_content .l_main .wp-block-quote {
  position: relative;
}
.p_blog_single .l_content .l_main .wp-block-quote:before {
  content: url(../img/common/blockquate-ico.svg);
  position: absolute;
  top: -15px;
  left: 0;
  padding: 0 15px 0 0;
  background: #fff;
}
.p_blog_single .l_content .l_main .wp-block-quote:after {
  content: url(../img/common/blockquate-ico2.svg);
  position: absolute;
  bottom: -15px;
  right: 0;
  padding: 0 0 0 15px;
  background: #fff;
}
.p_blog_single .l_content .l_main .wp-block-quote + p {
  margin: 50px 0 0;
}
.p_blog_single .l_content .l_main .attention_txt {
  margin: 30px 0 0;
  font-size: 1.6em;
  line-height: 1.55;
  position: relative;
  padding: 0 0 0 20px;
}
.p_blog_single .l_content .l_main .attention_txt:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p_blog_single .l_content .l_main .wp-block-flexible-table-block-table {
  margin: 40px 0 0;
  border-collapse: separate;
  border-spacing: 8px 0px;
}
.p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr {
  margin: 1px 0 0;
}
.p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr th, .p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr td {
  border: none;
  font-size: 1.8em;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr th, .p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr td {
    font-size: 1.6em;
  }
}
.p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr th + th, .p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr td + th {
  border-left: 1px solid #fff;
}
.p_blog_single .l_content .l_main .wp-block-flexible-table-block-table tr td {
  border-left: 1px solid #fff;
  line-height: 1.5;
}
.p_blog_single .l_content .l_main .wp-block-embed-youtube .wp-block-embed__wrapper {
  padding: 55% 0 0;
  position: relative;
  max-width: 800px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .wp-block-embed-youtube .wp-block-embed__wrapper {
    margin: 50px auto 30px;
  }
}
.p_blog_single .l_content .l_main .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .wp-block-embed-youtube .wp-block-embed__wrapper .wp-element-caption {
    font-size: 1.6em;
  }
}
.p_blog_single .l_content .l_main .wp-block-embed-youtube {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.8em;
  line-height: 1.5;
}
.p_blog_single .l_content .l_main .relationpost {
  margin: 50px 0 0;
  padding: 20px;
  border: 2px solid #CCCCCC;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 10px 10px 0px 0px #f8f8f8;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost {
    margin: 40px 0 0;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0px #f8f8f8;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_item {
  position: relative;
  z-index: 1;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_item:nth-child(n+4) {
  margin: 50px 0 0;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_link {
  display: flex;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .relationpost_link {
    flex-wrap: wrap;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_link:hover {
  opacity: 0.7;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_imgwrap {
  display: block;
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .relationpost_imgwrap {
    width: 100%;
    margin: 0 0 10px;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_img {
  width: 320px;
  height: 180px;
  object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .relationpost_img {
    width: 100%;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_txtwrap {
  width: calc(100% - 320px);
  padding: 0 0 0 30px;
  display: block;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .relationpost_txtwrap {
    width: 100%;
    padding: 0;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_tagflex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_tag {
  background: #F47A85;
  padding: 8px 10px;
  font-size: 1.4em;
  color: #fff;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .relationpost_tag {
    padding: 4px 8px;
  }
}
.p_blog_single .l_content .l_main .relationpost .relationpost_day {
  font-size: 1.8em;
  color: #343434;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_ttl {
  margin: 10px 0 0;
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: bold;
  color: #343434;
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_ttl:before {
  content: "";
  width: 4px;
  height: 50%;
  background: #F47A85;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_ttl:after {
  content: "";
  width: 4px;
  height: 50%;
  background: #F47A85;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 4px 4px;
}
.p_blog_single .l_content .l_main .relationpost .relationpost_txt {
  margin: 10px 0 0;
  font-size: 1.6em;
  line-height: 1.5;
  color: #343434;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p_blog_single .l_content .l_main .relationpost .c_post_day {
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8em;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .c_post_day {
    font-size: 1.4em;
  }
}
.p_blog_single .l_content .l_main .relationpost .c_post_day:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: url(../img/common/ico-time.svg);
}
.p_blog_single .l_content .l_main .relationpost .c_post_update {
  margin: 0 0 0 15px;
  padding: 0 0 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8em;
  color: #343434;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .relationpost .c_post_update {
    font-size: 1.4em;
  }
}
.p_blog_single .l_content .l_main .relationpost .c_post_update:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: url(../img/common/ico-time2.svg);
}
.p_blog_single .l_content .l_main .wp-block-buttons a {
  font-size: 1.8em;
}
.p_blog_single .l_content .l_main .btnblk {
  width: 750px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .btnblk {
    width: 100%;
    flex-wrap: wrap;
  }
}
.p_blog_single .l_content .l_main .btnblk .btn {
  width: 360px;
  height: 56px;
  display: flex;
  font-size: 1.8em;
  justify-content: center;
  align-items: center;
  border: 2px solid #F47A85;
  border-radius: 56px;
  color: #F47A85;
  font-weight: bold;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .btnblk .btn {
    margin: 0 0 20px;
  }
}
.p_blog_single .l_content .l_main .btnblk .btn:hover {
  opacity: 0.7;
}
.p_blog_single .l_content .l_main .btnblk .btn:before {
  content: "";
  border-top: 2px solid #F47A85;
  border-right: 2px solid #F47A85;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: 43%;
  right: 30px;
}
.p_blog_single .l_content .l_main .btnblk .cvbtn {
  width: 360px;
  height: 56px;
  display: flex;
  font-size: 1.8em;
  justify-content: center;
  align-items: center;
  background: #F47A85;
  border-radius: 56px;
  color: #fff;
  font-weight: bold;
  position: relative;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .btnblk .cvbtn {
    margin: 0 0 20px;
  }
}
.p_blog_single .l_content .l_main .btnblk .cvbtn:hover {
  opacity: 0.7;
}
.p_blog_single .l_content .l_main .btnblk .cvbtn:before {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  transform-origin: center center;
  position: absolute;
  top: 43%;
  right: 30px;
}
.p_blog_single .l_content .l_main .cv_wrapper {
  text-align: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 0 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper {
    padding: 50px 4.6875% 50px;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid #38B7C7;
  border-right: 4px solid #38B7C7;
  border-radius: 0 20px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper:before {
    border-top: 2px solid #38B7C7;
    border-right: 2px solid #38B7C7;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper:after {
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #38B7C7;
  border-right: 4px solid #38B7C7;
  border-radius: 0 0 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper:after {
    border-bottom: 2px solid #38B7C7;
    border-right: 2px solid #38B7C7;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_blog_single .l_content .l_main .cv_wrapper_wrap:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 4px solid #38B7C7;
  border-left: 4px solid #38B7C7;
  border-radius: 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_wrap:before {
    border-top: 2px solid #38B7C7;
    border-left: 2px solid #38B7C7;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_wrap:after {
  content: "";
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #38B7C7;
  border-left: 4px solid #38B7C7;
  border-radius: 0 0 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_wrap:after {
    border-bottom: 2px solid #38B7C7;
    border-left: 2px solid #38B7C7;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_wrap_wrap:before {
  content: url(../img/common/cv-ico1.svg);
  position: absolute;
  top: -17px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_wrap_wrap:before {
    top: -20px;
    content: url(../img/common/sp/cv-ico1.svg);
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_wrap_wrap:after {
  content: url(../img/common/cv-ico2.svg);
  position: absolute;
  bottom: -20px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_wrap_wrap:after {
    bottom: -30px;
    content: url(../img/common/sp/cv-ico2.svg);
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_ttl {
  font-size: 3em;
  color: #38B7C7;
  font-weight: bold;
  position: relative;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_ttl {
    font-size: 2em;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_ttl:before {
  content: "";
  width: 25px;
  height: 4px;
  position: absolute;
  background: #38B7C7;
  transform: rotate(70deg) translateY(-50%);
  transform-origin: center center;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_ttl:before {
    height: 2px;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_ttl:after {
  content: "";
  width: 25px;
  height: 4px;
  position: absolute;
  background: #38B7C7;
  transform: rotate(-70deg) translateY(-50%);
  transform-origin: center center;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_ttl:after {
    height: 2px;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_btn {
  margin: 20px 0 0;
  width: 600px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #38B7C7;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 4.4em;
  box-shadow: 6px 6px 0px 0px #109eb7;
  transition: all .2s linear;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_btn {
    font-size: 2.8em;
    width: 100%;
    height: 80px;
    flex-wrap: wrap;
    align-self: flex-start;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_btn:hover {
  transform: translate(6px, 6px);
  box-shadow: 0px 0px 0px 0px #109eb7;
}
.p_blog_single .l_content .l_main .cv_wrapper_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center center;
  position: absolute;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_entry {
    align-self: flex-end;
  }
}
.p_blog_single .l_content .l_main .cv_wrapper_txt {
  font-size: 24px;
  padding: 0 0 0 10px;
  transform: translateY(2px);
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .cv_wrapper_txt {
    width: 100%;
    font-size: 16px;
    align-self: flex-start;
  }
}
.p_blog_single .l_content .l_main .sns {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .sns {
    padding: 50px 0 0;
  }
}
.p_blog_single .l_content .l_main .sns_inner {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .sns_inner {
    flex-wrap: wrap;
  }
}
.p_blog_single .l_content .l_main .sns_txt {
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .sns_txt {
    width: 100%;
    text-align: center;
  }
}
.p_blog_single .l_content .l_main .sns_bold {
  color: #F47A85;
}
.p_blog_single .l_content .l_main .sns_link {
  margin: 0 0 0 20px;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .sns_link {
    margin: 20px 10px;
  }
}
.p_blog_single .l_content .l_main .sns_link:hover {
  opacity: 0.7;
}
.p_blog_single .l_content .l_main .return {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .p_blog_single .l_content .l_main .return {
    margin: 30px 0 0;
  }
}
.p_blog_single .l_content .l_main .return:hover {
  opacity: 0.7;
}
.p_blog_single .l_content .l_main .return_btn {
  width: 360px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
  position: relative;
  border: 2px solid #F47A85;
  border-radius: 40px;
  color: #F47A85;
}
.p_blog_single .l_content .l_main .return_btn:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #F47A85;
  border-left: 2px solid #F47A85;
  transform: rotate(-45deg) translateY(-50%);
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 20px;
}

.p_blog_single .l_content .l_main .sns_link img {
  width: 30px;
}

.p_blog_single .l_content .l_main .sns_link.youtube {
  display: flex;
}

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