@charset "utf-8";
/* 640CSS Document */

*{
        margin:0;
        padding:0;
		
}

/*fire fix用*/
a {outline: none;
text-decoration:none;}


img {
max-width: 60%;
height: auto;
width:auto;　
}

body {
        margin:0;
        padding:0;
        color:#333;
        line-height: 190%;
        text-align:center;
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 -webkit-text-size-adjust: 100%;
}



li{list-style:none;}

.alcon
{background-color:#CACACA;
padding-top:25px;}

#wrapper {
        width:100%;
        text-align: left;
		position:relative;
      
  


}

#head   {
position:relative;
left:0;
top:0;

 background-size: contain;
   width:100%;
   height: 50px;
   
display:block;
margin:0 ;

      

}

.yn {
	display:none;
}





#top a {
	background:url(img/toplogo2.png) no-repeat;
	position:absolute;
left:40px;
top:10px;
	display:block;
	 background-size: contain;
	width:56%;
	height:0;
	padding-top: 12%;/*ここ調整*/
	text-indent:-9999px;
	margin:0 ;

}



#head img{
        border:0;
        }
.topmob {
height:60px;
width:60px;
position:fixed;
bottom:50px;
right:10px;
z-index:999;

}


.menu{border-radius: 50%;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
background-color:#FFF;
width:65px;
	height:65px;
	position:absolute;
bottom:50px;
right:10px;}



.menu a{
width:65px;
	height:65px; 


position:relative;
top:0;


	font-size:60%;
	color:#666;
	text-decoration:none;
	
}

.menu a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0c9';
  font-weight: 900;
  display:block;
  font-size:3.5em;
  color:#666;
 position:relative;
top:10px;
}

  

.pan {
	display:none;
	}



/* コンテンツ */
.contents {

        width:90%;
        margin:0 auto;
		
	background-color:#FFF;
	
	
  border-radius: 3px;
  padding-bottom:50px;
 
        }
		
.section  p {
font-size:100%;
line-height:180%;
margin-top:8px;
padding-top:8px;
}

h1 {
  position: relative;
  padding: .4em .75em;
  background-color:#D7E5EF;
  font-size:120%;
 
  
}


h2 {
  padding-bottom: .3em;
  padding-left:2px;
  border-bottom: 2px solid #B79124;
  display: inline-block;
	clear:both;
	font-size:120%;
	margin-top:30px;
	margin-left:15px;
	margin-right:20px;
}
h2:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}

h3 {
	
	
  position: relative;
  padding:4px 8px;
  color:#333;
  zoom: 1;
  border-left:7px #09C solid;
  margin:15px 10px 1px 15px;
   clear:both;
  font-size:110%;
  display:block;
}
.contents .section{
       padding:10px 20px 2px 20px;
        margin-bottom:20px;

}

.contents a{
color:#338CCC;
font-size:100%;

}

.section img {zoom:70%;}

/* 詳細はこちらからマーク*/
.markr a{
	width:85%;
	display: block;
    padding: 0.3em 0.6em;
    text-decoration:none;
font-weight:bold;
    background: #5AA421;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #2E6F2F;
    border-radius: 3px;
	
	margin:15px auto;
	text-align:center;
}

.markr a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:2%;
  
}

.markr a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
	margin-bottom:4px;
}


.mark a{
	width:91%;
	display: inline-block;
    padding: 0.3em 0.6em;
    text-decoration:none;
font-weight:bold;
    background: #5AA421;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #2E6F2F;
    border-radius: 3px;
	
	margin:15px 0 10px 0;
	text-align:center;
}

.mark a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:2%;
  
}

.mark a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
	margin-bottom:4px;
}



.listyoko  a{
	width:86%;
	
    display: block;
    padding: 0.5em 0.8em;
    text-decoration: none;
	text-align:center;
    background: #F46E64;
    color: #FFF;
    /*border-bottom: solid 5px #2E6F2F;*/
    border-radius: 2px;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.32);*/
	margin:10px auto;
	font-size:100%;
	font-weight:bold;
}

.listyoko a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:4%;
  
}





/*テーブル線*/
        .tb1 {
        margin: 0px;
        padding: 0px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-right-color:#666;
        border-bottom-color: #666;

}

        .tb1 td {
        border-top-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-left-style: solid;
        border-top-color: #666;
        border-left-color: #666;
}


/* トップページ講座リスト*/

.top ul{
	margin-bottom:30px;
	display:block;}


.top li {
	
	
	height:115px;
	width:100%;
	border-bottom:1px dashed #999;
	margin-right:10px;
	padding:10px 5px}

.top li img {
	float:left;
	margin:20px 8px 0 0;
	border:#CCC 1px solid;
	width:18%;
	height:auto;
	
}

