@import url("https://fonts.googleapis.com/css?family=Amiri");
.main_contents .main_title {
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}
.main_contents .main_title:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url("https://www.fate-go.jp/assets/img/pc/common/line.png") repeat-x center;
  position: absolute;
  bottom: -1px;
}

.pc_mode .main_contents {
  background: url("https://www.fate-go.jp/assets/img/pc/common/bg_logo.png") fixed no-repeat -180px center, url("https://www.fate-go.jp/assets/img/pc/common/bg_logo.png") fixed no-repeat right -180px center;
}
.pc_mode .main_contents .main_title {
  background-image: url("https://www.fate-go.jp/assets/img/pc/common/bg_title.jpg");
  padding: 110px 0 47px;
}
.pc_mode .main_contents .main_title img {
  width: auto;
  height: 80px;
}

.sp_mode .main_contents {
  background: url("https://www.fate-go.jp/assets/img/sp/common/bg_logo.png") fixed no-repeat center;
}
.sp_mode .main_contents .main_title {
  background-image: url("https://www.fate-go.jp/assets/img/sp/common/bg_title.jpg");
  padding: 155px 0 47px;
}
.sp_mode .main_contents .main_title img {
  width: 100%;
}

.main_contents .main_title {
  margin-bottom: 80px;
}

.tab_news {
  text-align: center;
  margin-bottom: 30px;
}
.tab_news ul {
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
.tab_news li {
  position: relative;
}
.tab_news li.current {
  background-position: bottom;
}
.tab_news li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pc_mode .tab_news li {
  display: inline-block;
  margin-right: 7px;
  width: 154px;
  height: 36px;
}
.pc_mode .tab_news li.last-child {
  margin-right: 0;
}
.pc_mode .tab_news .news {
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/tab_notice.jpg");
}
.pc_mode .tab_news .maint {
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/tab_maint.jpg");
}
.pc_mode .tab_news .update {
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/tab_update.jpg");
}
.pc_mode .tab_news .trauble {
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/tab_trouble.jpg");
}

.sp_mode .tab_news ul {
  margin: 0 30px 25px;
}
.sp_mode .tab_news li {
  width: 340px;
  height: 58px;
  margin-bottom: 10px;
}
.sp_mode .tab_news li:nth-child(odd) {
  float: left;
}
.sp_mode .tab_news li:nth-child(even) {
  float: right;
}
.sp_mode .tab_news .news {
  background: url("https://www.fate-go.jp/assets/img/sp/in_news/tab_notice.jpg");
}
.sp_mode .tab_news .maint {
  background: url("https://www.fate-go.jp/assets/img/sp/in_news/tab_maint.jpg");
}
.sp_mode .tab_news .update {
  background: url("https://www.fate-go.jp/assets/img/sp/in_news/tab_update.jpg");
}
.sp_mode .tab_news .trauble {
  background: url("https://www.fate-go.jp/assets/img/sp/in_news/tab_trouble.jpg");
}

.list_news {
  border-top: 1px solid #e0dfce;
  margin-bottom: 65px;
}
.list_news li {
  border-bottom: 1px solid #e0dfce;
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/arrow.png") no-repeat right center;
  height: 104px;
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px 0px 40px;
  position: relative;
}
.list_news li .date {
  font-size: 14px;
  margin-bottom: 13px;
}
.list_news li .title {
  line-height: 1.4;
}
.list_news li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.list_news li:before {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  display: block;
  background: #dcdcdc;
  opacity: 0.0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list_news li:hover:before {
  width: 100%;
  opacity: 0.3;
}

.pc_mode .list_news {
  min-width: 1120px;
}

.sp_mode .list_news li {
  background: url("https://www.fate-go.jp/assets/img/sp/in_news/arrow.png") no-repeat right center;
  height: 120px;
}
.sp_mode .list_news li .date {
  font-size: 20px;
  margin-bottom: 10px;
}
.sp_mode .list_news li .title {
  font-size: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pager {
  text-align: center;
  padding-bottom: 80px;
}
.pager p {
  display: inline-block;
  margin: 0 15px;
}
.pager a {
  display: block;
  overflow: hidden;
  text-indent: -500px;
  width: 100%;
  height: 100%;
}
.pager .prev {
  background: url("https://www.fate-go.jp/assets/img/pc/common/btn_prev.png");
  width: 155px;
  height: 34px;
}
.pager .next {
  background: url("https://www.fate-go.jp/assets/img/pc/common/btn_next.png");
  width: 155px;
  height: 34px;
}

.pc_mode .pager p {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pc_mode .pager p:hover {
  opacity: 0.6;
}

.news_detail {
  position: relative;
  width: 690px;
  margin: 40px auto 50px;
  background: url("https://www.fate-go.jp/assets/img/pc/in_news/frame_repeat.png") repeat-y center;
}
.news_detail:before {
  content: url("https://www.fate-go.jp/assets/img/pc/in_news/frame_head.png");
  position: absolute;
  left: 0;
  top: -3px;
}
.news_detail:after {
  content: url("https://www.fate-go.jp/assets/img/pc/in_news/frame_bottom.png");
  position: absolute;
  left: 0;
  bottom: -10px;
}
.news_detail h2 {
  background: none;
  padding: 0;
  margin: 0;
}
.news_detail img {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}
.news_detail .date {
  font-weight: 700;
}
.news_detail .title {
  font-weight: 700;
}
.news_detail .title-box {
  margin-bottom: 30px;
}

.pc_mode .news_detail .date {
  font-size: 16px;
}
.pc_mode .news_detail .title {
  font-size: 24px;
}

.sp_mode .news_detail:before {
  top: -13px;
}
.sp_mode .news_detail:after {
  bottom: -15px;
}
.sp_mode .news_detail .date {
  font-size: 30px;
}
.sp_mode .news_detail .title {
  font-size: 40px;
}

.btn_backindex {
  text-align: center;
  padding-bottom: 80px;
}

.pc_mode .btn_backindex img {
  height: 34px;
}
.pc_mode .btn_backindex a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.pc_mode .btn_backindex a:hover {
  opacity: 0.6;
}

#news_color {
  width: auto !important;
  padding: 40px 45px;
  margin: 0 3px !important;
}

main .article .title-box .date {
  color: #225799;
}

main .article {
  text-align: center;
}
main .article .title-box {
  text-align: left;
}
main .article p {
  text-align: left;
}

.sp_mode .news_detail .article {
  -webkit-text-size-adjust: auto;
}
.sp_mode .news_detail .article .title-box {
  -webkit-text-size-adjust: 100%;
}

.news_detail .float_box {
  overflow: hidden;
}
.news_detail .float_box .float_none_box {
  float: none;
}
.news_detail .float_box .float_left_box {
  float: left;
}
.news_detail .float_box .float_right_box {
  float: right;
}