@charset "UTF-8";
.accident_wrap {
    border-bottom: 2px solid #e4e4e4;
    padding: 0 0 85px 0;
    margin: 0 0 85px 0;
}
body.pr .accident_wrap {
    margin: 0 auto 85px auto;
}
@media (min-width: 896px) {
    body.pr .accident_wrap {
        width: 1020px;
    }
}
.accident_wrap:last-child {
    border-bottom: 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
body.pr .accident_wrap:last-child {
    margin: 0 auto 0 auto;
}
.accident_in {
    width: 1020px;
    margin: 0 auto;
}
.acdTtl_wrap {
    margin: 0 0 30px 0;
}
.acdTtl-ttl {
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #c3012f;
}
.accident_ct {
    margin: 0 0 70px 0;
}
.accident_ct:last-child {
    margin: 0 0 0 0;
}
.acdTtls_wrap {
    margin: 0 0 20px 0;
}
.acdTtls_wrap:last-child {
    margin: 0 0 0 0;
}
.acdTtls-ttl {
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #c3012f;
    padding: 0 0 0 20px;
}
.accident-txt {
    font-size: 18px;
    margin: 0 0 20px 0;
}
.accident-txt.is-non {
    margin: 0 0 0 0;
}
.accident-txt:last-child {
    margin: 0 0 0 0;
}
.accident-txt.is-tp {
    position: relative;
    padding: 0 0 0 35px;
}
.accident-txt.is-tp .is-icn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.accident-txt a {
    text-decoration: underline;
}
@media (min-width: 896px) {
    .accident-txt a:hover {
        text-decoration: none;
    }
}
.acdBox_wrap {
    margin: 0 0 50px 0;
}
.acdBox_wrap.is-ver2 {
    margin: 0 0 20px 0;
}
.acdBox_wrap:last-child {
    margin: 0 0 0 0;
}
.acdBox_wrap ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.acdBox_wrap ul li {
    width: 320px;
    box-sizing: border-box;
    border: 1px solid #999999;
}
.acdBox_wrap ul li.is-num01 {
    background: url(../img/img_acd_logo01.png) no-repeat center top 16px;
}
.acdBox_wrap ul li.is-num02 {
    background: url(../img/img_acd_logo02.png) no-repeat center top 19px;
}
.acdBox_wrap ul li.is-num03 {
    background: url(../img/img_acd_logo03.png) no-repeat center top 26px;
}
.acdBox_wrap ul li.is-num04 {
    background: url(../img/img_acd_logo04.png) no-repeat center top 17px;
}
.acdBox_in {
    padding: 100px 19px 15px 19px;
}
.acdBox-name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}
.acdBox_wrap ul li.is-num04 .acdBox-name {
    font-size: 15px;
    font-feature-settings: "palt";
}
.acdBox-tel {
    margin: 0 0 5px 0;
    line-height: 1;
}
.acdBox-tel a {
    font-size: 30px;
    font-weight: bold;
    color: #c3012f;
}
@media (min-width: 896px) {
    .acdBox-tel a {
        cursor: default;
        pointer-events: none;
    }
}
.acdBox-txt {
    font-size: 16px;
    line-height: 1.5;
}
.acdBox_wrap ul li.is-num04 .acdBox-txt {
    font-size: 12px;
    font-feature-settings: "palt";
}
.acdBoxS_wrap {
    margin: 0 0 30px 0;
}
.acdBoxS_wrap:last-child {
    margin: 0 0 0 0;
}
.acdBoxS_wrap ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.acdBoxS_wrap.is-ver2 ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: flex-start;
}
.acdBoxS_wrap ul li {
    width: 320px;
    margin: 40px 0 0 0;
}
.acdBoxS_wrap.is-ver3 ul li {
    width: 290px;
}
@media (min-width: 896px) {
    .acdBoxS_wrap ul li:nth-child(1) ,
    .acdBoxS_wrap ul li:nth-child(2) ,
    .acdBoxS_wrap ul li:nth-child(3) {
        margin: 0 0 0 0;
    }
}
@media (min-width: 896px) {
    .acdBoxS_wrap.is-ver2 ul li:nth-child(1) {
        margin: 0 30px 0 0;
    }
}
.acdBoxS-btn {
    margin: 0 0 10px 0;
    border: 1px solid #999999;
    box-sizing: border-box;
    width: 100%;
    height: 110px;
    padding: 20px 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-flex-align: center;
    align-items: center;
}
@media (min-width: 896px) {
    .acdBoxS-btn {
        height: 110px;
    }
    .acdBoxS_wrap.is-verA ul li .acdBoxS-btn {
        height: 200px;
    }
    .acdBoxS_wrap.is-ver4 ul li .acdBoxS-btn {
        height: 500px; /*280px*/
    }
}
.acdBoxS-btn:last-child {
    margin: 0 0 0 0;
}
.acdBoxS-btn a {
    display: inline-block;
}
@media (min-width: 896px) {
    .acdBoxS-btn a:hover {
        opacity: 0.7;
    }
    .acdBoxS-btn form {
        transition: opacity 0.4s ease;
    }
    .acdBoxS-btn form:hover {
        opacity: 0.7;
    }
}
.acdBoxS-stx {
    font-size: 12px;
}
.acdBoxS-name {
    margin: 0 0 5px 0;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
}