.top li p {
	width:55%;
	float:left;
}

.top a{
	width:20%;
	
    display: block;
    padding: 0.3em 0.8em;
    text-decoration: none;
	text-align:center;
    background: #F46E64;
    color: #FFF;
    /*border-bottom: solid 5px #2E6F2F;*/
    border-radius: 2px;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.32);*/
	margin:10px auto;
	font-size:90%;
	font-weight:bold;
	float:right;
	position:relative;
	top:5px;
}

.top a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:4%;
  
}


/*合格レベルテーブル*/

.leve td {padding:5px 4px;}
.leve1 td {background-color:#CCC;
text-align:center;
font-weight:bold;
font-size:13px;
}




/* テーブル、パディングあり
----------------------------------------------------------------*/
.pad5 td {padding:5px;}


/*比較ページ講座テーブル
----------------------------------------------------------------*/

.hikaku img:first-child{ border:#999 1px solid;
float:left;
margin:10px;

max-width:35%;}


.hikaku {border-top:dotted 1px #999;

}


.hikaku li {border-bottom:dotted 2px #999;
padding:10px 0;


}

.hikaku p {line-height:140%;
margin-top:1px;
padding-top:1px;
padding-bottom:15px;}

.hikaku .fc {background-color:#DEFFFD;
border:#CCC 1px solid;
padding:2px;
color:#333;
font-size:90%;
margin-right:4px;

}

.hikag {
font-size:130%;
font-weight:bold;
margin-top:10px;

}

.hikaku .ryo{color:#F00;
font-size:190%;} 

.hikaku a {
	display:block;
	margin-top:10px;
	font-size:110%;
	
	margin-bottom:20px;}

/* サイトマップ */




.sitemap a{
	width:86%;
	
    display: block;
    padding: 0.5em 0.8em;
    text-decoration: none;
	text-align:center;
    background: #F46E64;
    color: #FFF;
    /*border-bottom: solid 5px #2E6F2F;*/
    border-radius: 2px;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.32);*/
	margin:10px auto;
	font-size:100%;
	font-weight:bold;
}

.sitemap a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:4%;
  
}

.sitemap ul{
	margin-top:20px;}



/* リンク集 */


.contents .link a {
  clear:both;
        border: 0px solid #CCC;
        background-color: #fff;
        font-weight:bold;
    font-size:16px;
   margin-top:35px;
   padding-left:0;
   padding-top:10px;
   line-height:30px;
   }

.link p{
margin-top:0;
padding-top:0;

margin-bottom:15px;
}







/* 縦ナビ */
#navi{

        width:90%;
		clear:both;
		margin:0 auto;
		padding-top:20px;
		
		

}

.tnavi ul{
margin: 0 0 0 1em;
padding: 0;
        }

        .tnavi li.navtitle{
                color:#666;
                font-size:110%;
                font-weight:bold;
                text-align:center;
                
                padding:8px 0 8px;
                background-color:#FFF2DB;
                
        }
        .tnavi li{
                border-bottom:solid 1px #dadada;
                font-size:110%;
				background-color:#FFF;
        }
        .tnavi li.bottom{
                border-bottom:0;


        }
        .tnavi li a{
                color:#338CCC;
                display:block;
                text-decoration:none;
                padding:12px 5px 12px 12px;
            height : auto;
        zoom:1;
		font-size:120%;
        }
        .ma {
            background-image:url(img/arom.jpg);
                background-repeat:no-repeat;
                background-position:right center;
				background-size:4%;
				
        }
       









.no1 {
            background-image:url(img/rank1m.jpg);
                background-repeat:no-repeat;
                background-position:5px center;
				background-size:9%;
                padding-left:60px;
                padding-bottom:30px;
                height:25px;
                line-height:30px;
        }
        .no2 {
            background-image:url(img/rank2m.jpg);
                background-repeat:no-repeat;
                background-position:5px center;
				background-size:9%;
                padding-left:60px;
                padding-bottom:38px;
                height:25px;
                line-height:38px;
        }
        .no3 {
            background-image:url(img/rank3m.jpg);
                background-repeat:no-repeat;
                background-position:5px center;
				background-size:9%;
                padding-left:60px;
                padding-bottom:38px;
                height:25px;
                line-height:38px;

        }








/*640モバイルおすすめ講座テーブル
----------------------------------------------------------------*/
.osu {
	position:relative;
	top:10px;
	left:0;
	background-image:url(img/rankback.jpg);
	background-repeat:repeat;
width:90%;
height:380px;
margin:0 auto;

}

.osutitle {
	background:url(img/osutitle.jpg) no-repeat  center ;
	background-size:contain;
	width:84%;
	height:45px;
	margin:10px auto 5px;
	background-color:#FFF;
	position:relative;
	top:18px;
	text-indent:-9999px;}

