@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------
Common
-------------------------------------------------------------*/
a {
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*-----------------------------------------------------------
Category Color
-------------------------------------------------------------*/
.underArticle.education .articleText .article,
.underArticle.education .articleText .article .articleInner .articleParts p:first-child,
.underArticle.education .articleText .article .articleInner .articleParts p:first-child a {
  color: #0085f0;
}

.underArticle.technology .articleText .article,
.underArticle.technology .articleText .article .articleInner .articleParts p:first-child,
.underArticle.technology .articleText .article .articleInner .articleParts p:first-child a {
  color: #52eaea;
}

.underArticle.care .articleText .article,
.underArticle.care .articleText .article .articleInner .articleParts p:first-child,
.underArticle.care .articleText .article .articleInner .articleParts p:first-child a {
  color: #ff55b6;
}

.underArticle.lifestyle .articleText .article,
.underArticle.lifestyle .articleText .article .articleInner .articleParts p:first-child,
.underArticle.lifestyle .articleText .article .articleInner .articleParts p:first-child a {
  color: #ffa81d;
}

.underArticle.contribution .articleText .article,
.underArticle.contribution .articleText .article .articleInner .articleParts p:first-child,
.underArticle.contribution .articleText .article .articleInner .articleParts p:first-child a {
  color: #cc99ff;
}

.underArticle.with_region .articleText .article,
.underArticle.with_region .articleText .article .articleInner .articleParts p:first-child,
.underArticle.with_region .articleText .article .articleInner .articleParts p:first-child a {
  color: #00ec75;
}

.underArticle.education .articleBody {
  border-bottom: 3px solid #0085f0;
}

.underArticle.technology .articleBody {
  border-bottom: 3px solid #52eaea;
}

.underArticle.care .articleBody {
  border-bottom: 3px solid #ff55b6;
}

.underArticle.lifestyle .articleBody {
  border-bottom: 3px solid #ffa81d;
}

.underArticle.contribution .articleBody {
  border-bottom: 3px solid #cc99ff;
}

.underArticle.with_region .articleBody {
  border-bottom: 3px solid #00ec75;
}

.underArticle.education .articleBody,
.underArticle.education .articleReadText p {
  background: #ebf5fe;
}

.underArticle.technology .articleBody,
.underArticle.technology .articleReadText p {
  background: #effdfe;
}

.underArticle.care .articleBody,
.underArticle.care .articleReadText p {
  background: #f6f4f5;
}

.underArticle.lifestyle .articleBody,
.underArticle.lifestyle .articleReadText p {
  background: #fff9ed;
}

.underArticle.contribution .articleBody,
.underArticle.contribution .articleReadText p {
  background: #f7f7ff;
}

.underArticle.with_region .articleBody,
.underArticle.with_region .articleReadText p {
  background: #eafef3;
}

.underArticle.education .articleBody .articleContent h2 {
  border-left: 4px solid #0085f0;
}

.underArticle.technology .articleBody .articleContent h2 {
  border-left: 4px solid #52eaea;
}

.underArticle.care .articleBody .articleContent h2 {
  border-left: 4px solid #ff55b6;
}

.underArticle.lifestyle .articleBody .articleContent h2 {
  border-left: 4px solid #ffa81d;
}

.underArticle.contribution .articleBody .articleContent h2 {
  border-left: 4px solid #cc99ff;
}

.underArticle.with_region .articleBody .articleContent h2 {
  border-left: 4px solid #00ec75;
}

/*-----------------------------------------------------------
underArticle
-------------------------------------------------------------*/
.underArticle {
  width: 100%;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
  font-size: 8px;
  color: #a8a8a8;
}

@media only screen and (min-width: 769px) {
  .breadcrumb,
  .breadcrumb a,
  .breadcrumb a:hover {
    padding-top: 13px;
  }
}

.breadcrumb {
  width: 1244px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.breadcrumb .pc br {
  display: none;
}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb div {
  display: inline-block;
}

.underArticle .article {
  width: 960px;
  margin: 45px auto;
}

.underArticle .mainPickup .article {
  width: auto;
}

/*-----------------------------------------------------------
articleText
-------------------------------------------------------------*/
.underArticle .articleText .article {
  border-left: 6px solid;
}

.underArticle .articleText .article .articleInner {
  width: auto;
  height: auto;
  padding: 0 0 0 50px;
  /*border-left: 6px solid;*/
  font-family: 'Noto Sans', sans-serif;
}

.underArticle .articleText .article .articleInner .articleTitle .seriesTitle {
  font-weight: bold;
  font-size: 15px;
}

.underArticle .articleText .article .articleInner .articleTitle .articleDate {
  margin-bottom: 3px;
  font-size: 17px;
}

.underArticle .articleText .article .articleInner .articleTitle h1 {
  margin-bottom: 25px;
  font-size: 38px;
}

.underArticle .articleText .article .articleInner .articleTitle,
.underArticle .articleText .article .articleInner .articleParts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  border-left: none;
  padding: 0;
}

.articleText.-main .articleParts__sdgs a {
  margin-left: 10px;
}

@media only screen and (min-width: 769px) {
  .articleText.-main .articleParts__sdgs img {
    width: 42px;
  }
}

.underArticle .articleText .article .articleInner .articleParts,
.underArticle .articleText .article .articleInner .articleParts a,
.underArticle .articleText .article .articleInner .articleParts a:hover {
  color: #a8a8a8;
}

.underArticle .articleText .article .articleInner .articleParts p:first-child {
  border-right: none;
  font-size: 18px;
}

@media only screen and (min-width: 769px) {
  .underArticle .articleText .article .articleInner .articleParts p:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.underArticle .articleText .article .articleInner .articleParts p:first-child span,
.underArticle .articleText .article .articleInner .articleParts p:first-child a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  margin-right: 20px;
}

.underArticle .articleText .article .articleInner .articleParts p.userLink01 {
  margin-left: 20px;
  font-size: 14px;
}

/*-----------------------------------------------------------
articleBody
-------------------------------------------------------------*/
.underArticle .articleBody {
  padding: 60px 0 80px 0;
}

/*-----------------------------------------------------------
articleReadText
-------------------------------------------------------------*/
.underArticle .articleBody .articleReadText {
  margin-bottom: 68px;
}

.underArticle .articleBody .articleReadText p {
  padding: 40px;
  font-size: 18px;
  line-height: 1.7em;
}

.underArticle .articleBody .articleReadText span {
  font-size: 13px;
  line-height: 1.7em;
}

/*-----------------------------------------------------------
articleMainVisual
-------------------------------------------------------------*/
.underArticle .articleBody .articleMainVisual {
  margin: 0 auto;
}

.underArticle .articleBody .articleMainVisual img {
  display: block;
  margin: 0 auto;
  /*max-width: 960px;*/
  width: 960px;
}

.underArticle .articleBody .articleBodyInner {
  width: 860px;
  margin: 0 auto;
  padding: 30px 50px;
  background: #ffffff;
}

.underArticle .articleBody .articleRelationKeyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (min-width: 769px) {
  .underArticle .articleBody .articleRelationKeyword p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 4px;
  }
}

