@charset "utf-8";

/*
#cboxContent{ padding:60px; }
#cboxLoadedContent{ margin-bottom:0; }
#cboxTitle{ position:relative; top:10px; line-height:1.428; }
#cboxPrevious{ left:18px; }
#cboxNext{ right:18px; }

.cboxPhoto{ border:none; }
#cboxLoadedContent{ margin-bottom:30px; }
#cboxTitle{ top:-20px; }


/*==================================
トップ
==================================*/
.price #contents .btnBox {
  background: #aeb6ba url(../img/common/icon_01_090.png) no-repeat 913px 42px;
  background-size: 40px auto;
}
.price #contents .btnBox a {
  display: table-cell;
  width: 980px;
  height: 120px;
  padding-left: 45px;
  font-size: 32px;
  color: #fff;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .price #contents .btnBox {
    background-position: right 20px center;
    background-size: 20px;
  }
  .price #contents .btnBox a {
    display: table-cell;
    font-size: 18px;
    padding-left: 20px;
    height: 60px;
  }
  .price .navWrap .btnBox {
    background: none;
  }
}
.price .idxBtn > a,
.price .idxBtn .lnkList {
  padding: 0 0 0 30px;
}
.price .idxBtn .lnkList ul li a {
  font-size: 19px;
  display: inline;
  padding: 25px 45px 25px 0;
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .price .idxBtn > a,
  .price .idxBtn .lnkList {
    padding: 0 0 0 25px;
  }
  .price .idxBtn .lnkList ul li a {
    display: block;
    font-size: 14px;
    background-size: 20px auto;
    background-position: left 130px center;
    height: inherit;
    margin: 0;
    padding: 0;
  }
}

/*==================================
価格表共通
==================================*/

/*各パーツ*/
.priceInner #contents h3 {
  margin-bottom: 30px;
}

