@charset "utf-8";

::placeholder {
    color: #b5b5b5;
}

/* -----------------------------------------------------------
    page-title
-------------------------------------------------------------- */
#header.header-no-fixed .header-area .btn-box {
	position: absolute;
}

#form .page-title-area {
    margin-top:0;
}

#form.thanks .page-title-area {
    margin-top: 120px;
}

#page-top.form {
    bottom: 10px;
}

/*#page-top.form {
	bottom: 20px;
}*/


@media screen and (max-width: 768px){
	#form .page-title-area {
        margin-top: 0; 
	}
	
	#form.thanks .page-title-area {
        margin-top: 60px;
	}
}

/* -----------------------------------------------------------
    form-kome
-------------------------------------------------------------- */

.form-kome {
	font-size: 1.4rem;
	text-indent: -1.4rem;
	padding-left: 1.4rem;
	margin: 15px 0 0;
}

/* -----------------------------------------------------------
    form
-------------------------------------------------------------- */

#form .form-area .inner {
	max-width: 1100px;
	min-width: 1100px;
    position: relative;
}

#form .intro-box {
	width: 1200px;
	margin: 100px auto 0;
	display: flex;
	/*justify-content: space-between;
	align-items: flex-start;*/
	position: relative;
    border-radius: 30px;
    overflow: hidden;
}

/*#form .intro-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	height: 100%;
	background: var(--beige);
	z-index: -1;
}*/

#form .intro-box .txt-wrap {
	width: calc( 100% - 500px );
	padding: 60px;
	/*background: var(--palegreen);*/
	/*height: 380px;*/
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	background: #f6f6f6;
}

#form .intro-box .txt-wrap .catch {
	font-size: 3.2rem;
	line-height: 1.7;
	margin: 0 0 20px;
	width: 100%;
	position: relative;
	font-weight: bold;
}

#form .intro-box .img-wrap {
	width: 500px;
	/*position: absolute;
	top: -60px;
	right: 0;*/
}

#form .intro-box .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: initial;
}

#form .caution-box {
	width: 1200px;
	margin: 60px auto 0;
	padding: 20px;
	border: 2px solid var(--red);
}

#form .caution-box p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--red);
	line-height: 1.8;
}

@media screen and (max-width: 768px){

	#form .form-area .inner {
		max-width: 100%;
		min-width: 100%;
        margin: 0;
	}
	
	#form .intro-box {
		width: 100%;
		margin: 30px 0;
		flex-wrap: wrap;
		z-index: 1;
		/*padding: 30px 20px;*/
		/*border-bottom: 1px solid var(--beige02);*/
	}
	
	#form .intro-box::before {
		width: 100%;
		height: 100%;
		display: none;
	}

	#form .intro-box .img-wrap {
		width: 100%;
		height: 52vw;
		order: 1;
		position: relative;
		top: initial;
		right: initial;
        border-radius: 20px 20px 0 0;
        overflow: hidden;
	}
	
	#form .intro-box .txt-wrap {
		order: 2;
		width: 100%;
		padding: 20px;
		height: initial;
        border-radius: 0 0 20px 20px;
        overflow: hidden;
	}
	
	#form .intro-box .txt-wrap .catch {
		font-size: min(6cqw,3.0rem);
		margin: 0 0 15px;
		letter-spacing: 0;
	}
	
	#form .intro-box .txt-wrap .catch::before {
		display: none;
	}
	
	#form .caution-box {
		width: calc( 100% - 40px );
		margin: 0 auto 30px;
		padding: 15px;
		border: 2px solid var(--red);
	}

	#form .caution-box p {
		text-align: left;
		font-size: 1.7rem;
	}
}

/* -----------------------------------------------------------
    input
-------------------------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"], 
input[type="date"],

select,
textarea {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 1.5rem;
	font-family: "Outfit",'Lato', "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	color: #333;
	letter-spacing: 0.03em;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,

select:focus,
textarea:focus {
	border: 1px solid #0099dd;
}

input[type="number"] {
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select{
	width: 30%;
	margin: 0 0 0 0;
	background: #fff url(../img/icon-arrow-under.png) no-repeat 95% 50%;
	background-size: 12px auto;
}

.form-table #year {
	width: 30%;
}
	
.form-table #month,
.form-table #days {
	width: 20%;
}

td .select-txt {
	padding: 0 10px;
}

td.area select{
	width: 40%;
	padding: 12px;
	margin: 0 0 0 0;
	background: #fff url(../img/icon-arrow-under.png) no-repeat 95% 50%;
	background-size: 12px auto;
}

.select-flex {
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
    position: relative;
    /*justify-content: space-between;*/
}

