@charset "utf-8";
/*=========
layout
===================================*/
.l-column_2,.l-column_3 {
  margin-top: 16px;
}
.l-outFrame {
  margin: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .l-column_parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l-column_parent.center {
    justify-content: center;
  }
  .l-column_2 {
    flex: 0 0 46.3%;
    margin-top: 24px;
  }
  .l-column_3 {
    flex: 0 0 29.6%;
    margin-top: 24px;
  }
  .l-column_2 .thirdlevel-btn-emphasis,
  .l-column_3 .thirdlevel-btn-emphasis {
    min-width: auto;
  }
  .l-column_parent.center .l-column_2,
  .l-column_parent.center .l-column_3 {
    margin-right: 12px;
    margin-left: 12px;
  }
  .l-outFrame {
    margin: 0;
  }
}

/*=========
component
===================================*/
.c-title,
.c-title_m {
  font-weight: 700;
}
.c-title {
  font-size: 26px;
  line-height: 32px;
}
.c-title_m {
  font-size: 20px;
  line-height: 24px;
}
.c-text_m {
  font-size: 16px;
  line-height: 24px;
}
.c-title_underlayer {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #4a4f55;
}
.c-title_hasBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-title_hasBtn_text {
  font-weight: bold;
  font-size: 18px;
  flex: auto;
}
.c-title_hasBtn_btn {
  flex: 0 0 110px;
  margin-left: 20px;
}
.c-image_downArrow {
  width: 140px;
  margin-right: auto;
  margin-left: auto;
}
/*over ride*/
/*.c-btn_back.thirdlevel-right-arrow {
  padding: 13px 16px 13px 44px;
}*/
.c-btn_back.thirdlevel-btn-basic::after {
  right: auto;
  left: 10px;
  transform: rotate(180deg);
}
.c-box_announce {
  background: #FFF2F2;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #B3303B;
}
.c-box_radius {
  background: #fff;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.098);
}
.c-box_radius_inner{
  padding: 12px;
}
.c-box_radius_inner.small,
.c-box_radius_inner.middle {
  padding: 32px 16px;
}
.c-linkText_arrowWhite {
  position: relative;
}
.c-linkText_arrowWhite::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
  position: relative;
  margin-left: 3px;
  background: url("/mydocomo/procedures/support/assist/material/images/icon_textlink_arrowWhite.png") no-repeat right center / 100% auto;
}
.c-linkText_arrowYellow {
  position: relative;
  display: inline-block;
  padding-right: 22px;
}
.c-linkText_arrowYellow::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: url("/mydocomo/images_20m4/common/btn/oval_arrow_right_red_on_pink.png") no-repeat right center / 100% auto;
}
.c-listItem_disc,
.c-listItem_circle {
  margin-left: 1em;
  text-indent: -1em;
}
.c-listItem_disc {
  list-style-type: disc;
}
.c-listItem_circle,
.c-listItem_number {
  list-style-type: none;
}
.c-listItem_number {
  counter-reset: count 0;
}
.c-listItem_number li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-listItem_number li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  color: #093475;
}
.c-listItem_circle::before {
  display: inline;
  content: "●";
}
.c-btn_horizontalWrap {
  text-align: center;
}
.c-btn_horizontal {
  margin-bottom: 16px;
}
.c-btn_small {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 24px;
  border: 1px solid #DFE4E9;
  text-align: center;
  cursor: pointer;
}
.c-btn_small:hover {
  background: #f6f7f8;
}
.c-numbering_header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 10px 0;
}
.c-numbering_headerContents {
  width: calc(100% - 78px);
}
.c-numbering_headerText {
  font-size: 18px;
  font-weight: bold;
}
.c-numbering_number {
  width: 60px;
  margin-right: 18px;
}
.c-numbering_contents {
  margin-bottom: 18px;
  padding: 24px 16px;
}
.c-summary_contents {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 3px solid #E06684;
  text-align: center;
  padding: 32px 16px;
  margin-bottom: 8px;
}
.c-summary_contents_title {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 24px;
  font-weight: 700;
}
.c-summary_contents_body {
  background: #F2F3F4;
  border-radius: 8px;
  padding: 20px 10px;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-summary_contents_wrap {
  font-size: 16px;
}
.c-supportInfo_icon {
  width: 70px;
  margin: 0 auto -6px;
}
.c-supportInfo_title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 30px;
    line-height: 42px;
  }
  .c-title_m,
  .c-title_underlaye{
    font-size: 24px;
    line-height: 30px;
  }
  .c-image_downArrow {
   width: 210px;
  }
  .c-box_radius_inner.small,
  .c-box_radius_inner.middle {
    padding: 32px;
  }
  .c-btn_horizontalWrap {
    display: flex;
    justify-content: center;
  }
  .c-btn_horizontal {
    width: 264px;
    margin: 0 7px;
    margin-bottom: 0;
  }
  .c-numbering_header {
    align-items: center;
  }
  .c-numbering_content {
    margin-left: 0;
    margin-bottom: 48px;
    width: 100%;
  }
  .c-summary_contents {
    padding: 32px;
    margin-bottom: 24px;
  }
  .c-summary_contents_title {
    font-size: 24px;
    line-height: 30px;
  }
  .c-summary_contents_wrap {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 32px;
  }
  .c-summary_contents_body {
    flex: 0 0 334px;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .c-supportInfo_title {
    min-height: 77px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*=========
project
===================================*/
/* TOP */

/*planchangeGuide*/
.p-planChangeGuide_Q_wrap,
.p-planChangeGuide_A_wrap {
  padding: 12px;
  margin-bottom: 20px;
}
.p-planChangeGuide_A_wrap {
  text-align: center;
}
.p-planChangeGuide_Q {
  background: #ffe26e;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  text-align: left;
}
.p-planChangeGuide_Q_links {
  text-align: right;
}
.p-planChangeGuide_Q_link {
  margin: 2px 0 0 0;
}
.p-planChangeGuide_A_link {
  display: block;
}
.p-planChangeGuide_image {
  width: 200px;
  margin-bottom: 10px;
}
.p-planChangeGuide_title {
  font-size: 17px;
  font-weight: bold;
}
/* over ride */
.p-planChangeGuide_Q_link .thirdlevel-txtlink-s {
  font-size: 12px;
}
@media screen and (min-width: 980px) {
  /*over ride*/
  .p-planChangeGuide_image {
    width: 186px;
  }
  .p-planChangeGuide_A_title {
    font-size: 16px;
  }
  .p-planChangeGuide_Q_wrap,
  .p-planChangeGuide_A_wrap {
    padding: 12px 10px;
  }
}
@media screen and (min-width: 768px) {
  .p-planChangeGuide_Q {
    padding-left: 24px;
  }
  .p-planChangeGuide_title {
    font-size: 24px;
  }
  .p-planChangeGuide_Q_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-planChangeGuide_Q_links {
    text-align: right;
  }
  .p-planChangeGuide_A_title {
    min-height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .p-planChangeGuide_A_text {
    min-height: 63px;
  }
}
.p-oftenUsed_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-oftenUsed_listItem {
  width: 30%;
  margin-bottom: 12px;
}
.p-oftenUsed_link {
  display: block;
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
  -webkit-tap-highlight-color: #fff0b2;
}
.p-oftenUsed_icon {
  width: 64px;
  margin-bottom:10px;
}
.p-oftenUsed_title {
  font-size: 12px;
  line-height: 1.1;
  font-weight: bold;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-oftenUsed_title {
    font-size: 10px;
    height: auto;
  }
}
.p-caseOfTrouble_wrap {
  display: block;
  height: 100%;
  padding: 27px 24px;
  border-radius: 16px;
  position: relative;
}
.p-caseOfTrouble_wrap::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/mydocomo/images_20m4/common/btn/oval_arrow_right_red_on_pink.png") no-repeat top left / 100% auto;
  position: absolute;
  top: 24px;
  right: 16px;
}
.p-oftenUsed_link:hover,
.p-caseOfTrouble_wrap:hover,
.p-troubleSolving_wrap:hover {
  background: #F7F7F8;
}
.p-slider_A_link:hover .thirdlevel-btn-emphasis,
.p-caseOfTrouble_wrap:hover::after {
  opacity: .7;
}
.p-caseOfTrouble_listWrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.p-caseOfTrouble_unit {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-caseOfTrouble_unit {
    margin-bottom: 36px;
  }
}
.p-caseOfTrouble_unit:nth-child(2n) {
  margin-left: 4%;
}
.p-caseOfTrouble_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-right: 10px;
}
.p-caseOfTrouble_body {
  max-width: 135px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-oftenUsed_listItem {
    width: 15%;
    margin-bottom: 0;
  }
  .p-caseOfTrouble_title {
    font-size: 18px;
  }
  .p-caseOfTrouble_image {
    flex: 0 0 120px;
  }
}
.p-cautionLogin_wrap {
  width: 100%;
}
.p-cautionLogin_btn {
  display: flex;
  padding: 0px 40px 0px 80px;
  min-height: 90px;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  border: 1px solid #cc0033;
  border-radius: 16px;
  box-shadow: 0 0 5px rgb(0 0 0 / 16%);
  background-color: #ffffff;
  position: relative;
  background-image: url(/mydocomo/procedures/support/assist/material/images/icon_caution_login.png);
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 52px auto;
}
.p-cautionLogin_btn:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/mydocomo/images_20m4/common/btn/oval_arrow_right_red_on_pink.png) no-repeat center center / 100% auto;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}
@media screen and (min-width: 768px) {
  .p-cautionLogin_btn {
    font-size: 16px;
    padding: 0px 40px 0px 110px;
    min-height: 110px;
    background-position: 26px 50%;
    background-size: 72px auto;
  }
}

