﻿@charset "UTF-8";

/* ----------------------------------------------------------------------

リッチアップカード（PC）

---------------------------------------------------------------------- */
@media only screen and (min-width: 944px){

.sp{
	display: none !important;
}

#main_richupcard{
}
#wrapper {
  overflow: visible;
}

#mainContents {
  width: 100%;
  overflow: visible;
  color: #2d2925;
}

.page-richupcard {
  font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', 'メイリオ', Meiryo, sans-serif;
  color: #2d2925;
  font-size: 14px;
  line-height: 1.6;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.page-richupcard a {
  color: #c8102e;
}
.page-richupcard a:hover {
  color: #c8102e;
  text-decoration: none;
}
.page-richupcard img {
  width: 100%;
}
.page-richupcard p + p, .page-richupcard ul + p {
  margin-top: 10px;
}
.page-richupcard sup {
  font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 300;
  vertical-align: top;
}
.page-richupcard li {
  list-style: none;
}
.page-richupcard dt {
  font-weight: 600;
  margin-bottom: 4px;
}
.page-richupcard dt:not(:first-child) {
  margin-top: 18px;
}
.page-richupcard * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.p-heading--lv1 {
  border-left: 7px solid #c8102e;
  font-size: 134%;
  letter-spacing: .1em;
  margin-bottom: .8em;
  padding: 4px 0 4px 15px;
	font-weight: 600;
}
.p-heading--lv2 {
  position: relative;
  background: #f3f3f3;
  border-left: 4px solid #c8102e;
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 6px 16px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}
.p-heading--lv3 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #c8102e;
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 0 0 2px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
}

.p-text--note {
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}
.p-text--red {
  color: #c8102e;
}

.p-submit {
  margin-top: 60px;
  padding: 0 60px;
}
.p-submit a {
  text-decoration: none;
  color: #fff;
}
.p-submit a:hover {
  color: #fff;
}
.p-submit__label {
  position: relative;
  background: #c8102e;
  border-radius: 3px;
  width: 75%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}
a:hover .p-submit__label {
  background: #2d2925;
}
.p-submit__label::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-submit__signup {
  margin-top: 25px;
  text-align: center;
}
.p-submit__signup > .p-button {
  margin-top: 10px;
}

.p-button {
  margin-top: 20px;
  padding: 0 60px;
}
.p-button a {
  text-decoration: none;
  color: #c8102e;
}
.p-button a:hover {
  color: #2d2925;
}
.p-button__label {
  position: relative;
  border: 1px solid #c8102e;
  border-radius: 3px;
  width: 75%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 3;
  text-align: center;
}
a:hover .p-button__label {
  border: 1px solid #2d2925;
}
.p-button__label::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-button--return {
  margin-top: 60px;
}
.p-button--return .p-button__label::before {
  position: absolute;
  left: 15px;
  right: auto;
  border-width: 1px 0 0 1px;
}

.p-structure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-structure:not(:first-child) {
  margin-top: 20px;
}
.p-structure--2up .p-structure__item {
  width: calc(( 100% - ( 20px * 1 )) / 2 );
}
.p-structure--1by2 .p-structure__item--smaller {
  width: calc(( 100% - ( 20px * 1 )) / 3 * 1 );
}
.p-structure--1by2 .p-structure__item--larger {
  width: calc(( 100% - ( 20px * 1 )) / 3 * 2 );
}
.p-structure--2by3 .p-structure__item--smaller {
  width: calc(( 100% - ( 20px * 1 )) / 5 * 2 );
}
.p-structure--2by3 .p-structure__item--larger {
  width: calc(( 100% - ( 20px * 1 )) / 5 * 3 );
}

.p-caution {
  border: 1px solid;
  margin-top: 30px;
  padding: 25px 30px;
}

.p-pagetop {
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
}
.p-pagetop a {
  position: relative;
}
.p-pagetop a::after {
  display: inline-block;
  content: '';
  margin-left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #c8102e transparent transparent #c8102e;
  transform: rotate(45deg);
}

