@charset "UTF-8";
/*大見出し*/
/*中見出し*/
/*小見出し*/
/*キャッチコピー*/
/*
=dotted($color:rgba(#000, 1.0), $stripe: 1, $spacing: 4, $height:1)
  +background-image(linear-gradient(left, color-stops($color, $color ($stripe/($stripe+$spacing))*100%, transparent ($stripe/($stripe+$spacing))*100%, transparent 100%)))
  background-size: ($stripe+$spacing)*1px ($stripe+$spacing)*1px
  height: $height*1px
  border: none
*/
/*$iPad_LANDSCAPE : 1024px !default;*/
/*$iPad_LANDSCAPE : 990px !default; /* 本来の幅ではない。当社コンテンツ幅 */
/* 本来の幅ではない。iPad縦向き幅 */
/* タブレット以下の全てのスマートデバイス */
/* タブレット */
/* ===============================================
+ リセット
----------------------------------------------- */
/* html5doctor.com Reset Stylesheet v1.6.1 - Last Updated: 2010-09-17 | Author: Richard Clark - http://richclarkdesign.com - Twitter: @rich_clark */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block; }

a, hr {
  padding: 0; }

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins, mark {
  background-color: #ff9;
  color: #000; }

body {
  line-height: 1; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0; }

ins {
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; }

input, select {
  vertical-align: middle; }

/* ===============================================
+ 初期設定
----------------------------------------------- */
html {
  font-size: 10px; }

body {
  color: #7e7e7e;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-feature-settings: "palt" 1; }

img {
  vertical-align: top;
  border: 0; }

iframe {
  border: 0; }

a {
  color: #2b53ff;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

.page {
  width: 100%;
  min-width: 980px; }

body.popup > .page {
  min-width: 100px; }

a.blank {
  padding-right: 30px;
  position: relative; }
  a.blank:after {
    width: 11px;
    height: 10px;
    position: absolute;
    content: "";
    top: 30%;
    right: 10px;
    background: url(/img/ico_blank_blue.png) no-repeat;
    background-size: 11px 10px; }

/* ===============================================
+ ガワパーツ
----------------------------------------------- */
/* ラベルラボへのショートカット
----------------------------------------------- */
.shortcut {
  background: #e9edf7 url(/cmn/img/bg_stripe.png) repeat center top; }

.shortcut_inner {
  width: 980px;
  margin: 0 auto;
  padding: 7px 0 6px;
  overflow: hidden; }

.shortcut_txt01 {
  float: left;
  width: 194px;
  padding: 4px 0 0 26px; }

.shortcut_nav {
  float: left;
  overflow: hidden;
  list-style-type: none;
  margin: 0 0 0 21px;
  width: 625px; }

.shortcut_nav > li {
  float: left; }

.shortcut_nav > li + li {
  float: right; }

.shortcut_nav > li > a {
  display: block; }

.shortcut_nav > li > a:hover {
  opacity: 0.6; }

.shortcut_txt02 {
  float: right;
  width: 80px;
  padding: 6px 14px 0 0; }

/* ヘッダー
----------------------------------------------- */
.header {
  width: 100%;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1000; }

.header_inner {
  margin: 0 auto;
  width: 980px;
  overflow: hidden;
  min-height: 81px; }

.header_st {
  float: left;
  padding: 17px 0 0 8px; }

.header_st > a:hover {
  opacity: 0.6; }

.header_logo {
  float: right;
  padding: 27px 8px 0 0; }

.header_logo > a:hover {
  opacity: 0.6; }

.header_start {
  float: right;
  padding: 19px 15px 0 0;
  background: transparent url(/cmn/img/header_btn_start_on.png) no-repeat left 19px; }

.header_start > a {
  background: #fff; }

.header_start > a:hover {
  opacity: 0; }

.header_nav {
  font-weight: 600;
  line-height: 1;
  background: #fccd72; }

.header_nav > ul {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.header_nav > ul > li {
  width: 25%;
  text-align: center; }

.header_nav > ul > li > a {
  color: #7e7e7e;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 12px 0; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .header_nav > ul > li > a {
    padding: 15px 0 9px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .header_nav > ul > li > a {
    padding: 13px 0 11px; } }
.header_nav > ul > li.header_here > a,
.header_nav > ul > li > a:hover {
  color: #fefefe;
  background: #e88e00;
  text-decoration: none; }

/* カテゴリーナビ 01
----------------------------------------------- */
.cnav01 {
  padding: 10px 0;
  background: #fff5e1;
  border-bottom: solid 1px #ed7629; }

.cnav01_inner {
  width: 940px;
  margin: 0 auto;
  padding: 0; }

.cnav01_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  font-weight: 600;
  line-height: 1; }

.cnav01_nav:before,
.cnav01_nav:after {
  content: "";
  display: block;
  width: 220px; }

.cnav01_nav:before {
  order: 1; }

.cnav01_nav > li {
  width: 220px;
  box-sizing: border-box;
  height: 35px;
  padding-top: 3px;
  border-bottom: solid 1px #ec6a17; }

.cnav01_nav > li:nth-child(n+13) {
  border-bottom: 0;
  height: 34px; }

.cnav01_nav > li > a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 6px 0 0 19px;
  white-space: nowrap;
  color: #ec6a17;
  text-decoration: none;
  height: 28px;
  border-radius: 10px; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .cnav01_nav > li > a {
    padding-top: 9px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .cnav01_nav > li > a {
    padding-top: 7px; } }
.cnav01_nav > li > a:hover,
.cnav01_nav > li.cnav01_here > a {
  background: #ec6a17;
  color: #f8c09d; }

/* カテゴリーナビ 02
----------------------------------------------- */
.cnav02 {
  background: #fff5e1;
  border-bottom: solid 1px #ed7629; }

.cnav02_inner {
  width: 980px;
  margin: 0 auto;
  padding: 24px 0; }

.cnav02_nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  font-weight: 600;
  line-height: 1; }

.cnav02_nav > li {
  width: 150px;
  padding: 0 0 2px; }

.cnav02_nav > li > a {
  width: 100%;
  display: table;
  box-sizing: border-box;
  color: #ec6a17;
  border: solid 1px #ec6a17;
  background: #fcebcc;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  line-height: 1.4;
  height: 60px; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .cnav02_nav > li > a {
    padding-top: 5px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .cnav02_nav > li > a {
    padding-top: 1px; } }
.cnav02_nav > li > a > span {
  display: table-cell;
  vertical-align: middle; }

.cnav02_nav > li > a:hover,
.cnav02_nav > li.cnav02_here > a {
  background: #ec6a17;
  color: #f8c09d; }

.cnav02_nav > li:nth-child(n+13) > a:hover,
.cnav02_nav > li.cnav02_here:nth-child(n+13) > a {
  border-bottom: 0;
  margin-bottom: 0; }

/* ボタン幅違い */
.cnav02.cnav02-type01 .cnav02_nav > li {
  width: 300px; }

/* フッター
----------------------------------------------- */
.footer {
  background: #fccd72;
  font-weight: 500; }

.footer a {
  text-decoration: none; }

.footer a:hover {
  text-decoration: underline; }

.footer_inner {
  margin: 0 auto;
  padding: 66px 0 0;
  width: 980px; }

.footer_sitemap {
  list-style-type: none;
  margin: 0;
  padding: 0 0 60px;
  width: 980px;
  display: grid;
  grid-template-columns: 223px 1fr 1fr;
  grid-template-rows: auto auto;
  display: -ms-grid;
  -ms-grid-columns: 223px 1fr 1fr;
  -ms-grid-rows: auto auto;
  line-height: 1; }

.footer_sitemap > li {
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  padding-right: 20px;
  grid-column: 1 / 2;
  -ms-grid-column: 1; }

.footer_sitemap > li:nth-child(2) {
  padding-top: 60px; }

.footer_sitemap > li:nth-child(3) {
  padding-top: 120px; }

.footer_sitemap > li:nth-child(4) {
  grid-column: 2 / 3;
  -ms-grid-column: 2; }

.footer_sitemap > li:nth-child(5) {
  padding: none;
  grid-column: 3 / 4;
  -ms-grid-column: 3; }

.footer_sitemap > li > a {
  font-size: 1.3rem;
  color: #ec6a17;
  display: block;
  box-sizing: border-box;
  padding: 0 0 7px 5px;
  border-bottom: solid 1px #f49b44; }

.footer_sitemap > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 5px; }

.footer_sitemap > li > ul > li + li {
  margin: 5px 0 0; }

.footer_sitemap > li > ul > li > a {
  font-size: 1.2rem;
  color: #7e7e7e; }

.footer_sitemap > li > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 0 16px; }

.footer_sitemap > li > ul > li > ul > li + li {
  margin: 5px 0 0; }

.footer_sitemap > li > ul > li > ul > li > a {
  font-size: 1.2rem;
  color: #7e7e7e; }

.footer_utility {
  line-height: 1;
  font-size: 1.2rem;
  padding: 6px 0 0 21px;
  overflow: hidden; }

.footer_utility > li {
  float: left;
  vertical-align: top;
  display: block; }

.footer_utility > li + li {
  margin-left: 18px;
  padding-left: 18px;
  border-left: solid 1px #7e7e7e; }

.footer_utility > li > a {
  color: #7e7e7e; }

.footer_copyright {
  padding: 10px 20px 22px; }

.footer_copyright > small {
  font-size: 0.9rem; }

/* ===============================================
+ 中面パーツ：見出し系
----------------------------------------------- */
/* ページタイトル
----------------------------------------------- */
.pt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin: 33px 0 35px; }

/* ===============================================
+ 中面パーツ：リスト系
----------------------------------------------- */
/* 番号付き
----------------------------------------------- */
.numlist {
  padding-left: 1.5em;
  list-style-type: decimal; }

/* ●付き
----------------------------------------------- */
.cirlist {
  list-style-type: none; }

.cirlist > li {
  padding-left: 1.5em;
  position: relative; }

.cirlist > li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0; }

/* ◆付き
----------------------------------------------- */
.dialist {
  list-style-type: none; }

.dialist > li {
  padding-left: 1.5em;
  position: relative; }

.dialist > li:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0; }

/* ===============================================
+ 中面パーツ：ナビ系
----------------------------------------------- */
/* タブ
----------------------------------------------- */
.tab {
  overflow: hidden;
  border-bottom: solid 1px #ec6a17; }

.tab_inner {
  margin: 0 auto -10px;
  width: 738px; }

.tab_nav {
  list-style-type: none;
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.tab_nav > li {
  width: 180px; }

.tab_nav > li + li {
  margin-left: 98px; }

.tab_nav > li > a {
  display: block;
  border: solid 1px #ec6a17;
  border-radius: 10px;
  text-align: center;
  padding: 7px 0 0;
  text-decoration: none;
  color: #ec6a17;
  font-weight: 500;
  box-sizing: border-box;
  height: 38px; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .tab_nav > li > a {
    padding-top: 9px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .tab_nav > li > a {
    padding-top: 7px; } }
.tab_nav > li > a:hover,
.tab_nav > li.tab_here > a {
  background: #ec6a17;
  color: #f8c09d; }

/* 5カラム版 */
.tab.tab-col5 .tab_nav > li + li {
  margin-left: 10px; }

/* 6カラム版 */
.tab.tab-col6 .tab_inner {
  width: 880px; }

.tab.tab-col6 .tab_nav > li + li {
  margin-left: 10px; }

/* ページ内リンク
----------------------------------------------- */
.skip {
  margin: 33px auto 0;
  width: 980px;
  background: #fcebcc;
  padding: 0 0 20px; }

.skip_hd {
  padding: 10px 0 9px 26px;
  font-size: 1.8rem; }

.skip_nav {
  margin: 0 auto;
  /*width:700px;*/
  padding: 0 10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.skip_nav:first-child {
  padding-top: 20px; }

.skip_nav > li {
  width: 220px; }

.skip_nav > li > a {
  display: block;
  background: #fff;
  text-align: center;
  color: #ec6a17;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  padding: 6px 0;
  font-size: 90%; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .skip_nav > li > a {
    padding: 9px 0 3px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .skip_nav > li > a {
    padding: 7px 0 5px; } }
.skip_nav > li > a:hover {
  opacity: 0.6; }

/* 2カラム */
.skip.skip-col2 .skip_nav > li {
  width: 460px; }

/* ページのTOPへ
----------------------------------------------- */
.gotop {
  margin-top: 20px;
  text-align: right; }

.gotop > a {
  color: #7e7e7e; }

.gotop > a:hover {
  text-decoration: none; }

/* ===============================================
+ 中面パーツ：ユニーク系
----------------------------------------------- */
/* メインビジュアル
----------------------------------------------- */
.mv {
  background: #e9edf7 url(/cmn/img/bg_stripe.png) repeat center top;
  padding: 44px 0 40px 1px; }

.mv_inner {
  margin: 0 auto;
  width: 946px;
  position: relative; }

.mv_txt {
  display: block; }

.mv_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 8px;
  top: 62px;
  width: 929px;
  height: 244px; }

.mv_nav > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 464px;
  height: 100%; }

.mv_nav > li + li {
  width: 465px;
  left: auto;
  right: 0; }

.mv_nav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  /*background:transparent url(/img/index_mv_on.png) no-repeat -8px -62px;*/
  opacity: 0.5;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 2.6rem; }

.mv_nav > li > a:hover {
  background: transparent url(/img/index_mv_on.png) no-repeat -8px -62px; }

.mv_nav > li + li > a:hover {
  background-position: -472px -62px; }

.mv_nav > li > a:hover {
  opacity: 1; }

/* デザイン満彩とは？
----------------------------------------------- */
.about {
  min-width: 980px;
  height: 513px;
  background: #fccd72 url(/img/about/bg.png) no-repeat center 0;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.7);
  text-align: center;
  font-weight: 500; }

.about_inner {
  margin: 0 auto;
  width: 661px;
  /*padding:37px 0 40px;*/
  padding: 20px 0 40px; }

.about_hd {
  width: 661px;
  height: 30px;
  background: url(/img/about/h2.png) no-repeat center 7px;
  font-size: 2.4rem;
  margin: 0 0 20px;
  text-align: center;
  padding-top: 130px; }

#about .about {
  height: 575px;
  margin-bottom: 60px;
  border-bottom: 2px solid #EE7727;
  background: #FFECCB url(/about/img/bg.png) no-repeat center 0;
  box-shadow: none;
  position: relative; }
  #about .about:before {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 0;
    border-left: 133px solid transparent;
    border-right: 133px solid transparent;
    border-top: 41px solid #EE7727;
    margin-left: -133px;
    display: block;
    content: "";
    position: absolute;
    bottom: -41px;
    left: 50%; }

#about .about_inner {
  padding-top: 50px; }

.about_point {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.about_point > li {
  display: block;
  width: 33.3%;
  vertical-align: top; }

.about_point_img {
  margin: 0 0 8px; }

.about_point_txt {
  color: #ec6a17;
  font-size: 1.8rem;
  font-weight: 600; }

.about_point_note {
  margin: 13px 0 0;
  font-size: 1rem; }

.top_browser {
  font-size: 2.2rem;
  list-style-type: none;
  font-weight: 600; }

.top_browser > a {
  border: solid 1px #fff;
  background: #fff;
  color: #ec6a17;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  position: relative;
  box-sizing: border-box;
  width: 210px;
  height: 30px;
  margin-left: auto;
  padding: 0 5px;
  border-radius: 10px;
  text-decoration: none; }

.top_browser a:hover {
  color: #fff;
  background: #ec6a17;
  border: solid 1px #ec6a17; }

.top_browser a:before {
  position: absolute;
  left: 20px;
  top: 6px;
  display: block; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .top_browser > a {
    padding: 3px 0 5px; } }
/* テンプレートを選んではじめよう！
----------------------------------------------- */
.theme {
  background: #fff; }

.theme_inner {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0 60px; }

.theme_hd {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 49px; }

.theme_pickup {
  margin: 0 0 59px; }

.theme_pickup > a:hover {
  opacity: 0.6; }

.theme_nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.theme_nav:before,
.theme_nav:after {
  content: "";
  display: block;
  width: 224px; }

.theme_nav:before {
  order: 1; }

.theme_nav > li {
  width: 224px;
  padding: 0 0 28px; }

.theme_nav > li > a:hover {
  opacity: 0.6; }

.theme_type {
  list-style-type: none;
  margin: 52px auto 0;
  padding: 0;
  overflow: hidden;
  width: 821px; }

.theme_type > li {
  float: left; }

.theme_type > li + li {
  padding-left: 174px; }

.theme_type > li > a:hover {
  opacity: 0.6; }

/* 新着情報
----------------------------------------------- */
.news {
  background: #fff;
  padding: 0 0 39px; }

.news_inner {
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #ec6a17;
  width: 980px;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  */ }

.news_hd {
  padding-top: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 150px;
  background: #fccd72;
  color: #ec6a17; }

.news_list {
  color: #000;
  margin: 7px 7px 0 0;
  padding: 12px 20px 7px 40px;
  box-sizing: border-box; }

.news_list a {
  color: #000;
  text-decoration: underline; }

.news_list a:hover {
  text-decoration: none; }

.news_list > dt,
.news_list > dd {
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5; }

.news_list > dt {
  float: left;
  clear: left; }

.news_list > dd {
  padding: 0 0 3px 100px; }

/* 注意
----------------------------------------------- */
.attention {
  background: #fff;
  padding: 60px 0 20px; }

.attention_inner {
  margin: 0 auto;
  padding: 16px 0;
  box-sizing: border-box;
  border: solid 1px #ff0000;
  width: 980px;
  border-radius: 8px;
  background-color: #FFE782;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

/* 山本追加 */
div.mv .attention {
  width: 946px;
  margin: 0 auto;
  padding: 20px 0 0;
  background: none; }

div.mv .attention_inner {
  width: 100%; }

#support .attention {
  padding: 30px 0 0; }

/* 山本追加 */
.text_red a {
  color: #ff0000;
  font-weight: bold; }

.attention_list {
  box-sizing: border-box;
  color: #000;
  margin: 0 0 0 280px;
  height: 50px; }

.attention_list a {
  color: #f00;
  height: 50px;
  box-sizing: border-box;
  top: 12px;
  position: relative;
  disply: block;
  text-decoration: underline; }

.attention_list a:hover {
  text-decoration: none; }

/* 概要
----------------------------------------------- */
.outline {
  margin: 40px 0 0; }

.outline_inner {
  margin: 0 auto;
  width: 940px;
  overflow: hidden; }

.outline_img {
  float: left;
  width: 460px; }

.outline_txt {
  float: right;
  width: 450px;
  padding: 10px 0 0;
  font-weight: 500; }

/* 使い方
----------------------------------------------- */
.usage {
  margin: 40px 0; }

.usage_inner {
  margin: 0 auto;
  width: 940px; }

.usage_fig {
  margin: 20px 0; }

/* テンプレートデザイン一覧
----------------------------------------------- */
.design {
  margin: 40px 0 0; }

.design + .design {
  margin: -20px 0 0; }

.design_inner {
  margin: 0 auto;
  width: 940px;
  padding: 0 0 40px; }

.design_sct + .design_sct {
  margin-top: 40px; }

.design_hd {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px; }

.design_list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.design_list:before,
.design_list:after {
  content: "";
  display: block;
  width: 220px; }

.design_list:before {
  order: 1; }

.design_list > li {
  width: 220px;
  margin-bottom: 20px; }

.design_btn {
  border: solid 1px #ec6a17;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  padding: 12px 0 0;
  box-sizing: border-box;
  height: 220px;
  position: relative; }

.design_btn:hover {
  border-color: #777777; }

.design_btn_txt {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  height: 51px; }

.design_btn_img {
  width: 187px;
  margin: 0 auto; }

.design_btn_img > img {
  width: 100%;
  height: auto; }

.design_btn_hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 112, 112, 0.95);
  opacity: 0; }

.design_btn:hover .design_btn_hover {
  opacity: 1; }

.design_btn_hover_txt {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 20px 0 0; }

.design_btn_hover_btn {
  margin-top: 20px;
  width: 165px;
  margin: 0 auto; }

.design_btn_hover_btn > a {
  margin-top: 22px; }

.design_btn_hover_btn > a + a {
  margin-top: 14px; }

.design_btn_hover_btn > a:only-child {
  margin-top: 53px; }

.design_btn_hover_btn_make,
.design_btn_hover_btn_download {
  display: block;
  box-sizing: border-box;
  width: 165px;
  height: 55px;
  line-height: 1;
  position: relative;
  text-decoration: none;
  padding: 8px 0 0 10px;
  font-weight: 500;
  border-radius: 8px;
  text-align: left; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .design_btn_hover_btn_make,
  .design_btn_hover_btn_download {
    padding: 12px 0 0 10px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .design_btn_hover_btn_make,
  .design_btn_hover_btn_download {
    padding: 9px 0 0 10px; } }
.design_btn_hover_btn_make {
  color: #fff;
  background: #61a2dc; }

.design_btn_hover_btn_download {
  color: #ec6a17;
  background: #fcebcc; }

.design_btn_hover_btn_make:hover {
  color: #fff;
  background: #3a7fba; }

.design_btn_hover_btn_download:hover {
  color: #f8c09d;
  background: #ec6a17; }

.design_btn_hover_btn_make:after,
.design_btn_hover_btn_download:after {
  position: absolute;
  right: 12px; }

.design_btn_hover_btn_make:after {
  content: url(/cmn/img/ico_arrow_01.png);
  top: 17px; }

.design_btn_hover_btn_download:after {
  content: url(/cmn/img/ico_download_01.png);
  top: 12px; }

.design_btn_hover_btn_download:hover:after {
  content: url(/cmn/img/ico_download_02.png); }

.design_btn_hover_btn_txt01,
.design_btn_hover_btn_txt02 {
  display: block; }

.design_btn_hover_btn_txt01 {
  font-size: 1.3rem; }

.design_btn_hover_btn_txt02 {
  font-size: 1.8rem; }

.design_btn_hover_btn_txt02:first-child {
  padding-top: 3px; }

.design_btn_hover_btn_txt01 + .design_btn_hover_btn_txt02,
.design_btn_hover_btn_txt02 + .design_btn_hover_btn_txt01 {
  margin-top: 5px; }

.design_btn_hover_btn_txt02:only-child {
  padding-top: 12px; }

/* 3カラム版 */
.design.design-col3 .design_list:before {
  display: none; }

.design.design-col3 .design_list > li {
  width: 300px; }

.design.design-col3 .design_btn {
  height: 260px; }

.design.design-col3 .design_btn_img {
  width: 257px;
  margin: 0 auto; }

/* タイトル3行タイプ */
.design.design-type01 .design_btn {
  height: 240px; }

.design.design-type01 .design_btn_txt {
  height: 71px; }

/* タイトル3行画像縦長タイプ */
.design.design-type02 .design_btn {
  height: 260px; }

.design.design-type02 .design_btn {
  height: 260px; }

.design.design-type02 .design_btn_txt {
  height: 71px; }

/* デザイン拡大ページ
----------------------------------------------- */
.designZoom {
  text-align: center;
  padding: 20px; }

.designZoom_img {
  text-align: center; }

.designZoom_btn {
  margin-top: 20px; }

.designZoom_btn > a {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  height: 55px;
  text-align: center;
  vertical-align: top;
  line-height: 1;
  text-decoration: none;
  padding: 13px 10px 0;
  font-weight: 500;
  border-radius: 8px; }

.designZoom_btn > a + a {
  margin-left: 20px; }

.designZoom_btn_close {
  color: #fff;
  background: #61a2dc; }

.designZoom_btn_download {
  color: #ec6a17;
  background: #fcebcc; }

.designZoom_btn_close:hover {
  color: #fff;
  background: #3a7fba; }

.designZoom_btn_download:hover {
  color: #f8c09d;
  background: #ec6a17; }

.designZoom_btn_download:after {
  content: url(/cmn/img/ico_download_01.png);
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }

.designZoom_btn_download:hover:after {
  content: url(/cmn/img/ico_download_02.png); }

.designZoom_btn_txt {
  font-size: 1.8rem;
  padding-top: 6px;
  display: inline-block;
  vertical-align: top; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .designZoom_btn_txt {
    padding-top: 9px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .designZoom_btn_txt {
    padding-top: 6px; } }
/* おすすめ商品一覧
----------------------------------------------- */
.product {
  border-top: solid 1px #ec6a17; }

.product_inner {
  margin: 0 auto;
  width: 940px;
  padding: 0 0 42px; }

.product_hd {
  color: #ec6a17;
  text-align: center;
  font-size: 2.4rem;
  padding: 23px 0 0; }

.product_list {
  margin: 24px 0 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.product_list > li {
  width: 460px;
  margin-bottom: 17px; }

.product_btn {
  border: solid 1px #ec6a17;
  border-radius: 10px;
  padding: 10px 18px 0 10px;
  box-sizing: border-box;
  height: 200px;
  position: relative;
  display: block; }

.product_btn_img {
  width: 144px;
  float: left; }

.product_btn_img > img {
  width: 100%;
  height: auto; }

.product_btn_txt {
  float: right;
  width: 270px;
  padding: 4px 0 0; }

.product_btn_txt01,
.product_btn_txt02,
.product_btn_txt03 {
  line-height: 1.4; }

.product_btn_txt01 {
  font-weight: 500;
  height: 71px; }

.product_btn_txt02 {
  color: #ec6a17;
  height: 80px;
  font-weight: 600; }

.product_btn_txt03 {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right; }

.product_btn_hover {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: rgba(252, 235, 204, 0.4);
  opacity: 0;
  border-radius: 10px;
  overflow: hidden; }

.product_btn_hover:before {
  content: "";
  display: block;
  border-top: solid 130px #ee782c;
  border-right: solid 130px transparent;
  border-left: solid 130px transparent;
  position: absolute;
  left: -130px;
  top: 0; }

.product_btn_hover:after {
  content: "";
  border: solid 2px #ec6a17;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px; }

.product_btn:hover .product_btn_hover {
  opacity: 1; }

.product_btn_hover_txt {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 18px 0 0 8px;
  position: absolute;
  left: 0;
  top: 0; }

/* ヘルプ
----------------------------------------------- */
.help {
  margin: 40px 0 0;
  line-height: 2;
  font-weight: 500; }

.help strong {
  font-weight: 500; }

.help b {
  font-weight: 600; }

.help_inner {
  margin: 0 auto;
  width: 940px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.help_col01,
.help_col02 {
  border-top: solid 1px #7e7e7e; }

.help_col01 {
  width: 260px;
  padding: 15px 0 0; }

.help_col02 {
  width: 610px;
  padding: 16px 0 0; }

.help_col {
  width: 100%;
  padding: 16px 0 0; }

.help_hd {
  padding: 0 0 0 7px;
  font-weight: 600;
  font-size: 1.8rem; }

.help_list {
  list-style-type: none;
  padding: 0; }

.help_list > li {
  padding: 0 0 0 60px;
  position: relative; }

.help_list > li:before {
  content: "Q";
  color: #0080ff;
  font-weight: 600;
  font-size: 1.8rem;
  position: absolute;
  left: 10px;
  top: 9px;
  line-height: 1; }

.help_list > li > a {
  color: #7e7e7e;
  line-height: 2.2; }

.help_list > li > a:hover {
  text-decoration: none; }

.help_skip {
  margin: 20px 0 0;
  text-align: right; }

.help_skip > a {
  color: #7e7e7e; }

.help_skip > a:hover {
  text-decoration: none; }

.help_answer {
  margin-top: -6px; }

.help_answer > dt {
  position: relative;
  padding: 6px 0 8px 51px;
  border: solid 1px #666666;
  background: #efefef;
  font-weight: 600; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .help_answer > dt {
    padding: 9px 0 5px 51px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .help_answer > dt {
    padding: 7px 0 7px 51px; } }
.help_answer > dt:before {
  content: "Q";
  color: #0080ff;
  font-weight: 600;
  font-size: 1.8rem;
  position: absolute;
  left: 12px;
  top: 13px;
  line-height: 1; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .help_answer > dt:before {
    top: 16px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .help_answer > dt:before {
    top: 14px; } }
.help_answer > dt ~ dt {
  margin-top: 35px; }

.help_answer > dd {
  position: relative;
  padding: 16px 0 0 51px; }

.help_answer > dd:before {
  content: "A";
  color: #ff0000;
  font-weight: 600;
  font-size: 1.8rem;
  position: absolute;
  left: 12px;
  top: 20px;
  line-height: 1; }

.help p + p,
.help p + ol,
.help p + ul,
.help p + .help_img,
.help p + .help_fig,
.help p + .help_btn,
.help ol + p,
.help ol + ol,
.help ol + ul,
.help ol + .help_img,
.help ol + .help_fig,
.help ol + .help_btn,
.help ul + p,
.help ul + ol,
.help ul + ul,
.help ul + .help_img,
.help ul + .help_fig,
.help ul + .help_btn,
.help .help_img + p,
.help .help_img + ol,
.help .help_img + ul,
.help .help_img + .help_img,
.help .help_img + .help_fig,
.help .help_img + .help_btn,
.help .help_fig + p,
.help .help_fig + ol,
.help .help_fig + ul,
.help .help_fig + .help_img,
.help .help_fig + .help_fig,
.help .help_fig + .help_btn,
.help .help_btn + p,
.help .help_btn + ol,
.help .help_btn + ul,
.help .help_btn + .help_img,
.help .help_btn + .help_fig,
.help .help_btn + .help_btn {
  margin-top: 20px; }

.help_img > img,
.help_fig_img > img {
  max-width: 100%;
  height: auto; }

.help_nav {
  list-style-type: none;
  padding: 0 0 30px 5px; }

.help_nav > li {
  counter-increment: cnt5; }

.help_nav > li + li {
  margin-top: 8px; }

.help_nav > li > a {
  color: #4a0080; }

.help_nav > li > a:before {
  content: counter(cnt5) "　"; }

.help_nav > li.help_nav_here > a,
.help_nav > li > a:hover {
  color: #7e7e7e;
  text-decoration: none; }

.help_note {
  margin-top: 30px;
  border-top: solid 1px #7e7e7e;
  padding: 10px 0 0;
  overflow: hidden; }

.help_note_img {
  float: right;
  margin-left: 20px;
  width: 260px; }

.help_btn > a:hover {
  opacity: 0.6; }

.help_movie {
  margin: 20px auto 0;
  width: 467px; }

.help_sct + .help_sct {
  margin: 75px 0 0; }

.help_sct_hd {
  font-weight: 600;
  color: #010101;
  margin: 0 0 45px; }

.help_data > dt {
  font-weight: 600;
  color: #727272; }

.help_data > dt ~ dt {
  margin: 40px 0 0; }

/* プラグインボタン
----------------------------------------------- */
.btnPlugin {
  font-size: 2.2rem;
  line-height: 1;
  list-style-type: none;
  font-weight: 600; }

.btnPlugin > li + li {
  margin-top: 20px; }

.btnPlugin > li > a {
  border: solid 1px #ec6a17;
  background: #fcebcc;
  color: #ec6a17;
  display: inline-block;
  vertical-align: middle;
  width: 484px;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  height: 60px;
  padding: 21px 0 0 80px;
  border-radius: 10px;
  text-decoration: none;
  text-align: left; }

/* IEだけ調整 */
@media all and (-ms-high-contrast: none) {
  .btnPlugin > li > a {
    padding: 24px 0 0 80px; } }
/* Chromeだけ調整 */
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .btnPlugin > li > a {
    padding: 21px 0 0 80px; } }
.btnPlugin > li > a:hover {
  color: #fff;
  background: #ec6a17; }

.btnPlugin > li > a:before {
  position: absolute;
  left: 20px;
  top: 6px;
  display: block; }

.btnPlugin_num {
  display: inline-block;
  padding: 0 12px 0 10px; }

.btnPlugin_flash > a:before {
  content: url(/cmn/img/ico_flash.png); }

.btnPlugin_air > a:before {
  content: url(/cmn/img/ico_air.png); }

/* お客さまサポート
----------------------------------------------- */
.question {
  width: 980px;
  box-sizing: border-box;
  margin: 60px auto 100px;
  /*padding:0 0 0 349px;*/
  border-top: 1px solid #7e7e7e;
  padding-top: 60px; }

p.con_btn {
  text-align: center;
  margin: 20px 0 !important; }

.question .con_btn a {
  width: 500px;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  color: #ec6a17;
  border: solid 1px #ec6a17;
  background: #fcebcc;
  text-decoration: none;
  border-radius: 10px;
  line-height: 1.4;
  padding: 18px 0;
  font-weight: bold; }
  .question .con_btn a.blank:after {
    top: 40%; }

.question .con_btn a:hover {
  color: #f8c09d;
  border: solid 1px #ec6a17;
  background: #ec6a17; }

.question_hd {
  text-align: center; }

.question p {
  margin-bottom: 10px;
  text-align: center; }

.question p strong {
  color: #f00; }

/* ===============================================
+ 付加クラス
----------------------------------------------- */
/* 文字装飾
----------------------------------------------- */
.fwB {
  font-weight: 600 !important; }

.cRed {
  color: #ff0000 !important; }

.tdU {
  text-decoration: underline !important; }

/* 余白調整
----------------------------------------------- */
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt30 {
  margin-top: 30px !important; }

/*ラベルラボお正月リンク*/
#labellab_newyear2 {
  margin: 30px auto; }

/* =========== 終了告知 =========== */
#close_info {
  width: 946px;
  margin: 40px auto;
  padding: 20px 10px;
  border: 2px solid #ccc;
  background: #fff;
  text-align: center; }

#close_info h3 {
  color: #f00;
  font-size: 160%; }

#close_info p {
  margin-top: 20px;
  line-height: 180%;
  color: #000; }

.mv #close_info {
  margin: 0 auto; }

/*テンプレートから選ぶ　ラベルラボ */
.tac {
  text-align: center; }

span.red {
  color: #ff0000; }

a.overimg:hover {
  opacity: 0.6; }

.outline h3.labo {
  font-size: 22px;
  margin-bottom: 1em;
  border-bottom: 2px solid #1c2e61;
  background: url(/theme/cmn/img/bg_h2.png) left 10px no-repeat;
  padding: 11px 0 11px 65px; }

ul.col3Box {
  margin: 0 auto 40px;
  width: 954px;
  padding: 0;
  list-style: none;
  overflow: hidden; }

ul.col3Box li {
  float: left;
  margin: 0 14px 5px 0;
  width: 304px; }

.col3Box {
  zoom: 1; }

.col3Box:after {
  display: block;
  clear: both;
  content: ''; }

*:after {
  display: block;
  clear: both; }

.mb40 {
  margin-bottom: 40px; }

section#templateList {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 40px; }
  section#templateList.h240 article div {
    height: 240px; }
  section#templateList * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  section#templateList h2 {
    zoom: 1;
    min-height: 1%;
    /* for IE 7*/
    font-size: 36px;
    font-size: 2.25rem;
    margin: 50px 0 10px;
    padding-bottom: 3px;
    border-bottom: 2px solid #ed7626; }
    section#templateList h2:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      line-height: 0;
      visibility: hidden; }
    section#templateList h2 a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      font-size: 22px;
      font-size: 1.375rem;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 2px 15px 1px;
      color: #fff;
      text-decoration: none;
      font-weight: normal;
      float: right;
      background: #ed7626; }
    section#templateList h2 + p {
      margin-bottom: 20px; }
    section#templateList h2:nth-of-type(1) {
      margin-top: 0; }
    section#templateList h2 small {
      font-size: 24px;
      font-size: 1.5rem;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      margin-left: 20px; }
  section#templateList article {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between;*/ }
    section#templateList article + h2 {
      margin-top: 50px !important; }
    section#templateList article div {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      width: 220px;
      height: 220px;
      margin-bottom: 20px;
      margin-right: 20px;
      padding-top: 12px;
      border: solid 1px #ec6a17;
      text-align: center;
      position: relative; }
      section#templateList article div:nth-child(4n) {
        margin-right: 0; }
      section#templateList article div h3 {
        min-height: 51px;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 1.4; }
      section#templateList article div figure {
        width: 187px;
        margin: 0 auto; }
      section#templateList article div dl {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px;
        border-radius: 9px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(112, 112, 112, 0.95); }
        section#templateList article div dl dt {
          padding: 20px 0 0;
          color: #fff;
          font-weight: 500;
          font-size: 1.6rem; }
        section#templateList article div dl dd {
          width: 165px;
          margin: 20px auto 0; }
          section#templateList article div dl dd a {
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            -ms-border-radius: 8px;
            -o-border-radius: 8px;
            border-radius: 8px;
            width: 165px;
            height: 55px;
            margin-top: 53px;
            padding: 8px 0 0 10px;
            color: #ec6a17;
            background: #fcebcc;
            display: block;
            line-height: 1;
            position: relative;
            text-decoration: none;
            font-weight: 500;
            text-align: left; }
            section#templateList article div dl dd a:hover {
              color: #f8c09d;
              background: #ec6a17; }
              section#templateList article div dl dd a:hover:after {
                content: url(/cmn/img/ico_download_02.png); }
            section#templateList article div dl dd a:after {
              content: url(/cmn/img/ico_download_01.png);
              position: absolute;
              top: 12px;
              right: 12px; }
            section#templateList article div dl dd a span {
              display: block; }
              section#templateList article div dl dd a span:nth-of-type(1) {
                font-size: 1.3rem; }
              section#templateList article div dl dd a span:nth-of-type(2) {
                margin-top: 5px;
                font-size: 1.8rem; }
            section#templateList article div dl dd a.tb {
              color: #fff;
              background: #61a2dc; }
              section#templateList article div dl dd a.tb:hover {
                background: #3A7FBA; }
              section#templateList article div dl dd a.tb:after {
                content: url(/cmn/img/ico_arrow_01.png);
                position: absolute;
                top: 18px;
                right: 12px; }
      section#templateList article div:hover dl {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1; }

body#toTB div {
  padding-top: 100px;
  text-align: center; }
  body#toTB div ul {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 450px;
    margin: 60px auto 0;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e5e5e5; }
    body#toTB div ul li {
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      body#toTB div ul li a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        width: 200px;
        height: 50px;
        display: block;
        color: #fff;
        text-decoration: none;
        background: #61a2dc;
        line-height: 50px;
        font-weight: bold; }
        body#toTB div ul li a:hover {
          background: #3A7FBA; }
      body#toTB div ul li:nth-of-type(1) a {
        background: #ccc; }
        body#toTB div ul li:nth-of-type(1) a:hover {
          background: #aaa; }

main#pickup nav#pnav {
  margin-bottom: 40px; }
  main#pickup nav#pnav div.pnav_title {
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ed7626; }
  main#pickup nav#pnav ul {
    display: flex;
    justify-content: space-between; }
  main#pickup nav#pnav li {
    width: 48%;
    margin-bottom: 20px; }
    main#pickup nav#pnav li figcaption {
      margin-bottom: 5px;
      font-weight: bold; }
    main#pickup nav#pnav li img {
      width: 100%;
      height: auto; }
