
/* common */
.flex-uniform-vertical{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  
  .flex-uniform-horizontal{
    display: flex;
    justify-content: space-between;
  }
  
  .note-text-bottom-exclusive::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(/ucar/resource/pages/contents/jpucar/assets/materials/icon_box.svg);
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-left: -1px;
  }

  a {
    cursor: pointer;
  }

  a:hover {
    color: #000;
  }

  .link-text {
    text-decoration: underline !important;
    font-weight: 600;
  }

  .link-text:hover {
    text-decoration: underline;
  }

  .js-acd-content {
    display: none;
  }

  #main p,
  #main span,
  #main li,
  #main div,
  #main a {
    letter-spacing: 0.04em;
  }

  /* main */
  #main {
    width: 1216px;
    padding-top: 48px;
    margin: 0 auto;
  }
  
  #main .title__main {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 24px;
    display: block;
    line-height: 48px;
  }

  #main section {
    margin-bottom: 72px;
  }
  
  @media all and (max-width: 767px) {
    #main {
      width: 100%;
      padding-bottom: 10px;
    }
  
    #main .title__main {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 24px;
    }
    #main .l-content__in__guide {
      margin: 0 16.5px;
    }
  }
  
  /* top */
  #top {
    margin-bottom: 72px;
  }
  
  #top .title__sub {
    font-size: 16px;
    padding-bottom: 24px;
  }

  #top .title__img img {
    width: 100%;
  }
  
  @media all and (max-width: 767px) {
    #top {
      margin:0;
    }
  
    #top .flex-img {
      width: 100%;
    }
  
    #top .title__sub {
      font-size: 16px;
      padding-bottom: 16px;
    }
  }
  
  /* charm */
  #charm {
    width: 100%;
    margin-bottom: 72px;
  }

  #charm .item-index {
    display: flex;
    justify-content: space-between;
  }
  
  #charm .item {
    width: 384px;
    height: 518px;
  }
  
  #charm .item-title {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }

  #charm .item-title img {
    width: 24px;
    height: 24px;
  }
  
  #charm .item-title__label {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding-top: 4px;
  }
  
  #charm .item-subtitle__label {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  
  #charm .item-icon__label {
    width: 384px;
    height: 120px;
    font-size: 16px;
    line-height: 24px;
  }
  
  #charm .item-description {
    width: 384px;
    height: 111px;
    padding: 24px;
    background: #f9f9f9;
  }
  
  #charm .item-description__text {
    color: #222222;
    font-size: 14px;
    line-height: 21px;
  }
  
  #charm .item-link {
    height: 21px;
  }

  #charm .link-button {
    margin-right: 0;
    padding: 0;
  }
  
  #charm .note-text-bottom-exclusive.link-button {
  	font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
  }
  
  @media all and (max-width: 767px) {
    #charm {
      display: block;
      max-width: 100%;
      margin-bottom: 72px;
    }
  
    #charm .item {
      display: block;
      height: auto;
      width: 100%;
    }

    #charm .item:not(:last-child) {
      margin-bottom: 48px;
    }

    #charm .item-index {
      display: flex;
      flex-direction: column;
    }

    #charm .item-title {
      height: 53px;
    }
  
    #charm .item-title__label {
      font-size: 16px;
    }
  
    #charm .item-subtitle__label {
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 16px;
    }
  
    #charm .flex-img {
      width: 100%;
      padding-bottom: 16px;
    }
  
    #charm .item-icon__label {
      width: 100%;
      height: 100%;
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 0;
    }
  
    #charm .item-description {
      width: 100%;
      height: auto;
      margin-top: 16px;
    }
  
    #charm .item-description__text {
      font-size: 12px;
      line-height: 18px;
    }
  
    #charm .item-button {
      margin-top:48px;
      width: 100%;
      height: 56px;
      justify-content: center;
      align-items: center;
      display: inline-flex;
      background-color: black;
    }
    
    #charm .item-button__text {
      color: white;
      font-size: 14px;
      font-weight: 600;
      line-height: 24px;
    }

    #charm .item-link {
      margin-top: 24px;
    }

    #charm .link-button {
      font-size: 12px;
    }
  }
  
  /* outlet */
  #outlet {
    width: 1008px;
    margin: 0 auto;
    margin-bottom: 72px;
    padding: 48px;
    background: #f9f9f9;
  }
  
  #outlet .item {
    width: 440px;
    height: 214px;
  }
  
  #outlet .item__title {
    align-self: stretch;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  
  #outlet .item__text {
    align-self: stretch;
    color: #222222;
    font-size: 16px;
  }
  
  #outlet .item__link {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
  }
  
  @media all and (max-width: 767px) {
    #outlet {
      display: block;
      padding: 24px;
      max-width: 100%;
      margin-bottom: 72px;
    }
  
    #outlet .flex-img {
      width: 100%;
      margin-bottom: 24px;
    }
  
    #outlet .item {
      display: block;
      width: 100%;
      height: auto;
    }
  
    #outlet .item__title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 16px;
    }
  
    #outlet .item__text {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 24px;
    }
  }
  
  /* flow01 */
  #flow01 {
    width: 1216px;
    margin: 0 auto;
    margin-bottom: 72px;
  }

  #flow01 .step-box {
    height: 264px;
    border: solid 1px #000;
    position: relative;
    padding: 49px;
  }

  #flow01 .step-box:not(:first-child) {
    margin-top: 48px;
  }

  #flow01 .step-box__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
  }

  #flow01 .step-box__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }
  @media all and (min-width: 768px) {
  	#flow01 .step-box__text {
  		max-width: 690px;
  	}
  }

  #flow01 .step-box img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  @media all and (max-width: 767px) {
    #flow01 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 72px;
    }

    #flow01 .step-box {
      height: auto;
      min-height: 212px;
      padding: 24px;
      padding-right: 118px;
    }
    
    #flow01 .step-box:not(:first-child) {
      margin-top: 16px;
    }
  
    #flow01 .step-box__title {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      margin-bottom: 8px;
      word-wrap: break-word;
    }
    
    #flow01 .step-box img {
      top: 0;
    }
  }

  /* flow02 */

  #flow02 img {
    width: 100%;
  }

  @media all and (max-width: 767px) {
    #flow02 {
      width: 100%;
      max-width: 100%;
      margin-bottom: 72px;
    }
  }

  /* mark */
  #mark .mark-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  #mark .mark-area:first-child {
    padding-bottom: 48px;
  }

  #mark .mark-area_text {
    font-size: 16px;
  }

  #mark .note-text {
    font-size: 12px;
    color: #666;
  }

  #mark img {
    height: 18px;
  }

  @media all and (max-width: 767px) {
    #mark {
      width: 100%;
      max-width: 100%;
      margin-bottom: 72px;
    }

    #mark .mark-area:first-child {
      padding-bottom: 24px;
    }  

    #mark .note-text {
      font-size: 10px;
    }  
  }

  /* question */
  #question {
    margin-bottom: 48px !important;
  }

  #question .tab-bar_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    height: 38px;
  }

  #question .tab-bar_list-item {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 2px solid #fff; 
    padding: 2px;
    padding-bottom: 0;
  }

  @media all and (min-width: 768px) {
    #question .tab-bar_list-item:hover {
      background-color: #F3F3F3;
    }
  }

  #question .tab-bar_list-item.is-shown {
    border-bottom: 2px solid #eb0a1e; 
  }

  #question .question-content {
    margin-top: 24px;
  }

  #question .content-index {
    width: 100%;
    position: relative;
    cursor: pointer;
  }

  @media all and (min-width: 768px) {
    #question .content-index:hover {
      background-color: #F3F3F3;
    }
  }

  #question .content-index::after {
    content: "";
    position: absolute;
    background-image: url(/ucar/guide/online-purchase/images/ico_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    transition: transform 0.2s ease-in-out;
    top: calc(50% - 5px);
    right: 10px;
  }

  #question .content-index.is-active::after {
    transform: rotate(180deg)
  }
    
  #question .content-index::before {
    content: "";
    position: absolute;
    background-image: url(/ucar/guide/online-purchase/images/ico_question.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: calc(50% - 11px);
    left: 0px;
  }

  #question .content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding: 16px 0;
    padding-left: 48px;
  }

	#question .content-text::before {
    content: "";
    position: absolute;
    background-image: url(/ucar/guide/online-purchase/images/ico_answer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: 18px;
  }
  
  #question .content-text {
    font-size: 16px;
    font-weight: 300;
  }
  
  #question .content-text p {
    margin-left: 48px;
  }

  #question .content-text p:first-child {
    padding-top: 16px;
  }

  #question .content-text p:last-child {
    padding-bottom: 24px;
  }

  @media all and (max-width: 767px) {
    #question {
      width: 100%;
      max-width: 100%;
      margin-bottom: 72px;
    }

    #question .tab-bar_list {
      height: 36px;
    }

    #question .tab-bar_list-item {
      font-size: 12px;
    }  

    #question .content-title {
      font-size: 16px;
      line-height: 24px;
      padding: 16px 40px 16px 48px
    }
  }

  /* foot */
  #foot .note-text-bottom-exclusive {
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
  }

  #foot .note-text-bottom-exclusive:first-child {
    margin-bottom: 24px;
  }

  #foot .note-text-bottom-exclusive::after {
    margin-left: 4px;
  }

  @media all and (max-width: 767px) {
    #foot {
      width: 100%;
      max-width: 100%;
      margin-bottom: 72px;
    }

    #foot .note-text-bottom-exclusive {
      font-size: 12px;
    }
  }
  
  /* online */
  #online {
    width: 100%;
  }
  
  #online .item {
    width: 1216px;
    height: 314px;
    padding: 48px;
    border: 1px black solid;
    position: relative;
  }
  
  #online .item__title {
    width: 653px;
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  
  #online .item__description {
    line-height: 18px;
  }
  
  #online .item__text {
    font-size: 12px;
  }
  
  #online .item__subtext {
    color: #666666;
    font-size: 12px;
  }
  
  #online .item-icon__label {
    font-size: 12px;
    margin-bottom: 8px;
  }
  
  #online .item-button {
    width: 310px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-color: black;
  }
  
  #online .item-button__text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  
  #online .item-img {
    height: 255px;
    width: 413px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  @media all and (max-width: 767px) {
    #online {
      display: block;
      height: auto;
      max-width: 100%;
    }
  
    #online .item {
      display: block;
      width: 100%;
      height: auto;
      padding: 23px;
    }
  
    #online .item__title {
      display: block;
      height: auto;
      width: calc(100% - 94px);
      font-size: 16px;
      line-height: 24px;
      padding-bottom: 8px;
    }
  
    #online .item__description {
      width: calc(100% - 94px);
      margin-bottom: 18px;
    }
  
    #online .item__text {
      font-size: 12px;
    }
  
    #online .item__subtext {
      font-size: 10px;
      line-height: 15px;
    }
  
    #online .item-button {
      margin-top: 24px;
      width: 100%;
      height: 42px;
    }
  
    #online .item-button__text {
      color: white;
      font-size: 14px;
    }
  
    #online .item-img {
      height: 178px;
      width: 110px;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
  
  /* tracking */
  #tracking {
    width: 100%;
    height: 112px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    position: fixed;
    bottom: 0;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  
  #tracking .item-button {
    width: 592px;
    height: 64px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    background-color: black;
  }
  
  #tracking .item-button__text {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  
  @media all and (max-width: 767px) { 
    #tracking {
      height: 104px;
      padding: 24px 16.5px;
    }
  
    #tracking .item-button {
      width: 100%;
      height: 56px;
    }
  
    #tracking .item-button__text {
      font-size: 14px;
    }
  }