@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}
caption, th, td {
	text-align: left;
	padding: 5px 10px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #191919;
	text-decoration: none;
}
a:hover, a:active {
	color:#fff;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
*{box-sizing:border-box; }
/*page
----------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background-color: #00B065;
/*	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height: 1.7;
	position: relative;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

.bold{
	font-weight: bold;
}
.mobile {
	display: none;
}
.text-center{
    text-align: center;
}
.text-right{
	text-align: right;
}
.relative {
	position: relative;
}
table td, table th {
	border: 1px solid #000000;
	padding: 10px;
	vertical-align: middle;
	width: auto;
}
input, textarea {
	border: 1px solid #000000;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.container{
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}
.icon-dot{
    position: relative;
    padding-left: 25px;
}
.icon-dot:before{
    content: '';
    position: absolute;
    background: url(../img/icon-dot.png) center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-arrow{
    position: relative;
    padding-right: 20px;
}
.icon-arrow:before{
    content: '';
    position: absolute;
    background: url(../img/icon-arrow.png) center no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.overflow-hidden{
	overflow: hidden;
}
.main-lp-line{
	padding-bottom: 200px;
}
.header-lp-line {
    position: relative;
}
.thumb-tit-banner{
	padding-top: 200px;
	position: relative;
}
.thumb-tit-banner:before{
	content: "";
	position: absolute;
	width: 200px;
	height: 260px;
	top: -80px;
	left: -45px;
	background-image: url(https://www.ace-group.xyz/line/img/icon-banner-l.png);
	background-size: contain;
}
.thumb-tit-banner:after{
	content: "";
	position: absolute;
	width: 245px;
	height: 320px;
	bottom: -350px;
	right: -80px;
	background-image: url(https://www.ace-group.xyz/line/img/icon-banner-r.png);
	background-size: contain;
}
.thumb-qr {
    margin: 100px 0 55px 0;
    text-align: center;
}
.thumb-qr img{
	max-width: 300px;
	width: 100%;
	z-index: 999;
	position: relative;
}
.note-qr {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 130px;
}
.box-white-intro {
    background: #fff;
    color: #000;
    padding: 45px 50px 55px 50px;
    font-size: 18px;
}
.tit-intro{
	font-size: 23px;
	margin-bottom: 25px;
}

@media screen and (max-width: 1660px){
	.thumb-tit-banner:after{
		right: 0;
	}
}
@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .thumb-tit-banner {
    	padding-top: 130px;
    }
    .thumb-tit-banner img{
    	max-width: 85%;
    	margin: auto;
    }
    .thumb-tit-banner:before {
    	width: 140px;
    	height: 185px;
    	top: -64px;
    	left: 0;
    }
    .thumb-tit-banner:after {
    	width: 200px;
    	height: 261px;
    	bottom: -270px;
    	right: 0;
    }
    .note-qr {
    	font-size: 24px;
    	padding-bottom: 80px;
    }
    .box-white-intro{
    	padding: 25px;
    }
    .main-lp-line {
    	padding-bottom: 100px;
    }

}
/*end 767*/
@media screen and (max-width: 375px){

}