@charset "UTF-8";
/* CSS Document */

/* margin */
.ml03e { margin-left: 0.3em; }
.ml10e { margin-left: 1em;}
.ml13e { margin-left: 1.3em; }
.mr10e { margin-right: 1em;}

/* Entry Form
------------------------------------------------ */
div#entryForm {
	width: 100%;
	margin: 0 auto;
	padding: 20px 16px;
	font-size: 100%;
}

div#entryForm p {
	padding: 25px;
}

p.errorMessge {
	color: #ffffff;
	width: 100%;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	background-color: #dc143c;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

dl.entryDl {
	margin-top: 10px;
	margin-left: 20px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em; }
dl.entryDl dt {
	padding: 8px 0;
	vertical-align: top;
	color: #666666;
	display: inline-block;
	width: 30%; }
dl.entryDl dd {
	padding: 8px 0;
	vertical-align: top;
	line-height: 200%;
	color: #000000;
	display: inline-block;
	width: 65%; }

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="number"], dl.entryDl dd input[type="text"], dl.entryDl dd select {
	-webkit-appearance: none;
	font-size: 100%;
	width: 100%;
	height: 2em;
	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, dl.entryDl dd input[type="text"].zipForm {
	font-size: 100%;
	width: 40%;
	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"].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: 10%;
	height: 2em;
	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="number"].errorField, dl.entryDl dd select.errorField  {
	background-color: #ffdddd;
	margin-bottom: 5px;
}

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;
}

div#entryForm strong.require {
	font-size: 80%;
	font-weight: normal;
	margin-left: 5px;
	background-color: #dc143c;
	color: #ffffff;
	border-radius: 3px;
	padding: 2px 5px 2px 5px;
	margin-right: 5px;
}

div.checkLine {
	font-size: 120%;
	padding: 20px;
	width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #ffdee7;
}

/*チェックボックスのカスタマイズ */
.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;
}

/* バー式ステップ表示 */
div#stepBarBox {
	width: 100% ;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 30px;
}

.stepBar {
	list-style: none;
}

.stepBar li {
	width: 32%;
	font-size: 120%;
	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-left: 35px;
	padding-right: 40px;
	-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;
}

/* Error */
.c_error {
	color: #000000;
	background-color: #ff9900;
	padding: 5px;
	border-radius: 3px;
	margin-top: 7px;
	display: block;
}
.c_check {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

/* 住所検索ボタン */
.btnZIP {
	-webkit-appearance: none;
	font-size: 100%;
	width: 40%;
	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 CSS */

dl.entryDl dd input[type="number"].user_lz_id {
	font-size: 100%;
	width: 80%;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
}

dl.entryDl dd input[type="text"].nameFormCCard {
	font-size: 100%;
	width: 95%;
	border: 1px solid #999999;
	-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.pre_id {
	font-size: 100%;
	width: 15%;
	height: 2.5em;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
}

ul.cardUL { list-style: none; width: 100%; border-bottom: 1px dotted #999999; margin-bottom: 7px; }
ul.cardUL li { display: inline-block; padding: 7px 0; }
ul.cardUL li.li_name { width: 35%; vertical-align: top; }
ul.cardUL li.li_value { width: 60%; vertical-align: top; }
dl.entryDl dd select.card_zokugara {
	font-size: 100%;
	height: 2.5em;
	border: 1px solid #999999;
	-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.card_exp {
	font-size: 100%;
	width: 30%;
	height: 2.5em;
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 2019-06-14 ADDED */
ul.messageUL {
	margin-top: -1em;
	margin-left: 3em; }
