@charset "UTF-8";

body {
	background-color: #FFFFFF;
}

#cmnmsg,
#footer {
	color: #666666;
}

#title {
	background-color: #0000FF;
	color: #FFFFFF;
}

#enqt,
#submit,
#err,
.a-txt {
	background: #FFFFFF;
}

#msg {
	color: #000000;
	background-color: #FFFFFF;
}

#err {
	color: #FF0000;
}

td #err,
.icn-req,
.icn-req-nodisp-err {
	background-color: #FF0000;
}

td #err:after {
	border-color: transparent transparent #FF0000 transparent;
}

.q-txt {
	color: #000000;
}

.q-num,
#step-set ul li.active {
	border-color: #CCCCFF;
}

.a-txt {
	color: #000000;
}

.ex-txt {
	color: #333333;
}

.tbl {
	border-color: #DDDDDD;
}

#submit input[type="submit"] {
	background-color: #0087DC;
}

a {
	color: #0000FF;
}

/* ▲システムで制御
----------------------------------------------------------------------------- */



/* レイアウト
----------------------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.6;
	font-family: "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif, monospace;
}

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
}

a,
a:link,
a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	overflow: hidden;
}

img {
	border: none;
}

#container {
	width: 100%;
	background-color: transparent;
}


/* 共通ヘッダー */
#cmnmsg {
	text-align: center;
	margin: 0 auto;
}

/* タイトル */
#title {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
	width: 100%;
}

/* メッセージ文 */
#msg {
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* フォーム入力項目エリア */
#enqt {
	margin: 0 auto;
	border: 0;
}

#enqt table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

#enqt table td {
	vertical-align: top;
}

#enqt table.tbl {
	/* 1項目 */
	margin: 10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#enqt td.q-txt {
	/* 項目タイトル */
	padding: 4px;
	font-weight: bold;
	word-break: break-all;
}

.q-num {
	border-left-width: 3px;
	border-left-style: solid;
}

#enqt td.a-txt {
	/* 入力・表示エリア */
	padding: 4px 0 10px 0;
	line-height: 1.8;
	border: 0;
}

#enqt td.a-txt td {
	white-space: normal !important;
}

#enqt td.a-txt .a-font {
	/* checkbox, radio のラベルエリア */
}

#enqt td.a-txt .ex-txt {
	/* 汎用 */
	font-size: 14px;
}

.a-font {}

/* エラーメッセージ */
#err {
	margin: 0 auto;
	padding: 5px 0;
	word-wrap: break-word;
}

#enqt td #err {
	position: relative;
	top: 5px;
	padding: 5px 15px;
	width: auto;
	min-width: 115px;
	height: auto;
	color: #ffffff;
	z-index: 0;
	margin-bottom: 10px;
	border-radius: 3px;
}

#enqt td #err:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 25px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
}

#err pre {
	/* 仮登録エラー画面用 */
	white-space: pre-wrap;
	word-break: break-all;
}

/* サブミットボタン */
#submit {
	margin: 0 auto;
	padding: 30px 0 50px 0;
	text-align: center;
}

/* 共通フッター */
#footer {
	text-align: center;
	margin: 0 auto;
}


/* 現在使用されていないタグ */
#headerimg,
#titleimg,
#footerimg,
#header,
.alert-txt,
.q-num {}

/* 手動で設定用 */
.icn-req,
.icn-req-nodisp-err {
	margin: 0 0 0 6px;
	padding: 4px;
	color: #ffffff;
	font-size: 70%;
	border-radius: 4px;
	vertical-align: 0.2em;
}

#err>.icn-req-nodisp-err {
	display: none;
}

.icn-opt,
.icn-opt-nodisp-err {
	margin: 0 0 0 6px;
	padding: 4px;
	color: #ffffff;
	font-size: 70%;
	border-radius: 4px;
	vertical-align: 0.2em;
	background: #999999;
}

#err>.icn-opt-nodisp-err {
	display: none;
}

