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

*{
        margin:0;
        padding:0;
}

/*fire fix用*/
a {outline: none;
color:#0080de;}

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



li{list-style:none;}

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

.alcon
{background-color:#FCF5E0;

padding-top:18px;}
#wrapper {
        width: 100%;
        text-align: left;
        margin:0 auto;
        padding:0;
    position:relative;
       
        
}
                


#head   {
	

 
   width:100%;
   height: 0;
    padding-top: 11%;
	
display:block;
margin:0 ;

}


#head img{
        border:0;
        }
		
#top a{
background:url(img/toph01.png) no-repeat ;
position:absolute;
left:0;
top:-4px;

 background-size: contain;
   width:100%;
   height: 0;
    padding-top: 17%;
display:block;

text-indent:-9999px;
}		



/*モバイル下部固定ナビ*/
.topmob {

position:fixed;
bottom:30px;
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:4px;
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.5em;
  color:#666;
 position:relative;
top:8px;
}


		
/*ぱんくず*/
	.pan {
		display:none;
	
	/*line-height:30px;
	font-size: 12px;
	
	color:#333;*/
	
	}
.pan a{
	/*text-indent:-9999px;
	
	background:url(img/home2.png) no-repeat left center;
	background-size:80%;
	width:30px;
	height:auto;
	float:left;
	margin-left:5px;
	display:block;*/
}

.toppan{display:none;}

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

.yn a{
	display:none;


       
}



/* コンテンツ */
.contents {
     width:90%;
	float:none;
	margin: 0 auto 5px;
	padding-top:5px;
	padding-bottom:13px;

	background-color:#FFF;
	
  border-radius: 3px;
        }
	
		
.section p {
        font-size:100%;
        padding-top:3px;
        margin-top:6px;
		line-height:160%;
		}
h1 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #E0E5EC;/*背景色*/
border-left: solid 5px #E5A54B;/*左線*/
/*border-bottom: solid 3px #d7d7d7;下線*/
margin:5px 10px;
line-height:140%;
font-size:110%;
}

h2 {
	width:88%;
	height:auto;
  position: relative;
  padding:2px 8px;
  color:#333;
  zoom: 1;
  border-left:7px #F0C462 solid;
  margin:15px 0 5px 10px;
   clear:both;
  font-size:110%;
  display:block;
}



h3 {
  padding-bottom: .3em;
  padding-left:3px;
  border-bottom: 4px solid #73A3B1;
  display: inline-block;
	clear:both;
	font-size:110%;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}
h3:first-letter {
  margin-right: .1em;
  font-size: 1.5em;
}


.contents .section{
        
        margin:6px 20px 20px 20px;
		/*overflow:hidden;*/

}

.section a{
/*color:#0080de;*/
font-size:100%;
text-decoration:none;
}

.section p a{
/*color:#0080de;*/
font-size:100%;
}

