@charset "utf-8";

/* 共通要素
--------------------------------------------------*/
html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
}

.wrapper {
}

article {
	padding-top: 100px;
}

.img img {
	width: 100%;
	height: auto;
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}
.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.input_page {
}

.summary {
	padding: 125px 0 95px;
}
@media screen and (max-width: 768px) {
	.summary {
		padding: 50px 20px 45px;
	}
}

.summary h1 {
	font-weight: bold;
	text-align: center;
	padding: 0 20px;
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.summary h1 {
		font-size: 26px;
	}
}

.summary .heading1 {
}

.summary .shoulder {
	display: block;
	width: 313px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.summary .shoulder {
		width: 270px;
	}
}

.summary .title1 {
	display: block;
	width: 194px;
	margin: 35px auto 0;
}
@media screen and (max-width: 768px) {
	.summary .title1 {
		display: block;
		width: 140px;
		margin: 20px auto 0;
	}
}

.input_page .summary .mook {
	position: relative;
	width: 680px;
	max-width: 680px;
	margin: 75px auto 0;
}
@media screen and (max-width: 768px) {
	.input_page .summary .mook {
		width: calc(100% - 40px);
		margin: 50px auto 0;
	}
}

.input_page .summary .mook:after {
	content: '';
	position: absolute;
	bottom: -43px;
	left: -63px;
	width: 115px;
	height: 115px;
	background-size: 115px 115px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/img/form/casa_hiraya_2008/fukidashi.svg');
}

@media screen and (max-width: 768px) {
	.input_page .summary .mook:after {
		bottom: -40px;
		left: -30px;
		width: 115px;
		height: 115px;
		background-size: 115px 115px;
	}
}
@media screen and (max-width: 500px) {
	.input_page .summary .mook:after {
		bottom: -40px;
		left: -30px;
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
	}
}

.input_page .summary .heading2 {
	margin-top: 90px;
}
@media screen and (max-width: 768px) {
	.input_page .summary .heading2 {
		margin-top: 60px;
	}
}

.input_page .summary .title2 {
	display: block;
	width: 526px;
	max-width: 526px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.input_page .summary .title2 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
}

.input_page .summary .description {
	width: 570px;
	margin: 32px auto 0;
	text-align: justify;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	.input_page .summary .description {
		width: 100%;
		margin: 25px auto 0;
		font-size: 13px;
	}
}

.link-anchor {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:200px ;
}
@media screen and (max-width: 768px) {
	.link-anchor {
		justify-content: center;
		height:400px ;
	}
}
.link-anchor li {
	max-width:300px;
}

.link-anchor li a {
	max-width: 100%;
}
/* フォーム編集エリア流用パーツ start*/

.form-description > div > div,
.form-description > div > h1,
.form-description > div > h2,
.form-description > div > h3,
.form-description > div > h4,
.form-description > div > h5,
.form-description > div > h6,
.form-description > div > p {
	--mb-default: 60px;
	margin-bottom: var(--mb-default);
}

.form-description > div {
	max-width: 700px;
	margin: 0 auto;
	padding: 60px 20px 40px;
}

