<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: #fff;
	line-height: 1.6;
	color: #454545;
	font-size:18px;
	font-family: "Noto Sans Japanese",sans-serif;
	font-weight: 300;
}


/*＝＝＝＝＝ボタン＝＝＝＝＝＝*/
.btn_top{
	display:block;
	box-sizing: border-box;
	background:#d30b23;
	color: #fff;
	border-radius: 4px;
	font-weight:400;
	padding: 10px;
	text-align: center;
	margin: 10px 0;
	box-shadow:3px 3px 0px 3px #9f0b26;
	font-size: 24px;
	/*▼表示用*/
	position:relative;
	/*hover用*/
	/*outline: none;*/
	border: 2px solid #9f0b26;
}
.btn_set{
	background:#00a0c6;
	box-shadow:3px 3px 0px 3px #108ba8;
	border: 2px solid #108ba8;
}
.btn_top:after{
	/*▼表示用*/
	-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: 20px;
    top: 22px;
    width: 0;
	z-index: 1;
}
/*hover用*/
.btn_top::before,
.btn_top::after {
  position: absolute;
  z-index: 2;
  display: block;
  content: '';
}
.btn_top,
.btn_top::before,
.btn_top::after {
  -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: #fff;
	color: #d30b23;
	z-index: 3;
	border: 2px solid #d30b23;
	box-shadow:3px 3px 0px 3px #d30b23;
}
.btn_set:hover{
	background-color: #fbf8be;
	color: #108ba8;
	border: 2px solid #108ba8;
	box-shadow:3px 3px 0px 3px #108ba8;
}
.btn_set:hover:after{
	border-color: transparent transparent transparent #108ba8 !important; 
}
.btn_top:hover:after{
	border-color: transparent transparent transparent #d30b23; 
}
.btn_center{
	margin:0 auto;
}

/*＝＝＝＝＝タイトル画像＝＝＝＝＝＝*/
body div.main_image{
	padding-bottom: 15px;
}
body div.main_image img{
	max-width: 1200px;
}
body div.bnr_image{
	text-align: center;
	padding: 25px 0 10px;
}
body div.bnr_image img{
	max-width: 1080px;
}

/*＝＝＝＝＝見出しコンテンツ＝＝＝＝＝＝*/
body div.top_text{
	width: 1200px;
	margin: 0 auto;
	font-size: 18px;
}
body div.top_text .desc_top_text p{
	margin: 15px 0;
	}
body div.top_text .desc_top_text span.title{
	margin: 0 0 5px;
	text-align: center;
	padding-top: 20px;
	display: block;
	font-weight: 500;
	color: #b28028;
	font-size: 24px;
	border-bottom: 1px dashed #ddd;
	}
.text_link {
    text-decoration: underline;
    padding: 15px 0 5px;
    display: block;
}
div.desc_top_text .btn_top{
	margin-top: 20px;
}
body div.top_text .desc_top_text div.new_add{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    color: #808080;
}
body div.top_text .desc_top_text div.new_add p{
	margin: 10px 0;
	padding-left: 1.5em;
    text-indent: -1.75em;
}
body div.top_text .desc_top_text p em{
    color: #b28028;
    padding: 1px 5px;
}
body div.top_text p.desc span{
	font-size:20px;
	font-weight: 200;
}

