@charset "UTF-8";
input[type="search"], input[type="button"], input[type="text"], input[type="submit"], [type="reset"],input[type="tel"],input[type="email"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	padding: 0;
	cursor: pointer;
}

select {
	color: #333;
}

option {
    color: #333;
}

body {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}

form {
	margin-bottom: 40px;
}

a {
	text-decoration: none;
	color: #2697f5;
	font-size: 90%;
}

div {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

.sp {
    display: none;
}

.tel {
	pointer-events: none;
	font-size: 40px;
	color:#333;
}

h3 {
	text-align: center;
	font-size: 26px;
}

#thanks .tel {
	font-size: 60px;
}

.tel:before {
    content: "";
    background: url("../images/form/free.svg") no-repeat 0 0%;
    display: inline-block;
    width: 55px;
    height: 40px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

#thanks .tel:before {
    width: 70px;
    height: 57px;
}

#wrapper {
	min-height:calc(100vh - 165px);
}

header {
	padding: 0.6rem 0 ;
	width: 100%;
}

#logo {
    margin-top: 4px;
	width: 25%;
}

#logo a {
    width: 250px;
}

#logo a img {
    width: 100%;
}

.inner {
	max-width: 1120px;
	width: 94%;
	margin: 0 auto;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cf {
	overflow: hidden;
	zoom:1;
}

.center {
	text-align: center;
}

.mt {
	margin-top: 0.2rem;
}

.mb {
	margin-bottom: 0.8rem;
}

.mb2 {
	margin-bottom: 2rem;
}

.mtb2 {
	margin: 2rem 0 3rem;
}

.w50 {
	width: 50%;
	margin: 0 auto;
}

.whiteBox {
	background: #fff;
    box-shadow: 0px 0px 30px #e4e4e4;
    border-radius: 12px;
	padding: 40px 0;
    margin-bottom: 40px;
}

#thanks .whiteBox {
    margin-bottom: 100px;
}

#telephone {
    margin: 0.3rem 0 0;
    display: flex;
    align-items: center;
}

#telephone p {
	display: inline-block;
	font-size: 70%;
	margin: 4px 0.5rem 0;
}

#telephone p img {
	width: 100%;
}

#telephone p:last-child {
	margin: 3px 0.5rem 0;
}

h1 {
	font-size: 12px;
    text-align: left;
    font-weight: 500;
	margin: 0;
}

#sharehouse #contact h1 {
	margin-top: 60px;
}


h2.title {
	margin: 60px 0;
    text-align: center;
    font-size: 220%;
}

h3#bukken {
	font-size: 180%;
	width: 40%;
	margin: 0 auto 0;
	font-weight: bold;
	color: #5b4a3f;
}

.text {
	font-size: 90%;
}

#thanks .text {
	font-size: 100%;
}

.textSmall {
	font-size: 80%;
}

table.formTable {
	width: 100%;
	border-collapse:collapse;
	margin: 0 auto 2%;
}

table.formTable td,table.formTable th{
	border-top:1px dotted #ccc;
	padding: 1.2rem 0;
}

table.formTable th {
	width: 30%;
	text-align: left;
	padding: 1.2rem 0 1.2rem 1.2rem;
}

table.formTable span {
	color: #ba2929;
}

table.formTable th span.textNomal {
	color: #333;
	font-weight: normal;
	font-size: 11px;
}

table.formTable td {
	width: 70%;
}

input[type="text"],input[type="tel"],input[type="email"],textarea {
	font-size: 16px;
	padding: 0.4rem;
}

select {
    font-size: 16px;
	padding: 0.6rem;
}

.selectMb select {
	margin-bottom: 0.6rem;
}


input::placeholder,textarea::placeholder {
  color: #aaa;
	line-height: 1.4;
	font-size: 16px;
	
}

/* IE */
input:-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #aaa;
	line-height: 1.4;
	font-size: 16px;

}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
  color: #aaa;
	line-height: 1.4;
	font-size: 16px;

}

p.title {
	font-weight: bold;
}

table.formTable td .flexBox {
	justify-content: flex-start;
	flex-wrap: wrap;
}

table.formTable td .flexBox li {
	width: 32%;
	margin-bottom: 0.6rem;
}

table.formTable td .flexBox li.after {
    width: 32%;
}

table.formTable td .flexBox li.other {
    width: 64%;
	display: flex;
    align-items: center;
}

