@charset "UTF-8";
/* CSS Document */

.sp_none {
display: block
}

.pc_none {
display: none
}

section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
}

h2{
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 auto 44px;
  padding-top: 40px;
  text-align: center;
}

p{
	font-family: 'hiragino W5', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  border-top: none;
}

th,td {
  border: solid 1px #9e43a9;
  border-left: solid 1px #9e43a9;
  padding: .5em;
}

th{
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

/* section title */
.section-title .kana{
	position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 2rem;
}
.section-title .kana::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #9e43a9;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.section-title .alpha{
	font-size: 1rem;
}

/* common */
.num_title{
	color: #9e43a9;
	border: none;
}
.num_title span{
    display: block;
	font-size: clamp(24px,8vw,48px);
}
/*
.num_title{
  margin-bottom: 20px;
  font-size: 24px;
  color:#9e43a9;
  text-align: center;
  font-weight: 700;
}

.num_title span {
  display: block;
  color: #9e43a9;
  font-size: clamp(24px,8vw,48px);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
*/
.summary {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}

/* common ここまで */
/* 子育て ここから */


h1.area_title{
  position: relative;
  margin:60px auto 35px;
  padding: 0px;
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  line-height: 1.2;
}

h1.area_title::before {
  content: "Living Information";
  display: block;
  font-size: clamp(24px,8vw,48px);
  width: 100%;
  margin-top: 10px;
  color: #fff;
  text-shadow: -1px -1px 0 #212529, -1px 0 0 #212529, -1px 1px 0 #212529, 0 -1px 0 #212529, 0 1px 0 #212529, 1px -1px 0 #212529, 1px 0 0 #212529, 1px 1px 0 #212529;
}
.living-info {
  width: 90%
}
.sec-live01 .info-image img{
  width:50%;
}
.parenting_box {
  display: flex;
  width: 80%;
  margin: 10px auto;
  justify-content: flex-start;
  align-items: center;
}

.parenting_box p {
  padding: 10px;
  margin-left: 10px;
  text-align: left;
}
.parenting_box p a {
  color: #ff0000;
}
.parenting_box img {
	max-width: 200px;
}

.info-image {
  margin: 30px auto 20px;
  width: fit-content;
}

.info-image img {
  width: 100%;
}
.info-image .illust {
  display: inline-block;
  max-width: 600px;
  margin: 0 auto;
}

/* 子育てここまで */
/* 防災・防犯ここから */

h3.margin-l {
  margin: 30px auto;
}

.title_middle {
  background-color: #9e43a9;
  color: #ffffff;
  padding: 10px 10px 10px 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: left;
  font-size: 25px;
}

.title_middle span {
  display: inline-block;
  font-size: 16px;
  font-family: 'hiragino W5', sans-serif;
  font-weight: 500;
  margin-left: 30px;
  vertical-align: middle;
}

h4.sub-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

h4.sub-title span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.bosai-info-box {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  border: solid 2px #9e43a9;
  border-top: none;
}

.bosai-info{
  flex: 1;
}

.area-bosai {
  margin-bottom: 60px;
} 

.border-left-none td {
  border-left: none;
}

td.bosai-info-item {
  width: 35%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  letter-spacing: 4px;
}

td.text-left {
  width: 65%;
  font-family: 'hiragino W5', sans-serif;
  padding-left: 2em;
  list-style-type: none;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  letter-spacing: normal;
}

td.text-left a {
  color: #555555;
}

td.spacing-normal,
span.spacing-normal {
  letter-spacing: normal;
}

ul.bosai-info-list {
  margin-bottom: 0;
}

.bosai-info-list li{
  position: relative;
  list-style: none;
  padding-left: 0;
}

.bosai-info-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9e43a9;
  top: 7px;
  bottom: 0;
  left: -2em;
  border-radius: 50%;
}

/* 防災・減災ここから */

.evacuation-guide-box {
  margin-bottom: 70px;
}

.evacuation-guide {
  width: 100%;
  display: flex;
  margin-bottom: 30px;
}

.guide-title{
  width: 12%;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color:#ffffff;
  background-color: #9e43a9;
  font-size: 16px;
  font-weight: 500;
}

.guide-desc {
  width: 88%;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #555555;
  font-family: 'hiragino W5', sans-serif;
}

