@charset "utf-8";

/*リスト 必要に応じて*/
/*ul{
    list-style-type: none;
}
*/
/*リンク 必要に応じて*/
/*
a{
    text-decoration: none;
}
*/
/*
a:hover{
    text-decoration: underline;
}*/

html{
    scroll-behavior: smooth;
}
body{
    margin-top: 60px;
}
nav{
    font-family: impact, sans-serif;
}
.header-rogo{
    width:  100px;
    margin: 20px 0 0 10px;
}
.header-1{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.btn-menu{
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    background: #00A0E9;
    text-shadow: 
		1px  1px 0.5px #000000,
        -1px  1px 0.5px #000000,
        1px  -1px 0.5px #000000,
		-1px  -1px 0.5px #000000;
    border: 1px solid #fff;
    padding: .5rem 1rem;
}
/*
.btn-menu:hover{
    color: #00A0E9;
    background: #fff;
    text-shadow: none;
    border: 1px solid #00A0E9;
}
*/
.main-nav{
    background: #333;
    width: 0%;
    position: absolute;
    z-index: 2;
    top: 60px;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
}
.main-nav li{
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #333;
    font-weight: bold;
    /*
    color: #fff;
    background: #00A0E9;
    text-shadow: 
		1px  1px 0.5px #000000,
        -1px  1px 0.5px #000000,
        1px  -1px 0.5px #000000,
		-1px  -1px 0.5px #000000;
    border: 1px solid #fff;
    */
    list-style-type: none;
}
.main-nav li a{
    padding: 2rem;
    display: block;
}
.main-nav li:hover{
    color: #00A0E9;
    background: #fff;
    text-shadow: none;
    border: 1px solid #00A0E9;
}
.main-nav.open-menu{
    width: 100%;
}


.center-css{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.center-column-css{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.title-css{
    padding-top: 60px;
    margin-top:-60px;
}
.title-css img{
    width: 70%;
}
.side-css{
	width: 65%;
}
.text-s1-css{
	font-size: 18px;
}
.under1{
	margin-bottom: 30px;
}
.step-css{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100%/2.5);
	margin-left: -20px;
	margin-right: -20px;
}
.step1-css{
	flex-wrap: wrap;
	font-size: 2.2vw;
	font-weight: bold;
	color: #00A0E9;
}
.step1-css img{
	width: calc(100%/3.5);
}
.step2-css img{
	width: calc(100%/3.5);
}
.botton-text{
	font-size: 2.2vw;
	font-weight: bold;
	line-height: 3.0vw;
	width: 19.5vw;
	padding: 1.0vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: 10px;
	margin-right: 10px;
}
.botton{
	border-radius: 50px;
	margin-left: 3.5vw;
	margin-right: 3.5vw;
	margin-bottom: 10px;
	box-shadow: 0px 10px 22px -2px #555555;
}
a{
	display: block;
	
}
.botton1-color{
	color: #fff;
	border: 5px solid #00A0E9;
	background: #00A0E9;
}
.botton2-color{
	color: #fff;
	border: 5px solid #03A500;
	background: #03A500;
}
.botton1-color:hover{
	color: #00A0E9;
	border: 5px solid #00A0E9;
	background: #fff;
}
.botton2-color:hover{
	color: #03A500;
	border: 5px solid #03A500;
	background: #fff;
}
.under2{
	margin-bottom: 60px;
}
.text-line1{
	line-height: 70px;
}
.text-align-C{
	text-align: center;
}
.text-align-L{
	text-align: left;
}
.text-s2-css{
	font-size: 4.5vw;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background: #00A0E9;
}
.text-s3-css{
	font-size: 2.0vw;
	font-weight: bold;
}
.y{
	font-size: 2.0vw;
	font-weight: bold;
	padding: 0.8vw;
	margin-right: -15px;
	background: #FFFB00;
}
.r-b{
	font-size: 2.2vw;
	font-weight: bold;
	color: red;
}
.r{
	color: red;
}
.text-s4-css{
	font-size: 1.7vw;
}
.text-s5-css{
	font-size: 1.5vw;
	margin-top: 30px;
	line-height: 35px;
}
.text-row{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.botton3-color{
	color: #fff;
	background: #03A500;
	line-height: 2.3vw;
	margin-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right: 7px;
}
.form img{
	width: 70%;
}
.img-size-70 img{
	width: 80%;
}

@media(max-width:500px){
	.center-css{
		flex-direction: column;
	}
	.side-css{
		width: 90%;
	}
	.step-css{
		width: calc(100%/1.2);
	}
	.step1-css{
		font-size: 4.7vw;
		margin-bottom: 30px;
	}
	.botton-text{
		font-size: 3.5vw;
		line-height: 5.0vw;
		width: 25.5vw;
	}
	.botton{
		box-shadow: 0px 8px 18px -2px #555555;
	}
	.center-row-css{
		flex-direction: row;
		margin-bottom: 50px;
	}
	.text-s2-css{
		font-size: 6vw;
	}
	.text-line1{
		line-height: 30px;
	}
	.under2{
		margin-bottom: 40px;
	}
	.y{
		margin-right: -8px;
	}
	.r-b{
		font-size: 3.1vw;
	}
	.text-s4-css{
		font-size: 2.5vw;
	}
	.text-s5-css{
		font-size: 2.3vw;
		line-height: 25px;
		margin-top: 10px;
	}
	.botton3-color{
		margin-left: 4px;
		padding-left: 7px;
		padding-right: 7px;
	}
}