#step-set {
	overflow: hidden;
	margin: 0 auto 20px;
	width: 80%;
	max-width: 300px;
	min-width: 240px;
}

#step-set ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#step-set ul li {
	float: left;
	padding: 3px 0;
	width: 33.33333%;
	text-align: center;
	border-bottom: 3px solid #dddddd;
}


/*form input, textarea, select
----------------------------------------------------------------------------- */
/*form reset*/
#enqt td.a-txt input,
.a-txt button,
.a-txt textarea,
.a-txt select,
#submit input,
#submit button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: bottom;
	line-height: 1;
}

#enqt td.a-txt input[type="text"],
#enqt td.a-txt input[type="password"],
#enqt td.a-txt textarea,
#enqt td.a-txt select {
	margin: 4px;
	padding: 6px;
	height: auto;
	vertical-align: middle;
	outline: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 100%;
	max-width: 100%;
	border-radius: 2px;
}

#enqt td.a-txt input[type="text"]:focus,
#enqt td.a-txt input[type="password"]:focus,
#enqt td.a-txt textarea:focus,
#enqt td.a-txt select:focus {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#enqt td.a-txt select {
	padding: 6px 20px 6px 8px;
	background-image: url("../img/select.svg");
	background-repeat: no-repeat;
	background-position: right center;
}

/* IE9 */
#enqt td.a-txt select:not(:target) {
	padding-right: 5px\9;
}

/* IE10 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	#enqt td.a-txt select {
		padding-right: 20px !important;
	}
}

/* IE10 */
#enqt td.a-txt select::-ms-expand {
	display: none;

}

#enqt td.a-txt input[type="text"]:focus,
#enqt td.a-txt input[type="password"]:focus,
#enqt td.a-txt textarea:focus,
#enqt td.a-txt select:focus {
	box-shadow: 0 0 5px #9fcdfb;
	border: 1px solid #9fcdfb;
}

/* input type="radio" のみ */
/* input type="checkbox" のみ */
#enqt td.a-txt input[type="radio"],
#enqt td.a-txt input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #cccccc;
	background: #ffffff;
	vertical-align: -0.2em;
	margin: auto 4px;
}

#enqt td.a-txt input[type="radio"] {
	border-radius: 30px;
}

#enqt td.a-txt input[type="checkbox"] {
	border-radius: 2px;
}

#enqt td.a-txt input[type="radio"]:checked:after,
#enqt td.a-txt input[type="checkbox"]:checked:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

#enqt td.a-txt input[type="radio"]:checked:after {
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: #419bf9;
	border-radius: 30px;
}

#enqt td.a-txt input[type="checkbox"]:checked:after {
	width: 16px;
	height: 8px;
	margin-top: -8px;
	border-left: 3px solid #419bf9;
	border-bottom: 3px solid #419bf9;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* input type="submit" のみ */
/* ボタン */
#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="submit"],
#submit input[type="button"],
button.pl-deleteButton {
	overflow: visible;
	cursor: pointer;
	border-radius: 3px;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

#enqt td.a-txt input[type="submit"],
#enqt td.a-txt input[type="button"],
#submit input[type="button"],
button.pl-deleteButton {
	background: #ddd;
}


#err+input[type="button"] {
	/* 仮登録エラー画面用 */
	position: relative;
	left: 50%;
	width: 200px;
	margin: 30px 0 30px -100px;
}

#enqt td.a-txt input[type="button"] {
	margin: 4px 6px;
}

#enqt td.a-txt input[type=file]::-webkit-file-upload-button {
	-webkit-appearance: none;
	border: 0;
	overflow: visible;
	cursor: pointer;
	border-radius: 3px;
	padding: 12px 10px;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
	background-color: #ddd;
}

#submit input[type="submit"],
#submit input[type="button"] {
	padding: 16px 20px;
	height: auto;
	font-size: 18px;
	font-weight: bold;
	margin: 0 10px;
}

