@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../fonts/NotoSansCJKjp-Thin.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "NotoSansCJKjp-Thin";
  src: url("../fonts/NotoSansCJKjp-Thin.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -108px auto 0;
  padding-top: 108px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 15px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 130px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-mail {
  display: flex;
  width: 330px;
  height: 60px;
  margin: 10px auto 0;
  background: url(../img/top/com-btn-bg.png) no-repeat center/cover;
  border-radius: 999px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.5rem;
  }
}
.com-mail::before {
  content: "";
  width: 27px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/top/contact-mail.png) no-repeat left center/contain;
}

.com-tel {
  padding-left: 43px;
  background: url(../img/top/contact-tel.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.6rem;
  }
}

.com-box {
  border-radius: 10px;
  background: #e8f6fa;
}
.com-box02 {
  border-radius: 10px;
  background: #fff;
}

.com-bnr {
  margin: 32px auto 0;
}
@media screen and (min-width: 768px) {
  .com-bnr li:nth-of-type(n+2) {
    margin-left: 105px;
  }
}
.com-bnr-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .com-bnr-link {
    transform: translateY(0);
  }
  .com-bnr-link:hover {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.com-bnr-contents {
  width: 332px;
  height: 276px;
  margin: -267px -68px 0 auto;
  padding-top: 50px;
  padding-right: 34px;
  background: url(../img/top/about-arw.png) no-repeat 134px calc(100% - 50px), url(../img/top/about-box.png) no-repeat center/contain;
  position: relative;
  transition: all 0.3s ease;
}
.com-bnr-ttl-en {
  font-size: 2.2rem;
  color: #ffd9df;
}
@media screen and (max-width: 768px) {
  .com-bnr-ttl-en {
    font-size: 1.5rem;
  }
}
.com-bnr-ttl-ja {
  margin-top: 18px;
  font-size: 3.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .com-bnr-ttl-ja {
    font-size: 1.7rem;
  }
}

.com-report {
  display: flex;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
.com-report li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-report li {
    max-width: 340px;
  }
  .com-report li:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-report li:nth-of-type(n+4) {
    margin-top: 33px;
  }
}
.com-report a {
  display: block;
}
@media screen and (min-width: 768px) {
  .com-report a:hover {
    opacity: 1;
  }
  .com-report a:hover .com-report-img {
    outline: 0px solid #fff;
  }
  .com-report a:hover .com-report-img img {
    width: 110%;
    height: 110%;
  }
}
.com-report-img {
  width: 100%;
  height: 0;
  padding-top: 82.3%;
  outline: 5px solid #Fff;
  outline-offset: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.com-report-contents {
  margin-top: 10px;
}
.com-report-time {
  margin: 0 !important;
}
.com-report-ttl {
  padding-bottom: 5px;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #bfbfbf, #bfbfbf 8px, transparent 8px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
  line-height: 3;
}

.com-bg01 {
  background: url(../img/top/report-bg.png) no-repeat center top/cover;
}
.com-bg02 {
  background: url(../img/top/com-bg02-pc.png) no-repeat center top/cover;
}
.com-bg03 {
  background: url(../img/top/about-bg.png) no-repeat center bottom/cover;
}
.com-bg04 {
  background: url(../img/top/request-rb.png) no-repeat right bottom, url(../img/top/request-rt.png) no-repeat calc(50% + 600px) 50px, url(../img/top/request-lt.png) no-repeat calc(50% - 3px) top, url(../img/top/request-lb.png) no-repeat left bottom/cover;
}
.com-bg-color {
  background: #e8f6fa;
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item {
  width: 100%;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #bfbfbf, #bfbfbf 8px, transparent 8px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 23px 0 10px;
}
.news-post-flx {
  display: flex;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  margin-top: 5px;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
.news-post-tag-txt {
  margin: 0 5px 5px 0;
  padding: 3px 13px;
  background: #ffd9df;
  border-radius: 999px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  margin-top: 3px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #top-news .news-btn {
    width: 290px;
  }
}

/* top-report  PC
------------------------------------ */
#top-report .report-btn {
  margin: 50px auto 0;
}

/* top-solution  PC
------------------------------------ */
#top-solution .solution-contents {
  width: 100%;
  max-width: 538px;
}
@media screen and (min-width: 768px) {
  #top-solution .solution-ttl {
    white-space: nowrap;
  }
}
#top-solution .solution-ttl-sub {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-solution .solution-ttl-sub {
    font-size: 1.5rem;
  }
}
#top-solution .solution-txt-wrap {
  margin-top: 13px;
  background: url(../img/top/solution-ico.png) no-repeat right bottom;
}
#top-solution .solution-txt-box {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #top-solution .solution-txt-box p:nth-of-type(n+2) {
    margin-top: 45px;
  }
}

