@charset 'utf-8';
/* ===================================================================
CSS information
=================================================================== */
body {
	min-width: 960px;
}
@media screen and (max-width:480px) {
	body {
		min-width: 0;
	}
}

ul {
	margin: 0;
	padding: 0;
}
ul:after {
	display: block;
	clear: both;
	content: '';
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
input,
textarea {
	border: 1px solid #ccc;
	background: #f7f7f7;
}

@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}


/*=======================

	FONT 関連

=======================*/

h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 24px;
}

h2 {
	position: relative;
	margin: 50px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../img/h2_icon_blue.png) no-repeat left top 3px;
	color: #237bc5;
	font-weight: normal;
	font-size: 18px;
}

p.coution {
	margin-top: 6px;
	color: #999;
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
}


@media screen and (max-width:480px) {
	h1 {
		width: 100%;
		font-size: 20px;
	}
	h2 {
		margin: 0;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		h2 {
			background: url(../img/h2_icon_blue.png) no-repeat left center;
		}
	}
}


/*=======================

	カテゴリ・項目

=======================*/
/*各カテゴリ*/
.category {
	margin: 0;
	padding: 0;
	width: 100%;
}
/*各項目を入れるbox*/
.inner {
	position: relative;
	margin: auto;
	width: 960px;
	padding: 0 15px;
}
@media screen and (max-width:480px) {
	.inner {
		padding: 20px;
		width: auto;
	}
	.question {
		padding: 0 20px;
	}
}


/*04 lead 応募要項テキスト*/
.lead {
	margin: 0;
	padding: 25px 30px 25px;
}
@media screen and (max-width:480px) {
	.lead {
		padding: 0;
		font-size: 12px;
		line-height: 18px;
	}
}

.input-textarea-area textarea {
	min-height: 90px;
	width: 500px;
}


/*06 お問い合わせ項目*/
.box {
	padding: 20px 0;
	border-bottom: 1px #ccc dashed;
}
/*.alert{background-color:#FFCCCC !important}*/
.box ul {
	margin: 0;
	padding: 0 0 0 60px;
}
.box li {
	float: left;
	margin: 0;
	padding: 0;
}
.box li:nth-child(odd) {
	clear: both;
	width: 30%;
}
.box li:nth-child(even) {
	width: 70%;
}
.box li:nth-child(odd) p {
	padding: 0px 9px 0 0 ;
	font-weight: bold;
}
/* .brown .box {
	padding: 20px 0;
	border-bottom: 1px #ccc dashed;
} */

table {
	border-spacing: 0;
}
.box li table.sub_box th {
	width: 40px;
	font-weight: normal;
	font-size: 14px;
}
.box li table.sub_box td {
	width: 220px;
}

#kakunin .box li:nth-child(odd) p {
	padding-top: 0;
}

@media screen and (max-width:480px) {
	.box li {
		float: none;
	}
	.box li:nth-child(odd) {
		width: auto;
	}
	.box li:nth-child(even) {
		width: auto;
	}
	.box li table.sub_box th {
		width: 50px;
		font-size: 12px;
	}
	.box li table.sub_box td {
		width: 220px;
	}

	#kakunin .box ul {
		margin: 0;
		padding: 0 0 0 20px;
	}
}


/* フォーム */
.box li {
	font-weight: bold;
}
.box li span {
	font-weight: normal;
	font-size: 10px;
}
.box li span.sub {
	color: #999;
	line-height: 10px;
}
.box input[type='text'],
.box input[type='tel'] {
	padding: 3px 8px 3px 8px;
	width: 180px;
	height: 30px;
	font-size: 14px;
}
.input-textbox-area .box input {
	width: 488px;
}
@media screen and (max-width:480px) {
	.box input[type='text'] {
		width: 70%;
	}
	.input-textbox-area .box input {
		width: 90% !important;
	}
	.box textarea {
		width: 90%;
		height: 80px;
	}
}


/*ラヂオボタン*/
.radio {
	padding-top: 5px !important;
	font-weight: normal;
	font-size: 14px;
}
.radio input {
	position: relative;
	width: 25px;
	cursor: pointer;
}
.radio label {
	padding-right: 20px;
	font-weight: normal;
	cursor: pointer;
}


/*フォーム必須・OK・任意*/
.hissu {
	background: url(../img/icon_hissu.png) no-repeat left 10px;
}
.hisok {
	background: url(../img/icon_ok.png) no-repeat left 2px;
}
.ok {
	/* background:url(../img/icon_ok.png) no-repeat left 10px; */
}
.ninni {
	background: url(../img/icon_ninni.png) no-repeat left 0px;
}