table.formTable td .flexBox li.w100 {
    width: 100%;
}

table.formTable td .flexBox li.w100.flexBox  {
    margin-right: 10px;
}

table.formTable td .flexBox li.w100.flexBox span div {
    color: #333;
}

table.formTable td .flexBox li.w100.flexBox span div input[type="checkbox"] {
    margin-left: 30px;
}

input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
	transform: scale(1.4);
    margin: -3px 10px 0 5px;
}

input[type="text"],textarea,input[type="email"],input[type="tel"] {
	padding: 0.6rem;
	border: 0.5px solid #ddd;
	width: 60%;
}

table.formTable td .flexBox li.other input[type="text"] {
    width: 80%;
}

input[type="tel"] {
    width: 23.5%;
	padding: 1%;
	margin: 0.4rem 0;
}

input[type="text"].calendar {
	width: 15%;
}

input[type="text"].zip {
	width: 20%;
}

input[type="text"].sizeS {
    width: 4rem;
}

input[type="submit"], [type="reset"],input[type="button"] {
	width: 170px;
    padding: 15px 0px;
    background-color: #bb2929;
    margin: 2% 2% 4%;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ececec;
    border-radius: 100px;
}

.btnList {
	text-align: center;
}

footer {
	height:65px;
	margin-top: 40px;
}

footer #logo {
	margin: 0.8rem 0 4px;
}

footer #logo a {
    width: 200px;
}

footer .flexBox a {
    font-size: 14px;
}

.box {
	box-shadow: 0 0 0 2px #cc0011;
	padding: 1.6rem 0;
	margin: 0 auto;
    width: 70%;
	font-weight: bold;
}

.flexBox.radio02 {
	justify-content: flex-start;
}

table.formTable td .flexBox.radio02 li {
	width: 20%;
}

.annotation {
	text-align: center;
}

table.formTable td .flexBox.selectItem {
	justify-content: flex-start;
}

table.formTable td .flexBox.selectItem li {
	margin-right: 30px;
	width: auto;
}

table.formTable td .flexBox.window{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

table.formTable td .flexBox.window > div {
	width: 35%;
}

table.formTable td .flexBox.window > div:last-child {
	width: 64%;
}

table.formTable td .flexBox.window > div select {
	width: 100%;
}

.windows > div {
	position: relative;
}

.windows figure {
    width: 46%;
	margin: 0 auto 20px;
}

.windows figure.uchi {
    position: absolute;
    top: 0;
    left: 27%;
    width: 46%;
	margin: 0 auto;
}

.windows figure.uchi {
    animation: uchimado 3s ease-in 0s infinite normal;
}

.windows figure img {
    width: 100%;
}

.window p.mt-1 {
    margin-top: 1rem;
	font-size: 13px;
}

table.formTable td .flexBox.window li {
	position: relative;
	padding-left: 13px;
	width: 100%;
	margin-bottom: 0;
    line-height: 1.6;
	font-size: 13px;
}

ul.disc li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #434242;
    display: block;
    position: absolute;
    top: 0.65em;
    left: 2px;
}

table.formTable td .flexBox.window .annotation {
    text-align: left;
	font-size: 11px;
}

.explanation-nobeyuka figure {
    margin-bottom: 20px;
}

.explanation-nobeyuka p {
    margin-bottom: 20px;
}

p.fontSize13 {
	font-size: 13px;
}

.explanation-nobeyuka table {
    width: 100%;
    border-top: solid 1px #D9D9D9;
    border-left: solid 1px #D9D9D9;
	border-spacing: 0;
	border-collapse: collapse;
}

table.formTable .explanation-nobeyuka th,table.formTable .explanation-nobeyuka td {
	font-size: 11px;
    padding: 4px 3px 4px 3px;
    border-top: none;
    border-bottom: solid 1px #D9D9D9;
    border-right: solid 1px #D9D9D9;
    width: 60px;
}

table.formTable .explanation-nobeyuka td {
	width: auto;
}

.detailBtn01,.detailBtn02,.detailBtn03,.detailBtn04 {
    font-size: 13px;
    margin: 5px;
	text-decoration: underline;
	cursor: pointer;
}

.detailBtn06 {
	font-size: 13px;
    margin: 8px 5px 15px;
	text-decoration: underline;
	cursor: pointer;
}

