@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
/* for SmartPhone */

/* バー式ステップ表示 */
div#stepBarBoxArea {
	padding: 20px 16px;
	font-size: 80%;
}

div#stepBarBox {
	width: 100% ;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}

.stepBar {
	list-style: none;
}

.stepBar li {
	width: 32%;
	font-size: 100%;
	font-weight: bold;
	line-height: 46px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px 0 35px;
	background: #9fbffd;
	display: inline-block;
	box-sizing: border-box;
}

.stepBar li small {
	font-size: 100%;
}

.stepBar li::after {
	position: relative;
	display: block;
	margin-top: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 22px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	transform: skew(-30deg);
	background: #9fbffd;
	border-right: 1px solid white;
}

.stepBar li::before {
	float: right;
	display: block;
	margin-bottom: -25px;
	margin-left: auto;
	margin-right: -25px;
	height: 21px;
	width: 20px;
	content: " ";
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-ms-transform: skew(30deg);
	-o-transform: skew(30deg);
	transform: skew(30deg);
	background: #9fbffd;
	border-right: 1px solid white;
}

.stepBar li:first-child {
	padding-left: 20px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-ms-border-radius: 5px 0 0 5px;
	-o-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.stepBar li:last-child {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-ms-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.stepBar li:last-child::before {
	border: 0;
	background: transparent !important;
}

.stepBar li:last-child::after {
	border: 0;
	background: transparent !important;
}

.stepBar li.current {
	background: #4590cb;
	color: #ffffff;
}

.stepBar li.current::before {
	background: #4590cb;
}

.stepBar li.current::after {
	background: #4590cb;
}

.stepBar li.current:last-child {
	/*margin-right: -35px; */
}

.stepBar li.current:last-child::before {
	border: 0;
	background: transparent !important;
}

.stepBar li.current:last-child::after {
	border: 0;
	background: transparent !important;
}

/* entry */
dl.entryDl {
	margin-top: 10px;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

dl.entryDl dt {
	vertical-align: top;
	color: #666666;
	border-left: 3px solid #4691ca;
	border-bottom: 1px solid #73c3cf;
	padding-left: 5px;
}

dl.entryDl dd {
	vertical-align: top;
	margin-top: 7px;
	color: #666666;
}

div#entryForm a.serviceRuleBtn {
	padding: 5px;
	text-align: center;
	background: #eefdff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
	color: #4590cb;
}

div#entryForm a.serviceRuleBtn:hover {
	color: #062f4f;
}


dl.entryDl dd input[type="text"], dl.entryDl dd input[type="tel"], dl.entryDl dd input[type="email"], dl.entryDl dd select {
	font-size: 100%;
	width: 100%;
	border: 1px solid #999999;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

dl.entryDl dd input[type="text"].nameForm {
	font-size: 100%;
	width: 90%;
	border: 1px solid #999999;
	margin: 4px 8px;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entryDl dd input[type="tel"].zipForm {
	font-size: 100%;
	width: 40%;
	border: 1px solid #999999;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

dl.entryDl dd input[type="tel"].nttNoForm {
	font-size: 100%;
	width: 20%;
	border: 1px solid #999999;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entryDl dd select.nttNoForm {
	font-size: 100%;
	width: 20%;
	border: 1px solid #999999;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entrySubDl dd input[type="text"].bankField, dl.entrySubDl dd select.bankField {
	font-size: 100%;
	width: 45%;
	border: 1px solid #999999;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
dl.entryDl dd input[type="text"].errorField, dl.entryDl dd input[type="tel"].errorField, dl.entryDl dd input[type="email"].errorField, dl.entryDl dd select.errorField, dl.entryDl dd input[type="number"].errorField {
	background-color: #ffdddd;
}

dl.entryDl dd textarea {
	width: 100%;
	font-size: 80%;
	height: 8em;
	border: 1px solid #999999;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ボタンカスタマイズ */
input.submitBtn, a.HomeLink {
	padding: 5px 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;	/* iOS処理 */
	background-color: #ac1a6d;
	border: 2px solid #7b0e4c;
	color: #ffffff;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3x;
	cursor: pointer;
	font-size: 150%;
}

input.submitNGBtn {
	padding: 5px 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;	/* iOS処理 */
	background-color: #dddddd;
	color: #bbbbbb;
	border: 2px solid #aaaaaa;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3x;
	cursor: default;
	font-size: 150%;
}

input.submitBtn:hover, a.HomeLink:hover {
	background-color: #dd69ab;
	color: #ac1a6d;
}

input.cancelBtn {
	padding: 5px 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;	/* iOS処理 */
	background-color: #cccccc;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3x;
	cursor: pointer;
}

input.cancelBtn:hover {
	padding: 5px 7px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-appearance: none;	/* iOS処理 */
	background-color: #dddddd;
	color: #555555;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3x;
	cursor: pointer;
}

/*チェックボックスのカスタマイズ */
.customCheckbox {
	display: none;
}
.customCheckbox + label {
	position: relative;
	display: inline-block;
	margin-right: 5px;
	padding-left: 35px;
	min-height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.customCheckbox + label::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin-top: 0px;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	content: url("../../image/check_off.png");
}
.customCheckbox:checked + label {

}
.customCheckbox:checked + label::before {
	content: url("../../image/check_on.png");
}
.customCheckbox:disabled + label {
	opacity: .3;
	cursor: not-allowed;
}

/* Error */
p.errorP {
	margin: 10px auto;
	margin-bottom: 20px;
	padding: 5px;
	background-color: #dc143c;
	color: #ffffff;
	border-radius: 3px; }

.c_error {
	color: #000000;
	background-color: #ff9900;
	margin-top: 8px;
	display: block;
	padding: 5px;
	border-radius: 3px;
}
.c_check {
	color: #000000;
	font-size: 120%;
	font-weight: bold;
}

/* 2016-10-02 ADD */
/* 住所検索ボタン */
.btnZIP {
	-webkit-appearance: none;
	font-size: 100%;
	width: 50%;
	border: 1px solid #999999;
	background-color: #cccccc;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 5px;
}

/* 2017-11-20 ADDED for Credit Card */
dl.entryDl dd input[type="text"].nameFormCCard {
	font-size: 100%;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #999999;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entryDl dd input[type="tel"].user_lz_id {
	font-size: 100%;
	width: 70%;
	-webkit-appearance: none;
	border: 1px solid #999999;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entryDl dd input[type="tel"].card_ban {
	font-size: 100%;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #999999;
	padding: 3px;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

select.pre_id { -webkit-appearance: none; }

ul.cardUL { list-style: none; width: 100%; border-bottom: 1px dotted #999999; margin-top: 1em; margin-bottom: 7px; }
ul.cardUL li.li_value { padding-bottom: 7px; }

dl.entryDl dd select.card_zokugara {
	font-size: 100%;
	height: 2.5em;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-appearance: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

dl.entryDl dd select.card_exp {
	font-size: 100%;
	width: 30%;
	height: 2.5em;
	border: 1px solid #999999;
	-webkit-appearance: none;
	border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* 2019-06-14 ADDED */
ul.messageUL {
	margin-left: 1em; }
