/* + Amethod
*----------------------------------------------------------------------------*/
#Amethod{
    position: relative;
    width: 100%;
}
#Amethod h2{
    font-size: 20px;
    line-height: 180%;
    color: #454545;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin-left: 10px;
}
#Amethod .moleft h2{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 0;
	margin-left: 0;
}
#Amethod h3{
	 font-size: 24px;
	 line-height: 180%;
	 color: #5e6b86;
	 position: relative;
	 padding-left: 15px;
}
#Amethod .moleft h3{
	color: #ffffff;
	font-size: 36px;
}
#Amethod h3:before{
	content:"";
	position: absolute;
	width: 6px;
	height: 76%;
	left: 0;
	top: 16%;
	background: #00d690;
}
#Amethod .imfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#Amethod .imfo h3{
    line-height: 180%;
}
#Amethod .imfo .inintext{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
#Amethod .imfo .inintext p.titllre{
    font-size: 20px;
    line-height: 180%;
    color: #253555;
}
#Amethod .imfo .inintext  span.slittle{
    margin-left: 30px;
    width: 80%;
    margin-top: 20px;
}

#Amethod .cofo{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px;
	position: relative;
}

#Amethod .cofo .moleft:before {
	width: 100%;
	height: 100%;
	background: #273758e3;
	content: "";
	position: absolute;
	z-index: 0;
	}
#Amethod .cofo .moleft{
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    background-image: url(/userfiles/images/20210513101025205.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 3;
    align-items: center;
}
#Amethod .cofo .moleft .titlee ,#Amethod .cofo .moleft p{
    z-index: 2;
}
#Amethod .cofo .moleft .titlee{
	margin-bottom:40px;
}
 #Amethod .cofo .moleft p{
 	color:#e9e9e9;
 	font-weight: 200;
 	width: 100%;
 }
#Amethod .cofo .right{
    display: flex;
    width: 50%;
}
#Amethod .cofo .right .tgeerr video{
    width: 100%;
}
#Amethod .bottoomm{
    display: flex;
    z-index: 3;
}
#Amethod .bottoomm .bo01{
    padding: 10px 30px;
    border-radius: 120px;
    background-color: indianred;
    color: aliceblue;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 0.15em;
}
#Amethod .bottoomm .bo01:hover{
	letter-spacing:0.25em;
}
#Amethod .bottoomm .bo02:hover{
	letter-spacing:0.25em;
}
#Amethod .bottoomm .bo02{
	padding: 10px 30px;
	border-radius: 120px;
	background-color: #06be82;
	color: aliceblue;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	letter-spacing: 0.15em;
}

/************ = 適應性 = ************/
/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1340px) {
	#Amethod{}
	#Amethod .cofo .right{
		width:40%;
	}
	#Amethod .cofo .moleft{
		width:60%;
	}
	#Amethod .cofo .moleft .titlee{
    margin-bottom: 10px;
}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1140px) {
	#Amethod{}
	#Amethod .cofo .right{
		width: 100%;
		order: 1;
	}
	#Amethod .cofo .moleft{
		width: 100%;
		padding: 25px 0;
		order: 2;
	}
}
@media screen and (max-width: 780px) {
	#Amethod .imfo .inintext{
    width: 100%;
    }
    #Amethod .imfo .inintext p.titllre{
    	border-bottom:#3838381a 1px solid;
    }
	#Amethod .cofo .moleft .titlee{
		width:90%;
		margin-bottom: 30px;
	}
	#Amethod .moleft h3{
    font-size: 30px;
}
	#Amethod .moleft h2{
    font-size: 24px;
}

}