@charset "UTF-8";
@font-face {
  font-family: 'Antonio';
  src: url('../fonts/Antonio-Regular.ttf') format('truetype');
}
/* CSS Document */
a:hover {
  color: #CCC;
  text-decoration: underline;
}
ul li {
  list-style: none;
}
section {
  display: block;
  unicode-bidi: isolate;
}
#sub {
  padding: 30px 0 0;
}
#sub article.cWrap {
  width: 730px;
  float: none;
  margin: 0 auto;
}
#subBox a {
  color: #0071BC;
}

#print{
	padding-top: 110px;
	margin-top: -110px;
}
/*---------------------------------
	タイトル部
---------------------------------*/
#sub .fvTitleSet {}
/* ページタイトル(英字) */
#sub .fvTitleSet em {
  font-family: 'Antonio', sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  color: #74C133;
  background: url("../img/icon_melon.gif") no-repeat left 15px;
  padding-left: 30px;
}
/* ページタイトル(日本語) */
#sub .fvTitleSet em span {
  font-size: 1.2rem;
  margin-left: 10px;
  color: #000;
  letter-spacing: 2px;
}
/* ページ見出し */
#sub .fvTitleSet h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4em;
  color: #333;
  border-bottom: 6px dotted #ccc;
  padding: 5px 0 15px;
  display: flex;
}
#sub .fvTitleSet h2::after {
  content: '';
  background: url("../img/title_line.png") no-repeat;
  flex-grow: 2;
  margin-left: 20px;
}
.fullwidth {
  width: auto !important;
  float: none !important;
  margin: 0 auto !important;
}
@media screen and (max-width:640px) {
  #sub article.cWrap {
    float: none;
    width: auto;
    margin-bottom: 50px;
  }
  #sub .fvTitleSet em {
    font-size: 2.3rem;
  }
  #sub .fvTitleSet em span {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  #sub .fvTitleSet h2 {
    font-size: 1.3rem;
  }
}
/*--------------------------------
　　　　　メイン
--------------------------------*/
#subBox a {
  color: #0071BC;
}
#subBox a:hover {
  color: #E9B9B4;
}
/*#subBox {
    border: solid 1px #e6e6e6;
    padding: 20px 30px;
}*/
#subBox img {
  display: inline;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#subBox h1.title {
  font-size: 200%;
  line-height: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #FFFFFF;
  margin: 0 0 20px;
  padding: 5px;
  text-align: center;
  background: #E9B9B4;
}
#subBox .read {
  padding: 20px 0 30px;
}
#subBox .read h1 {
  font-size: 160%;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: bold;
}
#subBox .read .text {
  font-size: 110%;
  letter-spacing: 1px;
}
#subBox h2.title, #subBox h2.title_sub {
  padding: 4px;
  margin-bottom: 20px;
}
#subBox .fv {
  margin: 30px auto 50px;
  width: 50%;
}
#subBox .fv img {
  width: 100%;
  height: auto;
}
#subBox .contentSet {
  margin-bottom: 40px;
}
#subBox .contentSet h2 {
  margin-bottom: 20px;
  font-size: 130%;
  line-height: 100%;
  letter-spacing: 2px;
  background: #A2CE7B;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
}
#subBox .contentSet .text {
  margin-bottom: 10px;
  line-height: 160%;
  letter-spacing: 1px;
  color: #666666;
}
#subBox .contentSet ul {
  padding: 10px 10px 0;
}
#subBox .contentSet li {
  margin-bottom: 15px;
}
#subBox .contentSet li span.pdf {
  background: url(../../about/images/file_pdf.png) no-repeat left;
  background-size: 25px;
  padding: 6px 0 0 28px;
}
#subBox .contentSet .box01 {
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  line-height: 1.4em;
}
#subBox .contentSet .application {
  background: #F1EFEE;
  padding: 20px;
  font-size: 105%;
  border-radius: 10px;
}
#subBox .contentSet .symbolflag li:first-child {
  padding-right: 20px;
}
#subBox .contentSet .symbolflag li {
  float: left;
  width: 48%;
}
#subBox .contentSet .symbolflag li img {
  width: 100%;
  margin-bottom: 10px;
}
#subBox .privacy ul {
  padding-left: 20px;
  font-size: 110%;
}
#subBox .privacy ul ul {
  padding-left: 20px;
}
#subBox .privacy li {
  list-style-type: disc;
  border-bottom: solid 1px #f2f2f2;
}
#subBox .privacy li a {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width:640px) {
  #subBox {
    border: 0;
    padding: 0;
  }
  #subBox .contentSet .symbolflag li:first-child {
    padding-right: 0;
  }
  #subBox .contentSet .symbolflag li {
    float: none;
    width: 100%;
  }
}
#Main {
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 50px;
  margin-top: 20px;
}
#Main .fv {
  width: auto;
  margin: 40px auto 80px;
}
#Main .fv .img {
  display: block;
  max-width: 400px;
  margin: auto;
}

/* メイン設定 */
#Main .Catalog {
  font-size: 14px;
  padding: 10px 40px 40px;
  border: 1px solid #999;
  margin-bottom: 40px;
}

/* カタログページタイトル */
#Main .Catalog h2 {
  font-size: 200%;
  line-height: 1.4em;
  letter-spacing: 3px;
  text-align: center;
  border-bottom: 1px dashed #999;
  padding: 0 0 10px;
}
#Main .Catalog h2 span {
  font-size: 80%;
}

#Main .Catalog dl {
  padding: 20px 30px;
}

/* カタログカテゴリータイトル */
#Main .Catalog dt {
  font-size: 110%;
  font-weight: 500;
  border-radius: 40px;
  display: inline-block;
  color: #FFF;
  padding: 5px 20px;
  margin: 15px 0 0;
}
#Main .Catalog dd {
  font-size: 100%;
  margin: 10px 20px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
#Main .Catalog dd:before {
  content: '・';
}
#Main .Catalog .nousan1 dt {
  background: #BB3335;
}
#Main .Catalog .nousan2 dt {
  background: #007A3B;
}
#Main .Catalog .nousan3 dt {
  background: #432477;
}
#Main .Catalog .chikusan dt {
  background: #D77532;
}
#Main .Catalog .suisan dt {
  background: #02507E;
}
#Main .btn {
  text-align: center;
  margin: 30px 0;
}

/* デジタルブック移行ボタン */
#Main .btn .book a {
  font-size: 120%;
  background: #848484;
  padding: 10px 40px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
}

/* デジタルブック印刷についてボタン */
#Main .btn .print {
  font-size: 110%;
  margin: 10px 0;
  letter-spacing: 0;
}
#Main .btn a:hover {
  background: #767676;
}

/* 印刷インフォメーション */
#Main .printInfo {
  font-size: 110%;
}
@media screen and (max-width: 640px) {
  #Main .fv .img {
    max-width: 280px;
  }
  #Main .btn {
    margin: 20px 0;
  }
  #Main .Catalog {
    padding: 10px 20px 20px;
    margin-bottom: 30px;
  }
  #Main .Catalog dl {
    padding: 10px 0;
  }
  #Main .Catalog dt {
    padding: 5px 20px;
    margin: 15px 0 0;
    width: 100%;
    box-sizing: border-box;
  }
}

/*---------------------------------
	inner
---------------------------------*/
.inner {
  width: 1024px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .inner {
    width: auto;
    margin: 0;
    padding: 3%;
  }
}
/*---------------------------------
	clearfix
---------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}
.clearBox {
  font-size: 0.1px;
  line-height: 1%;
  clear: both;
  height: 0px;
  width: 0px;
}