@charset "utf-8";
/*------------------------------------

accident set css

-------------------------------------*/

.content strong,
.content .strong {
  font-weight: bold;
}

/*------------------------------------
画面サイズ 768px 以上 (PC)
-------------------------------------*/
@media screen and (min-width: 768px) {

/* 共通コンテンツスタイル
----------------------------------------------------------- */
.underlayer_box {
  width: 91.768%;
  max-width: 1200px;
  padding: 0 0 60px;
  margin: 0 auto;
  height: auto;
}
.underlayer_box .inner {
  padding: 0 50px 15px 50px;
}

.pankuzu {
  background-color: #fff;
}
.pankuzu_inner {
  width: 85.768%;
  max-width: 1200px;
  padding: 21px 4.116%;
  margin: 0 auto;
}
.pankuzu_list {
  font-size: 15px;
  line-height: 1.2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pankuzu_inner .pankuzu_list a {
  font-size: 15px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}
.pankuzu_inner .pankuzu_list a:hover {
  opacity: 0.6;
}


.asset_ttl {
  width: 100%;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.asset_ttl picture {
  display: block;
}
.asset_ttl img {
  width: 100%;
  position: relative;
  top: 0;
}
.asset_ttl_inner {
  width: 91.768%;
  height: 100%;
  max-width: 1200px;
  padding: 0 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateY(0%) translateX(-50%);
}
.asset_ttl_inner h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: left;
  color: #333;
  padding: 0;
  margin: 0 10% 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
}


/* accident
----------------------------------------------------------- */
.accident {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.accident .inner {
  padding: 0 0 60px;
  margin: 0 10% 0;
  height: auto;
}
.accident .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
.accident .content li {
  width: calc(100% / 2 - 30px);
  display: flex;
  flex-direction:column;
  margin: 40px 0 0;
}
.accident .btn {
  width: auto;
  height:auto;
  min-height: 182px;
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff9f9;
  border: 2px solid #ffc2c2;

  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #c06;
  text-decoration: none;
  position: relative;
  opacity: 1;
  transition: opacity .3s;
}

.accident .btn:hover {
  opacity: 0.6;
}

.accident .btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 25px;
  transform: translate(0, -50%);
}
.accident .btn .icon img {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0 0 10px;
  width: 15px;
  height: 25px;
}
.accident .btn .sub {
  font-weight: bold;
  font-size: 18px;
  line-height: 46px;
  color: #c06;
}
.accident .type {
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  color: #333;
  margin: 20px 15px 0;
}

/* radius_box
----------------------------------------------------------- */
.radius_box {
  margin: 62px 10px 124px;
}
.radius_box .inner {
  width: 85.768%;
  max-width: 1200px;
  padding: 42px 0 48px !important;
  margin: 0 auto !important;
  height: auto;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #707070;
}
.radius_box .ttl_h2 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: center;
  color: #6a0a0a;
  border-left: solid 0px #B7054B;
}
.radius_box .ttl_h2 .icon {
  position: relative;
  width: 40px;
  height: 33px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.radius_box .ttl_h2 .icon img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 56%;
  left: 0;
  transform: translate(0, -50%);
}
.radius_box .cont {
  margin: 0 10%;
}
.radius_box .cont .flex {
  display: flex;
  margin: 32px 0 0;
}
.radius_box .cont .flex ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 18px 0 12px 60px;
  opacity: 1;
  transition: opacity .3s;
}

.radius_box .cont .flex ul li a:hover {
  opacity: 0.6;
}

