@charset "UTF-8";
body {
  line-height: 1.5;
  font-size: 100%;
}

/* ==================================
  .inner
 ==================================*/
.inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/* ==================================
   ヘッダー
 ==================================*/
header {
  height: 54px;
  background: #faf9f9;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  width: 222px;
}

header .logo img {
  width: 100%;
}

/* ==================================
   キービジュアル
 ==================================*/
#Keyvisual h1 {
  width: 100%;
  height: 150px;
  background-position: center;
}

#Keyvisual h1 img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

/* ==================================
   #グローバルナビ
 ==================================*/
nav#global {
  background: #a03551;
}

nav#global 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;
}

nav#global ul li {
  width: calc(100%/4);
  display: inline-block;
  text-align: center;
}

nav#global ul li a {
  display: block;
  padding: 20px;
  overflow: hidden;
  color: #FFF;
}

nav#global ul li a::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}

nav#global ul li a::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

nav#global ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* ==================================
   #container
 ==================================*/
#container {
  margin: 48px auto 90px auto;
  /* リード文 */
}

#container section {
  margin: 0 auto 90px auto;
  /* h2:first-child::before, h2:first-child::after {
          content: '';
          display: table-cell;
          width: 50%;
          background: linear-gradient(transparent 50%, $black 50%, $black calc(50% + 1px), transparent calc(50% + 1px));
          background-size: 100% calc(100%);
        }
        h2:first-child::before {
          border-right: 20px solid #FFF;
        }
        h2:first-child::after {
          border-left: 20px solid #FFF;
        }*/
}

#container section h2 {
  text-align: center;
  margin: 60px 0 36px;
  font-size: 150%;
}

#container section h2:first-child {
  display: table;
  margin: 60px auto 46px;
  padding-left: 16px;
  position: relative;
  font-size: 180%;
  /* &::before{
              content: "";
              height: 1.2em;
              background: #333;
              display: inline-block;
              position: absolute;
              top: -3px;
              left: 0;
            } */
}

#container section h2:first-child::after {
  content: "";
  width: 60px;
  height: 5px;
  background: #C43958;
  /* background: $red0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 3px;
}

#container h2.graph-title {
  margin: 40px 0 15px;
}

#container .first_letter {
  font-size: 135%;
  font-weight: 600;
}

#container .first_sentence {
  margin-bottom: 1em;
  font-weight: 600;
}

#container .w810 {
  max-width: 810px;
}

#container .lead {
  max-width: 768px;
  width: 100%;
  margin-bottom: 32px;
  overflow: hidden;
}

#container .lead::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}

#container .lead::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

/* ==================================
 　本日のデータ
==================================*/
#today_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

#today_data a {
  position: relative;
  display: block;
  width: 100%;
  margin-right: 3px;
}

#today_data a:last-child {
  margin-right: 0;
}

#today_data a:hover {
  opacity: 0.7;
}

#today_data a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: 900;
  font-size: 18px;
  padding: 6px 8px 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#today_data a::after {
  display: inline-block;
  content: "拡大";
  position: absolute;
  top: 25px;
  right: 6px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

#today_data a figure {
  height: 100%;
  width: 100%;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #f0eded;
}

#today_data a figure:last-of-type {
  border-right: none;
}

#today_data a figure img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain; object-position: center center;';
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
  height: 100%;
}

#today_data a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 90%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 8px;
}

/* ==================================
   トップページ　ニュース・コロナ連載　
 ==================================*/
.section_inner {
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.section_inner .new {
  overflow: hidden;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_inner .new li {
  width: calc((100% - 48px * 2)/3);
  margin-left: 48px;
  background: #f0eded;
}

.section_inner .new li:first-child {
  margin-left: 0;
}

.section_inner .new li a figure {
  position: relative;
  width: 100%;
}

.section_inner .new li a figure img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.section_inner .new li a figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.section_inner .new li a h3 {
  padding: 10px;
  overflow: hidden;
}

.section_inner .new li a h3::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}

.section_inner .new li a h3::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.section_inner .new li a .date {
  font-weight: normal;
  padding: 0 10px 10px;
}

.section_inner .normal {
  margin-bottom: 36px;
}

.section_inner .normal li {
  position: relative;
  margin-bottom: 1em;
  padding: 0 0 0 1.3em;
  overflow: hidden;
  /* a:nth-child(2){
            @include lhCrop;
          } */
}

.section_inner .normal li .newsChk {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1px !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section_inner .normal li .newsChk img {
  vertical-align: baseline;
}

.section_inner .normal li a .date {
  padding: 0 0 0 1em;
  font-size: 0.9rem;
  color: #999;
}

.section_inner ul li a {
  color: #333;
  font-weight: 600;
}

.section_inner ul li a:hover {
  text-decoration: underline;
}

/* もっと見るボタン　*/
.more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 308px;
  text-align: center;
}

.more a {
  border: #B0AEAE solid 2px;
  border-radius: 46px;
  padding: 14px;
  display: block;
  color: #333;
  overflow: hidden;
  overflow: hidden;
}

.more a::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}