/* 住所 */
#address li {
	box-sizing: content-box;
}
#address li:nth-child(odd) {
	width: 12%;
}
#address li:nth-child(even) {
	width: 88%;
}
#address ul.inn {
	margin: 0;
	padding: 0 0 0 0;
}
/* #address ul.inn li {
	float: left;
	margin-bottom: 10px;
} */
#address ul.inn li:nth-child(odd) {
	padding: 5px 0 10px 7%;
	width: 14%;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}
#address ul.inn li:nth-child(even) {
	width: 79%;
}
#address ul.inn li:nth-child(even) input {
	width: 488px;
}
/*自動入力*/
#address ul.inn .post th {
	width: 25px;
	text-align: center;
	font-size: 13px;
}
#address ul.inn .post td {
	width: 90px;
}
#address ul.inn .post td.btn {
	width: auto;
}
#address ul.inn .post td.btn a {
	display: block;
	margin-left: 20px;
	padding: 6px 5px;
	background: #c1c1c1;
	color: #000;
	text-decoration: none;
}
#address ul.inn .post td.btn button {
	display: block;
	margin-left: 20px;
	padding: 6px 5px;
	border: none;
	background: #787878;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#address ul.inn .post td.btn p {
	position: relative;
	padding: 0;
	width: 170px;
	background: url(../img/icon_cursor.png) no-repeat left 6px center;
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}
#address ul.inn .post td.btn span {
	color: #fff;
	font-size: 12px;
}
#address ul.inn .post td input {
	width: 80%;
    height: 30px;
    padding: 5px 10px;
}
#address ul.inn .post td input[type="number"]::-webkit-outer-spin-button,
#address ul.inn .post td input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
#address ul.inn .post td input[type="number"] {
	-moz-appearance:textfield;
  }


/*TEL*/
#tel th {
	width: 13px;
	text-align: center;
	font-size: 13px;
}
#tel td {
	width: 80px;
}
#tel td input {
	width: 75px;
}
/*任意*/
#address li.ninni {
	position: relative;
}
#address li.ninni img {
	display: none;
}
@media screen and (max-width:480px) {
	#address li.ninni {
		background: none;
	}
	#address li.ninni img {
		position: absolute;
		top: 6px;
		left: -60px;
		display: block;
	}
}

/*mail*/
#mail input,
#mail_confirm input {
	width: 488px;
}
#mail_confirm {
	margin-top: 20px;
}

@media screen and (max-width:480px) {
	#address ul.inn .post td {
		width: 40px;
	}
	#address ul.inn .post td input {
		width: 60px !important;
		padding: 0 5px;
	}
	#address ul.inn .post td.btn {
		padding-left: 10px;
	}
	#address ul.inn .post td.btn p {
		width: 80px;
	}
	#address ul.inn .post td.btn span {
		display: none;
	}
	#address ul.inn .post td.btn a {
		margin-left: 0;
	}

	#address li:nth-child(odd),
	#address li:nth-child(even) {
		width: auto;
	}
	#address ul.inn li:nth-child(odd) {
		padding: 10px 0 0 7%;
	}

	#address ul.inn li {
		float: none;
	}
	#address ul.inn li br {
		display: none;
	}
	#address ul.inn li:nth-child(odd) {
		padding-left: 0;
		width: auto;
		font-weight: bold;
	}
	#address ul.inn li:nth-child(even) {
		width: auto;
	}

	#address ul.inn li:nth-child(even) input {
		width: 90%;
	}

	#tel li,
	#tel table {
		width: 100%;
	}
	#tel th {
		width: 7%;
	}
	#tel td {
		width: 25%;
	}
	#tel td input {
		width: 66%;
	}

	#mail input,
	#mail_confirm input {
		width: 90%;
	}
}


#terms h3 {
	margin: 2em 0 0;
	padding: 0 0 0.5em;
	font-size: 14px;
}
#terms .inner {
	padding-bottom: 20px;
}
#terms .fl {
	width: 74%;
}
#terms .fr {
	padding: 0 0;
	width: 26%;
}

#terms .box:after {
	display: block;
	clear: both;
	content: '';
}
#terms .copyright {
	padding-top: 5px;
	text-align: right;
	font-size: 10px;
}
#terms .norton {
	padding-left: 70px;
}

#terms a {
	text-decoration: underline;
}

#terms a:hover {
	text-decoration: none;
}