.acdBoxS-name.is-ver2 {
    margin: 5px 0 0 0;
}
.acdBoxS-name.is-ver3 {
    line-height: 1.6;
}
.acdBoxS-txt a {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .acdBoxS-txt a:hover {
        text-decoration: none;
    }
}
.acdTtl-stl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px 0;
}
.acdDet_in {
    margin: 0 0 25px 0;
}
.acdDet_in.is-ver2 {
    margin: 0 0 50px 0;
}
.acdDet_in:last-child {
    margin: 0 0 0 0;
}
.acdDet_in.is-ver2:last-child {
    margin: 0 0 0 0;
}
.acdDet-ttl {
    position: relative;
    padding: 0 0 0 32px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.acdDet-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #c3012f;
}
.acdDet_lnk {
    padding: 0 0 0 32px;
}
.acdDet_lnk li {
    float: left;
    margin: 0 50px 0 0;
    font-size: 18px;
}
.acdDet_lnk li:last-child {
    margin: 0 0 0 0;
}
.acdDet_lnk li a {
    color: #1374b1;
    font-size: 18px;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .acdDet_lnk li a:hover {
        text-decoration: none;
    }
}
.acdDet-txt {
    font-size: 18px;
    line-height: 1.555555;
}
.acdDet-txt.is-ip {
    font-size: 20px;
    line-height: 1.555555;
}
.acdDet-txt a {
    color: #434343;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .acdDet-txt a:hover {
        text-decoration: none;
        color: #c3012f;
    }
}
.acdDet-btn {
    margin: 10px 0 0 0;
    max-width: 668px;
}
.acdDet-btn.is-wid01 {
    max-width: 320px;
}
.acdDet-btn a {
    height: 65px;
    font-size: 20px;
}
.acdDet-btn a .icn-arw:before {
    right: 19px;
    width: 10px;
    height: 14px;
    background: url(../svg/dec_arw_r_01.svg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.acdDet_btn .acdDet-btn {
    float: left;
    margin: 20px 30px 0 0;
    max-width: 320px;
}
.acdBlt_wrap {
    margin: 0 0 44px 0;
}
.acdBlt_wrap:last-child {
    margin: 0 0 0 0;
}
.acdBlt_ttl {
    margin: 0 0 33px 0;
    border: 1px solid #999999;
    padding: 25px;
}
.acdBlt_ttl:last-child {
    margin: 0 0 0 0;
}
.acdBlt-ttl {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.acdBlt-ttl:last-child {
    margin: 0 0 0 0;
}
.acdBlt_lst li {
    margin: 0 0 15px 0;
    padding: 0 0 0 32px;
    position: relative;
    font-size: 18px;
    line-height: 1;
}
.acdBlt_lst li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #c3012f;
}
.acdBlt_lst li:last-child {
    margin: 0 0 0 0;
}
.acdBlt_in li {
    margin: 0 0 25px 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #999999;
}
.acdBlt_in li:last-child {
    margin: 0 0 0 0;
    padding: 0 0 0;
    border-bottom: 0;
}
.acdBlt-tls {
    margin: 0 0 10px 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.acdBlt-txt {
    font-size: 18px;
    line-height: 1.555555;
    margin: 0 55px;
}
.acdBlt-txt.ver2 {
    margin: 0;
}
.acdBlt-txt span.fc-red {
    font-weight: bold;
    color: #c3012f;
}
.acdCont_wrap ul li {
    margin: 0 0 20px 0;
}
.acdCont_wrap ul li:last-child {
    margin: 0;
}
.acdCont_in {
    display: table;
    width: 100%;
    border: 1px solid #999999;
}
.acdCont_in dt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 280px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 20px 0 25px;
    border-right: 1px solid #999999;
    box-sizing: border-box;
}
.acdCont_in dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 19px 0 19px 25px;
}
.acdCont-tel {
    line-height: 1.4;
}
.acdCont-tel a {
    font-size: 20px;
    font-weight: bold;
    color: #434343;
}
@media (min-width: 896px) {
    .acdCont-tel a {
        cursor: default;
        pointer-events: none;
    }
}
.acdPre_wrap {
    margin: 0 0 30px 0;
}
.acdPre_wrap:last-child {
    margin: 0 0 0 0;
}
.acdPre_in {
    margin: 0 0 20px 0;
}
.acdPre_in:last-child {
    margin: 0 0 0 0;
}
.acdPre-ttl {
    position: relative;
    padding: 0 0 0 32px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.acdPre-ttl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #c3012f;
}
.acdPre-txt {
    padding: 0 0 0 32px;
}
.acdPre-txt .is-fwb {
    font-weight: bold;
}
@media (min-width: 896px) {
    .acdPre-txt a {
        color: #434343;
        pointer-events: none;
    }
}
.accident_list_s li {
    padding: 0 0 0 1em;
    position: relative;
}
.accident_list_s li.is-icn span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.accident_list_s li a {
    color: #1374b1;
    text-decoration: underline;
}
@media (min-width: 896px) {
    .accident_list_s li a:hover {
        text-decoration: none;
    }
}
.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.acdTbl th {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border: solid 1px #adadad;
    background: #f7f7f7;
    text-align: center;
}
.acdTbl th:nth-child(1) {
    width: 220px;
}
.acdTbl th:nth-child(2) {
    width: 120px;
}
.acdTbl th:nth-child(3) {
    width: 570px;
}
.acdTbl th:nth-child(4) {
    width: 110px;
}
.acdTbl td {
    font-size: 16px;
    padding: 10px;
    border: solid 1px #adadad;
    box-sizing: border-box;
}
.acdTbl td:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
}
.acdTbl-txt {
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0 0;
}
.acdTbl-txt2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px;
}
.acdTbl-under {
    border-bottom: solid 1px #adadad;
    padding: 0 0 10px;
    margin: 20px 0 10px;
}
@media only screen and (max-width: 896px) {
    body.accident .c-wrap {
        padding: 10px 0 100px;
    }
    .accident_wrap {
        border-bottom: 1px solid #e4e4e4;
        padding: 0 0 54px 0;
        margin: 0 0 54px 0;
    }
    body.pr .accident_wrap {
        padding: 0 0 30px 0;
        margin: 0 17.5px 30px 17.5px;
    }
    body.pr .accident_wrap:last-child {
        padding: 0 0 0 0;
        margin: 0 17.5px 0 17.5px;
    }
    .accident_in {
        width: 100%;
        padding: 0 17.5px;
        box-sizing: border-box;
    }
    body.pr .accident_in {
        padding: 0 0;
    }
    .acdTtl_wrap {
        margin: 0 0 15px 0;
    }
    .acdTtl-ttl {
        font-size: 17px;
        line-height: 1.5;
    }
    .accident_ct {
        margin: 0 0 50px 0;
    }
    .acdTtls_wrap {
        margin: 0 0 10px 0;
    }
    .acdTtls-ttl {
        font-size: 17px;
        line-height: 1.4;
        border-left: 3px solid #c3012f;
        padding: 0 0 0 12px;
    }
    .accident-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .accident-txt.is-non {
        margin: 10px 0 0 0;
    }
    .accident-txt.is-tp {
        padding: 0 0 0 28px;
    }
    .acdBox_wrap {
        margin: 0 0 25px 0;
    }
    .acdBox_wrap ul {
        display: block;
    }
    .acdBox_wrap ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .acdBox_wrap ul li:last-child {
        margin: 0;
    }
    .acdBox_wrap ul li.is-num01 {
        background: url(../img/sp/img_acd_logo01.png) no-repeat center top 16px;
        background-size: 181px auto;
        -ms-background-size: 181px auto;
        -moz-background-size: 181px auto;
        -webkit-background-size: 181px auto;
    }
    .acdBox_wrap ul li.is-num02 {
        background: url(../img/sp/img_acd_logo02.png) no-repeat center top 15px;
        background-size: 173px auto;
        -ms-background-size: 173px auto;
        -moz-background-size: 173px auto;
        -webkit-background-size: 173px auto;
    }
    .acdBox_wrap ul li.is-num03 {
        background: url(../img/sp/img_acd_logo03.png) no-repeat center top 18px;
        background-size: 187px auto;
        -ms-background-size: 187px auto;
        -moz-background-size: 187px auto;
        -webkit-background-size: 187px auto;
    }
    .acdBox_wrap ul li.is-num04 {
        background: url(../img/sp/img_acd_logo04.png) no-repeat center top 15px;
        background-size: 143px auto;
        -ms-background-size: 143px auto;
        -moz-background-size: 143px auto;
        -webkit-background-size: 143px auto;
    }
    .acdBox_in {
        padding: 80px 19px 15px 19px;
    }
    .acdBox_wrap ul li.is-num04 .acdBox_in {
        padding: 100px 16px 15px 16px;
    }
    .acdBox-name {
        font-size: 17px;
    }
    .acdBox_wrap ul li.is-num04 .acdBox-name {
        font-size: 17px;
    }
    .acdBox-tel a {
        font-size: 22px;
    }
    .acdBox-txt {
        font-size: 14px;
    }
    .acdBox_wrap ul li.is-num04 .acdBox-txt {
        font-size: 14px;
    }
    .acdBoxS_wrap {
        margin: 0 0 25px 0;
    }
    .acdBoxS_wrap ul li {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .acdBoxS_wrap.is-ver3 ul li {
        width: 100%;
        margin: 30px 0 0 0;
    }
    .acdBoxS_wrap ul li:nth-child(1) {
        margin: 0 0 0 0;
    }
    .acdBoxS-btn {
        margin: 0 0 10px 0;
        height: auto;
        padding: 20px 0;
    }
    .acdBoxS-btn a {
        margin: 0 0 10px 0;
    }
    .acdBoxS-btn a:last-child {
        margin: 0 0 0 0;
    }
    .acdBoxS-name {
        margin: 0 0 5px 0;
        font-size: 17px;
    }
    .acdBoxS-txt a {
        font-size: 14px;
    }
    .acdTtl-stl {
        font-size: 15px;
        margin: 0 0 15px 0;
    }
    .acdDet_in {
        margin: 0 0 25px 0;
    }
    .acdDet_in.is-ver2 {
        margin: 0 0 25px 0;
    }
    .acdDet-ttl {
        padding: 0 0 0 26px;
        font-size: 15px;
    }
    .acdDet-ttl:before {
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }
    .acdDet_lnk {
        padding: 0 0 0 26px;
    }
    .acdDet_lnk li {
        float: none;
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .acdDet_lnk li a {
        font-size: 15px;
    }
    .acdDet-txt {
        font-size: 14px;
        margin: 0 0 0 25px;
    }
    .acdDet-txt.is-ip {
        font-size: 14px;
        font-weight: bold;
        margin: 10px 0 0 25px;
        line-height: 1.8;
    }
    .acdDet-txt a {
        color: #c3012f;
    }
    .acdDet-btn {
        margin: 15px 15px 0 15px;
        max-width: 100%;
    }
    .acdDet-btn.is-wid01 {
        max-width: 100%;
    }
    .acdDet-btn a {
        height: 55px;
        font-size: 15px;
        line-height: 1.4;
    }
    .acdDet-btn a .icn-arw:before {
        right: 15px;
        width: 8px;
        height: 12px;
    }
    .acdDet_btn .acdDet-btn {
        float: none;
        margin: 22px 15px 0 15px;
        max-width: 100%;
    }
    .acdBlt_wrap {
        margin: 0 0 20px 0;
    }
    .acdBlt_ttl {
        margin: 0 0 18px 0;
        padding: 18px 16px;
    }
    .acdBlt-ttl {
        margin: 0 0 10px 0;
        font-size: 15px;
    }
    .acdBlt_lst li {
        margin: 0 0 8px 0;
        padding: 0 0 0 22px;
        font-size: 14px;
        line-height: 1.6;
    }
    .acdBlt_lst li:before {
        top: 3px;
        width: 15px;
        height: 15px;
        border-radius: 8px;
    }
    .acdBlt_in li {
        margin: 0 0 20px 0;
        padding: 0 0 20px;
    }
    .acdBlt-tls {
        margin: 0 0 6px 0;
        font-size: 17px;
    }
    .acdBlt-txt {
        font-size: 14px;
        margin: 0 0 0 20px;
    }
    .acdCont_in {
        display: block;
    }
    .acdCont_in dt {
        display: block;
        width: 100%;
        font-size:15px;
        padding: 15px 18px;
        border-right: none;
        border-bottom: 1px solid #999999;
    }
    .acdCont_in dd {
        display: block;
        padding: 15px 18px;
    }
    .acdCont-tel {
        margin: 0 0 5px 0;
    }
    .acdCont-tel a {
        font-size: 22px;
    }
    .acdCont-txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .acdPre_wrap {
        margin: 0 0 20px 0;
    }
    .acdPre-ttl {
        padding: 0 0 0 26px;
        font-size: 17px;
    }
    .acdPre-ttl:before {
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }
    .acdPre-txt {
        padding: 0 0 0 26px;
        font-size: 14px;
    }
    .acdTbl {
        width: 100%;
    }
    .acdTbl-head{
        display: none;
    }
    table.acdTbl td {
        display: block;
        width: 100%;
        font-size: 14px;
        border-bottom: none;
    }
    table.acdTbl td:nth-child(1){
        background: #f7f7f7;
        font-weight: bold;
        font-size: 15px;
    }
    table.acdTbl td:nth-child(4){
        border-bottom: solid 1px #adadad;
        margin-bottom: 20px
    }
    .acdTbl-txt {
        font-size: 14px;
        margin: 10px 0 0;
    }
    .acdTbl-txt2 {
        font-size: 14px;
        line-height: 1.5;
    }
    .acdTbl-under {
        margin: 10px 0 10px;
    }
}
