* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.condensed {
  font-family: "Ubuntu Condensed", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
.bold {
  font-weight: bold;
}
.yu {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
.Barlow {
  font-family: "Barlow";
}
.Barlow_Semibold {
  font-family: "Barlow";
  font-weight: 500;
}
.Barlow_Condensed {
  font-family: "Barlow Condensed";
}
.Noto_Serif {
  font-family: "Noto Serif JP";
}
img {
  max-width: 100%;
}
#header {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  z-index: 101;
  min-width: 1200px;
}
.menus-block {
  /*position: fixed;*/
  /*top: 120px;*/
  /*z-index: 100;*/
  position: relative;
  z-index: 9;
}
.menus-block + * {
  /*margin-top: 185px;*/
}
#header .left .title {
  font-size: 16px;
  margin-top: 12px;
  margin-left: 48px;
}
#header .left .logo {
  margin-left: 43px;
  margin-top: 20px;
}
#header .left .since {
  color: #384692;
  font-size: 20px;
  font-style: italic;
  margin-left: 8px;
  display: inline-block;
}
.inline {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inline a {
  color: #000;
  text-decoration: none;
}
#header .right .phone {
  margin-top: 30px;
}
#header .right .btn {
  width: 210px;
  height: 70px;
  background-color: #384692;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 70px;
  font-size: 20px;
  color: #ffffff;
}
#header .right .btn:hover .btn-list {
  display: block;
}
#header .right .btn .btn-list {
  position: absolute;
  right: -12px;
  top: 110px;
  padding: 50px 30px 40px;
  background: #f1f1f1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 480px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  display: none;
}
#header .right .btn .btn-list:before {
  display: block;
  background: #f1f1f1;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotateZ(45deg);
  right: 108px;
  top: -7px;
}
#header .right .btn .btn-list:after {
  width: 210px;
  height: 50px;
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  right: 10px;
}
#header .right .btn .btn-block:after {
  display: block;
  content: "";
  border-right: 1px solid #384692;
  border-top: 1px solid #384692;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  right: 2px;
  top: 18px;
}
#header .right .btn .btn-block {
  font-size: 17px;
  font-weight: normal;
  position: relative;
  padding: 14px 0;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}
#header .right .btn a:first-child .btn-block {
  border-top: 1px solid #dcdcdc;
}
.w-100 {
  width: 100%;
}
.w-con {
  width: 1200px;
  margin: 0 auto;
}
.f-0 {
  font-size: 0;
}
.menus {
  /*width: 1200px;*/
  margin: 0 auto;
  text-align: right;
  font-size: 0;
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.menus .menu {
  color: #000;
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  cursor: pointer;
  margin: 0 25px;
  border-radius: 4px;
}
.menus .menu a {
  color: #fff;
}
.menus .menu:hover {
  background: #384692;
  color: #fff;
}
.menus .menu:hover a {
  color: #fff;
}
.menus .menu:hover .menu-ul {
  display: block;
}
.menus .menu .menu-ul {
  min-width: 336px;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  background: #384692;
  padding: 20px 30px 30px;
  display: none;
}
.menus .menu .menu-ul:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #384692;
  transform: translateX(-50%) rotateZ(45deg);
  left: 50%;
  top: -7px;
}
.menus .menu .menu-ul:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  top: -20px;
}
.menus .menu .menu-ul a {
  text-decoration: none;
}
.menus .menu .menu-ul > .menu-li:first-child {
  border-top: 1px solid #253174;
}
.menus .menu .menu-ul .menu-li .second-ul a:first-child .menu-li {
  border-top: 1px solid #253174;
}
.menus .menu .menu-ul .menu-li {
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  border-bottom: 1px solid #253174;
  text-align: left;
  position: relative;
  padding-right: 20px;
}
.menus .menu .menu-ul > .menu-li:hover .second-ul {
  display: block;
}
.menus .menu .menu-ul .menu-li .second-ul {
  position: absolute;
  min-width: 336px;
  background: #384692;
  padding: 20px 30px 30px;
  left: calc(100% + 30px);
  top: 0;
  display: none;
}
.menus .menu .menu-ul .menu-li.right .second-ul {
  left: 0;
  transform: translateX(calc(-100% - 30px));
}
.menus .menu .menu-ul .menu-li.right:before {
  left: 0;
  transform: translateX(-100%);
}
.menus .menu .menu-ul .menu-li:before {
  display: block;
  content: "";
  width: 60px;
  left: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
.menus .menu .menu-ul .menu-li:after {
  display: block;
  content: "";
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  width: 8px;
  height: 8px;
  right: 2px;
  top: 21px;
}
.top-ad-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.top-ad-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: url("/images/top-ad-img1.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: calc(620px + 4vw);
  height: 700px;
  position: relative;
}

.top-ad-left > div {
  position: relative;
}

.top-ad-left .top-ad-left-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.top-ad-left .top-ad-text-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 471px;
  -ms-flex: 0 0 471px;
  flex: 0 0 471px;
  max-width: 471px;
  color: #fff;
  padding: 0;
}