.form-description h1 {
	text-align: center;
	font-size: 40px;
	font-weight: bold !important;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.form-description h1 > span {
	font-weight: bold;
	position: relative;
}

.form-description h2 {
	text-align: center;
	font-size: 24px;
	font-weight: bold !important;
	line-height: 1.5;
	letter-spacing: 0.07em;
}

.form-description img {
	display: block;
	width: 100%;
	height: auto;
}

.form-description .img__1col {
	padding: 0 20px;
}

/* フォントサイズ・行間
--------------------------------------------------*/
.form-description .text__size-12 {
	font-size: 12px;
}
.form-description .text__size-16 {
	font-size: 16px;
}
.form-description .text__size-20 {
	font-size: 20px;
}

.form-description .text__size-26 {
	font-size: 26px;
}

.form-description .text__size-32 {
	font-size: 32px;
}

.form-description .text__size-40 {
	font-size: 40px;
}

@media screen and (max-width: 768px) {
	.form-description h2 {
		font-size: 18px;
	}

	.form-description p {
		font-size: 13px;
	}
	.form-description .text__size-12 {
		font-size: 10px;
	}
	.form-description .text__size-16 {
		font-size: 14px;
	}
	.form-description .text__size-20 {
		font-size: 18px;
	}

	.form-description .text__size-26 {
		font-size: 20px;
	}

	.form-description .text__size-32 {
		font-size: 28px;
	}
	.form-description .text__size-40 {
		font-size: 32px;
	}
}

.form-description h3 {
	line-height: 1.5;
}

/* 枠線装飾
--------------------------------------------------*/
.form-description .border__color-red01 {
	border: #ff5e59 solid 2px;
}
.form-description .border__color-blue {
	border: #00a0e9 solid 2px;
}

/* 文字装飾
--------------------------------------------------*/
.form-description .text__color-red01 {
	color: #ff5e59;
}
.form-description .text__color-red02 {
	color: #e44c24;
}
.form-description .text__color-blue {
	color: #00a0e9;
}
.form-description .text__color-gold {
	color: #daa955;
}
.form-description .text__bg-color-yellow {
	padding: 5px;
	background-color: #fff500;
}

.form-description .text__kerning-little {
	letter-spacing: 0;
}

.form-description .text__bold {
	font-weight: bold;
}
.form-description .text__normal {
	font-weight: normal;
}

.form-description .tile__line-red,
.form-description .title__pipeline-black {
	display: inline-block;
}

.form-description .tile__line-red::before,
.form-description .tile__line-red::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: #e44c24;
}

.form-description .tile__line-red::before {
	transform: rotate(50deg);
	left: -27px;
}
.form-description .tile__line-red::after {
	transform: rotate(-50deg);
	right: -27px;
}

.form-description .tile__line-gold::before,
.form-description .tile__line-gold::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: #daa955;
}

.form-description .tile__line-gold::before {
	transform: rotate(50deg);
	left: -27px;
}
.form-description .tile__line-gold::after {
	transform: rotate(-50deg);
	right: -27px;
}

.form-description .title__pipeline-black::before,
.form-description .title__pipeline-black::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 12px;
	height: 1px;
	background-color: black;
	transform: rotate(90deg);

}

.form-description .title__pipeline-black::before {
	left: -18px;
}
.form-description .title__pipeline-black::after {
	right: -18px;
}

/* コンテンツ幅・コンテンツレイアウト
--------------------------------------------------*/
.form-description .width__size-480 {
	width: 480px;
	margin: 0 auto;
}

.form-description .text__align-center {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.form-description .width__size-570,
	.form-description .width__size-480 {
		width: 100%;
	}
}

/* 余白調整
--------------------------------------------------*/
.form-description .mb-0 {
	margin-bottom: 0;
}
.form-description .mb-10 {
	margin-bottom: 10px;
}
.form-description .mb-15 {
	margin-bottom: 15px;
}
.form-description .mb-25 {
	margin-bottom: 25px;
}
.form-description .mr-10 {
	margin-right: 10px;
}
.form-description .mr-20 {
	margin-right: 20px;
}
@media screen and (max-width: 768px) {
	.form-description .mr-10 {
		margin-right: 5px;
	}
	.form-description .mr-20 {
		margin-right: 10px;
	}
}
.form-description .p-10 {
	padding: 10px;
}
@media screen and (max-width: 768px) {
	.form-description .p-10 {
		padding: 5px;
	}
}

/* デバイス毎の設定
--------------------------------------------------*/
.form-description .br__sponly {
	display: none;
}
@media screen and (max-width: 768px) {
	.form-description .br__sponly {
		display: block;
	}
}

/* 追加特殊パーツ
--------------------------------------------------*/

/* 無料進呈中吹き出し */
.form-description .img__1col.add__bubble-free {
	position: relative;
}

