@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 560pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 560pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 900px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 900px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.main-top {
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  max-height: 713px;
  overflow: hidden;
  background-image: url("../images/top-back.jpg");
  background-size: cover;
  margin-bottom: 30px;
}
.main-top-inner {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 0 auto;
  max-width: 982px;
}
@media (max-width: 900px) {
  .main-top {
    padding-top: 36px;
  }
  .main-top-inner {
    width: 95%;
  }
}
@media (max-width: 560px) {
  .main-top {
    padding-top: 0;
    background-image: url("../images/top-back-sp.jpg");
    background-position: right bottom 76%;
    background-size: 123%;
    max-height: 409px;
    background-repeat: no-repeat;
  }
  .main-top-inner {
    display: unset;
  }
  .main-top-inner p {
    margin-bottom: 6px;
    margin-left: 7px;
  }
}

.main-top-inner-column-1 {
  width: 40%;
  align-self: center;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 7%;
}
@media (max-width: 900px) {
  .main-top-inner-column-1 {
    padding-bottom: 17%;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-1 {
    position: absolute;
    padding-bottom: 0;
    top: 27%;
    left: 4%;
    z-index: 1;
    width: 51%;
  }
}
.main-top-inner-column-1 picture {
  width: 100%;
}
.main-top-inner-column-1 picture:first-child {
  margin-bottom: 5%;
}
.main-top-inner-column-1 picture img {
  width: 100%;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 picture:last-child {
    width: 100%;
    align-self: flex-start;
    margin-left: -5%;
  }
}
.main-top-inner-column-1 .top-catch {
  width: 65%;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 .top-catch {
    width: 100%;
  }
}

.main-top-inner-column-2 {
  width: 40%;
  position: relative;
}
.main-top-inner-column-2 picture, .main-top-inner-column-2 img {
  width: 100%;
}
@media (max-width: 560px) {
  .main-top-inner-column-2 {
    width: 100%;
  }
  .main-top-inner-column-2 img {
    margin-left: 38%;
    width: 78%;
  }
}

/*
 * メイン
 */
@media (max-width: 560px) {
  .main-column {
    margin: 13% 0;
  }
}

.main-column-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.accordion {
  position: relative;
}

/* ボタン */
.accordion-btn {
  display: none;
}
@media (max-width: 560px) {
  .accordion-btn {
    background-color: hsl(219, 54%, 38%);
    border: 1px solid hsl(219, 54%, 38%);
    bottom: 9px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    left: 0;
    margin: auto;
    padding: 5px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.2s;
    width: fit-content;
    z-index: 2;
  }
}

/* 続きを読むボタンの表記 */
.accordion-btn::after {
  content: "続きを読む";
}

.js-accordion-text {
  overflow: hidden; /* テキストを隠す */
  position: relative;
}

/* 最初に見えてるテキストエリアの高さ */
.js-accordion-text.is-hide {
  height: 43vh;
}

/* テキストをグラデーションで隠す */
.js-accordion-text::before {
  content: none;
}
@media (max-width: 560px) {
  .js-accordion-text::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, #fff 100%);
    bottom: 0;
    content: "";
    height: 60px; /* グラデーションで隠す高さ */
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: -3em;
}

/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .js-accordion-text::before {
  display: none;
}

.news {
  margin: 0;
  position: relative;
  background-color: #1cb7f5;
  padding-top: 4%;
}
@media (max-width: 900px) {
  .news {
    padding-top: 6%;
  }
}
@media (max-width: 560px) {
  .news {
    padding: 9% 0 7%;
    margin-top: -14%;
  }
}
.news-tit {
  margin-bottom: 2%;
}
.news-tit img {
  width: 100%;
}
@media (max-width: 900px) {
  .news-tit {
    width: 43%;
    margin-top: -3%;
  }
}
@media (max-width: 560px) {
  .news-tit {
    width: 65%;
    margin-top: -13%;
    margin-bottom: 4%;
  }
}
.news-wrapp {
  text-align: center;
  padding: 2% 0;
}
@media (max-width: 900px) {
  .news-wrapp {
    padding: 3% 0 5%;
  }
}
@media (max-width: 560px) {
  .news-wrapp {
    padding-top: 6%;
    padding-bottom: 0;
  }
}
.news-list-wrapp {
  width: 80%;
  margin: 0 auto;
  position: relative;
  padding: 2em 0;
  background-color: white;
}
@media (max-width: 560px) {
  .news-list-wrapp {
    padding: 1em 0;
    width: 90%;
  }
  .news-list-wrapp:after {
    left: 50%;
    width: 107%;
    transform: translateY(-50%) translateX(-50%) skewX(-13deg);
  }
}
.news-link {
  margin-top: 2%;
}
.news-link a {
  color: hsl(219, 54%, 38%);
  background: white;
  padding: 9px 4em 9px 3em;
  display: inline-block;
  position: relative;
  transform: skewX(-13deg);
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color, background;
  border: 1px solid hsl(219, 54%, 38%);
}
.news-link a span {
  transform: skewX(13deg);
  display: inline-block;
}
.news-link a::after {
  content: "";
  display: block;
  width: 38px;
  height: 23px;
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  background-image: url(../images/arrow-right-h.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: right;
}
.news-link a:hover {
  color: white;
  background-color: hsl(219, 54%, 38%);
}
.news-link a:hover::after {
  content: "";
  display: block;
  width: 38px;
  height: 23px;
  position: absolute;
  right: 11px;
  top: calc(50% - 6px);
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 560px) {
  .news-link a {
    margin: 6% 0;
  }
}
@media (max-width: 560px) {
  .news-link a {
    margin: 3% 0;
    padding: 15px 6em 15px 5em;
  }
}
.news-list {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 560px) {
  .news-list {
    margin-top: 6%;
    margin-bottom: 4%;
  }
}
.news_item {
  display: flex;
  padding: 17px 13px;
  justify-content: center;
  position: relative;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: background-position;
  transition-duration: 0.3s;
  z-index: 1;
  border-bottom: 1px solid hsl(219, 54%, 38%);
  border-top: 1px solid hsl(219, 54%, 38%);
}
.news_item + .news_item {
  border-top: none;
}
.news_item:hover {
  background-position: center right 20px;
}
@media (max-width: 900px) {
  .news_item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .news_item {
    padding: 13px 0 13px 9px;
    background-position: center right 13px;
  }
  .news_item:hover {
    background-position: center right 3px;
  }
}
.news-flex-brock {
  width: 33%;
  text-align: left;
}
@media (max-width: 900px) {
  .news-flex-brock {
    width: 100%;
    text-align: center;
  }
}
.news_time {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
}
.news_category {
  padding: 1px 5px;
  font-size: 14px;
  background: hsl(219, 54%, 38%);
  color: white;
  margin-left: 4px;
}
@media (max-width: 560px) {
  .news_category {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.news_in_title {
  width: 67%;
  text-align: left;
}
.news_in_title a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color;
  width: 100%;
  display: block;
}
.news_in_title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.news_in_title:hover a {
  color: hsl(219, 54%, 38%);
}
@media (max-width: 900px) {
  .news_in_title {
    margin-top: 5px;
    text-align: center;
  }
  .news_in_title a {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .news_in_title {
    margin-left: 0;
    width: 97%;
  }
  .news_in_title a {
    width: 95%;
    margin: 0 auto;
  }
}

.sns {
  margin-top: 7%;
  margin-bottom: 13%;
}
@media (max-width: 560px) {
  .sns {
    margin-top: 13%;
    margin-bottom: 17%;
  }
}

.sns-wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  margin-top: 5%;
}
.sns-wrapp-inner {
  width: 50%;
  text-align: center;
}
.sns-wrapp-inner img {
  width: 100%;
  transition: opacity 0.3s;
}
@media (max-width: 900px) {
  .sns-wrapp {
    flex-direction: column;
    align-items: center;
  }
  .sns-wrapp-inner {
    width: 95%;
    max-width: 550px;
  }
}

.any-sns-container a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  margin: 3% 0;
  color: white;
  transition: all 0.3s;
}
.any-sns-container a p {
  display: inline-block;
  vertical-align: super;
  margin-left: 7px;
}
.any-sns-container a:hover img {
  opacity: 0.7;
}
@media (max-width: 560px) {
  .any-sns-container a {
    margin: 6% 0;
  }
}
.any-sns-container i {
  font-size: 1.7em;
}
.any-sns-container a.tw-btn {
  background-color: #1D9BF0;
}
.any-sns-container a.inst-btn {
  background: linear-gradient(127deg, #6464FC, #B153DB, #F03C58, #F3786E, #FFC543);
}
.any-sns-container .tw-btn:hover, .any-sns-container .inst-btn:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

#message .main-tit {
  margin-bottom: 1%;
  margin-top: 3%;
}
@media (max-width: 560px) {
  #message .main-tit {
    margin-bottom: 4%;
  }
}

.message {
  padding: 5% 0 2%;
  margin: 0 auto;
  position: relative;
  background: rgb(222, 244, 255);
  background: linear-gradient(180deg, rgb(222, 244, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 560px) {
  .message {
    padding: 7% 0% 0%;
  }
}
.message .me-top-box {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 3%;
}
@media (max-width: 900px) {
  .message .me-top-box {
    margin-bottom: 6%;
    margin-top: 8%;
  }
}
.message-tit {
  margin-bottom: 2%;
}
@media (max-width: 900px) {
  .message-tit {
    margin-bottom: 6%;
  }
}
@media (max-width: 560px) {
  .message-tit {
    margin-bottom: 4%;
  }
}
.message-columns {
  width: 100%;
  margin: 0 auto;
  max-width: 797px;
  position: relative;
}
@media (max-width: 900px) {
  .message-columns {
    width: 90%;
  }
}
@media (max-width: 560px) {
  .message-columns {
    width: 95%;
    padding: 0;
  }
}
.message-text p {
  background-image: linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2.5em;
  padding: 0 1em 0.2em 1em;
  line-height: 2.5em; /* 文字の高さ */
}
.message .ms-p-image {
  position: absolute;
  left: 78%;
  bottom: -16%;
  max-width: 216px;
}
@media (max-width: 900px) {
  .message .ms-p-image {
    max-width: 194px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -52%;
  }
}
@media (max-width: 560px) {
  .message .ms-p-image {
    max-width: 143px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: -45%;
    margin-top: -6%;
    position: relative;
  }
}

.me-name-box {
  text-align: end;
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
  margin-top: 3%;
}
@media (max-width: 900px) {
  .me-name-box {
    width: 90%;
  }
}

.me-name {
  max-width: 150px;
}
@media (max-width: 560px) {
  .me-name {
    margin-top: 10%;
    max-width: 127px;
  }
}

.policy {
  background-image: url(../images/pol-back-top.png), url(../images/pol-back-bottom.png);
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 900px) {
  .policy {
    margin-top: 13%;
  }
}
@media (max-width: 560px) {
  .policy {
    background-image: url(../images/pol-back-top.png), url(../images/pol-back-sp.png);
    margin-bottom: 0;
  }
}
.policy .main-tit {
  background-color: rgba(255, 255, 255, 0.76);
}
.policy .main-tit h2 {
  color: hsl(219, 54%, 38%);
}
.policy .main-tit span {
  color: #6f8cc6;
}
.policy-top {
  margin-top: 5%;
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}
.policy-top img {
  width: 100%;
}
@media (max-width: 560px) {
  .policy-top img {
    width: 97%;
  }
}
.policy-top .pol-top-image {
  width: 45%;
  margin: 0 auto;
  margin-top: 4%;
}
@media (max-width: 560px) {
  .policy-top .pol-top-image {
    width: 77%;
    margin-left: -5%;
  }
}
.policy-top .pol-catch {
  width: 55%;
  margin: 0 auto;
  margin-top: 13%;
  margin-left: -3%;
}
@media (max-width: 560px) {
  .policy-top .pol-catch {
    width: 81%;
    position: absolute;
    right: -11%;
    top: 30%;
  }
}
.policy-top .pol-catch .pol-logo {
  width: 75%;
  margin-bottom: 4%;
}
@media (max-width: 560px) {
  .policy-top .pol-catch .pol-logo {
    width: 71%;
  }
}
@media (max-width: 900px) {
  .policy-top {
    margin-top: 8%;
  }
}
@media (max-width: 560px) {
  .policy-top {
    margin-top: 4%;
  }
}
.policy .policy_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 6%;
  width: 90%;
}
@media (max-width: 900px) {
  .policy .policy_inner {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .policy .policy_inner {
    padding-bottom: 20%;
  }
}
.policy .policy_box {
  width: 48%;
  border: 3px solid hsl(219, 54%, 38%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  padding-bottom: 1%;
  padding-right: 2%;
  position: relative;
}
.policy .policy_box:not(.policy .policy_box:first-of-type, .policy .policy_box:nth-child(2)) {
  margin-top: 5%;
}
@media (max-width: 900px) {
  .policy .policy_box {
    width: 95%;
  }
  .policy .policy_box:first-of-type {
    margin-bottom: 5%;
  }
}
@media (max-width: 560px) {
  .policy .policy_box:not(.policy .policy_box:first-of-type, .policy .policy_box:nth-child(2)) {
    margin-top: 11%;
  }
  .policy .policy_box:first-of-type {
    margin-bottom: 11%;
  }
}
.policy .p_box_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  margin-left: 1em;
}
.policy p.policy_inner_title {
  font-size: 35px;
  color: hsl(219, 54%, 38%);
  font-weight: bold;
  margin-top: 3%;
  line-height: 1.2em;
  display: inline-block;
  text-align: left;
}
@media (max-width: 900px) {
  .policy p.policy_inner_title {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .policy p.policy_inner_title {
    font-size: 1.7em;
  }
}
.policy .p_box_inner {
  text-align: justify;
  margin: 0 auto;
  min-width: 444px;
  padding: 1em;
  width: 100%;
}
.policy .p_box_inner img {
  width: 100%;
}
.policy .p_box_inner p {
  line-height: 1.7em;
}
@media (max-width: 1000px) {
  .policy .p_box_inner {
    min-width: inherit;
  }
}
@media (max-width: 560px) {
  .policy .p_box_inner {
    width: 100%;
    padding: 1em;
  }
}
.policy span.p_title_span {
  display: block;
  font-size: 25px;
}
.policy .p_box_image {
  position: absolute;
}
.policy .p_box_image img {
  width: 100%;
}
@media (max-width: 560px) {
  .policy .p_box_image {
    width: 31%;
  }
}
.policy .p_box_image_1, .policy .p_box_image_2 {
  max-width: 100px;
  right: 0;
}
.policy .p_box_image_1 {
  top: -5%;
}
@media (max-width: 560px) {
  .policy .p_box_image_1 {
    top: -10%;
  }
}
.policy .p_box_image_2 {
  right: -2%;
}
@media (max-width: 560px) {
  .policy .p_box_image_2 {
    max-width: 113px;
    top: -11%;
  }
}
.policy .p_box_image_3 {
  max-width: 74px;
  right: 12px;
  top: -43%;
}
.policy .p_box_image_4 {
  right: 3%;
  top: -35%;
  max-width: 70px;
}
.policy .p_box_image_5 {
  max-width: 84px;
  right: 2%;
  top: -10%;
}
@media (max-width: 560px) {
  .policy .p_box_image_5 {
    margin-bottom: -1px;
    max-width: 73px;
  }
}
.policy .p_box_image_6 {
  max-width: 109px;
  right: 0;
  top: -35%;
}
@media (max-width: 560px) {
  .policy .p_box_image_6 {
    max-width: 95px;
    top: -27%;
  }
}
.policy .p_box_image_7 {
  max-width: 127px;
  right: 0;
  top: -13%;
}
.policy .p_box_image_8 {
  max-width: 124px;
  right: 3%;
  top: -31%;
}
.policy .p_box_image_9 {
  max-width: 117px;
  right: 0;
  top: -17%;
}
.policy .p_box_image_10 {
  max-width: 124px;
  right: 7px;
  top: -12%;
}
.policy .p_box_image_11 {
  max-width: 131px;
  right: -7px;
  top: -7%;
}

/*
 * プロフィール
 */
#profile {
  margin: 5% 0 0;
  position: relative;
  padding-bottom: 10%;
}
@media (max-width: 900px) {
  #profile {
    padding-bottom: 34%;
  }
}
#profile .main-tit {
  margin-bottom: 1%;
}
@media (max-width: 900px) {
  #profile {
    margin: 7% 0 0;
  }
}
@media (max-width: 560px) {
  #profile {
    margin-top: 20%;
    padding-bottom: 0;
    margin-bottom: 22%;
  }
  #profile .main-tit {
    margin-bottom: 3%;
  }
}