.radius_box .cont .flex li {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% / 2);
  justify-content: center;
}
.radius_box .cont .jiko_center {
  width: auto;
  height: auto;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-block;
  background: #6a0a0a;

  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.radius_box .cont .flex ul li a .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
}
.radius_box .cont .flex ul li a .icon img {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translate(0, -50%);
}
.set_inner {
}
.radius_box .tell_number {
  margin: 10px 0 0 0;
}
.radius_box .tell_number .number_fonts a {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;

  font-weight: 600;
  font-size: 56px;
  line-height: 46px;
  text-align: left;
  color: #bc0033 !important;
  white-space: nowrap;
}
.radius_box .tell_number .icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin: 0 20px 0 10px;
}
.radius_box .tell_number .icon img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translate(0, -50%);
}
.radius_box .tell_number img {
  width: 100%;
}
.radius_box .fax_number {
  text-align: right;
  margin: 13px 0 0;
}
.radius_box .fax_number .number_fonts {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 41px;
  text-align: left;
  color: #333;
}
.radius_box .fax_number .icon_fax {
  width: auto;
  height: auto;
  padding: 9px 14px 8px 16px;
  margin: 1px 15px 0 0;
  border-radius: 18.5px;
  background: #dbdbdb;
  display: inline-block;

  position: relative;
  top: 5px;
}
.radius_box .fax_number .icon_fax img {
  display: block;
}
.email,
.email a {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  color: #333;
  text-decoration: dashed;
  margin: 12px 0 0;
}

.email a:hover {
  text-decoration: underline;
}

.business_hours {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  color: #6a0a0a;
  margin: 49px 0 0;
}
.call_info {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #463e42;
  margin: 18px 0 0;
}
.business_hours .small {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #6a0a0a;
  margin: 0 0 0 20px;
}
.business_hours .number_fonts {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  text-align: left;
  color: #6A0A0A;
}

.radius_box_02 .inner {
  width: auto;
  max-width: 1200px;
  padding: 30px 30px 30px !important;
  margin: 0 auto !important;
  height: auto;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #707070;
}
.radius_box_02 .inner li:not(:first-child) {
  border-top: 1px solid #BFB4AB;
  padding: 20px 0 0;
  margin: 20px 0 0;
}
.radius_box_02 .denwa {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: #6a0a0a;
  border-left: solid 0px #B7054B;
}
.radius_box_02 .tell_number {
  margin: 8px 0 0 30px;
}
.radius_box_02 .tell_number .icon {
  position: relative;
  top: -4px;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0 14px 0 0;
}
.radius_box_02 .tell_number .icon img {
  width: 100%;
  position: relative;
}
.radius_box_02 .tell_number .number_fonts a {
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;

  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-align: left;
  color: #bc0033 !important;
  text-decoration: none;
}
.radius_box_02 .denwa .icon {
  position: relative;
  top: 0;
  left: -4px;
  width: 26px;
  height: 32px;
  display: inline-block;
  margin: 0 2px 0 0;
}
.radius_box_02 .denwa .icon img {
  width: 32px;
  height: auto;
  position: absolute;
  top: 68%;
  left: 0;
  transform: translate(0, -50%);
}
.radius_box_02 .call_center {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 14px 0 0 30px;
}
.radius_box_02 .business_hours {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  margin: 2px 0 0 30px;
}


/* accident_detail
----------------------------------------------------------- */
.accident_detail {
  position: relative;
  padding-top: 0;
  padding-bottom: 156px;
}
.accident_detail .inner {
  padding: 0 0 0;
  margin: 0 10% 0;
  height: auto;
}
.accident_detail .content {
  margin: 62px 0 0;
  color: #333;
}
.accident_detail .days {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  margin: 48px 0 0;
  padding: 0;
}
.accident_detail .ttl_h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: left;
  margin: 12px 0 0;
  padding: 0 0 7px 0;
  border-bottom: solid 2px #B7054B;
}
.accident_detail .sub_txt {
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  margin: 12px 0 0;
}
.accident_detail .content .txt_read {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
}
.accident_detail .content .txt_honbun {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin: 14px 0 0;
}
.accident_detail .content .txt_hosoku {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.accident_detail .content br {
  line-height: 1.0;
}
.content .simple_h1 {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.06em;
  line-height: 60px;
  text-align: left;
}
.content .simple_h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: left;
}
.content .bg_h2 {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 48px;
  text-align: left;
  padding: 8px 20px;
  background: #f8e4e4;
}
.content .simple_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
}
.content .arrow_h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: left;
  position: relative;
  padding: 0 0 0 30px;
}
.content .arrow_h3 .icon img {
  margin: 1px 0 0 0;
  top: 24px;
  left: 6px;
  transform: translate(0, -50%);
  position: absolute;
  width: 13.5px;
  height: 18.9px;
}
.content .link {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  color: #924;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}

.content .link:hover {
  opacity: 0.6;
}

.content .link .icon {
  position: relative;
}
.content .link.inside .icon img {
  margin: 1px 0 0 18px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 8px;
  height: 13.6px;
}
.content .link.outside .icon img {
  margin: 1px 0 0 12px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 16px;
  height: 16px;
}

.check {
  position: relative;
  padding: 0 0 0 50px;
  margin: 20px 0 0;
}
.dot {
  position: relative;
  padding: 0 0 0 50px;
  margin: 20px 0 0;
}
.check .icon img {
  width: 19px;
  height: 19px;
  margin: 1px 0 0 0;
  top: 17px;
  left: 17px;
  transform: translate(0, -50%);
  position: absolute;
}
.dot .icon img {
  width: 13px;
  height: 13px;
  margin: 1px 0 0 0;
  top: 17px;
  left: 17px;
  transform: translate(0, -50%);
  position: absolute;
}
.accident_detail .content .txt_honbun.check_m_left {
  margin: 0 0 0 50px;
}

}/* END PC */

