html{
	height:100%;
	overflow: auto;
}

body {
	margin:0;
	padding:0;
	color:#000;
	font-size: 62.5%;
	font-family: YuGothic,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック','Yu Gothic','メイリオ', 'ＭＳ Ｐゴシック','MS PGothic';
	width: 100%;
	position: relative;
	background-color: #ffffff;
/*
	background: url(../img/header_bk.png) repeat-x left top #fff; 
*/
}

* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}

footer{
	padding:10px 0;
	background:#00A29A;
	font-weight:500

}
.footer {
	width:980px;
	margin:0px auto;

}

.copyright{
    text-align: center;
    color: #FFF;
    font-size: 11px;
}

.fadein {
	opacity: 0;
	transform : translate(0,50px);
	transition: all 1500ms
}

.fadein.scrollin{
	opacity: 1;
	transform: translate(0,0);
}

@media screen and (min-width:671px) {
	.footer ul{
		margin-bottom:30px;
		padding:0;
		margin:0;
		list-style:none;
	}
	.footer li{
		width: 196px;
		float:left;
		font-size:1.6em;
		line-height: 1.8em;
		color:#fff;
	}
	.footer li ul{
		margin-top:5px;
	}
	.footer li ul li{
		font-size:0.8em;
		line-height: 1.6em;
		margin-bottom:5px;
	}
}


#AwsContents{
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-color: #00A29A;
}

/** AWSクイックスタートプラン **/
.amcnfv{
	background: url(img/amcnfvimg.jpg) no-repeat;
	/* background-size: 1600px; */
	padding: 10% 0% 10% 13%;
	color: #00885b;
	position: relative;
	z-index: 2;
}

.amcnfv span{
    display: inline-block;
    width: 665px;
    padding: 50px 30px 50px 44px;
    height: auto;
    background-color: #ffffffd0;
}

.fix-back{
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

.amcnfv h2{
	display: inline-block;
	font-size: 50px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	line-height: 55px;
	/* background-color: #ffee00; */
	background: linear-gradient( transparent 35px, #ffe8a7 5%);
}

.amcnfv h3{
	font-weight: 600;
	font-size: 20px;
}

.amcnfv h4{
	font-weight: 600;
	font-size: 16px;
}

.amcnfv a{
	text-decoration: none;
	text-align: center;
}

.amcnbutton{
	text-align: center;
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 400px;
	z-index: 2;
	font-size: 20px;
	padding: 20px 50px;
	border-radius: 5px;
	background-color: #00A29A   ;
	color: #FFF;
	transition: all 300ms;
    font-weight: 600;
    margin-top: 30px;
	box-shadow: 0px 0px 10px #616161a9;
}

.amcnbutton:hover{
	transform: scale(1.1);
	transition: all 300ms;
}

.amcnbtsl{
	position: absolute;
	width: 0px;
	height: 100px;
	padding: 20px;
	background-color: #FFF;
	opacity: 0.5;
	top: -20px;
	left: -70px;
	z-index: 1;
	transform: rotate(25deg);
}

.amcnbtslaf{
	opacity: 0.8;
	top:-20px;
	left: 600px;
	transition: all 700ms;
}

.amcndesc{
	text-align: center;
	background-color: #FFF;
	background-size:cover;
	height: auto;
	padding: 120px 200px 150px 200px;
	margin: 0;
	position: relative;
}

.amcndesc h2{
	display: inline-block;
	position: relative;
	font-size: 4em;
	margin-bottom: 20px;
	width: auto;
	height: 40px;
	color: #00885b;
	/* background: linear-gradient( transparent 30px, #ffe8a7 0%); */
}

.amcndesc h3{
	color: #00885b;
	font-size: 1.7em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}

.amcndesc p{
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
}

.amcndesc a{
    color: #00A29A;
	transition: all 200ms;
}

.amcndesc a:hover{
	opacity: 0.6;
	transition: all 200ms;
}

.amcnse{
	text-align: center;
	background-color: #fcfcfc;
	background-size:cover;
	height: auto;
	padding: 120px 200px 400px 200px;
	margin: 0;
	position: relative;
}

.amcnse h2{
	display: inline-block;
	position: relative;
	font-size: 4em;
	margin-bottom: 20px;
	width: auto;
	height: 40px;
	color: #00885b;
	/* background: linear-gradient( transparent 30px, #ffe8a7 0%); */
}

.amcnse h3{
	color: #00885b;
	font-size: 1.7em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}

.amcnse img{
	width: 90%;
	margin-bottom: 100px;
}

#usecase{
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	padding: 20px 0px;
	border: solid 3px #00A29A;
	font-size: 16px;
	background: #FFF;
}

#usecase span{
	font-size: 20px;
	font-weight: 600;
	color: #00A29A;
}

