.news {
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0 50px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news a {
  color: #000;
  text-decoration: none;
}
.news a:active {
  color: #000;
  text-decoration: none;
}
.news a:visited {
  color: #000;
  text-decoration: none;
}
.news a:link {
  color: #000;
  text-decoration: none;
}
.news a:hover {
  color: #000;
}
.news__ttl {
  font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}
.news__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 80px;
}
.article {
  position: relative;
}
.article__thumb {
  width: 100%;
}
.article__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.article__ttl_wrap {
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article__ttl {
  max-width: 600px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.article__date {
  font-size: 12px;
  color: #6a6a6a;
  line-height: 22.5px;
}
.article__cnt {
  margin-top: 50px;
}
.article__cnt p {
  font-size: 14px;
  line-height: 1.85;
}
.article__cnt p img{
  max-width: 100%;
  height: auto;
}
.article__cnt p + p {
  margin-top: 1em;
}
.news .article__cnt p a {
  color: #888;
  text-decoration: underline;
}
.news .article__cnt p a:link {
  color: #888;
}
.news .article__cnt p a:active {
  color: #888;
}
.page-ctrl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-ctrl__prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.page-ctrl__prev span {
  text-decoration: underline;
}
.page-ctrl__prev::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
.page-ctrl__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
.page-ctrl__next span {
  text-decoration: underline;
}
.page-ctrl__next::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
.page-ctrl__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 2px 40px;
  margin: 0 40px;
}
.page-ctrl__gotop {
  font-family: 'Roboto Condensed', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 60px;
  height: 50px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.mt_connection_items{
  margin-top: 60px;
}
.blog_item{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog_item_search.list_search-result{
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 0 -15px !important;
  width: 100%;
  letter-spacing: 0;
}
.blog_item_search.list_search-result .search-result{
  margin: 20px 0 0 15px;
  width: calc(25% - 15px);
}
.blog_item_search.list_search-result .block_item{
  margin: 0;
  width: 100%;
}
.blog_item_search.list_search-result .block_item .search-result__item--photo img{
  width: 100%;
  height: auto;
}
.blog_item_search.list_search-result .block_item p{
  line-height: 1.4;
}
.blog_item_search.list_search-result .block_item p + p{
  margin-top: 0;
}
.blog_item_search.list_search-result .block_item .txt_brand-name{
  font-size: 12px;
}
