

#content-area{
}

.corporate-content{
}

.content-box:not(:last-of-type){
 margin-bottom: 60px;
}

.content-head{
 margin-bottom: 40px;
}

.content-img{
 margin-bottom: 30px;
}

.content-inner{
 /*padding: 0 30px;
 */
}

.content-head-h3{
 margin-bottom: 15px;
 text-align: center;
 font-size: 16px;
 font-weight: bold;
}

.content-text{
 font-size: 14px;
 line-height: 2;
}

.content-list{
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 margin-bottom: 35px;
}

.content-list li{
 width: 260px;
}

.main-business-list{
 margin-bottom: 0;
}

.main-business-list .main-business-img{
 margin-bottom: 20px;
}

.main-business-list .main-business-img img{
 border: 1px solid #ccc;
}

.main-business-name{
 margin-bottom: 12px;
 text-align: center;
 font-size: 14px;
 font-weight: bold;
}

.main-business-text{
 font-size: 12px;
 line-height: 2;
}

.content-link-right{
 margin-top: 20px;
 text-align: right;
}

.content-link-right a{
 font-size: 12px;
}

.behavior-list{
 margin-top: 30px;
}

.behavior-list li{
 counter-increment: title;
}

.behavior-list li:not(:last-of-type){
 margin-bottom: 2em;
}

.behavior-head{
 padding-bottom: 0.8em;
 margin-bottom: 0.8em;
 text-align: left;
 font-size: 14px;
 font-weight: bold;
 border-bottom: 1px dotted #ccc;
}

.behavior-head::before{
 content: counter(title)'. ';
}

