<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
input[type="text"],input[type="submit"],input[type="button"],textarea {
	border: none;
	border-radius: 0;
	outline: none;
	font-family: "Noto Sans JP", sans-serif;
  }
input[type="text"], button, textarea, select,input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="submit"]:focus {
outline: none;
}



.mttl{
  font-size: 32px;
  color: #1d2975;
  font-weight: 700;
  margin-bottom: 30px;
}
.mttl02{
  font-size: 32px;
  color: #1d2975;
  font-weight: 700;
	line-height: 1.2;
}
@media screen and (max-width: 641px) {

.mttl{
  font-size: 20px;
  margin-bottom: 15px;
}
.mttl02{
  font-size: 20px;
} 
  
}


/*----------------------------------------
　ask-area
----------------------------------------*/
.ask-inner{
  max-width: 1160px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 16px;
	margin-bottom: 40px;
	font-family: "Noto Sans JP", sans-serif;
}
.produsts-ask-area{
  background: #f7f7f7;
  padding: 40px;
}

.produsts-ask-table{
  width:100%;
}
.produsts-ask-table th br{
	display: none;
}
.produsts-ask-table th,.produsts-ask-table td{
	padding: 10px;
}
.produsts-ask-table th:nth-child(1),.produsts-ask-table td:nth-child(1){
	width: 20%;
}
.produsts-ask-table th:nth-child(2),.produsts-ask-table td:nth-child(2){
	width: 20%;
}
.produsts-ask-table th:nth-child(3),.produsts-ask-table td:nth-child(3){
	width: 40%;
}
.produsts-ask-table th:nth-child(4),.produsts-ask-table td:nth-child(4){
	width: 20%;
}
.produsts-ask-table th:nth-child(5),.produsts-ask-table td:nth-child(5){
	padding-right: 0;
}
.produsts-ask-table th{
  font-weight: 700;
	border-bottom: 1px solid #1d2975;
	text-align: center;
	vertical-align: bottom;
}
.produsts-ask-table td{
	border-bottom: 1px dotted #1d2975;
	vertical-align: top;
}
.produsts-ask-table .deleat-area{
	border: none;
	width: 40px;
	text-align: center;
	vertical-align: middle;
}
.produsts-ask-table .deleat-area input{
	background: #1d2975;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 2px 10px;
	font-weight: 500;
	transition: all .2s ease;
	font-size: 14px;
	border-radius: 2px;
	-webkit-appearance: none;
}
.produsts-ask-table .deleat-area input:hover{
	opacity: 0.5;
	transition: all .2s ease;

}
.produsts-ask-btn{
	background: #fc6a4a;
	border-radius: 50px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-weight: 500;
	padding: 15px 0;
	max-width: 350px;
	width: 100%;
	color: #fff;
}

@media screen and (max-width: 641px) {
.produsts-ask-area{
  padding: 30px 15px;
}
.ask-inner{
  padding: 0 0;
  font-size: 14px;
}
/*表をスクロール表示にする場合/
/*.produsts-ask-table{
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}*/
.produsts-ask-table th {
    font-weight: 700;
}
.produsts-ask-table th, .produsts-ask-table td {
    padding: 5px;
	word-break: break-all;
	line-height: 1.3;
	
}
.produsts-ask-table th br{
	display: inline;
}
.produsts-ask-table td {
    font-size: 13px;
}
.produsts-ask-table th:nth-child(1),.produsts-ask-table td:nth-child(1){
	width: 22%;
	white-space: pre-wrap;
}
.produsts-ask-table th:nth-child(2),.produsts-ask-table td:nth-child(2){
	width: 24%;
}
.produsts-ask-table th:nth-child(3),.produsts-ask-table td:nth-child(3){
	width: 40%;

}
.produsts-ask-table th:nth-child(4),.produsts-ask-table td:nth-child(4){
	width: 18%;
}
.produsts-ask-btn{

	width: 80%;
}
.produsts-ask-table .deleat-area input{
	padding: 2px 5px;
	font-weight: 300;
	font-size: 12px;
}
}


/*----------------------------------------
　お客様情報
----------------------------------------*/
.attention{
	color: #e60012;
	font-weight: 500;
}
.customer-ask-area{
  background: #f7f7f7;
  padding: 40px;
}

.customer-table{
  width:100%;
	margin-top: 30px;
}
.customer-table th,.customer-table td{
	padding: 30px 0;
}

.customer-table th{
  font-weight: 700;
	border-top: 1px solid #cdcdcd;
	padding-right: 30px;
	white-space: nowrap;
	vertical-align: top;
}
.customer-table td{
	border-top: 1px solid #cdcdcd;
	width: 76%;
}
.customer-table td input,.customer-table td textarea{
	width: 100%;
	padding: 15px;
	border: 1px solid #e0e0e0;
}
.customer-table td .example{
	color: #777777;
	font-size: 14px;
}
.customer-table .deleat-area input:hover{
	opacity: 0.5;
	transition: all .2s ease;

}
.customer-btn{
	background: #fc6a4a;
	border-radius: 50px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-weight: 500;
	padding: 15px 0;
	max-width: 350px;
	width: 100%;
	color: #fff;
}
.hissu{
	background: #e60012;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	border-radius: 2px;
	padding: 0 5px 2px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.nini{
	background: #616161;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	border-radius: 2px;
	padding: 0 5px 2px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}
.listradio{
	display: flex;
	flex-wrap: wrap;
}
td .listradio input{
	width: auto;
}
.listradio li{
	margin-right: 30px;
}
.listradio label{
}

.dv_submit{
	text-align: center;
	margin-top: 50px;
}
.dv_submit a{
	text-decoration: underline;
	color: #2844b1;
}
.dv_submit a:hover{
	text-decoration: none;

}
.confirm-btn{
  background: #1e2973;
  display: block;
  text-align: center;
  color: #fff;
  padding: 15px 2%;
  border-radius: 50px !important;
  /*font-size: 18px;*/
  font-size:16px;
  margin: 20px auto;
  max-width: 350px;
	width: 80%;
	cursor: pointer;
	font-weight: 500;
}
.confirm-btn:hover{
opacity: 0.5;
}
.confirm-btn:after{
  content: "&gt;";
  margin-left: 10px;
  font-size: 16px;
}
.customer-table tr:last-child td{
	padding-bottom: 0;
	}
.customer-table td textarea{
	height: 170px;
}

@media screen and (max-width: 641px) {
.customer-ask-area{
  padding: 30px 15px;
}
.listradio li{
	margin-right: 0;
	width: 100%;
}
.customer-table th,.customer-table td{
	display: block;
	width: 100%;
	padding: 15px 0;
}	
.customer-table td input,.customer-table td textarea{
	padding: 10px;
}
.customer-table th{
	padding-bottom: 0;
}
.customer-table td{
	border: none;
	padding-top: 10px;
}

.dv_submit{
	margin-top: 20px;
}
.confirm-btn{
  font-size: 16px;
	font-weight: 500;
}
}



/*----------------------------------------
　confirm
----------------------------------------*/
.confirm-back-btn{
	margin-right: 30px;
	margin-left: 30px;
}
.confirm-next-btn{
	background: #e1972c;
	margin-left: 30px;
	margin-right: 30px;
}

.dv_confirm{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 641px) {
.confirm-back-btn{
	order: 2;
}
.confirm-next-btn{
	margin-bottom: 0;
}	
	
}

</pre></body></html>