.select-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 30%;
}

.select-group select {
	width: 80%;
}

.select-group .chk {
	font-size: 1.5rem;
	margin: 10px 0 0;
	color: var(--red);
}

select:hover {
	cursor: pointer;
}

option {
	padding: 5px 15px;
}

select option selected {
	color: #999;
}

textarea {
	width: 100%;
	resize: vertical;
	vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
	vertical-align:-1px;
	margin: 0 8px 0 0;
	/*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
    border-radius: 0;
}

.form-area label:hover {
	cursor: pointer;
}

/* -----------------------------------------------------------
    ラジオボタンカスタマイズ
-------------------------------------------------------------- */
input[type="radio"] + label {
	position: relative;
	cursor: pointer;
	padding-left: 35px;
	display: inline-block;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	content: "";
	display: block; 
	border-radius: 50%;
	position: absolute;
}

input[type="radio"] + label::before {
	background-color: #fff;
	border: 1px solid #bbb;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	left: 5px;
	top: 4px;
}

input[type="radio"] + label::after {
	background-color: var(--red);
	border-radius: 50%;
	opacity: 0;
	width: 14px;
	height: 14px;
	left: 8px;
	z-index: 1;
	transition: all .2s ease;
	top: 7px;
}

input[type="radio"]:checked + label::after {
	opacity: 1;
}

/*スクリーンリーダーで設問を読み取るための記述*/
.visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

.radio-list .none {
	display: none;
}

.radio-list .radio-none {
    display: none;
}

.form-btn-flex {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.form-btn-flex.col3 label.q-label {
	width: calc( ( 100% - 40px ) / 3 );
	text-align: center;
}

/* -----------------------------------------------------------
    チェックボックスカスタマイズ
-------------------------------------------------------------- */
input[type="checkbox"] {
    visibility: hidden;
}

input[type="checkbox"] + label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}


input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  content: "";
  display: block; 
  position: absolute;
}

input[type="checkbox"] + label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #bbb;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  top: 52%;
  left: 0;
}

input[type="checkbox"] + label::after {
  border-bottom: 2px solid var(--red);
  border-left: 2px solid var(--red);
  opacity: 0;
  height: 5px;
  width: 10px;
  transform: rotate(-45deg);
  top: 8px;
  left: 4px;
}

input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.checkbox_list li {
    align-items: center;
    display: flex;
    margin: 0 0 10px -1em;
}

.checkbox_list input[type="checkbox"] + label::after {
	top: 10px;
}

/* -----------------------------------------------------------
    button / submit
-------------------------------------------------------------- */

#form input[type="submit"],
#form input[type="button"] {
	display: block;
	/*font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;*/
	letter-spacing: 0.05em;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	width: 360px;
	padding: 20px 30px 22px 30px;
	text-align: center;
	box-shadow: 2px 2px 3px #ccc;
    border-radius: 10px;
}

#form input[type="submit"],
#form input[type="button"]{
	min-width: 300px;
}

.submit_btn {
	color: #fff !important;
	background: var(--red);
}

.submit_org {
	background: #FF8C53;
}
input[type="submit"].submit_gray,
input[type="button"].submit_gray{
	color: #333 !important;
	width: 400px;
	background: #F5F5F5;
	padding: 18px 10px 22px 10px;
	text-align: center;
	box-shadow: 2px 2px 3px #DDD;
}
.submit_magenta {
	background: #3EC473;
}
.submit_green {
	background: #F45C18;
}

input[type="submit"]:hover,
input[type="button"]:hover{
	cursor: pointer;
	opacity: 0.8;
}

/*		送信ボタン		*/
.form_btn_area {
	padding: 50px 0 70px 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 30px;
	flex-direction: row-reverse;
}
.form_btn_area .fl {
	float: left;
}
.form_btn_area .fr {
	float: right;
}

