<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;
  text-align: left;
}
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;
}
body header {
  background: #ffffff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
body header div {
  margin: 0 auto;
}
body header div h1 {
  display: inline-block;
  margin: 0;
}
body header div &gt; img {
  height: 50px;
  float: right;
  display: inline-block;
}
.main_image {
  text-align: center;
  padding-bottom: 8px;
}
.main_image img.top_cpn {
  width: 100%;
  max-width: 1200px;
}
.top_text .desc_top_text {
  margin-top: 15px;
  line-height: 1.8;
}
.top_text .desc_top_text a {
  text-decoration: underline;
  color: #00a4bf;
}
.top_text .desc_top_text p {
  padding: 8px;
}
.top_text .desc_top_text table td {
  font-size:14px;
  vertical-align: top;
}

body #cpn {
  clear: both;
  margin: 24px auto 24px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 0 16px;
}
body #price {
  clear: both;
  margin: 20px auto 20px;
  width: 100%;
  max-width: 800px;
  position: relative;
}
body #cpn .cpn_box {
  border: 1px solid #454545;
  padding: 8px 16px 4px;
  background: #fff;
  font-size:14px;
}
body #cpn .cpn_box .cpn_cap {
  font-size: 14px;
}
body #cpn .cpn_box .cpn_title {
  color: #454545;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  padding-bottom: 8px;
}
body #cpn .cpn_box table {
  width: 100%;
  line-height: 1.6;
  text-align: left;
}
body #cpn .cpn_box table td {
  border-top: 1px dotted #A1A1A1;
  vertical-align: middle;
  padding: 8px 0;
}
body #cpn .cpn_box table td .item {
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
}
body #cpn .cpn_box .item_content table {
  width: 75%;
}
body #cpn .cpn_box .item_content table th {
  vertical-align: top;
}
body #cpn .cpn_box .item_content table td {
  border: none;
  padding: 0;
}
body #cpn .cpn_box .item_content span {
  color: #CC1818;
  font-weight: 300;
}
body #cpn .cpn_box .item_content span span {
  font-size:14px;
}
body #cpn .cpn_box table td em {
  font-weight: 300;
}
body #cpn .cpn_box table td .cap_text {
  color: #E3373A;
  font-size:10px;
  vertical-align: text-top;
}
body #cpn img {
  position: absolute;
  bottom: 70px;
  right: -29px;
  width: 340px;
}
.btn_top {
  display: block;
  box-sizing: border-box;
  background: #BA1064;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  margin: 8px 0;
  font-size: 18px;
  /*▼表示用*/
  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;
}
.btn_set:after {
  top: 22px;
}
.btn_set:hover {
  background-color: #0000B2;
  color: #fff;
}
.btn_set:hover:after {
  border-color: transparent transparent transparent #fff !important;
}
.btn_top:hover:after {
  border-color: transparent transparent transparent #0000B2;
}
.btn_center {
  margin: 10px auto 0;
}
.top_text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.top_text p {
  font-weight: 300;
}
.top_text .desc {
  font-size:28px;
  font-weight: 600;
  line-height: 1.4;
  padding: 20px 0 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  color: #CC1818;
  letter-spacing: 0.1rem;
}
body .list_area{
  padding: 16px 0;
  width: 100%;
}
body .list_area ul.list_btn{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  list-style: none;
}
body .list_area .list_btn li{
  width: 24%;
  margin: 0 0.5%;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #000066;
  color: #000066;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
body .list_area .list_btn li a{
  display: block;
  opacity: 0.9;
  color: #000066;
  font-weight: 600;
  padding: 8px;
  text-decoration: none;
}
body .list_area .list_btn li a:hover {
  background-color: #F2F2F7;
  color: #000066;
  z-index: 3;
}
.main_contents #book_text {
  margin-bottom: 24px;
}
.main_contents #book_text span{
  padding: 0.25em 0 0 0.55em;
  color: #494949;
  background: transparent;
  border-left: solid 8px #BA1064;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-top: 8px;
}
.main_contents #book_text table{
  margin: 8px 0 16px;
}
.main_contents #book_text table td{
  vertical-align: top;
}
.main_contents #upg_price div.wrapper_price {
  background: #fbfbfb;
  padding: 15px 20px 10px;
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
.main_contents #upg_price div.wrapper_price p {
  font-weight: bold;
  border-bottom: 1px dotted #CC1818;
  color: #CC1818;
}
 .main_contents #upg_price div.wrapper_price em {
  color: #CC1818;
  font-size: 18px;
  font-weight: 600;
}
.main_contents #upg_price div.wrapper_price em span {
  color: #CC1818;
  font-size:14px;
}
.main_contents #upg_price div.wrapper_price span {
  font-size:14px;
}
.main_contents #upg_price div.wrapper_price .btn_center {
  margin-bottom: 20px;
}
.main_image &gt; div p.price em {
  font-size: 26px;
  font-weight: 300;
}
.main_image &gt; div p.point, div.top_text p.point {
  font-size: 18px;
}
.main_image &gt; div p.point span, div.top_text p.point span {
  color: #bb0323;
  font-weight: 300;
}
div.top_text p.point {
  text-align: center;
}
.text_link {
  text-decoration: underline;
  margin-top: -4px;
  padding-bottom: 8px;
  display: block;
}
.main_contents {
  width: 100%;
  max-width: 1200px;
  padding: 16px;
  margin: 0 auto;
  clear: both;
}
.main_contents h2 {
  margin: 48px 0 16px;
  padding: 0 0 3px 10px;
  border-left: 4px solid #284457;
  border-bottom: 1px solid #284457;
  font-weight: 600;
  color: #284457;
  font-size: 1.375em
}
.main_contents #feature table {
  margin: 8px 0 2px;
  width: 100%;
}
.main_contents #feature table td,
.main_contents #feature table th {
  vertical-align: middle;
  font-size: 14px;
}
.main_contents #feature table th span {
  font-weight: 600;
}
.main_contents #feature table td.order{
  border-bottom: 1px solid #ddd;
  padding: 10px 0 10px 10px;
  text-align: left;
  width:60px;
}
.main_contents #feature table.tp_table td, 
.main_contents #feature table.tp_table th{
	line-height: 2.5;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 4px 6px 4px 15px;
	border-bottom: 1px solid #eee;
}
.main_contents #feature table.cp_table td, 
.main_contents #feature table.cp_table th{
	line-height: 2.5;
	padding: 4px 6px 4px 15px;
	border-bottom: none;
}
.main_contents #feature table.cp_table th{
	border-bottom: 1px solid #eee;
}
.main_contents #feature table.cp_table td{
	border-bottom: 1px solid #eee;
	padding: 2px 0 2px 25px;
}
.main_contents #feature table.cp_table td.cp_dan{
	border-bottom: none;
	padding: 4px 0 4px 45px;
	line-height: 1.8;
}
.main_contents #feature table.cp_table td.cp_dan2{
	border-bottom: none;
	padding: 4px 0 4px 90px;
	line-height: 1.8;
}
.main_contents #feature table.cp_table td.cp_dan3{
	border-bottom: none;
	padding: 4px 0 4px 115px;
	line-height: 1.8;
}
.main_contents #comment table {
	width: 100%;
	margin-bottom: 40px;
}
.main_contents #comment table span {
	font-weight: 500;
	color: #4a7cd3;
}
.main_contents #comment table td p {
  margin-bottom: 4px;
}
.main_contents #comment table em {
  color: #f99e29;
  font-weight: 300;
  font-size: 140%;
}
.main_contents #comment table img {
  width: 60px;
}
.main_contents #comment table th,
.main_contents #comment table td {
  border-bottom: 1px solid #ddd;
  padding: 18px;
}
.main_contents #comment table td {
  padding: 15px 10px;
  font-size:14px;
}
.main_contents #comment .voice {
  padding: 10px;
  font-size: 75%;
  border-bottom: 1px dashed #ddd;
}
.main_contents #comment.voice em {
  color: #f99e29;
  font-weight: 300;
  font-size: 150%;
}
.main_image &gt; div p.point, div.top_text p.point {
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
}
.main_contents .set_item {
  width: 50%;
  float: left;
}
.main_contents #set_item h3 {
  font-weight: 600;
  font-size: 120%;
  margin-bottom: 20px;
  padding: 15px;
  color: #00bcd4;
  background: #f6f6f6;
}
.main_contents .contents .text_box, .main_contents #set_item .text_box {
  display: block;
  text-align: right;
  font-size:10px;
  padding-bottom: 5px;
}
.main_contents #set_item p {
  font-weight: 300;
}
.main_contents #set_item p span {
  font-weight: 300;
  font-size: 12px;
}
.main_contents #set_item p.features {
  text-align: center;
  font-size:12px;
  padding-bottom: 10px;
  color: #454545;
  font-weight: 300;
}
.main_contents #set_item .item_container {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.main_contents #set_item .pre_item_description {
  padding: 20px;
}
.main_contents #set_item h5 {
  color: #454545;
  font-size:14px;
  font-weight: 600;
  padding: 8px 0 0;
}
.main_contents #set_item .pre_container h4 {
  font-size: 18px;
  font-weight: 300;
}
.main_contents #set_item .pre_item_description .price {
  padding: 16px 0 0;
}
.main_contents #set_item .pre_item_description .price p {
  text-align: left;
  padding-top: 16px;
  font-size:14px;
  font-weight: 300;
  line-height: 1.5;
}
.main_contents #set_item .pre_item_description .price p:nth-child(3) {
  padding-top:0;
  font-size:14px;
}
.main_contents #set_item .pre_item_description .price p:nth-child(3) span {
  font-size: 18px;
  font-weight: 600;
  padding-top: 0;
  color: #CC1818 !important;
}
.main_contents #set_item .pre_item_description .price p.point {
  font-size: 18px;
  color: #CC1818;
  line-height: 1.4;
}
.main_contents #set_item .pre_item_description .price p span {
  font-size:14px;
  color: #454545;
  font-weight: normal;
}
.main_contents #set_item .pre_item_description .price em {
  font-size:10px;
  color: #454545;
  font-weight: normal;
  padding-left: 4px;
}
.main_contents #set_item .pre_item_description .btn_box {
  width: 100%;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.main_contents #set_item .pre_item_description .btn_box span,
