@charset "UTF-8";
/*----------------------------------------
■共通設定
-----------------------------------------*/
/******************************************************************************
 * RESET
*******************************************************************************/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
	font-size: 100%;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
	font-weight: normal;
	transition:0.4s ease-in;			
}
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, main {
	display: block;
}

img {
	vertical-align:bottom;
	border: none;
}
li{list-style:none;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	width:100%;
	color:#000002;
	background: url(../images/new_img/bg.jpg);
}

/*	リンクタグ	*/

a { color: #990; text-decoration: underline; }
a:hover { color: #ff6600; }
.red { color: #cc0000; }
.blue { color: #003399; }
.green { color: #339900; }
.orange { color: #ff9900; }
.pink{ color: #cc6699; }

/*----------------------------------------
■汎用クラス
-----------------------------------------*/
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
@media print{
	.clearfix{
		overflow:hidden;
	}
}
.Tcenter{
	text-align: center;
}
html {
  height: 100%; 
  margin: 0 !important;
}
 

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}

.inner{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.Fleft{
	float: left;
}
.Fright{
	float: right;
}
.contents{
	background: #FFF;
	box-shadow:0px 5px 20px 2px #999;
	width: 900px;
	margin:0 auto 20px;
	padding:0 0 20px;
		
}
/*----------------------------------------
header
-----------------------------------------*/
header{
	background: #fff;
	border: 10px solid #000;
	border-top: none;
	border-radius:0px 0px 20px 20px ;
    -webkit-border-radius:0px 0px 20px 20px ;
    -moz-border-radius:0px 0px 20px 20px ;
    padding: 10px;	
	box-shadow:0px 5px 20px 2px #999;
	overflow: hidden;
	margin:0 0 30px 0;
}

h1{
	color:#333;
	font-size: 20px;
	font-weight: normal;
}
header p{
	font-size: 20px;
	font-weight: bold;
}
header p a{
	text-decoration: none;
	color: #000;
}
#header-box{
/*	background: url(../images/new_img/header3.jpg) no-repeat center top;
	height: 300px;*/
	position: relative;
}
#header-box .box{
	width: 256px;
	position: absolute;
	left: 30px;
	bottom: 25px;
}
#header-box h2{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom:5px;
}
#header-box p{
	font-size: .9em;
}
.social_btn{
	margin-bottom: 50px;
	padding:0 10px;
}
.social_btn ul{
	overflow: hidden;
}
.social_btn li{
	float: left;
	margin-right: 20px;
}
/*----------------------------------------
conte-box
-----------------------------------------*/
.conte-box{
	margin-bottom: 50px;
}
.conte-box .title{
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
	margin-left: 20px;
}
.conte-box .title .icon,
.conte-box .title .txt{
	display: table-cell;
	vertical-align: middle;
}
.conte-box .title .txt{
	font-size: 1.8em;
	font-weight: 500;
	padding-left: 10px;
}
/*----------------------------------------
ranking-box
-----------------------------------------*/
.ranking-box .ranking{
	margin-left: 20px;
}
.ranking-box li{
	margin-bottom: 50px;
}
.contents h4,
.contents h5,
.contents h6{
position: relative;
  padding-bottom: .5em;
  border-bottom: 4px solid #ccc;
  font-size: 1.6em;	
  margin-bottom: 10px;
}
.contents h4::after,
.contents h5::after,
.contents h6::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #333;
}

.min-title,
.site-box h4,
.ranking-box h4{
  background-image: linear-gradient(
    -45deg,
    #414141 25%,
    #393939 25%, #393939 50%,
    #414141 50%, #414141 75%,
    #393939 75%, #393939
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  text-align: center;
  padding: 12px 0 10px;
  color: #fff;
	font-size: 1.8em;
	font-weight: 500;
}
.ranking-box h4 a{
	color: #fff;
	text-decoration: underline;
}
.ranking-box h4 a:hover{
	color: #990;	
}
.ranking-box .data{
	display: table;
	table-layout: fixed;
	border-bottom: 1px dotted #ccc;
}
.ranking-box .data dd,
.ranking-box .data dt{
	display: table-cell;
	vertical-align: top;
}
.ranking-box .data dt{
	padding: 20px;
	border-right: 1px dotted #ccc;
}
.ranking-box .data dd{
	padding: 40px 20px;
}
.ranking-box .data .text{
	margin-bottom: 50px;
	font-size: 1.2em;
	line-height: 1.5;
}
.ranking-box .ttable{
	width: 100%;
	border-left: 1px dotted #ccc;
}
.ranking-box .ttable th,
.ranking-box .ttable td{
	padding: 15px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.ranking-box .ttable th{
	background: #EBEBEB;
	font-weight: 500;
}
.ranking-box  .item-list{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.ranking-box  .item-list li{
	display: table-cell;
	vertical-align:top;
	width: 25%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.ranking-box  .item-list li:last-child{
	border-right: 0;
}
.ranking-box  .item-list dt{
	border-bottom: 1px solid #ddd;
	background:  #EBEBEB;
}
.ranking-box  .item-list dt,
.ranking-box  .item-list dd{
	padding: 15px 0;
}
/*----------------------------------------
page-box
-----------------------------------------*/
.page-box{
	margin-bottom: 0;
}
.conte-box .box{
	padding: 20px;
	overflow: hidden;
}
.item-left{
	float:left;
	margin: 0 10px 10px 0;
}
.item-right{
	float:right;
	margin: 0 0 10px 10px;
}
.topbox3 .text,
.topbox2 .text,
.page-box .text{
	font-size: 1.2em;
	line-height: 2;
}
.page-box ul,
.page-box ol{
	margin-bottom: 10px;
}
.page-box .item-text a{
	color: #990;
	text-decoration: underline;
}
.page-box .item-text{
	text-align: center;
	margin: 20px 0 0;
	line-height: 1;
	padding: 20px 0;
	font-size: 1.6em;
}
.page-box h4{
	font-size: 1.4em;
	margin-bottom: 15px;
}
.page-box li{
	font-size: 1.2em;
	margin-bottom: 15px;
}
.page-box .item-table{
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.page-box .item-table{
	margin-top: 20px;
}
.page-box .item-table:nth-child(2){
	margin-top: 0;
	margin-bottom: 0;
}
.page-box .item-table th{
	background: #eee;
}
.page-box .item-table th,
.page-box .item-table td{
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 15px;
	text-align: left;
}
.line { 
	background: #ffff00;
	font-weight:bold;
	 }
.page-box .item-table caption{
	background: #ddd;
	padding: 20px 0;
	font-weight:bold;
}	 
/*----------------------------------------
site-box
-----------------------------------------*/
.site-box .box{
	padding:0 20px 0;
	margin-bottom: 20px;
}
.site-box li{
	display: inline-block;
	line-height: 2;
	margin-right: 10px;
	font-weight: normal;
	font-size: 1.2em;
}

.site-box .box h3,
.site-box .box h4{
	font-weight: 500;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.site-box .box h3{
	margin-left: 0;
}
/*----------------------------------------
page-top
-----------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*----------------------------------------
footer
-----------------------------------------*/
footer{
	text-align: center;
}
footer h4{
	margin-bottom: 10px;
	font-size: 1.6em;
}
footer .box{
	margin-bottom: 30px;
}
footer .box:nth-child(2){
	margin-bottom: 0;
}
footer p{
	font-size: 1.2em;
	margin-bottom: 20px;
}
address{
	font-style: normal;
	font-size: .9em;
	font-weight: normal;
  background-image: linear-gradient(
    -45deg,
    #414141 25%,
    #393939 25%, #393939 50%,
    #414141 50%, #414141 75%,
    #393939 75%, #393939
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  text-align: center;
  padding: 12px 0 10px;
  color: #fff;
	
}
/*----------------------------------------
topbox1
-----------------------------------------*/

.topbox1 .cap{
	text-align: center;
	margin-bottom: 20px;
}
.topbox1 .box{
	width: 820px;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	box-shadow:0px 2px 10px 2px #ddd;
	
}
.conte-box .btn{
	text-align: center;
}
.conte-box .btn a:hover{
	opacity: .5;
}


.toptext-bpx{
	padding: 20px;
}
.toptext-bpx li{
	margin-bottom: 20px;
}
.toptext-bpx p{
	font-size: 1.2em;
	line-height: 2;
}
.toptext-bpx h4{
	font-size: 1.6em;
	margin-bottom: 10px;
  background-image: linear-gradient(
    -45deg,
    #414141 25%,
    #393939 25%, #393939 50%,
    #414141 50%, #414141 75%,
    #393939 75%, #393939
  );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  text-align: center;
  padding: 12px 0 10px;
  color: #fff;
}
#link{
	text-align: center;
	margin-bottom: 50px;
}
#link li{
	display: inline-block;
	margin: 0 20px;
}
.sp-only{
	display: none;
}
.min-title{
	margin-bottom: 15px;
}
.min-box{
	margin: 20px 0 50px;
}
.min-box ul{
	text-align: center;
}
@media screen and (min-width:320px) and ( max-width:919px) {
/*----------------------------------------
footer
-----------------------------------------*/
footer{
	text-align: center;
}

footer h4{
	font-size: 1.6rem;
	margin-bottom: 2%;
}
footer p{
	font-size:1.4rem;
}
#link{
	margin-bottom: 2%;
}
#link li{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 5%;
}	
.sp-only{
	display:block;
}
	
	.contents,
	.inner{
		width:99%;
	}
	.contents{
		padding: 0 0 5% 0;
	}
	#header-box{
		margin-bottom: 5%;
	}
	#header-box .box{
		position: inherit;
		left: auto;
		width: 95%;
		margin: 2% auto 0;
		bottom:auto;
	}
	#header-box .box h2 br{
		display: none;
	}
	#header-box .box h2{
		font-size: 1.8rem;
		margin-bottom: 2%;
	}
	#header-box .box p{
		font-size: 1.4rem;
	}
	.social_btn{
		margin-bottom: 5%;
	}
	.conte-box .title{
		margin-bottom: 2%;
	}
	.page-box .box{
		padding: 2%;
	}
	.topbox1 .box p{
		font-size: 1.2rem;
	}
	.conte-box .btn,
	.topbox1 .box,
	.topbox1 .cap{
		width: 95%;
		margin: auto;
	}
	.conte-box .btn img,
	.topbox1 .cap img{
		width: 100%;
	}
	.toptext-bpx h4{
		font-size: 1.6rem;
		margin-bottom: 2%;
		padding:4% 2%;
	}
	.toptext-bpx p{
		font-size: 1.2rem;
	}
	.toptext-bpx{
		padding-bottom: 0;
	}
	.conte-box{
		margin-bottom: 5%;
	}
header{
	border:2px solid #000;
	border-top: 0;
}	
	
}
@media screen (min-width:320px) and ( max-width:640px) {
.ranking-box  .item-list li{
	display: block;
	width: 100%;
	margin: 0;
}	
.ranking-box  .item-list dt,
.ranking-box  .item-list dd{
	font-size: 1.4rem;
}
}
@media screen and ( max-width:640px) {
.ranking-box  .item-list li{
	display: block;
	width: 100%;
	margin: 0;
}	
.ranking-box  .item-list dt,
.ranking-box  .item-list dd{
	font-size: 1.4rem;
}
	html{
		font-size: 62.5%;
	}
	.ranking-box .ranking{
		margin-bottom: 2%;
	}
	.ranking-box li{
		margin-bottom: 5%;
	}
	.ranking-box .data dt,
	.ranking-box .data dd{
		display: block;
		width: 100%;
	}
	.ranking-box .data dt{
		text-align: center;
	}
	.ranking-box .data dt img{
		width: 100%;
		height: auto;
	}
	.ranking-box .data{
		padding-bottom: 2%;
	}
	.ranking-box .data dd{
		padding: 0 5%;
	}
	.ranking-box .data .text{
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.ranking-box .data .btn{
		text-align: center;
	}
	.site-box li{
		font-size: 1.6rem;
		margin-right: 2%;
	}
	.site-box .box h3, .site-box .box h4{
		font-size: 1.4rem;
	}
.page-box .item-right,	
.page-box .item-left{
	float:none;
	margin:0 0 5% 0;
	width: 100%;
	height: auto;
}
	
	.page-box .text{
		font-size: 1.4rem;
		line-height:2;
	}
	
}