/*プラン選択*/
.p-flow_List {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}
.p-flow_ListItem {
  width: 50%;
  background: #CED4DC;
  border-radius: 8px;
  color: #fff;
  position: relative;
  padding: 10px 16px 10px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  font-size: 12px;
  height: 48px;
}
.p-flow_ListItem::after {
  content: "";
  width: 31px;
  height: 31px;
  border-radius: 5px;
  transform:
    rotate(45deg)
    skew(10deg, 10deg);
  background: #CED4DC;
  position: absolute;
  top: 8px;
  right: -10px;
  z-index: 1;
}
.p-flow_ListItem.is-current,
.p-flow_ListItem.is-current::after {
  background: #093475;
}
.p-planSummary {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #CC0033;
  text-align: center;
  padding: 18px;
  margin-bottom: 20px;
}
.p-planSummary_title {
  font-size: 18px;
  padding-bottom: 20px;
  font-weight: bold;
}
.p-planSummary_body {
  background: #F2F3F4;
  border-radius: 8px;
  padding: 20px 10px;
  font-weight: bold;
}
.p-planSummary_icon {
  width: 24px;
  margin: 18px auto;
}
.p-planHelp {
  display: flex;
  width: 100%;
  background: #fff;
  box-shadow: rgba(0,0,0,.1) 0 0 8px;
  justify-content: space-between;
  border-radius: 50px;
  margin-bottom: 20px;
}
.p-planHelp_item {
  flex-grow: 1;
  position: relative;
  font-size: 12px;
}
.p-planHelp_item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 80%;
  background: #dfe4e9;
  position: absolute;
  top: 10%;
  right: 0;
}
.p-planHelp_item:not(:first-child),
.p-planHelp_item:not(:last-child) {
  border-radius: 0;
}
.p-planHelp_link {
  display: block;
  padding: 20px 14px;
  text-align: left;
}
.p-planHelp_link:hover {
  background: #f6f7f8;
}
.p-planHelp_item:first-child .p-planHelp_link {
  border-radius: 50px 0 0 50px;
}
.p-planHelp_item:last-child .p-planHelp_link {
  border-radius: 0 50px 50px 0;
}
.p-planHelp_text {
  display: block;
  position: relative;
  padding-left: 20px;
}
.p-planHelp_text::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/mydocomo/procedures/support/assist/material/images/icon_planHelp.png) no-repeat top center / 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
.p-planSelect {
  display: flex;
  padding: 27px 16px;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
.p-planSelect_icon {
  flex: 0 0 92px;
  height: 92px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-planSelect_icon.gigaho_5g,
.p-planSelect_icon.gigahopremire_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho5.png");
}
.p-planSelect:hover .p-planSelect_icon.gigaho_5g,
.p-planSelect_input:checked + .p-planSelect .gigaho_5g,
.p-planSelect:hover .p-planSelect_icon.gigahopremire_5g,
.p-planSelect_input:checked + .p-planSelect .gigahopremire_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho5_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.gigaho_5g,
.p-planSelect.is-disabled .p-planSelect_icon.gigahopremire_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho5_no.png");
}
.p-planSelect_icon.gigalight_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight5.png");
}
.p-planSelect:hover .p-planSelect_icon.gigalight_5g,
.p-planSelect_input:checked + .p-planSelect .gigalight_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight5_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.gigalight_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight5_no.png");
}
.p-planSelect_icon.dataplus_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus5.png");
}
.p-planSelect:hover .p-planSelect_icon.dataplus_5g,
.p-planSelect_input:checked + .p-planSelect .dataplus_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus5_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.dataplus_5g {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus5_no.png");
}
.p-planSelect_icon.gigaho,
.p-planSelect_icon.gigahopremire {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho.png");
}
.p-planSelect:hover .p-planSelect_icon.gigaho,
.p-planSelect_input:checked + .p-planSelect .gigaho,
.p-planSelect:hover .p-planSelect_icon.gigahopremire,
.p-planSelect_input:checked + .p-planSelect .gigahopremire {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.gigaho,
.p-planSelect.is-disabled .p-planSelect_icon.gigahopremire {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigaho_no.png");
}
.p-planSelect_icon.gigalight {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight.png");
}
.p-planSelect:hover .p-planSelect_icon.gigalight,
.p-planSelect_input:checked + .p-planSelect .gigalight {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.gigalight {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_gigalight_no.png");
}
.p-planSelect_icon.dataplus {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus.png");
}
.p-planSelect:hover .p-planSelect_icon.dataplus,
.p-planSelect_input:checked + .p-planSelect .dataplus{
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus_on.png");
}
.p-planSelect.is-disabled .p-planSelect_icon.dataplus {
  background-image: url("/mydocomo/procedures/support/assist/material/images/icon_dataplus_no.png");
}
.p-planSelect:hover,
.p-planSelect_input:checked + .p-planSelect {
  background: #fff0b2;  
}
.p-planSelect.is-disabled,
.p-planSelect_input:disabled + .p-planSelect {
  pointer-events: none; 
}
.p-planSelect.is-disabled,
.p-planSelect.is-disabled .thirdlevel-alert-s {
  background: #ced4dc;
  color: #fff;
}
.p-planSelect_btn {
  text-align: center;
  margin-bottom: 32px;
}
/* over ride */
.p-planSelect_btn .thirdlevel-inactive {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-flow_List {
    width: 644px;
    margin: 0 auto 67px;
  }
  .p-flow_ListItem {
    font-size: 16px;
    height: auto;
  }
  .p-flow_ListItem::after {
    width: 28px;
    height: 28px;
    top: 7px;
  }
  .p-planSummary {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-planSummary_title {
    font-size: 20px;
    padding-bottom: 0;
    width: 320px;
  }
  .p-planSummary_body {
    width: 608px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-planSummary_text {
    width: 100px;
    margin: 0 86px;
  }
  .p-planSummary_icon {
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-planHelp {
    margin-bottom: 32px;
  }
  .p-planHelp_link {
    padding: 28px;
    text-align: center;
  }
  .p-planHelp_item {
    font-size: 16px;
  }
  .p-planHelp_text {
    display: inline-block;
    padding-left: 0;
    width: 204px;
  }
  .p-planHelp_text::before {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .p-planSelect_btnWrap {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .p-planSelect_btn {
    margin: 0 7px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .p-planSummary_text {
    margin: 0 46px;
  }
}

/* assist_change */
.p-tasks {
  margin-bottom: 20px;
}
.p-tasks_title {
  border-radius: 8px 8px 0 0;
  padding: 8px 0;
  background: #bac2cd;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.p-tasks_titleIcon {
  width: 15px;
  vertical-align: middle;
  margin-right: 5px;
}
.p-tasks_body {
  border-radius: 0 0 8px 8px;
  padding: 8px;
  background: #eef1f4;  
}
.p-stepTaskList_item {
  display: flex;
  width: 100%;
  padding-top:24px;
}
.p-stepTaskList_item:not(:last-child) {
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe4e9;
}
.p-stepTaskList_counter {
  flex: 0 0 32px;
  margin-right: 14px;
}
.p-counter_number {
  display: block;
  width: 100%;
  height: 32px;
  border-radius: 4px;
  background: #4a4f55;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 6px;
}
.p-stepTaskList_contents {
  flex: auto;
}
@media screen and (min-width: 768px) {
  .p-stepTaskList {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .p-stepTaskList_item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: none;
  }
  .p-stepTaskList_item {
    display: flex;
    width: 30%;
    margin: 0 1.5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-stepTaskList_item:nth-child(4) {
    position: relative;
  }
  .p-stepTaskList_item:nth-child(4)::after {
    content: "";
    width: 318%;
    height: 1px;
    background: #dfe4e9;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-tasks {
    display: flex;
    margin-bottom: 0;
  }
  .p-tasks_title {
    border-radius: 8px;
    padding: 8px;
    flex: 0 0 188px;
    position: relative;
  }
  .p-tasks_title::after {
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 5px;
    transform:
      rotate(45deg)
      skew(10deg, 10deg);
    background: #bac2cd;
    position: absolute;
    top: 7px;
    right: -9px;
    z-index: 100;
  }
  .p-tasks_body {
    border-radius: 0 8px 8px 0;
    padding: 8px 8px 8px 25px;
    flex: auto;
    margin-left: -5px;
    font-size: 16px;
  }
  .p-stepTaskList_text {
    min-height: 90px;
  }
}
@media screen and (max-width: 980px) {
  .p-tasks_body {
    font-size: 14px;
  }
}
/*over ride*/
.p-planchangeBtn .thirdlevel-btn-basic.thirdlevel-outside {
  padding: 8px;
  border-radius: 64px;
  height: 82px;
  line-height: 64px;
  position: relative;
}
.p-planchangeBtn .thirdlevel-btn-basic:after {
  content: none;
}
.p-planchangeBtn_icon {
  display: inline-block;
  width: 64px;
  position: absolute;
  left: 8px;
}
.p-planchangeBtn_txt {
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (max-width: 320px) {
  .p-planchangeBtn .thirdlevel-btn-basic.thirdlevel-outside {
    text-align: left;
  }
  .p-planchangeBtn_icon {
    margin-right: 20px;
    vertical-align: middle;
    position: static;
  }
  .p-planchangeBtn_txt {
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .p-planchangeBtn .thirdlevel-btn-basic.thirdlevel-outside {
    min-width: 280px;
    text-align: left;
  }
  .p-planchangeBtn_icon {
    margin-right: 20px;
    vertical-align: middle;
    position: static;
  }
  .p-planchangeBtn_txt {
    position: static;
  }
}
.p-planchangeBnr{
  margin: 0 auto;
  max-width: 304px;
}
.p-planchangeBnr a{
  display: block;
}
.p-planchangeBnr a:hover{
  opacity: 0.7;
}
.p-planchangeBnr_img{
  width: 100%;
}

/* life event */
.p-lifeEvent_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.p-lifeEvent_navItem {
  width: 30%;
  margin: 0 1.5% 8px;
}
.p-lifeEvent_navLink {
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
  padding: 10px;
  height: 100%;
  border-radius: 16px;
  color: #0F1533;
}
.p-lifeEvent_navLink:hover,
.p-lifeEvent_navLink.is-current {
  background: #fff0b2;
  border-radius: 16px;
}
.p-lifeEvent_figure {
  width: 100%;
}
.p-lifeEvent_figureText {
  font-size: 16px;
  line-height: 24px;
}
.p-lifeEvent_listQ {
  border-top: 1px solid #dfe4e9;
  margin-bottom: 24px;
}
.p-lifeEvent_listQItem {
  border-bottom: 1px solid #dfe4e9;
  background: url(/mydocomo/procedures/support/assist/material/images/icon_Q.png) no-repeat left center / 30px auto;
  padding: 20px 0 20px 44px;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-lifeEvent_nav {
    justify-content: center;
  }
  .p-lifeEvent_navItem {
    width: 18%;
    margin: 0 1%;
  }
  .p-lifeEvent_navLink {
    font-size: 16px;
    padding: 20px 16px;
    border: 1px solid #CFD0D6;
  }
  .p-lifeEvent_figureContent {
    display: flex;
    flex-direction: row-reverse;
  }
  .p-lifeEvent_figure {
    flex: 0 0 300px;
    margin-left: 40px;
  }
  .p-lifeEvent_figureText {
    flex: auto;
  }
}
.p-troubleSolving_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
  height: 100%;
}
.p-troubleSolving_image {
  flex: 0 0 100px;
  padding: 10px;
}
.p-troubleSolving_title {
  flex: auto;
  font-weight: bold;
  font-size: 16px;
  padding: 18px 44px 18px 5px;
  border-radius: 0 0 16px 16px;
  background: url(/mydocomo/images_20m4/common/btn/btn_arrow_right@2x.png) no-repeat 96% center / 20px auto;
}
.p-troubleSolving_family {
  background: #fff;
  border: 7px solid #ffe26e;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  font-weight: bold;
}
.p-troubleSolving_familyImage {
  width: 35%;
  margin: 0 auto;
}
.p-troubleSolving_familysPlan {
  padding: 10px 0;
}
.p-talk_wrap {
  margin: 0 auto 30px;
}
.p-talk_target {
  width: 100px;
  margin: 0 auto 30px;
  position: relative;
}
.p-talk_relationship {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5px 10px;
  background: #ccc;
  border-radius: 20px;
  color: #fff;
  width: 90px;
  text-align: center;
  line-height: 1.0;
}
.p-talk_relationship.familyA {
  background: #ffa700;
}
.p-talk_relationship.familyB {
  background: #ed4050;
}
.p-talk_relationship.familyC {
  background: #00aef1;
}
.p-talk_body {
  width: 100%;
  background: #fff0b2;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.p-talk_body.is-odd,
.p-talk_body.is-even {
  position: relative;
}
.p-talk_body.is-odd::before,
.p-talk_body.is-even::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: -20px;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #fff0b2 transparent;
}
.p-talk_body.is-odd::before {
  left: 20px;
}
.p-talk_body.is-even::after {
  right: 20px;
}
.p-discountResult_wrap,
.p-flowResult_wrap {
  background: #ffe26e;
  border-radius: 16px;
  padding: 14px;
}
.p-discountResult_inner,
.p-flowResult_inner {
  background: #fff;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.p-discountResult_body {
  text-align: center;
}
.p-discountResult_item {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-discountResult_number {
  background: #fff;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 0 8px;
  text-align: center;
}
.p-discountResult_arrow {
  position: relative;
  margin-bottom: 30px;
}
.p-discountResult_arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #ffcc00 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
}
.p-discountNumber_wrap {
  flex: 0 0 110px;
}
.p-discountNumber {
  display: inline-block;
  width: 95px;
  font-weight: bold;
  text-align: right;
}
.p-discountResult_moreWrap {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.p-discountResult_more {
  width: 100%;
}
.p-discountResult_moreImage {
  width: 30px;
  margin: 0 auto;
  margin-bottom: -17px;
  position: relative;
  z-index: 10;
}
.p-discountResult_moreText {
  width: 100%;
  background: rgba(255,255,255,0.3);
  position: relative;
  padding: 16px 6px;
  border-radius: 16px;
}
.p-flowResult_inner {
  margin-bottom: 0;
}
.p-talk_billBreakdown {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.p-flowResult_point {
  text-align: center;
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
}
.p-flowResult_pointText {
  display: block;
  color: #ffcc00;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /*IE11用*/
  *::-ms-backdrop, .p-troubleSolving_family {
    flex: 0 0 27%;
  }
  .p-troubleSolving_familysPlan {
    min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-talk_wrap {
    display: flex;
    justify-content: flex-start;
    max-width: 760px;
  }
  .p-talk_wrap.is-even {
    flex-direction: row-reverse;
  }
  .p-talk_target {
    flex: 0 0 140px;
    margin: 0 20px 0 0;
  }
  .p-talk_wrap.is-even .p-talk_target{
    margin: 0 0 0 20px;
  }
  .p-talk_relationship {
    bottom: auto;
    top: 178px;
  }
  .p-talk_body {
    width: calc(100% - 160px);
    min-height: 180px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .p-talk_body.is-odd::before,
  .p-talk_body.is-even::after {
    top: 50px;
  }
  .p-talk_body.is-odd::before {
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff0b2 transparent transparent;
    left: -20px;
  }
  .p-talk_body.is-even::after {
    border-width: 15px 0px 15px 20px;
    border-color: transparent transparent transparent #fff0b2;
    left: auto;
    right: -20px;
  }
  .p-discountResult_wrap,
  .p-flowResult_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 760px;
    margin: 0 auto;
  }
  .p-discountResult_wrap.case_child {
    display: block;  
  }
  .p-discountResult_upper {
    display: flex;
    justify-content: space-between;
  }
  .p-discountResult_inner {
    width: 48%;
    margin-bottom: 0;
  }
  .p-discountResult_inner::after {
    content: "";
    width: 81px;
    height: 81px;
    background: #fff;
    border-radius: 9px;
    transform: rotate(45deg) skew(20deg, 20deg);
    position: absolute;
    top: 50%;
    right: -35px;
    margin-top: -41px;
    z-index: -1;
  }
  .p-discountResult_inner.case_child::after {
    content: "";
    width: 64px;
    height: 64px;
    margin-top: -31px;
    right: -27px;
  }
  .p-discountResult_body {
    width: 45%;
    padding: 6px 16px;
    text-align: left;
  }
  .p-discountResult_more {
    width: 45%;
  }
  .p-discountResult_number {
    margin-top: 0;
  }
  .p-discountResult_arrow {
    margin-bottom: 8px;
  }
  .p-discountResult_arrow::after {
    content: none;
  }
  .p-flowResult_inner {
    display: flex;
    width: 100%;
  }
  .p-flowResult_point {
    text-align: left;
  }
  .p-troubleSolving_wrap {
    display: block;
  }
  .p-troubleSolving_title {
    min-height: 89px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 18px;
    border-top: 1px solid #f2f2f2;
    padding-left: 18px;
  }
  .p-troubleSolving_image {
    flex: none;
    padding: 10px 12px;/*temp*/
  }
  .p-troubleSolving_familyImage {
    width: 50%;
  }
}
.p-preSteper_parent {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-preSteper_parent .p-preSteper {
  padding-top: 6px;
}
.p-preSteper_title {
  font-weight: bold;
  padding: 14px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .p-preSteper_parent {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .p-preSteper_parent .p-preSteper {
    padding-top: 0;
  }
  .p-preSteper {
    flex: 0 0 240px;
    margin-right: 28px;
  }
  .p-preSteper_title {
    margin-bottom: 0;
  }
  .p-preSteper_body {
    flex: auto;
  }
}

/*=========
グループ回線変更のお手続き
=====================================*/
.p-groupList_link {
  display: block;
  padding: 18px 38px 18px 18px;
  font-weight: bold;
  position: relative;
  border: 1px solid #CFD0D6;
  border-radius: 16px;
}
.p-groupList_link:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/mydocomo/images_20m4/common/btn/oval_arrow_right_red_on_pink.png") no-repeat top left / 100% auto;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -12px;
}
.p-groupList_link:hover {
  border-radius: 16px;
  background: #F7F7F8;
}
.p-lifeEvent_nav.center {
  justify-content: center;
}
.p-groupcaution_checkList {
  position: relative;
  margin-left: 26px;
  text-indent: -27px;
  margin-top: 16px;
}
.p-groupcaution_checkList:before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  background: url("/mydocomo/procedures/support/assist/material/images/icon_check.png") no-repeat 0% 6px / 22px auto;
}
@media screen and (min-width: 768px) {
  .p-groupList_item {
    margin-bottom: 0;
  }
  .p-tasks_title.group {
    text-align: left;
    flex: initial;
    padding-right: 26px;
  }
}
.p-5gplan_checkList_subtitle {
  background: #fffad0;
}
/*プラン変更ガイド*/
.p-changeplan_title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-changeplan_titleIcon {
  display: block;
  flex: 0 0 60px;
  margin-right: 20px;
}
.p-changeplan_titleText {
  display: inline-flex;
  flex: auto;
}
.p-changeplan_alertBox {
  max-width: none;
  width: 100%; 
  margin-bottom: 32px;
}
@media screen and (min-width: 980px) {
  .p-changeplan_alertBox {
    max-width: 960px; 
  }
}
.p-changeplan_alertBox_inner {
  margin: 0 0 32px;
}
.p-changeplan_summary {
  text-align: left;
}
.p-changeplan_summaryTitle {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .p-changeplan_summaryTitle {
    font-size: 20px !important;
  }
}
.p-changeplan_summarySmall {
  font-size: 12px;
}
.p-changeplan_summarySmall.is-red,
.p-changeplan_summarySmall .is-red {
  color: red;  
}
.p-changeplan_changeImageBox {
  box-shadow: none;
}
.p-changeplan_changeImageColums {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 252px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.p-changeplan_changeImageColums:after {
  content: "";
  width: 36px;
  height: 36px;
  background: url("/mydocomo/procedures/support/assist/material/images/changeplan_arrow_fromto.png") no-repeat center center / 36px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-changeplan_changeImageColum {
  flex: 0 0 90px;
}
@media screen and (min-width: 768px) {
  .p-changeplan_changeImageColums {
    max-width: 380px;
  }
  .p-changeplan_changeImageColum {
    flex: 0 0 120px;
  }
}
.p-changeplan_referenceText {
  margin-top: 10px;
  padding: 5px 10px;
  background: rgb(238, 242, 244, 0.5);
}

/*=========
utility
===================================*/
.u-text_underline {
  text-decoration: underline;
}
.u-width_100 {
  width: 100%;
}
.u-hidden {
 display: none;
}
.u-align_left {
  text-align: left;
}
.u-align_right {
  text-align: right;
}
.u-sp_under {
  display: block;
}
.u-tab_over {
  display: none;
}
.u-hr_line {
  border-bottom: 1px solid #dfe4e9;
}
/*PC*/
@media screen and (min-width: 768px) {
  .u-sp_under,.u-pc_off {
    display: none;
  }
  .u-tab_over {
    display: block;
  }
}