.main_contents #set_item .pre_item_description .price span{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.main_contents #set_item .pre_item_description .btn_box .btn_top,
.main_contents #set_item .pre_item_description .price .btn_top{
  padding: 8px 16px;
  text-align: left;
  margin: 8px 3px;
  width: 48%;
  font-size: 18px;
}
.main_contents #set_item .pre_item_description .price .btn_top{
  width: 97%;
}
.main_contents #set_item .pre_item_description ul {
  list-style: disc;
  line-height: 1.7;
  padding: 8px 0 0 24px;
  font-size:14px;
}
.main_contents #set_item .pre_item_description li {
  list-style: disc;
}
.main_contents #set_item .pre_item_description ul li.link {
  list-style: none;
}
.main_contents #set_item .pre_item_description ul a {
  text-decoration: underline;
  color: #00a4bf;
}
.main_contents #set_item h3 a {
  display: block;
}
.main_contents #set_item table td {
  padding: 10px 2px;
  vertical-align: top;
}
.main_contents #set_item table.pre td {
  text-align: center;
}
body #function h4 {
  padding: 8px;
  border-radius: 5px;
  font-weight: 300;
  font-size: 20px;
}
#feature {
  overflow: hidden;
}
#feature .heightLineParent {
  display: flex;
  flex-wrap: wrap;
}
.main_contents .box_f, .main_contents .box_m, .main_contents .box_l {
  width: 33.3%;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 10px;
  position: relative;
}
.main_contents .box_s {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 8px 24px;
  position: relative;
}
.main_contents .box_s span {
  font-weight: bold;
}
.main_contents .box_f img, .main_contents .box_m img, .main_contents .box_l img {
  margin: 0 16px 8px 0;
  width: 90px;
}
.main_contents .box_s img {
  margin: 0 24px 16px 0;
  width: 120px;
}
.box_f p, .box_s p, .box_m p, .box_l p {
  font-size:14px;
  display: block;
  padding-bottom: 8px;
  line-height: 1.7;
}
.main_contents .box_f h4, .main_contents .box_s h4, .main_contents .box_m h4, .main_contents .box_l h4 {
  font-size: 18px;
}
.main_contents .box_f h3, .main_contents .box_s h3, .main_contents .box_m h3, .main_contents .box_l h3 {
  background: none;
  color: #CC1818;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  margin: 0 0 16px;
  padding: 8px 0;
  font-size:14px;
  font-weight: 300;
}
.main_contents li {
  font-size:14px;
  padding-bottom: 2px;
}
.main_contents .symptom {
  padding-top: 7px;
  font-size:10px;
  display: block;
}
.main_contents .box_s .fig_expansion, .main_contents .box_s .fig_expansion_2, .main_contents .box_f .fig_expansion, .main_contents .box_f .fig_expansion_2, .main_contents .box_m .fig_expansion, .main_contents .box_m .fig_expansion_2, .main_contents .box_l .fig_expansion, .main_contents .box_l .fig_expansion_2, .main_contents .box_l .fig_expansion_3{
  width: 40px;
  border: none;
  position: absolute;
}
.main_contents .box_f .fig_expansion, .main_contents .box_f .fig_expansion_2, .main_contents .box_m .fig_expansion, .main_contents .box_m .fig_expansion_2, .main_contents .box_l .fig_expansion, .main_contents .box_l .fig_expansion_2, .box_l .fig_expansion_3 {
  left: 60px;
}
.main_contents .box_s table.cp_table{
	
}

