* {
  margin: 0;
  padding: 0
}

body {
  color: #666
}

@media screen and (max-width:900px) {
  .u-for_pc {
    display: none
  }
}

.u-for_sp {
  display: none
}

@media screen and (max-width:900px) {
  .u-for_sp {
    display: block
  }
}

@media screen and (max-width:900px) {
  .u-for_pc_img {
    display: none
  }
}

.u-for_sp_img {
  display: none
}

@media screen and (max-width:900px) {
  .u-for_sp_img {
    display: inline-block
  }
}

#breadcrumb {
  display: block;
  font-size: 88%;
  line-height: 1.4;
  padding: 26px 20px 12px 41px
}

@media screen and (max-width:900px) {
  #breadcrumb {
    display: none
  }
}

#breadcrumb a {
  color: #666;
  text-decoration: none
}

#breadcrumb a:hover {
  color: #c71444;
  text-decoration: underline
}

#breadcrumb span.current {
  color: #c71444
}

.carLifeInsurance {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px
}

.carLifeInsurance *,
.carLifeInsurance :after,
.carLifeInsurance :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.carLifeInsurance :after,
.carLifeInsurance :before {
  pointer-events: none
}

.carLifeInsurance a img {
  transition: all .15s linear
}

.carLifeInsurance a:hover img {
  opacity: .7
}

.carLifeInsurance img {
  max-width: 100%;
  vertical-align: bottom
}

.carLifeInsurance hr {
  display: block;
  height: 0;
  border-top: 1px solid #000
}

.carLifeInsurance .carLifeInsurance--header {
  text-align: center;
  margin-bottom: 75px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--header {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px
  }
}

.carLifeInsurance .carLifeInsurance--header__title {
  margin: 54px auto 0
}

@supports ((-webkit-animation:appear) or (animation:appear)) {
  .carLifeInsurance .carLifeInsurance--header__title {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-animation: appear .4s ease-out .3s 1 normal forwards;
    animation: appear .4s ease-out .3s 1 normal forwards
  }
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--header__title {
    margin: 30px auto 0;
    width: 75%
  }
}

.carLifeInsurance .carLifeInsurance--header__sub_title {
  position: relative;
  display: inline-block;
  margin: 35px auto;
  padding: 9px 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--header__sub_title {
    margin: 25px auto
  }
}

@supports ((-webkit-animation:appear) or (animation:appear)) {
  .carLifeInsurance .carLifeInsurance--header__sub_title {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-animation: appear .4s ease-out .5s 1 normal forwards;
    animation: appear .4s ease-out .5s 1 normal forwards
  }
}

.carLifeInsurance .carLifeInsurance--header__sub_title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000
}

@supports ((-webkit-animation:maxWidth) or (animation:maxWidth)) {
  .carLifeInsurance .carLifeInsurance--header__sub_title:before {
    width: 0;
    -webkit-animation: maxWidth .5s ease-out 1s 1 normal forwards;
    animation: maxWidth .5s ease-out 1s 1 normal forwards
  }
}

.carLifeInsurance .carLifeInsurance--header__sub_title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000
}

