@charset "UTF-8";
/* サイドバー設定 */

/* 全体
---------------------------------------------------------- */
#sidebar article {
 background-color: #f4f3ed;
 padding: 7px;
}

#sidebar .sb_block h1 {
 color: #fff;
 background-color: #666;
 border-radius: 3px;
 font-size: 15px;
 font-weight: normal;
 line-height: 1.2;
 text-align: center;
 margin: 0 0 6px 0;
 padding: .4em .5em .3em;
}

#sidebar .sb_block dl,
#sidebar .sb_block dt,
#sidebar .sb_block dd,
#sidebar .sb_block p {
 margin: 0;
 padding: 0;
}

/* 日時・会場
---------------------------------------------------------- */
#sidebar #sb_date_venue {
 padding-bottom: 12px;
}

#sidebar #sb_date_venue dl {
 overflow: hidden;
}

#sidebar #sb_date_venue dt {
 clear: both;
 float: left;
 width: 3em;
 line-height: 1.4;
}

#sidebar #sb_date_venue dd {
 padding-left: 3em;
 font-weight: bold;
 line-height: 1.4;
}

#sidebar #sb_date_venue dd + dd {
 margin-bottom: .2em;
}

/* 事務局
---------------------------------------------------------- */
#sidebar #sb_secretariat {
 padding-bottom: 12px;
}

#sidebar #sb_secretariat p.address {
 font-size: 12px;
 line-height: 1.4;
}

#sidebar #sb_secretariat p.name {
 font-weight: bold;
 margin: .12em 0;
}

#sidebar #sb_secretariat p.url {
 font-size: 12px;
}

/* お問い合わせ先のご案内
---------------------------------------------------------- */
#sidebar #sb_contact {
 font-size: 12px;
 padding-bottom: 6px;
}

#sidebar #sb_contact dt {
 margin: 0 0 -.5em 0;
 padding: .5em 0;
 display: flex;
 align-items: center;
}

#sidebar #sb_contact dt span {
 background-position: 0 50%;
 background-repeat: no-repeat;
 background-size: 16px auto;
 display: block;
 width: 20px;
 height: 16px;
 opacity: .8;
}

#sidebar #sb_contact dd {
 padding: 0 0 0 20px;
 margin: 0;
}

/* 電話・FAX：大きく表示 */
#sidebar #sb_contact dd.tel,
#sidebar #sb_contact dd.fax {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size: 23px;
 font-weight: bold;
 line-height: 1.2;
}

/* E-mail：通常のサイズに固定 */
#sidebar #sb_contact dd.mail {
 font-size: 12px; /* ここを確実に12pxに固定 */
 font-weight: normal;
 line-height: 1.4;
 word-break: break-all; /* 長いアドレスの折り返し対策 */
 padding-top: 5px;
}

#sidebar #sb_contact dd.tel span {
 font-size: 12px;
 font-weight: normal;
}

/* アイコン画像の設定 */
#sidebar #sb_contact dt.tel span { background-image: url(../svg/phone.svg); }
#sidebar #sb_contact dt.fax span { background-image: url(../svg/fax.svg); }
#sidebar #sb_contact dt.mail span { background-image: url(../svg/envelope.svg); }