#submit input[type="submit"] {
	color: #ffffff;
}

/* input type="reset" のみ */
#submit input[type="reset"] {
	display: none;
}

/* URL */
#url {
	text-align: center;
	margin: 30px 0;
}


/* responsive PC
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {

	#title,
	#msg,
	#enqt,
	#submit,
	#err {
		width: 800px;
		padding-left: 30px;
		padding-right: 30px;
	}

	#cmnmsg,
	#footer {
		width: 800px;
	}

	#err #err {
		/* 仮登録エラー画面用 */
		padding: 30px 0;
		width: auto;
	}

	#enqt table #err {
		width: auto;
	}

	/* label のみ */
	#enqt td.a-txt label {
		padding: 3px 0px;
	}

	#enqt td.a-txt label:first-child {
		padding: 0px 0px 3px 0;
	}

	#enqt td.a-txt td {
		padding-right: 10px;
	}
}

/* responsive tablet
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {

	#title,
	#msg,
	#err {
		padding-left: 6%;
		padding-right: 6%;
	}

	#err #err {
		/* 仮登録エラー画面用 */
		padding: 30px 0;
	}

	#enqt td.a-txt input[type="text"]:before {
		content: "<div>";
	}

	#enqt td.a-txt input[type="text"]:after {
		content: "</div>";
	}

	#enqt td.a-txt input[type="text"] div,
	#enqt td.a-txt input[type="password"] #enqt td.a-txt select {
		width: auto;
		max-width: 100% !important;
	}

	#enqt td.a-txt textarea {
		display: block;
		width: 100%;
	}

	#enqt td.q-txt {
		padding: 0 6%;
	}

	#enqt td.a-txt {
		padding: 0 6% 30px 6%;
	}

	#enqt td.a-txt table td {
		display: block
	}

	img {
		max-width: 100%;
	}

	td.a-txt>div.form-group:first-of-type {
		margin-bottom: .5em;
	}

	#enqt td.a-txt label {
		width: 100%;
	}
}

/* responsive SP
----------------------------------------------------------------------------- */
@media only screen and (max-width : 768px) {
	#submit {
		padding-left: 6%;
		padding-right: 6%;
	}

	#submit input[type="submit"],
	#submit input[type="button"] {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	#submit input[type="submit"] {
		margin-bottom: 20px;
	}

	/* label のみ */
	#enqt td.a-txt label {
		display: inline-block;
		padding: 5px 0px;
		width: 100%;
	}

	
#container {
	width: 100%;
	max-width: 640px;
	font-size: 12pt;
}

#container img {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 100%;
	height: auto;
	line-height: 0;
}

#container #cmnmsg {
	margin: 0;
	padding-bottom: 3%;
	width: 100%;
	max-width: 640px;
}

#container #cmnmsg img {
	margin: 0;
	text-align: left;
}

#container #title {
	margin: 0 auto 3%;
	padding: 1% 2%;
	width: 94%;
	max-width: 600px;
	font-size: 120% !important;
}

#container #msg {
	margin: 0 auto;
	max-width: 630px;
	font-size: 100% !important;
	padding: 0 3%;
}

#container #err {
	margin: 0 auto;
	width: 94%;
	max-width: 600px;
	font-size: 100% !important;
	text-align: left;
}

#container #enqt {
	margin: 3% auto 0;
	width: 100%;
	max-width: 640px;
	border: none;
	overflow: hidden;
}

#container #enqt #err {
	width: auto !important;
}

#container #enqt table {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
	border-collapse: collapse;
	table-layout: fixed;
}

#container #enqt table .tbl {
	border: none;
}

#container #enqt table .tbl table {
	margin: 0 3%;
	width: 94%;
	max-width: 600px;
}

#container #enqt input {
	margin: 0 ;
	padding: 1%;
	max-width: 100%;
	font-size: 120%;
}

#container #enqt select {
	margin: 0 1%;
	padding: 1%;
	max-width: 100%;
	font-size: 120%;
	min-width: 10em;
}

