@charset "utf-8";

/* 共通 */
/* ct_txt_color */
.ct_txt_color { color: #d50000; }


/* advantage_02.html 専用 */
/* ct_headline */
.ct_headline { position: relative; margin: 40px 0 0; }
.ct_headline_mt { margin: 60px 0 0; }
.ct_headline .ct_headline_txt { margin: 0; font-weight: bold; }
.ct_headline h3 {  border-bottom: 1px solid #bdbdbd; padding: 0 0 6px; font-size: 129%; font-weight: bold; }
.ct_headline_circle { position: absolute; top: -16px; right: 0px; margin: 0 !important; padding: 10px 0; width: 176px; border-radius: 50%; background: #2c8463; color: #fff; text-align: center; }
.ct_headline_note { position: absolute; top: 28px; right: 0; width: 176px; text-align: center; }
.ct_headline_note li { color:#6e6e6e; padding-left: 17px; font-size: 86%; }
.ct_headline_note li:before { margin-left: -17px; width: 17px; display: inline-block; content: '※'; }
.ct_headline_mt .ct_headline_circle { top: -36px; }
.ct_headline_mt .ct_headline_note { top: 8px; }

/* ct_list_4col */
.ct_list_4col { border: 1px solid #bdbdbd; padding: 15px; margin-top: 24px; }
.ct_list_4col li { padding-left: 20px; background: url(/ldg/ja/common/img/module/bullet/bullet_list_disc.png) no-repeat 8px 0.5em; float: left; width: 160px; }
.ct_list_4col li:nth-child(n+5) { margin-top: 8px; }
.ct_list_4col li.ct_list_w340 { width: 340px; }


/* advantage_03.html 専用 */
/* ct_table */
.ct_table th, .ct_table td:nth-child(n+2) { text-align: center; }
.ct_table .ct_table_top { border-top: 2px solid #d50000; }
.ct_table .ct_table_left { border-left: 2px solid #d50000; }
.ct_table .ct_table_right { border-right: 2px solid #d50000; }
.ct_table .ct_table_bottom { border-bottom: 2px solid #d50000; }
.ct_table .ct_table_none { border: 0; }

/* ct_txt_balloon */
.ct_txt_balloon { margin: 0 auto; border-radius: 4px; width: 240px; padding: 4px 0; background: #d50000; color: #fff; }
.ct_txt_arrow { margin: -55px auto 0; box-sizing: border-box; border: 12px solid transparent; border-bottom: 12px solid #d50000; width: 12px; height: 12px; content: ""; }