.priceInner #contents p.attention {
  background: url(../img/common/icon_09_001.png) no-repeat 0 5px;
  background-size: 28px auto;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.63;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.priceInner .lineBox .attention span {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 750px) {
  .priceInner #contents p.attention {
    background-size: 25px auto;
    font-size: 20px;
  }
}
.priceInner .lnkBtn {
  margin-bottom: 50px;
}
.priceInner .secBlk .txt {
  margin-bottom: 50px;
}
.priceInner .formBtn {
  display: inline-block;
  background: #aeb6ba;
  border: none;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

/*タイトル＋イメージ*/
.priceInner .ttl {
  margin-bottom: 70px;
}
.priceInner .ttl h2 {
  float: left;
}
.priceInner .ttl h2 span {
  display: inline-block;
  background: #23ace8;
  font-size: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  padding: 5px 10px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.priceInner .ttl .img {
  float: right;
}
@media screen and (max-width: 750px) {
  .priceInner .ttl {
    margin-bottom: 33px;
  }
  .priceInner .ttl h2 {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 0 !important;
  }
  .priceInner .ttl h2 span {
    margin-top: 10px;
    font-size: 16px;
    padding: 5px;
    white-space: nowrap;
  }
  .priceInner .ttl .img {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .priceInner .ttl .img img {
    height: inherit;
  }
}
/*タブ（ソフトorハード）*/
.priceInner .typeTab {
  box-sizing: border-box;
  margin: 0 -10px -2px;
}
.priceInner .typeTab li {
  float: left;
  box-sizing: border-box;
  width: 49%;
  font-size: 28px;
  text-align: center;
  z-index: -1;
  padding: 0 0 0 10px;
}
.priceInner .typeTab li:last-child {
  padding: 0 10px 0 0;
  float: right;
}
.priceInner .typeTab li.select {
  background: #fff;
  z-index: 1;
}
.priceInner .typeTab li span,
.priceInner .typeTab li a {
  display: inline-block;
  color: #fff;
  background-color: red;
  border: solid 2px #aeb6b8;
  border-bottom: none;
  background-color: #fff;
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
}
.priceInner .typeTab li a {
  background: #aeb6ba;
}
.priceInner .typeTab li a:hover {
  opacity: 0.7;
}
.priceInner .typeTab li span {
  color: #111;
}
.priceInner .typeTab li.disabled span {
  background: #aeb6ba;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .priceInner .typeTab li {
    font-size: 18px;
  }
  .priceInner .typeTab li span,
  .priceInner .typeTab li a {
    padding: 10px 0;
  }
}

/*タブ内コンテンツ*/
.priceInner .typeBox {
  border: solid 2px #aeb6b8;
  padding: 58px 38px;
}
@media screen and (max-width: 750px) {
  .priceInner .typeBox {
    padding: 20px;
  }
}
/*基本価格テーブル*/
.priceInner .priceTbl {
  background-color: #fff;
  width: 100%;
}
.priceInner .priceTbl thead th {
  background: #666;
  width: 100px;
  color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.priceInner .priceTbl thead th:first-child {
  background: #fff;
  color: #111;
}
.priceInner .priceTbl th,
.priceInner .priceTbl td {
  border: solid 1px #acadae;
  padding: 12px 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 15px;
}
.priceInner .priceTbl td {
  padding-right: 10px;
  text-align: right;
  letter-spacing: -0.03em;
}
.priceInner .priceTbl .none td {
  text-align: center;
}
.priceInner .priceTbl td:first-child {
  padding-left: 10px;
  text-align: left;
}
.priceInner .priceTbl .even td {
  background: #eeeded;
}
@media screen and (max-width: 750px) {
  .priceInner .priceTbl thead th:first-child,
  .priceInner .priceTbl td:first-child {
    width: 10px;
  }
  .priceInner .priceTbl td:first-child {
    padding: 0;
    text-align: center;
    vertical-align: middle;
  }
  .priceInner .priceTbl td span {
    display: block;
  }
  .priceInner .priceTbl th,
  .priceInner .priceTbl td {
    font-size: 10px;
  }
  .priceInner .priceTbl td {
    padding-right: 1px;
  }
}
@media screen and (max-width: 400px) {
  .priceInner .tableWrap {
    overflow-x: scroll;
  }
}
/*色校正・PP加工テーブル*/
.priceInner .proofTbl {
  width: 100%;
}
.priceInner .proofTbl th,
.priceInner .proofTbl td {
  border: solid 1px #acadae;
  padding: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.priceInner .proofTbl thead th {
  background: #eeeded;
}
.priceInner .proofTbl thead th:first-child {
  background: #fff;
  width: 80px;
}
.priceInner .proofTbl .body {
  width: 186px;
}
.priceInner .proofTbl .cover {
  width: 300px;
}
.priceInner .proofTbl td:first-child {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .priceInner .proofTbl th,
  .priceInner .proofTbl td {
    font-size: 13px;
  }
}
/*標準仕様(概要)*/
.priceInner .specLst {
  margin-bottom: 25px;
}
.priceInner .specLst tr {
  background: url(../img/common/line_4_1_979798.png) repeat-x top;
}
.priceInner .specLst tr:first-child {
  background: none;
}
.priceInner .specLst th,
.priceInner .specLst td {
  padding: 12px 0;
  text-align: left;
  line-height: 1.875;
  vertical-align: top;
}
.priceInner .specLst tr:first-child th,
.priceInner .specLst tr:first-child td {
  padding-top: 0;
}
.priceInner .specLst th {
  width: 155px;
}
.priceInner .specLst td {
  width: 465px;
}
@media screen and (max-width: 750px) {
  .priceInner .specLst th {
    width: 110px;
  }
  .priceInner .specLst td {
    width: inherit;
  }
}
/*標準仕様テーブル*/
.priceInner .specTbl th,
.priceInner .specTbl td {
  border: solid 1px #acadae;
  padding: 10px 20px;
  line-height: 1.875;
  vertical-align: middle;
}
.priceInner .specTbl thead th {
  background: #eeeded;
}
.priceInner .specTbl thead th:first-child {
  background: #fff;
  width: 123px;
}
.priceInner .specTbl .print {
  width: 179px;
}
.priceInner .specTbl .paper {
  width: 310px;
}
@media screen and (max-width: 750px) {
  .priceInner .specTbl thead th:first-child {
    width: inherit;
  }
  .priceInner .specTbl th,
  .priceInner .specTbl td {
    padding: 8px 10px;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .priceInner .specTbl td:first-child {
    max-width: 37px !important;
    word-wrap: break-word;
    text-align: center;
  }
}
/*ページ数自動計算フォーム*/

.priceInner .formBox .cap li,
.priceInner #formBox .cap li {
  letter-spacing: 0.02em;
}
.priceInner .formBox .cap + .cap li,
.priceInner #formBox .cap + .cap li {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .priceInner .formBox .cap + .cap li,
  .priceInner #formBox .cap + .cap li {
    font-size: 12px !important;
  }
}
/*==================================
本格タイプ
==================================*/
/*ページ内リンクボタン*/
.hLiterary .lnkBtn li {
  width: 50%;
}
.hPicture .lnkBtn li:nth-child(2) a {
  /*ページ内リンクボタン（絵本系ページ：2行の処理*/
  line-height: 1.2;
  padding: 13px 15px;
}
@media screen and (max-width: 750px) {
  .hLiterary .lnkBtn li {
    width: 100%;
    padding: 10px 10px 10px;
  }
  .hLiterary .lnkBtn li a {
    padding: 24px 15px;
  }
}
/*色校正・PP加工テーブル調整*/
.hLiterary .proofTbl th {
  width: 248px;
}
.hLiterary .proofTbl td {
  width: 309px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .hLiterary .proofTbl th {
    font-size: 12px;
    width: inherit;
    text-align: left;
  }
  .hLiterary .proofTbl td {
    font-size: 12px;
    width: 93px;
    box-sizing: border-box;
  }
}
/*==================================
小数部タイプ 
==================================*/
.sLiterary .ttl h2 span {
  background: #ed5875;
}
.sLiterary .lnkBtn li:nth-child(3) a {
  /*ページ内リンクボタン（絵本系ページ：2行の処理*/
  line-height: 1.2;
  padding: 13px 15px;
}

/*==================================
記念本タイプ
==================================*/
.mLiterary .ttl h2 span {
  background: #ffbc00;
}
.mLiterary .lnkBtn li:nth-child(3) a {
  /*ページ内リンクボタン（絵本系ページ：2行の処理*/
  line-height: 1.2;
  padding: 13px 15px;
}
.mLiterary .typeTab .disabled span > div {
  display: inline;
}
@media screen and (max-width: 750px) {
  .mLiterary .typeTab .disabled span {
    padding: 2px;
  }
  .mLiterary .typeTab .disabled span > div {
    display: block;
    font-size: 12px;
  }
}
/*==================================
基本価格のルール
==================================*/

.flow #contents h2 {
  margin-bottom: 70px;
}
.flow #contents h3 {
  margin-bottom: 40px;
}
.flow #contents h4 {
  margin-bottom: 25px;
  line-height: 1.666;
}
@media screen and (max-width: 750px) {
  .flow #contents h4 {
    font-size: 16px;
  }
}
.flow .secBlk .txt {
  margin-bottom: 20px;
}
.flow .lnkBtnR {
  margin-bottom: 40px;
}
.flow .lnkBtnR a {
  width: 365px;
}
@media screen and (max-width: 750px) {
  .flow .lnkBtnR {
    width: 100%;
  }
}
/*説明＋画像BOX*/
.flow .lBlk {
  width: 400px;
}
@media screen and (max-width: 750px) {
  .flow .rBlk,
  .flow .lBlk {
    width: 100%;
    float: none;
  }
  .flow .rBlk {
    text-align: center;
    margin-bottom: 20px;
  }
  .flow .rBlk img,
  .flow .lBlk img {
    width: 100%;
  }
}
/*エリア＃b101（原稿）*/
@media screen and (max-width: 750px) {
  .flow #bl01 .rBlk img {
    width: 104px;
  }
}
/*エリア＃b102（写真・イラスト）*/
.flow #bl02 .lnkBtnR {
  margin-bottom: 0;
}

