
body {
	width : 100%;
	margin : 0px;
	
}

.section-MenuHeader {
	color:red;
}

#section-MainContainer {
	width : 100%;
}


.section-MainVisual {
	width: 100%;
	height : 600px;
	background-color : #000;
	//background-image: url('../images/common/main_visual.png');
	//background-size: cover;
	//background-repeat: no-repeat;
	//background-position: center;
	position : relative;
}

video {
	width: 100%;
	height : 600px;
	position : absolute;
}

.section_text {
	color : #fff;
}

h1 {
	font-weight : 900;
	font-size : 40px;
	position : absolute;
	left : 30px;
	top : 40px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.mainVisual-component {
	position : absolute;
	width : 60%;
	height : 100%;
	z-index : 1;
}

.mainVisual-text {
	position : absolute;
	top : 20%;
	left : 10%;
	text-align : center;
	
}

h2 {
	margin : 0;
	font-size : 70px;
	font-family: serif;
}

.mainVisual-subText {
	font-size : 25px;
	font-family: fantasy;
}

.mainVisual-download-container {
	//width : 100%;
	position : absolute;
	bottom : 10%;
	left : 10%;
	z-index : 2;
}

#appstore_download {
	background-image: url('../images/common/ios-download.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

#googleplay_download {
	background-image: url('../images/common/ja_badge_web_generic.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.mainVisual-download {
	width : 200px;
	height : 60px;
	overflow:visible;
	cursor:pointer;
	background:none;
	border : 0;
	-webkit-appearance: none;
	appearance: none;
	margin : 3px;
}

.mainVisual-download:hover {
	cursor:pointer;
}

#section-About {
	width : 100%;
	background-color : #feeeee;
	overflow : hidden;
	padding-bottom : 30px;
	padding-top : 20px;
}

.section-AboutContainer {
	width : 80%;
	margin : 0 auto;
	text-align : center;
	background-color : #fff;
}

.section-AboutServiceName {
	color : #f25d5d;
	font-size : 40px;
	padding-top : 70px;
}

.section-AboutServiceName-Subtitle {
	margin : 20px;
}

.service_list {
	width : 100%;
}

.service_list-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: center;

}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.service_list-item {
	margin : 0;
	padding : 0;
	list-style : none;
	margin-right : 20px;
	margin-bottom : 20px;
}

.service_list-item_img img {
	height : 230px;
	width : 100%;
	object-fit : cover;
	border-radius : 5px;
}

.service_list-item_title {
	margin-bottom : 5px;
	font-weight : 600;
	font-size : 18px;
}

.service_list-item_title:after {
	background-color: #f25d5d;
}

.service_list-item_title:after {
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    content: ""
}

.service_list-item_description {
	width : 300px;
	text-align : left;
	
}

#section-Flow {
	width : 100%;
	background-color : #feeeee;
	padding-bottom : 30px;
}

.flow_list {
	width : 100%;
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flow_list-Item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 180px;
	flex: 0 0 180px
}

.flow_list_item-number {
	width : 50px;
	font-size : 30px;
	padding : 30px;
	background-color: #f25d5d;
	border-radius : 50%;
	color : #fff;
	margin : 0 auto;
}

.flow_list_item-img img{
	height : 180px;
	width : 100%;
	object-fit : conver;
	border-radius : 5px;
}

#section-Support {
	padding-bottom : 100px;
}

.support_list {
	width : 100%;
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.support_list-Item {
	margin-right : 10px;
	margin-left : 10px;
}

.support_list-img img{
	height : 180px;
	width : 240px;
	object-fit : cover;
	border-radius : 5px;
}

footer {
	width : 100%;
	padding-top : 30px;
	padding-bottom : 30px;
	margin: 0 auto;
	text-align : center;
	border-top: 1px solid #ccc;
}

#section-Footer {
	width : 100%;
	display:-webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom : 40px;
}

.footer-Item {
	padding : 5px;
	//padding-right : 10px;
	font-weight : 500;
}

.footer-Item:not(:last-child) {
	padding-right : 30px;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit
}

.footer-Item:after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 100%;
	height: 2px;
	background-color: #333;
	-webkit-transform: translate(-50%) scaleX(0);
	transform: translate(-50%) scaleX(0);
	-webkit-transition: -webkit-transform .25s ease 0s;
	transition: -webkit-transform .25s ease 0s;
	transition: transform .25s ease 0s;
	transition: transform .25s ease 0s,-webkit-transform .25s ease 0s;
	content: "";
}

.footer_text {
	font-family: serif;
}

a{
  position: relative;
  display: inline-block;
  transition: .3s;
}

a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 2px;
  background-color: #f25d5d;
  transition: .3s;
  transform: translateX(-50%);
}

a:hover::after{
  width: 100%;
}


@media screen and (max-width:800px) {
	h1 {
		left : 10px;
		top : 0px;
	}
	
	.mainVisual-component {
		width : 100%;
	}
	
	.section-MainVisual {
		height : 400px;
	}
	
	.mainVisual-text {
		top : 25%;
		left : 5%;
	}
	
	video {
		width: 100%;
		height : auto;
	}
	
	h2 {
		font-size : 30px;
	}
	
	.mainVisual-subText {
		font-size : 15px;
	}
	
	.mainVisual-download-container {
		width : 100%;
		position : absolute;
		bottom : 10%;
		left : 0%;
		text-align : center;
	}
	
	.mainVisual-download {
		width : 160px;
		height : 45px;
	}
	
	.section-AboutServiceName {
		font-size : 30px;
		padding-top : 50px;
	}

	.section-AboutServiceName-Subtitle {
		margin : 15px;
	}
	
	.service_list-item_img img {
		height : 180px;
		width : 100%;
	}
	
	.section-AboutContainer {
		width : 90%;
	}
	
	.support_list-img img{
		height : 120px;
		width : 150px;
	}
	
	.flow_list {
		width : 60%;
	}
}