/* top-request  PC
------------------------------------ */
#top-request .request-txt {
  margin: 52px auto 0;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #top-request .request-txt {
    font-size: 1.5rem;
  }
}
#top-request .request-list {
  margin: 40px auto 0;
}
#top-request .request-list li:nth-of-type(n+2) {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  #top-request .request-list a {
    width: 330px;
    max-width: none;
  }
}
#top-request .request-box {
  margin: 110px auto 0;
  padding: 55px 0 65px;
}
#top-request .request-box-l, #top-request .request-box-r {
  width: 50%;
}
#top-request .request-box-r {
  border-left: 1px solid #c5c6c0;
}
#top-request .request-info {
  margin: 50px auto 0;
  text-align: center;
}
#top-request .request-sns {
  margin: 60px auto 0;
}
#top-request .request-sns li:nth-of-type(n+2) {
  margin-left: 31px;
}
#top-request .com-ttl01-ja {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #top-request .com-ttl01-ja {
    font-size: 2rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* profile  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #profile .about-img {
    margin-right: 82px;
    flex-shrink: 0;
  }
  #profile .about-contents {
    width: 100%;
    max-width: 540px;
    flex-shrink: 0;
  }
}
#profile .about-ttl {
  background-image: linear-gradient(to right, #8ed1e0, #8ed1e0 8px, transparent 8px, transparent 12px);
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #profile .about-ttl {
    font-size: 1.7rem;
  }
}
#profile .about-list {
  margin-top: 26px;
}
#profile .about-list-item:nth-of-type(n+2) {
  margin-top: 28px;
}
#profile .about-list-ttl {
  justify-content: flex-start;
}
#profile .about-list-ttl::after {
  content: none;
}
#profile .about-list-ul {
  margin-top: 5px;
}
#profile .about-list-ul li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #profile .about-list-ul li {
    font-size: 1.5rem;
  }
}
#profile .about-box {
  margin: 40px auto 0;
  padding: 40px 60px;
}
#profile .about-box p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #profile .about-box p {
    font-size: 1.5rem;
  }
}
#profile .about-txt-box {
  margin: 17px auto 0;
}

@media screen and (min-width: 768px) {
  .bnr-sub .com-bg02 {
    background-size: auto;
    background-image: url(../img/profile/bg.png);
  }
}
.bnr-sub .com-bnr {
  margin-top: 0;
}
.bnr-sub .com-bnr-contents {
  padding-top: 85px;
  background-image: url(../img/top/about-arw.png), url(../img/profile/cont.png);
}
@media screen and (min-width: 768px) {
  .bnr-sub .com-bnr-contents {
    width: 357px;
    height: 291px;
    margin: -282px -97px 0 auto;
    background-position: 145px calc(100% - 50px), center top;
  }
}
.bnr-sub .com-bnr-ttl-en {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .bnr-sub .com-bnr-ttl-en {
    font-size: 1.5rem;
  }
}
.bnr-sub .com-bnr-ttl-ja {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .bnr-sub .com-bnr-ttl-ja {
    font-size: 1.5rem;
  }
}

/* policy  PC
------------------------------------ */
#policy .about-bg {
  background: url(../img/top/solution-ico.png) no-repeat calc(50% + 521px) calc(100% - 197px), url(../img/policy/about-deco-r.png) no-repeat calc(50% + 600px) 180px, url(../img/policy/about-deco-l.png) no-repeat left calc(100% + 110px);
}
#policy .about-flx-contents {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #policy .about-flx-contents {
    max-width: 467px;
    margin-left: 52px;
    margin-top: 25px;
  }
}
#policy .about-txt {
  margin-top: 18px;
}
#policy .vision-list {
  margin: 60px auto 0;
}
#policy .vision-list li {
  width: 100%;
  max-width: 340px;
}
#policy .vision-list-ico {
  text-align: center;
}
#policy .vision-list-ttl {
  margin: 13px auto 0;
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #policy .vision-list-ttl {
    font-size: 1.5rem;
  }
}
#policy .vision-list-txt {
  margin: 20px auto 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #policy .vision-list-txt {
    font-size: 1.5rem;
  }
}
#policy .policy-list {
  margin: 45px auto 0;
}
#policy .policy-list-item {
  display: flex;
  justify-content: space-between;
}
#policy .policy-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#policy .policy-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #policy .policy-list-contents {
    max-width: 520px;
    margin-top: 10px;
  }
}
#policy .policy-list-ttl-sub {
  margin-top: 20px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #52bcde;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #policy .policy-list-ttl-sub {
    font-size: 1.5rem;
  }
}
#policy .policy-list-txt {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #policy .policy-list-txt {
    font-size: 1.5rem;
  }
}
#policy .movie-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #policy .movie-list-item {
    width: 100%;
    max-width: 340px;
  }
  #policy .movie-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
}
#policy .movie-list-iframe {
  width: 100%;
  height: 0;
  padding-top: 123%;
  text-align: center;
  border-radius: 10px;
  background: #a6a6a6;
  overflow: hidden;
  position: relative;
}
#policy .movie-list-iframe p {
  margin: auto;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  #policy .movie-list-iframe p {
    font-size: 1.5rem;
  }
}
#policy .movie-list-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#policy .movie-btn {
  margin: 50px auto 0;
}