.underArticle .articleBody .articleRelationKeyword p span {
  margin-right: 22px;
  font-weight: bold;
}

.underArticle .articleBody .articleRelationKeyword ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.underArticle .articleBody .articleRelationKeyword ul li {
  margin-right: 18px;
}

@media only screen and (min-width: 769px) {
  .underArticle .articleBody .articleRelationKeyword ul li {
    margin-bottom: 13px;
  }
}

.underArticle .articleBody .articleRelationKeyword ul li:last-child {
  margin-right: 0;
}

.underArticle .articleBody .articleRelationKeyword ul li a {
  display: block;
  padding: 6px 10px;
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
}

.underArticle .articleBody .articleContent h2 {
  margin: 48px 0 28px 0;
  padding: 0 25px;
  border-left: 4px solid;
  font-size: 33px;
  font-family: 'Noto Sans', sans-serif;
}

.underArticle .articleBody .articleContent h2:first-child {
  margin: 0 0 28px 0;
}

.underArticle .articleBody .articleContent p {
  margin-bottom: 25px;
  font-size: 18px;
}

.underArticle .articleBody .articleContent p:last-child {
  margin-bottom: 43px;
  font-size: 18px;
}

.underArticle .articleBody .articleContent figure {
  display: table !important;
  margin: 0 auto 44px auto;
  width: 1em;
  /*max-width: 100%;*/
}

