@charset "utf-8";
body{
    font-size: 94%;;
}

#bas{
    border-bottom: #28a860 2px solid;
}
/* CSS Document */
.pankuzu {
    width: 980px;
    margin: auto;
}
#cn_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("../img/main_bg.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_area{
    max-width: 960px;
    margin: auto;
}

/* Heading button */

.heading-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 75px;
    
}

.heading-btn a {
    padding: 15px 70px;
    background-color: #28a860;
    margin: 0 15px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-btn a::after {
    position: relative;
    right: -10px;
    content: url('../img/un_arrow.png');
}

/* Media query for heading button */
@media screen and ( max-width: 767px ) {
    .heading-btn {
        flex-direction: column;
    }

    .heading-btn a {
        text-align: center;
        margin: 20px 0;
    }
}


/* tuika */
h3.banner {
    margin: 70px 0 30px;
    background: #28a860;
    color: #fff;
    padding: 15px;
    font-size: 108%;
}
.contents_area {
    margin: 30px 0;
}
.flex {
    display: flex;
    justify-content: space-between;
}
img.mark {
    text-align: right;
    margin: 0 0 0 50px;
}


h4 {
    color: #28a860;
    text-align: left;
    font-size: 115%;
    border-bottom: solid 3px;
    padding: 12px;
    margin-bottom: 20px;
}

h5 {
    color: #28a860;
    text-align: left;
    font-size: 115%;
    border-bottom: solid 2px #93ca76;
    padding: 12px;
    margin-bottom: 20px;
}

h6 {
    color: #28a860;
    font-weight:normal;
    text-align: left;
    font-size: 100%;
    border-bottom: solid 2px #d6e9ca;
    padding: 3px;
    margin-bottom: 20px;
}

.link_block {
    display: block;
}


.main_contents,.policy_box{
    position: relative;
}
.policy_box{
    margin-bottom: 20px;
}
.anchor{
    position: absolute;
    top:-170px;
}
.policy_box dl {
    margin: 30px 0;
}
.policy_box dl span {
    color: #28a860;
}
.policy_box dd {
    text-indent: 1em;
    margin: 10px 0;
}
.policy_box dt {
    margin: 15px 0;
    text-indent: -1em;
    margin-left: 1em;
}
.t_green ,a.t_green{
    color: #28a860;
}
a.t_green{
	text-decoration: underline;
}
.left_box p,.left_box li{
    line-height: 30px;
}
.left_box p ,.left_box ul{
    margin-left: 10px;
}
.left_box p.mb_10{
    margin-bottom: 10px;
}
.ml_10 {
    margin-left: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mt_40 {
    margin-top: 40px;
}


/*
.left_box li{
    margin-bottom: 10px;
}
*/
.map_img.chart {
    text-align: center;
}


.left_box2{
    flex-grow: 1;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.left_box2 p ,.left_box2 ul{
    margin-left: 10px;
}


.anchor_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anchor_button {
    width: 24%;
    margin-bottom: 2%;
    text-align: center;
    list-style:none;
}
.anchor_button a {
    display: block;
    border-style: solid;
    border-color: #dcdddd;
    background: #fff url(../img/un_arrow_hov.png) no-repeat right 2% center;
    color: #000000;
    padding: 15px 0;
}
.t_green{
    position: relative;
}
@media screen and ( max-width: 767px ){
.pankuzu {
    margin: 0 5%;
}
.contents_box {
    display: flex;
    flex-wrap: wrap;
}
.content_inner {
    padding: 30px 10%;
}
.main_area {
    max-width: 90%;
    margin: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
img.mark {
    text-align: right;
    margin: 30px auto 0;
}
.philosophy p {
    background: url(../img/philosophy_bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 5%;
    font-size: 120%;
}

.anchor{
    top:-10px;
}
}
@media screen and ( max-width: 525px ){

}












