@charset "UTF-8";
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  overflow: hidden;
  width: 100%;
  min-width: 1040px;
  margin: 0;
}

.topics-list li:first-child {
  padding-top: 0;
}

.live, .record {
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px 0;
  text-align: center;
  line-height: 1.0;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.live {
  float: left;
  background-color: #e54d11;
}

.record {
  float: left;
  background-color: #004784;
}

.olympic-accordion_hdg {
  position: relative;
  padding: 11px 15px 10px;
  padding-left: 48px;
  border-bottom: none;
  margin-bottom: 10px;
  font-size: 18px;
  color: #1247b2;
  background-color: #edf5fb;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_hdg_bg_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  cursor: pointer;
}

.olympic-accordion_hdg::before, .olympic-accordion_hdg::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto 0;
  pointer-events: none;
}

.olympic-accordion_hdg::before {
  top: 0;
  bottom: 0;
  left: 10px;
  width: 24px;
  height: 24px;
  background-color: #0073bd;
  border-radius: 3px;
}

.olympic-accordion_hdg::after {
  top: 0;
  bottom: 3px;
  left: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.olympic-accordion_hdg:hover::before {
  background-color: #004784;
}

.olympic-accordion_hdg.is_active::after {
  top: 3px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.olympic-accordion_box {
  display: none;
  position: relative;
  padding: 10px 0 20px;
}

.olympic-side_schedule-list_item {
  border-top: 1px solid #e1e3e6;
  font-size: 15px;
}

.olympic-side_schedule-list_item:first-child {
  border-top: none;
}

.olympic-side_schedule-list a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 0;
  color: #1246b2;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/icn_arw-r_link_pc.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.olympic-header {
  margin-bottom: 20px;
}

.olympic-header_inner {
  position: relative;
  height: 87px;
  padding: 0 60px;
  margin: 0 -60px;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_header_bg_pc.png");
  background-position: center top;
  background-repeat: no-repeat;
}

.olympic-header_inner::before, .olympic-header_inner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto 0;
  background-repeat: repeat;
}

.olympic-header_inner::before {
  right: 100%;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_header_bg-l_pc.png");
  background-position: right top;
}

.olympic-header_inner::after {
  left: 100%;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_header_bg-r_pc.png");
  background-position: left top;
}

.olympic-header_logo {
  float: left;
  margin: 10px 0;
  margin-right: 20px;
}

.olympic-header_logo a {
  display: block;
  overflow: hidden;
  font-size: 0;
}

.olympic-header_logo a:hover {
  opacity: 0.7;
}

.olympic-header_logo a > img {
  display: inline-block;
  vertical-align: middle;
}

.olympic-header_date {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0;
}

.olympic-utility_nav {
  float: right;
  margin: 36.5px 0;
  margin-right: 10px;
  line-height: 1.0;
  font-size: 14px;
}

.olympic-utility_nav > li {
  float: left;
  position: relative;
  padding-left: 14px;
  margin-left: 30px;
}

.olympic-utility_nav > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2.5px;
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #1247b2;
  border-bottom: none;
  border-left: none;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.olympic-utility_nav a {
  display: block;
  color: #1247b2;
}

.olympic-nav {
  background-color: #0073bd;
}

.olympic-nav_list {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #005fa8;
  border-top: none;
  border-bottom: none;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.olympic-nav_list-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.olympic-nav_list-item:first-child a {
  border-left: none;
}

.olympic-nav_list-item a,
.olympic-nav_list-item > span {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 50px;
  border-left: 1px solid #005fa8;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.olympic-nav_list-item a > span,
.olympic-nav_list-item > span > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.olympic-nav_list-item a {
  background-color: #0073bd;
}

.olympic-nav_list-item a:hover {
  text-decoration: none;
  background-color: #004784;
}

.olympic-nav_list-item.is_active a {
  border-left-color: #004784;
  background-color: #004784;
}

.olympic-nav_list-item.is_active + .olympic-nav_list-item a {
  border-left-color: #004784;
}

.olympic-nav_list-item.is_close {
  background-color: #cccccc;
}

.olympic-nav_list-item.is_close + .olympic-nav_list-item > span {
  border-left-color: #b6b6b6;
}

.section-heading, #feature_area.olympic-feature .feature_head {
  padding: 10px 15px 9px;
  padding-right: 25px;
  border-top: 4px solid #0073bd;
  border-bottom: none;
  margin-bottom: 10px;
  font-size: 21px;
  background-color: #edf5fb;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_hdg_bg_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.section-heading.is_lv2, #feature_area.olympic-feature .is_lv2.feature_head {
  padding-top: 10px;
  padding-bottom: 8px;
  padding-left: 0;
  border-top-width: 3px;
  border-bottom: 1px solid #e1e3e6;
  margin: 20px 0 15px;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
}

.section-heading.is_lv3, #feature_area.olympic-feature .is_lv3.feature_head {
  padding: 0;
  border: none;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
}