.main_contents .cap_text {
  font-size:10px;
  display: block;
  margin-top: 5px;
}

.main_image &gt; div div.main_item p.price em, div.top_text p.price em {
  font-size: 30px;
  font-weight: 300;
  color: #bb0323;
}
/*ーーーーーーーaccordionーーーーーーーーーー*/
.cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.cp_actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.cp_actab label {
  line-height: 2.5;
  position: relative;
  display: block;
  cursor: pointer;
  font-size:14px;
  border-bottom: 1px solid #eee;
}
.cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  color: #333333;
}
.cp_actab .cp_actab-content p {
  margin: 0 0 16px;
  font-size: 0.825;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
  max-height: 200em;
}
/* Icon */
.cp_actab label::after {
  line-height: 2.5;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2em;
  height: 2em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
  content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
/*ーーーーーーーセット商品部分ーーーーーーーーーー
（セット商品LPと同じ）*/
.app_category {
  overflow: hidden;
  padding-top: 15px;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
}
div.preitem .book_image img {
  width: 260px;
}
div.item {
  margin-bottom: 25px;
}
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: 8px 0 8px 8px;
  font-size:14px;
}
div.item h4 span {
  color: #808080;
  font-size:10px;
  display: block;
  margin: 4px 4px 0;
  font-weight: 300;
}
div.item a &gt; p {
  margin: 5px 0;
}
ul.navi li a {
  vertical-align: top;
  position: relative;
}
div.item h4 &gt; em {
  color: #00a4bf;
  font-weight: 600;
}
div.item h4 em span {
  display: inline-block;
  font-size:10px;
  color: #00a4bf;
  text-decoration: underline;
  font-weight: 600;
  margin: 0;
  padding: 0 4px;
  vertical-align: baseline;
}
div.item h4 span em {
  background: #CC1818;
  color: #fff;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 4px 0 0;
  border-radius: 2px;
  font-size:10px;
  font-weight: 200;
}
div.item h4 span em.point {
  background: #EBEBEB;
  color: #ADADAD;
}
div.item h4 span em.point2 {
  background: #FFE287;
  color: #333;
}
div.item p {
  text-align: center;
}
div.item .book_image {
  width: 100%;
}
div.item table {
  margin: 0 auto;
  line-height: 1.2;
}
div.item table td:nth-child(2) {
  font-weight: 600;
}
div.item table td:nth-child(3) {
  color: #CC1818;
  font-weight: 600;
  font-size:14px;
}
div.item table td:nth-child(3) em, div.item table td:nth-child(3) span {
  color: #454545;
  font-weight: 300;
  font-size:10px;
}
div.item table td span {
  font-size:10px;
  display: block;
}
div.item table td.point {
  color: #CC1818;
  font-weight: 600;
  font-size:14px;
}
div.item table td.point span {
  font-size:10px;
  font-weight: 300;
  display: inline;
  padding-right: 5px;
}
div.item table td.point em:nth-child(n) {
  color: #454545;
  font-weight: 300;
}
div.item table td em {
  font-size:10px;
}
div.top_return {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 999;
}
div.top_return a {
  display: block;
  text-decoration: none;
  background: #000;
  padding: 10px 15px 10px 10px;
  padding: 10px 15px 10px 10px;
  border-radius: 5px;
  color: #FFF;
  font-weight: 100;
  z-index: 0;
  opacity: 0.6;
}
@media screen and (min-width:641px) {
  /*　画面サイズが641px以上はここを読み込む　*/
  .sp_view {
    display: none;
  }
  .bnr_set img {
    margin: 0 auto;
    width: 100%;
  }
  .bnr_matome img {
    margin: 20px auto 0;
    width: 100%;
  }
  .main_image {
    background-image: url(../../../images/toutyokui_2023/main_bnr_bk2.png);
    text-align: center;
    background-repeat: repeat-x;
    padding-bottom: 8px;
  }
  .main_image &gt; div {
    width: 1200px; 
  }
  .main_contents #contents table td {
    width: 1200px;
  }
  .main_contents #upg_price div.wrapper_price {
    line-height: 1.8;
    margin: 24px auto 16px;
  }
  .main_contents #upg_price div.wrapper_price p {
    font-weight: bold;
    font-size:22px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
    color: #CC1818;
  }
  .main_contents #cpn .item_content table th,
  .main_contents #cpn .item_content table td {
    white-space: nowrap;
    padding-right: 5px;
  }
  .main_contents #set_item table {
    margin: 0 auto;
  }
  .main_contents #set_item table td {
    white-space: nowrap;
    font-size:14px;
  }
  .main_contents #set_item .pre_container .item img {
    width: 323px;
    -webkit-backface-visibility: hidden;
  }
  .btn_top {
    margin: 16px auto;
    clear: both;
    line-height: 1.6;
  }
  .main_contents #comment .btn_top,
  .main_contents #upg_price .btn_top,
  .main_image_cpn .btn_top,
  .main_contents .btn_set {
    width: 80%;
    max-width: 1000px;
  }
  .main_image .btn_top {
    margin: 16px auto;
  }
  .main_contents &gt; div {
    margin-bottom: 40px;
  }
 .main_contents &gt; div#upg_price {
    margin-bottom: 8px;
  }
  .wrapper_cpn div.main_contents &gt; div {
    background: #fff;
    border-radius: 10px;
    margin: 60px 0 !important;
  }
  /*ーーーーーセット商品部分ーーーーーー*/
  div.price.pre_price {
    width: 500px;
    margin-left: 300px;
    overflow: hidden;
  }
  ul.navi {
    width: 1200px;
    margin: 0px auto;
    box-sizing: border-box;
  }
  ul.navi li {
    background: #00bcd4;
    margin: 15px 10px 15px 0;
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
    width: 297px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 4px 0px 0px #0f8e9e;
  }
  ul.navi li:last-child {
    margin: 15px 0 15px 0;
  }
  ul.navi li:hover {
    opacity: 0.7;
  }
  ul.navi li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 35px;
    font-size: 18px;
    box-sizing: border-box;
  }
  ul.navi li a em {
    background: #ff4444;
    color: #fff;
    padding: 5px 4px;
    display: inline-block;
    margin-right: 6px;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 200;
    position: absolute;
    left: 15px;
    top: 12px;
  }

  #box-item1 .item, #box-item2 .item, #box-item3 .item, #box-item4 .item, #box-item5 .item, #box-item6 .item, #box-item7 .item, #box-item8 .item {
    width: 55%;
  }
  #box-item1 .pre_item_description, #box-item2 .pre_item_description, #box-item3 .pre_item_description, #box-item4 .pre_item_description, #box-item5 .pre_item_description, #box-item6 .pre_item_description, #box-item7 .pre_item_description, #box-item8 .pre_item_description {
    width: 45%;
  }
  div.item {
    width: 33.3%;
    margin-bottom: 24px;
    float: left;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  div.item .book_image {
    text-align: center;
    min-height: 170px;
  }
  div.item .book_image img {
    width: 215px;
  }
  .fig_upgrade {
    display: block;
    margin: 16px auto;
  }
  .wrapper_cpn {
    background: #fff;
  }
  .main_contents .box_m h3 {
    min-height: 55px;
  }
  .main_contents .box_l h3 {
    min-height: 75px;
  }
  .main_contents .box_s .fig_expansion, .main_contents .box_s .fig_expansion_2, .main_contents .box_f .fig_expansion, .main_contents .box_f .fig_expansion_2, .main_contents .box_m .fig_expansion, .main_contents .box_m .fig_expansion_2, .main_contents .box_l .fig_expansion, .main_contents .box_l .fig_expansion_2, .box_l .fig_expansion_3 {
    top: 200px;
  }
  .main_contents .box_s .fig_expansion, .main_contents .box_s .fig_expansion_2 {
  left: 90px;
}
  .main_contents .box_s .fig_expansion {
    top: 240px;
  }
  .main_contents .box_s .fig_expansion_2 {
    top: 230px;
  }
  .main_contents .box_l .fig_expansion {
    top: 240px;
  }
  .main_contents .box_l .fig_expansion_2 {
    top: 220px;
  }
  .main_contents .box_l .fig_expansion_3 {
    top: 220px;
  }
  .main_contents .box_f .fig_expansion {
    top: 175px;
  }
}
/* バナーエリア */
.link-banner {
    max-width: 1200px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px auto 64px;
    text-align: center;
}