/*エリアbl03（レイアウト）*/
.flow #bl03 .clearfix + .clearfix {
  margin: 50px 0;
}
.flow #bl03 .lnkBtnR {
  margin-bottom: 0;
}
.flow #bl03 .layoutBox {
  display: block;
  border: solid 2px #aeb6ba;
  text-align: center;
  width: 181px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .flow #bl03 .clearfix + .clearfix {
    margin: 25px 0 0 0;
  }
}
/*エリアbl04（）*/
.flow #bl04 .lineBox p {
  font-size: 18px;
}
/*==================================
完全データ入稿
==================================*/

/*ページ内リンクボタン*/
.data .lnkBtn {
  margin-top: 30px;
}
.data .lnkBtn li:nth-child(1) a,
.data .lnkBtn li:nth-child(2) a {
  /*ページ内リンクボタン（絵本系ページ：2行の処理*/
  line-height: 1.2;
  padding: 13px 15px;
}
@media screen and (max-width: 750px) {
  .data .lnkBtn li:nth-child(1) a,
  .data .lnkBtn li:nth-child(2) a {
    line-height: inherit;
    padding: 26px 15px;
  }
  .data .lnkBtn {
    margin-bottom: 24px;
  }
}
/*ページ概要*/
.data h2 + .clearfix .rBox {
  margin-left: 40px;
}
.data h2 + .clearfix .bitTxt {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .data h2 + .clearfix .rBox {
    width: 45%;
    height: inherit;
    margin-left: 20px;
  }
  .data h2 + .clearfix .bitTxt {
    font-size: 12px;
    line-height: 1.5;
  }
}
/*各パーツ*/
.data #contents h3 {
  margin-bottom: 40px;
}
/*価格例*/
.data .exBox {
  padding-left: 42px;
  background: url(../img/common/icon_10_001.png) no-repeat;
  background-size: 32px;
  background-position: left top 7px;
}
.data .exBox .case {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-bottom: 10px;
}
.data .exBox .case .bitTxt {
  font-size: 16px;
}
.data .exBox .price {
  display: table;
  font-size: 18px;
  line-height: 1 !important;
}
.data .exBox .price .after,
.data .exBox .price .before {
  display: table-cell;
  vertical-align: middle;
}
.data .exBox .price .after {
  padding-left: 50px;
  position: relative;
  color: #00a63c;
  font-size: 36px;
}
.data .exBox .price .after::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_11_090.png) no-repeat 0 center;
  background-size: 20px auto;
  position: absolute;
  left: 17px;
  top: 9px;
}
.data .exBox .price .after .yen {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .data .exBox {
    padding-left: 30px;
    background-size: 25px auto;
  }
  .data .exBox .case {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .data .exBox .case .bitTxt {
    font-size: 14px;
    display: block;
  }
  .data .exBox .price .after,
  .data .exBox .price .before {
    display: block;
  }
  .data .exBox .price .before {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .data .exBox .price .after {
    padding-left: 0;
    font-size: 28px;
  }
  .data .exBox .price .after::before {
    background: url(../img/common/icon_11_180.png) no-repeat 0 center;
    background-size: 12px auto;
    position: absolute;
    left: 65px;
    top: -20px;
  }
}
/*対応ソフト*/
.data .appType th,
.data .appType td {
  text-align: left;
  padding: 10px 0;
}
.data .appType th:first-child,
.data .appType td:first-child {
  width: 300px;
}
.data .appType td li {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .data .appType th:first-child,
  .data .appType td:first-child {
    width: inherit;
    padding-right: 30px;
  }
  .data .appType td img {
    width: inherit;
    height: inherit;
    width: 43px;
  }
  .data .appType td img.format {
    width: 36px;
  }
}

/*エリア＃b101（レイアウトデータを入稿する）*/

/*
・sec01:表紙カバー・本体表紙
・sec02:本文
*/

.data #bl01 .sec01,
.data #bl01 .sec02 {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.data #bl01 .sec01 {
  margin-bottom: 20px;
}
.data #bl01 .txt {
  font-size: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .data #bl01 .txt {
    font-size: 16px;
  }
}
.data #bl01 .lineBox {
  border-color: #00a63c;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .data #bl01 .lineBox {
    margin-bottom: 30px;
  }
}
.data #bl01 h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .data #bl01 h4 {
    margin-bottom: 10px;
  }
}
.data #bl01 .sec01 .txt {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .data #bl01 .sec01 .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .data #bl01 .sec02 {
    padding-top: 30px;
    background: url("../img/common/line_4_1_979798.png") repeat-x;
  }
  .data #bl01 .sec02 .appType img {
    width: inherit;
    width: 187px;
  }
  .data #bl01 .sec02 .appType img.format {
    width: 37px;
    
  }
}

