@charset "utf-8";
/**************************************************

	SUPERBOARD :: LOCATION SKIN :: basic

**************************************************/
#map_info{border-top: 1px solid #000;border-bottom: 1px solid #ddd;padding: 40px 20px;position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;background: #444c62;}
#map_info > *{position: relative;}
#map_info dt{width: 280px;text-align: center;}
#map_info dt h3{position: relative;top: 50%;left: 0;transform: translate(0, -50%);font-size: 22px;color: #fff;letter-spacing: -1px;font-weight: bold;text-align: center;box-sizing: border-box;padding: 0 20px;}
#map_info dd{width: calc(100% - 280px);}
#map_info dd ul{zoom: 1;}
#map_info dd ul:after{content: '';display: block;}
#map_info dd ul li{position: relative;float: left;padding-right: 80px;padding-left: 55px;}
#map_info dd ul li i{position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 40px;line-height: 40px;border-radius: 40px;text-align: center;background: #fff;color: #444c62;font-size: 20px;}
#map_info dd ul li strong{display: block;font-size: 18px;color: rgba(255,255,255,0.7);font-weight: bold;margin-bottom: 5px;}
#map_info dd ul li p{font-size: 16px;color: #fff;}

#map_trans{border-top: 2px solid #444c62;margin-top: 30px;border-bottom: 1px solid #ccc;}
#map_trans dl{border-bottom: 1px solid #ddd;position: relative;padding: 50px 20px 50px 180px;}
#map_trans dl:last-child{border-bottom: none;}
#map_trans dl dt{margin-bottom: 10px;}
#map_trans dl dt h4{font-size: 16px;color: #000;letter-spacing: -1px;}
#map_trans dl dt h4 i{position: absolute;top: 50%;left: 40px;transform: translate(0, -50%);width: 80px;line-height: 80px;border-radius: 80px;text-align: center;background: #eee;color: #666;font-size: 34px;}
#map_trans dl dd ul li{position: relative;margin-bottom: 5px;}
#map_trans dl dd ul li p{font-size: 15px;color: #666;display: inline-block;}
#map_trans dl dd ul li strong{margin-right: 10px;min-width: 100px;display: inline-block;color: #000;font-size: 15px;font-weight: normal;}
#map_trans dl dd ul li strong em{display: inline-block;vertical-align: baseline;width: 8px;height: 8px;border-radius: 50%;margin-right: 3px;background: #ddd;font-size: 15px;}
#map_trans dl dd ul li strong em.red{background: #c81f41;}
#map_trans dl dd ul li strong em.green{background: #33a23d;}
#map_trans dl dd ul li strong em.blue{background: #0052a4;}
#map_trans dl dd ul li strong em.yellow{background: #f1dd06;}
#map_trans dl dd ul li strong em.line1{background: #0052a4;}
#map_trans dl dd ul li strong em.line2{background: #33a23d;}
#map_trans dl dd ul li strong em.line3{background: #fe5b10;}
#map_trans dl dd ul li strong em.line4{background: #32a1c8;}
#map_trans dl dd ul li strong em.line5{background: #8b50a4;}
#map_trans dl dd ul li strong em.line6{background: #c55c1d;}
#map_trans dl dd ul li strong em.line7{background: #677718;}
#map_trans dl dd ul li strong em.line8{background: #f14c82;}
#map_trans dl dd ul li strong em.line9{background: #6789ca;}