#casa_hiraya_2008 .img__1col.add__bubble-free::after {
	background-image: url("/img/form/casa_hiraya_2008/fukidashi.svg");
}
#casita2105lp .img__1col.add__bubble-free::after {
	background-image: url("/img/form/casita2105lp/fukidashi.png");
}
#casa2101dclp .img__1col.add__bubble-free::after {
	background-image: url("/img/form/2101dclp/fukidashi.png");
}
#lovers .img__1col.add__bubble-free::after {
	background-image: url("/img/form/lovers/fukidashi.png");
}
#lovers .img__1col.add__bubble-free::before {
	background-image: url("/img/form/lovers/fukidashi-02.png");
}

.form-description .img__1col.add__bubble-free::after {
	content: '';
	position: absolute;
	bottom: -43px;
	left: -63px;
	width: 115px;
	height: 115px;
	background-size: 115px 115px;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.form-description .img__1col.add__bubble-free::after {
		bottom: -40px;
		left: 0;
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
	}
}

#lovers .img__1col.add__bubble-free::before {
	content: '';
	position: absolute;
	bottom: -43px;
	right: -63px;
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#lovers .img__1col.add__bubble-free::before {
		bottom: -40px;
		right: 0;
		width: 55px;
		height: 55px;
		background-size: 55px 55px;
	}
}


.form-description .title___type-lovers {
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-description .title___type-lovers span  {
	font-size: 16px;
	font-weight: bold;
	padding: 6px 10px;
}

.form-description .blue-lavel___type-lovers {
	color: #00a0e9;
	border: #00a0e9 solid 2px;
	margin-right: 10px;
}

.form-description .red-lavel___type-lovers {

	color: #e44c24;
	border: #e44c24 solid 2px;
	margin-right: 20px;
}

@media screen and (max-width: 768px)  {
	.form-description .title___type-lovers {
		font-size: 20px;
	}
	.form-description .title___type-lovers span  {
		font-size: 14px;
		padding: 4px 7px;
	}

	.form-description .blue-lavel___type-lovers {
		border: #00a0e9 solid 1.5px;
		margin-right: 5px;
	}

	.form-description .red-lavel___type-lovers {
		border: #e44c24 solid 1.5px;
		margin-right: 10px;
	}
}

.form-description .logo__type-casacube {
	width: 112px;
	margin: 0 auto 15px;
}

/* hack for IE11 Only */
@media all and (-ms-high-contrast: none) {
	.form-description .title___type-lovers {
		display: block;
	}
	.form-description .title___type-lovers span  {
		vertical-align: middle;
		padding: 6px 10px 3px;
	}
  }

/* フォーム編集エリア流用パーツ end*/

.form_container {
	padding: 60px 0 125px;
	background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
	.form_container {
		padding: 50px 20px 80px;
	}
}

.form_container .step_list {
	width: 440px;
	max-width: 440px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.form_container .step_list {
		width: 100%;
		margin: 0 auto;
	}
}

#form_box {
	width: 800px;
	margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
	#form_box {
		width: 100%;
		margin: 50px auto 0;
	}
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
	width: 100%;
	padding: 13px 20px 13px 20px;
	font-family: 'AppleSystem', 'Yu Gothic', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, Osaka, 'MS UI Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000000;
	border-radius: 2px;
	border: none;
	background-color: #fff;
	-webkit-appearance: none;
}
@media screen and (max-width: 768px) {
	input[type='text'],
	input[type='email'],
	input[type='tel'],
	textarea {
		padding: 11px 15px 11px 15px;
		font-size: 14px;
	}
}

textarea {
	height: 220px;
	padding: 13px 20px 13px 20px;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	textarea {
		height: 220px;
		padding: 11px 15px 11px 15px;
		font-size: 14px;
	}
}

select {
	width: 100%;
	padding: 13px 20px 13px 20px;
	font-size: 15px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	select {
		padding: 11px 15px 11px 15px;
		font-size: 14px;
		border-radius: 2px;
	}
}
select::-ms-expand {
	display: none;
}

/* 建築希望地セレクトボックス */
#form_box label p {
	padding-left: 2em;
	font-weight: bold;
}

#form_box label p select {
	margin-bottom: 1em;
}