.top-ad-left .top-ad-text-img img {
  max-width: 100%;
}
.top-ad-left .top-ad-text {
  position: absolute;
  right: 33%;
  top: 110px;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  padding: 0 50px 50px;
  min-width: 486px;
}
.top-ad-left .top-ad-text:after {
  display: block;
  content: "";
  clear: both;
}
.top-ad-left .top-ad-text span.fz-36 {
  font-size: 36px;
  float: right;
  margin-right: 30px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-ad-left .top-ad-text span.fz-24 {
  font-size: 24px;
  float: right;
  margin-right: 30px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-ad-left .top-ad-text span:first-child {
  margin-right: 0;
}
.top-ad-right {
  /* flex: 0 0 410px; */
  /* max-width: 410px; */
  /* min-height: calc(620px + 4vw); */
  /* height: 700px; */
  background-color: #384692;
  /* padding: 40px 40px; */
  padding: 60px 0;
  color: #ffffff;
}
.top-ad-right div img {
  width: 100%;
}
.ad-btn {
  /* width: 158px; */
  /* height: 50px; */
  text-align: center;
  /* line-height: 50px; */
  color: #ffffff;
  font-weight: bold;
  /* font-size: 18px; */

  padding: 20px;
  width: 100%;
}
.ad-btn1 {
  border: 1px solid #f0eee8;
  border-radius: 10px;
}
.ad-btn2 {
  background-color: #313131;
  border-radius: 10px;
}
.ad-btns {
  display: flex;
  justify-content: space-between;
}
.ad-btns > a {
  vertical-align: middle;
}
.ad-btns > a:not(:first-child) .ad-btn {
  /* margin-left: 10px; */
}
.pdf-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.pdf-image {
  width: 38%;
}
.right-contents {
  width: 53%;
}
.right-contents-no-pdf {
  width: 100%;
}
.pdf-buttons {
  margin-top: 40px;
}
.pdf-title {
  font-size: 26px;
}
.right-contents-no-pdf {
  text-align: center;
}
.pdf-text {
  font-size: 20px;
  margin-top: 20px;
}
.pdf-anchor {
  display: block;
  width: 47%;
}
.pdf-button-text {
  font-size: 24px;
}
.more-text {
  background: #f5f5f5;
  padding: 60px 0;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  display: none;
}
.more {
  height: 80px;
  background-color: #dcdcdc;
  text-align: center;
  font-size: 22px;
  color: #000000;
  padding-top: 20px;
  display: none;
}
.more.text-more {
  display: block;
}
.more .close {
  position: relative;
  width: 15px;
  height: 15px;
}
.more .close:before,
.more .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #373737;
  top: 0;
}
.more .close:before {
  transform: rotate(45deg);
  left: -3px;
}
.more .close:after {
  transform: rotate(-45deg);
  right: -2px;
}
.more .inline {
  cursor: pointer;
}
.arrow {
  margin-top: 5px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #434867;
  border-bottom: 2px solid #434867;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); /* IE 9 */
  -moz-transform: rotate(-45deg); /* Firefox */
  -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
}
.news-header {
  background-color: #ffffff;
  padding-top: 50px;
}
.user-image {
  width: 56px;
}
.module-name {
  /*font-weight: bold;*/
  font-size: 30px;
  color: #384692;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
.news-menus {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.news-menus .menu {
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  float: left;
  padding: 0 40px;
  white-space: nowrap;
  cursor: pointer;
}
.news-menus .menu.selected {
  padding-top: 10px;
  background: #f4f4f4 !important;
  margin-bottom: -1px;
  margin-left: -1px;
  border-left: 1px solid #dcdcdc;
}
.news-menus .menu.hassub {
  color: #425097;
  background-color: #f0f2ff;
}
.news-menus > .menu:first-child {
  border-left: 1px solid #dcdcdc;
}
.news-con {
  background-color: #f4f4f4;
  padding-bottom: 95px;
}
.news {
  float: left;
  width: 280px;
  margin-left: 25px;
  margin-top: 50px;
}
.news-con .w-con a:nth-child(4n + 1) .news {
  margin-left: 0;
}
.news .news-img {
  border: 1px solid #dcdcdc;
  width: 280px;
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.news .belong {
  width: 135px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
.news .belong.bg1 {
  background-color: #434343;
}
.news .belong.bg0 {
  background-color: #384692;
}
.news .title {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .time {
  font-size: 16px;
  color: #000;
}
.news .subtitle {
  font-size: 16px;
  margin-left: 8px;
  width: 160px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 3px;
  color: #000;
}
.news-con .btn,
.pr-block .btn {
  width: 300px;
  height: 68px;
  background-color: #313131;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 68px;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  margin-top: 80px;
  position: relative;
}
.pr-block .btn {
  margin-top: 60px;
}
.news-con .arrow-right,
.pr-con .arrow-right {
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  position: absolute;
  right: 30px;
  top: 30px;
}
.pick-block {
  background-color: #ffffff;
  padding: 90px 0 110px;
}
.pick-block .pickup {
  width: 360px;
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin-left: 60px;
  margin-top: 25px;
}
.pick-block .pick-con > .w-con > a:nth-child(3n + 1) .pickup {
  margin-left: 0;
}
.pr-block {
  background-color: #384692;
  padding: 70px 0;
  overflow: hidden;
}
.pr-block .module-name {
  color: #ffffff;
}
.pr-block .pr-con {
  margin-top: 45px;
}
.pr-lists {
  height: 360px;
  white-space: nowrap;
  width: 1200px;
  overflow: initial !important;
}
.pr-lists .swiper-button-next {
  background-image: url("/images/pr-right.png");
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top: 140px;
  right: -45px;
}
.pr-lists .swiper-button-prev {
  background-image: url("/images/pr-left.png");
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  top: 140px;
  left: -45px;
}
.pr-lists > .pr-item {
  display: inline-block;
}
.pr-lists > .pr-item:not(:first-child) {
  margin-left: 26px;
}
.pr-item .item-img {
  width: 280px;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pr-item .item-title {
  margin-top: 15px;
  max-width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}
.item-more {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.info-block {
  background-color: #ffffff;
  padding: 80px 0;
}
.info-header {
  margin-bottom: 30px;
}
.info-image {
  width: 54px;
}
.info-con .item {
  width: 840px;
  height: 130px;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 0 25px;
}
.info-con .item .time {
  font-size: 16px;
  color: #313131;
}
.info-con .item .info-link {
  text-decoration: none;
}
.info-con .w-con > .item:first-child {
  border-top: 1px solid #dcdcdc;
}
.info-con .item .title {
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  margin-top: 8px;
}
.info-con .item .subtitle {
  max-width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #313131;
  margin-top: 8px;
}
.info-con .imgs {
  position: absolute;
  right: 0;
  top: -100px;
  display: inline-block;
}
.info-con .imgs .img {
  width: 300px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-con .imgs > .img:not(:first-child) {
  margin-top: 30px;
}
.entry-block {
  background-color: #384692;
  display: none;
  padding: 80px 0;
}
.entry-block .item {
  display: inline-block;
  float: left;
  height: 350px;
  width: 400px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.entry-block .item1 {
  background-color: #f4f4f4;
  border: 1px solid #dcdcdc;
}
.entry-block .item2 {
  background-color: #ebebeb;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.entry-block .item > div:nth-child(1) {
  margin-top: 48px;
  min-height: 61px;
}
.entry-block .item .title {
  font-size: 20px;
  margin-top: 25px;
  line-height: 36px;
  letter-spacing: 0;
}
.entry-block .item .btn {
  width: 320px;
  height: 80px;
  background-color: #313131;
  border-radius: 10px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  margin: 20px auto 0;
  position: relative;
}
.entry-block .item .btn .left {
  width: 38px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.entry-block .item .btn .right {
  width: 9px;
  position: absolute;
  right: 30px;
  top: 32px;
}
.empty-block {
  background-color: #ffffff;
  /* height: 150px; */
}
.footer-menus-block {
  background-color: #f4f4f4;
  padding: 80px 0 50px;
  color: #050505;
  font-size: 16px;
}
.footer-menus-block .logo {
  text-align: center;
  position: relative;
  top: -95px;
}
.footer-menus-block .line-menu {
  width: 232px;
  float: left;
  display: inline-block;
}

.footer-menus-block .line-menu a {
  text-decoration: none;
  color: #000;
}
.footer-menus-block .line-menus > .line-menu:not(:first-child) {
  margin-left: 10px;
}
.footer-menus-block .line-menu .menu-head {
  font-size: 18px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  text-align: center;
  width: 232px;
  height: 70px;
  line-height: 70px;
  color: #000;
  font-weight: bold;
}
.footer-menus-block .line-menu .menu {
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  width: 232px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
  color: #000;
}
.footer-menus-block .line-menu1 {
  float: right;
}
.footer-menus-block .line-menus > .line-menu1:not(:first-child) {
  margin-left: 0;
  margin-right: 10px;
}
.footer {
  background-color: #ffffff;
  height: 80px;
  line-height: 80px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0;
}
.footer .w-con {
  font-size: 0;
}
.footer .w-con .inline {
  font-size: 16px;
  vertical-align: middle;
}
.footer .w-con > span:not(:first-child) {
  margin-left: 20px;
}
.copyright {
  height: 95px;
  background-color: #f4f4f4;
  text-align: center;
  line-height: 95px;
  color: #000000;
  font-size: 16px;
}
.Breadcrumb {
  text-align: right;
  padding: 8px 0;
  background: #f2f2f2;
  border-bottom: 1px solid #dcdcdc;
}
.Breadcrumb .outer {
  /*width: 1200px;*/
  margin: 0 auto;
  padding: 0 45px;
}
.Breadcrumb a {
  text-decoration: none;
  color: #000;
}
.Breadcrumb a:not(:last-child) span:after {
  display: inline-block;
  content: "〉";
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

.pagination-block {
  text-align: right;
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination-block div.page-btn {
  font-size: 16px;
  color: #000;
  border: 1px solid #dcdcdc;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  min-width: 30px;
  text-align: center;
}
.pagination-block div.page-btn.active {
  color: #fff;
  background: #384692;
  border: 1px solid #384692;
}
.pagination-block div.prev-btn {
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
}
.pagination-block div.next-btn {
  width: 30px;
  height: 30px;
  border: none;
  position: relative;
}
.pagination-block div.prev-btn:after {
  width: 8px;
  height: 8px;
  border: 2px solid #384692;
  transform: rotateZ(135deg);
  border-top: none;
  border-left: none;
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
}
.pagination-block div.next-btn:after {
  width: 8px;
  height: 8px;
  border: 2px solid #384692;
  transform: rotateZ(-45deg);
  border-top: none;
  border-left: none;
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.detail_right_new {
  float: right;
  width: 300px;
}
.detail_right_new .recommd_comment .recommd_title,
.detail_right_new .pickup_info .pickup_title,
.detail_right_new .PR_info .PR_title {
  font-size: 22px;
  font-weight: bold;
}
.detail_right_new .comment_team .comment_title,
.detail_right_new .pickup_team .pickup_info_title,
.detail_right_new .PR_team .PR_info_title {
  width: 185px;
  display: inline-block;
  word-break: break-all;
  padding-left: 10px;
}
.detail_right_new .comment_team .comment_list,
.detail_right_new .pickup_team .pickup_list,
.detail_right_new .PR_team .PR_list {
  padding: 20px 0;
  color: #000;
}
.detail_right_new .comment_team .comment_list:not(:last-child),
.detail_right_new .pickup_team .pickup_list,
.detail_right_new .PR_team .PR_list {
  border-bottom: 1px solid #dcdcdc;
}

.comment_list *,
.pickup_list *,
.PR_list * {
  vertical-align: middle;
}
.detail_right_new .comment_AD {
  padding-top: 10px;
}
.PR_team img,
.comment_team img,
.pickup_team img {
  width: 100px;
  height: 80px;
}
.pr_detail_title {
  line-height: 1.5;
}

#error-404 {
  padding: 90px 0 90px;
}
#error-404 .inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#error-404 .inner .title {
  font-size: 80px;
}
#error-404 .inner .text1 {
  font-size: 30px;
  margin: 30px 0 20px;
}
#error-404 .inner .text2 {
  font-size: 20px;
}
#error-404 .inner a.btn {
  margin: 90px auto 0;
  width: 260px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  display: block;
  background: #384692;
  border-radius: 4px;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 429px) {
  .footer {
    height: auto;
    line-height: 2.5;
    padding: 20px 0;
  }
  .footer-w-con {
    text-align: center;
    width: 1200px;
  }
}