@CHARSET "UTF-8";

/* レイアウト */
#inputArea{
	display: none;
	flex-flow: column;
}
#inputArea .tr{
	display: none;
}
#inputArea .tr .th {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 960px){
	#inputArea .tr{
		flex-direction: column;
	}
	.contents .table.th_30 .th,
	.contents .table.th_30 .td {
		width: 100%;
		padding: 10px 2%;
	}
}

/* 生年月日 */
#birthdayYearTdSurround .selectArrow:first-of-type {
	margin-right: 30px;
}
@media screen and (max-width: 641px){
	.birthdayYearTdSurround #birthdayYear {
		width: 100%;
	}
	#birthdayYearTdSurround .selectArrow:first-of-type {
		margin-right: 20px;
	}
}

/* 郵便番号検索ボタン */
#postCodeSearchButton {
	display: none;
}

/* 個人情報の取扱いについて */
.isMemberAgreementFlg_itemLabel {
	display: inline-block;
	margin: 10px 0;
}
.privacyPolicyGroup .checkboxWrap {
    background-color: #FFFCEA;
    text-align: center;
    margin: 10px 0;
}

/* 応募するボタン */
.contents #inputButtonGroup {
    position: relative;
    display: flex;
	justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.contents #saveButtonItemWrap {
    width: 100%;
}
.contents #inputButtonGroup input.btn_1[type="submit"] {
  max-width: 400px;
  width: 50%;
  height: 56px;
  line-height: 56px;
  font-size: 1.8rem;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
	.contents #inputButtonGroup input.btn_1[type="submit"] {
		width: 100%;
		height: 46px;
		line-height: 46px;
		font-size: 1.6rem;
	  }
}

/* お得な情報を受け取る */
#inputArea .td[class*="TdSurround"] .mailMagazineFlg_selections_itemLabel,
#inputArea .td[class*="TdSurround"] .dmFlg_selections_itemLabel {
	width: calc(100% / 2 - 1em);
}

/* プルダウン */
#inputArea select {
	background: #fff;
}
#inputArea .REQUIRED_INPUT,
#inputArea .REQUIRED_CONDITION_INPUT,
#inputArea .REQUIRED_COMBO,
#inputArea .REQUIRED_CONDITION_COMBO,
#inputArea .REQUIRED_TEXT_AREA {
	background: #FFFCEA;
}