/*エリア＃b102（出力した原稿を入稿する）*/
.data #bl02 .txt {
  margin-bottom: 40px;
}
.data #bl02 .lineBox {
  border-color: #ff9d3b;
  margin-bottom: 50px;
}
.data #bl02 .lineBox .exBox {
  background: url(../img/common/icon_10_003.png) no-repeat left top 7px;
  background-size: 32px auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .data #bl02 .lineBox .exBox {
    background-size: 25px auto;
    margin-bottom: 10px;
  }
}
.data #bl02 .lineBox .price .after {
  color: #ff9d3b;
}
.data #bl02 .lineBox .detail {
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .data #bl02 .lineBox .detail {
    padding-left: 0;
  }
}
.data #bl02 .lineBox .detail p {
  margin-bottom: 10px;
}
.data #bl02 .lineBox .detail dl {
  display: table;
  margin-bottom: 5px;
}

.data #bl02 .lineBox .detail dt,
.data #bl02 .lineBox .detail dd {
  display: table-cell;
  font-size: 14px;
  line-height: 1.8;
}
.data #bl02 .lineBox .detail dt {
  padding-right: 10px;
}
.data #bl02 .lineBox .detail .lnkBtnR {
  width: 260px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .data #bl02 .lineBox .detail .lnkBtnR {
    width: 100%;
    margin-top: 20px;
    padding-right: 35px;
    box-sizing: border-box;
  }
}
.data #bl02 .flow {
  display: table;
}
.data #bl02 .flow .lBox,
.data #bl02 .flow .rBox {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: left;
}
.data #bl02 .flow .lBox {
  width: 210px;
}
.data #bl02 .flow .rBox p {
  color: #111;
  font-size: 20px;
  letter-spacing: 0.07em;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  .data #bl02 .flow .lBox {
    width: 130px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .data #bl02 .flow .lBox img {
    height: inherit;
  }
  .data #bl02 .flow .rBox p {
    color: #111;
    font-size: 14px;
  }
}
/*エリア＃b103（マニュアル）*/
.data #bl03 ol {
  margin-bottom: 60px;
}
.data #bl03 li {
  margin-bottom: 45px;
  line-height: 1.875;
  letter-spacing: 0.07em;
}
.data #bl03 li dt {
  font-size: 20px;
}
.data #bl03 li dd a {
  background: url(../img/common/icon_12_001.png) no-repeat left top 6px;
  background-size: 20px auto;
  padding: 2px 0 2px 30px;
  display: block;
}
@media screen and (max-width: 750px) {
  .data #bl03 li dt {
    font-size: 14px;
  }
  .data #bl03 li dd a {
    background-size: 17px auto;
  }
}

