/* 資料請求 */

@media screen and (min-width: 641px){

#req {
	line-height: 150%;
	}

#req .main {
	width: 100%;
	background: #F7F1ED;
	margin: -60px 0px 100px 0px;
	padding: 60px 0px;
	position: relative;
	overflow: hidden;
	}

#req .main:before {
	content: '';
	width: 100%;
	height: 300px;
	background: #DE586A;
	position: absolute;
    left: 10%;
	bottom: -300px;
	z-index: 0;
    transform: rotate(-15deg);
	}

#req .main:after {
	content: '';
	width: 15%;
	height: 100%;
	background: url(img/sp.png) no-repeat right bottom;
	background-size: 100% auto;
	position: absolute;
    right: 0px;
	bottom: 0px;
	z-index: 1;
	}

#req .main h2 {
	width: 100%;
	font-size: 21px;
	line-height: 150%;
	color: #DE586A;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#req .main img {
	width: 20%;
	margin: 0px auto 15px auto;
	display: block;
	}

#req .main p {
	width: 30%;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	}

}

@media screen and (max-width: 640px){

#req {
	line-height: 150%;
	}

#req .main {
	width: 100%;
	background: #F7F1ED;
	margin: -40px 0px 50px 0px;
	padding: 40px 0px;
	position: relative;
	overflow: hidden;
	}

#req .main:before {
	content: '';
	width: 100%;
	height: 100px;
	background: #DE586A;
	position: absolute;
    left: 10%;
	bottom: -50px;
	z-index: 0;
    transform: rotate(-15deg);
	}

#req .main:after {
	content: '';
	width: 30%;
	height: 100%;
	background: url(img/sp.png) no-repeat right bottom;
	background-size: 100% auto;
	position: absolute;
    right: 0px;
	bottom: 0px;
	z-index: 1;
	}

#req .main h2 {
	width: 90%;
	font-size: 16px;
	line-height: 150%;
	color: #DE586A;
	margin: 0px auto 20px auto;
	}

#req .main img {
	width: 55%;
	margin: 0px 0px 15px 10%;
	display: block;
	}

#req .main p {
	width: 55%;
	margin: 0px 0px 0px 10%;
	position: relative;
	z-index: 2;
	}

}


/* 資料請求_アップセル */

@media screen and (min-width: 641px){

#requps {
	width: 90%;
	max-width: 800px;
	font-size: 14px;
	line-height: 150%;
	margin: 80px auto 0px auto;
	display: table;
	}

#requps .main {
	width: 100%;
	background: #f6f6f6;
	margin: 0px 0px 50px 0px;
	padding: 30px 200px 30px 200px;
	float: left;
	}

#requps .main h3 {
	width: 100%;
	font-size: 24px;
	line-height: 130%;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#requps .main span {
	color: #E60012;
	}

#requps .one {
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	color: #E60012;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#requps .off {
	margin: 0px 0px 70px 0px;
	float: left;
	}

#requps .off h4 {
	font-size: 21px;
	margin: 0px 0px 20px 0px;
	}

#requps .off h3 {
	font-size: 42px;
	color: #135DD6;
	margin: 0px 0px 30px 0px;
	}

#requps .off dl {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#requps .off dt {
	width: 320px;
	margin: -10px 30px 0px -10px;
	float: left;
	}

#requps .off dd {
	width: 450px;
	float: left;
	}

#requps .off dd span {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	display: block;
	}

#requps .off dd strike {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	display: block;
	}

#requps .off dd div {
	font-size: 24px;
	margin: 0px 0px 20px 100px;
	}

#requps .off dd p {
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	}

#requps .off dd p font {
	color: #E60012;
	}

#requps .off dd u {
	font-weight: bold;
	}

#requps .fortit {
	font-size: 28px;
	font-weight: bold;
	color: #135DD6;
	margin: 0px 0px 80px 0px;
	}

#requps form {
	width: 100%;
	float: left;
	}

#requps form .tit {
	width: 100%;
	border-left: 5px #DE576A solid;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 3px 15px;
	}

#requps form ol {
	width: 100%;
	margin: 50px 0px 50px 0px;
	overflow: hidden;
	}