.side-section-heading {
  color: #fff;
  font-weight: bold;
  background-color: #0063b0;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_side_hdg_bg_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}

.side-section-heading.has-button {
  background-position: right 31px center;
}

.olympic-page_heading, #feature_area.olympic-feature .feature_maintitle {
  padding: 10px 5px 5px;
  padding-left: 38px;
  border-bottom: 1px solid #e1e3e6;
  margin: 30px 0 20px;
  font-size: 22px;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/olympic_hdg_icn_pc.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 34px auto;
}

.olympic-page_heading:first-child, #feature_area.olympic-feature .feature_maintitle:first-child {
  margin-top: 0;
}

.section-box {
  margin-bottom: 30px;
}

.olympic-calendar_list {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.olympic-calendar_list-item {
  display: table-cell;
  max-width: 56px;
}

.olympic-calendar_list-item:first-child .olympic-calendar_btn {
  border-left-width: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.olympic-calendar_list-item:last-child .olympic-calendar_btn {
  border-right-width: 2px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.olympic-calendar_list-item.is_active .olympic-calendar_btn {
  border-color: #004784;
  margin-top: -10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  pointer-events: none;
}

.olympic-calendar_list-item.is_active .olympic-calendar_date {
  height: 45px;
  background-color: #004784;
}

.olympic-calendar_list-item.is_active .olympic-calendar_date-month {
  display: inline-block;
  font-size: 15px;
}

.olympic-calendar_list-item.is_active .olympic-calendar_date-month::after {
  content: "/";
  display: inline-block;
}

.olympic-calendar_list-item.is_active .olympic-calendar_date-day {
  min-width: 0;
}

.olympic-calendar_list-item.is_active .olympic-calendar_weekday {
  color: #004784;
}

.olympic-calendar_btn {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  border: 1px solid #0073bd;
  border-bottom-width: 2px;
  vertical-align: bottom;
  text-align: center;
  line-height: 1.0;
  font-weight: bold;
}

.olympic-calendar_btn, .olympic-calendar_btn:link, .olympic-calendar_btn:visited {
  color: #fff;
}

.olympic-calendar_btn:hover {
  border-color: #004784;
  text-decoration: none;
}

.olympic-calendar_btn:hover .olympic-calendar_date {
  background-color: #004784;
}

.olympic-calendar_btn:hover .olympic-calendar_weekday {
  color: #004784;
}

.olympic-calendar_date {
  display: table;
  width: 100%;
  height: 35px;
  font-size: 0;
  background-color: #0073bd;
}

.olympic-calendar_date > span {
  display: table-cell;
  vertical-align: middle;
}

.olympic-calendar_date-month, .olympic-calendar_date-day {
  font-size: 15px;
}

.olympic-calendar_date-month > span, .olympic-calendar_date-day > span {
  font-size: 0;
}

.olympic-calendar_date-month {
  font-size: 0;
}

.olympic-calendar_date-day {
  display: inline-block;
  min-width: 1.3em;
}

.olympic-calendar_weekday {
  display: block;
  padding: 10px 0 9px;
  font-size: 13px;
  color: #0073bd;
  background-color: #fff;
}

.olympic-calendar_weekday > span {
  font-size: 0;
}

.olympic-news {
  margin: 20px 0;
}

.olympic-news_img {
  margin-bottom: 13px;
}

.olympic-news_img img {
  display: block;
  max-width: 100%;
  max-height: 360px;
  margin: 0 auto;
}

.olympic-news_data {
  margin: 12px 0 9px;
  font-size: 13px;
}

.olympic-news_data dt {
  float: left;
}

.olympic-news_data dt::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  margin-left: 9px;
  vertical-align: middle;
  background-color: #a0aab4;
}

.olympic-news_data dd {
  margin-left: 45px;
}

.olympic-news_data-name {
  display: inline-block;
  margin-left: 3px;
}

.olympic-news_data-name::before {
  content: "/";
  margin-right: 3px;
}

.olympic-news_txt {
  padding-top: 10px;
  border-top: 1px solid #e1e3e6;
  margin-top: 9px;
  font-size: 16px;
}

.olympic-news_txt p {
  margin: 10px 0;
}

.olympic-news_txt p:first-child {
  margin-top: 0;
}

.olympic-news_txt p:last-child {
  margin-bottom: 0;
}

.olympic-news_txt p a {
  text-decoration: underline;
}

.olympic-news_txt p a:hover {
  text-decoration: none;
}

.olympic-highlight {
  margin: 10px 0 15px;
}

.olympic-highlight > li {
  float: left;
  width: 151px;
  margin-top: 10px;
  margin-left: 15px;
}

.olympic-highlight > li:nth-child(-n+4) {
  margin-top: 0;
}

.olympic-highlight > li:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}

.olympic-highlight_box {
  display: block;
  overflow: hidden;
}

.olympic-highlight_box, .olympic-highlight_box:link, .olympic-highlight_box:visited {
  color: #1247b2;
}

.olympic-highlight_img {
  display: table;
  width: 151px;
  height: 151px;
  margin-bottom: 13px;
}

.olympic-highlight_img img {
  max-width: 100%;
  max-height: 100%;
}

.olympic-highlight_img > div {
  display: table-cell;
  width: 151px;
  height: 151px;
  vertical-align: middle;
  text-align: center;
}

.olympic-highlight_name {
  margin-top: 13px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.olympic-link_box {
  border: 4px solid #e1e3e6;
}

.olympic-link_box > li {
  border-top: 1px solid #e1e3e6;
}

.olympic-link_box > li:first-child {
  border-top: none;
}

.olympic-link_area {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 13px 15px;
  padding-right: 55px;
  font-weight: bold;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/icn_circle_arw-r_link_pc.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.olympic-link_area:hover {
  text-decoration: none;
  opacity: 0.6;
}

.olympic-link_area, .olympic-link_area:link, .olympic-link_area:visited {
  color: #1247b2;
}

.olympic-pickup {
  overflow: hidden;
  padding: 10px;
  border: 1px solid #e1e3e6;
  margin: 10px 0;
}

.olympic-pickup_img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("//media.image.infoseek.co.jp/shared/news/feature/pyeongchang2018/pc/image/noimage.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.olympic-pickup_img-box {
  float: left;
  display: block;
  width: 147px;
  height: 98px;
  vertical-align: middle;
  text-align: center;
  background-image: url("//media.image.infoseek.co.jp/isnews/pc/img/bg_sprite-1.0.png");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto;
}

.olympic-pickup_img-box + .olympic-pickup_txt {
  margin: 5px 10px 0;
  margin-left: 165px;
}

.olympic-pickup_heading {
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}

.olympic-pickup_heading a {
  color: #1247b2;
}

.olympic-pickup_detail {
  font-size: 14px;
}

.olympic-supplement {
  float: right;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 12px;
}

.olympic-supplement > li::before {
  content: "※";
}

.olympic-table {
  width: 100%;
  border: 2px solid #e1e3e6;
  border-right: none;
  border-left: none;
}

.olympic-table tr th, .olympic-table tr td {
  border-top: 1px solid #e1e3e6;
}

.olympic-table tr:first-child th, .olympic-table tr:first-child td {
  border-top: none;
}

.olympic-table th {
  box-sizing: border-box;
  width: 145px;
  padding: 10px 15px;
  text-align: center;
  font-size: 16px;
  background-color: #edf5fb;
}

.olympic-table td {
  box-sizing: border-box;
  padding: 20px 10px;
}

.olympic-table td:last-child {
  width: 100px;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  background-color: #f2f4f6;
}

.olympic-table ul > li {
  padding-top: 15px;
  border-top: 1px dotted #d2d5da;
  margin-top: 15px;
}

.olympic-table ul > li:first-child {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}

.olympic-table p {
  line-height: 1.25;
  margin-left: 30px;
  padding-top: 1px;
}

#feature_area.olympic-feature {
  line-height: 1.5;
}

#feature_area.olympic-feature .feature_maintitle {
  background-color: transparent;
}

#feature_area.olympic-feature .feature_maintitle::after {
  content: "";
  display: block;
  clear: both;
}

