@charset "utf-8";

/* ↓font-family: "Noto Sans JP", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/* ↓font-family: "UDDigiKyokasho", sans-serif; */
@font-face {
  font-family: 'UDDigiKyokasho';
  src: url('./font/UDDigiKyokashoN-B.ttc') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}

.fw-b{
	font-weight: bold;
}


header{
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.max_inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px;
}


section h1{
    font-family: 'UDDigiKyokasho', sans-serif;
    font-weight: 800;
    font-size: 24px;
	text-align: center;
    line-height: normal;
    position: relative;
	padding: 30px 25px 25px 25px;
}

.page_btn_contents{
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
	.btn_com{
		display: inline-block;
	    min-width: 100px;
	    text-align: center;
	    margin: 0px 10px;
	    padding: 5px 20px;
	    border-radius: 7px;
		border: 2px solid #0060ff;
	    background-color: #4285f4ff;
	    color: #fff;
	}
	.btn_com.back_step{
	    background-color: #e06666ff;
	    border: 2px solid #ff5757;
	}
	
	
@media screen and (max-width: 480px) {
	section h1{
        font-size: 19px;
        padding: 20px 10px 25px 10px;
	}
}