@charset "utf-8";
/*
*common ---start---
*/
input::-ms-clear {
    visibility:hidden
}
.top {
  padding-bottom: 50px;
}
.lang_btn{
	text-align: right;
}
.search_article{
  margin: 0 auto;
	border: none;
	background: none;
  word-wrap: normal;
  word-break: break-word;
  line-height: 1.8;
}
/*
*common ---end---
*/
li ul li{
	list-style-type: none;
}
li.lower_disc ul li{
	list-style-type: disc;
}
ol{
	padding-left: 2em;
}
ol li{
	list-style-type: decimal;
}
ol li li{
	list-style-type: disc;
}
ul li ul{
	margin-top: 0;
}
.contents h2{
  margin: 1rem 0 0;
	border-bottom: none;
  font-size: 1.42857rem;
  line-height: 1.5;
  width: 99%;
}
.no_image.contents h2{
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px){
  .top {
    padding-bottom: 50px;
  }
  .contents h2{
    font-size: 1.14286rem;
    line-height: 1.65;
    margin: 0;
  }  
}
img{
	max-width: 100%;
	height: auto;
}

/*検索ボックス*/

#srchInputViewTop,
#srchInputViewBtm{
	box-sizing: border-box;
	margin: 0 0 10px;
}
/*
 * search ---end---
 */

/*
 * pagenav ---end---
 */
h2{
	margin-top: 1em;
	border: none;
  padding-bottom: 0;
}
li.contents{
	background: #fff;
  list-style: none;
  padding: 0;
  min-height: 200px;
  box-sizing: border-box;
  margin-bottom: 40px;
  width: 100%;
  border: #e8e9eb solid 1px;
  border-radius: 4px;
}
li.contents.no_image {
  min-height: auto;
}
@media screen and (max-width: 767px){
  li.contents{
    margin-bottom: 20px;
  }
}
li:last-child {
  margin: 0;
}
.contents a,
.contents a:hover {
	text-decoration: none;
	color: #313233;
}
/*nav*/
/*Hack*/
.common_article {
	max-width: 950px;
  border: none; 
  padding: 0 20px 10px;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .search_article {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .common_article {
    width: 100%;
    border: none; 
    padding: 0;
    margin: 0;
  }
}
.search_article ul{
	padding: 0;
	margin: 0;
}

.header_nav_outer {
  padding: 8px 0;
}
/*Hack end*/

/* 2017.12 added module */
/* Year selection module from here */
.header_nav {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 87.5%;
  overflow: hidden;
  margin: auto;
	background: #fff;
  border-right: 1px dashed #bdbfc1;
	margin: auto;
  padding: 0 8px;
}
.header_nav a {
  color: #313233;
}

.header_nav_list {
  display: table;
  height: 46px;
  margin: 0 auto;
  max-width: 850px;
}

.header_nav_list > li {
  display: table-cell;
  vertical-align: bottom;
  white-space: nowrap;
}
.header_nav_list > li:last-child {
	padding-right: 8px;
}

.header_nav_list > li a {
  background: #fff;
  border: 1px solid #bdbfc1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  line-height: 42px;
  margin: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 4rem;
}

#ir_year_navi .header_nav_list > li a {
  width: 5rem;
}

.header_nav_list > li a.stay {
  background: #666;
  color: #fff;
  font-weight: bold;
}

.header_nav_list > li span {
  border: none;
  display: inline;
  padding: 0;
}
.header_nav_list > li span.icon {
  margin: 0 3px;
}
.header_nav_list > li span > span {
  font-size: 1.1em;
}
.header_nav_list > li a:hover {
  background: #545454;
  color: #fff;
  line-height: 42px;
  border-color: #545454;
}
.header_nav_list > li a.stay {
  line-height: 42px;
}
.header_nav_list {
    max-width: 1700px;
}
.header_nav_list li:last-child a {
  margin-right:50px;
}
.header_nav {
  position: relative;
  margin: 25px 20px 70px;
  padding: 5px 8px 10px;
  border-right: none;
  border: 1px solid #bdbfc1;
}
@media screen and (max-width: 767px) {
  .header_nav {
    border-right: none;
    border-left: none;
    margin: 5px 0 40px;
  }
}

.header_nav::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 60px;
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

/*/nav*/
/* Year selection module to here */

/*
*common ---start---
*/
/* Style Plus ------------------------------------------ */

.search_article{
	border:none;
  width: 950px;
}/*Reset*/

