@charset "UTF-8";
/* CSS Document */

body{
		width: 90%;
    max-width: 1000px;
    min-width: 360px;
		margin:auto;
	}


h1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:30px;
	color:rgb(202,21,29);
	padding-bottom:20px;
	text-align:center;
}

h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:20px;
	padding:10px 0;
}

p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	line-height:1.5;
}

.clear{
	clear:both;
	height:20px;
}

.lp06_top{
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 48%;
    background: url("/course/images/lp6_top2026.png") center center / contain no-repeat;
}


.lp06_title{
	width:100%;
}

.lp06_title img{
	width:100%;
}

.lp06_main{
	width:100%;
	box-sizing:border-box;
	margin:auto;
	padding:20px 0 20px 0;
    margin-bottom: 20px;
}

.bg_blue{
	background-color: #E7EFFF;
}

.lp06_main img{
	width:100%;
}

.lp06_sub{
	width:100%;
	box-sizing:border-box;
	margin:auto;
	padding:20px 0;
    margin-bottom: 10px;
}

.lp06_sub img{
	width:100%;
}

.lp06_sub p .big{
	font-size:1.3rem;
}


.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/************************************
form
************************************/
#form {
	padding-top:20px;
	background-color:rgba(255,255,255,1.00);
}
#form .inner {
    width: 80%;
    margin: 0 auto;
}

#form .inner iframe{
    width: 100%;
}

#form h2 {
	font-size: 23px;
	text-align: center;
	margin-bottom: 15px;
	font-style: inherit;
}

#form .wrapper{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#form .wrapper .left{
	width:50%;
	float:left;
}

#form .wrapper .left img{
	width:80%;
	margin:50px auto;
}

#form .wrapper .right{
	font-size:14px;
	width:50%;
	float:right;
}

#form .wrapper .right img{
	width:40%;
}

#form  .fotter_logo{
	width:100%;
	margin: 0 auto;
	padding-bottom:20px;
}


#form  .fotter_logo  a{
	display:block;
	text-align:center;
}

#form  .fotter_logo  img{
	width:50%;
	margin-bottom:10px;
}

#form .fotter_logo address{
	font-size:15px;
	font-style:normal;
	text-align:center;
}

#form .fotter_address a{
	display:inline;
	color:#333;
}

/************************************
fotter
************************************/

#fotter {
	position: relative;
	background-size: cover;
	background-color: rgba(255,255,255,1.00);
	padding-top: 30px;
	padding-bottom: 50px;
    z-index: 50;
}

#fotter .logo {
    width: 100%;
    text-align: center;
	box-sizing:border-box;
	padding:50px 35% 0 35%;
	}

#fotter .logo img {
    width: 100%;
}


/************************************
contact
************************************/
 .contact {
    width: 80%;
    text-align: center;
    margin: 20px auto 0;
	padding:30px;
	border:solid 1px rgba(0,0,0,1.00);
}

 .contact .imgover{
	 width:100%;
}



@media (max-width : 643px ){
	body{
		width: 100%;
		margin:auto;
	}


}