.underArticle .articleBody .articleContent figure figcaption {
  padding: 26px 23px;
  font-size: 13px;
  text-align: left;
  background: url(../images/new_under/bk_underFigcaption.gif);
}

.underArticle .articleBody .articleContent hr {
  margin: 5px 0 48px 0;
  color: #ebebeb;
}

.underArticle .articleBody .articleContent .mt-image-left {
  margin: 0 34px 20px 0;
}

.underArticle .articleBody .articleContent .mt-image-right {
  margin: 0 0 20px 34px;
}

.underArticle .articleBody .articleContent figure img,
.underArticle .articleBody .articleContent .mt-image-center {
  max-width: 860px;
}

/*-----------------------------------------------------------
social
-------------------------------------------------------------*/
.underArticle .articleBody .article .social {
  margin: -3px 0 64px 0;
  background: #f2f2f2;
}

.underArticle .articleBody .article .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0;
}

.underArticle .articleBody .article .social ul li {
  display: inline-block;
  margin-left: 15px;
}

.underArticle .articleBody .article .social ul li:nth-child(2) {
  margin-left: 32px;
}

.underArticle .articleBody .article .social ul li:first-child {
  margin-left: 0;
}

.underArticle .articleBody .article .social ul li a img {
  width: 42px;
  height: 42px;
}

/*-----------------------------------------------------------
userLink02
-------------------------------------------------------------*/
.userLink02 {
  padding-bottom: 37px;
}

.userLink02 .userLinkTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.userLink02 .userLinkTitle img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  width: auto;
  margin: 0 28px;
  font-size: 25px;
}

.userLink02 .userLinkTitle .text {
  padding: 15px 70px;
  border: 1px solid #000;
  background: #fff;
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
}

