@charset "utf-8";
.service_preferential_point {
  background: #4ea6ab;
  padding: 10px 20px 20px;
  border-radius: 5px;
  margin: 20px 0 15px;
  font-size: 22px;
  color: #fff;
}

.service_preferential_point li {
  background: url(/component/images/icon_checkmark.png) left 25px no-repeat;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .service_preferential_point li {
    background-position: left 10px;
  }
}

.member_limitation {
  position: relative;
  z-index: 1;
}

.member_limitation .green_line {
  padding-left: 50px;
}

.flag_member_limitation {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 2;
}

.use_how_to .use_how_title {
  padding: 5px 10px;
  font-size: 16px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.use_how_steps dt {
  float: left;
  width: 80px;
  color: #ec7a9b;
  padding-bottom: 10px;
}

.use_how_steps dd {
  padding-left: 100px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.use_how_steps dd li {
  padding-left: 1.5em;
  margin-top: 10px;
  font-size: 14px;
  text-indent: -1.5em;
}

.use_how_steps > div {
  margin-bottom: 10px;
}

.how_to_left {
  float: left;
  width: 50%;
}

.how_to_right {
  float: right;
  width: 45%;
}

@media screen and (max-width: 767px) {
  .how_to_left, .how_to_right {
    width: 100%;
    float: none;
  }
  .how_to_right {
    text-align: center;
  }
}

.service_three_layout .column {
  float: left;
  width: 33.3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_three_layout .column:first-child {
  padding-left: 0;
}

.service_three_layout .column .step_number, .title_pink_txt {
  color: #ec7a9b;
}

@media screen and (max-width: 767px) {
  .service_three_layout .column {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  /* img { width: 80%; }*/
}

.service_two_layout .column {
  float: right;
  width: 47%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_two_layout .column:first-child {
  padding-left: 0;
  float: left;
}

.step_number {
  padding:0 5px;
  background-color: #ed0000;
  color: #fff;
}

.step_description {
  margin-left:20px;
  font-size: 20px;
}

.service_two_layout .column .step_number {
  padding:0 5px;
  background-color: #ed0000;
  color: #fff;
}

.service_two_layout .column .step_description {
  margin-left:20px;
  font-size: 20px;
}


@media screen and (max-width: 767px) {
  .service_two_layout .column {
    /* float: none; */
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .service_two_layout .column .step_description {
    margin-left:10px;
  }
}

.service_fourth_layout .column {
  float: left;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_fourth_layout .column:first-child {
  padding-left: 0;
}

.service_fourth_layout .column .step_number, .title_pink_txt {
  color: #ec7a9b;
}

@media screen and (max-width: 767px) {
  .service_fourth_layout .column {
    float: none;
    width: 100%!important;
    text-align: center;
    font-size: 16px;
  }
}

.service_fifth_layout .column {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_fifth_layout .column:first-child {
  padding-left: 0;
}

.service_fifth_layout .column .step_number {
  padding: 10px;
  background-color: #ed0000;
  color: #fff;
}
.title_pink_txt {
  color: #ec7a9b;
}
.title_red_txt {
  color: #ed0000;
}
.title_black_txt {
  color: #000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .service_fifth_layout .column {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  /* img { width: 80%; }*/
}

.service_fifth_layout .column_2 {
  float: left;
  width: 45%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service_fifth_layout .column_2:first-child {
  padding-left: 0;
}

.service_fifth_layout .column_2 .step_number, .title_pink_txt {
  padding: 10px;
  background-color: #ed0000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service_fifth_layout .column_2 {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

.download_app{
  background-color: #000;
  border-radius: 30px;
  padding: 40px 100px;
}

.download_app p{
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.link_btn_sets {
  display: flex;
  margin: 0 auto;
  text-align: center;
}

.link_btn_sets .apple_dl {
  margin: 40px 10px 10px;
  width: 365px;
  height: 110px;
}

.link_btn_sets .android_dl {
  margin: 40px 10px 10px;
  width: 365px;
  height: 110px;
}

.link_btn_sets a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

@media screen and (max-width: 767px) {
  .download_app{
    padding: 40px 20px;
  }
  .link_btn_sets{
    display: block;
  }
  .link_btn_sets .apple_dl {
    margin: 40px auto 10px;
    width: 250px;
    height: 74px;
  }
  .link_btn_sets .android_dl {
    margin: 10px auto;
    width: 250px;
    height: 74px;
  }
}

.section_gap{
  text-align: center;
  margin: 50px auto;
  position: relative;
}

.section_gap h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 20px;
}

.section_gap h2::before,
.section_gap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 1px;
  background-color: #e63946; /* 赤線の色 */
}

.section_gap h2::before {
  left: -100px;
}

.section_gap h2::after {
  right: -100px;
}

.green_line.bg_gray {
  background-color: #f1f1f1;
}

.two_column_right .step_number {
  color: #ec7a9b;
}

.column .txt_margin10 {
  margin: 10px 0;
}

.column_2 .txt_margin10 {
  margin: 10px 0;
}

.service_fifth_layout .txt_margin10 {
  margin: 10px 0;
}

.app_dl_sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .app_dl_sp {
    display: block;
  }
  .app_dl_pc {
    display: none;
  }
}

.app_img_pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .app_img_sp {
    display: block;
  }
  .app_img_sp img{
    display: block;
    rotate: 90deg;
    margin: auto;
  }
  .section_gap h2 {
    font-size: 16px;
  }
  
  .section_gap h2::before,
  .section_gap h2::after {
    width: 40px;
  }
  
  .section_gap h2::before {
    left: -13%;
  }
  
  .section_gap h2::after {
    right: -10%;
  }
}

.app_img_arrow {
  text-align: center;
  vertical-align: middle;
  padding-top: 240px;
}

.app_img_arrow_2 {
  text-align: center;
  vertical-align: middle;
  padding-top: 450px;
}

.service_img_center {
  text-align: center;
}

.service_img_flex {
  display: flex;
}

.service_is_center_lines {
  border-bottom: 0px solid #ccc;
  padding-bottom: 15px;
}

.service_fourth_layout_arrow {
  width: 10% !important;
}

.service_fourth_layout_arrow img{
  max-width: 55px;
}

.service_androidauto_layout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.service_androidauto_layout02 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}

.service_androidauto_layout .column_text {
  width: 66%;
}

.service_androidauto_layout .column {
  width: 32%;
  margin-left: 2%;
}

.service_androidauto_layout .column_text .title_pink_txt {
  font-size: 16px;
}

.service_androidauto_layout02 .column_text {
  width: 32%;
}

.service_androidauto_layout02 .column {
  width: 32%;
  margin-left: 2%;
}

.service_androidauto_layout02 .column_text .title_pink_txt {
  font-size: 16px;
}

.new_evcard_wrapper{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.new_evcard{
  width: 393px;
  margin: 30px auto 10px;
  border-radius: 20px;
}

.old_evcard{
  width: 393px;
  margin: 30px auto 10px;
  border-radius: 20px;
}

.emp_chager_area{
  display: flex;
  margin: 30px auto;
  padding:60px 30px;
  background-color: #F5F5F5;
}

.emp_chager_area_sp{
  display: none;
}

.description_image{
  width: 100%;
}

.description_image2{
  width: 100%;
}

.with_phone {
  background: url(../images/phone_red.png) left center no-repeat;
  background-position: left calc(50% + 2px);
  display: inline-block;
  padding: 30px 0 25px 65px;
  min-height: 15px;
}

.ura_cards{
  display: flex;
  justify-content: space-around;
}

.ura_text{
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin: 20px auto 0;
}

.old_ura{
  width: 400px;
  border: 1px solid #c7c2c2;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .service_androidauto_layout {
    display: block;
  }
  .service_androidauto_layout02 {
    display: block;
	margin-top: -20px;
  }
  .app_img_arrow {
    text-align: center;
    vertical-align: middle;
    padding-top: 240px;
  }
  .app_img_arrow_2 {
    text-align: center;
    vertical-align: middle;
    padding-top: 450px;
  }
  .service_androidauto_layout .column_text, .service_androidauto_layout .column {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 0;
    text-align: left;
  }
  .service_androidauto_layout .column_text .title_pink_txt {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .service_androidauto_layout02 .column_text, .service_androidauto_layout02 .column {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 0;
    text-align: center;
  }
  .service_androidauto_layout02 .column_text .title_pink_txt {
    font-size: 20px;
    margin-bottom: 0;
  }
  .service_img_flex {
    display: block;
  }
  .service_fourth_layout_arrow{
    width: 100%;
  }
  .app_img_arrow {
    margin: 20px auto;
    padding-top: 0px;
  }
  .app_img_arrow_2 {
    display: none;
  }
  .new_evcard_wrapper{
    display: block;
  }
  .emp_chager_area{
    display: none;
  }
  .emp_chager_area_sp{
    display: block;
    margin: 30px auto;
    padding:20px 30px;
    background-color: #F5F5F5;
  }
  .emp_speech-box{
    background-color: #ed0000;
    color: white;
    margin: 0 auto 30px;
    padding: 20px 40px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
  }
  .emp_speech-box::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #e63946 transparent transparent transparent; /* 下向き三角 */
  }
  .description_image{
    width: 80%;
  }
  .description_image2{
    width: 90%;
  }
  .with_phone {
    padding: 20px 0 25px 65px;
  }
  .service_androidauto {
    font-size: 18px;
    text-align: center;
  }
  .ura_cards{
    display: block;
  }
  .old_ura{
    width: 100%;
    margin: 30px auto 0;
  }
}