@charset "utf-8";
@media screen and (min-width: 850px) {
  /* ここに850px以上の画面幅で適用するCSSを書く */
	.mainviual{
		width: 82%;
    margin: 145px auto 40px;
    position: relative;
	}
	.mainviual .main_text{
		width: 260px;
    position: absolute;
    top: -70px;
    left: -124px;
    font-size: 260%;
    font-weight: bold;
    color: #fff;
    padding: 15px 0;
    letter-spacing: 2px;
    line-height: 1.1;
    text-align: center;
    line-height: 1.8;
    background-color: rgba(235, 96, 0, 0.8);
	}
	.pointo{
		max-width: 1100px;
		margin-bottom: 150px;
	}
	.pointo-inner{
		width: 70%;
		height: auto;
		position: relative;
		z-index: -1;
	}
	.pointo-text{
		width: 70%;
		margin: -30% 0 0 auto;
		background: #ffffffe3;
	}
	.list_btn li{
		width: 40%;
	}
	.btn{
		width: 20%;
		height: auto;
		font-size: 130%;
		padding: 10px 0;
	}
}