.c-m-ttl {
    letter-spacing: 0.025em;
}
.accidentLst_wrap {
    padding: 36px 0 0;
}
.accidentLst_in ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -21px 0 37px;
}
.accidentLst_in li {
    width: calc(100% / 3);
    height: 53px;
    margin-top: 21px;
    border-left: #DEDEDE 1px solid;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}
.accidentLst_in li a {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0 16px;
    width: 100%;
}
.accidentLst_in li a span {
    padding-left: 65px;
    position: relative;
}
.accidentLst_in li a span::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.accidentLst_in ul li.is-car a span::before {
    width: 42px;
    height: 27px;
    background: url(../svg/insurance_icon01.svg) no-repeat center / 100% auto;
}
.accidentLst_in ul li.is-fire a span::before {
    width: 36px;
    height: 32px;
    background: url(../svg/insurance_icon02.svg) no-repeat center / 100% auto;
}
.accidentLst_in ul li.is-injury a span::before {
    width: 41px;
    height: 35px;
    background: url(../svg/insurance_icon03.svg) no-repeat center / 100% auto;
}
.accidentLst_in ul li.is-medical a span::before {
    width: 40px;
    height: 30px;
    background: url(../svg/insurance_icon04.svg) no-repeat center / 100% auto;
}
.accidentLst_in ul li.is-golf a span::before {
    width: 42px;
    height: 42px;
    background: url(../svg/insurance_icon05.svg) no-repeat center / 100% auto;
}
.accidentLst_in ul li.is-life a span::before {
    width: 32px;
    height: 40px;
    background: url(../svg/insurance_icon06.svg) no-repeat center / 100% auto;
}
.c-btn a {
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
}
.is-link {
    width: 333px;
    height: 53px;
    margin: 0 auto;
}
.is-link a {
    color: #004DA0;
    background-color: #fff;
    padding-right: 16px;
    border: #004DA0 2px solid;
}
.c-btn.is-link a::before {
    background: url(../svg/arrow_blue-r.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 12px;
    right: 16px;
}
.is-link.is-accident {
    width: 262px;
}
.btn-blue {
    width: 234px;
    height: 53px;
}
.btn-blue a {
    background-color: #004DA0;
    padding-right: 5px;
}
.c-btn.btn-blue a::before {
    background: url(../svg/link_white.svg) no-repeat center / 100% auto;
    width: 12px;
    height: 12px;
    right: 15px;
}
.btn-white {
    width: 234px;
    height: 53px;
}
.btn-white a {
    color: #004DA0;
    background-color: #fff;
    padding-right: 11px;
    border: #004DA0 2px solid;
    margin-left: 23px;
}
.btn-white.btn-white2 a {
    font-size: 14px;
    line-height: 1.28;
}
.c-btn.btn-white a::before {
    background: url(../svg/link_blue.svg) no-repeat center / 100% auto;
    width: 12px;
    height: 12px;
    right: 15px;
}
.insurance_wrap {
    padding-top: 100px;
    margin-bottom: 25px;
}
.insurance_wrap.is-life {
    margin-bottom: 0;
}

.company_wrap:last-of-type {
    margin-bottom: 0;
}
.insurance-ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 0 0 17px 65px;
    margin-bottom: 26px;
    border-bottom: #004DA0 2px solid;
    position: relative;
}
.is-car .insurance-ttl ,
.is-fire .insurance-ttl {
    margin-bottom: 21px;
}
.is-medical .insurance-ttl span {
    font-size: 18px;
}
.insurance-ttl::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
}
.is-car .insurance-ttl::before {
    background: url(../svg/insurance_icon01.svg) no-repeat center / 100% auto;
    width: 50px;
    height: 32px;
}
.is-fire .insurance-ttl::before {
    background: url(../svg/insurance_icon02.svg) no-repeat center / 100% auto;
    width: 43px;
    height: 40px;
    top: -5px;
    left: 5px;
}
.is-injury .insurance-ttl::before {
    background: url(../svg/insurance_icon03.svg) no-repeat center / 100% auto;
    width: 46px;
    height: 40px;
}
.is-medical .insurance-ttl::before {
    background: url(../svg/insurance_icon04.svg) no-repeat center / 100% auto;
    width: 39px;
    height: 30px;
    left: 5px;
}
.is-golf .insurance-ttl::before {
    background: url(../svg/insurance_icon05.svg) no-repeat center / 100% auto;
    width: 42px;
    height: 42px;
}
.is-life .insurance-ttl::before {
    background: url(../svg/insurance_icon06.svg) no-repeat center / 100% auto;
    width: 32px;
    height: 40px;
    left: 10px;
}
.insurance-txt {
    font-weight: 300;
    padding-bottom: 13px;
}
.company_wrap {
    border: #C2C2C2 solid 1px;
    border-radius: 6px;
    padding: 30px 30px 31px;
    margin-bottom: 45px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.company-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}