.guide-desc ul {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.temporary-evacuation {
  display: flex;
  align-items: flex-end;
}

.table-scroll {
  margin: 30px auto 40px;
}

.table-scroll table{
  width: 100%;
  margin-bottom: 20px;
  caption-side: top;
  border: solid 3px #9e43a9;
  border-top: none;
  color: #555555;
  font-weight: 500;
}

.table-scroll th {
  font-family: 'hiragino W5', sans-serif;
  border-top: none;
  background-color: #eeeeee;
}

.table-scroll td {
  text-align: center;
  font-size: 15px;
  font-family: 'hiragino W5', sans-serif;
}

td.evacuation-site {
  font-size: 18px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.evacuation-map {
  display: inline-block;
  width: fit-content;
  font-size: 12px;
  color:#ffffff;
  background-color: #9e43a9;
  padding: 3px 5px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

/* 防犯 */
.area-crime {
  margin-bottom: 60px;
}

.area-crime .button-link {
  margin-top: 20px;
}
.evacuation-site span{
	display: inline-block;
	background:#9e43a9;
	font-size:12px;
	margin-left:2em;
	padding:0.25rem 1rem;
	border-radius: 10px;
}
.evacuation-site a{
	color:#fff;	
}

/* 消費生活 ここから */
.consumer-life {
  text-align: center;
}

.consumer-life h5 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'hiragino W5', sans-serif;
  color: #333333 ;
}

.consumer-life-info {
  margin-bottom: 10px;
}

.consumer-life-tel {
  font-size: 28px;
  color: #555555;
  font-weight: 800;
  line-height: 1;
}

.consumer-life-lists {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto 30px;
  list-style: none;
}

.consumer-life-list {
  display: flex;
  font-family: 'hiragino W5', sans-serif;
  justify-content: space-around;
}

.consumer-life-list li {
  position: relative;
  width: fit-content;
  padding-left: .5em;
  margin-right: 1em;
  list-style: none;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  text-align: left;
}

.consumer-life-list li::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 3px;
  width: 15px;
  height: 15px;
  left: -10px;
  vertical-align: middle;
  border-left: 15px solid #9e43a9;
  margin-right: 20px;
}

.consumer-life-list .no-marker::marker {
  display: none;
}

.consumer-life-table {
  width: 55%;
  margin: 0 auto;
  border: 2px solid #9e43a9;
  border-top: none;
  font-size: 15px;
}

.consumer-life-table th {
  font-weight: 600;
  background-color: #9e43a9;
  color:#ffffff;
}

.consumer-life-table td{
  font-family: 'hiragino W5', sans-serif;
}
.link_to_kumamoto-city {
  text-align: center;
}

a {
  text-decoration: none;
  color: #212529;

}

/* 学校ここから */

.area-school {
  margin-bottom: 60px;
}

.area-school .num_title {
  margin-bottom: 30px;
}

.school-list-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.school-list {
  width: 48%;
  margin-bottom: 30px
}

.school-image {
  margin-bottom: 20px;
}

.school-image img {
  width: 100%;
}

.school_name {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1;
}

.school_data {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1;
  font-family: 'hiragino W5', sans-serif;
}


.button-link {
  position: relative;
	display: block;
	width: 60%;
  margin: 20px auto 10px;
	padding: 20px 70px 20px 40px;
	text-decoration: none;
  text-align: center;
	font-size: 20px;
  font-weight: 600;
  background-color: #9e43a9;
	}
  
.button-link::after {
  content:"";
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: url("../images/icon_button_izumi.png");
  background-repeat: no-repeat;
}

.button-link a:hover {
    color: #fff;
  }

.button-link a {
  display: inline-block;
  color:#ffffff;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}

@media(max-width:850px) {
.area-parenting div {
    width: 100%
  }
.sp_none {
  display: none;
}
.pc_none {
  display: block;
  object-fit: cover;
}

.button-link a {
  text-align: left;
}

.button-link.crime-map::after,
.button-link.garbage-calendar::after {
  top: 35px;
  margin-left: 10px;
}  
}

@media(max-width:700px) {
  .section-title .kana {
	margin-top: 20px;
	}
  .parenting_box {
    flex-direction: column;
    align-items: center;
  }
  .info-image {
    margin: 20px auto;
    text-align: center;
  }
  .area-parenting div p br {
    display: none
  }
  .bosai-info-box  {
    flex-direction: column;
  }
  .bosai-info {
    width: 100%;
  }
  .border-left-none {
    border-left: 1px solid #a0d7e0;
  }
  .border-left-none tr:first-of-type td {
    border-top: none;
  }
	section.living-info div.table-list ul {
		padding-left: 0
	}
  section.living-info div.table-list ul li {
    display: block
  }
  section.living-info div.table-list ul li p {
    width: 100%
  }
  .evacuation-guide{
    flex-direction: column;
    margin-bottom: 15px;
  }
  .guide-title {
    width: 100%;
    justify-content: flex-start;
  }
  .guide-title.brake br {
    display: none;
  }
  .guide-desc{
    width: 100%;
  }
  .guide-desc ul {
    margin-top: 10px;
  }
  .consumer-life div {
    width: 100%;
    margin-bottom: 20px
  }
  .consumer-life-table {
    width: 80%;
  }
  .consumer-life-list  {
    flex-direction: column;
  }
  .button-link {
    width: 80%;
  }
  /* .evacuation-guide {
    flex-direction: column;
    align-items: center;
  } */
}
@media(max-width:600px) {
  section,
  .area-bosai,
  .area-crime {
    margin-bottom: 40px;
  }
  section.living-info div .table-list div.temporary-evacuation {
		display: block
	}
  .consumer-life-table {
    width: 100%;
  }
  .guide-desc {
    font-size: 13px;
  }
  .guide-title.brake {
    line-height: 1.1;
  }
  .table-scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .table-scroll table{
   white-space: nowrap;
  }
}
@media(max-width:500px) {
	.info-image { 
		width: 70%
	}
  div.school-list-box {
    display: block
  }
  div.school-list-box {
    width: 100%;
  }
  div.school-list {
    width: 100%;
  }
  .consumer-life-lists {
	width:100%;	
	padding:0;
  }
}

@media(max-width:413px) {
   .title_middle span {
		font-size:14px;
	}
	.link_to_kumamoto-city {
		font-size:14px;
	}
  .button-link{
    width: 90%;
    font-size: 18px;
  }
  .consumer-life-list .pc_none {
    display: block;
  }
}