<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 *        	メールマガジンに登録する（無料）
 * ================================================= */
.subscribe__ttl {
	margin-top: -60px;
}
.subscribe__description {
	margin-bottom: 35px;
}
.subscribe__wrap {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.subscribe__cont {
	margin-left: -15px;
	margin-bottom: 30px;
	list-style-type: decimal;
}
.subscribe__form {
	text-align: center;
}
.subscribe__form input[type="submit"] {
	width: 260px;
	height: 50px;
	line-height: 50px;
	margin: 30px auto 0;
	padding: 0 25px;
	border: 1px solid #438099;
	border-radius: 0px;
	background: rgb(67, 128, 153) url(https://www.italia-kagu.com/wp-content/uploads/2023/03/button_arrow.png) no-repeat 230px 10px;
	color: rgb(255, 255, 255);
	font-size: 19px;
	font-weight: normal;
}
.subscribe__form input[type="submit"]:hover {
	border: 1px solid #404040;
	background: rgb(255, 255, 255) url(https://www.italia-kagu.com/wp-content/uploads/2023/03/button_arrow-hov.png) no-repeat 230px 10px;
	color: rgb(64, 64, 64);
}
@media (max-width:600px) {
	.subscribe__cont {
		width: 100%;
	}
	.subscribe__form input[type="text"] {
		width: 100%;
	}
}
.subscribe__cont .ico::before {
	display: inline-block;
	margin-top: -30px;
	color: #e5bf93;
	font-size: 54px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.subscribe__cont:first-of-type .ico::before {
	content: "\f658";
}
.subscribe__cont:nth-of-type(2) .ico::before {
	content: "\f06b";
}
.subscribe__cont:nth-of-type(3) .ico::before {
	content: "\f4b8";
}
.subscribe__cont:nth-of-type(4) .ico::before {
	content: "\f466";
}
.subscribe__form p:last-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 387px;
	margin: 0 auto;
	
}

.subscribe__form p:last-of-type input[type="text"] {
	width: 240px;
	padding: 1rem;
}
.subscribe__form p:last-of-type input[type="submit"] {
	border: 1px solid #404040;
}
@media (min-width:1200px) {
	.subscribe__cont .txt {
		font-size: 18px; /*font-size: 24px;*/
	}
}</pre></body></html>