.about .con{
    padding: 0px 0 50px;
    position: relative;
}

.about .secTit {
    background-image: url(../images/about/bgTtl.jpg);
    margin-bottom: 0;
}
.about .sec00 {
    background-image: url(../images/common/bg.jpg);
    padding-top: 6vw;
}
.Ttl02{
    position: relative;
}
.underline{
    background:linear-gradient(transparent 50%,yellow 50%);
    font-family: "Arial", "メイリオ";
    font-weight: bold;
}
.fig01{
    width: 120px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -340px;
}
.fig02{
    width: 124px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: 340px;
    top: -10px;
}
.fig03{
    width: 120px;
    float: right;
    padding: 1em 0 0 0.5em;
}
.fig04{
    width: 146px;
    margin-left: auto;
    margin-top: 140px;
}
.fig05{
    width: 134px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -420px;
    top:-20px;
}
@media screen and (max-width: 699px) {
    .fig01{
        left: 20px;
        margin-left: 0;
    }
    .fig02{
        left: auto;
        right:0px;
        margin-left: 0px;
        top: -100px;
    }
    .fig05{
        margin-left: 0px;
        left:0;
        top:-80px;
    }
}

.img05{
		width: 96%;
    bottom: 30px;
		margin:auto;
}
.dash{
    border-right : 1px Dashed #8cc98f;
}
.dash-b{
    border-bottom : 1px Dashed #8cc98f;
    padding-bottom: 60px;
    margin-bottom: 70px;
}

.white{
    color: #ffffff;
    text-align: center;
    font-size: 16px;

}
.fz-s{
    font-size: 18px;
    margin-bottom: 0;
}
.fz12{
    font-size: 12px !important;
    padding-top: 1em;
    line-height: 1.6em;
    text-align: left !important;
}
.content01 {
    background-color: #A3C3E0;
    border: solid 4px #ffffff;
    border-radius: 10px;
    padding: 40px 0 50px 0;
    margin-bottom: 20px;
    line-height: 2em;
    height: auto;
}
@media screen and (max-width: 780px) {
    
.content01 {
    padding: 40px 15px 0;
    box-sizing: border-box;
    width: 96%;
    margin: 0 auto;
}
    
    .right{
        padding: 2%;
        box-sizing: border-box;
    }
    .fz-s {
        font-size: 16px;
    }
    body .w48,
    body .float03,
    body .w48t{
        width: 100%;
        box-sizing: border-box;
    }
    .balloon,
    .balloon21{
        box-sizing: border-box;
    }
    body .inner{
        width: 95%;
        margin: 15px auto;
        padding: 15px;
        box-sizing: border-box;
    }
    .balloon41{
        margin: 0;
    }
}
@media screen and (max-width: 420px) {
    body .inner{
        width: 92%;
    }
}
    .con .mincho {
        line-height: 2;
        letter-spacing: 0.2em;
    }