.osu li {
	width:84%;
	max-width:;
	height:80px;
margin:13px auto;
position:relative;
top:21px;
left:1px;
background-size:contain;
background-color:#FFF;}

.osu li a {
	width:45%;
	height:53px;
	font-size:120%;
	font-weight:bold;
	display: block;
    padding: 0.1em 0.3em ;
    text-decoration: none;
    background: #5AA421;
    color: #FFF;
    border-bottom: solid 4px #2E6F2F;
    border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	/*margin:7px 0 0 3px;*/
	position:relative;
top:10px;
left:50%;
text-align:center;
line-height:55px;
}


.osu a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight:900;
  /*display:block;*/
  font-size:1.2em;
  color:#FFF;
 position:relative;
  top:1px;
  left:2%;
  
}



.osu1 {
	background-image:url(img/osmob1.png);
	background-repeat:no-repeat;
	background-position:-2px 4px;
	background-size:95%;
	
	}
.osu2 {
	background-image:url(img/osmob2.png);
	background-repeat:no-repeat;
	background-position:-2px 4px;
	background-size:95%;
	}
	.osu3 {
	background-image:url(img/osmob3.png);
	background-repeat:no-repeat;
	background-position:-2px 4px;
	background-size:95%;
	}


/* コピーライト */

  #foot {
	  width:100%;
	 
                text-align:center;
              
                font-style:normal;
                
               height:55px;
		background-color:#F6E5B4;
		
				
                }




#foot address{
                color:#333;
                font-size:100%;
                padding-top:5px;
                font-style:normal;
                margin-bottom:10px;
                
                }
/* 便利クラス */
.w470 {width:470px;}
 p.line { border-bottom: 2px dotted #CCC;
                  padding-top:0;
                  margin-top:0;
                  clear:both;
				  margin-bottom:20px;
                  }
span.line { border-bottom: 2px dotted #CCC;}
.cent {text-align:center;}
.right{text-align:right;}
.left{text-align:left;}
.nonbo a img{ border:none; }
.nonbo{ border:none; }
.brn p{border-right:0;}
.clear{ clear:both;}
.flol{ float:left;}
.flor{ float:right;     }
.imgl{ float:left;
        margin:30px 10px 10px 0;}
.imgr{float:right;
        margin:30px 0 10px 10px;}

.imgl.lnon{ float:none;
        margin:15px 10px 10px 0;}
.imgr.rnon{float:none;
        margin:15px 0 10px 10px;}

		
 img.imgl  {zoom:60%;}
img.imgr {zoom:60%;}



		
.imgb{ border:solid 1px #999;}
.imgbo img{ border:solid 1px #999;}

.mi30 {width:30%;} 
.mi35 {width:35%;} 
.mi40 {width:40%;} 
.mi45 {width:45%;} 
.mi50 {width:50%;  margin:10px 10px 10px 0;} 
.mi60 {width:60%;} 
.mi70 {width:70%;} 
.mi80 {width:80%;} 
.mi90 {width:90%;} 

.pd10 {padding:10px;}
.pd20 {padding:20px;}
.pt10 {padding-top:10px; }
.pt30{padding-top:30px; }
.mt0{   margin-top:0px; }
.mt5{   margin-top:5px; }
.mt10{  margin-top:10px;        }
.mt20{  margin-top:20px;        }
.mt30{  margin-top:30px;        }
.mt40{  margin-top:40px;        }
.mt50{  margin-top:50px;        }
.mt100{ margin-top:100px;       }
.mt200{ margin-top:200px;       }
.mt300{ margin-top:300px;       }
.mr5{   margin-right:5px;       }
.mr10{  margin-right:10px;      }
.mr20{  margin-right:20px;      }
.mr30{  margin-right:30px;      }
.mr35{  margin-right:35px;      }
.mb5{   margin-bottom:5px;      }
.mb10{  margin-bottom:10px;     }
.mb20{  margin-bottom:20px;     }
.mb30{  margin-bottom:30px;     }
.mb40{  margin-bottom:40px;     }
.mb50 { margin-bottom: 50px;}
.mb100 {        margin-bottom: 100px;}
.ml10{  margin-left:10px;       }
.ml20{  margin-left:20px;       }
.ml30{  margin-left:30px;       }
.txt12{ font-size:12px;
line-height:22px;}

.txt11{ font-size:11px; }
.txt13{ font-size:13px; }
.txt15{ font-size:15px; }
.txt16{ font-size:16px; }
.txt18{ font-size:18px; }

.red{   color:#f00;     }
.gre{   color:#009900;}
.pink{color:#FF0033;}
.bold{  font-weight:bold;       }

.bl{background-color:#d7e9f7;}