#contentsArea h1.h1-title{
    font-size: 30px;
    line-height: 1.25;
    margin: 60px 0;
}

#contentsArea h2.h2-title{
    text-align: center;

}

.textRead span.text-p-title{
    font-weight: bold;
    font-size: 20px;
}

.tableOffice365case th{
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    text-wrap: nowrap;
}

.tableOffice365case td:not(:first-child){
    text-align: center;
    vertical-align: middle;
}

#contentsArea .btn-navs{
    display: flex;
    gap: 30px;
}

#contentsArea .btn-navs .btn-link{
    width: 100%;
    text-align: center;
    background-color: #00a094;
    font-weight: bold;
    margin-bottom: 0;
}


#contentsArea .btn-navs .btn-link a.btn-link-detail{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
}

#contentsArea .btn-navs .btn-link:hover {
  box-shadow: 0 0 0 2px #00a094;
  background: #ffffff;
}

#contentsArea .btn-navs .btn-link:hover a{
    color: #00a094;
}

#contentsArea .btn-large{
    width: 65%;
    text-align: center;
    background-color: #00a094;
    font-weight: bold;
    margin-bottom: 0;
    margin: 40px auto;
    position: relative;
}

#contentsArea .btn-large a.btn-large-link{
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
}


#contentsArea .btn-large:hover{
  box-shadow: 0 0 0 2px #00a094;
  background: #ffffff;
}

#contentsArea .btn-large:hover a{
    color: #00a094;
}

.f-24 {
    font-size: 24px;
}

#contentsArea .btn-large:hover a.cta-button {
    background: #00a094;
    color: #ffffff !important;
}

a.cta-button {
    float: right;
    margin: 0;
    font-size: 16px;
    color: #00a094 !important;
    background: #ffffff;
    padding: 3px 15px;
    border-radius: 30px;
    text-decoration: none !important;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    font-size: 14px;
}

a.cta-button:hover {
    background: #00a094;
    color: #ffffff !important;
}

@media only screen and (max-width: 600px) {
    #contentsArea .btn-navs{
    flex-direction: column;
    gap: 5px;
}

#contentsArea .btn-large{
    width: unset;
    margin: 40px 10px;
}

#contentsArea .btn-large a.btn-large-link{
    padding: 20px 10px 40px 10px;
}

a.cta-button {
    bottom: 10px;
}

#contentsArea h3.h3-title{
    padding: 0 10px;
}
}

/* #contentsArea .btn-navs .btn-link:hover a.btn-link-detail{
  color: #00a094;
} */