#AboutBox {
background:#FFF;
margin-bottom:0.35rem;
padding:0.40rem;
border-radius: 0.06rem;
box-shadow: 0 2px 0.08rem rgba(0,0,0,0.06);
}

@media screen and (max-width: 600px) {
#AboutBox {
background:#FFF;
margin-bottom:15px;
padding:15px;
}
}

#AboutLead {
padding:0.30rem;
background:#DFF8D6;
border-radius:0.06rem;
overflow:hidden;
margin-bottom:0.40rem;
}

@media screen and (max-width: 600px) {
#AboutLead {
padding:15px;
}
}

.AboutPhoto {
float:right;
padding-left:0.10rem;
}

@media screen and (max-width: 600px) {
.AboutPhoto {
float:none;
padding-left:0;
padding-bottom: 15px;
}
}

#AboutLead h2 {
font-size:0.33rem;
font-weight: 700;
color:#060;
line-height:1.3;
padding-bottom:0.15rem;
}

@media screen and (max-width: 600px) {
#AboutLead h2 {
font-size:0.20rem;
}
}

#AboutLead h2 span {
display:block;
font-size:0.16rem;
padding-top: 0.10rem;
}

@media screen and (max-width: 600px) {
#AboutLead h2 span {
font-size: 0.14rem;
line-height: 1.55;
}
}


#AboutLead p {
font-size:0.16rem;
line-height:1.75;
text-align:left;
text-align:justify;
text-justify:inter-ideograph;
}

@media screen and (max-width: 600px) {
  #AboutLead p {
    font-size:0.15rem;
    line-height:1.91;
  }
}

.ContTextBox {
  padding-bottom: 0.40rem;
}

.ContTextBox:last-child {
  padding-bottom: 0;
}

.ContTextBox h4 {
padding-left:0.20rem;
padding-top:0.05rem;
padding-bottom:0.10rem;
font-size:0.20rem;
font-weight:normal;
color:#060;
}

@media screen and (max-width: 600px) {
.ContTextBox h4 {
line-height: 1.5;
}
}

.TopName {
padding-top:0.10rem;
padding-bottom:0.20rem;
font-size:0.16rem;
}

/* 町内会だより */
.ContTextBox .dayori_list_wrap {
  padding-top: 0.10rem;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .text {
    font-size: 0.13rem;
    text-align: center;
    line-height: 1.65;
  }
}

.ContTextBox .dayori_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .list {
    margin: 0 -0.10rem;
  }
}

.ContTextBox .dayori_list_wrap .list .detail {
  width: 25%;
  padding: 0.10rem 0.15rem 0.20rem;
  box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .list .detail {
    width: 50%;
    padding: 0.10rem 0.10rem 0.20rem;
  }
}

.ContTextBox .dayori_list_wrap .list .detail a {
  display: block;
  color: #1A1A1A;
}

.ContTextBox .dayori_list_wrap .list .detail a:hover {
  opacity: 0.7;
}

.ContTextBox .dayori_list_wrap .list .detail a .ph_wrap {
  box-shadow: 0 2px 0.04rem rgba(0,0,0,0.1);
}

.ContTextBox .dayori_list_wrap .list .detail a .ph_wrap img {
  display: block;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.ContTextBox .dayori_list_wrap .list .detail a .textbox {
  padding-top: 0.15rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .list .detail a .textbox {
    padding-top: 0.10rem;
    padding-bottom: 0.15rem;
  }
}

.ContTextBox .dayori_list_wrap .list .detail a .textbox .title {
  font-size: 0.18rem;
  font-weight: 700;
  padding: 0.05rem 0;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .list .detail a .textbox .title {
    font-size: 0.16rem;
    padding: 0;
  }
}

.ContTextBox .dayori_list_wrap .list .detail a .textbox .text {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.65;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .list .detail a .textbox .text {
    font-size: 0.12rem;
  }
}

.ContTextBox .dayori_list_wrap .caption {
  font-size: 0.12rem;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .ContTextBox .dayori_list_wrap .caption {
    text-align: center;
    line-height: 1.65;
  }
}

/* エリア */
@media screen and (max-width: 600px) {
  .area_text  .list {
    list-style: disc outside;
    padding-left: 0.20rem;
  }
  .area_text  .text {
    font-size: 0.15rem;
    line-height: 1.91;
  }
}