

.wrapper{
	width:100%;
	max-width: 960px;
	margin: 0 auto;
}
.wrapper img{
	width:100%;
}

.txt_box{
	position: absolute;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.txt_box p{
	font-size: 1.5rem;
	line-height: 2.0rem;
}
.about_box{
	position: relative;
}
.about_box .txt_box{
	top:85%;
}

.cta_box{
	position: relative;
}

.button_box1{
	position: absolute;
	top: 19%;
	left: 50%;
	transform: translateX(-50%);
}
.button_box2{
	position: absolute;
	top: 24%;
	left: 50%;
	transform: translateX(-50%);
}
.button_box2 input{
	width:100%;
}
.cta_box .txt_box{
	top:85%;
}

@media only screen and (min-width: 767px) {
	.wrapper{
		width:100%;
		max-width: 960px;
		margin: 90px auto 0;
	}
	.txt_box p {
	    font-size: 1.0rem;
	    line-height: 1.5rem;
	}
}

/*-----------------------------
add Medix 2024.10.31
------------------------------*/
.wrapper{
	padding-top:70px !important;
	margin-top:0;
}
.yuze_news .wrapper{
	padding-top:97px !important;
}
.txt_box p{
	font-size: 18px;
	line-height: 1.8;
}
@media only screen and (max-width: 766px) {
	.wrapper{
		padding-top:11.97vmin !important;
	}
	.txt_box p {
		font-size: 2.35vw;
		line-height: 1.6;
	}
	body.yuze_news .wrapper{
		padding-top:calc(15vw + 11.97vmin) !important;
	}
}
