@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------
header
--------------------------------------------*/
.mainvisual img{
	width: 100%;
}
#visual {
    width: 100%;
    min-width: 1120px;
    overflow: hidden;
	}
#visual-image {
    position: relative;
    left: 50%;
    margin-left: -720px;
	}
	.mainsubcontent {
		width: 100%;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
		flex-direction:column;
		align-items:center;
		position: relative;
		top: -100px;
		margin-bottom: -100px;
	}
	.mainvisual_appimg {
		width: 70%;
		height: auto;
		margin: 0px auto;
		order: 1;
	}
		.mainvisual_appimg img {
		}
		.ma_content01_txticon {
			width: 60%;
			height: auto;
			margin: 10px auto 0px;
		}
			.ma_content01_txticon img{
				}
	.maincopy {
		width: 88%;
		order: 2;
		margin: 0px auto;
	}
	.maincopy p{
		font-size: 1.3rem;
		text-align: justify;
		}
		.maincopy ul {
			letter-spacing: -1.0rem;
			margin-top: 10px;
			text-align: left;
		}
		.maincopy ul li {
				height: 52px;
				min-width: 44%;
				width: auto;
				display: inline-block;
			}
			.maincopy ul li a img{
				height: 100%;
				}
		.maincopy ul li:last-child {
			height: auto;
			margin-left: 0px;
			margin-top: 10px;
			min-width: 100%;
			width: 100%;
			display: block;
			}
		.maincopy ul li:last-child img{
			width: 100%;
			height: auto;
			}
			
/*--------------------------------------------
lead
--------------------------------------------*/
.lead_wrapper {
  width: 90%;
  margin-top: 50;
}
.lead h2 img {
  width: 80%;
}
.lead p {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 0px;
}

/*--------------------------------------------
スマホコンテンツ
--------------------------------------------*/
.ma_content01{
}
	.ma_content01 h2 {
		text-align: justify!important;
	}
		.ma_content01_img{
			width: 70%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			}
			.ma_content01_img img {
			}
		.ma_content01_txt{
			width: 100%;
			margin: 0px auto;
		}
	.ma_content_staff {
		margin-top: 140px;
	}
	.ma_content_staff p{
		text-align: justify;
		font-weight: bold;
		line-height: 1.8;
		font-size: 1.4rem;
	}
	.ma_content_staff_img{
		margin-top: 40px;
		}
		.ma_content_staff_img_one {
			width: 33.333%;
			height: auto;
		}
			.ma_content_staff_img_one img {
				width: 100%;
				height: auto;
			}

	.ma_content_feature {
		width: 100%;
		margin: 0px auto;
	
	}
		.ma_content_feature01 {
			width: 100%;
			height: auto;
			margin-top: 20px;
			}
			.ma_content_feature01 img{
				}
			.ma_content_feature01 h4{
				font-size: 1.8rem;
				line-height: 1.2;
				}
			.ma_content_feature01 p{
				}
	.ma_content_zisseki {
		margin-top: 80px;
	}
		.ma_content_zisseki h2 {
			font-size: 2.0rem!important;
			line-height: 1.4!important;
		}
		.ma_content_zisseki_img{
			width: 100%
		}
		.ma_content_zisseki p {
		}
	.ma_content_download{
		}
		.ma_content_download h2{
			font-size: 1.8rem!important;
			text-align: center!important;
			}
			
			

			.ma_content_download ul {
				letter-spacing: -1.0rem;
				margin: 0px auto;
				text-align: center;

				}
				.ma_content_download ul li:first-child {
					height: 52px;
					width: 44%;
					display: inline-block;
					letter-spacing: 0.0rem;
					margin-right: 4%;
					margin-left: 0px;
					}
				.ma_content_download ul li:nth-child(2) {
					height: 52px;
					width: 44%;
					display: inline-block;
					letter-spacing: 0.0rem;
					}
					.ma_content_download ul li a img {
						height: 100%;
						}
		/* 背景 */
		.bg_line01 {
			background-image: url("../images/bg_line01_sp.svg");
			top: -740px;
			}
		.bg_line02 {
			background-image: url("../images/bg_line02_sp.svg");
			top: -780px;
			
			}
/*--------------------------------------------
overview
--------------------------------------------*/
.overview {
  width: 88%;
  margin: 60px auto 0px;
}
.overview h2 {
  text-align: justify;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.overview h2 img {
  display: block;
  width: 60%;
  margin: 0 auto 0.5em;
}
/*--------------------------------------------
point
--------------------------------------------*/
/* point1 */
.overview .point1 {
  margin: 30px auto;
}
.overview .point1 + p {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
}
.overview .point1 .scene_img {
  width: 84%;
  text-align: center;
}
	.point1 div {
  		margin: 0 auto 80px;
	}
	.point1 div:last-child {
  		margin: 0 auto 0px;
	}
/* point2,3 */
.overview .point2, .overview .point3 {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 30px auto 60px;
}
.overview .point2 .scene_img, .overview .point3 .scene_img {
  width: 90%;
  text-align: center;
  margin:0 auto;
}
.overview .point2 .scene_img+.scene_img , .overview .point3 .scene_img+.scene_img {
  margin-top:40px;
}
.overview .point2 .scene_img img, .overview .point3 .scene_img img {
  margin-bottom: 1em;
}