/* 詳細はこちらからマーク*/
.mark a{
       
		text-decoration:none;
		display:table;
		line-height:140%;
	width:92%;
	margin-top:10px;
	text-align:center;
	font-size:90%;
    
    padding: 0.6em 0.7em;
     background: #5AA421;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 6px #2E6F2F;
    border-radius: 3px;
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);*/
}
.mark: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;
}
p .markr {
	color:#FFF;}
.mark{
	color:#FFF;}
.markr  a{
       
		text-decoration:none;
		display:table;
		line-height:140%;
	width:98%;
	margin-top:10px;
	text-align:center;
	font-size:80%;
	font-weight:bold;
    padding: 0.6em 0.4em;
     background: #5AA421;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 6px #2E6F2F;
    border-radius: 3px;
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);*/
}

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


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



.marklist li{
        background-image:url(img/arrow1.jpg);
        background-repeat:no-repeat;
        background-position:left center;
        padding-left:16px;
                }
                
.marklisty li{
        float:none;
        background-image:url(img/arrow1.jpg);
        background-repeat:no-repeat;
        background-position:left center;
        padding-left:15px;
        margin:10px 5px;
        }
        
/*テーブル線だけ戸部作*/
        .tb1 {
        margin: 0px;
        padding: 0px;
        font-size:13px;
        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;
}


/*テーブルパディング*/

.tb3pd td{padding:3px;}
.tb5pd td{padding:5px;}
.tb10pd td{padding:10px;}

/*テーブルパディング*/
.tb12px td {font-size:12px;}

/*トップテーブル*/

.toptb {margin-top:15px;}

.toptb td {
	
	width:30%;
	height:40px;
	font-size:14px;
	
}

.toptb td a {
	background-image:url(img/arrow1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:18px;
	margin-top:5px;
	}
/* トップページ講座リスト*/

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

.top p {font-size:100%;
line-height:150%;
margin-top:5px;}

.top a{
	width:93%;
	max-height:70px;
	margin:2px 0 15px 10px;
	text-align:center;
	
    display: inline-block;
    padding: 0.3em 0.3em;
    text-decoration: none;
    background: #5AA421;/*ãƒœã‚¿ãƒ³è‰²*/
    color: #FFF;
    
    border-radius: 3px;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);*/
	font-size:100%;
}

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




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

.top img {float:left;
margin:14px 8px 20px 2px;
border:1px #999 solid;
width:32%;
max-width:130px;
height:auto;}



/*トップページおすすめコンテンツナビ*/

.topnavi{
	margin-top:15px;}
.topnavi ul {
	width:100%;
	
	}
.topnavi li {
	width:99%;
	height:83px;
	border:#CCC 1px solid;
	margin-bottom:10px;
	background-size:75px;
	background-repeat:no-repeat;
	background-position:5px center;
	/*box-shadow:0 1px 3px rgba(0,0,0,0.3);*/
	}
.topnavi a {
	padding-top:3px;
	padding-left:86px;
	display:table;
	line-height:160%;
	font-size:100%;
	}

	
.icon1{background-image:url(img/icokoku.png) ;}	
.icon2{background-image:url(img/iconote.png)  ;}	
.icon3{background-image:url(img/icokako.png) ;}	
.icon4{background-image:url(img/icofree.png) ;}	
.icon5{background-image:url(img/icogyo.png) ;}	
.icon6{background-image:url(img/icohojo.png) ;}	

/*料金期間比較ページリスト
----------------------------------------------------------------*/

.hikaback {
	background-image:url(img/ranback.jpg);
	background-repeat:repeat;
	width:100%;
	height:auto;
}


.hika {
	border-right:none;
	
	
	display:block;	
	
	margin:15px 0;
	padding:10px 0;
}

.hika li {
	width:100%;
	float:none;
	
	border-left:none;
	text-align:center;
	margin:20px auto;
	background-color:#FFF;
	padding:10px 0;
}

p.koza {
	
	font-size:90%;
	padding-top:0;
	margin-bottom:5px;
	
}
.hika .imsi {
	margin-left:0;
	margin:10px 4px 3px 25px;
	width:30%;
	height:auto;
	float:left;
	
}



.imtx{
	width:40%;
	height:auto;
	float:left;
	margin:5px 10px 10px 10px;
}


.bore {
	color:#F30;
	font-size:160%;
	font-weight:bold;
	/*line-height:35px;*/
	
	
}
.kika {
	color:#F30;
	font-size:31px;
	font-weight:bold;
	
	
	
}

.hika p a{
	width:80%;
	display: inline-block;
    padding: 0.4em 0.6em;
    text-decoration: none;
    background: #5AA421;/*ボタン色*/
    color: #FFF;
    
    border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
	margin:7px 0 10px 4px;
	font-size:110%;
	font-weight:bold;
}

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

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

p.hikak {
	font-size:11px;
	line-height:130%;
	text-align:left;
	margin-left:7px;
	margin-right:7px;
	padding-bottom:10px;
}


p.hikatxt {
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	border-top:2px #CCC dotted;
	padding-top:5px;
	clear:both;
}


/*引用文*/


blockquote {
	margin:10px 0 20px;
    position: relative;
    padding: 0px 10px 30px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #fff4db;
    border-top: solid 3px #ff9c8e;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
  font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #ff9c8e;
    font-weight:900;
}

blockquote p {
    position: relative;
	top:35px;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
	
}

blockquote p:first-child{
    position: relative;
	
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
	color:#666;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
.qaboxq{
	font-size:100%;
	background-color:#69C;
	color:#FFF;
	font-style:normal;
	font-weight:900;
	padding:2px;
	margin-right:5px;
	 border-radius: 4px;}
.qaboxa{
	font-size:100%;
	background-color:#E54B36;
	color:#FFF;
	font-style:normal;
	font-weight:900;
	padding:2px;
	margin-right:5px;
	 border-radius: 4px;}



/* ページの目次 モバイル*/ 

.moku {
	width:92%;
	border:1px #CCC solid;
	display:inline-block;
	padding:10px;
	float:none;
	margin:10px auto}
.mtop {
	text-align:center;
	font-weight:bold;
}
.moku 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;
}

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

/*仕事内容リスト*/
.clist {
	border:1px #CCC solid;
	
	
}

.clist li{
	
	padding-left:5px;
	margin-right:10px;
	color:#093;
	line-height:220%;
	
}

/*合格率テーブル*/
.gotable {
        margin-left:5px;
        float:none;
        margin-top:10px;
		width:100%;
		
}


.gotable td {
        font-size:14px;
        padding:0 6px;
}

/*講座比較テーブルイメージ*/

.hika td{
	padding:3px ;
	
	
	}
.hika img {padding:0 ;}	
.hikak {font-size:150%;
font-weight:bold;
}
p.hikar {
	color:#F00;
font-size:150%;
font-weight:bold;
}

.hika td a {font-size:130%;
text-decoration:underline;
line-height:120%;}

/*合格率テーブル*/
.gotable {
	margin-left:10px;
	float:right;
	margin-top:10px;
}
.gotable td {
	font-size:12px;
	padding:3px;
}








/* サイトマップ */ 



.sitemap 
{width:92%;
        margin:5px auto;
	background-color:#FFF;
	
        
        }


.sitemap a{
color:#338CCC;
font-size:140%;
padding-left:16px;
background-image:url(img/arrow1.jpg);
        background-repeat:no-repeat;
        background-position:0 15px;
        display:block;
		line-height:210%;
		margin-left:25px;
}



/* リンク集 */ 


.contents .link {margin:0 15px;}


.contents .link a {
  clear:both;
        border: 0px solid #CCC;
        
        font-weight:bold;
    font-size:130%;
   margin-top:20px;
   color:#06F;
  
   padding-top:10px;
   line-height:30px;
   }    





.link p{
margin-top:0;
padding-top:0;
font-size:100%;
margin-bottom:15px;
}



/* 縦ナビ */
#navi{
        
        width:90%;
       
		clear:both;
		margin:25px auto;
padding-top:-25px;
		
        
}