.is-car .company-name {
    margin-bottom: 25px;
}
.is-car .company-single .company-name {
    margin-bottom: 10px;
}
.is-life .company-name {
    margin-bottom: 15px;
}
.accident-contact {
    font-size: 18px;
    font-weight: 600;
}
.company-tel a {
    font-size: 24px;
    font-weight: 600;
    color: #004DA0;
    display: inline-block;
    height: 100%;
    line-height: 1.95;
}
.is-life .company-tel a {
    line-height: 1.8;
}
.company_wrap section {
    padding-bottom: 18px;
}
.company_wrap .company-single {
    padding-bottom: 0;
}
.is-car .company_wrap section {
    border-bottom: #C2C2C2 1px solid;
    padding-bottom: 13px;
    margin-bottom: 31px;
}
.is-life .company_wrap section {
    padding-bottom: 12px;
}
.is-car .company_wrap .company-single.border-none {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.is-car .company_wrap section:first-of-type {
    margin-bottom: 18px;
}
.is-car .company_wrap section.company-single {
    margin-bottom: 31px;
}
.life-txt {
    margin-bottom: 5px;
}
.suppor-procedure {
    color: #004DA0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.3;
    padding-bottom: 10px;
}
.insurance-ttl.support-ttl {
    margin-bottom: 21px;
}
.company-time {
    font-weight: 300;
    line-height: 1.5;
    margin-top: 5px;
}
.support_wrap .is-car .company-name {
    margin-bottom: 5px;
}
.support_wrap .is-car .company_wrap section {
    border-bottom: none;
    padding: 0;
}
.support_wrap .is-car .company_wrap section.no-link {
    margin: 0;
}
.insurance_in .btn-blue {
    margin: 14px 0 0 30px;
}
.insurance_in .btn-blue a::before {
    background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    width: 8px;
    height: 12px;
    right: 15px;
}
@media (min-width: 896px) {
    .logo_wrap {
        position: absolute;
        top: 30px;
        right: 30px;
    }
    .accidentLst_in {
        width: 100%;
        max-width: 1000px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .accident_wrap, 
    .support_wrap {
        width: 100%;
        max-width: 820px;
        padding: 0 0 65px;
        margin: 0 auto;
    }
    .accidentLst_in li:nth-child(3n) {
        border-right: #DEDEDE 1px solid;
    }
    .companyW_wrap {
        display: flex;
        justify-content: space-between;
    }
    .companyW_wrap .company_wrap { 
        margin-bottom: 0;
    }
    .companyW_in {
        margin-right: 40px;
    }
    .c-btn_wrap {
        display: flex;
    }
    .is-link a:hover {
        background-color: #004DA0;
        color: #fff;
        opacity: 1;
    }
    .c-btn.is-link a:hover::before {
        background: url(../svg/arrow_white-r.svg) no-repeat center / 100% auto;
    }
    .btn-white a:hover {
        background-color: #004DA0;
        color: #fff;
        opacity: 1;
    }
    .c-btn.btn-white a:hover::before {
        background: url(../svg/link_white.svg) no-repeat center / 100% auto;
    }
}
@media only screen and (max-width: 896px) {
    .accidentLst_wrap {
        padding: 18px 0 0;
    }
    .accidentLst_in {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .accidentLst_in ul {
        margin: -17px 0 30px;
    }
    .accidentLst_in li {
        width: calc(100% / 2);
        height: 27px;
        margin-top: 17px;
    }
    .accidentLst_in li:nth-child(2n) {
        border-right: #DEDEDE 1px solid;
    }
    .accidentLst_in li a {
        font-size: 13px;
        padding: 9px 0 10px;
        text-align: left;
    }
    .c-btn a {
        font-size: 14px;
        letter-spacing: 0.025em;
    }
    .is-link {
        width: 263px;
        height: 50px;
    }
    .is-link a {
        padding-right: 12px;
        font-size: 13px;
    }
    .c-btn.is-link a::before {
        right: 10px;
    }
    .is-link.is-accident a {
        font-size: 14px;
    }
    .is-link.is-accident a::before {
        right: 20px;
    }
    .btn-blue {
        width: 100%;
        height: 54px;
    }
    .btn-blue a {
        padding-right: 15px;
    }
    .btn-white {
        width: 100%;
        height: 54px;
    }
    .btn-white a {
        margin: 15px 0 0;
        padding-right: 15px;
    }
    .accidentLst_in ul li.is-car a span::before {
        width: 23px;
        height: 15px;
    }
    .accidentLst_in ul li.is-fire a span::before {
        width: 21px;
        height: 19px;
    }
    .accidentLst_in ul li.is-injury a span::before {
        width: 20px;
        height: 17px;
    }
    .accidentLst_in ul li.is-medical a span::before {
        width: 23px;
        height: 17px;
    }
    .accidentLst_in ul li.is-golf a span::before {
        width: 21px;
        height: 21px;
    }
    .accidentLst_in ul li.is-life a span::before {
        width: 16px;
        height: 20px;
        left: 4px;
    }
    .insurance-ttl::before {
        left: 1px;
    }
    .is-car .insurance-ttl::before {
        width: 25px;
        height: 16px;
    }
    .is-fire .insurance-ttl::before {
        width: 21px;
        height: 19px;
        top: -2px;
        left: 3px;
    }
    .is-injury .insurance-ttl::before {
        width: 23px;
        height: 20px;
    }
    .is-medical .insurance-ttl::before {
        width: 24px;
        height: 18px;
    }
    .is-golf .insurance-ttl::before {
        width: 21px;
        height: 21px;
    }
    .is-life .insurance-ttl::before {
        width: 16px;
        height: 20px;
        top: -2px;
        left: 6px;
    }
    .accident_wrap, 
    .support_wrap {
        width: 100%;
        padding: 0 15px 90px;
        box-sizing: border-box;
    }
    .insurance_wrap {
        margin-bottom: 13px;
        padding-top: 50px;
    }
    .insurance-ttl {
        font-size: 16px;
        padding: 0 0 6px 37px;
        margin-bottom: 24px;
        border-bottom: #004DA0 2px solid;
    }
    .is-car .insurance-ttl ,
    .is-fire .insurance-ttl {
        margin-bottom: 12px;
    }
    .is-life .insurance-ttl {
        font-size: 13.5px;
        padding-left: 33px;
    }
    .is-medical .insurance-ttl span {
        font-size: 12px;
    }
    .insurance-txt {
        padding-bottom: 11px;
        font-size: 13px;
    }
    .company_wrap {
        padding: 20px 15px 25px;
        margin-bottom: 30px;
    }
    .logo_wrap  {
        margin-bottom: 10px;
    }
    .company-name {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .is-car .company-name {
        margin-bottom: 12px;
    }
    .is-life .company-name {
        margin-bottom: 10px;
    }
    .company_wrap p {
        font-size: 13px;
    }
    .company_wrap .accident-contact {
        font-size: 14px;
    }
    .company-tel a {
        font-size: 22px;
        line-height: 1.5;
    }
    .accidentLst_in li a span {
        padding-left: 33px;
        margin-left: 11px;
    }
    .is-car .company_wrap section {
        margin-bottom: 24px;
    }
    .accident_wrap .is-car .company_wrap section:first-of-type {
        margin-bottom: 24px;
    }
    .c-btn.btn-blue a::before {
        width: 15px;
        height: 15px;
    }
    .insurance_in .is-blue {
        padding: 10px 15px 0;
    }
    .insurance_in .btn-blue {
        margin: 14px 0 0 ;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .insurance_in .btn-blue a::before {
        width: 8px;
        height: 12px;
        right: 20px;
    }
    .suppor-procedure {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .c-btn.btn-white a::before {
        width: 15px;
        height: 15px;
    }
    .support_wrap .is-car .company_wrap section {
        margin-bottom: 14px;
    }
}
