@charset "UTF-8";

#mitsumori>p{
	text-align: center;
	margin-bottom: 30px;
}
#mitsumori dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--i_border_color);
	text-align: center;
}
#mitsumori dl:nth-of-type(1){
	padding-top: 10px;
	border-top: 1px solid var(--i_border_color);
	font-weight: bold;
}
#mitsumori dl:nth-of-type(6){
	font-weight: bold;
}
#mitsumori dl dt{
	width: 22%;
}
#mitsumori dl dd:nth-of-type(1){
	width: 15%;
}
#mitsumori dl dd:nth-of-type(2){
	width: 35%;
}
#mitsumori dl dd:nth-of-type(3){
	width: 28%;
}
#mitsumori input{
	min-height: 52px;
	font-size: 1.4rem;
	font-family: "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	display: inline-block;
	transition: 0.3s ease-in-out;
	color: #666;
	padding: 10px;
	line-height: 1.8;
	-moz-appearance: none;
	background: var(--i_sub2_color);
	border: 1px solid var(--i_border_color);
	letter-spacing: 1px;
	box-sizing: border-box;
	margin-right: 4px;
	text-align: left;
	max-width: calc(100% - 50px);
}
@media screen and (max-width: 1050px){
	#mitsumori dl:nth-of-type(1){
		display: none;
	}
	#mitsumori dl:nth-of-type(2){
		border-top: 1px solid var(--i_border_color);
	}
	#mitsumori dl dt{
		width: 100%;
		text-align: left;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px dotted var(--i_border_color);
	}
	#mitsumori dl dd:nth-of-type(1){
		width: 20%;
		text-align: left;
	}
	#mitsumori dl dd:nth-of-type(1):before{
		content: "単価：";
	}
	#mitsumori dl dd:nth-of-type(2){
		width: 50%;
	}
	#mitsumori dl dd:nth-of-type(3){
		width: 30%;
	}
	#mitsumori dl:nth-of-type(6) dt{
		display: none;
	}
	#mitsumori dl:nth-of-type(6) dd:nth-of-type(1):before{
		content: "合計：";
	}
}
@media screen and (max-width: 580px){
	#mitsumori dl dt{
		width: 180px;
	}
	#mitsumori dl dd:nth-of-type(1){
		width: calc(100% - 180px);
		border-bottom: 1px dotted var(--i_border_color);
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#mitsumori dl dd:nth-of-type(2){
		width: 55%;
	}
	#mitsumori dl dd:nth-of-type(3){
		text-align: right;
		width: 45%;
	}
	#mitsumori dl:nth-of-type(6) dd:nth-of-type(1){
		width: 100px;
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#mitsumori dl:nth-of-type(6) dd:nth-of-type(2){
		display: none;
	}
	#mitsumori dl:nth-of-type(6) dd:nth-of-type(3){
		width: calc(100% - 100px);
		text-align: right;
	}
}