@charset "UTF-8";

/*----------------------------------------------------
全体
----------------------------------------------------*/

body {
	background: #fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#434343;
	font-size:16px;
	line-height: 1.7em;
  background: url("../images/bg_note.gif") repeat;
}

#contents-wrap {

}

.content-entry{
  margin: 30px;
}
.wrap-sp {
	display: none;
}

.contents-box {
	width: 988px;
	margin: 0px auto;
}

.graybox {
	background: #f7f7f7;
	padding: 10px 10px 20px;
	margin-bottom: 20px;
}

/* ヘッダー */
.header {
  background-color: #0786aa;
  padding: 5px 0;
  margin-bottom: 3px;
  color:#fff;
 }
 
.header_inner h1 {
	font-weight: bold;
	font-size: 16px;
}
 
/* フッター */
.footer {
  background-color: #666;
  padding: 25px 0;
  margin-top: 60px;
  color:#fff;
}
.footer_inner p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.l-footer--links-text {text-align: center;}
.footer_inner ul{text-align: center;font-size: 13px;}
.footer_inner li{display:inline-block;}
.footer_inner li a {color:#fff;}

@media screen and (max-width: 640px) {
	img {
		width: 100%;
	}
	.wrap-pc {
   		display: none; }

	.wrap-sp {
    	display: block;
    	width: 100%; }

	.contents-box {
		width: 92%;
		margin: 0px 4%;
	}
	.header {
	padding: 10px 0;
	}
	.header_inner h1 {
	font-weight: bold;
	font-size: 14px;
 	}
	.footer {
	background-color: #666;
	padding: 15px 0;
	margin-top: 30px;
	}
	
}

@media screen and (max-width: 420px) {
	body {
	font-size:14px;
	}
}

/*----------------------------------------------------
common-style
----------------------------------------------------*/
a:link, a:visited {
	color: #00a3e9;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active {
	color: #00a3e9;
	text-decoration: none;
}

/* opacity */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Clear floats without structural markup
courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	vertical-align: text-bottom; }

p {
	font-size: 16px;
	text-align: left;
  margin-bottom: 20px;
}

.img-border {
	border: 1px solid #ccc;
}

.leftbox {
	float: left;
}

.rightbox {
	float: right;
}
	


.corner-round {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;
}

.box-note{
  border:2px solid #ccc;
  box-shadow:4px 4px 0px 0px #cccccc;
  margin-bottom: 50px;
  margin-right: 4px;
  background-color: #fff;
  position: relative;
}
.line-pencil{
  border-bottom: 2px solid blue;
}
.line-pencil:after{
  content: "";
  background: url("../images/img_pencil.png") no-repeat;
  width: 56px;
  height:57px;
  display: block;
  position:absolute;
  right:-56px;
  bottom:0;
}


.mB5 {
	margin-bottom: 5px;
}

@media screen and (max-width: 420px) {
  p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}


/*----------------------------------------------------
メインコンテンツ
----------------------------------------------------*/

#rightside {
	float: right;
	width: 700px;
}
.main-image {
	margin-bottom: 20px;
}

.main-title {
	margin-bottom: 12px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 40px 30px 10px;
  line-height: 1.2em;
}
#main-ranking .main-title {

}

.main-title.clipr:after{
  content:"";
  display: inline-block;
  width: 71px;
  height:96px;
  background: url("../images/img_clip01.png") no-repeat;
  position: absolute;
  top:-30px;
}

.main-title.clipl:before{
  content:"";
  display: inline-block;
  width: 92px;
  height:90px;
  background: url("../images/img_clip02.png") no-repeat;
  position: absolute;
  top:-10px;
  left:-10px;
}

@media screen and (max-width: 640px) {
  .main-title.clipr:after{
    width: 40px;
    height:60px;
    background-size: contain;
    top:-30px;
    right: 0;
  }

  .main-title.clipl:before{
    width: 50px;
    height:60px;
    background-size: contain;
  }
}

.main-contentbox {
	background: #fff;
	margin-bottom: 2px;
}
.main-rankbox {
	padding: 20px 50px 0;
}
.main-rank {
	float: left;
	width: 250px;
}
.main-rank-numb {
	padding-top: 170px;
	font-weight: bold;
	font-size: 30px;
}
.main-rank h3 {
	margin-top: 20px;
	font-size: 30px;
	font-weight: bold;
    line-height: 1.2em;
}




.main-rank-img {
	float: right;
}
.main-detail {
	padding: 20px 50px 40px;
}
#main-rank1 {
	background: url("../images/icon_crown01.png") no-repeat 40px 0px;
}
#main-rank2 {
	background: url("../images/icon_crown02.png") no-repeat 40px 0px;
}
#main-rank3 {
	background: url("../images/icon_crown03.png") no-repeat 40px 0px;
}
#main-rank4 {
	background: url("../images/icon_crown04.png") no-repeat 40px 0px;
}
#main-rank5 {
	background: url("../images/icon_crown05.png") no-repeat 40px 0px;
}
#main-rank6 {
	background: url("../images/icon_crown06.png") no-repeat 40px 0px;
}
#main-rank7 {
	background: url("../images/icon_crown07.png") no-repeat 40px 0px;
}


