@charset "utf-8";
/*------------------------------------------------------------
	くらしの中の双洋
------------------------------------------------------------*/
#main {
	padding: 106px 0 0;
}
#pagePath {
	position: absolute;
    top: 17px;
    padding: 0;
    left: 21px;
}
.Box {
	background: #ECF4FC;
    padding: 50px 0 0;
    margin: 0 30px 30px;
}
.txtBox {
	display: flex;
	justify-content: center;
    margin: 25px 0 40px;
}
.txtBox .title {
	font-size: 34px;
    letter-spacing: .5rem;
/*    margin: 0 7% 0 0;*/
    font-weight: 300;
}
.txtBox .text {
	letter-spacing: .18rem;
    line-height: 2.7rem;
	font-size: 1.3rem;
}
.txtBox .txtBox2 {
	display: flex;
	flex-direction: column;
}
.txtBox .copy {
    font-size: 23px;
    letter-spacing: .34rem;
    display: block;
    margin: 0 0 21px;
    line-height: 5rem;
    font-weight: 500;
    color: #0078B7;
}
.txtBox .copy span {
	font-size: 32px;
	display: block;
}

@media all and (max-width: 767px) {
	#main {
		padding-top: 62px;
	}
	.Box {
		margin: 0;
		padding: 0;
	}
	.txtBox {
		margin: 0;
		padding: 40px 25px 30px;
		flex-direction: column;
		text-align: center;
	}
	.txtBox .title {
		text-align: center;
        margin: 0 0 12px;
        font-size: 25px;
        letter-spacing: .3rem;
	}
	.txtBox .text {
		letter-spacing: .1rem;
		line-height: 2.5rem;
	}
	.txtBox .copy span {
		font-size: 21px;
		letter-spacing: .3rem;
	}
	.txtBox .copy {
		font-size: 16px;
		line-height: 3.2rem;
		letter-spacing: .1rem;
		margin-bottom: 12px;
	}
	.illust img {
		object-fit: cover;
		height: 620px;
	}
}