@charset "UTF-8";

h3 {
	/* margin-top: 90px;
    margin-bottom: 0; */
	margin: 30px 10px 0 10px;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 14pt;
	font-weight: normal;
}

h4 {
	font-size: 9pt;
	margin-top: 0;
    margin-bottom: 4px;
}

h5 {
	font-size: 9pt;
	margin-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
    margin-left: -12px;
}

.tensen {
	/* margin-top: -6; */
	margin: -14px 10px 0 10px;
}

.tensen span {
    position: relative;
	display: block;
}

/* 星のイラスト */
#hosi_illust {
	/* position: absolute;
	left: -5px;
	top: -90px; */
	display: none;
}

#contents {
	/* font-size: 9pt; */
	font-size: 0.85rem;
	/* width: 600px; */
	margin: 0 10px;
}

#contents table p {
	margin: 4px;
}

table {
	/* width: 610px; */
	/* border-collapse: collapse;
	border: solid 1px #333333;
	margin-left: 45px;
	margin-top: 18px;
	margin-bottom: 20px; */
	margin-bottom: 20px;

	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333;
}

tr {
	display: flex;
	flex-direction: column; /* 要素を縦方向に積み重ねる */
}

th, 
td {
	display: block; /* thとtdをブロック要素にして幅100%にする */
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border: none; /* デフォルトではセル内の境界線をなくす */
	font-weight: normal;

	border-bottom: solid 1px #333;
}

th {
	/* border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 160px; */
/*	height: 45px;*/
	height: 35px;
	background-color: #fffac8;
}

td {
	/* border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	vertical-align: top;
	width: 450px; */

}
table tr:last-child td {
	border: none; /* デフォルトではセル内の境界線をなくす */
}

#tshirts_img {
	width: 650px;
}

#work_with_us {
	width: 480px;
	margin-bottom: 10px;
}

#contents em {
	color: #ff3333;
	font-style: normal;
}

#web {
	color: #44aeea;
}

label {
	display: inline-block;
	width: 90px;
}

.point {
	display: inline-block;
	width: 55px;
}

#award {
	font-size: 9pt;
	font-weight: bolder;
}

#mailing {
	margin-left: 20px;
}

.page_top {
	text-align: right;
	margin-top: 20px;
}

table p span.hissu {
	margin-left: 8px;
	font-size: 7pt;
	color: #ff3333;
}

table p span.hissu2 {
	font-size: 7pt;
	color: #ff3333;
}

.hissu_description {
	/* width: 750px; */
	margin: 20px 0;
}

.hissu_description span {
	color: #ff3333;
}

.left_2em {
	margin-left: 2em;
}

.left_1em {
	margin-left: 1em;
}

.right_2em {
	margin-right: 2em;
}

.right_1em {
	margin-right: 1em;
}

#joining_space {
	margin-left: 2em;
}

#th_customerinfo_last_name,
#th_customerinfo_last_name_kana,
#th_customerinfo_mail1,
#th_customerinfo_mail2 {
	/* height: 45px; */
	height: 35px;
}

#th_customerinfo_name,
#th_customerinfo_prefecture,
#th_customerinfo_tel,
#th_customerinfo_joining_date,
#th_customerinfo_joining_count {
	height: 35px;
}

#customerinfo_last_name,
#customerinfo_first_name,
#customerinfo_last_name_kana,
#customerinfo_first_name_kana {
	width: 150px;
	height: 30px;
}

#customerinfo_tel1,
#customerinfo_tel2,
#customerinfo_tel3,
#customerinfo_joining_year,
#customerinfo_joining_month,
#customerinfo_joining_day,
#customerinfo_joining_adult,
#customerinfo_joining_child {
	width: 60px;
	height: 30px;
}

#customerinfo_mail1,
#customerinfo_mail2 {
	/* width: 300px; */
	width: 100%;
	max-width: 300px;
	height: 30px;
}

#customerinfo_prefecture {
	height: 36px;
}

#buttons {
	/* text-align: right;
	width: 655px;
	margin-top: 0px;
	margin-bottom: 20px; */
	margin-bottom: 60px;
}

#buttons p {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
	justify-content: center;
}

#buttons p a {
	width: 79px;

}

#buttons p>img {
	width: 130px;

}

#btn_next {
	cursor: pointer;
}

#form_joining input.my_error, #form_joining textarea.my_error, #form_joining select.my_error { /* エラー時の入力枠 */
	border: 1px dotted #ff0000;
}

#form_joining textarea {
	width: 100%;
	height: 200px;
}

#form_joining p.my_error { /* エラーメッセージ */
    color: #ff0000;
    font-size: 90%;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
}



@media (min-width: 420px) {

	br.entry-sp1 {
		display: none;
	}

	#form_joining textarea {
		height: 100px;
	}


}


@media (min-width: 675px) {

	/* 星のイラスト */
	#hosi_illust {
		position: absolute;
		left: 520px;
		top: -105px;
		display: block;
	}

	table {
		width: 610px;
		/* border-collapse: collapse;
		border: solid 1px #333333;
		margin-left: 45px;
		margin-top: 18px;
		margin-bottom: 20px; */
		margin-left: 45px;
		margin-bottom: 20px;

	}

	table tr {
		display: table-row; /* 行を通常のテーブル行に戻す */
		border: none; /* 行ごとの外枠をなくす */
	}

	table th, 
	table td {
		display: table-cell; /* セルを通常のテーブルセルに戻す */
		border-bottom: 1px solid #333333; 
	}

	table th {
		width: 190px;
		border-right: 1px solid #333333; 
		vertical-align: top;
	}

	table th p {
		width: 190px;
	}




}


@media (min-width: 1123px) {

	h3 {
		margin-top: 90px;
	}

	/* 星のイラスト */
	#hosi_illust {
		top: -115px;
	}

	#contents {
		font-size: 0.75rem;
	}

	table th {
		width: 180px;
	}

	table th p {
		width: 180px;
	}

	#customerinfo_last_name,
	#customerinfo_first_name,
	#customerinfo_last_name_kana,
	#customerinfo_first_name_kana {
		height: 22px;
	}

	#customerinfo_tel1,
	#customerinfo_tel2,
	#customerinfo_tel3,
	#customerinfo_joining_year,
	#customerinfo_joining_month,
	#customerinfo_joining_day,
	#customerinfo_joining_adult,
	#customerinfo_joining_child {
		height: 22px;
	}

	#customerinfo_mail1,
	#customerinfo_mail2 {
		height: 22px;
	}

	#customerinfo_prefecture {
		height: 26px;
	}

	#buttons p {
		gap: 10px;
		justify-content: right;
		width: 610px;
  		margin: 0 auto 60px 45px;
	}





}