@supports ((-webkit-animation:maxWidth) or (animation:maxWidth)) {
  .carLifeInsurance .carLifeInsurance--header__sub_title:after {
    width: 0;
    -webkit-animation: maxWidth .5s ease-out 1s 1 normal forwards;
    animation: maxWidth .5s ease-out 1s 1 normal forwards
  }
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes maxWidth {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

@keyframes maxWidth {
  0% {
    width: 0
  }

  to {
    width: 100%
  }
}

.carLifeInsurance--intro {
  margin-top: 60px
}

.carLifeInsurance--intro__title {
  margin-bottom: 40px;
  text-align: center
}

.carLifeInsurance--intro__lead {
  margin-bottom: 60px;
  text-align: center
}

.carLifeInsurance--intro__about_plan {
  text-align: center
}

.carLifeInsurance--intro__about_plan--movie_wrap {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.carLifeInsurance--intro__about_plan--movie_caption {
  margin-top: 15px;
  text-align: center;
  font-size: 15px
}

.carLifeInsurance--intro__about_plan--movie_title {
  margin-bottom: 10px;
  position: relative
}

.carLifeInsurance--intro__about_plan--movie_title .icon_new {
  position: absolute;
  top: -45px;
  right: -10px
}

.fancybox-inner {
  max-width: 850px;
  min-height: 500px
}

.fancybox-skin {
  max-width: 850px;
  margin: 0 auto !important
}

.fancybox-opened .fancybox-skin,
.fancybox-skin {
  background: none;
  box-shadow: none
}

.fancybox-close {
  top: -45px;
  right: -25px;
  width: 46px;
  height: 44px;
  background: url(/CARLIFE-INSURANCE/IMG/img_movie_btn-close.png) no-repeat 0 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance {
    padding: 0 20px
  }

  .carLifeInsurance--intro {
    margin-top: 30px
  }

  .carLifeInsurance--intro__title {
    margin-bottom: 20px
  }

  .carLifeInsurance--intro__lead {
    margin-bottom: 30px
  }

  .carLifeInsurance--intro__about_plan {
    width: 58%;
    margin: 0 auto
  }

  .carLifeInsurance--intro__about_plan--movie_wrap {
    margin-top: 30px;
    display: block;
    text-align: center
  }

  .carLifeInsurance--intro__about_plan--movie {
    margin-top: 25px
  }

  .carLifeInsurance--intro__about_plan--movie_caption {
    margin-top: 7px;
    text-align: center;
    font-size: 15px
  }

  .carLifeInsurance--intro__about_plan--movie_title .icon_new {
    width: 10%;
    top: -19%
  }

  .fancybox-inner {
    max-width: auto;
    min-height: auto
  }

  .fancybox-close {
    top: -45px;
    right: -25px;
    background: url(/CARLIFE-INSURANCE/IMG/img_movie_btn-close.png) no-repeat 0 0;
    background-size: 23px 23px
  }
}

.carLifeInsurance .carLifeInsurance--article {
  margin-top: 75px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--article {
    margin-top: 50px
  }
}

.carLifeInsurance .carLifeInsurance--article__title {
  border-top: 1px solid #c90329;
  border-bottom: 1px solid #c90329;
  text-align: center;
  padding: 13px 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--article__title {
    line-height: 0;
    padding-right: 20px;
    padding-left: 20px
  }
}

.carLifeInsurance .carLifeInsurance--car_insurance {
  margin: 30px 0;
  padding-bottom: 120px;
  background-image: url(/CARLIFE-INSURANCE/IMG/img_plus.png);
  background-position: 50% 100%;
  background-repeat: no-repeat
}

.carLifeInsurance .carLifeInsurance--car_insurance--title {
  background-color: #c90329;
  text-align: center;
  padding: 10px 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--car_insurance--title {
    padding-right: 20px;
    padding-left: 20px;
    line-height: 0
  }

  .carLifeInsurance .carLifeInsurance--car_insurance--title img {
    max-height: 18px
  }
}

.carLifeInsurance .carLifeInsurance--car_insurance--contents,
.carLifeInsurance .carLifeInsurance--intelligent_compensation--content {
  background-color: #f3f3f3
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content.premium_service {
  text-align: center;
  padding: 35px 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content.premium_service {
    padding: 20px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_feature {
  padding: 70px 0 40px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_feature {
    padding: 20px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content.another_brand_service {
  padding: 40px 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content.another_brand_service {
    padding: 40px 20px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_pre_join {
  padding: 70px 0 40px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_pre_join .carLifeInsurance--intelligent_compensation--content__service--detail {
  padding: 20px 42px
}

@media screen and (max-width:900px) {

  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_pre_join,
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content.service_pre_join .carLifeInsurance--intelligent_compensation--content__service--detail {
    padding: 20px
  }
}

.carLifeInsurance .carLifeInsurance--car_insurance--contents {
  text-align: center;
  padding: 35px 0;
  font-size: 1.2em
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--car_insurance--contents {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
  }
}

.carLifeInsurance .carLifeInsurance--car_insurance--contents__heading,
.carLifeInsurance .carLifeInsurance--car_insurance--contents__item,
.carLifeInsurance .carLifeInsurance--car_insurance--contents__item li,
.carLifeInsurance .carLifeInsurance--car_insurance--contents__item ul {
  display: inline-block
}

.carLifeInsurance .carLifeInsurance--car_insurance--contents__item li {
  margin-left: 10px
}

.carLifeInsurance .carLifeInsurance--car_insurance--contents__heading {
  border: 1px solid #231815;
  padding: 3px 7px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--heading {
  background-color: #c90329;
  text-align: center;
  padding: 7px 0
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--heading.is-blue {
  background-color: #0089ce
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--heading {
    line-height: 0;
    padding-right: 20px;
    padding-left: 20px
  }
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--car_insurance--contents__item {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service {
  position: relative;
  padding: 0 0 0 60px;
  margin-top: 40px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service:first-child {
  margin-top: 0
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__tire {
  min-height: 253px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__tire .carLifeInsurance--intelligent_compensation--content__service--detail__image {
  margin: 0;
  border: none;
  height: 253px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__tire .carLifeInsurance--intelligent_compensation--content__service--detail__image {
    display: block;
    max-width: none;
    width: calc(100% + 40px);
    height: auto;
    margin: 0 -20px
  }
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__tire {
    min-height: 0
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__bumper {
  min-height: 333px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__bumper .carLifeInsurance--intelligent_compensation--content__service--detail__image {
  margin-right: 50px;
  border: none;
  height: 333px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__bumper .carLifeInsurance--intelligent_compensation--content__service--detail__image {
    margin: 0;
    height: auto
  }
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__bumper {
    min-height: 0
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__glass {
  min-height: 300px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__glass .carLifeInsurance--intelligent_compensation--content__service--detail__image {
  margin: -70px 50px 0 0;
  border: none;
  height: 300px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__glass .carLifeInsurance--intelligent_compensation--content__service--detail__image {
    margin: 0;
    height: auto
  }
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.service_feature__glass {
    min-height: 0
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.another_brand_service__glass_repair .carLifeInsurance--intelligent_compensation--content__service--leftCol--header,
.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.another_brand_service__rob_repair .carLifeInsurance--intelligent_compensation--content__service--leftCol--header,
.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service.another_brand_service__safe_repair .carLifeInsurance--intelligent_compensation--content__service--leftCol--header {
  min-height: 105px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service {
    padding: 0
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--leftCol--header p {
  margin-bottom: 10px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--title {
  margin-bottom: 14px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--detail {
  display: inline-block;
  background-color: #fff;
  padding: 20px 75px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--detail {
    display: block;
    padding: 20px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--wrap:after {
  content: "";
  display: table;
  clear: both
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--detail__image {
  border: 2px solid #8a8a8a;
  background-color: #fff;
  margin-right: 60px;
  position: absolute;
  top: 0;
  right: 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--detail__image {
    position: static;
    margin-right: 0;
    margin-top: 10px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn {
  text-decoration: none
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--enough_support {
  margin: 50px 0 0
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content--header {
  padding-left: 60px;
  margin-bottom: 70px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation--content--header {
    padding-left: 0;
    text-align: center;
    margin-bottom: 40px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn {
  position: relative;
  display: inline-block;
  height: 30px;
  overflow: hidden
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn .btn_plus {
  transition: all .3s ease
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn .btn_close {
  position: absolute;
  bottom: 100%;
  left: 0;
  transition: all .3s ease
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn.is-active .btn_close {
  bottom: 0
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--btn.is-active .btn_plus {
  margin-top: 30px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--detail {
  display: none;
  position: relative;
  z-index: 1
}

.carLifeInsurance .another_brand_service__notice {
  padding: 0 60px;
  margin: 30px 0 60px;
  font-size: .8em
}

@media screen and (max-width:900px) {
  .carLifeInsurance .another_brand_service__notice {
    padding: 0;
    margin: 30px 0 20px
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars {
  padding: 20px 30px;
  margin: 60px 60px 0;
  border: 2px solid #8a8a8a;
  background-color: #fff
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars dt {
  font-size: 1.5em;
  margin-bottom: 10px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars .sub_heading {
  display: inline-block;
  width: 510px;
  margin-left: 10px;
  font-size: .6em;
  vertical-align: middle
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars .sub_heading {
    margin-left: 0;
    line-height: 1.5;
    display: block;
    width: auto
  }
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars li {
  display: inline-block;
  margin-right: 10px
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars li:last-child {
  margin-right: 0
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--intelligent_compensation__target_cars {
    padding: 10px 15px;
    margin: 30px 0 0
  }
}

.carLifeInsurance .carLifeInsurance--network_support {
  margin: 30px 0 0
}

.carLifeInsurance .carLifeInsurance--network_support p {
  text-align: center
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--network_support {
    padding: 0 20px
  }
}

.carLifeInsurance .carLifeInsurance--network_suppor--body,
.carLifeInsurance .carLifeInsurance--network_support--header__title {
  text-align: center
}

.carLifeInsurance .carLifeInsurance--network_support--header__title {
  margin: 28px 0
}

.carLifeInsurance .carLifeInsurance--contact {
  margin-top: 60px
}

.carLifeInsurance .carLifeInsurance--contact.is-top {
  margin-top: 30px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--contact {
    padding: 0 20px
  }
}

.carLifeInsurance .carLifeInsurance--sponsor {
  text-align: center;
  margin-top: 70px
}

.carLifeInsurance .carLifeInsurance--sponsor li {
  display: inline-block
}

.carLifeInsurance .carLifeInsurance--sponsor li:first-child {
  margin-right: 20px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--sponsor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 20px
  }

  .carLifeInsurance .carLifeInsurance--sponsor li:first-child {
    margin-right: 10px
  }
}

.carLifeInsurance .carLifeInsurance--notice {
  margin: 60px 20px 0;
  font-size: .8em
}

.carLifeInsurance .carLifeInsurance--intelligent_compensation--content__service--toggle_btn {
  line-height: 0
}

.carLifeInsurance .carLifeInsurance--family_plan {
  padding: 15px 35px;
  margin: 20px 60px 0;
  border: 1px solid #000
}

.carLifeInsurance .carLifeInsurance--family_plan h4 {
  font-size: 1.2em;
  color: #000
}

.carLifeInsurance .carLifeInsurance--family_plan p {
  margin-bottom: 10px
}

@media screen and (max-width:900px) {
  .carLifeInsurance .carLifeInsurance--family_plan {
    margin: 20px 20px 0;
    padding: 15px
  }
}

.carLifeInsurance .u-mt_0 {
  margin-top: 0
}

.carLifeInsurance .u-mr_0 {
  margin-right: 0
}

.carLifeInsurance .u-mb_0 {
  margin-bottom: 0
}

.carLifeInsurance .u-ml_0 {
  margin-left: 0
}

.carLifeInsurance .u-pt_0 {
  padding-top: 0
}

.carLifeInsurance .u-pr_0 {
  padding-right: 0
}

.carLifeInsurance .u-pb_0 {
  padding-bottom: 0
}

.carLifeInsurance .u-pl_0 {
  padding-left: 0
}

.carLifeInsurance .u-mt_5 {
  margin-top: 5px
}

.carLifeInsurance .u-mr_5 {
  margin-right: 5px
}

.carLifeInsurance .u-mb_5 {
  margin-bottom: 5px
}

.carLifeInsurance .u-ml_5 {
  margin-left: 5px
}

.carLifeInsurance .u-pt_5 {
  padding-top: 5px
}

.carLifeInsurance .u-pr_5 {
  padding-right: 5px
}

.carLifeInsurance .u-pb_5 {
  padding-bottom: 5px
}

.carLifeInsurance .u-pl_5 {
  padding-left: 5px
}

.carLifeInsurance .u-mt_10 {
  margin-top: 10px
}

.carLifeInsurance .u-mr_10 {
  margin-right: 10px
}

.carLifeInsurance .u-mb_10 {
  margin-bottom: 10px
}

.carLifeInsurance .u-ml_10 {
  margin-left: 10px
}

.carLifeInsurance .u-pt_10 {
  padding-top: 10px
}

.carLifeInsurance .u-pr_10 {
  padding-right: 10px
}

.carLifeInsurance .u-pb_10 {
  padding-bottom: 10px
}

.carLifeInsurance .u-pl_10 {
  padding-left: 10px
}

.carLifeInsurance .u-mt_15 {
  margin-top: 15px
}

.carLifeInsurance .u-mr_15 {
  margin-right: 15px
}

.carLifeInsurance .u-mb_15 {
  margin-bottom: 15px
}

.carLifeInsurance .u-ml_15 {
  margin-left: 15px
}

.carLifeInsurance .u-pt_15 {
  padding-top: 15px
}

.carLifeInsurance .u-pr_15 {
  padding-right: 15px
}

.carLifeInsurance .u-pb_15 {
  padding-bottom: 15px
}

.carLifeInsurance .u-pl_15 {
  padding-left: 15px
}

.carLifeInsurance .u-mt_20 {
  margin-top: 20px
}

.carLifeInsurance .u-mr_20 {
  margin-right: 20px
}

.carLifeInsurance .u-mb_20 {
  margin-bottom: 20px
}

.carLifeInsurance .u-ml_20 {
  margin-left: 20px
}

.carLifeInsurance .u-pt_20 {
  padding-top: 20px
}

.carLifeInsurance .u-pr_20 {
  padding-right: 20px
}

.carLifeInsurance .u-pb_20 {
  padding-bottom: 20px
}

.carLifeInsurance .u-pl_20 {
  padding-left: 20px
}

.carLifeInsurance .u-mt_25 {
  margin-top: 25px
}

.carLifeInsurance .u-mr_25 {
  margin-right: 25px
}

.carLifeInsurance .u-mb_25 {
  margin-bottom: 25px
}

.carLifeInsurance .u-ml_25 {
  margin-left: 25px
}

.carLifeInsurance .u-pt_25 {
  padding-top: 25px
}

.carLifeInsurance .u-pr_25 {
  padding-right: 25px
}

.carLifeInsurance .u-pb_25 {
  padding-bottom: 25px
}

.carLifeInsurance .u-pl_25 {
  padding-left: 25px
}

.carLifeInsurance .u-mt_30 {
  margin-top: 30px
}

.carLifeInsurance .u-mr_30 {
  margin-right: 30px
}

.carLifeInsurance .u-mb_30 {
  margin-bottom: 30px
}

.carLifeInsurance .u-ml_30 {
  margin-left: 30px
}

.carLifeInsurance .u-pt_30 {
  padding-top: 30px
}

.carLifeInsurance .u-pr_30 {
  padding-right: 30px
}

.carLifeInsurance .u-pb_30 {
  padding-bottom: 30px
}

.carLifeInsurance .u-pl_30 {
  padding-left: 30px
}

.carLifeInsurance .u-mt_35 {
  margin-top: 35px
}

.carLifeInsurance .u-mr_35 {
  margin-right: 35px
}

.carLifeInsurance .u-mb_35 {
  margin-bottom: 35px
}

.carLifeInsurance .u-ml_35 {
  margin-left: 35px
}

.carLifeInsurance .u-pt_35 {
  padding-top: 35px
}

.carLifeInsurance .u-pr_35 {
  padding-right: 35px
}

.carLifeInsurance .u-pb_35 {
  padding-bottom: 35px
}

.carLifeInsurance .u-pl_35 {
  padding-left: 35px
}

.carLifeInsurance .u-mt_40 {
  margin-top: 40px
}

.carLifeInsurance .u-mr_40 {
  margin-right: 40px
}

.carLifeInsurance .u-mb_40 {
  margin-bottom: 40px
}

.carLifeInsurance .u-ml_40 {
  margin-left: 40px
}

.carLifeInsurance .u-pt_40 {
  padding-top: 40px
}

.carLifeInsurance .u-pr_40 {
  padding-right: 40px
}

.carLifeInsurance .u-pb_40 {
  padding-bottom: 40px
}

.carLifeInsurance .u-pl_40 {
  padding-left: 40px
}

.carLifeInsurance .u-mt_45 {
  margin-top: 45px
}

.carLifeInsurance .u-mr_45 {
  margin-right: 45px
}

.carLifeInsurance .u-mb_45 {
  margin-bottom: 45px
}

.carLifeInsurance .u-ml_45 {
  margin-left: 45px
}

.carLifeInsurance .u-pt_45 {
  padding-top: 45px
}

.carLifeInsurance .u-pr_45 {
  padding-right: 45px
}

.carLifeInsurance .u-pb_45 {
  padding-bottom: 45px
}

.carLifeInsurance .u-pl_45 {
  padding-left: 45px
}

.carLifeInsurance .u-mt_50 {
  margin-top: 50px
}

.carLifeInsurance .u-mr_50 {
  margin-right: 50px
}

.carLifeInsurance .u-mb_50 {
  margin-bottom: 50px
}

.carLifeInsurance .u-ml_50 {
  margin-left: 50px
}

.carLifeInsurance .u-pt_50 {
  padding-top: 50px
}

.carLifeInsurance .u-pr_50 {
  padding-right: 50px
}

.carLifeInsurance .u-pb_50 {
  padding-bottom: 50px
}

.carLifeInsurance .u-pl_50 {
  padding-left: 50px
}

.carLifeInsurance .u-mt_55 {
  margin-top: 55px
}

.carLifeInsurance .u-mr_55 {
  margin-right: 55px
}

.carLifeInsurance .u-mb_55 {
  margin-bottom: 55px
}

.carLifeInsurance .u-ml_55 {
  margin-left: 55px
}

.carLifeInsurance .u-pt_55 {
  padding-top: 55px
}

.carLifeInsurance .u-pr_55 {
  padding-right: 55px
}

.carLifeInsurance .u-pb_55 {
  padding-bottom: 55px
}

.carLifeInsurance .u-pl_55 {
  padding-left: 55px
}

.carLifeInsurance .u-mt_60 {
  margin-top: 60px
}

.carLifeInsurance .u-mr_60 {
  margin-right: 60px
}

.carLifeInsurance .u-mb_60 {
  margin-bottom: 60px
}

.carLifeInsurance .u-ml_60 {
  margin-left: 60px
}

.carLifeInsurance .u-pt_60 {
  padding-top: 60px
}

.carLifeInsurance .u-pr_60 {
  padding-right: 60px
}

.carLifeInsurance .u-pb_60 {
  padding-bottom: 60px
}

.carLifeInsurance .u-pl_60 {
  padding-left: 60px
}

.carLifeInsurance .u-mt_65 {
  margin-top: 65px
}

.carLifeInsurance .u-mr_65 {
  margin-right: 65px
}

.carLifeInsurance .u-mb_65 {
  margin-bottom: 65px
}

.carLifeInsurance .u-ml_65 {
  margin-left: 65px
}

.carLifeInsurance .u-pt_65 {
  padding-top: 65px
}

.carLifeInsurance .u-pr_65 {
  padding-right: 65px
}

.carLifeInsurance .u-pb_65 {
  padding-bottom: 65px
}

.carLifeInsurance .u-pl_65 {
  padding-left: 65px
}

.carLifeInsurance .u-mt_70 {
  margin-top: 70px
}

.carLifeInsurance .u-mr_70 {
  margin-right: 70px
}

.carLifeInsurance .u-mb_70 {
  margin-bottom: 70px
}

.carLifeInsurance .u-ml_70 {
  margin-left: 70px
}

.carLifeInsurance .u-pt_70 {
  padding-top: 70px
}

.carLifeInsurance .u-pr_70 {
  padding-right: 70px
}

.carLifeInsurance .u-pb_70 {
  padding-bottom: 70px
}

.carLifeInsurance .u-pl_70 {
  padding-left: 70px
}

.carLifeInsurance .u-mt_75 {
  margin-top: 75px
}

.carLifeInsurance .u-mr_75 {
  margin-right: 75px
}

.carLifeInsurance .u-mb_75 {
  margin-bottom: 75px
}

.carLifeInsurance .u-ml_75 {
  margin-left: 75px
}

.carLifeInsurance .u-pt_75 {
  padding-top: 75px
}

.carLifeInsurance .u-pr_75 {
  padding-right: 75px
}

.carLifeInsurance .u-pb_75 {
  padding-bottom: 75px
}

.carLifeInsurance .u-pl_75 {
  padding-left: 75px
}

.carLifeInsurance .u-mt_80 {
  margin-top: 80px
}

.carLifeInsurance .u-mr_80 {
  margin-right: 80px
}

.carLifeInsurance .u-mb_80 {
  margin-bottom: 80px
}

.carLifeInsurance .u-ml_80 {
  margin-left: 80px
}

.carLifeInsurance .u-pt_80 {
  padding-top: 80px
}

.carLifeInsurance .u-pr_80 {
  padding-right: 80px
}

.carLifeInsurance .u-pb_80 {
  padding-bottom: 80px
}

.carLifeInsurance .u-pl_80 {
  padding-left: 80px
}

.carLifeInsurance .u-mt_85 {
  margin-top: 85px
}

.carLifeInsurance .u-mr_85 {
  margin-right: 85px
}

.carLifeInsurance .u-mb_85 {
  margin-bottom: 85px
}

.carLifeInsurance .u-ml_85 {
  margin-left: 85px
}

.carLifeInsurance .u-pt_85 {
  padding-top: 85px
}

.carLifeInsurance .u-pr_85 {
  padding-right: 85px
}

.carLifeInsurance .u-pb_85 {
  padding-bottom: 85px
}

.carLifeInsurance .u-pl_85 {
  padding-left: 85px
}

.carLifeInsurance .u-mt_90 {
  margin-top: 90px
}

.carLifeInsurance .u-mr_90 {
  margin-right: 90px
}

.carLifeInsurance .u-mb_90 {
  margin-bottom: 90px
}

.carLifeInsurance .u-ml_90 {
  margin-left: 90px
}

.carLifeInsurance .u-pt_90 {
  padding-top: 90px
}

.carLifeInsurance .u-pr_90 {
  padding-right: 90px
}

.carLifeInsurance .u-pb_90 {
  padding-bottom: 90px
}

.carLifeInsurance .u-pl_90 {
  padding-left: 90px
}

.carLifeInsurance .u-mt_95 {
  margin-top: 95px
}

.carLifeInsurance .u-mr_95 {
  margin-right: 95px
}

.carLifeInsurance .u-mb_95 {
  margin-bottom: 95px
}

.carLifeInsurance .u-ml_95 {
  margin-left: 95px
}

.carLifeInsurance .u-pt_95 {
  padding-top: 95px
}

.carLifeInsurance .u-pr_95 {
  padding-right: 95px
}

.carLifeInsurance .u-pb_95 {
  padding-bottom: 95px
}

.carLifeInsurance .u-pl_95 {
  padding-left: 95px
}

.carLifeInsurance .u-mt_100 {
  margin-top: 100px
}

.carLifeInsurance .u-mr_100 {
  margin-right: 100px
}

.carLifeInsurance .u-mb_100 {
  margin-bottom: 100px
}

.carLifeInsurance .u-ml_100 {
  margin-left: 100px
}

.carLifeInsurance .u-pt_100 {
  padding-top: 100px
}

.carLifeInsurance .u-pr_100 {
  padding-right: 100px
}

.carLifeInsurance .u-pb_100 {
  padding-bottom: 100px
}

.carLifeInsurance .u-pl_100 {
  padding-left: 100px
}

.carLifeInsurance .u-ta_c {
  text-align: center
}

.carLifeInsurance .u-ta_l {
  text-align: left
}

.carLifeInsurance .u-ta_r {
  text-align: right
}

.carLifeInsurance .u-fc_red {
  color: #c90329
}

.carLifeInsurance .u-d_ib {
  display: inline-block
}

@media screen and (max-width:900px) {
  #wrapperAll {
    width: auto !important;
    overflow: hidden
  }

  .c_010 .search-form,
  .c_010B .search-form {
    padding-right: 0 !important
  }
}

.txt_road_support__kiyaku {
  font-size: 14px;
  font-weight: 600;
  color: #c90329;
  text-align: center;
  line-height: 1.2rem;
  margin-top: 15px;
}

@media screen and (max-width:900px) {
  .txt_road_support__kiyaku {
    font-size: 2.5vw;
    font-weight: 600;
    color: #c90329;
    text-align: center;
    line-height: 1.2rem;
    margin-top: 2.5vw;
  }
}

.kiyaku_btn {
  width: 600px;
  margin: auto;
  margin-top: 15px;
}

@media screen and (max-width:900px) {
  .kiyaku_btn {
    width: 74vw;
    margin: auto;
    margin-top: 2.5vw;
  }
}

.kiyaku_pc {
  width: 600px;
  margin: auto;
}

@media screen and (max-width:900px) {
  .kiyaku_pc {
    display: none;
  }
}

.kiyaku_sp {
  display: none;
}

@media screen and (max-width:900px) {
  .kiyaku_sp {
    display: block;
    width: 74vw;
  }
}