.detail01,.detail02,.detail03,.detail04,.detail05,.detail06 {
	display: none;
}

.detail04 .photo {
	width: 40%;
	margin: 20px auto 0;
}

.detail04 img {
	width: 100%;
}

/*＝＝＝＝
DM送付　リフォームのお問い合わせ
＝＝＝＝*/

.reformSchedule p {
	padding: 0 10px;
}



@keyframes uchimado {

   0% {
      transform: translate(0, 0);
   }

   50% {
      transform: translate(8%, 8%);
   }

   100% {
      transform: translate(0, 0);
   }

}

.annotation {
	text-align: center;
}

.border {
    border: 3px solid #bb2929;
    border-radius: 15px;
    padding: 15px 40px;
    width: 60%;
    margin: 0 auto;
}

.border .flexBox {
    justify-content: center;
}

.border .flexBox p {
    margin-right: 4%;
}

.border .flexBox img {
    width: 12%;
}


@media screen and ( max-width:767px) { 
	img {
		width: 100%;
	}
	
	body {
		width: 100%;
		overflow-x: hidden;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	.tel {
		pointer-events: inherit;
		font-size: 18px;
	}
	
	.tel:before {
		width: 30px;
		height: 24px;
		margin-right: 4px;
	}
	
	h1 {
		display: none;
	}
	
	h3 {
		font-size: 22px;
	}
	
	#thanks .tel {
		font-size: 34px;
	}
	
	#thanks .tel:before {
		width: 40px;
    	height: 32px;
	}
	
	.whiteBox {
		padding: 20px 0;
		margin-bottom: 40px;
	}

	#wrapper {
		min-height:unset;
	}
	
	header {
		padding: 0.6rem 0 ;
	}
	
	header .flexBox {
		display: unset;
		overflow: hidden;
		zoom:1;
	}

	header .flexBox #logo {
		float: left;
		width: 40%;
	}
	
	#telephone {
		margin: 0;
		float: right;
		width: 55%;
		display: block;
	}

	#telephone p {
		display: block;
		font-size: 50%;
		margin: 0 0.5rem 0;
		line-height: 1.4;
	}

	#telephone p:last-child {
		margin: 0 0 0 0.5rem;
	}

	.inner {
		max-width: unset;
		width: 92%;
	}
	
	h2.title {
		margin: 80px 0 30px;
		text-align: center;
		font-size: 130%;
	}

	
	.w50 {
		width: 80%;
		margin: 0 auto;
	}	
	
	.mtb2 {
		margin: 1rem 0 2rem;
	}
	
	.mt {
		margin-bottom: 0.8rem;
	}
	
	table.formTable {
		width: 90%;
	}
	
	table.formTable td,table.formTable th{
		border-top:none;
	}
	
	table.formTable th {
		width: 100%;
		display: block;
		padding: 0.8rem 0 0;
	}

	table.formTable td {
		width: 100%;
		display: block;
		padding: 5px 0 10px;
	}
	
	table.formTable td .flexBox li.other {
		width: 100%;
	}
	
	input[type="text"],textarea,input[type="tel"],input[type="email"] {
		padding: 0.4rem;
		border: 0.5px solid #ddd;
		width: 96%;
	}
	
	table.formTable td .flexBox li.other input[type="text"] {
		width: 75%;
	}
	
	input[type="text"].calendar {
		width: 50%;
		margin-bottom: 10px;
	}
	
	input[type="text"].zip {
		width: 36%;
	}
	
	input[type="tel"] {
		width: 40.5%;
	}

	table.formTable td .flexBox {
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	table.formTable td .flexBox li {
		width: 50%;
		font-size: 90%;
	}
	
	#sharehouse table.formTable td .flexBox li {
		width: 100%;
	}
	
	table.formTable td .flexBox li.after {
		width: 100%;
	}
		
	table.formTable td .flexBox li.w100.flexBox span div label {
		width: 33%;
		margin-top: 0.6rem;
	}	
	
	table.formTable td .flexBox li.w100.flexBox span div input[type="checkbox"] {
		margin-left: 4px;
	}	
	
	.btnList {
		text-align: center;
		margin-bottom: 0;
	}
	
	footer {
		height: auto;
		margin: 3rem auto 5px;
	}
	
	footer #logo {
		width: 50%;
		margin: 0;
	}
	
	#sharehouse #nitiji.open,#sharehouse #nitiji2.open,#sharehouse #nitiji3.open{
		font-size: 90%;
	}  
	
	.box {
		width: 100%;
		margin-bottom: 1.6rem;
		padding: 1rem 0;
	}

	.box p {
		font-size: 90%;
	}
	
	table.formTable td .flexBox.radio02 li {
		width: 50%;
	}
	
	.annotation {
		text-align: left;
	}
	
	table.formTable td .flexBox li.shirai {
		width: 100%;
	}
	
	.lineBtn {
		margin-top: 100px;
	}
	
	.lineBtn a {
		line-height: 50px;
		font-size: 16px;
	}
	
	.lineBtn a:before {
		background-size: 38px;
		height: 45px;
		width: 45px;
	}
	
	h3#bukken {
		font-size: 110%;
		text-align: center;
		font-weight: bold;
		color: #333;
		width: 100%;
	}
		
	table.formTable td .flexBox.selectItem li {
		margin-right: 0;
		width: 100%;
	}
	
	table.formTable td .flexBox.window > div {
		width: 100%;
	}
	
	table.formTable td .flexBox.window > div select {
		width: 80%;
		
	}
	
		.detailBtn01,.detailBtn02,.detailBtn03 {
		margin: 5px 0 25px;
	}

	
	
	table.formTable td select {
		border-radius: 0;
		color: #333;
		margin-left: 0;
		outline: none;
		background: #fff;
		border: 1px solid #ddd;
		padding: 10px 15px;
	}

	table.formTable td .flexBox.window > div:last-child {
		width: 100%;
	}

	.explanation-nobeyuka table {
	}

	table.formTable .explanation-nobeyuka th,table.formTable .explanation-nobeyuka td {
		width: auto;
		display: table-cell;
	}

	table.formTable .explanation-nobeyuka td {
		display: table-cell;
	}

	p.error_messe {
		font-size: 14px;
	}
	
	.annotation {
		text-align: left;
	}	
	
	.border {
		width: 100%;
		padding: 15px 15px;
		box-sizing: border-box;
		margin-bottom: 6%;
	}

	.border .flexBox p {
		font-size: 14px;
	}	
	
	.border .flexBox img {
		width: 18%;
	}
	