.form_btn_txt {
	margin: 0 0 20px;
	width: 100%;
}

.form_btn_txt a {
	color: var(--red);
	font-weight: bold;
}

.form_btn_txt a:hover {
	opacity: 0.6;
}

.error_message{
	text-align:center;
	padding:130px 0 40px;
	line-height:1.8;
}


/* -----------------------------------------------------------
    入力画面共通  /  table
-------------------------------------------------------------- */
.form-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.8;
	/*margin: 80px 0 50px;*/
	/*margin: 80px 0 0;*/
	/*border-top: 1px #EDEDE8 solid;*/
}

.form-table:first-of-type {
    margin: 60px 0 0;
}

.form-table.first {
	border-top: 1px #EDEDE8 solid;
	/*margin: 80px 0 0;*/
}

.accordion-wrap {
	display: none;
}

.table-open {
	display: block;
	padding: 30px 0;
	border-bottom: 1px #EDEDE8 solid;
	text-align: center;
}

.table-open .btn {
	display: inline-block;
	padding: 15px 20px;
	min-width: 260px;
	border: 1px solid #444;
	line-height: 1.5;
	cursor: pointer;
	transition: all .4s;
	position: relative;
}

.table-open .btn::after {
	content: "\2b";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	color: #444;
}

.table-open .btn:hover {
	opacity: .7;
}

.table-open.active {
	display: none;
}

.form-table th {
	padding: 30px 0 30px 40px;
	width: 36%;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #EDEDE8 solid;
}

.form-table th.bb-none {
	border-bottom: none;
    padding: 30px 0 0px 40px;
}
.form-table td {
	padding: 30px 40px 30px 40px;
	border-bottom: 1px #EDEDE8 solid;
}

.form-table td.flex {
	display: flex;
	flex-wrap: wrap;
}

.form-table td.flex .radio-list {
	width: 100%;
	margin: 20px 0 0;
}

.form-table td.bb-none {
	border-bottom: none;
    padding: 30px 40px 0px 40px;
}

.form-table td .unit {
	margin-left: 10px;
}

.form-th-title {
	display: inline-block;
	padding: 5px 0 0;
}

.form-th-title span{
	font-size: 1.2rem;
	color: #666;
}

.form-th-notes {
	float: right;
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 12px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff !important;
	background: var(--red);
}
.form-th-notes.est {
	float: none;
	padding: 6px 10px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.form-th-notes.any {
	background: #1294D5;
}

.form-table input[type="text"],
.form-table input[type="password"],
.form-table input[type="tel"],
.form-table input[type="email"], 
.form-table input[type="date"]{
	width: 100%;
	line-height: normal;
}
.form-table input[type="number"] {
	width: 30%;
}

/*		生年月日		*/
input[type="text"].birth {
	width: 40%;
}


/*		姓名		*/
input[type="text"].half {
	width: 36%;
	margin: 0 20px 0 10px;
}
input[type="text"].half.l {
	margin: 0 20px 0 10px;
}


/*		郵便番号		*/
input[type="number"].input_zip {
	width: 30%;
	margin: 0 0 0 10px;
}
.zip_btn {
	width: 30%;
	margin: 15px 0 0;
	text-align: center;
}
.zip_btn a {
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #7FB2AA;
}

td.area .name_txt{
	margin: 0 0 5px;
	font-size: 1.4rem;
}

/*		調査ご希望日時		*/
#datepicker1,
#datepicker2,
#datepicker3,
#datepicker4 {
	/*
    background-image: url(../img/ico_calendar.png);
    background-repeat: no-repeat;
    background-position: top 50% left 10px;
    padding-left: 35px;
	*/
    width: 400px;
    margin: 5px 10px 5px 0;
    font-size: 2.0rem;
    font-weight: bold;
}

#form #datepicker1,
#form #datepicker2,
#form #datepicker3,
#form #datepicker4 {
    width: 300px;
}

#ui-datepicker-div {
   z-index: 6!important; 
}

/*		お問い合わせ		*/
.radio-list li:not(:last-child) label {
    padding-bottom: 10px; /*行間のちらつき防止*/
}


