@charset "UTF-8";

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

#about li {
  list-style: none;
}

#about li::before {
  content: "●";
  margin-left: -20px;
  margin-right: 10px;
}

#about .contain {
  width: min(calc(100% - 40px), 800px);
  margin: 0 auto;
}

#about .site-header {
  min-height: 96px;
  background: #fff;
}

#about .header-inner {
  display: flex;
  align-items: center;
  min-height: 96px;
}

#about .menu-button {
  display: none;
  width: 40px;
  height: 40px;
  margin-left: auto;
  padding: 7px;
  border: 0;
  background: transparent;
}

#about .menu-button span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: #222;
}

#about .page-head {
  margin: 55px 0;
}

#about .page-head h1 {
  margin: 0 0 25px;
  font-size: 38px;
  line-height: 1.4;
}

#about .page-head p {
  margin: 0;
}

#about .section-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 38px;
  gap: 1px;
}

#about .tab {
  position: relative;
  padding: 13px 40px 13px 16px;
  color: #fff;
  background: #333;
}

#about .tab:hover {
  background: #f58212;
}

#about .tab span {
  position: absolute;
  right: 16px;
}

#about .content-section {
  padding-bottom: 38px;
}

#about .section-title {
  margin: 0 0 28px;
  padding: 14px 18px;
  border-left: 4px solid #f58212;
  background: #f2f2f2;
  font-size: 24px;
  line-height: 1.5;
}

#about .content-section h3 {
  margin: 28px 0 12px;
}

#about .content-section h4 {
  margin: 0 0 7px;
}

#about .content-section p {
  margin: 0 0 20px;
}

#about .info-box {
  padding: 14px 16px;
  border: 1px solid #aaa;
  background: #fff;
}

#about .info-box ul {
  margin: 0;
  padding-left: 20px;
}

#about .problem-marker {
  position: relative;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  margin: 34px auto 25px;
  color: #fff;
  background: #000;
  border-radius: 50%;
}

#about .problem-marker::before {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 26px;
  height: 26px;
  content: "";
  background: #fff;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  transform: translateX(-50%) rotate(-135deg);
}

#about .center-title {
  text-align: center;
}

#about .diagram-title {
  margin-top: 34px;
}

#about .relation-diagram {
  width: min(100%, 500px);
  margin: 20px auto 38px;
}

#about .relation-diagram img {
  width: min(100%, 600px);
}

#about .node {
  position: absolute;
  z-index: 2;
  display: grid;
  min-width: 94px;
  min-height: 60px;
  padding: 8px 10px;
  place-items: center;
  color: #f58212;
  background: #fff;
  border: 2px solid #f58212;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

#about .top-node {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#about .left-node {
  top: 100px;
  left: 28px;
}

#about .right-node {
  top: 100px;
  right: 28px;
}

#about .bottom-left-node {
  bottom: 0;
  left: 70px;
}

#about .bottom-right-node {
  right: 70px;
  bottom: 0;
}

#about .center-node {
  top: 120px;
  left: 50%;
  min-width: 88px;
  color: #fff;
  background: #f58212;
  border-color: #f58212;
  transform: translateX(-50%);
}

#about .line {
  position: absolute;
  z-index: 1;
  height: 1px;
  border-top: 2px dashed #f58212;
  transform-origin: 0 0;
}

#about .l1 {
  top: 78px;
  left: 50%;
  width: 135px;
  transform: rotate(150deg);
}

#about .l2 {
  top: 78px;
  left: 50%;
  width: 135px;
  transform: rotate(30deg);
}

#about .l3 {
  top: 154px;
  left: 25%;
  width: 250px;
}

#about .l4 {
  top: 185px;
  left: 50%;
  width: 125px;
  transform: rotate(137deg);
}

#about .l5 {
  top: 185px;
  left: 50%;
  width: 125px;
  transform: rotate(43deg);
}

#about .l6 {
  top: 255px;
  left: 26%;
  width: 275px;
}

#about .qa {
  margin: 28px 0;
}

#about .qa-q,
#about .qa-a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

#about .qa-q p {
  display: inline-block;
  margin: 0;
  padding: 9px 14px;
  background: #f2f2f2;
  border-radius: 4px;
}

#about .qa-a p {
  flex: 1;
  margin: 0;
}

#about .person-icon img {
  display: inline-grid;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  place-items: center;
  color: #555;
  font-size: 24px;
  line-height: 1;
}