.link-banner a:hover  {
    opacity: .75
}

@media screen and (max-width:640px) {
  /*　画面サイズが640px以下はここを読み込む　*/
  .heightLineParent {
    width: 100%;
  }
  .cp_actab label {
    font-size:14px;
  }
  .cp_actab .cp_actab-content p {
    font-size:14px;
  }
  div.item .book_image img {
    width: 200px;
  }
  body .list_area ul.list_btn{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  body .list_area .list_btn li{
    width: 32.3%;
    font-size: 14px;
    margin:0.5%;
  }
  body .list_area .list_btn li a {
    padding: 10px 6px;
  }
  body .list_area .list_btn ::after {
    border-width: 5px 5px 5px 7px;
    right: 5px;
    top: 15px;
  }
  .main_contents #set_item .pre_item_description .price p {
    padding-top: 8px;
  }
  .main_contents #set_item .pre_item_description .price p.point, .main_contents #set_item .pre_item_description .price p:nth-child(3) {
    font-size:14px;
  }
  .main_contents #set_item .pre_container h4 {
    font-size: 18px;
  }
  #feature .box_f {
    margin: 0 auto 10px;
  }
  .main_contents .box_s img {
    width: 85px;
  }
  .main_contents .box_f p, .main_contents .box_m p, .box_l p {
    font-size:14px;
    display: block;
  }
  .bnr_set img {
    width: 100%;
  }
  .main_contents .box_f, .main_contents .box_m, .main_contents .box_s, .main_contents .box_l {
    width: 100%;
    display: block;
    padding: 0;
  }
  .main_contents .box_s {
    padding-bottom: 24px;
  }
  .main_contents .box_f .fig_expansion, .main_contents .box_f .fig_expansion_2, .main_contents .box_m .fig_expansion, .main_contents .box_m .fig_expansion_2, .main_contents .box_l .fig_expansion, .main_contents .box_l .fig_expansion_2, .main_contents .box_l .fig_expansion_3, .main_contents .box_l .fig_expansion_4, .main_contents .box_s .fig_expansion, .main_contents .box_s .fig_expansion_2 {
    left: 50px;
  }
  .main_contents .box_l .fig_expansion {
    top: 175px;
  }
  .main_contents .box_l .fig_expansion_2 {
    top: 200px;
  }
  .main_contents .box_l .fig_expansion_3 {
    top: 168px;
  }
  .main_contents .box_l .fig_expansion_4 {
    top: 165px;
  }
  .main_contents .box_s .fig_expansion {
    top: 160px;
  }
  .main_contents .box_s .fig_expansion_2 {
    top: 125px;
  }
  .main_contents .box_f .fig_expansion {
    top: 170px;
  }
  .main_contents .box_f .fig_expansion_2 {
    top: 185px;
  }
  .main_contents .box_m .fig_expansion {
    top: 165px;
  }
  .main_contents .box_m .fig_expansion_2 {
    top: 170px;
  }
  .main_contents .box_s h4 {
    padding: 10px 0 0;
  }
  .main_contents h2 + p {
    font-size:14px;
  }
  body {
    font-size: 18px;
  }
  body header div {
    width: 100% !important;
    box-sizing: border-box;
  }
  .main_image {
    box-sizing: border-box;
	padding-bottom: 0;
  }
  .main_image &gt; div {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: auto;
    box-shadow: none;
  }
  .wrapper_cpn {
    margin: 20px 0 0;
  }
  .main_contents h2 {
    line-height: 1.4;
    font-size: 18px;
    margin: 32px 0 8px;
  }
  .top_text p.desc span {
    font-size:14px;
    font-weight: 300;
  }
  .top_text {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 0;
    font-size:14px;
  }
  .top_text .desc_top_text {
    display: block !important;
    font-size:18px;
  }
  .top_text .desc_top_text p {
    font-size:14px;
    padding: 8px;
  }
  .main_contents #book_text {
    font-size: 14px;
  }
  .top_text p.desc {
    font-size:20px;
    padding: 16px 2px 8px;
  }
  .main_image &gt; div p.desc {
    clear: both;
  }
  .main_image &gt; div div.main_item p.price {
    font-size: 18px;
  }
  .main_image &gt; div div.main_item p.price em {
    font-size: 20px;
  }
  .btn_top:after {
    border-width: 5px 5px 5px 7px;
    top: 14px;
  }
  .btn_set:after {
    top: 14px;
  }
  div#cpn {
    margin: 6px auto 16px;
    padding: 0;
    width: 95%;
  }
  div#cpn .cpn_box {
    padding: 8px;
  }
  div#cpn .cpn_box .item_content table {
    width: 100%;
  }
  div#cpn .cpn_box .item_content table th, 
  div#cpn .cpn_box .item_content table td {
    display: block;
    vertical-align: top;
  }
  div#cpn .cpn_box .item {
    padding: 8px 8px 0 0;
  }
  div#cpn .cpn_box .item_content table:nth-child(2) th, 
  div#cpn .cpn_box .item_content table:nth-child(2) td {
    display: table-cell;
  }
  .bnr_matome img {
    margin: 20px auto 0;
    width: 100%;
  }
  .main_image &gt; div p.desc {
    display: block;
    margin-top: 0px;
    border-top: 1px dashed #ddd;
    font-size: 18px;
    padding: 10px 0;
  }
  .main_contents #set_item .text_box {
    font-size:10px;
  }
  .main_contents #set_item .pre_item_description ul {
    padding: 8px 0 16px 24px;
  }
  a.btn_top {
    font-size: 18px;
    width: 96%;
    box-sizing: border-box;
    padding: 8px;
    overflow: hidden;
    margin: 8px auto 8px;
  }
  .btn_top { /*button用*/
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    margin: 10px;
  }
  .main_contents {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .main_contents #upg_price p {
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .main_contents #upg_price .fig_upgrade {
    width: 80%;
    display: block;
    margin: 5px auto 0;
  }
  .main_contents #upg_price .wrapper_price {
    margin: 20px auto 10px;
    padding: 15px 10px 10px;
    font-size:14px;
  }
  .main_contents #upg_price .wrapper_price em {
    font-size: 1.25em;
  }
  .main_contents #comment table {
    margin: 0px auto 20px;
    width: 100%;
  }
  .main_contents #comment table img {
    width: 50px;
  }
  .main_contents #comment table tr td, .main_contents #comment table tr th {
    padding: 8px 8px 16px;
    border-bottom: 1px solid #ccc;
    font-size:14px;
  }
  .main_contents #set_item table td {
    font-size:14px;
    line-height: 1.6;
  }
  .main_contents #set_item  td.image img {
    width: 130px;
  }
  .main_contents #set_item .pre td.image img {
    width: 100%;
  }
  .main_contents #set_item .pre tr td {
    padding: 0 10px;
  }
  .main_contents #set_item .pre tr:nth-child(2) td {
    padding: 10px;
  }
  .main_contents #set_item .pre_item_description {
    padding: 0;
  }
  .main_contents #set_item .pre_item_description .price {
    padding-top: 0;
  }
  .main_contents #set_item .pre_item_description .price .price_down {
    padding: 2px 4px;
    font-size:10px;
  }
  .main_contents #set_item .pre_item_description .btn_box .btn_top {
    padding: 8px 12px;
    text-align: left;
    margin: 8px 2.5px;
    width: 48.5%;
    font-size: 14px;
  }
  .main_contents #set_item &gt; div table td.image_pre img {
    width: 90%;
  }
  .main_contents &gt; div {
    margin-bottom: 8px;
  }
  /*セット商品部分*/
  div.item {
    width: 100%;
	margin-bottom: 5px;
  }
  div.item.pre img {
    width: 100%;
  }
  div.item table {
    margin: auto;
  }
  div.item .book_image {
    text-align: center;
  }
  .link-banner img{
	width: 100%;
  }
  .pc_view {
    display: none;
  }
}</pre></body></html>