@charset "utf-8";

.d-body #advertisement,
.d-body #otherArea {
    padding: 80px 83px 64px;
    box-sizing: border-box;
    max-width: 1366px;
    margin: auto;
}
.d-body #advertisement {
    text-align: center;
}
.d-body #advertisement img {
    height: auto;
}
.d-body .anchorLinkList-item:nth-of-type(1) a::before{
    background-image: url(/common/images/icon_campaign.svg);
}
.d-body #keyVisual {
    height: 826px;
}
.d-body #easy_hikakuIn {
    top: -742px;
}
@media screen and (max-width: 500px){
    .d-body #advertisement,
    .d-body #otherArea {
        padding: 60px 4%;
    }
    .d-body #keyVisual {
        height: auto;
    }
}

/*以下デフォルト設定*/
/* layout 消さない…？？？？*/
#gnav {
    margin-bottom: 0;
}

/* 広告スライダー　見本 */
.indexTopAd {
    margin-top: -10px;
    padding: 20px 0;
}
.indexTopAdImg {
    max-width: 580px;
    height: auto;
    width: 100%;
}
.indexTopAd .swiper-slide-next,
.indexTopAd .swiper-slide-prev {
    opacity: 0.3;
}
.indexTopAd a {
    transition: all 0.2s ease;
}
.indexTopAd a:hover {
    opacity: 0.6;
}

/* 規約 */

#linkListBlock h2 {
    margin-bottom: 20px;
}
#linkListBlock ul li {
    background: url(/images/icon_default_link_s.svg) no-repeat 0 4px;
    padding-left: 20px;
}
#linkListBlock ul li, #linkListBlock ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}
#linkListBlock .overview{
    font-size: 1.2rem;
    color: #666;
    float: left;
    border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 15px;
}
.hokenTori {
    float: left;
    margin-bottom: 15px;
    padding: 20px 20px 5px;
    width: 70%;
    line-height: 1.2em !important;
}
.ruleRecommendWrap .hokenTori {
    margin: 0;
    padding: 0;
}
.hokenTori > h2 {
    margin-bottom: 10px;
    color: #333;
}
.hokenTori dt {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #666;
}
.hokenTori dd {
    font-size: 1.2rem;
    color: #666;
}

/* 広告 ==========================================================*/
.commercialBtnWrap {
    margin: 0 0 5px 5px;
}
.commercialIconSt0{
    fill:#00349A;
}
.commercialIconSt1{
    fill:#FFFFFF;
}
.commercialIconSt2,
.commercialIconSt3{
    fill:#FFFFFF;
    stroke:#00349A;
    stroke-width:2;
    stroke-miterlimit:10;
}
.commercialIconSt2 {
    stroke:#FFFFFF;
}
.commercialBtnDivoff .commercialIconSt2 {
    stroke:#00349A;
}
.commercialBtnDiv {
    cursor: pointer;
    position: relative;
    width: 300px;
}
.commercialIcon {
    width: 23px;
    height: 27px;
    transition: all .2s linear;
    background: #c1d3f4;
    padding: 8px 12px 5px;
    border-radius: 13px 13px 0 0;
    display: inline-block;
    position: absolute;
    transform: translate(253px, -40px);
}
.commercialBtnDivoff .commercialIcon {
    width: 46px;
    height: 54px;
    padding: 15px 15px 5px;
    transform: translate(224px, -74px);
}

/* スマホ表示 */
@media screen and (max-width: 500px) {
    .allStatic #header_nav {
        display: block !important;
        min-height: 125px;
    }
    #gnav {
        display: none;
    }
    

    /* 広告 ========================================================== */
    .commercialImag {
        width: 100vw;
        height: auto;
    }
    .commercialIcon {
        transform: translate(calc(100vw - 62px), -40px);
    }
    .commercialBtnDivoff .commercialIcon  {
        transform: translate(calc(100vw - 91px), -74px);
    }
}





/* ===== rankingRecommend add 202502 ===== */
.d-body #ranking .rankingRecommend {
    display: flex;
    gap: 48px;
    align-items: center;
    max-width: 1008px;
    margin: 0 auto 96px;
}
.d-body #ranking .rankingRecommend-img {
    width: 336px;
}
.d-body #ranking .rankingRecommend-img a {
    display: block;
}
.d-body #ranking .rankingRecommend-img img {
    width: 100%;
    height: auto;
}
.d-body #ranking .rankingRecommend-txt {
    flex: 1;
}
@media screen and (max-width: 500px) {
    .d-body #ranking .rankingRecommend {
        flex-direction: column-reverse;
        gap: 28px;
        margin-bottom: 54px;
    }
    .d-body #ranking .rankingRecommend-img {
        width: 75%;
        margin: 0 auto;
    }
}

