﻿@charset "utf=8";


/* ABOUT 基本理念 */
section {
  margin: 15vh 20vw;
}

.content-box {
  margin: 3rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 690px; /* 例: 200px×3 + margin左右各15px×3 */
}

.content-box .bt {
  background-image: url(./03-introduction-oshamambe/img/01-oshamambe-fukushi.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 200px;
  border: none;
  margin: 15px;
  filter: drop-shadow(3px 6px 6px #8a8a8a);
}

.content-box .bt:nth-child(2) {
  background-image: url(./03-introduction-oshamambe/img/02-oshamambe-machijyutaku.svg);
}

.content-box .bt:nth-child(3) {
  background-image: url(./03-introduction-oshamambe/img/03-oshamambe-bokin.svg);
}

.content-box .bt:nth-child(4) {
  background-image: url(./03-introduction-oshamambe/img/04-oshamambe-life.svg);
}

.content-box .bt:nth-child(5) {
  background-image: url(./03-introduction-oshamambe/img/05-oshamambe-fukushishikaku.svg);
}

.content-box .bt:nth-child(6) {
  background-image: url(./03-introduction-oshamambe/img/06-oshamambe-seikatsukonkyusha.svg);
}


/* BI-contents  */
dt{
  font-size: 1.5rem;
}

dt p {
margin-bottom: 1rem;
}

ul{
  margin-bottom: 1rem;
}

.p-style-hukushi {
  color: #56B671;
  font-weight: bold;
}

.p-style-machijyutaku {
  color: #0b8f99;
  font-weight: bold;
}

.p-style-bokin {
  color: #ea5454;
  font-weight: bold;
}

.p-style-life {
  color: #f39c69;
  font-weight: bold;
}

.p-style-shikaku{
  color: #4ebcce;
  font-weight: bold;
}

.p-style-support{
  color: #eb818f;
  font-weight: bold;
}

/* 見出しタイトルの色とサイズ */
.hukushi-bt p{
 font-size: 1.2rem;
 font-weight: bold;
  color: #56B671;
}

.hukushi-bt p::before {
  content: "■";
  color: #56B671;
  margin-right: .5rem;
}

/*  2.町受託事業 */
.machijyutaku-bt p{
 font-size: 1.2rem;
 font-weight: bold;
  color: #0b8f99;
}

.machijyutaku-bt p::before {
  content: "■";
  color: #0b8f99;
  margin-right: .5rem;
}
/* 3.共同募金配分金事業 */
.bokin-bt p{
 font-size: 1.2rem;
 font-weight: bold;
  color:  #ea5454;
}

.bokin-bt p::before {
  content: "■";
  color:  #ea5454;
  margin-right: .5rem;
}


.n-info {
  border-bottom: solid 1px #c8c8c8;
}

#BI-contents dl {
  margin-bottom: 20px;
  width: 100%;
}

#BI-contents dt {
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #c8c8c8;
}

#BI-contents dd {
  padding: 1vw 2vw;
  margin-left: 0;
  line-height: 2;
  margin-bottom: 40px;
}

/* 画面幅が700ピクセル以下の場合 */



/* 画面幅が480ピクセル以下の場合 */
@media screen and (max-width: 480px) {

  section {
    margin: 5vh 5vw;
  }

  .content-box .bt {
    margin-top: 0;
    width: 120px;
    height: 120px;
    border: none;
    margin: 5px;
    filter: drop-shadow(3px 3px 3px #8a8a8a);
  }

  .content-box {
    margin-top: 1rem;
}
  #BI-contents dt {
    padding: 0 8px 8px 8px;
    border-bottom: 1px solid #c8c8c8;
  }

  #BI-contents dd {
    margin-bottom: 20px;
}
}