#container #enqt textarea {
	display: block;
	margin: 0 ;
	padding: 1%;
	width: 100%;
	height: 5em;
	font-size: 120%;
}

#container #enqt .q-txt {
	display: block;
	padding: 2% 0;
	border: none;
	font-size: 100%;
}

#container #enqt .a-txt {
	display: block;
	padding: 2% 0;
	border: none;
	font-size: 100%;
	line-height: 180%;
}
#container #enqt .a-txt.item-name,
#container #enqt .a-txt.item-name-kana {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
#container #enqt .a-txt.item-name span,
#container #enqt .a-txt.item-name-kana span  {
	display: flex;
	align-items: center;
	width: calc((100% - 10px) / 2);
}

#container #enqt .post {
	padding: 1%;
}

#container #enqt .a-txt table {
	margin: 0 !important;
	padding: 0;
}

#container #enqt .a-txt td {
	padding: 0 0 3% 0;
	white-space: normal !important;
	word-break: break-all !important;
}

#container #enqt .a-txt .a-font {
	font-size: 100%;
}

#container #submit input {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 92%;
	max-width: 600px;
	height: 10%;
	font-size: 120%;
	line-height: 180%;
	text-align: center;
	vertical-align: top;
}

#container #footer {
	padding-top: 3%;
}

}


/* inline */
.pc {
	display: block;
}

.sp {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a:link {
	color: #218cce;
}

a:hover {
	color: #eb5a7e;
}

a:visited {
	color: #218cce;
}

sup {
	color: #eb5a7e;
}

body {
	color: #333;
	font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', Helvetica, 'メイリオ', Meiryo, Arial, 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	-webkit-text-size-adjust: 80%;
}

#container {
	margin: 0 auto;
	padding: 0;
}

#headerimg {
	margin: 0 auto;
	padding: 0;
}

#cmnmsg {
	margin: 0 auto 30px;
	max-width: 640px;
	text-align: left;
}

#title {
	margin: 0 auto;
	padding: 5px;
	width: 630px;
}

#msg {
	margin: 20px auto 0;
	padding: 0;
	max-width: 640px;
}

#err {
	margin: 0 auto;
	padding: 0;
	width: 640px;
	text-align: left;
}

#enqt {
	margin: 0px auto 0;
	width: 100%;
	max-width: 640px;
}

#enqt #err {
	width: auto !important;
}

#enqt input {
	margin: 0 2px;
}

#enqt select {
	margin: 0 2px;
	min-width: 12em;
}

#enqt textarea {}

#enqt .q-txt {
	padding: 8px 5px 3px 5px;
}

#enqt .a-txt {
	padding: 8px 0;
	line-height: 180%;
}

#enqt .a-txt td {
	padding: 0 0 5px 0;
}

#submit input {
	margin: 0 20px 20px 20px;
	padding: 5px;
}

#footer {
	margin: 0;
}


#container #msg .top-notice.bullet-list{
border: #333 .5px dashed;	
border-width: .5px 0;	
padding: 15px 0;	
margin: 0 0 15px;	
}
#container #msg .bullet-list{
font-size: 14px!important;
display: flex;
flex-direction: column;
gap: 0px;
list-style: none;
width: 100%;
max-width: 580px;
margin: auto;
}
#container #msg .bullet-list .bullet-list{
gap: 0;
}
#container #msg .bullet-list li{
padding-left: 1em;
position: relative;
width: 96%;	
margin: auto;
}
#container #msg .bullet-list li::before{
content: "●";
position: absolute;
top: .2em;
left: 0;
font-size: .8em;
}


#topErr {
	color: #FF0000;
}

.error-message {
	color: #fff;
	background-color: #FF0000;
	top: 5px;
	padding: 5px 15px;
	border-radius: 3px;
	position: relative;
	margin-bottom: 10px;
}

.error-message:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 25px;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #FF0000 transparent;
}

