@media screen and (min-width: 1051px) {
  .l-accident__wrap {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 100px 0 80px;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-accident__contents {
    width: 720px; }
  .p-accident__title {
    font-size: 2.4rem;
    width: 500px;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-accidentType,
  .l-accidentLiability,
  .l-accidentFlow,
  .l-accidentCare {
    padding: 60px 20px 20px;
    position: relative; }
  .c-titleCommon {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
    display: inline-block; }
  .c-titleCommon::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1; }
  .c-titleCommon::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: -8px;
    z-index: -1; }
  .p-accidentFlow__title {
    margin-bottom: 60px; }
  .p-accidentType__item {
    margin: 0 0 40px 20px; }
  .p-accidentType__item:last-of-type {
    margin: 0; }
  .p-accidentType__word {
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: inline-block;
    background: linear-gradient(transparent 70%, #ffd000 0%); }
  .p-accidentType__text {
    width: 100%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  .p-accidentLiability__text {
    width: 100%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  .p-accidentFlow__item {
    padding: 0 30px;
    width: 500px;
    height: 150px;
    background-color: #ffedb3;
    border-radius: 8px;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 2px 2px 2px 2px; }
  .p-accidentFlow__item:last-of-type {
    margin: 0 auto; }
  .p-accidentFlow__step {
    font-size: 1.0rem;
    position: absolute;
    top: -25px;
    left: -10px; }
  .p-accidentFlow__num {
    font-size: 2.0rem;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-color: #d6e6dc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px; }
  .p-accidentFlow__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 81px;
    top: 100%;
    background-color: #00a5e7;
    width: 12px;
    height: 50%;
    z-index: -1; }
  .p-accidentFlow__item:last-of-type:after {
    display: none; }
  .p-accidentFlow__word {
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: .9rem;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .p-accidentFlow__bicWord {
    font-size: 1.2rem;
    margin: 0 5px;
    border-radius: 4px;
    background: linear-gradient(transparent 85%, rgba(237, 109, 0, 0.6) 80%); }
  .p-accidentFlow__text {
    font-size: .9rem;
    width: 500px;
    margin: 20px auto 0;
    line-height: 1.5; }
  .p-accidentcare__text {
    width: 100%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  /* circle */
  .c-circle__accident03 {
    width: 160px;
    height: 157px;
    top: 380px;
    left: -50px; }
  .c-circle__accident04 {
    width: 95px;
    height: 100px;
    bottom: 50%;
    right: 30%; }
  .c-circle__accident05 {
    width: 150px;
    height: 140px;
    left: -10%;
    bottom: 12%; } }

@media screen and (max-width: 1050px) {
  .l-accident__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px 80px;
    display: flex;
    justify-content: space-between;
    position: relative; }
  .l-accident__contents {
    margin: 0 auto; }
  .p-accident__title {
    font-size: 2.4rem;
    width: 60%;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-accidentType,
  .l-accidentLiability,
  .l-accidentFlow,
  .l-accidentCare {
    padding: 60px 30px 20px; }
  .c-titleCommon {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 30px;
    display: inline-block; }
  .c-titleCommon::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: -1; }
  .c-titleCommon::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: -8px;
    z-index: -1; }
  .p-accidentFlow__title {
    margin-bottom: 60px; }
  .p-accidentType__item {
    margin: 20px 0 0 15px; }
  .p-accidentType__item:last-of-type {
    margin: 0; }
  .p-accidentType__word {
    font-size: 1.0rem;
    letter-spacing: 2px;
    display: inline-block;
    background: linear-gradient(transparent 70%, #ffd000 0%); }
  .p-accidentType__text {
    margin-top: 30px;
    width: 90%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  .p-accidentLiability__text {
    width: 90%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  .p-accidentFlow__item {
    padding: 0 30px;
    width: 500px;
    height: 150px;
    background-color: #ffedb3;
    border-radius: 8px;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 2px 2px 2px 2px; }
  .p-accidentFlow__item:last-of-type {
    margin: 0 auto; }
  .p-accidentFlow__step {
    font-size: 1.0rem;
    position: absolute;
    top: -25px;
    left: -10px; }
  .p-accidentFlow__num {
    font-size: 2.0rem;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-color: #d6e6dc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px; }
  .p-accidentFlow__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 81px;
    top: 100%;
    background-color: #00a5e7;
    width: 12px;
    height: 50%;
    z-index: -1; }
  .p-accidentFlow__item:last-of-type:after {
    display: none; }
  .p-accidentFlow__word {
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: .9rem;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .p-accidentFlow__bicWord {
    font-size: 1.2rem;
    margin: 0 5px;
    border-radius: 4px;
    background: linear-gradient(transparent 85%, rgba(237, 109, 0, 0.6) 80%); }
  .p-accidentFlow__text {
    font-size: 1.0rem;
    width: 510px;
    margin: 20px auto 0;
    line-height: 1.5; }
  .p-accidentcare__text {
    width: 90%;
    font-size: 1.0rem;
    letter-spacing: 2px;
    line-height: 2; }
  /* circle */
  .c-circle__accident03 {
    width: 160px;
    height: 157px;
    top: 380px;
    left: -50px; }
  .c-circle__accident04 {
    width: 95px;
    height: 100px;
    top: 50%;
    right: 10%; }
  .c-circle__accident05 {
    width: 150px;
    height: 140px;
    left: -8%;
    top: 92%; } }

@media screen and (max-width: 768px) {
  .l-accident__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 50px 5px;
    position: relative; }
  .l-accident__contents {
    width: 100%; }
  .p-accident__title {
    font-size: 1.6rem;
    width: 60%;
    letter-spacing: 2px;
    border-bottom: 4px double #00a5e7; }
  .l-accidentType,
  .l-accidentLiability,
  .l-accidentFlow,
  .l-accidentCare {
    padding: 40px 8px 20px; }
  .c-titleCommon {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 15px;
    display: inline-block; }
  .c-titleCommon::before {
    display: block;
    content: "";
    width: 35px;
    height: 35px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: -12px;
    left: -10px;
    z-index: -1; }
  .c-titleCommon::after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background-color: #00a5e7;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: -5px;
    z-index: -1; }
  .p-accidentFlow__title {
    margin-bottom: 50px; }
  .p-accidentType__item {
    margin: 20px 0 0 15px; }
  .p-accidentType__item:last-of-type {
    margin: 0; }
  .p-accidentType__word {
    font-size: .8rem;
    letter-spacing: 1px;
    display: inline;
    background: linear-gradient(transparent 70%, #ffd000 30%); }
  .p-accidentType__text {
    margin-top: 30px;
    width: 100%;
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 2; }
  .p-accidentLiability__text {
    width: 100%;
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 2; }
  .p-accidentFlow__item {
    padding: 0 30px;
    width: 100%;
    max-width: 320px;
    height: 160px;
    background-color: #ffedb3;
    border-radius: 8px;
    margin: 0 auto 50px;
    position: relative;
    box-shadow: 2px 2px 4px 1px; }
  .p-accidentFlow__item:last-of-type {
    margin: 0 auto; }
  .p-accidentFlow__step {
    font-size: .7rem;
    position: absolute;
    top: -25px;
    left: -11px; }
  .p-accidentFlow__num {
    font-size: 2.0rem;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-color: #d6e6dc;
    border-radius: 50%;
    text-align: center;
    line-height: 40px; }
  .p-accidentFlow__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 20%;
    top: 100%;
    background-color: #00a5e7;
    width: 10px;
    height: 50%;
    z-index: -1; }
  .p-accidentFlow__item:last-of-type:after {
    display: none; }
  .p-accidentFlow__word {
    letter-spacing: 2px;
    line-height: 1.5;
    font-size: .8rem;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .p-accidentFlow__bicWord {
    font-size: 1.2rem;
    margin: 0 3px;
    border-radius: 4px;
    display: inline;
    -webkit-text-decoration: linear-gradient(transparent 85%, rgba(237, 109, 0, 0.6) 80%);
            text-decoration: linear-gradient(transparent 85%, rgba(237, 109, 0, 0.6) 80%); }
  .p-accidentFlow__text {
    font-size: .8rem;
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0;
    line-height: 1.5; }
  .p-accidentcare__text {
    width: 100%;
    font-size: .8rem;
    letter-spacing: 1px;
    line-height: 2; }
  /* circle */
  .c-circle__accident03 {
    width: 60px;
    height: 57px;
    top: 380px;
    left: -10px; }
  .c-circle__accident04 {
    width: 95px;
    height: 100px;
    top: 60%;
    right: 0; }
  .c-circle__accident05 {
    width: 110px;
    height: 105px;
    left: -8%;
    top: 95%; } }

/*# sourceMappingURL=accident.css.map */
