#h2_area h2{
    margin: 0 auto 8px;
}
#h2_area h2 img {
    height: 32px;
}

/* company_area */
#company_area{
    margin: 60px 0 80px;
}
#company_area .inner{
    max-width: 1240px;
    width: 90%;
}
#company_area .til_area{
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
}
#company_area .til_area h3.top_til{
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 25px;
    text-align: left;
}
#company_area .til_area h3.top_til span{
    display: inline-block;
    color: #005C3F;
}
#company_area .til_area p{
    margin-bottom: 25px;
    line-height: 1.7;
}
#company_area .til_area .link{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#company_area .til_area .link li{
    flex: 0 0 48%;
    margin: 0 1% 3%;
}
#company_area .til_area .link li a{
    position: relative;
    display: inline-block;
    padding: 16px 10px;
    width: 100%;
    font-weight: bold;
    border-radius: 60px;
    text-align: center;
    background: #A6CE6A;
    color: #FFFFFF;
}
#company_area .til_area .link li a:after{
    content: "";
    display: inline-block;
    position: absolute;
    right: 30px;
    top: -5px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}
#company_area .til_area .link li a:hover{
    opacity: 0.8;
}
#company_area .content{
    margin-bottom: 80px;
}
#company_area #mane_philo .text_area{
    padding: 50px 30px 30px;
    background: #EFF9F1;
}
#company_area #mane_philo .text_area p{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #005C3F;
    line-height: 1.4;
}
#company_area #mane_philo .text_area p span{
    display: inline-block;
    color: #005C3F;
}
#company_area #mane_philo .text_area ul{
    max-width: 740px;
    margin: 0 auto;
}
#company_area #mane_philo .text_area ul li{
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}
#company_area #mane_philo .text_area ul li:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background: #A6CE6A;
    border-radius: 9px;
}

#company_area #introduction .text_area{
    flex: 0 0 47%;
}
#company_area #introduction .text_area .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
#company_area #introduction .text_area .txt{
    margin-bottom: 25px;
    line-height: 1.7;
}
#company_area #introduction .text_area .president_name img{
    max-width: 230px;
}
/* #company_area #introduction .text_area .president_name{
    font-size: 30px;
}
#company_area #introduction .text_area .president_name span{
    margin-right: 20px;
    font-size: 15px;
    vertical-align: middle;
} */
#company_area #introduction .img_area{
    max-width: 480px;
    margin: 0 auto 20px;
}
#overview .text_area dl {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}
#overview .text_area dl:first-child {
    border-top: 1px solid #E5E5E5;
}
#overview .text_area dl dt {
    flex: 0 0 120px;
    padding: 4px 0;
    margin-right: 20px;
    line-height: 1.4;
}
#overview .text_area dl dd {
    padding: 4px 0;
    line-height: 1.4;
}
#overview .text_area dl dd span{
    display: inline-block;
}
#access iframe{
    width: 100%;
    height: 320px;
    margin-bottom: 15px;
}
#access .access_btn{
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
}
#access .access_btn p{
    margin-bottom: 10px;
    line-height: 1.4;
}
#access .access_btn p span{
    display: inline-block;
}
#access .access_btn a{
    display: inline-block;
    width: 100%;
    padding: 12px 10px 12px 20px;
    background: #31AE4B;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}
#access .access_btn a:hover{
    cursor: pointer;
}
#access .access_btn a img{
    margin-left: 20px;
}
#access .access_txt{
    padding: 20px 10px 5px;
    border-bottom: 1px solid #E5E5E5;
}
#access .access_txt .til{
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #005C3F;
}
#access .access_txt .til:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #005C3F;
    border-radius: 7px;
}
#access .access_txt dl{
    padding-left: 15px;
    margin-bottom: 15px;
}
#access .access_txt dl dt{
    flex: 0 0 180px;
    font-weight: bold;
    line-height: 1.7;
}
#access .access_txt dl dd{
    line-height: 1.7;
}
#access .access_txt dl dd span{
    display: inline-block;
}


@media screen and (min-width:560px){
    #h2_area h2 {
        margin-bottom: 13px;
    }
    #h2_area h2 img {
        height: 44px;
    }
    #company_area{
        margin: 60px 0 120px;
    }
    #company_area .til_area{
        margin-bottom: 100px;
    }
    #company_area .til_area h3.top_til{
        font-size: 32px;
        text-align: center;
    }
    #company_area .til_area p{
        margin-bottom: 40px;
        text-align: center;
    }
    #company_area .til_area .link {
        margin-bottom: 60px;
    }
    #company_area .til_area .link li a{
        padding: 22px 10px;
    }
    #company_area .content{
        margin-bottom: 120px;
    }
    #company_area .content h4.com_til{
        margin-bottom: 40px;
    }
    #company_area #mane_philo .text_area{
        padding: 70px 30px 50px;
    }
    #company_area #mane_philo .text_area p{
        margin-bottom: 45px;
        font-size: 32px;
        text-align: center;
    }
    #company_area #mane_philo .text_area ul li{
        margin-bottom: 20px;
        padding-left: 25px;
        font-size: 18px;
    }
    #overview .text_area dl{
        display: flex;
        padding: 20px;
    }
    #overview .text_area dl dt{
        border-right: 6px solid #EEEEEE;
    }
    #access iframe{
        height: 620px;
    }
    #access .access_btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #access .access_btn p{
        margin-bottom: 0;
        margin-right: 10px;
    }
    #access .access_btn a{
        max-width: 180px;
    }
    #access .access_txt{
        padding: 30px 30px 5px;
    }
    #access .access_txt .til{
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 20px;
    }
    #access .access_txt dl{
        display: flex;
        padding-left: 20px;
    }
}

@media screen and (min-width:960px){
    #company_area .til_area .link li {
        flex: 0 0 24%;
        margin: 0 0.5%;
    }
    #company_area #introduction .flx_box{
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse;
    }
    #company_area #introduction .img_area{
        max-width: 560px;
        flex: 0 0 50%;
        margin-top: -80px;
        margin-bottom: 0;
    }
    #company_area #introduction .text_area{
        max-width: 560px;
        margin-right: 3%;
    }
    #company_area #introduction .text_area .title{
        flex: 0 0 50%;
        margin-bottom: 20px;
        font-size: 32px;
    }
}