/*==================================
自動見積り
==================================*/
.estimate #contents .topicpath {
  margin-bottom: 24px;
}
/*エリア設定*/
.estimate #contents section {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .estimate #contents section {
    margin-top: 15px;
    padding-top: 15px;
  }
  .estimate #contents section {
    margin-bottom: 0;
  }
}
/*エラーメッセージ*/
.estimate .error {
  color: #00a63c;
  font-size: 16px;
  line-height: 1.875;
}
.estimate ul.error {
  width: 365px;
  margin: 0 auto;
  margin-bottom: 71px;
}
@media screen and (max-width: 750px) {
  .estimate ul.error {
    margin-bottom: 20px;
  }
}
.error li {
  display: none;
}

/*ページ概要*/
.estimate #contents p.copy {
  margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
  .estimate #contents p.copy {
    margin-bottom: 40px;
  }
}
.estimate p.none {
  display: none;
}
/*番号付き見出し*/
.estimate #contents section h3 {
  color: #fff;
  background: #adb5b8;
  margin-bottom: 50px;
  padding: 15px 20px;
  font-size: 28px;
  letter-spacing: 0.05em;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .estimate #contents section h3 {
    font-size: 18px;
    padding: 9px 12px;
    margin-bottom: 30px;
  }
}
.estimate #contents section h3 .num {
  border-right: #fff solid 2px;
  letter-spacing: -0.02em;
  width: 34px;
  padding-right: 22px;
  display: table-cell;
}
@media screen and (max-width: 750px) {
  .estimate #contents section h3 .num {
    border-right: #fff solid 1px;
    width: 23px;
    padding-right: 12px;
    background-size: 1px 15px;
  }
}
.estimate #contents section h3 .text {
  padding-left: 20px;
  display: table-cell;
}
@media screen and (max-width: 750px) {
  .estimate #contents section h3 .text {
    padding-left: 15px;
  }
}

/*各パーツ*/
.estimate #contents section input[type="radio"] {
  margin-right: 10px;
}
.estimate #contents section ul li label img {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .estimate #contents input[type="submit"] {
    border-radius: 0 !important;
  }
  .estimate #contents section ul li label img {
    display: none;
  }
}
.estimate #contents .headlineBorder {
  background: url(../img/common/line_4_1_979798.png) repeat-x center center;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.estimate #contents .headlineBorder span {
  background-color: #fff;
  padding-right: 5px;
}
.estimate #contents .headlineBorder span em {
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  .estimate #contents .headlineBorder {
    font-size: 14px;
    background: none;
    margin-bottom: 10px;
  }
  .estimate #contents .headlineBorder span {
    padding-right: 0;
  }
  .estimate #contents .headlineBorder span em {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6;
  }
}

/*詳細はこちら（aboutLnk）*/
.estimate .aboutLnk {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .estimate .aboutLnk {
    margin-top: 20px;
  }
}
.estimate .aboutLnk a {
  background: url(../img/common/icon_04_090.png) no-repeat right center;
  background-size: 20px auto;
  padding: 2px 30px 2px 0;
  color: #111;
}
@media screen and (max-width: 750px) {
  .estimate .aboutLnk a {
    background-size: 18px auto;
  }
}
.estimate .aboutLnk a:hover {
  opacity: 0.7;
}

/*セレクトボックス*/
.estimate .pdnNav {
  width: 240px;
  height: 30px;
  font-size: 14px;
  -webkit-appearance: menulist-button;
  margin-right: 47px;
}
@media screen and (max-width: 750px) {
  .estimate .pdnNav {
    font-size: 16px;
  }
}
/*エリア＃b101（本のタイプを選んでください。）*/