#feature_area.olympic-feature .feature_maintitle span.feature_category {
  width: 21em;
  margin-right: 0.5em;
  text-align: left;
  color: #333;
  background-color: transparent;
}

#feature_area.olympic-feature .feature_maintitle span.feature_time {
  padding: 0;
  color: #333;
  font-size: 14px;
}

#feature_area.olympic-feature .feature_title {
  padding-bottom: 0;
  border-bottom: none;
}

#feature_area.olympic-feature .feature_summary_block {
  padding-bottom: 0;
  background-color: transparent;
}

#feature_area.olympic-feature .feature_summary_publisher {
  margin-right: 0;
  margin-left: 0;
}

#feature_area.olympic-feature .feature_summary_publisher + .feature_summary_text {
  padding-top: 10px;
  border-top: 1px solid #e1e3e6;
}

#feature_area.olympic-feature .feature_summary_text {
  margin-right: 0;
  margin-left: 0;
}

#feature_area.olympic-feature .feature_link {
  line-height: 1.85;
}

#feature_area.olympic-feature .feature_subhead {
  padding: 10px 25px 8px 0;
  border-top: 3px solid #0073bd;
  border-bottom: 1px solid #e1e3e6;
  margin: 20px 0 15px;
  font-size: 18px;
  background-color: transparent;
  background-image: none;
}

#feature_area.olympic-feature .feature_accent {
  font-size: 18px;
}

#feature_area.olympic-feature .feature_table table tr:first-child th, #feature_area.olympic-feature .feature_table table tr:first-child td {
  border-top-width: 2px;
}

#feature_area.olympic-feature .feature_table table tr:last-child th, #feature_area.olympic-feature .feature_table table tr:last-child td {
  border-bottom-width: 2px;
}

#feature_area.olympic-feature .feature_table table th {
  color: #333;
  background-color: #edf5fb;
}
