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

*{
	margin:0;
	padding:0;
}

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

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



li{list-style:none;}

.alcon {
	background-color:#FFF;
	
	
}

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



}

img {
max-width: 100%;
height: auto;
width:auto;　
}
		
#head {background-color:#FFF;
width:100%;
height:55px;


}
#top a {
	background:url(img/tophmob.jpg) no-repeat left center;
	position:absolute;
left:20px;
top:0px;
	display:block;
	 background-size: contain;
	width:67%;
	height:0;
	padding-top: 8%;/*ここ調整*/
	text-indent:-9999px;
	margin:0 ;

}


.topmob {
position:fixed;
bottom:20px;
right:8px;
z-index:999;
}



.menu {border-radius: 50%;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
background-color:#FFF;
width:60px;
	height:60px;}


.menu a {
 
position:relative;
top:13px;

width:40px;
	
	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.8em;
  color:#666;
 position:relative;
top:3px;
}


/* 右上ナビ　きっかけ */

.yn a{
	display:none;
    
}



.pan {display:none;}




/* コンテンツ */
.contents {
	
	width:90%;
	margin:0 auto ;
	background-color:#FFF;
	
  border-radius: 3px;
  position:relative;
  top:10px;
  
  
	}
.contents p {padding-top:8px;
margin-top:8px;
line-height:180%;
font-size:120%;}


h1{
	width:94%;
	margin:8px;
color: #333;/*文字色*/
padding:12px 0px 10px 7px;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #A7DBD8;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 10px 0px 0px 10px;/*左側の角を丸く*/
font-size:120%;
}

h1:before {
content: '●';
color: white;
margin-right: 4px;
}


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

.contents h3 {
	
  position: relative;
  padding:4px 8px;
  color:#333;
  zoom: 1;
  border-left:7px #F38630 solid;

  margin:20px 0 5px 10px;
 
  clear:both;
}


.contents .section{
	padding:3px 20px;
	margin-bottom:20px;
	/*overflow:hidden;*/

}

.contents a{
color:#338CCC;
font-size:100%;
text-decoration:none;
}

.section img {zoom:65%;}

/* 詳細はこちらからマーク*/
.mark {
	background-image:url(img/ar.png);
	background-repeat:no-repeat;
	background-position:0 16px;
	}

.markr 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;
}

.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;
}




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

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

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

.top li {
        border-top:1px #666 dotted;
		clear:both;
       
}

.top p {font-size:120%;}

.top  a{
	width:90%;
	
    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;
	clear:both;
}

.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%;
  
}


.top img {float:left;
margin:20px 10px 10px 0;
border:1px #CCC solid;
}





/*比較ページリスト
----------------------------------------------------------------*/

.top .ryo {font-size:150%;
color:#F00;
margin:10px;
}


/*.top2 li {
        border-top:1px #666 dotted;
		clear:both;
       
}

.top2 p {font-size:110%;
line-height:130%;
margin-bottom:7px;}



.top2 a {
        background-image:url(img/armob.gif);
        background-repeat:no-repeat;
        background-position:left center;
        padding-left:20px;
        display:block;
        float:right;
        margin-top:8px;
		margin-bottom:8px;
		font-size:120%;
        text-decoration:underline;
}

.top2 img {float:left;
margin:19px 10px 5px 5px;
border:1px #999 solid;
zoom:85%;
}
*/

/*トップページリスト
----------------------------------------------------------------*/

.toplist {margin-left:8px;
margin-bottom:20px;}


.toplist li {
	float:left;
	width:290px;
	height:165px;
	border-bottom:1px solid #CCC;
	margin-right:15px;}

.toplist li img {
	float:left;
	margin:14px 8px 5px 0;
	 border:solid 1px #E0D7C6;
}


.toplist li p {
	line-height:140%;
	font-size:110%;
	
	
}



.toplist   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;
	clear:both;
}

.toplist 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%;
  
}