.input-check.list-3col {
	display: flex;
	flex-wrap: wrap;
	width: 800px;
}
@media screen and (max-width: 768px) {
	.input-check.list-3col {
		width: 100%;
	}
}

.input-check.list-3col label {
	width: 30%;
	margin-right: 5%;
	display: flex;
}

.input-check.list-3col label span {
	width: calc(100% - 21px);
}

.input-check.list-3col label:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.input-check.list-3col {
		justify-content: space-between;
	}

	.input-check.list-3col label {
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}

	.input-check.list-3col label span {
		line-height: 24px;
		margin-top: -4px;
	}
}

.input-check + .input-check {
	margin-top: 25px;
}

@media screen and (max-width: 768px) {
	.input-check + .input-check {
		margin-top: 20px;
	}
}

.input-check input[type='text'] {
	margin-top: 15px;
}

.radio input[type='radio'],
.input-check input[type='checkbox'] {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: 2px solid #afafaf;
	outline: none;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.radio input[type='radio'],
	.input-check input[type='checkbox'] {
		width: 16px;
		height: 16px;
		border: 2px solid #afafaf;
	}
}
.radio input[type='radio']:checked,
.input-check input[type='checkbox']:checked {
	border-color: #e57504;
}
.radio input[type='radio']:checked::before,
.input-check input[type='checkbox']:checked::before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 4px;
	width: 5px;
	height: 8px;
	transform: rotate(40deg);
	border-bottom: 2px solid #e57504;
	border-right: 2px solid #e57504;
}
@media screen and (max-width: 768px) {
	.radio input[type='radio']:checked::before,
	.input-check input[type='checkbox']:checked::before {
		top: 1px;
		left: 4px;
		width: 5px;
		height: 8px;
	}
}

.radio label,
.input-check label {
	display: block;
	cursor: pointer;
}
.radio label:not(:first-child),
.input-check label {
	margin-top: 18px;
}
@media screen and (max-width: 768px) {
	.radio label:not(:first-child),
	.input-check {
		margin-top: 10px;
	}
}

.radio label span,
.input-check label span {
	display: inline-block;
	margin-left: 12px;
	font-family: 'AppleSystem', 'Yu Gothic', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, Osaka, 'MS UI Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.radio label span,
	.input-check label span {
		font-size: 14px;
		line-height: 16px;
	}
}

#form_box .errormessage01 {
	margin-top: 60px;
	color: #a50404;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .errormessage01 {
		margin-top: 40px;
		color: #a50404;
		font-size: 14px;
	}
}

#form_box .form_caution {
	margin-bottom: 40px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .form_caution {
		margin-bottom: 20px;
		font-size: 14px;
	}
}

#form_box .cc-form-fieldset-attention,
#form_box .mail-description {
	font-size: 13px;
	color: #666;
}

#form_box .cc-form-fieldset-attention .mail-attention::before {
	content: "※";
	display: inline-block;
}
#form_box .mail-before-attachment,
#form_box .mail-after-attachment {
	margin: 10px 0;
	display: block;
}

#form_box .form_caution span {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	#form_box .form_caution span {
		font-size: 14px;
	}
}

#form_box .note {
	font-size: 12px;
	margin-top: 10px;
	color: #444;
}

#form_box .form_description {
	margin-top: 25px;
	font-size: 15px;
}

#form_box .form_description a {
	color: #e57504;
	text-decoration: underline;
	transition: opacity 300ms;
}

@media screen and (min-width: 769px) {
	#form_box .form_description a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 768px) {
	#form_box .form_description {
		margin-top: 20px;
	}
}

#form_box .note span {
	text-decoration: underline;
}

#form_box table {
	width: 100%;
}

#form_box table tr:not(:first-child) {
	display: block;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
	#form_box table tr:not(:first-child) {
		display: block;
		margin-top: 30px;
	}
}

#form_box table tr th {
	display: block;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	#form_box table tr th {
		font-size: 14px;
	}
}

#form_box table tr td {
	display: block;
	width: 100%;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#form_box table tr td {
		margin-top: 13px;
	}
}