.main-jisseki-title {
	background: #e5e5e5;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	font-size: 24px;
	margin: 20px 0 10px;
}
.main-jisseki-box {
	margin-left: -2px;
	margin-right: -2px;
}
.main-jisseki {
	margin: 0 2px;
	float: left;
	width: 190px;
}
.main-jisseki p {
	text-align: center;
}
.main-jisseki-school {
	padding: 3px 0;
	font-size: 15px;
}
.main-jisseki-price {
	font-size: 20px;
	font-weight: bold;
	color: #fc534e;
}
.main-jisseki-price span {
	font-size: 29px;
	font-style: oblique;
}



.main-btn {
  position: relative;
  height: 80px;
  margin: 30px 50px;
  border-radius: 40px;
}

.main-btn a{border-radius: 40px;}
.main-btn a:link,
.main-btn a:visited {
	display: block;
	padding: 25px 10px 25px 0;
	border: 5px solid #fff;
	background: #126dad;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 23px;
	font-weight: normal;
}
.main-btn a:hover,
.main-btn a:active {
	opacity: 0.8;
}
.main-btn img {
	position: absolute;
	top: 33px;
	right: 30px;
}

@media screen and (max-width: 640px) {
	#main-image {
		padding: 4px;
		margin-bottom: 15px;
	}
	#rightside {
		float: none;
		width: 100%;
	}
	.main-title {
		margin-bottom: 10px;
		font-size: 19px;
		font-weight: bold;
		padding-top: 10px;
		letter-spacing: 0;
	}
	#main-ranking .main-title div {
		background: url("../img/icon_medal_small.gif") no-repeat 4px 4px;
	}
	#main-ranking .main-title h2 {
		padding-left: 46px;
	}
	.main-rankbox {
		padding: 10px 15px;
	}
	.main-rank {
		float: none;
	}
	.main-rank-numb {
		padding-top: 20px;
		padding-left: 45%;
		font-weight: bold;
		font-size: 26px;
	}
	.main-rank h3 {
		margin: 15px 0 25px;
		padding-left: 45%;
		font-size: 26px;
		font-weight: bold;
      line-height: 1.3em;
	}
	.main-rank-img {
		float: none;
	}
	.main-detail {
		padding: 10px 20px 20px;
	}
	#main-rank1,
	#main-rank2,
	#main-rank3,
  #main-rank4,
  #main-rank5,
  #main-rank6,
  #main-rank7{
		background-size: 30%;
        background-position: 10% 10%;
	}
	#main-tip .main-title div {
		background: url("../img/icon_money_small.gif") no-repeat 5px 10px;
	}
	#main-tip .main-title h2 {
		padding-left: 44px;
	}
	.main-jisseki-title {
		padding: 5px 0;
		font-size: 20px;
		margin: 20px 0 10px;
	}
	.main-jisseki-box {
		margin: 0;
	}
	.main-jisseki {
		margin: 0 0 10px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.main-jisseki img {
		max-width: 240px;
	}
	.main-jisseki p {
		text-align: center;
	}
	.main-jisseki-school {
		padding: 3px 0;
		font-size: 15px;
	}
	.main-jisseki-price {
		font-size: 20px;
		font-weight: bold;
		color: #fc534e;
	}
	.main-jisseki-price span {
		font-size: 29px;
		font-style: oblique;
	}
	.main-btn {
		position: relative;
		height: 80px;
		margin: 20px 0 10px;
	}
	.main-btn a:link,
	.main-btn a:visited {
		padding: 15px 10px 15px 0;
		border: 3px solid #fff;
		font-size: 18px;
	}
	.main-btn img {
		position: absolute;
		top: 25px;
		right: 20px;
		width: 3%;
	}

}
@media screen and (max-width: 420px) {
	.main-title h2 {
		font-size: 15px;
		padding-top: 13px;
	}
	.main-rank-numb {
		padding-top: 20px;
		padding-left: 45%;
		font-weight: bold;
		font-size: 22px;
	}
	.main-rank h3 {
		margin: 15px 0 25px;
		padding-left: 45%;
		font-size: 22px;
		font-weight: bold;
	}
	.main-btn {
		height: 70px;
	}
	.main-btn a:link,
	.main-btn a:visited {
		padding: 15px 10px 15px 0;
		border: 3px solid #fff;
		font-size: 14px;
	}
	.main-btn img {
		position: absolute;
		top: 24px;
		right: 15px;
		width: 3%;
	}
}


/*----------------------------------------------------
PCデザイン
----------------------------------------------------*/

#leftside {
	float: left;
	width: 260px;
}

.left-btn {
	position: relative;
	height: 80px;
	margin: 0 3px;
}