.estimate #bl01 .aboutLnk + .wrap {
  padding-top: 52px;
  margin-top: 46px;
  background: url("../img/common/line_4_1_979798.png") repeat-x top;
}
@media screen and (max-width: 750px) {
  .estimate #bl01 .aboutLnk + .wrap {
    margin-top: 39px;
    padding-top: 40px;
  }
  .estimate #bl01 .aboutLnk + .wrap h4 {
    font-size: 14px !important;
    margin-bottom: 16px !important;
  }
}
.estimate #bl01 .bookContentsType {
  margin-bottom: 20px;
}
.estimate #bl01 .bookContentsType li label {
  float: left;
  margin-right: 45px;
}
/*エリア＃b102（本のサイズを選んでください。）*/
.estimate #bl02 p.txt {
  margin-bottom: 50px;
}
.estimate #bl02 ul li {
  position: relative;
  float: left;
  margin: 0 43px 70px 0;
}
.estimate #bl02 ul li.pictStd::before,
.estimate #bl02 ul li.liteStd::before,
.estimate #bl02 ul li.otheStd::before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "絵本・写真集\A標準仕様";
  background: #fff100 url(../img/price/estimate/balloon_mask.png) no-repeat
    bottom;
  background-size: 100% auto;
  width: 137px;
  padding: 10px 0 20px;
  font-size: 16px;
  text-align: center;
  white-space: pre;
}
.estimate #bl02 ul li.liteStd::before {
  top: -10px;
  width: 117px;
  content: "文芸書\A標準仕様";
}
.estimate #bl02 ul li.otheStd::before {
  top: 0;
  width: 117px;
  content: "標準仕様";
}
.estimate #bl02 ul li.pictStd::after,
.estimate #bl02 ul li.liteStd::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  content: "絵や写真が映えるA5判以上のサイズが好まれます。";
  width: 163px;
  font-size: 14px;
  line-height: 1.4;
}
.estimate #bl02 ul li.liteStd::after {
  width: 144px;
  content: "一般的な文芸書のサイズです。";
}
@media screen and (max-width: 750px) {
  .estimate #bl02 p.txt {
    margin-bottom: 20px;
  }
  .estimate #bl02 ul li {
    margin: 0 0 15px 0;
    width: 95px;
  }
  .estimate #bl02 ul li.pictStd,
  .estimate #bl02 ul li.liteStd {
    width: 100%;
  }
  .estimate #bl02 ul li.otheStd {
    width: 190px;
  }
  .estimate #bl02 ul li.pictStd::before,
  .estimate #bl02 ul li.liteStd::before,
  .estimate #bl02 ul li.otheStd::before {
    position: absolute;
    top: 0;
    left: 5em;
    content: "絵本・写真集標準仕様";
    background: #fff100;
    width: auto;
    padding: 0 5px;
    font-size: 14px;
    text-align: left;
  }
  .estimate #bl02 ul li.liteStd::before {
    top: 0;
    left: 5.5em;
    width: auto;
    content: "文芸書標準仕様";
  }
  .estimate #bl02 ul li.otheStd::before {
    left: 5.5em;
    width: auto;
    content: "標準仕様";
  }
  .estimate #bl02 ul li.pictStd::after,
  .estimate #bl02 ul li.liteStd::after {
    position: relative;
    display: block;
    bottom: 0;
    width: auto;
    margin-top: 5px;
  }
  .estimate #bl02 ul li.liteStd::after {
    width: auto;
  }
  .estimate #bl02 .aboutLnk {
    margin: 16px 0 14px 0;
  }
}
/*エリア＃b103（製本の仕様を選んでください。）*/
.estimate #bl03 ul {
  margin-bottom: 42px;
}
.estimate #bl03 ul li {
  float: left;
  margin-right: 35px;
}
@media screen and (max-width: 750px) {
  .estimate #bl03 ul {
    margin-bottom: 0;
  }
  .estimate #bl03 ul li {
    margin-bottom: 15px;
  }
  .estimate #bl03 .aboutLnk {
    margin: 14px 0 14px 0;
  }
}
/*エリア＃b104（入稿方法を選んでください。）*/
.estimate #bl04 ul {
  margin-bottom: 20px;
}
/* .estimate #bl04 ul li {
	float: left;
	margin-right: 90px;
	} */