/*		注釈		*/
.form-td-notes {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: 1.4rem;
}
.form-td-notes02 {
	margin: 15px 0;
	font-size: 1.4rem;
}
.form-td-notes03 {
	margin: 15px 0 0;
	font-size: 1.4rem;
}
.form-td-notes04 {
	margin: 7px 0 15px;
	font-size: 1.4rem;
}
.form-td-notes05 {
	margin: 0 0 15px;
	font-size: 1.4rem;
}

.form-td-notes06 {
	margin: 40px 0 0;
	font-size: 1.4rem;
}

.ftop .txt-area {
	margin: 100px 0 0;
	position: relative;
}

.ftop .txt-area .inner1100 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftop .txt-area .txt-wrap {
	margin: 60px 0 0;
}

.ftop .txt-area .deco-wrap:first-child {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: calc( ( 100% - ( 1100px + 200px ) ) / 2 );
	background: url("../img/deco-butterfly01.png") center/cover, no-repeat;
	width: 200px;
	height: 70px;
	z-index: 1;
}

.ftop .txt-area .deco-wrap:nth-child(2){
	display: inline-block;
	position: absolute;
	bottom: -15px;
	right: calc( ( 100% - ( 1100px + 100px ) ) / 2 );
	background: url("../img/deco-flower01.png") center/cover, no-repeat;
	transform: rotate(190deg);
	width: 134px;
	height: 121px;
	z-index: 1;
}

.ftop .txt-area .copy {
	font-size: 3.0rem;
	letter-spacing: .2rem;
	text-align: left;
}

.ftop .txt-area .basic-txt {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .form-td-notes06 {
        margin: 0;
    }

}


/* -----------------------------------------------------------
    file
-------------------------------------------------------------- */
.file-wrap .form_td_notes02 {
	line-height: 2;
	font-size: 1.6rem;
	letter-spacing: .08em;
}