#usecase ul{
	display: inline-block;
	width: 735px;
	height: auto;
	padding: 10px 0px;
	margin: 0 auto;
	color: #00A29A;
	font-weight: 500;
}

#usecase ul li{
	width: 345px;
	padding: 10px;
	margin: 0;
	float: left;
	text-align: left;
}

.amcnse ul{
	list-style: none;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	margin-top: 50px;
}

.amcnse ul li{
	text-align: left;
	width: 450px;
	margin: 25px;
	float: left;
	font-size: 16px;
}

.amcnse ul li h4{
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #00A29A;
	border-bottom: solid 3px #00A29A;
}

.amcnse ul li h4::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 2px;
	width: 0px;
	height: 0px;
	border-top:solid 5px #00A29A;
	border-left:solid 5px #00A29A;
	border-bottom:solid 5px transparent;
	border-right:solid 5px transparent;
	transform: rotate(135deg);
}

.amcnse ul li:nth-of-type(2) h4{
	text-align: center;
	font-size: 20px;
	color: #ffa237;
	border-bottom: solid 3px #ffa237;
}

.amcnse ul li:nth-of-type(2) h4::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 2px;
	width: 0px;
	height: 0px;
	border-top:solid 5px #ffa237;
	border-left:solid 5px #ffa237;
	border-bottom:solid 5px transparent;
	border-right:solid 5px transparent;
	transform: rotate(135deg);
}

.amcnse ul li p{
	padding: 10px 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

#download{
	position: -webkit-sticky;
	position: sticky;
	display: inline-block;
	bottom: 20px;
	right: 30px;
	float: right;
	width: 150px;
	height: 70px;
	margin-top: 50px;
	padding: 20px;
	border-radius: 5px;
	background: #ffa237;
	z-index: 1;
	transition: all 300ms;

}

#download p{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
}

#download a{
	text-decoration: none;
	transition: all 300ms;
}

#download:hover{
	opacity: 0.8;
}

.button{
	text-align: center;
	width: 130px;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	height: 20px;
	background: #FFF;
	color: #ffa237;
}

#annotation{
	font-size: 10px;
	width: auto;
	padding: 0 20px;
}

.amcnca{
	text-align: center;
	background-color: #FFF;
	background-size:cover;
	height: auto;
	padding: 80px 200px 120px 200px;
	margin: 0;
	position: relative;
}

.amcnca h2{
	display: inline-block;
	position: relative;
	font-size: 4em;
	width: auto;
	height: 40px;
	color: #00885b;
	/* background: linear-gradient( transparent 30px, #ffe8a7 0%); */
}

.amcnca h3{
	color: #00885b;
	font-size: 1.7em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}

.amcnca ul{
	list-style: none;
	margin: 0 40px;
}

.amcnca ul li{
	position: relative;
	color: #FFF;
	margin: 40px 20px;
	padding: 20px;
	background-color: #00A29A;
	border-radius: 5px;
}

.amcnca h4{
	font-size: 20px;
}

.amcnca p{
	font-size: 16px;
	font-weight: 500;
}

.youtube{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 130px;
}

.youtube span{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #00A29A;
	border-bottom: solid 3px #00A29A;
}

.youtube span::before{
	content: '';
	position: absolute;
	top: 10px;
	left: 2px;
	width: 0px;
	height: 0px;
	border-top:solid 5px #00A29A;
	border-left:solid 5px #00A29A;
	border-bottom:solid 5px transparent;
	border-right:solid 5px transparent;
	transform: rotate(135deg);
}