.estimate #bl04 ul li:first-child {
  margin-bottom: 50px;
}
.estimate #bl04 ul li:last-child {
  margin-right: 0;
}
.estimate #bl04 strong {
  display: inline-block;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 35px;
}
.estimate #bl04 .descStyleM {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .estimate #bl04 ul {
    margin-bottom: 0;
  }
  .estimate #bl04 ul li {
    margin: 0 0 30px 0;
    float: none;
  }
  .estimate #bl04 ul li:first-child {
    margin-bottom: 30px;
  }
  .estimate #bl04 ul li:last-child {
    margin: 0;
    margin-bottom: 14px;
  }
  .estimate #bl04 strong {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  .estimate #bl04 .aboutLnk {
    margin: 14px 0 14px 0;
  }
  .estimate #bl04 .descStyleM {
    margin-bottom: 0;
    font-size: 12px;
  }
}
/*エリア＃b105（ページ数を入力してください。）*/
.estimate #bl05 input {
  text-align: center;
  margin-right: 10px;
}
.estimate #bl05 .error {
  /*display: inline-block;*/
  margin-left: 20px;
  font-size: 16px;
  color: #00a63c;
  /*visibility: hidden;*/
  display: none;
}
.estimate #bl05 .textInp {
  width: 100px;
  height: 30px;
}
@media screen and (max-width: 750px) {
  .estimate #bl05 .error {
    margin-left: 0;
    font-size: 14px;
    line-height: 1.5;
    display: none;
    padding: 10px 0;
  }
  .estimate #bl05 .textInp {
    width: 88px;
  }
}
/*エリア＃b106（冊数を選んでください。）*/
@media screen and (max-width: 750px) {
  .estimate #bl06 {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/*エリア＃b107（色校正について（本格タイプのみ））*/
.estimate #bl07 h3 + p {
  margin-bottom: 30px;
}
.estimate #bl07 p.colorBox {
  background-color: #fff100;
  margin-bottom: 40px;
  padding: 20px 25px;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.estimate #bl07 p.colorBox span {
  font-size: 16px;
}
.estimate #bl07 ul {
  margin-bottom: 50px;
}
.estimate #bl07 ul li {
  float: left;
  margin-right: 57px;
}
@media screen and (max-width: 750px) {
  .estimate #bl07 h3 + p {
    margin-bottom: 15px;
  }
  .estimate #bl07 p.colorBox {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 18px;
  }
  .estimate #bl07 p.colorBox span {
    font-size: 14px;
  }
  .estimate #bl07 ul {
    margin-bottom: 10px;
  }
  .estimate #bl07 ul li {
    margin: 0 30px 10px 0;
  }
  .estimate #bl07 ul li:last-child {
    margin-right: 30px;
  }
}
/*エリア＃b108（書店流通について）*/
.estimate section#bl08 {
  background: url(../img/common/line_4_1_979798.png) repeat-x bottom;
  margin-bottom: 71px;
  padding-bottom: 79px;
}
.estimate #bl08 h3 + p {
  margin-bottom: 40px;
}
.estimate #bl08 .cap {
  font-size: 14px;
}
.estimate #bl08 .pdnNav {
  margin-bottom: 65px;
}
.estimate #bl08 h4 {
  margin-bottom: 45px;
}
.estimate #bl08 ul {
  margin-bottom: 65px;
}
.estimate #bl08 ul li {
  float: left;
  margin-right: 65px;
}
@media screen and (max-width: 750px) {
  .estimate section#bl08 {
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
  .estimate #bl08 .cap {
    font-size: 12px;
  }
  .estimate #bl08 .pdnNav {
    margin-bottom: 23px;
  }
  .estimate #bl08 h4 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .estimate #bl08 ul {
    margin-bottom: 0;
  }
  .estimate #bl08 ul li {
    float: none;
    margin: 0 0 16px 0;
  }
  .estimate #bl08 ul li:last-child {
    margin: 0;
  }
}
/*==================================
自動見積り02
==================================*/

/*エリア設定*/

.estimate02 #contents .caps {
  font-size: 14px;
}

/*エリア＃b101（見積もり内容確認）*/
.estimate02 #bl01 {
  margin-bottom: 95px;
}
.estimate02 #bl01 .ResultBox {
  border-bottom: 3px solid #828282;
  margin-bottom: 21px;
  padding: 0 8px 23px 15px;
}
.estimate02 #bl01 .ResultBox h3 {
  background: none;
  font-size: 18px;
  margin-bottom: 0;
  padding: 21px 0 0;
}
.estimate02 #bl01 .ResultBox p.priceRes {
  color: #111;
  float: right;
  font-size: 43px;
  letter-spacing: -0.02em;
  line-height: 1;
}
.estimate02 #bl01 .ResultBox p.priceRes span {
  font-size: 18px;
  margin-left: 12px;
  padding-top: 15px;
}
.estimate02 #bl01 .commonForm {
  border-top: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.estimate02 #bl01 table .s {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.857;
  color: #111;
}
.estimate02 #bl01 .commonForm th {
  width: 175px;
}
.estimate02 #bl01 .commonForm tr {
  background: url("../img/common/line_4_1_979798.png") repeat-x center bottom;
}
.estimate02 #bl01 .commonForm th,
.estimate02 #bl01 .commonForm td {
  border-bottom: none;
  font-size: 18px;
  display: table-cell !important;
}
.estimate02 #bl01 .commonForm td {
  line-height: 1.44;
}
.estimate02 #bl01 .lnkBtnL {
  margin-bottom: 50px;
}
.estimate02 #bl01 .lnkBtnL a {
  width: 230px;
}
.estimate02 #bl01 .lineBox {
  padding: 20px 40px;
}
.estimate02 #bl01 .lineBox p {
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .estimate02 #bl01 {
    margin-bottom: 53px;
  }
  .estimate02 #bl01 .ResultBox {
    border-bottom: 2px solid #828282;
    margin-bottom: 21px;
    padding: 0 0 20px 0;
  }
  .estimate02 #bl01 .ResultBox h3 {
    font-size: 14px;
    padding: 0;
    float: none !important;
    display: block;
    margin-bottom: 8px;
  }
  .estimate02 #bl01 .ResultBox p.priceRes {
    float: none;
    font-size: 24px;
  }
  .estimate02 #bl01 .ResultBox p.priceRes span {
    font-size: 14px;
  }
  .estimate02 #bl01 .commonForm {
    margin-bottom: 30px;
  }
  .estimate02 #bl01 .commonForm th,
  .estimate02 #bl01 .commonForm td {
    font-size: 14px;
    vertical-align: middle;
    padding: 22px 0;
  }
  .estimate02 #bl01 .commonForm th {
    width: 110px;
  }
  .estimate02 #bl01 .lnkBtnL {
    background-position: left 13px center;
    margin-bottom: 36px;
  }
  .estimate02 #bl01 .lnkBtnL a {
    padding: 14px 0 14px 42px;
    width: 194px;
  }
  .estimate02 #bl01 .lineBox {
    padding: 10px 20px 10px;
  }
  .estimate02 #bl01 .lineBox p {
    font-size: 14px;
  }
}
/*エリア＃b102（希望の項目にチェック）*/