.tnavi{
        
    }
.tnavi ul{      
margin: 0 0 0 1em;
padding: 0;
        }
        
        .tnavi li.navtitle{
                color:#FFF;
                text-align:center;
              
                background-color:#73A3B1;
               
        }
        .tnavi li{
                border-bottom:solid 1px #dadada;
                font-size:16px;
                font-weight:normal;
				background-color:#FFF;
        }
        .tnavi li.bottom{
                border-bottom:0;

        
        }
        .tnavi li a{
                font-size:115%;
                color:#0080de;
                display:block;
                text-decoration:none;
                padding:11px 5px 11px 20px;
            height : auto;
        zoom:1;
        }
        .ma {
	    background-image:url(img/arom.jpg);
                background-repeat:no-repeat;
                background-position:right center;
				background-size:5%;
		
	}
        
        
.no1 {
          background-image:url(img/rank1m.jpg);
		background-repeat:no-repeat;
		background-position:10px center;
		text-indent:50px;
		background-size:56px;
		height:56px;
		line-height:38px;
            
              
        }
        .no2 {
           background-image:url(img/rank2m.jpg);
		background-repeat:no-repeat;
		background-position:10px center;
		text-indent:50px;
		background-size:56px;
		height:56px;		
        line-height:38px;        
        }
        .no3 {
            background-image:url(img/rank3m.jpg);
		background-repeat:no-repeat;
		background-position:10px center;
		text-indent:50px;
		background-size:56px;
		height:56px;
		line-height:38px;	
                      }



.space5 {height:5px;
display:block;}

/* 縦ナビ お勧め講座リンク*/

.slink {
	background:url(img/linkheadmob.png) no-repeat top left;
	background-color:#f5f5f5;
	background-size:85%;
	width:97%;
	/*padding: .4em .55em;*/
	padding:19% 0 10px 5px;
		border-radius: 6px;
	margin:3px 0 20px 0.5%;
	font-size:130%;
	clear:both;
	}



.slink li a{
	
		color:#338CCC;
		display:block;
		text-decoration:none;
		padding:5px 1px 5px 18px;
	    height : auto;
		
	
	
	}

/*モバイル用ベスト３
----------------------------------------------------------------*/
.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:20px;
left:1px;
background-size:97%;
background-color:#FFF;}


.osu li a {
	width:29%;
	height:60px;
	font-size:80%;
	font-weight:bold;
	display: inline-block;
    padding: 0.2em 0.2em;
    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:6px;
left:67%;
text-align:center;
}

.osu1 {
	background-image:url(img/osmob1.png);
	background-repeat:no-repeat;
	background-position:3px 10px;
	
	
	
	
	

	}
.osu2 {
	background-image:url(img/osmob2.png);
	background-repeat:no-repeat;
	background-position:3px 10px;


	}
	.osu3 {
	background-image:url(img/osmob3.png);
	background-repeat:no-repeat;
	background-position:3px 10px;
	}




/* コピーライト */
 
  #foot {width:100%;
            padding:5px 0;
                font-style:normal;
               height:30px;
		background-color:#73A3B1;
		/*box-shadow:0px 0px 5px 0 rgba(0, 0, 0, 0.4) inset;*/
  }
 #foot p{ 
                color:#FFF;
                font-size:14px;
                padding-top:2px;
                text-align:center;
                
                }
/* 便利クラス */

.section hr{ border: 1px dotted #CCC }
 p.line { border-bottom: 2px dotted #CCC;
                  padding:5px 0;
                  margin:5px 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;
      
		}				

 img.imgl {zoom:80%;}

.imgr{float:none;
        }
 img.imgr {zoom:80%;}		
		
.imgb{ border:solid 1px #999;}
.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:30px;       }
.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;       }
.bgray{background-color:#CCC;}
.bl{
background-color:#d7e9f7;
}