@charset "UTF-8";
.bgimg_convention {
background-image: url("/asset/img/convention/cat_mainimg.jpg");
}
#udconvi_menu {
margin-top: 70px;
}
#udconvi_menu .ttl26 {
padding-bottom: 20px;
margin-bottom: 8px;
border-bottom: solid 1px #d4d4d4;
font-size: 2.0rem;
font-weight: bold;
}
#udconvi_menu .ttl26 i {
    width: 28px;
    height: 25px;
    margin-right: 14px;
    vertical-align: -6px;
}
.udconvi_menu_ul {
display: flex;
flex-wrap: wrap;
}
.udconvi_menu_ul li {
width: calc((100% - 40px) / 3);
margin: 0 20px 16px 0;
}
.udconvi_menu_ul li:nth-child(3n) {
    margin-right: 0px;
}
.udconvi_menu_ul .ahover_ul {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 4px;
    height: 40px;
    letter-spacing: 0em;
}
/* コンベンション支援 ------------------------- */
#convsup_outline_wrap p {
font-size: 1.5rem;
margin-bottom: 60px;
}
.convsup_item {
display: flex;
background-color: #fff;
}
.convsup_item:not(:last-child) {
margin-bottom: 70px;
}
.convsup_mds_con {
background-color: #f5f1ed;
border-left: solid 1px #2ea7e0;
padding: 40px 50px;
width: 370px;
position: relative;
}
.convsup_mds_con::before {
content: url(/asset/img/common/icon_square_20x20_2ea7e0.svgz);
position: absolute;
top: 48px;
left: 0;
width: 20px;
height: 20px;
}
.convsup_mds_con::after {
content: '';
position: absolute;
bottom: 0;
right: 0;
border-bottom: 110px solid #fff;
border-left: 150px solid transparent;
}
.convsup_mds_con h3 {
font-size: 1.8rem;
color: #2272c0;
}
.convsup_txt_con {
width: calc( 100% - 370px );
padding: 50px 50px 10px;
}
.convsup_mds {
display: block;
background-color: #2ea7e0;
color: #fff;
font-weight: bold;
padding: 8px 20px;
margin-bottom: 20px;
font-size: 1.6rem;
}
.convsup_tcon {
margin-bottom: 40px;
}
.convsup_tcon dt, 
.convsup_tcon dd {
font-size: 1.5rem;
}
.convsup_tcon dt {
margin-bottom: 10px;
}
.convsup_tcon dd {
padding-left: 24px;
}
.convsup_tcon dd:not(:last-child) {
margin-bottom: 20px;
}
.convsup_tcon dd span {
display: block;
background-color: #f5f1ed;
margin-bottom: 8px;
line-height: 1;
padding: 6px 10px; 
}
/* コンベンションカレンダー ------------------------- */
#convinfo_list_wrap {
padding: 50px;
}
#convinfo_list_con {
margin-bottom: 40px;
}
.convinfo_list_item {
background-color: #fff;
position: relative;
}
.convinfo_list_item:not(:last-child) {
margin-bottom: 16px;
}
.convinfo_list_item a {
display: block;
padding: 18px 20px 16px;
}
.convinfo_list_item h2 i {
margin-right: 18px;
}