@charset "utf-8";

#main .reply h2 {
	margin-bottom: 30px;
}

.newtop-blue {
	font-size: 25px;
	color: #0062cd;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.newtop-red {

	font-size: 26px;
	color: #ff4c4c;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newtop-black {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;

}

.newtop-img03 {
	width: 103px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.newtop-img05 {
	max-width: 747px;
	height: auto;
	margin: 30px auto 10px;
	margin-bottom: 20px;
}


.benefit-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	margin: 0 auto;
}

.benefit-list {
	flex: 1;
	width: 70%;
}

.benefit-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.benefit-item {
	position: relative;
	margin-bottom: 30px;
	padding-left: 0px;
}

.benefit-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
	background-image: url('../img/newtop/new05_pc.png');
	/* チェックボックス画像のパスを指定 */
	background-size: contain;
	background-repeat: no-repeat;
}

.benefit-content {
	flex: 1;
}

.benefit-title {
	padding-left: 40px;
	color: #ff4c4c;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 5px dotted #ff4c4c;
}

.benefit-text {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
}

.person-image {
	width: 250px;
	height: auto;
	margin-left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.person-image-1 {
	background-image: url('path/to/person-image1.png');
	/* 1つ目の人物画像のパスを指定 */
}

.person-image-2 {
	background-image: url('path/to/person-image2.png');
	/* 2つ目の人物画像のパスを指定 */
}

.benefit-item--with-image {
	justify-content: space-between;
}

.new_bgwhite {
	padding: 40px 0;
	text-align: center;
}

.newtop-img08 {
	max-width: 426px;
	margin: 0 auto 10px;
}

.flat7logo {
	max-width: 690px;
	margin: 0 auto;
}

.feature-heading-container {
	display: flex;
	align-items: center;
	padding: 10px 0;
	width: 100%;
	margin-bottom: 10px;
}

.feature-number {
	background-color: #0d3292;
	color: #ffff00;
	font-weight: bold;
	font-size: 30px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	font-family: 'Arial', sans-serif;
}

.feature-content {
	margin-bottom: 30px;
}

.feature-heading {
	color: #182a73;
	font-size: 34px;
	font-weight: bold;
	margin-left: 10px;
	padding: 0;
}

.newtop-img09 {
	margin-bottom: 20px;
}

.nomaltext {
	text-align: left;
	font-size: 22px;
}

.budget-content {
	position: relative;
}

.budget-image {
	float: left;
	width: 45%;
	max-width: 270px;
	margin: 0 20px 30px 0px;
}

.budget-image img {
	width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;

}

.budget-highlight {
	margin: 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
}

.newtop-img12 {
	max-width: 700px;
	margin: 0 auto;
}

.sec04-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	gap: 40px;
}

.sec04-content {
	flex: 1;
}

.sec04-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sec04-item {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #003686;
	line-height: 1.5;
	text-align: left;
}

.sec04-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 26px;
	height: 26px;
	background-color: #e74c3c;
	border-radius: 50%;
}

.sec04-item:last-child {
	margin-bottom: 0;
}

.sec04-image {
	flex-shrink: 0;
	width: 400px;
}

.sec04-image img {
	width: 100%;
	height: auto;
}

.sec04-gallery-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
	margin: 30px auto 30px;
	padding: 0 20px;
	gap: 20px;
}

.newtop-imglifestyle {
	margin-bottom: 30px;
}

.sec04-gallery-item {
	flex: 1;
	max-width: 100px;
}

.sec04-gallery-item:nth-child(2) {
	flex: 1.5;
	/* または2など、他より大きくしたい倍率 */
	max-width: 200px;
	/* より大きなmax-width */
}

.sec04-gallery-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.sec05-review-card {
	background-color: white;
	border: 1px solid #000;
	padding: 30px 20px;
	box-shadow: 3px 3px 0 #cccccc;
	margin-bottom: 30px;
}

.sec05-header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 15px;
}