/* ===== select add 202502 ===== */
.l-car2502.d-body #select {
    background-color: #125BF5;
    box-shadow: 0 0 0 100vmax #125BF5;
}
.l-car2502.d-body #select::before {
    display: none;
}
@media screen and (max-width: 500px) {
    .l-car2502.d-body #select::before {
        display: none;
    }
}


/* ========================================
      layout add 202502
========================================= */

/* == l-car2502 == */
@media screen and (max-width: 500px) {
    .l-car2502 .l-section p {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    .l-car2502 .l-section li,
    .l-car2502 .l-section span,
    .l-car2502 .l-section strong {
        font-size: 16px;
    }
    .l-car2502 .l-section li {
        display: block;
    }
    .l-car2502 .l-section img {
        height: auto;
    }
}

/* == l-section == */
.l-car2502 .l-section.l-section--skyblue {
    background: #EEF6FF;
}
.l-car2502 .l-section .l-section__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 83px;
}
.l-car2502 .l-section + .l-section:not([class*="l-section--"]) .l-section__inner {
    padding-top: 0;
}
.l-car2502 .l-section .l-section__inner--w912 {
    max-width: 912px;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .l-section__inner {
        padding: 64px 4%;
    }
}

/* == l-innerBlock == */
.l-car2502 .l-section .l-innerBlock + .l-innerBlock {
    margin-top: 48px;
}
.l-car2502 .l-section .l-innerBlock > *:first-child {
    margin-top: 0;
}
.l-car2502 .l-section .l-innerBlock > *:not(:first-child):not(.c-blueTitle) + * {
    margin-top: 32px;
}
.l-car2502 .l-section .l-innerBlock > p + p:not(.c-blueTitle),
.l-car2502 .l-section .l-innerBlock > * + [class*="c-noteList"],
.l-car2502 .l-section .l-innerBlock__space--small {
    margin-top: 16px !important;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .l-innerBlock + .l-innerBlock {
        margin-top: 40px;
    }
}

/* ========================================
      Component add 202502
========================================= */

/* == c-colImageText == */
.l-car2502 .l-section .c-colImageText {
    display: flex;
    gap: 32px;
}
.l-car2502 .l-section .c-colImageText__img {
    width: 150px;
}
.l-car2502 .l-section .c-colImageText__txt {
    flex: 1;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .c-colImageText {
        gap: 24px;
    }
    .l-car2502 .l-section .c-colImageText__img {
        width: 100px;
    }
}

/* == c-supText == */
.l-car2502 .l-section .c-supText {
    vertical-align: top;
    font-size: 10px;
}