.userLink02 .userLinkTitle .text:before {
  position: absolute;
  content: '';
  display: block;
  bottom: -13px;
  left: 26px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #000 transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.userLink02 .userLinkTitle .text:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -11px;
  left: 27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.userLink02 .userLinkTitle:before,
.userLink02 .userLinkTitle:after {
  content: '';
  display: block;
  height: 1px;
  border-top: 1px dotted #656565;
  padding-bottom: 10px;
}

.userLink02 .userLinkTitle:before {
  -ms-flex: 0 0 53px;
  -webkit-box-flex: 0;
  flex: 0 0 53px;
}

.userLink02 .userLinkTitle:after {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.userLink02 .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.userLink02 .article .articleInner {
  width: 270px;
  height: auto;
  position: relative;
  border: 13px solid #ffffff;
  /*border-radius: 13px;*/
  -webkit-box-shadow: 0 0 0 1px #e0e0e0 inset;
  box-shadow: 0 0 0 1px #e0e0e0 inset;
  background: #fff;
}

.userLink02 .article .articleInner .articlePhoto {
  width: 268px;
  height: 178px;
}

.userLink02 .article .articleInner .articlePhoto img {
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  width: 268px;
  height: 178px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  font-family: 'object-fit: cover; object-position: center top;';
}

_:-ms-lang(x), .userLink02 .article .articleInner .articlePhoto img {
  width: 268px;
}

.userLink02 .article .articleInner .articleText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  height: auto;
}

@media only screen and (min-width: 769px) {
  .userLink02 .article .articleInner .articleText {
    margin-bottom: 29px;
  }
}

.userLink02 .article .articleInner .articleTitle {
  padding: 0 25px;
  height: 4.5em;
  border-left: 4px solid;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  overflow: hidden;
  line-height: 1.6;
}

@media only screen and (min-width: 769px) {
  .userLink02 .article .articleInner .articleTitle {
    margin-top: 31px;
  }
}

@media only screen and (min-width: 769px) {
  .userLink02 .article .articleInner .articleParts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .userLink02 .article .articleInner .articleParts ul:not(.articleParts__sdgs) {
    margin-top: 16px;
  }
  .userLink02 .article .articleInner .articleParts ul:not(.articleParts__sdgs) li a {
    font-size: 13px;
  }
}

.userLink02 .article__box {
  font-size: 0;
}

.userLink02 .articleParts__sdgs .articleParts__sdg {
  width: 38px;
}

.userLink02 .article .articleInner .articleParts p {
  color: #b2b2b2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media only screen and (min-width: 769px) {
  .userLink02 .article .articleInner .articleParts p {
    text-align: right;
    font-size: 12px;
  }
}

.userLink02 .article .articleInner .articleParts p:first-child {
  line-height: 10px;
  padding-right: 10px;
  border-right: 1px solid #dbdbdb;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.userLink02 .article .articleInner.education .articleText .articleTitle,
.userLink02 .article .articleInner.education .articleText .articleParts,
.userLink02 .article .articleInner.education .articleParts p:first-child {
  color: #0085f0;
}

.userLink02 .article .articleInner.technology .articleText .articleTitle,
.userLink02 .article .articleInner.technology .articleText .articleParts,
.userLink02 .article .articleInner.technology .articleParts p:first-child {
  color: #52eaea;
}

.userLink02 .article .articleInner.care .articleText .articleTitle,
.userLink02 .article .articleInner.care .articleText .articleParts,
.userLink02 .article .articleInner.care .articleParts p:first-child {
  color: #ff55b6;
}

.userLink02 .article .articleInner.lifestyle .articleText .articleTitle,
.userLink02 .article .articleInner.lifestyle .articleText .articleParts,
.userLink02 .article .articleInner.lifestyle .articleParts p:first-child {
  color: #ffa81d;
}

.userLink02 .article .articleInner.contribution .articleText .articleTitle,
.userLink02 .article .articleInner.contribution .articleText .articleParts,
.userLink02 .article .articleInner.contribution .articleParts p:first-child {
  color: #cc99ff;
}

.userLink02 .article .articleInner.with_region .articleText .articleTitle,
.userLink02 .article .articleInner.with_region .articleText .articleParts,
.userLink02 .article .articleInner.with_region .articleParts p:first-child {
  color: #00ec75;
}

/*-----------------------------------------------------------
userLink03
-------------------------------------------------------------*/
.userLink03 {
  margin-bottom: 60px;
  padding: 46px 40px;
  width: auto;
  border: 1px solid #e8e8e8;
}

.userLink03 h3 {
  margin-bottom: 20px;
}

.userLink03 ul li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.4;
}

.userLink03 ul li:last-child {
  margin-bottom: 0;
}

.userLink03 ul li:before {
  content: "";
  width: 9px;
  height: 15px;
  position: absolute;
  left: 0;
  background: url(../images/new_under/ico_userLink03.png) no-repeat center;
}

.userLink03 ul li span {
  display: block;
  color: #666666;
}

.userLink03 ul li a,
.userLink03 p a {
  color: #666666;
  text-decoration: underline;
}

.userLink03 ul li a:hover,
.userLink03 p a:hover {
  text-decoration: none;
}

.userLink03 p {
  margin-bottom: 18px;
  color: #666666;
  font-size: 13px;
  line-height: 1.4;
}

/*-----------------------------------------------------------
userLink04
-------------------------------------------------------------*/
.userLink04 {
  margin-top: 60px !important;
  padding: 39px 50px !important;
}

.userLink04 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.userLink04 h3 span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 1;
  margin-right: 20px;
  font-size: 25px;
}

.userLink04 h3:after {
  content: '';
  display: block;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  background-color: #656565;
  height: 1px;
}

.userLink04 .Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}

.userLink04 .Inner figure {
  margin: 0;
  padding-right: 28px;
}

.userLink04 .Inner figure img {
  margin-bottom: 8px;
}

.userLink04 .Inner figure img.-auto {
  width: auto;
}

.userLink04 .Inner figure figcaption {
  font-size: 13px;
}

.userLink04 .Inner figure figcaption span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
}

.userLink04 .Inner .InnerText {
  padding: 30px 36px;
  border: 1px solid #e8e8e8;
}

