@charset "utf-8";

/* advantage_02.html 専用 */
/* ct_headline */
.ct_headline { position: relative; margin: 56px 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: -38px; right: 0px; margin: 0 !important; padding: 10px 0; width: 176px; border-radius: 50%; background: #d50000; color: #fff; text-align: center; }

/* ct_border */
.ct_border { position: relative; }
.ct_border01, .ct_border02 { position: absolute; top: 0; left: 672px; }
.ct_border01 { line-height: 54px; }
.ct_border01:before, .ct_border02:before { position: absolute; top: 0; left: -48px; width: 40px; border: 1px solid #333; border-left: 1px solid transparent; content: ""; }
.ct_border01:before { height: 54px; }
.ct_border02:before { height: 18px; }


/* advantage_03.html 専用 */
/* ct_table */
.ct_table { margin: 16px 0 0; width: 100%; border-spacing: 0; border-collapse: collapse; }
.ct_table th, .ct_table td { box-sizing: border-box; border: 1px solid #bdbdbd; padding: 13px 8px; }
.ct_table th { text-align: center; background: #e0ddd5; font-weight: bold; }
.ct_table th:first-child, .ct_table td:first-child { width: 130px; border-left: 0; font-weight: bold; }
.ct_table th:last-child, td:last-child { border-right: 0; }
.ct_table th:nth-child(n+3), .ct_table td:nth-child(n+3) { padding: 13px 0; width: 46px; text-align: center; }
.ct_table .ct_table_img { display: block; margin: 16px auto 0; border: 1px solid #bdbdbd; }
.ct_table_txt { display: block; margin: 0 auto; border: 1px solid #bdbdbd; width: 36px; height: 36px; border-radius: 6px; line-height: 36px; font-size: 86%; font-weight: bold; }
.ct_table td:nth-child(3) .ct_table_txt { background: #bfd6c1; }
.ct_table td:nth-child(4) .ct_table_txt { background: #fdddd8; }
.ct_table td:nth-child(5) .ct_table_txt { background: #c9ddea; }
.ct_table td:nth-child(6) .ct_table_txt { background: #fee6c4; }