.search_account {
	display:block;
	position: relative;
  text-align: center;
  margin-bottom: 23px;
}
.search_account::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #e8e9eb;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 767px) and (max-width: 949px){
  .search_account {
      padding: 0 20px;
  }
}

.search_account .indication{
  position: relative;
  display: inline-block;
	font-size: 128.5715%;
	vertical-align: middle;
	padding: 0 40px;
  background: #fff;
  color: #545454;
  z-index: 2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .search_account {
      margin: 0 0 20px;
  }
  .search_account .indication{
    margin: 0;
    padding: 0 1rem;
  }
}
.search_account .indication .count_all {
  margin: 0 5px;
}
/*
 * search ---end---
*/

/* all media plus*/
.search_article {
	padding: 40px 0 50px;
  border-bottom: 1px solid #f3f4f5;
}
.contents:hover{
	cursor:pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.next_srch_md{
  padding-bottom: 40px;
  text-align: center;
}
.next_srch_md button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}
.next_srch_md span {
  display: inline-block;
  margin: 40px auto 0;
  padding: 15px;
  width: 240px;
  height: 60px;
  border-radius: 60px;
  box-sizing: border-box;
  border: 1px solid #bdbfc1;
  text-align: center;
  color: #9a9c9e;
  font-size: 1.14286rem;
  cursor: pointer;
}
@media screen and (max-width: 767px){
  .next_srch_md span {
    margin: 20px auto 0;
  }
}

#input[type="text"]{
	-webkit-appearance: none;
	border-radius: 0;
}
.hint li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.hint {
  width: 750px;
  margin: 40px auto 40px;
  padding: 8px 20px 25px;
  border: 1px solid #bdbfc1;
  border-radius: 4px;
  box-sizing: border-box;
}
.hint_ttl {
}
.hint ul {
  padding-left: 20px;
  margin: 10px 0 32px;
}
.hint .loupe_icon::before {
  border-color: #313233;
}
.hint .loupe_icon::after {
  background: #313233;
}
@media screen and (max-width: 950px) {
  .hint {
    width: auto;
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .hint {
    border: none;
    margin: 10px 0 0;
    padding: 15px 10px;
    width: 100%;
    font-size: 114.286%;
  }
  .common_article p.hint_ttl {
    margin: 0.5em 0;
  }
  .hint ul {
    padding-left: 1.5em;
    margin: 0;
  }
  #search_nomatch .hint {
    padding-bottom: 0;
  }
}
.searchMore {
  position: relative;
  padding: 0 0 0 30px; 
}
.searchMore .loupe_icon {
  top: 3px;
}