.youtube iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

@media screen and (min-width: 1340px){
	.youtube iframe{
		width: 840px;
		aspect-ratio: 16 / 9;
		height: auto;
	}
	}

.amcnfn{
	text-align: center;
	background-color: #fcfcfc;
	background-size:cover;
	height: auto;
	padding: 80px 200px 120px 200px;
	margin: 0;
	position: relative;
}

.amcnfn h2{
	display: inline-block;
	position: relative;
	font-size: 4em;
	width: auto;
	height: 40px;
	color: #00885b;
	/* background: linear-gradient( transparent 30px, #ffe8a7 0%); */
}

.amcnfn h3{
	color: #00885b;
	font-size: 1.7em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}

.amcnfn p{
	text-align: center;
	font-size: 1.4em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}

.amcnfn ul{
	list-style: none;
	text-align: center;
}

.amcnfn ul li{
    vertical-align:top;
	position: relative;
	display: inline-block;
    margin: 10px;
    padding: 10px;
}

.amcnfnbox li{
	background: url(img/awsaibox2.png) top center no-repeat;
	/* background-color: #11a531; */
	width: 300px;
	height: 380px;
	color: #FFF;
	border-radius: 5px;
}

.amcnfnbox li img{
	margin: 5px auto 10px auto;
	padding: auto;
}

.amcnfnbox li h5{
	font-size: 20px;
	margin-top: 5px;
}

.amcnfnbox li p{
	text-align: left;
	font-size: 16px;
	width: 270px;
	height: auto;
	margin: 2px auto 0 auto;
}

.amcnfnbox li h6{
	position: absolute;
	font-size: 8px;
	bottom: 5px;
	left: 5%;
}

.amcnbox{
	position: relative;
	height: auto;
	text-align: center;
	/* background: url(../../service/aws/img/acsback.png) center bottom repeat; */
	background-color: #00A29A;
	padding: 50px 200px 50px 200px;
	z-index: 3;
}

.amcnbox01{
	width: 35%;
	float: left;
	margin-right: 6%;
}

.amcnbox02{
	display: inline-block;
	width: 59%;
}

.amcnbox h4{
	text-align: left;
	font-size: 1.5em;
	font-weight: 600;
	color: #FFF;
}

.amcnbox p{
	text-align: left;
	font-weight: 500;
	font-size: 14px;
	color: #FFF;
	padding: 0px 0px 50px 0px;
}

.amcnbox ul li{
	border: none;
	float: left;
	list-style: none;
	width: 300px;
	height: 120px;
	margin: 0 3% 0 0;
}

.amcnbox ul li h5{
	font-size: 14px;
	text-align: left;
	color: #FFF;
}

.amcnbox hr{
	border: none;
	border-bottom: solid 1px #d4d4d4;
	width: 60%;
}

.amcnbox ul li p{
	text-align: left;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	margin: 0 auto;
	padding: 0 auto;
}

.amcnfl{
	text-align: center;
	background-color: #FFF;
	background-size:cover;
	height: auto;
	padding: 120px 200px 150px 200px;
	margin: 0;
	position: relative;
}

.amcnfl h2{
	display: inline-block;
	position: relative;
	font-size: 4em;
	width: auto;
	height: 40px;
	color: #00885b;
	/* background: linear-gradient( transparent 30px, #ffe8a7 0%); */
}

.amcnfl h3{
	color: #00885b;
	font-size: 1.7em;
	font-weight: 500;
	margin: 5px 0 30px 0;
}


/* 問合せボタン */
.awsbt{
	background-color: #9c7add;
	margin: 0 0 0 15%;
	box-shadow: 0px 0px 10px #5858588e;
}

.acbt{
	background-color: #e6a212;
	margin: 0 0 0 15%;
}

.sessebtn{
	font-size: 17px;
	width: 150px;
	height: auto;
	margin: 0px;
	margin-top: 10px;
	padding: 10px 50px;
}

.awsasimg{
	width: 90px;
	height: auto;
	margin: 0 10px;
	float: left;
}

.awsasimg2{
	width: 200px;
}
.w35 {
	width: 35%;
}
.w90{
	width: 90%;
}