@media screen and (max-width: 768px){

/*
**  sp
============== ============== ============== ============== ============== ============== ============== */
	
#frtt {
	font-size: 3.3vw;
	line-height: 1.7em;
	}
	
.frtxt {
	font-size: 3.3vw;
	line-height: 1.7em;
	margin: 0 0 3vh 2vw;
	}
	
.steparea {
	width: 95%;
	margin: 0 auto;
	}
	
.step01 {
	margin-bottom: 3vh;
	}
	
.step02 {
	}
	
.sptt01 {
	width: 35%;
	float: left;
	font-size: 3.5vw;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background-color: #2a77b9;
	margin-right: 2vw;
	padding: 0.25vh 0 0 0;
	}
	
.sptt02 {
	float: left;
	font-size: 3.7vw;
	font-weight: bold;
	margin-bottom: 2vh;
	}
	
.sptxt {
	font-size: 3.3vw;
	clear: both;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 1.5vh 0;
	}
	
.sptxt a {
	color: #0793e4;
	text-decoration: underline;
	}
	
.steparrows {
	width: 5vw;
	margin: 3vh auto;
	transform:rotate(90deg);
	}
	
.myBtn {
	clear: both;
	text-align: center;
	}
	
.myBtn a {
	border: solid 2px #499bee;
	background-color: #499bee;
	color: #fff;
	padding: 2vh 0;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	font-size: 3.6vw;
	font-weight: bold;
	}
	
.myBtn a:hover {
	border: solid 2px #499bee;
	background-color: #fff;
	color: #499bee;
	}
	
.applicationarea {
	width: 95%;
	margin: 0 auto 5vh auto;
	}
	
.applicationarea h3 {
	background-color: #646464;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 4vw;
	padding: 1vh 0;
	margin-bottom: 2.5vh;
	}
	
	
.applicationarea dt {
	font-size: 3.4vw;
	color: #2a77b9;
	font-weight: bold;
	margin-bottom:1vh;
	}
	
.applicationarea dd {
	font-size: 3.3vw;
	color: #000;
	margin-bottom: 2vh;
	padding-left: 1vh;
	}
	
.qaarea {
	background-color: #e8f3ff;
	padding: 4vw;
	}
	
.qaarea dl {
	border-bottom: solid 1px #1f75cc;
	margin-bottom: 2vh;
	}

.qaarea dt {
	font-size: 3.4vw;
	font-weight: bold;
	margin-bottom:2vh;
	}
	
.qaarea dd {
	font-size: 3.3vw;
	color: #000;
	margin-bottom: 2vh;
	padding-left: 1vw;
	}
	
span.q {
	font-size: 4vw;
	font-weight: bold;
	color: #1f75cc;
	font-weight: normal;
	}
	
span.a {
	font-size: 4vw;
	font-weight: bold;
	color: #ff6600;
	font-weight: normal;
	}

.Btn00 a {
	width: 100%;
	font-size: 3.5vw;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #2a77b9;
	border: solid 2px #2a77b9;
	padding: 1vh 0;
	margin-bottom: 4vh;
	display: block;
	}
	
.Btn00 a:hover {
	border: solid 2px #2a77b9;
	background-color: #fff;
	color: #2a77b9;
	}
	
.choiceBtn p {
	font-size: 4vw;
	margin: 4vh 0 3vh 0;
	} 

.choiceBtn {
	text-align: center;	}
	
.choiceBtn li img {
	width: 90%;
	margin: 0 auto 3vh auto;
	}
	
.tablearea {
	margin: 0 0 4vh 0;
	background-color: #fff;
	padding: 3vw;
	overflow-x: auto; 
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 3vw;
	width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
	display: block; 
	padding: 0 0 1.1vh 0;
	}
	
td {
	border-top: solid 1px #499bee;
	border-bottom: solid 1px #499bee;
	border-right: solid 1px #499bee;
	padding: 2vw;
	}
	
.lastboder {border-right: none;}
	
}

	



@media screen and (min-width: 769px){
	/*
**  pc
============== ============== ============== ============== ============== ============== ============== */
	
#frtt {
	font-size: 30px;
	line-height: 1.7em;
	}
	
.frtxt {
	font-size: 16px;
	line-height: 2.3em;
	margin: 0 0 60px 40px;
	}
	
.steparea {
	width: 1000px;
	margin: 0 auto;
	}
	
.step01 {
	width: 220px;
	float: left;	
	margin-bottom: 60px;
	}
	
.step02 {
	width: 350px;
	float: left;
	}
	
.sptt01 {
	width: 110px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background-color: #2a77b9;
	margin-right: 10px;
	padding: 3px 0 0 0;
	}
	
.sptt02 {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
.sptxt {
	font-size: 14px;
	clear: both;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding: 10px 0;
	}
	
.sptxt a {
	color: #0793e4;
	text-decoration: underline;
	}
	
.steparrows {
	width: 30px;
	float: left;
	margin: 30px 30px;
	}
	
.myBtn {
	clear: both;
	text-align: center;
	margin-bottom: 100px;
	}
	
.myBtn a {
	border: solid 2px #499bee;
	background-color: #499bee;
	color: #fff;
	padding: 17px 0;
	width: 400px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	}
	
.myBtn a:hover {
	border: solid 2px #499bee;
	background-color: #fff;
	color: #499bee;
	}
	
.applicationarea {
	width: 1000px;
	margin: 0 auto 60px auto;
	}
	
.applicationarea h3 {
	background-color: #646464;
	border-radius: 5px;
	color: #fff;
	font-size: 23px;
	padding: 8px 0 6px 15px;
	margin-bottom: 30px;
	}
	
	
.applicationarea dt {
	font-size: 16px;
	color: #2a77b9;
	font-weight: bold;
	margin-bottom:7px;
	}
	
.applicationarea dd {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	padding-left: 7px;
	}
	
.qaarea {
	width: 940px;
	margin: 0 auto;
	background-color: #e8f3ff;
	padding: 30px;
	}
	
.qaarea dl {
	border-bottom: solid 1px #1f75cc;
	margin-bottom: 30px;
	}

.qaarea dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom:7px;
	}
	
.qaarea dd {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	padding-left: 2px;
	}
	
span.q {
	font-size: 23px;
	color: #1f75cc;
	font-weight: normal;
	}
	
span.a {
	font-size: 23px;
	color: #ff6600;
	font-weight: normal;
	}

.Btn00 a {
	width: 500px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	background-color: #2a77b9;
	border: solid 2px #2a77b9;
	padding: 5px 0 4px 0;
	margin-bottom: 35px;
	display: block;
	}
	
.Btn00 a:hover {
	border: solid 2px #2a77b9;
	background-color: #fff;
	color: #2a77b9;
	}
	
.choiceBtn p {
	font-size: 20px;
	margin: 60px 0 30px 0;
	} 

.choiceBtn {
	text-align: center;	}
.choiceBtn li {
	display: inline;
	margin: 20px;
	}
	
.choiceBtn li img {
	width: 387px;
	margin-bottom: 80px;
	}
	
.tablearea {
	width: 700px;
	margin: 0 auto 40px auto;
	background-color: #fff;
	padding: 30px;
	}
	
table {
	font-size: 14px;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
td {
	border-top: solid 1px #499bee;
	border-bottom: solid 1px #499bee;
	border-right: solid 1px #499bee;
	padding: 10px;
	}
	
.lastboder {border-right: none;}
	
}
	