.results {}
.results .search {
  position: relative;
  overflow: hidden;
	background-color: #8A92AA;
	font-weight: 700;
}
.results .search .back {
  position: absolute;
  left: 50%;
  top: -80px;
  width: 100%;
  min-width: 1500px;
}
.results .search .back img {
  width: 100%;
  position: absolute;
  left: -50%;
  top: 0;
}
.results .search .inner {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
.results .search .rss {
  position: absolute;
  right: 0;
  top: 20px;
	width: 28px;
}
.results .search .rss img {
	width: 100%;
	height: auto;
}
.results .search .tit {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-size: calc(24 / 14 * 100%);
	font-weight: 800;
	line-height: 1;
}
.results .search .read {
  text-align: center;
  margin-top: 10px;
}
.results .search .form {
  font-size: calc(15 / 14 * 100%);
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255,255,255,0.5);
}
.results .search .form .sec {
	display: flex;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(255,255,255,0.5);
	padding-top: 4px;
  padding-bottom: 4px;
}
.results .search .form .sec .hd {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255,255,255,0.5);
  width: 110px;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 20px;
	line-height: 18px;
}
.results .search .form .sec .checks {
  width: 960px;
  padding-right: 0px;
}
.results .search .form .sec ul {
  margin-left: 36px;
}
.results .search .form .sec li {
  display: inline-block;
  margin-right: 28px;
}
.results .search .form .parent {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgba(255,255,255,0.5);
  width: 130px;
}
.results .search .buttons {
  margin-top: 20px;
  text-align: center;
	display: flex;
	justify-content: center;
}
.results .search .buttons li {
  margin-left: 5px;
  margin-right: 5px;
}
.results .search .subbuttons {
  margin-top: 5px;
  margin-bottom: 5px;
}
.results .search .subbutton {
  display: inline-block;
}
.results .result {
  padding-top: 40px;
}
.results .cards {
  width: 1120px;
  margin-left: -10px;
}
.results .cards.clm_3p4 {
  width: 840px;
}
.results .cards h3 {
  font-size: 130%;
  color: #fff;
  /*
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #555;
*/
  padding-top: 5px;
  padding-bottom: 5px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #555;
  padding-left: 10px;
  width: 100%;
}
.results .detail {
  width: 820px;
  background-color: #fff;
}
.results.wide .detail {
  width: auto;
}
.results .detail .docs {
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #f00;
  padding: 20px;
  color: #333;
  padding-bottom: 100px;
  position: relative;
}
.results .detail .category {
  color: #f00;
}
.results .detail .titles {
  position: relative;
  margin-top: 20px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
  padding-top: 20px;
}
.results .detail .titles .share {
  position: absolute;
  right: 0;
  top: 20px;
	display: flex;
}
.results .detail .titles .share li {
  display: block;
}
.results .detail .titles .share li a {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.results .detail .titles .share li a img {
	width: 30px;
	height: auto;
}
.results .detail .titles .share li:last-of-type a {
  margin-right: 0;
}
.results .detail .titles .share li:last-of-type a img {
	width: 26px;
}
.results .detail h3 {
  font-size: 120%;
  font-weight: bold;
  line-height: 1.35em;
  width: 600px;
}
.results .detail h4 {
  margin-top: -5px;
  font-size: 90%;
  color: #999;
  line-height: 1.5em;
  font-weight: normal;
}
.results .detail .backtop {
  position: absolute;
  right: 20px;
  text-align: right;
}
.results .detail .backtop a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  background-image: url(../img/common/icon_back.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 90%;
}
.results .detail .backtop.upper {
  top: 20px;
}
.results .detail .backtop.upper a {
  margin-top: 0;
}
.results .detail .backtop.under {
  bottom: 20px;
}
.results .detail .content {
  padding: 30px;
}
.results .detail .content h5 {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}
.results .detail .content h6 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.results .detail .content p {
  margin-bottom: 30px;
  line-height: 1.75em;
}
.results .detail .content ul {
  margin-bottom: 30px;
}
.results .detail .content ul li {
  margin-bottom: 6px;
  list-style: disc;
  margin-left: 1em;
}
.results .detail .content ol {
  margin-bottom: 30px;
}
.results .detail .content ol li {
  margin-bottom: 6px;
  list-style: decimal;
  margin-left: 1em;
}
.results .detail .content .image {
  position: relative;
  background-color: #e5e5e5;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: 20px;
}
.results .detail .content .image .inn {
  background-color: #fff;
  text-align: center;
}
.results .detail .content .image img {
  max-width: 100%;
}
.results .detail .content .image .zoom a {
  text-decoration: none;
  color: #666;
  display: inline-block;
  background-image: url(../img/common/icon_zoom.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 90%;
}
.results .detail .content .image .caption {
  margin-bottom: 0;
}
.results .detail .content .photo {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.results .detail .content .photo img {
  max-width: 720px;
}
.results .detail .content .spec {
  margin-top: 40px;
  margin-bottom: 20px;
}
.results .detail .content .spec table th {
  white-space: nowrap;
}
.results .detail .content .spec table th, .results .detail .content .spec table td {
  padding-bottom: 5px;
}
.results .detail .content .buttons {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.results .detail .content .buttons li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.results .detail .profile {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
}
.results .detail .profile .image {
  width: 300px;
  float: left;
}
.results .detail .profile .texts {
  width: 350px;
  float: right;
}
.results .detail .profile .texts .tit {
  font-weight: bold;
  font-size: 110%;
}
.results .detail .profile .texts .body {
  margin-top: 10px;
  line-height: 1.75em;
}
.results .detail .profile .texts .links {
  margin-top: 10px;
  font-size: 90%;
}
.results .detail .linklist {
  margin-left: 30px;
}
.results .detail .linklist .tit {
  font-size: 110%;
  font-weight: bold;
}
.results .detail .linklist ul {
  margin-top: 5px;
  display: block;
}
.results .detail linklist ul li {
  margin-top: 3px;
  display: block;
}
.results .detail .linklist ul li a {
  color: #666;
  text-decoration: none;
  display: inline-block;
  background-image: url(../img/common/icon_other.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
  padding-top: 2px;
}
.results .detail .linklist ul li a:hover {
  text-decoration: underline;
}
.results .detail .keywords {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}
.results .detail .keywords .tit {
  font-size: 110%;
  font-weight: bold;
}
.results .detail .keywords ul {
  margin-top: 10px;
  display: block;
}
.results .detail .keywords ul li {
  display: inline;
}
.results .detail .keywords ul li a {
  background-color: #efefef;
  color: #666;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.results .detail .keywords ul li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.results .button_interest {
  clear: both;
  padding-top: 50px;
}
.results .button_interest a {
  display: inline-block;
  text-decoration: none;
  color: #999;
  text-align: center;
  line-height: 1em;
  padding-top: 22px;
  padding-bottom: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 80%;
}
.results .button_interest a img {
  position: relative;
  top: -8px;
  margin-right: 10px;
}
.results .detail .button_interest {
  position: absolute;
  left: 20px;
  bottom: 10px;
}
.card.cat_1 {
  border-top-color: #f08300;
}
.card.cat_1 .category {
  color: #f08300;
}
.card.cat_1 .btn {
  background-color: #f08300;
}
.card.cat_2 {
  border-top-color: #db535e;
}
.card.cat_2 .category {
  color: #db535e;
}
.card.cat_2 .btn {
  background-color: #db535e;
}
.card.cat_3 {
  border-top-color: #973971;
}
.card.cat_3 .category {
  color: #973971;
}
.card.cat_3 .btn {
  background-color: #973971;
}
.card.cat_4 {
  border-top-color: #541b86;
}
.card.cat_4 .category {
  color: #541b86;
}
.card.cat_4 .btn {
  background-color: #541b86;
}
.card.cat_5 {
  border-top-color: #0068b7;
}
.card.cat_5 .category {
  color: #0068b7;
}
.card.cat_5 .btn {
  background-color: #0068b7;
}
.card.cat_6 {
  border-top-color: #06a6ff;
}
.card.cat_6 .category {
  color: #06a6ff;
}
.card.cat_6 .btn {
  background-color: #06a6ff;
}
.card.cat_other {
  border-top-color: #9fa0a0;
}
.card.cat_other .category {
  color: #9fa0a0;
}
.card.cat_other .btn {
  background-color: #9fa0a0;
}
.results .detail.cat_1 .docs {
  border-top-color: #f08300;
}
.results .detail.cat_1 .category {
  color: #f08300;
}
.results .detail.cat_2 .docs {
  border-top-color: #db535e;
}
.results .detail.cat_2 .category {
  color: #db535e;
}
.results .detail.cat_3 .docs {
  border-top-color: #973971;
}
.results .detail.cat_3 .category {
  color: #973971;
}
.results .detail.cat_4 .docs {
  border-top-color: #541b86;
}
.results .detail.cat_4 .category {
  color: #541b86;
}
.results .detail.cat_5 .docs {
  border-top-color: #0068b7;
}
.results .detail.cat_5 .category {
  color: #0068b7;
}
.results .detail.cat_6 .docs {
  border-top-color: #06a6ff;
}
.results .detail.cat_6 .category {
  color: #06a6ff;
}
.results .detail.cat_other .docs {
  border-top-color: #9fa0a0;
}
.results .detail.cat_other .category {
  color: #9fa0a0;
}
.results .maincolumn {
  float: left;
}
.results .sidenavi {
  background-color: #262626;
  width: 260px;
  float: right;
  box-sizing: border-box;
}
.results .sidenavi section {
  padding-bottom: 20px;
}
.results .sidenavi section:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-color: #333;
  border-bottom-style: solid;
}
.results .sidenavi section {}
.results .sidenavi .tit {
  text-align: center;
  font-size: 120%;
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
}
.results .sidenavi ul {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.results .sidenavi ul li {
  display: inline;
}
.results .sidenavi ul li a {
  display: block;
  line-height: 1em;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 6px;
  box-sizing: border-box;
  text-align: center;
  font-size: 100%;
  text-align: left;
  line-height: 1.5em;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.results .sidenavi ul li a:hover, .results .sidenavi ul li a.active {
  color: #666;
  background-color: rgba(255, 255, 255, 1);
}
.results .sidenavi .years li a {
  display: inline-block;
  width: 77px;
  text-align: center;
}
.results .sidenavi .subbutton {
  color: #999;
  text-align: right;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
.photoArea {
  position: relative;
}
.photoArea #view {
  position: relative;
  background-color: #000;
  width: 720px;
  height: 540px;
  cursor: move;
}
.photoArea .detail {
  background-color: transparent;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.photoArea .detail > div {
  margin-top: 10px;
}
.photoArea .imageNavi {
  border: #66a8de 1px solid;
  padding: 1px 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 148px;
  height: 84px;
  overflow: hidden;
}
.photoArea .imageNavi #overview {
  width: 148px;
  height: 82px;
}
.photoArea .control .control__button {
  display: inline-block;
  margin-left: 10px;
  color: #FFF;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.photoArea .control .control__button:first-child {
  margin-left: 0;
}
.photoArea .imageRatio {
  background-color: rgba(0, 0, 0, 0.6);
  color: #d9d9d9;
  text-align: center;
  padding: 5px;
  border: #66a8de 1px solid;
  width: 148px;
  box-sizing: border-box;
  top: 426px;
  left: 10px;
}
.results .detail .content .commentary {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.75em;
}
.results .detail .content .commentary .read {
  margin-bottom: 50px;
}
.results .detail .content .commentary .read .texts {
  width: 380px;
  float: left;
}
.results .detail .content .commentary .read .tit {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
}
.results .detail .content .commentary .read .img {
  width: 320px;
  float: right;
}
.results .detail .content .commentary .read .img img {
  width: 100%;
}
.results .detail .content .commentary .box {
  margin-bottom: 50px;
}
.results .detail .content .commentary .box .tit {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 110%;
}
.results .detail .content .commentary .box .tit span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  font-size: 140%;
}
.results .detail .content .commentary .box .img {
  float: left;
}
.results .detail .content .commentary .box .img img {
  width: 200px;
}
.results .detail .content .commentary .box .texts {
  float: right;
  width: 500px;
}

@media only screen and (max-width: 768px) {
  .results .search .back {
    min-width: 1600px;
  }
  .large .results .search .back {
    min-width: 1730px;
  }
  #maincontent .results .search .inner {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  .results .search .tit {
  }
  .results .search .form .sec {
    display: flex;
    flex-wrap: wrap;
  }
  .results .search .form .sec .hd {
    display: block;
    float: none;
    border-right: none;
    width: auto;
  }
  .results .search .form .sec .checks {
    width: 100%;
    float: none;
    margin: 4px 0;
    padding: 0;
  }
  .results .search .form .sec ul {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
  }
  .results .search .form .sec li {
		display: block;
		margin-left: 0;
		margin-right: 22px;
  }
  .results .search .form .sec li input {
    display: none;
  }
  .results .search .back {
    top: -162px;
  }
  .results .search .rss {
    top: 10px;
    right: 10px;
		width: 28px;
  }
  .results .search .rss img {
    width: 100%;
  }
  .results .cards {
    width: 100%;
    margin-left: 0;
  }
  .results .cards.clm_3p4 {
    width: 100%;
    float: none;
  }
  .results .detail {
    width: 100%;
    float: none;
  }
  .results .sidenavi {
    width: 100%;
    height: auto!important;
    float: none;
  }
  .results .detail .docs {
    padding: 15px;
  }
  .results .detail .category {
    margin-top: 6px;
  }
  .results .detail h3 {
    width: 100%;
  }
  .results .detail .titles .share {
    position: static;
    font-size: 0;
    margin-top: 15px;
  }
  .results .detail .titles .share li {
    display: inline-block;
  }
  .results .detail .titles .share li:first-child {
    margin-right: 10px;
  }
  .results .detail .titles .share li a {
    display: block;
    margin: 0;
  }
  .results .detail .content {
    padding: 30px 0;
  }
  .results .detail .content .photo img {
    max-width: 100%;
  }
  .results .detail .content .photo iframe,
  .results .detail .content .image iframe {
    max-width: 100%;
  }
  .results .detail .backtop a {
    background-image: url(../img/common/icon_back.png);
    background-size: 9px 11px;
    padding-right: 15px;
  }
  .large .results .detail .backtop.upper {
    top: 45px;
  }
  .large .results .detail .titles {
    margin-top: 35px;
  }
  .results .detail .linklist {
    margin-left: 0;
  }
  .results .detail .keywords {
    margin: 60px 0 100px;
  }
  .results .button_interest a {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
  }
  .results .button_interest a img {
    width: 15px;
    position: static;
  }
  .results .sidenavi ul {
    display: flex;
    flex-wrap: wrap;
  }
  .results .sidenavi ul li {
    width: 100%;
    display: block;
  }
  .results .sidenavi ul li a {
    width: 100%;
  }
  .results .sidenavi .years li {
    width: calc(25% - 3px);
    display: block;
    margin-right: 4px;
  }
  .results .sidenavi .years li:nth-child(4n) {
    margin-right: 0;
  }
  .results .sidenavi .years li a {
    width: 100%;
  }
  .results .detail .button_interest {
    bottom: 40px;
  }
  .results .set  {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

}