/*-----------------------------------------------------------
SmartPhone
-------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .breadcrumb {
    width: 90%;
    margin: 0 auto 13px auto;
    margin-bottom: 13px;
    padding-top: 31px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }
  .breadcrumb div {
    white-space: nowrap;
  }
  .breadcrumb div.sp {
    display: inline-block !important;
  }
  .underArticle .articleText {
    display: block !important;
    padding: 0;
    width: 100%;
  }
  .underArticle .articleText .article {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 25px 0;
    border-left: none;
    border-bottom: 3px solid;
  }
  .underArticle .articleText .article .articleInner {
    width: 90% !important;
    margin: 0 auto;
    padding: 0;
    border-bottom: 0 !important;
  }
  .underArticle .articleText .article .articleInner .articleTitle,
  .underArticle .articleText .article .articleInner .articleParts {
    height: auto !important;
  }
  .underArticle .articleText .article .articleInner .articleTitle .seriesTitle {
    margin-bottom: 6px;
    font-size: 10px;
  }
  .underArticle .articleText .article .articleInner .articleTitle .articleDate {
    font-size: 13px;
  }
  .underArticle .articleText .article .articleInner .articleTitle h1 {
    margin-bottom: 8px;
    font-size: 19px;
  }
  .underArticle .articleText .article .articleInner .articleParts p a {
    font-size: 12px;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
  }
  .underArticle .articleText .article .articleInner .articleParts p:first-child:after {
    content: none;
  }
  .underArticle .articleText .article .articleInner .articleParts p.userLink01 {
    width: 100%;
    margin-left: 0;
    margin: 13px auto 0 auto;
    font-size: 10px;
  }
  .underArticle .articleText .article .articleInner .articleParts p.userLink01 a {
    display: block;
    padding: 6px 18px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    color: #999999;
  }
  .articleParts__sdgs img {
    width: 31px;
  }
  .articleParts__sdgs a {
    display: inline;
  }
  .articleText.-main .articleParts__sdgs a {
    margin-left: 6px;
  }
  .underArticle .articleBody {
    padding: 0 0 46px 0;
    background: #FFF !important;
  }
  .underArticle .articleBody .articleMainVisual,
  .underArticle .articleBody .articleMainVisual img {
    width: 100%;
  }
  .underArticle .articleBody .articleBodyInner {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .underArticle .articleBody .articleRelationKeyword {
    display: block;
    border-bottom: none;
    width: auto;
    margin: 0 auto 30px auto;
    padding: 0 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .underArticle .articleBody .articleRelationKeyword p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .underArticle .articleBody .articleRelationKeyword p span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 1;
    margin-right: 20px;
    font-size: 10px;
  }
  .underArticle .articleBody .articleRelationKeyword p:after {
    content: '';
    display: block;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    background-color: #e4e4e4;
    height: 1px;
  }
  .underArticle .articleBody .articleRelationKeyword ul li {
    margin-right: 12px;
    margin-bottom: 13px;
  }
  .underArticle .articleBody .articleRelationKeyword ul li a {
    padding: 4px 9px;
    font-size: 10px;
  }
  .underArticle .articleBody .articleReadText,
  .underArticle .articleBody .articleContent {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .underArticle .articleBody .articleReadText {
    margin-bottom: 34px;
  }
  .underArticle .articleBody .articleReadText p {
    padding: 22px;
    font-size: 12px;
    line-height: 1.9em;
  }
  .underArticle .articleBody .articleReadText span {
    font-size: 10px;
    line-height: 1.7em;
  }
  .underArticle .articleBody .articleContent h2 {
    margin-bottom: 12px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .underArticle .articleBody .articleContent p {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 1.7;
  }
  .underArticle .articleBody .articleContent p:last-child {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .underArticle .articleBody .articleContent figure {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 21px auto;
  }
  .underArticle .articleBody .articleContent figure figcaption {
    padding: 9px;
    font-size: 10px;
    background-size: 3%;
  }
  .underArticle .articleBody .articleContent figure img {
    width: 100%;
  }
  .underArticle .articleBody .articleContent figure img,
  .underArticle .articleBody .articleContent .mt-image-center {
    max-width: 100%;
  }
  .underArticle .articleBody .articleContent hr {
    margin: 24px 0 30px 0;
  }
  .underArticle .articleBody .articleContent .mt-image-left,
  .underArticle .articleBody .articleContent .mt-image-right {
    width: 33%;
  }
  .underArticle .articleBody .article .social {
    width: 90%;
    margin: 24px auto 36px auto;
  }
  .underArticle .articleBody .article .social ul li {
    margin-left: 16px;
  }
  .underArticle .articleBody .article .social ul {
    padding: 12px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .underArticle .articleBody .article .social ul li:first-child {
    width: 100%;
    text-align: center;
  }
  .underArticle .articleBody .article .social ul li:nth-child(2) {
    margin-left: 0;
  }
  .underArticle .articleBody .article .social ul li:not(:first-child) {
    margin-top: 14px;
  }
  .underArticle .articleBody .article .social ul li a img {
    width: 44px;
    height: 44px;
  }
  .userLink02 {
    padding-bottom: 10px;
    background: #ffffff;
  }
  .userLink02 .articleTitle {
    margin-top: 5px;
  }
  .userLink02 .articleParts p {
    font-size: 10px;
  }
  .userLink02 .userLinkTitle:before {
    -ms-flex: 0 0 11px;
    -webkit-box-flex: 0;
    flex: 0 0 11px;
  }
  .userLink02 .userLinkTitle img {
    width: 42%;
    margin: 0 7px;
  }
  .userLink02 .userLinkTitle .text {
    font-size: 12px;
    padding: 8px 36px;
  }
  .userLink02 .userLinkTitle .text:before {
    bottom: -8px;
    left: 13px;
    border-width: 0 9px 9px 9px;
  }
  .userLink02 .userLinkTitle .text:after {
    bottom: -6px;
    left: 15px;
    border-width: 0 8px 8px 8px;
  }
  .userLink02 .article {
    max-width: 100% !important;
  }
  .userLink02 .article .articleInner {
    border-radius: 0;
    border-top: 1px solid #e0e0e0 !important;
    -webkit-box-shadow: 0 0 3px 5px #fdfdfd;
    box-shadow: 0 0 3px 5px #fdfdfd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .userLink02 .article .articleInner .articlePhoto img {
    border: none !important;
  }
  .userLink02 .article .articleInner .articleText {
    display: inline-block !important;
    width: 53%;
    height: auto !important;
    padding-left: 3%;
  }
  .userLink02 .article .articleInner,
  .userLink02 .article .articleInner .articlePhoto,
  .userLink02 .article .articleInner .articlePhoto img {
    width: 100%;
  }
  .userLink03 {
    width: 90%;
    margin: 0 auto;
    padding: 22px 0 0 0;
  }
  .userLink03 h3 {
    margin: 0 15px 5px 15px;
    font-size: 11px;
  }
  .userLink03 ul {
    margin: 0 13px 22px 13px;
  }
  .userLink03 ul li {
    margin-bottom: 14px;
    font-size: 10px;
  }
  .userLink03 p {
    margin: 0 15px;
    font-size: 10px;
    line-height: 1.7;
  }
  .userLink04 {
    width: 90% !important;
    margin: 28px auto 0 auto !important;
    padding: 0 !important;
  }
  .userLink04 h3 {
    margin-bottom: 14px;
  }
  .userLink04 h3 span {
    font-size: 14px;
  }
  .userLink04 .Inner {
    display: block;
    width: auto;
    padding: 20px 11px;
    border: 1px solid #e8e8e8;
  }
  .userLink04 .Inner figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
  }
  .userLink04 .Inner figure img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 18%;
    height: 18%;
    margin-right: 16px;
    margin-bottom: 8px;
  }
  .userLink04 .Inner figure img.-auto {
    width: 50%;
  }
  .userLink04 .Inner figure figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .userLink04 .Inner .InnerText {
    padding: 0;
    border: none;
    font-size: 10px;
  }
  .underArticle .mainPickup .mainContentTitle {
    padding: 33px 0 11px 0;
    font-size: 25px;
  }
  .underArticle .mainPickup .article {
    margin: 0 auto;
  }
  .underArticle .mainPickup .article .articleText {
    display: inline-block !important;
    width: 53%;
    height: auto !important;
    padding-left: 3%;
  }
}
