@charset "UTF-8";
/*
固定ページ系の見出し／.sub_title
======================================================================
　固定ページ等の管理画面内でコーディングされたコンテンツで使用されている
　（採用情報など）
*/
.sub_title { border-bottom: 2px solid #333; padding-bottom: 0.14rem; margin-bottom: 0.4rem; }
.sub_title h2 { display: inline-block; font-weight: bold; font-size: 0.2rem; line-height: 1.3; }
@media (min-width: 1280px) { .sub_title h2 { font-size: 0.27rem; } }

/*
固定ページ系の見出し／.lead
======================================================================
　固定ページ等の管理画面内でコーディングされたコンテンツで使用されている
　（採用情報など）
*/
.lead_L { margin-bottom: 0.25rem; padding-bottom: 0.12rem; font-size: 0.18rem; font-weight: bold; border-bottom: 1px solid #333; }
@media (min-width: 1280px) { .lead_L { font-size: 0.26rem; } }

.lead_M { margin-bottom: 0.2rem; font-size: 0.16rem; font-weight: bold; }
@media (min-width: 1280px) { .lead_M { font-size: 0.18rem; } }

/*
固定ページ系のdl用／.page_content
======================================================================
　固定ページ等の管理画面内でコーディングされたコンテンツで使用されている
　（会社概要など）
*/
dl.page_content { padding-bottom: 1.4em; margin-bottom: 0; }
dl.page_content dt { padding: 5px 12px 7px; position: relative; font-size: 0.18rem; font-weight: bold; line-height: 1.5; }
@media screen and (min-width: 1280px) { dl.page_content dt { font-size: 0.24rem; } }
dl.page_content dt::before { content: ""; width: 2px; height: 100%; background-color: #FF008E; position: absolute; top: 0; left: 0; }
dl.page_content dd { padding: 12px 12px 1.4em; border-bottom: 1px solid #DEDEDE; }
dl.page_content dd a { color: #0099EE; text-decoration: underline; }
dl.page_content dd + dt { margin-top: 1.4em; }