/* == c-table == */
.l-car2502 .l-section .c-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    border-right: 1px solid #d9d5d1;
    border-left: 1px solid #d9d5d1;
}
.l-car2502 .l-section .c-table--bl0 {
    border-left: none;
}
.l-car2502 .l-section * + .c-table {
    margin-top: 8px;
}
.l-car2502 .l-section .c-table tr > * {
    border-top: 1px solid #d9d5d1;
}
.l-car2502 .l-section .c-table tbody tr:last-child > * {
    border-bottom: 1px solid #d9d5d1;
}
.l-car2502 .l-section .c-table tr > * + * {
    border-left: 1px solid #d9d5d1;
}
.l-car2502 .l-section .c-table th,
.l-car2502 .l-section .c-table td {
    height: 100%;
    padding: 20px 24px;
}
.l-car2502 .l-section .c-table th {
    font-weight: bold;
    vertical-align: middle;
}
.l-car2502 .l-section .c-table thead th {
    background: #EEF6FF;
}
.l-car2502 .l-section .c-table tbody th {
    background: #f2f2f2;
}
.l-car2502 .l-section .c-table td {
    text-align: center;
    vertical-align: middle;
}
.l-car2502 .l-section .c-table .c-table--btN {
    border-top: none;
}
.l-car2502 .l-section .c-table .c-table--brN {
    border-right: none;
}
.l-car2502 .l-section .c-table .c-table--bbN {
    border-bottom: none;
}
.l-car2502 .l-section .c-table .c-table--blN {
    border-left: none;
}
.l-car2502 .l-section .c-table .c-table--bt3 {
    border-top: 3px solid #d30d00;
}
.l-car2502 .l-section .c-table .c-table--br3 {
    border-right: 3px solid #d30d00;
}
.l-car2502 .l-section .c-table .c-table--bgRed {
    background: #ffeaf1;
}
.l-car2502 .l-section .c-table--w4p {
    width: 4%;
}
.l-car2502 .l-section .c-table--w5p {
    width: 5%;
}
.l-car2502 .l-section .c-table--w10p {
    width: 10%;
}
.l-car2502 .l-section .c-table--w12p {
    width: 12%;
}
.l-car2502 .l-section .c-table--w13p {
    width: 13%;
}
.l-car2502 .l-section .c-table--w14p {
    width: 14%;
}
.l-car2502 .l-section .c-table--w15p {
    width: 15%;
}
.l-car2502 .l-section .c-table--w16p {
    width: 16.66666666666667%;
}
.l-car2502 .l-section .c-table--w145 {
    width: 145px;
}
.l-car2502 .l-section .c-table--w19p {
    width: 19%;
}
.l-car2502 .l-section .c-table--w20p {
    width: 20%;
}
.l-car2502 .l-section .c-table--w25p {
    width: 25%;
}
.l-car2502 .l-section .c-table--w27p {
    width: 27%;
}
.l-car2502 .l-section .c-table--w29p {
    width: 29%;
}
.l-car2502 .l-section .c-table--w30p {
    width: 30%;
}
.l-car2502 .l-section .c-table--w33p {
    width: 33.3%;
}
.l-car2502 .l-section .c-table--w34p {
    width: 34%;
}
.l-car2502 .l-section .c-table--w35p {
    width: 35%;
}
.l-car2502 .l-section .c-table--w37p {
    width: 37%;
}
.l-car2502 .l-section .c-table--fz14 {
    font-size: 14px;
}
.l-car2502 .l-section .c-table--vaT {
    vertical-align: top;
}
.l-car2502 .l-section .c-table__verticalCol {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    height: 100%;
}
.l-car2502 .l-section .c-table__sideCol {
    display: flex;
    align-items: center;
    gap: 16px;
}
.l-car2502 .l-section .c-table__sideColText {
    flex: 1;
}
.l-car2502 .l-section .c-table__sideColImage {
    width: 50px;
}
.l-car2502 .l-section .c-table__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	background-image: linear-gradient(
		to right top, transparent calc(50% - 0.5px), #d9d5d1 50%, #d9d5d1 calc(50% + 0.5px), transparent calc(50% + 1px)
	);
}
.l-car2502 .l-section .c-table__headCol {
    grid-column-start: 2;
    text-align: right;
}
.l-car2502 .l-section .c-table__mark {
    display: flex;
    justify-content: center;
    position: relative;
}
.l-car2502 .l-section .c-table__markSup {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}
.l-car2502 .l-section .c-table__circle {
    display: block;
    width: 35px;
    height: 35px;
    border: 5px solid #125BF5;
    border-radius: 50%;
}
.l-car2502 .l-section .c-table__bad {
    display: block;
    width: 50px;
    height: 50px;
}
.l-car2502 .l-section .c-table__bad::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 50px;
    background: #125BF5;
    transform: rotate(135deg);
}
.l-car2502 .l-section .c-table__bad::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 50px;
    margin-left: -5px;
    background: #125BF5;
    transform: rotate(225deg);
}
.l-car2502 .l-section .c-table__verticalText {
    display: block;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
    white-space: nowrap;
    line-height: 1.2;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .c-table th,
    .l-car2502 .l-section .c-table td {
        padding: 16px 10px;
        font-size: 14px;
    }
    .l-car2502 .l-section .c-table p,
    .l-car2502 .l-section .c-table li,
    .l-car2502 .l-section .c-table span {
        font-size: 14px;
    }
    .l-car2502 .l-section .c-table .c-table--sp-fz12 {
        font-size: 12px;
    }
    .l-car2502 .l-section .c-table--sp-w35 {
        width: 35px;
    }
    .l-car2502 .l-section .c-table--sp-w60 {
        width: 60px;
    }
    .l-car2502 .l-section .c-table--sp-w105 {
        width: 105px;
    }
    .l-car2502 .l-section .c-table--sp-w135 {
        width: 135px;
    }
    .l-car2502 .l-section .c-table--sp-w210 {
        width: 210px;
    }
    .l-car2502 .l-section .c-table__verticalText {
        line-height: normal;
    }
}

/* == c-aboutBox == */
.l-car2502 .l-section .c-aboutBox {
    padding: 40px 48px;
    background: #f2f2f2;
}
.l-car2502 .l-section .c-aboutBox > * + * {
    margin-top: 16px;
}
.l-car2502 .l-section .c-aboutBox__title {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .c-aboutBox {
        padding: 24px 16px;
    }
    .l-car2502 .l-section .c-aboutBox__title {
        font-size: 18px;
    }
}

