@charset "utf-8";

/*************************************************************
 *	saisoncard parts.css
 ************************************************************/


/* --------------------------------------------------
		guide
-------------------------------------------------- */



/* --------------------------------------------------
		input
-------------------------------------------------- */
/* progressBar */
.progressBar {
	position: fixed;
	z-index: 100;
	top: -70px;
	left: 0;
	width: 100%;
	min-width: 970px;
	background-color: rgba(51,102,204,0.95);
}
.progressBar .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	padding: 15px 0;
}
.progressBar .start {
	margin-right: 20px;
}
.progressBar .bar {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 12px;
	margin-top: 8px;
	background-color: #2e529b;
	overflow: hidden;
	border-radius: 8px 8px;
}
.progressBar .bar span {
	display: block;
	width: 0%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 8px 8px;
}
.progressBar .end {
	margin-left: 20px;
	margin-right: 20px;
}
.progressBar .percent {
	background-color: #2e529b;
	padding: 2px 0;
	width: 90px;
	text-align: center;
	border-radius: 6px 6px;
}
/* skip__button */
.skip-button {
	position: fixed;
	z-index: 90;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.skip-button button {
	font-size: 1.8rem;
}
.skip-button button:disabled {
	cursor: default;
	color: #c8ced3;
	background: linear-gradient(to top, #f2f2f2 0%, #f6f6f6 100%), #ffffff;
}
/* parts */
.input-form .p-cts-box__body {
	font-size: 1.4rem;
}
.input-form .box-input {
	position: relative;
}
.input-form .box-input-optional-item input {
	background-color: #fff;
	border-color: #c8ced3;
}
.input-form .box-input-none input {
	border: none;
	box-shadow: none;
}
.input-form .p-2col,
.input-form .p-3col,
.input-form .p-4col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.input-form .p-2col > div,
.input-form .p-2col > li {
	width: 420px;
	margin: 30px 15px 0;
}
.input-form .p-2col > div:nth-child(-n+2),
.input-form .p-2col > li:nth-child(-n+2) {
	margin-top: 0;
}
.input-form .p-3col > div,
.input-form .p-3col > li {
	width: 270px;
	margin: 30px 15px 0;
}
.input-form .p-3col > div:nth-child(-n+3),
.input-form .p-3col > li:nth-child(-n+3) {
	margin-top: 0;
}
.input-form .p-4col > div,
.input-form .p-4col > li {
	width: 220px;
	margin: 30px 15px 0;
}
.input-form .p-4col > div:nth-child(-n+4),
.input-form .p-4col > li:nth-child(-n+4) {
	margin-top: 0;
}
.input-form .p-line--top {
	border-top: 2px solid #ebebeb;
}
.input-form .p-exText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.input-form .p-exText span {
	margin-right: 15px;
	font-size: 1.8rem;
	min-width: 120px;
}
.input-form .p-exText.ex01 span {
	margin-right: calc(15px + 1.0em);
}
.input-form .p-exText.ex02 span {
	margin-right: calc(15px + 2.0em);
}
.input-form .p-exText > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.input-form .p-date select {
	width: 230px;
	margin-right: 15px;
}
.input-form .p-date span {
	font-size: 1.8rem;
}
.input-form .p-zipcode li,
.input-form .p-tel li {
	display: inline-block;
}
.input-form .p-zipcode li span,
.input-form .p-tel li span {
	padding: 0 10px;
	font-size: 1.8rem;
}
.input-form .p-zipcode input,
.input-form .p-tel input {
	width: 240px;
}
.input-form .w420 {
	width: 420px;
}
.input-form .w250 {
	width: 250px;
}
.input-form .w125 {
	width: 125px;
}
.input-form .required {
	display: inline-block;
	font-size: 1.6rem;
	background-color: #3d6ecf;
	padding: 1px 14px 3px;
	border-radius: 6px 6px;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 20px;
}
.input-form label {
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 15px 20px;
	border: 3px #dd1a1a solid;
	display: inline-block;
}
.input-form label.one-select {
	cursor: default;
}
.input-form .p-label--box label,
.input-form .p-label--list label,
.input-form .p-label--card label {
	position: relative;
	display: block;
	border: 1px solid #c8ced3;
	box-sizing: border-box;
	padding: 20px 18px;
	font-size: 1.8rem;
	border-radius: 10px 10px;
	box-shadow: 0 4px 0 rgba(0,0,0,0.05);
	background: linear-gradient(to top, rgba(0,0,0,0.03) 0%, rgba(255,255,255,0.03) 50%);
}
.input-form .p-label--box label.select,
.input-form .p-label--list label.select,
.input-form .p-label--card label.select {
	color: #3366cc;
	border-color: #bfd3ea;
	background: linear-gradient(to top, rgba(241,248,255,1) 0%, rgba(244,249,255,1) 100%);
}
.input-form .p-label--box label.nonSelect,
.input-form .p-label--list label.nonSelect,
.input-form .p-label--card label.nonSelect {
	border-color: #d7d5c4;
	background: linear-gradient(to top, rgba(247,244,217,1) 0%, rgba(255,252,229,1) 50%);
}
.input-form .p-label--box label.error,
.input-form .p-label--list label.error,
.input-form .p-label--card label.error {
	color: #dd1111;
	border-color: #dd1111;
	background: linear-gradient(to top, rgba(255,213,213,1) 0%, rgba(255,228,228,1) 50%);
}
.input-form .p-label--box.disabled label,
.input-form .p-label--list.disabled label,
.input-form .p-label--card.disabled label {
	color: rgb(84,84,84);
	border-color: #c8ced3;
	background: #f5f5f5;
}
.input-form .p-label--box label.disabled,
.input-form .p-label--list label.disabled,
.input-form .p-label--card label.disabled {
	cursor: default;
	color: rgb(84,84,84);
	border-color: #c8ced3;
	background: #f5f5f5;
	opacity: 0.7;
}
.input-form .p-label--list label {
	border-radius: 0 0;
	box-shadow: none;
	position: relative;
	margin-top: -1px;
}
.input-form .p-label--list label.select {
	z-index: 1;
}
.input-form .p-label--list li:first-child label {
	border-radius: 10px 10px 0 0;
}
.input-form .p-label--list li:last-child label {
	border-radius: 0 0 10px 10px;
}
.input-form .p-label--box label,
.input-form .p-label--list label {
	padding-left: 61px;
}
.input-form .p-label--box .iradio,
.input-form .p-label--list .iradio,
.input-form .p-label--box .icheckbox {
	position: absolute;
	top: calc(50% - 15px);
	left: 18px;
}
.input-form .p-label--box .icheckbox.error {
	background-position: -102px 0;
}
.input-form .p-label--card label {
	text-align: center;
	padding-bottom: 30px;
}
.input-form .p-label--card .iradio {
	display: block;
	margin: 0 auto;
}
.input-form .p-label--card img {
	padding-top: 30px;
}
.input-form .p-label--card span {
	display: block;
	margin-top: 20px;
}
.input-form .p-box-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.input-form .p-box-image .image {
	margin-right: 25px;
}
.input-form .p-box-image .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.6rem;
}
.input-form .p-box-image .text.ac {
	-ms-flex-item-align: center;
	align-self: center;
}
.input-form .p-box-check label {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.input-form .p-box-check label span {
	-webkit-box-flex: 1;
	flex: 1;
}
.input-form .p-incdec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.input-form .p-incdec__box {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px;
	border: 1px solid #c8ced3;
}
.input-form .p-link09__button {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 0 0;
	border: none;
}
.input-form .p-incdec__decrease {
	left: 0;
	border-right: 1px solid #c8ced3;
}
.input-form .p-incdec__increase {
	right: 0;
	border-left: 1px solid #c8ced3;
}
.input-form .p-incdec__text {
	border: none;
	padding: 16px 88px;
}
/* plan-box */
.plan-box > ul > li:nth-child(n+4) {
	display: none;
}
.p-plan-box .box-01 {
	margin-bottom: 20px;
}
.p-plan-box .box-01 .icons {
	margin-bottom: 20px;
}
.p-plan-box .box-01 .icons .text {
	float: left;
}
.p-plan-box .box-01 .icons .icon {
	margin-left: 315px;
	letter-spacing: -0.4em;
}
.p-plan-box .box-01 .icons .icon li {
	display: inline-block;
	letter-spacing: 0;
	margin-left: 15px;
	width: 80px;
	height: 80px;
	vertical-align: top;
	font-size: 0;
	background-image: url(/cardapp3/simple/img/icon_safe_2-f0a6e4f8f2b73d79742fb8a8c37f19aa.png);
	background-size: 80px auto;
}
.p-plan-box .box-01 .icons .icon li.icon--01 {
	background-position: 0 0;
}
.p-plan-box .box-01 .icons .icon li.icon--02 {
	background-position: 0 -80px;
}
.p-plan-box .box-01 .icons .icon li.icon--03 {
	background-position: 0 -160px;
}
.p-plan-box .box-01 .icons .icon li.icon--04 {
	background-position: 0 -240px;
}
.p-plan-box .box-01 .icons .icon li.icon--05 {
	background-position: 0 -320px;
}
.p-plan-box .box-01 .icons .icon li.icon--06 {
	background-position: 0 -400px;
}
.p-plan-box .box-01 .icons .icon li.icon--07 {
	background-position: 0 -480px;
}
.p-plan-box .box-01 .icons .icon li.icon--08 {
	background-position: 0 -560px;
}
.p-plan-box .box-01 .icons .icon li.icon--09 {
	background-position: 0 -640px;
}
.p-plan-box .box-01 .icons .icon li.icon--10 {
	background-position: 0 -720px;
}
.p-plan-box .box-01 .icons .icon li.icon--11 {
	background-position: 0 -800px;
}
.p-plan-box .box-01 .icons .icon li.icon--12 {
	background-position: 0 -880px;
}
.p-plan-box .box-01 .icons .icon li.icon--13 {
	background-position: 0 -960px;
}
.p-plan-box .box-01 .icons .icon li.icon--14 {
	background-position: 0 -1040px;
}
.p-plan-box .box-02 {
	position: relative;
	display: table;
	border: 1px solid #cbd6d9;
	width: 100%;
}
.p-plan-box .box-02 .check {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	background-color: #f1f4f5;
	border-right: 1px solid #cbd6d9;
}
.p-plan-box .box-02 .check.error {
	background-color: #ffe4e4;
}
.p-plan-box .box-02 .check .icheckbox {
	margin-right: 0;
}
.p-plan-box .box-02 .course {
	display: table-cell;
	vertical-align: middle;
	width: 145px;
	background-color: #f1f4f5;
	border-right: 1px solid #cbd6d9;
	padding: 20px 20px;
}
.p-plan-box .box-02 .text {
	display: table-cell;
	padding: 20px 20px;
}
.plan-agreement label.disabled {
	cursor: default;
	color: #999999;
}
.plan-agreement label.disabled .icheckbox {
	opacity: 0.5;
}
/* familyCard-box */
.familyCard-button {
	text-align: center;
	margin-top: 60px;
	letter-spacing: -0.4em;
}
.familyCard-button a {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 20px;
}
.familyCard-button a span {
	display: inline-block;
	position: relative;
	padding-left: 35px;
}
.familyCard-button a span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 16px;
	border-top: 2px solid #3366cc;
}
.familyCard-button a.plus span:after {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 7px;
	height: 16px;
	border-left: 2px solid #3366cc;
}
/* mail */
.cord-button.disabled {
	opacity: 0.5;
	cursor: default;
}
.cord-button.disabled span {
	display: inline-block;
}
.cord-button span {
	display: none;
}
/* revo */
.revo-box .p-cts-box__body {
	padding-top: 0;
}
.revo-box-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.revo-box-list > div {
	width: 390px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #b9b9b3;
	border-radius: 10px 10px;
	padding: 12px 0;
}
.revo-box-list > div span {
	color: #e63679;
}
/* Individual */
.jrexpress_button {
	width: auto;
	min-width: 360px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}
.my-payaccount-list li {
	width: 390px !important;
	margin: 10px 15px 0 !important;
	background-color: #ffffff;
	border: 1px solid #d7d5c4;
	border-radius: 10px 10px;
	padding: 20px 18px;
	box-sizing: border-box;
}
.my-payaccount-list li:nth-child(-n+2) {
	margin-top: 0 !important;
}


/* --------------------------------------------------
		confirm
-------------------------------------------------- */
.confirm-table {
	width: 100%;
}
.confirm-table th {
	border: 1px solid #cbd6d9;
	padding: 25px 25px;
	box-sizing: border-box;
	width: 260px;
	color: #5b6574;
	background-color: #f7f9fb;
}
.confirm-table td {
	border: 1px solid #cbd6d9;
	padding: 25px 25px;
	box-sizing: border-box;
}
.confirm-table .title {
	color: #ffffff;
	background-color: #5b6573;
}


/* --------------------------------------------------
		thanks
-------------------------------------------------- */
.step-list.thanks li {
	width: 260px;
}
.step-list.thanks-vertical {
	display: block
}
.step-list.thanks-vertical li {
	width: 100%;
	margin: 0 0 40px 0;
	padding: 25px 30px;
	text-align: left;
}
.step-list.thanks-vertical li:after {
	content: "";
	display: table;
	clear: both;
	top: calc(100% + 12px);
	right: calc(50%);
	transform: rotate(90deg);
}
.step-list.thanks-vertical li:last-child {
	margin-bottom: 0;
}
.step-list.thanks-vertical li:last-child:after {
	border: none;
}
.step-list.thanks-vertical li .image {
	float: left;
}
.step-list.thanks-vertical li .body {
	padding-left: 120px;
}

/* number-box */
.number-box {
	text-align: center;
	border: 8px solid #cbd6d9;
	box-shadow: none;
	border-radius: 0 0;
	font-size: 2.0rem;
	color: #5b6574;
	font-weight: 700;
	padding: 50px 0;
}
.number-box span {
	display: inline-block;
	font-size: 3.8rem;
	line-height: 1.4;
	padding: 0 0.3em;
}

/* register-box */
.register-box {
	text-align: center;
	border: 8px solid #cbd6d9;
	box-shadow: none;
	border-radius: 0 0;
	padding: 50px 0;
	color: #5b6574;
}
.register-box .icon-arrow {
	position: relative;
	margin-bottom: 60px;
}
.register-box .icon-arrow:after {
	content: "";
	position: absolute;
	bottom: -57px;
	left: calc(50% - 20px);
	border: 20px solid transparent;
	border-top-color: #cbd6d9;
}

/* accept-box */
.accept-title span {
	font-weight: 700;
	font-size: 2.4rem;
	padding: 0 0.3em;
}
.accept-table {
	width: 100%;
}
.accept-table th {
	border: 1px solid #cbd6d9;
	padding: 25px 25px;
	box-sizing: border-box;
	background-color: #f7f9fb;
}
.accept-table td {
	border: 1px solid #cbd6d9;
	padding: 25px 25px;
	box-sizing: border-box;
}

.h3_annotation {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #707070;
    margin-bottom:20px;
}
.h3_annotation ul:not(.-numbered)>li::before {
    display: inline-block;
    margin-right: .7142857143em;
    margin-left: -1.5714285714em;
    content: "※";
}
.h3_annotation ul:not(.-numbered)>li {
    padding-left: 1.5714285714em;
}
@media screen and (max-width: 767px) {
    .h3_annotation {
        font-size: 3.46vw;
        margin-bottom:10px;
    }
}
.h3_annotation.btn_annotation {
    margin-top:-30px;
    text-align:center;
}
.head_annotation {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: .75rem 1.5rem;
    border: 2px solid #dd1a1a;
    color: #dd1a1a;
    font-weight:bold;
}
.head_annotation ul li {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 767px) {
    .head_annotation {
        font-size: 3.8vw;
    }
}

/* img_card */
.img_card {
    margin-bottom: 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .img_card {
        margin-bottom: 10px;
    }
}

/* agree */
.agree {
    text-align: center;
    margin: 70px auto 0;
}
.checkbox__input {
    display: none;
}
.checkbox__text {
    position: relative;
    cursor: pointer;
    font-size: 2.3rem;
    font-weight: bold;
    vertical-align: middle;
    color: #dd1a1a;
}
.agree img {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .agree {
        margin: 30px auto 0;
    }
    .checkbox__text {
        font-size: 1.9rem;
    }
}

/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 80%);
}
.modal-content {
    background-color: #fff;
    padding: 35px;
    max-width: 750px;
    width: 90%;
    position: absolute;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.close-button {
    color: #aaaaaa;
    font-size: 60px;
    position: absolute;
    right: 5px;
    top: -8px;
    line-height: 1;
}
.close-button:hover,
.close-button:focus {
    color: #7a7a7a;
    text-decoration: none;
    cursor: pointer;
    transition : all 0.3s;
}
.modal-content ul {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #dd1a1a;
    font-weight:bold;
}
.modal-content ul li {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 767px) {
    .modal-content {
        padding: 25px;
    }
    .close-button {
        font-size: 40px;
        top: -3px;
    }
    .modal-content ul {
        font-size: 3.8vw;
    }
}

.alert-box{
	margin-top: 20px;
	border: 3px #dd1a1a solid;
	padding: 20px;
	color: #dd1a1a;
	font-size: 2.0rem;
	font-weight: bold;
}