/*＝＝＝＝＝キャンペーン＝＝＝＝＝＝*/
body #cpn{
	clear: both;
	margin:40px auto 20px;
	width: 100%;
	max-width: 1200px;
	position: relative;
}
body #cpn .cpn_box{
	border:2px solid #b28028;
	padding: 10px;
	background: #fff;
}	
body #cpn .cpn_box .cpn_title{
	color: #b28028;
	text-align: center;
	font-size:22px; 
	font-weight: 400;
	line-height: 2;
}	
body #cpn .cpn_box table {
	width: 100%;
	font-size:14px; 
	line-height:1.6;
	text-align: left;
}
body #cpn .cpn_box table td {
	border-top: 1px dotted #A1A1A1;
	vertical-align: middle;
	padding:10px 0; 
}
body #cpn .cpn_box table td table td{
	border-top: none;
	padding:0; 
}
body #cpn .cpn_box table td table td span{
	color: #d30b23; 
}
body #cpn .cpn_box table td table td.dan{
	white-space:nowrap;
	vertical-align: top;
	width: 60px;
	padding: 0 5px;
}
body #cpn .cpn_box table td .item {
	line-height:1.5;
	font-weight: 400;
	white-space:nowrap;
}
body #cpn .cpn_box table .item_content .date{
	font-size:16px; 
	color:#b28028;
	font-weight: 400;
}
body #cpn .cpn_box table td em {
	font-weight: 400;
}
body #cpn .cpn_box table td .cap_text{
	color: #E3373A;
	font-size:11px;
	vertical-align:text-top;
}
body #cpn img{
	position: absolute;
    bottom: 70px;
    right: -29px;
    width: 340px;

}
/*＝＝＝＝＝メインコンテンツ＝＝＝＝＝＝*/
body div.main_contents{
	width: 1200px;
	padding: 20px 0;
	margin:0 auto;
	clear: both;
}
body div.main_contents h2{
	margin: 30px 0 20px;
    padding: 0 0 3px 10px;
    border-left: 4px solid #333;
    border-bottom: 1px solid #333;
    font-weight:400;
    font-size: 24px;
}
body div.main_contents h3{
	margin-top: 30px;
	padding:8px;
	border-bottom:1px dashed #ddd;
	font-weight:400;
	font-size: 24px;
}
body div.main_contents ul{
	padding-left: 25px;
	padding-right: 10px;
}
body div.main_contents li{
	list-style:disc;
}

/*＝＝製品の特徴＝＝*/
#feature{
	overflow: hidden;
}
#feature .heightLineParent{
	display: flex;
	flex-wrap: wrap;
}
.box_f{
	width: 33%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
}
.box_f:nth-child(3n){
	margin-right: 0;
}
.box_f img{
	margin-right: 10px;
	width: 84px;
}
.box_f_img{
	margin-right: 10px;
    width: 84px;
    display: block;
    float: left;
}
.box_f .fig_expansion{
	width: 40px;
    position: absolute;
    left: 60px;
    top: 160px;
}
.box_f p{
	font-size: 14px;
    display: block;
    float: right;
}
body div.main_contents .box_f h3{
	background: none;
    color: #b28028;
    margin: 0;
    line-height: 1.4;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
	font-size: 16px;
    font-weight: 500;
}

/*＝＝目次＝＝*/
body div.main_contents #contents table{
	margin-bottom: 20px;
	width: 100%;
}
body div.main_contents #contents table td,
body div.main_contents #contents table th{
	padding:10px;
	border:1px solid #ccc;
	vertical-align: middle;
	font-size: 16px;
}
body div.main_contents #contents table th {
    background: #f6f6f6;
    font-weight: 700;
    text-align: left;
	font-size: 18px;
}
body div.main_contents #contents table td.order{
	background: #f6f6f6;
	text-align: left;
	width:90px;
}

/*＝＝お客様のコメント＝＝*/
body div.main_contents #comment table{
	margin: 20px auto 20px;
	width: 100%;
}
body div.main_contents #comment table span{
	font-weight: 500;
	color: #0a3d62;
	background: linear-gradient(transparent 60%, #ffff66 20%);
}
body div.main_contents #comment table p{
	width: 60px;
	height: 65px;
	text-align: center;
	margin: 10px 0;
}
body div.main_contents #comment table img{
	width: 60px;
}
body div.main_contents #comment table th,body div.main_contents #comment table td{
	border-bottom: 1px solid #ddd;
	padding: 20px;
}
body div.main_contents #comment table td{
	padding: 20px;
}
body div.main_contents #comment table td em{
	color: #f99e29;
}