input::placeholder,textarea::placeholder {
	font-size: 14px;
	
}

/* IE */
input:-ms-input-placeholder,textarea::-ms-input-placeholder {
	font-size: 14px;

}

/* Edge */
input::-ms-input-placeholder,textarea::-ms-input-placeholder {
	font-size: 14px;

}
	
	
	
/*＝＝＝＝
DM送付　リフォームのお問い合わせ
＝＝＝＝*/

.reformSchedule .empty {
	width: 100%;
}	
	
.reformSchedule select {
    margin: 10px 0;
}
	
	
	
	
	
}

@media screen and ( min-width:768px) { 
	
	
	select {
		width: 25%;
	}
	

	
	
}



.tab-002 {
    display: grid;
    flex-wrap: wrap;
	position: relative;
	margin-bottom: 50px;
}

.tab-002 > label {
    flex: 1 1;
    order: -1;
    cursor: pointer;
    width: 50%;
    border-radius: 0;
    padding: 10px 0 0;
    margin-left: 30%;
}

.tab-002 > label.pb1 {
    padding-bottom: 1.2rem;
}

.tab-002 > div {
    display: none;
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked) + div {
    display: block;
}

p.itemText {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 27px 0 0px 1.2rem;
    vertical-align: middle;
}

p.itemText span {
	color: #ba2929;
}

tr.none {
    display: none;
}

@media screen and (max-width: 767px) {
	
	p.itemText {
		position: relative;
		width: 90%;
		line-height: unset;
		margin: 0 auto;
		order: -1;
		left: 0;
		height: auto;
		box-sizing: border-box;
		padding: 0.8rem 0 10px;
	}

	.tab-002 > label {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	.tab-002 > label.pt20 {
		padding-top: 12px;
	}
	
	.tab-002 > label.pb20 {
		padding-bottom: 12px;
	}	
	
	p.itemText span {
		right: auto;
		margin-left: 10px;
	}
}
	
@media screen and ( min-width:768px) and (max-width: 1200px) {	

	.border {
		width: 85%;
		padding: 15px 25px;
	}

	
}