@media screen and (max-width:480px) {
	#terms .copyright {
		text-align: center;
	}
	#terms .fl,
	#terms .fr {
		float: none;
		width: 100%;
	}
	#terms .fr {
		padding: 10px 0;
		text-align: center;
	}
	#terms .fr table {
		margin: auto;
	}
	#terms a:hover {
		text-decoration: underline;
	}
}



/*=======================

	submitボタン

=======================*/

.submit_btn {
	margin: 50px auto;
	padding: 0;
	width: 350px;
	background-color: #106ab6;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: .3s;
	        transition-duration: .3s;
	-webkit-transition-property: color, background-color;
	        transition-property: color, background-color;
}


.submit_btn:hover,
.submit_btn:focus,
.submit_btn:active {
	background-color: #74bfff;
	color: white;
}
.submit_btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
.submit_btn button {
	display: block;
	padding: 10px 0;
	width: 100%;
	border: none;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.submit_btn p {
	position: relative;
	background: url(../img/icon_cursor2.png) no-repeat left 60px top 7px;
	font-size: 16px;
}
@media screen and (max-width:480px) {
	.submit_btn {
		margin: 0 auto;
		width: 90%;
	}
	/* .submit_btn p {
		background: url(../img/icon_cursor2.png) no-repeat left 30px top 12px;
	} */

	.submit_btn p {
		font-size: 16px;
		padding: 0;
	}
}




/*=======================

	SELECTプルダウン

=======================*/
.w_s {
	width: 240px;
}
@media screen and (max-width:480px) {
	.w_s {
		width: auto;
	}
}

.w_l {
	width: 500px;
}
.cp_ipselect {
	overflow: hidden;
	text-align: center;
}
.cp_ipselect select {
	padding-right: 1em;
	width: 100%;
	outline: none;
	border: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	text-indent: .01px;
	text-overflow: ellipsis;
	cursor: pointer;
	-webkit-appearance: none;
	        appearance: none;
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 17px;
	right: .9em;
	padding: 0;
	width: 0;
	height: 0;
	border-top: 6px solid #666;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: '';
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 10px 38px 10px 20px;
	background-color: #f7f7f7;
	color: initial;
	font-size: 13px;
}

/*=======================

	アンケート #enq

=======================*/

#enq .box input {
	width: 20px;
	height: inherit;
}
#enq .box li table {
	margin-top: 15px;
}
#enq .box li table th {
	width: 70px;
	font-weight: normal;
	font-size: 14px;
}
#enq .box li table td {
	padding: 3px 10px 3px 15px;
	width: 180px;
	height: 30px;
}
#enq .box li table td input {
	width: 72%;
}
#enq textarea {
	padding: 10px 10px 10px 15px;
	width: 550px;
	height: 130px;
}
@media screen and (max-width:480px) {
	#enq br {
		display: none;
	}
	#enq .box li table td {
		padding: 3px 10px 3px 0;
		width: 180px;
		height: 30px;
	}
	#enq table,
	#enq tr,
	#enq tbody,
	#enq th,
	#enq td {
		display: block;
		max-width: 100%;
	}
	#enq td {
		margin-bottom: 20px;
		width: 94% !important;
		height: 30px;
	}
	#enq td input {
		padding: 3px 10px 3px 15px;
		width: 94% !important;
		height: 30px;
	}
	/* #enq .box .buildPlanKind p {
		padding-bottom: 10px;
	} */
	#enq textarea {
		width: 94%;
		height: 150px;
	}
}

/*=======================

	修正するボタン

=======================*/
#kakunin .shusei {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 110px;
	border: none;
	background: #8c8c8c;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	        transition-duration: .3s;
	-webkit-transition-property: color, background-color;
			transition-property: color, background-color;
	line-height: 2;
}
#kakunin .shusei:hover,
#kakunin .shusei:focus,
#kakunin .shusei:active {
	background-color: #111;
	color: white;
}
#kakunin .shusei:hover {
	background-color: #555;
}
#kakunin .shusei p {
	position: relative;
	margin: 0;
	padding: 0 0 0 5px;
	background: url(../img/icon_cursor.png) no-repeat left 10px top 8px;
	color: #fff;
	font-size: 12px;
}
@media screen and (max-width:480px) {
	#kakunin .shusei {
		padding: 0;
		width: 72px;
	}
	#kakunin .shusei p {
		margin: 0;
		padding: 0 0 0 5px;
		background: url(../img/icon_cursor.png) no-repeat left 4px top 8px;
		font-size: 11px;
	}
}


