<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #f9f0dc;*/
	background:#FFF;
	line-height: 1.4;
	color: #454545;
	font-size:18px;
	font-family: 'ヒラギノ角ゴシック', Hiragino Sans, "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.matome_app{
	width: 100%;
    max-width: 1280px;
	margin: 15px auto;
	border-bottom: 1px solid #3333;
}
.matome_app h2{
	padding: 20px 0 0;
	font-weight: 600;
    font-size: 20px;
    color: #333333;
	line-height: 1.8;
    text-align: center;
}
.matome_app h2 span {
    background: linear-gradient(transparent 60%, #FBF2C1 15%);
    font-weight: 600;
    color: #ba1064;
}
.matome_app h2 em {
    font-weight: 600;
    color: #ba1064;
}
body .wrapper .main_contents{
    width: 100%;
    max-width: 1400px;
    padding: 10px 0;
    margin: 0 auto;
    clear: both;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body .wrapper #m2function{
    width: 960px;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
	box-sizing: border-box;
}
.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: 10px 0px;
  text-align: center;
  margin: 24px auto;
  font-size: 1.125em;
  /*▼表示用*/
  position: relative;
  /*hover用*/
  /*outline: none;*/
  box-shadow: 2px 2px 2px #ccc;
}
/*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;
}
.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 .wrapper ul.list_btn{
	width: 1200px;
    margin: 40px auto 0;
	display: flex;
	list-style: none;
}	
body .wrapper .list_btn li{
	width: 49%;
	margin: 0 0.5%;
    box-sizing: border-box;
    background: #307cba;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    position: relative;
}
body .wrapper .list_btn li a{
	display: block;
	opacity: 0.9;
	color: #fff;
	padding: 10px;
}
body .wrapper .list_btn li,
body .wrapper .list_btn li:before,
body .wrapper .list_btn li::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
body .wrapper .list_btn ::after {
	clear: both;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
	border-image: none;
    border-style: solid;
	border-width: 7px 7px 7px 9px;
	content: "";
    height: 0;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 0;
	z-index: 1;
}
@media screen and (max-width: 640px) {
body .wrapper .list_btn ::after {
    right: 5px;
    top: 15px;
    border-width: 5px 5px 5px 8px;
}
}
body .wrapper .list_btn li a:hover {
  background-color: #3885c5;
	color: #fff;
	z-index: 3;
}
div#sp-icon:hover {
	cursor : pointer;
	opacity : 0.6;
}
.main_contents .rank_list img:hover,
.main_contents .rank_list .title:hover{
	opacity: 0.7;
}
body .wrapper .main_contents h3{
	border: 1px solid #0560b6;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
	margin: 10px 0 10px;
	color:#0560b6;
}
.main_contents .rank_list .book_text{
	font-size: 16px;
	padding: 15px 10px;
	box-sizing: border-box;
	margin-top: -2px;
}
.main_contents .rank_list .category_title{
	font-size: 18px;
    color: #00a4bf;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: underline;
	text-align: center;
}
.main_contents .rank_list .category_title span{
	font-size: 16px;
    color: #00a4bf;
}
body .wrapper .main_contents h2 {
    display: flex;
    align-items: center;
    margin: 40px auto 20px;
    font-size: 120%;
    text-align: center;
    width: 100%;
    max-width: 1300px;
    color: #307cba;
}
body .wrapper .main_contents h2 span{
	color: #AD0E25;	
	font-size: 80%;
}
body .wrapper .main_contents h2 span.name span.intro{
	font-size: 45%;
	font-weight: 400;
    display:block;
}
body .wrapper .main_contents h2 span.name{
    vertical-align: middle;
	font-weight: 700;
	font-size: 200%;
	color: #AD0E25;
	padding:0 10px;
	text-align: left;
}
body .wrapper .main_contents h2 img{
	width: 140px;
    padding: 0 10px;
}
body .wrapper .main_contents#ranking div.voice{
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.35;
	background: #f4f4f4;
}
body .wrapper .main_contents div.voice{
	background: #FFF;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	font-size: 16px;
	clear: both;
}
body .wrapper .main_contents#ranking div.voice span{
	font-weight: 400;
	display: block;
	border-bottom: 1px dotted #454545;
	margin-bottom: 5px;
}
body .wrapper .main_contents#ranking div.voice em{
	color: #f99e29;
}
body .wrapper .main_contents .ellipsis {
	position: relative;
	height: 110px;
	overflow: hidden;
}
body .wrapper .main_contents .ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #f4f4f4;
}
body .wrapper .main_contents .ellipsis:before {
	content: "･･･";
	bottom: 0;
	right: 3px;
}
body .wrapper .main_contents .ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
.main_contents .rank_list .title{
	font-size: 18px;
	color:#00a4bf;
	font-weight: 400;
	padding-bottom: 10px;
	text-decoration: underline;
}
.main_contents .rank_list .price{
	font-weight: 400;
	font-size: 18px;
	text-align: right;
	line-height: 1.2;
}
.main_contents .rank_list .price span{
	color:#f70708;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.main_contents .rank_list .price span.author{
	color: #454545;
	font-size:80%;
}
.main_contents .rank_list .btn_item span:hover{
	opacity: 0.7;
}
.main_contents .price span.point{
	font-size: 14px;
	font-weight: 300;
	color:#454545;
}
.main_contents .price span.special{
    color: #f70708;
    font-size: 12px;
    display: block;
	padding-top:5px;
}
.main_contents .price span.price_underline{
	text-decoration:line-through;
}
.main_contents .price&gt;em{
	font-size: 14px;
	font-weight: 300;
}
.main_contents .price span&gt;em{
	font-size: 10px;
}

.main_contents .rank_list{
	position: relative;
	box-sizing: border-box;
	margin:10px 10px 20px;
	border-radius: 3px;
	border:1px solid #ddd;
}
.main_contents .rank_list.no1 .ranking_icn{
	background-image: url(../../../images/bg_number_01.svg);
}
.main_contents .rank_list.no2 .ranking_icn{
	background-image: url(../../../images/bg_number_02.svg);
}
.main_contents .rank_list.no3 .ranking_icn{
	background-image: url(../../../images/bg_number_03.svg);
}
.main_contents .rank_list.no1 .ranking_icn,
.main_contents .rank_list.no2 .ranking_icn,
.main_contents .rank_list.no3 .ranking_icn{
	left: 4px;
	top: -4px;
	background-size: cover;
    width: 46px;
    height: 31px;
}
.main_contents .rank_list .ranking_icn{
	width: 26px;
	height: 31px;
	position: absolute;
	background-image: url(../../../images/bg_number_normal.svg);
	background-size: 26px 31px;
	top: 0px;
    left: 0px;
}
.main_contents .rank_list .ranking_icn span{
	font-size: 14px;
	font-family: "Monda",sans-serif;
	text-align: center;
	padding: 2px 0;
	display: block;
	color: #fff;
	font-weight: 600;
}
.main_contents .rank_list.no1 .ranking_icn span,
.main_contents .rank_list.no2 .ranking_icn span,
.main_contents .rank_list.no3 .ranking_icn span{
	padding: 12px 0;
}


/*-----------------------------*/
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%;
	text-align: center;
	background: #F2F2F2;
	font-size: 0;
}
body .main_image img{
	width:1200px;
}
.main_contents .rank_list .image_wrapper{
	background:#f6f6f6;
	text-align: center;
	padding: 15px 0;
	min-height: 250px;
}
.main_contents .rank_list .image_wrapper img{
	width: 150px;
}
.main_contents .rank_list{
	width: 250px;
}
.main_contents .rank_list a{
	display: block;
}
.cpn{
	width: 960px;
	margin: 20px auto 10px;
	position: relative;
}
.sp_view{
	display: none;
}
body .wrapper .main_contents h2:after,
body .wrapper .main_contents h2:before{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #307cba;
}
h2:after{
	display: block;
	margin-left:8px;
}
h2:before{
	display: block;
	margin-right:8px;
}
	
}
@media screen and (max-width:768px) { 
/*　画面サイズが768px以下はここを読み込む　*/
body{
	font-size: 16px;
}
	
	/*-----------------------------*/

.matome_app {
	margin: 15px auto 24px;
}
.matome_app h2{
	font-size: 18px;
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	line-height: 1.6;
}
a.btn_top {
	font-size: 18px;
	width: 95%;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	margin: 8px auto 16px;
}
body .wrapper ul.list_btn{
	width: 95%;
	display: block;
	margin: 0 auto;
}
body .wrapper .list_btn li{
	width: 100%;
	text-align: left;
	margin: 4px 0;
	font-size: 14px;
}
body .wrapper .list_btn ::after {
	right: 5px;
	top:13px;
	border-width: 6px 6px 6px 8px;
}
body .wrapper .list_btn li a {
    padding: 10px 8px;
}
body .main_image img{
	width: 100%;
}
body .main_image p{
	color: #27449a;
	padding: 10px;
	text-align: left;
	font-weight: 400;
}
body .wrapper .main_contents h2{
	display: block;
	font-size: 16px;
	text-align: center;
	margin: 20px 0 0;
}
body .wrapper .main_contents{
	width: 100%;
	padding: 0px 0 0 !important;
}
body .wrapper .main_contents div.voice{
	font-size: 14px;
}
.main_contents .rank_list:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.main_contents .rank_list img{
	width: 90px;
	padding: 15px 15px 10px 10px;
	float: left;
}
.main_contents .rank_list .book_text{
	width:100%;
	padding: 15px 10px !important;
}
.main_contents .rank_list:before{
	right: 10px;
	width: 10px;
	height: 10px;
}
.main_contents .rank_list{
	width: 95%;
	margin: 10px;
	box-sizing: border-box;
}
.main_contents .rank_list .price{
	font-size: 16px;
}
.cpn{
	margin:10px 10px 0;
	box-sizing: border-box;
}
body .wrapper .main_contents#m2function&gt;div{
	padding:0 10px 10px;
	box-sizing: border-box;
}
body .wrapper ul.list_btn{
	width: 95%;
	display: block;
	margin: 0 auto;
}
body .wrapper h2 img{
	width: 80px;
}
body .wrapper h2 span.name{
	font-size: 140%;
	padding: 0;
}
body .wrapper h2 span.name span.intro{
	font-size: 40%;
}
.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: 12px;
	padding: 8px 10px;
}

	/*-----------------------------*/
	
	.pc_view{
		display: none;
	}
}
</pre></body></html>