.more a::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.more a:hover {
  background: #f0eded;
}

.more a i {
  padding-left: 10px;
  color: #706F6F;
}

/*　ワクチンニュース　*/
#container #vaccine {
  position: relative;
}

#container #vaccine .category_column {
  position: absolute;
  top: 0px;
  right: 75px;
}

#container #vaccine .category_column > a {
  display: block;
  font-size: 16px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: underline;
}

#container #vaccine .category_column > a:first-of-type {
  margin-bottom: 20px;
}

#container #vaccine .category_column > a i {
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
}

#container #vaccine .category_column > a:hover {
  color: #C43958;
}

/*　目で見る兵庫の感染状況　*/
#container #watching {
  margin: 60px auto 46px;
}

/* コロナ連載 */
#container #serial h2 {
  margin-bottom: 36px;
}

#container #serial ul li a {
  font-size: 120%;
}

/* ==================================
  Ｑ＆Ａページ　画像
 ==================================*/
#qanda .setumeizu {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#qanda .setumeizu figure {
  height: 500px;
  margin: 0 auto;
  position: relative;
}

#qanda .setumeizu figure a:hover {
  opacity: 0.7;
}

#qanda .setumeizu figure a::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-weight: 900;
  font-size: 18px;
  padding: 6px 8px 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
}

#qanda .setumeizu figure a::after {
  display: inline-block;
  content: "拡大";
  position: absolute;
  top: 25px;
  right: 6px;
  font-size: 10px;
  color: #fff;
}

#qanda .setumeizu figure a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  /* width: 100%; */
}

/* ==================================
  Ｑ＆Ａページ　質問
 ==================================*/
#qanda_list {
  border-top: 2px #959595 solid;
  border-bottom: 2px #959595 solid;
}

#qanda_list > .list_item {
  border-bottom: 1px #ccc solid;
}

#qanda_list > .list_item:last-of-type {
  border-bottom: none;
}

#qanda_list .list_item h3 {
  line-height: 1;
  font-size: 115%;
}

#qanda_list .list_item a {
  color: #333;
  position: relative;
}

#qanda_list .list_item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#qanda_list .list_item a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #333;
  -webkit-transition: .3s;
  transition: .3s;
}

#qanda_list .list_item a.on:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#qanda_list .list_item a.on::after {
  background-color: transparent;
}

#qanda_list .list_item .list_item_link {
  display: block;
  padding: 20px 16px;
  line-height: 1;
}

#qanda_list .list_item .sublist {
  display: none;
}

#qanda_list .list_item .sublist > .sublist_item {
  padding: 0px 18px 18px;
}

#qanda_list .list_item .sublist > .sublist_item h3 {
  margin-bottom: 1em;
}

#qanda_list .list_item .sublist > .sublist_item figure {
  float: right;
  padding: 10px;
  width: 206px;
}

#qanda_list .list_item .sublist > .sublist_item figure img {
  width: 100%;
}

/* ==================================
   フッター
 ==================================*/
footer {
  width: 100%;
  background-color: #a03551;
  padding: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

footer p {
  color: #FFF;
  overflow: hidden;
  text-align: center;
}

footer p::before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.4em);
}

footer p::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

/* ==================================
   PC/SP切替
 ==================================*/
.UA {
  width: 14%;
  margin: 6% auto;
  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;
}

.UA_PC, .UA_SP {
  width: 50%;
  text-align: center;
  padding: 3%;
  font-size: 1.6rem;
}

.Current {
  background-color: #a03551;
  color: #fff;
}

.NotCurrent {
  color: #a03551;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e0dede;
}
/*# sourceMappingURL=style.css.map */