.file__label-wrap {
	align-items: center;
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.file__label {
	border-radius: 60px;
	border: 1px solid var(--blue);
	cursor: pointer;
	color: var(--blue);
	display: block;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
	transition: opacity 0.3s ease;
	width: 260px;
	position: relative;
	padding: 15px 0.5em;
}

.file__label::before {
	content: "\f061";
	color: var(--blue);
	font: 900 1.8rem/1 "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.file__label:hover {
	opacity: 0.7;
}

input[type=file] {
	display: none;
}

.file__none {
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
	word-break: break-all;
}

.file-wrap p[class^="form_td_notes"] {
	line-height: 1.8;
	letter-spacing: .05em;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.file-wrap p[class^="form_td_notes"] {
		margin-top: 0;
	}

	.file__label-wrap {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 0;
	}

	.file__none {
		margin: 0 0 15px;
	}

	.privacy-box-note {
		text-align: left;
		margin: 0;
		padding: 0 20px;
	}

	.privacy-box {
		font-size: 1.5rem;
		width: calc(100% - 40px);
		height: 200px;
		padding: 15px 10px;
		margin: 20px auto 0;
	}
}
/* -----------------------------------------------------------
	確認画面共通
-------------------------------------------------------------- */
.confirm .txt-area {
	padding: 60px 0 0;
	text-align: center;
	font-weight: 600;
}

/* -----------------------------------------------------------
    完了画面共通
-------------------------------------------------------------- */

.thanks .form-area .txt-area {
    padding: 60px;
    background: #f8f8f8;
    margin: 100px auto 0;
    position: relative;
}

.thanks .form-area .txt-area .complete-title {
	font-size: 3.0rem;
    color: var(--green);
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	padding: 0 0 40px;
    transform: skewX(-10deg);
}

.thanks .form-area .txt-area .complete-txt {
	margin: 0 0 15px;
	line-height: 1.8;
	text-align: center;
}

.thanks .form-area .txt-area .ill-wrap {
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.thanks .form-area .txt-area .back-link {
	margin: 30px 0 0;
	text-align: center;
	width: 100%;
}

.thanks .form-area .txt-area .back-link a {
	font-weight: 600;
}

.thanks .form-area .txt-area .back-link a:hover {
	opacity: .7;
}

.thanks .form-area .txt-area .back-link .fas {
	display: inline-block;
	margin-right: 5px;
}

@media screen and (max-width: 768px){
	
	.thanks .form-area .txt-area {
		padding: 50px 20px 150px;
	}

	.thanks .form-area .txt-area .complete-title {
		font-size: 2.4rem;
		padding: 0 0 20px;
	}

	.thanks .form-area .txt-area .complete-txt {
		margin: 0 0 10px;
		line-height: 1.7;
		text-align: left;
	}
    
    .thanks .form-area .txt-area .ill-wrap {
        width: 130px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }

	.thanks .form-area .txt-area .back-link {
		margin: 15px 0 20px;
	}

}

/* -----------------------------------------------------------
	フッター
-------------------------------------------------------------- */
.footer-copy.form{
    font-size: 1.5rem;
	letter-spacing: .2rem;
	text-align: center;
	padding: 80px 0;
}


/* -----------------------------------------------------------
	カレンダーのモーダル
-------------------------------------------------------------- */
/*モーダルを開くボタン*/
.modal-open{
  /*position: fixed;*/
  display: flex;
  align-items: center;
  justify-content: center;
  /*top: 50%;
  left: 50%;*/
    padding: 15px 20px;
  font-weight: bold;
  color: #fff;
  background: var(--green);
  margin: auto;
  cursor: pointer;
  /*transform: translate(-50%,-50%);*/
	z-index: 5;
	transition: all .4s;
}

.simulation .modal-open {
    /*margin: 23px 0 0 20px;
    justify-content: flex-start;
    background: transparent;
    color: #333;
    font-size: 1.4rem;
    padding: 0;*/
    /*width: 100%;*/
    margin: 25px 0 0;
    /*border-radius: 5px;*/
    font-size: 1.5rem;
    border-bottom: 1px solid var(--green);
    color: var(--green);
    background: transparent;
    padding: 0 0 10px;
}

/*.simulation .modal-open i {
    margin-left: 5px;
    color: var(--green);
    font-family: var(--awesome);
}

.simulation .modal-open::after {
    content: "";
    display: inline-block;
    background: url("../img/icon-modal.svg") center/contain,no-repeat;
    width: 20px;
    height: 20px;
}*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
	z-index: -1;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
	z-index: 100;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1200px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 40px 50px;
}

.calendar-area .inner {
	width: initial;
}

@media (hover: hover) and (pointer: fine) {
	.modal-open:hover {
		opacity: .7;
	}
}

@media screen and (max-width:768px){
    .modal-open {
        width: 100%;
        margin: 20px 0 10px;
    }
    
    .simulation .modal-open {
        /*margin: 0;
        padding: 15px;
        background: var(--green);
        color: #fff;
        justify-content: center;
        gap: 5px;
        line-height: 1.5;
        font-size: 1.4rem;*/
        padding: 0 0 15px;
        margin: 10px 0 0;
    }
    
    .simulation .modal-open i {
        color: #fff;
    }
    
    .modal-content {
        padding: 20px 0;
    }
    
    .modal-body {
        width: 98%;
    }
    
    .modal-close {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        font-size: 40px;
        color: #333;
        cursor: pointer;
    }
    
    .calendar-area {
        margin: 0;
        padding: 20px 0;
    }
}