ul.contentsWrap {
	margin-bottom: 20px !important;
}
@media screen and (max-width: 949px){
ul.contentsWrap {
  padding: 0 20px;
  }
}
@media screen and (max-width: 767px){
ul.contentsWrap {
  padding: 0 0;
  }
  .searchMore {
    padding: 0 0 0 22px; 
  }
  .searchMore .loupe_icon {
    top: 3px;
    left: -8px;
  }
}
.datelist {
  text-align: right;
  color: #545454;
  font-size: 1rem;
  margin: 0.5em 0;
  font-weight: bold;
}
.datelist:before {
  content: '';
  display: inline-block;
  width: 0;
  font-size: 1rem;
}
.news_img {
  width: 300px;
  height: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden; 
}
.news_img img {
    max-height: 200px;
}
.news_ttl {
  width: 650px;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 20px 10px 30px;
  position: relative;
  vertical-align: top;
}
.no_image .news_ttl {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.category_tag {
  position: absolute;
  top: 20px;
  left: 30px;
  border: 1px solid #9a9c9e;
  padding: 7px 10px;
  font-size: 85.714%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  li.contents {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    border: none; 
    border-radius: 0;
    border-top: #bdbfc1 1px solid;
  }
  .contents:hover {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .datelist {
    text-align: right;
    color: #545454;
    font-size: 14px;
    margin: 0.5em 0;
    font-weight: bold;
    position: relative;
    top: 0;
    right: 0;
  }
  .news_img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
  }
  .news_img img {
    width: 100%;
    max-height: 100%;
  }
  .news_ttl {
    width: auto;
    display: block;
    vertical-align: middle;
    padding: 10px 10px 10px;
    position: relative;
    font-size: 16px;
  }
  .no_image .news_ttl {
  }
  .category_tag {
    top: 10px;
    left: 10px;
    font-size: 11px;
  }
}
.search_type01.narrow_down_form {
  width: 750px;
  margin: 0 auto 25px;
}
.search_type01.narrow_down_form form {
  position: relative;
}
.hatena-bookmark-button-frame {
	width: 32px!important;
	height: 32px!important;
}
.narrow_down_section {
  padding: 33px 0 0;
  width: 100%;
  border-bottom: 1px solid #e8e9eb;
}
.narrow_down_categories {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.narrow_down_categories ul {
  display: table;
  margin: 0 auto 1px;
}
.narrow_down_categories ul li {
  list-style: none;
  display: table-cell;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
  color: #bdbfc1;
  white-space: nowrap;
  cursor: pointer;
}
.narrow_down_categories ul li:focus {
  outline: none;
}
.narrow_down_categories ul li:hover {
  color: #313233;
}
.narrow_down_categories ul li.act {
  color: #f03;
}
.narrow_down_categories ul li.act::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f03;
}
.narrow_down_form.search_type01 .loupe_icon {
  top: 5px;
}
.narrow_down_form.search_type01 .close_icon {
  position: absolute;
  top: -2px;
  left: 620px;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #bdbfc1;
  padding: 0;
}
.narrow_down_form.search_type01 .close_icon::before,
.narrow_down_form.search_type01 .close_icon::after {
  border-left-color: #fff;
  top: 3px;
  left: 7px;
  height: 9px;
}
.narrow_down_form.search_type01 input[type="text"] {
  border: 1px solid #bdbfc1;
  width: 655px;
  border-radius: 4px;
  padding: 7px 10px 6px 35px;
  box-sizing: border-box;
  height: 30px;
}
.narrow_down_form.search_type01 input[type="submit"] {
  margin: 0 0 0 5px;
  box-sizing: border-box;
  height: 30px;
  padding: 1px 0 0;
}
.narrow_down_form.search_type01 input[type="button"] {
  width: 90px;
  border: 0;
  background-color: #545454;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  display: inline-block;
  font-size: 100%;
  margin: 0 0 0 5px;
  box-sizing: border-box;
  height: 30px;
  padding: 1px 0 0;
}

@media screen and (max-width: 950px) {
  .narrow_down_categories {
    width: 100%;
    }
}

@media screen and (min-width: 768px) {
  #sp_select_module {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .narrow_down_form.search_type01 {
    width: 100%;
    display: block;
  }
  .narrow_down_form.search_type01 input[type="text"] {
    display: block;
    width: 100%;
    padding: 13px 10px 13px 35px;
    height: 44px;
  }
  .narrow_down_form.search_type01 input[type="submit"],
  .narrow_down_form.search_type01 input[type="button"] {
    margin: 0 0 0 4%;
    height: 44px;
    width: 26%;
    border-radius: 4px;
    font-size: 114.286%;
    box-sizing: border-box;
  }
  .narrow_down_form.search_type01 .close_icon {
    top: 5px;
    left: auto;
    right: 13px;
  }
  .narrow_down_form.search_type01 .loupe_icon {
    top: 12px;
  }
  .narrow_down_section {
    padding: 20px 20px 0;
    width: 100%;
    border: none;
    box-sizing: border-box;
  }
  .narrow_down_categories {
    display: none;
  }
  #sp_select_module {
    position: relative;
  }
  .category_select {
    height: 44px;
    width: 70%;
    padding: 9px 20px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    background-color: transparent;
  }
  #sp_select_module::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
    display: inline-block;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);    
  }
  .search_type01.narrow_down_form {
  margin: 0 auto 20px;
  }
  .search_article {
    padding: 0;
    border: none; 
  }
}

.nomatch_frame {
  width: 750px;
  margin: 20px auto 0;
  border: 1px solid #9a9c9e;
  background: #f2f3f5;
  box-sizing: border-box;
  padding: 25px 20px;
  margin-bottom: 40px;
  font-size: 114.286%;
}
.nomatch_frame p {
  margin: 0.5em 0;
}
.footer_nav {
  margin: 14px 0 20px;
}
@media screen and (max-width: 950px) {
.nomatch_frame {
    width: auto;
    max-width: 750px;
  }
}
@media screen and (max-width: 767px) {
  .nomatch_frame {
    width: 100%;
    margin: 10px 0 0;
    border: none;
    margin-bottom: 0;
    padding: 30px 20px;
  }
  .footer_nav {
    margin: 0 0 10px;
  }
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}