.profile-columns {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 4%;
}
@media (max-width: 560px) {
  .profile-columns {
    margin-top: 7%;
    flex-direction: column;
    align-items: center;
  }
}
.profile-columns .profile-column {
  width: 56%;
  position: relative;
}
@media (max-width: 560px) {
  .profile-columns .profile-column {
    width: 96%;
  }
}
.profile-columns .profile-column .profile-box-top {
  border-bottom: 1px dashed hsl(219, 54%, 38%);
  margin-bottom: 2%;
}
.profile-columns .profile-column .p-name p {
  color: hsl(219, 54%, 38%);
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
.profile-columns .profile-column .p-name rt {
  color: #333;
  font-weight: normal;
  font-size: 0.4em;
}
@media (max-width: 560px) {
  .profile-columns .p-c-text {
    margin-top: 5%;
  }
}
.profile-columns .image-column {
  width: 40%;
  text-align: center;
}
.profile-columns .image-column img {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 560px) {
  .profile-columns .image-column {
    width: 70%;
  }
}
.profile-columns .profile-top-box {
  border-bottom: 1px dashed hsl(219, 54%, 38%);
  margin-bottom: 2%;
}
.profile-columns .profile-top-box p {
  display: inline-block;
  color: hsl(219, 54%, 38%);
  margin-bottom: 1%;
}
.profile-columns .profile-top-box p:first-of-type {
  display: block;
}
.profile-columns .profile-top-box p span {
  background-color: #E5F0FA;
  padding: 0 7px;
  margin-right: 4px;
}
@media (max-width: 560px) {
  .profile-columns .profile-box {
    padding-bottom: 4%;
    padding-top: 3%;
  }
}
.profile-columns .profile-box p span {
  background: hsl(219, 54%, 38%);
  color: white;
  width: 20%;
  display: inline-block;
  text-align: center;
  font-size: 0.9em;
  padding: 1px 0 0;
  margin-bottom: 1%;
  margin-top: 3%;
}
@media (max-width: 560px) {
  .profile-columns .profile-box p span {
    width: 45%;
    margin-bottom: 3%;
  }
}
.profile-columns .profile-box .p-t-flex {
  display: flex;
  align-items: baseline;
  position: relative;
  padding-left: 11px;
}
@media (max-width: 560px) {
  .profile-columns .profile-box .p-t-flex {
    flex-wrap: wrap;
  }
}
.profile-columns .profile-box .p-t-flex::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #1cb7f5;
  position: absolute;
  top: 6px;
  left: 0;
}
.profile-columns .profile-box .p-t-flex span {
  width: 32%;
  position: relative;
}
@media (max-width: 900px) {
  .profile-columns .profile-box .p-t-flex span {
    width: 22%;
  }
}
@media (max-width: 560px) {
  .profile-columns .profile-box .p-t-flex span {
    width: 50%;
  }
}
.profile-columns .profile-box .p-t-flex p {
  width: 78%;
}
@media (max-width: 560px) {
  .profile-columns .profile-box .p-t-flex p {
    width: 100%;
    text-align: justify;
  }
}
.profile-columns .profile-box .p-t-flex .p-t-flex-width {
  width: 93%;
}

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