
body{
    font-size: 94%;;
}
#voi{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */
.pankuzu {
    width: 980px;
    margin: auto;
}
#re_03 a{
    opacity: 1;
    border-bottom: #28a860 2px solid;
}
.left{
    text-align: left;
}
.main_visual{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
    background: url("../image/main_bg16.png") center no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}
.main_visual h2{
    font-size: 320%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.main_visual p{
    font-size: 120%;
}
.main_content{
    max-width: 960px;
    margin: auto;
}
/*.contents_area*/
p.midashi_about {
    font-size: 158%;
    margin: 70px 10%;
}
.anchor_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anchor_btn {
    max-width: 225px;
    width: 100%;
}
.anchor_btn a{
    display: block;
	width: 100%;
	padding: 15px 0;
	color: #fff;
    background:#28a860 url("../image/ver_ar.png") no-repeat center right 15px;
	border: #28a860 1px solid;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.anchor_btn a:hover{
	color: #28a860;
    background:#fff url("../image/ver_ar_hov.png") no-repeat center right 15px;
}
.contents_area {
    margin: 80px auto 140px;
	position: relative;
}
.contents_area:last-child {
    margin: 80px auto 50px;
}
.contents_box {
    display: flex;
}
.text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 30px 60px; */
    background: #f4fbf7;
    max-width: 490px;
    width: 100%;
}
.content_inner {
    padding: 30px 40px;
    font-weight: bold;
}
.content_inner dl {
    font-size: 120%;
}
.content_inner dd {
    display: flex;
    margin-top: 0.5em;
}
.content_title {
    font-size: 158%;
    font-family: 'Roboto', sans-serif;
    color: #28a860;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}
.content_sub {
    font-size: 93%;
    margin-bottom: 50px;
}
.content_text{
    font-size: 87%;
    line-height: 30px;
}

.voice_box {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}
.voice_box:nth-child(odd) {
    flex-direction: row-reverse;
}
.vo_about {
    max-width: 470px;
}
.vo_about.message{
    max-width: 100%;
	width: 100%;
}
.vo_about dt {
    border-bottom: solid 3px #28a860;
    color: #28a860;
    font-size: 115%;
    margin: 0 0 30px;
}
@media screen and ( max-width: 767px ){
.pankuzu {
    margin: 0 5%;
}
.contents_area {
    max-width: 90%;
    margin: 70px auto 0px;
}
.contents_box {
    display: flex;
    flex-wrap: wrap;
}
.content_inner {
    padding: 30px 10%;
}
.voice_box {
    margin: 50px 0;
    flex-wrap: wrap;
}
.vo_img {
    margin-top: 30px;
}
.anchor_btn {
    margin: 10px auto;
}
}
@media screen and ( max-width: 525px ){

}












