/*
#container #pagebody {
}
*/
/*--------------main area--------------*/
.whatsnew-title {
  position: relative;
  margin-bottom: 30;
}
.whatsnew-title .rss_btn {
  position: absolute;
  right: 10px;
  top: 15px;
}

/*--------------rss area--------------*/
#rssinfopage {
  margin: 40px 20px 20px 20px;
}
#rssinfopage dl {
  display: block;
  width: 900px;
  text-align: left;
  clear: both;
  min-height: 0;
  /*
  display: inline-table;
  */
}

* + html:first-child body #rssinfopage dl {
  overflow: hidden;
}

#rssinfopage dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}

* html #rssinfopage dl {
  height: 1%;
}

#rssinfopage dt {
  float: left;
  width: 230px;
  margin: 0;
  line-height: 1em;
  padding: 0.2em 0;
  clear: both;
}
#rssinfopage dt img {
  margin-right: 10px;
  vertical-align: text-top;
}
#rssinfopage dd {
  margin: 0 0 1.5em 230px;
  line-height: 1.4em;
  background: url(../../images/arrow_black.gif) 0 0.5em no-repeat;
  padding-left: 10px;
}

* html #rssinfopage dd {
  height: 1%;
}

/*--------------article area--------------*/
#articlearea {
  margin: 0 60px 20px 60px;
  text-align: left;
}
#articlearea .backbt {
  margin-bottom: 15px;
  text-align: right;
}
#articlearea .backbt img {
  margin: 0 0 0 auto;
}
#articlearea .articleday {
  margin-bottom: 40px;
  text-align: right;
}
#articlearea h2 {
  margin-bottom: 30px;
}
#articlearea .leadtext {
  margin-bottom: 20px;
}
#articlearea .articlebody {
  margin-bottom: 30px;
  border: 1px solid #CCCCCC;
  padding: 20px;
}
#articlearea .articlebody .paragraph35 {
  margin-bottom: 35px;
}

.c5-licenseAgreement {
  overflow-y: auto;
  overflow-x: hidden;
  height: 150px;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.c5-licenseAgreement p {
  text-align: left;
}

#infoarea {
  box-sizing: border-box;
}
#infoarea .infoImg {
  display: block;
  max-width: 100%;
}
.c5-table th, .c5-table td {
  vertical-align: middle;
}

.c5-agree-check input[type=checkbox] {
  display: none;
}
.c5-agree-check input[type=checkbox] + label {
  font-size: 3.73vw;
  position: relative;
  padding-left: 1.5em;
  transition: all 0.3s;
  font-weight: 500;
}
.c5-agree-check input[type=checkbox] + label::after, .c5-agree-check input[type=checkbox] + label::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.c5-agree-check input[type=checkbox] + label::after {
  width: 4vw;
  height: 4vw;
  border: 1px solid #121212;
  left: 0;
}
.c5-agree-check input[type=checkbox] + label::before {
  width: 2.2vw;
  height: 2.2vw;
  border-top: 2px solid #121212;
  border-left: 2px solid #121212;
  top: -1px;
  left: 4px;
  opacity: 0;
  transform: rotate(-140deg) skew(0deg, 10deg);
}
.c5-agree-check input[type=checkbox] + label:hover {
  opacity: 0.7;
}
.c5-agree-check input[type=checkbox]:checked + label::before {
  opacity: 1;
}

.c5-item__dl {
  display: block;
  width: 50vw;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  background-color: #bbb;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}
.c5-item__dl.active:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
}

.c5-dlicon {
  filter: invert(100%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(200%) contrast(100%);
  padding-left: 10px;
}

.c5-licenseAgreement2 .child textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .c5-table.c5-w700 {
    max-width: 700px;
  }
  .c5-agree-check input[type=checkbox] + label {
    font-size: 20px;
  }
  .c5-agree-check input[type=checkbox] + label::after {
    width: 30px;
    height: 30px;
    left: -10px;
  }
  .c5-agree-check input[type=checkbox] + label::before {
    width: 13px;
    height: 13px;
    top: 2px;
    left: 0;
  }
  .c5-item__dl {
    width: 360px;
    padding: 20px;
    font-size: 20px;
  }
}
/*# sourceMappingURL=common.css.map */