/*=======================

	エラーテキスト

=======================*/
p.error {
	margin-top: 7px;
	padding-left: 25px;
	background: url(../img/icon_error.png) no-repeat left center;
	color: #f00;
	font-weight: normal;
}
@media screen and (max-width:480px) {
	p.error {
		font-size: 11px;
	}
}


/*=======================

	Footerエリア

=======================*/

input.text_other {
	padding: 3px 8px 3px 8px;
	width: 250px;
	height: 30px;
	font-size: 14px;
}

input::placeholder {
	color: #aaa;
}
input::-webkit-input-placeholder {
	color: #aaa;
}
input::-moz-placeholder {
	color: #aaa;
}
input:-ms-input-placeholder {
	color: #aaa;
}



.box li span.inner_title {
	font-size: 14px;
}
.question_checkbox label {
	display: inline-block;
	width: 100%;
}
.question_checkbox label.other {
	width: auto;
}
.box .question_checkbox li{
    clear: both;
    width: 100%;
}
.box .question_checkbox ul {
	margin: 0;
	padding: 0;
}


@media screen and (max-width:480px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.question_checkbox label {
		width: 100%;
	}
}


/*=======================

	カタログ請求フォーム

=======================*/
h2 {
	margin: 150px 0 0 0;
	background: url(../img/h2_icon_gy.png) no-repeat left top 3px;
	color: #535353;
}
h2:first-child {
	margin: 0;
}
.hissu {
	background: url(../img/icon_hissu-gy.png) no-repeat left 2px;
}
.cl-gy {
	color: #999;
}
.box {
	border-bottom: none;
}
.catalog .box {
	display: flex;
	margin: 50px 0 0 0;
}
.catalog  .box p {
	margin: 0;
	padding-left: 106px;
}
.btn .entry::after {
	right: 10px;
}
.question_checkbox label {
	width: 100%;
	line-height: 36px;
}
.box.input-textarea-area {
	padding-top: 0;
}
#address ul.inn li {
	margin-bottom: 20px;
}
.btn-caution {
	text-align: center;
}

.submit_btn button {
	padding: 18px 0;
	background-color: #747474;
}
.submit_btn {
	margin: 50px auto 15px;
}


@media screen and (max-width:480px) {
	.btn .entry::after {
		right: 10%;
	}
	.masthead .mh-headline {
		padding: 45px 0 50px;
	}
	.masthead .mh-title .hide-small {
		display: none;
	}
	.masthead .status-list {
		padding-top: 2.5em;
	}
	.catalog .box {
		display: block;
	}
	.catalog .box p {
		margin: 5px 0 0 0;
		padding-left: 0;
		font-size: 12px;
	}
	.box {
		padding: 20px 0;
		border-bottom: 1px #ccc dotted;
	}
	h2 {
		margin: 55px 0 0 0;
	}
	.category h2 {
		font-weight: bold;
		font-size: 15px;
	}
	.question_checkbox label {
		width: 100%;
		font-size: 12px;
		line-height: 26px;
	}
	#enq br {
		display: block;
	}
	#enq .box:nth-child(6) {
		border-bottom: none;
	}
	.box.input-textarea-area {
		border-bottom: none;
	}


	#terms .fl,
	#terms h3 {
		width: 100%;
		font-size: 12px;
	}


	#terms button p,
	.btn-caution {
		font-size: 12px;
		line-height: 24px;
	}
	#terms .inner {
		padding: 0;
	}
	#terms .inner .box {
		padding: 0 20px;
	}
	#terms .fr table {
		display: inline-block;
	}
	#terms .fr {
		text-align: right;
	}
	#terms .box {
		border-bottom: none;
	}
	#terms .btn-caution {
		padding-bottom: 90px;
	}
	#terms .copyright {
		padding: 20px 0 25px;
		background-color: #f4f4f4;
	}
	#terms .norton {
		padding-bottom: 0;
		padding-left: 0;
	}
	#terms .norton img {
		width: 25%;
		text-align: right;
		display: block;
		margin-right: 0;
		margin-left: auto;
	}
	#terms .norton table td {
		text-align: right;
	}
}

/*=======================

	確認フォーム

=======================*/
#kakunin .box ul,
#thanks .box ul {
	margin: 0;
	padding: 0;
}