/*＝＝アップグレード＝＝*/
body div.main_contents #special_price{
}
body div.main_contents #special_price p{
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}
body div.main_contents #special_price p&gt;span.p_line{
	text-decoration: line-through;
	display: inline-block;
	color: #333;	
}
body div.main_contents #special_price p span.p_sp_price,
body div.main_contents #special_price span.p_sp_price{
	color: #d30b23;
}
body div.main_contents #special_price p span em{
	font-size: 28px;
	font-weight:400;
}
body div.main_contents #special_price div{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
body div div.wrapper_price {
    background: #fbfbfb;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    box-sizing: border-box;
}
body div div.wrapper_price p span{
	color: #d30b23;
}

/*＝＝セットアイテム＝＝*/
.set_item{
	width:50%;
	float:left;
}
body div.main_contents #set_item p{
	padding: 5px 0 ;
	margin: 0;
}
body div.main_contents #set_item p.caption{
	padding: 5px 0 ;
	margin: 0;
	color: #ff4444;;
	font-size: 14px;
	text-align: left;
}
body div.main_contents #set_item p span{
	font-weight: 400;
}
body div.main_contents #set_item div&gt;a&gt;p{
	text-align: center;
	font-size: 12px;
    line-height: 150%;
}
body div.main_contents #set_item h3 a{
	display: block;
}
body div.main_contents #set_item table td{
	padding: 10px 5px;
	vertical-align: top;
}
body div.main_contents #set_item table.pre td{
	text-align: center;
}
body div.main_contents #set_item table td.price_set div{
	padding:5px 10px;
	font-size:16px;
	text-align: center;
	line-height: 1.5;
	background-color:hsla(57,88%,73%,.5);
	border-radius: 5px;
}
body div.main_contents #set_item table td.price_set div span.now{
	font-weight:500; color:#d30b23; font-size:20px;
}
body div.main_contents #set_item table td.price_set div em{
	font-size:24px;
}
body div.main_contents #set_item table td.price_set div span.off{
	display: inline-block;
	background-color: #F92A2E;
	color: #fff;
	padding: 5px 8px;
	vertical-align: top;
}

/*セット商品の商品部分*/
.app_category{
	overflow:hidden;
}
div.preitem{
}
div.preitem .book_image img{
	width: 220px;
}
div.item{
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 25px;
	border-bottom:1px solid #ddd;
}
div.item h4:hover,
div.item .book_image:hover{
	opacity: 0.8;
}
div.main_contents#ebook div.item{
	border-right:solid 1px #eee;
}
div.main_contents#ebook div.item:nth-child(3n+1){
	border-right:none;
}
div.item h4{
	border-left:solid 7px #00bcd4;
	padding:10px 0 10px 5px;
	font-size: 15px;
	font-weight: 500;
}
div.item h4 span{
	color: #808080;
	font-size: 13px;
	display: block;
	margin-top: 5px;
	font-weight: 200;
}
div.item a &gt;p{
	margin: 5px 0;
}
ul.navi li a{
	vertical-align: top;
	position: relative;
}
div.item h4&gt;em{
	text-decoration: underline;
	line-height: 1.3;
}
div.item h4 span em,
.releasedate em{
	background: #ff4444;
    color: #fff;
    padding: 2px 4px;
    display: inline-block;
    margin: 0 2px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 200;
}
div.item p{
	text-align: center;
}
div.item table{
	width: 256px;
	margin: 0 auto;
	line-height: 1.2;
}
div.item table td {
}
div.item table td span{
	font-size: 12px;
	display: block;
}
div.item table td:nth-child(2){
	font-weight: 700;
}
div.item table td:nth-child(3){
	color: #ff4444;
	font-weight: 500;
	font-size: 18px;
}
div.item table td:nth-child(3) em,
div.item table td:nth-child(3) span{
	color: #454545;
	font-weight: 300;
	font-size: 12px;
}
div.item table td em{
	font-size: 12px;
}
div.item .ac{
	background: #f6f6f6;
	padding: 5px;
	box-sizing: border-box;
}
div.item table{
	width: 256px;
	margin: 0 auto;
	line-height: 1.2;
}
div.item table td {
}
div.item table td span{
	font-size: 12px;
	display: block;
}
div.item table td:nth-child(2){
	font-weight: 700;
}
div.item table td:nth-child(3){
	color: #ff4444;
	font-weight: 500;
	font-size: 18px;
}
div.item table td:nth-child(3) em,
div.item table td:nth-child(3) span{
	color: #454545;
	font-weight: 300;
	font-size: 12px;
}
div.item table td em{
	font-size: 12px;
}

