@charset "UTF-8";
#main {background: #fff;}
/* .sec_head */
.sec_head {border-bottom: 2px solid #bdbdbd;position: relative;padding-bottom: 4px;}
.sec_title {font-size: 26px;position: relative;padding-left: 12px;color: #d50000;letter-spacing: .9px;font-weight: normal;margin: 0;}
.sec_title:before {display: block;width: 4px;height: 100%;background: #d50000;position: absolute;left: 0;top: 0;margin-top: 0;content: "";}
/* ct_content */
.ct_content { max-width: 954px; margin: 0 auto; padding: 0 13px;line-height: normal;color:#333;font-size: 14px;font-family: 'Roboto',sans-serif;}
.list_head {margin-top: 40px;}
.link_list {margin-top: 20px;}
.link_list li{display: block;}
.link_list li + li {margin-top: 20px;}
.link_list li a {color: #005e8c;text-decoration: none;}
@media only screen and (max-width: 767px) {
.pc_only {display: none;}
.sec_head {margin-bottom: 24px;border-bottom: none;position: relative;padding-bottom: 0;}
.sec_title {font-size: 22px;padding-left: 3.75vw;}
.sec_title:before {top: 0;width: 3px;}
.ct_content {font-size: 14px;padding-top: 1em;}
}
