@charset "utf-8";
/* Copyright 2016 AL:Designs All Rights Reserved. */

#simulationwrap {
	width: 1000px;
	margin: 0 auto;
}
/*#simulationwrap p { margin: 0 }*/

.kvbg {
	background: rgba(0,0,0,0.35);
	height: 400px;
}
#smlkeyvisual {
	margin-top:-50px;
	margin-bottom:50px;
	width:100%;
	height:400px;
	background:url('../img/simulation/keyvisual.jpg') top center no-repeat;background-size:cover;
}
#smlkeyvisual h2 {
	font-size: 300%;
	color: #fff;
	text-align:center;
	font-weight: bold;
	padding-top: 150px;
	padding-bottom: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	/* font指定 20190612ボツ font-family: 'Noto Sans JP', sans-serif; */
}

#simulationH3 {
	background:url(../img/common/icon_contents.png) no-repeat left 0.1em;
	border-bottom:1px solid #CFE0E0;
	padding-bottom:10px;
	margin-bottom:25px;
	color:#223D59;
	font-size:145%;
	font-weight:normal;
	line-height:1.4em;
	padding-left:30px;
}

.simulationform h3 {
	background-color:#3B689A;
	border-radius:6px;
	padding: 10px 15px;
	box-sizing:border-box;
	font-size:120%;
	color:#fff;
}

.simulationform dl.pricetable,
.simulationform ul.costinfo,
.simulationform ul.costresult {
	width:90%;
	margin:10px auto;
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius:6px;
	display:flex;
	flex-wrap:wrap;
	padding:10px;
}

.simulationform ul.officeinfo {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.simulationform ul.officeinfo li {
	box-sizing:border-box;
	width:50%;
	padding-bottom:20px;
}
.simulationform ul.officeinfo li dl.infotable {
	width:100%;
	margin:10px auto;
	border:1px solid #ccc;
	box-sizing:border-box;
	border-radius:6px;
	display:flex;
	flex-wrap:wrap;
	padding:10px;
}
.simulationform dl.infotable dt {
	width:35%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px !important;
	margin:0;
	background-color:#E1F2FC;
	border-bottom:1px solid #8CAFD5;
}
.simulationform dl.infotable dd {
	width:65%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px !important;
	margin:0;
	border-bottom:1px solid #8CAFD5;
}

.simulationform dl.pricetable dt {
	width:30%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px !important;
	margin:0;
	background-color:#E1F2FC;
	border-bottom:1px solid #8CAFD5;
}
.simulationform dl.pricetable dd {
	width:70%;
	box-sizing:border-box;
	padding:10px;
	font-size:14px !important;
	margin:0;
	border-bottom:1px solid #8CAFD5;
}
.simulationform ul.costinfo li {
	width:25%;
	box-sizing:border-box;
	padding:7px;
	margin:0;
}
.simulationform ul.costresult li {
	width:20%;
	box-sizing:border-box;
	padding:7px;
	margin:0;
}

.simulationform input,
.simulationform select {
	border:1px solid #bbb;
	border-radius:4px;
	padding:4px;
}

.simulationform input#calsubmit {
	margin:20px auto 40px;
	padding:12px 25px 10px;
	width:300px;
	display:block;
	background-color:#3472B6;
	border:2px solid #8BAED4;
	color:#fff;
	font-size:150%;
	cursor:pointer;
}

.simulationform input[type='text'] {
	width:200px;
}

.resultprice {
	font-weight:bold;
	font-size:150%;
	margin:30px auto;
	text-align:right;
	padding:15px;
	border-bottom:5px solid #FF8000;
}

.errBg { background-color: #ffeddd; }

/* font指定 20190612ボツ
* {
	 font-family: 'Josefin Slab', 'Noto Sans JP';
}
*/



