@charset "utf-8";
.sp {
	display: none;
}
.pc {
	display: block;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*body {
	font-size: 14px;
	line-height: 2;
	color: #000000;
	width: 100%;
	min-width: 1100px;
	letter-spacing: -0.2px;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
}
.webfont{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
}
.webfont-bold{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-feature-settings: "palt";
}*/
input, select, textarea {
	font-family: Arial, “ＭＳ Ｐゴシック”, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 1px solid #C5C5C5;
	vertical-align: bottom;
}
.wrap_lead a {
	color: #000000;
	text-decoration: underline;
	transition-duration: 0.4s;
	display: inline-block;
	background-image: url(../images/PDF_24.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
li {
	list-style-type: disc;
	/* [disabled]list-style-image: none; */
	margin-left: 2em;
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}
.alpha a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha(opacity=85)";
}
/*.wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}*/
/*h1 {
  font-size: 10px;
  background-color: #000000;
  color: #FFFFFF;
  line-height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}*/
h2 {
		font-size: 24px;
		border-bottom: 1px solid #CCCCCC;
		letter-spacing: 0.2em;
		padding-bottom: 10px;
}
h3 {
	color: #000000;
	font-size: 24px;
	border-bottom: 1px solid #000000;
	margin-bottom: 50px;
	line-height: 1.8;
	padding-bottom: 10px;
	/* [disabled]font-weight: bold; */
	display: block;
	/* [disabled]margin-top: 80px; */
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}
h4 {
		font-size: 20px;
		background-image: url(../images/common/icon_h4.png);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 26px;
		margin-bottom: 20px;
		margin-top: 30px;
		background-size: 16px auto;
		display: block;
		color: #223E82;
		letter-spacing: 0.1em;
}
h5 {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 25px;
	border-left: 2px solid #223E82;
	padding-left: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 16px;
	margin-top: 30px;
}

/*#header {
  height: 88px;
  position: relative;
}
#header #logo {
  position: absolute;
  top: 23px;
  left: 24px;
}*/
#title_main {
	margin-bottom: 40px;
	opacity: 1;
}


#wrap_btn  {
	/* [disabled]margin-top: 100px; */
	/* [disabled]margin-bottom: 100px; */
	font-size: 24px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.btn_form {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #f08336;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
	display: block;
	margin-top: 30px;
}
#wrap_btn a:hover {
	color: #FFFFFF;
}

a.btn_form:hover {
	background-color: #F09D35;
	color: #FFFFFF;
}

a.btn_taiken:hover {
  background-color: #3159BC;
}
#copyright {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


#btn_ptt {
  position: fixed;
  cursor: pointer;
  right: 0px;
  bottom: 0px;
}
#btn_ptt img {
  width: auto;
  height: 36px;
}
#back_title {
	text-align: center;
	background-color: #C4D700;
}
#back_title img {
	width: 520px;
	height: auto;
}
.wrap_lead  {
	margin-top: 50px;
}

#wrap_course {
	margin-top: 100px;
	margin-bottom: 100px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#wrap_course img {
	width: 400px;
	height: auto;
}
#wrap_course #course_a {
	float: left;
	margin-right: 50px;
}
#wrap_course #course_b {
	float: left;
}



.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 30px;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
h3 img {
	vertical-align: middle;
	margin-right: 14px;
	margin-bottom: 6px;
}
#point_logo {
	text-align: center;
	margin-bottom: 20px;
}











@media screen and (max-width:767px){
.pc {
	display: none;

}
.sp {
	display: block;
}
h3 {
	/* [disabled]margin-top: 50px; */
}


body {
  width: 100%;
  min-width: 0px;
}
.wrap {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
/*#header #logo {
	left: calc(50vw - 110px);
	;

}*/
#wrap_btn {
	/* [disabled]margin-top: 50px; */
	/* [disabled]margin-bottom: 50px; */
	padding-top: 50px;
	padding-bottom: 20px;
}

.btn_taiken img {
  width: 24px;
}

.btn_taiken , .btn_form{
  width: auto;
  font-size: 18px;
  margin-bottom: 30px;
}
#back_title img {
	width: 100%;
	height: auto;
}
#wrap_course {
	width: 100%;
	margin-top: 50px;
}
#wrap_course #course_a {
	margin-right: 0px;
	width: 100%;
	margin-bottom: 25px;
}

#wrap_course #course_b {
	margin-right: 0px;
	width: 100%;
}


#wrap_course img {
	width: 100%;
}






}