.estimate02 #bl02 {
  margin-bottom: 70px;
}
.estimate02 #bl02 h3 {
  background: none;
  margin: 0 0 19px;
  padding: 0;
}
.estimate02 #bl02 .commonForm th {
  width: 150px;
  vertical-align: top;
  padding: 30px 0 30px 0;
}
.estimate02 #bl02 .commonForm td {
  padding-left: 0;
}
.estimate02 #bl02 .commonForm th > div {
  background-color: #afb8bc;
  width: 120px;
  height: 120px;
  padding: 26px 0 0 16px;
  color: #fff;
  font-size: 18px;
  box-sizing: border-box;
}
.estimate02 #bl02 .commonForm th > div.oneLine {
  padding: 45px 0 0 16px;
}
.estimate02 #bl02 .commonForm td ul {
  text-indent: 1.4em;
  margin-left: 55px;
}
.estimate02 #bl02 .commonForm td li {
  margin-bottom: 20px;
  letter-spacing: 0.07em;
  text-indent: -1.4em;
}
.estimate02 #bl02 .commonForm td li:last-child {
  margin-bottom: 0;
}
.estimate02 #bl02 .commonForm td li label {
  line-height: 1.375;
}
.estimate02 #bl02 .commonForm td li input {
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .estimate02 #bl02 {
    margin-bottom: 18px;
  }
  .estimate02 #bl02 h3 {
    font-size: 18px;
  }
  .estimate02 #bl02 th,
  .estimate02 #bl02 td {
    display: block;
  }
  .estimate02 #bl02 th {
    border-bottom: none;
  }
  .estimate02 #bl02 .commonForm td {
    padding: 0 0 29px 25px;
  }
  .estimate02 #bl02 .commonForm td ul {
    margin-left: 0;
    text-indent: inherit;
  }
  .estimate02 #bl02 .commonForm td li {
    text-indent: inherit;
  }
  .estimate02 #bl02 .commonForm td li label {
    text-indent: -25px;
  }
}
/*エリア＃b103（お客様の情報入力）*/
.estimate02 #bl03 h3 {
  background: none;
  margin: 0 0 19px;
  padding: 0;
}
.estimate02 #bl03 + .example {
  font-size: 14px;
  margin-bottom: 30px;
}
.estimate02 #bl03 .example span {
  color: #00a63c;
}
.estimate02 #bl03 .commonForm {
  border-top: none;
}
.estimate02 #bl03 th {
  width: 184px;
  padding-right: 0;
}
.estimate02 #bl03 td .name {
  margin-left: 10px;
  width: 205px;
}
.estimate02 #bl03 td .name02 {
  width: 203px;
}
.estimate02 #bl03 td .otherBox {
  width: 416px;
}
.estimate02 #bl03c .commonForm {
  border-top: none;
}
.estimate02 #bl03c .commonForm th {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .estimate02 #bl03 h3 {
    font-size: 18px;
  }
  .estimate02 #bl03 + .example {
    font-size: 14px;
    margin-bottom: 0;
  }
  .estimate02 #bl03 td .otherBox {
    width: 230px;
  }
  .estimate02 #bl03 .commonForm th {
    width: 100%;
  }
  .estimate02 #bl03c .commonForm th {
    width: 100%;
  }
}
/*確認画面*/
@media screen and (max-width: 750px) {
  .estimate02 #bl02 .commonForm.confirm th {
    padding: 30px 0 0 0;
  }
  .estimate02 #bl02 .commonForm.confirm td li {
    margin-bottom: 0;
  }
}
 