html,
body {
  font-size: 2.8vw;
  color: #426579;
}

body,
body * {
  -webkit-tap-highlight-color: transparent;
  user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

html {
  touch-action: manipulation;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  margin: 2px;
}

p {
  margin: 2px 0px;
}

p.date {
  position: absolute;
  padding: 0% 2% 0.5% 0%;
  color: white;
  font-weight: bold;
  font-size: 2.8vw;
  bottom: 0px;
  letter-spacing: 1px;
}

div {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 1.8em;
  letter-spacing: 1px;
  margin-block-start: 0.6em;
  margin-block-end: 0.6em;
}

h2 {
  font-size: 1.3em;
  padding: 0.5% 1% 0.5% 1%;
  background: #5e8398;
  color: white;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.05em;
  padding: 0.5% 1% 0.5% 1%;
  background: #e0ecf3;
}

ul {
  margin: 6px -10px;
}

hr {
  margin: 10px 0px;
}

.video {
  text-align: center;
}

#bg_base {
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #eeeeee;
}

#base_container {
  width: 100%;
  padding: 0% 5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #f9f7f7;
  border-radius: 8px;
  border: solid 1px #d7d8da;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#base_containery::-webkit-scrollbar {
  display: none;
}

.content {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 0px;
  padding: 1% 0% 8% 0%;
}

.content_list {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 0px;
}

.type {
  width: 100%;
  position: relative;
  top: 5px;
  left: 0px;
}

.icon {
  width: 28%;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 5;
}

.date {
  width: 70%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 5;
  text-align: right;
}

.content_image {
  width: 100%;
}

.content_text {
  padding: 1.5% 15% 1.5% 1%;
  overflow: hidden;
}

/*
  詳細ボタン処理
*/
.wrapper {
  position: absolute;
  float: right;
  bottom: 10px;
  right: 0px;
  width: 15%;
}
.wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-tap-highlight-color: transparent;
}
.link.touch {
  background-image: url("../image/icon/Common_btn_Detail.png");
}

.link.touched {
  background-image: url("../image/icon/Common_btn_Detail_pressed.png");
}

/*
  戻るボタン処理
*/
.back_wrapper {
  position: absolute;
  bottom: 0px;
  left: 3px;
  width: 13%;
}
.back_wrapper::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-tap-highlight-color: transparent;
}

.back.touch {
  background-image: url("../image/icon/Announcement_btn_back.png");
}

.back.touched {
  background-image: url("../image/icon/Announcement_btn_back_pressed.png");
}