.left-btn a:link,
.left-btn a:visited {
	display: block;
	padding: 10px 10px 10px 0;
	border: 7px solid #ffff33;
	background: #fff;
	text-align: center;
	color: #434343;
	text-decoration: none;
	font-size: 20px;
}
.left-btn a:hover, 
.left-btn a:active {
	border: 7px solid #fdfd8c;
	color: #888;
}
.left-rankingbox img {

  border:1px solid #ccc;
  box-shadow:2px 2px 0px 0px #cccccc;
  
}

.left-title {
	margin-bottom: 12px;
}
.left-title div {
	height: 46px;
}
.left-title p {
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 11px;
}

.left-rankingbox{margin-bottom: 30px;}

#left-ranking{position: relative;}
#left-ranking .left-title {
  text-align: center;
  font-weight: bold;
}


#left-ranking .left-title:after{
  content:"";
  display: inline-block;
  width: 35px;
  height:41px;
  background: url("../images/img_clip05.png") no-repeat;
  position: absolute;
  top:0px;
  right:20px;
}



.left-rank {
	width: 80px;
	margin-top: 0px;
}
.left-rank p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
}
.left-text {
	font-size: 13px;
	line-height: 1.5em;
}
.left-ranking-link {
	font-size: 13px;
}
.left-ranking-link-bl:before{
  content:'\f138';
  font-family:'Font Awesome 5 Free';
  font-weight:900;
}
.left-ranking-link-bl:link,
.left-ranking-link-bl:visited {
	color: #0786aa !important;
	text-decoration: none;
}
.left-ranking-link-bl:hover,
.left-ranking-link-bl:active {
	opacity: 0.8;
}

#left-no1 {
	background: url("../images/icon_crowns01.png") no-repeat top center;
}
#left-no2 {
	background: url("../images/icon_crowns02.png") no-repeat top center;
}
#left-no3 {
	background: url("../images/icon_crowns03.png") no-repeat top center;
}
#left-no4 {
	background: url("../images/icon_crowns04.png") no-repeat top center;
}

#left-knowledge{
  margin-top: 30px;
  position: relative;
}

#left-knowledge .left-title {
  text-align: center;
  font-weight: bold;
}

#left-knowledge .left-title:before{
  content:"";
  display: inline-block;
  width: 35px;
  height:42px;
  background: url("../images/img_clip03.png") no-repeat;
  position: absolute;
  top:-10px;
  left:20px;
}

#left-knowledge .left-title:after{
  content:"";
  display: inline-block;
  width: 32px;
  height:25px;
  background: url("../images/img_clip04.png") no-repeat;
  position: absolute;
  top:0px;
  right:20px;
}

.bottom-dot{
  border-bottom: 1px dotted #333;
  padding: 20px 0px;
}

.left-knowledge-link{
  
}

.left-knowledge-link:before{
  content:'\f138';
  font-family:'Font Awesome 5 Free';
  font-weight:900;
}

.left-knowledge-link:link,
.left-knowledge-link:visited {
	color: #434343 !important;
	text-decoration: none;
	font-weight: normal;
}
.left-knowledge-link:hover,
.left-knowledge-link:active {
	color: #888 !important;
}

.left-knowledge-text {
	padding-left: 30px;
	text-indent: -30px;
	text-align: left;
}
.left-knowledge-text img {
	margin-right: 10px;
}
.left-contentbox {
	padding: 12px;
}
.left-border {
	background: url("../img/border_dot.jpg") repeat-x center bottom;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#left-knowledge .btn-index{
  display: block;
  background-color: #126dad;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  height: 30px;
  margin-top: 20px;
  text-decoration: none;
}
#left-knowledge .btn-index:hover{
  opacity: .8;
}


@media screen and (max-width: 640px) {
	#main-image {
	padding: 4px;
	margin-bottom: 15px;
	}
  #leftside {
    float: none;
    margin: 0 auto;
  }
}


/*blogパーツ*/

.main-detail h3{
  font-weight: bold;
    margin: 30px 0 15px;
    font-size: 20px;
    border-bottom: 2px solid #126dad;
    color: #126dad;
}


.main-detail h4{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #126dad;
}

.main-detail h5{
    background-color: #efefef;
    padding: 5px 8px;
    color: #126dad;
    margin: 15px 0;
    border-radius: 6px;
}

.pagetop{
    display: block;
    position: fixed;
    bottom: 90px;
    right: 50px;
    background-color: #ccc;
    padding: 19px 10px;
    border-radius: 4px;
    opacity: .8;
    
}
.pagetop a{
  color: #fff;
    text-decoration: none;
}

.index-list{
  list-style: disc;
}
.index-list ul{
  list-style: disc;
  margin-left: 20px;
}


@media screen and (max-width: 640px) {
  .pagetop{
      bottom: 10px;
      right: 30px;
  }
  .index-list{
    margin-left: 15px;
  }
}