@media screen and (min-width:1024px) {
  main {
    padding-left: 130px;
    padding-right: 70px;
  }
}

#page_title {
  padding: 5rem 0;
  text-align: center;
}

#page_title h1 {
  font-size: 1.75rem;
  color: #333;
  margin: 0;
}

#page_title h1 span {
  display: block;
  font-size: 1rem;
  color: #AAA;
  font-weight: normal;
}

@media screen and (min-width:1024px) {
  #page_title h1 {
    font-size: 2rem;
  }
}

.pageno {
  font-size: .65rem;
  margin: 0;
  color: #999;
}


#single_container {
  padding-top: 5rem;
}

h1#post_title {
  font-size: 1.5rem;
  margin: 0;
}

p.single_posttype {
  font-size: .75rem;
}

.post_item-details {
  margin-top: 0.5rem;
  color: #777;
  line-height: 1.5;
}

.post_item-details .post-day,
.post_item-details .post-cate {
  margin-right: 1rem;
  display: inline-block;
}

.post_item-details .post-cate span {
  display: inline-block;
}

.blog_item {
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

.blog_item a {
  display: flex;
  position: relative;
  padding: 0 0 1rem;
  height: 100%;
  color: #333;
}

.blog_item figure {
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin-right: 1rem;
}


.blog_item figure span {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: block;
  transition: all 0.5s ease;
}

.blog_item a:hover figure span,
.blog_item a:active figure span {
  transform: scale(1.2);
}

.blog_item figure span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 200%;
}

.blog_item-txt {
  font-size: 1rem;
  width: calc(100% - 70px - 1rem);
  padding: 0;
}

.blog_item-txt.noimg {
  width: 100%;
}

.blog_item h1 {
  font-size: 1rem;
  margin: 0;
  border: none;
  padding: 0;
  font-weight: normal;
}

.blog_list p {
  font-size: 1rem;
}

.blog_item-txt .post_item-details {
  font-size: 0.75rem;
  margin: 0;

}

.blog_item-txt .post_item-details .post-day {
  display: block;
  font-size: 0.85rem;
}

.blog_item-txt p.post-cate-type {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
}

@media (min-width: 500px) {
  .blog_item figure {
    width: 150px;
    height: 150px;
  }

  .blog_item-txt {
    width: calc(100% - 150px - 1rem);
    padding: 1rem;
  }
}



.back_bt a {
  font-size: 0.85rem;
  padding: 0 0 0 2em;
  position: relative;
  color: #555;
  line-height: 1.5;
}

.back_bt a span {
  display: block;
  font-size: .65rem;
}


.back_bt a:after {
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/right.svg) no-repeat center center;
  background-size: 1.25em 1.25em;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#bottomnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: .85rem;
  margin: 3rem 0;
}

#bottomnav ul li {
  width: 100%;
  padding-bottom: .5rem;
}

#bottomnav ul li a {
  display: block;
  padding: 1rem 3rem 1rem 2rem;
  border: 1px solid #333;
  background: url(../img/right.svg) no-repeat center right 1rem/1rem 1rem;
}

@media (min-width:769px) {
  #bottomnav ul li {
    width: calc(100% / 2);
    padding: .5rem .5rem .5rem 0;
  }

  #bottomnav ul li:nth-child(2n) {
    padding-right: 0;
  }
}

@media (min-width:1024px) {
  #bottomnav ul li {
    width: calc(100% / 3);
  }

  #bottomnav ul li:nth-child(2n) {
    padding-right: .5rem;
  }

  #bottomnav ul li:nth-child(3n) {
    padding-right: 0;
  }
}

.file {
  margin: 1rem 0;
  line-height: 1.5;
}

.file a {
  margin: .5rem 0;
  display: flex;
  padding: .75rem 1rem;
  padding-right: 3rem;
  border: 1px solid #555;
  align-items: center;
  width: 100%;
  position: relative;
  text-decoration: none !important;
}

.file a p {
  margin: 0;
  font-size: .85rem;
  display: block;
}

.file a p span {
  font-size: .6rem;
  color: #555;
  display: block;
}

.file a figure {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 1rem;
}

.file a figure img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.file a:after {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

.file-memo {
  font-size: .9rem;
  color: #333;
  font-weight: bold;
  margin-top: 2rem;
}

.file-txt {
  font-size: .75rem;
  color: #555;
}

.movie {
  border: 1px solid #555;
  padding: 1rem;
  display: block;
  margin: 1rem 0;
}

.movie p {
  font-size: .85rem;
}

.movie .movie-inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.movie .movie-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width:768px) {
  .movie {
    display: flex;
    align-items: center;
  }

  .movie .movie-inner {
    width: 30%;
    padding-top: 16.875%;
    margin-right: 1rem;
  }
}

.flie_item h1 {
  font-size: .85rem;
  color: #333;
}

.flie_item .post_item-details {
  font-size: .65rem;
  color: #555;
}

#side_page {
  font-size: .85rem;
}

#side_page p {
  margin: 0;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
}

#side_page a {
  padding: .5em;
  display: block;
  color: #333;
}

#side_page ul {
  list-style: none;
  margin-top: .5rem;
}

#side_page ul ul {
  padding-left: 1.25rem;
}

#side_page ul li a {
  padding-left: 1.25rem;
  position: relative;
}

#side_page ul li a:after {
  content: ' ';
  width: .5rem;
  height: 2px;
  background: #555;
  position: absolute;
  top: 1.15rem;
  left: 0;
}


.sidepr h5 {
  font-size: .8rem;
  margin-bottom: 0;
}

.sidepr p {
  font-size: .7rem;
  margin-top: 0;
}

.sidepr a {
  display: block;
  margin-bottom: 2rem;
}

.sidepr a:after {
  content: none;
}


#case-info .car,
#case-info .price {
  font-size: 0.7rem;
  margin-bottom: 0.25rem;
}

#case-info .car span,
#case-info .price span {
  font-size: 0.7rem;
  color: #555;
  width: 5rem;
  text-align: center;
  background: #EEE;
  border-radius: 1rem;
  padding: 0.25rem;
  margin-right: 1rem;
  display: inline-block;
}

#case-info .car strong {
  font-size: 0.9rem;
}

#case-info .price strong {
  font-size: 1.1rem;
}

@media screen and (max-width:512px) {

  #case-info .car span,
  #case-info .price span {
    width: 100%;
    display: block;
    margin-bottom: 0.25rem;
  }
}