﻿@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

body{
  background:#FFF;
  line-height: 1.4;
  color: #454545;
  font-family: 'ヒラギノ角ゴシック', Hiragino Sans, "メイリオ", Meiryo, sans-serif;
  font-size:18px;
  font-weight: 300;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.btn_top {
  max-width: 960px;
  display: block;
  box-sizing: border-box;
  background: #BA1064;
  color: #fff;
  min-height: 48px;
  border-radius: 4px;
  font-weight: 300;
  padding: 8px 0px;
  text-align: center;
  margin: 16px auto;
  font-size: 1.125em;
  /*▼表示用*/
  position: relative;
  /*hover用*/
  /*outline: none;*/
  box-shadow: 2px 2px 2px #ccc;
}
.btn_set {
  background: #000066;
}
/*hover用*/
.btn_top::before {
  position: absolute;
  z-index: 2;
  display: block;
  content: '';
}
.btn_top, .btn_top::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_top:hover {
  background-color: #D91676;
  color: #fff;
  z-index: 3;
}
.contents_wrapper .lead{
	width: 100%;
    max-width: 1200px;
	margin: 40px auto 16px;
	line-height: 1.8;
	text-align: center;
}
.contents_wrapper .matome_app{
	width: 100%;
    max-width: 1200px;
	margin: 15px auto;
}
.contents_wrapper .matome_app h2{
	padding: 20px 0 0;
	font-weight: 600;
    font-size: 20px;
    color: #333333;
	line-height: 1.8;
    text-align: center;
}
.contents_wrapper .matome_app h2 span {
    background: linear-gradient(transparent 60%, #FBF2C1 15%);
    font-weight: 600;
    color: #ba1064;
}
.contents_wrapper .matome_app h2 em {
    font-weight: 600;
    color: #ba1064;
}
.contents_wrapper .main_contents{
    width: 100%;
    max-width: 1200px;
    padding: 15px 0 10px;
    margin: 0 auto;
    clear: both;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main_contents .rank_list .btn_item a.btn_item_link{
    display: block;
    background: #e51c17;
    border-color: transparent transparent #ca1915;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #fff;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    font-weight: 400;
    color: #fff;
    padding: 5px 15px;
    margin-top: 10px;
}
body .main_contents .rank_list img:hover,
body .main_contents .rank_list .title:hover{
	opacity: 0.7;
}
body .contents_wrapper h3#kabetsu{
	display: flex;
    align-items: center;
    margin: 40px auto 20px;
    font-size: 22px;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    color: #307cba;
}
body .contents_wrapper h3#kabetsu:after,
body .contents_wrapper h3#kabetsu:before{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #307cba;
}
body .contents_wrapper h3#kabetsu:after{
	display: block;
	margin-left:10px;
}
body .contents_wrapper h3#kabetsu:before{
	display: block;
	margin-right:10px;
}
body .main_contents .rank_list .book_text{
	font-size: 16px;
	padding: 12px;
	text-align: center;
}
body .main_contents .rank_list .category_title{
	font-size: 18px;
    color: #00a4bf;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
	text-align: center;
}
body .main_contents .rank_list .category_title span{
	font-size: 16px;
    color: #00a4bf;
}
body .main_contents .rank_list .title{
	font-size: 18px;
	color:#00a4bf;
	font-weight: 400;
	text-decoration: underline;
}
.main_contents .rank_list .title span{
	color:#00a4bf;
	font-size: 14px;
	display: block;
}
.main_contents .rank_list{
	position: relative;
	box-sizing: border-box;
	margin:10px 10px 20px;
	border-radius: 3px;
	border:1px solid #ddd;
}


/*-----------------------------*/
div.top_return{
	position: fixed;
    bottom: 16px;
    right: 16px;
	z-index: 999;
}
div.top_return a{
	display: block;
	text-decoration: none;
	background: #cc3333;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	z-index: 0;
	opacity: 0.9;
    }

div.top_return:hover{
    opacity: 0.85 ;
}
div#sp-icon:hover {
	cursor : pointer;
	opacity : 0.6;
}


/*-----------------------------*/
@media screen and (min-width:769px) { 
	/*　画面サイズが769px以上はここを読み込む　*/

	body .main_image{
		width:100%;
		background-color: #307cba;
		text-align: center;
		font-size: 0;
	}
	body .main_image img{
		width:1200px;
	}
	.contents_wrapper h2{
		font-size: 18px;
		margin: 0;
		padding: 8px 15px 20px;
		text-align: left;
		line-height: 1.6;
	}
	.main_contents .rank_list .image_wrapper{
		background:#f7f7f9;
		text-align: center;
		padding: 15px 0;
		min-height: 250px;
	}
	.main_contents .rank_list .image_wrapper img{
		width: 150px;
	}
	.main_contents .rank_list .image_wrapper img.index_img{
		height: 200px;
		width: auto;
	}
	.main_contents .rank_list:nth-child(13)  .image_wrapper img.index_img{
		height: auto;
		width: 160px;
	}
	.main_contents .rank_list{
		width: 23.25%;
	}
	.main_contents .rank_list a{
		display: block;
	}
	.btn_top {
    	line-height: 1.8;
	}
	.sp_view{
		display: none;
	}

}
@media screen and (max-width:768px) { 
    /*　画面サイズが768px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	
	/*-----------------------------*/
	body .wrapper h3{
		margin: 25px 0 5px;
		font-size: 20px;
	}
	body .main_image img{
		width: 100%;
	}
	body .main_image p{
		color: #27449a;
		padding: 10px;
		text-align: left;
		font-weight: 400;
	}
	.contents_wrapper .lead{
		width: 100%;
		padding: 16px 16px 8px;
		margin: 0;
	}
	.contents_wrapper .matome_app h2{
		font-size: 18px;
		margin: 0;
		padding: 8px 15px 20px;
		text-align: left;
		line-height: 1.6;
	}
	.contents_wrapper .main_contents{
		width: 100%;
		padding: 8px;
	}
	.main_contents .rank_list{
		width: 47%;
		margin: 5px;
		box-sizing: border-box;
		text-align: center;
	}
	.main_contents .rank_list:after{
	  content: "."; 
	  display: block; 
	  height: 0; 
	  font-size:0;	
	  clear: both; 
	  visibility:hidden;
	}
	.main_contents .rank_list:before{
		right: 10px;
		width: 10px;
		height: 10px;
	}
	.main_contents .rank_list img{
		width: 90px;
		padding: 20px 10px 0;
	}
	.main_contents .rank_list .book_text{
		width:100%;
		padding: 12px !important;
	}
	.main_contents .rank_list .price{
		font-size: 16px;
	}
	.main_contents .rank_list .ranking_icn,
	.main_contents .rank_list .ranking_icn2,
	.main_contents .rank_list .ranking_icn3{
		width: 30px;
		height: 35px;
		background-size: 30px 35px;
		top: -1px;
		left: 0px;
	}
	.main_contents .rank_list .ranking_icn span{
		font-size: 14px;
		padding: 8px 10px;
	}
	.main_contents .rank_list .ranking_icn2 span{
		font-size: 14px;
		padding: 8px 5px;
	}
	.main_contents .rank_list .ranking_icn2  span{
		font-size: 12px;
		padding: 8px 0;
	}
	a.btn_top {
		font-size: 18px;
		width: 91%;
		padding: 10px 0;
		box-sizing: border-box;
		overflow: hidden;
		margin: 10px auto;
	}
	/*-----------------------------*/
	
	.pc_view{
		display: none;
	}
}