/*＝＝商品詳細＝＝*/
body #last_item{
	margin-top: 40px;
}

body div#last_item&gt;div{
	background: #FFF;
	padding: 30px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	box-shadow:8px 8px 0px 0px #c3daea;
	border: 1px solid #9fbed3;
	overflow: hidden;
	background: rgba(255,255,255,0.95);
}
body div#last_item&gt;div img{
	margin:0px 28px;
	display: block;
	width: 180px;
	float: left;
	box-shadow: 8px 8px 0px 0px #d9eaf4;
	border: 1px solid #ccc;
}
/*
先行予約時はこちら
body div#last_item&gt;div img{
	margin:0 24px 0 10px;
	display: block;
	width: 230px;
	float: left;
}*/
body div#last_item&gt;div div.main_item{
	padding: 0 0 0 10px;
	float: left;
}
body div#last_item&gt;div div.main_item p.title{
	color: #0a3d62;
	font-size: 28px;
	font-weight:400;
	line-height:1.4;
	margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 0 10px;
	margin: 0;
}
body div#last_item&gt;div div.main_item p.title span{
	background: #0a3d62;
	color: #fff;
	padding: 3px 6px 5px;
	font-size: 20px;
	margin: 0 0 3px 8px;
	border-radius: 3px;
	display: inline-block;
}
body div#last_item&gt;div div.main_item p.title em{
	font-size: 20px;
	display: block;
}
body div#last_item&gt;div div.main_item p.day{
	padding-bottom: 10px;
}
body div#last_item&gt;div div.main_item p.price{
	margin: 0;
}
body div#last_item&gt;div div.main_item p.price em{
	font-size: 30px;
	font-weight:400;
}
body div#last_item&gt;div&gt;div&gt;div&gt;span{
	color: #d30b23;
    font-weight:400;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	/*　画面サイズが641px以上はここを読み込む　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width:641px) { 
.sp_view{
	display: none;
}
/*　ページ幅関連　*/
body div.main_image&gt;div, body div#last_item&gt;div
body div.main_contents #contents table td{
	width:920px;
}
body div.main_image {
    background-image: url(../../../images/naikagakusyo/main_bnr_bk.png);
    text-align: center;
    background-repeat: repeat-x;
    padding-bottom: 30px;
}
	
body div.main_image .btn_top {
    width: 920px;
}

body div.main_image&gt;div div.main_item,
body div#last_item&gt;div div.main_item{
	width: 560px;
}
body div.main_contents #set_item p.caption{
	text-align: right;
}
body div.main_contents #set_item table{
	width: 100%;
}
.btn_top{
	width: 560px;
	clear: both;
}
/*＝＝＝トップエリア＝＝＝*/	
body div.top_text .desc_top_text{
	text-align: left;
	box-sizing: border-box;
	line-height: 1.6;
	margin: auto;
}	
/*＝＝メインコンテンツ＝＝*/
body div.main_contents&gt;div{
	margin-bottom: 60px;
}
body div.main_contents #special_price img{
	width: 50%;
}
	