.flex{
    width: 90%;
    height:100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    
}
.box01{
    background-color: #ffffff;
    width:40%;
    position: relative;
    padding:30px;
    margin: 0 15px;

}
.label01{
    width: 300px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    transform: scale(0.8 , 1);
    background-color: #fcc80e;
    border: solid 2px #ffffff;
    border-radius: 0px 0px 6px 6px;
    padding: 10px 0;
    position: absolute;
    top: -4px;
    left:50%;
    margin-left: -150px;
}
.box01Ttl{
    text-align: center;
    width: 100%;
    padding-top: 40px;
    border-bottom: 2px solid #000;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.box01Ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}

.about .con::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: url(../images/common/shibaR.png) bottom center;
    height: 60px;
    width: 100%;
}
/*グリーン枠*/
.flex-2{
    width: 100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.fit{
    align-self:stretch;
}
.box02{
    background-color: #ffffff;
    border: solid 4px #8cc98f;
    width:calc(50% - 90px);
    height: 100%;
    position: relative;
    padding:30px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}
.box02r{
    background-color: #ffffff;
    border: solid 4px #8cc98f;
    width:calc(50% - 90px);
    height: 100%;
    position: relative;
    padding:0px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
    margin-bottom: 60px;
}

.w40{
    width: 46%;
    margin-right:8%;
    height: 360px;
}
.w63{
    width: 46%;
    height: 360px;

}
.label02{
    width: 300px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    transform: scale(0.8 , 1);
    background-color: #8cc98f;
    border: solid 2px #fff;
    border-radius: 0px 0px 6px 6px;
    padding: 10px 0;
    position: absolute;
    top: -4px;
    left:50%;
    margin-left: -150px;
    z-index: 10;
}
.green {
    color: #8cc98f;
    font-size: 16px;
    text-align: center;
}
.wide{
    width: 100%;
    box-sizing: border-box;
}
.txt-2{
    text-align: center;
    font-size: 16px;
}
.box02-left{
    width:calc(69% - 1px);
    float: left;
}
.box02-21{
    float:left;
    width: calc(31% - 15px);
    padding-left: 15px;
}

.box02-2{
    float:left;
    width: calc(50% - 30px);
    margin-right: 14px;
    padding-right: 15px;
}
.box02 h4,.box02-2 h4,.table h4,.box02-right h4,.box02-3 h4{
    color: #8cc98f;
    padding-top: 20px;
}
.box02-right{
    width:31%;
    float:left;
}

.table{
    clear:both;
    width: calc(100% - 15px);
    margin-right: 15px;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 13px;
    color:#81b11a;
}
.table table{
    border: 2px solid #81b11a;
    width: 100%;
}
.table th,.table td{
    border: 2px solid #81b11a;
    width:20%;
    text-align: center;
    padding: 3px 0;
}
.table th{
    background-color: #8cc98f;
    color: #fff;
}
.pt10{
    padding-top: 10px;
}
.box02-3{
    width:calc(33% - 30px);
    height: 480px;
    float: left;
    padding: 0 15px 15px 15px;
}
@media screen and (max-width: 930px) {
    .box02-3{
        height: 100%;
    }
}
@media screen and (max-width: 780px) {
    .float{
        float: none;
    }
    .flex{
        display: block;
        width: 100%;
        height: auto;
    }
    .flex .box01{
            width:100%;
            margin: auto;
            margin-bottom: 40px;
            height: auto;
    }
    .flex-2{
        display: block;
    }
    .box02,
    .flex-2 .box02{
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 40px;
    }
    .bgcf{
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
    }
    body .box02-left,
    .box02-left .box02-2{
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .w40, .w63{
        width:90%;
        height:100%;
        margin: auto;
        margin-bottom: 40px;
        box-sizing: border-box;
    }
}

.Ttl03y{
    background-color: #fcc80e;
    width: 100%;
    height: 65px;
    position: relative;
    margin-bottom: 80px;
    margin-top: -100px;
}
.Ttl03g{
    background-color: #81b11a;
    width: 100%;
    height: 65px;
    position: relative;
    margin-bottom: 80px;
}

.logo02{
    width: 20%;
    max-width: 260px;
    min-width: 150px;
    height: auto;
    position: absolute;
    left: 100px;
    top: -100%;
}
.logo04{
    width: 200px;
    margin-left: auto;
    padding-top: 22px;
    padding-right: 100px;
}
@media screen and (max-width: 780px) {
    .logo02{
        left: 10px;
        top: -30px;
    }
    .logo04{
        padding-right: 10px;
    }
}
.pt100{
    padding-top: 100px;
}
.mt100{
    margin-top: 100px;
}
.mt70{
    margin-top: 70px;
}
mt40{
    margin-top: 40px;
}
.pb100{
    padding-bottom: 100px;
}
pb30{
    padding-bottom: 30px;
}
.shiba{
    margin-bottom: -12px;
}
.shiba img{
    width: 100%;
}
.right{
    text-align: right;
    padding-right: 2%;
}
@media screen and (max-width: 480px) {
    .mt70{
        margin-top: 30px;
    }
}
/*新コンパクトシティ*/
.no1,.no2,.no3,.no4{
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 4px 10px;
    margin-right: 5px;
    position: absolute;
    margin-top: 6px;
}
.no1{
    background-color: #f39929;
}
.no2{
    background-color: #ee7d87;
}
.no3{
    background-color: #59a5af;
}
.no4{
    background-color: #7ebf41;
}


.ttl10{
    margin-left: 45px;
    display: inline-block;
    text-align: left;
}
.float03{
    width: 92%;
    float: left;
    padding: 0 4%;
}
.float03-box{
    width: 50%;
    float: left;
}
.flex4{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.flex4b{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.box04{
    width: 30%;
}
.box04 h4{
    width: 100%;
    background-color: #8cc98f;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.box04 h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #8cc98f;
}
.bgc0{
    background-color: #A3C3E0;
    padding:0;
}
.bgcf{
    background-color: #ffffff;
    text-align: center;
    padding: 0.5em 1em;
}

.balloon2 {
    position: relative;
    display: inline-block;
    color: #555;
    background: #FFF;
    border-bottom: solid 1px #555;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  
  .balloon2:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  /*
  .balloon2 p {
    margin: 0;
    padding: 0;
  }*/
  .balloon2-top {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding-top: 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    background: #FFF;
    border: solid 3px #555;
    box-sizing: border-box;
  }
  
  .balloon2-top:before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon2-top:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
  }

  /*sp*/
  @media screen and (max-width: 780px) {
    .box02-left,.box02-21,.box02-2{
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .dash{
        border: none;
    }
    .table{
        width: 100%;
        margin: auto;
        margin-right: 0;
    }
    .img05{
        position: relative;
        margin-top: 10px;
        bottom: auto;
        width: 100%;
    }
    .box02-3{
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .fig04{
        margin-top: 20px;
    }
    .float03{
        padding-top: 40px;
    }
    .float03-box{
        float: none;
        width: 100%;
    }
    .flex4{
        display: block;
    }
    .box04{
        width: 100%;
        margin: auto;
        padding-bottom: 30px;
    }
    .spb20{
        padding-bottom: 20px;
    }
}
/*吹き出し*/
.w48{
    width: 48%;
    align-self: flex-end;
}
@media screen and (max-width: 550px) {
    .flex4b{
        display: block;
    }
    .w48{
        width: 80%;
    }
    .w48t{
        width: 80%;
    }
    .left10{
        margin-left: 0px;
    }
    .right10{
        margin-left: auto;
    }
  
}

/*no1吹き出し*/
.balloon{
    position: relative;
    padding: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;

  }
  .balloon:before,
  .balloon:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon:before{
    bottom: -40px;
    border-style: solid;
    border-color: #000 transparent transparent  transparent;
    border-width: 40px 0px 0px 35px;
  }
  .balloon:after{
    bottom: -35px;
    left: 1px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 36px 0px 0px 31px;
    z-index: 10;
  }
  /*no2吹き出し*/
.balloon21{
    position: relative;
    padding: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 50px;

  }
  .balloon21:before,
  .balloon21:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon21:before{
    bottom: -40px;
    border-style: solid;
    border-color: #000 transparent transparent  transparent;
    border-width: 40px 35px 0px 0px;
  }
  .balloon21:after{
    bottom: -35px;
    left: 1px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 36px 31px 0px 0px;
    z-index: 10;
  }
  /*no3吹き出し*/
.balloon31{
    position: relative;
    padding: 10px;
    border-top: 2px solid #000;
    margin-bottom: 50px;

  }
  .balloon31:before,
  .balloon31:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon31:before{
    top: -40px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    border-width: 0px 0px 40px 35px;
  }
  .balloon31:after{
    top: -35px;
    left: 1px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 0px 36px 31px;
    z-index: 10;
  }
  /*no4吹き出し*/
  .balloon41{
    position: relative;
    padding: 10px;
    border-top: 2px solid #000;
    margin-bottom: 50px;

  }
  .balloon41:before,
  .balloon41:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
  }
  .balloon41:before{
    top: -40px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
    border-width: 0px 35px 40px 0px;
  }
  .balloon41:after{
    top: -35px;
    left: 1px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0px 31px 36px 0px;
    z-index: 10;
  }
.w48t{
    justify-content: flex-start;
    width: 48%;
}
@media screen and (max-width: 550px) {
    .w48t{
        width: 80%;
    }
}
.inner {
    width: 98%;
    margin: 12px auto;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #8cc98f;
    z-index: 9;
}


.textleft{
    text-align: left !important;
}
.smallest{
    font-size: 10px;
    letter-spacing: normal;
    display: inline-block;
    vertical-align:top;
    margin-right: 2px;
}