.sec05-icon {
	width: 92px;
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.sec05-icon img {
	width: 100%;
}

.sec05-user-info {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.sec05-name {
	font-size: 28px;
	font-weight: bold;
	color: #ff8c42;
	margin: 0;
	text-align: left;
}

.sec05-stars {
	display: flex;
	gap: 2px;
}

.sec05-star {
	color: #ffc107;
	font-size: 26px;
}

.sec05-content {
	line-height: 1.8;
}

.sec05-text {
	font-size: 20px;
	color: #000;
	margin: 0;
	text-align: justify;
	text-align-last: left;
}

.sec05-highlight {
	color: #e74c3c;
	font-weight: bold;
}

.sec05-name_Brown {
	color: #a18b74;
}

.sec05-name_Green {
	color: #00ac67;
}

.sec05-name_Blue {
	color: #1c2787;
}

.sec05-name_Sky {
	color: #37abe2;
}

.flat7logo.poyoyon {
	animation: poyoyon 4s cubic-bezier(0.12, 0, 0.39, 0) infinite;
}

#main .type h3 {
	margin-bottom: 0px;
}

@keyframes poyoyon {
	0% {
		transform: translateX(140px);
		opacity: 0;
	}

	9.1% {
		transform: translateX(0);
	}

	11.8% {
		transform: translateX(30px);
	}

	14.5% {
		transform: translateX(0);
	}

	3.6%,
	14.5% {
		opacity: 1;
	}

	/* 残りの85.5%の時間は最終位置で停止 */
	14.5%,
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@media (min-width: 897px) {
	.contents_add_02 picture img {
		height: 2434px !important;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 896px) {
	#main .reply h2 {
		margin-bottom: 10px;
	}

	.newtop-blue {
		font-size: 14px;
	}

	.newtop-black {
		font-size: 14px;
		margin-top: 10px;
	}

	.newtop-red {
		font-size: 14px;
	}

	.newtop-red2 {
		font-size: 14px;
	}

	.textspleft {
		text-align: left;
	}

	.newtop-img05 {
		margin-top: 10px;
	}

	.person-image {
		display: none;
		/* スマホ表示では人物画像を非表示 */
	}

	.benefit-item::before {
		padding-top: 0px;
		top: 0px;
	}

	.benefit-item {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.benefit-title {
		padding-left: 35px;
		font-size: 18px;
	}

	.benefit-text {
		font-size: 14px;
	}

	.benefit-container {
		display: block;
	}

	.benefit-list {
		width: 100%;
	}

	.new_bgwhite {
		padding: 20px 0;
	}

	.budget-image {
		float: right !important;
		width: 45%;
		max-width: 250px;
		margin: 0 0 5px 5px;
	}

	.feature-content {
		margin-bottom: 15px;
	}

	.feature-heading-container {
		align-items: self-start;
		margin-bottom: 0px;

	}

	.feature-number {
		font-size: 16px;
		min-width: 22px;
		margin-top: 2px;
	}

	.feature-heading {

		font-size: 18px;
		margin-left: 5px;
		text-align: left;
	}

	.nomaltext {
		font-size: 14px;
	}

	.newtop-img12 {
		margin-top: 10px;
	}

	.newtop-img14 {
		margin-top: 20px;
	}

	.sec04-container {
		flex-direction: column-reverse;
		gap: 10px;
		margin-top: ;
	}

	.sec04-image {
		width: 100%;
	}

	.sec04-item::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0.3em;
		width: 15px;
		height: 15px;
		background-color: #e74c3c;
		border-radius: 50%;
	}

	.sec04-item {
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.sec04-gallery-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 240px;
		margin: 10px auto 10px;
		padding: 0 20px;
		gap: 20px;
	}

	.sec04-gallery-item {
		flex: 1;
		max-width: 50px;
	}

	.sec04-gallery-item:nth-child(2) {
		flex: 1.5;
		/* または2など、他より大きくしたい倍率 */
		max-width: 130px;
		/* より大きなmax-width */
	}

	.newtop-imglifestyle {
		margin-bottom: 0px;
	}



	.sec05-review-card {
		background-color: white;
		border: 1px solid #000;
		padding: 15px 10px;
		box-shadow: 3px 3px 0 #cccccc;
		margin-bottom: 20px;
	}

	.sec05-header {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
		gap: 15px;
	}

	.sec05-icon {
		width: 60px;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.sec05-icon img {
		width: 100%;
	}

	.sec05-user-info {
		display: flex;
		flex-direction: column;
		gap: 0px;
	}

	.sec05-name {
		font-size: 20px;
		font-weight: bold;
		color: #ff8c42;
		margin: 0;
		text-align: left;
	}

	.sec05-stars {
		display: flex;
		gap: 2px;
	}

	.sec05-star {
		color: #ffc107;
		font-size: 18px;
	}

	.sec05-content {
		line-height: 1.8;
	}

	.sec05-text {
		font-size: 14px;
		color: #000;
		margin: 0;
		text-align: justify;
		text-align-last: left;
	}

	.sec05-highlight {
		color: #e74c3c;
		font-weight: bold;
	}

	.textleft {
		text-align: left;
	}

	.newtop-img08 {
		width: 280px;
	}

	#main .type h3 {
		margin-bottom: 0px;
	}
}


.fixed_banner {
	position: fixed;
	bottom: 20px;
	right: -50px;
	z-index: 1000;
	cursor: pointer;
	animation: poyoyon2 2s ease-in-out infinite;
}

.fixed_banner img {
	width: 170px;
	/* 画像サイズを調整 */
	height: auto;
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes poyoyon2 {
	0% {
		transform: translateX(-50%) scale(1);
	}

	25% {
		transform: translateX(-50%) scale(1.06);
	}

	50% {
		transform: translateX(-50%) scale(0.96);
	}

	75% {
		transform: translateX(-50%) scale(1.04);
	}

	100% {
		transform: translateX(-50%) scale(1);
	}
}



/* レスポンシブ対応 */
@media (max-width: 768px) {
	.fixed_banner {
		position: fixed;
		bottom: 60px;
		right: -40px;
		z-index: 1000;
		cursor: pointer;
		animation: poyoyon2 2s ease-in-out infinite;
	}

	.fixed_banner img {
		width: 100px;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	.fixed_banner img {
		width: 100px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}

.telbox_iitem {
	color: #000 !important;
	font-size: 18px !important;
}

.telbox_iitem_white {
	color: #FFF !important;
	font-size: 18px !important;
}

.contents_add_tel>div {
	align-items: flex-start !important;
}

.small_bk {
	font-size: 14px;
	color: #000;
}

@media (max-width: 480px) {
	.small_bk {
		font-size: 12px;
	}

	.telbox_iitem_sp {
		color: #FFF !important;
		font-size: 14px !important;
		margin-bottom: 3px;
	}

	.contents_add_06_nagaretitle>img {
		position: relative;
		z-index: 2;
	}

	/* 2つ目の画像を含むdiv (.nagareimg) の重なり順を制御 */
	.nagareimg {
		position: relative;
		z-index: 1;
		/* 既存のスタイル */
		margin-top: -3px;
		width: 100px !important;
		height: auto;
	}

	.nagareimg img {
		width: 100% !important;
	}

	.contents_add_06_nagaretext {
		display: flex;
		flex-direction: column;
		height: 100px !important;
		justify-content: center !important;
	}
}