@charset "UTF-8";

/*=====================================================================
    地域猫活動.info blog.css
=====================================================================*/

.blog-hero {
  padding: 30px 0;
  text-align: left!important;
}

.blog-hero h1 {
  font-size: 38px;
  margin: 0;
}

.blog-hero p {
  margin: 30px 0;
}

.blog-panel-section {
  padding: 10px 0 30px;
}

.blog-container {
  margin-bottom: 50px;
  padding: 50px 0 20px;
  background: #eee;
}

.category-select {
  padding: 30px 0 0;
  display: block;
  margin: 30px 0;
  width: 800px;
}

.category-select select {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  width: 250px;
  height: 50px;
  color: #333;
  background: #fff;
  border: 1px solid #666;
  border-radius: 0;
  padding: 10px;
  letter-spacing: 1px;
  font-size: 1em;
}

.blog-section {
width: 100%;
padding: 30px 0 50px;
background: #eee;
}

.blog-section h2{
  padding: 0px;
  font-size: 22px;
}

.blog-grid,
.starter-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 52px;
}

.blog-image {
position: relative;
overflow: hidden;
}

.blog-image img {
width: 360px;
}

.blog-meta {
display: flex;
align-items: center;
gap: 14px;
margin: 10px;
}

.blog-meta span,
.category {
padding: 0 10px;
color: #ffffff;
background: #333;
margin: 0 10px;
}

.blog-meta time {
color: var(--orange);
font-weight: bold;
}

.blog-card {
 background: #fff;
}

.blog-card h3 {
 margin: 20px;
 font-size: 1em;
 font-weight: normal;
}

.latest-section {
padding-top: 15px;
}

.site-footer {
display: flex;
min-height: 410px;
padding-top: 48px;
padding-bottom: 48px;
flex-direction: column;
align-items: center;
justify-content: space-between;
color: #ffffff;
background: var(--orange);
}

.site-footer nav {
display: flex;
flex-direction: column;
gap: 10px;
text-align: center;
}

footer .logo img{
margin: 50px auto 30px;
}

/* screenwidth less than or equal 1180px - mobile wide
-------------------------------------------------------------------------- */

@media (max-width: 1180px) {

#breadcrumbs {
width: 95% !important;
}
	
#top .container {
width: 90%;
margin: 0 auto;
}

.category-select {
  width: 100%;
}

.blog-section {
width: 100%;
}

.blog-grid,
.starter-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 50px;
}

.blog-grid img {
  width: 100%;
}

}

/* screenwidth less than or equal 480px - mobile wide
-------------------------------------------------------------------------- */

@media (max-width: 480px) {

body {
font-size: 16px;
}

.category-select {
  width: 100%;
  padding: 0;
}

.blog-hero{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%!important;
}

.header-inner {
padding: 10px 0;
}

#breadcrumbs{
width: 100%;
margin: 10px 0;
padding: 0 20px;
font-size: 10px;
}

.menu-toggle {
display: block;
position: relative;
z-index: 101;
}

.global-nav {
display: none;
position: absolute;
top: 100%;
left: 0;
z-index: 100;
width: 100%;
padding: 20px;
background: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.global-nav.is-open {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0;
}

.global-nav a {
padding: 15px 5px;
border-bottom: 1px solid #eee;
}

.menu-toggle.is-open span:nth-child(1) {
transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
transform: translateY(-8px) rotate(-45deg);
}

.hero {
margin-top: 50px;
margin-bottom: 0 !important;
padding-bottom: 30px!important;
width: 100%;
}

.hero::before {
height: 430px !important;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-color: #fff;
z-index: -1;
}

.hero-copy p {
width: 250px;
}

.hero-result {
margin: 110px 0 0 20px;
padding: 0;
width: 100%;
height: 100px;
justify-content: center;
}

.button {
display: block;
text-align: center;
padding: 10px 0;
}

.result-row {
padding: 0;
clear: both;
display: flex;
justify-content: center;
}

.logo img{
margin: 0;
width: 150px;
float: left;
}

.hero {
padding-top: 0px;
padding-bottom: 60px;
}

.hero h1 {
width: 220px;
font-size: 28px;
}

.qa-hero h1,
.blog-hero h1,
.trouble-hero h1 {
padding: 0;
font-size: 24px;
}

.qa-hero,
.blog-hero,
.trouble-hero {
margin: auto;
padding: 0;
width: 100%;
}

.blog-hero {
width: 90%;
}

.qa-hero p,
.blog-hero p,
.trouble-hero p{
margin: 20px 0 0;
padding: 0;
}

.blog-section {
width: 100%;
padding: 20px 0 30px;
background: #eee;
}

.blog-section h2{
  font-size: 20px;
}

.result-number em {
font-size: 18px;
}

.data-grid {
grid-template-columns: 1fr;
}

.blog-image img,
.starter-visual img {
width: 100%;
}

.profile-index-content {
grid-template-columns: 150px 1fr;
}

.profile-index-content .button {
grid-column: 1 / -1;
justify-self: center;
}

.chart {
width: 320px;
height: 250px;
margin-left: 28px;
}

.chart-axis {
top: 0px;
bottom: 0px;
left: -28px;
}

.bars {
padding-right: 5px;
padding-left: 5px;
}

.bar {
display: block;
min-height: 22px;
background: #f9a62f;
}

.bar-value {
font-size: 12px;
}

.bars {
gap: 3px;
}

.decrease-badge {
width: 62px;
height: 62px;
bottom: 62px;
font-size: 12px;
}

.movie-panel img {
width: 100%;
}

.movie-thumb {
height: 240px;
}

.movie-heading {
font-size: 25px;
}

.blog-grid,
.starter-grid {
grid-template-columns: 1fr;
gap: 35px;
}

.starter-visual img {
height: 100%;
}

.profile-index-content {
display: flex;
flex-direction: column;
text-align: center;
}

.profile-index-content .button,
.button {
min-width: min(100%, 280px);
}

.site-footer {
min-height: 360px;
}

}

/* screenwidth less than or equal 320px - mobile wide
-------------------------------------------------------------------------- */

@media (max-width: 320px) {

.blog-meta {
gap: 10px;
margin: 10px 5px;
}

.blog-meta span,
.category {
margin: 0 5px;
}

.blog-grid h3 {
margin: 10px;
font-size: 16px!important;
}

}