:root {
  --color-ui-jcom: #e93817;
  --ease-in-out-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.faq-list dt,
.faq-list dd {
  margin-bottom: 0;
}
.faq-list .acc {
  margin-bottom: 24px;
}
.faq-list .acc .acc-trigger {
  position: relative;
  display: flex;
  font-size: 16px;
  padding: 16px 40px 16px 16px;
  background: url(/common/img/icn/icn_acc_open_blk.svg) no-repeat center right 16px/17px auto;
}
.faq-list .acc .acc-trigger.open {
  background-image: url(/common/img/icn/icn_acc_close_blk.svg);
}
.faq-list .acc .acc-trigger::before {
  content: "Q";
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  color: #fff;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding-bottom: 3px;
  border-radius: 100px;
  background: var(--color-ui-jcom);
}
.faq-list .acc .acc-trigger .txt-q {
  font-size: 16px;
  padding-top: 6px;
}
.faq-list .acc .acc-body {
  position: relative;
  display: flex;
  margin-inline: 16px;
  padding-block: 16px;
  border-top: 1px solid #ccc;
}
.faq-list .acc .acc-body::before {
  content: "A";
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-ui-jcom);
  width: 36px;
  height: 36px;
  margin-right: 12px;
  padding-bottom: 3px;
  border-radius: 100px;
  background: #fdecee;
}
.faq-list .acc .acc-body .txt-a {
  padding-top: 6px;
}
.faq-list .acc .acc-body .txt-a p {
  font-size: 14px;
}

.voice-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.voice-item {
  overflow: hidden;
  width: 33.3333%;
  border-radius: 12px;
  border: 2px solid #fdecee;
}

.voice-header {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 12px;
  background: #fdecee;
}
.voice-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: calc(50% - 8px);
  bottom: -16px;
  border-top: 10px solid #ffeae9;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffeae9;
}

.voice-body {
  padding: 24px 12px;
}
.voice-body p {
  font-size: 14px;
}
.voice-body .author {
  text-align: center;
}
.voice-body .thumb {
  overflow: hidden;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 999px;
}
.voice-body *:last-child {
  margin-bottom: 0;
}

.cf, .topicbox {
  *zoom: 1;
}
.cf:after, .topicbox:after {
  content: "";
  display: table;
  clear: both;
}

.base_inner {
  width: 975px;
  margin: auto;
}

.indexcontents {
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
  z-index: 25;
  background-color: #fff;
}
.indexcontents .indexcontents_inner {
  position: relative;
  width: 975px;
  padding: 20px 0 25px;
  margin: auto;
}
.indexcontents .main {
  float: left;
  width: 750px;
}
.indexcontents .side {
  float: right;
  width: 205px;
}
.indexcontents .side ul.banner li {
  width: 175px;
  margin: 0 auto 10px;
  text-align: center;
}
.indexcontents .side ul.banner li img {
  width: 100%;
  height: auto;
}