.check-button {
	margin: 60px auto 120px;
	padding: 0 30px;
	width: 100%;
	max-width: 640px;
	text-align: center;
}

.btn {
	line-height: 1;
	padding: 16px 20px;
	font-size: 18px;
	width: 200px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 3px;
	background-color: #0087DC;
	color: #fff;
	border: none;
	outline: none;
}

.btn.grey {
	background: #ddd;
	color: #000000;
}


/* モーダル */
#confirm-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 2rem 4vw;
	z-index: 9999;
	flex-direction: column;
	overflow-y: scroll;
	scrollbar-width: none;
}

#confirm-modal.open {
	display: block;
}

.confirm__modal--content {
	border-radius: 10px;
	background-color: #fff;
	max-width: 640px;
	padding: 25px;
	width: 100%;
	margin: 0 auto;
}

.confirm__btn {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.confirm__modal--content h2 {
	color: #ff0000;
}

.form-summary {
	margin: 2rem auto;
	text-align: center;
}

.form-summary p {
	display: block;
	text-align: left;
	line-height: 2;
}
#enqt td.a-txt select {
	color: #000000;
}
#enqt td.a-txt.item-prod-cat {
	padding-bottom: 0.5em;
}

#enqt td.a-txt.item-prod-name,
#enqt td.a-txt.item-name,
#enqt td.a-txt.item-mail {
	padding-bottom: 0;
}

#enqt td.a-txt.item-name>input[data-field-name="last-name"],
#enqt td.a-txt.item-name-kana>input[data-field-name="last-name-kana"] {
	margin-right: .5em;
}
.top-notice {
	display: flex;
	flex-direction: column;
	gap: 1.2em;
}
.bullet-list {
	list-style-type: disc;
}
#enqt td.a-txt.item-prod-cat,#enqt td.a-txt.item-prod-name {
	display: flex;
	flex-wrap: wrap;
}
#enqt td.a-txt.item-prod-cat > div:first-of-type,#enqt td.a-txt.item-prod-name > div:first-of-type {
	width: 7em;
}
#enqt td.a-txt.item-prod-cat > div:nth-child(2),#enqt td.a-txt.item-prod-name > div:nth-child(2) {
	flex: 1;
}
#enqt td.a-txt.item-prod-name .ex-txt {
	padding-left: 1.7em;
}
#enqt tr.item-description-wrap {
	display: flex;
	flex-direction: column;
}
#enqt td.a-txt.item-description {
	padding-bottom: .5em;
}
#enqt td.a-txt.item-reply {
	display: flex;
	gap: 1em;
}

@media only screen and (max-width : 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#enqt td.a-txt label {
		display: inline;
	}

	#confirm-modal {
		padding: 1rem 3vw;
	}

	div.confirm__modal--content {
		padding: 15px;
	}

	.confirm__modal--content h2 {
		font-size: max(4.8vw, 22px);
	}

	#enqt td.a-txt input[type="text"] {
		width: 100%;
	}

	#enqt td.a-txt input::placeholder {
		font-size: 16px;
	}

	#container #enqt td.a-txt.item-prod-cat input:last-of-type {
		margin-left: .5em;
	}
	#container #enqt td.a-txt.item-prod-cat{
		display: flex;
	}
	#container #enqt td.a-txt.item-prod-cat div:first-child{
		width: auto;
	}
	#enqt td.a-txt.item-prod-cat > div:nth-child(2){
		flex: none;
	}

	#container #enqt td.a-txt.item-age input {
		margin-top: .75em;
	}

	#container #enqt td.a-txt.item-age td label {
		margin-right:.7em;
	}

	#container #enqt td.a-txt.item-name>input[data-field-name="last-name"],
	#container #enqt td.a-txt.item-name-kana>input[data-field-name="last-name-kana"] {
		/* margin: 0 0 .5em; */
	}
	#enqt td.a-txt.item-reply {
		display: flex;
		gap: 0;
		flex-direction: column;
	}
}