#kakunin .btn .entry::after {
	right: 10px;
}
#kakunin footer .box li:nth-child(odd),
#thanks footer .box li:nth-child(odd) {
	width: 100%;
}
#kakunin footer .box li:nth-child(even),
#thanks footer .box li:nth-child(even) {
	width: 100%;
}
#kakunin footer .box li,
#thanks footer .box li {
	font-size: 14px;
	line-height: 24px;
}
#kakunin footer .box,
#thanks footer .box {
	padding-top: 45px;
}
@media screen and (max-width:480px) {
	#kakunin .box {
		border-bottom: none;
	}
	#kakunin .btn .entry::after {
		right: 10%;
	}
	#kakunin .shusei,
	#kakunin .shusei  p {
		display: none;
	}
	#kakunin h2:not(.choice-title) {
		padding-bottom: 10px;
		border-bottom: 1px #ccc dotted;
	}
	#kakunin #privacy .question,
	#kakunin #enq .question {
		padding-left: 40px;
	}
	#kakunin footer .box li,
	#thanks footer .box li {
		font-size: 12px;
		line-height: 1.25;
	}
	#kakunin .submit_btn,
	#thanks .submit_btn {
		margin: 0;
		width: 100%;
	}
	#kakunin footer .box ul,
	#thanks footer .box ul {
		padding-bottom: 50px;
	}
}


.input-title-area {
	margin-top: 4em;
}
.input-title-area.questionnaire {
	margin-top: 8em;
}

@media screen and (max-width:480px) {
.input-title-area.questionnaire {
	margin-top: 4em;
}
}
.conf-title-area {
	margin-top: 5em;
}
.conf-title-area.wide{
	margin-top: 8em;
}
@media screen and (max-width:480px) {
	.input-title-area,
	.conf-title-area ,
	.conf-title-area.wide{
		margin-top: 4em;
	}
}

.input-title-area h2,
.conf-title-area h2 {
	font-weight: bold;
}
@media screen and (max-width:480px) {
	.input-title-area {
		margin-top: 4em;
	}
}

#kakunin .box li ul p {
	font-weight: normal;
}
#kakunin footer .box li {
	font-weight: normal;
}

footer　.box li {
	font-weight: normal;
}

/*=======================

	受付完了フォーム

=======================*/
#thanks .lead {
	padding: 0 ;
}
#thanks .thanks .inner .box {
	padding: 130px 0;
}
#thanks .message {
	padding-top: 0;
	border-top: none;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
}
#thanks .messages {
    padding-top: 40px;
    border-top: none;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
#thanks .housing .inner {
	width: 990px;
    padding: 0 15px;
}
#thanks .housing .lead {
	padding-top: 40px;
	padding-bottom: 25px;
	font-size: 18px;
	text-align: center;
}
#thanks .housing .box .lead {
	padding-top: 0;
	padding-bottom: 40px;
	font-size: 20px;
	text-align: left;
}
#thanks .bnr_area {
	display: block;
}
#thanks .housing .inner .box {
	border: 2px solid #dcdcdc;
	padding: 20px 20px 10px;
}
#thanks .bnr_area .housing-name {
	border-bottom: 1px #ccc dotted;
	font-size: 16px;
}
#thanks .bnr_area .panel {
	display: flex;
	padding: 10px 0 30px;

}
#thanks .bnr_area:last-child .panel {
	padding: 10px 0 0;
}
#thanks .housing .img-area {
	width: 250px;
}
#thanks .housing .txt-area {
	padding: 0 5px 0 15px;
	width: 665px;
}
#thanks .housing .txt-area .lead {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
}
#thanks .bnr_area .panel .details {
	display: flex;
}
#thanks .bnr_area .panel .details .detail {
	width: 450px;
}
#thanks .bnr_area .panel .details  dl {
	display: flex;
	margin: 0;
	padding-bottom: 15px;
}
#thanks .bnr_area .panel .details  dl dt span {
	display: inline-block;
	width: 64px;
	background-color: #e6e6e6;
	vertical-align: text-top;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
#thanks .bnr_area .panel .details  dl dd {
	margin-left: 29px;
	font-size: 12px;
	line-height: 1.5;
}
#thanks .bnr_area .panel .btn-area .btn {
	margin-bottom: 10px;
	margin-left: 45px;
	width: 160px;
}
#thanks .bnr_area .panel .btn-area .btn a {
	position: relative;
	display: block;
	padding: 6px 0;
	background-color: #747474;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-indent: 6px;
	font-size: 12px;
}
#thanks .bnr_area .panel .btn-area .btn.btn-web .pc {
    display: inline;
}
#thanks .bnr_area .panel .btn-area .btn a:hover {
	opacity: .8;
}
#thanks .bnr_area .panel .btn-area .btn a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: '▶︎';
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}