/*フォーサイト料金表*/

.forprice li{
	font-size:16px;
	font-weight:bold;
	
	margin-bottom:15px;
	padding:10px;
	border-radius:5px;
	background-color:#FBF1C3;
}

.forprice span {
	color:#F30;
	font-size:20px;
	font-weight:bold;
	margin-left:15px;
}

.forprice p {
	font-size:13px;
	font-weight:100;
	padding-top:0px;
	margin-top:0px;
}








/* 縦ナビ */
#navi{
	clear:both;
	margin:15px auto 0px;
padding-top:15px;
padding-bottom:30px;

	width:90%;
	
	
}

.tnavi li{
	border-bottom:solid 1px #dadada;
    }
.tnavi li.bottom{
	border-bottom:none;
    }	
	
	
.tnavi ul{	
margin: 0 0 0 1em;
/*padding: 3px;*/
	}
	
	.tnavi li.navtitle{
		
		height:44px;
		color:#FFF;
		border:none;
		font-size:120%;
		font-weight:bold;
		text-align:center;
		background-image:url(img/navhead2.jpg);
		background-repeat:no-repeat;
		background-size:100%;
		line-height:45px;
		
	}
	
	
	.tnavi li a{
		color:#09C;
		display:block;
		text-decoration:none;
		padding:18px 5px 18px 10px;
	    height : auto;
	zoom:1;
	font-size:140%;
	background-color:#FFF;
	
	}
	.ma a{
	    background-image:url(img/arom.jpg);
                background-repeat:no-repeat;
                background-position:right center;
				background-size:7%;
		
	}
	

.no1 a{
	    background-image:url(img/rank1m.jpg);
		background-repeat:no-repeat;
		background-position:6px center;
		text-indent:70px;
		background-size:57px;
		height:60px;
		
		
		

	
		
	}
	.no2 a{
	    background-image:url(img/rank2m.jpg);
		background-repeat:no-repeat;
		background-position:6px center;
		text-indent:70px;
		background-size:57px;
		

		
	}
	.no3 a{
	    background-image:url(img/rank3m.jpg);
		background-repeat:no-repeat;
		background-position:6px center;
		text-indent:70px;
		background-size:57px;

		
	}




/*PC用おすすめ講座テーブル
----------------------------------------------------------------*/

.osu {
	position:relative;
	top:10px;
	left:0;
	background-image:url(img/rankback.jpg);
	background-repeat:repeat;
width:100%;
height:370px;

}

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

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

.osu li a {
	width:40%;
	height:53px;
	font-size:120%;
	display: block;
    padding: 0.2em 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:55%;
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 {        
		text-align:center;
		
		font-style:normal;
		background-color:#E0E4CC;
		
		height:90px;
		
		}
address{
		font-family: arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
		font-size:12px;
		padding-top:20px;
		font-style:normal;
		color:#333;
		}
/* 便利クラス */

 p.line { border-bottom: 2px dotted #CCC;
 		  padding-top:0;
		  margin-top:0;
		  clear:both;
		  }
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:none;
	margin:10px auto;
	display:block;
	zoom:70%;}
.imgr{float:none;
	margin:10px auto;
	display:block;
	zoom:70%;}
/* スマホフロートない */
	
.imgr.rnon{float:none;
margin:10px auto;
display:block;}
	
.imgl.lnon{float:none;
margin:10px auto;
display:block;
}	
	
		
.imgb{ border:solid 1px #CCC;}
.imgbo img{ border:solid 1px #333333;}

.mi30 {width:30%;} 
.mi35 {width:35%;} 
.mi40 {width:40%;} 
.mi45 {width:45%;} 
.mi50 {width:50%;} 
.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:0;	}
.txt12{	font-size:12px;	}
.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;	}

/*小さいスマホ-------------------------*/
@media (max-width: 340px){
	
	.tnavi li a{
		
	font-size:120%;
	}
	
    }