.common_wrap{
}
.aft_border1{
    border-top:1px solid #776B58;
    padding:80px 0;
}
.aft_border2{
    border-bottom:1px solid #776B58;
    padding:80px 0;
}
.aft_title h3{
    margin-bottom:30px;
}
.aft_title h3:before{
    content:"●";
    color:#B18576;
    font-size:32px;
    vertical-align: middle;
    padding-right:10px;
}
.aft_title .content{
    line-height:30px;
    font-size: 18px;
}
.aft_title .content p{
    margin-top:30px;
}


/*-------- tenken --------*/

#tenken .tenken_icons{
    width:85%;
    margin:0 auto;
    font-size:20px;
}
#tenken ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 3px;
}
#tenken ul li.tenken_icon{
    position:relative;
    width:22%;
    padding-top:22%;
    border-radius: 50%;
    background: #776B58;
    color:#fff;
    margin:50px 0 30px 0;
}
#tenken ul li.tenken_icon span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    height: 6em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-right: 5.5px;
}
#tenken ul li.tenken_icon span .ten{
    display:inline;
    -webkit-writing-mode: horizontal-tb;
    -moz-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
#tenken ul li.sen{
    width:4%;
    height:1px;
    background:#80CC29;
}
#tenken .tenken_icons .tenken_10{
    border:2px solid #D9D1CA;
    height:70px;
    line-height: 70px;
    text-align: center;
    border-radius:25px;
    letter-spacing: 1px;
}
#tenken .tenken_icons .tenken_10 span{
    background: linear-gradient(transparent 50%, rgba(128, 204, 41, 0.4) 60%);
}



/*-------- hosyou --------*/

#hosyou{
    background:#D9D1CA;
    border-radius:40px;
    padding:80px 0;
}
#hosyou .hosyou_wrap{
    margin-top:50px;
}
#hosyou ul{
    display:flex;
    justify-content: center;
}
#hosyou ul li{
    width:340px;
    height:340px;
    background:#fff;
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding:3%;
    line-height: 30px;
}
#hosyou ul li span{
    font-size: 18px;
}
#hosyou ul:first-child{
    margin-bottom:30px;
}
#hosyou ul li:first-child{
    margin-right:30px;
}
#hosyou ul li h3{
    text-align: center;
}
#hosyou ul li h3:after{
    content:"";
    width:30px;
    height:3px;
    background:#80CC29;
    display:block;
    margin:10px auto 50px auto;
}