#requps form dl {
	width: 100%;
	border-top: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
	border-left: 1px #dddddd solid;
	float: left;
	display: table-row;
	}

#requps form dl:nth-last-child(2) {
	border-bottom: 1px #dddddd solid;
	}

#requps form dt {
	width: 200px;
	background: #F2EEE6;
	font-weight: bold;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	}

#requps form dt span {
	background: #cc0000;
	font-size: 12px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	}

#requps form dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#requps form dd {
	padding: 20px;
	display: table-cell;
	}

#requps form dd label {
	margin: 5px 0px 5px 0px;
	display: block;
	}

#requps form dd label a {
	margin: 0px 0px 0px 20px;
	}

#requps form dd p {
	margin: 20px 0px 0px 0px;
	}

#requps form input[type="text"] {
	font-size: 16px;
	padding: 10px;
	}

#requps form .nam {
	width: 200px;
	}

#requps form input[type="email"] {
	width: 300px;
	font-size: 16px;
	padding: 10px;
	}

#requps form .add {
	width: 100%;
	}

#requps form input[type="tel"] {
	width: 200px;
	font-size: 16px;
	padding: 10px;
	}

#requps form select {
	font-size: 16px;
	padding: 10px;
	}

#requps form textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	}

#requps form .send {
	width: 300px;
	background: #ffcc00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 28px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 50px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	}

}

@media screen and (max-width: 640px){

#requps {
	width: 90%;
	line-height: 150%;
	margin: 30px auto 0px auto;
	}

#requps .main {
	width: 100%;
	background: #eeeeee;
	line-height: 150%;
	margin: 0px 0px 25px 0px;
	padding: 15px;
	}

#requps .main h3 {
	width: 100%;
	font-size: 16px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .main span {
	color: #E60012;
	}

#requps .one {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #E60012;
	margin: 0px 0px 25px 0px;
	text-align: center;
	}

#requps .off {
	margin: 0px 0px 35px 0px;
	float: left;
	}

#requps .off h4 {
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .off h3 {
	width: 100%;
	font-size: 21px;
	color: #135DD6;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .off dl {
	width: 100%;
	margin: 25px 0px 0px 0px;
	}

#requps .off dt {
	width: 100%;
	text-align: center;
	}

#requps .off dt img {
	width: 70%;
	}

#requps .off dd {
	width: 100%;
	text-align: center;
	}

#requps .off dd span {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	display: block;
	}

#requps .off dd strike {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	display: block;
	}

#requps .off dd div {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#requps .off dd p {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}

#requps .off dd p font {
	color: #E60012;
	}

#requps .off dd u {
	font-weight: bold;
	}

#requps .fortit {
	font-size: 18px;
	font-weight: bold;
	color: #135DD6;
	margin: 0px 0px 40px 0px;
	}

#requps form .tit {
	width: 100%;
	border-left: 5px #DE576A solid;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 3px 0px 3px 10px;
	}

#requps form ol {
	margin: 0px 0px 20px 0px;
	}

#requps form dl {
	width: 100%;
	border-bottom: 1px #dddddd solid;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	}

#requps form dl:first-child {
	border-top: 1px #dddddd solid;
	padding: 20px 0px 20px 0px;
	}

#requps form dt {
	width: 100%;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	vertical-align: middle;
	}

#requps form dt span {
	background: #cc0000;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	}

#requps form dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#requps form dd {
	width: 100%;
	}

#requps form dd label {
	width: 100%;
	margin: 5px 0px 5px 0px;
	float: left;
	}

#requps form dd label a {
	margin: 0px 0px 0px 20px;
	}

#requps form input[type="text"] {
	width: 100%;
	padding: 10px;
	}

#requps form input[type="email"] {
	width: 100%;
	padding: 10px;
	}

#requps form input[type="tel"] {
	width: 100%;
	padding: 10px;
	}

#requps form select {
	padding: 10px 5px 10px 5px;
	}

#requps form textarea {
	width: 100%;
	padding: 10px;
	}

#requps form .send {
	width: 100%;
	background: #ffcc00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 24px;
	font-family: "Jost", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	cursor: pointer;
	}

}


