@charset "UTF-8";
.title {
  background: url(/edu/grad/master/information/about/img/title_bg.png) no-repeat center center;
  background-size: cover;
}

.about .white_box {
    margin-top: 50px;
    text-align: center;
	padding: 80px 0;
}
.about{
    background: url("/edu/grad/master/information/about/img/about_bg.png")no-repeat center;;
  background-size: cover;
  padding: 10px 0;
}
.about .title_large {
    color: #31705B;
    margin-bottom: 50px;
}
.about .white_box {
    margin-top: 50px;
}

.mincho{
 font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  margin: 25px 0;
}
.about dl {
    margin: 50px 0 0 0;
}
.about dt {
    font-weight: bold;
    margin: 20px 0 0;
}
.about .en {
    color: #31705A;
}
/*
======================================*/
@media screen and (max-width: 767px) {
.about .white_box {
    background: #fff;
    padding: 40px 5%;
    box-sizing: border-box;
  }
}