.newstopics {
  margin-bottom: 32px;
}
.newstopics .items {
  position: relative;
  padding: 10px 0;
  width: 100%;
}
.newstopics dl {
  margin-bottom: 15px;
}
.newstopics dl.end dt,
.newstopics dl.end dd {
  color: #999 !important;
}
.newstopics dl dt {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.newstopics dl .icon-event,
.newstopics dl .icon-paidpub,
.newstopics dl .icon-news,
.newstopics dl .icon-program,
.newstopics dl .icon-cp {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: #1485dd;
  text-align: center;
  width: 94px;
  margin-right: 12px;
  padding: 4px 0;
  display: inline-block;
  border-radius: 3px;
  border: solid #1485dd 1px;
}
.newstopics dl .icon-news {
  color: var(--color-ui-jcom);
  border-color: var(--color-ui-jcom);
}
.newstopics dl .icon-program {
  color: #ee8542;
  border-color: #ee8542;
}
.newstopics dl .icon-cp {
  color: var(--color-ui-jcom);
  border-color: var(--color-ui-jcom);
}
.newstopics dl dd {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 15px 0;
  border-bottom: solid #ccc 1px;
}
.newstopics .btn_more {
  transition: 0.25s;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #222;
  text-align: center;
  width: 20%;
  margin: auto;
  padding: 8px 10px;
  border-radius: 60px;
  box-sizing: border-box;
  border: solid #ccc 1px;
  background-color: #fff;
}
.newstopics .btn_more:hover {
  box-shadow: 0px 4px 12px 2px #e9e9e9;
}

.topicbox {
  transition: 0.25s;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  padding-right: 40px;
  box-sizing: border-box;
  border-radius: 6px;
  border: solid #ddd 1px;
}
.topicbox::before {
  transition: 0.2s ease-out;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(45deg);
  right: 15px;
  top: 47.5%;
  margin-top: -5.5px;
}
.topicbox:hover {
  border-color: #fff;
  box-shadow: 0px 4px 12px 2px #e9e9e9;
}
.topicbox:hover::before {
  border-color: var(--color-ui-jcom);
  right: 10px;
}
.topicbox .thumb {
  float: left;
  width: 128px;
  margin-right: 15px;
  margin-bottom: 0;
}
.topicbox .thumb img {
  width: 100%;
}
.topicbox .info {
  overflow: hidden;
}
.topicbox .info .this_tit {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.topicbox .info .this_lead {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.box-hover {
  cursor: pointer !important;
}
.box-hover h3,
.box-hover p {
  text-decoration: underline !important;
}

.topslide {
  width: 100%;
  margin-bottom: 0;
  padding: 24px 0 16px;
  background: url(/common/img/slider_bg.gif) repeat-x top left;
}
.topslide .topslide_inner {
  position: relative;
  width: 950px;
  margin: auto;
}
.topslide .topslide_items {
  display: none;
}
.topslide .topslide_items.slick-initialized {
  display: block;
}
.topslide .topslide_items a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.topslide .slide_arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}
@media screen and (max-width: 1125px) {
  .topslide .slide_arrow {
    display: none;
  }
}
.topslide .slide_arrow .slick-prev,
.topslide .slide_arrow .slick-next {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #eee;
}
.topslide .slide_arrow .slick-prev::before,
.topslide .slide_arrow .slick-next::before {
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -7.7px;
  border-top: solid #222 2px;
  border-right: solid #222 2px;
}
.topslide .slide_arrow .slick-prev:focus::before,
.topslide .slide_arrow .slick-next:focus::before {
  opacity: 1;
}
.topslide .slide_arrow .slick-prev::before {
  margin-left: -6.3px;
  left: 50%;
  transform: rotate(-135deg);
}
.topslide .slide_arrow .slick-next::before {
  margin-right: -6.3px;
  right: 50%;
  transform: rotate(45deg);
}
.topslide .slide_arrow .slick-prev {
  left: -60px;
}
.desktop .topslide .slide_arrow .slick-prev:hover {
  left: -60px;
  opacity: 1;
  background-color: #fff;
}
.desktop .topslide .slide_arrow .slick-prev:hover::before {
  left: 41%;
  opacity: 1;
  border-color: var(--color-ui-jcom);
}
.topslide .slide_arrow .slick-next {
  right: -60px;
}
.desktop .topslide .slide_arrow .slick-next:hover {
  right: -60px;
  opacity: 1;
  background-color: #fff;
}
.desktop .topslide .slide_arrow .slick-next:hover::before {
  right: 41%;
  opacity: 1;
  border-color: var(--color-ui-jcom);
}
.topslide .slick-dots {
  position: relative;
  top: 12px;
  padding: 0;
}
.topslide .slick-dots li {
  padding: 0 14px;
}

.news {
  margin: 56px auto 40px;
  padding: 16px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fdecee;
}
.news .label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 3px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  background: var(--color-ui-jcom);
}
.news dl dt {
  font-weight: 700;
  padding-block: 3px;
}
.news dl dt,
.news dl dd {
  font-size: 14px;
  line-height: 1.6;
}