/*＝セット商品＝*/
div.price.pre_price{
	width: 500px;
	margin-left: 300px;
	overflow: hidden;
}
div.item{
	width: 33.3%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
div.item .book_image{
	text-align: center;
	height: 175px;	
}

}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	/*　画面サイズが640px以下はここを読み込む　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width:640px) { 
.pc_view{
	display: none;
}
.heightLineParent{
	width: 100%;
}
body{
	font-size: 16px;
}

/*＝ボタン＝*/
.btn_top:after{
	border-width: 5px 5px 5px 7px;
	top:14px;
}
a.btn_top{
    font-size: 18px;
    width: 90%;
    box-sizing: border-box;
    padding: 5px;
    box-shadow: 2px 2px 0px 2px #9f0b26;
    overflow: hidden;
    margin: 10px auto;
}
a.btn_set{
    box-shadow:2px 2px 0px 2px #108ba8;
}
a.btn_set:hover{
    box-shadow:2px 2px 0px 2px #108ba8 !important;
}
a.btn_top:hover{
    border:2px solid #d30b23;
    box-shadow:2px 2px 0px 2px #d30b23;
}
body div.main_image{
	box-sizing: border-box;
	background: #f6f6f6;
}
body div.main_image img {
    width: 100%;
}
body div.main_image a.btn_top{
    margin: 0 auto;
}	
body div.bnr_image {
    width: 100%;
}	
body div.bnr_image img {
    width: 96%;
	margin: 0 auto;
}	
/*＝＝＝トップエリア＝＝＝*/	
body div.top_text{
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
}
body div.top_text p.desc{
	font-size: 18px;	
}	
body div.top_text p.desc em{
	padding-bottom: 5px;
	display: block;
}
body div.top_text p.desc span{
	font-size:14px;
	font-weight: 200;
}
body div.top_text .desc_top_text{
	margin: 5px 10px;
}	
body div.top_text .desc_top_text span.title{
	font-size: 18px;
}	
body div.top_text .desc_top_text div.new_add{
    font-size: 14px;
    padding: 10px;
}
body div.bnr_image {
    padding: 20px 0 0;
}
/*＝＝＝キャンペーン＝＝＝*/
body #cpn {
    margin:10px auto;
    width: 95%;
}
body #cpn img{
    display: none;
}
body #cpn .cpn_box table td {
    padding:5px 0; 
}
body #cpn .cpn_box .cpn_title{
	font-size:18px; 
}		
/*＝＝＝メインコンテンツ＝＝＝*/
body div.main_contents{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
body div.main_contents&gt;div{
	margin-bottom: 45px;
}
body div.main_contents h2{
	line-height: 1.4;
	font-size: 20px;
}
body div.main_contents #special_price p{
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
}
body div.main_contents #special_price p span em{
	font-size: 22px;
}
body div.main_contents #comment table{
	margin: 0px auto 0px;
}
body div.main_contents #comment table tr td,
body div.main_contents #comment table tr th{
	padding:10px 10px 10px;
	border-bottom:1px solid #ccc;
	font-size: 14px;
}
body div.main_contents #contents table{width: 100%;}
body div.main_contents #set_item table td.image img{
	width: 130px;
}
body div.main_contents #set_item table.pre td.image img{
	width: 100%;	
}
body div.main_contents #set_item table.pre tr td{
	padding: 0 10px;
}
body div.main_contents #set_item table.pre tr:nth-child(2) td{
	padding: 10px;
}
body div.main_contents #set_item table td{
	font-size: 14px;
	line-height: 1.6;
}

	
/*＝商品説明＝*/	
#feature .box_f{
	width: 100%;
	display: block;
	margin: 0 auto 10px;
}
/*＝アップグレード＝*/	
body div.main_contents #special_price img{
	width: 100%;
}
	
/*＝セットアイテム＝*/	
.bnr_set img{
	width: 100%;
}
div.item{
	width: 100%;
}
div.item table{
	margin: auto;
}
div.item .book_image{
	text-align: center;
}
	
/*＝商品説明＝*/
	
body div.main_item p.day{
    padding-bottom: 5px;
}
body div#last_item&gt;div div.main_item p.price{
    font-size: 18px;
}
body div.main_image&gt;div div.main_item p.price em{
    font-size: 20px;	
}
body div.main_item p.price .p_sp_price{
    color: #d30b23;
}
	
}

</pre></body></html>