/* CSS Document */
@charset "utf-8";

/*2024.06.25 コメント非表示追加*/
.mktoHtmlText{display:none;}

*,*:before, *:after {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.text-required {
    vertical-align: middle;
    padding: 2px 4px;
    background: #e2231a;
				color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
				-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
border:1px solid #e2231a;
}
.text-option {
    vertical-align: middle;
    padding: 2px 5px;
    background: #6c747d;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
}
p.error :before{
clear: both; /*エラー表示用*/
}
p.error {
display: none;/*エラー表示用*/
}


p.mt10{
margin-top: 10px; 
}
.formTitle p{
text-align: left;
}
div.privacy {
  width: 100%;
		height: 12em;     /* 高さを制限(※) */
  overflow: auto; /*auto; 縦のみ 　scroll;　双方向*/
		margin: 0 0 20px 0;
		padding: 15px;
		  background-color: #fff;
				border: solid 1px #ccc;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
outline: none;
 -webkit-appearance: none;
 -moz-appearance: none;
appearance: none;
}
div.privacy:hover{
border-color: #3e8ddd;
}
div.privacy p,
div.privacy ol li{
font-size:1.3rem;
line-height: 1.5;
color:#666;
}
#privacy_text{
margin:20px 30px;
}

#privacy_text li{
margin:5px 0;
list-style: decimal;
}

p.text{
padding-left: 20px;
}

div.attentionWrap{
margin: 30px 0;
}
div.attentionWrap p{
margin: 10px 0;
line-height: 2;
}

address.contact{
				border-top: solid 1px #ededed;
				padding-top: 1rem;
}

address.contact p{
font-style: normal;
}

div.submitWrap{
width:100%;
text-align: center;
margin: 24px 0 10px 0;

}

dd,dt{
font-size: 1.4rem;
	line-height: 1.8;
}


.formWrap {
   display: -webkit-flex;
			display:-ms-flexbox;　/* IE10 */
   display: flex; 
			  -ms-flex-wrap: wrap;
			  flex-wrap: wrap;
}

.formTitle  {
text-align: right;
background-color: #eee;
  min-width: 0;
  /*word-wrap: break-word;*/
		width: 27%;
				border-bottom: 1px dotted #ccc;
			/*			border-top: 1px dotted #ccc; */
				padding: 10px;
}
.formItem{
width:73%;
margin-left: auto;
border-bottom: 1px dotted #ccc;
/*border-top: 1px dotted #ccc; */
padding: 10px;
}

.formItem br {
display: none;
}

.border{
border-top: 1px dotted #ccc;
}
.nameWrap {
display: -webkit-flex;
display:-ms-flexbox;　/* IE10 */
display: flex; 
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
}

.nameItem1,.nameItem2{
width:49%;
margin:0;
padding: 0;
word-wrap: break-word;
}

.budgetstatusWrap {
display: -webkit-flex;
display:-ms-flexbox;　/* IE10 */
display: flex; 
-webkit-box-pack:justify;
-ms-flex-pack:justify;
align-items: stretch;
align-content: flex-start;    /*上（左）揃え*/
}

.budgetstatusItem1,.budgetstatusItem2,.budgetstatusItem3{
width:33%;/*検討中*/
/*border: solid #000 1px;*/
margin:0;
padding: 0;
word-wrap: break-word;
}



.productcategoryWrap {
display: -webkit-flex;
display:-ms-flexbox;　/* IE10 */
display: flex; 
/*-webkit-box-pack:justify;
-ms-flex-pack:justify;*/
align-items: stretch;
align-content: flex-start;    /*上（左）揃え*/
flex-wrap: no-wrap;
}

.productcategoryItem1,.productcategoryItem2{
width:33%;
margin:0;
padding: 0;
word-wrap: break-word;
/*flex:1;*/ /*ie11*/
}



	/* ------ max-width: 560px ------ */
@media screen and (max-width: 560px) {
	.formWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	}
	.formTitle  {
text-align: left;
  min-width: 0;
  word-wrap: break-word;
		width: 100%;
		padding: 0.5rem 1rem ;
		border-bottom: none;
		margin-bottom: 0;
		}
	.formItem  {
  width:  100%;
		padding: 5px 0  20px 0;
		border-bottom: none;
		margin: 0;
	}
	.border{
	border: none;
	}
	.formItem p {
	padding-left:1rem;
	}
	div.submitWrap{
width:100%;
text-align: center;
margin: 0;
}
div.privacy {
		height: 10em;     /* 高さを制限(※) */
		}
		.formItem br {
display:inline;
}
	.nameWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
	}
.nameItem1,.nameItem2{
width:100%;
margin-top: 5px;
}
.productcategoryItem1,.productcategoryItem2{
width:49%;/*検討中*/
}
}