.p-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background: #2d2925;
  border-radius: 4px;
}
.p-nav__item {
  width: 20%;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
.p-nav__item a {
  display: block;
  border-radius: 2px;
  margin: 4px;
  padding: 12px 16px;
  text-decoration: none;
  color: #fff;
}
.p-nav__item a:hover {
  background: #c8102e;
  color: #fff !important;
}
.p-nav__item.is-active a {
  background: #c8102e;
  color: #fff !important;
  pointer-events: none;
}

.p-tokuten .p-heading--lv2 {
  position: relative;
  margin-top: 60px;
  padding-left: 160px;
  border-left: none;
}
.p-tokuten .p-heading--lv2::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: 'カードの特典';
  background: #c8102e;
  width: 142px;
  padding: 10px 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
.p-tokuten .p-heading--lv2::after {
  position: absolute;
  top: 50%;
  left: 142px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #c8102e;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.p-special > .p-structure--2up {
  width: 80%;
  margin: 20px auto 10px;
}
.p-special .p-structure--2by3 {
  -ms-flex-align: center;
  align-items: center;
}
.p-special__tabelText {
  -ms-flex-order: 2;
  order: 2;
}
.p-special__tabelImage {
  -ms-flex-order: 1;
  order: 1;
}
.p-special__point {
  color: #c8102e;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.p-worldpoint__point {
  color: #c8102e;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.p-cardinfo__thumb {
  position: relative;
  width: 260px;
  margin: auto;
}
.p-cardinfo__thumb > span {
  position: absolute;
  bottom: 0;
  left: -90px;
  display: block;
  background: #fff;
  border: 1px solid #c8102e;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding-top: 17px;
  color: #c8102e;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.p-cardinfo__name {
  position: relative;
  padding: 7px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
.p-cardinfo__table > table {
  width: 100%;
  border-collapse: collapse;
}
.p-cardinfo__table > table > tbody > tr > th {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.p-cardinfo__table > table > tbody > tr > th:not(:first-child) {
  margin-top: 30px;
}
.p-cardinfo__table > table > tbody > tr > th::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: #2d2925;
  opacity: .075;
}
.p-cardinfo__table > table > tbody > tr > td {
  position: relative;
  padding: 15px 25px 25px 15px;
  vertical-align: top;
}
.p-cardinfo__table > table > tbody > tr > td.notes {
  padding-top: 0;
}
.p-cardinfo__table > table > tbody > tr > td:nth-child(2) {
  padding: 15px 15px 25px 25px;
}
.p-cardinfo__table > table > tbody > tr > td:nth-child(2)::after {
  position: absolute;
  top: 10px;
  bottom: 25px;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  min-height: 1px;
  background: #d5d4d3;
}
.p-cardinfo__limitTable {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d5d4d3;
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
}
.p-cardinfo__limitTable th {
  border: 1px solid #d5d4d3;
  padding: 5px 15px;
}
.p-cardinfo__limitTable td {
  border: 1px solid #d5d4d3;
  padding: 5px 15px 5px 0;
}
.p-cardinfo__limitTable td:last-child {
  text-align: right;
}
.p-cardinfo__limitTable thead th,
.p-cardinfo__limitTable thead td {
  font-weight: 600;
  border: none;
}
.p-cardinfo__limitTable tbody th {
  background: #fff;
  border-right: none;
}
.p-cardinfo__limitTable tbody td {
  background: #fff;
  border-left: none;
}
.p-cardinfo__limitTable__indent {
  border-top: 0 !important;
  border-bottom: 0 !important;
  width: 10px;
}
.p-structure + .p-cardinfo__detail {
  margin-top: 30px;
}
.p-cardinfo__payment li:not(:first-child) {
  margin-top: 20px;
}
.p-cardinfo__payment li:first-child .p-button {
  margin-top: 5px;
}
.p-cardinfo__payment li:nth-of-type(2) > p {
  width: 65%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
.p-cardinfo__payment li:nth-of-type(2) .p-button {
  margin-top: 10px;
}

.p-inquiry__title {
  font-size: 16px;
  line-height: 1.6;
}
.p-inquiry__tel {
  width: 485px;
  margin-top: 0 !important;
}
.p-inquiry__aside {
  position: relative;
  padding: 20px 25px;
}
.p-inquiry__aside::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: #f3f3f3;
  border-radius: 4px;
}
.p-inquiry__aside p + p {
  margin-top: 4px;
}

.p-faq__nav {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 25px;
  margin-top: 25px;
}
.p-faq__navTitle {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.p-faq__navList li {
  margin-top: 4px;
}
.p-faq__list > li {
  border-bottom: 1px dashed;
  padding: 20px 0;
}
.p-faq__list > li:first-child {
  padding-top: 0;
}
.p-faq__listQuestion {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
.p-faq__listQuestion > p {
  position: relative;
  padding-left: 30px;
}
.p-faq__listQuestion > p::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: 'Q';
  background: #2d2925;
  color: #fff;
  width: 25px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.p-faq__listAnswer {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
}
.p-faq__listAnswer::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  content: 'A';
  background: #c8102e;
  color: #fff;
  width: 25px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.p-confirm__thumb {
  position: relative;
  width: 260px;
  margin: auto;
}
.p-confirm__thumb > img {
  width: 100%;
}
.p-confirm__thumb > span {
  position: absolute;
  top: -30px;
  left: -50px;
  display: block;
  background: #fff;
  border: 1px solid #c8102e;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding-top: 14px;
  color: #c8102e;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}
.p-confirm__name {
  position: relative;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.p-confirm .p-submit {
  margin-top: 20px;
  padding: 0 40px;
}
.p-confirm .p-submit button[type="submit"] {
  position: relative;
  border: none;
  border-radius: 4px;
  background: #c8102e;
  padding: 12px 0;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 3;
  text-align: center;
  line-height: 1.4;
}
.p-confirm .p-submit button[type="submit"]::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-confirm .p-submit button[type="submit"]:hover {
  background: #2d2925;
}
.p-confirm .p-submit .p-text--note {
  margin-top: 8px;
  text-align: center;
}
.p-confirm__table {
  margin-top: 60px;
  margin-bottom: 30px;
}
.p-confirm__table table {
  width: 100%;
  border-collapse: collapse;
}
}



/* ----------------------------------------------------------------------

リッチアップカード（SP）

---------------------------------------------------------------------- */
@media only screen and (max-width: 943px){

.pc{
	display: none !important;
}

.table1{
	width: 100%;
}
.table2{
	width: 0;
}
.table3{
	width: 0;
}
	
#main_richupcard{
}
#wrapper {
  overflow: visible;
}

#mainContents {
  width: 100%;
  overflow: visible;
  color: #2d2925;
}

.page-richupcard {
  font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', 'メイリオ', Meiryo, sans-serif;
  color: #2d2925;
  font-size: 13px;
  line-height: 1.5;
  padding-bottom: 60px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.page-richupcard a {
  color: #c8102e;
}
.page-richupcard img {
  width: 100%;
}
.page-richupcard p + p, .page-richupcard ul + p {
  margin-top: 10px;
}
.page-richupcard sup {
  font-family: YakuHanJP, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', 'メイリオ', Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 300;
  vertical-align: top;
}
.page-richupcard li {
  list-style: none;
}
.page-richupcard dt {
  font-weight: 600;
  margin-bottom: 4px;
}
.page-richupcard dt:not(:first-child) {
  margin-top: 18px;
}
.page-richupcard * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
	margin-right: auto;
	margin-right: auto;
}

.p-heading--lv1 {
  position: relative;
  border-left: 4px solid #c8102e;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 14px;
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.3;
  font-weight: 600;
}
.p-heading--lv1:not(:first-child) {
  margin-top: 40px;
}
.p-heading--lv2 {
  position: relative;
  background: #f3f3f3;
  border-left: 2px solid #c8102e;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-size: 17px;
  line-height: 1.6;
  line-height: 1.3;
  font-weight: 600;
}
.p-heading--lv3 {
  position: relative;
  display: inline-block;
  border-bottom: 2px solid #c8102e;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 0 0 5px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  line-height: 1.4;
}

.p-text--note {
  color: #666;
  font-size: 11px;
  line-height: 1.4;
}
.p-text--red {
  color: #c8102e;
}

.p-submit {
  margin-top: 30px;
}
.p-submit a {
  text-decoration: none;
  color: #fff;
}
.p-submit__label {
  position: relative;
  background: #c8102e;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 30px 12px 25px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.p-submit__label > span {
  display: inline-block;
}
.p-submit__label::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-submit__signup {
  margin-top: 25px;
  text-align: center;
}
.p-submit__signup > .p-button {
  margin-top: 10px;
}

.p-button {
  margin-top: 20px;
}
.p-button a {
  text-decoration: none;
  color: #c8102e;
}
.p-button__label {
  position: relative;
  border: 1px solid #c8102e;
  border-radius: 4px;
  width: 100%;
  padding: 10px 25px 8px 20px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.p-button__label > span {
  display: inline-block;
}
.p-button__label::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-button--return {
  margin-top: 25px;
}
.p-button--return .p-button__label::before {
  position: absolute;
  left: 15px;
  right: auto;
  border-width: 1px 0 0 1px;
}

.p-structure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-structure:not(:first-child) {
  margin-top: 20px;
}
.p-structure--2up .p-structure__item {
  width: calc(( 100% - ( 40px * 1 )) / 2 );
}
.p-structure--1by2 .p-structure__item--smaller {
  /*width: calc(( 100% - ( 20px * 1 )) / 3 * 1 );*/
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
.p-structure--1by2 .p-structure__item--larger {
  width: calc(( 100% - ( 20px * 1 )) / 3 * 2 );
}
.p-structure--2by3 .p-structure__item--smaller {
  width: calc(( 100% - ( 20px * 1 )) / 5 * 2 );
}
.p-structure--2by3 .p-structure__item--larger {
  width: calc(( 100% - ( 20px * 1 )) / 5 * 3 );
}

.p-caution {
  border: 1px solid;
  margin-top: 25px;
  padding: 20px 25px;
}

.p-pagetop {
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
  margin-top: 15px;
}
.p-pagetop a {
  position: relative;
  padding-right: 18px;
}
.p-pagetop a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  margin-top: -1px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #c8102e;
  width: 7px;
  height: 7px;
  vertical-align: 5px;
  transform: rotate(-45deg) translateY(-40%);
  box-sizing: border-box;
}

.p-nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #2d2925;
}
.p-nav__item {
  position: relative;
  border-bottom: 1px solid #fff;
  width: 50%;
  font-size: 13px;
  line-height: 1.5;
  line-height: 14px;
  font-weight: normal;
}
.p-nav__item:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  margin-top: -1px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  width: 8px;
  height: 8px;
  vertical-align: 5px;
  transform: rotate(-45deg) translateY(-50%);
  box-sizing: border-box;
}
.p-nav__item a {
  display: block;
  padding: 12px 30px 12px 20px;
  text-decoration: none;
  color: #fff;
}
.p-nav__item:nth-of-type(odd) {
  border-right: 1px solid #fff;
}
.p-nav__item:last-child, .p-nav__item:nth-last-of-type(2):nth-of-type(odd) {
  border-bottom: none;
}
.p-nav__item.is-active:after {
  display: none;
}
.p-nav__item.is-active a {
  background: #c8102e !important;
  color: #fff !important;
  pointer-events: none;
}
.p-nav--index .p-nav__item:not(.p-nav__item--faq):after {
  right: 8px;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg) translateY(-70%);
}

.p-tokuten {
  margin-right: 20px;
  margin-left: 20px;
}
.p-tokuten .p-heading--lv2 {
  position: relative;
  border-left: none;
  margin-top: 60px;
}
.p-tokuten .p-heading--lv2::before {
  position: absolute;
  top: -30px;
  left: 0;
  display: block;
  content: 'カードの特典';
  background: #c8102e;
  padding: 0 16px;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
}

.p-special > .p-structure--2up {
  margin: 20px auto 10px;
}
.p-special__tabelText, .p-special__tabelImage {
  text-align: center;
}
.p-special__point {
  color: #c8102e;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.p-worldpoint__point {
  color: #c8102e;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.p-cardinfo {
  margin-right: 20px;
  margin-left: 20px;
}
.p-cardinfo__thumb {
  position: relative;
  width: 70%;
  margin: auto;
}
.p-cardinfo__thumb > span {
  position: absolute;
  top: -15px;
  left: -25px;
  display: block;
  background: #fff;
  border: 1px solid #c8102e;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  padding-top: 11px;
  color: #c8102e;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}
.p-cardinfo__name {
  position: relative;
  padding: 7px;
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.p-cardinfo__table > table {
  width: 100%;
  border-collapse: collapse;
}
.p-cardinfo__table > table > tbody > tr > th {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 10px;
  width: 50%;
  font-weight: 600;
}
.p-cardinfo__table > table > tbody > tr > th:not(:first-child) {
  margin-top: 30px;
}
.p-cardinfo__table > table > tbody > tr > th::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: #2d2925;
  opacity: .075;
}
.p-cardinfo__table > table > tbody > tr:last-child td {
  padding-bottom: 0;
}
.p-cardinfo__table > table > tbody > tr > td {
  position: relative;
  padding: 15px 20px 25px 0;
  width: 50%;
  vertical-align: top;
}
.p-cardinfo__table > table > tbody > tr > td.notes {
  padding-top: 0;
}
.p-cardinfo__table > table > tbody > tr > td:nth-child(2) {
  padding: 15px 0 25px 20px;
}
.p-cardinfo__table > table > tbody > tr > td:nth-child(2)::after {
  position: absolute;
  top: 10px;
  bottom: 25px;
  left: 0;
  display: block;
  content: '';
  width: 1px;
  min-height: 1px;
  background: #d5d4d3;
}
.p-cardinfo__table > table > tbody > tr > td[colspan="2"] {
  padding-right: 0;
  padding-left: 0;
}
.p-cardinfo__limitTable {
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #d5d4d3;
  width: 100%;
  font-size: 11px;
  line-height: 1.4;
}
.p-cardinfo__limitTable tr {
  display: block;
  border-bottom: 1px solid #d5d4d3;
  border-left: 1px solid #d5d4d3;
}
.p-cardinfo__limitTable th {
  display: block;
  width: 100%;
  padding: 5px 12px;
  text-align: left;
  padding-bottom: 0;
}
.p-cardinfo__limitTable td {
  display: block;
  width: 100%;
  padding: 5px 12px 5px 0;
}
.p-cardinfo__limitTable td:last-child {
  text-align: right;
}
.p-cardinfo__limitTable tbody {
  display: block;
  padding-left: 10px;
}
.p-cardinfo__limitTable thead th,
.p-cardinfo__limitTable thead td {
  font-weight: 600;
  border: none;
}
.p-cardinfo__limitTable thead tr {
  border-left: none;
  border-bottom: none;
}
.p-cardinfo__limitTable tbody tr:first-child {
  border-top: 1px solid #d5d4d3;
}
.p-cardinfo__limitTable tbody tr:last-child {
  border-bottom: none;
}
.p-cardinfo__limitTable__indent {
  display: none !important;
}
.p-structure + .p-cardinfo__detail {
  margin-top: 30px;
}
.p-cardinfo__payment li:not(:first-child) {
  margin-top: 20px;
}
.p-cardinfo__payment li:first-child .p-button {
  margin-top: 5px;
}
.p-cardinfo__payment li:nth-of-type(2) > p {
  margin-top: 10px;
}
.p-cardinfo__payment li:nth-of-type(2) .p-button {
  margin-top: 10px;
}

.p-flow {
  margin-right: 20px;
  margin-left: 20px;
}

.p-inquiry {
  margin-right: 20px;
  margin-left: 20px;
}
.p-inquiry__title {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 5px !important;
}
.p-inquiry__tel a {
  display: block;
  border: 1px solid;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 20px;
  color: #2d2925 !important;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.p-inquiry__tel a > .small {
  font-size: 13px;
  line-height: 1.5;
}
.p-inquiry__aside {
  position: relative;
  padding: 20px 35px;
  background: #f3f3f3;
  border-radius: 4px;
}
.p-inquiry__aside p + p {
  margin-top: 2px;
}

.p-faq {
  margin-right: 20px;
  margin-left: 20px;
}
.p-faq__nav {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 20px;
  margin-top: 20px;
}
.p-faq__navTitle {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
.p-faq__navList li {
  margin-top: 2px;
}
.p-faq__list > li {
  border-bottom: 1px dashed;
  padding: 20px 0;
}
.p-faq__list > li:first-child {
  padding-top: 0;
}
.p-faq__listQuestion {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
}
.p-faq__listQuestion > p {
  position: relative;
  padding-left: 28px;
}
.p-faq__listQuestion > p::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: 'Q';
  background: #2d2925;
  color: #fff;
  width: 20px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.p-faq__listAnswer {
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
}
.p-faq__listAnswer::before {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  content: 'A';
  background: #c8102e;
  color: #fff;
  width: 20px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.p-confirm {
  margin-right: 20px;
  margin-left: 20px;
}
.p-confirm__thumb {
  position: relative;
  width: 50%;
  margin: auto;
}
.p-confirm__thumb > span {
  position: absolute;
  top: -20px;
  left: -40px;
  display: block;
  background: #fff;
  border: 1px solid #c8102e;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  padding-top: 11px;
  color: #c8102e;
  font-size: 12px;
  line-height: 1.22;
  text-align: center;
}
.p-confirm__name {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
.p-confirm .p-submit {
  margin-top: 10px;
}
.p-confirm .p-submit button[type="submit"] {
  border: none;
  position: relative;
  background: #c8102e;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 30px 12px 25px;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.p-confirm .p-submit button[type="submit"]::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  border-width: 0 1px 1px 0;
  border-color: initial;
  border-style: solid;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg) translateY(-50%);
}
.p-confirm .p-submit button[type="submit"]:hover {
  background: #2d2925;
}
.p-confirm .p-submit .p-text--note {
  margin-top: 8px;
  text-align: center;
}
.p-confirm__table {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-confirm__table table {
  width: 100%;
  border-collapse: collapse;
}
.p-confirm__table table tr {
  display: block;
}
.p-confirm__table table td {
  display: block;
}
.p-confirm__table table td + td {
  margin-top: 40px;
}
}