/* == c-textLink == */
.l-car2502 .l-section .c-textLink {
    color: #125BF5;
    text-decoration: underline;
    font-size: 16px;
}
.l-car2502 .l-section .c-textLink:hover {
    color: #125BF5;
    text-decoration: none;
}
.l-car2502 .l-section .c-textLink[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: url(/common/images/icon_link_b.svg) no-repeat center/ cover;
}
.l-car2502 .l-section .c-textLink--fz14 {
    font-size: 14px;
}

/* == c-dotList == */
.l-car2502 .l-section .c-dotList > li {
    position: relative;
    padding-left: 16px;
}
.l-car2502 .l-section .c-dotList > li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.l-car2502 .l-section .c-dotList--blue > li::before {
    color: #125BF5;
}
.l-car2502 .l-section .c-dotList > li + li {
    margin-top: 8px;
}

/* == c-numberList == */
.l-car2502 .l-section .c-numberList {
    padding-left: 22px;
    list-style: auto;
}
.l-car2502 .l-section .c-numberList > li {
    display: list-item;
    list-style: auto;
}
.l-car2502 .l-section .c-numberList > li + li {
    margin-top: 8px;
}

/* == c-noteList == */
.l-car2502 .l-section [class*="c-noteList"] > li {
    position: relative;
    padding-left: 14px;
    color: #666;
    font-size: 14px;
}
.l-car2502 .l-section [class*="c-noteList"] > li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.l-car2502 .l-section [class*="c-noteList"] > li + li {
    margin-top: 4px;
}
.l-car2502 .l-section .c-noteList--number {
    counter-reset: note-counter;
}
.l-car2502 .l-section .c-noteList--number02 {
    counter-reset: note-counter 2;
}
.l-car2502 .l-section .c-noteList--number03 {
    counter-reset: note-counter 3;
}
.l-car2502 .l-section .c-noteList--number04 {
    counter-reset: note-counter 4;
}
.l-car2502 .l-section .c-noteList--number05 {
    counter-reset: note-counter 5;
}
.l-car2502 .l-section .c-noteList--number06 {
    counter-reset: note-counter 6;
}
.l-car2502 .l-section .c-noteList--number07 {
    counter-reset: note-counter 7;
}
.l-car2502 .l-section .c-noteList--number08 {
    counter-reset: note-counter 8;
}
.l-car2502 .l-section .c-noteList--number09 {
    counter-reset: note-counter 9;
}
.l-car2502 .l-section .c-noteList--number10 {
    counter-reset: note-counter 10;
}
.l-car2502 .l-section .c-noteList--number11 {
    counter-reset: note-counter 11;
}
.l-car2502 .l-section .c-noteList--number12 {
    counter-reset: note-counter 12;
}
.l-car2502 .l-section .c-noteList--number13 {
    counter-reset: note-counter 13;
}
.l-car2502 .l-section .c-noteList--number14 {
    counter-reset: note-counter 14;
}
.l-car2502 .l-section .c-noteList--number15 {
    counter-reset: note-counter 15;
}
.l-car2502 .l-section .c-noteList--number > li {
    padding-left: 40px;
}
.l-car2502 .l-section .c-noteList--number > li::before {
    counter-increment: note-counter;
    content: "※" counter(note-counter);
}

/* == c-exampleList == */
.l-car2502 .l-section .c-exampleList {
    position: relative;
    margin-top: 8px;
    padding-left: 56px;
}
.l-car2502 .l-section .c-exampleList::before {
    content: "〈例〉";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

/* == c-blueTitle == */
.l-car2502 .l-section .c-blueTitle {
    margin-bottom: 16px;
    color: #125BF5;
    font-size: 20px;
    font-weight: bold;
}

/* == c-sideScroll == */
.l-car2502 .l-section .c-sideScroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling:touch;
}
.l-car2502 .l-section * + [class*="c-sideScroll"] {
    margin-top: 8px;
}
@media screen and (max-width: 500px) {
    .l-car2502 .l-section .c-sideScroll--sp {
        overflow-x: scroll;
        -webkit-overflow-scrolling:touch;
    }
}

/* 2026.03 保険の選び方 */
.chooseInsu {
    border: 3px solid #E7F2FF;
    max-width: 764px;
    border-radius: 8px;
    background: url(/dmg-ins/car/images/index/bg_select.png);
}
.chooseInsuSub {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
}
.chooseInsuInner {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
}
.chooseInsuInner .gg-external {
    margin-left: 5px;
}
@media screen and (max-width: 500px) {
  /* 保険の選び方 */
  .chooseInsu {
    margin: 0 15px 20px;
    padding: 16px;
}
  .chooseInsuSub {
    font-size: 16px;
    margin-bottom: 8px;
}
  .chooseInsuInner {
    padding: 10px;
    letter-spacing: 0;
}
}