#about .cat-icon img {
  display: inline-grid;
  width: 50px;
  height: 50px;
  flex: 0 0 60px;
  place-items: center;
  color: #f58212;
  font-size: 13px;
  font-weight: 700;
}

#about table {
  width: 100%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

#about table th {
  background: #fff;
  font-weight: bold;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#about table td {
  padding: 10px 12px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

#about .note {
  margin-top: 18px !important;
}

#about .tnr-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 28px 0 42px;
}

#about .tnr-step {
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  align-content: center;
  color: #fff;
  background: #555;
  border-radius: 50%;
  text-align: center;
}

#about .tnr-step strong {
  display: block;
  font-size: 16px;
}

#about .tnr-step span {
  display: block;
  margin-top: 4px;
  font-size: 10px;
}

#about .tnr-arrow {
  color: #444;
  font-size: 15px;
}

#about .earcut {
  margin: 0 auto;
  text-align: center;
}

#about .earcut img {
  width: 380px;
  margin: 24px auto 36px;
  text-align: center;
}

#about .qa-a.wide {
  align-items: flex-start;
}

#about .qa-a.wide .info-box {
  flex: 1;
}

#about .growth-chart {
  width: min(100%, 500px);
  margin: 22px auto 36px;
}

#about .growth-chart img {
  width: min(100%, 500px);
  margin: 22px auto 36px;
}

#about .cat-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 44px;
  color: #f58212;
  font-size: 24px;
}

#about .cat-row .count {
  width: 52px;
  margin-left: 16px;
  font-size: 12px;
  font-weight: 700;
}

#about .cat-row.eighteen,
#about .cat-row.many {
  max-width: 470px;
  margin: 0 auto;
}

#about .cat-row.many {
  font-size: 18px;
}

#about .guide-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 32px 0 0;
}

#about .guide-row p {
  margin: 0;
  padding: 10px 14px;
  background: #f2f2f2;
  border-radius: 4px;
}

#about .guide-cat img {
  width: 150px;
  margin-right: 20px;
}

#about .comic-section {
  margin-top: 12px;
}

#about .comic-cover{
  width: min(100%, 600px);
  margin: 50px auto;
  text-align: center;
}

#about .comic-cover img {
  width: min(100%, 600px);
  border: 1px solid #ddd;
  background: #f7f0e7;
}

#about .more-wrap {
  text-align: center;
}

#about .more-button {
  display: inline-flex;
  min-width: 250px;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #fff;
  background: #f58212;
}

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

@media (max-width: 1180px) {

#about .contain {
  width: min(calc(95% - 40px), 95%);
  margin: 0 auto;
}

#breadcrumbs{
  width: 95%!important;
}
	
#about #comic {
  width: 100%;
}

}

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

@media (max-width: 480px) {
	
#about .site-header {
  min-height: 50px;
  background: #fff;
}

#about .header-inner {
  display: flex;
  align-items: center;
  min-height: 10px;
}

#breadcrumbs{
    width: 100%!important;
    margin: 0 auto!important;
    height: 0;
  }

#about .contain {
    width: min(calc(100% - 28px), 480px);
  }

#about .contain .page-head {
    margin: 30px 0 20px;
  }

#about .contain .page-head h1 {
    font-size: 24px;
  }

  #about h2,
  #about h3{
    font-size: 20px;
  }

  #about .section-tabs {
    grid-template-columns: 1fr;
  }

  #about .section-title {
    font-size: 18px;
  }

  #about .relation-diagram {
    transform: scale(.9);
    transform-origin: top center;
    margin-bottom: 12px;
  }

  #about .left-node {
    left: 0;
  }

  #about .right-node {
    right: 0;
  }

  #about .bottom-left-node {
    left: 28px;
  }

  #about .bottom-right-node {
    right: 28px;
  }

  #about .l3 {
    left: 18%;
    width: 64%;
  }

  #about .l6 {
    left: 22%;
    width: 56%;
  }

  #about .tnr-flow {
    gap: 7px;
  }

  #about .tnr-step {
    width: 100px!important;
    height: 100px!important;
  }

  #about .summary-table {
    grid-template-columns: 94px 1fr;
  }
}
/* screenwidth less than or equal 320px - mobile wide
-------------------------------------------------------------------------- */

@media (max-width: 320px) {
	
  #about .tnr-step {
    width: 80px!important;
    height: 80px!important;
  }
	
}