/*------------------------------------
画面サイズ 1025px 以上 1119px 未満 調整
-------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
}

/*------------------------------------
画面サイズ 768px 以上 1025px 未満
-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .pankuzu_inner {
    width: 96%;
    max-width: none;
    height: auto;
    padding: 12px 28px;
    margin: 0 auto;
  }
  .accident .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 32px 0 0;
  }
  .accident .content li:first-child {
    margin: 14px 0 0;
  }
  .accident .btn {
    width: auto;
    height:auto;
    min-height: 100px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff9f9;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    color: #c06;
    text-decoration: none;
    position: relative;
  }
  .radius_box .cont .flex {
    display: block;
    width: 100%;
  }
  .radius_box .cont .flex li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .radius_box .cont .flex li {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .radius_box .cont .flex li:not(:first-child) {
    width: 100%;
    margin: 50px 0 0;
  }
  .radius
}

/*------------------------------------
画面サイズ 768px 未満 (SP)
-------------------------------------*/
@media screen and (max-width: 768px) {

  /*
  SP 共通
  ----------------------------------------------------------- */
  .underlayer_box {
    width: unset;
    max-width: unset;
    padding: 0 0 60px;
    margin: 0 auto;
  }
  .underlayer_box .inner {
    padding: 0 50px 15px 50px;
  }

  .pankuzu_list {
    font-size: 11px;
    line-height: 1.4;
  }
  .pankuzu_inner {
    padding: 12px 28px;
  }
  .pankuzu_inner .pankuzu_list a {
    font-size: 11px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
  }

  .asset_ttl {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .asset_ttl picture {
    display: block;
  }
  .asset_ttl img {
    width: 200%;
    position: relative;
    top: 0;
  }
  .asset_ttl_inner {
    width: calc(100% - 25px);
    height: 100%;
    max-width: 1200px;
    padding: 0 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateY(0%) translateX(-50%);
  }
  .asset_ttl_inner h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
    color: #333;
    padding: 0;
    margin: 0 0 0;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%) translateX(0%);
  }


  /*
  SP
  accident
  ----------------------------------------------------------- */
  .accident {
    position: relative;
    padding-top: 0;
    padding-bottom: 190px;
  }
  .accident .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .accident .content ul {
    display: flex;
    flex-wrap: wrap;
  }
  .accident .content li {
    width: 100%;
    display: flex;
    flex-direction:column;
    margin: 20px 0 0;
  }
  .accident .content li:first-child {
    margin: 8px 0 0;
  }
  .accident .btn {
    width: auto;
    height:auto;
    min-height: 80px;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff9f9;
    border: 2px solid #ffc2c2;

    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #c06;
    text-decoration: none;
    position: relative;
  }

  .accident .btn .icon {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 11px;
    height: 19px;
    transform: translate(0, -50%);
  }
  .accident .btn .icon img {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 10px;
    width: 11px;
    height: 19px;
  }
  .accident .btn .sub {
    font-weight: bold;
    font-size: 12px;
    line-height: 35px;
    color: #c06;
  }
  .accident .type {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin: 8px 5px 0;
    min-height: 22px;
  }
  .accident .sp_line_height {
    line-height: 32px;
  }

  /* TOP 
  SP radius_box
  ----------------------------------------------------------- */
  .radius_box {
  }
  .radius_box .inner {
    width: auto;
    max-width: 956px;
    padding: 26px 15px 26px !important;
    margin: 0 10px;
    height: auto;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #707070;
  }
  .radius_box .cont {
    margin: 0;
  }
  .radius_box .ttl_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    color: #6a0a0a;
    border-left: solid 0px #B7054B;
  }
  .radius_box .ttl_h2 .icon {
    position: relative;
    width: 40px;
    height: 21px;
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .radius_box .ttl_h2 .icon img {
    width: 40px;
    height: auto;
    position: absolute;
    top: 56%;
    left: 0;
    transform: translate(0, -50%);
  }
  .radius_box .cont .flex {
    display: block;
    width: 100%;
  }
  .radius_box .cont .flex li {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .radius_box .cont .flex li:not(:first-child) {
    width: 100%;
    margin: 50px 0 0;
  }
  .radius_box .cont .flex ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333;
    text-decoration: none;
    position: relative;
    padding: 10px 0 10px 35px;
    opacity: 1;
    transition: opacity .3s;
  }
  .radius_box .cont .flex ul li a .icon img {
    width: 18px;
    height: auto;
  }
  .radius_box .cont .flex ul li a .icon img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .radius_box .cont .jiko_center {
    width: auto;
    height: auto;
    padding: 5px 12px;
    border-radius: 20px;
    display: inline-block;
    background: #6a0a0a;
  
    font-weight: bold;
    font-size: 17px;
    line-height: 1.2;
    text-align: left;
    color: #fff;
  }
  .set_inner {
  }
  .radius_box .tell_number {
    margin: 15px 0 0 0;
    white-space: nowrap;
  }
  .radius_box .tell_number .number_fonts a {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-style: normal;
  
    font-weight: 600;
    font-size: 48px;
    line-height: 35px;
    text-align: left;
    color: #bc0033 !important;
    white-space: nowrap;
    text-decoration: none;
  }
  .radius_box .tell_number .icon {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    margin: 0 15px 0 5px;
  }
  .radius_box .tell_number .icon img {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 58%;
    left: 0;
    transform: translate(0, -50%);
  }
  .radius_box .tell_number img {
    width: 100%;
  }
  .radius_box .fax_number {
    text-align: right;
    margin: 13px 0 0;
  }
  .radius_box .fax_number .number_fonts {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 41px;
    text-align: left;
    color: #333;
  }
  .radius_box .fax_number .icon_fax {
    width: auto;
    height: auto;
    padding: 9px 14px 8px 16px;
    margin: 1px 10px 0 0;
    border-radius: 18.5px;
    background: #dbdbdb;
    display: inline-block;
  
    position: relative;
    top: 5px;
  }
  .radius_box .fax_number .icon_fax img {
    display: block;
  }


  .email,
  .email a {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
    color: #333;
    text-decoration: dashed;
    margin: 12px 0 0;
  }
  .business_hours {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #6a0a0a;
    margin: 30px 0 0;
  }
  .call_info {
    font-weight: bold;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #463e42;
    margin: 24px 0 0;
  }
  .business_hours .small {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #6a0a0a;
    margin: 0 0 0 0;
    display: block;
  }
  .business_hours .number_fonts {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    color: #6A0A0A;
  }

  .radius_box_02 {
    margin: 0 0 0 -15px;
    width: calc(100% + 30px);
  }
  .radius_box_02 .inner {
    width: auto;
    max-width: 1200px;
    padding: 25px 30px 30px !important;
    margin: 0 auto !important;
    height: auto;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #707070;
  }
  .radius_box_02 .inner li:not(:first-child) {
    border-top: 1px solid #BFB4AB;
    padding: 5px 0 0;
    margin: 20px 0 0;
  }
  .radius_box_02 .denwa {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #6a0a0a;
    border-left: solid 0px #B7054B;
  }
  .radius_box_02 .tell_number {
    margin: 12px 0 0 0;
    text-align: center;
  }
  .radius_box_02 .tell_number .icon {
    position: relative;
    top: -4px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin: 0 14px 0 0;
  }
  .radius_box_02 .tell_number .icon img {
    width: 100%;
    position: relative;
  }
  .radius_box_02 .tell_number .number_fonts a {
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-style: normal;
  
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    color: #bc0033 !important;
    text-decoration: none;
  }
  .radius_box_02 .denwa .icon {
    position: relative;
    top: 0;
    left: -4px;
    width: 26px;
    height: 32px;
    display: inline-block;
    margin: 0 2px 0 0;
  }
  .radius_box_02 .denwa .icon img {
    width: 32px;
    height: auto;
    position: absolute;
    top: 68%;
    left: 0;
    transform: translate(0, -50%);
  }
  .radius_box_02 .call_center {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333;
    margin: 20px 0 0 0;
  }
  .radius_box_02 .business_hours {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #333;
    margin: 6px 0 0 0;
  }


  /*
  SP
  accident_detail
  ----------------------------------------------------------- */
  .accident_detail {
    position: relative;
    padding-top: 0;
    padding-bottom: 165px;
  }
  .accident_detail .inner {
    width: auto;
    max-width: 956px;
    padding: 10px 15px 0;
    margin: 0 10px;
    height: auto;
  }
  .accident_detail .content {
    margin: 24px 0 0;
    color: #333;
  }
  .accident_detail .days {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 0;
    padding: 0 0 12px 0;
  }
  .accident_detail .ttl_h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    margin: 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: solid 2px #B7054B;
  }
  .accident_detail .sub_txt {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
    margin: 14px 0 0;
  }
  .accident_detail .content .txt_read {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .accident_detail .content .txt_honbun {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    margin: 10px 0 0;
  }
  .accident_detail .content .txt_hosoku {
    font-size: 11px;
    line-height: 20px;
    text-align: left;
  }
  .accident_detail .content br {
    line-height: 0.3;
  }
  .content .simple_h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    text-align: left;
  }
  .content .simple_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 46px;
    text-align: left;
    color: #333;
  }
  .content .bg_h2 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    padding: 17px 15px;
    background: #f8e4e4;
    margin: 0 0 0 -15px;
    width: 100%;
  }
  .content .simple_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
  }
  .content .arrow_h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    position: relative;
    padding: 0 0 0 22px;
  }
  .content .arrow_h3 .icon img {
    margin: 1px 0 0 0;
    top: 7px;
    left: 0;
    transform: translate(0, 0);
    position: absolute;
    width: 13.5px;
    height: 18.9px;
  }
  .content .link {
    display: inline-block;
    font-weight: bold;
    text-align: left;
    color: #924;
    text-decoration: none;
  }
  .content .link .icon {
    position: relative;
  }
  .content .link.inside .icon img {
    margin: 1px 0 0 18px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 8px;
    height: 13.6px;
  }
  .content .link.outside .icon img {
    margin: 1px 0 0 12px;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    width: 16px;
    height: 16px;
  }
  .check {
    position: relative;
    padding: 0 0 0 22px;
    margin: 10px 0 0;
  }
  .dot {
    position: relative;
    padding: 0 0 0 22px;
    margin: 10px 0 0;
  }
  .check .icon img {
    width: 15px;
    height: 15px;
    margin: 1px 0 0 0;
    top: 11px;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
  }
  .dot .icon img {
    width: 13px;
    height: 13px;
    margin: 1px 0 0 0;
    top: 11px;
    left: 0;
    transform: translate(0, -50%);
    position: absolute;
  }
  .accident_detail .content .txt_honbun.check_m_left {
    margin: 0 0 0 22px;
    width: calc(100% - 10px);
  }
}/* END SP */

/*--------------------------------------------------------------------------------------
  iPhone5 320px
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {

}/* END iPhone5 */