/* report  PC
------------------------------------ */
#report .com-bg01 {
  background-size: auto;
  background-color: #e8f6fa;
}
@media screen and (min-width: 1921px) {
  #report .com-bg01 {
    background-size: 100%;
  }
}
#report .report-list {
  margin: 43px auto 0;
}
#report .report-box {
  margin: 50px auto 0;
  padding: 37px 60px;
}
#report .com-report-ttl.clamp1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #report .com-report-ttl.clamp1 {
    font-size: 1.5rem;
  }
}
#report .detail-time {
  margin: 0 0 0 20px;
  font-size: 1.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #report .detail-time {
    font-size: 1.5rem;
  }
}
#report .detail-report-ttl {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #report .detail-report-ttl {
    font-size: 1.5rem;
  }
}
#report .detail-report-ttl-wrap {
  padding-bottom: 21px;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #bfbfbf, #bfbfbf 8px, transparent 8px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
#report .detail-report-img {
  margin: 25px auto 0;
}
@media screen and (min-width: 768px) {
  #report .detail-report-img li {
    width: 100%;
    max-width: 520px;
  }
  #report .detail-report-img li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
#report .detail .com-report-img {
  padding-top: 77.3%;
}

/* request  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #request .volunteer {
    background: url(../img/top/request-rb.png) no-repeat right 203px, url(../img/top/request-rt.png) no-repeat calc(50% + 600px) 50px, url(../img/top/request-lt.png) no-repeat calc(50% - 3px) top, url(../img/top/request-lb.png) no-repeat left 111px/cover;
  }
}
#request .volunteer-txt {
  margin: 50px auto 0;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #request .volunteer-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #request .volunteer-txt {
    text-align: center;
  }
}
#request .volunteer-list {
  margin: 40px auto 0;
}
#request .volunteer-list-item {
  padding: 40px 60px;
}
#request .volunteer-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#request .volunteer-list-ttl {
  justify-content: flex-start;
}
#request .volunteer-list-ttl::after {
  content: none;
}
#request .volunteer-list-txt {
  margin-top: 17px;
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #request .volunteer-list-txt {
    font-size: 1.5rem;
  }
}
#request .volunteer-dl {
  margin-top: 12px;
}
#request .volunteer-dl div:nth-of-type(n+2) {
  margin-top: 20px;
}
#request .volunteer-dl dt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #request .volunteer-dl dt {
    font-size: 1.5rem;
  }
}
#request .volunteer-dl dd {
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #request .volunteer-dl dd {
    font-size: 1.5rem;
  }
}
#request .request-txt {
  margin: 50px auto 0;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #request .request-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #request .request-txt {
    text-align: center;
  }
}
#request .request-list {
  margin: 35px auto 0;
}
#request .request-list-item {
  padding: 40px 50px;
}
#request .request-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#request .request-list-company {
  margin: 20px auto 0;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #request .request-list-company {
    font-size: 1.5rem;
  }
}
#request .request-list-address {
  margin: 10px auto 0;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #request .request-list-address {
    font-size: 1.5rem;
  }
}
#request .request-num {
  margin: 10px auto 0;
}
#request .request-num li {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #request .request-num li {
    font-size: 1.5rem;
  }
}
#request .request-num li:nth-of-type(n+2) {
  margin-top: 14px;
}
#request .request-info {
  margin: 17px auto 0;
}
#request .request-mail {
  margin: 0 0 0 20px;
}
#request .sns-list {
  margin: 50px auto 0;
}
#request .sns-list li:nth-of-type(n+2) {
  margin-left: 40px;
}
#request .sns-list li:nth-of-type(n+2) a::before {
  width: 27px;
  height: 27px;
  background-image: url(../img/request/fb.png);
}
#request .sns-list a {
  display: flex;
  width: 290px;
  font-size: 1.8rem;
  background-image: url(../img/top/com-btn-bg.png);
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #request .sns-list a {
    font-size: 1.5rem;
  }
}
#request .sns-list a::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 18px;
  background: url(../img/request/insta.png) no-repeat center/contain;
}

/* news  PC
------------------------------------ */
#news .com-ttl04 {
  padding-right: 14px;
  text-align: left;
}/*# sourceMappingURL=all.css.map */