.profile-title {
  width:100%;
  padding:10px;
  background-color: #4169e1;
  color: #ffffff;
}

.profile-dl-inner {
  width: 100%;
  margin-top: 20px;
  padding:0 10px;
}

.president-slogan {
  width: 100%;
}
.president-name {
  width: 100%;
  text-align: right;
}

.profile-dl-inner:last-child {
  padding-bottom:40px;
}

.profile-dt-title {
  width: 100%;
}


ol > li {
  list-style-type: decimal;
  display:list-item;
  margin-left:20px;
}

.menu-item:nth-child(1) {  
  background-color:  #0050a4;
  color: #ffffff;
}


@media screen and (min-width: 600px) {
  .profile-dl-inner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .profile-dt-title {
    width:20%;
  }

  .profile-dd-contents {
    width:80%;
  }
}