@charset "utf-8";

.news .contents {
  background: url(../images/TOP1.png) no-repeat center center;
  background: url(../images/TOP1.png) no-repeat center center / cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
  bottom: 0px;
  right: 0%;
}

.news .contents .main {
  padding: 0% 5% 0 15%;
  height: 100%;
  position: relative;
  transform: translateZ(0);
}

.news .contents .main .title {
  clear: both;
  margin-bottom: 20px;
  font-size: 24px;
  letter-spacing: 0.2em;
  padding-bottom: 3px;
  border-bottom: 1px solid #dfd4be;
  color: #dfd4be;
}

.news .contents .main .title::first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

h2 {
  clear: both;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 0.2em;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#content {
	background: rgba(0, 70, 121, 0.5);
	width: 65%;
	padding: 2%;
  float: left;
}

#archive {
  background: rgba(0, 70, 121, 0.5);
  width: 25%;
  padding: 2%;
  float: right;
}

.date {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  box-sizing:border-box;
}

.date i {
  display: inline-block;
  padding: 0 5px;
  vertical-align: middle;
}

.date span {
  display: inline;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
}

p a, #archive ul li a {
 color: #fff;
}

#archive ul {
  padding:0.5em;
  list-style-type:none;
}

#archive ul li {
  position:relative;
  padding: 0em 0.3em 0em 1.3em;
}

#archive ul li::before,
#archive ul li::after {
  position: absolute;
  content: '';
  display: inline-block;
}

#archive ul li::after {
  top: .35em;
  left: 0em;
  width: 14px;
  height: 14px;
  background-color: #c0542d;
  border-radius: 100%;
}

#archive ul li::before {
  z-index: 2;
  top: 0.65em;
  left: 0.3em;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width:480px) {
  .news .contents .main {
      padding: 0 5%;
  }

  #content {
    position: relative;
    left: 10px;
    width: 90%;
  }

  #archive {
    clear: both;
    position: relative;
    top: 15px;
    right: 10px;
    width: 90%;
  }
}
