.p-explanation__description {
    font-weight: 500;
}

.view-image-sp {
    display: none;
}

.p-content__navigation {
    height: 70px;
}

.p-content__navigation .p-content__links {
    width: 989px;
    margin: 0 auto;
}

.p-content__navigation .p-content__links li {
    margin: 0 63px;
    color: #26455c;
    text-align: left;
}

.p-content__navigation .p-content__links li a {
    font-size: 18px;
    line-height: 25px;
    height: 4em;
}

.p-content__navigation .p-content__links li .step-counter span {
    line-height: 36px;
    width: 30px;
    height: 30px;
    border: solid 1px #26455c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.p-content__navigation .p-content__links li .step-counter span::before {
    margin: -4px auto;
    width: 10px;
    display: block;
}

.p-content__navigation .p-content__links li .step-counter.step1-counter span::before {
    content: '1';
}

.p-content__navigation .p-content__links li .step-counter.step2-counter span::before {
    content: '2';
}

.p-content__navigation .p-content__links li .step-counter.step3-counter span::before {
    content: '3';
}

.p-content__navigation .p-content__links li .step-counter[aria-selected=true] span {
    background-color: #26455c;
    color: #ffffff;
}

.p-content__navigation .p-content__links li a::after {
    font-family: 'FontAwesome';
    content: '\f0da';
    position: relative;
    left: 68px;
}

.p-content__navigation .p-content__links li:last-child a::after {
    content: '';
}

.p-content__body .p-section.p-tab__container {
    margin-bottom: 0;
    padding: 110px 0 0 0 !important;
}

.p-content__body .p-section.p-tab__container div {
    border-bottom: #26455c 1px solid;
}

.p-content__body .p-section.p-tab__container ul {
    display: flex;
    width: 780px;
    margin: 0 auto;
}

