@charset "UTF-8";
#tic_detailtxt {
    font-size: 1.5rem;
    line-height: 2;
}
#tic_detailtxt p, 
#tic_detailtxt figure {
margin-bottom: 30px;
}
#tic_detailtxt a {
color: #2ea7e0;
}
#tic_detailtxt h2 {
font-size: 1.6rem;
display: flex;
align-items: center;
padding: 10px 0px 8px 14px;
color: #fff;
background-color: #3c3c3c;
margin-bottom: 24px;
font-weight: bold;
}
#tic_detailtxt img {
display: inline-block;
width: auto;
max-width: 100%;
height: auto;
}


/* --------- tic TOPICS LIST --------- */
#tic_topics_wrap {
padding: 0 0 40px;
}
.tic_topics_title {
position: relative;
}
.tic_topics_title h2 {
/*background-image: url("../img/common/tline_2x40.svgz");
background-repeat: no-repeat;
background-position: left top;
background-size: 2px 30px;
padding-left: 20px;*/
line-height: 1;
margin-bottom: 6px;
font-size: 2.0rem;
padding: 14px 14px 12px 0px;
}
.tic_topics_title .ahover_ul {
width: 160px;
height: 32px;
font-weight: bold;
}
#tic_topics_con li{
border-bottom: solid 1px #EBE3DB;
}
#tic_topics_con li a {
padding: 15px 0;
word-break: break-all;
}
#tic_topics_con li span{
display: block;
}
#tic_topics_con .sqarrow_2ea7e0 {
width: 10px;
height: 10px;

vertical-align: 0px;
}
#tic_topics_con li div {
font-weight: bold;
}
/* --------- /tic TOPICS LIST --------- */