#form_box .font_red {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.01em;
	color: #a50404;
}
@media screen and (max-width: 768px) {
	#form_box .font_red {
		font-size: 11px;
	}
}

#form_box th .font_red {
	margin-left: 15px;
}
@media screen and (max-width: 768px) {
	#form_box th .font_red {
		margin-left: 5px;
	}
}

#form_box input[type='hidden'] + .font_red {
	display: block;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	#form_box input[type='hidden'] + .font_red {
		margin-top: 10px;
	}
}

#form_box .column2,
#form_box .column3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	#form_box .column2 {
	}
}

#form_box .column2 > label,
#form_box .column2 > div {
	width: 380px;
}

#form_box .column3 > label,
#form_box .column3 > div {
	width: calc(1/3*100% - 10px);
}
@media screen and (max-width: 768px) {
	#form_box .column2 > label,
	#form_box .column2 > div,
	#form_box .column3 > label,
	#form_box .column3 > div {
		width: 100%;
	}
	#form_box .column2 label + label,
	#form_box .column2 div + div,
	#form_box .column3 label + label,
	#form_box .column3 div + div {
		margin-top: 10px;
	}
}

#form_box .select_wrap {
	width: 380px;
	max-width: 380px;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	#form_box .select_wrap {
		width: 100%;
	}
}

#form_box .select_wrap:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
	#form_box .select_wrap:before {
		top: 17px;
		right: 17px;
	}
}

#form_box .input-num {
	width: 380px;
	max-width: 380px;
}
@media screen and (max-width: 768px) {
	#form_box .input-num {
		width: 100%;
	}
}

#form_box .form_agree {
	margin: 0 auto;
	text-align: left;
	width: auto !important;
}
@media screen and (max-width: 768px) {
	#form_box .form_agree {
		font-size: 14px;
	}
}

#form_box .form_agree tr {
	display: block;
	line-height: 1.7;
}

#form_box .form_agree tr:not(:first-child) {
	margin-top: 0 !important;
}

#form_box .form_agree tr:not(:last-child) {
	margin-bottom: 10px !important;
}

#form_box .form_agree td {
	margin-top: 0;
}

#form_box .form_agree a {
	text-decoration: underline;
	color: #d38200;
}

input[type='text'].error,
input[type='email'].error,
input[type='tel'].error,
textarea.error,
select.error {
	border: 1px solid #a50404;
	background-color: #fdf5f5;
}
input[type='text'].error,
input[type='email'].error,
input[type='tel'].error,
textarea.error,
select.error {
	border: 1px solid #a50404;
	background-color: #fdf5f5;
}

#form_box .send_btn_block {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	#form_box .send_btn_block {
		margin-top: 30px;
	}
}

input[type='submit'] {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 20px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #ffffff;
	border: none;
	border-radius: 2px;
	background-color: #e57504;
	-webkit-appearance: none;
	cursor: pointer;
	transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
	input[type='submit'] {
		width: 80%;
		padding: 20px 10px 17px 10px;
		font-size: 14px;
	}
}
input[type='submit']:hover {
	opacity: 0.7 !important;
}

input[type='submit']:disabled {
	background-color: #ccc;
}

input[type='submit']:disabled:hover {
	opacity: 1 !important;
	cursor: auto;
}

.confirm_page .form_check {
	margin: 60px 0;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.confirm_page .form_check {
		margin: 40px 0;
		font-size: 14px;
	}
}

.confirm_page #form_box table tr td {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.68;
}
@media screen and (max-width: 768px) {
	.confirm_page #form_box table tr td {
		margin-top: 10px;
		font-size: 14px;
	}
}

#form_box .send_btn_block_submit {
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	#form_box .send_btn_block_submit {
		margin-top: 10px;
	}
}

#form_box .send_btn_block_submit button[type='submit'] {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 18px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
	#form_box .send_btn_block_submit button[type='submit'] {
		display: block;
		width: 80%;
	}
}

#form_box .send_btn_block_submit button:disabled {
	color: #fff;
	background: #ccc;
}

