@charset "UTF-8";

/*----------------------------------------
	修士論文
----------------------------------------*/

/*----------------------------------------
	mthesis
----------------------------------------*/

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

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

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

.section__books {
    display: flex;
    justify-content: space-between;
    background-color: #FFF;
    margin: 20px 5px;
}

.mthesis__text {
    color: #144E94;
}

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

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

.mthesis__summary p {
    text-indent: 1rem;
}