@charset "utf-8";

/*藤原氏紹介テキスト部設定*/
.prof .name{
	font-weight: bold;
	font-size: 1.8rem!important;
	margin-bottom: 20px!important;
}
.prof .name span{
	font-weight: normal;
	font-size: 1.4rem!important;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
}
/*リスト先頭に青い円*/
.outline ul,
.accessguide ul{
	list-style: url(/mc/tc/shared/img/icon_circle.svg);
	padding-left: 18px;
}
#rwd-content .rwd-grid-item .gmap img {
    width: auto;
    height: auto;
}

@media print, screen and (min-width: 768px){
/* ================================================
画面幅が768px以上の場合の表示設定
================================================ */
/*スローガン＋説明文設定*/
.rwd-section-headline span:first-child {
    line-height: 1.8!important;
}
.slogan{
	margin-left: 28px!important;
}
#rwd-content .intro p{
	margin-right: 28px!important;
}

/*アクセスガイド部分調整*/
.accessguide p{
	font-weight: bold;
	margin-bottom: .5em;
}
.accessguide dd{
	font-size:1.5rem!important;
}
.note p{
	font-weight: normal;
	font-size: 1.5rem!important;
	padding: 0.7em 0 0 .5em;
}

}


@media print, screen and (max-width: 767px){
/* ================================================
画面幅が768px未満の場合の表示設定
================================================ */
.rwd-section-group-headline.rwd-small span:first-child, .rwd-section-headline.rwd-small span:first-child {
    font-size: 1.8rem!important;
}
/*概要の表の間余白詰める*/
#rwd-content .rwd-table, #rwd-content .rwd-table-type01, 
#rwd-content .rwd-table-type02, #rwd-content .rwd-table-type03 {
    margin-bottom: 20px!important;
}

/*アクセスガイド部分調整*/
.accessguide p{
	font-weight: bold;
	margin-bottom: .5em;
}
.accessguide dd{
	font-size:1.4rem!important;
}
.note p{
	font-weight: normal;
	font-size: 1.4rem!important;
	padding: 0.7em 0 0 .5em;
}



}