@charset "UTF-8";
/* CSS PC/SP共通レイアウト */
#quotation {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	width: 920px;
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	background-color: #FFF;
	margin: 0px auto 100px;
}
#quotation .ttl_quotation {
	font-size: 22px;
	color: #626262;
	font-weight: bold;
	border-bottom: 2px dashed #ea6890;
	margin-bottom: 60px;
}
#quotation .ttl_step {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e66889;
}
#quotation .ttl_step span {
	font-size: 30px;
	padding-left: 20px;
}
#quotation .lead {
	margin-bottom: 50px;
}
#quotation .check_list {
	padding-bottom: 30px;
}
#quotation .check_list ul li {
	margin-bottom: 60px;
}
#quotation .attention {
	margin-top: 20px;
}
#quotation .attention ul li {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 5px;
	text-indent: -1em;
	margin-left: 1em;
}
#quotation .attention ul li span {
	display: inline;
	background:linear-gradient(transparent 40%, #ffffb4 0%);
}
#quotation .ttl_check {
	margin-bottom: 50px;
}
#quotation .okotowari_list {
	margin-top: -20px;
	padding-bottom: 50px;
}
#quotation .okotowari_list ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#quotation .okotowari_list ul li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 40px;
}
#quotation .okotowari_list ul li:nth-child(3n) {
	margin-right: 0%;
}
#quotation .ng_list {
	padding-bottom: 40px;
}
#quotation .ng_list ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#quotation .ng_list ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}
#quotation .ng_list ul li:nth-child(3n) {
	margin-right: 0%;
}
#quotation .button {
	width: 480px;
	margin: 0px auto;
}
#quotation .button a {
	display: block;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	background-color: #ea6890;
	border-radius: 15px;
}
#quotation .button a span {
	font-size: 46px;
	padding-right: 2px;
}
#quotation .space_bottom {
	padding-bottom: 80px;
}
#quotation .space_left {
	padding-left: 60px;
}
#quotation .arrow {
	text-align: center;
	margin-bottom: 30px;
}
#quotation .data {
	margin-bottom: 30px;
}
#quotation .ttl_ok {
	margin-top: 90px;
	margin-bottom: 50px;
}
#quotation .ill_ok {
	text-align: center;
	margin-bottom: 50px;
}
#quotation .contact {
	background-color: #fff5f5;
	margin-bottom: 50px;
	padding: 40px 53px;
	border-radius: 30px;
}
#quotation .contact .open {
	padding-bottom: 30px;
}
#quotation .contact .open ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
#quotation .contact .open ul li {
}
#quotation .contact .open ul li span {
	display: inline-block;
	vertical-align: middle;
}
#quotation .contact .open ul li span:nth-child(1) {
	width: 150px;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	background-color: #ea6890;
	border-radius: 10px;
	padding: 6px 0px 3px;
}
#quotation .contact .open ul li span:nth-child(2) {
	font-size: 20px;
	padding: 0px 40px 0px 10px;
}
#quotation .contact .open ul li:nth-child(2) span:nth-child(2) {
	padding: 0px 0px 0px 10px;
}
#quotation .contact .waku {
	text-align: center;
}
#quotation .thanks {
	margin-bottom: 50px;
}

/* スマホレイアウト */
@media (max-width: 639px) {
#quotation {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 50px;
	padding: 0px 15px;
}
#quotation .ttl_quotation {
	font-size: 19px;
	margin-bottom: 20px;
}
#quotation .ttl_step {
	font-size: 18px;
	margin-bottom: 20px;
}
#quotation .ttl_step span {
	font-size: 19px;
	padding-left: 10px;
}
#quotation .lead {
	margin-bottom: 20px;
}
#quotation .check_list {
	padding-bottom: 40px;
}
#quotation .check_list ul li {
	margin-bottom: 5px;
}
#quotation .attention {
	margin-top: 20px;
}
#quotation .attention ul li {
	font-size: 14px;
	margin-bottom: 5px;
}
#quotation .ttl_check {
	margin-bottom: 30px;
}
#quotation .ttl_check img {
	width: 200px;
}
#quotation .okotowari_list {
	margin-top: -10px;
	padding: 0px 10px 30px;
}
#quotation .okotowari_list ul li {
	width: 45%;
	margin-right: 10%;
	margin-bottom: 20px;
}
#quotation .okotowari_list ul li:nth-child(3n) {
	margin-right: 10%;
}
#quotation .okotowari_list ul li:nth-child(2n) {
	margin-right: 0% !important;
}
#quotation .ng_list {
	padding: 0px 10px 30px;
}
#quotation .ng_list ul li {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 20px;
}
#quotation .ng_list ul li:nth-child(3n) {
	margin-right: 8%;
}
#quotation .ng_list ul li:nth-child(2n) {
	margin-right: 0% !important;
}
#quotation .button {
	width: 280px;
}
#quotation .button a {
	font-size: 18px;
	line-height: 40px;
	border-radius: 10px;
}
#quotation .button a span {
	font-size: 24px;
}
#quotation .space_bottom {
	padding-bottom: 30px;
}
#quotation .space_left {
	padding-left: 0px;
}
#quotation .arrow {
	margin-bottom: 20px;
}
#quotation .arrow img {
	width: 70px;
}
#quotation .data {
	margin-bottom: 0px;
}
#quotation .ttl_ok {
	margin-top: 50px;
	margin-bottom: 30px;
}
#quotation .ttl_ok img {
	width: 200px;
}
#quotation .ill_ok {
	margin-bottom: 30px;
}
#quotation .contact {
	margin-bottom: 30px;
	padding: 20px;
	border-radius: 20px;
}
#quotation .contact .open {
	padding-bottom: 0px;
}
#quotation .contact .open ul {
	display: block;
	flex-wrap: nowrap;
	padding-bottom: 10px;
}
#quotation .contact .open ul li {
	width: 100%;
	margin-bottom: 10px;
}
#quotation .contact .open ul li span:nth-child(1) {
	width: 100px;
	font-size: 15px;
	padding: 4px 0px 2px;
}
#quotation .contact .open ul li span:nth-child(2) {
	font-size: 14px;
	padding: 0px 0px 0px 10px;
}
#quotation .contact .open ul li:nth-child(2) span:nth-child(2) {
	padding: 0px 0px 0px 10px;
}
#quotation .thanks {
	margin-bottom: 20px;
}
}