@media screen and (max-width:480px) {
	#thanks .housing .inner {
		width: 100%;
	}
	#thanks .box {
		border-bottom: none;
	}
	#thanks .housing .lead {
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 14px;
	}
	#thanks .housing .box > .lead {
		font-size: 12px;
		padding-bottom: 12px;
		padding-top: 25px;
	}
	#thanks .thanks .inner {
		padding: 10px 20px 0;
	}
	#thanks .box {
		padding: 0 0 20px ;
	}
	#thanks .thanks .inner .box {
		padding: 0;
	}
	#thanks .housing .inner {
		padding: 10px 15px 20px;
	}
	#thanks .housing .inner .box {
		padding: 10px;
	}
	#thanks .housing .box > .lead {
		text-align: center;
		font-size: 16px;
	}
	#thanks #ttl_area {
		margin: 85px 0 25px;
	}
	#thanks #ttl_area h1 {
		text-align: center;
	}
	#thanks .message {
		padding-top: 40px;
		margin-bottom: 40px;
		font-size: 15px;
		line-height: 1.6;
	}
	#thanks .bnr_area .housing-name {
		padding-top: 35px;
		border-top: 1px #ccc dotted;
		border-bottom: none;
		text-align: center;
		font-size: 18px;
	}
	#thanks .bnr_area .panel,
	#thanks .bnr_area .panel .details,
	#thanks .bnr_area .panel .details  dl {
		display: block;
		width: 100%;
	}
	#thanks .bnr_area .panel .details  dl dd {
		line-height: 1.5;
	}
	#thanks .bnr_area .panel {
		padding: 20px 0 15px;
	}
	#thanks .bnr_area .panel .img-area {
		width: 100%;
		text-align: center;
	}

	#thanks .housing .txt-area {
		padding: 0;
		width: 100%;
	}
	#thanks .housing .txt-area .lead {
		padding: 35px 18px;
		font-size: 12px;
	}
	#thanks .bnr_area .panel .details dl {
		padding-bottom: 0;
	}
	#thanks .bnr_area .panel .details  dl dt {
		margin-bottom: 5px;
		border-bottom: .5px #dbdbdb dotted;
	}
	#thanks .bnr_area .panel .details .detail {
		width: 100%;
	}
	#thanks .bnr_area .panel .details dl dt span {
		display: inline-block;
		width: 100%;
		background-color: #fff;
		text-align: left;
		font-size: 10px;
		line-height: 13px;
	}
	#thanks .bnr_area .panel .details dl dd {
		margin-left: 0;
	}
	#thanks .bnr_area .panel .btn-area {
		display: flex;
		justify-content: center;
		padding-bottom: 30px;
	}
	#thanks .bnr_area .panel .btn-area .btn {
		margin: 19px 4px;
		margin-bottom: 0;
		margin-left: 0;
		width: 120px;
	}#thanks .bnr_area .panel .btn-area .btn:last-child {
		margin-right: 0;
	}
	#thanks .bnr_area .panel .btn-area .btn a {
		font-size: 10px;
		padding: 11px 0;
	}
	#thanks .bnr_area .panel .btn-area .btn.btn-more a:before {
		left: 7px;
	}
	#thanks .bnr_area .panel .btn-area .btn.btn-entry a:before {
		left: 10px;
	}
	#thanks .bnr_area .panel .btn-area .btn.btn-web a:before {
		left: 4px;
	}
	#thanks .bnr_area .panel .btn-area .btn.btn-web .pc {
		display: none;
	}
}
#kakunin .choice .item {
    background-color: #e9e9e9;
}
#kakunin .choice-list .choice-item {
    min-height: 200px;
    background-color: #e9e9e9;
}
#kakunin .section-choice .choice-item {
    background-color: #e9e9e9;
}
#kakunin .choice .item-label {
    display: none;
}

.section-choice .choice-item {
    background-color: rgba(255,255,255,0.6);
}

@media screen and (max-width:480px) {
	#kakunin .choice-list .choice-item {
		min-height: 0;
	}
}
.choice-list .item {
	pointer-events: none;
}

#site-footer {
	padding-bottom: 0;
	margin-top: 5em;
}

@media screen and (max-width:480px) {
	#site-footer .content{
		padding: 2em 0;
	}

	#site-footer .copyright {
		margin: 0;
	}
}
