@charset "utf-8";

/*----------------------------------------------------*/ 
/* about
-----------------------------------------------------*/

.profle_rudolf {
    margin-bottom: 6em;
}

.profle_rudolf_text p {
    margin-bottom: 2em;
}

.photo_tsutsui {
    margin: 0 0 30px 50px;
    width: 320px;
    float: right;
}

.photo_tsutsui figcaption {
    font-size: 1.2rem;
    text-align: right;
     color: #777;
}

.photo_tsutsui .wp-block-image {
    margin-bottom: 0;
}

.profle_tsutui h2.name {
    font-size: 2rem;
    margin-bottom: 1.5em;
}

.profle_tsutui h2.name span {
    margin-left: 1em;
    font-weight: 400;
    font-size: 1.3rem;
}

.profle_tsutui p {
    margin-bottom: 1em;
}

.about_tsutsui {
    margin-bottom: 3em;
}

.box_history {
    margin-bottom: 2em;
}

.dl_history {
    overflow: hidden;
    font-size: 1.5rem;
}

.dl_history dt {
    float: left;
    width: 7em;
    line-height: 1.4;
}

.dl_history dd {
    margin-bottom: 0.5em;
    margin-left: 7.5em;
    line-height: 1.4;
}

* 1080px（コンテンツ幅） */
@media only screen and (max-width: 1080px) {

}

/* 768px以下（タブレット縦・スマホ横） */
@media only screen and (max-width : 768px ) {
    
    .photo_tsutsui {
        margin: 0 auto 30px auto;
        width:  50%;
        min-width: 256px;
        float: none;
    }

}

/* 480px（スマホ縦） */
@media only screen and (max-width: 480px) {
    
    .dl_history {
        font-size: 1.4rem;
    }
    
    .dl_history dt {
        float: none;
        width: auto;
        margin-bottom: 0.3em;
    }

    .dl_history dd {
        margin-bottom: 0.8em;
        margin-left: 0;
    }

}
