html body{
    margin: 0;
    padding: 0;
}

img{
    max-width: 1920px;
    min-width: 1100px;
    width: 100%;
    vertical-align: bottom;
}

.button{
    display: flex;
}

.minna_btn,.tech_btn,.manzoku_btn{
    width: calc(100% / 3);
    height: 100px;
    font-family: "Noto Sans Japanese", "sans-serif";
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 100px;
}

.minna_btn{
    background-color: rgba(149, 197, 26, 0.5);
    color: #707070;
    text-align: center;
}

.tech_btn{
    background-color: rgba(89, 211, 242, 0.75);
    color: #707070;
    text-align: center;
}

.manzoku_btn{
    background-color: rgba(255, 153, 0, 0.6);
    color: #707070;
    text-align: center;
}

h1{
    font-size: 28px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: bold;
    color: #707070;
    width: 1100px;
    height: 55px;
    border-bottom: solid 4px #707070;
    margin-left: auto;
    margin-right: auto;
    margin-top: 114px;
    margin-bottom: 80px;
}

.container{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper1,.wrapper2,.wrapper3,.wrapper4{
    width: 1100px;
    height: auto;
    display: flex;
}

.wrapper2,.wrapper3,.wrapper4,.company_directory{
    margin-top: 60px;
}

h2{
    font-size: 24px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    color: #707070;
    padding: 0.25em 0.5em;
    background: transparent;
    border-left: solid 8px #ABE712;
}

a{
    font-size: 14px;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 30px;
    color: #707070;
    text-decoration: none;
}

p

.container a:hover{
    color: #999;
}

.indent{
    padding-left: 1em;
    text-indent: -1em;
}

.business_tool,.communication,
.official_site,.money_forward,
.teams,.blog,
.r_p_letter,.customer_number,
.company_directory{
    width: 346px;
    margin-right: 31px;
}

.isp,.attendance,.template,.prpcedure_manual{
    width: 346px;
}

.business_tool_item,.communication_item,.isp_item,
.official_site_item,.money_forward_item,.attendance_item,
.teams_item,.blog_item,.template_item,
.r_p_letter_item,.customer_number_item,.procedure_manual_item,
.company_directory_item{
    width: 318px;
    margin-left: 24px;
    margin-top: 28px;
}