.p-content__body .p-section.p-tab__container ul li {
    width: 362px;
    height: 70px;
    background-color: #f2f4f5;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.p-content__body .p-section.p-tab__container ul li span {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__spacer {
    margin-right: 56px;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__selectable {
    border: #26455c 1px solid;
    border-bottom: #fff;
    background-color: initial;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__selectable::after {
    content: '';
    background-color: #fff;
    display: block;
    width: 360px;
    position: relative;
    height: 5px;
    bottom: -13px;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__selectable a {
    display: flex;
    color: #26455c;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__selectable a:hover {
    opacity: .5;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__border-left,
.p-content__body .p-section.p-tab__container ul li.p-tab__border-right {
    width: 0;
    height: 70px;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__border-left::before {
    content: '';
    width: 10px;
    height: 9px;
    background-color: #f2f4f5;
    display: block;
    position: relative;
    bottom: -61px;
    left: -9px;
}
.p-content__body .p-section.p-tab__container ul li.p-tab__border-left::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    display: block;
    position: relative;
    bottom: -51px;
    left: -9px;
    border: none;
    border-bottom: #f2f4f5 1px solid;
    border-right: #f2f4f5 1px solid;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__border-right::before {
    content: '';
    width: 10px;
    height: 9px;
    background-color: #f2f4f5;
    display: block;
    position: relative;
    bottom: -61px;
    left: -1px;
}
.p-content__body .p-section.p-tab__container ul li.p-tab__border-right::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    display: block;
    position: relative;
    bottom: -51px;
    left: -1px;
    border: none;
    border-bottom: #f2f4f5 1px solid;
    border-left: #f2f4f5 1px solid;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__border-left div {
    width: 11px;
    border-bottom: #26455c 1px solid;
    height: 1px;
    position: relative;
    bottom: -61px;
    left: -10px;
    z-index: 1;
}

.p-content__body .p-section.p-tab__container ul li.p-tab__border-right div {
    width: 11px;
    border-bottom: #26455c 1px solid;
    height: 1px;
    position: relative;
    bottom: -61px;
    left: -1px;
    z-index: 1;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-left::before {
    background-color: #ffffff;
    bottom: -62px;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-left::after {
    border-bottom: #26455c 1px solid;
    border-right: #26455c 1px solid;
    bottom: -52px;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-right::before {
    background-color: #ffffff;
    bottom: -62px;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-right::after {
    border-bottom: #26455c 1px solid;
    border-left: #26455c 1px solid;
    bottom: -52px;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-left div {
    display: none;
}

.p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__border-right div {
    display: none;
}

.p-content__body .p-section.has-tabs section:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.p-content__body .p-section.has-tabs section:first-child::before {
    display: none;
}

.p-content__body .p-section.has-tabs section:first-child .p-guide__header {
    margin-bottom: 14px;
}

.p-content__body .step-marker {
    display: flex;
    width: 131px;
    margin: 0 auto;
}

.p-content__body .step-marker li {
    margin-right: 10px;
}

.p-content__body .step-marker li:last-child {
    margin-right: 0;
}

.p-content__body .step-marker li span {
    display: flex;
    width: 30px;
    height: 30px;
    border: solid 1px #26455c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.p-content__body .step-marker .step-dots span::before {
    font-size: 18px;
    width: 10px;
    margin: -3px auto;
}

.p-content__body .step-marker .step-dots.step1-dot span::before {
    content: '1';
}

.p-content__body .step-marker .step-dots.step2-dot span::before {
    content: '2';
}

.p-content__body .step-marker .step-dots.step3-dot span::before {
    content: '3';
}

.p-content__body .step-marker .step-dots[aria-selected=true] span {
    background-color: #26455c;
    color: #ffffff;
}

.p-content__body .step-marker .step-dots::after {
    content: ' ';
    width: 21px;
    height: 1px;
    display: block;
    border-bottom: #26455c 1px solid;
    position: relative;
    top: -16px;
    left: 30px;
}

.p-content__body .step-marker .step-dots:last-child::after {
    content: '';
    border: none;
    display: none;
}

.p-content__body .p-guide__header .step-marker {
    margin-bottom: 24px;
}

.p-content__body .p-guide__header .p-guide__category,
.p-content__body .p-guide__header .c-heading {
    font-weight: 500;
}

.p-content__body .p-guide.no-endmarker {
    margin-bottom: 80px;
    padding-bottom: 0;
    margin-top: 70px;
}

.p-content__body .p-guide.no-endmarker.noend-cleanheader {
    margin-top: 0;
}

.p-content__body .p-guide.no-endmarker:not(:last-child)::before {
    display: none;
}

.p-content__body .p-guide {
    width: 1040px;
    margin: 0 auto;
}

.p-content__body .p-guide .sub-header-highlighted {
    color: #1470a7;
    font-size: 18px;
}

.p-content__body .p-explanation__image picture {
    margin-bottom: 22px;
    display: block;
}

.p-step__navigation .p-step__button a {
    width: 382.5px;
    height: 55px;
    padding: 16px 68.5px 20px 83px;
    background-color: #1884c4;
    color: #ffffff;
    margin: 0 auto;
    display: block;
}

.p-step__navigation .p-step__button a::before {
    font-family: "FontAwesome";
    content: '\f105';
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    top: -1px;
    left: -9px;
}

.p-footer__content {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
}

.p-explanation.no-ordermarker::before {
    display: none;
}

.skype-explanation-1 {
    margin-top: 50px;
    margin-bottom: 85px;
}

.skype-highlighted-text {
    text-decoration: underline;
    color:#1287cd;
}

.first-guide, .second-guide, .third-guide {
    padding-bottom: 95px !important;
}

.skype-no-endmarker:not(:last-child)::before {
    display: none;
}

.skype-no-endmarker {
    margin-top: 30px !important;
    padding-bottom: 40px !important;
}

.p2-heading, .p3-heading, .p4-heading {
    margin-top: 30px !important;
}

.skype-explanation-2 {
    margin-top: 0 !important;
}

.step2-skype-image-1 {
    position: absolute;
    bottom: 170px;
    left: 750px;
}

.p2-image-1 {
    margin-bottom: 50px !important;
}

.p2-image-2 {
    margin-bottom: 60px !important;
}

.dt-p3 {
    margin-top: 15px !important;
}

.p3-explanation::before {
    margin-top: 15px !important;
}

.skype-footer {
    padding-top: 40px;
}

@media screen and (max-width:959px) {
    .step2-skype-image-1 {
        position: relative;
        bottom: 0;
        left: 0;
    }

    .skype-explanation-1 {
        margin-bottom: 6px;
    }

    .view-image-sp {
        display: initial;
    }

    .view-image-pc {
        display: none !important;
    }

    .p-content__navigation {
        height: initial;
    }

    .p-content__navigation .p-content__links {
        width: 100%;
    }

    .p-content__navigation .p-content__links li {
        margin: 0;
    }

    .p-content__navigation .p-content__links li a {
        background-color: #f2f4f5;
        height: 48px;
    }

    .p-content__navigation .p-content__links li a[aria-selected=true] {
        background-color: #ffffff;
    }

    .p-content__navigation .p-content__links li .step-counter span {
        display: inline-block;
    }

    .p-content__navigation .p-content__links li a::after {
        content: '';
        width: 2px;
        height: 19px;
        border-left: #26455c 1px solid;
        display: block;
        top: 0px;
        left: 14px;
        z-index: 1;
    }

    .p-content__navigation .p-content__links li:nth-child(3) a::after {
        display: none;
    }

    .p-content__body .p-guide {
        width: 100%;
    }

    .p-content__body div:first-child {
        margin-top: -23px;
    }

    .p-content__body div:first-child .p-guide {
        margin-top: 46px;
    }

    .p-step__navigation .p-step__button a {
        width: 100%;
        padding: 1.3rem 0;
        text-align: center;
    }

    .p-content__body .p-section.p-tab__container ul {
        width: 336px;
    }

    .p-content__body .p-section.p-tab__container ul li {
        width: 168px;
        height: 48px;
    }

    .p-content__body .p-section.p-tab__container ul li span {
        font-size: 14px;
        margin: 10px auto;
    }

    .p-content__body .p-section.p-tab__container ul li.p-tab__spacer {
        margin-right: 0;
    }

    .p-content__body .p-section.p-tab__container ul li.p-tab__border-left,
    .p-content__body .p-section.p-tab__container ul li.p-tab__border-right {
        display: none;
    }

    .p-content__body .p-section.p-tab__container ul li[aria-selected=true].p-tab__selectable::after {
        width: 166px;
        bottom: 3px;
    }

    .p-content__body .p-guide__header .c-heading {
        font-size: 20px;
        margin-top: 44px;
    }

    .p-content__body .p-guide__header .c-heading.sub-header-highlighted {
        margin-top: 8px;
    }

    .p-explanation.no-ordermarker {
        margin-top: 0 !important;
    }

    .second-guide .view-image-sp {
        display: block;
    }

    .p-content__body .p2-image-2,
    .p-content__body .p-explanation__image,
    .p-content__body .p-explanation__image .u-cover {
        margin-bottom: 20px !important;
    }
}

.FixedArea.tb_pc {
    width: 100%;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    padding: 8px;
    background-color: #EBEEF1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc {
    	background: rgba(20, 24, 33, 0.40) !important;
    }
}
.FixedArea.tb_pc.-single {
	padding: 8px;
	background-color: transparent;
	display: none;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc.-single {
		display: block;
	}
}
.FixedArea.tb_pc.-show {
	pointer-events: auto;
	opacity: 1;
	z-index: 1000;
}
.FixedArea.tb_pc .Button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	border-radius: 8px;
	width: 100%;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	cursor: pointer;
	background-color: #FFED56;
	color: #141821;
	/* border-bottom: #E6D54E solid 4px; */
	transition: border 0.2s, transform 0.2s;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc .Button {
		max-width: 320px;
	}
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free {
	gap: 12px;
	min-width: 320px;
	height: 56px;
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free > *:last-child {
	line-height: 1.3;
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free ::after {
	border-radius: 8px;
}
.FixedArea.tb_pc p.FixedArea__button .FixedArea.tb_pc img {
	z-index: 1000;
}
.FixedArea.tb_pc span.red_area {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-size: 11px;
	letter-spacing: 0.55px;
	padding: 4px 16px;
	border-radius: 16px;
	background: #D03086;
	color: #fff;
	width: max-content;
}
.FixedArea.tb_pc span.red_area + span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
	height: 27px;
	display: flex;
	align-items: flex-end;
  }
.FixedArea.tb_pc span.red_area + span span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.75px;
}
.FixedArea.tb_pc span.red_area + span span.material-symbols-outlined {
	font-size: 27px;
	font-weight: 300;
}