/* -----------------------------------------------------------
    SP
-------------------------------------------------------------- */
@media screen and (max-width:768px){

	/* -----------------------------------------------------------
		input
	-------------------------------------------------------------- */
	 input[type="text"],  input[type="tel"],  input[type="password"],
	 input[type="email"],  input[type="number"],
	 select,  textarea {
		padding: 15px;
		
		-webkit-box-sizing: border-box;	
		-moz-box-sizing: border-box;	
		box-sizing: border-box;
		font-size: 1.6rem;
		
		-webkit-appearance: none;
		border-radius: 0;
	}

	 input[type="text"],  input[type="email"],  input[type="number"],  input[type="tel"],  input[type="password"],  select,  textarea {
		width: 100%;
	}

	
	select{
		padding: 10px 6px;
		background: #fff url(../img/icon-arrow-under.png) no-repeat 95% 50%;
		background-size: 16px auto
	}
	td.area select{
		width: 100%;
		padding: 15px;
		background: #fff url(../img/icon-arrow-under.png) no-repeat 95% 50%;
		background-size: 16px auto
	}

	input[type="radio"], input[type="checkbox"] {
	}
    
    .select-flex {
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .select-group {
        width: 100%;
    }


	/* -----------------------------------------------------------
		button / submit
	-------------------------------------------------------------- */
	
	 .btn {
	}
					
	 .btn.back_btn {
		top: 0;
	}
	
	 .btn.back_btn a {
		display: inline-block;
		width: auto;
		padding: 10px 5px 10px 20px;
		border: none;
		font-size: 1.6rem;
		text-align: left;
		background: #fff url(../img/icon-arrow03.png) no-repeat 0 50%;
		background-size: 11px 11px;
	}
	
	
	 .form-area input[type="submit"] {
		display: block;
		width: 100%;
		padding: 20px 10px;
		font-size: 1.80rem;
		-webkit-appearance: none;
		
		-webkit-box-sizing: border-box;	
		-moz-box-sizing: border-box;	
		box-sizing: border-box;
		 
		box-shadow: 2px 2px 3px #DDD;
		 
	}
	
	
	#form input[type="submit"],
	#form input[type="button"]{
		min-width: inherit;
		padding: 17px 30px 19px 30px;
		width: 100%;
	}

	input[type="submit"].submit_gray,
	input[type="button"].submit_gray{
		width: 100%;
		font-size: 1.4rem;
		padding: 10px 10px;
	}
	
	.form_btn_area {
		padding: 30px 0 0;
		text-align: left;
		flex-direction: column;
	}
	
	
	.form_btn_txt {
		margin: 0 0 20px;
		line-height: 1.8;
		text-align: center;
	}
	
	
	.submit_org {
	}
	.submit_gray {
		font-size: 1.4rem;
		box-shadow: 2px 2px 3px #DDD;
	}
	.submit_magenta {
	}
	.submit_green {
	}

	.form_btn_area .fl,
	.form_btn_area .fr{
		float: none;
		width: 100%;
	}
	
	/*.form_btn_area .fl{
		margin: 30px 0 0 0;
	}*/
	
	.form_btn_area {
		padding: 0 20px 50px 20px;
		gap: 20px;
	}
	
	.form_btn_area .chk_txt {
		font-size: 1.8rem;
	}
	.form_btn_area .muryo_txt {
		padding: 30px 0 0;
		text-align: center;
	}
	.form_btn_area .muryo_txt span {
		font-size: 1.4rem;
		margin-right: 5px;
		padding: 3px 8px;
	}

	.form_btn_area .security {
		padding: 40px 0 0 0;
	}
	.form_btn_area .security p {
		display: block;
		margin: 0 0 10px 0;
	}
	.form_btn_area .security img {
		width: 20px;
	}
	
	.error_message{
		text-align:left;
		padding:30px 0 20px;
	}
		
	/* -----------------------------------------------------------
		入力画面共通  /  table
	-------------------------------------------------------------- */

	.form-table {
		margin: 0;
		width:100%;
		font-size: 1.5rem;
		border-top: 1px none;
		border-bottom: none;
	}
    
    .form-table:first-of-type {
        margin: 0;
    }
    
	.form-table:nth-of-type(n+2){
		margin: 0;
	}
	
	.form-table tr {
		border: none;
	}
	
	.form-table th {
		/*align-items: center;*/
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		width: auto;
		padding: 10px 15px;
		text-align: left;
		vertical-align: middle;
		font-weight: bold;
		background: #f3f3f3;
		border-bottom: none;
		gap: 0 10px;
	}
	
    .form-table th.bb-none {
        padding: 10px 20px;
    }
    
	.form-table td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 15px 20px 30px 20px;
		text-align: left;
		vertical-align: top;
	}
    
    .form-table td.bb-none {
        padding: 15px 20px 30px 20px;
    }
    
	.form-table td.pc_display{
		display: none;
	}
	
	.form-th-title span{
		/*color: #efefef;*/
	}
	.form-th-title {
		padding: 0;
		font-size: 1.7rem;
	}
		
	.form-table th .form-th-notes {
		float: none;
		font-size: 1.2rem;
		font-weight: bold;
		display: inline-block;
		/*margin: 0 0 0 10px;*/
		margin: 0;
		max-width: 60px;
		padding: 3px 10px;
		text-align: center;
	}
		
	.form-table input[type="text"],
	.form-table input[type="password"],
	.form-table input[type="tel"],
	.form-table input[type="email"], 
	.form-table input[type="date"] {
		width: 100%;
	}
	
	td .select-txt {
		padding: 0 5px 0;
	}
	
	.form-table input[type="number"] {
		width: 50%;
	}

	/*		生年月日		*/
	input[type="text"].birth {
		width: 50%;
	}

	/*		姓名		*/
	input[type="text"].half {
		width: 33%;
		margin: 0 0 0 5px;
	}
	input[type="text"].half.l {
		margin: 0 10px 0 10px;
	}
	
	
	/*		郵便番号		*/
	input[type="text"].input_zip,
	input[type="number"].input_zip{
		width: 50%;
		margin: 0 10px 0 10px;
	}
	
	/*		ご希望日時		*/
	#datepicker1, #datepicker2 {
		margin: 5px 10px 5px 0;
		width: 150px;
	}
    
    .simulation #datepicker1 {
        width: 100%;
        margin: 0;
    }
    
	.hope-day select{
		width: calc(100% - 170px);
	}

	/*		お問い合わせ		*/
	.radio-list {
	}

	.radio-list li {
		line-height: 1.8;
		font-size: 1.7rem;
	}
	
	.radio-list label {
		display: block;
	}
	
	
	/*		注釈		*/
	.form_td_notes {
		display: inline-block;
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form-td-notes02 {
		margin: 10px 0;
		font-size: 1.4rem;
	}
	.form_td_notes03 {
		margin: 10px 0 0;
		font-size: 1.4rem;
	}
	.form_td_notes05 {
		margin: 0 0 10px;
	}

	
	
	/*		見積り合計費用		*/
	.form-table th.total {
		font-size: 1.8rem;
	}
	.form-table td.total {
	}
	.form-table td.total span {
	}
	.form-table td.total span.num {
		font-size: 2rem;
	}
	
	.ftop .txt-area {
		margin: 30px 0 0;
	}

	.ftop .txt-area .inner1100 {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.ftop .txt-area .txt-wrap {
		margin: 0;
	}

	.ftop .txt-area .deco-wrap:first-child {
		top: -20px;
		left: 10px;
		width: 35%;
		max-width: 160px;
		height: initial;
		aspect-ratio: 203 / 71;
	}

	.ftop .txt-area .deco-wrap:nth-child(2){
		bottom: initial;
		top: 130px;
		right: 0;
		width: 21%;
		height: initial;
		max-width: 100px;
		aspect-ratio: 134 / 121;
	}

	.ftop .txt-area .copy {
		font-size: 2.4rem;
	}

	.ftop .txt-area .basic-txt {
		margin-top: 20px;
	}
	
	.ftop .img-wrap {
		width: 100%;
	}
	
	.ftop .img-wrap img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
			
	/* -----------------------------------------------------------
		確認画面共通
	-------------------------------------------------------------- */
	.confirm .form-table {
		margin: 30px auto 0 auto;
	}
	
	.confirm .form_btn_area {
		width: 100%;
	}
	
	.confirm .txt-area {
		padding: 30px 20px 0;
		text-align: left;
		margin: 30px 0 0!important;
		line-height: 1.6;
	}
	
	/* -----------------------------------------------------------
		完了画面共通
	-------------------------------------------------------------- */
	
	.form-area .complete-title {
		font-size: 2.4rem;
    	font-weight: bold;
    	text-align: left;
    	line-height: 1.6;
    	padding: 60px 0 10px;
	}

	.form-area .complete-txt {
		margin: 30px 0 15px;
    	line-height: 1.8;
    	text-align: left;
	}

	.form-area .back-link {
		margin: 20px 0 50px;
	}
	
	
	/* -----------------------------------------------------------
		フッター
	-------------------------------------------------------------- */
	.footer-copy.form{
		padding: 40px 0;
		letter-spacing: 0;
	}
	
	#form.thanks .footer-copy {
		padding: 0;
	}
	
	#footer {
		padding-bottom: 60px;
	}
	
}