#form_box .send_btn_block_submit button[type='submit']:hover:disabled {
	opacity: 1 !important;
	cursor: auto;
}

#form_box .back-btn {
}

#form_box .back-btn button[type='submit'] {
	background-color: #ccc;
}

.form_thanks p {
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.form_thanks p {
		margin-top: 40px;
		font-size: 14px;
	}
}

.thanks_page #form_box .back-btn {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
	.thanks_page #form_box .back-btn {
		margin-top: 50px;
	}
}

.thanks_page #form_box .back-btn a {
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 22px 10px 19px 10px;
	font-size: 20px;
	letter-spacing: 0.15em;
	font-weight: 600;
	color: #ffffff;
	border-radius: 2px;
	background-color: #e57504;
	transition: opacity 0.2s;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.thanks_page #form_box .back-btn a {
		width: 80%;
		padding: 20px 10px 17px 10px;
		font-size: 14px;
	}
}
.thanks_page #form_box .back-btn a:hover {
	opacity: 0.7 !important;
}

.table-yoteichi tr {
	display: block;
	padding-left: 30px;
}

/* アコーディオン */
.select_areas {
	background-color: #fff;
	border-radius: 2px;
}
.select_areas + .select_areas {
	margin-top: 10px;
}
.select_areas-head {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	-webkit-transition: padding-bottom 400ms ease-out;
	-o-transition: padding-bottom 400ms ease-out;
	transition: padding-bottom 400ms ease-out;
}
.select_areas-head::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #000000;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}
.select_areas-head::after {
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: -webkit-transform 400ms ease-out;
	-o-transition: transform 400ms ease-out;
	transition: transform 400ms ease-out;
	position: absolute;
	top: calc(100% / 2 - 2px);
	left: 26px;
}
_::-webkit-full-page-media,
_:future,
:root .select_areas-head::after {
	top: calc(100% / 2 - 3px);
}
.select_areas-head[data-open='true']::after {
	-ms-transform: rotateZ(315deg) translate(-2px, 2px);
	-webkit-transform: rotateZ(315deg) translate(-2px, 2px);
	transform: rotateZ(315deg) translate(-2px, 2px);
}
.select_areas-ttl {
	font-size: 16px;
	font-weight: bold;
	margin-left: 6px;
}
.select_areas .input-check label {
	margin-top: 0;
}
.select_area-list-container {
	position: relative;
	/* display: none; */
}
.select_area-list-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	width: calc(100% - 40px);
	height: 1px;
	background-color: #cccccc;
}
.select_areas-head + .select_area-list-container[data-result='true']::before {
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #f2f2f2;
}
.select_areas-list .input-check[aria-hidden='true'] {
	margin: 0;
}
.select_areas ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding: 8px 20px 8px 20px;
}
@media screen and (max-width: 768px) {
	.select_areas ul {
		width: 100%;
	}
}
.select_areas ul li {
	width: 25%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-top: 12px;
	margin-bottom: 8px;
}
.select_areas ul li:last-child {
	margin-bottom: 12px;
}
@media all and (-ms-high-contrast: none) {
	.select_areas ul {
		display: block;
		width: 100%;
	}
	.select_areas ul li {
		width: 100%;
	}
}
/* .select_areas ul li[aria-hidden='false']:nth-of-type(-n + 4) {
	margin-top: 0;
} */
@media screen and (max-width: 768px) {
	.select_areas ul li {
		min-width: 50%;
		width: auto;
	}
	/* .select_areas ul li[aria-hidden='false']:nth-of-type(-n + 2) {
		margin-top: 0;
	}
	.select_areas ul li[aria-hidden='false']:not(:nth-of-type(-n + 2)) {
		margin-top: 12px;
	} */
}
.select_areas-other {
	margin-top: 16px;
}
.select_areas-other .column2 .input-text {
	width: 380px;
}
@media screen and (max-width: 768px) {
	.select_areas-other .column2 .input-text {
		width: 100%;
		margin-top: 10px;
	}
}
.form_description + .select_areas {
	margin-top: 10px;
}
/* 建設希望地 */
#areaCheck {
	display: none;
}
