@charset "UTF-8";

/*----------------------------------------
	博士論文
----------------------------------------*/

/*----------------------------------------
	Ph.D. thesis
----------------------------------------*/

.dthesis__wrapper {
    background-color: #fafafa;
    padding: 0px calc(50vw - 50%);
    margin: 0px calc(50% - 50vw) 0;
}

.dthesis__content {
    margin: 20px 5px;
    /* border-bottom:1px dotted #aaa; */
    background-color: #FFF;
    padding:20px;
}

.dthesis__content dl dt {
    border-bottom: 1px dotted #aaa;
    font-weight: bold;
    
}


.dthesis__text {
    color: #144E94;
}

.dthesis__summary{
    background-color: #FFF;
    padding: 20px;
}

.dthesis__summary h2 {
    color: #144E94;
    text-align: center;
    padding-bottom:10px;
}

.dthesis__summary p {
    text-indent: 1rem;
}
.dthesis__summary img {
    margin: auto;
  display: block;
  max-width: 20vw;
}